body {
    background: #F3F3F3;
}

#app {
    width: 100%;
    min-height: 100vh;
    overflow-y: scroll;
    background: url('../image/pc/bg.webp') no-repeat;
    background-size: 1920px 340px;
    background-position: center 0;
    padding-bottom: 30px;
}

.wrapper {
    width: 750px;
    height: 100%;
    margin: 0 auto;
    font-size: 14px;
}

.wrapper2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.btn-go {
    cursor: pointer;
}

.btn-go .go-pc {
    display: block;
    border-radius: 48px;
    background: linear-gradient(90deg, #00C853 0%, #2F4FFE 50%, #D50200 100%);
    box-shadow: 0px 2px 6px 0px #2121213F;
    color: #FFFFFF;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    line-height: 60px;
    width: 278px;
    margin-top: 30px;
    opacity: 0.7;
}

.btn-go .go-pc:hover {
    opacity: 0.8;
}

.btn-go .go-h5 {
    display: none;
}

.logo .pc-logo {
    display: block;
}

.logo .h5-logo {
    display: none;
}

.words {
    color: #212121;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    margin: 30px 0 0 0;
}

#web-list {
    width: 750px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 16px 0 32px 0;
}

#web-list li {
    height: 58px;
    line-height: 58px;
    border-radius: 14px;
    background: linear-gradient(-145deg, #00C853 0%, #2F4FFE 50%, #D50200 100%);
    padding: 1px;
    overflow: hidden;
    cursor: pointer;
}

#web-list li .box:hover {
    background: #F5F5f5;
}

#web-list li .box {
    height: 100%;
    width: 100%;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    border-radius: 13px;
    letter-spacing: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    background: #fff;
}

#web-list li span {
    display: flex;
    align-items: center;
    color: #212121;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-align: left;
}

.tips {
    width: 750px;
    border-radius: 18px;
    padding: 2;
    overflow: hidden;
    margin: 0 auto;
}

.tips .box {
    background: url('../image/pc/text_bg.webp') no-repeat;
    background-size: 746px 97%;
    background-position: center;
    padding: 24px;
    border-radius: 18px;
}

.tips h6 {
    color: #212121;
    font-family: PingFang SC;
    font-weight: semibold;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
}

.tips p {
    color: #212121;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0px;
    text-align: center;
}

@media screen and (max-width:600px) {
    #app {
        width: 100%;
        min-height: 100vh;
        background-size: cover;
        background-position: center;
        background: #F3F3F3;
        overflow: scroll;
        padding: 0 0 20px 0;
    }
    .wrapper {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
        background: none;
    }
    .wrapper2 {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        border-radius: 12px;
        font-size: 14px;
        padding: 16px;
        margin: -20px auto 16px;
        width: calc(100% - 32px);
        border-radius: 12px;
        background: linear-gradient(179.83deg, #FFFFFFB2 0%, #FFFFFF 100%);
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(0px);
    }
    .btn-go {
        cursor: pointer;
        width: 100%;
    }
    .btn-go .go-pc {
        display: none;
    }
    .btn-go .go-h5 {
        display: block;
        width: 100%;
        border-radius: 12px;
        background: linear-gradient(90deg, #00C853 0%, #2F4FFE 50%, #D50200 100%);
        box-shadow: 0px 2px 6px 0px #2121213F;
        color: #FFFFFF;
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 20px;
        line-height: normal;
        text-align: center;
        height: 60px;
        line-height: 60px;
        opacity: 0.7;
    }
    .logo .pc-logo {
        display: none;
    }
    .logo .h5-logo {
        display: block;
    }
    .words {
        color: #212121;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0px;
        text-align: center;
        margin: 20px 0 12px 0;
    }
    #web-list {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0;
    }
    #web-list li {
        height: 54px;
        line-height: 54px;
        border-radius: 14px;
        background: linear-gradient(-145deg, #00C853 0%, #2F4FFE 50%, #D50200 100%);
        padding: 1px;
        overflow: hidden;
        cursor: pointer;
    }
    #web-list li .box {
        height: 52px;
        border-radius: 13px;
        color: #515151;
        text-shadow: 0px 0.8px 0px 0px #FFFFFF;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px;
        background: #fff;
    }
    #web-list li .box:hover {
        background: #fff;
    }
    #web-list li span {
        display: flex;
        align-items: center;
        color: #212121;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 16px;
        line-height: normal;
        text-align: left;
    }
    .tips {
        border-radius: 14px;
        padding: 2px;
        overflow: hidden;
        background: linear-gradient(-145deg, #00C853 0%, #2F4FFE 50%, #D50200 100%);
        padding: 1px;
        margin: 16px auto;
        width: calc(100% - 32px);
    }
    .tips .box {
        border-radius: 13px;
        background: url('../image/h5/text-bg_3x.webp') no-repeat;
        background-size: 103% 103%;
        background-position: center;
        padding: 24px;
    }
    .tips h6 {
        color: #212121;
        font-family: PingFang SC;
        font-weight: semibold;
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0px;
        text-align: center;
    }
    .tips p {
        color: #212121;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0px;
        text-align: center;
    }
}

@media screen and (min-width: 1900px) {
    #app {
        width: 100%;
        min-height: 100vh;
        overflow-y: scroll;
        background: url('../image/pc/bg.webp') no-repeat;
        background-size: 100% 340px;
        background-position: center 0;
        padding-bottom: 30px;
    }
}