.coupon_list li {
    margin-bottom: 10px;
}
.Cou03-block.gary {
    background: url(../images/coupon/coupon05.png)top center no-repeat;
    background-size: 100% 100%;
}
.Cou03-block.sea {
    background: url(../images/coupon/coupon01.png)top center no-repeat;
    background-size: 100% 100%;
}
.Cou03-block.rose {
    background: url(../images/coupon/coupon04.png)top center no-repeat;
    background-size: 100% 100%;
}
.Cou03-block.violet {
    background: url(../images/coupon/coupon03.png)top center no-repeat;
    background-size: 100% 100%;
}
.Cou03-block.yellow {
    background: url(../images/coupon/coupon02.png)top center no-repeat;
    background-size: 100% 100%;
}
.gary .Cou03-data {
    background-color: #fff;
    padding-left: 3px;
}
.gary .font_color {
    color: #333;
}
.violet .Cou03-data {
    background-color: #65009a;
    padding-left: 3px;
}
.violet .font_color {
    color: #e4b0ff;
}
.yellow .font_color {
    color: #fdd835;
}
.yellow .Cou03-data {
    background-color: #cc6620;
    padding-left: 3px;
}
.sea .font_color {
    color: #FF492C;
}
.sea .Cou03-data {
    background-color: #fff;
    padding-left: 3px;
    color: #A3DDF7;
}
.rose .font_color {
    color: #f8bbd0;
}
.rose .Cou03-data {
    background-color: #c2185b;
}
.sub_title {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    height: 12px;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
}
.Cou03-block {
    width: 100%;
    height: 108px;
}
.Cou-No {
    height: 30px;
    padding-left: 15px;
    padding-top: 15px;
    font-size: 12px;
    color: #000;
}
.Cou03-Covalue {
    padding-left: 15px;
    width: auto !important;
    float: left;
    font-size: 30px;
    font-family: 'Aria';
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
}
.Cou03-unit {
    width: 20px;
    height: 100%;
    float: left;
    font-size: 1em;
    font-family: '微软雅黑';
    text-align: center;
    line-height: 50px;
}
.Cou-right {
    float: right;
    margin-right: 15px;
    font-size: 14px;
}
.Cou-name {
    text-align: left;
    color: #000;
}
.Cou03-data {
    text-align: center;
    font-size: 12px;

}
.Cou-Exp {
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    text-align: right;
    color: #D3D3D3;
    padding-right: 7px;
}

.tips_warning {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    /*display: block;*/
    display: none;
    color: #fff;
    background-color: #F4F4F4;
}
.tips_warning img {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}
.tips_warning h5 {
    argin: 0 auto;
    margin-top: 20px;
    width: 100%;
    font-weight: normal;
    text-align: center;
    color: #7B7B7B;
}
.tips_warning a {
    width: 40%;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #FFF2ED;
    color: #F9676B;
    font-size: 16px;
    text-align: center;
    border: 1px solid #F9676B;
    border-radius: 250px;
    display: block;
    padding: 5px 3px;
}
.endtime {
    width: 80px;
    height: 16px;
    overflow: hidden;
    float: right;
}

.Cou03-Covalue i{
    font-size: 14px;
    font-weight: normal;
    margin-right: 7px;
}
.Cou03-Covalue s {
    font-size: 20px;
    text-decoration: none;
}

#show_all_coupon {
    width: 100%;
    height: 33px;
    background-color: #ff6600;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 10px;
}