footer,.shotcut,.back_to_top,.back_to_feed{ display: none !important;}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Microsoft YaHei', sans-serif;
    background: linear-gradient(180deg, #fff4e6 0%, #fef3e2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;

    max-width: 750px;
    margin: 0 auto;
    min-height: 100vh;

}

.container {
    background: white;
    border-radius: 20px;
   
    padding: 10px;
    margin:  auto;
    padding-top: 70px !important;
}

.header {
    text-align: center;
    margin-bottom: 30px;
}

.header h1 {
    color: #333;
    font-size: 28px;
    margin-bottom: 10px;
}

.header p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.form-group input {
    width: 100%;
    padding: 15px;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: #667eea;
}

/* iOS设备特殊样式 */
.form-group input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    color: #333;
    font-family: inherit;
    position: relative;
}

/* iOS Safari特殊处理 */
@supports (-webkit-touch-callout: none) {
    .form-group input[type="date"] {
        min-height: 44px; /* iOS推荐的最小触摸目标 */
        padding: 12px 15px;
        background-color: white;
        border: 2px solid #e1e5e9;
        border-radius: 10px;
        font-size: 16px;
        line-height: 1.4;
        -webkit-border-radius: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .form-group input[type="date"]:focus {
        border-color: #667eea;
        outline: none;
        -webkit-box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }
    
    /* 移除iOS默认的日期选择器样式 */
    .form-group input[type="date"]::-webkit-datetime-edit {
        padding: 0;
        margin: 0;
    }
    
    .form-group input[type="date"]::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
        margin: 0;
    }
    
    .form-group input[type="date"]::-webkit-datetime-edit-text {
        padding: 0 2px;
        color: #666;
    }
    
    .form-group input[type="date"]::-webkit-datetime-edit-month-field,
    .form-group input[type="date"]::-webkit-datetime-edit-day-field,
    .form-group input[type="date"]::-webkit-datetime-edit-year-field {
        padding: 0 2px;
        color: #333;
    }
    
    .form-group input[type="date"]::-webkit-calendar-picker-indicator {
        background: transparent;
        color: #667eea;
        cursor: pointer;
        opacity: 0.7;
        transition: opacity 0.3s ease;
    }
    
    .form-group input[type="date"]::-webkit-calendar-picker-indicator:hover {
        opacity: 1;
    }
}



/* iOS Safari额外优化 */
@supports (-webkit-touch-callout: none) {
    /* 确保日期输入框在iOS上正确显示 */
    input[type="date"] {
        -webkit-appearance: none;
        appearance: none;
        background-color: white;
        border: 2px solid #e1e5e9;
        border-radius: 10px;
        padding: 12px 15px;
        font-size: 16px;
        line-height: 1.4;
        min-height: 44px;
        width: 100%;
        color: #333;
        font-family: inherit;
    }
    
    /* 移除iOS默认样式 */
    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    /* 自定义日历图标 */
    input[type="date"]::-webkit-calendar-picker-indicator {
        background: transparent;
        color: #667eea;
        cursor: pointer;
        opacity: 0.7;
        transition: opacity 0.3s ease;
        width: 20px;
        height: 20px;
    }
    
    input[type="date"]::-webkit-calendar-picker-indicator:hover {
        opacity: 1;
    }
    
    /* 确保文本正确显示 */
    input[type="date"]::-webkit-datetime-edit {
        padding: 0;
        margin: 0;
        color: #333;
    }
    
    input[type="date"]::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
        margin: 0;
    }
    
    input[type="date"]::-webkit-datetime-edit-text {
        padding: 0 2px;
        color: #666;
    }
    
    input[type="date"]::-webkit-datetime-edit-month-field,
    input[type="date"]::-webkit-datetime-edit-day-field,
    input[type="date"]::-webkit-datetime-edit-year-field {
        padding: 0 2px;
        color: #333;
    }
    
    /* 焦点状态 */
    input[type="date"]:focus {
        border-color: #667eea;
        outline: none;
        -webkit-box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }
    
    /* 触摸反馈 */
    input[type="date"]:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }
}

