/*2025-09-01【公共基础样式头部start】=================================================================================================*/
body, div, p, iframe, ul, li, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, table, th, td, input, button, select, textarea, * {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1280px;
}

body > a {
    display: none;
}

body, button, input, select, textarea {
    color: #333;
    font: 12px/1.5 Arial, 'Microsoft YaHei', Helvetica, sans-serif;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

.page-wrap {
    width: 1400px;
    margin: 0 auto;
}

/*--------字体【老版本】start--------*/
@font-face {
url('../fonts/Politica/Politica.woff2') format('woff2'),
url('../fonts/Politica/Politica.ttf') format('truetype'),
url('../fonts/Politica/Politica/Politica.svg#PoliticaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-family: 'Politica';
    src: url('../fonts/Politica/Politica.ttf');
    src: url('../fonts/Politica/Politica.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Politica/Politica.woff') format('woff');
}

@font-face {
url('../fonts/Akrobat/Akrobat.woff2') format('woff2'),
url('../fonts/Akrobat/Akrobat.ttf') format('truetype'),
url('../fonts/Akrobat/Akrobat/Akrobat.svg#AkrobatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat/Akrobat.ttf');
    src: url('../fonts/Akrobat/Akrobat.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Akrobat/Akrobat.woff') format('woff');
}

button {
    cursor: pointer;
    transition: 0.2s;
}

button:active {
    opacity: 0.8;
    /*透明度*/
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
    /* 内核Mozilla */
    -khtml-opacity: 0.8;
    /* 内核Safari */
}

input, button, select, textarea {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

li {
    list-style-type: none;
}

em, i {
    display: block;
    font-style: normal;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    position: relative;
    color: #333;
    text-decoration: none;
    transition: 0.2s;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}

a:hover {
    color: #ff6a00;
}

input:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*--------浮动--------*/
.ui-left {
    float: left;
}

.ui-right {
    float: right;
}

/*--------清除浮动--------*/
.clearfloat {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: '.';
    line-height: 0;
}

.rel {
    position: relative;
}

/*--------超出省略号--------*/
.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*--------字体颜色--------*/
.orange {
    color: #ff6a00;
}

.coffee {
    color: #cf4f0a;
}

.red {
    color: #ff292b;
}

.green {
    color: #00a699;
}

.blue {
    color: #2871bf;
}

.blue:hover {
    color: #2b94d1;
}

.en {
    font-family: verdana
}

.cl-f90 {
    color: #f90
}

.c48 {
    color: #484848 !important
}

.c6 {
    color: #666
}

.c8 {
    color: #888
}

.c9 {
    color: #999
}

/*--------圆角--------*/
.radius-3 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*--------占位符--------*/

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

/*--------阴影--------*/
.shadow {
    -webkit-box-shadow: 2px 2px 10px #9d9c9c;
    /* for safari or chrome */
    -moz-box-shadow: 2px 2px 10px #9d9c9c;
    /* for firefox */
    box-shadow: 2px 2px 10px #9d9c9c;
    /* for opera or ie9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    /* For IE 5.5 - 7 */
}

.center {
    text-align: center;
}

/*--------字体大小--------*/
.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f22 {
    font-size: 22px !important;
}

.f24 {
    font-size: 24px !important;
}

.f28 {
    font-size: 28px !important;
}

.f30 {
    font-size: 30px !important;
}

.bold {
    font-weight: 700
}

.P30 {
    padding: 30px;
}

/*--------间距--------*/
.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 15px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 15px;
}

/*--------圆角--------*/
.radius4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

/*--------公用3像素圆角--------*/
.radius {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/*--------主体通用宽度--------*/
.w {
    margin: 0 auto;
    width: 1200px;
}

.w1280 {
    margin: 0 auto;
    width: 1280px;
}

/*--------字体【老版本】start--------*/

/*2025-09-01【基础样式统一放置在头部end】=================================================================================================*/


/*--------弹框背影--------*/
.g-mian-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    background: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

/*--------头部--------*/
.header-mian {
    height: 80px;
    background-color: #ff6026;
}

.header {
    position: relative;
    z-index: 999;
    height: 80px;
}

.header .logo {
    float: left;
    overflow: hidden;
    margin-top: 22px;
    width: 241px;
    height: 38px;
    background: url(../images/logo.png);
    text-indent: -999px;
}

.header .logo-r {
    float: left;
    margin: 25px 0 0 18px;
}

/*--------快捷方式--------*/
.shortcut {
    margin-top: 25px;
}

.shortcut .phone {
    float: left;
    width: 108px;
    height: 30px;
}

.shortcut .phone a {
    display: block;
    border-radius: 30px;
    background-color: #e17c51;
    border: 1px solid #eb8357;
    font-size: 14px;
    color: #fff;
}

.shortcut .phone a:hover {
    background-color: #e57f53;
}

.shortcut .phone a i.icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 2px 0 4px;
    border-radius: 24px;
    background: url(../images/head-phone@icon.png);
    background-color: #f2f2f2;
}

.shortcut .phone a span.dt {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    color: #fff;
}

.shortcut .login {
    position: relative;
    float: left;
    height: 32px;
    margin-left: 38px;
    font-size: 14px;
    color: #fff;
}

.shortcut .login .icon {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    margin-right: 5px;
}

.shortcut .login .dt a {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    color: #fff;
}

.shortcut .login .dt a:hover {
    color: #ffe4d9;
}

.shortcut .login .dt .name {
    width: 84px;
}

.shortcut .login .dt .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 7px;
    margin-left: 2px;
    margin-top: 1px;
    background: url(../images/nav-user-account@arrow.png);
}

.shortcut .login .dt .over {
    background: url(../images/nav-user-account@arrow.png) 0 -9px;
}

.shortcut .login .spacer {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background-color: #e8c6bc;
    margin: 0 3px;
}

.shortcut .login .subtopic-login-account {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99;
    width: 184px;
}

.shortcut .login .subtopic-login-account .sublist {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    font-size: 14px;
    padding: 12px;
    background-color: #fff;
    margin-top: 15px;
}

.shortcut .login .subtopic-login-account .sublist a {
    display: block;
    text-indent: 20px;
    line-height: 40px;
    border: 1px solid #efefef;
    margin-top: -1px;
}

.shortcut .login .subtopic-login-account .sublist a:hover {
    background-color: #efefef;
    color: #fc5d0d;
    font-weight: bold;
}

.shortcut .login .subtopic-login-account .sublist a:last-child {
    margin-top: 10px;
    color: #fc5d0d;
    font-weight: bold;
}

.shortcut .shopping-cart {
    float: left;
    width: 90px;
    height: 32px;
    margin-left: 32px;
    font-size: 14px;
    color: #fff;
}

.shortcut .shopping-cart a {
    display: block;
    color: #fff;
}

.shortcut .shopping-cart a:hover {
    color: #ffe4d9;
}

.shortcut .shopping-cart i.icon {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url(../images/head-cart@icon.png);
}

.shortcut .shopping-cart span.dt {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}

.shortcut .shopping-cart .badge {
    position: absolute;
    top: -2px;
    left: 19px;
    z-index: 100;
    padding: 4px 5px;
    height: 10px;
    min-width: 10px;
    border-radius: 10px;
    background-color: #e17c51;
    color: #fff;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
}

.shortcut li.spacer {
    overflow: hidden;
    margin: 3px 5px 0;
    width: 1px;
    height: 13px;
    background-color: #fff;
    opacity: 0.3;
}

.shortcut .ttbar-login a {
    margin-right: 8px;
}

.shortcut .ttbar-login .prizeIcon {
    float: left;
    margin: 2px 5px 0 0;
    width: 15px;
    height: 15px;
    background: url(../images/prize-icon.png);
}

/*--------导航--------*/
.navitems {
    position: relative;
    z-index: 99;
}

.navitems-scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 46px;
    background-color: #444;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
}

.nav {
    height: 46px;
    background-color: #444;
    line-height: 46px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    position: relative;
}

.nav .nav-list li.spacer {
    overflow: hidden;
}

.nav .nav-list li a {
    display: block;
}

.nav .nav-list li a.over {
    background-color: #cf4a09;
}

.nav .nav-list li a:hover:after, .nav .nav-list li a.over:after {
    position: absolute;
}

.nav-box {
    position: relative;
    z-index: 9;
}

.nav-box ul li .hot {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 26px;
    height: 15px;
    opacity: 1;
    background: url(../images/hot@icon.gif);
}

.nav-box ul li:hover .hot {
    opacity: 0.4;
}

.nav-box ul li {
    float: left;
}

.nav-box ul li i {
    display: inline-block;
    margin: -2px 0 0 2px;
    width: 15px;
    height: 15px;
    background: url(../images/subtopic@icon.png) center;
    vertical-align: middle;
    opacity: 0.4;
}

.nav-box ul li:hover i {
    background: url(../images/subtopic-hover@icon.png) center;
}

.nav-box ul li .subtopic-item {
    position: relative;
    height: 0;
    top: 0;
    z-index: 99;
}

.nav-box ul li .cur i {
    opacity: 0.4;
}

.nav-box ul li.spacer {
    display: none;
    overflow: hidden;
    margin: 11px 0;
    width: 1px;
    height: 17px;
    background-color: #4f4f4f;
    line-height: 0;
}

.nav-box ul li a.cur {
    color: #fff;
}

.nav-box ul li a {
    display: block;
    padding: 0 29px;
    color: #fff;
    line-height: 46px;
    -webkit-transition: 0;
    -moz-transition: 0;
    transition: 0;
}

.nav-box ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.nav-box ul li.last {
    padding-top: 1px;
    font-size: 12px;
    font-family: \5b8b\4f53;
}

.nav-box ul li.last a {
    color: #a2a2a1;
}

.nav-box .nav-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 52px;
    height: 46px;
    background-color: #ff622e;
    font-size: 0;
    line-height: 40px;
}

.nav-box .nav-line:before {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -3px;
    z-index: 999;
    width: 0;
    height: 0;
    border-top: 5px solid #f54a16;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
}

