.goods-list {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.goods-list ul li {
    position: relative;
    list-style: none;
    box-sizing: border-box;
    padding: 10px;
    float: left;
    width: 224px;
    height: 470px;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.goods-list ul li:hover {
    box-shadow: 0px 6px 10px 0px rgba(151, 151, 151, 0.3);
}

.goods-list ul li:nth-child(5n+1) {
    margin-left: 0px;

}

.goodsoldPrice {
    text-decoration: line-through;
    margin-left: 6px;
    color: #8a8a8a !important;
    font-size: 14px !important;
}

.goods-late-time {
    color: #FF0036;
}

.goodsDetailUrl {
    position: absolute;
    width: 210px;
    height: 380px;
    display: inline-block;
    z-index: 99;
}

.goods-list ul li:hover > .goods-collect {
    display: inline-block;
}

.goods-collect {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    z-index: 2;
    display: none;
}

.goods-spread {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 22;
}

.goods-img {
    width: 100%;
    height: 204px;
    position: relative;
}

.goods-img img {
    width: 100%;
    height: 100%;
}

.border-img {
    position: absolute;
    width: 222px;
    height: 59px;
    left: -10px;
    top: 145px;

}

.border-img img {
    height: 59px;
    position: absolute;
}

.border-box-img {
    width: 222px !important;
    height: 214px !important;
    position: absolute;
    left: 0px;
    top: -155px;
}

.border-box-des {
    position: absolute;
    width: 78px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    left: 10px;
    top: 8px;
    font-size: 20px;
}

.border-div-left {
    height: 59px;
    width: 90px;
    padding: 8px 14px 4px 6px;
    text-align: center;
    position: absolute;
    overflow: hidden;
}

.border-desc {
    font-size: 18px;
    line-height: 18px;
    margin-top: 4px !important;
}

.disPrice {
    margin-top: 2px !important;
    color: #fff;
}

.disPrice b {
    font-weight: bold;
    font-size: 16px
}

.disPrice span {
    font-size: 18px;
}

.originalPrice {
    font-size: 12px;
    line-height: 12px;
    text-decoration: line-through;
}

.border-div-right {
    height: 59px;
    line-height: 18px;
    width: 131px;
    padding: 21px 10px 2px 10px;
    text-align: center;
    position: absolute;
    font-size: 12px;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.border-table {
    height: 36px;

    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.border-table > span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.right_description {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 31px;
    width: 116px;
}

.goods-price {
    color: #FF0036;
    font-size: 18px;
    line-height: 32px;
}

.goods-price b {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: text-top;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: rgba(255, 0, 54, 1);
    border-radius: 2px;
}

.goods-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 224px;
    height: 214px;
    z-index: 22;
}

.goods-name {
    font-size: 16px;
    color: #333333;
    line-height: 30px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goods-list ul li p {
    position: relative;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goods-right-span {
    right: 0;
    position: absolute;
    text-align: left;
    width: 80px;
}

.goods-left-div {
    width: 100px;
    height: 30px;
    float: left;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.goods-left-div span {
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    outline: none;
    margin: 0;
    line-height: 26px;
    font-size: 20px;
    border: 1px solid transparent;
    background: #fff;
    cursor: pointer;
    color: #8a8a8a;
}

.goods-left-div span:nth-child(1) {
    float: left;
}

.goods-left-div span:nth-child(3) {
    float: right;
}

.goods-left-div input {
    width: 38px;
    height: 30px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    overflow: hidden;
    outline: none;
    padding: 0 3px !important;
    word-break: normal;
    border: none !important;
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-radius: 0 !important;
}

.goods-right-div {
    width: 90px;
    height: 30px;
    float: right;
    line-height: 30px;
    text-align: center;
    background: #FF0036;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.border-title {
    font-size: 26px;
    line-height: 47px;
}

.goods-card {
    margin-top: 8px;
    height: 30px;
}

.goods-img {
    position: relative;
}

.priceBabel {
    width: 86px;
    height: 57px;
    position: absolute;
    left: 0;
    bottom: 60px;
    background-image: url('../images/1600750115445.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 6px;
}

.priceBabel > span {
    display: block;
    color: #fff;

}

.priceBabel > span:nth-child(1) {
    font-size: 14px;
    padding-left: 12px;
}

.priceBabel > span:nth-child(2) {
    font-size: 18px;
    text-align: center;
    padding-right: 10px;
}

.priceBabel > span:nth-child(2) > b {
    font-size: 12px;
}


.iconDiv {
    margin-top: 10px;
    height: 20px;
    position: relative;
}

.iconDiv div {
    z-index: 99;
    position: absolute;
    width: 224px;
    left: -11px;
    top: 24px;
    min-height: 30px;
    background: #fff;
    color: #7B7B7B;
    height: auto !important;
    /* text-align: center; */
    padding: 5px 12px;
    font-size: 12px;
    display: none;
    border: 1px solid #D8D8D8;
}

.iconDiv span:last-of-type {
    margin-right: 0;
}

.comIcon {
    width: 30px;
    height: 16px;
    cursor: pointer;
    margin-right: 1px;
    text-align: center;
    line-height: 16px;
    border-radius: 2px;
    color: #fff;
    position: relative;
}

.comIcon::after {
    content: '';
    display: none;
    background: url('../images/triangle.png');
    position: absolute;
    top: 15px;
    z-index: 105;
    left: 7px;
    width: 12px;
    height: 10px;

}

/* 常购 */
.purchIcon {

    color: #3dbb2b;
    border: 1px solid #3dbb2b;
}

.purchIcon:hover:after {
    display: block;
}

.purchIcon:hover ~ .purchDiv {
    display: block;
}

.seckillIcon {
    background: #D84454;
}

.seckillIcon:hover:after {
    display: block;
}

.seckillIcon:hover ~ .seckillDiv {
    display: block;
}

/* 院线 */
.cineIcon {
    color: #25C058;
    border: 1px solid #25C058;
}

.cineIcon:hover:after {
    display: block;
}

.cineIcon:hover ~ .cineDiv {
    display: block;
}

/* 特价 */
.specIcon {
    background: #EB573E;
}

.specIcon:hover:after {
    display: block;
}

.specIcon:hover ~ .specDiv {
    display: block;
}

/* 买赠 */
.giftsIcon {
    background: #F7BB42;
}

.giftsIcon:hover:after {
    display: block;
}

.giftsIcon:hover ~ .giftsDiv {
    display: block;
}

/* 换购 */
.changIcon {
    background: #8BC151;

}

.changIcon:hover:after {
    display: block;
}

.changIcon:hover ~ .changDiv {
    display: block;
}

/* 阶梯 */
.laddIcon {
    background: #37BC9A;
}

.laddIcon:hover:after {
    display: block;
}

.laddIcon:hover ~ .laddDiv {
    display: block;
}


/* 套餐 */
.mealIcon {
    background: #4B89DD;
}

.mealIcon:hover:after {
    display: block;
}

.mealIcon:hover ~ .mealDiv {
    display: block;
}

.comHeigh {
    height: 45px !important;
}

/* 满减 */
.mjIcon {
    background: #8555F3;
}

.mjIcon:hover:after {
    display: block;
}

.mjIcon:hover ~ .mjDiv {
    display: block;
}

/* 折扣*/
.zkIcon {
    background: #FB4C96;
}

.zkIcon:hover:after {
    display: block;
}

.zkIcon:hover ~ .zkDiv {
    display: block;
}

/* 半价 */
.bjIcon {
    background: #B34FE9;
}

.bjIcon:hover:after {
    display: block;
}

.bjIcon:hover ~ .bjDiv {
    display: block;
}

.orange {
    color: #FF7400 !important;
}