:root {
    --EmeraldGreenColor: #3fb341;
    --ThemeBlackColor: #000000;
    --ThemeHighLightColor: #DFFF35;
    --ThemeHighLightColorNav: #E1FA6D;
    /* 翠绿色 */
}
.second_type_li_hover{
    background: var(--ThemeHighLightColorNav);
}

/* 首页 */
.home-index-recom .recommend-content__item-view-more {
    color: var(--ThemeBlackColor);
}

/* 首页Recommend For You模块 */
.NC-home__top-carousel-cont .slide .carousel-indicators li {
    border-color: #999999;
}

/* 首页轮播 */
.NC-home__top-carousel-cont .slide .carousel-indicators .active {
    border-color: #fff;
    background-color: #999999;
}
/* 隐藏Edge浏览器密码输入框的默认眼睛图标 */
input[type="password"]::-ms-reveal {
    display: none;
}

/* 隐藏Edge浏览器密码输入框的默认清除按钮 */
input[type="password"]::-ms-clear {
    display: none;
}

/* 首页轮播 */

/* 按钮 */
.btn-secondary {
    background-color: var(--ThemeBlackColor) !important;
}

/* .btn-secondary:hover {
    background-color: rgb(63 179 65 / 71%) !important;
} */

.bg-secondary {
    background-color: var(--ThemeBlackColor) !important;
}

/* .bg-secondary:hover {
    background-color: rgb(63 179 65 / 71%) !important;
} */

/* 弹窗 */
.modal-dialog-nc .product-info__attr-value.active::before {
    border-color: var(--ThemeBlackColor);
}

.modal-dialog-nc .product-thumbnail-left .lazyload-before-image.active::before {
    border-color: var(--ThemeBlackColor);
}

/*产品详情页*/
.product-view-page .product-info__attr-value.active::before {
    border-color: var(--ThemeBlackColor);
}

.product-view-page .product-thumbnail-left .lazyload-before-image.active::before {
    border-color: var(--ThemeBlackColor);
}
.product-thumbnail-left .lazyload-before-image.active::after{
    content:'';
    position:absolute;
    top:1px;
    left:1px;
    right:1px;
    bottom:1px;
    border:2PX solid #fff;
    z-index:1;
}

.product-review__progress-bar-box .product-review__progress-bar {
    background-color: #FA6900;
    border-radius: calc(20rem / 85);
}

.product-review__progress-bar-box.bg-grey-light-1 {
    background-color: #E3E3E3;
    border-radius: calc(20rem / 85);
}

/* 更改弹窗层级 */
.modal-backdrop {
    z-index: 100000 !important;
}

.modal {
    z-index: 100001 !important;
}

.product-quick-buy {
    color: var(--ThemeBlackColor) !important;
}

/* 分页 */
.page-item.active .page-link {
    background-color: var(--ThemeBlackColor) !important;
}

.page-link:hover {
    border-color: var(--ThemeBlackColor) !important;
}

/* 错误/成功吐司 公共样式*/
.error-toast,
.success-toast {
    z-index: 100002;
    opacity: 1;
}
.error-toast .toast-icon {
    font-family: 'nc-icon';
    font-style: normal;
    color: #f56c6c;
}

.success-toast .toast-icon {
    font-family: 'nc-icon-2';
    font-style: normal;
    color: #67c23a;
}

.error-toast .toast-icon::before {
    content: "\e6d5";
}

.success-toast .toast-icon::before {
    content: "\e6c2";
}
/* 错误/成功吐司 类型1*/
.error-toast .nc-toast-container {
    background-color: #fef0f0;
    border-color: #fde2e2;
    border: 1px solid;
    color: #f56c6c;
    padding: 10px;
    border-radius: 10px;
    max-width: 380px;
    z-index: 100003;
}
.success-toast .nc-toast-container {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    border: 1px solid;
    color: #67c23a;
    padding: 10px;
    border-radius: 10px;
    max-width: 380px;
    z-index: 100003;
}
/* 错误/成功吐司 类型2 */
.nc-toast-type-2{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(34,34,34,.2);
    z-index: 400000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nc-toast-type-2 .toast-icon {
    font-size: 30px;
}
.nc-toast-type-2 .nc-toast-type-2-container {
    background: #fff;
    padding: 20px 30px;
    text-align: center;
    max-width: 380px;
}

/* 普通吐司类型3 */
.nc-toast-type-3 {
 position: fixed;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 background: transparent;
 z-index: 400000;
 display: flex;
 align-items: center;
 justify-content: center;
 pointer-events: none;
}

.nc-toast-type-3 .nc-toast-type-3-container {
 background: rgba(0,0,0,0.75);
 border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
 padding: 0.18rem 0.19rem;
 pointer-events: auto;
}

.nc-toast-type-3 .nc-toast-type-3-container .nc-toast-text {
 font-size: 0.19rem;
 color: #FFFFFF;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield !important;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.prouduct-detail-review-modal .modal-content .modal-body {
    max-height: 80vh;
    overflow: auto;
}

.modal .modal-content .modal-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.modal .modal-content .modal-body::-webkit-scrollbar-track {
    background: #f7f8fa;
    border-radius: 3px;
}

.modal .modal-content .modal-body::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 3px;
}

