﻿body {
    position: relative;
    overflow-x: hidden;
}

/* body::before{
  content: "";
  position: absolute;
  top: -150px;
  width: 200%;
  left: -50%;
  height: 300px;
  background: #e53737;
  border-radius: 100%;
} */
.top-bar {
    display: flex;
    align-items: center;
    padding: 0px 10px 0px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.top-bar::after {
    display: none;
}

.top-bar .btn-search-bar {
    border-radius: 100px;
    background: #f3f3f3 url(/images/Mobile_bg0333.png) 10px center no-repeat;
    background-size: 12px 12px;
    height: 30px;
    margin: 7px 10px 7px 0px;
    display: block;
    line-height: 30px;
    padding-left: 30px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #888888;
    flex: 1;
}
.top-bar .right-btns{
    display: flex;
    align-items: center;
    position: relative;
}
.top-bar .btn-coupon {
    background: url(/images/ico_coupon.png) center center no-repeat;
    background-size: 20px 20px;
    width: 34px;
    height: 44px;
    text-indent: -9999em;
    overflow: hidden;
}
.top-bar .btn-model {
    overflow: hidden;
    text-align: center;
    border-radius: 100px;
    background: #f3f3f3;
    padding: 0px 10px;
    line-height: 30px;
    margin-left: 5px;
    display: flex;
    align-items: center;
}
.top-bar .btn-model .btn-icon{
    margin-right: 5px;
    width: 1em;
}
.top-bar .btn-category {
    background: url(/images/ico_category.png) center center no-repeat;
    background-size: 20px 20px;
    width: 34px;
    height: 44px;
    text-indent: -9999em;
    overflow: hidden;
}

.top-banner-block {
    padding: 16px;
}

.swiper-banner-box:first-child {
    /* padding:  16px 16px 16px 16px; */
   margin-bottom: 16px;
}

.mid-swiper-banner-box {
    padding: 6px 16px 10px 16px;
}

.swiper-banner {
    border-radius: 8px;
}

.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 .banner-item-zhibo:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 18.8%;
    background: url(/images/zhiboingtag.gif) left top no-repeat;
    background-size: auto 100%;
}

.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;
}


.swiper-sub-banner-box {
    /* padding-top: 16px; */
    display: none;
}

.swiper-sub-banner {
    border-radius: 8px;
}

.swiper-sub-banner .banner-item {
    display: block;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.swiper-sub-banner .banner-item::before {
    content: "";
    display: block;
    padding-top: 40%;
}

.swiper-sub-banner .banner-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.swiper-sub-banner .swiper-pagination-bullets {
    height: 5px;
}

.swiper-sub-banner .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 20px;
    margin: 0px 3px;
    vertical-align: top;
}

.swiper-sub-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 5px;
    opacity: 1;
    background: #e53737;
}

.second-banner-block {
    margin: 0px 16px;
}
.second-banner-block .swiper-banner .banner-item::before{
    padding-top: 32%;
}


.my-reading {
    border-radius: 8px;
    background: #ffffff;
    margin: 0px 16px 16px 16px;
    padding:10px 16px 15px 16px;
}

.my-reading .my-reading-title {
    position: relative;
    padding: 8px 100px 8px 0px;
}

.my-reading .my-reading-title .title-text {
    font-weight: bold;
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.my-reading .my-reading-title .title-text::before {
    content: "";
    display: block;
    width: 4px;
    top: 3px;
    bottom: 3px;
    left: 0px;
    background: #e53737;
    border-radius: 10px;
    position: absolute;
}

.my-reading .my-reading-title .my-reading-more {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 8px 10px 8px 0px;
    height: 18px;
    line-height: 18px;
}
.my-reading .my-reading-title .my-reading-more:after{
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -4px;
}
.my-reading .my-reading-item {
    display: block;
    padding-right: 12px;
    background: url(/images/Mobile_bg0019.png) right center no-repeat;
    background-size: auto 12px;


}

.my-reading .my-reading-item .item-des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-category-box {
    /* background: #ffffff; */
    position: relative;
    height: 44px;
    z-index: 900;
}

.my-category-box .my-category {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    /* background: #ffffff; */
    padding-right: 44px;
    overflow: hidden;
    transition: all 0.3s;
}

.my-category-box .my-category.fixed-top {
    position: fixed;
    top: 44px;
    z-index: 1000;
    background: #ffffff;
}

.my-category-box .my-category.fixed-top::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.my-category .my-category-inner {
    white-space: nowrap;
    overflow-x: auto;
    font-size: 0px;
    -webkit-overflow-scrolling: touch;
    padding: 0px 6px;
}

.my-category .category-item {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    padding: 10px;
    position: relative;
}

.my-category .category-item.selected {
    color: #e53737;
    font-weight: bold;
}

.my-category .category-item.selected:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    height: 3px;
    background: #e53737;
    border-radius: 10px;
}

