* {
    margin: 0;
    padding: 0;
}

html, body {
    line-height: 0;
}

img {
    vertical-align: top;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.main {width:7.5rem;text-align: center;position:relative;margin: 0 auto;padding-bottom: 0.88rem}
.main .public img {width: 100%;height: 100%;}

.footer{
    position: fixed;
    width: 7.5rem;
    height: 2.2rem;
    left: 50%;
    margin-left: -3.75rem;
    z-index: 33;
    background-color: #27274C;
    bottom: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;

}

.footer a{
    display: inline-block;
    width: 15%;
    font-size: 0.25rem;
    color: white;
    height: 3rem;
    margin-top: 0.2rem;
}

.footer a p{
    line-height: 0.3rem;
}
.footer img{
    width: 100%;
    height: auto;
}
.qq{
    position: fixed;
    width: 1.2rem;
    height: 1.2rem;
    right: 0;
    bottom: 4.4rem;
}
.qq img{
    width: 100%;
    height: auto;
}
.footer a .p10{
    margin-top: .2rem;
}

.ios_notice{
    position: fixed;
    bottom: 2.6rem;
    height: 1.2rem;
    margin-right: 0.05rem;
    right: 0;
    width: 1.2rem;
    display: inline-block;
    background: url("/images/new_mobile/ios_notice.png") no-repeat;
    background-size: 100% 100%;
}