@charset "utf-8";

@font-face {
    font-family: 'almmsh';
    src: url(../fonts/AlimamaShuHeiTi-Bold.otf);
}

body {
    height: 100vh;
    font-family: 'albb-55r';
}


.logo {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    padding-top: .2rem;
}

.logo::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3.57rem;
    background: url(../images/logo-zzc.png) repeat-x;
    background-position: center top;
    background-size: auto 100%;
    z-index: -1;
    pointer-events: none;
}
.logo a {
    display: block;
}

.logo a img {
    display: block;
    height: 0.64rem;
}

@media screen and (max-width:1024px) {
    .page1{
        background: url(../images/page1-bg-wap.png) no-repeat;
        background-position: center top;
        background-size: cover;
    }
    .logo{padding-top: .12rem;}
    .logo::before{height: 1.5rem;background: linear-gradient(180deg, #0E3C98 0%, rgba(164, 193, 252, 0) 100%);}
    .logo a img{height: .32rem;}
   
}