.hairline .g-scrollview {
    margin-top: 0;
}
#J_ListContent {
    padding-top: 10px;
    padding-bottom: 40px;
}
.scrolltab-content {
    padding: 0 .15rem .24rem .15rem;
}
.list-item:first-child {
    width: 100%;
}
.list-item:first-child .list-img {
    height: auto;
    padding: 0;
}
.list-item:first-child .list-img img {
    margin-top: 0;
}
.list-theme1 .list-item {
    padding: 0 7px;
}
.list-theme1 .list-item .list-mes .list-title {
    font-size: .25rem;
    font-weight: 400;
}
.list-theme1 .list-item:first-child .list-prices {
    font-size: .26rem;
}
.list-theme1 .list-item:first-child .list-price {
    font-size: .26rem;
}
.list-theme1 .list-item:first-child .list-mes .list-title {
    font-size: .28rem;
}
.scrolltab-title {
    font-size: .28rem;
}
.crt .scrolltab-title {
    color: #AB1616;
}
.scrolltab-icon {
    margin-right: .09rem;
}
.scrolltab-icon > img {
    height: .4rem;
}
.fa {
    color: #777;
    margin-right: .05rem;
    margin-left: .1rem;
    font-size: .4rem;
}
.list-theme1 .list-item .list-mes .list-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    height: auto;
    margin-bottom: 5px;
    text-align: left;
}
.list-mes .list-mes-item {
    margin-bottom: 8px;
}
.list-theme1 .list-item .list-mes {
    padding: .1rem 0;
}
.list-price {
    font-size: .26rem;
    margin-right: 2px;
    color: #AB1616;
}
.list-prices {
    font-size: .23rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    position: relative;
    width: 100%;
}
.list-price-s {
    position: absolute;top: 0;right: 0;color: #333;display: none;
}
.list-price-ss {
    background-color:#AB1616;;
    color: #fff;
    border-radius: 20px;
    padding: 0 3px;
    margin: 0 2px;
}

.list-item:first-child .list-price-s {
    display: inline-block;
}

.list-item .sold-out {
    position: relative;
}

.list-item .sold-out:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: url("/images/icon/sold-out.png") no-repeat center center rgba(244,244,244,0.5);
    background-size: 50%;
}

.list-item:first-child .sold-out:after {
    background-size: 25%;
}

/*进度条样式*/
.list-theme1 .buy-progress {
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: .41rem;
}
.list-theme1 .buy-progress {
    width: 55%;
}
.list-theme1 .buy-progress-block {
    width: 95%;
    margin: 2px 0;
}
.list-theme1 .buy-progress-bar {
    background: #E7AEAB;
    height: 73%;
    border-radius: 30px;
    position: relative;
    text-align: center;
}
.list-theme1 .list-item:first-child .buy-progress-bar {
    width: 60%;
}
.list-theme1 .list-item .buy-progress-block .buy-progress-bar {
    width: 100%;
}
.list-theme1 .buy-progress-bar .txt {
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 2;
    font-size: .2rem;
    height: 100%;
}
.list-theme1 .buy-progress-bar .pro {
    border-radius: 30px;
    left: 0;
    top: 0;
    background: #DF2424;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.list-theme1 .buy-progress-bar:after {
    right: 0;
    bottom: 0;
    content: " ";
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    z-index: 3;
}
.list-theme1 .after-hot:after {
    background-image: url("/Public/Alizi/new_style/images/hot@2x.png?t=1");
    width: 0.2952rem;
    height: 0.37392rem;
}
.list-theme1 .after-time:after {
    background-image: url("/Public/Alizi/new_style/images/time@2.png");
    width: 0.2952rem;
    height: 0.2952rem;
}
.list-theme1 .after-nostock {
    background: #AAAAAA !important;
}

.list-theme1 .buy-progress-txt {
    color: #B2B0B0;
    margin-left: 5px;
    white-space:nowrap;
    font-size: .2rem;
}

.flex-wrap {
    flex-wrap:wrap;
}