.my-category .btn-set-mycateogry {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    background: url(/images/Mobile_bg0158_3.png) center center no-repeat;
    background-size: 20px 20px;
    overflow: hidden;
    /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); */
    text-indent: -9999em;
}

.my-category .set-mycateogry-tips {
    position: absolute;
    right: 44px;
    top: 50%;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    background: #333333;
    white-space: nowrap;
    font-size: 12px;
    margin-top: -12px;
    border-radius: 8px;
    padding: 0px 5px;
    display: none;
}

.my-category .set-mycateogry-tips::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #333333;
}

.product-list {
    padding: 0px 12px 12px 12px;
    opacity: 0;
    transition: all 0.3s;
}

.product-list .product-waterfall {
    position: relative;
    width: 100%;
}

.product-list .product-waterfall .product-item {
    position: absolute;
    top: 0;
    left: 0;
    /* fluffy */
    width: 50%;
    /* end fluffy */
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.product-list .product-waterfall .product-item .item-inner {
    display: block;
    background: #ffffff;
    border-radius: 8px;
    margin: 4px;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
}

.product-list .product-waterfall .product-item .item-inner .item-imgbox {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin: 8px 8px 0px 8px;
}

.product-list .product-waterfall .product-item .item-inner .item-imgbox-bg {
    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);
}

.product-list .product-waterfall .product-item .item-inner .item-imgbox-img {
    background: center center no-repeat;
    background-size: contain;
    padding-top: 100%;
    position: relative;
}

/* .product-list .product-waterfall .product-item .item-inner .item-imgbox-placeholder {
    display: block;
    background: #e0e0e0 url(/images/img_loading.png) center center no-repeat;
    background-size: 100% auto;
} */

.product-list .product-waterfall .product-item .item-inner .item-imgbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.product-list .product-waterfall .product-item .item-inner .item-imgbox .vip-tag {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
    border-radius: 0px 0px 0px 8px;
    font-size: 0;
    overflow: hidden;
    z-index: 200;
}
.product-list .product-waterfall .product-item .item-inner .item-imgbox .vip-tag::after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 0px 0px 0px 8px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    top: 0px;
}
.product-list .product-waterfall .product-item .item-inner .item-imgbox .vip-tag .vip-tag-text1 {
    padding: 4px;
    background: linear-gradient(to right, #f2debb, #e4b96a);
    color: #4d320e;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.product-list .product-waterfall .product-item .item-inner .item-imgbox .vip-tag .vip-tag-text2 {
    padding: 4px;
    background: #4d320e;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.product-list .product-waterfall .product-item .item-inner .item-imgbox .zxxvip-tag {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
    border-radius: 0px 0px 0px 8px;
    font-size: 0;
    overflow: hidden;
    z-index: 200;
}
.product-list .product-waterfall .product-item .item-inner .item-imgbox .zxxvip-tag::after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 0px 0px 0px 8px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    top: 0px;
}
.product-list .product-waterfall .product-item .item-inner .item-imgbox .zxxvip-tag .vip-tag-text1 {
    padding: 4px;
    background: linear-gradient(120deg, #fcfcb3, #66ffec);
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.product-list .product-waterfall .product-item .item-inner .item-imgbox .zxxvip-tag .vip-tag-text2 {
    padding: 4px;
    background: #00a074;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}




.product-list .product-waterfall .product-item .item-inner .item-imgbox:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}

.product-list .product-waterfall .product-item .item-inner .item-link-box {
    position: relative;
}

.product-list .product-waterfall .product-item .item-inner .item-link-placeholder {
    display: block;
    background: #ffffff;
    padding-top: 80%;
}

.product-list .product-waterfall .product-item .item-inner .item-link-category {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    line-height: 30px;
    text-align: center;
    margin-top: -32px;
}

.product-list .product-waterfall .product-item .item-inner .item-link-category::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/Mobile_bg0693.png) center center no-repeat;
    background-size: 30px 30px;
    margin: 0px auto 5px auto;
}

