
/*帮助中心*/
.search{
    width:12rem;
    margin-top:.3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.search input{
    width:90%;
    padding:.2rem;
    line-height: .3rem;
    font-size: .28rem;
    outline: none;
    border:none;
    font-weight: 400;
}
.search button{
    width:.7rem;
    background: white;
    line-height: .3rem;
    border:none;
    background:white url('../image/search.png')no-repeat center;
    background-size: 40%;
}
.helpCenter-banner>div h2 {
    font-size: .6rem;
}
.helpCenter-banner >div {
    margin-top: 1.3rem;
}
.helpCenter-nav-bg{
    padding-top:.7rem;
    width:100%;
    background: #f7f8fa;
}
.helpCenter-nav-title{
    text-align: center;
}
.helpCenter-nav-title h2{
    font-size: .4rem;
    color: #000;
}
.helpCenter-nav-title p{
    font-size: .27rem;
    color: #666;
    margin:.15rem;
}
.helpCenter-nav-bd{
    padding:.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.helpCenter-nav-bd>div{
    padding: .6rem .2rem;
    border: 1px solid #e5e5e5;
    background: white;
    margin:0px .3rem .3rem 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width:47%;
    flex:1;
}
.helpCenter-nav-bd>div:nth-child(2n){
    margin-right:0;
}
.helpCenter-nav-bd-left{
    width:20%;
    text-align: center;
    padding-right: .15rem;

}
.helpCenter-nav-bd-left h2{
    font-size: .3rem;
    color: #333;
}
.helpCenter-nav-bd-right{

}
.helpCenter-nav-bd-right ul li{
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.helpCenter-nav-bd-right ul li:hover a{
    color:#00a4ff
}
.helpCenter-nav-bd-right ul li a{
    font-size: .25rem;
    color: #666;
}
.helpCenter-nav-bd-right ul li:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #999;
    vertical-align: 4px;
    margin-right: 6px;
}
.helpCenter-nav-bd-right ul li+li{
    margin-top: .2rem;
}
.helpCenter-qa-bg{
    padding-top: .7rem;
    padding-bottom:1rem;
}
.helpCenter-qa-main>.layui-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top:.5rem;
}
.helpcenter-qa-left{
    width:17%;
    margin-right: .3rem;
}
.helpcenter-qa-left h2{
    line-height: .4rem;
    font-size: .3rem;
    color: #000;
    font-weight: 400;
}
.helpcenter-qa-left .search{
    width:82%;
    border: 1px solid #d1d2d3;
}
.helpcenter-qa-left .search input{
    padding: .15rem;
    font-size: .22rem;
}
.helpcenter-qa-left ul{
    margin-top:.3rem;
}
.helpcenter-qa-left ul li{
    margin-top:.2rem;
}
.helpcenter-qa-left ul li a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 50%;
}
.helpcenter-qa-left ul li a{
    color:#333;
    font-size:.27rem;
    position: relative;
    padding-left: .2rem;
}
.helpcenter-qa-right{
    flex:1;
}
.layui-tab-content{
    padding:0px !important;
}
.helpcenter-qa-right>div{
    width:100%;

}
.helpcenter-qa-right>div>div{
    padding: .4rem;
    border: 1px solid #E5E5E5;
}
.helpcenter-qa-right>div>div h2{
    padding: 0;
    line-height: .3rem;
    font-size: .3rem;
    color: #000;
    margin-bottom:.3rem;
}
.helpcenter-qa-right>div>div ul{

}
.helpcenter-qa-right>div>div ul li{
    width:100%;
    margin-bottom:.2rem;
    display: inline-block;

}
.helpcenter-qa-right>div>div ul li a{
    line-height: 25px;
    font-size: 14px;
    color: #666;
}
.helpcenter-qa-right>div>div ul li:hover a{
    color:#00a4ff;
}
.helpCenter-qa-help-bg{
    padding-top: .7rem;
    width: 100%;
    background: #f7f8fa;
    padding-bottom: 1rem;
}
.helpCenter-qa-help{

}
.helpCenter-qa-help-main{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top:.5rem;
}
.helpCenter-qa-help-main>div{
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: .4rem;

}
.helpCenter-qa-help-main>div h2{
    font-size: .3rem;
    color: #333;
    line-height: .35rem;
    margin-bottom: .25rem;
}
.helpCenter-qa-help-main>div p{
    font-size: .25rem;
    color: #666;
    line-height: .4rem;
    margin-bottom:.25rem;
    width: 75%;

}
.helpCenter-qa-help-main>div a{
    padding: 0 .3rem;
    background-color: #00a4ff;
    color: #fff;
    font-size: .25rem;
    line-height: .6rem;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.helpCenter-qa-help-left{
    width:60%;
    margin-right: .4rem;
}
.helpCenter-qa-help-right{
    width:35%;
}
.helpCenter-qa-more-bg{
    padding:.2rem 0px;
}
.helpCenter-qa-more-main>div{
    border:none;
    text-align: center;
    padding:0.2rem .3rem;
}
.helpCenter-qa-more-main>div p{
    width:87%;
    margin:0px auto;
    color: #666;
    font-size: .26rem;
}
.helpCenter-qa-more-main>div h2{
    font-size: .35rem;
}
.helpCenter-qa-more-main>div a{
    background:transparent;
    color:#00a4ff;
}

.solu-main-banner-bg{
    width:100%;
    height: 5.5rem;
    background: url("../image/solution.png")no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 769px) {
    .solu-banner:before{
        display: none;
    }
    .helpCenter-banner >div{
        width:100%;
    }
    .search{
        width:70%;
        margin:0px auto;
    }
    .helpCenter-nav-bd>div{
        width:100%;
        margin-right:0px;
        margin-bottom:.4rem;
    }
    .helpCenter-qa-bg{
        display: none;
    }
    .issues_main_r{
        margin-top:1rem!important;
        margin-bottom:1rem!important;
    }
}
.issues_main_r{
    margin-top:70px;
    margin-bottom:70px;
}
.layui-tab-bar{
    display: none;
}
.layui-tab-title li{
    width:auto;
    display: inherit;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
     line-height: 30px;
     min-width: 50px;
    padding: 0 5px;
    text-align: left;
    cursor: pointer;
}
.layui-tab-title li:hover a{
    color:#00a4ff !important;
}
.layui-tab-title{
    height: auto;
    border:none;
}
.layui-tab[overflow]>.layui-tab-title{
    overflow: auto;
}
.layui-tab-title .layui-this:after{
    display: none;
}
.layui-tab-content{
    flex:1;
}
.layui-tab-title .layui-this{
    color:#00a4ff !important;
}