﻿/*默认属性*/
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, button, input, select, textarea {
    font: 14px/1.5 Arial, 'Microsoft YaHei', Helvetica, sans-serif;
    color: #333;
}

body {
    min-width: 1200px;
}

/*-----input提示------*/
.validatebox-invalid {
    background: #fff !important;
}

button {
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

button:active {
    filter: alpha(opacity=70); /* IE */
    -moz-opacity: 0.7; /* 老版Mozilla */
    -khtml-opacity: 0.7; /* 老版Safari */
    opacity: 0.7; /* 支持opacity的浏览器*/
}

input, button, select, textarea {
    outline: none;
}

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);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaa !important;
}

h1, h2, h3, h4, b {
    font-weight: normal;
}

li {
    list-style-type: none;
}

em, i {
    display: block;
    font-style: normal;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
    transition: 0.1s;
}

a:hover {
    color: #ff6a00;
}

img {
    border: none;
    vertical-align: middle;
}

/*浮动*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*清除浮动*/
.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: '.';
    line-height: 0;
}

.clearfloat {
    clear: both;
}


/*绝对定位*/
.rel {
    position: relative;
}

/*字体*/
.eng {
    font-family: verdana;
}

.en {
    font-family: arial;
}

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}

.font15 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.center-r {
    text-align: right;
}

/*-----字体颜色-----*/
.col-3 {
    color: #333;
}

.col-6 {
    color: #666;
}

.col-8 {
    color: #888;
}

.col-9 {
    color: #999 !important;
}

.col-b {
    color: #bbb;
}

.col-f4 {
    color: #ff6a00;
}


.green {
    color: #3ba628 !important;
}

.orange {
    color: #ff6a00;
}

.red {
    color: #ff292b;
}

.blue {
    color: #2a57d6;
}

.blue a:hover {
    color: #2b94d1;
}

/*-----间距-----*/
.mt5 {
    margin-top: 5px !important;;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

/*-----超出省略号-----*/
.ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*-----圆角-----*/
.radius-3 {
    border-radius: 3px;
}

/*-----占位符-----*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c7c7c7;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c7c7c7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c7c7c7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c7c7c7;
}

/*-----背景-----*/
.wrap-bg {
    background-color: #f2f2f5;
}

.bord-bg {
    background-color: #fff;
    border: 1px solid #ececec;
}

.whiteBg {
    background-color: #fff;
}


/*-----总体宽度-----*/
.w-1190 {
    width: 1200px;
    margin: 0 auto;
}

.w-1100 {
    width: 1100px;
    margin: 0 auto;
}

.w-980 {
    width: 995px;
    margin: 0 auto;
}

.centent {
    display: flex;
    margin-top: 0 !important;
    font-size: 14px;
}

/* head 20230714*/
.header {
    height: 80px;
    padding: 0 30px 0 25px;
    background-color: #ff5f03;
    font-size: 14px;
}

.header .logo {
    display: inline-block;
    /*//width: 247px;*/
    /*height: 44px;*/
    margin: 21px 0 0 0;
    /*//background: url(../images/head-logo.png);*/
    background: url(../images/head-logo2.png);
    width: 166px;
    height: 28px;
}

.header .logo-text {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    margin: 14px 0 0 34px;
    position: relative;

}

.header .logo-text:before {
    display: block;
    content: '';
    background: url("../images/split-line.png") no-repeat center;
    width: 1px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: -18px;
    margin-top: -13px;
    z-index: 1;
}

.header .salesman {
    float: left;
    width: 252px;
    height: 47px;
    border-radius: 55px;
    margin: 12px 0;
    padding: 4px 7px;
    border-bottom-left-radius: 0;
    background-color: #ff751f;
}

.header .salesman .photo {
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 46px;
    background-size: cover;
}

.header .salesman .info {
    display: inline-block;
    color: #fff;
}

.header .salesman .info .p-name {
    color: #fee8b7;
    margin: 1px 0;
}

.header .salesman .info .p-name span {
    margin-left: 5px;
}

.header .salesman .info .p-contact .qq {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    line-height: 1.4;
    padding: 1px 7px 0;
}

.header .salesman .info .p-contact .qq i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 13px;
    margin: -3px 1px 0 0;
    background: url(../images/base@icon.png);
}