.review-filter-dropdown {
    height: calc(36rem / 85);
}

.reviews-filter .review-filter-dropdown:not(:first-child) {
    margin-left: calc(50rem / 85);
}

.review-filter-label {
    font-size: 14px;
    color: #222;
    margin-right: 6px;
}

.review-filter-dropdown .active a {
    color: #e30057
}

.review-filter-dropdown:hover .btn {
    /* box-shadow:0px 0px 5px rgba(0,0,0,0.16); */
}

.review-filter-dropdown:hover .nc-icon-angle-down {
    transform: rotate(180deg)
}

.review-filter-dropdown .nc-icon-success-solid {
    display: none
}

.review-filter-dropdown .selected .nc-icon-success-solid {
    display: block
}
.review-filter-dropdown .dropdown-item:hover {
    background: #ffff;
    color: #000000;
}

.review-filter-dropdown .dropdown-item.selected {
    background: #1E90FF;
    color: #fff;
}

.review-filter-dropdown .dropdown-menu {
    min-width: 100%;
    border: 1px solid #999999;
    border-top: 0;
    padding: 0 0 calc(18rem / 85) 0;
}

.review-filter-dropdown .dropdown-menu li {
    padding: 0 calc(10rem / 85);
    height: calc(24rem/ 85);
    line-height: calc(24rem / 85);
    font-size: calc(16rem / 85);
}

.review-filter-dropdown .dropdown-item {
    display: flex;
    color:#000000;
}



.review-filter-dropdown .btn {
    padding: 0 calc(10rem / 85);
    min-width: calc(156rem / 85);
    position: relative;
    z-index: 5;
    background: #fff;
    height: calc(36rem / 85);
    line-height: calc(36rem / 85);
    border: 1px solid #999999;
}

.review-filter-dropdown.show .nc-icon-angle-down {
    transform: rotate(180deg)
}

.product-item-view-more .product-item-more {
    justify-content: flex-start !important
}

/* .review-filter-dropdown:hover .dropdown-menu { 
    display:block;
    z-index:4
} */


/* image_carousel--start */
.image_carousel_wrapper .big_image-box .prev-btn {
    position: absolute;
    width: 50%;
    height: 5rem;
    left: 0;
    top: 0;
    cursor: url('../images/icons/favicon-prev.ico'), auto;
}

.image_carousel_wrapper .big_image-box .next-btn {
    position: absolute;
    width: 50%;
    height: 5rem;
    right: 0;
    top: 0;
    cursor: url('../images/icons/favicon-next.ico'), auto;
}

.image_carousel_wrapper .big_image-box .prev-btn.swiper-button-prev:after,
.image_carousel_wrapper .big_image-box .next-btn.swiper-button-next:after {
    content: unset;
}

.page-new-container .page-link:hover {
    border: 1px solid;
}

/* image_carousel--end */

/* new-filter--start */
.new-filter-dropdown {
    height: 30px;
}

.news-filter .new-filter-dropdown:not(:first-child) {
    margin-left: 15px;
}

.new-filter-label {
    font-size: 14px;
    color: #222;
}

.new-filter-dropdown .active a {
    color: #e30057
}

.new-filter-dropdown:hover .nc-icon-angle-down {
    transform: rotate(180deg)
}

.new-filter-dropdown:hover .dropdown-menu {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.16);
    border-top: 1px solid #e6e6e6;
}

.new-filter-dropdown .nc-icon-success-solid {
    display: none
}

.new-filter-dropdown .selected .nc-icon-success-solid {
    display: block
}

.new-filter-dropdown .selected {
    font-weight: bold;
}

.new-filter-dropdown .dropdown-menu {
    min-width: 100%;
}

.new-filter-dropdown .dropdown-menu li {
    padding: 0.07rem 0.15rem;
}

.new-filter-dropdown .dropdown-item {
    display: flex
}

.new-filter-dropdown .dropdown-item:hover {
    font-weight: bold;
    background: #f7f7f7;
    color: #333
}

.new-filter-dropdown .btn {
    padding: 3px;
    min-width: 1.65rem;
    position: relative;
    z-index: 5;
    background: #fff;
    height: 30px;
}

.new-filter-dropdown.show .nc-icon-angle-down {
    transform: rotate(180deg)
}

/* .new-filter-dropdown:hover .dropdown-menu { 
    display:block;
    z-index:4
} */
/* new-filter--end */

/* measure-image-box--start */
.measure-image-box {
    height: 200px;
    overflow: hidden;
}

.measure-image-box img {
    height: 100%;
    object-fit: contain;
}

/* measure-image-box--end */

/* measurements-tabs--start */
.Measurements-tabs-content-box {
    margin-top: 10px;
}

.Measurements-tabs-content-box .Measurements-tab-content {
    display: none;
}

.Measurements-tabs-content-box .Measurements-tab-content.active {
    display: unset;
}

