.cooperation-column {
    margin-top: 25px;
}

.sponsor-box {
    width: 1220px;
    display: flex;
    justify-content: space-between;
}

.sponsor-list {
    width: 180px;
    height: 240px;
    cursor: pointer;
    margin: 0 -4px;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    position: relative;
}

.sponsor-list1 {
    transition: all .4s;
}

.sponsor-list2 {
    transition: all .4s;
}

.sponsor-list3 {
    transition: all .4s;
}

.sponsor-list4 {
    transition: all .4s;
}

.sponsor-list5 {
    width: 91px;
    height: 230px;
    margin-right: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all .4s;
}

.sponsor-list5-img {
    width: 112px;
    height: 250px;
    margin: -4px 0 0 -10px;
}

.sponsor-list5::after {
    position: absolute;
    content: '';
    width: 91px;
    height: 230px;
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
    top: 0px;
    left: 0px;
    opacity: 1;
    transition: all .4s;
}

.sponsor-list5:hover::after {
    opacity: 0;
    transition: all .4s;
}

.sponsor-list5:hover {
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, .2);
}

.sponsor-list-activing {
    margin-right: -1px;
    width: 540px;
    height: 230px;
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, .2);
}

.sponsor-list::after {
    position: absolute;
    content: '';
    width: 181px;
    height: 230px;
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
    top: 0px;
    left: -1px;
}

.sponsor-list:hover::after {
    width: 0;
}

.sponsor-list.sponsor-list-activing::after {
    width: 0;
}

.sponsor-list-img2 {
    width: 560px;
    height: 250px;
    margin: -3px 0 0 -14px;
}

.sponsor-list .sponsor-list-img1 {
    width: 200px;
    height: 250px;
    margin-top: -4px;
    margin-left: -10px;
    transition: all .4s;
}

.sponsor-list-activing .sponsor-list-img1 {
    margin-left: -196px;
    transition: all .4s;
}

.sponsor-list-activing .sponsor-list-img2 {
    transition: all .5s;
    transition-delay: .4s;
    transform: scale(1.05);
}

.sponsor-list .sponsor-fonts {
    left: 20px;
    bottom: -120px;
    transition: all .4s;
    transition-delay: .1s;
}

.sponsor-list-activing .sponsor-fonts {
    position: absolute;
    left: 20px;
    bottom: 40px;
}

.sponsor-fonts1 {
    color: #3C3C3C;
    font-size: 24px;
    font-weight: bold;
}

.sponsor-fonts2 {
    color: #636363;
    font-size: 18px;
}

/* app下载 */
.app-download-main-content {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    background: url(/assets/abc2024/images/app-download-left-bg.png?v=0.1) 10px -8px no-repeat;
    background-size: 864px 515px;
    height: 600px;
}

.app-download-left {
    width: 610px;
    height: 500px;
    /* background: url('/assets/abc2024/images/app-download-left-bg.png')center top no-repeat; */
    background-size: 580px auto;
    background-origin: border-box;
    background-clip: content-box;
    margin-right: 70px;
    position: relative;
    margin-top: -50px;
    animation: imgScale .8s;
    /* background-color: #EBEBEB; */
}

.app-download-right {
    width: 420px;
}

.app-download-right-title {
    width: 100%;
    margin-top: 52px;
}

.app-download-right-intro {
    width: 420px;
    height: 64px;
    background: url('/assets/abc2024/images/app-download-right-intro-bg.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    filter: drop-shadow(10px 10px 10px rgba(120, 189, 242, 0.3));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 26px;
    animation: imgScale .8s;
}

.app-download-right-intro-logo {
    height: 38px;
}

.app-download-right-intro2 {
    width: 350px;
    height: 52px;
    line-height: 26px;
    font-size: 18px;
    color: #7C8591;
    font-weight: bold;
    margin: 23px auto 0;
}

.app-download-right-intro2-yellow {
    color: #D89312;
}

.app-download-right-qrcode-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 26px;
    color: #7C8591;
    text-align: center;
    margin-left: 10px;
}

.app-download-right-qrcode-list {
    width: 198px;
    height: 210px;
    background: url('/assets/abc2024/images/app-download-right-qrcode-normal.png') left top no-repeat;
    background-size: 174px 188px;
    position: relative;
    transition: all .3s;

    display: flex;
    align-items: center;
    justify-content: center;
}

