/* common */
* {
	font-family: "Oxanium", "Microsoft YaHei UI", "Microsoft Yahei", "微软雅黑", "PingFang", "Helvetica Neue", "Helvetica", "arial", sans-serif;
	/* font-family:"Microsoft YaHei UI", "Microsoft Yahei", "微软雅黑", "PingFang", "Helvetica Neue", "Helvetica", "arial", sans-serif; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.transition{
    transition: all .3s;
}
.p-20{
    padding: 20px;
}
.px-8{
    padding-left: 8px;
    padding-right: 8px;
}
.mt-40{
    margin-top: 40px;
}
.mt-20{
    margin-top: 20px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-12{
    margin-bottom: 12px;
}
.mr-20{
    margin-right: 20px;
}
.fs-32{
    font-size: 32px;
}
.fs-24{
    font-size: 24px;
}
.fs-20{
    font-size: 20px;
}
.fs-16{
    font-size: 16px;
}
.fs-14{
    font-size: 14px;
}
.fs-12{
    font-size: 12px;
}
.fs-10{
    font-size: 10px;
}
.fw-600{
    font-weight: 600;
}
.fw-500{
    font-weight: 500;
}

/* input */
.text-input{
    width: 200px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.5px;
    line-height: 32px;
    padding: 0 12px;
    margin-top: 0;
}
.text-input:focus-within{
    border: 1px solid #0099FF;
}
.symbol-input{
    width: 44px;
    border-right: none;
    border-radius: 5px 0 0 5px;
    text-align: center;
}

/* checkbox */
.cek-label{
    display: flex;
    align-items: center;
}
.cek-label .cek-yes,
.cek-label .cek-square{
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 4px;
}
.cek-label .cek-txt{
    line-height: 20px;
    color: #666666;
    overflow: hidden;
    flex: 1;
}
.cek-label .n-o{
    color: #666666;
    letter-spacing: initial;
    display: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cek-label .checkbx:checked + .cek-yes,
.cek-label .checkbx:checked + .cek-square{
    background: #0099ff;
    border-radius: 4px;
    border: none;
}
.cek-label .checkbx:checked + .cek-yes::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    display: block;
    width: 8px;
    height: 6px;
    background-image: url(/images/check-all.png?728a736000ea935d19bd5fd36c8bfab0);
    background-repeat: no-repeat;
    background-size: 8px;
    transform: translate(-50%, -50%);
}
.cek-label .checkbx:checked + .cek-square::after {
	content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    display: block;
    width: 8px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

/* radio */
.radio-input input[type=radio] {
	opacity: 0;
}
.radio-input {
	position: relative;
    padding-left: 0;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.radio-input > .radio-text{
    position: inherit;
    border: none!important;
    top: inherit;
    left: inherit;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    transform: translateY(0%);
    border-radius: 0!important;
    flex: 1;
}
.radio-input > .radio-yes {
    position: inherit;
    top: inherit;
    left: inherit;
    border-radius: 50% !important;
    border: 1px solid #CCCCCC;
    width: 16px;
    height: 16px;
    transform: translate(0, 0);
}
.radio-input:hover > .radio-yes{
    border: 1px solid #0099FF;
}
.radio-input > input:checked ~ .radio-yes {
	border: 1px solid #0099FF;
}
.radio-input > input:checked ~ .radio-yes:after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	border-radius: 100% !important;
	background: #0099FF;
}
.radio-input > input:checked ~ .radio-text:after {
    content: none;
}

/* select */
.select-type-edit{
    flex: 1;
}
.type-edit-txt{
    padding: 0;
    color: #666;
}
.can-select-list{
    min-width: 100px;
}
.can-select-list li{

}

/* tabs */
.online-tabs{
    height: 32px;
    display: flex;
    align-items: center;
    border: 1px solid #DADADA;
    border-radius: 6px;
    padding: 4px 5px;
}
.online-tab-item{
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    padding: 2px 8px;
    border-radius: 4px;
    cursor: pointer;
}
.online-tab-item.active{
    background: #F0F9FF;
    color: #0099FF;
}

/* 价格范围 */
.online-prices{
    position: relative;
    width: 200px;
    height: 32px;
    border: 1px solid #DADADA;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 6px 32px 6px 12px;
}
.online-price-input{
    border: none;
    height: 100%;
    flex: 1;
    width: calc((100% - 10px) / 2);
    text-align: center;
}
.online-price-clear{
    width: 16px;
    position: absolute;
    right: 8px;
}

/* width */
.width160{
    width: 160px;
}

/* hover-text */
.hv-show-txt{
    left: 20px;
    max-width: calc(100% - 20px);
}

/* 分页 */
.pagination{
    text-align: right;
}
.pagination span.active,
.pagination a{
    border: 1px solid #B3B3B3;
    color: #B3B3B3;
}
.pagination span.active{
    color: #0099FF;
    border: 1px solid #0099FF;
}

/* swiper */
.swiper-button-next,
.swiper-button-prev{
    width: 32px;
    height: 40px;
}
.swiper-button-prev:after,
.swiper-button-next:after{
    content: '';
    background-size: 100% 100%!important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.swiper-button-prev:after{
    background: url(/images/icon-prev.png?5428cd29b3177dd6b094065c0e85f763);
}
.swiper-button-next:after{
    background: url(/images/icon-next.png?4fbd57e97622f4d69d696ecd578202b3);
}
.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 7px;
}

/* 电商首页 */
/* 电商首页 —— banner */
.shopping-banner-box{
    position: relative;
    height: 600px;
}
.shopping-banner-img{
    height: 100%;
}
/* 电商首页 —— tab */
.commodity-tab-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.commodity-tab-box .commodity-tab-item{
    position: relative;
    width: calc((100% - 20px) / 2);
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
    border: 1px solid #E6E6E6;
}
.commodity-tab-box .commodity-tab-item::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0, 0, 0, 0.3);*/
    /*background: #0000004d;*/
    filter: blur(1px);
}
.commodity-tab-box .commodity-tab-item:hover,
.commodity-tab-box .commodity-tab-item.active{
    border: 1px solid #0099FF;
}
.commodity-tab-box .commodity-tab-item.ec{
    background-image: url(/images/commodity-bg-ec.png?661dcdbb55de1e5081b2e93fa252ea48);
}
.commodity-tab-box .commodity-tab-item.all{
    background-image: url(/images/commodity-bg-all.png?d6c83c22fe801d09c0027d5268455c19);
}
.commodity-tab-item .commodity-tab-text{
    position: relative;
    z-index: 1;
    font-weight: 500;
    /*font-size: 24px;*/
    color: #333333;
    margin-right: 56px;
}
.commodity-tab-box .commodity-tab-item.active::before,
.commodity-tab-box .commodity-tab-item:hover::before{
    content: '';
    position: absolute;
    left: 4px;
    bottom: 4px;
    width: calc(100% - 8px);
    height: 4px;
    background: #fff;
    z-index: 1;
    display: none;
}
.commodity-tab-box .commodity-tab-item.active .commodity-tab-text,
.commodity-tab-box .commodity-tab-item:hover .commodity-tab-text{
    /*color: #fff;*/
}
.commodity-tab-item.active .commodity-tab-text::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 16px;
    height: 16px;
    background-image: url(/images/commodity-arrow.png?127ed7f7d48ae1632b11229647d874d8);
    background-size: 100% 100%;
    z-index: 1;
}

