/* .banner{
    font-family: "PingFang SC";
    padding-bottom: 110px;
    background: url("../images/banner-month.png") no-repeat;
    font-family: "PingFang SC";
    background-size: 100%;
} */
.banner{
    min-height: 520px;
}

.banner-wrap{
    padding-top: 100px;
}
.letter-gap{
    letter-spacing: 2px;
}
.font-42{
    font-size: 42px;
}
.light-black-color{
    color: #666666;
}
.banner-title{
    margin-bottom: 20px;
    font-weight: 600;
}
.line-36{
    line-height: 36px;
}
.select-days-wrap{
    margin: 50px 0 30px;
}
.days-item{
    width: 94px;
    height: 41px;
    border: 1px solid #cb2457;
    background: #ffffff;
    color: #cb2457;
    line-height: 41px;
    text-align: center;
    font-size: 22px;
    border-radius: 41px;
    margin-right: 20px;
}
.ml-10{
    margin-left: 10px;
}
.days-item-on{
    background: #cb2457;
    color: #ffffff;
}
.days-item-title{
    line-height: 41px;
}
.banner-big-btn{
    width: 164px;
    height: 55px;
    border-radius: 55px;
    text-align: center;
    line-height: 55px;
    border: 1px solid #cb2457;
    background: #ffffff;
    color: #cb2457;
    font-size: 22px;
}
.apply-btn{
    margin-right: 30px;
    background: #cb2457;
    color: #ffffff;
}
.first-module-img{
    width: 301px;
    margin-right: 100px;
}
.first-module-wrap{
    padding-top: 20px;
    padding-left: 50px;
}
.anxiety-title{
    margin-top: 65px;
    line-height: 42px;
}
.anxiety-item-wrap{
    width: 745px;
    height: 180px;
    background-size: 79% 100%;
    margin-top: 50px;
}
.anxiety-item{
    padding-left: 54px;
    line-height: 35px;
    color: #333333;
    margin-bottom: 41px;
    position: relative;
}
.anxiety-item-wrap > div:nth-of-type(1):after{
    content: "1";
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    font-size: 40px;
    color: #cb2457;
    font-weight: bold;
}
.anxiety-item-wrap > div:nth-of-type(2):after{
    content: "2";
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    font-size: 40px;
    color: #cb2457;
    font-weight: bold;
}
.anxiety-item-wrap > div:nth-of-type(3):after{
    content: "3";
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    font-size: 40px;
    color: #cb2457;
    font-weight: bold;
}
.anxiety-item-wrap > div:nth-of-type(4):after{
    content: "4";
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    font-size: 40px;
    color: #cb2457;
    font-weight: bold;
}
.anxiety-item-wrap > div:nth-of-type(5):after{
    content: "5";
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    font-size: 40px;
    color: #cb2457;
    font-weight: bold;
}
.anxiety-item-wrap > div:nth-of-type(6):after{
    content: "6";
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    font-size: 40px;
    color: #cb2457;
    font-weight: bold;
}
.full-gray-bg{
    background: #f8f8f8;
}
.third-module-wrap{
    padding: 60px 0 80px;
}
.third-module-content{
    border-radius: 12px;
    box-shadow: 0px 0px 20px 5px #e9e9e9;
    background: #ffffff;
}
.third-module-img{
    width: 620px;
}
.third-module-left{
    padding: 104px 0 0 40px;
    line-height: 37px;
    color: #585858;
}
.mb-40{
    margin-bottom: 40px;
}
.sub-title{
    color: #737373;
    margin: 30px 0 60px;
}
.fourth-module-wrap{
    padding-top: 80px;
}
.nurse-wrap{
    width: 589px;
    height: 267px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px #e9e9e9;
}
.nurse-img{
    width: 252px;
}
.red-spot{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #f3a1ac;
    margin: 6px 3px;
}
.nurse-right-wrap{
    width: 372px;
    padding-right: 20px;
    padding-top: 55px;
    line-height: 52px;
}
.img-wrap{
    padding: 3px;
}
.big-slider-bottom{
    height: 130px;
    padding: 0 35px 0 40px;
}
.strong{
    font-weight: 600;
}
.arrow-icon{
    background: url("../images/slider_arrow.png") no-repeat;
    background-size: 110px 46px;
}
.swiper-button-next.swiper-new-white, .swiper-container-rtl .swiper-button-prev.swiper-new-white{
    background-position: -61px 2px;
    width: 50px;
    height: 50px;
}
.swiper-button-prev.swiper-new-white, .swiper-container-rtl .swiper-button-next.swiper-new-white{
    background-position: 0 2px;
    width: 50px;
    height: 50px;
}
.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 20px 5px #e9e9e9;
    border-radius: 5px;
    margin-top: 60px;
}
.gallery-top img{
    width: 100%;
    height: auto;
}
.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px;
    margin-top: 10px;
}
.gallery-thumbs .swiper-slide {
    width: 223px;
    height: 117px;
    box-shadow: 0px 0px 10px 5px #e9e9e9;
}
.gallery-thumbs .swiper-slide-thumb-active .small-one-mask{
    opacity: 0;
}
.gallery-thumbs .swiper-slide-thumb-active{
    padding: 3px;
}
.gallery-thumbs img{
    width: 100%;
    height: 100%;
}
.font-16{
    font-size: 16px;
}
.small-slider-wrap{
    border-radius: 10px;
    overflow: hidden;
}
.mt-10{
    margin-top: 10px;
}
.small-one-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    opacity: 0.2;
}
.big-slider-bottom-font{
    line-height: 26px;
}
.pb-100{
    padding-bottom: 100px;
}
.configFoot{
    margin-top: -160px;
}

