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;
}

.main-wrap {
    /*height: calc(100vh - 0.44rem - 0.08rem);*/
    margin-top: 0.08rem;
    padding: 0.04rem 0.37rem 0;
    background: #fff;
}

.main-box {
    position: relative;
    padding-bottom: .19rem;
    /*height: 3.88rem;*/
    background: #E5FFF5;
    border-radius: 0.08rem;
}

.logo {
    position: absolute;
    width: 0.88rem;
    height: 0.88rem;
    left: 50%;
    top: -0.44rem;
    transform: translateX(-50%);
}

.banner-wrapper {
    position: relative;
    /*width: 3rem;*/
    height: .88rem;
}

.banner-wrapper img {
    width: 100%;
    height: 100%;
}

.banner-wrapper div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .12rem;
    width: 1.98rem;
    /*height: .42rem;*/
    word-break: break-word;
    font-family: Bakbak One;
    font-size: .17rem;
    font-weight: 400;
    line-height: .21rem;
    text-align: left;
    color: #FFF;
}

.main-box h3 {
    padding-top: 0.15rem;
    margin-bottom: .06rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: .28rem;
    text-align: center;
    color: #535C66;
    font-size: 0.2rem;
}
.amount-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .16rem;
}
.amount {
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: .26rem;
    color: #2EBD85;
}

.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 auto .16rem;
}
.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 {
    padding: 0 10px;
    text-align: center;
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 0.25rem;
    color: #535C66;
    font-family: PingFang SC;
}

.timer {
    color: #DD0000;
}

.order-num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.04rem;
    font-family: PingFang SC;
    font-size: .13rem;
    font-weight: 500;
    line-height: .18rem;
    color: #535C66;
}

.order-num img {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    margin-left: .12rem;
    cursor: pointer;
}

.open-btn {
    display: block;
    height: 0.44rem;
    margin-top: 0.16rem;
    line-height: 0.44rem;
    text-align: center;
    border: 2px solid #2EBD85;
    border-radius: 0.06rem;
    font-size: 0.16rem;
    color: #2EBD85;
    font-family: PingFang SC;
    font-weight: 400;
}

.download-btn {
    display: block;
    height: 0.44rem;
    margin-top: 0.16rem;
    line-height: 0.44rem;
    background: #2EBD85;
    text-align: center;
    border-radius: 0.06rem;
    font-weight: 500;
    font-size: 0.16rem;
    color: #fff;
    font-family: PingFang SC;
}

.tips {
    padding-bottom: .1rem;
    margin-top: .16rem;
}

.tips p {
    margin-bottom: .1rem;
    font-size: 0.12rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: .14rem;
    color: #333333;
}

.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;
}
