#help-service{
    padding: 75px 0px; padding-top: 0;
}

.faq-boxs-1{
    display: flex; margin-bottom: 60px;
}

.faq-boxs-1 .left-faq{
    width:550px; padding: 0px 60px; display: flex; flex-direction: column; justify-content: center; align-items: center;
    margin-right: 13px;
}

.faq-boxs-1 .left-faq .faq-tit{
    font-size: 42px; line-height: 54px; color: #333333; text-align: center; margin-bottom: 6px;
}

.faq-boxs-1 .left-faq .faq-en{
    font-size: 46px; line-height: 54px; text-align: center;  text-align: center;
}

.faq-boxs-1 .right-faq{
    flex: 1;
}

.faqs-1{
    box-shadow: 0px 7px 21px 0px rgba(149,157,165,0.2); border-radius: 9px 9px 9px 9px; background: #FFFFFF;
    display: flex; flex-direction: column;
}

.faqs-1 .items{
    border-bottom: 1px solid #EDEDED; padding: 20px 0px;
}

.faqs-1 .items .tit{
    font-size: 19px; font-weight: bold; color: #3F5FFF; line-height: 26px; display: flex; align-items: center;
    padding: 0px 12px;
}

.faqs-1 .items .tit span{
    width: 22px; height: 22px; display: inline-block; background: url("../other/jian.png") no-repeat center center;
    margin-right: 10px;
}

.faqs-1 .items.opened .tit span{
    border: dashed 1px #ccc;
}

.faqs-1 .items .tit font{
    font-size: 18px; color: #3F5FFF;
}

.faqs-1 .items .content-box{
    color: #FFFFFF; font-size: 15px; line-height: 26px; background: rgba(63,95,255,0.6); border-radius: 0px 0px 10px 10px;
    height: 0px; overflow: hidden; transition: height 0.65s;
}


.faqs-1 .items.opened .content-box .content{
    padding: 22px 22px;
}

.faqs-1 .items.opened .content-box .content p{
    margin-bottom: 0px;
}

.faqs-1 .items.opened .content-box{
    height: auto; margin-top: 8px;
}

.faq-tab-title{
    display: flex; margin-bottom: 10px;
}

.faq-tab-title a{
    display: inline-block; margin-right: 30px; font-size: 22px; color: #333333; line-height: 30px; position: relative; padding-bottom: 7px;
}

.faq-tab-title a.cur{
    color: #4B83F4;
}

.faq-tab-title a.cur::after{
    position:absolute; content: " "; left: 25%; bottom: 0; width: 50%; height: 2px; background-color: #4B83F4;
}

.faq-tab-s .faqs-1{
    display: none !important;
}

.faq-tab-s .faqs-1.cur{
    display: flex !important;
}

.faq-boxs-1.faq-boxs-2{
    margin-top: 95px;
}
 
@media screen and (max-width: 767px){
    #help-service{
        padding: 55px 0px; padding-top: 10px;
    }

    .faq-boxs-1{
        flex-direction: column;
    }

    .faq-boxs-1 .left-faq{
        width: 100%; margin-bottom: 30px;
    }

    .faq-boxs-1 .right-faq{
        width: 100%;
    }

    .faq-boxs-1.faq-boxs-2{
        margin-top: 45px;
    }

    .faq-boxs-1 .left-faq .faq-tit{
        font-size: 30px;
        line-height: 44px;
    }

    .faq-boxs-1 .left-faq .faq-en {
        font-size:26px;
        line-height: 42px;
        text-align: center;
    }

    .faqs-1 .items .tit {
        font-size: 16px;
        line-height: 26px;
        padding: 0px 8px;
    }

    .faqs-1 .items .tit font{
        font-size: 16px;
    }

    .faqs-1 .items.opened .content-box .content {
        padding: 15px 13px;
    }

    .faqs-1 .items .content-box {
        font-size: 13px;
        line-height: 20px;
    }

    .faq-tab-title a {
        margin-right: 13px;
        font-size: 17px;
        margin-right: 0px;
    }

    .faq-tab-title{
        justify-content: space-between;
    }

}