@import url('//at.alicdn.com/t/c/font_4531528_8esxh84fegq.css');
:root {
  --BG-0: #ededed;
  --BG-1: #f7f7f7;
  --BG-2: #fff;
  --BG-3: #f7f7f7;
  --BG-4: #4c4c4c;
  --BG-5: #fff;
  --FG-0: rgba(0, 0, 0, 0.9);
  --FG-HALF: rgba(0, 0, 0, 0.9);
  --FG-1: rgba(0, 0, 0, 0.55);
  --FG-2: rgba(0, 0, 0, 0.3);
  --FG-3: rgba(0, 0, 0, 0.1);
  --FG-4: rgba(0, 0, 0, 0.15);
  --FG-5: rgba(0, 0, 0, 0.05);
  --RED: #fa5151;
  --ORANGERED: #ff6146;
  --ORANGE: #fa9d3b;
  --YELLOW: #ffc300;
  --GREEN: #91d300;
  --LIGHTGREEN: #95ec69;
  --BRAND: #07c160;
  --BLUE: #10aeff;
  --INDIGO: #1485ee;
  --PURPLE: #6467f0;
  --WHITE: #fff;
  --LINK: #576b95;
  --TEXTGREEN: #06ae56;
  --FG: #000;
  --BG: #fff;
  --TAG-TEXT-RED: rgba(250, 81, 81, 0.6);
  --TAG-BACKGROUND-RED: rgba(250, 81, 81, 0.1);
  --TAG-TEXT-ORANGE: #fa9d3b;
  --TAG-BACKGROUND-ORANGE: rgba(250, 157, 59, 0.1);
  --TAG-TEXT-GREEN: #06ae56;
  --TAG-BACKGROUND-GREEN: rgba(6, 174, 86, 0.1);
  --TAG-TEXT-BLUE: #10aeff;
  --TAG-BACKGROUND-BLUE: rgba(16, 174, 255, 0.1);
  --TAG-TEXT-BLACK: rgba(0, 0, 0, 0.5);
  --TAG-BACKGROUND-BLACK: rgba(0, 0, 0, 0.05);
  --REDORANGE: #ff6146;
}

.dark{
    --BG-0: #111;
    --BG-1: #1e1e1e;
    --BG-2: #191919;
    --BG-3: #202020;
    --BG-4: #404040;
    --BG-5: #2c2c2c;
    --FG-0: rgba(255, 255, 255, 0.8);
    --FG-HALF: rgba(255, 255, 255, 0.6);
    --FG-1: rgba(255, 255, 255, 0.5);
    --FG-2: rgba(255, 255, 255, 0.3);
    --FG-3: rgba(255, 255, 255, 0.1);
    --FG-4: rgba(255, 255, 255, 0.15);
    --FG-5: rgba(255, 255, 255, 0.1);
    --RED: #fa5151;
    --ORANGERED: #ff6146;
    --ORANGE: #c87d2f;
    --YELLOW: #cc9c00;
    --GREEN: #74a800;
    --LIGHTGREEN: #3eb575;
    --BRAND: #07c160;
    --BLUE: #10aeff;
    --INDIGO: #1196ff;
    --PURPLE: #8183ff;
    --WHITE: rgba(255, 255, 255, 0.8);
    --LINK: #7d90a9;
    --TEXTGREEN: #259c5c;
    --FG: #fff;
    --BG: #000;
    --TAG-TEXT-RED: rgba(250, 81, 81, 0.6);
    --TAG-BACKGROUND-RED: rgba(250, 81, 81, 0.1);
    --TAG-TEXT-ORANGE: rgba(250, 157, 59, 0.6);
    --TAG-BACKGROUND-ORANGE: rgba(250, 157, 59, 0.1);
    --TAG-TEXT-GREEN: rgba(6, 174, 86, 0.6);
    --TAG-BACKGROUND-GREEN: rgba(6, 174, 86, 0.1);
    --TAG-TEXT-BLUE: rgba(16, 174, 255, 0.6);
    --TAG-BACKGROUND-BLUE: rgba(16, 174, 255, 0.1);
    --TAG-TEXT-BLACK: rgba(255, 255, 255, 0.5);
    --TAG-BACKGROUND-BLACK: rgba(255, 255, 255, 0.05);
    --REDORANGE: #ff6146;
}

.tbk_product_wrap * { 
	box-sizing: border-box;
}
body.theme-light{
    background-color: var(--BG-0);
    color: var(--FG-0);
}

header{
    padding: 50px 0;
}
header .logo{
    display: inline-block;
    color: var(--ORANGE);
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 0 5px;
    font-weight: bold;
}
header .logo img{}