.header .salesman .info .p-contact .qq:hover {
    background-color: #ff6a00;
}

.header .salesman .info .p-contact .tel {
    display: inline-block;
    color: #fff;
    line-height: 1.4;
    margin-left: 3px;
}

.header .salesman .info .p-contact .tel i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 13px;
    margin: -2px 0px 0 0;
    background: url(../images/base@icon.png) -18px 0;
}

.header .message {
    position: relative;
    float: left;
    padding-bottom: 12px;
    margin: 30px 0 0 35px;
    padding: 0 10px 10px;
    cursor: pointer;
}

.header .message i.icon {
    display: inline-block;
    width: 26px;
    height: 25px;
    background: url(../images/base@icon.png) 0 -22px no-repeat;
}

.header .message span.nub {
    position: absolute;
    left: 26px;
    top: -8px;
    height: 20px;
    font-family: verdana;
    cursor: pointer;
    min-width: 10px;
    text-align: center;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    border-radius: 20px;
    background-color: #ff3503;
}

.header .message .notification-dorpdown {
    display: none;
    position: absolute;
    right: -18px;
    top: 33px;
    z-index: 900;
    overflow: hidden;
    width: 290px;
    margin: 5px 0;
    padding: 5px 0 0;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .10);
}

.header .message .notification-dorpdown .tabs-bar {
    font-size: 14px;
    border-bottom: 1px solid #dcdee2;
    height: 36px;
    padding: 0 15px 0;
}

.header .message .notification-dorpdown .tabs-bar a {
    float: left;
    width: 40%;
    line-height: 35px;
    text-align: center;
    color: #757575;
}

.header .message .notification-dorpdown .tabs-bar a:hover {
    color: #484848;
}

.header .message .notification-dorpdown .tabs-bar a.active {
    position: relative;
    line-height: 35px;
    color: #ff6a00;
}

.header .message .notification-dorpdown .tabs-bar a.active:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #ff6a00;
    color: #ff6a00;
}

.header .message .notification-dorpdown .tabs-bar a.spacer {
    margin-right: 12%;
}

.header .message .notification-dorpdown .notification-box {
    display: none
}

.header .message .notification-dorpdown .list {
    max-height: 315px;
    overflow-y: auto;
}

.header .message .notification-dorpdown .list li {
    border-bottom: 1px solid #ededed;
}

.header .message .notification-dorpdown .list li a {
    display: block;
    padding: 12px 15px;
}

.header .message .notification-dorpdown .list li a:hover {
    background-color: #fafafa;
}

.header .message .notification-dorpdown .list li .item .p-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 30px;
    height: 30px;
    background: url(../images/head-infor2@icon.png) no-repeat #d2d2d2 center;
    border-radius: 32px;
}

.header .message .notification-dorpdown .list li.unread-message .p-icon {
    background: url(../images/head-infor1@icon.png) no-repeat #e0b393 center;
}

.header .message .notification-dorpdown .list li .item .p-icon2 {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 30px;
    height: 30px;
    background: url(../images/head-infor3@icon.png) no-repeat #e0b393 center;
    border-radius: 32px;
}

.header .message .notification-dorpdown .list li.unread-message2 .p-icon {
    background: url(../images/head-infor1@icon.png) no-repeat #e0b393 center;
}

.header .message .notification-dorpdown .list li .item .p-info {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    font-family: arial;
}

.header .message .notification-dorpdown .list li .item .p-info .dt {
    font-size: 13px;
    color: #484848;
}

