.help-container .query-focus,
.help-container .query-input-box:hover {
    box-shadow: 0 4px 16px 1px rgba(103, 128, 191, .3)
}
.bg-fix{position: fixed;top: 0;left: 0;z-index: -1;width: 100%;height: 800px;}
input {
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.hq-fl {
    float: left
}

.hq-fr {
    float: right
}

.help-content-bg {
    background: url(/res/platform/help/img/content.png) top center no-repeat
}

.help-container {
    min-height: 1100px
}

.help-bg {
    background: url(/res/platform/help/img/top-bg.png) top center no-repeat
}

.hide {
    display: none !important
}

.help-header {
    margin-top: 20px;
    margin-bottom: 50px
}
.help-header-height{min-height: 100px;}
.help-header .header-title {
    font-size: 24px;
    color: #666;
    position: relative;
    display: inline-block;
    top: 5px
}

.help-header .header-logo {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    display: inline-block
}

.help-header .header-logo::after {
    content: "";
    width: 1px;
    height: 42px;
    background: #C9D7F2;
    position: absolute;
    right: 0;
    top: 5px
}

.foot-bg {
    background: url(/res/platform/help/img/bottom-bg.png) bottom center no-repeat
}

.help-container .type-nav-logo {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: 420px !important
}

.help-container .type-icon-account {
    background: url(/res/platform/help/img/icon.png) no-repeat
}
.nav-left-list li:hover .type-icon-account,.nav-left-list li.active .type-icon-account{
    background: url(/res/platform/help/img/icon-a.png) no-repeat
}

.help-container .type-icon-certification {
    background: url(/res/platform/help/img/icon.png) -35px 0 no-repeat
}
.nav-left-list li:hover .type-icon-certification, .nav-left-list li.active .type-icon-certification{
    background: url(/res/platform/help/img/icon-a.png) -35px 0 no-repeat
}

.help-container .type-icon-fht {
    background: url(/res/platform/help/img/icon.png) -69px 0 no-repeat
}
.nav-left-list li:hover .type-icon-fht, .nav-left-list li.active .type-icon-fht{
    background: url(/res/platform/help/img/icon-a.png) -69px 0 no-repeat
}

.help-container .type-icon-icq {
    background: url(/res/platform/help/img/icon.png) -105px 0 no-repeat
}
.nav-left-list li:hover .type-icon-icq, .nav-left-list li.active .type-icon-icq{
    background: url(/res/platform/help/img/icon-a.png) -105px 0 no-repeat
}

.help-container .type-icon-job {
    background: url(/res/platform/help/img/icon.png) -140px 0 no-repeat
}
.nav-left-list li:hover  .type-icon-job ,.nav-left-list li.active  .type-icon-job {
    background: url(/res/platform/help/img/icon-a.png) -140px 0 no-repeat
}

.help-container .type-icon-login {
    background: url(/res/platform/help/img/icon.png) -174px 0 no-repeat
}
.nav-left-list li:hover .type-icon-login,.nav-left-list li.active .type-icon-login{
    background: url(/res/platform/help/img/icon-a.png) -174px 0 no-repeat
}

.help-container .type-icon-mobile {
    background: url(/res/platform/help/img/icon.png) -210px 0 no-repeat
}
.nav-left-list li:hover   .type-icon-mobile ,.nav-left-list li.active   .type-icon-mobile{
    background: url(/res/platform/help/img/icon-a.png)  -210px 0 no-repeat
}

.help-container .type-icon-new {
    background: url(/res/platform/help/img/icon.png) -243px 0 no-repeat
}
.nav-left-list li:hover    .type-icon-new ,.nav-left-list li.active    .type-icon-new {
    background: url(/res/platform/help/img/icon-a.png)  -243px 0 no-repeat
}

.help-container .type-icon-procurement {
    background: url(/res/platform/help/img/icon.png) -279px 0 no-repeat
}
.nav-left-list li:hover   .type-icon-procurement ,.nav-left-list li.active   .type-icon-procurement{
    background: url(/res/platform/help/img/icon-a.png)  -279px 0 no-repeat
}


.help-container .type-icon-query {
    background: url(/res/platform/help/img/icon.png) -313px 0 no-repeat
}
.nav-left-list li:hover .type-icon-query,.nav-left-list li.active .type-icon-query{
    background: url(/res/platform/help/img/icon-a.png) -313px 0 no-repeat
}

.help-container .type-icon-sale {
    background: url(/res/platform/help/img/icon.png) -349px 0 no-repeat
}
.nav-left-list li:hover   .type-icon-sale ,.nav-left-list li.active   .type-icon-sale{
    background: url(/res/platform/help/img/icon-a.png)  -349px 0 no-repeat
}

.help-container .type-icon-service {
    background: url(/res/platform/help/img/icon.png) -385px 0 no-repeat
}
.nav-left-list li:hover   .type-icon-service, .nav-left-list li.active   .type-icon-service{
    background: url(/res/platform/help/img/icon-a.png)  -385px 0 no-repeat
}

.help-container h2 {
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 28px
}

.help-container .clear-box {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px
}

.help-container .clear-input {
    background: url(/res/platform/help/img/close.png) center no-repeat;
    width: 16px;
    height: 16px;
    background-size: cover;
    display: inline-block;
    cursor: pointer
}

.help-container .query-input-box {
    background: #fff;
    width: 700px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 35px;
    margin: 30px auto 120px;
    border: 1px solid #fff;
    position: relative;
}

.help-container .query-input-box .query-input {
    border: 0;
    height: 58px;
    width: 513px;
    margin-left: 30px;
    font-size: 18px;
    color: #333;
    outline: 0
}

.help-container .query-input-box .query-btn {
    width: 120px;
    height: 50px;
    background: #014098;
    color: #fff;
    border-radius: 31px;
    border: 0;
    font-size: 18px
}

.help-container .query-input-box .query-btn:hover {
    background: #1865BB
}

.help-container .query-input-mini {
    background: #fff;
    width: 600px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 35px;
    margin-left: 80px;
    border: 1px solid #fff;
    position: relative;
    margin-top: 5px
}
.help-container .query-input-mini  .tips-box,.query-input-box .tips-box{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -37px;
}
.help-container .query-input-mini  .tips-text ,.query-input-box .tips-text{
    display: inline-block;
    padding: 6px;
}
.help-container .query-input-mini  .tips-content ,.query-input-box .tips-content{
    border: 1px solid #eddada;
    background: #fee;
    border-radius: 2px;
    line-height: 22px;
    color: #c00;
    padding: 0 5px;
    _padding: 3px 5px;
    font-family: "Microsoft YaHei"
}
.help-container .query-input-mini  .tips-text .triangle-t ,.query-input-box .tips-text .triangle-t {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -6px;
    border-bottom-color: #fee;
    z-index: 3;
}
.help-container .query-input-mini  .tips-text::before ,.query-input-box .tips-text::before {
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    z-index: 2;
    content: "";
    border: 7px solid transparent;
    border-bottom-color: #eddada;
}

.help-container .query-input-mini .query-input {
    border: 0;
    height: 38px;
    width: 464px;
    margin-left: 20px;
    border-radius: 0;
    font-size: 14px;
    color: #333;
    outline: 0
}

.help-container .query-input-mini .query-btn {
    width: 80px;
    height: 35px;
    background: #014098;
    color: #fff;
    border-radius: 31px;
    border: 0;
    font-size: 14px;
    position: absolute;
    font-weight: bold;
    top: 2px;
    right: 2px
}

.help-container .query-input-mini .query-btn:hover {
    background: #1865BB
}

.help-container .query-input-mini .clear-box {
    vertical-align: sub
}

.help-container .page-title {
    text-align: center;
    margin-top: 60px
}

.help-container .page-title span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700
}

