body{
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,Source Han Sans SC,Noto Sans CJK SC,Source Han Sans CN,Noto Sans SC,Source Han Sans TC,Noto Sans CJK TC,SimSun,sans-serif;
    max-width: 7.5rem;
    margin: 0 auto;
}
.labei{
    background-image: url(../images/pibei.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

}
.main{
    max-width: 7.5rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
*{
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
.header{
    height: 0.88rem;
    background: #7868CB;
    position: fixed;
    top: 0;
    z-index: 110000;
    width: 7.5rem;
}
.logo{
    float: left;

}
.logo a{
    padding-left: 0.3rem;
    display: inline-block;
    font-size:0.36rem;
    line-height: 0.88rem;
    font-weight: 700;
    color: #FFFFFF;
}
.logo a i{
    display: inline-block;
    background-image: url(../images/icon_log.png);
    background-size: 100% 100%;
    width: 0.48rem;
    height: 0.44rem;
    margin-right: 0.1rem;
    vertical-align: middle;

}
.menu{
    height: 0.88rem;
    overflow: hidden;
    float: left;
    margin-left: 0.62rem;
}
.menu a{
    line-height: 0.88rem;
    font-size: 0.28rem;
    color: #FFFFFF;
    margin-left: 0.3rem;
}
.more{
     background-image: url(../images/icon_more.png);
    background-size: 100% 100%;
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: 0.2rem;
    right: 0.3rem;
}
.footer{
    width: 7.5rem;
    padding: 0.3rem 0;
    background: #E1DFEA;
    text-align: center;
    margin-top: 0.3rem;
}
.footer p{
    font-size: 0.28rem;
    color: #A79FD3;
}
.footer p+p{
    margin-top: 0.1rem;
}
.footer p a{
    color: #A79FD3;
}
.fan_totop{
    position: fixed;
    right: 0.2rem;
    bottom: 1.3rem;
    z-index: 100;
    width: 0.56rem;
    height: 0.56rem;
    background: rgba(51, 51, 51, 0.4) url(../images/fantop.png) no-repeat center center;
    background-size: 100%;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.fadein{
    visibility: visible;
    opacity: 1;
}
.beizhe{
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    position: fixed;
    background: rgba(0,0,0,0.5);
    display: none;
}
.xiazhe{
    position: fixed;
    top: 0.88rem;
    z-index: 1000;
    width: 7.5rem;
    background: #FFFFFF;
    border-radius: 0px 0px 0.2rem 0.2rem;
    padding-bottom: 0.5rem;
    display: none;
}
.lalist{
    overflow: hidden;
    padding-top: 0.1rem;
}
.lalist a{
    width: 20%;
    float: left;
    display: block;
    margin-top: 0.2rem;
}
.lalist a img{
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    margin: 0 auto;
}
.laname{
    font-size: 0.24rem;
    text-align: center;
    color: #3D3D3D;
    padding-top: 0.06rem;
}
html{
    font-size: 66px !important;
}
.hide{
    display: none;
}