.nav .navitems-group2 {
    position: relative;
    width: 125px;
    height: 46px;
    border-radius: 5px;
    background-color: #4a4a4a;
}

.nav .navitems-group2 .mall .dt {
    padding-left: 24px;
    color: #fff;
    cursor: pointer;
}

.nav .navitems-group2 .mall .dt {
    display: block;
    padding-left: 24px;
    color: #fff;
    cursor: pointer;
}

.nav .navitems-group2 .mall .dt i {
    width: 15px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 6px;
    color: #fff;
    cursor: pointer;
    opacity: 0.85;
    background: url(../images/nav-mall@icon.png);
}

.nav .navitems-group2 .mall:hover {
    background-color: #4a4a4a;
}

.nav .navitems-group2 .mall:hover .dt i {
    opacity: 1;
}

.nav .navitems-group2 .mall .dt:after {
    z-index: 99999;
    float: right;
    display: none;
    margin: 20px 0 0 5px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    content: '';
}

.nav .navitems-group2 .mall .dt .arrow {
    opacity: 0.15;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-top: -1px;
    background: url(../images/subtopic@icon.png);
}

.nav .subtopic-help {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    z-index: 99;
    width: 160px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    font-size: 14px;
    padding: 12px;
}

.nav .subtopic-help a {
    display: block;
    text-indent: 20px;
    line-height: 40px;
    border: 1px solid #efefef;
    margin-top: -1px;
}

.nav .subtopic-help a:hover {
    background-color: #efefef;
    color: #fc5d0d;
    font-weight: bold;
}

.nav .subtopic-help a:last-child {
    margin-top: 10px;
    color: #fc5d0d;
    font-weight: bold;
}

/* ----------二级菜单 ----------*/
.nav .subtopic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 990;
    display: none;
    width: 100%;
    border-top: 1px solid #fc5d0d;
    background-color: #404040;
}

.nav .subtopic:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: 99;
    width: 0;
    height: 0;
    border-top: 6px solid #fc5d0d;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
}

.nav .subtopic a {
    display: block;
    border-top: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    padding: 0 10px;
    font-weight: normal !important;
    border-bottom: 1px solid #464646;
}

.nav .subtopic a:hover {
    background-color: #fc5d0d;
    color: #fff;
}

.nav .subtopic .active {
    background-color: #f53a43;
    color: #fff;
}

/*!*顶部导航*!*/
.nav-box2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: auto;
    box-sizing: border-box;
    height: 78px;
    min-width: 1280px;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.nav-box2 .nav-right {
    float: right;
    height: 78px;
    padding-right: 50px;
}

.nav-box2 .nav-right .phone {
    float: left;
    width: 108px;
    height: 32px;
    margin-top: 24px;
}

.nav-box2 .nav-right .phone a {
    display: block;
    border-radius: 32px;
    background-color: #cb9278;
    font-size: 14px;
    color: #fff;
}

.nav-box2 .nav-right .phone a:hover {
    background-color: #e57f53;
}

.nav-box2 .nav-right .phone a i.icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 4px 2px 0 4px;
    border-radius: 24px;
    background: url(../images/head-phone@icon.png);
    background-color: #f2f2f2;
}

.nav-box2 .nav-right .phone a span.dt {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    color: #fff;
}

/*未登录*/
.nav-box2 .nav-right .userBox {
    float: left;
    margin: 22px 0 0;
}

.nav-box2 .nav-right .userBox .login {
    float: left;
    position: relative;
    height: 34px;
    font-size: 14px;
    color: #fff;
}

.nav-box2 .nav-right .userBox .login a {
    float: left;
    color: #fff;
    width: 98px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
}

.nav-box2 .nav-right .userBox .login a.signBtn {
    position: relative;
}

.nav-box2 .nav-right .userBox .login a.signBtn .free {
    position: absolute;
    left: 5px;
    top: -12px;
    z-index: 2;
    width: 58px;
    height: 20px;
    line-height: 20px;
    zoom: 0.78;
    background-color: #f58c02;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}

.nav-box2 .nav-right .userBox .login a.loginBtn {
    margin-left: 10px;
    background-color: #5BC000;
    border: 1px solid #5BC000;
    color: #fff;
}

.nav-box2 .nav-right .userBox .user {
    position: relative;
    float: left
}

.nav-box2 .nav-right .userBox .user .icon {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    margin-right: 5px;
    background-color: #fff;
}

.nav-box2 .nav-right .userBox .user a {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    color: #fff;
}

.nav-box2 .nav-right .userBox .user .name {
    font-size: 14px;
    max-width: 84px;
}

.nav-box2 .nav-right .userBox .user .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 7px;
    margin-left: 1px;
    background: url(../images/nav-user-account2@arrow.png);
}

.nav-box2 .nav-right .userBox .user .over {
    background: url(../images/nav-user-account2@arrow.png) 0 -9px;
}

.nav-box2 .nav-right .userBox .user .spacer {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background-color: #e8c6bc;
    margin: 0 3px;
}

.nav-box2 .nav-right .userBox .subtopic-login-account {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99;
    width: 184px;
}

.nav-box2 .nav-right .userBox .subtopic-login-account .sublist {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    font-size: 14px;
    padding: 12px;
    background-color: #fff;
    margin-top: 14px;
}

.nav-box2 .nav-right .userBox .subtopic-login-account .sublist a {
    display: block;
    text-indent: 20px;
    line-height: 40px;
    color: #333;
    border: 1px solid #efefef;
    margin-top: -1px;
}

.nav-box2 .nav-right .userBox .subtopic-login-account .sublist a:hover {
    background-color: #efefef;
    color: #fc5d0d;
    font-weight: bold;
}

.nav-box2 .nav-right .userBox .subtopic-login-account .sublist a:last-child {
    margin-top: 10px;
    color: #fc5d0d;
    font-weight: bold;
}

.nav-box2 .nav-right .userBox .user:hover .subtopic-login-account {
    display: block;
}

.nav-box2 .nav-right .userBox .user:hover .arrow {
    transform: rotate(180deg);
}

/*购物车*/
.nav-box2 .nav-right .shopping-cart {
    float: left;
    margin-left: 32px;
    font-size: 14px;
    color: #fff;
}

.nav-box2 .nav-right .shopping-cart a {
    display: block;
    color: #fff;
}

.nav-box2 .nav-right .shopping-cart i.icon {
    display: inline-block;
    vertical-align: middle;
    height: 23px;
    width: 24px;
    background: url(../images/head-cart@icon2.png);
}

.nav-box2 .nav-right .shopping-cart span.dt {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}

.nav-box2 .nav-right .shopping-cart .badge {
    position: absolute;
    top: -2px;
    left: 14px;
    z-index: 100;
    padding: 0px 6px;
    height: 18px;
    min-width: 12px;
    border-radius: 10px;
    background-color: #d63539;
    color: #fff;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.nav-box2 .nav-left {
    float: left;
    height: 78px;
    margin-left: 40px;
}

.nav-box2 .nav-left .logo {
    display: block;
    background: url(../images/new-logo2.png);
    width: 91px;
    height: 57px;
    float: left;
    margin-top: 10px;
}

.nav-box2 .nav-left .nav-menu {
    float: left;
    margin: 6px 0 0 50px;
}

.nav-box2 .nav-left .nav-menu > li {
    float: left;
    height: 72px;
    padding: 0 20px;
}

.nav-box2 .nav-left .nav-menu > li > a {
    height: 72px;
    line-height: 72px;
    font-size: 14px;
    transition: all 0s;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
}

.nav-box2 .nav-left .nav-menu > li:hover > a {
    color: #fff;
}

.nav-box2 .nav-left .nav-menu > li > a .nav-down {
    display: block;
    background: url(../images/nav-down.png) no-repeat;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: -14px;
    margin-top: -2px;
    z-index: 1;
    transition: all .2s linear;
}

.nav-box2 .nav-left .nav-menu > li > a:hover .nav-down {
    transform: rotate(180deg);
}

/*!*激活一级菜单*!*/
.nav-box2 .nav-left .nav-menu .active-menu > a {
    color: #fff;
}

.nav-box2 .nav-left .nav-menu .active-menu a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 0px;
    background-color: #fff;
}

.nav-box2 .nav-left .nav-menu li:hover a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 0px;
    background-color: #fff;
}

.nav-box2 .nav-left .sub-menu {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 80px;
    left: 0;
    z-index: 3;
    background-color: #fff;
    color: #333;
    border-top: 1px solid #dddddd;
    display: none;
    padding: 0 180px;
    box-sizing: border-box;
    font-size: 0;
    overflow: hidden;
}

.nav-box2 .nav-left .sub-menu .link {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 16px;
    padding: 0 6px;
    color: #777777;
    box-sizing: border-box;
    position: relative;
}

.nav-box2 .nav-left .sub-menu .link:before {
    display: block;
    content: '';
    width: 0;
    border-bottom: 2px solid transparent;
    position: absolute;
    bottom: 1px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
}

.nav-box2 .nav-left .sub-menu .link:hover {
    color: #333333;
}

.nav-box2 .nav-left .sub-menu .link:hover:before {
    border-bottom: 2px solid #333333;
    width: 100%;
}

/*活动子菜单*/
.nav-box2 .nav-left .child-menu {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .02);
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-in-out;
}

.nav-box2 .nav-left li:hover .child-menu {
    border-top: 1px solid #efefef;
    max-height: 300px;
}

.nav-box2 .nav-left .child-menu a {
    display: inline-block;
    border-top: 0;
    color: #333;
    text-align: center;
    font-size: 14px;
    padding: 32px 30px 32px;
    font-weight: bold;
}

.nav-box2 .nav-left .child-menu a p {
    margin-top: 25px;
}

.nav-box2 .nav-left .child-menu a span.state {
    font-weight: normal;
}

.nav-box2 .nav-left .child-menu a img {
    transition: 0.3s;
}

.nav-box2 .nav-left .child-menu a:hover {
    color: #ff6a00;
}