.app-download-right-qrcode-list-activing {
    width: 198px;
    height: 210px;
    background: url('/assets/abc2024/images/app-download-right-qrcode-activing.png') -4px -4px no-repeat;
    background-size: 100% 100%;
}

.app-download-right-qrcode-list-fonts1 {
    font-size: 20px;
    /* font-weight: 500; */
    margin-left: -30px;
    transition: all .3s;
}

.app-download-right-qrcode-list-fonts2 {
    font-size: 16px;
    margin-left: -30px;
    transition: all .3s;
}

/* .app-download-right-qrcode-list-fonts3 {
    font-size: 18px;
} */
.app-download-right-qrcode-list-fonts4 {
    /* margin-top: 22px; */
    margin-left: -8px;
    transition: all .3s;
}

.app-download-right-qrcode-list-fonts5 {
    margin-left: -8px;
    transition: all .3s;
}

.app-download-left-center {
    position: relative;
    width: 190px;
    height: 414px;
    /* background: url('images/app-download-left-swiper-bg.png') no-repeat; */
    /* background-size: 100% 100%; */
    z-index: 9;
    margin: 0 auto;
    /* padding-top: 84px; */
    top: 84px;
}

.app-download-left-center-bg {
    position: absolute;
    width: 229px;
    height: 450px;
    z-index: 8;
    top: -12px;
    left: 50%;
    margin-left: -115px;
}

.app-download-left-center-side {
    position: absolute;
    width: 170px;
    z-index: 7;
    bottom: -18px;
    left: -10px;
}

.app-download-left-center-side2 {
    position: absolute;
    width: 200px;
    z-index: 7;
    bottom: -8px;
    left: unset;
    right: -16px;
}

#leftSwiper1 {
    background-color: unset;
    z-index: 8;
    border-radius: 20px;
    overflow: hidden;
}

.swiper-item-box {
    border-radius: 30px;
    overflow: hidden;
}

.app-download-left-swiper {
    width: 100%;
    height: 100%;
}

#leftSwiper1 .layui-carousel-ind li {
    background-color: #A8B3C3;
}

.swiper-trigger-box {
    /* width: 200px; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 116px auto 0;
    text-align: center;
    color: #A8B3C3;
    font-size: 16px;
    position: relative;
}

.swiper-trigger-line {
    width: 96px;
    height: 1px;
    background: #E6E8EE;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -100px;
    z-index: 1;
    transition: all .1s;
}

.swiper-trigger-line2 {
    width: 96px;
    height: 1px;
    background: #E6E8EE;
    position: absolute;
    top: 4px;
    left: unset;
    right: 50%;
    margin-right: -100px;
}

.swiper-trigger-point {
    width: 8px;
    height: 8px;
    background: #A8B3C3;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.swiper-trigger-list {
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 74px;
}

.swiper-trigger-list:nth-child(2) {
    margin: 0 30px;
}

.swiper-trigger-list:not(:nth-child(2)):hover .swiper-trigger-point {
    width: 12px;
    height: 12px;
    background: #1D9DFC;
    margin: -2px auto 6px;
    transition: all .3s;
}

.switch-fonts {
    transition: all .1s;
}

/* .swiper-trigger-list:not(:nth-child(2)):hover .switch-fonts {
    font-size: 18px;
    color: #7C8591;
    font-weight: bold;
    transform: scale(1.1);
    transition: all .3s;
} */
.swiper-trigger-list-activing {
    font-size: 18px;
    color: #7C8591;
    font-weight: bold;
    transition: all .3s;
}

.swiper-trigger-list-activing img {
    height: 26px;
}

.swiper-trigger-list-activing .swiper-trigger-point {
    width: 12px;
    height: 12px;
    background: #1D9DFC;
    margin: -2px auto 6px;
    transition: all .1s;
}

.swiper-trigger-line-activing {
    background: #78BDF2;
}

.app-download-left-side {
    position: absolute;
    top: 118px;
    left: 76px;
    width: 160px;
    height: 338px;
    z-index: 8;
    /* padding-top: 84px; */
}

.app-download-left-side2 {
    left: unset;
    right: 75px;
}

.app-download-left-center-bg2 {
    position: absolute;
    width: 190px;
    height: 368px;
    z-index: 8;
    top: 0px;
    left: -16px;
}

.app-download-left-center-bg3 {
    width: 190px;
}

#leftSwiper2,
#leftSwiper3 {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px;
}