.product-list .product-waterfall .product-item .item-des {
    padding: 8px 12px 12px 12px;
}

/* .product-list .product-waterfall .product-item .item-title {
    margin-bottom: 5px;
} */

.product-list .product-waterfall .product-item .item-type {
    border-radius: 3px;
    border: 1px solid #888888;
    font-size: 12px;
    line-height: 14px;
    padding: 0px 2px;
    margin-right: 3px;
}

.product-list .product-waterfall .product-item .item-other {
    overflow: hidden;
    zoom: 1;
    line-height: 24px;
    height: 24px;
    display: none;
}

.product-list .product-waterfall .product-item .item-price {
    color: #e53737;
    font-family: 'Roboto', sans-serif;
    float: left;
    font-size: 12px;
}

.product-list .product-waterfall .product-item .rmb {
    color: #e53737;
    font-family: 'Roboto', sans-serif;
}

.product-list .product-waterfall .product-item .price-int {
    color: #e53737;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.product-list .product-waterfall .product-item .price-decimal {
    color: #e53737;
    font-family: 'Roboto', sans-serif;
}
.product-list .product-waterfall .product-item .price-start{
    color: #e53737;
}
.product-list .product-waterfall .product-item .item-hot {
    float: right;
    font-size: 12px;
    background: url(/images/Mobile_bg0690.png) left center no-repeat;
    background-size: 12px 12px;
    padding-left: 16px;
    color: #888888;
    padding-top: 5px;
    line-height: 18px;
}

.product-list .load-status {
    padding: 16px 4px;
}

.product-list .load-status .btn-load-more {
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
    display: block;
    line-height: 48px;
    color: #336699;
}

.product-list .load-status .is-loading {
    text-align: center;
    display: block;
    line-height: 48px;
    color: #888888;
}

.product-list .load-status .is-loading::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    background: url(/images/loading-1.gif) center center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.product-list .load-status .has-loaded-all {
    text-align: center;
    display: block;
    line-height: 48px;
    color: #888888;
}

.btn-goto-top {
    border-radius: 200px;
    background: #000000;
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: calc(60px + constant(safe-area-inset-bottom));
    bottom: calc(60px + env(safe-area-inset-bottom));
    right: -60px;
    z-index: 1000;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    padding: 6px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.btn-goto-top.btn-goto-top-show {
    right: 16px;
}

.btn-goto-top::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 0px auto 0px auto;
    background: url(/images/Mobile_bg0685.png) center center no-repeat;
    background-size: 100% 100%;
}

.btn-goto-top:hover {
    color: #ffffff;
}

.transformers-list {
    display: flex;
    text-align: center;
    padding: 0px 8px 12px 8px;
    flex-wrap: wrap;
}

.transformers-list .transformers-item {
    flex: 1;
    min-width: 20%;
    padding: 5px 0px;
    box-sizing: border-box;
}

.transformers-list .transformers-item .item-inner {
    display: inline-block;
    position: relative;
}
.transformers-list .transformers-item .item-ico-box{
    display:block;
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0px auto 5px auto;
}
.transformers-list .transformers-item .item-ico {
    display: block;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size:100% auto;
}

.transformers-list .transformers-item .item-title {
    display: block;
    font-size: 12px;
}

.transformers-list .transformers-item .tag-hot {
    position: absolute;
    left: 35px;
    top: -8px;
    background: #e53737;
    border-radius: 10px 10px 10px 0px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 12px;
    padding: 2px;
    line-height: 1;
    animation: amtKinkongIco 1s infinite none;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -webkit-animation: amtKinkongIco 1s infinite none;
    font-weight: bold;
}

.transformers-list .transformers-item .tag-new {
    position: absolute;
    left: 35px;
    top: -8px;
    background: #1a9b00;
    border-radius: 10px 10px 10px 0px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 12px;
    padding: 2px;
    line-height: 1;
    animation: amtKinkongIco 1s infinite none;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -webkit-animation: amtKinkongIco 1s infinite none;
    font-weight: bold;
}

