/* CSS Document */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    word-break: break-all;
    -webkit-appearance: none;
    box-sizing: border-box;
}

html {
    font-size: 13.333vw;
    background: #fff;
    height: 100%;
}

body {
    min-height: 100%;
    /* min-height: 100vh; */
    font-size: 0.24rem;

    background: #eff6ff;
    background-size: 100% auto;
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

.box {
    border-radius: 0.1rem;
    box-shadow: 0 0.15rem 0.2rem rgba(204, 204, 204, 0.1);
    background: #1a1a1a;
    border: solid 1px #222;
}

.wrapper {
    height: 100%;
    min-height: 100vh;
    padding-bottom: 0.66rem;
    background: #eff6ff url(../image/bg.jpg) top center no-repeat;
    background-size: 100% auto;
}

.logo {
    padding: .1rem 0;
    text-align: center;
}

.logo img {
    width: 3.8rem;
    height: auto;
}

.banner {
    width: 98%;
    margin: 0 auto;
    padding: 0.2rem 0 0;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner5 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner5 span {
    position: relative;
    bottom: 1.84rem;
    left: .5rem;
    background: linear-gradient(0deg, #3280fb, #31a8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: .68rem;
    font-weight: 900;
    line-height: 1.2;
    z-index: 999;
}

.item {
    width: 100%;
    height: auto;
    padding: .2rem .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item a {
    width: 100%;
    margin: 0 .05rem;
}

.item a img {
    width: 100%;
    height: auto;
}

@media screen and (min-width:769px) {
    html {
        font-size: 100px;
        zoom: 74%;
    }

    body {
        width: 7.5rem;
        margin: 0 auto;
    }

}