.dialog_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99999;
    width: 100%;
    max-width: 100%;
}

.dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 0.2rem;
}

.dialog_title {
    background-color:#5764ff;
     color: white;
    font-size: 0.2rem;
    line-height: 0.5rem;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
   }

.dialog_content {
    padding: 0 0.2rem;
}

.register_btn a {
    color: #5764ff;
    text-align: center;
    line-height: 0.5rem;
    cursor: pointer;
}
/* 我要编码 */
.dialog .dialog_close {
    float: right;
    color: #333;
    font-size: 0.4rem;
    cursor: pointer;
    position: absolute;
    right: 0.1rem;
}

.code_wrap {
    padding: 0.2rem;
    width: calc(100% - 1rem);
    width: 86%;
    margin: 0 auto;
}

    .code_wrap input {
        width: 100%;
    }

    .code_wrap li {
        line-height: 0.4rem;
        /*overflow: hidden;*/
        margin-bottom: 0.15rem;
    }

        .code_wrap li .li_name {
             width: 1.5rem; 
            text-align: right;
            float: left;
            white-space: nowrap;
            font-size: 0.16rem;
        }

        .code_wrap li .li_con {
            font-size: 0.16rem;
            float: left;
            width: calc(100% - 1.5rem);
            text-align: left;
        }

.code_dialog .p_phone {
    color: #999;
    font-size: 0.14rem;
    line-height: 0.26rem;
    margin-top: 0.15rem;
    text-align: left;
    text-indent: 24px;
}

.code_success_mask .text {
    margin-bottom: 0.2rem;
}

/* 确认订单 */

.confirm_dialog_mask .dialog_close,
.payment_dialog_mask .dialog_close {
    color: #fff;
}

.confirm_dialog_mask .dialog_title,
.payment_dialog_mask .dialog_title {
    color: #fff;
    background: #5764ff;
}

.confirm_dialog_mask .code_wrap li {
    margin-bottom: 0;
    line-height: 0.4rem;
}

.confirm_dialog_mask h5 {
    color: #5664ff;
    font-size: 0.16rem;
    text-align: left;
    width: 86%;
    font-weight: bold;
    margin: 0.2rem auto;
}

.confirm_dialog_mask .code_wrap {
    margin-bottom: 0.45rem;
    padding: 0;
}

.confirm_dialog_mask .payment {
    display: inline-block;
    width: 1.35rem;
    height: 0.38rem;
    border: 1px solid transparent;
    vertical-align: middle;
    cursor: pointer;
}

.payment.active {
    background: url(../img/payment_bg.png) no-repeat right bottom;
    background-size: 0.28rem 0.28rem;
    border: 1px solid #00448b;
}

.payment img {
    z-index: -1;
    width: 100%;
    position: relative;
    display: block;
}
/* 微信支付 */
.payment_box {
    padding: 0.2rem 0;
    overflow: hidden;
}

.pay_left {
    float: left;
    width: 50%;
    padding-right: 0.3rem;
    border-right: 1px solid #ededed;
}

.pay_img {
    width: 1.97rem;
    height: 1.97rem;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    padding: 0.19rem;
    box-sizing: border-box;
    margin: 0.18rem auto;
}

.pay_left .payment_title img {
    display: inline-block;
    vertical-align: middle;
}

.pay_left .payment_title p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 0.7rem);
}

.pay_img img {
    width: 100%;
    height: 100%;
}

.pay_right {
    float: right;
    width: 50%;
}

.pay_left .time {
    text-align: center;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.28rem;
}

    .pay_left .time span {
        color: #5764ff;
        font-size: 0.16rem;
    }

/* commonbtn */
.common_btn {
    position: relative;
    background: #5764ff;
    color: #fff;
    width: 1.2rem;
    min-width: 90px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.default_btn {
    position: relative;
    background: #f2f2f2;
    color: #333;
    width: 1rem;
    text-align: center;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