.header .message .notification-dorpdown .list li .item .p-info .dt span.unread {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 2px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #ff6a00;
}

.header .message .notification-dorpdown .list li .item .p-info .time {
    color: #b3b3b3;
    font-size: 12px;
}

.header .message .notification-dorpdown .more {
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    background-color: #f5f5f5;
    color: #757575;
}

.header .message .notification-dorpdown .more:hover {
    background-color: #efefef;
}

.header .message .notification-dorpdown .more i {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    width: 15px;
    height: 15px;
    background: url(../images/head-more@icon.png);
}

.header .message .notification-dorpdown .sug {
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    background-color: #fff7e5;
    color: #ff6a00;
}

.header .message .notification-dorpdown .sug:hover {
    background-color: #efefef;
}

.header .message .notification-dorpdown .sug i {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 5px 0 0;
    width: 17px;
    height: 15px;
    background: url(../images/suggest@icon.png);
}

.header .message:hover .notification-dorpdown {
    display: block;
}


.header .message .messageTips-up {
    position: absolute;
    z-index: 1;
    left: -5px;
    top: 38px;
    cursor: default;
    width: 172px;
    border-radius: 3px;
    text-align: left;
    padding: 5px 12px 3px 5px;
    line-height: 1.5;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.header .message .messageTips-up s {
    position: absolute;
    top: -14px;
    left: 20px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #fff transparent;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
}

.header .message .messageTips-up i {
    position: absolute;
    top: -7px;
    left: -8px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #fff transparent;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    cursor: pointer;
}

.header .message .messageTips-up .messageTips-box .close {
    position: absolute;
    right: 5px;
    top: 40px;
    font-size: 12px;
    color: #666;
}

.header .message .messageTips-up .messageTips-box .close:hover {
    color: #333;
}

.header .message .messageTips-up .messageTips-box .list {
    overflow: hidden;
}

.header .message .messageTips-up .messageTips-box .list a {
    position: relative;
    float: left;
    width: 50%;
    padding: 5px 0;
    color: #888;
    font-size: 12px;
    text-align: center;
}

.header .message .messageTips-up .messageTips-box .list a:first-child:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 28px;
    right: 0;
    top: 10px;
    background-color: #f2f2f2;
}

.header .message .messageTips-up .messageTips-box .list a:last-child {
    border-bottom: 0;
}

.header .message .messageTips-up .messageTips-box .list a:hover {
    color: #484848;
    background-color: #f8f8f8;
}

.header .message .messageTips-up .messageTips-box .list a p {
    color: #4375d1;
    font-size: 14px;
}

.header .message .messageTips-up .messageTips-box .list a:hover p {
    text-decoration: underline;
}

.header .message .messageTips-up .messageTips-box .more {
    display: none;
    padding: 5px 5px 0;
    margin: 4px 0 2px;
    font-size: 12px;
    border-top: 1px dotted #f2f2f2;
    color: #888;
    text-align: center;
}

.header .message .messageTips-up .messageTips-box .more a {
    display: inline-block;
    width: 40%;
    color: #888;
}

.header .shoppingCart {
    position: relative;
    float: left;
    width: 26px;
    height: 25px;
    margin: 30px 0 0 45px;
    background: url(../images/base@icon.png) 0 -57px;
}

.header .shoppingCart span {
    position: absolute;
    left: 16px;
    top: -8px;
    height: 20px;
    font-family: verdana;
    min-width: 10px;
    text-align: center;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    border-radius: 20px;
    background-color: #ff3503;
}

.header .user {
    position: relative;
    float: left;
    margin: 24px 0 0 45px;
    padding-bottom: 15px;
}

.header .user .p-photo {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin-top: -2px;
    border-radius: 35px;
    background-color: #fff;
    background-size: cover;
}

.header .user .p-name {
    max-width: 105px;
    min-width: 70px;
    line-height: 35px;
    margin-left: -3px;
    padding-left: 3px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
}

