@charset "UTF-8";

/*覆写check.css*/
body{
    background-color:#f6f6f6;
}
.ck-navtop ul.nav li a {
    font-weight:normal;
}
.ck-navtop .ispacer{
    height:45px;
    margin-top:18px;
}
.help-content{
    margin:0px auto 25px auto;
    background-color:#f6f6f6;
}
/*平方字体优先*/
.font-PFR{
    font-family: PingFangSC-Regular,"Microsoft YaHei";
}


/**常见问题页**/
/**顶部Banner**/
.help-center-banner{
    background:url(../images/bg-top.jpg) no-repeat;
    min-height:376px;
    color:#f6f6f6;
    text-align: center;
    padding-top:82px;
    padding-bottom:88px;
}
.help-center-search {
    width: 641px;
    margin: 0 auto;
    position: relative;
    border:10px solid rgba(0,0,0,.3);
}
.help-center-search .help-search-put {
    width: 561px;
    height: 45px;
    line-height:45px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left: 15px;
    border: 1px solid #ccc;
    color: #a1a1a1;
    border-right: 0;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    outline: none;
}
.help-center-search .search-subtn {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    background:url(../images/bg-btn-search.png);
    border: 0;
    cursor: pointer;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.help-center-search .search-subtn a {
    display: block;
    height: 100%;
    text-align: center;
}
.help-center-search .search-subtn a>img{
    vertical-align:baseline;
}
.help-center-search .help-search-drop {
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 99;
    display: none;
}
.help-center-search .help-search-drop.active{
    display: block;
}
.help-center-search .help-search-drop .drop-box {
    width: 580px;
    background: #fff;
    box-shadow: 2px 3px 7px rgba(0,0,0,.16);
    padding: 10px 20px;
    text-align: left;
}
.help-center-search .help-search-drop .drop-box li a {
    color: #888;
    line-height: 30px;
}
.help-center-search .help-search-drop .drop-box li a:hover{
    color:#063b7a;
}
.help-center-search .help-search-drop .drop-box .error-tip {
    color: #fd8320;
    line-height: 30px;
    display: none;
}
.help-center-banner .des-wrap .p1{
    font-size:42px;
    line-height:122px;
    margin-bottom:0px;
}
.help-center-banner .des-wrap .p2{
    margin-bottom:0px;
}

/**左侧栏**/
.help-content .left-cont {
    /*width: 154px;*/
    width:12.83%;
    overflow: hidden;
}
.help-content .left-cont dl {
    padding: 25px 0;
    width: 100%;
}
.help-content .left-cont dl dt {
    font-size:18px;
    color: #393939;
    font-weight: 700;
    padding-bottom: 15px;
}
.help-content .left-cont dl dd a {
    color: #838383;
    line-height: 36px;
}
.help-content .left-cont dl dd a:hover,.help-content .left-cont dl dd a.on {
    color: #063b7a;
}
/**主体问题栏**/
.help-content .right-cont{
    /*width: 1046px;*/
    width:87.17%;
    background-color: #fff;
    padding: 0 20px;
    color: #858585;
}
.right-cont .right-title {
    height: 59px;
    line-height: 58px;
    border-bottom: 1px solid #e3e3e3;
}
.right-cont .right-title span {
    font-size: 18px;
}
.right-cont .ans-item {
    min-height: 152px;
    padding: 25px 80px 30px 0;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    display: none;
}
.right-cont .ans-item.active{
    display: block;
}
.right-cont .ans-item>a {
    font-size: 18px;
    color: #252525;
    font-weight: 700;
    cursor: pointer;
}
.right-cont .ans-item>a:hover{
    color:#063b7a;
}
.right-cont .ans-item .ans-item-answer {
    font-size: 16px;
    margin: 10px 0 15px;
    overflow: hidden;
    width: 100%;
}
.right-cont .ans-item .ans-item-answer p{
    line-height:28px;
    margin-bottom:0px;
}
.right-cont .ans-item .ans-item-answer .normal{
    color: #858585;
}
.right-cont .ans-item .ans-item-answer .impl{
    color: #f00;
}

/**更多**/
.right-cont .more-box {
    padding: 36px;
    text-align: center;
}
.right-cont .more-box .qt-btn {
    padding:10px 20px;
    font-size: 18px;
    color:#063b7a;
    background-color: #f3f8ff;
    border: 1px solid #063b7a;
}
.right-cont .more-box .qt-btn:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .9;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
}

/*免责声明*/
.ans-item.attention {
    padding: 0;
}
.ans-item.attention.active{
    padding: 0 20px;
    font-size: 16px;
    text-align: justify;
}
.ans-item.attention .attention-title{
    text-align: center;
    color: #df342d;
    font-size: 30px;
    font-weight: bold;
    margin: 30px 0 20px ;
}
.ans-item.attention .attention-ul li{
    line-height: 30px;
    letter-spacing: 1.2px;
}
.ans-item.attention p{
    line-height: 30px;
}