body{
    background-color: #f1f3f5;
}
.header{
    height: 8.438rem;
    background: url("https://media.songguo7.com/ebike-static/activity/invite/header-bg.png") no-repeat center;
    background-size: contain;
    text-align: center;
    color: #333333;
}
.tip-icon{
    padding-top: 1.562rem;
    height: 3.0rem;
}
.tip-icon img{
    height: 100%;
}
.header h2{
    margin-top: 1.25rem;
    font-size: 1.125rem;
    color: #333333;
}
.header h2 em{
    font-size: 1.125rem;
    color: #fd9b1c;
    font-weight: bold;
}
.content{
    padding: 0 0.938rem;
    font-size: 0.8125rem;
    color: #333333;
}
.content h2{
    margin-top: 0.938rem;
    font-size: 0.812rem;
    color: #333333;
}
.content .gray{
    font-size: 0.875rem;
    color: #999999;
}
.content .coupon-info{
    float: left;
}
.content .coupon-l{
    float: right;
}
.coupon-l p{
    margin-bottom: 0.312rem;
}
.coupon-l p:last-child{
    margin-bottom: 0.0rem;
}
.content li{
    padding: 1.062rem 0;
    border-bottom: 1px solid #d7d7d7;
}
.no-data{
    color: #999999;
    margin-top: 6.25rem;
    text-align: center;
}
@media screen and (max-width: 374px){
    .content{
        font-size:0.8125rem;
    }
}