.nav-box2 .nav-left .child-menu a:hover img {
    transform: scale(1.05);
}

.site-nav-status-login {
    height: 34px;
    background-color: #333;
    color: #fff;
    padding: 0 40px;
    position: relative;
    z-index: 106;
    display: none;
}

.site-nav-status-login:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.site-nav-status-login .head-l {
    float: left;
    line-height: 34px;
}

.site-nav-status-login .head-r {
    float: right;
}

.site-nav-status-login .head-r .code-item {
    padding: 15px 0;
}

.site-nav-status-login .head-r .code-item:first-child {
    border-bottom: 1px solid #f2f2f2;
}

.site-nav-status-login .head-r .code-item:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.site-nav-status-login .head-r .code-item .code-info {
    float: left;
    width: 110px;
}

.site-nav-status-login .head-r .code-item .code-title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.site-nav-status-login .head-r .code-item .code-tips {
    color: #5BC000;
    font-size: 12px;
    margin-top: 2px;
}

.site-nav-status-login .head-r .code-item .code-way {
    font-size: 12px;
    margin-top: 2px;
    color: #b3b3b3;
}

.site-nav-status-login .menu-nav .cell {
    float: left;
    position: relative;
}

.site-nav-status-login .menu-nav .cell:hover a {
    color: #fff;
}

.site-nav-status-login .menu-nav .subPhone {
    cursor: default;
    display: none;
    width: 250px;
    background-color: #fff;
    padding: 0 20px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 34px;
    right: 0;
    z-index: 9;
    color: #333;
    box-sizing: border-box;
}

.site-nav-status-login .menu-nav .subMenu {
    cursor: default;
    display: none;
    width: 160px;
    background-color: #fff;
    padding: 15px 15px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 34px;
    right: 0;
    z-index: 9;
    color: #333;
    box-sizing: border-box;
}

.site-nav-status-login .menu-nav .subMenu .sublist {
    font-size: 14px;
    background-color: #fff;
}

.site-nav-status-login .menu-nav .subMenu .sublist a {
    display: block;
    text-indent: 10px;
    border: 1px solid #efefef;
    margin-top: -1px;
}

.site-nav-status-login .menu-nav .subMenu .sublist a:hover {
    background-color: #efefef;
    color: #5BC000;
    font-weight: bold;
}

.site-nav-status-login .menu-nav .cell:hover a.phone {
    color: #5BC000;
    background-color: #fff;
}

.site-nav-status-login .menu-nav .cell:hover a.placeOrder {
    color: #5BC000;
    background-color: #fff;
}

.site-nav-status-login .menu-nav .cell:hover .subPhone {
    display: block;
}

.site-nav-status-login .menu-nav .cell:hover .subPhone a {
    color: #333;
    border-bottom: 1px solid #f5f5f5;
}

.site-nav-status-login .menu-nav .cell:hover .subMenu {
    display: block;
}

.site-nav-status-login .menu-nav .cell:hover .subMenu a {
    color: #333;
    border-bottom: 1px solid #f5f5f5;
}

.site-nav-status-login .menu-nav .spacer {
    float: left;
    height: 12px;
    width: 1px;
    background-color: #fff;
    margin: 11px 0 0;
}

.site-nav-status-login .menu-nav a {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding: 0 10px;
}

.site-nav-status-login .menu-nav a.phone {
    position: relative;
}

.site-nav-status-login .menu-nav a.phone:before {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    content: '';
    background: url(../images/head-phone2@icon.png) no-repeat;
    width: 10px;
    height: 14px;
    margin-right: 4px;
}

.site-nav-status-login .menu-nav a .arrow {
    display: inline-block;
    content: '';
    background: url(../images/head-arrowDown@icon.png) no-repeat;
    width: 9px;
    height: 4px;
    vertical-align: middle;
    margin: -2px 0 0 3px;
}

.site-nav-status-login .menu-nav .cell:hover .phone:before {
    background: url(../images/head-phone2@icon.png) -12px 0 no-repeat;
}

.site-nav-status-login .menu-nav .cell:hover .arrow {
    background: url(../images/head-arrowDown@icon.png) 0 -4px no-repeat;
}

.nav-box-scroll {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 100;
    height: 60px;
    background-color: #fff;
}

.the-sub-nav {
    height: 60px;
}

.the-sub-nav .nav-box-scroll {
    position: relative;
}

.nav-box-scroll.nav-fly {
    position: fixed;
}

.nav-box-scroll .nav-left .logo {
    display: block;
    background: url(../images/new-logo3.png);
    width: 69px;
    height: 43px;
    margin-top: 10px;
}

.nav-box-scroll .nav-left .nav-menu .active-menu > a {
    color: #333;
}

.nav-box-scroll .nav-left .nav-menu {
    margin: 2px 0 0 30px;
}

.nav-box-scroll .nav-left .nav-menu > li {
    height: 58px;
}

.nav-box-scroll .nav-left .nav-menu > li > a {
    height: 58px;
    line-height: 58px;
    color: #333;
}

.nav-box-scroll .nav-left .nav-menu > li:hover > a {
    color: #333;
}

.nav-box-scroll .nav-left .nav-menu > li:hover > a:after {
    content: '';
    background-color: #373d41;
}

.nav-box-scroll .nav-left .nav-menu > li > a .nav-down {
    display: block;
    background: url(../images/nav-down.png) -11px 0 no-repeat;
}

.nav-box-scroll .nav-left .nav-menu .active-menu a:after {
    content: '';
    background-color: #373d41;
}

.nav-box-scroll .nav-right .userBox .user .arrow {
    width: 11px;
    height: 7px;
    background: url(../images/nav-user-account2@arrow.png) -11px 0;
}

.nav-box-scroll .nav-right .userBox {
    float: left;
    margin: 16px 0 0;
}

.nav-box-scroll .nav-right .userBox .user a {
    color: #333;
}

.nav-box-scroll .nav-right .shopping-cart i.icon {
    background: url(../images/head-cart@icon2.png) -25px 0;
}

.nav-box-scroll .nav-right .shopping-cart span.dt {
    color: #333;
}

.nav-box-scroll .nav-right .userBox .login {
    float: left;
    position: relative;
    height: 34px;
    font-size: 14px;
    color: #fff;
}

.nav-box-scroll .nav-right .userBox .login a {
    float: left;
    color: #333;
    width: 85px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #999;
    border-radius: 3px;
    text-align: center;
}

.nav-box-scroll .nav-right .userBox .login a.signBtn {
    position: relative;
}

