* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    -webkit-text-size-adjust: 100% !important;
    margin: 0;
    padding: 0;
    font: 1.2rem 'PingFangSC-Medium', 'PingFang SC', 'Microsoft YaHei UI', 'verdana', 'tahoma';
    color: #333;
    scroll-behavior: smooth;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #6e8cc9;
    background-size: contain;
}

::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    appearance: none;
    outline: 0;
    border: 0;
    color: #999;
    background: transparent;
    font: 1.6rem 'PingFangSC-Medium', 'PingFang SC', 'Microsoft YaHei UI', 'verdana', 'tahoma';
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

input::placeholder {
    color: #999;
}

input[type="checkbox"],
input[type="radio"],
label {
    cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    /*-webkit-text-fill-color: #fff;*/
    -webkit-transition: background-color 43200s ease-in-out 0s;
    transition: background-color 43200s ease-in-out 0s;
}

input[type="checkbox"] {
    width: 1.3rem;
    height: 1.3rem;
    display: block;
    border-radius: .3rem;
    overflow: hidden;
    border: .1rem #ccc solid;
}

.swiper {
    width: 48rem;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}

.swiper .swiper-container {
    width: 48rem;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.swiper .swiper-container .swiper-item {
    width: 48rem;
    position: relative;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper .swiper-container .swiper-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
}

.swiper .swiper-dots {
    position: absolute;
    bottom: 1rem;
    height: .4rem;
    width: auto;
    display: flex;
}

.swiper .swiper-dots .dot {
    width: .4rem;
    height: .4rem;
    border-radius: .2rem;
    display: block;
    background: rgba(255, 255, 255, .39);
    transition: all .3s;
    margin: 0 .5rem;
    box-shadow: 0 0 .3rem rgba(0, 0, 0, .3);
    font-style: normal;
}

.swiper .swiper-dots .current {
    width: 1.5rem;
    background: #fff;
}


/* 登录 */

.header-logo {
    position: relative;
    padding: 1.5rem 0;
}

.logo {
    display: block;
    height: 5rem;
    margin: 0 auto;
}

.logout {
    position: absolute;
    margin-top: -1.2rem;
    top: 50%;
    right: 2rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}

.header-banner {
    margin: 0 auto;
}

.loginForm {
    padding-top: 1.5rem;
    border-radius: 1rem;
    min-width: 40rem;
    height: auto;
    position: relative;
}

.loginForm-in {
    transform: translateZ(0) scale(1);
}

.loginForm .close {
    content: '';
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    background: url("../images/close-1.png") no-repeat center / 1.5rem;
}

.loginForm .login-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.5rem auto;
    width: 40rem;
    height: 4.5rem;
    padding: 0 1rem;
    overflow: hidden;
    position: relative;
    border-radius: .5rem;
    background: #fff;
}

.loginForm .login-item input {
    display: block;
    overflow: hidden;
    height: 100%;
    flex: 1;
}

.loginForm .login-item input::placeholder {
    color: #ccc;
}

.loginForm .login-item:before {
    content: '';
    display: block;
    height: 1.8rem;
    width: 1.8rem;
    min-width: 1.8rem;
    margin: 0 1rem 0 0;
    background: url("../images/icon-user.png") no-repeat center / cover;
}

.loginForm .login-psw:before {
    background: url("../images/icon-psw.png") no-repeat center / cover;
}

.loginForm .login-psw b {
    display: block;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    margin: 0 1rem;
    transition: background .4s;
    cursor: pointer;
    background: url("../images/icon-eyes-close.png") no-repeat center right / contain;
}

.loginForm .login-btn {
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.8rem;
    background: #289fff;
    width: 40rem;
    margin: 2rem auto;
    border-radius: 2.5rem;
    cursor: pointer;
    text-transform: capitalize;
}

.loginForm .memberPsw {
    width: 25rem;
    margin: 2rem auto;
    display: flex;
    align-items: center;
}

.loginForm .memberPsw label {
    flex: 1;
    font-weight: normal;
    margin: 0 0 0 1rem;
    text-transform: capitalize;
}

.loginForm .other-item {
    display: flex;
    width: 40rem;
    margin: 2rem auto;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
}

.loginForm .other-item a {
    color: #fff;
}

.loginForm .other-item b {
    flex: 1;
    font-weight: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
}

.loginForm .login-btn.btn-phone {
    display: none;
}


/* 底部 */

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #343d4a;
    width: 100%;
    min-width: 1400px;
    color: #828e9e;
    margin: 0 auto;
}

