body {
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    background: url("../imges/bgimg.png") no-repeat;
    background-size: 100% 25%;
}
@media screen and (min-width: 750px) {
    html {
        font-size: 37.5px !important;
    }
}
.container{
    height: 21.7866667rem;
    position: relative;
    width: 100%;
    max-width: 750px;
    box-sizing:border-box;
    height: 100%;
    overflow:auto
}

.myhead{
    height: 8rem;
    display: flex;
}

.myhead .van-image{
    margin-top: 1.86667rem;
    margin-left: 1rem;
}
.recharge{
    width: 90%;
    margin: auto;
    height: 5rem;
    border-radius: 0.5rem;
    background: linear-gradient(#6899F8,#0F73E2);
    margin-top: -2rem;
    margin-bottom: 1rem;
}
.mon{
    width: 6rem;
    margin-left: 1.2rem;
    height: 5rem;
    float: left;
    /*background-color: #1aad19;*/
}
.title{
    color: #A5CBFA;
    font-size: 0.8rem;
    padding-top: 1rem;
    /*background-color: #aaaaaa;*/
    font-family: PingFang SC-Medium, PingFang SC;
}
.text{
    color: #FFFFFF;
    font-size: 1rem;
    padding-top: 0.3rem;
    /*background-color: #ffd01e;*/
    font-family: PingFang SC-Medium, PingFang SC;
}
.sign{
    color: #FFFFFF;
    font-size: 0.6rem;
    padding-top: 1rem;
    /*background-color: #ffd01e;*/
    float: left;
    font-family: PingFang SC-Medium, PingFang SC;
}
.jine{
    color: #FFFFFF;
    font-size: 1.5rem;
    padding-top: 0.3rem;
    /*background-color: #FF3B30;*/
    float: left;
    padding-left: 0.1rem;
    font-family: PingFang SC-Medium, PingFang SC;
}
.senseless{
    width: 4rem;
    margin-left: 1rem;
    height: 5rem;
    float: left;
    /*background-color: #ffd01e;*/
}
.icon{
    width: 1.5rem;
    height: 1.6rem;
    margin: auto;
    /* background-color: #2ca0ff; */
    margin-top: 0.85rem;
}
.icon1{
    width: 1.5rem;
    height: 1.6rem;
    margin: auto;
    /*background-color: #2ca0ff;*/
    margin-top: 0.85rem;
}
.icon img{
    width: 100%;
    height: 100%;
}
.icon1 img{
    width: 100%;
    height: 100%;
}
.title1{
    color: #A5CBFA;
    font-size: 0.6rem;
    text-align: center;
    padding-top: 0.5rem;
    /*background-color: #aaaaaa;*/
    font-family: PingFang SC-Medium, PingFang SC;
}
.title2{
    color: #A5CBFA;
    font-size: 0.6rem;
    text-align: center;
    padding-top: 0.5rem;
    /*background-color: #aaaaaa;*/
    font-family: PingFang SC-Medium, PingFang SC;
}
.content{
    width: 90%;
    margin-left: 5%;
    padding-top: 1rem;
    background: #fff;
    height: 29rem;
    border-radius: 0.78rem;
}
.myhead .name{
    font-size: 1.1rem;
    line-height: 1.35rem;
    font-family: "PingFang-SC-Heavy";
}

.head_right{
    margin-top: 2.7rem;
    margin-left: 0.5rem;
    font-size: 1.3rem;
    font-family: DIN Alternate-Bold, DIN Alternate;
    font-weight: bold;
    color: #1D1F24;
}

.van-cell{
    height: 3rem;
}

.van-cell .van-icon__image{
    width: 1.5rem;
    height: 1.5rem;
}

.van-cell__title span{
    font-size: 0.82rem;
    line-height: 1rem;
    font-family: "PingFang-SC-Heavy";
}

.van-cell__title{
    margin-left: 10px;
    padding-top: 7px;
}