/* 当季推荐 */
.seasonList {
    max-width: 7.5rem;
    margin: 45px auto 0 auto;
}
.season-header {
    width: 100%;
}
.season-header img {
    display: block;
    width: 100%;
}
.season-content {
    padding: 0 .1rem 0rem .1rem;
}
.season-content .season-list {
}
.season-list li {
    /* padding: .12rem .15rem .15rem .15rem; */
    padding: .06rem 0 .08rem 0;
    border-bottom: 1px solid rgb(242, 244, 247);
}
.season-list .item-top .item-left {
    position: relative;
    float: left;
    vertical-align: top;
    text-align: center;
    width: 1rem;
} 
.season-list .item-top .item-left-img {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: .34rem; */
    /* margin-top: .1rem; */
}
.item-top .item-left-img img {
    max-width: 100%;
    max-height: 1rem;

}
.item-top .item-left p {
    position: absolute;
    width: 100%;
    color: #fff;
    margin-top: -16px;
    background-color: rgba(0, 0, 0, .5);
}
.icon_arrival {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}
.season-list .item-top .item-right {
    position: relative;
    margin-left: 1.1rem;
    /* display: inline-block; */
    /* width: 66%; */
}
.season-list .item-top .item-right .right-name {
    color: rgb(51, 51, 51);
    /* height: .16rem; */
    font-size: 11pt;
    margin: .09rem 0 .05rem 0;
    padding-right: .16rem;
    /* line-height: .16rem; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.item-right .right-name span.name-icon {
    /* display: inline-block; */
    /* vertical-align: middle; */
    position: absolute;
    right: 0;
    width: .16rem;
    height: .16rem;
    background-image: url(/picture/home/new_home/icon_uncheck.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.item-right .right-name span.name-icon-check {
    position: absolute;
    right: 0;
    width: .16rem;
    height: .16rem;
    background-image: url(/picture/home/new_home/icon_checked.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.season-list .item-top .item-right .right-number {
    font-size: 9pt;
    margin-bottom: .05rem;
    color: rgb(102, 102, 102);
}
.season-list .item-top .item-right .right-company {
    font-size: 9pt;
    margin-bottom: .05rem;
    color: rgb(102, 102, 102);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.season-list .item-top .item-right .right-icon {
    margin-bottom: .05rem;
    border-radius: 4px;
    background-color: #fff;
    /* transform:skew(-20deg); */
    /* -webkit-transform-origin-x:skew(-20deg); */
}
.season-list .item-top .item-right .right-icon span {
    display: inline-block;
    transform:skew(-20deg);
    -webkit-transform-origin-x:skew(20deg);
    padding: 0 .12rem;
    margin-right: .05rem;
    height: .15rem;
    line-height: .15rem;
}
.icon-rx {
    color: rgb(16, 167, 243);
    border: 1px solid rgb(16, 167, 243);
}
.icon-quan {
    color: rgb(255, 54, 131);
    border: 1px solid rgb(255, 54, 131);
}
.season-list .item-top .item-right .right-icon .icon-rx span,
.season-list .item-top .item-right .right-icon .icon-quan span {
    transform:skew(20deg);
    -webkit-transform-origin-x:skew(-20deg);
    padding: 0;
    margin-right: 0;
}
.right-price {
    position: relative;
    margin-bottom: .05rem;
}
.season-list .item-top .item-right .right-price .font-red {
    color: rgb(247, 65, 66);
    font-size: 13pt;
}
.season-list .item-top .item-right .right-price .font-unthrought {
    font-size: 9pt;
    margin-left: .05rem;
    color: rgb(153, 153, 153);
    text-decoration: line-through;
}
.season-list .item-top .item-right .right-price .font-cart {
    position: absolute;
    right: 0;
    width: .22rem;
    height: .22rem;
    background-image: url(/picture/home/new_home/icon_shopping_cart.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.season-list .item-top .item-right .right-tip {
    height: .22rem;
    line-height: .22rem;
    color: rgb(254, 134, 7);
    background-color: rgb(255, 245, 231);
}
.season-list .item-top .item-right .right-tip img {
    width: .8em;
    vertical-align: middle;
    margin-left: .06rem;
    margin-right: .06rem;
    margin-top: -1px;
}
.item-bottom {
    margin-top: .1rem;
    color: rgb(153, 153, 153);
}
.more {
    font-size: 9pt;
    padding-top: .1rem;
    text-align: center;
    color: #999;
    /* padding-bottom: .8rem; */
    background-color: #f5f5f5;
    margin: 0;
}
.hline {
    width: 40px;
    height: 1px;
    margin-bottom: 3px;
    display: inline-block;
    border-top: 1px solid rgb(198, 198, 198);
    /* border-top: 1px solid rgb(255, 255, 255); */
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.list-icon_special {
    background-image: url(/app/img/specail_label_icon.png);
}
.list-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: .3rem;
    height: .3rem;
    background-repeat: no-repeat;
    background-size: .3rem;
    background-position: center;
}