.header .user .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 5px;
    margin-left: 5px;
    background: url(../images/base@icon.png) -34px 0;
}

.header .user .order-submenu {
    display: none;
    position: absolute;
    border-radius: 3px;
    right: -7px;
    top: 40px;
    z-index: 999;
    left: -6px;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.header .user .order-submenu a { /*width: 140px;*/
    display: block;
    height: 38px;
    text-indent: 15px;
    line-height: 38px;
    background-color: #fff;
    color: #2e2525;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #efefef;
    margin-top: -1px;
    transition: all .3s;
    padding: 0;
    text-align: left;
}

.header .user .order-submenu a:hover {
    border: 1px solid #efefef;
    background-color: #efefef;
    color: #ff6a00;
    font-weight: bold;
}

.header .user .order-submenu .active {
    background-color: #efefef;
    color: #ff6a00;
}

.header .user .order-submenu a:last-child {
    margin-top: 10px;
    color: #ff6a00;
    font-weight: bold;
}

.header .user:hover .order-submenu {
    display: block;
}

.header .user:hover .arrow {
    transform: rotate(180deg);
}


.head-submenu {
    padding-left: 210px;
    background-color: #eef4ff;
    background-image: linear-gradient(to right, #eef4ff, #fff0f0);
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
    box-sizing: border-box;
}

.head-submenu .subnav {
    display: inline-block;
    padding: 3px 0 1px;
}

.head-submenu .subnav a {
    display: inline-block;
    vertical-align: middle;
    line-height: 37px;
    padding: 0 13px;
    color: #7f8082;
}

.head-submenu .subnav .spacer {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 15px;
    width: 1px;
    height: 19px;
    background-color: #dadce0;
}

.head-submenu .subnav a.help i {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 2px 0 0;
    opacity: 0.6;
    background: url(../images/base@icon.png) -51px 0;
}

.head-submenu .subnav a.sugges i {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 2px 0 0;
    opacity: 0.6;
    background: url(../images/base@icon.png) -69px -20px;
}

.head-submenu .subnav a:hover i {
    opacity: 1;
}

.head-submenu .subnav a:hover {
    color: #000;
    opacity: 1;
}

.head-submenu .subnav .afterSale {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    line-height: 37px;
    padding: 0 15px;
    color: #7f8082;
}

.head-submenu .subnav .afterSale i {
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 2px 0 0;
    opacity: 0.6;
    background: url(../images/base@icon.png) -69px 0;
}

.head-submenu .subnav .afterSale .contact-infor-up {
    display: none;
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 38px;
    cursor: default;
    width: 260px;
    border-radius: 3px;
    text-align: left;
    padding: 15px 20px 15px 20px;
    line-height: 1.5;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.head-submenu .subnav .afterSale .contact-infor-up s {
    position: absolute;
    top: -14px;
    left: 20px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #fff transparent;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
}

.head-submenu .subnav .afterSale .contact-infor-up i {
    position: absolute;
    top: -7px;
    left: -8px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #fff transparent;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    cursor: pointer;
}

.head-submenu .subnav .afterSale .contact-infor-up a {
    padding: 0;
    line-height: 1.5;
}

.head-submenu .subnav .afterSale .contact-infor-up p {
    margin-bottom: 8px;
}

.head-submenu .subnav .afterSale .contact-infor-up .dt {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding-bottom: 2px;
    color: #888;
}

.head-submenu .subnav .afterSale:hover .contact-infor-up {
    display: block;
}

.head-submenu .subnav .afterSale:hover i {
    opacity: 1;
}

.head-submenu .subnav .afterSale:hover {
    color: #000;
    opacity: 1;
}

.sidebar {
    background-color: #fff;
    width: 202px;
    border-right: 1px solid #efefef;
}

.sidebar .item h3 {
    position: relative;
    padding: 0 24px;
    line-height: 42px;
    color: #333;
    background-color: #f5f8f9;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}

.sidebar .item.arrow h3:before {
    content: '';
    display: block;
    position: absolute;
    right: 21px;
    top: 18px;
    width: 8px;
    height: 5px;
    background: url(../images/sideBar-arrow@icon.png);
}

.sidebar .item.active h3 {
    position: relative;
    color: #ff6a00;
    background-color: #fff;
    border-top: 1px solid #fff;
}

.sidebar .item.active h3:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 2px;
    height: 44px;
    background-image: linear-gradient(to right, #ed6a18, #ed9418);
}

.sidebar .item h3 i {
    display: inline-block;
    width: 18px;
    height: 17px;
    margin: -4px 6px 0 0;
}

.sidebar .item.arrow h3.currentDt:before {
    background: url(../images/sideBar-arrow@icon.png);
    transform: rotate(180deg);
}

.sidebar .item.home h3 i {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/base@icon.png) 0 -99px;
}

.sidebar .item.home.active h3 i {
    background: url(../images/base@icon.png) -22px -99px;
}

.sidebar .item.order h3 i {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/base@icon.png) 0 -123px;
}

.sidebar .item.order.active h3 i {
    background: url(../images/base@icon.png) -22px -123px;
}

.sidebar .item.hyxx h3 i {
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/base@icon.png) 0 -147px;
}

.sidebar .item.hyxx.active h3 i {
    background: url(../images/base@icon.png) -22px -147px;
}

.sidebar .item.account h3 i {
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/base@icon.png) 0 -169px;
}

