body{
    background: url('../img/faq/body.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.faq_banner{
    /* background: url('../img/faq/faq_banner.png');
    background-repeat: no-repeat; */
    /* width: 100%; */
    /* height: 32.291vw; */
    /* overflow-x: hidden; */

}



.faq_banner >img{
    /* min-width: 100vw; */
    max-width: 100%;
    width: 100%;
}
.Nav{
    padding: 0 5.52vw;
    
}

.Nav .tips {
    background: url('../img/faq/bg.png');
    background-repeat: no-repeat;
    font-size: 1.24vw;
    width: 100%;
    /* height: 2vw;
    line-height: 2vw; */
    background-size: 100% 100%;
    padding-left: 2.08vw;
    padding-top: 1.04vw;
    padding-bottom: 1.04vw;
    margin-bottom: 5.57vw;
    color: #4c4f51;
    box-sizing: border-box;
}

.qa_box {
    width: 100%;
    margin-top: 3.34vw;
}
.qa_box:first-child {
    margin-top: 2.34vw;
}
.qa_box:last-child{
    margin-bottom: 2.34vw;
}
.qa_box .qitem{
    position: relative;
}

.qa_box .qitem .text{
    font-size: 1.14vw;
    color: #4c4f51;
    position: relative;
    padding-left: 0.46875vw;

}

.qa_box .qitem span{
    color: #d47658;
    margin-right: 0.57vw;
}

.qa_box .qitem .text .close_text {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform:  translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 1.14vw;
    color: #ffffff;
    background-color: #d47658;
    padding: 0.3vw 0.83vw;
    border-radius: 5px;
    cursor: pointer;
}
.qa_box .qitem .text .colors {
    background-color: #e01176;
}
.qa_box .qitem span{
    color: #e01176;

}


.qa_box .qitem img {
    width: 100%;
    margin-top: 1.3vw;
}

.qa_box .aitem {
    font-size: 1.14vw;
    /* font-size: 0.38rem; */
    color: #4c4f51;
    font-family: SourceHanSansCN-Light;
    padding: 1.61vw 1.875vw 0 2.08vw;
    margin-right: 0.5729vw;
}
.qa_box .aitem .text{
    line-height: 1.82vw;
}


.Nav .tipss {
    background: url('../img/faq/bg_fen.png');
    background-repeat: no-repeat;
    font-size: 1.14vw;
    width: 100%;
    /* height: 2vw;
    line-height: 2vw; */
    background-size: 100% 100%;
    padding-left: 2.08vw;
    padding-top: 1.04vw;
    padding-bottom: 1.04vw;
    margin-bottom: 5.57vw;
    color: #4c4f51;
    margin-top: 6.66vw;
}

.Nav .content{
    margin-bottom: 7.1391VW;
}


/* faq1 */

.faq1_doctor{
    background: #ebabba;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    padding: 22px 4.31vw;
    
}
.faq1_doctor .left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;
    -webkit-flex-direction:column;
    font-size: 1.34vw;
    color: #FFFFFF;
    display: none;
}

.faq1_doctor .center{
    width: 1.115vw;
    margin: 0 3.41vw 0 0 ;
}
.tps{
    padding: 7.90vw 4.31vw 0;
    background: #fff;
}
.qa1{
    position: relative;
}
.qa1box{
    width: 50%;
}
.qatitle{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    margin-bottom: 2.64vw;
}
.qa{
    margin-bottom: 3.08vw;
}
.q1content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    background: url('../img/faq1/q1.png') no-repeat;
    background-size: 100% 100%;
    /* width: 44.33vw; */
    font-size: 1.61vw;
    font-weight:300;
    line-height: 2.42vw;
    padding: 4.63vw;
    color: #4C4F51;
    /* height: 23.38vw; */
}
.qa2box .q1content{
    padding: 3.38vw 4.63vw;
    background: url('../img/faq1/q2.png') no-repeat;
    background-size: 100% 100%;
}
.qa3box .q1content{
    padding: 3.38vw 4.63vw;
    background: url('../img/faq1/q3.png') no-repeat;
    background-size: 100% 100%;
}
.qa2box .q1img{
    width: 36.25vw;
}
.qa3box .q1img{
    width: 31.617vw;
}
.qa4box .q1img{
    width: 32.79vw;
}
.qa5box .q1img{
    width: 37.123vw;
}
.qa6box .q1img{
    width: 37.64vw;
}
.qa7box .q1img{
    width: 49.26vw;
}
.qa8box .q1img{
    width: 34.85vw;
}
.qa9box .q1img{
    width: 54.26vw;
}
.qa10box .q1img{
    width: 31.02vw;
}

