/* 动画层 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.qy-index_title {
    padding: 60px 0 40px;
    text-align: center;
}

.qy-index_title h3,
.qy-index_title h5,
.qy-index_title h2 {
    font-size: 28px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 20px;
}

.qy-index_title p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
}

.qy-index_title {
    padding: 50px 0 30px;
    text-align: center;
}

.qy-index_title h2 {
    font-size: 28px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 20px;
}

.qy-index_title p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
}

/*常见问题*/
.qs_ul {
    width: 1224px;
    margin-top: 60px;
}

.qs_ul li {
    position: relative;
    float: left;
    width: 588px;
    height: 72px;
    background-color: #fff;
    padding: 0 32px;
    line-height: 72px;
    margin-right: 24px;
    margin-bottom: 24px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s;
}
.problem.c .qs_ul li{
    background-color: #F7F8FA;
}
.qs_ul li:hover {
    box-shadow: 0 0 10px 0 #eee;
}

.qs_ul .li_active {
    top: -96px !important;
}

.qs_ul .li_active .qs_txt {
    display: block;
}

.qs_ul .li_active i.iconfont {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
}

.qs_ul .i_active {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
}

.qs_ul p {
    float: left;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.qs_ul i {
    float: right;
    font-size: 18px;
    color: #000;
}

.qs_ul .qs_txt {
    position: absolute;
    left: 0;
    width: 100%;
    height: 106px;
    display: none;
    background-color: #fff;
    z-index: 99;
    top: 62px;
    padding: 0 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.problem.c .qs_ul .qs_txt{
    background-color: #F7F8FA;
}
.qs_ul .qs_txt p {
    width: 100%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.qs_w .more {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #007bfc;
    font-size: 14px;
    transition: all 0.3s;
}

.qs_w .more:hover {
    color: #218cfd;
    text-decoration: underline;
}

/*tabs*/

.qy_tabs {
    width: 100%;
    background-color: #fff;
    height: 56px;
    line-height: 56px;
    z-index: 11;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.qy_tabs.fixed {
    position: fixed;
    top: 56px;
    left: 0;
    border-bottom: 1px solid #eee;
}

.qy_tabs li {
    float: left;
    margin-right: 105px;
}

.qy_tabs li a {
    display: block;
    font-size: 14px;
    color: #222;
}

.qy_tabs li.active {
    line-height: 54px;
    font-weight: bold;
    border-bottom: 2px solid #007bfc;
}

.qy_tabs li.active:hover a {
    color: #222;
}

.qy_tabs li:hover a {
    color: #007bfc;
}

.qy_tabs .xuangou_btn {
    display: none;
    text-align: center;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #007bfc;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 13px;
    transition: all 0.3s;
}

.qy_tabs .xuangou_btn:hover {
    background-color: #218cfd;
}

/* 返回顶部 start */
.qy_activity {
    position: fixed;
    right: 15px;
    width: 46px;
    top: 46%;
    z-index: 99;
}

.qy_activity a {
    display: block;
}

#sider {
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 15px;
    width: 46px;
    min-height: 46px;
    z-index: 999;
    bottom: 20%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#sider2 {
    width: 46px;
    height: 132px;
    position: fixed;
    right: 15px;
    min-height: 46px;
    z-index: 999;
    bottom: 50%;
    background: url("../img/rk.png") no-repeat;
    background-size: cover;
}

#sider2 a {
    display: block;
    height: 100%;
    width: 100%;
}

#sider .icon {
    position: initial;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

#sider .top.icon {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

#sider .kf {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

#sider .top .iconfont,
#sider .cart .iconfont {
    font-size: 22px;
    font-weight: normal;
    position: relative;
}

#sider .kf .iconfont {
    position: relative;
    font-size: 20px;
}

#sider .weixin .iconfont {
    position: relative;
}

#sider .top .iconfont:before,
#sider .weixin .iconfont:before,
#sider .cart .iconfont:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 22px;
    height: 1px;
    background: rgba(216, 216, 216, 1);
    opacity: 0.44;
    margin-left: -11px;
}

#sider .top.icon {
    padding: 0;
    font-weight: bold;
    color: #333;
    display: none;
}

#sider .cart.icon {
    display: block;
    padding: 0;
    font-weight: bold;
    color: #333;
    position: relative;
}

#sider .cart.icon .iconfont {
    font-size: 19px;
}

#sider .weixin.icon .iconfont {
    font-size: 22px;
}

#sider .cart.icon em {
    position: absolute;
    right: 6px;
    top: 2px;
    display: block;
    width: 18px;
    height: 18px;
    background: #f1280d;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#sider .top.icon .iconfont,