.transformers-list .transformers-item .item-ico-box.living{
    display:block;
    position: relative;
    border-radius: 100%;
    border: 2px solid #ff3e3e;
    box-sizing: border-box;

}
.transformers-list .transformers-item .item-ico-box.living:after {
    content: "";
    display: block;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    position: absolute;
    border: 2px solid #ff3e3e;
    border-radius: 100%;
    animation: amtBreatheBorder 1s 0s ease-in-out infinite;
}


.transformers-list .transformers-item .item-ico-box.living .item-ico {
    border-radius: 100%;
    animation: amtBreathe 1s 0s ease-in-out infinite;
}
.transformers-list .transformers-item .item-ico-box.living .living-tag {
    position: absolute;
    /* background: #f53e3e; */
    background: #5316d3 url(https://wx.100xuexi.com/images/zhiboing_blue.gif) 8px center no-repeat;
    background-size: 0.8em auto;
    /* color: #ffffff; */
    color: #00ffea;
    position: absolute;
    left: 50%;
    bottom: -10px;
    border-radius: 100px;
    padding: 2px 8px 2px 20px;
    font-size: 12px;
    z-index: 10;
    white-space: nowrap;
    transform: translateX(-50%) scale(0.7);
    -webkit-transform: translateX(-50%) scale(0.7);
    font-weight: bold;
    border: 2px solid #ffffff;

}