footer img+p {
    margin-top: 0;
    font-size: 12px;
    color: #828e9e;
    line-height: normal;
    text-align: center;
}

footer .footer-inner {
    width: 130rem;
    min-height: 10rem;
    margin: 0 auto;
}

footer .footer-inner .worktogether {
    border-bottom: .1rem solid #4e5665;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-inner .worktogether img {
    margin: 0 2rem;
    display: block;
    height: 4rem;
    filter: brightness(1);
    transition: filter .4s;
}

footer .footer-inner .worktogether img:hover {
    filter: brightness(3);
}

footer .footer-inner .other {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

footer .footer-inner .other .authentication {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

footer .footer-inner .other .authentication .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25rem;
    filter: brightness(1);
    transition: filter .4s;
}

footer .footer-inner .other .authentication .item img {
    height: 5rem;
    display: block;
}

footer .footer-inner .other .authentication .item:hover {
    filter: brightness(3);
}

footer .footer-inner .other .about {
    min-width: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-inner .other .about a {
    color: #828e9e;
}

footer .footer-inner .other .service {
    min-width: 15rem;
    min-height: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #828e9e;
    margin: 2rem 0 0 0;
}

footer .footer-inner .other .service a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #828e9e;
}

footer .footer-inner .other .service a:after {
    content: '立即咨询';
    display: flex;
    padding: .5rem;
    flex-basis: 8rem;
    border: .1rem #828e9e solid;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    margin: 1rem 0;
}

footer .footer-inner .other .service a img {
    margin: 0 .5rem 0 0;
}

footer .footer-inner .copyright {
    height: 100%;
    padding: 1.5rem 0 2.5rem 0;
    text-align: center;
    font-size: 1.2rem;
    color: #828e9e;
}

footer .footer-inner .copyright span {
    display: block;
}

footer .phone-inner {
    display: none;
}


/* 弹窗气泡 */

.toast {
    max-width: 25rem;
    min-width: 15rem;
    height: 7.2rem;
    margin: 0 auto;
    position: fixed;
    top: -7.2rem;
    z-index: 10001;
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgb(0 0 0 / 10%);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    font-size: 1.4rem;
    background-color: #f0f9eb;
    border: .1rem #e1f3d8 solid;
    color: #67c23a;
}

.toast .toast-contain {
    margin: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
    position: relative;
    max-width: 19rem;
}

.toast-warn {
    background-color: #f0f9eb;
    border: 0.1rem #f5ae7b solid;
    color: #f60;
}

.toast-error {
    background-color: #f0f9eb;
    border: 0.1rem #f00 solid;
    color: #f00;
}

.toast-success:before,
.toast-warn:before,
.toast-error:before {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 0 0 0 1rem;
    background: url("../images/icon-success.svg") no-repeat center / contain;
}

.toast-warn:before {
    background: url("../images/icon-warn.svg") no-repeat center / contain;
}

.toast-error:before {
    background: url("../images/icon-error.svg") no-repeat center / contain;
}

.test-style {
    background: #f6f6f6;
}

.test-style .header-logo {
    padding: 5rem 0 12rem;
    background: #002e6c;
}

.test-style .login-outer {
    padding-bottom: 2rem;
    width: 48rem;
    background: #fff;
    margin: -8rem auto 0;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 1.1rem 5.5rem rgba(0, 0, 0, .11);
}

.test-style .loginForm .login-item {
    background: #f0f0f0;
}

.test-style .loginForm .other-item a {
    color: #289fff;
}


/* 体育 */

.game-list {
    margin: 0 auto;
    padding: 2rem 0;
    width: 120rem;
}

.game-list .item-outer {
    flex: 1;
    display: grid;
    grid-gap: 3rem;
    grid-template-rows: max-content;
    grid-template-columns: repeat(2, 1fr);
}

.game-list .item-outer .item {
    border: 1px #fff solid;
    box-sizing: border-box !important;
    width: 100%;
    aspect-ratio: 1/1;
    transition: all .4s;
    border-radius: 1rem;
    box-shadow: .2rem .4rem .6rem 0 #bfccd9;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #eee;
    height: 25rem;
    cursor: pointer;
}

.game-list .item-outer .item .coming:before {
    content: attr(data-before-content);
    display: flex;
    width: 100%;
    height: 100%;
    background: #0008;
    position: absolute;
    z-index: 1;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: capitalize;
}

.game-list .item-outer .item p {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.game-list .item-outer .item p>img:nth-child(1) {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 40%;
    aspect-ratio: 1/1;
    display: block;
    opacity: .5;
    object-fit: contain;
}

.game-list .item-outer .item p>img:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    display: block;
    /*filter: drop-shadow(.2rem .4rem .6rem #000);*/
}

.game-list .item-outer .item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 1rem;
    line-height: 3rem !important;
    width: calc(100% - 2rem);
    background: linear-gradient(45deg, gold 50%, transparent);
    padding: 0 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: darkslategray;
    overflow: hidden;
    font-weight: bold !important;
}