.help-container .page-title span::after,
.help-container .page-title span::before {
    position: absolute;
    content: "";
    top: 10px;
    width: 100px;
    height: 30px
}

.help-container .page-title span::before {
    background: url(/res/platform/help/img/tit1.png) bottom center no-repeat;
    left: -120px
}

.help-container .page-title span::after {
    background: url(/res/platform/help/img/tit2.png) bottom center no-repeat;
    right: -120px
}

.help-container .type-nav-list {
    margin: 20px -8px 0;
    flex-wrap: wrap;
    min-height: 400px
}

.help-container .type-nav-list .link {
    display: block
}

.help-container .type-nav-list li {
    flex: 1;
    opacity: 0;
    opacity: 1\9;
    float: left;
    min-width: 23.8%;
    margin: 8px;
    background: #F4F8FD;
    box-sizing: border-box;
    border-radius: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    animation: fadeInUp 1s forwards
}

.help-container .type-nav-list li:hover {
    background: #eef6ff;
    cursor: pointer
}

.help-container .type-nav-list li p {
    color: #999;
    font-size: 16px
}

.help-container .type-nav-list li:nth-child(4n) {
    margin-right: 0
}

.help-container .type-nav-list li h6 {
    font-size: 20px;
    color: #333;
    font-weight: 700
}