@-webkit-keyframes amtKinkongIco {
    0% {
        transform: rotate(-30deg) scale(0.3);
    }

    50% {
        transform: rotate(5deg) scale(1);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

@keyframes amtKinkongIco {
    0% {
        transform: rotate(-30deg) scale(0.3);
    }

    50% {
        transform: rotate(5deg) scale(1);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

.kaoshi-topic {
    margin: 0px 16px 16px 16px;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px 15px 15px 15px;
    background: linear-gradient(#ffe3e3, #ffffff 25%);
    background: -webkit-linear-gradient(#ffe3e3, #ffffff 25%);
    border: 1px solid #ffffff;
}

.kaoshi-topic .kaoshi-topic-title {
    position: relative;
    padding: 8px 100px 8px 0px;
}

.kaoshi-topic .kaoshi-topic-title .title-text {
    height: 18px;
}

.kaoshi-topic .kaoshi-topic-title .title-text img {
    height: 100%;
}

.kaoshi-topic .kaoshi-topic-title .btn-more {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 8px 10px 8px 0px;
    height: 18px;
    line-height: 18px;
}
.kaoshi-topic .kaoshi-topic-title .btn-more::after{
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -4px;
}
.kaoshi-topic .kaoshi-topic-content .topic-item {
    font-size: 14px;
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-inner {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-no {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 20px;
    background: center center no-repeat;
    background-size: 14px auto;
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-no-1 {
    background-image: url(/images/kaoshi-topic-no-01.png);
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-no-2 {
    background-image: url(/images/kaoshi-topic-no-02.png);
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-no-3 {
    background-image: url(/images/kaoshi-topic-no-03.png);
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-no-4 {
    background-image: url(/images/kaoshi-topic-no-04.png);
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-no-5 {
    background-image: url(/images/kaoshi-topic-no-05.png);
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-icon img {
    width: 16px;
    height: 16px;
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.exam-time-box {
    text-align: center;
    padding: 0px 16px 4px 16px;
}

.exam-time-box .exam-time-count {
    background: #ffffff;
    padding: 10px 16px;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
}

.exam-time-box .count-num {
    color: #e53737;
    font-weight: bold;
    padding: 0px 5px;
}

.juzhen-box {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    margin: 15px 15px 0px 15px;
    padding-left: 32px;
    overflow: hidden;
}

.juzhen-box:empty {
    display: none;
}

.juzhen-box .juzhen-box-title {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    line-height: 1.1;
    font-size: 14px;
    text-align: center;
    background: #ffffff;
    width: 1em;
    padding: 0px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.juzhen-box .juzhen-box-title .text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1em;
    color: #e53737;
    background: url(/images/icon-zhibojuzhen.png) top center no-repeat;
    background-size: 1em auto;
    padding-top: 1.2em;
    display: block;
}

.juzhen {
    z-index: 100;
    padding: 15px;
    white-space: nowrap;
    overflow: auto;
    position: relative;
    z-index: 1;
}

.juzhen .btn-more {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: #ffffff;
    margin: 30px 20px 0px 10px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
}

.juzhen .btn-more::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -4px;
    margin-left: -5px;
}

.juzhen::after {
    content: "";
    display: block;
    clear: both;
}

.juzhen .juzhen-item {
    display: inline-block;
    vertical-align: top;
    padding: 0px 5px;
    width: 80px;
    box-sizing: border-box;
    z-index: 1;
}

.juzhen .juzhen-item .item-inner {
    position: relative;
    cursor: pointer;
}

.juzhen .juzhen-item .item-head {
    position: relative;
    z-index: 20;
}

.juzhen .juzhen-item .item-head .living-tag {
    position: absolute;
    /* background: #f53e3e; */
    background: #5316d3 url(https://wx.100xuexi.com/images/zhiboing_blue.gif) 8px center no-repeat;
    background-size: 0.8em auto;
    /* color: #ffffff; */
    color: #00ffea;
    position: absolute;
    left: 50%;
    bottom: -10px;
    border-radius: 100px;
    padding: 2px 8px 2px 20px;
    font-size: 12px;
    z-index: 10;
    white-space: nowrap;
    transform: translateX(-50%) scale(0.7);
    -webkit-transform: translateX(-50%) scale(0.7);
    font-weight: bold;
    border: 2px solid #ffffff;

}

.juzhen .juzhen-item .head-img-box {
    border-radius: 100%;
    width: 48px;
    height: 48px;
    /* border: 1px solid transparent; */
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0px auto 5px auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.juzhen .juzhen-item .head-img-box .head-img-box-inner {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #f5f5f5 center center no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
}

.juzhen .juzhen-item .head-img-box img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.juzhen .juzhen-item.living .head-img-box {
    border: 2px solid #ff3e3e;
}

.juzhen .juzhen-item.living .head-img-box:after {
    content: "";
    display: block;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    position: absolute;
    border: 2px solid #ff3e3e;
    border-radius: 100%;
    animation: amtBreatheBorder 1s 0s ease-in-out infinite;
}

.juzhen .juzhen-item.living .head-img-box .head-img-box-inner {
    animation: amtBreathe 1s 0s ease-in-out infinite;
}


.juzhen .juzhen-item .head-des .item-title {
    min-height: 2.6em;
    max-height: 2.6em;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: normal;
    font-size: 12px;
}

.juzhen .juzhen-item .item-body {
    position: absolute;
    width: 200px;
    top: 100%;
    display: none;
    left: 50%;
    margin-left: -100px;
    z-index: 30;
}

.juzhen .juzhen-item .item-body::before {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    left: 50%;
    top: -6px;
    background: #272836;
    box-shadow: -4px -4px 4px 0px rgba(0, 0, 0, 0.1);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: -4px;

}

/* .juzhen .juzhen-item:hover{
	z-index: 100;
}
.juzhen .juzhen-item:hover .head-img-box {
	box-shadow: 0px 0px 10px 0px rgba(230, 0, 0, 0.75);
	transform: translateY(-7px) scale(1.1);
	-webkit-transform: translateY(-7px) scale(1.1);
}
.juzhen .juzhen-item:hover .item-body{
	display: block;
} */
.juzhen .zhibo-plan {
    padding: 15px;
    box-sizing: border-box;
    background: #272836;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.juzhen .zhibo-plan-title {
    font-weight: bold;
    font-size: 15px;
}

.juzhen .zhibo-plan-list {
    position: relative;
}

.juzhen .zhibo-plan-list .plan-item {
    position: relative;
    padding: 5px 0px 5px 20px;
}

.juzhen .zhibo-plan-list .plan-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
}


.juzhen .zhibo-plan-list .plan-item::before {
    content: "";
    position: absolute;
    left: 4px;
    border-left: 1px dashed rgba(255, 255, 255, 0.1);
    top: 0px;
    bottom: 0px;
}

.juzhen .zhibo-plan-list .plan-item:first-child:before {
    top: 10px;
    bottom: 0px;
}

.juzhen .zhibo-plan-list .plan-item:last-child:before {
    content: "";
    position: absolute;
    left: 4px;
    border-left: 1px dashed rgba(255, 255, 255, 0.1);
    top: 0px;
    height: 20px;
}


.juzhen .zhibo-plan-list .plan-item .plan-date {
    font-size: 15px;
    font-weight: bold;
}

.juzhen .zhibo-plan-list .plan-item .plan-time-subject {
    color: rgba(255, 255, 255, 0.5);
}

.ai-plat{
    margin: 0px 16px 16px 16px;
    border-radius: 8px;
    background: #ffffff;
    display: block;
    overflow: hidden;
    /* background: linear-gradient(#ffe3e3, #ffffff 25%);
    background: -webkit-linear-gradient(#ffe3e3, #ffffff 25%); 
    border: 1px solid #ffffff;
    background: linear-gradient(45deg, #a800ff,#4955f5);
    transition: all 0.3s; */
}
.ai-plat img{
    width: 100%;
}
/* .ai-plat .ai-plat-inner{
}

.ai-plat .plat-title{
    display: flex;
    align-items: center;
    padding: 5px 5px 10px 5px;
}
.ai-plat .plat-title .plat-title-body{
    flex: 1;
}
.ai-plat .plat-title .title-text{
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
}
.ai-plat .plat-title .sub-title-text{
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}
.ai-plat .plat-title .btn-detail{
    border-radius: 100px;
    background: #ffffff;
    color: #e53737;  
    line-height: 32px;
    padding: 0px 1em;
    font-weight: bold;
    font-size: 15px;
    background: linear-gradient(#ffffff,#efebff);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.ai-plat .plat-title .btn-detail .bi{
    color: #e53737;
    width: 1em;
}
.ai-plat .plat-content{
    background: #ffffff;
    border-radius: 8px;
    padding: 5px 0px;
}
.ai-plat .plat-content .quick-entry{
    display: flex;
    align-items: center;
}
.ai-plat .plat-content .quick-entry .entry-item{
    color: #5316d3;
    font-size: 15px;
    text-align: center;
    flex: 1;
    padding: 5px;
    position: relative;
}
.ai-plat .plat-content .quick-entry .entry-item::before{
    content: "";
    display: block;
    left: 0px;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
}
.ai-plat .plat-content .quick-entry .entry-item:first-child::before{
    display: none;
} */


.lastest-course {
    margin: 0px 16px 16px 16px;
    background: #ffffff;
    border-radius: 8px;
    background: linear-gradient(#e1e2ff, #ffffff 20%);
    border: 1px solid #ffffff;
}

.lastest-course .lastest-course-title {
    display: flex;
    align-items: center;
    padding: 16px 16px 0px 16px;
}

.lastest-course .lastest-course-title .title-text {
    font-weight: bold;
    font-size: 17px;
    flex: 1;
}

.lastest-course .lastest-course-title .btn-more {
    background: url(/images/Mobile_bg0019_3.png) right center no-repeat;
    background-size: auto 12px;
    display: block;
    padding-right: 10px;
}
.lastest-course .lastest-course-tabs{
    display: flex;
    margin: 8px 16px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 100px;
    padding: 5px;
}
.lastest-course .lastest-course-tabs .tab-item{
    flex: 1;
    text-align: center;
    display: block;
    padding: 3px 0px;
}
.lastest-course .lastest-course-tabs .tab-item.selected{
    /* background: #ffffff; */
    border-radius: 100px;
    /* color: #e53737; */
    font-weight: bold;
    background: #5c35ca;
    color: #ffffff;
}

.lastest-course .course-list {
    padding: 0px 6px;
    padding-bottom: 20px;
}

.lastest-course .course-list .item {
    overflow: hidden;
}

.lastest-course .course-list .item-inner {
    display: block;
    margin: 8px;
    overflow: hidden;
}

.lastest-course .course-list .item-imgbox {
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
}

.lastest-course .course-list .item-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.lastest-course .course-list .placeholder-img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.lastest-course .course-list .item-imgbox::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.lastest-course .course-list .item-imgbox::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.05);
}

.lastest-course .course-list .item-imgbox .item-imgbox-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    filter: blur(20px);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    background: #ffffff center center no-repeat;
    background-size: cover;
}

.lastest-course .course-list .item-imgbox .item-imgbox-main {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: center center no-repeat;
    background-size: contain;
}


.lastest-course .course-list .free-tag {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: url(/images/Mobile_bg0691.png) right top no-repeat;
    background-size: 100% 100%;
    text-indent: -9999em;
    overflow: hidden;
    z-index: 10;
}

.lastest-course .course-list .item-des {
    padding-top: 10px;
}

.lastest-course .course-list .item-title {
    margin-bottom: 10px;
}

.lastest-course .course-list .product-name {

    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    min-height: 3em;
}

.lastest-course .swiper-pagination-bullet {
    background: #000000;
}


.lastest-course .swiper-pagination-bullet-active {
    background: #5c35ca;
}




@keyframes amtBreathe {
    0% {
        transform: scale(0.85);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

@keyframes amtBreatheBorder {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


@media (prefers-color-scheme:dark){
    .top-bar .btn-search-bar{
        background-color: rgba(0, 0, 0, 0.75);
    }
    .top-bar .btn-model {
        background-color: rgba(0, 0, 0, 0.75);
    }
    .top-bar .btn-category{
        background: url(/images/ico_category_2.png) center center no-repeat;
        background-size: 20px 20px;
    }
    .juzhen-box{
        background: rgba(255, 255, 255, 0.1);
        border: 0.5px solid rgba(255, 255, 255, 0.1);
    }
    .juzhen-box .juzhen-box-title{
        background: #1a1a1a;
        box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    }
    .juzhen .btn-more{
        border: 1px solid rgba(255, 255, 255, 0.6);
        background: transparent;
    }
    .juzhen .btn-more::after {
        border-right: 2px solid rgba(255, 255, 255, 0.6);
        border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    }   
    .juzhen .juzhen-item .head-img-box .head-img-box-inner{
        background-color: #000000;
    }
    .juzhen .juzhen-item .item-head .living-tag{
        border-color: #1a1a1a;
    }
    
    .kaoshi-topic{
        background: #1a1a1a;
        border: 0.5px solid rgba(255, 255, 255, 0.1);
    }
    .kaoshi-topic .kaoshi-topic-content .topic-item .item-text{
        color: #cccccc !important;
    }
    .kaoshi-topic .kaoshi-topic-title .btn-more::after{
        border-right: 2px solid rgba(255, 255, 255, 0.6);
        border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    }
    .my-category-box .my-category.fixed-top{
        background: #1a1a1a;
    }
    .my-category-box .my-category.fixed-top::after{
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .product-list .load-status .btn-load-more{
        background: rgba(255, 255, 255, 0.1);
        color: #0099ff;
    }
    .product-list .product-waterfall .product-item .item-inner{
        background: rgba(255, 255, 255, 0.1);
        border: 0.5px solid rgba(255, 255, 255, 0.1);
    }
    .product-list .product-waterfall .product-item .item-inner .item-imgbox{
        background: #f5f5f5;
    }
    .product-list .product-waterfall .product-item .item-inner .item-link-placeholder{
        background: rgba(255, 255, 255, 0.1);
    }
    .my-reading{
        background: rgba(255, 255, 255, 0.1);
        border: 0.5px solid rgba(255, 255, 255, 0.1);
    }
    .my-reading .my-reading-title .my-reading-more:after{
        border-right: 2px solid rgba(255, 255, 255, 0.6);
        border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    }
    .exam-time-box .exam-time-count{
        background: rgba(255, 255, 255, 0.1);
    }
    .lastest-course{
        background: rgba(255, 255, 255, 0.1);
        border: 0.5px solid rgba(255, 255, 255, 0.1);
    }
    .lastest-course .lastest-course-tabs{
        background: rgba(0, 0, 0, 0.5);
    }
    .lastest-course .lastest-course-title .btn-more{
        background-image: url(/images/Mobile_bg0019.png);
    }
    .lastest-course .swiper-pagination-bullet{
        background: #ffffff;
    }
    .lastest-course .swiper-pagination-bullet-active{
        background: #5c35ca;
    }
    .lastest-course .course-list .item-imgbox .item-imgbox-bg{
        background: #000000;
    }
    .lastest-course .course-list .item-imgbox{
        background: #000000;
    }
}