.coupons_list {
    width: 100%;
    background: #f5f5f5;
    padding: 20px 0px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.coupons_list .core-title {
    width: 1200px;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
}
.coupons_list .item-title {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.coupons_list .core-icon {
    width: 30px;
    height: 30px;
}
.coupons_list .core-name {
    margin-left: 10px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--themeColor);
}
.coupons_list .core-center {
    width: 1200px;
    opacity: 1;
    padding: 20px 20px 0 20px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.coupons_list .coupon-item {
    position: relative;
    display: flex;
    width: 370px;
    height: 160px;
    background-color: #ffedd7;
    color: #926134;
    font-size: 16px;
    /*margin-right: 35px;*/
    margin-bottom: 30px;
}
.coupons_list .coupon-item-one {
    position: relative;
    display: flex;
    width: 370px;
    height: 0px;
}
.coupons_list .coupon-item:nth-child(3n) {
    margin-right: 0;
}
.coupons_list .top-triangle {
    position: absolute;
    bottom: 0;
    right: 69px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom: 11px solid #ffffff;
}
.coupons_list .bottom-triangle {
    position: absolute;
    top: 0;
    right: 69px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #ffffff;
}
.coupons_list .coupon-item-left {
    width: 290px;
    height: 160px;
    padding: 30px 20px 10px 40px;
}
.coupons_list .title-wrapper-one {
    width: 100%;
    height: 50px;
    font-size: 16px;
    display: flex;
}
.coupons_list .title-wrapper-one .title-wrapper-item{
    display: flex;
    /*margin-top: 10px;*/
    /*align-items: flex-end;*/
}
.coupons_list .title-wrapper-one .decode {
    width: 20px;
    height: 30px;
    font-size: 24px;
}
.coupons_list .title-wrapper-one .name {
    max-width: 130px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*margin-left: 10px;*/
    /*line-height: 57px;*/
    margin-top: 22px;
}
.coupons_list .coupon-item .title {
    max-width: 100px;
    /*height: 100%;*/
    font-size: 40px;
    /*line-height: 50px;*/
    display: flex;
    /*align-items: flex-end;*/
}
.coupons_list .coupon-item .title div:first-child {
    font-size: 40px;
    /*line-height: 50px;*/
}
.coupons_list .coupon-item .title div:last-child {
    font-size: 24px;
    text-align: center;
    color: #926134;
    line-height: 22px;
    margin-top: 13px;
    margin-left: 5px;
    margin-right: 5px;
}
.coupons_list .coupon-item-left .desc {
    width: 100%;
    height: 20px;
    font-size: 16px;
    margin-top: 5px;
}
.coupons_list .coupon-item-left .date {
    width: 100%;
    height: 20px;
    font-size: 16px;
    margin-top: 22px;
}
.coupons_list .coupon-item-right {
    width: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 160px;
    line-height: 12px;
}
.coupons_list .coupon-item-right:before {
    position: absolute;
    left: 0;
    height: 86%;
    content: '';
    border-left: 1px dashed #926134;
}
.coupons_list .coupon-item-right .receive {
    cursor: pointer;
    width: 15px;
    height: 80px;
    font-size: 16px;
    line-height: 20px;
}
.core-page{
    /*margin: 0;*/
    padding-top: 8px;
    padding-bottom: 20px;
    width: 1200px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}
