*{
	box-sizing:border-box !important;
}
html{
	overflow-x:hidden;
}
body{
	font-family:serif;
    padding: 0 !important;
    color: #666;
    margin:0 auto; 
    font-size: 16px;
    overflow: hidden;
}
input,select{outline:none;}
body a{
	color: #666;
	text-decoration:none;
}
.indexproductlist{
	position: relative;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
body a:hover{
	text-decoration:none;
}
.container{
	padding: 0 150px;
	margin: 0 auto;
	position: relative;
}
#site-header, #site-footer{
    background: #01397c;
    position: relative;
}
.header-inner{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.site-logo a img{
    height: 32px;
    width: auto;
    display: block;
}
.site-search{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}
.searchform{
    position: relative;
}
.searchform input{
    height: 51px;
    line-height: 51px;
    border:1px solid hsla(0,0%,100%,.5);
    border-radius: 3px;
    color: #fff;
    padding: 0 20px;
    width: 570px;
    background: none;
    outline: none;
    font-size: 16px;
}
.searchform input::placeholder {
    color: #7F8FA4;
}

.searchform input::-webkit-input-placeholder {
    color: #7F8FA4;
}

.searchform input:-moz-placeholder {
    color: #7F8FA4;
    opacity: 1;
}

.searchform input::-moz-placeholder {
    color: #7F8FA4;
    opacity: 1;
}

.searchform input:-ms-input-placeholder {
    color: #7F8FA4;
}

.site-search-submit{
    position: absolute;
    right:0px;
    top: 0;
    z-index: 2;
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border:none;
}
.site-search-submit svg{
    height: 24px;
    width: auto;
}
.site-header-right{
    display: flex;
    align-items: center;
}
.site-header-right-item{
    margin-left: 30px;
}
.site-header-right .site-header-right-item:first-child{
    margin-left: 0;
}
.header-cart-bt{
    position: relative;
    display: block;
}
.header-cart-bt svg{
    width: 34px;
    height: auto;
}  
.header-cart-count{
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ff6600;
    position: absolute;
    top:-4px;
    right:-6px;
    z-index: 2;
}
.header-user-meta-item>a{
    display: block;
    color: #fff;
    font-size: 18px;
}
.site-main{
    min-height: calc(100vh - 158px);
    padding: 45px 0;
}
.site-footer-inner{
    color: #fff !important;
    text-align: center;
    padding: 15px 0;
}
.site-footer-inner p{
    line-height: 24px;
    margin: 0;
}
body.page-template-customer-login .site-main{
    background: #01397c;
}
.erp-login-box{
    display: flex;
    height: 100%;
    flex:1;
    width: 100%;
    a
}
.erp-login-l{
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 150px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.erp-login-l img{
    display: block;
    height: 52px;
    width: auto;
}
.login-des{
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    margin-top: 24px;
}
.login-des strong{
    font-size: 42px;
    line-height: 42px;
    display: block;
    margin-bottom: -15px;
}
.erp-login-r{
    background: #fff;
    width: 50%;
    padding: 45px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
}
.erp-login-r.erp-login-r-t .erp-login-form-box{
    width: 500px;
}
.login-site-main{
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 158px);
    padding: 20px 0 100px 0;
}
.login-site-main-inner{
    flex:1;
    display: flex;
    flex-direction: column;
}
.login-form-title{
    font-size: 30px;
    font-weight: normal;
    color: #334150;
    position: relative;
    margin-bottom: 35px !important;
    margin-top: 0 !important;
}
.login-form-title::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 1px;
    background-color: #0253b3;
}
.erp-login-form-box{
    width: 350px;
}
.login-form-item{
    margin-bottom: 15px;
}
.erp-login-from .login-form-item:last-child{
    margin-bottom: 0;
}
.login-form-item input,
.login-form-item select{
    width: 100%;
    border:1px solid #e5e5e5;
    border-radius: 3px;
    height: 45px;
    padding: 0 15px;
}
.erp-login-form-bt{
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    background: #01397c;
    color: #fff;
    font-weight: bold;
    transition: all ease .4s;
}
.erp-login-form-bt:hover{
    opacity: .8;
}
.erp-login-link{
    color: #01397c;
    text-align: center;
    display: block;
}
.erp-login-link:hover{
    text-decoration: underline;
}
.login-form-item-email-code{
    display: flex;
    align-items: center;
}
.login-form-item-email-code .send-email-code{
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    border:1px solid #e5e5e5;
    border-radius: 0 3px 3px 0;
    background: #f5f5f5;
    flex:none;
    cursor: pointer;
    min-width: 125px;
}
.login-form-item-email-code input{
    flex:1;
    border-radius: 3px 0 0 3px;
    border-right:none;
}
body .tabulator{
    background-color: #fff;
    border-color:#ccc;
    max-height: calc(100vh - 158px);
}
body .tabulator .tabulator-header{
    border-bottom: 1px solid #ccc;
}
body .tabulator .tabulator-header .tabulator-col{
    border-color:#ccc;
}
body .tabulator .tabulator-header .tabulator-col .tabulator-col-content{
    padding: 10px 15px;
    color: #334150;
    font-size: 16px;
    text-align: center;
}
body .tabulator-row .tabulator-cell{
    padding: 10px 15px;
    border-right:1px solid #ccc;
    justify-content: center;
    white-space: normal;
    text-align: center;
} 
body .tabulator-row .tabulator-cell[tabulator-field="name"]{
    justify-content: flex-start;
}
body #order-detail-products-table .tabulator-row .tabulator-cell[tabulator-field="name"]{
    justify-content: center;
}
.tabulator .tabulator-cell[tabulator-field="userQty"].tabulator-editing input,
.tabulator .tabulator-cell[tabulator-field="userQty"] .tabulator-edit-input,
.tabulator .tabulator-cell[tabulator-field="userQty"] input[type="number"] {
  padding: 0 15px !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;
  text-align: center !important;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
body.home .tabulator-col[tabulator-field="brand"],
body.home .tabulator-col[tabulator-field="name"]{
   position: relative;
   cursor: pointer;
}
body.home .tabulator-col[tabulator-field="brand"]::after,
body.home .tabulator-col[tabulator-field="name"]::after{
    content: "";
    display: inline-block;
    margin-left: 6px; /* 和文字保持间距 */
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333; /* 箭头颜色 */
    position: absolute;
    right:15px;
    top:50%;
    margin-top: -3px;
}
body .tabulator-row .tabulator-cell:last-child{
    border-right: none;
}
body .tabulator-row.tabulator-selectable:hover{
    background-color: #e5e5e5;
}
.tabulator-row.added_to_cart{
    color: green !important;
}
.product-name-wrap{
    display: flex;
    align-items: center;
}
.product-name-wrap .product-thumb{
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 10px;
    flex:none;
}
.product-name-wrap .product-thumb img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-thumb-view-wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 99999;
    background: rgba(0, 0, 0, .45);
    display: none;
    justify-content: center;
    align-items: center;
}
.product-thumb-view-inner{
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    width: 50%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-thumb-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-thumb-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.product-thumb-view-close-bt{
    position: absolute;
    top:15px;
    right:15px;
}
.product-thumb-view-close-bt svg{
    width: 24px;
    height: auto;
}
.product-thumb-view-close-bt svg path{
    fill:#01397c !important;
}
/*购物车弹窗*/
.custom-cart-pop{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 9999;
    background: rgba(0, 0, 0, .45);
    display: none;
    justify-content: flex-end;
}
.cart-pop-wrap{
    background: #fff;
    width: 480px;
    border-left:1px solid #e5e5e5;
}
.cart-pop-hd{
    padding: 16px 20px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex:none;
}
.cart-pop-hd h3{
    font-size: 22px;
    color: #334150;
    margin: 0;
}
.cart-pop-hd a{
    display: block;
    margin-right: 0;
    margin-left: auto;
    font-size: 34px;
}
.cart-pop-hd a svg{
    width: 20px;
    height: auto;
}
.cart-pop-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.cart-pop-ft{
    width: 100%;
    flex:none;
}
.cart-pop-total{
    padding: 18px 20px;
    background: #f5f5f5;
}
.total-hd{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total-hd h4{
    font-size: 18px;
    color: #334150;
    margin: 0;
}
.total-hd .cart-total-num{
    display: flex;
    align-items: center;
    color: #334150;
    font-size: 18px;
    font-weight: bold;
}
.cart-pop-bts{
    padding: 18px 20px;
}
.cart-pop-bts .cart-pop-bt{
    display: block;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    background: #ff6600;
    text-align: center;
    margin-bottom: 10px;
}
.cart-pop-bts .cart-pop-bt.check-order-bt{
    background: #01397c;
    margin-bottom: 0;
}
.cart-pop-bts .cart-pop-bt:hover{
    opacity: .8;
}
.cart-pop-bd{
    padding: 18px 20px;
    width: 100%;
    flex:1;
    flex-grow:1;
    overflow-y: auto;
}
.cart-pop-product-item{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.cart-pop-products .cart-pop-product-item:last-child{
    margin-bottom: 0;
}
.cart-product-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #334150;
    font-size: 16px;
}
.cart-product-name p{
    font-weight: bold;
    margin: 0;
    font-size: 18px;
}
.product-name-text{
    display: flex;
    flex-direction: column;
    text-align: left;
}
.cart-product-name-l{
    margin-right: 10px;
}
.cart-product-name-l .product-name-wrap .product-thumb{
    width: 60px;
    height: 60px;
}
.product-name-text .product-name{
    width: 100%;
    white-space: normal !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* 限制显示两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-no-products{
    text-align: center;
    margin-top: 160px;
}
.cart-product-name-l .product-name-text .product-name{
    font-size: 16px;
    line-height: 18px;
}
.cart-product-name-l .product-name-text .product-name .count{
    color: #ff6600;
    font-weight: bold;
}
.product-name-text .product-code{
    font-size: 16px;
    display: block;
    margin-top: 8px;
    color: #01397c;
}
.cart-product-prices{
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #334150;
    font-weight: bold;
    font-size: 16px;
}
.cart-product-prices .product-price{
    font-weight: normal;
}
.number-picker {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    font-family: sans-serif;
    user-select: none;
}
.number-picker button {
    width: 28px;
    height: 30px;
    border: none;
    background: white;
    font-size: 16px;
    cursor: pointer;
}
.number-picker input {
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border: none;
    outline: none;
    -moz-appearance: textfield;
}
/* ✅ 针对 Chrome / Safari / Edge 隐藏箭头 */
.number-picker input::-webkit-outer-spin-button,
.number-picker input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.number-picker button:disabled {
    color: #e5e5e5;
    cursor: not-allowed;
}
.number-picker button:not(:disabled):hover {
    background-color: #f0f0f0;
}
.cart-product-actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-product-actions a.delete-cart-item-bt{
    display: block;
    font-size: 14px;
    color: #da251e;
}
/*购物车页面*/
.page-wrap h1{
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}
.cart-page-bottom{
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}
.cart-page-total-price{
    display: flex;
    align-items: center;
    font-size: 24px !important;
    font-weight: bold;
    color: #01397c;
}
.cart-page-to-checkout-bt, .cart-down-excel{
    display: block;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    background: #01397c;
    line-height: 45px;
    padding: 0 24px;
    margin-top: 15px;
    text-align: center;
}
.cart-down-excel{
    background:#ff6600 !important;
}
/*用户中心*/
.user-center-inner{
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
}
.user-center-l{
    width: 320px;
    flex:none;
    margin-right: 30px;
    border:1px solid #e5e5e5;
    padding: 30px;
}
.user-center-r{
    flex:1;
}
.user-profile{
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
}
.user-avatar{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.user-avatar .upload-avatar{
    position: absolute;
    z-index: 5;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.user-avatar img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}
.user-avatar>span{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 3;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .45);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}
.user-avatar:hover>span{
    display: flex;
}
.user-name{
    margin-top: 10px;
    color: #333;
}
.user-email{
    color: #666;
    margin-top: 10px;
}
.myaccount-menu{
    margin-top: 20px;
}
.myaccount-menu li{
    margin-bottom: 5px;
}
.myaccount-menu li:last-child{
    margin-bottom: 0;
}
.myaccount-menu li a{
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    height: 45px;
    background: #f5f5f5;
    border-radius: 3px;
    padding: 0 15px;
}
.myaccount-menu li a svg{
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.myaccount-menu li a svg:last-child{
    width: auto;
    height: 16px;
    margin-right: 0;
    margin-left: auto;
}
.myaccount-menu li:hover a,.myaccount-menu li.current a{
    color: #fff;
    background: #01397c;
}
.myaccount-menu li:hover a svg path,.myaccount-menu li.current a svg path{
    fill:#fff !important;
}
.acount-page-main p{
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
}
.acount-page-main p strong{
    color: #01397c;
}
.acount-page-main p a{
    color: #01397c;
    text-decoration: underline;
}
.acount-page-hd{
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.acount-page-hd h2{
    font-size: 24px;
    color: #333;
    margin: 0;
}
.accout-page-bd .erp-login-from{
    width: 50%;
    margin: 0 auto;
}
.notice-wrap{
    padding: 20px;
    border:1px solid #da251e;
    border-radius: 5px;
    margin-bottom: 20px;
    background:#f7d5d4;
    color: #da251e;
    display: flex;
}
.notice-wrap p{
    color: #da251e !important;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
}
.notice-wrap svg{
    height: 24px;
    width: auto;
    margin-right: 10px;
}
.user-sale-detail{
    display: flex;
}
.user-sale-avatar{
    overflow: hidden;
    margin-right: 20px;
    width: 160px;
    flex:none;
    min-height: 120px;
    border-radius: 5px;
}
.user-sale-avatar img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.user-sale-text{
    flex:1;
}
.user-sale-text p:last-child{
    margin-bottom: 0;
}
/*收货地址*/
.user-addresses{
    display: flex;
    margin-right: -30px;
    margin-bottom: -30px;
}
.user-addresses li{
    width: 50%;
    padding-right: 30px;
    margin-bottom: 30px;
}
.user-address-item{
    border:1px solid #e5e5e5;
    padding: 15px;
}
/*用户中心下拉菜单*/
.header-user-meta-item{
    position: relative;
}
.user-menu-pop{
    position: absolute;
    z-index: 5;
    min-width: max-content;
    right:0;
    top:100px;
    filter: drop-shadow(rgba(0, 27, 71, .24) 0px 8px 20px);
    padding-top: 9px;
    transition: top ease .4s;
    height: 0;
    visibility: hidden;
}
.user-menu-pop.active{
    height: auto;
    top:40px;
    visibility:initial
}
.user-menu-pop ul{
    background: #fff;
    border:1px solid #e5e5e5;
    border-radius: 3px;
}
.user-menu-pop ul li a{
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.user-menu-pop ul li a:hover{
    color: #01397c !important;
}
.user-menu-pop ul li:last-child a{
    border-bottom: none;
}
.user-menu-pop ul li a svg{
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.user-menu-pop ul li a svg:last-child {
    width: auto;
    height: 16px;
    margin-right: -5px;
    margin-left: auto;
}
.user-menu-pop ul li a span{
    display: block;
    margin-right: 15px;
}
.user-menu-pop::before{
    display: block;
    position: absolute;
    content: " ";
    height: 0;
    width: 0;
    z-index: 1;
    top:0;
    right:7px;
    filter: drop-shadow(rgba(0, 27, 71, .1) 0px -4px 5px);
    pointer-events: none;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255);
    border-image: initial;
    transition: bottom ease .4s;
}
/*结账页面*/
.checkout-page-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.checkout-page-l{
    width: 100%;
}
.checkout-page-r{
    width: calc(30% - 15px);
    padding: 30px;
    border:1px solid #e5e5e5;
}
.checkout-page-l-item{
    margin-bottom: 30px;
}
.checkout-page-l .checkout-page-l-item:last-child{
    margin-bottom: 0;
}
.checkout-page-l-item-hd{
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.edit-address-bt.add-address-bt{
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    color: #fff;
    background: #01397c;
    border-radius: 3px;
    display: block;
}
.checkout-page-l-item-hd h3{
    margin: 0;
    font-size: 20px;
    color: #333;
}
.checkout-page-l-item-hd p{
    margin-top: 8px;
    margin-bottom: 0;
}
.checkout-address-list{
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-bottom: -24px;
}
.checkout-address-item{
    display: flex;
    align-items: center;
    width: 50%;
    padding-right: 24px;
    margin-bottom: 24px;
}
.paymentMethods label{
    display: block;
    margin-bottom: 10px;
}
.paymentMethods label input{
    margin-right: 6px;
}
.payment-info{
    padding: 15px 20px;
    background: #f5f5f5;
    margin-top: 15px;
}
.payment-info *{
    margin: 0;
    line-height: 30px;
}
.payment-info h4{
    font-size: 18px;
    color: #333;
}
.payment-info strong{
    color: #333;
}
.checkout-address-item input{
    display: none;
}
.checkout-address-item .checkout-address-item-main{
    padding: 15px;
    border:1px solid #e5e5e5;
    flex:1;
    position: relative;
}
.select-address-bt {
    width: 0;
    height: 0;
    border-top: 40px solid #f5f5f5;    /* 三角高度，颜色即三角颜色 */
    border-left: 40px solid transparent; /* 三角底边透明 */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: none;
}
.checkout-address-list .checkout-address-item:hover .select-address-bt{
    display: block;
}
.user-center-wrap .checkout-address-list .checkout-address-item:hover .select-address-bt{
    display: none !important;
}
.checkout-address-list .checkout-address-item.checked .select-address-bt{
    display: block !important;
    border-top: 40px solid #01397c !important; 
}
.user-center-wrap .checkout-address-list .checkout-address-item.checked:hover .select-address-bt{
    display: block !important;
    border-top: 40px solid #01397c !important; 
}
.checkout-address-list .checkout-address-item.checked .select-address-bt svg path{
    fill: #fff !important;
}
.select-address-bt svg{
    height: 18px;
    width: auto;
    position: absolute;
    top:-37px;
    right:2px;
    z-index: 4;
}
.address-actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.address-actions .delete-address-bt{
    color: #da251e;
}
.select-address-bt svg path{
    fill:#01397c !important;
}
.checkout-address-item .checkout-address-item-main p{
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 24px;
}
.checkout-address-item .checkout-address-item-main p strong{
    color: #333;
}
.checkout-address-item .checkout-address-item-main p:last-child{
    margin-bottom: 0;
}
.edit-address-bt{
    color: #01397c;
}
.edit-address-bt:hover{
    text-decoration: underline;
}
.adit-address-form{
    display: none;
}
.edit-address-form-item{
    margin-bottom: 15px;
}
.adit-address-form .edit-address-form-item:last-child{
    margin-bottom: 0;
}
.edit-address-form-item input[type="text"]{
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding: 0 15px;
    border:1px solid #e5e5e5;
    border-radius: 3px;
}
.edit-address-form-item input[type="checkbox"]{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.edit-address-bts{
    display: flex;
    align-items: center;
}
.edit-address-bts a{
    display: block;
    margin-right: 10px;
    height: 45px;
    line-height: 45px;
    padding: 0  60px;
    background: #f5f5f5;
    border-radius: 3px;
    color: #333;
}
.edit-address-bts a.edit-address-submit-bt{
    background: #01397c;
    color: #fff;
    margin-right: 0;
}
textarea.order-description{
    height: 120px;
    width: 100%;
    padding: 15px;
    border:1px solid #e5e5e5;
    outline: none;
}
.checkout-page-r-item-hd{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom:1px solid #e5e5e5;
}
.checkout-page-r-item-hd h3{
    color: #333;
    font-size: 20px;
    margin: 0;
}
.order-product-top{
    display: flex;
    align-items: center;
}
.order-product-top .order-product-pic{
    position: relative;
    flex:none;
}
.order-product-top .order-product-pic span{
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ff6600;
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 2;
}
.order-product-top .order-product-pic-box{
    width: 48px;
    height: 48px;
    position: relative;
    overflow: hidden;
}
.order-product-top .order-product-pic-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.order-product-brand{
    margin-right: 0;
    margin-left: auto;
    flex:none;
}
.order-product-name{
    flex:1;
    margin: 0 10px;
}
.order-product-name h3{
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    color: #333;
}
.order-product-name span{
    font-size: 15px;
    display: block;
    margin-top: 5px;
}
.order-product-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 15px;
    color: #333;
}
.checkout-order-items li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.checkout-order-items li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.checkout-order-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-size: 24px;
    padding: 15px 0;
    border-top:1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    margin-top: 15px;
}
.checkout-order-bts{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.checkout-order-bts a{
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: calc(50% - 5px);
    border-radius: 5px;
    color: #fff;
    background: #ff6600;
    display: block;
    font-size: 17px;
    font-weight: bold;
}
.checkout-order-bts a.creat-order-bt{
    background: #01397c;
}
/*订单详情*/
.order_detail_wrap{
    width: 1000px;
    margin: 0 auto;
}
.order-metas{
    display: flex;
    padding: 20px;
    border:1px solid #ccc;
    justify-content: space-between;
}
.order-meta-item h4{
    font-size: 16px;
    color: #666;
    margin: 0;
}
.order-filter-date{
    position: relative;
}
.order-filter-date input{
    background: none;
    z-index: 2;
    position: relative;
}
.order-filter-date svg{
    position: absolute;
    right:30px;
    top:50%;
    margin-top: -8px;
    z-index: 1;
}
.order-meta-item p{
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 0;
}
.part-title{
    color: #333;
    font-size: 20px;
    margin: 24px 0 15px 0;
}
.sales-manager-text{
    font-size: 18px;
    line-height: 24px;
    color: #333;
}
.sales-manager-text strong{
    color: #01397c;
}
.review-order-detail{
    color: #01397c;
}
.review-order-detail:hover{
    text-decoration: underline;
}
.orders-filter-form{
    display: flex;
    align-items: center;
    margin-right: -15px;
    margin-bottom: 15px;
}
.order-filter-item{
    width: 20%;
    padding-right: 15px;
}
.order-filter-item input,
.order-filter-item select{
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border:1px solid #ccc;
    outline: none;
}
.order-filter-item-bts{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-filter-item-bts button,
.order-filter-item-bts a{
    width: calc(50% - 5px);
    height: 40px;
    line-height: 40px;
    color: #333;
    text-align: center;
    background: #e6e6e6;
    border:none;
    outline: none;
    cursor: pointer;
}
.order-filter-item-bts button{
    color: #fff !important;
    background: #01397c !important;
}
#filterForm{
    display: flex;
    margin-bottom: -20px;
    flex-wrap: wrap;
}
#filterForm label{
    display: block;
    width: 25%;
    margin-bottom: 20px;
}
#filterForm label input{
    cursor: pointer;
}
.products-table-actions{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}
.clear-products-filters-bt{
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    color: #fff;
    background: #01397c;
    border-radius: 3px;
}
.phone-site-search{
    margin-bottom: 15px;
    display: none;
}
.phone-site-search .searchform input{
    width: 100%;
    border:1px solid #ccc;
    height: 40px;
    line-height: 40px;
}
.phone-site-search .site-search-submit{
    width: 39px;
    height: 39px;
}
.phone-site-search .site-search-submit svg path{
    fill:#01397c !important;
}
@media (max-width: 1360px) {
    .searchform input{
        width: auto;
    }
}
@media (max-width: 1200px) {
    .erp-login-l{
        display: none;
    }
    .erp-login-r{
        width: 100%;
    }
    .site-header-right-item{
        margin-left: 24px;
    }
    .container{
        padding: 0 24px;
    }
}
@media (max-width: 1000px) {
    .erp-login-form-box{
        width: 100% !important;
    }
    .erp-login-r.erp-login-r-t .erp-login-form-box{
        width: 100%;
    }
    .erp-login-r{
        padding: 30px;
        border-radius: 0;
        height: auto;
    }
    .container{
        padding: 0 24px;
    }
    .login-site-main{
        padding-bottom: 20px;
    }
    .header-inner{
        height: 54px;
    }
    .site-logo a img{
        height: 24px;
    }
    .edit-address-bts{
        display: block;
    }
    .edit-address-bts a{
        width: 100%;
        text-align: center;
        padding: 0 14px;
        margin-right: 0;
    }
    .checkout-page-wrap{
        display: block;
    }
    .checkout-page-l{
        width: 100%;
    }
    .checkout-page-r{
        width: 100%;
        margin-top: 24px;
    }
    .checkout-page-l-item-hd{
        display: block;
    }
    .checkout-order-bts{
        display: block;
    }
    .edit-address-bts a.edit-address-submit-bt{
        margin-top: 10px;
    }
    .checkout-order-bts a{
        width: 100%;
    }
    .checkout-order-bts a.creat-order-bt{
        margin-top: 10px;
    }
    .site-header-right-item{
        margin-left: 15px;
    }
    .header-cart-bt svg, .show-user-menu-bt>svg{
        width: 30px;
    }
    .site-footer-inner{
        font-size: 14px;
    }
    .erp-login-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .login-form-title{
        font-size: 22px;
    }
    .site-search{
        display: none;
    }
    .phone-site-search{
        display: block;
    }
    .site-main {
        min-height: calc(100vh - 132px);
        padding: 24px 0;
    }
    body.page-template-customer-login .site-main{
        min-height: calc(100vh - 132px) !important;
    }
    .clear-products-filters-bt{
        width: 100%;
        text-align: center;
    }
    .cart-pop-wrap{
        width: 100%;
    }
    .tabulator{
        max-height: calc(100vh - 242px);
    }
    .user-center-l{
        display: none;
    }
    .cart-page-to-checkout-bt{
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .user-center-r{
        width: 100%;
    }
    .orders-filter-form{
        display: block;
    }
    .order-filter-item{
        width: 100%;
        margin-bottom: 10px;
    }
    .orders-filter-form .order-filter-item:last-child{
        margin-bottom: 0;
    }
    .user-center-inner{
        margin-top: 0;
    }
    .accout-page-bd .erp-login-from{
        width: 100%;
    }
    .acount-page-hd h2{
        font-size: 20px;
    }
    .acount-page-hd{
        display: block;
    }
    .edit-address-bt.add-address-bt{
        margin-top: 10px;
        text-align: center;
    }
    .checkout-address-list{
        display: block;
    }
    .checkout-address-item{
        width: 100%;
    }
    .order_detail_wrap{
        width: 100%;
    }
    .order-metas{
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .order-metas li{
        width: 50%;
        margin-bottom: 10px;
    }
    .layui-layer.product-filter-layer{
        width: calc(100% - 48px) !important;
        height: 80vh !important;
    }
    #filterForm label{
        width: 50%;
    }
    .user-sale-detail{
        display: block;
    }
    .user-sale-avatar{
        margin-right: 0px;
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
    }
    .user-sale-avatar img{
        height: auto;
    }
}