body{
    background: #f1f3f5;
}
.topBanner{
    background: url("img/banner.png") no-repeat center;
    background-size: cover;
    position: relative;
}
.faq_search{
    position: absolute;
    left: 0.14rem;
    right: 0.14rem;
    display: flex;
    bottom:-0.27rem;
}
.faq_search>input{
    width: 100%;
    height: 0.42rem;
    outline: none;
    border:none;
    box-shadow: 0px 1px 4px 0px rgba(191,191,191,0.6);
    box-sizing: border-box;
    padding-left: 0.15rem;
}
.faq_search>span{
    position: absolute;
    right: 0;
    top:0;
    height: 0.42rem;
    width: 0.42rem;
    background: url("img/search.png") no-repeat center #C7000B;
    background-size: 0.19rem 0.19rem;
}

.faq_nav_box>div{
    display: flex;
    flex-direction: column;
    background: white;
    padding:0.15rem;
    margin-bottom:0.02rem
}
.faq_nav_box .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.13rem;
    font-weight: bold;
    color: #444444;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding-left: 0.32rem;
    height: 0.25rem;
}
.faq_nav_box .title:after{
    display: block;
    content:'';
    width: 0.07rem;
    height: 0.11rem;
    background: url("img/right.png") center;
    background-size: cover;
}
.faq_nav_box .title-1{
    background-image: url("img/hot.png");
    background-size: 0.19rem 0.23rem;
}
.faq_nav_box .title-2{
    background-image: url("img/ask.png");
    background-size: 0.21rem 0.2rem;
}
.faq_nav_box .title-3{
    background-image: url("img/lc.png");
    background-size: 0.23rem 0.22rem;
}
.faq_nav_box_a{
    display: flex;
    flex-wrap: wrap;
    height: 0.62rem;
    overflow: hidden;
    transition: 0.2s;
}
.faq_nav_box_a>a{
    font-size: 0.11rem;
    font-weight: 400;
    margin-right: 0.2rem;
    color: #444444;
    margin-top:0.15rem
}
.faq_nav_box>.on>.title:after{
    display: none;
}
.faq_nav_box>.on>.faq_nav_box_a{
    height: 1.2rem;
}
.faq_nav_box>.hot-ask.on>.faq_nav_box_a{
    height: 1.8rem;
}
.buy-lc .faq_nav_box_a{
    flex-direction: column;
    font-size: 0.11rem;
    font-weight: 400;
    color: #444444;
    line-height: 21px;
}
.buy-lc .faq_nav_box_a>div{
    width: 100%;
    margin-top:0.06rem
}
.faq_nav_box>.buy-lc.on>.faq_nav_box_a{
    height: 1.36rem;
}
.faq_list{
    display: flex;
    flex-direction: column;
}
.faq_list>div{
    margin-bottom:0.02rem;
}
.faq_list .title{
    font-size: 0.13rem;
    font-weight: bold;
    color: #444444;
    height: 0.56rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding:0 0.15rem;
}
.faq_list .title:after{
    content:'';
    display: block;
    background: url("img/bottom.png") center;
    background-size: cover;
    width: 0.11rem;
    height: 0.07rem;
    transition: 0.2s;
}
.faq_list .title.on:after{
    transform: rotate(180deg);
}
.faq_body{
    display: flex;
    flex-direction: column;
    background: white;
    padding:0.15rem;
    border-top:1px solid #F1F3F5;
}
.faq_body>a{
    font-size: 0.11rem;
    font-weight: 400;
    color: #444444;
    margin-bottom:0.12rem;
}
.faq_body>a:last-child{
    margin-bottom:0;
}
.faq_show{
    background: white;
    padding:0.15rem;
}
.faq_show .title{
    font-size: 0.13rem;
    font-weight: bold;
    color: #444444;
    padding-bottom:0.16rem;
    margin-bottom:0.2rem;
    border-bottom:1px solid #AFAFAF;
}
.faq_show_content{
    overflow: auto;
}
.faq_show_content ,.faq_show_content p, .faq_show_content div, .faq_show_content span, .faq_show_content a{
    font-size: 0.12rem!important;
    font-family: initial!important;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-all;
    line-height: 0.26rem;
}
.faq_show_content img{
    max-width: 100%!important;
    height: auto!important;
}
.next-faq{
    height: 0.56rem;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding:0 0.14rem;
    box-shadow: 0px 0px 1px 0px rgba(191,191,191,0.9);

    font-size: 0.12rem;
    font-weight: 400;
    color: #333333;
}
.faq_search_list{
    display: flex;
    flex-direction: column;
    background: white;
    padding:0.15rem;
}
.faq_search_list>a{
    font-size: 0.12rem;
    font-weight: 400;
    color: #444444;
    margin-bottom:0.2rem
}
.faq_search_list>a:last-child{
    margin-bottom:0;
}
.faq-list-head{
    /*display: flex;*/
    font-size: 0.14rem;
    font-weight: bold;
    margin-bottom:0.2rem;
    padding-bottom: 0.14rem;
    border-bottom:1px solid #f1f3f5;
}