.footer-area {
    background: #fff;
}
.coupon-slider {
    width: 100%;
    height: 208px;
    background-image: url("/statics/home/default/image/coupon-center.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.coupon-slider .title {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.coupon-slider .title img {
    display: inline-block;
    width: 200px;
    height: 48px;
    vertical-align: middle;
}
.title-menu {
    background: #fff;
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.title-menu .menu-item {
    margin-right: 20px;
    padding: 3px 18px;
    border-radius: 21px;
    border: 1px solid #bbb;
    color: #666;
    cursor: pointer;
}
.title-menu .menu-item.active {
    color: #fff;
    background-color: #e93323;
    border-color: #e93323;
}
.coupon-list {
    width: 1200px;
    min-height: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.stamp * {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Microsoft YaHei", 'Source Code Pro', Menlo, Consolas, Monaco, monospace;
}
.stamp {
    width: 392px;
    height: 140px;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.stamp:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    z-index: -1;
}

.stamp:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
    z-index: -2;
}

.stamp i {
    position: absolute;
    left: 20%;
    top: 45px;
    height: 190px;
    width: 392px;
    background-color: rgba(255, 255, 255, .15);
    transform: rotate(-30deg);
}

.stamp .par {
    float: left;
    padding: 16px 15px;
    width: 220px;
    border-right: 2px dashed rgba(255, 255, 255, .3);
    text-align: left;
}

.stamp .par p {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}

.stamp .par span {
    font-size: 40px;
    color: #fff;
    margin-right: 5px;
    line-height: 65px;
}

.stamp .par .sign {
    font-size: 34px;
}

.stamp .par sub {
    position: relative;
    top: -5px;
    color: rgba(255, 255, 255, .8);
}

.stamp .copy {
    display: inline-block;
    padding: 10px 14px;
    width: 125px;
    vertical-align: text-bottom;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: initial;
}

.stamp .copy p {
    font-size: 16px;
    margin-top: 15px;
}
.stamp02 {
    background: #e93323;
    background: radial-gradient(transparent 0, transparent 5px, #e93323 5px);
    background-size: 15px 15px;
    background-position: 9px 3px;
}
.copy .date {
    font-size: 13px;width: 80px;
}
.stamp02:before {
    background-color: #e93323;
}
.stamp02 .copy .btn {
    background-color: #fff;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    display: block;
    width: 80px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 999;
    margin-top: 60px;
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ribbon-wrapper-1 {
    width: 106px;
    height: 108px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    right: -6px; }

.ribbon-1 {
    font: bold 12px Sans-Serif;
    line-height: 12px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: 3px;
    top: 18px;
    width: 150px;
    background-color: #67C23A;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px; }

.ribbon-1:before, .ribbon-1:after {
    content: "";
    border-top: 4px solid #67C23A;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px; }

.ribbon-1:before {
    left: 0; }

.ribbon-1:after {
    right: 0; }
.empty {
    width: 392px;
    height: 140px;
}