body{
    margin:0;
    background:white!important;
}
.faqMainBox{
    display: flex;
    justify-content: space-between;
    margin-top:25px;
    margin-bottom:50px;
}
.faqLeftBox{
    width:210px;
    background:rgb(235, 238, 243);
    padding:30px 25px;
}
.digg span{
    font-size: 14px;

    font-weight: 400;
    color: #444444;
    margin-right:6px;
}
.faq_banner{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("../../images/faq/banner.jpg");
    background-size: 100% 100%;
}
.faq_banner>div:first-child{
    font-size: 30px;

    font-weight: 400;
    color: #333333;
}
.faq_banner>div:last-child{
    font-size: 14px;

    font-weight: 400;
    color: #333333;
    opacity: 0.8;
    margin-top:18px;
}
.faqLeftBox .leftTitle{
    color:#2d3241;
    font-size: 16px;
    padding-bottom:30px;
    border-bottom:1px solid #E5E8ED;
    display: flex;
    align-items: center;
}
.leftNavBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:18px 0;
    background:url("../../images/faq/faq_xl.png") no-repeat;
    background-size: 12px 7px;
    background-position-y: center;
    background-position-x: right;
    cursor: pointer;
}
.leftNavBox.ul-show{
    background:url("../../images/faq/faq_xs.png") no-repeat;
    background-size: 12px 7px;
    background-position-y: center;
    background-position-x: right;
}
.leftNavBox.ul-show .title{
    color: #C7000B;
}
.leftNavBox:hover .title{
    color:#C7000B;
}
.leftNavBox .title{
    font-size: 14px;

    font-weight: bold;
    color: #444444;
}
.leftNavBody{
    display: none;
}
.leftNavBody a{
    font-size: 14px;

    font-weight: 400;
    color: #444444;
    display: inline-block;
    padding:10px 0;
    text-decoration: none;
}
.leftNavBody a:hover{
    color: #C7000B;
}
.faqRightBox{
    width: 910px;
}
#faqSearchInput{
    font-size: 14px;

    font-weight: 400;
    color: black;
    padding:10px 0 10px 45px;
    outline: none;
    border:none;
    box-shadow: 0 0 10px #eeeeee;
    width: calc(100% - 45px);
}
::-webkit-input-placeholder {
    color: #999999;
    font-size: 12px;
}

::-moz-placeholder {
    color: #999999;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #999999;
    font-size: 12px;
}
#faq_search{
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top:12px;
    left:18px;
}
.rTitle{
    display: flex;
    align-items: center;
    font-size: 14px;

    font-weight: bold;
    color: #444444;
}
.rTitle img{
    margin-right: 6px;
}
.lcBox{
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}
.lcBox div{
    text-align: center;
    font-size: 14px;

}
.lcBox>div>div:first-child{

    font-weight: bold;
    font-style: italic;
    color: #333333;
    line-height: 18px;
}
.faq_hot_question{
    display: flex;
    margin-top:30px;
    justify-content: space-between;
}
.wtUl{
    padding-left: 16px;
    margin-top:16px;
}
.wtUl li{
    font-size: 12px;
    color:#999999;
    margin-bottom:15px;
    list-style: disc;
}
.wtUl a{
    font-size: 14px;

    font-weight: 400;
    color: #666666;
    text-decoration: none;
    display: block;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wtUl li:hover{
    color:#C7000B;
}
.wtUl li:hover a{
    color:#C7000B;
}
.searchRc{
    margin-top:30px;
}
.searchRc>a{
    display: inline-block;
    padding:4px 11px;
    border:1px solid white;
    text-decoration: none;
    font-size: 14px;

    font-weight: 400;
    color: #333333;
    margin-bottom:5px;
    margin-right: 10px;
}
.searchRc>a:hover{
    color:#C7000B;
    border:1px solid #C7000B;
}
.faq_list{
    font-size: 16px;

    font-weight: bold;
    margin:30px 0;
    color: #2D3241;
}
.faq_list a:hover{
    color:#C7000B;
}
.faq_list_ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px 0;
    border-bottom:1px dashed #E5E8ED;
}
.faq_list_ul li a,.faq_list_ul li span{
    font-size: 14px;

    font-weight: 400;
    color: #444444;
}
.faq_list_ul li a:hover{
    color:#C7000B;
}
.dede_pages{
    margin-top:35px;
}
.digg{
    text-align: center;
}
.digg span.disabled{
    display: none;
}
.digg span{
    font-size: 14px;

    font-weight: 400;
    color: #444444;
}
.digg>span:first-child{
    margin-right:30px;
}
.digg span.current{
    font-size: 14px;

    font-weight: 400;
    color: #444444;
    margin:0 -2px;
    display: inline-block;
    padding:5px 12px;
}
.digg a{
    font-size: 14px;

    font-weight: 400;
    color: #444444;
    display: inline-block;
    padding:5px 12px;
    border:1px solid #C7CFD6;
    margin-right: 6px;
}
.digg a:hover{
    background: #eeeeee;
}
.faq_show_title{
    margin-top:32px;
    font-size: 24px;

    font-weight: 400;
    color: #444444;
    padding-bottom:14px;
    border-bottom:1px solid #E5E8ED;
}
.faq_show_content{
    overflow: hidden;
    min-height: 410px;
    padding-bottom:30px;
    border-bottom:1px solid #E5E8ED;
}
.faq_show_time{
    font-size: 12px;

    font-weight: 400;
    margin-top:12px;
    margin-bottom:40px;
    color: #444444;
}
.dz{
    cursor: pointer;
    width: 50px;
    height: 28px;
    background-color: #C7000B;
    border-radius: 2px;
    background-image:url("../../images/faq/dz.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    color:white;
    display: inline-block;
    background-position-y: center;
    background-position-x: 13px;
    padding-left: 40px;
    line-height: 28px;
    font-size: 12px;
}
.bdz{
    cursor: pointer;
    width: 50px;
    height: 28px;
    background-color: #9EA9B6;
    border-radius: 2px;
    background-image:url("../../images/faq/bdz.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    color:white;
    display: inline-block;
    background-position-y: center;
    background-position-x: 13px;
    padding-left: 40px;
    line-height: 28px;
    font-size: 12px;
}
.faq_show_bottom{
    margin-top:16px;
    display: flex;
    justify-content: space-between;
}
.faq_show_bottom a:hover{
    color:#C7000B;
}
.faq_show_bottom a.dz:hover,.faq_show_bottom a.bdz:hover{
    color:white;
}