.loading-header{
    padding: 0.64rem 0.2rem;
    padding-bottom: 1rem;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
}
.header-logo{width: 2.4rem;
    height: 2.4rem;
    margin: 0.2rem auto;
    border-radius: 100%;
    position: relative;
}
.header-logo:before{content: ''; width:100%;height:100%;border-radius: 100%;position:absolute;top:0;left:0;right: 0;bottom: 0;
    /*box-shadow:0 -10px 12px #fff;*/}
.header-logo:after{ content: '';width:100%;height:100%;border-radius: 100%;position:absolute;top:0;left:0;right: 0;bottom: 0;
    /*box-shadow:0 6px 12px #dddddd;*/}
.word-img{text-align: center;margin-bottom: 0.1rem;}
.word-img img{width: 20%;}
.loading-header  .title{font-size: 0.4rem;font-weight: bold;text-align: center;margin-top: 0.2rem;
    margin-bottom: 0.1rem;}
.loading-header p{text-align: center;font-size: 0.32rem;}
.loading-body{padding: 0 0.2rem;}
.loading-box  li{padding: 0.2rem 0.4rem;}
.loading-box  li p {font-size: 0.34rem;}
.loading-box  li p em{vertical-align: middle;width: 4.7rem;}
.loading-box  li p img{width: 0.65rem;vertical-align: middle;margin-right: 0.1rem;}
.loading-box  li p img.phoneIcon{width: 0.72rem;}
.loading-box  li p img.rightIcon{width: 0.48rem;}
.loading-box  li p a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.32rem 0.08rem;
    gap: 8px;
    width: 5.6rem;
    height: 0.22rem;
    background: #0085D0;
    border-radius: 0.6rem;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-align: center;
    color: #FFFFFF;
}
.loading-box  li p.flex{    
    margin-bottom: 0.24rem;
    margin-top: 0.32rem;}
.loading-box  li p.det{
    text-align: center;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: rgba(0, 0, 0, 0.26);
}
.copyright{
    position: fixed;
    bottom: 0.64rem;
    left: 0;
    right: 0;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 0.28rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);    
}

#weixin-tip{position: fixed; left:0; top:0; background: rgba(0,0,0,0.8); filter:alpha(opacity=80); width: 100%; height:100%; z-index: 100;}
#weixin-tip p{text-align: center; margin-top: 10%; padding:0 5%;}