.box {
    background: url(./bg.92038237.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.fxbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 9999;
    background: rgba(0,0,0,.8)
}

.fx-content {
    background: white;
    padding: 20px;
    line-height: 18px;
    word-break: break-all;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    width: 80%;
    max-width: 700px
}

img {
    width: 100%;
    height: 100%
}

* {
    margin: 0;
    padding: 0
}

.inputcode {
    width: 100%;
    height: 8%;
    border-radius: 2rem;
    border: 2px solid #4e93ea;
    margin-top: 1rem;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 14px
}

.aniu {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: #1a6bff;
    border-radius: 2rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 8px #0000001a
}

.error {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.7)
}

.error-content {
    padding: 30px;
    line-height: 1.5;
    word-break: break-all;
    overflow: auto;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,.8);
    border-radius: 10px;
    box-shadow: 0 4px 8px #00000080;
    max-width: 750px;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}

.anniu_sh {
    display: block;
    background-color: #1a6bff;
    border-radius: 2rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    animation-name: moveButton;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    box-shadow: 0 4px 8px #0000001a
}

@keyframes moveButton {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.con-box {
    background-image: url(./kuang.asu23shdu.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.con-box .img-box {
    width: 100%
}

.con-box .img-box img {
    width: 100%;
    object-fit: cover
}

.con-box .word-box {
    padding: 5% 8%;
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%
}

.con-box .word-box .title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #03267d
}

.con-box .word-box .con {
    margin-top: 2%;
    font-size: 20px;
    color: #27489d
}

@media all and (max-width: 767px) {
    .con-box {
        position:relative;
        background-image: url(./kuang.asu23shdu.png);
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

    .con-box .img-box {
        width: 100%
    }

    .con-box .img-box img {
        width: 100%;
        object-fit: cover
    }

    .con-box .word-box {
        padding: 8% 6%;
        position: relative;
        z-index: 1;
        top: 0px;
        left: 0px;
        width: 100%
    }

    .con-box .word-box .title {
        font-size: 20px;
        text-align: center;
        font-weight: 700
    }

    .con-box .word-box .con {
        font-size: 14px
    }
}

@font-face {
    font-family: PingFang SC;
    src: url(./PingFang_SC_mianfeiziti.com.c6eef29e.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: LESLIE;
    src: url(./Leslieb.1b8e203d.TTF);
    font-weight: 400;
    font-style: normal
}
