﻿.bg_white {
    background-color: #ffffff;
    width: 100%;
}

.div_coupon {
    background: url(../images/getcoupon.png);
    width: 100%;
    height: 8em;
    background-size: 100%;
    background-repeat: no-repeat;
}

.div_plate {
    background: url(../images/txtplate.png);
    width: 50%;
    height: 3.5em;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 1px solid red;
}

.div_coupon_mon {
    font-size: 32px !important;
    color: #ffffff !important;
    margin-top: 30%;
    margin-left: 8%;
}

.div_coupon_name {
    font-size: 14px;
    color: #ffffff;
    margin: 5px;
    margin-left: 20%;
}

.div_coupon_limit {
    color: #ffffff !important;
}

.div_btn {
    background: url(../images/btn.png);
    background-size: 75%;
    background-repeat: no-repeat;
    width: 105px;
    height: 45px;
    padding-top: 10px;
    padding-left: 6%;
    margin-top: 10px;
    color: #f2eeff;
    font-size: 14px;
    /*border: 1px solid red;*/
}

.font {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    color: #333333;
}

.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: 14px;
}

.mui-toast-container {
    bottom: 40% !important;
}

.mui-toast-message {
    opacity: 0.9;
    color: #c0aff5;
    width: 140px;
    height: 80px;
    padding: 10px 5px 10px 5px;
}

.top_title {
    margin: 10%;
    font-family: 'Microsoft YaHei';
    /*color: #6747ce;*/
    font-size: 24px;
}

#pg-plate-add {
    width: 100%;
    display: inline-block;
    /*min-height:6.4rem;*/
    min-height: 0rem !important;
    /*background: rgba(0,0,0,0) !important;*/
    background-color: rgb(242,238,255) !important;
    position: absolute !important;
    bottom: 0;
    z-index: 1000000;
    background-color: beige;
}

.ui-page {
    height: 0;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 0.36rem;
    color: #CCCCCC;
}

input::-moz-placeholder { /* Firefox 19+ */
    font-size: 0.36rem;
    color: #CCCCCC;
}

input:-ms-input-placeholder { /* IE 10+ */
    font-size: 0.36rem;
    color: #CCCCCC;
}

input:-moz-placeholder { /* Firefox 18- */
    font-size: 0.36rem;
    color: #CCCCCC;
}


.weui-dialog__hd {
    padding: 0;
}

.weui-dialog__btn {
    color: #16AC8F;
}

.complete1 {
    padding: 8px;
    margin: 0;
    font-size: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: flex-end;
}

.complete2 {
    padding: 8px;
    margin: 0;
    font-size: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: flex-end;
}

.keyboard .icon-delete {
    background: #adb3bd;
    font-size: 36px;
    line-height: 46px;
    background-image: url(../images/delete.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.deletes .icon-empty {
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 5px;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .template.keyboard {
        bottom: env(safe-area-inset-bottom);
        border: none;
    }
}

.div_tips {
    margin-top: 25%;
    margin-left: 12%;
    font-size: 10px;
    color: red;
}

#div_NoPlate {
    margin-right: 14%;
    float: right;
    margin-top: -20px
}

.mtop20 {
    margin-top: 20px;
}
