
body {
    background: #f7f7f7;
}
.out-box {
    margin-top: 37px;
}
.out-box .page-wrap {
    height: 332px;
    /*min-height: 487px;*/
    background: #fff;
    box-sizing: border-box;
}
.module-con.pay {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
.pay-first {
    min-width: 400px;
    min-height: 271px;
    color: #4d4d4d;
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica,PingFang SC,Hiragino Sans GB, Microsoft YaHei,SimHei, \\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    letter-spacing: 1px;
    margin: 0 auto;
}
.pay-first .succ,
.pay-first .tip,
.pay-first .ordernum {
    margin-bottom: 9px;
}
.pay-first .succ {
    text-align: center;
    font-size: 21px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(246, 119, 25, 1);
    line-height: 23px;
    margin-bottom: 15px;
}
.pay-first .succ::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../img/icon-checkg.png") no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-right: 9px;
}
.pay-first .tip > i {
    color: #f67719;
    font-weight: 600;
}
.pay-first .allprice {
    width: 76px;
    height: 35px;
    font-size: 25px;
    font-weight: 600;
    color: rgba(255, 89, 46, 1);
    line-height: 35px;
    letter-spacing: 1px;
    margin-left: 10px;
    vertical-align: middle;
}
/* 支付方式 */
.pay-type {
    width: 100%;
    height: 64px;
    margin-top: 40px;
    line-height: 64px;
    display: flex;
}
.pay-type .pay-chioce {
    width: 314px;
    height: 64px;
    background: rgba(246, 246, 246, 1);
    margin-left: 18px;
    display: flex;
    font-size: 12px;
    padding-left: 23px;
    box-sizing: border-box;
}
.pay-chioce .radio:first-child {
    margin-right: 40px;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
/* 单选框样式 */
.radio input[type="radio"] + .radio-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: -2px;
    margin-right: 6px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ccc;
}
/* 选中 */
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #ffd006;
    border: 1px solid #ffd006;
    box-shadow: inset 0 0 0 4px #fff1b7;
}
.radio-label > img {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 6px;
}
/* 提交按钮 */
.btn-submit {
    width: 207px;
    height: 41px;
    line-height: 41px;
    background: rgba(255, 208, 6, 1);
    border-radius: 1px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: rgba(66, 62, 62, 1);
    cursor: default;
    letter-spacing: 1px;
    margin: 0px auto;
    margin-top: 50px;
}

/* 返回 */
.pay-second .top-back {
    display: inline-block;
    position: absolute;
    top: 53px;
    left: 41px;
    height: 17px;
    font-size: 13px;
    color: #212121;
    cursor: default;
    line-height: 17px;
    letter-spacing: 1px;
}
.pay-second .top-back::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-right: 9px;
    background-image: url(../img/icon-arrl.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.pay-second .pay-sys{
    display:none;
    width: 171px;
    text-align: center;
    letter-spacing: 1px;
}
.pay-second .tit {
    font-size: 14px;
    font-weight: 600;
    font-family: Helvetica Neue, Helvetica,PingFang SC,Hiragino Sans GB, Microsoft YaHei,SimHei, \\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    color: rgba(42, 40, 40, 1);
    line-height: 20px;
    margin-bottom: 7px;
}
.pay-second .allprice {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 89, 46, 1);
    line-height: 28px;
    margin-bottom: 20px;
}
.pay-second .psym {
    font-size: 14px;
}
.pay-second .codewrap {
    padding: 15px;
    background: #fff;
    border: 1px solid #979797;
}
.codewrap > img {
    display: block;
    width: 141px;
    height: 143px;
    margin-bottom: 8px;
}
.codewrap > p {
    font-size: 12px;
    color: rgba(42, 40, 40, 1);
    line-height: 20px;
}
