.warp-jojDT {
    width: 100%;
    min-height: 100%;
    padding-top: 110px !important;
    background-color: #202020 !important
}

.warp-jojDT>div {
    width: 100% !important;
    clear: both;
    overflow: hidden
}

.warp-jojDT>div>div {
    width: 100% !important;
    padding-top: 40px
}

.warp-jojDT>div .live {
    width: 1000px !important
}

@keyframes gameLeftIn-DIRSx {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes gameLeftOut-wZXGW {
    0% {
        opacity: 0;
        transform: translateX(0)
    }

    to {
        opacity: 1;
        transform: translateX(-50px)
    }
}

@keyframes gameRightIn-PlmPs {
    0% {
        opacity: 0;
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes gameRightOut-M_9ck {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(50px)
    }
}

.game-XF15t {
    padding-top: 90px;
    padding-bottom: 40px;
    background: #f0f6ff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.game-akc377-zlDH0,
.game-akc501-xhZrr {
    background: transparent !important
}

.game-akc377-zlDH0 .game-tabs-name-UFwzD,
.game-akc377-zlDH0 .game-text-gbki5,
.game-akc501-xhZrr .game-tabs-name-UFwzD,
.game-akc501-xhZrr .game-text-gbki5 {
    color: #fff
}

.game-wrap-WNJkv {
    width: 1200px;
    display: flex;
    align-content: center;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    align-items: center;
}

.game-left-p8FNX {
    /* min-width:750px; */
    /* height:100%; */
    /* position:relative; */
    /* left:-100px; */
}

.game-left-p8FNX .image-Juhx4 {
    width: 520px;
    height: 300px;
    cursor: inherit
}

.game-left-p8FNX .poster-GTWGQ {
    width: 500px;
    height: 350px;
}

.game-left-p8FNX .picture-eNKFL {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    /* margin:auto; */
    display: block;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    filter: none;
    background-size: cover;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat
}

.game-right-YVFFL {
    width: 600px;
    /* margin-right:33px; */
    letter-spacing: .5px;
    /* text-align:justify; */
    /* position:relative; */
    padding-top: 10px;
}

.game-cover-SHdiF {
    width: 500px;
    height: 148px;
    cursor: inherit
}

.game-cover-SHdiF img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center
}

.game-text-gbki5 {
    line-height: 24px;
    margin: 20px 0;
    font-size: 16px;
    color: #6c7ba8;
    letter-spacing: .5px;
    text-align: justify
}

.game-btn-u1Y00 {
    box-shadow: 0 2px 4px 0 var(--cms-primary-light-color);
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 25px;
    transition: all .2s ease;
    background-size: 100% 100%;
    background: var(--cms-primary-color)
}

.game-btn-u1Y00:hover {
    transform: scale(1.05)
}

.game-tabs-YHvPO {
    display: flex;
    width: 100%;
    padding-left: 0;
    flex-wrap: wrap
}

.game-tabs-item-sNhmb {
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-right: 16px
}

.game-tabs-item-sNhmb.active-Tiv0W .game-tabs-icon-mIrJP {
    box-shadow: 0 7px 13px 0 #b6bfdb
}

.game-tabs-item-sNhmb.active-Tiv0W .game-tabs-icon-mIrJP:before {
    background-image: var(--cms_game_btn_active) !important
}

.game-tabs-icon-mIrJP {
    width: 76px;
    height: 76px;
    margin-bottom: 16px;
    align-content: center;
    position: relative;
    z-index: 1;
    border-radius: 14px;
    box-shadow: 0 5px 10px 0 rgba(112, 146, 215, .14), inset 0 -4px 0 0 #fff
}

.game-tabs-icon-mIrJP:before {
    content: "";
    z-index: -1;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: var(--cms_game_btn);
    background-size: 100% 100%
}

.game-tabs-icon-mIrJP .icon-sVi2k {
    height: 50px;
    margin-top: 13px
}

.game-tabs-name-UFwzD {
    color: #6c7ba8;
    font-size: 16px
}

.game-left-ani-in-dO31j {
    animation: gameLeftIn-DIRSx 1s ease-in-out forwards
}

.game-left-ani-out-czTXU {
    animation: gameLeftOut-wZXGW 1s ease-in-out forwards
}

.game-right-ani-in-oFErd {
    animation: gameRightIn-PlmPs 1s ease-in-out forwards
}

.game-right-ani-out-AvcRF {
    animation: gameRightOut-M_9ck 1s ease-in-out forwards
}

.game-GlKF5 {
    width: 100%;
    min-height: 90vh;
    overflow: hidden
}

.game-wrap-NTOuS {
    width: 1000px;
    height: 846px;
    margin: 32px auto;
    position: relative
}

.game-wrap-NTOuS .name-_5Q1B {
    width: 145px;
    height: 42px;
    margin: 0 10px;
    text-align: center;
    font-size: 16px;
    background: var(--cms-primary-background-color);
    color: var(--cms-primary-text-color);
    border-radius: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15)
}

.game-wrap-game-JYjKU {
    width: 100%;
    height: 74px;
    background: #000;
    display: flex;
    align-items: center;
    padding: 0 26px;
    position: relative
}

.game-wrap-game-JYjKU:hover .swiper-nav-DAfhX {
    opacity: 1
}

.game-wrap-game-JYjKU .swiper-nav {
    width: 26px;
    height: 100%;
    top: 0 !important;
    margin-top: 0 !important;
    color: #fff
}

.game-wrap-game-JYjKU .swiper-nav:after {
    font-size: 18px !important
}

.game-wrap-game-JYjKU .swiper-button-prev {
    left: 0 !important
}

.game-wrap-game-JYjKU .swiper-button-right {
    right: 0 !important
}

.game-wrap-game-JYjKU .swiper-slide {
    width: 158px !important;
    height: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.game-wrap-game-JYjKU .swiper-slide .swiper-content-enable>img {
    width: 15px;
    height: 15px
}

.game-wrap-game-JYjKU .swiper-slide .swiper-active div:first-of-type {
    height: 42px !important;
    background: var(--cms-primary-color) !important;
    color: #fff;
    border-radius: 30px
}

.game-wrap-game-JYjKU .swiper-slide .swiper-content {
    position: relative
}

.game-wrap-game-JYjKU .swiper-slide .swiper-content div:first-of-type {
    height: 42px;
    margin-left: 0
}

.game-wrap-game-JYjKU .swiper-slide .swiper-content div:first-of-type img {
    height: 100%
}

.game-wrap-game-JYjKU .swiper-slide .swiper-content div:nth-of-type(2) {
    height: 24px;
    line-height: 24px
}

.game-wrap-game-item-axcVZ {
    flex: 1;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative
}

.game-wrap-game-item-axcVZ div {
    color: #fff;
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 8px
}

.game-wrap-all-FVzYh {
    width: 100%;
    height: 52px;
    background: #181818;
    display: flex;
    align-item: center;
    line-height: 52px;
    font-size: 14px
}

.game-wrap-all-title-j1lYJ {
    color: #fff;
    margin-left: 30px
}

.game-wrap-all-input-nc_SB {
    flex: 1;
    margin-left: 42px
}

.game-wrap-all-input-wrap-ovWp9 {
    width: 172px;
    height: 28px;
    border-radius: 14px;
    background: #3b3a3a;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 12px;
    display: flex;
    line-height: 28px
}

.game-wrap-all-input-wrap-ovWp9 input {
    width: 110px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 12px
}

.game-wrap-all-input-wrap-ovWp9 span {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-left: 7px
}

.game-wrap-all-new-zP1TS {
    font-size: 13px;
    color: #f39102;
    margin-right: 30px
}

.game-wrap-list-JwaKX {
    height: 618px;
    width: 1000px;
    background-color: #000;
    overflow-y: scroll
}

.game-wrap-list-item-clhNY {
    width: 176px;
    height: 180px;
    margin: 12px;
    background-color: #181818;
    float: left;
    cursor: pointer;
    position: relative
}

.game-wrap-list-item-clhNY:hover {
    box-shadow: 0 0 10px #ffe039
}

.game-wrap-list-item-img-k0Pmb {
    height: 100px;
    width: 100px;
    margin: 12px 38px;
    text-align: center;
    overflow: hidden
}

.game-wrap-list-item-img-k0Pmb img {
    width: 100%
}

.game-wrap-list-item-clhNY div:nth-of-type(2) {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #a9a8a8;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.game-wrap-page-dV1t3 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #181818
}

.game-wrap-page-dV1t3 span {
    background-color: #6e5109;
    color: #eccdcd;
    border-radius: 4px;
    border: 1px solid var(--cms-primary-border);
    cursor: pointer;
    text-align: center;
    padding: 6px 22px;
    font-size: 12px;
    margin: 0 3px
}

.title-PW1Ut {
    display: flex;
    justify-content: center;
    align-items: center
}

.title-logo-tEUxM {
    max-width: 74%
}

.title-name-K8x70 {
    letter-spacing: 8px;
    font-style: italic;
    height: 90px;
    display: block;
    border-bottom: 3px solid red;
    color: #f8f8f8;
    font-size: 60px;
    font-weight: 600;
    margin-top: 60px;
    margin-left: 30px
}

.empty-PyWZG {
    margin: 10px auto;
    text-align: center
}

.empty-span-jAprb {
    display: inline-block;
    position: relative;
    line-height: 100%;
    text-align: center
}

.empty-span-jAprb svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62.5%;
    background: transparent
}

.empty-span-jAprb svg .st0 {
    fill: var(--cms-geekblue-color);
    opacity: .7
}

.empty-text-Sqls3 {
    font-weight: 600;
    font-size: 18px;
    color: var(--cms-geekblue-color);
    opacity: .7;
    letter-spacing: 10px;
    position: relative;
    top: -80px
}

.live-MUIpE {
    width: 1000px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    background: #242001
}

.live-game-M6031 {
    width: 323px;
    margin: 0 5px 12px;
    cursor: pointer;
    position: relative
}

.live-game-M6031:hover>img {
    border: 2px solid #f90
}

.live-game-M6031>img {
    width: 321px;
    border: 1px solid #333
}

.board-hpZ6a {
    width: 100%;
    height: auto;
    background-color: #252525;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top
}

.board-wrap-mVddr {
    width: 1000px;
    height: 630px;
    margin: 30px auto;
    background: url(/img/chess-cont-bg.04af8df1.png) no-repeat 50%;
    background-size: 100% 100%;
    overflow: hidden
}

.board-wrap-left-SS_Xy {
    float: left;
    width: 280px;
    height: 570px;
    margin: 40px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-y: auto
}

.board-wrap-left-SS_Xy::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent
}

