* {
    margin: 0;
    padding: 0;
    border: none;
    outline-style: none;
    box-sizing: border-box;
}

a,
a:focus,
a:hover {
    text-decoration: none !important;
    color: inherit;
}

@font-face {
    font-family: "abcfont";
    src: url("./zaozigongfangnaisiti.ttf");
}

html {
    font-size: 16px;
    color: #999;
    font-family: "abcfont";
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    line-height: 1;
    scroll-behavior: smooth;
    --themeColor: #33E8FF;
    --themeColor2: #1E1D32;
    background: #1E1D32;
}

::selection {
    background: var(--themeColor);
    color: #fff;
}

:focus {
    outline-color: var(--themeColor);
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.page-zhanshi {
    position: relative;
}

.page-zhanshi .layer {
    width: 43.09vw;
    height: 47.66vw;
    position: absolute;
    left: 8.93vw;
    top: 4.20vw;
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
}

.page-zhanshi .layer .logo img {
    margin-top: 3.68vw;
    height: 3.99vw;
}

.page-zhanshi .layer .title {
    font-size: 2.52vw;
    margin-top: 4.73vw;
}

.page-zhanshi .layer .desc {
    font-size: 1.05vw;
    letter-spacing: 1.16vw;
    margin-top: 2.10vw;
    margin-bottom: 3.57vw;
}

.page-zhanshi .layer .moblic-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.page-zhanshi .layer a.btn {
    width: 15.76vw;
    height: 3.89vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.94vw;
    border: 0.11vw solid #FFFFFF;
    margin-bottom: 2.10vw;
    font-size: 1.05vw;
}

.page-zhanshi .layer a.btn:hover {
    border: none;
    background: linear-gradient(125deg, #33E8FF 7%, #9057EC 90%);
}

.page-zhanshi .layer .contact {
    font-size: 1.05vw;
    padding-top: 2.63vw;
}

@media (max-width: 1000px) {
    .page-zhanshi .pc-img {
        display: none;
    }

    .page-zhanshi .layer {
        position: static;
        background-image: url(../images/nnzhanshibg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        height: auto;
        display: block;
        padding-bottom: 12vw;
    }

    .page-zhanshi .layer .logo img {
        margin: 43vw 0 0 6vw;
        height: 11.2vw;
        transition: none !important;
    }

    .page-zhanshi .layer .moblic-box {
        margin: 46vw 9.5vw 0;
        border-radius: 4.5vw;
        border: 0.6vw solid rgb(255, 255, 255, 0.5);
        background: rgb(255, 255, 255, 0.1);
    }

    .page-zhanshi .layer .title {
        font-size: 6vw;
        margin-top: 8vw;
        color: white;
    }

    .page-zhanshi .layer .desc {
        font-size: 3vw;
        margin: 4vw 0 9vw 0;
        color: white;
    }

    .page-zhanshi .layer a.btn {
        width: 64vw;
        height: 13.5vw;
        display: inline-flex;
        border-radius: 5vw;
        border: 0.6vw solid white;
        font-size: 3.5vw;
        color: white;
        margin-bottom: 6.5vw;
    }

    .page-zhanshi .layer .contact {
        padding: 2.5vw 0 8vw 0;
        font-size: 3vw;
        color: rgb(255, 255, 255, 0.7);
    }
}