.app-download-right-qrcode-icon {
    position: absolute;
    width: 18px;
    transition: all .3s;
}

.app-download-right-qrcode-icon1 {
    top: 14px;
    left: 14px;
}

.app-download-right-qrcode-icon2 {
    top: 14px;
    right: 48px;
    transform: rotate(90deg);
}

.app-download-right-qrcode-icon3 {
    bottom: 58px;
    left: 14px;
    transform: rotate(270deg);
}

.app-download-right-qrcode-icon4 {
    bottom: 58px;
    right: 48px;
    transform: rotate(180deg);
}

.qr-img-normal {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 120px;
    transition: all .3s;
}

.qr-code-fonts {
    position: absolute;
    font-weight: 500;
    line-height: 22px;
    color: #7C8591;
    top: 150px;
    left: 8px;
    font-size: 10px;
    width: 150px;
    text-align: center;
}

.app-download-right-qrcode-list-fonts-activing {
    /* text-shadow: 7px 5px 5px rgba(0, 0, 0, .3); */
    /* transition: all .3s; */
}

.app-download-right-qrcode-list-fonts-activing {
    transition: all .3s;
    font-weight: bold;
    transform: scale(1.02);
}

.app-download-right-qrcode-list:hover .app-download-right-qrcode-icon1 {
    left: 14px;
}

.app-download-right-qrcode-list:hover .app-download-right-qrcode-icon2 {
    right: 48px;
}

.app-download-right-qrcode-list:hover .app-download-right-qrcode-icon3 {
    left: 14px;
    bottom: 58px;
}

.app-download-right-qrcode-list:hover .app-download-right-qrcode-icon4 {
    right: 48px;
    bottom: 58px;
}

.app-download-right-title-box {
    width: 420px;
    height: 51px;
    overflow: hidden;
}


