﻿.font {
    font-family: 'Microsoft YaHei';
    font-size: 24px;
    color: #ffffff;
}

.div_head {
    background: url(../images/juxing.png);
    width: 28%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 80px;
    padding-top: 1em;
    margin-left: 3%;
}

.font_head {
    font-size: 14px;
}

.font_sec_head {
    color: #181818;
}

.QR {
    margin-top: 15px;
}

.div_banner {
    background: url(../images/banner.png);
    width: 100%;
    height: 8em;
    background-size: contain;
    background-repeat: repeat-x;
}

.bg_white {
    background-color: #ffffff;
}

.logo {
    width: 60px;
    height: 60px;
    margin-left: 25px;
}

.logo_QR {
    margin-left: 5px;
}

.logo_bc {
    width: 100px;
    height: 60px;
}

.hj_5 {
    margin-top: 5px;
}

.hj_10 {
    margin-top: 10px;
}

.div_coupon {
    background: url(../images/圆角矩形-1.png?v=1);
    border-radius: 2%;
    width: 92%;
    height: 5em;
    background-size: 85%;
    margin: 0.5em;
    background-repeat: repeat-x;
}

/*紫色*/
.div_coupon_mon {
    font-size: 24px;
    color: #6747ce;
    margin-top: 8%;
}

.div_coupon_name {
    font-size: 14px;
    color: #6747ce;
    margin: 5px;
    margin-top: 1px;
}

.div_coupon_limit {
    color: #666666;
}

/*录入按钮*/
.input_btn {
    background-color: #6747ce;
    width: 80%;
    height: 40px;
    padding: 3px;
    margin-left: 15%;
}

#div {
    width: 0px;
    height: 0px;
    background: red;
    position: fixed;
    top: 70%;
    left: 50%;
}
/*移除底部或顶部三角,需要在删除此代码*/
.mui-popover .mui-popover-arrow:after {
    width: 0px;
}

.mui-popover #popup {
    height: 30px;
}

.mui-toast-container {
    bottom: 40% !important;
}

.mui-toast-message {
    opacity: 0.9;
    color: #c0aff5;
    width: 140px;
    height: 40px;
    padding: 10px 5px 10px 5px;
}
