﻿* {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box;
}
em{
    font-style:normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
button {
    background: none;
    outline: none;
    cursor: pointer;
    border: 1px solid #ccc;
}
blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
    background-clip: padding-box;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bbb
}
html,body {
    font-size: 14px;
    background: #F6F6F6;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
html, body, #app {
    height:auto;
}
img {
    max-width: 100%;
    display: block;
}
a {
    text-decoration: none;
    color:#000;
    cursor:pointer;
}
a:hover{
    color:var(--main-color);
}
:focus-visible {
    outline: none;
}
iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
:root {
    --el-menu-level-padding: 30px;
}
.el-table {
    --el-table-header-bg-color: #f5f7fa !important;
}
.el-form{
    padding-top: 18px;
}
.el-upload-list__item-file-name{
    line-height:1;
}
.postionRight {
    float: right;
    margin-right: 6px !important;
}
.app-table-list{
    display:flex;
    flex-direction:column;
}
.pagination-wrap {
    display: flex;
    justify-content: end;
    padding: 4px 0;
}
.ant-btn span{
    display:flex;
    align-items:center;
}
html {
    min-width: 1400px;
}
.page-inner {
    width: 1400px;
    margin: 0 auto;
}
.top-mode1 {
    color: #20202080;
    display: flex;
    justify-content: end;
    padding: 7px 0;
}
.top-mode1 .breadcrumb a{
    font-weight:inherit;
}
.breadcrumb a:hover {
    color: var(--main-color);
}
.top-mode1-y {
    display: flex;
    align-items: center;
}
.top-mode2 {
    background: #fff;
    display: flex;
    justify-content: end;
    padding: 25px 0;
}
.top-mode2-i{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.top-mode2-i-c {
    flex: 1;
    position: relative;
    margin: 0 70px;
}
.top-mode2-i-c-input{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.top-mode2-i-c-input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.top-mode2-i-c-input:placeholder-shown {
  text-overflow: ellipsis;
}
.top-mode2-i-c-input:hover {
  border-color: var(--main-color);
  border-right-width: 1px;
}
.top-mode2-i-c-input:focus {
  border-color: var(--ant-primary-color-hover);
  box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.top-mode2-i-c-input {
    border-radius: 100px;
    padding: 4px 4px 4px 20px;
    background: rgba(246, 246, 246, 1);
    height: 44px;
}
.top-mode2-i-c-icon {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0%,-50%);
    display: flex;
    align-items: center;
    height: calc(100% - 8px);
}
.top-mode2-i-c button{
    height:100%;
}
.top-mode2-i-c-icon-search {
    color: #fff;
    border-color: var(--main-color);
    background: var(--main-color);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 100%;
    cursor:pointer;
}
.top-mode2-i-c-icon1 {
    margin-right: 10px;
}
.top-mode2-i-c-icon2 {
    
}
.top-mode2-i-r-i {
    position: relative;
}
.top-mode2-i-r{
    display:flex;
}
.top-mode2-i-r-item {
    margin-left: 30px;
    position:relative;
}
.top-mode2-i-r-item-s {
    display: inline-flex;
    align-items: center;
}
.top-mode2-i-r-item-text{
    padding-left:10px;
}
.top-mode2-i-r-item-text2 {
    font-size: 12px;
    color: rgba(32, 32, 32, 0.5);
}
.top-mode2-login-btn {
    color: #666;
    vertical-align: middle;
    font-weight: 600;
}
.top-mode2-reg-btn {
    margin-left: 32px;
    width: 120px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    opacity: .85;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    font-weight: 600;
    border-radius: 41px;
    white-space: nowrap;
}
.top-mode2-reg-btn:hover {
    color: #fff;
    background: var(--main-color);
    box-shadow: 4px 4px 20px rgba(120, 198, 43, .3);
}
.top-mode3 {
    background: var(--main-color);
    color: #fff;
    display: flex;
    justify-content: start;
    padding: 16px 0;
}
.top-mode3-i {
    display: flex;
    align-items: center;
}
.top-mode3-i-item {
    padding-right: 30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight:bold;
}
.top-mode3-i-item.on{
    color:#fff !important;
}
.page-bottom{
    background: rgba(38, 38, 38, 1);
}
.footer-menu-link .footer-menu-link-inner {
    display: flex;
    text-align: left;
    justify-content: space-between;
    padding: 36px 0 20px;
}
.footer-menu-link .footer-menu-link-inner .ds {
    color: #fff;
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}
.footer-menu-link .footer-menu-link-inner .a{
    display:block;
    color: rgba(255, 255, 255, 0.7);
}
.footer-menu-link .footer-menu-link-inner .text {
    font-size: 14px;
    margin:6px 0;
    position:relative;
    display:inline-block;
}
.footer-menu-link .footer-menu-link-inner .tel-text{
    font-weight:bold;
}
.footer-menu-link .footer-menu-link-inner .text:not(.tel-text):after{
    content:'';
    position:absolute;
    background:#fff;
    opacity:0.5;
    bottom:-3px;
    left:0;
    width:0;
    height:3px;
    transition:all 0.2s;
    border-radius:2px;
}
/*.footer-menu-link .footer-menu-link-inner .text:hover:after{
     width:100%;
}*/
.footer-menu-qr{
    max-width:10%;
}
.footer-menu-link .side-qr-wrap {
    width: 74px;
    height: 74px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid rgba(156, 156, 156, 1);
    border-radius: 3px;
    margin-top: 20px;
}
.footer-menu-link .wx-t {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
    padding-top: 8px;
    line-height: 16px;
}
.footer-bottom {
    color: #989FA6;
}
.friend-link {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.3);
    padding: 20px 0;
}
.friend-link-l {
    display: flex;
    align-items:center;
}
.footer-bottom .friend-link {
    font-size: 12px;
}
.footer-bottom .friend-link .it{
    padding: 0 30px 0 0px;
    position: relative;
    margin-right: 30px;
}
.friend-link-icon-w {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(81, 81, 81, 1);
    margin-right: 10px;
}
.footer-bottom .friend-link .a:last-child .it{
    margin-right:0;
    padding:0;
}
.footer-bottom .friend-link .a:not(:last-child) .it:after {
    content: ' ';
    width: 1px;
    top: 6px;
    height: 43%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    transform: scale(1.5);
}
.footer-bottom .copyright{
    font-size:12px;
}
.footer-bottom .a {
    color: rgba(255, 255, 255, 0.3);
    display:inline-flex;
}
.footer-bottom .a:hover,.footer-menu-link .footer-menu-link-inner .a:hover{
    color:var(--main-color);
}
.footer-menu-info{
    max-width:30%;
}
.footer-menu-info-w {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-menu-info-t {
    color: rgba(255, 255, 255, 0.3);
    padding: 20px 0;
}
.footer-menu-info-more {
    color: rgba(255, 255, 255, 0.7);
}
.footer-menu-info-more-i{
    margin-left:6px;
}
.footer-menu-info-hao {
    display: flex;
    align-items: center;
    border-top: 0.5px solid rgba(58, 58, 58, 1);
    padding: 20px 0 0;
}
.footer-menu-info-hao-icon{
    margin-right:20px;
}
.footer-bottom {
    background: rgba(41, 41, 41, 1);
}
.pagination-wrap{

}
.pagination-item {
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    outline: 0;
    cursor: pointer;
    user-select: none;
    margin-right: 8px;
}
.pagination-item:hover {
    background: #fff;
    border-color: var(--main-color);
}
.pagination-item:hover a{
    color: var(--main-color);
}
.pagination-wrap .pagination-item-active {
    font-weight: 500;
    border-color: var(--main-color);
    background: var(--main-color);
}
.pagination-wrap .pagination-item-active a{
    color:#fff;
}
.pagination-item a {
    display: block;
    padding: 0 6px;
    transition: none;
    color: #000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb {
    padding: 16px 0;
    display: flex;
    align-items: center;
    color: rgba(32, 32, 32, 0.5);
    font-weight: bold;
}
.breadcrumb-separator {
    margin: 0 8px;
    color: rgba(32, 32, 32, 0.5);
}
.breadcrumb-item:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
}
.breadcrumb a {
    color: rgba(32, 32, 32, 0.5);
    font-weight: bold;
}
.tips{
    position:relative;
    display:flex;
}
.tips-inner-wrap {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: 0;
    display: none;
    z-index: 1;
    min-width: 50px;
    white-space: nowrap;
    padding-top: 10px;
}
.tips-inner {
    margin: 0;
    padding: 10px;
    text-align: left;
    list-style-type: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2px;
    outline: none;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
   /* left: 50%;
    transform: translate(-50%, 100%);
    bottom: 0;*/
    color: #606266;
}
.tips-inner a{
    color: #606266;
}
.tips-inner a:hover{
    color: var(--main-color);
}
.tips-inner:before, .tips-inner:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " ";
    border-width: 6px;
    top: 5px;
}
.tips-inner:before { 
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    border-top-width: 0;
    border-bottom-color: #ebeef5;
}
.tips-inner:after {
    border-top-width: 0;
    border-bottom-color: #fff;
}
.tips:hover .tips-inner-wrap {
    display: block;
}
.badge-dot{

}
/*.badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
}*/
.badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #ff4d4f;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}
.badge-dot {
  z-index: auto;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: #ff4d4f;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.badge-count,
.badge-dot{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.btn {
    align-items: center;
    position: relative;
    display: inline-flex;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.85);
    border-color: #d9d9d9;
    background: #fff;
}
.btn:hover, .btn:focus {
    color: var(--main-color);
    border-color: var(--main-color);
}
.btn-plain {
    border-color: var(--main-color);
    background: var(--second-color);
}
.btn-plain:hover, .btn-plain:focus {
    color: #fff;
    border-color: var(--main-color);
    background: var(--main-color);
    background: var(--main-color);
}
.btn-primary {
    border-color: var(--main-color);
    background: var(--main-color);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    border-color: var(--main-color);
    background: var(--main-color);
}
.btn + .btn{
    margin-left:20px;
}
.shipping-method-wrap .el-radio__input {
    display: none;
}
.shipping-method-wrap .el-radio__label{
    display:flex;
    align-items:center;
}
@media screen and (max-width: 1440px) {
    html{
        min-width:auto;
    }
    .page-inner {
        width: 100%;
        padding:0 20px;
    }
   /* .products-layout-item{
        min-width:196px;
    }*/
}

/**************************element-plus 样式重载*******************************/
/*dialog弹窗自适应高度*/
.el-overlay-dialog{
    display:flex;
    flex-direction:column;
}
.el-dialog {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin: auto !important;
}
.dialog-auto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .dialog-auto{
        width: auto !important;
        height: auto !important;
        margin: auto !important;
        top: 0 !important;
    }
.el-dialog__body {
    flex: 1;
    width: 100%;
    overflow:auto;
}
.dialog-percent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dialog-percent {
    width: var(--dw) !important;
    /*max-width: 900px;*/
    height: var(--dh) !important;
    /*max-height: 600px;*/
    margin: auto !important;
    top: 0 !important;
}
/*dialog铺满边缘留空*/
.dialog-full {
    width: calc(100% - 20px) !important;
    height: calc(100% - 20px) !important;
    margin: 10px 0 0 10px !important;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dialog-full .save_box {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
}

.dialog-full .footer {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
    margin: 0 !important;
}
.el-popper {
    font-size: 14px;
}
.common-logo{
    font-size:26px;
}
.common-logo-color {
    color: var(--main-color);
}