#qabox{
    position: relative;
    background: url(/images/38/cn_big_bg.jpg);
    background-attachment: fixed;
}
#qabox:before{
    content:"";
    position: absolute;
    background-image: url(/images/38/cn_big_bg.jpg);
    width: 100%;
    height: 200%;
    top: 0;
}
#qabox:after{
    content:"";
    position: absolute;
    background-image: url(/images/38/side-line.png);
    width: 60px;
    height: 275px;
    top: -88px;
}
#qabox .fexxJ{
    display: flex;
    justify-content: space-between;
    padding-top: 77px;
}
#qabox .fexxJ .leftboxx{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 430px;
}
#qabox .fexxJ .leftboxx:before{
    content:"";
    position:absolute;
    width: 647px;
    background-image: url(/images/38/QAimg.png);
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -300px;
    bottom: 15px;
    z-index: 1;
}
#qabox .fexxJ .leftboxx:after {
    content: "";
    position: absolute;
    width: calc(200% + 103px);
    height: 160px;
    background: #1b325f;
    left: -100%;
    bottom: 0;
    moz-transform-origin: bottom;
    -moz-transform: skewX(35deg);
    -webkit-transform-origin: bottom;
    -webkit-transform: skewX(35deg);
    -o-transform-origin: bottom;
    -o-transform: skewX(35deg);
    -ms-transform-origin: bottom;
    -ms-transform: skewX(35deg);
    transform-origin: bottom;
    transform: skewX(35deg);
    z-index: 0;
}
#qabox .fexxJ .more:after {
    content: "";
    position: absolute;
    width: calc(100% + 0px);
    height: 100px;
    background: #bfc5d2;
    right: 0;
    bottom: -233px;
    moz-transform-origin: bottom;
    -moz-transform: -35deg;
    -webkit-transform-origin: bottom;
    -webkit-transform: -35deg;
    -o-transform-origin: bottom;
    -o-transform: -35deg;
    -ms-transform-origin: bottom;
    -ms-transform: -35deg;
    transform-origin: bottom;
    transform: skewX(-35deg);
    z-index: 0;
}
#qabox .fexxJ .rightboxx{
    display: flex;
    flex-direction: column;
    width: calc(93% - 650px);
}
/* faqList */
#faqList{
    height: 741px;
    overflow-y: scroll;
    padding: 4px 8px;
}
#faqList ul{
    width: calc(100% - 6px);
}
#faqList::-webkit-scrollbar { width: 5px; }
#faqList::-webkit-scrollbar-track { background: rgb(255 255 255 / 0%); }
#faqList::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, .4); border-radius: 50px; }
#faqList li .titlebox {
    margin-bottom: 10px;
    border-bottom: 1px solid #efeff0;
    -webkit-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    background-color: white;
}
#faqList li .titlebox{
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 1;
}
#faqList li .titlebox h3{
    display: flex;
    align-items: center;
    width: 100%;
}
#faqList li .titlebox b{
    padding: 9px 22px;
    background: #1b325f;
    border-radius: 0;
    color: white;
    font-size: 32px;
}
#faqList li .title {
    position: relative;
    padding: 5px 65px 5px 25px;
    display: flex;
    flex: 1;
}

#faqList li .title font {
    color: #1b325f;
    font-size: 19px;
}

#faqList li .title span {
    position: absolute;
    width: 30px;
    height: 25px;
    display: block;
    top: calc((100% - 30px) / 2);
    right: 25px;
    border-radius: 5px;
    padding: 2px 0px 3px 6px;
}

#faqList li .title span:before , #faqList li .title span:after {
    width: 22px;
    height: 2px;
    background: #1b325f;
    display: block;
    content: "";
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

#faqList li .title span:after {
    -webkit-transform: translateY(8px) rotate(90deg);
    transform: translateY(8px) rotate(90deg);
}

#faqList li .info {
    padding: 30px 20px 30px;
    background: #1b325f;
    color: #686868;
    font-size: 14px;
    line-height: 1.8;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin: 20px 0 20px;
    border-radius: 1px;
    display: flex;
    align-items: center;
}
#faqList li .info b{
    padding: 9px 22px;
    background: #ffffff;
    border-radius: 0px;
    color: #1b325f;
    font-size: 32px;
    display: flex;
    flex-direction: column;
}
#faqList li .info font{
    color: white;
    position: relative;
    padding: 5px 65px 15px 25px;
    display: flex;
    flex: 1;
    font-size: 16px;
    align-items: center;
}

#faqList li .info span:before,#faqList li .info span:after{
    background: white;
}
#faqList li.current .title.info span:after {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translateY(8px) rotate(180deg);
    transform: translateY(180deg) rotate(0);
}
#faqList li.current .title.info span{
    right: 42px;
}
@media screen and (max-width: 1470px) {
    #faqList{
    height: 621px;
}
    #qabox .fexxJ{
    padding-top: 60px;
}
    #faqList li .titlebox{
        padding: 11px 20px;
    }
    #qabox .fexxJ .more:after{
    width: calc(89% + 0px);
    bottom: -179px;
    height: 85px;
}
    
    #qabox .fexxJ .leftboxx:before{
        width: 519px;
        height: 319px;
        right: -256px;
    }
    #qabox:after{
    width: 29px;
    height: 206px;
}
}
@media screen and (max-width: 1160px) {
    #qabox .fexxJ{
    display: flex;
    flex-direction: column;
}
    #qabox .fexxJ .leftboxx{
        width: 100%;
        margin-bottom: 45px;
    }
    #qabox .fexxJ .rightboxx{
        width: 100%;
    }
    #qabox .fexxJ .leftboxx:before{
        width: 245px;
        right: 0;
        height: 438px;
        bottom: 0;
        display: none;
    }
    #qabox .fexxJ .leftboxx:after{
    display: none;
}
    #qabox .fexxJ .more:after{
    display: none;
}
    #qabox:after{
        width: 30px;
        height: 145px;
        right: 350px;
        top: 0;
    }
    #qabox:before{
        top: 0;
        height: 240%;
    }
}

@media screen and (max-width: 550px) {
    #qabox .fexxJ{
    padding-top: 20px;
}
    #qabox .fexxJ .leftboxx:before{
        width: 140px;
        height: 263px;
        bottom: 139px;
    }
    #qabox:after{
        right: 220px;
        width: 9px;
        height: 57px;
    }
    #faqList{
        overflow-y: unset;
        height: unset;
    }
    #qabox .titlleJ{
        width: 62%;
    }
    #qabox .textt p{
        font-size: 20px;
    }
    #faqList li .info b{
    width: 50px;
    height: 50px;
    padding: 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    }
    #faqList li .titlebox b{
    width: 50px;
    height: 50px;
    padding: 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    }
    #faqList li .title{
        padding: 5px 25px 5px 16px;
    }
    #faqList li .title font{
    font-size: 16px;
}
    #faqList li .title span{
    right: 0;
    width: 18px;
    height: 18px;
}
    #faqList li .title span:before, #faqList li .title span:after{
    width: 17px;
    height: 2px;
}
    #faqList li .info{
        display: flex;
        align-items: center;
        padding: 30px 20px;
    }
    #faqList li .info font{
        padding: 5px 20px 5px 12px;
        font-size: 15px;
    }
    #faqList li.current .title.info span{
    right: 15px;
}
}


