/* 外层 */
body {
    height: 27.8rem
        /* 1390/50 */
    ;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    /* padding-top: 2.08rem 104/50; */
    position: relative;
}

/* 点击弹支付选择 */
.layout4 {
    width: 100%;
    height: 100%;
    background-color: #252525db;
    z-index: 900;
    position: absolute;
}

.layout4-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay {
    width: 13rem
        /* 650/50 */
    ;
    height: 14rem
        /* 700/50 */
    ;
    background: url(../images/frame.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    /* background-color: rgba(255, 255, 255); */
    /* display: flex; */
    display: block;
    z-index: 0;
    position: relative;
}

/* 左右线 */
.wire {
    width: 11.2rem
        /* 560/50 */
    ;
    height: 1.5rem
        /* 75/50 */
    ;
    /* background-color: pink; */
    margin: 0 auto;
    margin-top: 1.4rem
        /* 70/50 */
    ;
    margin-bottom: 0.8rem
        /* 40/50 */
    ;
    font-family: 方正姚体;
    color: rgba(40, 85, 83);
    font-size: 0.8rem
        /* 40/50 */
    ;
    text-align: center;
    line-height: 1.5rem
        /* 75/50 */
    ;
}

.left1 {
    width: 3.8rem
        /* 190/50 */
    ;
    height: 0.88rem
        /* 44/50 */
    ;
    /* background-color: purple; */
    float: left;
    margin-top: 0.6rem
        /* 30/50 */
    ;
}

.right1 {
    width: 3.8rem
        /* 190/50 */
    ;
    height: 0.88rem
        /* 44/50 */
    ;
    /* background-color: blue; */
    float: right;
    margin-top: 0.6rem
        /* 30/50 */
    ;
}

/* 支付图标 */
.biaozhi {
    width: 6.8rem
        /* 340/50 */
    ;
    height: 2.2rem
        /* 110/50 */
    ;
    margin: 0 auto;
    margin-top: 1.2rem;
    /* 60/50 */
    display: flex;
    justify-content: space-around;
}

/* 支付宝 */
.left {
    /* float: left; */
    width: 3rem
        /* 150/50 */
    ;
    height: 3rem
        /* 150/50 */
    ;
}

#pay12 {
    width: 2.2rem
        /* 110/50 */
    ;
    height: 2.2rem
        /* 110/50 */
    ;
    margin: 0 auto;
    margin-right: 0.12rem
        /* 6/50 */
    ;
}

/* 选中框 */
#pay1 {
    /* float: left; */
    width: 3.4rem
        /* 170/50 */
    ;
    height: 2.56rem
        /* 128/50 */
    ;
    background-size: contain;
    margin: 0 auto;
    margin-top: -2.36rem
        /* 118/50 */
    ;
    display: none;
}

/* 微信 */
.right {
    /* float: right; */
    width: 3rem
        /* 150/50 */
    ;
    height: 3rem
        /* 150/50 */
    ;
}

#pay2 {
    width: 2.2rem
        /* 110/50 */
    ;
    height: 2.2rem
        /* 110/50 */
    ;
    margin: 0 auto;
    margin-left: 0.28rem
        /* 14/50 */
    ;
}

/* 选中框 */
#payy {
    /* float: right; */
    width: 3.4rem
        /* 170/50 */
    ;
    height: 2.56rem
        /* 128/50 */
    ;
    background-size: contain;
    margin: 0 auto;
    margin-top: -2.36rem
        /* 118/50 */
    ;
    display: none;
}

/* 盒子 */
.pay-table {
    width: 100%;
}

.table-item {
    width: 80%;
    margin: 0 auto;
    padding: 0.3rem
        /* 15/50 */
        0;
    display: flex;
    justify-content: space-around;
    font-size: 0.68rem
        /* 34/50 */
    ;
    font-family: Arial;
    border-collapse: collapse;
    font-family: 方正姚体;
    position: relative;
}

.table-item::after {
    position: absolute;
    content: " ";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    /* background-color: #c91623; */
    background: url(../images/across.png) no-repeat;
    background-size: 100% 100%;
}

.over {
    position: absolute;
    top: 0.5rem
        /* 25/50 */
    ;
    right: 0.5rem
        /* 25/50 */
    ;
    width: 1.2rem
        /* 60/50 */
    ;
    height: 1.2rem
        /* 60/50 */
    ;
}

.over img {
    width: 1.2rem
        /* 60/50 */
    ;
    height: 1.2rem
        /* 60/50 */
    ;
}