/* 防止iOS缩放 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"] {
        font-size: 16px !important;
    }
}

.calculate-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(45deg, #ff8c42, #ff6b35);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.calculate-btn:hover {
    transform: translateY(-2px);
}

.result {
    margin-top: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 15px;
    border-left: 5px solid #ff8c42;
    display: none;
}

.result.show {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.result h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
}

.result-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px;
    background: white;
    border-radius: 8px;
}

.result-item span:first-child {
    color: #666;
}

.result-item span:last-child {
    font-weight: 600;
    color: #333;
}

.highlight {
    background: linear-gradient(45deg, #ff8c42, #ff6b35);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 700;
}

/* 政策说明样式 */
.policy-section {
    background: white;
    border-radius: 16px;
    margin-top: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.policy-header {
    padding: 16px 20px;
    background: #e9ecef;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.policy-header:hover {
    background: #dee2e6;
}

.policy-header.active {
    background: #fff5f0;
    border-bottom-color: #ffe4d6;
}

.policy-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.policy-toggle {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 4px;
}

.policy-arrow {
    transition: transform 0.3s ease;
}

.policy-header.active .policy-arrow {
    transform: rotate(180deg);
}

.policy-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: white;
}

.policy-content.show {
    max-height: 1000px;
}

.policy-inner {
    padding: 20px;
}

.policy-inner p {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 12px;
    text-align: justify;
}

.policy-inner p:first-of-type {
    font-weight: 500;
    color: #333;
    background: #fff5f0;
    padding: 12px;
    border-radius: 8px;
    border-left: 4px solid #ff8c42;
}

.policy-inner b {
    display: block;
    color: #ff8c42;
    font-size: 15px;
    font-weight: 600;
    margin: 16px 0 8px 0;
    padding-left: 12px;
    position: relative;
}

.policy-inner b::before {
    content: "▸";
    position: absolute;
    left: 0;
    color: #ff8c42;
    font-weight: bold;
}

.policy-inner a {
    color: #ff8c42;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    padding: 8px 12px;
    background: #fff5f0;
    border-radius: 6px;
    margin-top: 8px;
    transition: all 0.2s ease;
    border: 1px solid #ffe4d6;
}

.policy-inner a:hover {
    background: #ffe4d6;
    transform: translateY(-1px);
}

/* 申请前准备改为文字展示 */
.preparation-section {
    background: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 0 3px 0 #0000000d;
    margin-top: 10px;
}

.preparation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.preparation-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.preparation-content {
    line-height: 1.6;
    color: #555;
}

.preparation-inline-row {
    margin-bottom: 12px;
    padding: 12px 15px;
    background: #fff5f0;
    border-radius: 8px;
    border-left: 3px solid #ff8c42;
    display: flex;
    gap: 8px;
}

.prep-label {
    color: #ff8c42;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.prep-content {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    flex: 1;
}

.preparation-item {
    margin-bottom: 12px;
    padding: 12px 15px;
    background: #fff5f0;
    border-radius: 8px;
    border-left: 3px solid #ff8c42;
}

.preparation-item h4 {
    color: #ff8c42;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.preparation-item p {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.subscribe-btn {
    padding: 6px 12px;
    background: #fff5f0;
    color: #ff8c42;
    border: 1px solid #ff8c42;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: none;
}

.subscribe-btn:hover {
    background: #ff8c42;
    color: white;
}

.action-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.action-btn {
    flex: 1;
    padding: 12px 16px;
    background: #fff5f0;
    color: #ff8c42;
    border: 1px solid #ff8c42;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    text-decoration: none;
}

.action-btn:hover {
    background: #ff8c42;
    color: white;
}

.error {
    color: #dc3545;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
}

.box-fixed {
position: fixed;
top: 0;
max-width: 750px;
width: 100%;
z-index: 99;
}

.job_top {
padding: 9px;
background: #FFF;
display: flex;
justify-content: space-between;
}

.job_img_wrap{
    display: flex;
    align-items: center;
    justify-content: left;
}


.job_img_wrap .job_text{
  
    font-family: "PingFang SC";
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
}

.job_fir{
      color: #333333;
      display: inline-block;
}
.job_sec{
      color: #ff6600;
      display: inline-block;
}

.daofen_footer_btn {
position: fixed;
bottom: 0;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 750px;
margin: auto;
padding: 5px 0;
background: #fff;
border-top: 1px solid rgb(240, 240, 240);
padding-bottom: 15px;
}