.nav-box-scroll .nav-right .userBox .login a.signBtn .free {
    position: absolute;
    left: 5px;
    top: -12px;
    z-index: 2;
    width: 58px;
    height: 20px;
    line-height: 20px;
    zoom: 0.7;
    background-color: #f58c02;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}

.nav-box-scroll .nav-right .userBox .login a.loginBtn {
    margin-left: 10px;
    background-color: #5BC000;
    border: 1px solid #5BC000;
    color: #fff;
}

.nav-box-scroll .nav-left .child-menu {
    top: 60px
}

.nav-box-scroll .nav-left, .nav-box-scroll .nav-right {
    height: 60px;
}

/*--------页面内容--------*/
.g-mian {
    overflow: hidden;
    background-color: #f5f6f7;
}

.g-mian2 {
    overflow: hidden;
    background-color: #f2f4f5;
}

/*--------四大优势--------*/
.four-guarantee {
    background-color: #383838;
}

.four-guarantee .guarantee-box {
    padding: 26px 0 34px;
}

.four-guarantee .guarantee-box li {
    float: left;
    margin-right: 35px;
    width: 293px;
    height: 60px;
    color: #ff700a;
    /*border-right: 1px solid #f1f1f1;*/
    transition: All 0.3s ease-in-out;
}

.four-guarantee .guarantee-box li a {
    color: #ff700a;
}

.four-guarantee .guarantee-box li:hover {
    color: #fc5d0d;
    -webkit-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
}

.four-guarantee .guarantee-box li:last-child {
    margin-right: 0;
    border-right: 0;
}

.four-guarantee .guarantee-box li .jp-ico {
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}

.four-guarantee .guarantee-box li p {
    margin-top: 2px;
    color: #b3b3b3 !important;
    font-size: 13px;
}

/*--------底部版权--------*/
.footer {
    padding: 38px 0 35px;
    /*border-top: 4px solid #fc5d0d;*/
    background-color: #3d3d3d;
    color: #b3b3b3;
}

.footer .copyright-group1 {
    overflow: hidden;
}

.footer .copyright-group1 .foot-nav-sidebar {
    float: left;
    width: 575px;
    border-right: 1px solid #464646;
    padding-bottom: 8px;
    font-size: 14px;
}

.footer .copyright-group1 .foot-nav-sidebar .item {
    float: left;
    margin: 0 18px 0 0;
    width: 98px;
    color: #999;
}

.footer .copyright-group1 .foot-nav-sidebar .item:last-child {
    margin-right: 0;
}

.footer .copyright-group1 .foot-nav-sidebar .item dt {
    margin-bottom: 15px;
    color: #b3b3b3;
    font-size: 16px !important;
}

.footer .copyright-group1 .foot-nav-sidebar .item dd {
    margin-top: 4px;
}

.footer .copyright-group1 .foot-nav-sidebar .item a {
    color: #fff;
}

.footer .copyright-group1 .foot-nav-sidebar .item a:hover {
    color: #ff6a00;
    text-decoration: underline;
}

.footer .copyright-group1 .foot-tel-center {
    float: left;
    margin-left: 35px;
    width: 310px;
    font-size: 14px;
    color: #fff;
}

.footer .copyright-group1 .foot-tel-center em {
    margin: 12px 0;
}

.footer .copyright-group1 .foot-tel-center p.dt {
    color: #b3b3b3;
    font-size: 16px;
}

.footer .copyright-group1 .foot-tel-center p {
    margin-bottom: 4px;
}

.footer .copyright-group1 .foot-tel-center p.tel {
    height: 41px;
    margin-bottom: 12px;
}

.footer .copyright-group1 .foot-ewm-right {
    float: right;
    text-align: center;
    font-size: 12px;
    background-color: #393939;
    padding: 8px;
    margin-left: 4px;
    border-radius: 4px;
}

.footer .copyright-group1 .foot-ewm-right img {
    width: 98px;
}

.footer .copyright-group1 .foot-ewm-right p {
    margin-top: 8px;
    font-size: 13px;
}

.footer .copyright-group2 {
    margin-top: 28px;
    padding: 12px 0 18px;
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
}

.footer .copyright-group2 .Rz-item {
    float: left;
    margin-right: 50px;
}

.footer .copyright-group2 .Rz-item:nth-child(3n) {
    margin-right: 0;
}

.footer .copyright-group2 .Rz-item .dt {
    display: block;
    color: #b3b3b3;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer .copyright-group2 .Rz-item .ico a {
    float: left;
    margin: 0 2px 0 0;
    background-color: #fff;
    transition: 0.2s;
}

.footer .copyright-group2 .Rz-item .ico a img {
    float: left;
}

.footer .copyright-group2 .Rz-item .ico a:hover {
    background-color: #fff;
    overflow: hidden;
}

.footer .copyright-group2 .Rz-item .ico span {
    float: left;
    margin: 0 2px 0 0;
}

.footer .copyright-group3 {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}

.footer .copyright-group3 p {
    margin-bottom: 6px;
}

.footer .copyright-group3 p a {
    color: #fff !important;
}

.footer .copyright-group3 p a:hover {
    color: #ff6a00 !important;
    text-decoration: underline;
}

.footer .copyright-group3 b {
    font-weight: normal;
}

.footer .links {
    margin-top: 20px;
    padding: 20px 0 0;
    font-size: 13px;
    border-top: 1px solid #464646;
}

.footer .links a {
    color: #afafaf;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 10px;
}

.footer .links a:hover {
    color: #fff;
    text-decoration: underline;
}

/*--------翻页--------*/
.pagination {
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    margin-left: -1px;
    padding: 10px 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #777;
    text-decoration: none;
    line-height: 1.42857143;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    border-color: #ddd;
    background-color: #eeeeee;
    color: #23527c;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    border-color: #fc5d0d;
    background-color: #fc5d0d;
    color: #fff;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    border-color: #ddd;
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}

/*--------公用弹框--------*/
.pop-up {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    background: rgba(0, 0, 0, 0.6);
    animation: poupFadIn 0.5s ease 0s 1;
}

.pop-up .box {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: auto;
    margin-top: -200px;
    width: 450px;
    border: 9px solid #b4b4b4;
    background-color: #fff;
}

.pop-up .box h4 {
    padding: 0 15px 0 20px;
    height: 35px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f2f2f2;
    line-height: 35px;
}

.pop-up .box h4 .close {
    cursor: pointer;
}

.pop-up .box .increase-invoice-body {
    padding: 20px 20px;
    text-align: justify;
}

.pop-up .box .increase-invoice-body .txt {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

.pop-up .box .increase-invoice-body .operation {
    padding: 20px 0 15px;
}

.pop-up .box .increase-invoice-body .operation button {
    margin: 0 3px;
}

.pop-up .box .increase-invoice-body .operation .submit {
    padding: 8px 40px;
    border: 0;
    background-color: #fc5d0d;
    color: #fff;
    font-weight: bold;
}

.pop-up .box .increase-invoice-body .operation .cancel {
    padding: 8px 40px;
    border: 0;
    background-color: #e3e3e3;
    color: #484848;
}

.pop-up .box .increase-invoice-body .operation .submit:hover {
    background-color: #ff6000;
}

/*登录注册弹出窗口*/
.login-box-mian {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.login-box-warp {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 480px;
    height: 514px;
    /* border-radius: 4px; */
    border: 1px solid #f2f2f2;
    margin-top: -265px;
    margin-left: -240px;
    background-color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
}

.login-box-warp .box {
    height: 380px;
    overflow: hidden
}

.login-box-warp .title {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.login-box-warp .title .login-tabs {
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4
}

.login-box-warp .title .login-tabs a {
    position: relative;
    float: left;
    display: block;
    width: 33.333%;
    height: 60px;
    text-align: center;
    background-color: #efefef
}

.login-box-warp .title .login-tabs a:hover {
    color: #666
}

.login-box-warp .title .login-tabs a i {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin: -2px 6px 0 0
}

.login-box-warp .title .login-tabs a.active {
    color: #f54c18;
    font-weight: 700;
    background-color: #fff
}

.login-box-warp .title .login-tabs a .userLogin i {
    background: url(//img.jdbpcb.com/new/images/login/login-grounp@icon.png) -24px 0 no-repeat
}

.login-box-warp .title .login-tabs a.active .userLogin i {
    background: url(//img.jdbpcb.com/new/images/login/login-grounp@icon.png) 0 0 no-repeat
}

.login-box-warp .title .login-tabs a .wxLogin i {
    background: url(//img.jdbpcb.com/new/images/login/login-grounp@icon.png) -84px 0 no-repeat
}

.login-box-warp .title .login-tabs a.active .wxLogin i {
    background: url(//img.jdbpcb.com/new/images/login/login-grounp@icon.png) -60px 0 no-repeat
}

.login-box-warp .title .login-tabs a .smsLogin i {
    background: url(//img.jdbpcb.com/new/images/login/login-grounp@icon.png) -129px 0 no-repeat;
}

.login-box-warp .title .login-tabs a.active .smsLogin i {
    background: url(//img.jdbpcb.com/new/images/login/login-grounp@icon.png) -107px 0 no-repeat
}

.login-box-warp .title .login-tabs a .spacer {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 2;
    width: 1px;
    height: 30px;
    background-color: #f4f4f4
}

.login-box-warp .title .spacer-l {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    height: 1px;
    margin-top: -1px;
    width: 108px;
    background-color: #ebecec
}

.login-box-warp .title .spacer-r {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    height: 1px;
    margin-top: -1px;
    width: 108px;
    background-color: #ebecec
}

.login-box-warp .title h3 {
    text-align: center;
    font-size: 24px
}

.login-box-warp .login-grounp1 {
    padding: 55px 65px 0
}

.login-box-warp .login-grounp1 .field {
    position: relative;
    width: 254px
}

.login-box-warp .login-grounp1 .username-field {
    width: 100%;
    margin-bottom: 20px;
    height: 40px
}

.login-box-warp .login-grounp1 .username-field label {
    float: left;
    width: 73px;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.login-box-warp .login-grounp1 .username-field .name-ico {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 40px;
    height: 40px;
    background: url(../images/account-ico.png) center #ddd
}

.login-box-warp .login-grounp1 .field .iphone-validation {
    position: absolute;
    top: 0;
    right: 4px;
    z-index: 99;
    width: 110px;
    height: 38px;
    border: 0;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    background-color: #fff;
    color: #333
}

.login-box-warp .login-grounp1 .field .iphone-validation:hover {
    background-color: #e5e5e5
}

.login-box-warp .login-grounp1 .text {
    width: 275px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #c5c5c5;
    outline: 0;
    text-indent: 12px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px
}

.login-box-warp .login-grounp1 .text:focus {
    box-shadow: 0 0 0 #fff;
    background-color: #fff !important
}

.login-box-warp .login-grounp1 .code-text {
    padding: 0 8px;
    width: 131px;
    height: 38px;
    outline: 0;
    border: 0;
    color: #666;
    line-height: 38px
}

.login-box-warp .login-grounp1 .password-label {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 38px;
    border: 1px solid #ddd;
    background-color: #fff
}

.login-box-warp .login-grounp1 .password-label .password-ico {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 40px;
    height: 40px;
    background: url(../images/password-ico.png) center #ccc
}

.login-box-warp .login-grounp1 .code-field {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 40px
}

.login-box-warp .login-grounp1 .code-field .code-m {
    overflow: hidden;
    width: 146px;
    height: 34px
}

.login-box-warp .login-grounp1 .code-field .code-no {
    width: 92px;
    height: 34px;
    background-color: #fff
}

.login-box-warp .login-grounp1 .code-field .code-no img {
    max-width: 92px;
    max-height: 34px
}

.login-box-warp .login-grounp1 .prompt {
    height: 20px
}

.login-box-warp .login-grounp1 .prompt span {
    position: absolute;
    top: -10px;
    left: 73px;
    z-index: 5;
}

.login-box-warp .login-grounp1 .prompt span i {
    float: left;
    margin: 2px 3px 0 0;
    width: 14px;
    height: 14px;
    background: url(//img.jdbpcb.com/new/images/th-ico.png)
}

.login-box-warp .login-grounp1 .remember {
    overflow: hidden;
    padding-left: 73px;
    font-size: 13px;
}

.login-box-warp .login-grounp1 .remember label {
    cursor: pointer
}

.login-box-warp .login-grounp1 .remember input {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0
}

.login-box-warp .login-grounp1 .remember a:hover {
    text-decoration: underline
}

.login-box-warp .login-grounp1 .login-but {
    width: 100%;
    height: 48px;
    margin-top: 30px;
    line-height: 48px;
    font-size: 20px;
    border: 0;
    background-color: #ff6026;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
    transition: .5s;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    zoom: 1
}

.login-box-warp .login-grounp1 .login-but:hover {
    background-color: #fa5a20
}

.login-box-warp .login-grounp1 .registered-but {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    border: 0;
    margin-top: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #fff;
    border: 1px solid #238d32;
    color: #238d32;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    zoom: 1
}

.login-box-warp .login-grounp2 {
    padding: 40px 80px;
    text-align: center
}

.login-box-warp .login-grounp2 .p-img {
    overflow: hidden;
    width: 220px;
    height: 220px;
    margin: 0 auto
}

.login-box-warp .login-grounp2 .p-img img {
    width: 100%;
    height: 100%
}

.login-box-warp .login-grounp2 .p-time {
    text-align: center;
    margin-top: 15px
}

.login-box-warp .loginItem {
    height: 75px;
    background-color: #f4f4f4;
    line-height: 75px;
    font-size: 14px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.login-box-warp .loginItem .userPhone {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    color: #666
}

.login-box-warp .loginItem .userPhone:hover {
    background-color: #e7e7e7;
    color: #333
}

.login-box-warp .loginItem .userPhone .spacer {
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: 28px;
    background-color: #e7e7e7
}

.login-box-warp .loginItem .userPhone i {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    margin: 0 5px 0 0;
    text-align: center;
    background: url(//img.jdbpcb.com/new/images/login/login-grounp@icon.png) 0 -33px no-repeat
}

.login-box-warp .loginItem .noUser {
    text-align: center;
}

.login-box-warp .loginItem .noUser a {
    color: #f54c18;
}

.login-box-warp .loginItem .noUser a:hover {
    text-decoration: underline
}

.login-box-warp .weChatUser {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.login-box-warp .weChatUser .title {
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4
}

.login-box-warp .weChatUser .title h4 {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    padding: 0 20px
}

.login-box-warp .weChatUser .title a.return {
    float: right;
    width: 80px;
    line-height: 60px;
    text-align: center;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #888
}

.login-box-warp .weChatUser .title a.return span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-family: 宋体;
    margin: 0;
    font-size: 15px
}

.login-box-warp .weChatUser .title a.return:hover {
    background-color: #ddd;
    color: #333
}

.login-box-warp .weChatUser .weChatUser-box {
    padding: 50px 80px
}

.login-box-warp .weChatUser .weChatUser-box .UserList {
    padding: 0 0
}

.login-box-warp .weChatUser .weChatUser-box .UserList li {
    border: 1px solid #ddd;
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: 0 2px 2px #f5f5f5
}

.login-box-warp .weChatUser .weChatUser-box .UserList li span {
    margin-left: 20px;
    color: #999
}

.login-box-warp .weChatUser .weChatUser-box .UserList li:hover {
    border: 1px solid #f54c18
}

.login-box-warp .weChatUser .weChatUser-box .UserList li.active {
    border: 2px solid #f54c18;
    background: url(../images/choose-ico.png) right bottom no-repeat
}

.login-box-warp .weChatUser .weChatUser-box .login-but {
    width: 100%;
    height: 42px;
    margin-top: 30px;
    line-height: 42px;
    font-size: 20px;
    border: 0;
    background-color: #f54c18;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
    transition: .5s;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    zoom: 1
}

.login-box-warp .close {
    position: absolute;
    right: -16px;
    top: -16px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/login-close.png);
    background-color: #aaa;
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
}

.login-box-warp .close:hover {
    background-color: #999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
}

.register-box-warp {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 460px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    margin-top: -290px;
    margin-left: -230px;
    background-color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
}

.register-box-warp .title {
    position: relative;
    overflow: hidden;
    padding: 25px 50px 20px;
}

.register-box-warp .title h3 {
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 24px;
}

.register-box-warp .title h3 i {
    position: absolute;
    right: -33px;
    top: 2px;
    width: 30px;
    height: 22px;
    background: url(../images/give-coupons@icon.png);
}

.register-box-warp .title .login {
    float: right;
    font-size: 14px;
    margin-top: 12px;
}

.register-box-warp .title .login a:hover {
    text-decoration: underline;
}

.register-box-warp .box {
    overflow: hidden;
}

.register-box-warp .register-grounp {
    padding: 0 50px;
}

.register-box-warp .register-grounp .user-info .sr-line li {
    position: relative;
    margin-bottom: 20px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.register-box-warp .register-grounp .user-info .sr-line li .name {
    float: left;
    padding-left: 12px;
    width: 75px;
    line-height: 42px;
}

.register-box-warp .register-grounp .user-info .sr-line li input {
    float: left;
    width: 271px;
    height: 42px;
    border: none;
    font-size: 14px;
    line-height: 42px;
}

.register-box-warp .register-grounp .user-info .sr-line li input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.register-box-warp .register-grounp .user-info .sr-line li .iphone-validation {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 99;
    width: 100px;
    height: 38px;
    border: 0;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    background-color: #f2f2f2;
}

.register-box-warp .register-grounp .user-info .sr-line li .iphone-validation:hover {
    background-color: #eaeaea;
}

.register-box-warp .register-grounp .user-info .sr-line li .img-validation {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 99;
    width: 100px;
    height: 38px;
    border: 0;
    background-color: #f2f2f2;
}

.register-box-warp .register-grounp .user-info .sr-line li .img-validation img {
    width: 100%;
    height: 100%;
}

.register-box-warp .register-grounp .user-info .sr-line li .prompt {
    position: absolute;
    top: 44px;
    left: 0;
    font-size: 12px;
}

.register-box-warp .register-grounp .user-info .sr-line li .prompt i {
    margin: 2px 5px 0 0;
    width: 14px;
    height: 14px;
    background: url(//img.jdbpcb.com/new/images/th-ico.png)
}

.register-box-warp .register-grounp .user-info .remember {
    overflow: hidden;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 14px;
}

.register-box-warp .register-grounp .user-info .remember label {
    cursor: pointer;
    color: #aaa;
}

.register-box-warp .register-grounp .user-info .remember input {
    float: left;
    margin: 3px 4px 0 0;
    height: 15px;
    cursor: pointer;
}

.register-box-warp .register-grounp .user-info .remember a {
    text-decoration: underline;
    color: #e8551e;
}

.register-box-warp .register-grounp .user-info .remember a:hover {
    font-weight: bold;
}

.register-box-warp .register-grounp .register-btn {
    width: 100%;
    height: 44px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #e8551e;
    color: #fff;
    line-height: 30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.register-box-warp .register-grounp .register-btn:hover {
    background-color: #ff4400;
}

.register-box-warp .register-grounp .contact {
    text-align: center;
}

.register-box-warp .register-grounp .contact .login {
    line-height: 36px;
}

.register-box-warp .register-grounp .contact .login i {
    float: left;
    margin: 0 10px 0 0;
    width: 38px;
    height: 38px;
    background: url(../images/rw-ico.png) no-repeat;
}

.register-box-warp .register-grounp .contact .login a {
    margin-left: 10px;
}

.register-box-warp .register-grounp .contact .login a:hover {
    text-decoration: underline;
}

.register-box-warp .register-grounp .contact .tel {
    line-height: 20px;
}

.register-box-warp .register-grounp .contact .tel i {
    float: left;
    margin: 1px 10px 0 0;
    width: 38px;
    height: 38px;
    background: url(../images/iphone-ico2.png) no-repeat;
}


.register-box-warp .register-grounp .prompt {
    height: 20px
}

.register-box-warp .register-grounp .prompt span {
    position: absolute;
    top: -10px;
    left: 73px;
    z-index: 5
}

.register-box-warp .register-grounp .prompt span i {
    float: left;
    margin: 2px 3px 0 0;
    width: 14px;
    height: 14px;
    background: url(//img.jdbpcb.com/new/images/th-ico.png)
}

.register-box-warp .loginItem {
    margin: 20px 0 30px;
}

.register-box-warp .loginItem .noUser {
    text-align: center
}

.register-box-warp .loginItem .noUser a {
    color: #f54c18;
}

.register-box-warp .loginItem .noUser a:hover {
    text-decoration: underline
}


/*注册成功*/
.register-successfully-warp {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 525px;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    margin-top: -225px;
    margin-left: -262px;
    background-color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12);
}

.register-successfully-warp .register-successfully-body {
    position: relative;
    overflow: hidden;
    padding: 40px 50px 55px 110px;
}

.register-successfully-warp .register-successfully-body .box {
    position: relative;
}

.register-successfully-warp .register-successfully-body .box .coupons {
    overflow: hidden;
}

.register-successfully-warp .register-successfully-body .box .coupons .item {
    float: left;
    width: 334px;
    margin-right: 20px;
}

.register-successfully-warp .register-successfully-body .box .coupons .item a {
    display: block;
    margin-top: 8px;
}

.register-successfully-warp .register-successfully-body .box .dt {
    font-size: 24px;
}

.register-successfully-warp .register-successfully-body .box:last-child {
    margin-bottom: 0px;
}

.register-successfully-warp .register-successfully-body .box .pay-info {
    padding: 20px;
    background-color: #f5f5f5;
}

.register-successfully-warp .register-successfully-body .box .pay-info dd {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.register-successfully-warp .register-successfully-body .box .pay-info dd.info {
    width: 315px;
    margin-left: 10px;
}

.register-successfully-warp .register-successfully-body .box .pay-info dd span {
    float: right;
}

.register-successfully-warp .register-successfully-body .operation {
    width: 100%;
    margin-top: 25px;
}

.register-successfully-warp .register-successfully-body .operation a {
    float: left;
    display: block;
    width: 125px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #575757;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.register-successfully-warp .register-successfully-body .operation a:hover {
    border: 1px solid #e83e00;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.register-successfully-warp .register-successfully-body .operation a.spacer {
    margin-right: 15px;
}

.register-successfully-warp .register-successfully-body .operation a.receive {
    background-color: #f54c18;
    border: 1px solid #f54c18;
    color: #fff;
}

.register-successfully-warp .register-successfully-body .forIcon, .order-successfully .item .failureIcon {
    position: absolute;
    top: -2px;
    left: -75px;
    width: 58px;
    height: 58px;
    background: url(../images/login/for-icon.png) no-repeat;
}

.register-successfully-warp .register-successfully-body .failureIcon {
    position: absolute;
    top: -2px;
    left: -75px;
    width: 58px;
    height: 58px;
    background: url(../images/login/failure-icon.png) no-repeat;

}

.layui-layer-btn .layui-layer-btn0:hover {
    border: 1px solid #a34512 !important
}


/*2024-4-30 start*/
.shortcut .merchant-box {
    float: left;
    margin-right: 28px;
}

.shortcut .merchant-box .split {
    height: 15px;
    border-left: 1px solid #fff;
    margin: 0 10px;
}

.shortcut .merchant-box .link {
    color: #fff;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.shortcut .merchant-box .link:hover {
    text-decoration: underline;
}

/*2024-4-30 end*/

/*2024-9-13头部 start*/
.login-header {
    position: relative;
    z-index: 9;
    height: 80px;
    background-color: #fff;
    padding: 0 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.login-header .logo {
    margin-top: 18px;
    display: inline-block;
}

.login-header .logo a {
    float: left;
    margin-top: 6px;
    background: url(../images/logo2.png) no-repeat;
    width: 187px;
    height: 28px;
}

.login-header .logo .title {
    display: inline-block;
    height: 32px;
    margin: 6px 0 0 12px;
    padding-left: 12px;
    line-height: 30px;
    /*border-left: 1px solid #ddd;*/
    font-size: 26px;
    color: #757575 !important;
}

.login-header .about {
    margin: 48px 0 0 0;
}

.login-header .about a {
    float: left;
    padding: 0 10px;
    color: #757575;
}

.login-header .about a:hover {
    color: #ff6a00;
}

.login-header .about .line {
    margin-top: 2px;
    width: 1px;
    height: 13px;
    background-color: #d5d5d5;
}

/*2024-9-13头部 end*/

/* 隐藏 Chrome 和 Safari 的自动填充背景色 */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important;
}

/* 隐藏 Firefox 的自动填充背景色 */

input:-moz-autofill,
input:-moz-autofill:hover,
input:-moz-autofill:focus,
input:-moz-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
    color: black !important;
}

/*从2025-09-01_V1版本开始，以下全部为新版本公用样式，=============================================================================*/
/*2025-8-11_V1版本新版头部*/
.the-site-header {
    min-width: 1400px;
    font-family: "Harmony_Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.the-site-header .header-tips {
    background: #F6F6FA;
    font-size: 12px;
    color: #001010;
}

.the-site-header .header-tips .page-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}

.the-site-header .header-tips .back-btn {
    border: 1px solid #5BC000;
    display: none;
    padding: 4px 10px;
    border-radius: 30px;
    color: #001010;
    font-size: 12px;
    transition: all .3s ease;
}

.the-site-header .header-tips .back-btn:hover {
    background: rgba(91, 192, 0, 0.1);
}

.the-site-header .header-nav {
    height: 80px;
    background: #fff;
    transition: all .3s ease;
}

.the-site-header .header-info-row {
    padding: 12px 0;
    height: 80px;
}

.the-site-header .header-info-row:after {
    content: '';
    clear: both;
    display: block;
}

.the-site-header .header-info-row h1 {
    float: left;
}

.the-site-header .header-info-row h1 .logo {
    display: inline-block;
    background: url("../images/page-index/logo.png") no-repeat center;
    width: 85px;
    height: 55px;
    background-size: cover;
    text-indent: -9999px;
}

.the-site-header .header-info-row .the-nav-list {
    margin: 0 auto 0 60px;
    display: inline-block;
}

.the-site-header .header-info-row .the-nav-list li {
    display: inline-block;
    vertical-align: middle;
}

.the-site-header .header-info-row .the-nav-list li:hover .subtopic-item .subtopic {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}

.the-site-header .header-info-row .the-nav-list li:hover .link {
    color: #5BC000;
}

.the-site-header .header-info-row .the-nav-list li:hover .link:after {
    background: url("../images/page-index/downed-icon.png") no-repeat center;
    transform: rotate(180deg) translateZ(0);
}

.the-site-header .header-info-row .the-nav-list li a {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    font-size: 15px;
    color: #001010;
    font-weight: 500;
}

.the-site-header .header-info-row .the-nav-list li a.link {
    height: 57px;
    line-height: 57px;
}

.the-site-header .header-info-row .the-nav-list li a.link:after {
    display: inline-block;
    content: "";
    background: url("../images/page-index/down-icon.png") no-repeat center;
    width: 8px;
    height: 17px;
    margin-left: 4px;
    vertical-align: text-top;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.the-site-header .header-info-row .the-nav-list li.active a.link {
    color: #5BC000;
}

.the-site-header .header-info-row .the-nav-list li.sub-menu a.link:after {
    visibility: visible;
    opacity: 1;
}

.the-site-header .header-info-row .the-nav-list li.sub-menu.active a.link:after {
    background: url("../images/page-index/downed-icon.png") no-repeat center;
    visibility: visible;
    opacity: 1;
}

.the-site-header .header-info-row .the-nav-list .subtopic-item {
    position: relative;
    height: 0;
    top: -10px;
    z-index: 99;
}

.the-site-header .header-info-row .the-nav-list .subtopic-item .subtopic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.the-site-header .header-info-row .the-nav-list .subtopic-item .subtopic a {
    display: block;
    border-top: 0;
    color: #001010;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    padding: 0 10px;
    white-space: nowrap;
}

.the-site-header .header-info-row .the-nav-list .subtopic-item .subtopic a:hover {
    background-color: #F6F6FA;
    color: #5BC000;
}

.the-site-header .header-info-row .info-row-right {
    float: right;
    padding-top: 7px;
    font-size: 14px;
}

.the-site-header .header-info-row .info-row-right:after {
    content: '';
    clear: both;
    display: block;
}

.the-site-header .header-info-row .login-out-box {
    height: 42px;
    background: #EEF9E5;
    border-radius: 21px;
    float: left;
}

.the-site-header .header-info-row .login-out-box .jump {
    color: inherit;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s;
}

.the-site-header .header-info-row .login-out-box .jump:hover {
    color: #5BC000;
    text-decoration: underline;
}

.the-site-header .header-info-row .login-out-box .portrait {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 4px;
}

.the-site-header .header-info-row .login-out-box .no-login {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px 10px 12px;
}

.the-site-header .header-info-row .login-out-box .no-login .split {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
}

.the-site-header .header-info-row .login-out-box .login-box {
    display: inline-block;
    position: relative;
    padding: 6px 17px 6px 12px;
}

.the-site-header .header-info-row .login-out-box .login-box:hover .portrait-box:before {
    background: url(../images/page-index/downed-icon.png) no-repeat center;
    transform: rotate(180deg) translateZ(0);
}

.the-site-header .header-info-row .login-out-box .login-box:hover:after {
    display: block;
    content: '';
    height: 4px;
    background: transparent;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
    margin: auto;
}

.the-site-header .header-info-row .login-out-box .login-box:hover .link-drop-down {
    max-height: 400px;
    visibility: visible;
    opacity: 1;
}

.the-site-header .header-info-row .login-out-box .login-box .portrait-box {
    color: inherit;
}

.the-site-header .header-info-row .login-out-box .login-box .portrait-box:after {
    clear: both;
    content: '';
    display: block;
    background: none;
}

.the-site-header .header-info-row .login-out-box .login-box .portrait-box:before {
    background: url("../images/page-index/down-icon.png") no-repeat center;
    width: 8px;
    height: 5px;
    content: '';
    display: inline-block;
    transition: all 0.3s;
    vertical-align: sub;
}

.the-site-header .header-info-row .login-out-box .login-box .person-name {
    float: left;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 82px;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}

.the-site-header .header-info-row .login-out-box .login-box .link-drop-down {
    background: #FFF;
    padding: 4px 0;
    border-radius: 16px;
    border: 2px solid #F6F6FA;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 3;
    width: 152px;
    max-height: 0;
    transition: max-height 0.3s linear;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

.the-site-header .header-info-row .login-out-box .login-box .link-drop-down a.link {
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #001010;
    position: relative;
}

.the-site-header .header-info-row .login-out-box .login-box .link-drop-down a.link.active {
    color: #5BC000;
}

.the-site-header .header-info-row .login-out-box .login-box .link-drop-down a.link:last-child:after {
    display: none;
}

.the-site-header .header-info-row .login-out-box .login-box .link-drop-down a.link:after {
    display: block;
    content: '';
    background: url("../images/page-index/split-line.png") no-repeat center;
    width: 130px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    margin: auto;
}

.the-site-header .header-info-row .login-out-box .login-box .link-drop-down a.link:hover {
    color: #5BC000;
}

.the-site-header .header-info-row .login-out-box .login-box .link-drop-down a.link.exit {
    color: #FFC31C;
}

.the-site-header .header-info-row .car-box {
    float: left;
    margin-left: 20px;
    height: 42px;
}

.the-site-header .header-info-row .car-box .car-warp {
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

.the-site-header .header-info-row .car-box .car-warp:hover .text {
    color: #5BC000;
}

.the-site-header .header-info-row .car-box .car-warp .car-icon {
    display: inline-block;
    background: url("../images/page-index/car-icon.png?v=20241007") no-repeat center;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    position: relative;
}

.the-site-header .header-info-row .car-box .car-warp .car-icon .count {
    display: inline-block;
    min-width: 12px;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 18px;
    background: #FFC31C;
    font-size: 12px;
    position: absolute;
    top: -11px;
    left: 10px;
    z-index: 1;
}

.the-site-header .header-info-row .car-box .car-warp .text {
    margin-left: 10px;
    color: #001010;
}

/*2025-8-11_V1版本新版头部end=============================================================================*/

/*2025-8-11_V1版本新版底部start=============================================================================*/
img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    display: inline-block;
}

input {
    border: none;
}

input:focus {
    outline: none;
}

button {
    border: none;
}

textarea {
    resize: none;
    font-family: "Harmony_Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

i {
    display: inline-block;
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

em {
    display: block;
    font-style: normal;
}

.the-site-footer {
    font-family: "Harmony_Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #1B263C;
    padding: 66px 0;
    min-width: 1400px;
    position: relative;
    z-index: 6;
}

.the-site-footer .copyright-group:after {
    clear: both;
    display: block;
    content: '';
}

.the-site-footer .copyright-group:first-child {
    margin-bottom: 40px;
}

.the-site-footer .copyright-group .foot-nav-sidebar {
    float: left;
}

.the-site-footer .copyright-group .foot-nav-sidebar:after {
    clear: both;
    display: block;
    content: '';
}

.the-site-footer .copyright-group .foot-nav-sidebar .item {
    float: left;
    margin: 0 50px 0 0;
    color: #999999;
}

.the-site-footer .copyright-group .foot-nav-sidebar .item-title {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.the-site-footer .copyright-group .foot-nav-sidebar a {
    font-size: 14px;
    color: #DEDEDE;
    padding: 4px 0;
    transition: 0.2s ease;
}

.the-site-footer .copyright-group .foot-nav-sidebar a:hover {
    color: #5BC000;
    text-decoration: underline;
}

.the-site-footer .copyright-group .foot-tel-center {
    float: left;
    padding-left: 50px;
    border-left: 1px solid #999999;
}

.the-site-footer .copyright-group .foot-tel-center p {
    font-size: 14px;
    color: #fff;
    padding: 2px 0;
}

.the-site-footer .copyright-group .foot-tel-center p:first-child {
    padding: 0;
}

.the-site-footer .copyright-group .foot-tel-center .en {
    color: #999999;
}

.the-site-footer .copyright-group .foot-tel-center .dt {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.the-site-footer .copyright-group .foot-tel-center .tel {
    font-weight: bold;
    font-size: 38px;
    color: #5BC000;
    margin: 12px auto 4px;
    line-height: normal;
}

.the-site-footer .copyright-group .foot-tel-center .tel img {
    vertical-align: bottom;
}

.the-site-footer .copyright-group .foot-ewm-right {
    float: right;
    margin-top: 6px;
}

.the-site-footer .copyright-group .foot-ewm-right:after {
    clear: both;
    display: block;
    content: '';
}

.the-site-footer .copyright-group .foot-ewm-right .foot-ewm {
    float: left;
    margin-left: 18px;
    text-align: center;
}

.the-site-footer .copyright-group .foot-ewm-right .foot-ewm:first-child {
    margin-left: 0;
}

.the-site-footer .copyright-group .foot-ewm-right .foot-ewm p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.the-site-footer .copyright-group .mll-item {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
}

.the-site-footer .copyright-group .mll-item .mll-jump {
    font-size: 14px;
    color: #fff;
    transition: all 0.2s ease;
    margin-left: 6px;
}

.the-site-footer .copyright-group .mll-item .mll-jump:hover {
    color: #5BC000;
    text-decoration: underline;
}

.the-site-footer .copyright-group .mll-item .address-des {
    color: #fff;
    font-size: 14px;
}

.the-site-footer .copyright-group .mll-item .address-des::before {
    background: url('../images/page-index/address-icon.png') no-repeat center;
    width: 15px;
    height: 15px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}

.the-site-footer .copyright-group .mll-item .list-line {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #fff;
    margin: 0 16px;
    vertical-align: middle;
}

.the-site-footer .copyright-group .mll-item .list-s.list-mill {
    margin-left: 10px;
}

.the-site-footer .links-group {
    border-top: 1px solid #999999;
    padding-top: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 34px;
}

.the-site-footer .links-group .links-jump {
    color: #fff;
    margin-left: 10px;
    transition: 0.2s ease;
}

.the-site-footer .links-group .links-jump:hover {
    color: #5BC000;
    text-decoration: underline;
}

/*2025-8-11_V1版本新版底部end*/


/*2025-8-11_V1版本新版侧边栏咨询start*/
.the-online-consulting {
    position: fixed;
    top: 50%;
    right: 4px;
    z-index: 999;
    margin-top: -122px;
    padding-top: 12px;
}

.the-online-consulting * {
    box-sizing: border-box;
}

.the-online-consulting .online-consulting {
    position: relative;
    z-index: 3;
}

.the-online-consulting .online-consulting .jump-index {
    width: 52px;
    height: 52px;
    margin: 2px auto 0;
    cursor: pointer;
    position: relative;
    box-shadow: -1px 2px 22px 0px rgba(0, 17, 0, 0.06);
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.the-online-consulting .online-consulting .jump-index:hover:before {
    display: block;
    content: '';
    width: 8px;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: -8px;
    z-index: 1;
}

.the-online-consulting .online-consulting .jump-index#return-Top {
    background-image: url("../images/common-images/return-top.png");
}

.the-online-consulting .online-consulting .jump-index#return-Top:hover {
    background-image: url("../images/common-images/return-top-hover.png");
}

.the-online-consulting .online-consulting .jump-index#link-qq {
    background-image: url("../images/common-images/link-qq.png");
}

.the-online-consulting .online-consulting .jump-index#link-qq .talk-el {
    width: 220px;
    height: 52px;
    background: #fff;
    box-shadow: -1px 2px 22px 0px rgba(0, 17, 0, 0.06);
    color: #001010;
    position: absolute;
    right: 54px;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 6px 0;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
}

.the-online-consulting .online-consulting .jump-index#link-qq .talk-el .qq {
    vertical-align: sub;
    margin-right: 10px;
}

.the-online-consulting .online-consulting .jump-index#link-qq:hover .talk-el {
    opacity: 1;
    visibility: visible;
}

.the-online-consulting .online-consulting .jump-index#link-tel {
    background-image: url("../images/common-images/link-tel.png");
}

.the-online-consulting .online-consulting .jump-index#link-tel .tel-el {
    width: 220px;
    height: 52px;
    line-height: 52px;
    background: #FFFFFF;
    box-shadow: -1px 2px 22px 0px rgba(0, 17, 0, 0.06);
    border-radius: 4px;
    color: #5BC000;
    font-size: 18px;
    font-weight: 1000;
    position: absolute;
    right: 54px;
    top: 0;
    z-index: -1;
    text-align: center;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.the-online-consulting .online-consulting .jump-index#link-tel .tel-el:before {
    display: inline-block;
    content: '';
    background: url("../images/common-images/tel-icon.png") no-repeat center;
    width: 18px;
    height: 25px;
    vertical-align: middle;
}

.the-online-consulting .online-consulting .jump-index#link-tel:hover .tel-el {
    opacity: 1;
    visibility: visible;
}

.the-online-consulting .online-consulting .jump-index#link-code {
    background-image: url("../images/common-images/link-code.png");
}

.the-online-consulting .online-consulting .jump-index#link-code .code-el {
    width: 220px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: -1px 2px 22px 0px rgba(0, 17, 0, 0.06);
    border-radius: 4px;
    position: absolute;
    right: 54px;
    top: 2px;
    z-index: -1;
    transition: all 0.3s;
    padding: 0 18px;
    opacity: 0;
    visibility: hidden;
}

.the-online-consulting .online-consulting .jump-index#link-code .code-el .code {
    display: block;
    margin: 0 auto;
}

.the-online-consulting .online-consulting .jump-index#link-code .code-el .text {
    font-size: 13px;
}

.the-online-consulting .online-consulting .jump-index#link-code:hover .code-el {
    opacity: 1;
    visibility: visible;
}

/*2025-8-11_V1版本新版侧边栏咨询end=============================================================================*/


/*2025-12-2_V3版本新版头部和底部start=============================================================================*/

.header-v3 {
    background: #FFFFFF;
}

.header-v3 .head {
    padding: 6px 0;
    background: #E2EAEC;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.header-v3 .header-nav {
    position: relative;
    height: auto;
}

.header-v3 .header-nav .header-info-row {
    box-sizing: border-box;
    padding: 0;
    height: 68px;
}

.header-v3 .header-nav .header-info-row .the-nav-list {
    height: 100%;
}

.header-v3 .header-nav .header-info-row .the-nav-list li {
    position: relative;
    height: inherit;
}

.header-v3 .header-nav .header-info-row .the-nav-list li .subtopic-item {
    top: -10px;
}

.header-v3 .header-nav .header-info-row .the-nav-list li.sub-menu a.link:after {
    display: inline-block;
}

.header-v3 .header-nav .header-info-row .the-nav-list li a.link {
    height: inherit;
    line-height: 68px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    font-size: 14px;
}

.header-v3 .header-nav .header-info-row .the-nav-list li a.link:after {
    display: none;
}

.header-v3 .header-nav .header-info-row .the-nav-list li:hover:before {
    opacity: 1;
    visibility: visible;
}

.header-v3 .header-nav .header-info-row .the-nav-list li:hover a.link {
    color: #5BC000;
}

.header-v3 .header-nav .header-info-row .the-nav-list li:hover a.link:after {
    background: url("../images/page-index/downed-icon.png") no-repeat center;
}

.header-v3 .header-nav .header-info-row .the-nav-list li.active:before {
    opacity: 1;
    visibility: visible;
}

.header-v3 .header-nav h1 .logo {
    float: left;
    display: inline-block;
    background: url("../images/page-index_v3/logo.png") no-repeat center;
    width: 70px;
    height: 46px;
    background-size: cover;
    text-indent: -9999px;
    margin-top: 10px;
}

.header-v3 .header-nav .info-row-right {
    font-size: 14px;
}

.header-v3 .header-nav .login-out-box {
    height: 44px;
    float: left;
    background: none;
}

.header-v3 .header-nav .login-out-box .no-login{
    padding: 11px 20px 10px 12px;
}

.header-v3 .header-nav .login-out-box .jump {
    color: inherit;
    line-height: 34px;
    height: 100%;
    transition: all 0.3s;
}

.header-v3 .header-nav .login-out-box .jump:hover {
    color: #5BC000;
    text-decoration: underline;
}

.header-v3 .header-nav .login-out-box .portrait {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
}

.header-v3 .header-nav .login-out-box .no-login .view-box {
    border-radius: 4px;
    border: 1px solid #5BC000;
    height: 32px;
    float: left;
    box-sizing: border-box;
}

.header-v3 .header-nav .login-out-box .no-login .portrait {
    margin-left: 20px;
}

.header-v3 .header-nav .login-out-box .no-login .jump {
    font-size: 14px;
    float: left;
    width: 68px;
    text-align: center;
}

.header-v3 .header-nav .login-out-box .no-login .split {
    position: relative;
    font-size: 16px;
    margin: 10px 0 0;
    float: left;
    color: #dcdcdc;
    width: 1px;
    height: 14px;
    background-color: #dcdcdc;
    display: inline-block;
}

.header-v3 .header-nav .login-out-box .login-box {
    display: inline-block;
    position: relative;
    padding: 12px 17px 6px 12px;
    box-sizing: border-box;
}

.header-v3 .header-nav .login-out-box .login-box:hover:after {
    display: block;
    content: '';
    height: 4px;
    background: transparent;
    position: absolute;
    top: -2px;
    bottom: 0;
    z-index: 1;
    right: 0;
    margin: auto;
}

.header-v3 .header-nav .login-out-box .login-box:hover .link-drop-down {
    max-height: 400px;
    visibility: visible;
    opacity: 1;
}

.header-v3 .header-nav .login-out-box .login-box .portrait-box {
    color: inherit;
}

.header-v3 .header-nav .login-out-box .login-box .person-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 82px;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
}

.header-v3 .header-nav .login-out-box .login-box .link-drop-down {
    background: #FFF;
    padding: 4px 0;
    border-radius: 16px;
    border: 2px solid #F6F6FA;
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 4;
    width: 100%;
    max-height: 0;
    transition: max-height 0.3s linear;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.header-v3 .header-nav .login-out-box .login-box .link-drop-down a.link {
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #001010;
    position: relative;
}

.header-v3 .header-nav .login-out-box .login-box .link-drop-down a.link.active {
    color: #5BC000;
}

.header-v3 .header-nav .login-out-box .login-box .link-drop-down a.link:last-child:after {
    display: none;
}

.header-v3 .header-nav .login-out-box .login-box .link-drop-down a.link:after {
    display: block;
    content: '';
    background: url("../images/page-index/split-line.png") no-repeat center;
    width: 130px;
    height: 1px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    margin: auto;
}

.header-v3 .header-nav .login-out-box .login-box .link-drop-down a.link:hover {
    color: #5BC000;
}

.header-v3 .header-nav .login-out-box .login-box .link-drop-down a.link.exit {
    color: #FFC31C;
}

.header-v3 .header-nav .car-box {
    float: left;
    margin-left: 20px;
    height: 42px;
    margin-top: 8px;
}

.header-v3 .header-nav .car-box .car-warp {
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

.header-v3 .header-nav .car-box .car-warp:hover .text {
    color: #5BC000;
}

.header-v3 .header-nav .car-box .car-warp .car-icon {
    display: inline-block;
    background: url("../images/page-index_v3/car-icon.png") no-repeat center;
    width: 29px;
    height: 25px;
    vertical-align: middle;
    position: relative;
}

.header-v3 .header-nav .car-box .car-warp .car-icon .count {
    display: inline-block;
    min-width: 12px;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #FFC31C;
    border-radius: 18px;
    font-size: 12px;
    position: absolute;
    top: -11px;
    left: 10px;
    z-index: 1;
}

.header-v3 .header-nav .car-box .car-warp .text {
    margin-left: 10px;
    color: #001010;
}

.footer-v3 {
    padding: 44px 0;
    background: #222222;
    position: relative;
}

.footer-v3 .page-wrap {
    padding-left: 150px;
    box-sizing: border-box;
}

.footer-v3 .page-wrap:after {
    display: block;
    content: '';
    background: url("../images/page-index_v3/tag-icon.png") no-repeat center;
    width: 74px;
    height: 65px;
    position: absolute;
    top: 170px;
    right: 0;
    z-index: 1;
}

.footer-v3 .jump-link-logo {
    display: block;
    background: url("../images/page-index_v3/logo.png") no-repeat center;
    width: 70px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-indent: -9999px;
}

@media screen and (max-width: 1768px) {
    .footer-v3:before {
        background: url("../images/page-index_v3/logo.png") no-repeat 5% 66px;
    }

    .footer-v3:after {
        background: url("../images/page-index_v3/tag-icon.png") no-repeat 95% 66px;
    }
}

@media screen and (max-width: 1680px) {
    .footer-v3:before {
        background: url("../images/page-index_v3/logo.png") no-repeat 5% 66px;
    }

    .footer-v3:after {
        background: url("../images/page-index_v3/tag-icon.png") no-repeat 95% 66px;
    }
}

@media screen and (max-width: 1600px) {
    .footer-v3:before {
        background: url("../images/page-index_v3/logo.png") no-repeat 2% 66px;
    }

    .footer-v3:after {
        background: url("../images/page-index_v3/tag-icon.png") no-repeat 98% 66px;
    }
}

@media screen and (max-width: 1440px) {
    .footer-v3:before {
        background: url("../images/page-index_v3/logo.png") no-repeat 1% 66px;
    }

    .footer-v3:after {
        background: url("../images/page-index_v3/tag-icon.png") no-repeat 99% 66px;
    }
}

@media screen and (max-width: 1366px) {
    .footer-v3:before {
        display: none;
    }

    .footer-v3:after {
        display: none;
    }
}

.footer-v3 .page-wrap {
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.footer-v3 .menus-view .view-link {
    float: left;
}

.footer-v3 .menus-view .view-link dl {
    color: #fff;
    margin-left: 60px;
    float: left;
}

.footer-v3 .menus-view .view-link dl:first-child {
    margin-left: 0;
}

.footer-v3 .menus-view .view-link dl a {
    color: inherit;
}

.footer-v3 .menus-view .view-link dl a:hover {
    color: #5BC000;
    text-decoration: underline;
}

.footer-v3 .menus-view .view-link dl dt {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 18px;
}

.footer-v3 .menus-view .view-link dl dd {
    font-size: 14px;
    line-height: 16px;
}

.footer-v3 .menus-view .view-link dl dd a {
    padding: 6px 0;
}

.footer-v3 .menus-view .view-target {
    float: right;
}

.footer-v3 .menus-view .view-target .target-el {
    float: left;
    text-align: center;
    margin-left: 30px;
}

.footer-v3 .menus-view .view-target .target-el:first-child {
    margin-left: 0;
}

.footer-v3 .menus-view .view-target .target-el .img-el {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #ccc;
}

.footer-v3 .menus-view .view-target .target-el .el-name {
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 6px;
}

.footer-v3 .view-call {
    margin-top: 26px;
    color: #fff;
    margin-bottom: 26px;
}

.footer-v3 .view-call a {
    color: inherit;
}

.footer-v3 .view-call .call-top {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 20px;
    /* .phone {
          margin-left: 30px;
        }*/
}

.footer-v3 .view-call .call-top .hotline {
    width: 28px;
    vertical-align: middle;
}

.footer-v3 .view-call .more-link li {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
}

.footer-v3 .view-call .more-link li span {
    display: inline-block;
    min-width: 297px;
}

.footer-v3 .view-call .more-link li span .space-info{
    margin-left: 20px;
}

.footer-v3 .view-info {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    padding-top: 20px;
    color: #fff;
}

.footer-v3 .view-info .li {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 29px;
}

.footer-v3 .view-info .li .tag {
    margin-left: 14px;
}

.footer-v3 .view-info .li a {
    color: #fff;
}

.footer-v3 .view-info .li a:hover {
    color: #5BC000;
    text-decoration: underline;
}

.footer-v3 .friend-links {
    margin-top: 24px;
    font-size: 14px;
    color: #FFFFFF;
}

.footer-v3 .friend-links a {
    color: #5BC000;
    margin-right: 10px;
}

.footer-v3 .friend-links a:hover {
    text-decoration: underline;
}


.the-site-header.header-v3.is-fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6;
    padding: 0;
}

.the-site-header.header-v3.only {
    background: transparent;
    box-shadow: none;
    backdrop-filter: blur(5px);
}

.the-site-header.header-v3.only .head {
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.the-site-header.header-v3.only .header-nav {
    background: rgba(0, 0, 0, 0.5);
}

.the-site-header.header-v3.only .header-nav .logo {
    background: url("../images/page-index_v3/logo-hover.png") no-repeat center;
}

.the-site-header.header-v3.only .header-nav .header-info-row .the-nav-list li:hover a.link {
    background: transparent;
}

.the-site-header.header-v3.only .header-nav .header-info-row .the-nav-list li:hover:before {
    display: none;
}

.the-site-header.header-v3.only .header-nav .header-info-row .the-nav-list li a.link {
    color: rgba(255, 255, 255, 0.7);
}

.the-site-header.header-v3.only .header-nav .header-info-row .the-nav-list li a.link:after {
    background: url("../images/page-index_v3/down-icon-hover.png") no-repeat center;
    opacity: 0.6;
}

.the-site-header.header-v3.only .header-nav .header-info-row .the-nav-list li.active a.link {
    color: #5BC000;
    background: transparent;
}

.the-site-header.header-v3.only .header-nav .header-info-row .the-nav-list li.active a.link:after {
    background: url("../images/page-index/downed-icon.png") no-repeat center;
}

.the-site-header.header-v3.only .header-nav .header-info-row .the-nav-list li.active:before {
    display: none;
}

.the-site-header.header-v3.only .login-out-box .login-box .portrait-box {
    color: rgba(255, 255, 255, 0.7);
}

.the-site-header.header-v3.only .login-out-box .login-box .portrait-box:before {
    background: url("../images/page-index_v3/down-icon2.png") no-repeat center;
}

.the-site-header.header-v3.only .login-out-box .no-login .view-box {
    border-color: rgba(255, 255, 255, 0.7);
}

.the-site-header.header-v3.only .login-out-box .no-login .view-box a.jump {
    color: rgba(255, 255, 255, 0.7);
}

.the-site-header.header-v3.only .login-out-box .no-login .view-box .split {
    color: rgba(255, 255, 255, 0.7);
}

.the-site-header.header-v3.only .login-out-box .no-login .portrait {
    background-image: url("../images/page-index_v3/avatar-pic-hover.png") !important;
}

.the-site-header.header-v3.only .car-box .car-warp .car-icon {
    background-image: url("../images/page-index_v3/car-icon-hover.png");
    width: 29px;
    height: 25px;
}

/*2025-12-2_V3版本新版头部和底部end=============================================================================*/




