body {
    padding: 44px 0px 48px 0px;
    padding-bottom: calc(48px + constant(safe-area-inset-bottom));
    padding-bottom: calc(48px + env(safe-area-inset-bottom));
}

.search-bar {
    padding: 10px 16px;
}

.search-bar .search-bar-inner {
    border-radius: 50px;
    background: #eeeeee url(images/app-h5-bg0001.png) 8px center no-repeat;
    background-size: 12px 12px;
    color: #888888;
    display: block;
    line-height: 24px;
    padding: 0px 10px 0px 24px;
    position: relative;
}

.search-bar .search-bar-inner:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -10px;
    bottom: -10px;
}

.swiper-banner-box {
    margin: 16px 16px 16px 16px;
}

.swiper-banner {
    border-radius: 8px;
}

.swiper-banner .banner-item {
    display: block;
    background: #ffffff 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;
}

.sub-banner {
    margin: 0px 12px 16px 12px;
    display: flex;
}

.sub-banner .banner-item {
    flex: 1;
}

.sub-banner .banner-item .item-inner {
    position: relative;
    border-radius: 8px;
    background: #ffffff center center no-repeat;
    background-size: cover;
    margin: 0px 4px;
    display: block;
    border: 1px solid #ffffff;
}

.sub-banner .banner-item .item-inner::before {
    content: "";
    display: block;
    padding-top: 40%;
}

.sub-banner.one-colum .banner-item .item-inner::before {
    padding-top: 32%;
}

.block-showwindow {
    border-radius: 8px;
    background: #ffffff;
    margin: 0px 16px 16px 16px;
    padding: 15px 15px 15px 15px;
}

.block-showwindow .block-title {
    position: relative;
    line-height: 24px;
}

.block-showwindow .block-title .title-text {
    font-size: 17px;
    font-weight: bold;
}

.block-showwindow .block-title .more {
    display: block;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #0066cc;
    padding-right: 10px;

}

.block-showwindow .block-title .more::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0066cc;
    border-right: 2px solid #0066cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -5px;
}

.block-showwindow .tabs {
    overflow: auto;
    white-space: nowrap;
    margin: 0px -5px;
}

.block-showwindow .tabs li {
    display: inline-block;
    padding: 5px;
}

.block-showwindow .tabs li a {
    display: block;
    border-radius: 8px;
    font-size: 13px;
    background: #f5f5f5;
    padding: 5px 10px;
}

.block-showwindow .tabs li .selected {
    color: #ffffff;
    background: #e53737;
}

.block-showwindow .swiper-pagination-bullets {
    height: 5px;
}

.block-showwindow .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 20px;
    margin: 0px 3px;
    vertical-align: top;
}

.block-showwindow .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 5px;
    opacity: 1;
    background: #e53737;
}

.block-showwindow .swiper-container {
    padding-bottom: 20px;
}


.block-book {
    border-radius: 8px;
    background: #ffffff;
    margin: 0px 16px 16px 16px;
    padding: 15px 15px 15px 15px;
}

.block-book .block-title {
    position: relative;
    line-height: 24px;
}

.block-book .block-title .title-text {
    font-size: 17px;
    font-weight: bold;
}

.block-book .block-title .more {
    display: block;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #0066cc;
    padding-right: 10px;

}

.block-book .block-title .more::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0066cc;
    border-right: 2px solid #0066cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -5px;
}

.block-book .swiper-pagination-bullets {
    height: 5px;
}

.block-book .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 20px;
    margin: 0px 3px;
    vertical-align: top;
}

.block-book .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 5px;
    opacity: 1;
    background: #e53737;
}


.com-product-item {
    position: relative;
}

.com-product-item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 33%;
    right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    margin-left: 10px;
}

.com-product-item:last-child:before {
    display: none;
}

.com-product-item .item-link {
    display: block;
    padding: 10px 0px;
    background: #ffffff;
    overflow: hidden;
    zoom: 1;
}

.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.05);
}

.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;
}


.baby-list {
    margin: 0px -8px;
}

.baby-list::after {
    content: "";
    display: block;
    clear: both;
}