header .cart{
    font-size: 30px;
    line-height: 40px;
    position: relative;
    padding-right: 15px;
    color: var(--ORANGE);
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    float: right;
}
header .cart span{
    position: absolute;
    top: 0;
    left: 50%;
}
.nav-open{position:absolute;right:0;top:0;height: 40px;line-height:unset;width:30px;padding: 0 5px;}
.nav-open{display:none;margin-right: 5px;cursor:pointer}
.nav-open i{display:inline-block;width:30px;height:2px;background-color: var(--ORANGE);position:absolute;top:50%;transition:background-color .3s ease;transform:translateY(-50%)}
.nav-open i:after,.nav-open i:before{content:"";width:100%;height:2px;background-color:inherit;position:absolute;left:50%;transition:transform .3s ease}
.nav-open i:before{top:50%;transform:translate(-50%,-12px)}
.nav-open i:after{bottom:50%;transform:translate(-50%,12px)}
.nav-close i{height:0}
.nav-close i:before{transform:rotate(-45deg) translate(-45%,-15px)}
.nav-close i:after{transform:rotate(45deg) translate(-45%,15px)}
.layer-nav-open{box-shadow:none;top: 60px;bottom:0;background-color: var(--BG-0);}
header .search{
    border-radius: 3px;
    margin-right: 8px;
    border: 1px solid var(--ORANGE);
    vertical-align: middle;
    color: var(--ORANGE);
    height: 40px;
    float: right;
    margin: 0 15px 0 0;
    padding: 9px;
    padding-right: 60px;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    width: 250px;
    box-sizing: border-box;
}
header .search .keywords{
    line-height: 20px;
    border: 0;
    background-color: transparent;
    color: inherit;
    font-size: 14px;
    display: block;
    width: 100%;
}
header .search .searchBtn{
    width: 40px;
    text-align: center;
    display: inline-block;
    color: var(--WHITE);
    background-color: var(--ORANGE);
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
header .search .searchBtn i{
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


banner{
    margin-top: 25px;
    display: block;
}
banner .layui-carousel{
    background-color: var(--BG-1);
    padding: 15px;
}
banner .banner_item{
    background-color: transparent!important;
}
banner .banner_item img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    border: none;
    display: block;
}


nav{
    background-color: var(--BG-3);
    color: var(--FG-0);
}
nav .layui-nav{
    background-color: transparent;
    color: inherit;
    padding: 0;
}
nav .layui-nav li{}
nav .layui-nav .layui-nav-item a{
    color: inherit;
}
nav .layui-nav .layui-nav-item a:hover{
    color: var(--ORANGE);
}
nav li.layui-this{}
nav .layui-nav .layui-this a{
    color: var(--ORANGE);
}
nav .layui-nav-bar,
nav .layui-nav .layui-this:after{
    background-color: var(--ORANGE);
}


main{
    min-height: 500px;
    display: block;
    margin-top: 25px;
}

/*************************************** index *******************************************/
.index-item{
    display: block;
    overflow: hidden;
}
.index-item-wrap{
    overflow: hidden;
    position: relative;
    background-color: var(--BG-3);
}
.index-item .index-item-left{
    width: 160px;
    text-align: center;
    font-size: 18px;
    padding: 7% 0;
    background-color: var(--REDORANGE);
    color: var(--WHITE);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    transition: .1s;
}
.index-recommend .index-item-left{}
.index-hotProducts .index-item-left{
    background-color: var(--PURPLE);
}
.index-item .index-item-left i{
    font-size: 50px;
    padding: 30px 0;
    display: block;
}
.index-item .index-item-content{
    margin-left: 160px;
    padding: 15px;
    transition: .2s;
}
.index-item .index-item-content.shoplist{
    margin-left: 0!important;
}
.index-item .index-item-content .product{
    /* background-color: var(--FG-3); */
}
.index-item .index-item-content .product .cover{
    display: block;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.index-item .index-item-content .product .cover img{
    width: 100%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    border: none;
}
.index-item .index-item-content .product .title{
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    margin-top: 8px;
}
.index-item .index-item-content .product .foot{
    overflow: hidden;
    padding: 8px 0;
}
.index-item .index-item-content .product .foot .price{
    display: inline-block;
    line-height: 30px;
    font-size: 20px;
    color: var(--RED);
}
.index-item .index-item-content .product .foot .priceX{
    text-decoration: line-through;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: var(--FG-2);
    margin-left: 5px;
}
.index-item .index-item-content .product .foot .price i{
    font-size:14px;
    margin-right:2px;
    font-style: normal;
}
.index-item .index-item-content .product .foot span.final_price{
    font-size: 14px;
    border-radius: 14px;
    color: var(--RED);
    vertical-align: middle;
    font-weight: bold;
}
.index-item .index-item-content .product .foot span.final_price em{
    font-size: 18px;
    font-style: normal;
}
.index-item .index-item-content .product .foot .goBtn{
    float: right;
    font-size: 30px;
    display: inline-block;
    color: var(--ORANGE);
    line-height: 30px;
}
.index-item .index-item-content .product .foot .goBtn.cart{
    font-size: 26px;
}
.index-item .index-item-content .product .foot .goBtn+.goBtn{
    margin-right: 6px;
}

.tbk-cover{
    margin-top: 25px;
    overflow: hidden;
}
.tbk-cover .tbk-cover-img{
    width: 370px;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid var(--FG-5);
    background-color: var(--BG-1);
    border-radius: 8px;
}
.tbk-cover .tbk-cover-img img{
    width: 100%;
}
.tbk-detail{
    margin-left: 400px;
}
.tbk-detail h2{
    line-height: 30px;
    font-size: 22px;
}
.tbk-detail .detail-info{
    background-color: var(--BG-1);
    border: 1px solid var(--FG-5);
    padding: 25px;
    margin-top: 15px;
    border-radius: 8px;
}
.tbk-detail .detail-info p{
    line-height: 30px;
    font-size: 16px;
}
.tbk-detail .detail-info p.price{
    text-decoration: line-through;
}
.tbk-detail .detail-info p.zk_price{
    color: var(--RED);
    font-size: 30px;
    line-height: 60px;
}
.tbk-detail .detail-info p label{
    display: inline-block;
    margin-right: 13px;
    font-size: 16px;
    color: var(--FG-1);
}
.tbk-detail .tag{
    margin: 8px 15px 25px;
}
.tbk-buy{
    margin: 25px 25px 5px;
}
.tbk-buy i{
    font-size: 30px;
    vertical-align: middle;
}
.tbk-buy .buyBtn{
    background-color: var(--ORANGERED);
}
.tbk-images{
    margin-top: 25px;
}
.tbk-images img{
    max-width: 100%;
}
.tbk-images .detailed{
    padding: 10px;
}
.tbk-images .layui-panel{
    background-color: var(--BG-5);
    border-color: var(--FG-5);
}
.tbk-images .layui-panel+.layui-panel{
    margin-top: 20px;
}
.layui-badge-rim, .layui-border, .layui-colla-content, .layui-colla-item, .layui-collapse, .layui-elem-field, .layui-form-pane .layui-form-item[pane], .layui-form-pane .layui-form-label, .layui-input, .layui-input-split, .layui-panel, .layui-quote-nm, .layui-select, .layui-tab-bar, .layui-tab-card, .layui-tab-title, .layui-tab-title .layui-this:after, .layui-textarea{
    border-color: var(--FG-3);
}
.layui-panel{
    color: var(--FG-0)!important;
}

.tips{
    margin: 25px auto 0;
}

activity{
    margin-top: 25px;
    display: block;
}
activity .actItem{
    display: inline-block;
    padding: 10px;
    background-color: var(--BG-1);
}
activity .actItem .actImg{
    padding-bottom: 56.3%;
    height: 0;
    position: relative;
}
activity .actItem .actImg img{
    max-width: 100%;
}
activity .actItem .actTitle{
    text-align: center;
    padding: 10px 0;
    color: var(--RED);
    font-size:14px;
}

.activityBox{
    text-align: center;
    margin: 40px 20px;
}
.activityBox h2{
    margin-bottom: 18px;
}
.activityBox .qrcodeBox{
    padding: 25px;
    background-color: #FFFFFF;
    margin: 30px auto;
    max-width: 500px;
    box-sizing: border-box;
}
.activityBox .qrcodeBox img{
    width: 100%;
}

.page_view {
    margin: 30px 0 0;
    text-align: center;
    font-size: 16px;
}
.page_view a,
.page_view span {
	padding: 8px 14px;
	margin: 3px;
	color: var(--FG-1);
	display: inline-block;
}
.page_view a {
	background-color: var(--BG-2);
	color: var(--ORANGE);
	border-radius: 3px;
}

footer{
    margin-top: 50px;
    padding: 40px 0 25px;
    background-color: var(--BG-1);
}
footer p{
    text-align: center;
    color: var(--FG-0);
}
footer a{
    color: var(--LINK);
}


[text-align="center"]{
    text-align: center;
}

.QrcodeSkin .qrcodeBox{
    width: 300px;
    min-height: 300px;
}


/*templates*/
.tbk_product_wrap{
    margin: 25px 0;
    overflow: hidden;
    background-color: #fdfdfd;
}
.tbk_product_item{
    display: flex;
    overflow: hidden;
    position: relative;
    width: 50%;
    float: left;
    padding: 3%;
    border-bottom: 1px dotted rgb(127 127 127 / 15%);
}

.tbk_product_cover{}
.tbk_product_cover .img{
    width: 150px;
    height: 140px;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
}
.tbk_product_info{
    margin-left: 10px;
    vertical-align: middle;
}
.tbk_product_info h4{
    height: 44px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.tbk_product_info .product_info_price{
    margin-top: 8px;
    display: block;
}
.tbk_product_info .product_info_price span.zk_price{
    font-size: 20px;
    display: inline-block;
    color: var(--RED);
}
.tbk_product_info .product_info_price span.reserve_price{
    display: inline-block;
    font-size: 14px;
    color: var(--FG-1);
    text-decoration: line-through;
    margin-left: 7px;
}
.tbk_product_info .product_info_price span.final_price{
    font-size: 14px;
    border-radius: 14px;
    color: var(--RED);
    vertical-align: middle;
    font-weight: bold;
}
.tbk_product_info .product_info_price span.final_price em{
    font-size: 18px;
    font-style: normal;
}
.tbk_product_info .product_info_foot{
    display: block;
    overflow: hidden;
    margin-top: 30px;
}
.tbk_product_info .product_info_foot .goBtn{
    float: left;
    font-size: 26px;
    display: inline-block;
    color: var(--ORANGE);
    line-height: 30px;
}
.tbk_product_info .product_info_foot .goBtn.cart{
    font-size: 24px;
}
.tbk_product_info .product_info_foot .goBtn+.goBtn{
    margin-left: 12px;
}

.LayerActivity{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 80%);
    z-index: 9999999999;
}
.LayerActivity .mark{
    width: 100%;
    height: 100%;
}
.LayerActivity .content{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 94%;
    max-width: 700px;
}
.LayerActivity .content .actLink{border-radius: 6px;overflow: hidden;display: block;}
.LayerActivity .content .actLink img{
    width: 100%;
    height: 100%;
    display: block;
}
.LayerActivity .content .closeLayer{
    display: block;
    text-align: center;
    color: white;
    padding: 25px 0;
}

@media screen and (max-width: 992px) {
    header{
        padding: 15px 0;
    }
    header .logo{
        font-size:25px;
    }
    .nav-open{
        display: inline-block;
        margin-right: 15px;
    }
    .nav{
        display: none;
    }
    header .search{
        float: unset;
        margin: 10px 0px 0 0;
        padding: 5px;
        padding-right: 60px;
        width: 100%;
        height: 32px;
    }
    .xs-hide{
        display: none!important;
    }
    nav .layui-nav{
        text-align: center;
    }
    nav .layui-nav li{
        display: block;
        width: 100%;
        text-align: left;
        line-height: 50px!important;
    }
    nav .layui-nav-bar, nav .layui-nav .layui-this:after{
        display:none;
    }

    banner{
        /* height: 220px; */
    }

    main .layui-container{
        padding: 0;
    }
  
    .index-item .index-item-left{
        position: unset;
        width: 100%;
        padding: 20px 0;
        font-size: 16px;
        letter-spacing: 10px;
    }
    .index-item .index-item-left i{
        font-size: 35px;
        padding: 10px 0;
        display: block;
    }
    .index-item .index-item-content{
        margin-left: 0;
    }
    .index-item .index-item-content .product .foot .price{
        font-size:16px;
    }
    .index-item .index-item-content .product .foot .priceX{
        font-size:12px;
    }
    .index-item .index-item-content .product .title{
        font-size:13px;
    }

    .tbk-cover .tbk-cover-img{
        float:unset;
        width:100%;
        border: 0;
        padding: 0;
        border-radius: 0;
    }
    .tbk-detail{
        margin-left:0;
        padding: 10px;
    }
    .tbk-detail h2{
        font-size:16px;
    }
    .tbk-buy{
        margin: 30px 0 0px;
        text-align: center;
        display: flex;
        border-radius: 20px;
        overflow: hidden;
    }
    .tbk-buy .layui-btn{
        width:100%;
        border-radius: 0;
        border: 0;
    }
    .tbk-buy .buyBtn{
        width: 100%;
        margin: 0;
    }
    .tbk-images{
        margin: 10px 0;
    }
    .tbk-detail .tag{
        margin: 10px 5px  25px;
    }

    .tbk_product_cover .img{
        width: 110px;
        height: 110px;
    }
    .tbk_product_info{
        margin-left: 15px;
    }
    .tbk_product_info .product_info_foot{
        margin-top: 5px;
    }
}


@media screen and (max-width: 768px) {
    .tbk_product_item{
        width: 100%;
    }
    .tbk_product_item:last-child{
        border-bottom: 0;
    }
}