.faq-header{
    width:100%;
    height:55px;
    background:#1681E9;
}
.faq-header .faq-search{
    max-width: 1160px;
    padding: 10px 0;
    margin: 0 auto;
}
.faq-header .faq-search input{
    width:40%;
    height:33px;
    padding-left:20px;
    font-size:14px;
    border: 1px solid #ccc;
}
.faq-header .faq-search button{
    display: inline-block;
    width:80px;
    height:35px;
    line-height:35px;
    margin-left: -4px;
    background: #E6EBF1;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.faq-container{
    width: 1160px;
    margin: 0 auto;
    min-height:400px;
    padding-top:30px;
}
.faq-container .faq-list{
    display: table-cell;
    width:230px;
}
.faq-container .faq-list ul{
    /*position: fixed;*/
    /*top:116px;*/
    width:200px;
    background: #F6FAFC;
}
.faq-container .faq-list ul li{
    font-size:14px;
    line-height: 25px;
    border-bottom: 1px solid #dfdee2;
    cursor: pointer;
}
.faq-container .faq-list li.on{
    background: #E1EBF5;
}
.faq-container .faq-list li a{
    display: block;
    padding: 10px 0 10px 20px;
}
.faq-container .faq-list li.on a{
    color:#388DE8;
}
.faq-container .faq-list li:hover a{
    color:#388DE8;
}
.faq-container .faq-list ul li:hover{
    background: #E1EBF5;

}
.faq-container .faq-ans{
    display: table-cell;
    width:79%;
    margin-left:30px;
    vertical-align: top;
    font-size:14px;
    color:#676767;
}
.faq-ans .faq-ans-title{
    margin: 0 0 10px 10px;
}
.faq-ans .faq-ans-list>div{
    height:auto;
    line-height:50px;
    border-bottom:1px solid #F1F1F1;
    overflow: hidden;
}
.faq-ans .faq-ans-list>div>i{
    display: inline-block;
    float:left;
    width:10px;
    height:10px;
    margin:20px 10px;
    border-radius: 50%;
    background:#47C08B;
}
.faq-ans .faq-ans-list a{
    color:#676767;
    float:left;
    display: block;
}
.faq-ans .faq-ans-list .faq-search-ans{
    clear: both;
    margin-left: 30px;
}
/*faqÏêÏ¸ÄÚÈÝ*/
.faq-ans-item{
    margin-left: 10px;
}
.faq-ans-content .faq-ans-header{
    padding: 18px 0;
    font-size: 26px;
    color: #333;
}
.faq-ans-content .faq-ans-header i,.faq-ans-section i{
    display: inline-block;
    width:34px;height:32px;
    margin-right:10px;
    background:url("../image/faq-icon.png") no-repeat;
    background-position: 0 -25px;
}
.faq-ans-content .faq-ans-header p{
    display: inline-block;
    vertical-align: top;
}
.faq-ans-section{
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}
.faq-ans-section i {
    float: left;
    background-position: -1px -62px;
}
.faq-ans-section div{
    width: 800px;
    float: left;
    margin-left: 8px;
}
.faq-ans-section span{
    line-height: 24px;
}
.faq-ans-section img{
    margin: 10px 0;
}
.faq-ans-score{
    margin-bottom:30px;
}
.faq-ans-score .score-btn p{
    padding:20px 0;
}
.faq-ans-score button{
    display: inline-block;
    margin-right:15px;
    width:80px;
    height:35px;
    color:#fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.faq-ans-score .true-btn,.confirm-btn{
    background:#1974DD;
}
.faq-ans-score .true-btn:hover,.confirm-btn:hover{
    background:#006BA2;
}
.faq-ans-score .false-btn,.score-false .cancel-btn{
    background:#fff;
    color:#666;
    border:1px solid #DBDBDB;
}
.faq-ans-score .false-btn:hover,.score-false .cancel-btn:hover{
    background:#F7F7F0;
}
.score-true,.score-false{
    margin-top:20px;
    color: #333333;
}
.score-true i,.score-false i{
    display: inline-block;
    width:21px;height:21px;
    margin-right: 5px;
    vertical-align: bottom;
    background:url("../image/faq-icon.png") no-repeat;
}
.score-true i{
    background-position: 0px 0px;
}
.score-false i{
    background-position: -23px 0px;
}
.score-false .score-form{
    margin:20px 24px;
}
.score-false .score-form .score-chk div{
    display: inline-block;
    width:45%;
    padding:15px 0;
}
.score-false #badText{
    display: block;
    padding:20px;
    margin-bottom: 20px;
    height: 88px;
    width: 586px;
    border: 1px solid #d1d2d3;
    text-align: left;
    line-height: normal;
    border-radius: 3px;
    outline: 0;
    background-color: #fff;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: none;
}