.measurements-table-note {
    color: #999999;
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
}

/* measurements-tabs--end */

/* size-guide-table--start */
.size-table {
    /* max-width: 520px; */
    overflow: auto;
    padding-bottom: 1px;
}

.size-table table {
    min-width: 100%;
}

.size_guide_d .size-table {
    max-width: unset;
}

.size_guide_d .size-table table {
    min-width: 100%;
}

.size-table .size-table-tr {
    text-align: center;
}

.size-table .size-table-tr td {
    border: 1px solid #e5e5e5;
    padding: 0 4px;
    min-width: 85px;
    height: 38px;
    color: #222;
    white-space: nowrap;
}

.size-table .size-table-tr:first-child td,
.size-table .size-table-tr td:first-child {
    table-layout: fixed;
    font-weight: 700;
}
.size-table .size-filter-items-box {
    margin-bottom: 10px;
}
.size-table .size-filter-items-box .size-filter-item {
    text-align: center;
    min-width: 48px;
    background-color: #fff;
    border: 1px solid #222;
    cursor: pointer;
    padding: 0 10px;
    border-left: 0px;
    line-height: 28px;
}
.size-table .size-filter-items-box .size-filter-item:first-child {
    border-left: 1px solid #222;
}
.size-table .size-filter-items-box .size-filter-item.active {
    background-color: #222;
    color: #fff;
    pointer-events: none;
}
.size-table-empty {
    font-size: 16px;
    margin: 20px 0;
}

/* size-guide-table--end */

/* size-guide-ruler--start */
.size-guide-ruler-box .ruler-label {
    font-weight: 700;
    color: #222;
    text-align: left;
    font-size: 18px;
}

.size-guide-ruler-box .ruler-body {
    border-top: 1px solid #222;
    margin-top: 15px;
    margin-bottom: 22px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.size-guide-ruler-box .ruler-body div {
    position: relative;
}

.size-guide-ruler-box .ruler-body .ruler-mark {
    display: block;
    width: 1px;
    height: 6px;
    top: 0;
    background: #222;
}

.size-guide-ruler-box .ruler-body .ruler-mark.on {
    height: 0;
}

.size-guide-ruler-box .ruler-body .ruler-mark.p_last .mark-active {
    left: -14px;
}

.size-guide-ruler-box .ruler-body .ruler-mark.p_center .mark-active {
    left: -7px;
}

.size-guide-ruler-box .ruler-body .ruler-mark .mark-active {
    border-color: #222 transparent transparent;
    border-style: solid;
    border-width: 12px 7px 0;
}

.size-guide-ruler-box .ruler-body .ruler-mark .mark-label {
    text-align: right;
    top: 17px;
    position: absolute;
    white-space: nowrap;
    color: #666;
    font-size: 12px;
}

.size-guide-ruler-box .ruler-body .ruler-mark.p_center .mark-label {
    left: 50%;
    transform: translateX(-50%);
}

.size-guide-ruler-box .ruler-body .ruler-mark.p_last .mark-label {
    right: 0;
}

/* size-guide-ruler--end */

/* product-measurement-filter--start */
.filter-wrapper {
    display: flex;
    margin-bottom: 10px;
}

.filter-wrapper.filter-bg {
    background: #f7f6f7;
    padding: 20px 15px;
}

.filter-name {
    flex: 1;
    text-align: left;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.filter-wrapper .unit-filter-box {
    display: flex;
    margin-right: 10px;
}

.filter-wrapper .unit-filter-box .unit:first-child {
    border-left: 1px solid #222;
}

.filter-wrapper .unit-filter-box .unit {
    text-align: center;
    min-width: 48px;
    background-color: #fff;
    border: 1px solid #222;
    cursor: pointer;
    padding: 0 10px;
    border-left: 0px;
    line-height: 28px;
}

.filter-wrapper .unit-filter-box .unit.active {
    background-color: #222;
    color: #fff;
    pointer-events: none;
}

/* product-measurement-filter--end */

.has-size-guide-table-modal .size-table {
    max-width: unset;
}

.has-size-guide-table-modal table {
    width: 100%;
}



/* 弹窗关闭按钮 */
.modal .close .nc-icon {
    font-size: 20px;
}

.modal .modal-header .close {
    padding: calc(20vw / 19.20);
    line-height: 1;
    opacity: 1;
}

.cate-filters-item a {
    display: inline-block;
}

/* .mCustomScrollBox::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.mCustomScrollBox::-webkit-scrollbar-track {
    background: #f7f8fa;
    border-radius: 3px;
}

.mCustomScrollBox::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 3px;
} */

.product-info__add-wishlist {
    line-height: 1 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.product-info__add-cart-btn-container {
    height: 100%;
}

.product-info__add-cart-btn {
    height: 100% !important;
}

.header-bag-list-container-js {
    padding-top: calc(10rem / 85);
}
.header-bag-list-container-js .not-active_product_item .header-bag__list-item__img-container,
.header-bag-list-container-js .not-active_product_item .header-bag__list-item__info{
    opacity: 0.4;
}
.header-bag__list-item-not-active-status{
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
    background: #999999eb;
    padding: 2px 10px;
    color: #fff;
}
/* 优惠券样式 */

.coupon-item {
    width: 4.78rem;
    min-height: 120px;
    background-color: #FCF2F4;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.6rem;
}

.coupon-item.gray-coupon {
    opacity: 0.5;
}

.coupon-item:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
    display: block;
    background-color: #e30057;
    height: 2px;
}

.gray-coupon.coupon-item:after {
    background-color: #6b6b6b;
}

.gray-coupon.coupon-item .gray-btn {
    padding: 0 9px;
    background: #666666;
    color: #cccccc;
    line-height: 1.5;
}

.coupon-item .red-bg-btn {
    padding: 0 9px;
    background: #e30057;
    color: #ffffff;
    line-height: 1.5;
    position: relative;
}

.coupon-item .white-bg-btn {
    padding: 0 9px;
    background: #ffffff;
    color: #e30057;
    line-height: 1.5;
}

.coupon-item .white-bg-btn.Got {
    cursor: auto;
}

.coupon-item .use-it-btn.Available {
    background: unset;
    cursor: unset;
    pointer-events: none;
}

.coupon-item .head {
    padding: 10px 15px;
    color: #e30057;
    box-sizing: border-box;
    width: 100%;
    flex: 1;
}

.gray-coupon.coupon-item .head {
    color: #6b6b6b;
}

.coupon-item .head .head-left .coupon-item-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
}

.coupon-item .body {
    padding: 0 15px 10px;
    font-size: 12px;
    color: #666666;
    box-sizing: border-box;
    width: 100%;
}

.coupon-item .body a {
    font-size: 12px;
    color: #666666;
    text-decoration: underline;
    display: inline-block;
}

.coupon-item .body div {
    position: relative;
    padding-left: 10px;
}

.coupon-item .body div:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #666666;
    left: 0;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    top: 50%;
    transform: scale(.5) translateY(-50%);
}