.board-wrap-left-SS_Xy::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 2px
}

.board-wrap-left-SS_Xy::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 2px
}

.board-wrap-left-item-ca97J {
    width: 230px;
    height: 70px;
    margin: 0 0 20px 28px;
    text-align: center;
    background-size: 95% !important;
    background-image: url(/img/btn.ab2c06fc.png);
    line-height: 70px;
    text-align: left;
    padding-left: 10px;
    font-weight: 600;
    font-size: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative
}

.board-wrap-left-item-pic-_MHkn {
    width: 35px
}

.board-wrap-left-item-ca97J .maintain-mDRlF {
    position: absolute;
    left: 0;
    top: 11%;
    content: "";
    background-color: var(--cms-hint-text);
    width: 95%;
    height: 54px;
    line-height: 54px;
    opacity: .9;
    padding-left: 25px;
    border-radius: 15px;
    color: #fff
}

.board-wrap-left-item-ca97J .maintain-mDRlF>img {
    width: 24px;
    height: 24px
}

.board-wrap-left-item-ca97J .maintain-mDRlF>p {
    line-height: 18px
}

.board-wrap-left-active-vGDNi {
    background-image: url(/img/btnActive.8dcc2901.png);
    background-repeat: no-repeat;
    color: #fff
}

.board-wrap-right-o3bgd {
    position: relative;
    float: right;
    width: 720px;
    height: 590px;
    margin-top: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-y: auto
}

