﻿.bg_white {
    background-color: #ffffff;
    width: 100%;
}

.div_coupon {
    background: url(../images/coupon_success.png);
    width: 100%;
    height: 20em;
    background-size: 100%;
    background-repeat: no-repeat;
}

.div_coupon_mon {
    font-size: 38px;
    color: #ffffff;
    margin-top: 30%;
    margin-left: 12%;
}

.div_coupon_name {
    font-size: 14px;
    color: #ffffff;
    margin: 5px;
    margin-left: 15%;
}

.div_coupon_limit {
    color: #c0aff5;
}

.div_coupon_limit_hb {
    color: #ffffff;
}

.div_getbtn {
    background: url(../images/btnGet.png);
    width: 60%;
    background-size: 100%;
    background-repeat: no-repeat;
    color: white;
    height: 60px;
    border: 0px;
    margin-left: 20%;
    margin-top: 10%;
    padding: 3%;
    font-size: 1.2em;
}

.top_title {
    margin: 10%;
    font-family: 'Microsoft YaHei';
    /*color: #6747ce;*/
    font-size: 24px;
}

.top_title_hb {
    color: rgb(255,114,16);
}