#sider .cart.icon .iconfont {
    font-weight: bold;
    color: #333;
}

#sider .kf-span {
    position: absolute;
    right: 0;
    transition: all 0.3s;
    display: none;
    width: 76px;
    height: 46px;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1);
}

#sider .kf-span.kff {
    width: 260px;
    height: auto;
    border-right: 10px solid transparent;
    background: transparent !important;
    box-shadow: none;
}

#sider .kf-span.wxx {
    width: 260px;
    height: auto;
    border-right: 10px solid transparent;
    background: transparent !important;
    box-shadow: none;
}

#sider .icon:hover .kf-span.kff {
    right: 46px;
}

.right_main {
    width: 260px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 8%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.wxx_mian {
    width: 260px;
    padding: 8px 0;
    background: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 8%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.wxx_mian .item {
    padding: 5px 26px;
}

.wxx_mian .item:hover {
    background-color: #f8fafd;
}

.wxx_mian .item:hover a .tit {
    color: #007bfc;
}

.wxx_mian .item a {
    display: block;
}

.wxx_mian .tit {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.wxx_mian .tit i {
    font-size: 12px;
}

.wxx_mian p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.wxx_mian .red {
    color: red;
}

.right_main .photo {
    width: 80px;
    height: 80px;
    padding: 0 0 0 5px;
}

.right_main .photo img {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
}

.right_main .right {
    width: 130px;
    margin-left: 10px;
}

.right_main .right p {
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    line-height: 21px;
}

.right_main .right span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 18px;
}

.k-qq a {
    color: #108ee9;
}

#sider .icon:hover {
    background-color: #007bfc;
    color: #fff;
}

#sider .kf.icon:hover {
    border-radius: 0 2px 2px 0;
}

#sider .kf.icon:hover .iconfont {
    color: #fff;
}

#sider .icon:hover .kf-span {
    display: inline-block;
    right: 46px;
    top: 0;
    background-color: #007bfc;
    color: #fff;
    border-radius: 2px 0 0 2px;
}

#sider .w_erweima {
    position: absolute;
    top: 0;
    transition: all 0.3s;
    display: none;
    width: 200px;
    height: 200px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

#sider .w_erweima img {
    width: 100%;
    height: 100%;
}

#sider .icon:hover .w_erweima {
    display: inline-block;
    right: 56px;
    background-color: #007bfc;
    color: #fff;
    border-radius: 2px 0 0 2px;
}

#sider .top.icon:hover .iconfont,
#sider .cart.icon:hover .iconfont {
    color: #fff;
}

@media screen and (max-width: 1280px) {
    #sider {
        left: auto;
        margin-left: auto;
    }
}

/* 返回顶部 end */

/* ***************************顶部form表单start */
.trade_form {
    height: 156px;
    background-color: #fff;
    margin-top: -90px;
    padding-left: 50px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
}

.form_top .shuju_icon {
    width: 17px;
    height: 17px;
    margin-top: 8px;
    margin-right: 12px;
}

.form_top {
    font-size: 14px;
    color: #222222;
    padding-top: 33px;
}

.form_top span {
    font-size: 18px;
    color: #007bfc;
    font-weight: bold;
}

.form_box {
    margin-top: 28px;
}

.dns_sec {
    width: 100%;
    background-color: #fff;
}

.form_cont {
    margin-right: 24px;
}

.form_cont label {
    font-size: 14px;
    color: #222;
    margin-right: 18px;
}

.layui-inline.form_cont .layui-form-label {
    padding: 0;
    line-height: 46px;
}

.form_cont label i {
    font-size: 14px;
    color: #f62130;
}

.form_cont input {
    width: 208px;
    height: 46px;
    background-color: #f2f8ff;
    border: 1px solid #d9eafd;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 14px;
    color: #222;
}

.form_cont_div {
    position: relative;
    top: -46px;
}

.form_cont_last {
    width: 320px;
    float: left;
}

.form_cont_last .form_cont_tit {
    height: 46px;
    line-height: 46px;
}

.form_cont_div {
    width: 240px;
}

.form_cont_div .layui-form-select {
    width: 120px;
    float: left;
}

.form_cont .layui-input-inline {
    width: 208px;
}

.form_cont_last .layui-form-select .layui-input {
    width: 120px;
}

.form_cont .layui-form-select .layui-input:hover {
    border-color: #d9eafd !important;
}

.form_cont_last .layui-form-select:nth-of-type(1) {
    position: relative;
}

.form_cont_last .layui-form-select:nth-of-type(1) .layui-input {
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.form_cont_last .layui-form-select:nth-of-type(1):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #d9eafd;
    top: 15px;
    right: -7px;
    z-index: 102;
}