.sidebar .item.account.active h3 i {
    background: url(../images/base@icon.png) -22px -147px;
}

.sidebar .item.mall h3 i {
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/base@icon.png) 0 -219px;
}

.sidebar .item.mall.active h3 i {
    background: url(../images/base@icon.png) -22px -147px;
}

.sidebar .item.sugges h3 i {
    height: 19px;
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/base@icon.png) 0 -261px;
}

.sidebar .item.sugges.active h3 i {
    background: url(../images/base@icon.png) -22px -261px;
}

.sidebar .item.message h3 i {
    height: 19px;
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/base@icon.png) 0 -242px;
}

.sidebar .item.message.active h3 i {
    background: url(../images/base@icon.png) -22px -242px;
}

.sidebar .item .subnav {
    padding: 5px 5px 7px;
    border-bottom: 1px solid #efefef;
}

.sidebar .item .subnav li {
    white-space: nowrap;
}

.sidebar .item .subnav li a {
    display: block;
    padding: 4px 45px;
}

.sidebar .item .subnav li a.sub-active {
    color: #ff6a00;
}

.site-nav-status-login {
    display: none;
}

.members-mian-right {
    position: relative;
    background-color: #fff;
    flex: 1;
    margin-left: 16px;
    padding-bottom: 62px;
}

.members-mian-right .activityImg {
    overflow: hidden;
    padding: 18px 23px 18px 25px;
    border-bottom: 1px solid #f2f2f5;
}

.members-mian-right .activityImg a {
    width: 49.5%;
    display: block;
}

.members-mian-right .activityImg a img {
    width: 100%;
}

.footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    border-top: 1px solid #f0f0f0;
    padding: 20px 25px;
    color: #b3b3b3;
    background-color: #fff;
}

.footer .copyright {
    display: inline-block;
}

.footer .quick-link {
    float: right;
    font-size: 12px;
    color: #ccc;
}

.footer .quick-link a {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    color: #b3b3b3;
}

.footer .quick-link a:hover {
    color: #333;
    text-decoration: underline;
}

.members-body {
    display: flex;
}

.footerRel .footer {
    position: relative;
}

.footerRel2 .footer {
    position: fixed;
}

.shadow {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15); /* for opera or ie9 */
}

/*-----弹窗黑色背景-----*/
.bounced-bg {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #000;
    -moz-opacity: 0.55;
    opacity: 0.55;
    filter: alpha(opacity=55);
}


