
*{
    font-size: .28rem;
}
.navlist{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    padding: .2rem;
    z-index: 99;
    background-color: rgba(0, 0, 0, .3);
}

.navlist .logo img{
    width: 1.86rem;
    height: .36rem;
}
.navlist .navIcon img{
    width: .36rem;
    height: .36rem;
}
.nav{
    position: fixed;
    top: 0;
    left: 100%;
    width: 5.94rem;
    height: 100vh;
    background: #2A2A2A;
    padding: .2rem 0 0 0;
    z-index: 100;
}
.nav .closeBtn{
    float: right;
    padding-right: .2rem;
}
.nav .closeBtn img{
    width: .36rem;
    height: .36rem;
}
.nav ul{
    position: relative;
    width: 5.94rem;
    margin-top: .88rem;
}
.nav ul li{
    padding: .4rem .2rem;
    border-bottom:  .02rem solid #666666;
    color: #FFFFFF;
}
.nav ul li a{
    color: #FFFFFF;
    
}
.navLeft{
    left: calc(100vw - 5.94rem);
    transition-property: left;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: .1s;
}
.footer{
    width: 100%;
    background-color: #000000;
    padding-top: 1.28rem;

}
.footer .logo img{
    width: 2.5rem;
    height: .48rem;
    margin: auto;
    display: block;
    margin-bottom: .3rem;
}
.copyright{
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    font-size: .24rem;
    padding: .1rem 0;
}
.copyright a{
    color: #FFFFFF;
}