
.coupon-items{
    width: 100%;
    height: 136px;
    display: inline-block;
    overflow-x: scroll;
    margin-top: 10px;
    scrollbar-width:thin;
}
.coupon-list {
    width: auto;
    display: inline-block;
    height: 12px;
}
.coupon-list a{
    width: 380px;
    height: 122px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background: url("/page/pc/images/common/coupon-tips/icon-coupon-user-blank.png") no-repeat;
    background-size: cover;
}
.coupon-mount{
    top: 10px;
    left: 10px;
    color: #ffffff !important;
    font-size: 60px !important;
    position: absolute;
    width: 94px !important;
    margin-left: 12px;
    letter-spacing: 0px;
}
.coupon-info{
    width: 185px;
    position: absolute;
    left: 130px;
    font-size: 12px !important;
    margin-top: 15px;
    line-height: 1.44;
    font-weight: 400;
    color: #FFFFFF;
}
.coupon-info span{
    font-size: 12px !important;
    color: #ff9900 !important;
}
.coupon-info .coupon-tips{
    color: #ffffff !important;
    letter-spacing: 1px;
    opacity: 0.8;
}
.order-info-table{
    height: 110px;
}
.order-info-table table{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-top: 30px;
    line-height: 2.5;
}
.order-info-table table td{
    border-right: 1px solid #dddddd;
}
.order-info-table table td:last-child{
    border: none;
}
.order-status-info a{
    color: #999999;
}
.wrapper-title{
    width: 100%;
    height: 60px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    padding: 0px 25px;
    border-bottom: 1px solid #e5e5e5;
}
.sample-right-content {
    width: 100%;
    float: left;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    min-height: 500px;
    height: auto;
}