.daofen_footer_btn a {
line-height: 40px !important;
background: linear-gradient(45deg, #ff8c42, #ff6b35);
font-size: 16px;
border-radius: 40px;
text-align: center;
color: #fff;
margin: 6px 12px;
text-decoration: none;
}

.other-city {
width: 50%;
}
.shotcut-wrap {
margin-top: 10px;
width: 100%;
flex-shrink: 0;
border-radius: 10px;
background: #FFF;
box-shadow: 0 0 3px 0 #0000000d;
padding: 13px 13px 14px 13px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.shotcut-wrap a {
display: block;
width: 25%;
text-decoration: none;
margin-bottom: 20px;
}

.shotcut-wrap a .icon {
display: block;
width: 46px;
height: 46px;
margin: 0 auto;
background-size: 46px;
background-repeat: no-repeat;
}

.shotcut-wrap a .icon-text {
color: #444444;
margin-top: 0.02rem;
text-align: center;
font-family: "PingFang SC";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 19px;
}

.daofen{
padding: 10px;
background: #fff;
border-radius: 10px;
box-shadow: 0 0 3px 0 #0000000d;
margin-top: 10px;
}

.daofen img{
max-width: 100%!important;
}

.content-bottom {
    margin-top: 3.5px;
}

.content-artical-wrap{
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
}

.content-bottom .content-select-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /* overflow-x: scroll; */
    /* overflow-y: hidden; */
    min-height: 40px;
}

.content-artical-wrap .content-artical:first-child {
    margin-top: 13px;
}

.content-bottom .content-select-wrap .content-select {
    color: #666666;
    font-family: "PingFang SC";
    font-size: 15.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.5px;
    margin-right: 25px;
    min-width: 40px;
    white-space: nowrap;
    text-align: center;
}

.content-bottom .content-select-wrap .content-select:last-child {
    margin-right: 0
}

.content-bottom .content-select-wrap .content-select.active {
    color: #222222;
    font-family: "PingFang SC";
    font-size: 17.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.5px;
    position: relative;
}

.content-bottom .content-select-wrap .content-select.active::after {
    position: absolute;
    content: '';
    bottom: -9px;
    /* left: 0; */
    width: 40px;
    height: 5px;
    background-size: 100% 100%;
    background-image: url(https://imgbdb4.bendibao.com/whbdb/20255/21/2025521072346_76119.png);
    left: 50%;
    transform: translate(-50%, -50%);
    /* 调整位置，使伪元素真正居中 */
}

.content-artical {
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    margin-top: 15px;
    padding: 0 10px;
}

.content-artical-top {
    position: relative;
    display: block;
}

.content-artical-top .content-artical-top-img {
    width: 100%;
    height: auto;
    display: block;
    height: 149.5px;
    position: relative;
    z-index: 0
}

.content-artical-top::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 125px;
    background: url(https://imgbdb4.bendibao.com/whbdb/20256/06/2025606085016_26055.png);
}

.content-artical-top .content-artical-top-detail {
    width: calc(100% - 24px);
    left: 12px;
    bottom: 9px;
    position: absolute;
    z-index: 2;
}

.content-artical-top .content-artical-top-detail .artical-title {

    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
}

.content-artical-top .content-artical-top-detail .artical-spec {
    display: flex;
    margin-top: 5.5px;

    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.content-artical-top .content-artical-top-detail .artical-spec .time {
    margin-right: 29px;
}

.content-artical {
    background-color: #fff;
}

.content-artical-detail {
    display: flex;
    margin: 11.5px 12px 0 12px;
    text-decoration: none;
}

.content-artical-detail .content-artical-detail-right {
    width: 61.5px;
    display: block;
    height: auto;
    align-self: flex-start;
    margin-left: auto;
    border-radius: 3px;
}

.content-artical .content-artical-detail:last-child .content-artical-detail-left {
    border-bottom: none;
    min-height: 72.5px;
    display: grid

}

.content-artical-detail-left {
    min-width: 248.5px;
    padding-bottom: 15px;
    border-bottom: 0.5px solid #E7E7E7;
}

.content-artical-detail-left .detail-title {
    /* width: 497px; */
    color: #333333;
    font-family: "PingFang SC";
    font-size: 15.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;


}

.content-artical-detail-left .detail-spec {
    display: flex;
    align-items: center;
    margin-top: 7.5px;
    color: #999999;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.content-artical-detail-left .detail-spec .time {
    margin-right: 30px;
}