.help-container .hot-questions {
    margin: 20px -8px 0;
    display: flex;
    flex-wrap: wrap
}

.help-container .hot-questions li {
    flex: 1;
    float: left;
    min-width: 48.5%;
    max-width:48.5%;
    margin: 8px;
    box-sizing: border-box;
    border: 1px solid #F2F7FF;
    background: url(/res/platform/help/img/problem.png) 15px center no-repeat #fff;
    background-size: 5%;
    border-radius: 20px;
    padding: 20px 20px 20px 60px;
    font-size: 18px;
    color: #333
}

.help-container .hot-questions li:hover {
    border: 1px solid #ddd
}

.help-container .hot-questions li:hover a {
    cursor: pointer
}

.help-container .hot-questions li:nth-child(2n) {
    margin-right: 0
}

.help-container .contact-us {
    margin: 20px -8px 100px;
    display: flex;
    flex-wrap: wrap
}

.help-container .contact-us h6 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 15px
}

.help-container .contact-us li {
    border-radius: 12px;
    flex: 1;
    float: left;
    min-width: 23.8%;
    margin: 8px;
    box-sizing: border-box;
    padding: 20px;
    min-height: 140px
}

.help-container .contact-us li:nth-child(4n) {
    margin-right: 0
}

.help-container .link-btn,
.help-container .maill {
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    background: #FFF;
    border-radius: 21px;
    display: inline-block;
    border: 1px solid #C6D9EF;
    font-size: 16px;
    text-align: left;
    box-sizing: border-box;
    margin-top: 10px;
    color: #333;
    font-weight: 700;
    min-width: 130px
}

.help-container .link-btn:hover {
    border: 1px solid #014098;
    color: #014098;
    cursor: pointer
}

.help-container .phone-tit {
    font-size: 12px;
    color: #999
}

.help-container .link-btn img {
    vertical-align: text-bottom;
    margin-right: 5px
}