.board-wrap-right-o3bgd::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent
}

.board-wrap-right-o3bgd::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 2px
}

.board-wrap-right-o3bgd::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 2px
}

.board-wrap-right-item-TZpxU {
    position: relative;
    float: left;
    width: 143px;
    height: auto;
    margin-bottom: 10px;
    cursor: pointer
}

.board-wrap-right-item-TZpxU:hover .board-wrap-right-item-img-src-saeaL {
    transform: scale(1.1)
}

.board-wrap-right-item-TZpxU:hover .board-wrap-right-item-name-xKazX {
    opacity: 0
}

.board-wrap-right-item-TZpxU:hover .board-wrap-right-item-btn-_x3rU {
    display: block
}

.board-wrap-right-item-img-uRjta {
    width: 90%;
    height: 106px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden
}

.board-wrap-right-item-img-src-saeaL {
    display: block;
    height: 100%;
    margin: 0 auto;
    transition: all .2s
}

.board-wrap-right-item-btn-_x3rU {
    position: absolute;
    top: 50px;
    left: 20px;
    display: none;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    background-image: linear-gradient(to top right, rgba(52, 27, 98, .8), rgba(154, 93, 255, .8));
    transition: all .3s;
    color: #fff
}

.board-wrap-right-item-btn-_x3rU:hover {
    background-image: linear-gradient(to top right, #341b62, #9a5dff)
}

.board-wrap-right-item-name-xKazX {
    color: #fff;
    font-size: 12px;
    text-align: center;
    transition: opacity .2s;
    margin-top: 5px
}

.live-ruxc_ {
    width: 100%;
    padding-bottom: 50px;
    background: #2e2868 url(/img/liveBg.052c3dbc.png) no-repeat 0 0/100% 1025px;
    border-top: 1px solid #2e2868;
    min-height: 100vh
}

.live-ruxc_ .title-dBjea {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    margin: 34px 0 20px
}

.live-ruxc_ .title-dBjea img {
    max-width: 74%
}

.live-ruxc_ .title-dBjea .text-iBTvT {
    letter-spacing: 8px;
    font-style: italic;
    height: 90px;
    display: block;
    color: #f8f8f8;
    font-size: 60px;
    font-weight: 600;
    margin-top: 60px;
    margin-left: 30px;
    border-bottom: 3px solid red
}

.live-ruxc_ .content-GGR1Z {
    width: 968px;
    height: auto;
    position: relative;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #a5aab4;
    border-top: 1px solid #a5aab4
}

.live-ruxc_ .content-GGR1Z .item-dOE3Y {
    border-right: 1px solid #a5aab4;
    border-bottom: 1px solid #a5aab4;
    width: 20%;
    height: 271px;
    box-sizing: border-box;
    background: #2e2868;
    font-size: 30px;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 19px
}

.live-ruxc_ .content-GGR1Z .item-dOE3Y>img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover
}

