html, body {
    background: #3a71a8;
}
body{max-width: 640px;margin: 0 auto !important;}
.head {
    width: 100%;
    height: 0.44rem;
    background: #fff;
    font-weight: 500;
    font-size: 0.17rem;
    text-align: center;
    line-height: 0.44rem;
}
.saoma-wrap {
    width: 100%;
    height: calc(100vh - 0.12rem - 0.08rem);
    background: #3a71a8;
}
.saoma-wrap .top-img{
    width: 100%;
    display: block;
}
.main-wrap {
    /* height: calc(100vh - 0.12rem - 0.08rem);  */
    margin-top: 0.08rem;
    padding:0.55rem 0.12rem 0;
    background: #3a71a8;
}
.channel-wrap {
    margin-top: 0.08rem;
    padding: 0 0.12rem 0;
}
.main-box {
    position: relative;
    height: 3.88rem;
    background: #e6e8e9;
    border-radius: 0.08rem;
}

.logo {
    position: absolute;
    width: 0.88rem;
    height: 0.88rem;
    left: 50%;
    top: -0.44rem;
    transform: translateX(-50%);
}
.channel {
    position: absolute;
    left: 50%;
    top: 0.08rem;
    transform: translateX(-50%);
    font-weight: 500;
    font-size: 0.2rem;
    width: 100%;
    padding: 1%;
    text-align: center;
}
.main-box h3 {
    padding-top: 0.51rem;
    /* text-align: center; */
    font-weight: 500;
    font-size: 0.2rem;
    padding-left: 36%;
}

.amount-box {
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.amount {
    font-weight: 500;
    font-size: 0.3rem;
    color: #02318B;
    padding-left: 36%;
    /* padding-left: 15px; */
}
.unit {
    font-weight: 500;
    font-size: 0.15rem;
    color: rgba(83, 92, 102, 0.6);
}
.code-box {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0.16rem auto;
}
.code-box img {
    width: 100%;
    height: 100%;
}
.code-box span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-weight: 500;
    font-size: 0.18rem;
    color: #9C5E5C;
}
.downtime {
    text-align: center;
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 0.25rem;
}
.timer {
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 0.25rem;
    color: #DD0000;
}
.order-num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.06rem;
    font-weight: 500;
    font-size: 0.13rem;
    line-height: 0.18rem;
}
.order-num img {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 5px;
    cursor: pointer;
}
.open-btn {
    display: block;
    height: 0.44rem;
    margin-top: 0.16rem;
    line-height: 0.44rem;
    text-align: center;
    border: 2px solid #02318B;
    /* background-color:#e6a23c; */
    border-radius: 0.08rem;
    font-weight: 500;
    font-size: 0.16rem;
    /* color: #02318B; */
    color: #fff;
}
.download-btn {
    display: block;
    height: 0.44rem;
    margin-top: 0.16rem;
    line-height: 0.44rem;
    background: linear-gradient(180deg, #144CB8 0%, #02318B 100%);
    text-align: center;
    border-radius: 0.08rem;
    font-weight: 500;
    font-size: 0.16rem;
    color: #fff;
}

.tips {
    padding-bottom: .1rem;
    margin-top: .2rem;
    color: #fff;
}

.tips p {
    margin-bottom: .1rem;
    font-size: 0.13rem;
}

.hide {
    display: none;
}

.show {
    display: block;
}

#paid {
    padding-top: 1.06rem;
}

.pay-success-img {
    display: block;
    margin: 0 auto .35rem;
    width: 1.82rem;
    height: 1.82rem;
}

.pay-success-text {
    font-family: PingFang SC;
    font-size: .18rem;
    font-weight: 500;
    line-height: .25rem;
    text-align: center;
    color: #535C66;
}