/*-----翻页-----*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    line-height: 30px;
    padding: 0 12px;
    text-decoration: none;
    color: #777;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
}

.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-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #e5e5e5;
}

.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;
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
    cursor: default;
    border-radius: 3px;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #e5e5e5;
    cursor: not-allowed;
}

/*-----右侧工具栏-----*/
.side-toolbar-wrap {
    position: fixed;
    _position: absolute;
    width: 90px;
    top: 50%;
    right: -10px;
    margin-top: -120px;
    z-index: 9990;
    background-color: #b1b1b1;
}

.side-toolbar-wrap .side-toolbar-tabs {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab {
    position: relative;
    width: 90px;
    margin-bottom: 1px;
    cursor: pointer;
    background-color: #ff6026;
    text-align: center;
    border-radius: 5px;
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-ico {
    position: relative;
    padding: 10px 0;
    display: block;
    width: 80px;
    padding-right: 10px;
    border-radius: 3px 0 0 3px;
    z-index: 9;
    text-align: center;
    transition: All 0.2s ease-in-out;
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-ico.qq {
    background-color: #ff6026;
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-ico.returnTop {
    background-color: #e2e2e2;
}


.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tit {
    margin-top: 4px;
    color: #fff;
}


.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-ico:hover {
    transform: translate(-3px, 0);
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-ico.top {
    background: url(../images/top-icon.png)
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-ico.ts {
    background: url(../images/feedback-icon.png)
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-ico a.tit {
    width: 77px;
    height: 25px;
    padding: 32px 10px 0 0;
    color: #fff;
    display: block;
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-text {
    display: none;
    width: 160px;
    text-align: left;
    padding: 20px 20px 15px 20px;
    position: absolute;
    z-index: 1;
    right: 94px;
    top: 0;
    font-size: 14px;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-text .name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-text p {
    margin-bottom: 2px;
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-text .ewm {
    margin-top: 10px;
    padding-top: 5px;
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-text .ewm img {
    display: inline-block;
    margin-left: -4px;
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-text .ewm span {
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
}

.side-toolbar-wrap .side-toolbar-tabs .side-toolbar-tab .tab-text .space {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 34px;
    background-color: #f68253;
    margin-top: -17px;
}

/*-----公用弹框-----*/
.pop-up {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    animation: poupFadIn 0.5s ease 0s 1;
    outline: none;
}

.pop-up .box {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: -200px;
    width: 450px;
    border: 6px solid #6d6d6d;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.pop-up .box h4 {
    padding: 0 15px 0 20px;
    height: 35px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #eaeaea;
    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 {
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
}

.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: #ff6a00;
    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;
}

/*-----订单消息提醒弹框----- */
.order-information-pup {
    position: fixed;
    right: 50px;
    bottom: 0;
    z-index: 9999;
    width: 295px;
    background-color: #fff;
}

.order-information-pup .hd {
    overflow: hidden;
    background-color: #ff6a00;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding: 0 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.order-information-pup .hd .more {
    float: right;
    cursor: pointer;
}

.order-information-pup .hd .more span.add {
    display: block;
    font-size: 20px;
    line-height: 14px;
    margin: 10px 0;
}

.order-information-pup .hd .more span.red {
    display: block;
    font-size: 35px;
    line-height: 14px;
    margin: 9px 0;
}

.order-information-pup .hd .more span.ignore {
}

.order-information-pup .hd i {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    line-height: 17px;
    background-color: #fff;
    border-radius: 16px;
    color: #ff6a00;
    padding: 0 4px;
    margin: -2px 0 0 3px;
}

.order-information-pup .bd {
    padding: 12px 5px 12px 12px;
    border: 1px solid #ff6a00;
}

.order-information-pup .bd .list {
    height: 350px;
    overflow-y: auto;
    padding-right: 5px;
}

.order-information-pup .bd .list::-webkit-scrollbar { /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    border-radius: 5px;
    overflow: hidden;
}

.order-information-pup .bd .list::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: #d1d1d1;
    overflow: hidden;
}

.order-information-pup .bd .list::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #EDEDED;
}

.order-information-pup .bd .list ul li {
    margin-bottom: 15px;
}

.order-information-pup .bd .list .item .dt {
    margin-bottom: 3px;
}

.order-information-pup .bd .list .item .dt span {
    margin-right: 3px;
    color: #666;
}

.order-information-pup .bd .list .item .dt span.unread {
    color: #ff6a00;
}

.order-information-pup .bd .list .item .txt {
    background-color: #ebebeb;
    padding: 10px 12px;
    border-radius: 6px;
    text-align: justify;
    color: #888;
}


/*订单详情*//*提示*/
.emph-wrap {
    overflow: hidden;
    background-color: #FEF7EA;
    border: 1px solid #fce1b6;
    padding: 2px 10px;
}

.emph-wrap .emph-tips {
    height: 30px;
    background-color: #FEF7EA;
    line-height: 30px;
    color: #666 !important;
}

.emph-tips b {
    display: inline-block;
    margin-top: -2px;
    margin-right: 8px;
    width: 11px;
    height: 15px;
    background: url(../images/ts-icon.png);
    vertical-align: middle;
}

/*暂无信息状态*/
.info-null {
    padding: 80px;
    text-align: center;
}

.info-null p {
    margin-top: 5px;
}

/*加载信息状态*/
.loading {
    position: relative;
    margin: 80px 0;
    text-align: center;
}

.loading img {
    width: 48px;
}


.loading .icon {
    width: 100px;
    padding: 34px 0;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: #e7e7e7;
}

.loading p {
    margin-top: 5px;
}

/*-----layui按钮颜色公共-----*/
.layui-layer-btn .layui-layer-btn0 {
    border-color: #ff6a00 !important;
    background-color: #ff6a00 !important;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #ff6a00;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #ff6a00 !important;
    background-color: #ff6a00;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #ff6a00;
}

.layui-border-blue {
    border-color: #195ad1 !important;
    color: #195ad1 !important;
}

.layui-layer-setwin .layui-layer-close2 {
    transition: 0s;
    background-position: -149px -31px !important;
}

.layui-layer-setwin .layui-layer-close2:hover {
    box-shadow: 0 0 0;
}

.layui-table td, .layui-table th {
    font-size: 13px;
}

.layui-btn-xs {
    font-size: 14px;
}

.layui-layer-btn a {
    height: 36px !important;
    line-height: 36px !important;
    padding: 0 22px !important;
}

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i {
    color: #ff6a00;
}

/*站内消息20231005 */
.station-message-up {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .25);
}

.station-message-up .station-message-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 480px;
    height: 100%;
    background-color: #fff;
}

.station-message-up .station-message-box .title {
    padding: 20px 15px;
}

.station-message-up .station-message-box .title h3 {
    font-size: 18px;
    font-weight: bold
}

.station-message-up .station-message-box .title .message-number {
    position: absolute;
    left: 26px;
    top: -8px;
    height: 20px;
    font-family: verdana;
    cursor: pointer;
    min-width: 10px;
    text-align: center;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    border-radius: 20px;
    background-color: #ff3503;
}

/*2024-9-18 layout下单 start*/
.Jui-container {
    padding-top: 15px;
}

.Jui-container .Jui-Quote-box {
    padding: 2px 0 30px;
    position: relative;
    font-size: 13px;
}

.Jui-container .Jui-Quote-box .Jui-box .Jui-box-body {
    position: relative;
    margin-top: 20px;
    color: #666;
}

.Jui-container .Jui-Quote-box .Jui-box .Jui-box-body .list-item {
    margin-bottom: 5px;
    padding-left: 105px;
    padding-right: 0;
    position: relative;
}

.Jui-container .Jui-Quote-box .Jui-box .Jui-box-body .list-item h4.list-item-title {
    position: absolute;
    left: 0;
    top: 7px;
    color: #666;
    display: inline-block;
    font-size: 13px;
    min-width: 100px;
    text-align: left;
}

.Jui-container .Jui-Quote-box .Jui-box .Jui-box-body .list-item .input-group {
    float: left;
    border: 1px solid #dfe1e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 8px;
    margin-right: 4px;
}

.Jui-container .Jui-Quote-box .Jui-box .Jui-box-body .list-item .input-group .form-control {
    float: left;
    display: inline-block;
    width: 80px;
    background: #fcf8e3;
    height: 28px;
    padding: 0 8px;
    font-size: 13px;
    line-height: 28px;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.Jui-container .Jui-Quote-box .Jui-box .Jui-box-body .list-item .input-group .form-control.w253 {
    width: 242px;
}

.Jui-container .Jui-Quote-box .Jui-box .Jui-box-body .list-item .input-group .form-control.w140 {
    width: 140px;
}

.negotiation-fill-info .poer-btn {
    float: left;
    display: block;
    padding: 0 12px;
    height: 28px;
    outline: none;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 30px;
    color: #757575;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: #f3f3f3;
    /* box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .04); */
}

/*2024-9-18layout下单 end*/

/*2024-9-18 追加港澳台区号 start*/
.segment-box {
    position: relative;
    height: 100%;
    float: left;


    .zone {
        height: 100%;
        line-height: 28px;
        color: #333333;
        font-size: 13px;
        width: 70px;
        text-align: center;
        /* padding-left: 10px;
         padding-right: 10px;*/
        cursor: pointer;

        &:after {
            display: inline-block;
            content: '';
            background: url(../images/select-arrow.png) no-repeat 96% center;
            width: 12px;
            height: 12px;
            margin-left: 6px;
            transition: all .3s;
        }

        &.active {
            &:after {
                transform: rotate(180deg);
            }
        }
    }

    .zone-lists {
        position: absolute;
        left: -1px;
        top: 28px;
        width: 130px;
        text-indent: 0;
        background: #fff;
        z-index: 101;
        border: 1px solid #ddd;
        border-radius: 0 0 4px 4px;

        .li {
            line-height: 40px;
            padding-left: 10px;
            cursor: pointer;
            font-size: 13px;

            &:hover {
                background: #f5f5f5;
                cursor: pointer;
                font-size: 13px;
                color: #333333;
            }
        }
    }
}

/*2024-9-18 追加港澳台区号 end*/

/*2024-9-18 我的资料-下单联系人start*/
.new-input-number {
    float: left;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-right: 10px;
}

.new-input-number .layui-input-inline {
    margin-right: unset;
}

.new-input-number .layui-input {
    border: none;
    height: 36px;
}

.new-input-number .segment-box {
    height: 36px;
}

.new-input-number .segment-box .zone-lists {
    top: 36px;
}

.new-input-number .segment-box .zone {
    line-height: 38px;
}

/*2024-9-18 我的资料-下单联系人end*/

.reorder-up .perfect-btn {
    color: #ff3335 !important;
}

.reorder-up .perfect-btn:before {
    display: inline-block;
    content: '';
    background: url("../images/order/edit-icon.png") no-repeat center;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: sub;
    background-size: contain;
}
li.mark-row{
    white-space: nowrap;
}
.not-available{
    display: inline-block;
    color: #F64C30;
    background: #FFF7F5;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    margin-left: -2px;
    border-radius: 3px;
}
.index-member-user .myInfo .lines li .status{
    border-radius: 3px;
}

.setType-bd .btn.disabled{
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #999;
    text-align: center;
    cursor: not-allowed;
    background: rgba(237, 237, 237, 0.85);
    color: #666666;
}