.live-ruxc_ .content-GGR1Z .item-dOE3Y .button-wOd9b {
    width: 108px;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%);
    z-index: 100;
    visibility: hidden
}

.live-ruxc_ .content-GGR1Z .item-dOE3Y span {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    left: 50%;
    bottom: 18%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.live-ruxc_ .content-GGR1Z .item-dOE3Y .mask-iLPSb {
    background: rgba(12, 34, 57, .82);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: visible;
    transition: all .1s
}

.live-ruxc_ .content-GGR1Z .item-dOE3Y:hover .mask-iLPSb {
    visibility: hidden
}

.live-ruxc_ .content-GGR1Z .item-dOE3Y:hover .button-wOd9b {
    visibility: visible
}

.live-ruxc_ .content-GGR1Z .item-maintain-ll5IV>img {
    width: 45px;
    height: 45px
}

.live-ruxc_ .content-GGR1Z .fill-Feny7 .button-wOd9b,
.live-ruxc_ .content-GGR1Z .fill-Feny7 img {
    width: 100%;
    height: 100%;
    transform: translate(0) !important
}

.live-ruxc_ .content-GGR1Z .fill-Feny7 .button-wOd9b {
    position: static
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.fishing-v8KUE {
    width: 100% !important;
    height: 100vh;
    background-size: cover;
    position: relative
}

.fishing-v8KUE .canvasBg-iFUQQ {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition-timing-function: ease-in;
    height: 100%;
    overflow: hidden
}

.fishing-v8KUE .canvasBg-iFUQQ canvas {
    position: absolute;
    top: 0;
    z-index: 200
}

.fishing-v8KUE .goGame-dQaT2 {
    width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.fishing-v8KUE .goGame-warp-LuAA6 {
    position: absolute;
    top: 50px;
    width: 450px;
    color: #fff
}

.fishing-v8KUE .goGame-warp-title-rvLKd {
    font: 36px/60px Microsoft YaHei;
    letter-spacing: 3px;
    margin: 0;
    text-shadow: 1px 1px rgba(51, 51, 51, .5)
}

.fishing-v8KUE .goGame-warp-desc-BoF7G {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: #000 1px 1px 2px
}

.fishing-v8KUE .goGame-warp-btn-fB6Ze {
    font-weight: 400;
    padding: 10px 20px;
    font-size: 25px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    text-shadow: none;
    background-image: linear-gradient(0deg, #f83600 0, #f9d423);
    cursor: pointer
}

.fishing-v8KUE .goGame-warp-btn-fB6Ze:hover {
    background-image: linear-gradient(0deg, red 0, #ff6b6b)
}

.fishing-v8KUE .goGame-warp-bg-HwlHZ {
    position: absolute;
    right: 10px;
    top: 50px;
    width: 506px;
    height: 404px
}

.fishing-v8KUE .goGame-warp-bg-HwlHZ img {
    width: 500px
}

.fishing-v8KUE .swiperBox-nhtZF {
    width: 100%;
    background: hsla(0, 0%, 100%, .3);
    top: 50%;
    position: absolute;
    height: 125px;
    z-index: 5;
    padding: 5px
}

.fishing-v8KUE .swiperBox-nhtZF .swiperWarp-sZD62 {
    width: 980px;
    margin: 0 auto;
    position: relative
}

.fishing-v8KUE .swiperBox-nhtZF .swiper-nav {
    width: 26px;
    height: 100%;
    top: 0 !important;
    margin-top: 0 !important;
    color: #007aff
}

.fishing-v8KUE .swiperBox-nhtZF .swiper-nav:after {
    font-size: 45px !important
}

.fishing-v8KUE .swiperBox-nhtZF .swiper-button-prev {
    left: -40px !important
}

.fishing-v8KUE .swiperBox-nhtZF .swiper-button-next {
    right: -40px !important
}

.fishing-v8KUE .swiperBox-nhtZF .swiper-slide {
    width: 90px !important;
    margin-left: 8px;
    cursor: pointer;
    list-style-type: none;
    font-size: 12px
}

.fishing-v8KUE .swiperBox-nhtZF .swiper-slide .swiper-content {
    position: relative
}

.fishing-v8KUE .swiperBox-nhtZF .swiper-slide .swiper-content div:first-of-type {
    background-color: rgba(5, 104, 143, .65);
    position: relative;
    width: 90px;
    height: 75px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.fishing-v8KUE .swiperBox-nhtZF .swiper-slide .swiper-content div:first-of-type img {
    width: 62px;
    margin: 20px 0 0 14px;
    position: absolute;
    top: -12px;
    border: 0
}

.fishing-v8KUE .swiperBox-nhtZF .swiper-slide .swiper-content div:nth-of-type(2) {
    background-color: #003b5b;
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px
}

.fishing-v8KUE .swiperBox-nhtZF .swiper-slide .swiper-content .swiper-content-maintain {
    width: 100% !important;
    height: 100% !important
}

.fishing-v8KUE .swiperBox-nhtZF .swiper-slide .swiper-active div:first-of-type,
.fishing-v8KUE .swiperBox-nhtZF .swiper-slide:hover div:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #ffeb3b
}

.fishing-v8KUE .swiperBox-nhtZF .swiper-slide .swiper-active div:nth-of-type(2),
.fishing-v8KUE .swiperBox-nhtZF .swiper-slide:hover div:nth-of-type(2) {
    color: #ff0;
    background-color: #d66d00
}

.fishing-v8KUE .swiperBoxSec-c45Uw {
    width: 100%;
    top: 50%;
    margin-top: 170px;
    position: absolute;
    height: 120px;
    z-index: 5;
    padding: 5px
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiperWarp-sZD62 {
    width: 980px;
    margin: 0 auto;
    position: relative
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-nav {
    width: 26px;
    height: 100%;
    top: 0 !important;
    margin-top: 0 !important;
    color: #007aff
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-nav:after {
    font-size: 45px !important
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-button-prev-sec {
    left: -40px !important
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-button-next-sec {
    right: -40px !important
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-slide {
    width: 90px !important;
    margin-left: 8px;
    cursor: pointer;
    list-style-type: none;
    font-size: 12px
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-slide .swiper-content {
    position: relative
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-slide .swiper-content div:first-of-type {
    background-color: rgba(5, 104, 143, .65);
    position: relative;
    width: 90px;
    height: 75px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-slide .swiper-content div:first-of-type img {
    width: 62px;
    margin: 20px 0 0 14px;
    position: absolute;
    top: -12px;
    border: 0;
    border-radius: 5px
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-slide .swiper-content div:nth-of-type(2),
.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-slide .swiper-content div:nth-of-type(3) {
    background-color: #003b5b;
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-slide .swiper-content .weihuzhong {
    width: 100%;
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(0, 0%, 100%, .6);
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-slide .ongame:hover div:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #ffeb3b
}

.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-slide .ongame:hover div:nth-of-type(2),
.fishing-v8KUE .swiperBoxSec-c45Uw .swiper-slide .ongame:hover div:nth-of-type(3) {
    color: #ff0;
    background-color: #d66d00
}

.style-h6vcv {
    width: 100%
}

.style-h6vcv .header-SZ_Kt {
    width: 100%;
    height: 760px;
    position: relative
}

.style-h6vcv #canvas-EOZ31 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.live-OgL17 {
    width: 100%;
    min-height: 90vh;
    background-color: #07010b;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.live-content-D0ews {
    width: 980px;
    background: #0a0c1c;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    margin: 0 auto 0
}

.live-content-wrap-achde {
    display: flex;
    flex-wrap: wrap
}

.live-content-wrap-achde li {
    width: 300px;
    height: 280px;
    border: 2px solid #383d5e;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 20px;
    transition: all .3s;
    position: relative
}

.live-content-wrap-achde li:hover {
    border: 2px solid #faae30
}

.live-content-wrap-achde li:hover .list-JjPIY .btn-gC_5q,
.live-content-wrap-achde li:hover .list-JjPIY>.title-5_1fc {
    opacity: 1
}

.live-content-wrap-achde li .list-JjPIY {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

.live-content-wrap-achde li .list-JjPIY>img {
    height: auto
}

.live-content-wrap-achde li .list-name-fDkUt {
    color: #fff;
    font-size: 20px
}

.live-content-wrap-achde li .list-JjPIY>img {
    width: 280px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover
}

.live-content-wrap-achde li .list-JjPIY .btn-gC_5q {
    background: url(/img/hoverBg.1004eb2b.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: all .4s;
    background-size: cover;
    -moz-opacity: 0;
    opacity: 0
}

.live-content-wrap-achde li .list-JjPIY .btn-game-_IaJN {
    display: block;
    width: 158px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #f39800;
    margin: 0 auto;
    font-size: 14px;
    font-family: Microsoft Yahei;
    border-radius: 3px;
    margin-top: 60px
}

.live-content-wrap-achde li .list-JjPIY .btn-game-_IaJN:hover {
    cursor: pointer;
    background: #09f
}

.live-content-wrap-achde li .list-JjPIY .btn-try-JLLHn {
    display: block;
    width: 158px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #f39800;
    margin: 0 auto;
    font-size: 14px;
    font-family: Microsoft Yahei;
    border-radius: 3px;
    margin-top: 40px
}

.live-content-wrap-achde li .list-JjPIY .btn-try-JLLHn:hover {
    cursor: pointer;
    background: #09f
}

.main-yh38f {
    width: 100%;
    min-height: 100vh
}

.box-wqQiF {
    width: 870px;
    margin: 0 auto
}

.box-list-yiYFD {
    margin: 0 auto;
    list-style: none;
    margin-top: 30px
}

.box-list-item-vg0PB,
.box-list-yiYFD {
    display: inline-block;
    margin-bottom: 30px
}

.box-list-item-vg0PB {
    text-align: center;
    position: relative;
    margin-right: 20px;
    margin-left: 20px
}

.box-list-item-box-URkEh {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.box-list-item-box-name-kpRlk {
    width: 250px;
    height: 80px;
    text-align: center;
    color: #444;
    background: #fff;
    font-weight: 700;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.box-list-item-box-name-left-gEiXf {
    display: flex;
    flex-direction: column
}

.box-list-item-box-name-left-gEiXf>span:first-child {
    font-size: 20px
}

.box-list-item-box-name-left-gEiXf>span {
    text-align: left
}

.box-list-item-box-img-reVdM {
    width: 250px
}

.box-list-hover-mxaKZ:hover span {
    background-color: #c9b15e;
    color: #fff
}

.gamebg-ZUzCq {
    width: 1000px !important;
    margin: 0 auto;
    background: #202020;
    background-position: top;
    background-attachment: fixed
}

.gamebg-top-Pr_ft {
    margin-bottom: 14px;
    width: 100%
}

.gamebg-ZUzCq>div {
    width: 1000px !important;
    margin: 0 auto
}

.gamebg-ZUzCq .bordchessbg,
.gamebg-ZUzCq .wcegamegameBg {
    background: transparent !important
}

.gamebg-ZUzCq .bgWidth {
    width: 100% !important
}