.game-list .item-outer .item .button-box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 101;
    width: 100%;
    box-sizing: border-box;
}

.game-list .item-outer .item .button-box a {
    width: 50%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    cursor: pointer;
    padding: 0 1rem;
    box-sizing: border-box;
    color: #333;
    background: rgba(5, 129, 7, 1);
    color: #fff;
}

#game .list.sbo-list .item p {
    background-size: 100%;
    background-repeat: no-repeat;
}

.game-list .item-outer .item .button-box a:nth-of-type(2) {
    background: rgba(11, 157, 208, 1);
}

@media (max-width: 991.8px) {
    body {
        display: block;
        background-size: 76.8rem auto;
    }
    input[type="text"],
    input[type="date"],
    input[type="email"],
    input[type="number"],
    input[type="password"] {
        font-size: 1.4rem;
    }
    .swiper {
        width: 100%;
    }
    .swiper .swiper-container {
        width: 100%;
    }
    .swiper .swiper-container .swiper-item {
        width: 100%;
        height: 20rem;
    }
    .header-logo {
        padding: 1.2rem 0;
    }
    .logo {
        height: 3rem;
        margin: 0 auto;
    }
    .logout {
        right: 1rem;
        margin-top: -.9rem;
        font-size: 1.4rem;
    }
    /* .header-banner {
        display: flex;
        height: 8.5rem;
        overflow: hidden;
        justify-content: center;
    } */
    .header-banner .banner {
        display: block;
        height: 100%;
    }
    .loginForm {
        margin-top: 0;
        padding-top: 1rem;
        min-width: auto;
    }
    .loginForm .login-item {
        width: 30rem;
        height: 4rem;
        margin: 1.5rem auto;
    }
    .loginForm .login-btn.btn-pc {
        display: none;
    }
    .loginForm .login-btn.btn-phone {
        margin: 1.5rem auto;
        width: 32rem;
        height: 4.5rem;
        display: flex;
    }
    .loginForm .other-item {
        width: 100%;
        font-size: 1.2rem;
        margin: 1rem auto 0 auto;
    }
    footer {
        width: 100%;
        min-width: auto;
    }
    footer .footer-inner {
        width: auto;
    }
    footer .footer-inner .worktogether {
        padding: .8rem 0;
    }
    footer .footer-inner .worktogether img {
        height: 2rem;
        margin: 0 1rem;
    }
    footer .footer-inner .other {
        padding-top: 0;
    }
    footer .footer-inner .other .authentication {
        flex-wrap: wrap;
    }
    footer .footer-inner .other .authentication .item {
        padding: .5rem 0 0;
        width: 50%;
    }
    footer .footer-inner .other .authentication .item img {
        height: 2.4rem;
    }
    footer .footer-inner .copyright {
        padding: 0.5rem 1rem 1rem;
    }
    footer .footer-inner .copyright .copy-hide {
        display: none;
    }
    /* footer .footer-inner .other .authentication .item:nth-of-type(1),
    footer .footer-inner .other .authentication .item:nth-of-type(2) {
        width: 28%;
    }
    footer img+p {
        display: none;
    } */
    .test-style .header-logo {
        padding: 1.2rem 0;
    }
    .test-style .login-outer {
        width: auto;
        margin: 0 auto;
        border-radius: 0;
        overflow: hidden;
        box-shadow: none;
    }
    /* 体育 */
    .game-list {
        padding-top: 0;
        width: auto;
    }
    .game-list .item-outer {
        display: grid!important;
        grid-gap: 1rem;
        grid-template-rows: max-content;
        flex: 1;
        display: none;
        transition: all .4s;
        margin: 0 1rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .game-list .item-outer .item {
        height: 16rem;
    }
    .game-list .item-outer .item h3 {
        bottom: 3rem;
    }
    .game-list .item-outer .item .button-box {
        display: flex;
    }
}