/* 年龄限制 */
.layout5 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252525db;
    z-index: 900;
}

.astrict {
    width: 10rem
        /* 500/50 */
    ;
    height: 6rem
        /* 300/50 */
    ;
    background-color: rgba(255, 255, 255);
    position: absolute;
    display: flex;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 99999;
    border-radius: 2%;
}

.astrict1 {
    width: 8rem
        /* 400/50 */
    ;
    position: absolute;
    display: flex;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    display: block;
    font-family: 宋体;
}

/* 没验证之前的遮罩层 */
.layout3 {
    /* display: none; */
    position: fixed;
    /* background-color: #252525db; */
    background-color: #000000;
    opacity: 0.2;
    -moz-opacity: 0.3;
    filter: alpha(opacity=50);
    top: 8.8rem
        /* 440/50 */
    ;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
}

/* 遮罩层 */
.layout {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252525db;
    z-index: 900;
}

/* 圈 */

#box {
    display: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 45%;
    top: 80%;
    background: url(../images/investjd.png);
    z-index: 9999;
    color: #fff;
    /* font-size: 40px; */
}

.layout-1 {
    background-image: url(../images/czbj.png);
    height: 27.8rem
        /* 1390/50 */
    ;
    /* background-color: pink; */
    width: 100%;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    /* background-color: #ced4da; */
}

.header {
    width: 100%;
    height: 3rem
        /* 150/50 */
    ;
    background-color: #98c2c2;
    border-bottom: 0.06rem
        /* 3/50 */
        solid black;
    position: relative;
    margin-bottom: 0.6rem
        /* 30/50 */
    ;
}

/* x图标 */

.esc {
    line-height: 1.6rem
        /* 80/50 */
    ;
    /* background-color: brown; */
    text-align: center;
    border-radius: 50%;
    /* color:black; */
    font-size: 1.6rem
        /* 80/50 */
    ;
    font-weight: 300;
    position: absolute;
    top: 0.9rem
        /* 45/50 */
    ;
    left: 0.4rem
        /* 20/50 */
    ;
}

.esc a {
    color: black;
}

/* 标题 */

.headline {
    display: block;
    /* height: 35px; */
    /* background-color: brown; */
    /* margin: 0 auto; */
    position: absolute;
    top: 1rem
        /* 50/50 */
    ;
    left: 5rem
        /* 250/50 */
    ;
    color: #fff;
    font-size: 0.8rem
        /* 40/50 */
    ;
}

/* 提示消息 */

.tips,
.tips1 {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    padding: 0 0.5rem
        /* 25/50 */
    ;
    transform: translateX(-50%);
    min-width: 3.8rem
        /* 190/50 */
    ;
    height: 1.44rem
        /* 72/50 */
    ;
    line-height: 1.44rem
        /* 72/50 */
    ;
    text-align: center;
    font-size: 0.56rem
        /* 28/50 */
    ;
    z-index: 999;
    color: white;
    border-radius: 0.4rem
        /* 20/50 */
    ;
}

.tips {
    background: #166262cc;
}

.tips1 {
    background-color: #ef5350;
}

/* 主体 */

.banner-header {
    line-height: 2rem
        /* 100/50 */
    ;
    height: 2rem
        /* 100/50 */
    ;
    width: 100%;
    font-size: 0.72rem
        /* 36/50 */
    ;
    font-weight: 700;
    text-align: center;
}

.banner-header p:last-child {
    margin: 0 auto;
    width: 80%;
    height: 2px;
}

/* 下拉框 */
.writeInfo {
    padding-top: 1rem
        /* 50/50 */
    ;
    display: flex;
    justify-content: center;
}

.writeInfo span {
    font-size: 0.6rem
        /* 30/50 */
    ;
    line-height: 1.2rem
        /* 60/50 */
    ;
}

select.selectSure {
    margin-left: 1rem
        /* 50/50 */
    ;
    /* margin-top: -35px; */
    height: 1.24rem
        /* 62/50 */
    ;
    width: 8rem
        /* 400/50 */
    ;
    text-indent: 0.8rem
        /* 40/50 */
    ;
    border: 0.02rem
        /* 1/50 */
        solid grey;
    background-color: #e1efe1;
}

input.selectSure {
    margin-left: 1rem
        /* 50/50 */
    ;
    /* margin-top: -35px; */
    height: 1.24rem
        /* 62/50 */
    ;
    width: 8rem
        /* 400/50 */
    ;
    text-indent: 0.8rem
        /* 40/50 */
    ;
    border: 0.02rem
        /* 1/50 */
        solid grey;
    background-color: #e1efe1;
}

