﻿body {
    padding-top: 88px;
}

.top-bar::after {
    display: none;
}

.category {
    background: #3930e9;
    position: fixed;
    left: 0px;
    top: 44px;
    right: 0px;
    z-index: 500;
    /* padding-right: 44px; */
}

.category::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 50px;
    background: linear-gradient(to right, rgba(57, 48, 233, 0), rgba(57, 48, 233, 1));
    background: -webkit-linear-gradient(to right, rgba(57, 48, 233, 0), rgba(57, 48, 233, 1));
}

.category .category-inner {
    color: #ffffff;
    line-height: 44px;
    height: 44px;
    white-space: nowrap;
    font-size: 0px;
    overflow: auto;
    padding-right: 100px;
}

.category .category-inner .item {
    font-size: 15px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
}

.category .category-inner .item.selected {
    color: #ffffff;
}

.category .category-inner .item.selected::after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    height: 3px;
    bottom: 4px;
    height: 3px;
    background: #ffffff;
}

.category .category-inner .item .item-inner {
    padding: 0px 10px;
}

.btn-more-class {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-indent: -99999em;
    overflow: hidden;
    display: none;
}

.tag {
    background: #f5f5f5;
}

.tag .tag-inner {
    white-space: nowrap;
    overflow: auto;
    padding: 5px;
    font-size: 0px;
}

.tag .tag-inner .item {
    padding: 5px;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
}

.tag .tag-inner .item .item-inner {
    background: #ffffff;
    border-radius: 100px;
    padding: 0px 10px;
}

.tag .tag-inner .item.selected .item-inner {
    color: #3930e9;
    background: #cfeaff;
}

.list {
    position: relative;
}

.list .item {
    position: relative;
    margin: 0px 8px 8px 8px;

}

.list .item .item-link {
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 16px;
    background: #ffffff;
    border-radius: 12px;
}

.list .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;
}

.list .item .product-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.list .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);
}

.list .item .product-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.list .item .des {
    margin-left: 33%;
    padding-left: 10px;
    display: block;
}

.list .item .des .name {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
}

.list .item .css-type {
    color: #e53737;
}

.list .item .other-info {
    overflow: hidden;
    zoom: 1;
    line-height: 24px;
    display: block;
}

.list .item .price {
    color: #e53737;
    font-family: 'Roboto', sans-serif;
}

.list .item .price .price-int {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}

.list .item .price .price-decimal {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.list .item .price .rmb {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.list .item .hot {
    float: right;
    color: #888888;
    font-size: 12px;
}


.list .load-status {
    padding: 16px 8px;
}

.list .load-status .btn-load-more {
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
    display: block;
    line-height: 48px;
    color: #336699;
}

.list .load-status .is-loading {
    text-align: center;
    display: block;
    line-height: 48px;
    color: #888888;
}

.list .load-status .is-loading::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    background: url(https://wx.100xuexi.com/images/loading-1.gif) center center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.list .load-status .has-loaded-all {
    text-align: center;
    display: block;
    line-height: 48px;
    color: #888888;
}

.list .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;
}