.coupon-item .coupon-new-middle .middle-edge {
    height: 16px;
    width: 8px;
    position: relative;
}

.coupon-item .coupon-new-middle .middle-edge .edge-circle {
    position: absolute;
    right: 0;
    width: 16px;
    bottom: 0px;
    top: 0px;
    background: #fff;
    border-radius: 50%;
}

.coupon-item .coupon-new-middle .middle-edge:last-child .edge-circle {
    left: 0px;
}

.coupon-item .coupon-new-middle .middle-center {
    height: 16px;
    flex: 1;
}

.coupon-item .coupon-new-middle .middle-center div {
    width: 100%;
    height: 2px;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-image: linear-gradient(90deg, #fff 0, #fff 50%, transparent 0);
}

/* 获取更多优惠券弹窗 */
.shopcart-more-coupon-dialog .modal-dialog-nc {
    max-width: 10rem;
}

.shopcart-more-coupon-dialog-content .coupon-item {
    width: calc(100% - 8px);
    height: unset;
    min-height: 120px;
    border: 0px;
    background-color: #FCF2F4;
}

.shopcart-more-coupon-dialog-content .coupon-item:nth-of-type(3n-1) {
    margin-left: unset;
    margin-right: unset;
}

.shopcart-more-coupon-dialog-content .coupon-wrapper {
    max-height: 5.5rem;
    overflow: auto;
    padding: 2px;
}
.coupon-lists-fixed-modal-box {
    position: fixed;
    right: 0;
    transition: transform .2s, -webkit-transform .2s;
    bottom: max(1.6rem, 100px);
    z-index: 15;
}

.coupon-lists-fixed-modal-box.closure {
    transform: translateX(400px);
}

.coupon-lists-fixed-modal-box .coupon-lists-fixed-modal-wrapper {
    margin-bottom: 50px;
    background: #000000;
    color: #ffffff;
    display: flex;
}

.coupon-lists-fixed-modal-box .coupon-lists-fixed-modal-wrapper .left-bar-box {
    position: relative;
    text-align: center;

}

.coupon-lists-fixed-modal-box .coupon-lists-fixed-modal-wrapper .left-bar-box .icon-box {
    width: 0.4rem;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
}

.coupon-lists-fixed-modal-box.closure .coupon-lists-fixed-modal-wrapper .left-bar-box .icon-box {
    transform: rotate(180deg);
}

.coupon-lists-fixed-modal-box .coupon-lists-fixed-modal-wrapper .left-bar-box .icon-box .open-close-icon:before {
    content: '\E758';
}

.coupon-lists-fixed-modal-box .coupon-lists-fixed-modal-wrapper .left-bar-box .coupon-modal-title {
    position: absolute;
    top: calc(50% - 2px);
    font-weight: bold;
    left: 50%;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: max(0.4rem, 30px);
    min-height: 30px;
    height: 0.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: left;
    transform: translate(-50%, 0) rotate(-90deg);
}

.coupon-lists-fixed-modal-box .coupon-lists-fixed-modal-wrapper .right-content-box {
    width: 400px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-right: 0;
}

.coupon-lists-fixed-modal-box .coupon-lists-fixed-modal-wrapper .right-content-box .coupon-wrapper {
    overflow: auto;
    margin-top: -1px;
    margin-left: -1px;
    height: 210px;
}

.coupon-lists-fixed-modal-box .coupon-item {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}

.coupon-lists-fixed-modal-box .coupon-item:after {
    left: 0;
    right: 0;
}

.coupon-lists-fixed-modal-box .coupon-empty-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #333333;
}
.coupon-lists-fixed-modal-box .coupon-empty-box img {
    height: 180px;
}

._disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

._disabled div {
    pointer-events: none;
}

._disabled button {
    pointer-events: none;
    cursor: not-allowed !important;
}
._disabled.not_pointer_events {
    pointer-events: none !important;
}

.flex-1 {
    flex: 1;
}

/* has-header-table--start */
.has-header-table table {
    min-width: 100%;
}

.has-header-table table tr {
    text-align: center;
}

.has-header-table table tr td {
    border: 1px solid #e5e5e5;
    padding: 0 4px;
    min-width: 85px;
    height: 38px;
    color: #222;
    white-space: nowrap;
}

.has-header-table table tr:first-child {
    background: #f7f4f8;
}

.has-header-table table tr:first-child td {
    table-layout: fixed;
    font-weight: 700;
}

/* has-header-table --end */
.add-points-tips {
    position: absolute;
    right: -62px;
    color: #fa6338;
    scale: 1;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.nc-icon-question-mark {
    font-size: 13px;
    position: relative;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    margin-left: 3px;
}

.nc-icon-question-mark .question-mark-hover-content {
    position: absolute;
    left: -125px;
    top: 26px;
    width: 260px;
    border-radius: 5px;
    background: #fff;
    color: #666666;
    font-size: 12px;
    padding: 10px;
    box-shadow: 0px 2px 16px 4px rgb(0 0 0 / 16%);
    z-index: 1;
    display: none;
}

.nc-icon-question-mark .question-mark-hover-content:before {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border: 5.25px solid #fff;
    transform: rotate(45deg);
}

.nc-icon-question-mark-box:hover .question-mark-hover-content {
    display: unset;
}

.text-ellipsis.text-ellipsis-line-clamp {
    display: -webkit-box !important;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.word-break-word {
    word-break: break-word;
}

.review-img-modal .review-img-modal-text-js {
    max-height: 60vh;
    overflow: auto;
}

.review-img-modal .review-img-modal-text-js::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.review-img-modal .review-img-modal-text-js::-webkit-scrollbar-track {
    background: #f7f8fa;
    border-radius: 3px;
}

.review-img-modal .review-img-modal-text-js::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 3px;
}

.qv-product-attributes-box {
    /* max-height: 2.907361rem; */
    /* max-height: 400px; */
    /* overflow: hidden; */
    /* overflow-y: auto; */
}

.beautify-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.beautify-scrollbar::-webkit-scrollbar-track {
    background: #f7f8fa;
    border-radius: 3px;
}

.beautify-scrollbar::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 3px;
}

.view-full-details-box {
    position: absolute;
    right: 0.34rem;
    bottom: calc(28vw / 19.20);
    text-transform: capitalize;
}
.view-full-details-box a {
    
    color: #0071E3;
}

.password-eye-icon {
    position: absolute;
    right: 16px;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    background: url('../images/icons/eye-close.png') no-repeat 50%/cover;
    top: 50%;
    transform: translateY(-50%);
}

.password-eye-icon.close {
    background: url('../images/icons/eye-open.png') no-repeat 50%/cover;
}
.eye-icon-black {
    width: calc(24rem / 85);
    height: calc(24rem / 85);
    display: block;
    cursor: pointer;
    background: url('../images/icons/eye-open-black.png') no-repeat 50%/cover;
}

.eye-icon-black.close_eye {
    background: url('../images/icons/eye-close-black.png') no-repeat 50%/cover;
}

input.password-eye-input {
    padding-right: 40px;
}

.carousel-inner {
    max-width: 1920px;
    margin: auto;
}

/* c-data-tip 使用c-data-tip来实现title的效果 start */
[c-data-tip] {
    position: relative;
    display: inline-block;
}

[c-data-tip]::before,
[c-data-tip]::after {
    position: absolute;
    visibility: visible;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: .2s;
}

[c-data-tip]::before {
    content: '';
    /* 通过border来设置三角形 */
    border: 5px solid transparent;
    /* 通过这个来设置三角形的直角的方向 */
    border-top-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
    left: 50%;
    z-index: 3;
    margin-bottom: -3px;
}

[c-data-tip]::after {
    content: attr(c-data-tip);
    background: #ffffff;
    font: 12px Microsoft YaHei;
    color: #333333;
    padding: 4px 8px;
    border-radius: 2px;
    box-shadow: 0px 2px 8px 4px rgb(0 0 0 / 5%);
    bottom: 100%;
    width: auto;
    min-width: 100%;
    white-space: pre-wrap;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 7px;
}