.server-safeguard-item{
    width: 83px;
}
.server-safeguard-item-on{
    padding-bottom: 10px;
}
.new-icon-bg{
    background: url("../images/icon.png") no-repeat;
    background-size: 633px 560px;
}
.server-safeguard-icon{
    width: 52px;
    height: 52px;
    margin: 0 auto 15px;
}
.server-safeguard-one{
    background-position: -6px -308px;
}
.server-safeguard-two{
    background-position: -122px -308px;
}
.server-safeguard-three{
    background-position: -235px -308px;
}
.server-safeguard-four{
    background-position: -347px -307px;
}
.server-safeguard-five{
    background-position: -462px -308px;
}
.safeguard-content-one{
    height: 365px;
    background: url("../images/server_safe_one.png") no-repeat;
}
.safeguard-content-two{
    height: 430px;
    background: url("../images/server_safe_two.png");
}
.safeguard-content-three{
    height: 450px;
    background: url("../images/server_safe_three.png");
}
.safeguard-content-four{
    height: 450px;
    background: url("../images/server_safe_four.png");
}
.safeguard-content-five{
    height: 450px;
    background: url("../images/server_safe_five.png");
}
.safeguard-content-item{
    color: #949494;
    padding: 90px 75px 0;
    line-height: 34px;
    letter-spacing: 2px;
    display: none;
    background-size: 100% 100%;
}
.plr-145{
    padding: 0 145px;
}
.control-risk-icon{
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.control-risk-icon-one{
    background-position: 0 -410px;
}
.control-risk-icon-two{
    background-position: -114px -410px;
}
.control-risk-icon-three{
    background-position: -228px -410px;
}
.control-risk-icon-four{
    background-position: -342px -410px;
}
.font-16{
    font-size: 16px;
}
.control-risk-item{
    width: 108px;
}
.prl-125{
    padding: 0 125px;
}

.server-flow-icon{
    width: 75px;
    height: 75px;
    margin: 0 auto 15px;
}
.server-flow-icon{
    background: url("../images/new_flow.png") no-repeat;
    background-size: 698px 75px;
}
.server-flow-one{
    background-position: 0 0;
}
.server-flow-two{
    background-position: -125px 0;
}
.server-flow-three{
    background-position: -251px 0;
}
.server-flow-four{
    background-position: -374px 0;
}
.server-flow-five{
    background-position: -498px 0;
}
.server-flow-six{
    background-position: -623px 0;
}
.server-flow-arrow{
    width: 20px;
    height: 15px;
    background-position: -143px -10px;
    margin-top: 25px;
}
.pb-95{
    padding-bottom: 95px;
}
.module-title{
    margin-bottom: 40px;
}
.plr-125{
    padding: 0 125px;
}

.apply-mask-order{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    display: none;
}
.now-apply-wrap{
    width: 700px;
    height: 465px;
    background: #ffffff;
    border-radius: 10px;
    padding: 50px 60px;
    text-align: center;
}
.now-apply-title{
    font-size: 32px;
    color: #cb2457;
}
.now-apply-wrap input{
    display: block;
    width: 100%;
    height: 66px;
    background: #f2f2f2;
    border-radius: 10px;
    padding-left: 18px;
    font-size: 24px;
    color: #cacaca;
}
.now-apply-wrap input::-webkit-input-placeholder{
    color:#a9a9a9;
    font-size: 24px;
}
.now-apply-wrap input:-moz-placeholder{
    　　color:#a9a9a9;
    font-size: 24px;

}
.now-apply-wrap input:-ms-input-placeholder{
    color:#a9a9a9;
    font-size: 24px;
}
.now-apply-wrap input:focus{
    background: #ffffff;
    border: 1px solid #e5e5e5;
}
.err-hint-wrap{
    height: 45px;
    color: #ff5974;
    font-size: 22px;
    text-align: left;
    padding-left: 20px;
}
.err-hint{
    display: none;
}
.order-server-btn{
    width: 100%;
    height: 66px;
    background: #cb2457;
    border-radius: 10px;
    font-size: 24px;
    color: #ffffff;
    line-height: 66px;
}
.success-title{
    font-size: 32px;
}
.font-22{
    font-size: 22px;
}
.title-label-margin{
    margin: 110px 0 36px;
}
.success-icon{
    display: inline-block;
    width: 39px;
    height: 30px;
    background-position: -84px -0px;
}
.success-info-wrap{
    display: none;
}
.close-mask-btn{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #7f7f7e;
}
.mb-20{
    margin-bottom: 20px;
}
.pb-140{
    padding-bottom: 140px;
}
.pt-80{
    padding-top: 80px;
}
.prl-140{
    padding: 0 140px;
}

@media screen and (max-width:768px){
    .configFoot{
        margin: 0 !important;
    }
    .anxiety-item-wrap{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .fourth-module-wrap > .flex{
        display: block;
    }
    .fourth-module-wrap > .flex > div{
        width: 100%;
        height: auto;
    }
    .nurse-img{
        width: 45%;
        height: 50%;
    }
    .letter-gap > .clear{
        display: none;
    }
    .banner-wrap .font-22{
        display: none;
    }
    .banner-wrap{
        padding-top: 20px;
        padding-left: 2%;
    }
    .banner{
        padding-bottom: 10%;
    }
    .font-42{
        font-size: 22px;
    }
    .font-22{
        font-size: 15px;
    }
    .font-26{
        font-size: 18px;
    }
    .font-20{
        font-size: 14px;
    }
    .line-36{
        line-height: 1.4;
    }
    .first-module-wrap > img{
        display: none;
    }
    .anxiety-title{
        margin-top: 10px;
        line-height: 1.4;
        display: flex;
        justify-content: center;
    }
    .anxiety-item{
        width: 33%;
        padding-left: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
        font-size: 13px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .anxiety-item-wrap > div:after{
        font-size: 20px !important;
    }
    .third-module-wrap{
        padding: 30px 10px;
    }
    .third-module-left{
        padding: 20px 2%;
        line-height: 1.4;
    }
    .third-module-img{
        width: 100%;
    }
    .mb-40{
        margin-bottom: 0;
    }
    .font-32{
        font-size: 18px;
    }
    .nurse-right-wrap{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 4% 0 !important;
        line-height: 1;
    }
    .nurse-right-wrap >div{
        width: 50%;
    }
    .red-spot{
        display: none;
    }
    .nurse-wrap{
        margin-bottom: 30px;
    }
    .big-slider-bottom {
        display: block;
    }
    .big-slider-bottom .font-24{
        font-size: 16px;
        display: inline-block;
    }
    .big-slider-bottom-font{
        font-size: 14px;
        line-height: 1.4;
    }
    .gallery-thumbs .swiper-slide{
        height: auto;
    }
    .gallery-top{
        margin-top: 0;
    }
    .pt-80{
        padding-top: 10px;
    }
    .pb-140,.pb-95{
        padding-bottom: 20px;
    }
    .module-title{
        margin-bottom: 10px;
    }
    .server-flow-icon{
        margin: 0 auto;
        transform: scale(.6);
    }
    .plr-125,.plr-145,.prl-140,.pb-100{
        padding: 0;
    }
    .server-flow-arrow{
        display: none;
    }
    .fwlc{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .fwlc > div{
        width: 32%;
    }
    .server-safeguard-item{
        width: 20%;
    }
    .server-safeguard-icon{
        transform: scale(.6);
        margin: 0 auto;
    }
    .safeguard-content-item{
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 50px;
    }
    .safeguard-content-item .plr-145 .text-center{
        width: 50%;
    }
    .safeguard-content-item .plr-145 .text-center img{
        width: 100%;
    }
    .control-risk-item{
        width: 22%;
    }
    .control-risk-icon{
        transform: scale(.6);
    }
    .control-risk-item > .font-16{
        font-size: 14px;
        line-height: 1.4;
    }
    .fourth-module-wrap{
        padding-top: 10px;
    }
    .sub-title{
        margin: 0 0 20px 0;
    }
}