
.load{
    width:7.5rem;
    height:auto;
    background: #fff;
    position: fixed;
    z-index:9999;
}
/* 跳过 */
.time{
    width:0.8rem;
    height:0.56rem;
    background:rgba(0, 0, 0, 0.2);
    border-radius: 0.08rem;
    position: absolute;top:0.41rem;right:0.3rem;
}
.time div{
    width:0.6rem;
    height:0.56rem;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.time div span{
    color: rgba(255, 255, 255, 1);
    font-size: 0.26rem;
    font-family: "微软雅黑";
}
/* .time div span:nth-of-type(1){
    color: #ce1f43;
} */

/* 中间LOGO */
.center{
    width:3.62rem;
    height:5.05rem;
    position: absolute;top:2.2rem;left:1.95rem;
}
.center1{
    width:2.18rem;
    height:3.16rem;
    margin:0 auto;
    /* border:1px dashed #999; */
}
.center1 img{
    width:2.18rem;
    height:3.16rem;
}
.center2{
    width:3.62rem;
    height:1.38rem;
    margin-top:0.5rem;
    /* border:1px dashed #999; */
}
.center2 img{
    width:3.48rem;
    height:1.08rem;
    display:block;
    margin:0 auto;
    margin-top:0.07rem;
}

/* 底部说明 */
.bottom{
/*     width:4.3rem; */
    height:0.55rem;
    position: absolute;bottom:0.86rem;left:1.69rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bottom div{
    width:1.96rem;
    height:0.55rem;
    /* border:1px dashed #999; */
   display: flex;
   justify-content: center;
   align-items: center;
}
.bottom div img{
    width:1.92rem;
    height:0.34rem;
}
.bottom p{
    margin-left:0.17rem;
    color: rgba(0, 0, 0, 1);
    font-size: 0.26rem;
    font-family: "微软雅黑";
}