[c-data-tip]:hover::before,
[c-data-tip]:hover::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

[c-data-tip=""]::before,
[c-data-tip=""]::after {
    display: none !important;
}
/* c-data-tip end */


input:disabled,
select:disabled,
input:read-only {
    background-color: #f5f7fa;
    color: #c0c4cc;
}
input:disabled:hover,
select:disabled:hover,
input:read-only:hover,
input:disabled:focus,
select:disabled:focus,
input:read-only:focus {
    border: 1px solid #dddddd;
}


.global_loading-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(34,34,34,.2);
    z-index: 400000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.la-ball-pulse-box div {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background-color: #222222;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    -webkit-animation: ball-pulse 1s ease infinite;
    animation: ball-pulse 1s ease infinite;
}
.la-ball-pulse-box>div:nth-child(1) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
}
.la-ball-pulse-box>div:nth-child(2) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
}
.la-ball-pulse-box>div:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@keyframes ball-pulse {
    0%, 100%, 60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(.01);
        transform: scale(.01);
        opacity: .1;
    }
}

.btn-quantity:hover .nc-icon {
    color: #ffffff;
}

.hidden-scroll-y {
    overflow-y: hidden !important;
}
.text-line-through-and-gray {
    text-decoration: line-through;
    color: #999999 !important;
    font-weight: 100 !important;
}

.header-nav__list li.header-nav__item.header-nav-item-js {
    height: 100%;
    line-height: 32px;
}
.vip-bg {
    background: url('../images/icons/vip_bg.png') no-repeat 50%/cover;
    background-color: #fff0e8;
    color: #873c00;
    line-height: 1;
}
.vip-bg .vip-tips {
    color: #C44A01;
}
.vip-line {
    width: 1px;
    height: 12px;
    background: #873c00;
    margin: 0 8px;
    opacity: 0.2;
}
.user-is-vip {
    padding: calc(6rem / 85);
    color: #a98266;
    background-color: #fff0e8;
}
.user-is-vip .vip-line {
    opacity: 1;
}
.vip-product-tag{
    background: #fff0e8;
    padding: 0 3px;
    font-size: 12px;
    color: #873c00;
}
.vip-discount {
    background: #873c00;
    color: #FFE2D3;
    padding: 0 3px;
    font-size: 12px;
}
.renew-tips__txt_bg {
    background-image: url("../images/icons/renew_discount_bg.png");
}
.vip-card-wrapper {
    background-image: url("../images/icons/pannel-bg-no_prime.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.home-index-recom .recom-item, .home-index-recom .art {
    overflow: hidden;
    width: 2.25rem;
}
.home-index-recom .recom-item {
    background-color: transparent;
    position: relative;
}

.home-index-recom ._recommend_product_swiper .recom-item, .home-index-recom ._recommend_product_swiper .art {
    width: 100%;
}
/* _swiper-button-type-1 */
._swiper-button-type-1 .swiper-button-next:after, ._swiper-button-type-1 .swiper-button-prev:after {
    content: '';
}
._swiper-button-type-1 .swiper-button-next, ._swiper-button-type-1 .swiper-rtl .swiper-button-prev {
    right: calc(20rem / 85);
}
._swiper-button-type-1 .swiper-button-prev, ._swiper-button-type-1 .swiper-rtl .swiper-button-next {
    left: calc(20rem / 85);
}
._swiper-button-type-1 .swiper-button-next,._swiper-button-type-1 .swiper-button-prev {
    width: calc(20rem / 85);
    height: calc(34rem / 85);
}
._swiper-button-type-1 .swiper-button-next.swiper-button-disabled, ._swiper-button-type-1 .swiper-button-prev.swiper-button-disabled {
    display: none;
}

/* _swiper-button-type-2 */
._swiper-button-type-2 .swiper-button-next:after, ._swiper-button-type-2 .swiper-button-prev:after {
    content: '';
}
._swiper-button-type-2 .swiper-button-next, ._swiper-button-type-2 .swiper-rtl .swiper-button-prev{
    width: 50vw;
    right: 0;
    top: 0;
    bottom: 0;
    height: unset;
    margin-top: 0;
    cursor: url('../images/icons/favicon-next.ico'), auto;
}
._swiper-button-type-2 .swiper-button-prev, ._swiper-button-type-2 .swiper-rtl .swiper-button-next {
    width: 50vw;
    left: 0;
    top: 0;
    bottom: 0;
    height: unset;
    margin-top: 0;
    cursor: url('../images/icons/favicon-prev.ico'), auto;
}
._recommend_product_swiper .swiper-button-next,._recommend_product_swiper .swiper-button-prev {
    top: 43%;
}
._recommend_product_swiper.swiper {
    width: 100%;
}
.product-item__pic {
    height: auto !important;
}

.proPrice.recommend-price .price.vip-page-member-price {
    display: none;
}

.viewImageSwiper .swiper-button-next:after, 
.viewImageSwiper .swiper-rtl .swiper-button-prev:after {
    content: ''
}
.viewImageSwiper .swiper-button-prev:after,
.viewImageSwiper .swiper-rtl .swiper-button-next:after {
    content: ''
}
.viewImageSwiper .swiper-button-next, 
.viewImageSwiper .swiper-rtl .swiper-button-prev {
    left: 0px;
    right: 0px;
    width: unset;
    top: unset;
    bottom: 0;
    height: unset;
}
.viewImageSwiper .swiper-button-prev, 
.viewImageSwiper  .swiper-rtl .swiper-button-next {
    left: 0px;
    right: 0px;
    width: unset;
    top: 0;
    margin-top: unset;
    height: unset;
}
.viewImageSwiper .swiper-button-next,
.viewImageSwiper .swiper-button-prev {
    color: #333;
}
.col-main.article-cms {
    padding: 0.64rem 0;
}
.col-main.article-cms .article-cms-title {
    font-size: min(0.5rem,32px);
    text-align: center;
    margin-bottom: 0.32rem;
}

.quick-view-price .product-price-container-js {
    padding: 6px;
}

#tidio-chat-iframe {
    inset: auto calc(90rem / 85) 35px auto !important;
}
.span_click {
    cursor: pointer;
}
.my-center-left-menu {
    max-width: 3rem !important;
}
.article-cms ul {
    list-style: unset;
    padding: 0 15px;
}

