﻿/* 
.swiper-banner {
  border-radius: 8px;
} */
.swiper-banner-box{
    overflow: hidden;
    background: #ffffff;
  }
.swiper-banner .banner-item {
    display: block;
    background: center center no-repeat;
    background-size: cover;
    /* border-radius: 8px; */
    position: relative;
    overflow: hidden;
  }
  
  .swiper-banner .banner-item::before {
    content: "";
    display: block;
    padding-top: 32%;
  }
  
  .swiper-banner .banner-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
  }
  
  .swiper-banner .swiper-pagination-bullets {
    height: 5px;
  }
  
  .swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 20px;
    margin: 0px 3px;
    vertical-align: top;
  }
  
  .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 5px;
    opacity: 1;
    background: #e53737;
  }

  
.crumbs-nav {
    background: #f9f5f5;
    position: fixed;
    padding-left: 12px;
    left: 0px;
    top: 44px;
    right: 0px;
    z-index: 10;
    line-height: 40px;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

/* .crumbs-nav:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
} */

.crumbs-nav li {
    display: inline-block;
    position: relative;
    padding: 0px 10px 0px 5px;
    background: url(/images/Mobile_bg0325.png) right center no-repeat;
    background-size: auto 8px;
}

.crumbs-nav li:last-child {
    color: #e53737;
    background: none;
}

.crumbs-nav li:last-child a {
    color: #e53737;
}

.product-list {
    padding-top: 40px;
}

.com-product-item {
    position: relative;
    z-index: 0;
}

.com-product-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.com-product-item .item-link {
    display: block;
    padding: 16px;
    background: #ffffff;
    overflow: hidden;
    zoom: 1;
}
.com-product-item .item-link-hot{
    background: #f8efff;
}
.com-product-item .product-img-box{
    width: 33%;
    float: left;
    position: relative;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}
.com-product-item .product-bg-img{
    background: #f5f5f5;
    background-size: cover;
    filter: blur(50px);
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    z-index: 1;
}
.com-product-item .product-img {
    background: center center no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
}

.com-product-item .product-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.com-product-item .product-img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.com-product-item .product-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}


/* .com-product-item  .AIEbookSkin{
    background-position: center 10px;
    background-size: 85% auto;
} */
.com-product-item  .AIEbookSkin:after{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(/images/bgimg/AIEbookSkin.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
    z-index: 3;
}
/* .com-product-item  .AITkSkin{
    background-position: center 10px;
    background-size: 85% auto;
} */
.com-product-item  .AITkSkin:after{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(/images/bgimg/AITkSkin.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
    z-index: 3;
}
/* .com-product-item  .AIVideoSkin{
    background-position: center 10px;
    background-size: 85% auto;
} */
.com-product-item  .AIVideoSkin:after{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(/images/bgimg/AIVideoSkin.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
    z-index: 3;
}


.com-product-item .des {
    margin-left: 33%;
    padding-left: 10px;
}

.com-product-item .des .name {
    margin-bottom: 10px;
    font-size: 15px;
}
.com-product-item .item-flag-hot{
    color: #ffffff;
    background: #8900ea;
    border: 1px solid #8900ea;
    border-radius: 4px;
    /* padding: 0px 2px; */
    font-size: 12px;
    display: inline-block;
    margin-right: 3px;
    line-height: 1;
    padding: 3px 3px 3px 1px;
    vertical-align: middle;
}
.com-product-item .item-flag{
    color: #ffffff;
    background: #e53737;
    border: 1px solid #e53737;
    border-radius: 4px;
    padding: 0px 2px;
    font-size: 12px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}
.com-product-item .css-type {
    color: #888888;
    border-radius: 4px;
    padding: 0px 2px;
    border: 1px solid #888888;
    font-size: 12px;
    margin-right: 3px;
}

.com-product-item .other-info {
    overflow: hidden;
    zoom: 1;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}

.com-product-item .price {
    color: #e53737;
    font-family: 'Roboto', sans-serif;
}

.com-product-item .price .price-int {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}

.com-product-item .price .price-decimal {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.com-product-item .price .rmb {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.com-product-item .hot {
    color: #888888;
    font-size: 12px;
}

.com-product-item .vip-tag {
    position: relative;
    color: #ffffff;
    border-radius: 6px;
    font-size: 0;
    overflow: hidden;
    z-index: 100;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.com-product-item .vip-tag:after{
    content: "";
    display: block;
    position: absolute;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
.com-product-item .vip-tag .vip-tag-text1 {
    padding: 4px;
    background: linear-gradient(to right, #f2debb, #e4b96a);
    color: #4d320e;
    line-height: 1;
    display: block;
    font-size: 12px;
}

.com-product-item .vip-tag .vip-tag-text2 {
    padding: 4px;
    background: #4d320e;
    color: #ffffff;
    line-height: 1;
    display: block;
    font-size: 12px;
}


.com-product-item .zxxvip-tag {
    position: relative;
    color: #ffffff;
    border-radius: 6px;
    font-size: 0;
    overflow: hidden;
    z-index: 100;
    display: flex;
    align-items: center;
}
.com-product-item .zxxvip-tag:after{
    content: "";
    display: block;
    position: absolute;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
.com-product-item .zxxvip-tag .vip-tag-text1 {
    padding: 4px;
    background: linear-gradient(120deg, #fcfcb3, #66ffec);
    color: rgba(0,0,0,0.8);
    line-height: 1;
    display: block;
    font-size: 12px;
}

.com-product-item .zxxvip-tag .vip-tag-text2 {
    padding: 4px;
    background: #00a074;
    color: #ffffff;
    line-height: 1;
    display: block;
    font-size: 12px;
}



.textbook {
    color: #888888;
    padding: 16px;
    margin: 16px;
    border-radius: 8px;
    border: 1px dashed #d5d5d5;
}

.textbook .textbook-title {
    text-align: center;
    margin-bottom: 5px;
}

.textbook .textbook-content ul {
    overflow: hidden;
    zoom: 1;
    text-align: justify;
}

.textbook .textbook-content li {
    padding-left: 10px;
    position: relative;
}

.textbook .textbook-content li a {
    color: #336699;
    padding: 6px 0px;
    display: block;
}

.textbook .textbook-content li .text {
    padding: 6px 0px;
    display: block;
}

.textbook .textbook-content li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
    position: absolute;
    left: 0px;
    top: 12px;
}


.empty-tips {
    text-align: center;
    font-size: 14px;
    padding: 16px;
    background: url(/images/Mobile_bg0328.png) center top 30px no-repeat;
    background-size: 86px 86px;
    padding: 120px 0px 30px 0px;
    position: relative;
}
@media (prefers-color-scheme:dark) {
    .crumbs-nav {
        background: #1a1a1a;
        border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
    }ss
    .swiper-banner-box{
        background: #1a1a1a;
    }
    .com-product-item .item-link{
        background: rgba(255, 255, 255, 0.1);
    }
    .com-product-item .item-link-hot{
        background: rgba(255, 255, 255, 0.15);
    }
    .com-product-item::before{
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .textbook{
        border-color: rgba(255, 255, 255, 0.2);
    }
    .textbook .textbook-content li a{
        color: #0099ff;
    }
}