@-webkit-keyframes imgScale {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* 新版热门游戏及优质服务 */
.hot-games-body {
    width: 100%;
    height: 750px;
    background: url('/assets/abc2024/images/hot-games-bg.png') center top no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hot-games-gray-line {
    position: absolute;
    top: 77px;
    left: 270px;
    width: 892px;
    height: 1px;
    background: #E6E8EE;
    z-index: 1;
}

.hot-games-content {
    width: 1200px;
    height: 620px;
    position: relative;
    z-index: 2;
}

.hot-games-nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot-games-nav-left {
    width: 290px;
    text-align: center;
}

.hot-games-nav-left-img1 {
    width: 280px;
}

.hot-games-nav-left-img2 {
    width: 276px;
    height: 68px;
    background: url('/assets/abc2024/images/hot-games-nav-left-img2.png') no-repeat;
    background-size: 100%;
    margin-top: 10px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 68px;
    font-size: 30px;
    filter: drop-shadow(10px 10px 10px rgba(120, 189, 242, 0.3));
}

.hot-games-nav-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-top: -10px;
}

.hot-games-nav-right-list {
    text-align: center;
    cursor: pointer;
    width: 72px;
    position: relative;
    z-index: 3;
}

.hot-games-nav-right-list:not(:first-child) {
    margin-left: 80px;
}

.hot-games-nav-right-icon,
.hot-games-nav-right-icon2 {
    height: 42px;
}

.hot-games-nav-right-icon2 {
    display: none;
}

.hot-games-nav-right-point {
    width: 8px;
    height: 8px;
    background: #A8B3C3;
    border-radius: 50%;
    margin: 2px auto 0;
}

.hot-games-nav-right-fonts1 {
    color: #7C8591;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}

.hot-games-nav-right-fonts2 {
    color: #7C8591;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
}

.hot-game-switch-box {
    border-radius: 10px;
    margin-top: 38px;
    overflow: hidden;
    display: flex;
    align-items: center;
    display: none;
    height: 434px;
}

.hot-game-switch-box-activing {
    display: flex;
}

.hot-game-switch-list {
    width: 196px;
    height: 434px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
}

.hot-game-switch-list2 {
    width: 170px;
}

.hot-game-switch-list3,
.hot-game-switch-list6 {
    width: 320px;
}

.hot-game-switch-list5 {
    width: 196px;
    margin-bottom: -4px;
}

.hot-game-switch-list1-1 {
    background: url(/assets/abc2024/images/hot-games-ybty-euro.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list1-2 {
    background: url(/assets/abc2024/images/hot-games-imty-euro.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list1-3 {
    background: url(/assets/abc2024/images/hot-games-ebty-euro.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list1-4 {
    background: url(/assets/abc2024/images/hot-games-emcty-euro.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list1-5 {
    background: url(/assets/abc2024/images/hot-games-aity-euro.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list2-1 {
    background: url(/assets/abc2024/images/hot-games-agzr-activing-updated.png) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list2-2 {
    background: url(/assets/abc2024/images/hot-games-ebzr-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list2-3 {
    background: url(/assets/abc2024/images/hot-games-evozr-activing.webp?v=0.1) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list2-4 {
    background: url(/assets/abc2024/images/hot-games-bbinzr-activing.png) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list2-5 {
    background: url(/assets/abc2024/images/hot-games-twzr-activing.png) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list2-6 {
    background: url(/assets/abc2024/images/hot-games-bgzr-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list2-fb {
    background: url(/assets/abc2024/images/hot-games-fbzr-activing.png) center top no-repeat;
    background-size: cover;
}
.hot-game-switch-list2-live {
    background: url(/assets/abc2024/images/hot-games-live-activing.png) center top no-repeat;
    background-size: cover;
}
.hot-game-switch-list2-7 {
    background: url(/assets/abc2024/images/hot-games-astarzr-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list2-8 {
    background: url(/assets/abc2024/images/hot-games-ppzr-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list3-1 {
    background: url(/assets/abc2024/images/hot-games-ybdj-activing.png) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list3-2 {
    background: url(/assets/abc2024/images/hot-games-emcdj-activing.png) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list3-3 {
    background: url(/assets/abc2024/images/hot-games-skdj-activing.png) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list3-4 {
    background: url(/assets/abc2024/images/hot-games-ybsm-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list4-1 {
    background: url(/assets/abc2024/images/hot-games-ybqp-activing.png) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list4-2 {
    /* background:url(/assets/abc2024/images/hot-games-dyqp-activing.webp) center top no-repeat; */
    background: url(/assets/abc2024/images/dy-board-games-active.png) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list4-3 {
    /* background:url(/assets/abc2024/images/hot-games-kxqp-activing.png?v=0.1) center top no-repeat; */
    background: url(/assets/abc2024/images/hot-games-kyqp-activing.png?v=0.1) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list4-4 {
    background: url(/assets/abc2024/images/hot-games-yyqp-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list4-5 {
    background: url(/assets/abc2024/images/hot-games-byqp-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list5-1 {
    background: url(/assets/abc2024/images/hot-games-ebby-ag-activing-2.png) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list5-2 {
    background: url(/assets/abc2024/images/hot-games-ppdz-activing.webp?v=0.3) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list5-3 {
    background: url(/assets/abc2024/images/hot-games-agdz-activing.png?v=1.1.1) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list5-4 {
    background: url(/assets/abc2024/images/hot-games-agby-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list5-5 {
    background: url(/assets/abc2024/images/hot-games-dydz-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list5-6 {
    background: url(/assets/abc2024/images/hot-games-sydz-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list5-7 {
    background: url(/assets/abc2024/images/hot-games-i8dz-activing.png) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list5-8 {
    background: url(/assets/abc2024/images/hot-games-pgdz-activing.png) center top no-repeat;
    background-size: cover;
}
.hot-game-switch-list5-9 {
    background: url(/assets/abc2024/images/hot-games-blockdz-activing.png) center top no-repeat;
    background-size: cover;
}
.hot-game-switch-list6-1 {
    background: url(/assets/abc2024/images/hot-games-ybcp-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list6-2 {
    background: url(/assets/abc2024/images/hot-games-sycp-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list6-3 {
    background: url(/assets/abc2024/images/hot-games-vrcp-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list6-4 {
    background: url(/assets/abc2024/images/hot-games-tccp-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list6-5 {
    background: url(/assets/abc2024/images/hot-games-lbcp-activing.webp) center top no-repeat;
    background-size: cover;
}

.hot-game-switch-list6-6 {
    background: url(/assets/abc2024/images/hot-games-qklcp-activing.webp) center top no-repeat;
    background-size: cover;
}
.hot-game-switch-list6-7 {
    background: url(/assets/abc2024/images/hot-games-blcokcp-activing.png) center top no-repeat;
    background-size: cover;
}
.hot-game-switch-list-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.hot-game-switch-list-activing .hot-game-switch-list-mask {
    display: none;
}

.hot-game-switch-list-fonts-box {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 0px;
    height: 104px;
    opacity: 1;
    transform: scale(1);
    transition: all .6s;
}

.hot-game-shadow {
    position: absolute;
    z-index: 3;
    opacity: 1;
    width: 100%;
    height: 140px;
    left: 0;
    bottom: 0;
    transition: all .6s;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
}

.hot-game-switch-list-activing .hot-game-switch-list-fonts-box {
    transform: scale(0);
    opacity: 0;
}

.hot-game-switch-list-activing .hot-game-shadow {
    opacity: 0;
}

.hot-game-switch-list-activing {
    width: 434px;
}

.hot-game-switch-list3.hot-game-switch-list-activing,
.hot-game-switch-list6.hot-game-switch-list-activing {
    width: 580px;
}

.hot-game-switch-list5.hot-game-switch-list-activing {
    width: 434px;
}

.hot-game-switch-list4.hot-game-switch-list-activing {
    width: 618px;
}

.enter-game-box1-1 {
    position: absolute;
    width: 428px;
    height: 138px;
    bottom: -134px;
    background: url('/assets/abc2024/images/hot-games-enter-bg1-1.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all .6s;
}

.enter-game-box1-2 {
    position: absolute;
    width: 428px;
    height: 138px;
    bottom: -134px;
    background: url('/assets/abc2024/images/hot-games-enter-bg1-2.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all .6s;
}

.enter-game-box1-3 {
    position: absolute;
    width: 428px;
    height: 138px;
    bottom: -134px;
    background: url('/assets/abc2024/images/hot-games-enter-bg1-3.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all .6s;
}

.enter-game-box2-1 {
    position: absolute;
    width: 100%;
    height: 138px;
    bottom: -134px;
    background: url('/assets/abc2024/images/hot-games-enter-bg2-1.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all .6s;
}

.enter-game-box2-2 {
    position: absolute;
    width: 100%;
    height: 138px;
    bottom: -134px;
    background: url('/assets/abc2024/images/hot-games-enter-bg2-2.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all .6s;
}

.enter-game-box2-3 {
    position: absolute;
    width: 100%;
    height: 138px;
    bottom: -134px;
    background: url('/assets/abc2024/images/hot-games-enter-bg2-3.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all .6s;
}

.hot-game-switch-list2 .enter-game-box1-3 {
    margin-left: 1px;
}

.hot-game-switch-list2 .enter-game-fonts {
    width: 128px;
}

.enter-game-box3-1,
.enter-game-box6-1 {
    position: absolute;
    width: 584px;
    height: 138px;
    bottom: -134px;
    background: url('/assets/abc2024/images/hot-games-enter-bg3-1.png') no-repeat;
    background-size: 100%;
    opacity: 0;
    transition: all .6s;
    margin-bottom: -3px;
}

.enter-game-box3-2,
.enter-game-box6-2 {
    position: absolute;
    width: 584px;
    height: 138px;
    bottom: -134px;
    background: url('/assets/abc2024/images/hot-games-enter-bg3-2.png') no-repeat;
    background-size: 100%;
    opacity: 0;
    transition: all .6s;
    margin-bottom: -3px;
}

.enter-game-box3-3,
.enter-game-box6-3 {
    position: absolute;
    width: 570px;
    height: 138px;
    bottom: -134px;
    background: url('/assets/abc2024/images/hot-games-enter-bg3-3.png') no-repeat;
    background-size: 100%;
    margin-bottom: -3px;
    opacity: 0;
    transition: all .6s;
}

.enter-game-box5-1 {
    position: absolute;
    width: 375px;
    height: 122px;
    bottom: -134px;
    background: url('/assets/abc2024/images/hot-games-enter-bg5-1.png') no-repeat;
    background-size: 100%;
    margin-bottom: -2px;
    opacity: 0;
    transition: all .6s;
}

.enter-game-box5-2 {
    position: absolute;
    width: 375px;
    height: 122px;
    bottom: -134px;
    background: url('/assets/abc2024/images/hot-games-enter-bg5-2.png') no-repeat;
    background-size: 100%;
    margin-bottom: -2px;
    opacity: 0;
    transition: all .6s;
}

.enter-game-box5-3 {
    position: absolute;
    width: 375px;
    height: 122px;
    bottom: -134px;
    background: url('/assets/abc2024/images/hot-games-enter-bg5-3.png') no-repeat;
    background-size: 100%;
    margin-bottom: -2px;
    opacity: 0;
    transition: all .6s;
    margin-left: 1px;
}

.hot-game-switch-list-activing .enter-game-box {
    bottom: 0px;
    opacity: 1;
    width: 100%;
}

.hot-game-switch-list-activing .enter-game-box5 {
    bottom: 2px;
    height: 120px;
}

.hot-games-blue-line {
    position: absolute;
    top: 48px;
    left: -122px;
    width: 156px;
    height: 1px;
    background: #1D9DFC;
    z-index: 2;
}

.hot-games-nav-right-list-activing .hot-games-nav-right-icon2 {
    display: inline-block;
}

.hot-games-nav-right-list-activing .hot-games-nav-right-icon {
    display: none;
}

.hot-games-nav-right-list-activing .hot-games-nav-right-point {
    background: #1D9DFC;
}

.hot-games-nav-right-icon-box {
    width: 42px;
    margin: 0 auto;
}

.hot-games-nav-right-list-activing .hot-games-nav-right-fonts1,
.hot-games-nav-right-list-activing .hot-games-nav-right-fonts2 {
    color: #1D9DFC;
}

.hot-games-nav-right-list:hover .hot-games-nav-right-fonts1,
.hot-games-nav-right-list:hover .hot-games-nav-right-fonts2 {
    color: #1D9DFC;
}

.hot-games-nav-right-list:hover .hot-games-nav-right-icon2 {
    display: inline-block;
}

.hot-games-nav-right-list:hover .hot-games-nav-right-icon {
    display: none;
}

.hot-games-nav-right-list:hover .hot-games-nav-right-point {
    background: #1D9DFC;
}

.enter-game-fonts {
    position: absolute;
    width: 170px;
    top: 0px;
    right: 0px;
}

.quality-service-body {
    /* height: 900px; */
    background: url('/assets/abc2024/images/quality-service-body-bg.png')no-repeat;
    background-size: 100% 100%;
    padding-bottom: 60px;
}

.quality-service-top {
    width: 1162px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.quality-service-top-list {
    width: 232px;
    text-align: center;
}

.quality-service-top-list:not(:first-child) {
    margin-left: 78px;
}

.quality-service-top-list-img {
    width: 232px;
    height: 232px;
    background: url('/assets/abc2024/images/quality-service-top-list-bg.png') center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.quality-service-top-list-img svg {
    stroke: unset;
}

.quality-service-top-list-center {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.quality-service-top-list-center .blue-num {
    font-size: 36px;
    font-weight: bold;
    color: #1D9DFC;
    margin-top: 18px;
    font-family: DIN Alternate;
}

.quality-service-top-list-center .gray-fonts {
    font-size: 15px;
    color: #A8B3C3;
    margin-top: -6px;
}

#serviceLottie1,
#serviceLottie2,
#serviceLottie3,
#serviceLottie4 {
    width: 120px;
    height: 120px;
    overflow: hidden;
    /* transform: translate3d(0,0,0); */
    text-align: center;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%,-50%); */
    z-index: 1;
}

#serviceLottie1 {
    transform: translate(-50%, -50%);
}

#serviceLottie2 {
    transform: translate(-50%, -50%);
}

#serviceLottie3 {
    transform: translate(-50%, -50%);
}

#serviceLottie4 {
    transform: translate(-50%, -50%);
}

.quality-service-top-list-fonts1 {
    font-size: 26px;
    font-weight: 600;
    color: #303030;
    margin-top: -20px;
}

.quality-service-top-list-fonts2 {
    font-size: 16px;
    color: #7C8591;
    margin-top: 2px;
}

.quality-service-swiper {
    width: 1400px;
    height: 460px;
    background: url('/assets/abc2024/images/quality-service-swiper-bg.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quality-service-swiper-left {
    width: 418px;
    text-align: center;
}

.quality-service-swiper-left-title {
    width: 282px;
}

.quality-service-swiper-left-title2 {
    width: 292px;
    height: 70px;
    line-height: 70px;
    background: url('/assets/abc2024/images/quality-service-swiper-fonts-bg.png') no-repeat;
    background-size: 100% 100%;
    margin: 6px auto 0;
    font-size: 39px;
    font-weight: bold;
    color: #FFFFFF;
    filter: drop-shadow(10px 10px 10px rgba(168, 179, 195, 0.3));
}

.quality-service-swiper .quality-service-swiper-box {
    width: 810px;
    height: 318px;
    margin-left: 30px;
    margin-right: unset;
}

.quality-service-swiper-left-nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    position: relative;
}

.quality-service-swiper-left-list {
    width: 100px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.quality-service-swiper-left-list-activing {
    cursor: unset;
}

.quality-service-swiper-left-list .hot-games-nav-right-fonts1 {
    margin-top: 6px;
}

.quality-service-swiper-left-list-img,
.quality-service-swiper-left-list-img2 {
    width: 42px;
    height: 42px;
    margin: 0 auto;
}

.quality-service-swiper-left-list-img2 {
    display: none;
}

.quality-service-swiper-left-list-activing .quality-service-swiper-left-list-img {
    display: none;
}

.quality-service-swiper-left-list-activing .quality-service-swiper-left-list-img2 {
    display: block;
}

.quality-service-swiper-left-list-activing .hot-games-nav-right-point {
    background: #1D9DFC;
}

.quality-service-swiper-left-list-activing .hot-games-nav-right-fonts1,
.quality-service-swiper-left-list-activing .hot-games-nav-right-fonts2 {
    color: #1D9DFC;
}

.quality-service-swiper-left-nav-line {
    position: absolute;
    top: 48px;
    left: 48px;
    width: 322px;
    height: 1px;
    background: #E6E8EE;
    z-index: 1;
}

.quality-service-swiper-box .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    margin-left: -810px;
    opacity: 0;
    transition: transform 1000ms, opacity 400ms, margin-left 1000ms;

}

.quality-service-swiper-box .swiper-slide-active,
.quality-service-swiper-box .swiper-slide-duplicate-active {
    margin-left: 0px;
    transform: scale(1);
    opacity: 1;
}

.quality-service-swiper-box .swiper-slide-img {
    width: 240px;
    /* height: 318px; */
    margin-right: 6px;
}

.swiper-slide-right-content-line1 {
    display: flex;
    align-items: center;
}

.swiper-slide-right-content-line1-blue-line {
    width: 4px;
    height: 32px;
    background: linear-gradient(to bottom, #78BDF2, rgba(255, 255, 255, 0));
}

.swiper-slide-right-content-line1-fonts1 {
    font-size: 33px;
    font-weight: 600;
    color: #303030;
    margin-left: 6px;
}

.swiper-slide-right-content-line1-fonts2 {
    font-size: 16px;
    font-weight: 500;
    color: #1D9DFC;
    margin-left: 16px;
    line-height: 20px;
}

.swiper-slide-right-content-line2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
    color: #7C8591;
}

.quality-service-swiper-left-list:hover div {
    color: #1D9DFC;
}

.quality-service-swiper-left-list:hover .hot-games-nav-right-point {
    background: #1D9DFC;
}

.quality-service-swiper-left-list:hover .quality-service-swiper-left-list-img {
    display: none;
}

.quality-service-swiper-left-list:hover .quality-service-swiper-left-list-img2 {
    display: block;
}

.msg-info-box {
    width: 400px;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.msg-info-line {
    height: 10px;
    background: #000;
    background: linear-gradient(90deg, #78BDF2 0%, #2383FC 100%);
}

.msg-info-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    margin-top: 20px;
}

.msg-info-left {
    width: 4px;
    height: 17px;
    background: #78BDF2;
    margin-right: 6px;
}

.msg-info-content {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #717171;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 24px;
}

#mustMsgContent {
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
    overflow-y: auto;
    max-height: 300px;
    text-align: left;
}

.msg-info-bottom {
    border-top: #E6E8EE 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

#msgClear,
#mustMsgClear {
    height: 50px;
    width: 50%;
    font-size: 16px;
    color: #A8B3C3;
    text-align: center;
    line-height: 50px;
    border-right: #E6E8EE 1px solid;
    cursor: pointer;
}

#msgInbox,
#mustMsgDisable {
    height: 50px;
    width: 50%;
    font-size: 16px;
    color: #303030;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

#msgTitle,
#mustMsgTitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #0f94ff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 24px;
}

#mustMsgTime {
    color: #a8b3c3;
    text-align: center;
    margin-top: 6px;
}

body .notice-pop {
    border-radius: 12px;
}

#notice-title-list li {
    position: relative;
}

#notice-title-list li .notice-mark-icon {
    position: absolute;
    height: 16px;
    top: 0;
    left: 0;
}
.emcQRCode,
.h5QRCode {
    display: flex;
    position: relative;
    top: -23px;
    right: 17px;
}

.middle-icon {
    height: 35px;
    position: absolute;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slideBox .next,
.slideBox .prev {
    background: #EFEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.prev-arrow,
.next-arrow {
    font-size: 34px;
    font-weight: 100;
    color: #7C8591;
}

.slideBox .bd {
    border-radius: 8px;
    overflow: hidden;
}

.slideBox .hd {
    left: 50%;
    transform: translateX(-50%);
}

.slideBox .hd ul {
    float: unset;
    width: unset;
    display: flex;
    justify-content: center;
}

.slideBox .hd ul li {
    float: unset;
    background: #BBDEF8;
}

.slideBox .hd ul li:not(:last-child) {
    margin-right: 14px;
}

.slideBox .hd ul li.on {
    background: #1D9DFC;
}
.overlay-content-index {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 9;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}



.maintenanceImg-index {
    height: 20px !important;
    display: flex !important;
    margin: 0 !important;
}

.maintenanceText-index {
    float: none !important;
    font-size: 16px !important;
    margin: 0 !important;
    color: #7C8591 !important;
    /* width: 100%; */
    height: 65%;
}



.developmentImg-index {
    /* width: 18px; */
    height: 18px;
}

.developmentText-index {
    /* width: 68%; */
    height: 65%;
}

.developmentText-index-slot {
    /* width: 72%; */
    height: 65%;
}

.gameState-index-activated {
    width: 55%;
    height: 18%;
    background: white;
    border: 2px solid #1D9AF9;
    opacity: 1;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 0;
}

.gameState-index-activated-boardGame {
    width: 48%;
    height: 18%;
    background: white;
    border: 2px solid #1D9AF9;
    opacity: 1;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 0;
}


.gameState-index-activatedLen3 {
    width: 40%;
    height: 18%;
    background: white;
    border: 2px solid #1D9AF9;
    opacity: 1;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 0;
}

.gameState-index-activated-lottery {
    width: 45%;
    height: 18%;
    background: white;
    border: 2px solid #1D9AF9;
    opacity: 1;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 0;
}



.maintenanceImg-activated {
    width: 32px !important;
    /* height: 38px !important; */
    display: flex !important;
    margin: 0 !important;
}

.developmentImg-activated {
    width: 22px !important;
    /* height: 30px !important; */
    display: flex !important;
    margin: 0 !important;
}


.maintenanceText-activated {
    /* width: 50%; */
    height: 65%;
}


.maintenanceText-activatedLen3 {
    /* width: 50%; */
    height: 65%;
}


.maintenanceText-activated-lottery {
    /* width: 40%; */
    height: 65%;
}



.developmentText-activatedLen3 {
    /* width: 55%; */
    height: 65%;
}


.developmentText-activated-lottery {
    /* width: 55%; */
    height: 65%;
}


.developmentText-activated {
    height: 65%;
}

.developmentText-activated-slot {
    /* width: 60%; */
    height: 65%;
}


.gameState-index-length3 {
    width: 45%;
    height: 12%;
    background: white;
    border: 2px solid #1D9AF9;
    opacity: 1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 15px;
}

.gameState-index-length4 {
    width: 50%;
    height: 12%;
    background: white;
    border: 2px solid #1D9AF9;
    opacity: 1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 15px;
}

.gameState-index-length4Lottery {
    width: 75%;
    height: 12%;
    background: white;
    border: 2px solid #1D9AF9;
    opacity: 1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 15px;
}


.gameState-index-length5 {
    width: 80%;
    height: 12%;
    background: white;
    border: 2px solid #1D9AF9;
    opacity: 1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 15px;
}

.gameState-index-length6 {
    width: 82%;
    height: 12%;
    background: white;
    border: 2px solid #1D9AF9;
    opacity: 1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 15px;
}

.gameState-index-length7 {
    width: 90%;
    height: 11%;
    background: white;
    border: 2px solid #1D9AF9;
    opacity: 1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 15px;
}

.gameState-index-activatedSlot {
    width: 70%;
    height: 18%;
    background: white;
    border: 2px solid #1D9AF9;
    opacity: 1;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 15px;
}
#noticePop {
    background: #FFFFFF;
}