/* 小三角行 */

.writeInfo .check {
    width: 40%;
    margin-top: -5px;
    margin-bottom: 25px;
    margin-right: 240px;
}

.rechargeWrap {
    width: 800px;
    height: auto;
    /*border: 1px solid red;*/
    margin: 0 auto;
}

.errorTips {
    color: red;
    padding: 0;
    margin: 0;
    margin-top: 12px;
    margin-left: 120px;
    font-weight: bold;
    margin-bottom: -6px;
    display: none;
}

.roleInfo,
.roleMoney {
    display: none;
}

.c {
    display: flex;
    justify-content: center;
}

.c span {
    font-size: 0.6rem
        /* 30/50 */
    ;
    /* background-color: yellow; */

    line-height: 1.2rem
        /* 60/50 */
    ;
}

.c input {
    margin-left: 0.84rem
        /* 42/50 */
    ;
    margin-top: 0.4rem
        /* 20/50 */
    ;
    height: 1.24rem
        /* 62/50 */
    ;
    width: 8rem
        /* 400/50 */
    ;
    text-indent: 0.8rem
        /* 40/50 */
    ;
    background-color: #e1efe1;
    border: 0.02rem
        /* 1/50 */
        solid grey;
}

/* 确认角色信息 */

.affirm {
    width: 13.6rem
        /* 680/50 */
    ;
    height: 1.6rem
        /* 80/50 */
    ;
    background-color: #98c2c2;
    margin-left: 0.6rem
        /* 30/50 */
    ;
    margin-top: 0.4rem
        /* 20/50 */
    ;
    border-radius: 0.1rem
        /* 5/50 */
    ;
    box-shadow: 0 2px 20px 0 #babacd;
    text-align: center;
    line-height: 1.6rem
        /* 80/50 */
    ;
    color: black;
    font-size: 0.8rem
        /* 40/50 */
    ;
    border: 0.04rem
        /* 2/50 */
        solid #fff;
}

/* 金额选择 */

.buyDetails {
    width: 100%;
    height: 14rem
        /* 700/50 */
    ;
    /* background-color: pink; */
    margin-top: 1rem
        /* 50/50 */
    ;
    position: relative;
}

.buyDetails li {
    width: 25%;
    min-height: 5.5rem
        /* 300/50 */
    ;
    /* background-color: yellow; */
    float: left;
    text-align: center;
    margin-top: 0.3rem
        /* 15/50 */
    ;
    position: relative;
}

.buyDetails p {
    line-height: 1.54rem
        /* 77/50 */
    ;
}

/* 金条 */

.buyDetails li>img {
    width: 2rem
        /* 100/50 */
    ;
    height: 2rem
        /* 100/50 */
    ;
    margin: 0 auto;
    /* background-size:contain;   */
    background-size: cover;
}

.buyDetails li>.view-active {
    display: none;
}

.hot {
    position: absolute;
    width: 1.2rem
        /* 60/50 */
    ;
    height: 1.2rem
        /* 60/50 */
    ;
    /* background-color: #C91623;  */
    margin-top: -2rem
        /* 100/50 */
    ;
    margin-left: 2rem
        /* 100/50 */
    ;
}

.hot img {
    width: 100%;
    height: 100%;
}

/* 金条底图数量 */

.clause {
    background-image: url(../images/jintiaoshuliang.png);
    width: 2.9rem
        /* 145/50 */
    ;
    height: 1.4rem
        /* 70/50 */
    ;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    margin: 0 auto;
    font-size: 0.52rem
        /* 26/50 */
    ;
    font-family: vueblog;
    color: #fff;
}

/* 价格 */

.buyDetails span {
    display: inline-block;
    background-image: url(../images/价格底图.png);
    width: 3.36rem
        /* 168/50 */
    ;
    height: 2rem
        /* 100/50 */
    ;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    margin: 0 auto;
    font-size: 0.7rem
        /* 35/50 */
    ;
    font-weight: 700;
    font-family: vueblog;
    color: #fffdff;
    text-shadow: black 3px 3px 3px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8rem
        /* 90/50 */
    ;
}

.bottom {
    width: 14rem
        /* 700/50 */
    ;
    height: 4rem
        /* 200/50 */
    ;
    /* background-color: brown; */
    position: absolute;
    top: 24rem
        /* 1200/50 */
    ;
    left: 0.46rem
        /* 23/50 */
    ;
}

.bottom p {
    color: black;
    /* font-size: ; */
}