/* 电商首页 —— type */
.commodity-type-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.commodity-type-box .commodity-type-item{
    width: calc((100% - 60px) / 4);
    height: 100px;
    border: 1px solid #E6E6E6;
    margin-right: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 20px 40px;
    margin-top: 20px;
}
.commodity-type-box .commodity-type-item:nth-child(1),
.commodity-type-box .commodity-type-item:nth-child(2),
.commodity-type-box .commodity-type-item:nth-child(3),
.commodity-type-box .commodity-type-item:nth-child(4){
    margin-top: 0px;
}
.commodity-type-box .commodity-type-item:nth-child(4n){
    margin-right: 0px;
}
.commodity-type-item .commodity-type-icon{
    width: auto;
    height: auto;
    /*opacity: 0.7;*/
    max-width: 60px;
    max-height: 50px;
}
.commodity-type-item .commodity-type-icon > img{
    height: 100%;
}
.commodity-type-item .commodity-type-text{
    color: #999999;
    flex: 1;
    word-break: break-all;
}
.commodity-type-box .commodity-type-item.active,
.commodity-type-box .commodity-type-item:hover{
    /*background-image: linear-gradient(90deg, #E9F6FF 2%, #F5F8FF 100%);*/
    border: 1px solid #0099ff99;
}
.commodity-type-box .commodity-type-item.active::after,
.commodity-type-box .commodity-type-item:hover::after{
    content: '';
    position: absolute;
    top: auto;
    left: 50%;
    height: 4px;
    width: 75%;
    background: #0099FF;
    bottom: 8px;
    transform: translateX(-50%);
}
.commodity-type-box .commodity-type-item.active .commodity-type-icon,
.commodity-type-box .commodity-type-item:hover .commodity-type-icon{
    opacity: 1;
}
.commodity-type-box .commodity-type-item.active .commodity-type-text,
.commodity-type-box .commodity-type-item:hover .commodity-type-text{
    color: #0099FF;
}
/* 电商首页 —— filter */
.commodity-filter-item{
    display: flex;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.commodity-filter-item:first-child{
    border-top: 1px solid #E6E6E6;
}
.commodity-filter-item .commodity-filter-label{
    width: 120px;
    border-right: 1px solid #E6E6E6;
    background: #FBFCFE;
    color: #666666;
    display: flex;
    justify-content: space-between;
}
.commodity-filter-item .commodity-filter-label .icon-arrow{
    width: 14px;
    display: none;
    transition: all 0.4s;
}
.commodity-filter-item.filter-open .commodity-filter-label .icon-arrow{
    transform: rotate(180deg);
}
.commodity-filter-item .commodity-filter-list{
    flex: 1;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.commodity-filter-list .filter-list-item{
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    margin-top: 20px;
    display: flex;
    position: relative;
}
.commodity-filter-list .filter-list-item:nth-child(5n){
    margin-right: 0px;
}
.commodity-filter-list .filter-list-item:nth-child(1),
.commodity-filter-list .filter-list-item:nth-child(2),
.commodity-filter-list .filter-list-item:nth-child(3),
.commodity-filter-list .filter-list-item:nth-child(4),
.commodity-filter-list .filter-list-item:nth-child(5){
    margin-top: 0px;
}
.commodity-filter-list.commodity-filter-select .cek-label{
    max-width: 105px;

}
.filter-list-item:hover .cek-label .cek-yes{
    border: 1px solid #0099ff;
}
.filter-list-item:hover .hv-show-txt{
    display: block;
}
.filter-list-item .type-edit-txt{
    padding-right: 16px;
    background-position: right 0px center;
}
.filter-list-clear{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0099FF;
}
.filter-list-clear > img{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
/* 筛选排序 */
.sort-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sort-select .type-edit-txt{
    width: 160px;
    height: 32px;
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding: 0 12px;
}
/* 电商首页 —— list */
.commodity-list-box{
    display: flex;
    flex-wrap: wrap;
}
.commodity-list-item{
    position: relative;
    width: 212px;
    /* height: 360px; */
    height: auto;
    border: 1px solid #E6E6E6;
    /* padding: 8px 8px 0; */
    padding: 8px;
    margin-right: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
}
.commodity-list-item:nth-child(5n){
    margin-right: 0px;
}
.commodity-list-item:nth-child(1),
.commodity-list-item:nth-child(2),
.commodity-list-item:nth-child(3),
.commodity-list-item:nth-child(4),
.commodity-list-item:nth-child(5){
    margin-top: 0px;
}
.list-item-icon{
    display: flex;
    flex-wrap: wrap;
}
.list-item-icon .list-icon-item{
    width: calc((100% - 8px) / 3);
    height: 62px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 7px;
    margin-right: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.list-item-icon .list-icon-item:nth-child(3n){
    margin-right: 0px;
}
.list-icon-item .list-icon-img{
    /*width: 32px;*/
    height: 32px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-icon-item .list-icon-label{
    color: #999999;
}
.list-icon-item .list-icon-val{
    color: #666666;
    letter-spacing: -.6px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.list-icon-item .hv-show-txt{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
}
.list-icon-item:hover .hv-show-txt{
    display: block;
}
.list-item-img{
    width: 150px;
    height: 150px;
    margin: 10px auto;
}
.list-item-name{
    margin-bottom: 4px;
    position: relative;
}
.list-name-p{
    color: #333333;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-item-name:hover .hv-show-txt{
    display: block;
}
.list-item-type{
    color: #999999;
    line-height: 24px;
    margin-bottom: 4px;
    letter-spacing: initial;

    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list-item-price{
    color: #0099FF;
    line-height: 24px;
}
.original-price{
    color: #999999;
    margin-left: 4px;
    margin-right: 12px;
    text-decoration: line-through;
}

/* ipad */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .can-select-list li{
        letter-spacing: -0.8px;
    }

    .notice-box{
        background-size: cover;
    }
    .commodity-type-box .commodity-type-item{
        padding: 10px;
        height: 80px;
    }
    .commodity-type-item .commodity-type-icon{
        width: 32px;
        height: 32px;
    }
    .commodity-type-item .commodity-type-text{
        font-size: 16px;
    }
    .commodity-filter-list .filter-list-item{
        width: calc((100% - 40px) / 3);
    }
    .commodity-filter-list .filter-list-item:nth-child(4),
    .commodity-filter-list .filter-list-item:nth-child(5){
        margin-top: 20px;
    }
    .commodity-filter-list .filter-list-item:nth-child(5n){
        margin-right: 20px;
    }
    .commodity-filter-list .filter-list-item:nth-child(3n){
        margin-right: 0px;
    }
    .commodity-list-item{
        width: calc((100% - 40px) / 3);
    }
    .commodity-list-item:nth-child(4),
    .commodity-list-item:nth-child(5){
        margin-top: 20px;
    }
    .commodity-list-item:nth-child(5n) {
        margin-right: 20px;
    }
    .commodity-list-item:nth-child(3n) {
        margin-right: 0px;
    }
}

/* sp */
@media screen and (min-width: 320px) and (max-width: 767px){
    .swiper-button-next, .swiper-button-prev{
        display: flex;
    }
    .cek-label{
        width: 100%;
    }
    .select-type-edit{
        flex: auto;
    }
    .text-input,
    .symbol-input{
        width: 100%;
    }

    .notice-box{
        background-size: cover;
        padding: 10px;
        height: auto;
    }
    .notice-left{
        line-height: initial;
    }
    .commodity-tab-box{
        display: block;
    }
    .commodity-tab-box .commodity-tab-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .commodity-type-box{
        flex-wrap: wrap;
    }
    .commodity-type-box .commodity-type-item{
        width: calc((100% - 20px) / 2);
        margin-top: 20px;
        padding: 10px;
        height: 80px;
    }
    .commodity-type-box .commodity-type-item:nth-child(2n) {
        margin-right: 0px;
    }
    .commodity-type-box .commodity-type-item:nth-child(1),
    .commodity-type-box .commodity-type-item:nth-child(2){
        margin-top: 0px;
    }
    .commodity-type-item .commodity-type-icon{
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }
    .commodity-type-item .commodity-type-text{
        font-size: 14px;
    }
    .commodity-filter-item{
        display: block;
    }
    .commodity-filter-item .commodity-filter-label{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #E6E6E6;
        padding: 10px;
    }
    .commodity-filter-item .commodity-filter-list{
        padding: 10px;
    }
    .commodity-filter-list .filter-list-item{
        width: calc((100% - 20px) / 2);
    }
    .commodity-filter-list .filter-list-item:nth-child(3),
    .commodity-filter-list .filter-list-item:nth-child(4),
    .commodity-filter-list .filter-list-item:nth-child(5){
        margin-top: 20px;
    }
    .commodity-filter-list .filter-list-item:nth-child(5n){
        margin-right: 20px;
    }
    .commodity-filter-list .filter-list-item:nth-child(2n){
        margin-right: 0px;
    }
    .commodity-filter-item .commodity-filter-label .icon-arrow{
        display: block;
    }
    .commodity-list-item{
        padding: 8px;
        width: calc((100% - 20px) / 2);
        height: auto;
    }
    .commodity-list-item:nth-child(3),
    .commodity-list-item:nth-child(4),
    .commodity-list-item:nth-child(5){
        margin-top: 20px;
    }
    .commodity-list-item:nth-child(5n) {
        margin-right: 20px;
    }
    .commodity-list-item:nth-child(2n) {
        margin-right: 0px;
    }
    .list-item-img{
        width: 80px;
        height: 80px;
        margin: 24px auto;
    }
    .list-item-icon .list-icon-item{
        height: auto;
        justify-content: flex-start;
        padding: 6px 0;
        text-align: center;
    }
    .list-icon-item .list-icon-img{
        /*width: 24px;*/
        height: 24px;
    }
}
/* 20240820修改 */
.original-price{
    color: #999999;
    margin-left: 4px;
    margin-right: 12px;
    text-decoration: line-through;
}
.list-item-img{
    position: relative;
}
.list-item-tag{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    gap: 4px;
}
.tag-discount{
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 4px 4px 2px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-left: 4px;
    background: #EF0D0D;
}
.tag-promotion{
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 4px 4px 2px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-left: 4px;
    background: #FA8C16;
}

