#footer {
    padding: .8rem 0 1.06rem;
}

#footer p {
    width: 7.5rem;
    text-align: center;
    color: #CCCCCC;
    font-size: 3.2vw;
    font-weight: 500
}

#footer .footer_p1 a {
    font-size: 3.47vw;
    color: #fff;
    margin: 0 .1rem;
}

#footer .footer_p2 {
    margin: .3rem 0 .1rem 0;
}

#footer .footer_p3 {
    margin: .0 0 .1rem 0;
}
#footer .footer_p3 a{
    color: #CCCCCC;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.16rem;
    background-color: #0A1D33;
    z-index: 99;
}

#header .left {
    display: flex;
    position: absolute;
    left: .4rem;
    top: .16rem;
}

#header img {
    width: .82rem;
    height: .82rem;
    vertical-align: middle;
    margin-right: .2rem;
}

#header .name {
    display: block;
    font-size: 3.73vw;
    font-weight: 500;
    margin: .15rem 0 .1rem 0;
}

#header .intro {
    color: #CCCCCC;
}

#header .download_top {
    width: 1.72rem;
    height: .54rem;
    background: linear-gradient(270deg, #F9B839 0%, #FADB9E 100%);
    border-radius: .36rem;
    font-weight: bold;
    line-height: .58rem;
    color: #392A0D;
    text-align: center;
    position: absolute;
    top: .3rem;
    right: .4rem;
    font-size: .28rem;
}