i {
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

/*清除浮动*/
.clearfix::after, .clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.pepper-w {
    width: 94.375%;
    margin: 0 auto;
    position: relative;
}

.pepper {
    width: 100%;
    overflow: hidden;
    margin-top: 0.78125em;
    color: #686868;
    border-bottom: 0px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 6px solid #53c7ca;
}

.pepper-l {
    float: left;
    width: 44%;
    border-right: solid 1px #f2f2f2;
    position: relative;
    padding-bottom: 10px;
    /* height: 4.6875em; */
    text-align: center;
}

.pepper-l-num {
    font-size: 12px;
    color: #46c6c9;
}

.pepper-l-num i {
    font-size: 21px;
}

.pepper-l-num span {
    /* font-size: 1.3em; */
    display: inline-block;
    padding-bottom: 6px;
    /* padding-top: 0.8em; */
    padding-top: 10px;
    font-size: 35px;
}

.pepper-l-con {
    font-size: 12px;
    padding-top: 6px;
    line-height: 16px;
}

.pepper-r {
    width: 56%;
    float: right;
    color: #999;
    text-align: left;
    padding-left: 20px;
}

.pepper-r span {
    display: inline-block;
    width: 100%;
    padding: 0.2em 18px 0.2em 0;
    margin: 10px auto 5px;
    font-size: 14px;
    color: #46c6c9;
    font-weight: bold;
}

.pepper-b {
    position: relative;
}

.pepper-b .pb-con {
    color: #fff;
    min-height: 8px;
    padding: 7px 0 6px 8px;
    font-size: 12px;
    background: #74d2d4;
}

.pepper-b .pb-border {
    width: 100%;
    height: 3px;
    background: url(../img/colorbg.png) repeat-x;
    background-size: 8px;
    margin-top: -1px;
    border-bottom: 1px solid #e0e0e0;
}

.pepper-l-num .colot-font, .pepper-r .colot-font {
    color: #7FA6CF;
}

.pepper-b .pb-rule {
    padding: 5px 0 6px 8px;;
}

.pepper-bottom {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: dashed 1px #f2f2f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pepper-bottom a {
    color: #e93b3d;
}

.use-rule {
    border-bottom: 1px solid #bfbfbf;
}

.overdue-icon {
    position: absolute;
    width: 65px;
    height: 70px;
    top: 0px;
    left: 0px;
    background: url(../img/coupon.png) no-repeat -177px 0;
}

.used-icon {
    position: absolute;
    width: 93px;
    height: 93px;
    top: 20px;
    left: 37%;
    background: url(../img/coupon.png) no-repeat 0px 0px;
}

.tips {
    color: #f40;
}

.nocoupon {
    margin: 10px 35%;
    font-size: 18px;
}

.pullUp {
    padding: 20px 0;
}

#addMoreCouponDiv, #noMoreCouponDiv {
    padding: 10px 0;
}