.deals_top_img a {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.deals_main {
    padding: 3rem 15px;
}

.deals_main li {
    float: left;
    width: 50%;
    padding: 10px;

}

.deals_main li a {
    display: block;
    position: relative;
    border: 1px solid #ddd;
    padding: 5px;
}

.deals_main li a .dea_img {
    width: 45%;
    float: left;
    padding-bottom: 10px;
}

.deals_main li a .dea_right {
    width: 50%;
    float: right;
    padding: 10px;
}

.dea_right p {
    font-size: 1.2rem;
    color: #333;
    line-height: 2.4rem;
}

.dea_right .code span {
    font-weight: 600;
}

.dea_right .deals_name {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 66px;
}

.dea_right .deals_price span:nth-child(1) {
    color: red;
    font-size: 1.6rem;
    margin-right: 5px;
}

.dea_right .deals_price span:nth-child(2) {
    text-decoration: line-through;
}

.dea_right .deals_time span {
    vertical-align: middle;
}

.dea_right .timeout {
    background: gray;
    pointer-events: none;
}

.deals_main li a .po_absolute {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #f30012;
    text-align: center;
    font-size: 1.2rem;
    padding: 5px;
    line-height: 1.4rem;
    box-sizing: border-box;
}

.times2 {
    display: inline-block;
    width: 2.3rem;
}

.dea_right > div {
    text-align: center;
    padding-left: 3px;
    border-radius: 1rem;
    line-height: 3.5rem;
    background: #f24e14;
    color: white;
    font-weight: bold;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 1.5rem;
    font-family: 'VAG Rounded W01 Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dea_right > div:hover {
    background: #f30012;
}

.deals_loading {
    text-align: center;
    margin-top: 2rem;
}

.deals_loading a {
    font-size: 2.4rem;
    color: #666;
    cursor: pointer;
}

.deals_loading a.hidde {
    display: none;
}

@media (max-width: 1170px) {
    .deals_main li a .dea_right, .deals_main li a .dea_img {
        width: 100%;
    }

    .deals_main li a .dea_img img {
        width: 60%;
        margin: 0 auto;
    }

    .dea_right p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .deals_top_img a {
        width: 100%;
        text-align: center
    }

    .deals_top_img img {
        width: 200%;
        margin: 0 -100%;
        display: inline-block;
        vertical-align: bottom;
    }

    .deals_main li {
        width: 100%;
    }

}