.help-container .phone {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.help-container .wx-tit {
    color: #333;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 50px
}

.help-container .bottom-icon-msg {
    background: url(/res/platform/help/img/msg.png) right 80px no-repeat #F2F7FF
}

.help-container .bottom-icon-wx {
    background: url(/res/platform/help/img/wx.png) right 80px no-repeat #F2F7FF
}

.help-container .bottom-icon-maill {
    background: url(/res/platform/help/img/maill.png) right 80px no-repeat #F2F7FF
}

.help-container .bottom-icon-phone {
    background: url(/res/platform/help/img/phone.png) right 80px no-repeat #F2F7FF
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.help-container .type-nav-list li:nth-child(1) {
    animation-delay: .1s
}

.help-container .type-nav-list li:nth-child(2) {
    animation-delay: .3s
}

.help-container .type-nav-list li:nth-child(3) {
    animation-delay: .5s
}

.help-container .type-nav-list li:nth-child(4) {
    animation-delay: .7s
}

.help-container .type-nav-list li:nth-child(5) {
    animation-delay: .9s
}

.help-container .type-nav-list li:nth-child(6) {
    animation-delay: 1.1s
}

.help-container .type-nav-list li:nth-child(7) {
    animation-delay: 1.3s
}

.help-container .type-nav-list li:nth-child(8) {
    animation-delay: 1.5s
}

.help-container .type-nav-list li:nth-child(9) {
    animation-delay: 1.7s
}

.help-container .type-nav-list li:nth-child(10) {
    animation-delay: 1.9s
}

.help-container .type-nav-list li:nth-child(11) {
    animation-delay: 2.1s
}

.help-container .type-nav-list li:nth-child(12) {
    animation-delay: 2.3s
}

.help-content {
    margin-bottom: 50px
}

.help-content .nav-left-list {
    width: 250px;
    float: left
}
.help-content .nav-left-list .arrow-btn{
    position: absolute;
    cursor: pointer;
    z-index: 1;
    right: 0;
    top: 0;
    width: 60px;
    height: 56px;
    background: url(/res/platform/help/img/down.png)  center no-repeat;
    background-size:30%!important;
}    

.arrow-btn.arrow-open{
    background: url(/res/platform/help/img/w-up.png)  center no-repeat!important;
    background-size:30%!important;

}
.active .arrow-btn.arrow-open,.hover .arrow-open{
    background: url(/res/platform/help/img/up.png)  center no-repeat!important;
     background-size:30%!important;
}

.help-content .nav-left-list .type-nav-logo {
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 10px
}

.help-content .nav-left-list li {
    margin-bottom: 15px;
}

.help-content .nav-left-list li .more-nav {
    margin: 15px 0 20px 62px;
    line-height: 36px;
    display: none
}

.help-content .nav-left-list li .more-nav span {
    display: block
}

.help-content .nav-left-list h6 a {
    display: block;
}

.help-content .nav-left-list li:hover a,.help-content .nav-left-list .active h6 a{
    color: #fff;
}

.help-content .nav-left-list li .more-nav a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 26px
}

.help-content .nav-left-list li .more-nav a:hover,
.help-content .nav-left-list li .more-nav span.active a {
    color: #014098;
    font-weight: 700;
    cursor: pointer
}

.help-content .nav-left-list h6 {
    position: relative;
    cursor: pointer;
    line-height: 56px;
    background:  #F4F8FD;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700
}

.help-content .nav-left-list h6:hover {
    /* background: url(/res/platform/help/img/down.png) 92% center no-repeat #014098;
    background-size: 8%; */
    background: #014098;
    color: #fff
}

.help-content .nav-left-list li.active h6,.help-content .nav-left-list li.hover h6{
    /* background: url(/res/platform/help/img/up.png) 92% center no-repeat #014098;
    background-size: 8%; */
    background: #014098;
    color: #fff
}




.help-content .navFixedTop {
     position: fixed;
    z-index: 99;
    top: 90px;
    overflow-y: auto;
    padding-right: 10px;
}

.help-content .nav-content {
    margin-left: 310px
}

.help-content .nav-content .nav-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px
}

.help-content .nav-content .answer-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #C6D9EF
}

.help-content .nav-content .answer-list h5 {
    font-weight: 700;
    font-size: 18px;
    color: #333
}
.help-content .nav-content .answer-list h2 {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    text-align: left;
    padding-top: 10px;

}

.help-content .nav-content .answer-list div {
    font-size: 16px;
    color: #666;
    line-height: 26px
}
.help-content .nav-content .answer-list .answer-content{
    width: 100%;
    overflow: hidden;
}
.help-content .nav-content .answer-list .answer-name{
    float: left;
    width: 32px;
}
.help-content .nav-content .answer-list .rich-text{
   float: left;
   width: 848px;
}

.none-result {
    width: 600px;
    margin: 0 auto
}

.none-result .none-tit {
    text-align: center;
    font-size: 18px;
    line-height: 26px
}

.none-result .none-tit img {
    margin-top: 100px
}

.headFixedTop {
    position: fixed;
    top: 0;
    background: #fff;
    left: 0;
    box-shadow: 0 3px 6px 1px rgba(103, 128, 191, .3);
    width: 100%;
    z-index: 99;
    margin: 0;
    padding: 10px 0
}

.headFixedTop .help-header {
    margin: 0 auto;
    width: 1190px
}

.headFixedTop .query-mini-box {
    display: block !important
}

.headFixedTop .query-input-mini {
    border: 1px solid #ddd !important
}



.navFixedTop::-webkit-scrollbar {
  width: 8px;  /* 垂直滚动条宽度 */
  height: 8px;  /* 水平滚动条高度 */
  background-color: transparent;
}

.navFixedTop::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin: 4px;
}

.navFixedTop::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.navFixedTop::-webkit-scrollbar-thumb:hover {
  background: #999;
}


