@charset "utf-8";

/* CSS Document Start*/
#faq{width:1200px;height:auto;margin:0 auto;overflow:hidden;}
.faq-tab-header{height:88px;line-height:88px;margin:40px auto;background:#f8f8f8 url(../images/faq-line.png) center center no-repeat;overflow:hidden;padding:0 180px;}
.faq-tab-header dt{float:left;cursor:pointer;width:80px;padding:0 140px 0 200px;overflow:hidden;background:url(../images/faq-user.png) 140px center no-repeat;font-size:20px;color:#333;}
.faq-tab-header dt.curr{background:url(../images/faq-user-curr.png) 140px center no-repeat;color:#FC4948;}
.faq-tab-header dd{float:left;cursor:pointer;width:80px;padding:0 140px 0 200px;overflow:hidden;background:url(../images/faq-live.png) 140px center no-repeat;font-size:20px;color:#333;}
.faq-tab-header dd.curr{background:url(../images/faq-live-curr.png) 140px center no-repeat;color:#FC4948;}

.faq-tab-main{overflow:hidden;background:#f8f8f8;margin-bottom:30px;}
.faq-tab-item{overflow:hidden;display:none;}
.faq-tab-item.curr{display:block;}
.faq-plan{padding:20px 65px 0;margin-bottom:20px;overflow:hidden;}
.faq-plan dt{font-size:18px;color:#333333;overflow:hidden;margin-bottom:5px;}
.faq-plan dd{overflow:hidden;border-bottom:2px solid #efefef;padding:18px 0 11px;}
.faq-plan dd strong{display:block;font-size:14px;color:#000;overflow:hidden;height:30px;line-height:30px;margin-bottom:7px;font-weight:normal;cursor:pointer;background:url(../images/faq-slideDown.png) 1045px center no-repeat;}
.faq-plan dd strong.curr{background:url(../images/faq-slideUp.png) 1045px center no-repeat;}
.faq-plan dd div{color:#595959;font-size:14px;line-height:24px;overflow:hidden;display:none;}
.faq-plan dd div b{font-weight:normal;}
.faq-plan dd div .pl20{padding-left:20px ;}
.faq-plan dd div .pl60{padding-left:60px ; box-sizing: border-box;}

#faq-picture{padding:20px 65px 0;margin-bottom:20px;overflow:hidden;}
.faq-picture-title{font-size:18px;color:#333;font-weight:normal;overflow:hidden;margin-bottom:10px;}
.faq-picture-item{overflow:hidden;margin-bottom:30px;}
.faq-picture-item strong{display:block;font-size:14px;color:#333;height:30px;line-height:30px;overflow:hidden;}
.faq-picture-item span{display:block;font-size:14px;color:#595959;line-height:24px;overflow:hidden;margin-bottom:10px;}
.faq-picture-item .tac{text-align: center;}
.faq-picture-item .tac img{width: 80%;}
.layui-carousel{text-align:center;}