.form_cont_last .layui-form-select:nth-of-type(2) .layui-input {
    border-left: none;
    border-radius: 0 5px 5px 0;
}

.form_cont .layui-form-select dl dd.layui-this {
    background-color: #007bfc;
}

.sub_btn {
    width: 138px;
    height: 46px;
    background-color: rgba(0, 123, 252, 1);
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    transition: all 0.3s;
}

.sub_btn:hover {
    background-color: #218cfd;
}

/* ***************************顶部form表单end */

.layui-layer-dialog.colors_red {
    border: 0;
    background: #fff;
    color: red;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1);
}

.layui-layer-dialog.colors_green {
    border: 0;
    background: #fff;
    color: green;
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.1);
}

.layui-layer-dialog.colors .layui-layer-content {
    padding: 10px 15px;
}

.qy_sider-left {
    position: fixed;
    left: 15px;
    top: 50%;
    width: 141px;
    height: 315px;
    z-index: 99;
}

.qy_sider-left:hover .iconfont {
    display: block;
}

.qy_sider-left .iconfont {
    display: none;
    position: absolute;
    font-size: 18px;
    color: #999;
    right: 0;
    z-index: 9;
    cursor: pointer;
}

.qy_sider-left a {
    display: block;
}

@media screen and (max-width: 1400px) {
    .qy_sider-left {
        margin-left: 0;
        right: auto;
        left: auto;
    }
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #007bfc !important;
}

.layui-laypage a:hover {
    color: #007bfc !important;
}

body .layui-laypage input:focus,
body .layui-laypage select:focus {
    border-color: #007bfc !important;
}

.sider_hd {
    display: block;
    width: 200px;
    position: fixed;
    top: 280px;
    right: 20px;
    height: auto;
    z-index: 200;
}

.sider_hd img {
    display: block;
    width: 100%;
}

.pop_hd {
    position: relative;
    width: 664px;
    height: 427px;
}

.zdy_pop {
    background-color: transparent !important;
    box-shadow: none !important;
}

