html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #F7F7F7;
}
p{
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-height: 504px;
    background: #F7F7F7;
}

.back {
    width: 100%;
    height: 100%;
}

.top_model {
    width: 100%;
    height: 25%;
    /* background: #3cb275; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo_back {
    display: flex;
    align-items: center;
    justify-content: center;
}
.amount{
    font-weight: 500;
    font-size: 22px;
    color: #000000;
}
.money{
    font-weight: bold;
    font-size: 38px;
    color: #000000;
}

.logo_back > img {
    width: 26px;
    height: 26px;
    width: auto;
}
.wechat_pay{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}
.result_back {
    color: #000000;
    font-size: 18px;
    text-align: center;
}

.bottom_model {
   margin: 25px 12px 12px 12px;
}

.pay_title {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.info_back {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 10px;
}

.content {
   height: 50px;
}

.content span {
    font-size: 14px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #737373;
    font-weight: 500;
}
.mail_info{
    display: flex;
    justify-content: space-between;
}
.mail_info p{
    font-size: 16px;
    color: #737373;
    font-weight: 500;
    margin-top: 18px;
}
.mail_input{
    flex: 1;
    margin-left: 20px;
    background: #F4F4F4;
    border-radius: 2px;
    padding: 10px 18px;
    margin-top: 10px;
}
.mail_input input{
    width: 100%;
    height: 100%;
    border: none;
    background: #F4F4F4;
    font-size: 16px;
    color: #575656;
}
.mail_input textarea {
    width: 100%;
    height: 100%;
    border: none;
    background: #F4F4F4;
    font-size: 16px;
    color: #575656;
}
input:focus {
    outline: none
}
textarea:focus {
    outline: none
}
.asterisk{
    color: #f00;
    margin-left: 5px;
}
.right {
    float: right;
}

.btn_back {
    margin-top: 30px;
   padding: 17px;
}

.btn {
    width: 100%;
    height: 45px;
    background-color: #15BA11;
    border-radius: 5px;
    border: 1px solid #3cb275;
    color: white;
    margin: auto;
    font-weight: 500;
    font-size: 16px;
}

.modal-mack{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#errText{
    margin-top: 30px;
    color: #f00;
    font-size: 12px;
}

/* 邮寄 */
.mail_modal {
    position: fixed;
    visibility: hidden;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.mail_content{
    background-color: #fefefe;
    margin: 65% auto;
    padding: 20px;
    width: 290px;
    border-radius: 10px;
    text-align: center;
}
.mail_title{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}
.mail_text{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}
.select_send{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.send_home{
    height: 46px;
    border-radius: 10px;
    border: 1px solid #666666;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select_lr{
    border: 1px solid #15BA11;
}
.mail_icon{
    width: 28px;
        height: 28px;
        margin-right: 8px;
}
.mail_btn{
    height: 46px;
    background: #15BA11;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
}