/* 产品列表item--start */
.product_list_item_box.product-item {
    width: 100%;
    overflow: hidden;
    font-size: calc(16rem / 85);
    text-align: left;
    position: relative;
}
.product_list_item_box.product-item .product-item-img-box {
    position: relative;
}
.product_list_item_box.product-item .product_discount_tag{
    position: absolute;
    left: 0;
    top: 0;
}
.product_list_item_box.product-item .product_discount_tag .discount_tag{
    width: .8471rem;
}
.product_list_item_box.product-item .product_discount_tag .discount_text{
    font-size: .2353rem;
    position: absolute;
    left: calc(50% - .0294rem);
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.product_list_item_box.product-item .product_discount_tag .discount_unit{
    font-size: .1882rem;
}
.product_list_item_box.product-item .product-item-processs,
.category_product .product-item-processs,
.home_item.recom-item .product-item-processs{
    display: flex;
    align-items: flex-end;
    margin-top: .1882rem;
}
.product_list_item_box.product-item .product-item-processs .flash_icon,
.category_product .product-item-processs .flash_icon,
.home_item.recom-item .product-item-processs .flash_icon{
    width: .2353rem;
}
.product_list_item_box.product-item .product-item-processs .processs_wrapper,
.category_product .product-item-processs .processs_wrapper,
.home_item.recom-item .product-item-processs .processs_wrapper{
    flex: 1;
    margin-left: .0588rem;
}
.product_list_item_box.product-item .product-item-processs .process_text,
.category_product .product-item-processs .process_text,
.home_item.recom-item .product-item-processs .process_text{
    font-size: .1647rem;
    color: #FF5C00;
    font-weight: 600;
    line-height: .2118rem;
}
.product_list_item_box.product-item .product-item-processs .processs_bg,
.category_product .product-item-processs .processs_bg,
.home_item.recom-item .product-item-processs .processs_bg{
    height: .0588rem;
    background-color: #eee;
}
.product_list_item_box.product-item .product-item-processs .process_value,
.category_product .product-item-processs .process_value,
.home_item.recom-item .product-item-processs .process_value{
    height: .0588rem;
    max-width: 100%;
    background: linear-gradient( 90deg, #FF5C00, #FFA80A);
}
.product_list_item_box.product-item .product-item-name {
    color: #333333;
    padding: 0.1765rem 0 0.0941rem;
}
.product_list_item_box.product-item .product-item-price .special-price{
    color: #FF5C00;
    margin-right: calc(9rem / 85);
}
/* 产品列表item--end */
.quick-view-hover-box:hover .product-quick-buy {
    opacity: .8;
    z-index: 2;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: unset !important;
}

input.dui-radio[type="radio"]+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999999;
    margin-right: 10px;
    box-sizing: border-box;
}

input.dui-radio[type="radio"]:checked+label::before {
    background-color: #000;
    background-clip: content-box;
    border: 2px solid #000;
    padding: 2px;
    box-sizing: border-box;
}
input.dui-radio[type="radio"]:disabled+label::before {
    background-color: #e6e6e6;
    background-clip: content-box;
    border: 1px solid #999999;
    padding: 0px;
    box-sizing: border-box;
}
input.dui-radio[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

/* 通用按钮 */
.dr-btn-1 {
    min-width: calc(144rem / 85);
    height: calc(44rem / 85);
    line-height: calc(42rem / 85);
    padding: 0 calc(20rem / 85);
    font-size: calc(16rem / 85);
    display: inline-block;
}
.dr-btn-black {
    background: #000000;
    color: #fff;
}
._product-recom-title {
    font-size: calc(24rem / 85);
    color: #000000;
    margin-bottom: calc(26rem / 85);
}
.quick-view-price {
    margin-right: calc(10rem / 85);
}
.container-min {
    max-width: calc(1221px + 3rem);
    min-width: 920PX;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.border-bottom-light-gray {
    border-bottom:1px solid #F0F0F0;
}
.modal .common-modal-dialog-nc-wrapper {
    width: calc(1427vw / 19.20);
    max-width: unset;
}

.product-view-Measurements-tabs-box .Measurements-tabs-box {
    display: flex;
    margin-top: 20px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }
  .product-view-Measurements-tabs-box .Measurements-tabs-box .Measurements-tab {
    margin-right: 20px;
    padding-bottom: 5px;
    position: relative;
  }
  .product-view-Measurements-tabs-box .Measurements-tabs-box .Measurements-tab .Measurements-tab-label {
    padding-bottom: 0px;
    color: #1A1A1A;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
  }
  .product-view-Measurements-tabs-box .Measurements-tabs-box .Measurements-tab.active:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    background-color: #e30057;
    height: 2px;
  }
  .product-view-Measurements-tabs-box .Measurements-tabs-box .Measurements-tab.active .Measurements-tab-label {
    color: #e30057;
  }
  .product-view-Measurements-tabs-box .Measurements-tabs-box .Measurements-tab:hover .Measurements-tab-label {
    color: #e30057;
    padding-bottom: 0px;
  }

._dialog-wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100002;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
._dialog-wrapper ._dialog-content-box {
    position: relative;
    background-color: #fff;
    border: 1px solid #888;
    width: calc(1427vw / 19.20);
    z-index: 1001;
}
._dialog-wrapper ._dialog-content-box ._dialog_main-box {
    padding: 0 0.34rem calc(52vw / 19.20) 0.34rem;
    max-height: 80vh;
    overflow-y: auto;
}
._dialog-wrapper ._dialog-content-box ._dialog_main-box::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

._dialog-wrapper ._dialog-content-box ._dialog_main-box::-webkit-scrollbar-track {
    background: #f7f8fa;
    border-radius: 3px;
}

._dialog-wrapper ._dialog-content-box ._dialog_main-box::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 3px;
}
._dialog-wrapper ._dialog-content-box .header{
    display: flex;
    justify-content: end;
    padding: calc(20vw / 19.20);
    /* padding-bottom: 0; */
}
.dialog-img-close {
    width: calc(26vw / 19.20);
    height: calc(26vw / 19.20);
    background-image: url('../images/icons/dialog-close-icon.png');
    background-size: cover;
    background-position: center;
    cursor: pointer;
    display: inline-block;
}
.dialog-img-close.nc-icon-close-two-16:before{
    content: '';
}
.award-point-tip-box {
    font-size: calc(16rem / 85);
    margin-top: calc(8rem / 85);
  }
.expected-get-points{
color:#D90452;
margin:0 5px;
}
.vip-icon-img {
    width: calc(16rem / 85);
}
.vip-member-price {
    color: #873c00;
    margin: 0 4px;
}
.vip-member-discount_off,.special-price-discount_off{
    position: absolute;
    top: calc(8rem / 85);
    left: 0;
    background:#ffe3d4;
    color: #825a3d;
    font-size: calc(12rem / 85);
    padding: calc(4rem / 85) calc(8rem / 85);
    line-height: 1;
}
.special-price-discount_off{
    background:#222;
    color: #fff;
}
/* min购物车 */
.min-cart-product-item-checkbox {
    margin-right: 4px;
    height: calc(120rem / 85);
}

.min-cart-bag_list_item-box .header-bag__list-item__info {
    /* width: calc(290rem / 85 - 20px - 0.12rem); */
    flex: 1;
    width: 0;
    max-width: unset;
}
.min-cart-bag_list_item-box .header-bag__list-item__title {
    margin-right: 0;
}
del {
    color:#999999 !important;
}
/* checkbox */
.dui-checkbox {
    width: 16px;
    height: 16px;
    background-image:url('../images/check-box-bg-black.png');
    background-repeat: no-repeat;
    background-position: -46PX -46PX;
    background-size: 72PX;
}
.dui-checkbox:hover {
    background-position: -46PX -10PX;
}
.dui-checkbox.checked {
    background-position: -10PX -46PX;
}
/* 按钮 */
.dui-primary-btn {
    height: calc(54rem / 85);
    width: 100%;
    line-height: calc(54rem / 85);
    background-color: var(--ThemeBlackColor);
    color: #fff;
    text-align: center;
    padding: 0 calc(10rem / 85);
    cursor: pointer;
    font-family: "Jost-Bold";
    font-weight: bold;
    font-size: calc(18rem / 85);
}
.dui-primary-plain-btn {
    height: calc(54rem / 85);
    width: 100%;
    line-height: calc(54rem / 85);
    padding: 0 calc(10rem / 85);
    background-color: #fff;
    border:1px solid #000;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-family: "Jost-Bold";
    font-weight: bold;
    font-size: calc(18rem / 85);
}
.dui-primary-btn.min,
.dui-primary-plain-btn.min {
    height: calc(34rem / 85);
    line-height: calc(34rem / 85);
    font-size: calc(14rem / 85);
}