body {
    padding-top: 44px;
}
/* 
.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(https://wx.100xuexi.com/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;
}

/* .com-product-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
} */

.com-product-item .item-link {
    display: block;
    padding: 16px;
    background: #ffffff;
    overflow: hidden;
    zoom: 1;
    border-radius: 12px;
    margin: 0px 8px 8px 8px;
}

.com-product-item .product-img {
    width: 33%;
    float: left;
    position: relative;
    background: #f5f5f5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
    overflow: hidden;
}

.com-product-item .product-img .product-img-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: center center no-repeat;
    background-size: cover;
    filter: blur(20px);
    transform: scale(1.2);
    -webkit-transform: scale(2);
}
.com-product-item .product-img .product-img-main{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: center center no-repeat;
    background-size: contain;
}

.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 .des {
    margin-left: 33%;
    padding-left: 10px;
}

.com-product-item .des .name {
    margin-bottom: 10px;
    font-size: 15px;
}

.com-product-item .css-type {
    color: #e53737;
}

.com-product-item .other-info {
    overflow: hidden;
    zoom: 1;
    line-height: 24px;
}

.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 {
    float: right;
    color: #888888;
    font-size: 12px;
}

.textbook {
    color: #888888;
    padding: 16px;
    margin: 8px;
    border-radius: 12px;
    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(https://wx.100xuexi.com/images/Mobile_bg0328.png) center top 30px no-repeat;
    background-size: 86px 86px;
    padding: 120px 0px 30px 0px;
    position: relative;
}
