* {
    box-sizing: border-box;
}
.top-banner {
    margin-top: 72px;
    position: relative;
    width: 100%;
    height: 623px;
    background: #FF0000;
    background-image: url(/templates/xgjnew/img/yxsale/banner.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 623px;
    overflow: hidden;
}
.card-wrapper {
    background: #FF0000;
    margin: 0 auto;
}
.card-1 {
    height: 512px;
    padding-top: 342px;
    background-image: url(/templates/xgjnew/img/yxsale/bg-1.png);
    background-repeat: no-repeat;
    background-size: auto 512px;
    background-position: top center;
}
.card-2 {
    height: 492px;
    padding-top: 148px;
    background-image: url(/templates/xgjnew/img/yxsale/bg-2.png);
    background-repeat: no-repeat;
    background-size: auto 492px;
    background-position: top center;
}
.card-3 {
    height: 939px;
    padding-top: 142px;
    background-image: url(/templates/xgjnew/img/yxsale/bg-3.png);
    background-repeat: no-repeat;
    background-size: auto 939px;
    background-position: top center;
}
.card-4  {
    height: 2718px;
    padding-top: 188px;
    background-image: url(/templates/xgjnew/img/yxsale/bg-4.png);
    background-repeat: no-repeat;
    background-size: auto 2718px;
    background-position: top center;
}
.card-5  {
    height: 1062px;
    background-image: url(/templates/xgjnew/img/yxsale/bg-5.png);
    background-repeat: no-repeat;
    background-size: auto 1062px;
    background-position: top center;
    cursor: pointer;
}
.m-center {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}
.m-center>img {
    cursor: pointer;
}
.card-1 .count-time {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-1 .count-time .time {
    width: 82px;
    height: 82px;
    line-height: 82px;
    margin: 0 38px;
    font-size: 40px;
    font-weight: bold;
    color: #CC3715;
    background: #FFCFAF;
    border-radius: 8px;
    text-align: center;
}
.card-1 .count-time .time.first {
    margin-left: 0;
}
.card-1 .count-time .time.last {
    margin-right: 0;
}
.card-1 .count-time .time .unit {
    line-height: 30px;
    margin-left: 5px;
    font-size: 20px;
}
.card-1 .count-time .dot {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-1 .count-time .dot .dot-item {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFC39B;
}
.card-1 .count-time .dot .dot-item:first-child {
    margin-bottom: 15px;
}
.card-2 .m-center>img {
    width: 826px;
    height: 259px;
}
.card-3 .m-center {
    flex-direction: column;
    align-items: center;
}
.card-3 .m-center>img {
    width: 828px;
    height: 241px;
}
.card-3 .m-center .coupon-bottom {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.card-3 .m-center .coupon-bottom>img {
    width: 405px;
    height: 442px;
    cursor: pointer;
}
.card-3 .m-center .coupon-bottom>img:first-child {
    margin-right: 17px;
}
.card-4 .m-center>img {
    width: 823px;
    height: 618px;
}