.baby-list .baby-item {
    float: left;
    width: 50%;
}

.baby-list .baby-item .item-inner {
    display: block;
    margin: 8px;
}

.baby-list .baby-item .item-imgbox {
    display: block;
    margin-bottom: 5px;

}

.baby-list .baby-item .item-imgbox .item-img {
    background: #f5f5f5 center center no-repeat;
    background-size: contain;
    position: relative;
    border-radius: 8px;
    display: block;
}

.baby-list .baby-item .item-imgbox .item-img:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.baby-list .baby-item .item-imgbox .item-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.05);
}

.baby-list .baby-item .item-imgbox img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.baby-list .baby-item .item-des {
    display: block;
}

.baby-list .baby-item .item-name {
    display: block;
    margin-bottom: 5px;
    max-height: 3em;
    min-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.baby-list .baby-item .item-price {
    display: block;
}

.baby-list .baby-item .new-price {
    font-family: 'Roboto', sans-serif;
    color: #e53737;
}


.block-category {
    border-radius: 8px;
    background: #ffffff;
    margin: 0px 16px 16px 16px;
    overflow: hidden;
}

.block-category .class-nav-tab {
    position: relative;
}

.block-category .class-nav-tab::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    background: rgba(0, 0, 0, 0.1);
}

.block-category .class-nav-tab::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.block-category .class-nav-tab-inner {
    overflow: auto;
    white-space: nowrap;
    font-size: 0px;
    position: relative;
    -webkit-overflow-scrolling: touch;
    padding-right: 60px;
}

.block-category .class-nav-title {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
}

.block-category .class-nav-tab .selected {
    color: #e53737;
}

.block-category .class-nav-tab .selected::after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0px;
    height: 3px;
    background: #e53737;
    border-radius: 5px;
}

.block-category .class-nav-tab .name {
    display: block;
    padding: 10px 10px;
}

.block-category .class-nav-item {
    padding: 10px;
}

.block-category .class-nav-content {
    margin: 0px -2px;
}

.block-category .class-nav-content::after {
    content: "";
    display: block;
    clear: both;
}

.block-category .class-nav-content li {
    float: left;
    width: 33.3%;
    padding: 2px;
    box-sizing: border-box;
}

.block-category .class-nav-content .li-hot {
    width: 66.6%;
}

.block-category .class-nav-content .li-count {
    display: none;
}

.block-category .class-nav-content .li-more {
    display: none;
}

.block-category .class-nav-content li a {
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
    padding: 5px 5px;
    border-radius: 4px;
    background: #fff6f6;
    position: relative;
    color: rgba(0, 0, 0, 0.9);
}

.block-category .class-nav-content li .selectGuide::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/css/images/hot.png) right top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.block-category .btn-container {
    display: block;
    text-align: center;
    background: #f7f7f7;
    border-radius: 4px;
    margin-top: 2px;
}

.block-category .btn-container .btn-slide {
    position: relative;
    color: #0066cc;
    display: inline-block;
    padding: 8px 16px 8px 0px;
}

.block-category .btn-container .btn-slide::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #0066cc;
    border-right: 2px solid #0066cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -9px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.block-category .btn-container .btn-slide-up::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -4px;
}

.transformers-list {
    display: flex;
    text-align: center;
    margin: 0px 8px 16px 8px;
}

.transformers-list .transformers-item {
    flex: 1;
}

.transformers-list .transformers-item .item-inner {
    display: inline-block;
    position: relative;
}

.transformers-list .transformers-item .item-ico {
    width: 44px;
    height: 44px;
    margin: 0px auto 5px auto;
    border-radius: 40%;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.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;
}

@-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%);
}

.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;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0019_3.png) right center no-repeat;
    background-size: auto 12px;
}

.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(https://wx.100xuexi.com/images/kaoshi-topic-no-01.png);
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-no-2 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-02.png);
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-no-3 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-03.png);
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-no-4 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-04.png);
}

.kaoshi-topic .kaoshi-topic-content .topic-item .item-no-5 {
    background-image: url(https://wx.100xuexi.com/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%;
}