.pop_hd .close {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 73px;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.pop_hd .submit {
    display: block;
    position: absolute;
    width: 190px;
    height: 57px;
    bottom: 22px;
    left: 242px;
    z-index: 1;
}

.pop_hd img {
    display: block;
    width: 100%;
    height: 100%;
}

.common-topbar-nav-list li.nav-item {
    float: left;
    padding: 0 20px;
    line-height: 45px;
    position: relative;
}

.common-topbar-nav-list a {
    display: block;
    color: #fff;
    transition: all 0.3s;
}

.common-topbar-nav-list a.nav-a {
    /*border-bottom: 3px solid #16243B;*/
    transition: all 0s;
}

.header-nav-hover-line {
    display: none;
    position: absolute;
    pointer-events: none;
    height: 3px;
    background: #108ee9;
    width: 0px;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.triangle {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.common-topbar-nav-list a.nav-on {
    line-height: 45px;
    border-color: #108ee9;
}

.common-topbar-nav-list a.nav-on:hover {
    border-color: #16243b;
}

.nav-active a {
    color: #108ee9;
}

.common-nav-r {
    position: relative;
    width: 120px;
    height: 100%;
    background: #108ee9 url("../img/nav_r.png") no-repeat 20px center;
    color: #fff;
    text-indent: 44px;
    text-align: left;
    line-height: 48px;
    cursor: pointer;
}

a.glzx {
    color: #fff;
    display: block;
}

.common-topbar-dropdown {
    color: #fff;
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 1111;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    transition: opacity 0.13s ease-in-out, width 0.13s ease-in-out;
    /*opacity: 0;*/
    text-align: left;
    visibility: visible;
}

.common-topbar-dropdown-category-container {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    /*height: 263px;*/
    padding: 36px 40px;
    padding-top: 0;
    opacity: 1;
    /*visibility: hidden;*/
    z-index: 1;
    transition: opacity 0.13s ease-in-out, width 0.13s ease-in-out;
    box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.3);
}

.common-topbar-dropdown-category-container a {
    position: relative;
    color: #333;
    font-size: 12px;
    transition: all 0.3s;
    padding-bottom: 3px;
}

.common-nav-r .common-topbar-dropdown-category-container a:hover {
    color: #0a9ef6;
    border-bottom: 1px solid #0a9ef6;
}

.common-topbar-body .hot {
    color: #FF6A00 !important;
}

.common-topbar-body .hot:hover {
    border-bottom: 1px solid #FF6A00 !important;
}

.common-topbar-nav-list .common-topbar-dropdown-category-container {
    width: 1120px;
    height: auto;
}

.common-topbar-nav-list .common-topbar-dropdown-category-container a:hover {
    color: #0a9ef6;
    border-color: #0a9ef6;
}

/*
//*/

.common-topbar-dropdown-category-container strong {
    display: block;
    margin-bottom: 28px;
    color: #108ee9;
    font-weight: 400;
    line-height: initial;
    font-size: 12px;
}

.common-topbar-nav-list .common-topbar-dropdown-category-container strong {
    color: #333;
    font-size: 15px;
    line-height: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    margin-bottom: 16px;
}

.common-topbar-nav-list .common-topbar-dropdown-category-container li {
    float: none;
    margin: 0;
    line-height: 30px;
    padding: 0;
}

.common-topbar-nav-list .dropdown-content ul {
    float: left;
    margin-right: 0;
}

.common-topbar-nav-list .common-topbar-dropdown-category-container a:hover {
    color: #0a9ef6;
    border-color: #0a9ef6;
}

.common-topbar-nav-list .dropdown-content ul:last-child {
    margin-right: 0;
}

/*//*/

.common-user-nav .common-topbar-dropdown-category-container strong {
    height: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f0f0f1;
    padding: 10px 0;
    background: #fafbfb;
    font-weight: 700;
    border-top: 1px solid #f0f0f1;
}

.common-topbar-dropdown-category-container li {
    position: relative;
    margin-bottom: 12px;
    line-height: 21px;
}

.common-user-nav .common-topbar-dropdown-category-container li {
    margin-bottom: 3px;
}

.common-topbar-dropdown-category-container li i {
    position: absolute;
    color: #FF6A00;
    font-weight: 700;
    text-indent: 0;
    top: -1px;
    right: -29px;
}

.common-topbar-nav-list .common-topbar-dropdown-category-container li i {
    line-height: 23px;
    right: -35px;
}

.common-topbar-nav-list .common-topbar-dropdown-category-container li a {
    display: inline-block;
    color: #999 !important;
}

.question {
    margin-right: 0 !important;
}

.question li a {
    display: block;
    max-width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.slide-list {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1001;
    text-align: center;
    box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.3);
}

.slide-list li a {
    border-bottom: 1px dashed #f0f0f1;
    color: #333;
    line-height: 36px;
    font-size: 12px;
}

.slide-list li a:hover {
    color: #0a9ef6;
}

.qy_nav1 {
    position: relative;
}

.line {
    width: 714px;
    position: absolute;
    height: 1px;
    background-color: #f2f3f4;
    top: 52px;
    display: block;
    left: 24px;
}

.dropdown-content {
    float: left;
    margin-right: 100px;
}

.common-topbar-nav-list .dropdown-content ul li:last-child {
    margin-bottom: 0;
}

.common-topbar-nav-list .dropdown-content ul {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.common-nav-r .common-topbar-dropdown-category-list {
    padding: 0;
}

.item .right1 {
    color: rgba(255, 115, 0, 1) !important;
    line-height: 24px;
    font-size: 30px !important;
    font-family: Arial;
    font-weight: 400;
}

.item .right1 span {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    font-size: 30px !important;
    margin-right: 14px !important;
    color: rgba(255, 115, 0, 1) !important;
}

.item .right1 strong {
    font-size: 14px !important;
    font-weight: 400;
    color: rgba(153, 153, 153, 1) !important;
}

.yhq_list select {
    border: 1px solid #eee;
    color: #666;
    width: 192px;
    height: 31px;
}

.item .right1 s {
    margin-left: 12px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #27aa63;
}


.gsdb .nav_child::before {
    left: 49px;
}

.gsdb .nav_child {
    left: -2px;
}

.ymfw .nav_child::before {
    left: 318px;
}

.ymfw .tsfx_item {
    width: 160px;
    height: 275px;
}

.ymfw .nav_child {
    padding-left: 70px;
    left: -272px;
    height: 330px;
}


.sbzc .nav_child::before {
    left: 38px;
}

.sbzc .nav_child {
    left: 8px;
}

.yjz .nav_child::before {
    left: 528px;
}

.yjz .tsfx_item {
    width: 130px;
}

.yjz .nav_child {
    padding-left: 270px;
    left: -488px;
}

.yfwq .nav_child::before {
    left: 628px;
}

.yfwq .tsfx_item {
    width: 140px;
}

.yfwq .nav_child {
    padding-left: 350px;
    left: -582px;
}

.webaq .nav_child::before {
    left: 736px;
}

.webaq .tsfx_item {
    padding-left: 28px;
    width: 140px;
}

.webaq .nav_child {
    padding-left: 10px;
    left: -690px;
}

.seotj .nav_child::before {
    left: 38px;
}

.seotj .nav_child {
    left: 3px;
}


.ivu-input {
    border-radius: 0 !important;
}


.api_banners {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 300px;
}

.api_banners img {
    width: 100%;
    height: 198px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.manage_center_btn>a:hover {
    color: #fff;
}
/*
.logined_manage{
    display: none;
}*/

.search_wrapper {
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 100;
    display: none;
    width: 390px;
    height: 250px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(25, 30, 43, 0.4);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.search_wrapper_show {
    width: 390px;
    height: 250px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.search_wrapper .container {
    width: 100%;
    overflow: hidden;
}

.search_tabs {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: -webkit-linear-gradient(left, #4aa1ff, #0274ef);
    background: -moz-linear-gradient(left, #4aa1ff, #0274ef);
    background: -o-linear-gradient(left, #4aa1ff, #0274ef);
    background: linear-gradient(to left, #4aa1ff, #0274ef);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0274ef, endColorstr=#4aa1ff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#0274ef, endColorstr=#4aa1ff)";
}

.search_tabs i.iconfont {
    float: right;
    margin-right: 15px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.search_tabs i.iconfont:hover {
    color: #037cff;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.search_tabs li {
    height: 55px;
    float: left;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
}

.search_tabs li.cur {
    background: url(../img/new/nav_child_arr.png) no-repeat center bottom;
    background-size: 14px;
}

.search_content {
    padding: 10px 20px 20px;
}

.search_form {
    position: relative;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #037cff;
}

.search_form i.iconfont {
    position: absolute;
    left: 0;
    top: 14px;
    font-size: 14px;
    color: #037cff;
}

.search_input {
    float: left;
    width: 270px;
    height: 44px;
    border: none;
    background: none;
    padding-left: 30px;
    caret-color: #0f9fff;
}

.search_button {
    float: right;
    width: auto;
    height: 44px;
    border: none;
    background: none;
    color: #037cff;
    font-size: 14px;
}

.search_history {
    margin-top: 20px;
}

.new_banner .search_history .title {
    padding-top: 0;
    padding-bottom: 10px;
    height: 12px;
    line-height: 1;
    font-size: 12px;
    color: #828897;
    text-align: left;
}

.search_history .title .iconfont {
    margin-left: 10px;
    font-size: 12px;
    color: #828897;
    cursor: pointer;
}

.search_history .title .iconfont:hover {
    color: #037cff;
}

.search_history .box {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.search_history .box p {
    padding-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.search_history .box ul {
    margin-left: -10px;
}

.search_history .box li {
    float: left;
    margin: 10px 0 0 10px;
    border: 1px solid #bbbfc9;
}

.search_history .box li:hover {
    border: 1px solid #037cff;
}

.search_history .box li a {
    display: block;
    padding: 8px 10px;
    line-height: 1;
    font-size: 12px;
    color: #4d5260;
}

.search_history .box li a:hover {
    color: #037cff;
}

.qy_tip {
    position: relative;
}

.tip {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background: url(/pub/qf/images/tip-icon.png) no-repeat;
    cursor: pointer;
}

.qy_tip span {
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    border: 1px solid #abdcff;
    background-color: #f0faff;
    padding: 8px 5px 8px 6px;
    border-radius: 4px;
    color: #515a6e;
    line-height: 16px;
    width: 180px;
    font-size: 12px;
}


.zhekou {
    margin-left: 2px;
}

.qfcp_child * {
    box-sizing: border-box;
}

.qfcp_child {
    height: 460px;
    background: #F6F8FD;
    left: -171px !important;
    z-index: 99;
   padding: 0;
}
.qfcp_child::before{
    left: 230px !important;
    right: auto !important;
}
.qfcp_child_left {
    width: 160px;
    height: 460px;
    background: url(../../pub/ycj/imgs/all_left.png) no-repeat center;
    background-size: cover;
    padding: 40px 0 0 40px;
}

.qfcp_child_left dl dt {
    font-size: 16px;
    font-weight: 600;
    color: #181C29;
    line-height: 16px;
    height: 32px;
}

.qfcp_child_left dl dd {
    cursor: pointer;
}

.qfcp_child_left dl dd span {
    position: relative;
    font-size: 14px;
    color: #181C29;
    line-height: 44px;
}

.qfcp_child_left dl dd:hover span {
    color: #3A62C8;
}

.qfcp_child_left dl dd:hover span::after {
    transform: scale(1);
}

.qfcp_child_left dl dd span::after {
    position: absolute;
    left: 0;
    bottom: -12px;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3A62C8;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.qfcp_child_right {
    position: absolute;
    left: 160px;
    top: 0;
    width: 1040px;
    height: 460px;
    background: #fff;
}

.qfcp_content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 30px 30px 0 30px;
    display: none;
}

.qfcp_content .qfcp_left {
    float: left;
    width: 720px;
}

.qfcp_content .son_dl {
    padding-right: 60px;
}

.qfcp_content .son_dl.wauto {
    width: auto;
}

.qfcp_content .son_dl dl {
    float: left;
}

.qfcp_content .son_dl.wauto dl {
    padding-right: 60px;
}

.qfcp_content .son_dl.padr0 {
    padding-right: 0px !important;
}

.qfcp_content.yfw .son_dl.t {
    height: 210px;
}

.qfcp_content.zscq .son_dl.t {
    height: 210px;
}

.qfcp_content.zzxk .son_dl.t {
    height: 210px;
}

.qfcp_content dl dt {
    font-size: 14px;
    font-weight: 600;
    color: #3A62C8;
    line-height: 16px;
    margin-bottom: 12px;
}


.qfcp_content dl dd a {
    position: relative;
    font-size: 13px;
    color: #51586F;
    line-height: 30px;

}

.qfcp_content dl dd a::after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3A62C8;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.qfcp_content dl dd.hot a::after {
    background-color: #FF6A00;
}

.qfcp_content dl dd:hover a::after {
    transform: scale(1);
}

.qfcp_content dl dd.hot a {
    color: #FF6A00;
}

.qfcp_content dl dd.hot:hover a {
    color: #FF6A00;
}

.qfcp_content dl dd:hover a {
    color: #3A62C8;
}

.qfcp_content .son_dl dl.mh {
    height: auto !important;
}

.qfcp_content .qfcp_right {
    float: right;

}

.qfcp_content .qfcp_right h2 {
    font-size: 14px;
    color: #181C29;
    line-height: 16px;
    margin-bottom: 20px;
}

.qfcp_content .qfcp_right a {
    display: block;
    width: 260px;
    height: 135px;
    margin-bottom: 10px;
}

.qfcp_content .qfcp_right img {
    width: 100% !important;
    height: 100% !important;
}

.qfcp_content.active {
    display: block !important;
}

.qfcp_child_left dl dd.active span {
    color: #3A62C8;
}

.qfcp_child_left dl dd.active span::after {
    transform: scale(1);
}

.right_kf {
    position: fixed;
    right: 0;
    bottom: 240px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 10;
    /* animation: mylogo 4s both infinite; */
}

.right_kf img {
    width: 100%;
    height: 100%;
}

.right_kf.show {
    display: block !important;
}


/* 首页和导航没链接的提交弹窗 */
.tjxq_pop * {
    box-sizing: border-box;
}

.tjxq_pop {
    height: 380px;
    background: #FFFFFF;
    border-radius: 4px;
}

.tjxq_pop .tjxq_r {
    float: right;
    width: 180px;
    height: 100%;
    background: url(../ycj/imgs/sy/tjxq_bg.png) no-repeat center;
    background-size: cover;
    padding: 55px 0 0 30px;
}

.tjxq_pop .tjxq_r h2 {
    font-size: 14px;
    color: #181C29;
    line-height: 14px;
    margin-bottom: 20px;
}

.tjxq_pop .tjxq_r li {
    padding-left: 22px;
    font-size: 14px;
    color: #51586F;
    line-height: 14px;
    margin-bottom: 20px;
    background: url(../ycj/imgs/sy/cn.png) no-repeat left;
    background-size: 14px 14px;
}
.tjxq_pop .tjxq_r p{
    line-height: 24px;
    font-size: 12px;
 
    color: #828897;
    padding-right: 10px;
    font-family: 'DINProM';
}
.tjxq_pop .tjxq_main {
    float: left;
    width: 454px;
    height: 100%;
    padding: 30px 30px 0 30px;
}

.tjxq_pop .tjxq_main .tit {
    font-size: 14px;
    color: #51586F;
    line-height: 24px;
}

.tjxq_pop .tjxq_main .tit span {
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: #181C29;
    line-height: 24px;
    margin-right: 10px;
}

.tjxq_pop form {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7EAEE;
}

.tjxq_pop .form_item_n {
    margin-bottom: 20px;
}

.tjxq_pop .form_item_n .lable {
    float: left;
    width: 93px;
    text-align: right;
    font-size: 16px;
    color: #181C29;
    line-height: 48px;
    padding-right: 16px;
}

.tjxq_pop .form_item_n .lable i {
    color: #FF6521;
    font-size: 16px;
}

.tjxq_pop .form_item {
    float: left;
    position: relative;
    width: 300px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D5DBE8;

    transition: all .3s;

}

.tjxq_pop .form_item:hover,
.tjxq_pop .form_item.shadow,
.tjxq_pop .form_item:hover,
.tjxq_pop .form_item.shadow {
    border-color: #007AFF;
}

.tjxq_pop .form_item span {
    position: relative;
    float: left;
    height: 48px;
    padding: 0 10px;
    font-size: 14px;
    color: #181C29;
    line-height: 48px;
}

.tjxq_pop .form_item span:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #D5DBE8;
    right: 0;
    top: 14px;
}

.tjxq_pop .form_item input {
    float: left;
    width: 212px;
    height: 100%;
    padding-left: 10px;
    color: #181C29;
    font-size: 14px;
    border-radius: 4px;
}

.tjxq_pop .form_item .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: url(../ycj/imgs/sy/dpai.gif) no-repeat center;
    background-size: cover;
}

.tjxq_pop .select_head {
    position: relative;
    width: 86px;
    height: 48px;
    float: left;
    padding: 0 0 0 20px;
    line-height: 48px;
    cursor: pointer;
}

.tjxq_pop .select_head i {
    position: absolute;
    top: 14px;
    right: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    transition: all .3s;
}

.tjxq_pop .select_head:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #D5DBE8;
    left: 0;
    top: 14px;
}

.tjxq_pop .select_head i.up:not(.bgn) {
    transform: rotate(-180deg);
}

.tjxq_pop .sex_content {
    display: none;
    position: absolute;
    padding: 5px 0;
    top: 46px;
    left: -1px;
    width: 100%;
    width: calc(100% + 2px);
    max-height: 290px;
    background: #fff;
    border: 1px solid #e8ecee;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 10px 20px 0px rgba(24, 28, 41, 0.05);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.tjxq_pop .sex_content.show {
    opacity: 1;
    visibility: visible;
    display: block;
}

.tjxq_pop .sex_content .sex_item {
    display: block;
    padding-left: 14px;
    line-height: 35px;
    color: #666;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

.tjxq_pop .sex_content .sex_item:hover,
.tjxq_pop .sex_content .sex_item.active {
    background-color: #eee;
    color: #007AFF;
}

.tjxq_pop .btn {
    float: right;
    width: 300px;
    height: 48px;
    background: #3A62C8;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

.tjxq_pop .btn:hover {
    opacity: .8;
}

.tjxq_pop .tjxq_infor {
    padding-top: 20px;
}

.tjxq_pop .tjxq_infor h2 {
    font-size: 14px;
    font-weight: 600;
    color: #181C29;
    line-height: 14px;
}

.tjxq_pop .tjxq_infor p {
    font-size: 12px;
    color: #51586F;
    line-height: 14px;
    margin-top: 13px;
}

.tjxq_pop.kfpop {
    height: 436px;
}

.tjxq_pop.kfpop .form_item_n {
    margin-bottom: 14px;
}

.tjxq_pop.kfpop .form_item_n {
    margin-bottom: 14px;
}

.tjxq_pop.kfpop .btn {
    margin-top: 6px;
}

.tjxq_pop.kfpop .tjxq_r {
    padding: 36px 20px 0 20px;
    background: url(../ycj/imgs/sy/tjxq_bg.png) no-repeat center;
    background-size: cover;
}

.tjxq_pop.kfpop .tjxq_r li {
    margin-bottom: 12px;
    display: inline-block;
}

.kfewm_box {
    text-align: center;
    margin-top: 20px;
}

.kfewm_box img {
    display: block;
    width: 98px;
    height: 98px;
    margin: 0 auto;
}

.kfewm_box span {
    display: block;
    font-size: 12px;
    color: #51586F;
    line-height: 12px;
    margin: 10px 0;
    text-align: center;
}

/* .kfewm_box p {
    font-size: 14px;
    color: #181C29;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
    font-family: 'DINProM';
} */

.kfewm_box p i {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../ycj/imgs/ic5.png) no-repeat center;
    background-size: 16px 16px;
    vertical-align: -2px;
}

.tjxq_pop.kfpop .tjxq_r h2 {
    text-align: center;
}

.tjxq_pop.kfpop ul {
    text-align: center;
}

.hd618 {
    position: fixed;
    right: 20px;
    bottom: 400px;
    width: 150px;
    height: 100px;
    z-index: 99;
    /* animation: mylogo 5s linear 0s infinite alternate; */
    animation: mylogo 4s both infinite;
}

.hd618 img {
    width: 100%;
    height: 100%;
}

@keyframes mylogo {
    0% {
        transform: scale(1);
        transform: scale(1)
    }

    70%,
    73% {
        transform: scale(1);
        transform: scale(1)
    }

    77%,
    83%,
    90%,
    97% {
        transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    80%,
    87%,
    93% {
        transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-moz-keyframes mylogo {
    0% {
        transform: scale(1);
        transform: scale(1)
    }

    70%,
    73% {
        transform: scale(1);
        transform: scale(1)
    }

    77%,
    83%,
    90%,
    97% {
        transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    80%,
    87%,
    93% {
        transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes mylogo {
    0% {
        transform: scale(1);
        transform: scale(1)
    }

    70%,
    73% {
        transform: scale(1);
        transform: scale(1)
    }

    77%,
    83%,
    90%,
    97% {
        transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    80%,
    87%,
    93% {
        transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-o-keyframes mylogo {
    0% {
        transform: scale(1);
        transform: scale(1)
    }

    70%,
    73% {
        transform: scale(1);
        transform: scale(1)
    }

    77%,
    83%,
    90%,
    97% {
        transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    80%,
    87%,
    93% {
        transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

/* 短信弹窗 */
.dxfw_pop {
    position: relative;
    width: 360px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);
    border-radius: 4px;
    padding: 34px 30px;
    box-sizing: border-box;
    text-align: center;
  }
  .dxfw_pop .close_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  .dxfw_pop .logo {
    width: 183px;
  }
  .dxfw_pop h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 25px;
    margin: 20px 0;
  }
  .dxfw_pop .form_item {
    position: relative;
    width: 300px;
    height: 44px;
    margin-bottom: 20px;
  }
  .dxfw_pop .form_item i {
    position: absolute;
    left: 10px;
    top: 6px;
    margin: auto;
    color: #666;
    font-size: 22px;
  }
  .dxfw_pop .form_item input {
    width: 100%;
    height: 44px;
    background: #f5f6fa;
    padding-left: 20px;
    transition: all 0.3s;
    border: 1px solid transparent;
    box-sizing: border-box;
  }
  .dxfw_pop .form_item input:focus {
    border: 1px solid #007aff;
  }
  .dxfw_pop .form_btn {
    display: block;
    width: 300px;
    height: 44px;
    background: #007aff;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    transition: all 0.3s;
  }
  .dxfw_pop .form_item .getYzm {
    position: absolute;
    right: 11px;
    top: 0px;
    height: 44px;
    font-size: 14px;
    color: #007aff;
    background: transparent;
  }
  /* 短信弹窗end */

  /* 候祥客服弹窗 */
  .hx_box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.hx_box {
    margin: 0 auto;
    position: relative;
    width: 300px;
    height: 360px;
    background: url(/pub/img/xq/hxpop_bg.png) no-repeat center center;
    background-size: 300px 360px;
}

.hx_box .hx_rz {
    position: absolute;
    left: -10px;
    top: 15px;
    width: 95px;
    height: 37px;
    background: url(/pub/img/xq/hx_rz.png) no-repeat center center;
    background-size: 95px 37px;
}

.hx_box .div1 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #181C29;
    line-height: 28px;
    margin-bottom: 10px;
    padding-top: 30px;
}

.hx_box .div2 {
    font-size: 16px;
    color: #51586F;
    line-height: 22px;
    text-align: center;
}

.hx_box .div2 i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/pub/img/xq/hx_dh.png) no-repeat center center;
    background-size: 16px 16px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.hx_box .div3 {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 20px auto 10px;
    border: 1px solid #ddd;
}

.hx_box .div3 img {
    width: 100%;
    height: 100%;
}

.hx_box .div4 {
    text-align: center;
    font-size: 12px;
    color: #51586F;
    line-height: 17px;
}

.jmqf_class .layui-layer-content {
    overflow: inherit !important;
}
  /* 候祥客服弹窗end */

.qfhead .nav_hdd a {
    color: #FF7800;
}
.qfhead .nav_hdd a:hover{
    color: #FF7800 !important;
}
.qfhead .search_box_btn {
    box-sizing: content-box;
    float: right;
    width: 30px;
    height: 55px;
    padding-left: 25px;
    line-height: 55px;
    /* background: rgba(0, 0, 0, 0.45); */
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    text-align: left;
}
.qfhead .nav_child {
    line-height: 30px;
}
.nav_hdd img {
    width: 14px;
    height: 14px;
    vertical-align: -1px;
}