.qa5box .q1content{
    padding: 3.38vw 4.63vw;
    background: url('../img/faq1/q5.png') no-repeat;
    background-size: 100% 100%;
}
.qa6box .q1content{
    padding: 3.38vw 4.63vw;
    background: url('../img/faq1/q6.png') no-repeat;
    background-size: 100% 100%;
}
.qa7box .q1content{
    padding: 3.38vw 4.63vw;
    background: url('../img/faq1/q7.png') no-repeat;
    background-size: 100% 100%;
}
.qa8box .q1content{
    padding: 3.38vw 1.61vw;
    background: url('../img/faq1/q8.png') no-repeat;
    background-size: 100% 100%;
}
.qa9box .q1content{
    padding: 3.38vw 1.61vw;
    background: url('../img/faq1/q9.png') no-repeat;
    background-size: 100% 100%;
}
.qa10box .q1content{
    padding: 3.38vw 1.61vw;
    background: url('../img/faq1/q10.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 8vw;
}
.qa4box{
    width: 50%;
    margin-left: 50%;
}
.qa8box{
    width: 50%;
}
.qa8{
    position: relative;
    margin-top: 6.68vw;
    margin-bottom: 5.07vw;
}
.qa8 > img{
    position: absolute;
    right: 7.20vw;
    width: 28.74vw;
    top: -4.68vw;
}
.qa4{
    position: relative;
    margin-top: 6.68vw;
    margin-bottom: 5.87vw;
}
.qa4 > img{
    position: absolute;
    left: 7.20vw;
    width: 26.35vw;
    top: -4.68vw;
}
.qa4box .q1content{
    padding: 3.38vw 4.63vw;
    background: url('../img/faq1/q4.png') no-repeat;
    background-size: 100% 100%;
}
.qaq span{
    color: #E01176;
    font-size: 3.925vw;
}
.qaq strong{
    color: #E01176;
    font-weight: bold;
    font-size: 3.925vw;
}
.qat{
    font-size: 1.61vw;
    font-family:SourceHanSansCN-Bold;
    font-weight:bold;
    color:rgba(76,79,81,1);
    line-height: 2.56vw;
    margin-left: 1.39vw;
}
.q1img{
    width: 38vw;
}
.qa1 > img{
    position: absolute;
    right: 0px;
    width: 38.94vw;
    top: -7.0vw;
}

.faq1_doctor .right{
    letter-spacing: 2px;
    font-size: 1.375vw;
    color: #fff;
    line-height: 3.31vw;
    font-weight: bold;
}

.faq1_doctor .left img{
    width: 14.79vw;
}
.faq1_doctor .left span{
    font-weight: bold;
    margin-top: 13px;
    white-space: pre;
}

.mob_display{
    display: none;
}

@media screen and (max-width: 800px) {
    /* faq1 */
    .faq_banner img{
        display: none;
    }
    .faq_banner .fqa_img{
        display: block;
    }
    .faq_banner .mob_display{
        display: block;
    }
    .faq1_doctor{
        padding: 0.52rem 0.43rem;
    }
    .faq1_doctor .left img{
        width:2.28rem;
    }
    .faq1_doctor .left{
        font-size:0.21rem;
    }
    .faq1_doctor .center{
        width: 0.23rem;
    }
    .faq1_doctor .right{
        line-height: 0.42rem;
        font-family:SourceHanSansCN;
        font-weight:bold;
        font-size: 0.27rem;
    }
    .q1content{
        font-size: 0.31rem;
        line-height: 0.42rem;
    }
    .qa1box{
        width: 70%;
    }
    .tps{
        padding: 0.95rem 0.28rem;
    }
    .qa{
        margin-bottom: 0.49rem;
    }
    .qa1 > img{
        width: 3.33rem;
        top: 0.44rem;
        right: -0.44rem;
    }
    .q1img{
        width: 7.08rem;
        /* width: auto!important; */
    }
    .qa2box .q1img{
        width: 7.207rem;
    }
    .qa3box .q1img{
        width: 6.199rem;
    }
    .qa4box{
        width: 65%;
        margin-left: 35%;
    }
    .qa4 > img{
        width: 2.47rem;
        left: 0.22rem;
        top: 0.66rem;
    }
    .qa4box .q1img{
        width: 6.429rem;
        margin-left: -0.5rem;
    }
    .qa5box .q1img{
        width: 7.28rem;
    }
    .qa6box .q1img{
        width: 7.38rem;
    }
    .qa7box .q1img{
        width: 9.655rem;
    }
    .qa8box .q1img{
        width: 6.83rem;
    }
    .qa8box{
        width: 65%;
    }
    .qa8 > img{
        width: 2.79rem;
        right: 0;
        top: 0.66rem;
    }
    .qa8box .q1content{
        padding: 0.56rem 0.39rem;
    }
    .qa9box .q1img{
        display: none
    }
    .qa9box .mob_display{
        width: 7.27rem;
        display: block;
    }
    .qa9box .q1content{
        padding: 0.56rem 0.39rem;
    }
    .qa10box .q1content{
        padding: 0.56rem 0.39rem;
    }
    .qa10box .q1img{
        width: 6.3rem;
    }
/* faq */


    .qa_box .aitem {
        font-size: 0.36rem;
    }
    .faq_banner{
        padding-top: 1.4rem;
    }

    .Nav {
        padding: 0 0.56rem;
    }

    .Nav .tips {
        font-size: 0.4333rem;
        padding: 0.2533rem 0;
        padding-left: 0.2666rem; 
        margin:2rem 0 1.65rem 0 ;   
    }

    .qa_box{
        /* margin-bottom: 0.9733rem; */
        margin-top: 0.9733rem;

    }
    .qa_box:first-child{
        margin-top: 0;
    }
    .qa_box:last-child{
        margin-bottom: 0.6733rem;
        /* margin-top: 0.9733rem; */

    }
    .qa_box .qitem .text {
        font-size: 0.38rem;
        padding-left: 0;
    }

    .qa_box .qitem span {
        margin-right: 0.1466rem;
    }

    .qa_box .qitem .text .close_text {
        font-size: 0.28rem;
        padding: 0;
        /* height: 0.4rem;
        line-height: 0.4em; */
        padding: 0.05333rem 0.2133rem 0.06666rem 0.2133rem
    }

    .qa_box .qitem img {
        margin-top: 0.16rem;
    }

    .qa_box .aitem .text {
        line-height: 0.44rem;
    }

    .Nav .tipss {
        font-size: 0.2933rem;
        
        padding: 0.2533rem 0;
        padding-left: 0.2666rem; 
        margin:2rem 0 1.65rem 0 ;  
    }

    .content .qa_box .qitem span {
        margin-right: 0;
        display: inline-block;
    }
    

    .qa_box .qitem .text{
         color: #4c4f51;
         padding-right: 1.866rem;
         display: -webkit-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         font-size: 0.3933rem;
        line-height: 0.4333rem;
    }

    .qa_box .qitem .text .tet{
        margin-right: 0;
        padding-left: 0.4666rem;
        line-height: 0.4rem;
        
    }

    .content .qa_box{
        margin-bottom: 0.533rem;
    }

    .Nav .content {
        margin-bottom: 1rem;
    }




}
















