﻿.banner {
    position: relative;
    top: 120px;
    text-align: center;
    background: #f4f6f9
}

.banner img {
    max-width: 100%
}

.content {
    position: relative;
    top: 120px;
    background: #f4f6f9;
    padding: 0
}

.contentPromo {
    margin: 0 auto;
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 27px 6px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 27px 6px rgba(0, 0, 0, .12)
}

.promoNews {
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 35px;
    transition: all .5s ease-in-out 0s;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 10px 1px
}

.promoNews:hover {
    -webkit-box-shadow: 0 2px 15px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, .4);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.promoNews .newImg {
    overflow: hidden;
    width: 359px;
    height: 220px;
    position: relative
}

.promoNews .newImg img {
    max-width: 250%;
    left: -100%;
    position: absolute;
    width: 300%!important
}

.promoNews img {
    transition: all .5s ease-in-out 0s
}

.promoNews:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.newsText {
    padding: 17px 19px 0;
    height: 70px;
    font-size: 14px
}

.newsBoxHeader {
    background: #328eeb;
    color: #fff
}

.promoNews p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    margin: 0
}

.promoNews span {
    color: #999;
    margin-top: 8px
}

.promoNewsBox {
    padding: 1rem 4rem!important;
    text-align: center
}

.promoNewsBox img {
    max-width: 100%;
    margin: 1rem auto
}

.promoNewsBoxText {
    text-align: left
}

.promoNewsBoxText h2 {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: bolder;
    color: #9394c9;
    margin: 3rem 0 1rem
}

.promoNewsBoxText li {
    font-size: 16px;
    line-height: 26px;
    color: #414655;
    margin: 0 0 5px 20px
}

.promoNewsBoxText li:before {
    visibility: visible;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #00adfb;
    position: absolute;
    margin-top: 10px;
    margin-left: -16px;
    border-radius: 50%
}

.promoNewsBoxText table {
    width: 95%;
    margin: 25px auto;
    border: 0;
    border-collapse: collapse
}

.promoNewsBoxText table thead {
    background-color: #f5f6fa
}

.promoNewsBoxText table thead td {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    border: 1px solid #ddd;
    text-align: center;
    color: #333
}

.promoNewsBoxText table tr.bgDark {
    background-color: #dce5fb
}

.promoNewsBoxText table td {
    border: 1px solid #ddd;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    padding: 0 10px
}

@-webkit-keyframes zoomFadeOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes zoomFadeOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes FadeIn {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes FadeIn {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes FadeOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
}

@keyframes FadeOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
}

@-webkit-keyframes FadeInS {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes FadeInS {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes down35 {
    0% {
        -webkit-transform: translateY(35px);
        transform: translateY(35px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes down35 {
    0% {
        -webkit-transform: translateY(35px);
        transform: translateY(35px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes nothing {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes nothing {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes y10x-5 {
    0% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes x10y-5 {
    0% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes x10y-5 {
    0% {
        -webkit-transform: translate(-10px, -5px);
        transform: translate(-10px, -5px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes x10y-5 {
    0% {
        -webkit-transform: translate(-10px, -5px);
        transform: translate(-10px, -5px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.contentSport {
    height: 790px;
    position: relative;
    background-size: cover;
    background-position: top;
    background-image: url(../images/sport_background.png);
    background-repeat: no-repeat
}

.spBtn {
    margin: 10px auto;
    display: block;
    width: 1200px
}

.spBtn a {
    position: relative;
    width: 176px;
    height: 50px;
    -webkit-box-shadow: 0 2px 20px 0 #c5c5c5;
    box-shadow: 0 2px 20px 0 #c5c5c5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e7e8));
    background-image: -webkit-linear-gradient(top, #fff, #e6e7e8);
    background-image: linear-gradient(180deg, #fff, #e6e7e8);
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    line-height: 50px;
    color: #777;
    display: inline-block;
    text-align: center;
    margin: 0 10px
}

.spBtn a:not(.maintain).active,
.spBtn a:not(.maintain):hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#42d2e8), to(#3a98e5));
    background-image: -webkit-linear-gradient(top, #42d2e8, #3a98e5);
    background-image: linear-gradient(180deg, #42d2e8, #3a98e5);
    -webkit-box-shadow: 0 2px 20px 0 #3db0e6;
    box-shadow: 0 2px 20px 0 #3db0e6;
    color: #fff
}

.contentSport .contentSportInfo {
    height: 100%;
    width: 100%;
    position: absolute;
    cursor: pointer
}

.contentSport .contentSportInfo .SPFlex {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.contentSport .contentSportInfo .SPFlex .spTitle {
    height: 100%;
    width: 611px;
    padding-top: 279px;
    text-align: center
}

.contentSport .contentSportInfo .SPFlex .spTitle p {
    font-size: 18px;
    line-height: 24px;
    color: #777;
    margin: 11px auto 23px
}

.contentSport .contentSportInfo .SPFlex .spTitle .goBet {
    display: inline-block;
    background: -webkit-gradient(linear, right top, left top, from(#489edb), to(#48cff7));
    background: -webkit-linear-gradient(right, #489edb, #48cff7);
    background: linear-gradient(270deg, #489edb, #48cff7);
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    -webkit-box-shadow: 0 8px 20px 10px rgba(25, 111, 200, .15), 0 2px 6px 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 8px 20px 10px rgba(25, 111, 200, .15), 0 2px 6px 0 hsla(0, 0%, 100%, .5)
}

.contentSport .contentSportInfo .SPFlex .spTitle .goBet:hover {
    background: -webkit-gradient(linear, right top, left top, from(#48cff7), to(#489edb));
    background: -webkit-linear-gradient(right, #48cff7, #489edb);
    background: linear-gradient(270deg, #48cff7, #489edb)
}

.contentSport .contentSportInfo .SPFlex .spImg {
    height: 100%;
    width: 590px;
    margin-left: -37px
}

.contentSport .contentSportInfo .SPFlex .spImg .spImgInfo {
    margin-top: 140px;
    width: 100%;
    height: 570px;
    background-image: url(../images/SP_p_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.contentSport .op1 {
    opacity: 1;
    z-index: 1
}

.contentSport .op1 .spTitle img {
    width: 100%
}

.contentSport .op1 .spTitle ._3e2RgYWXIgQUTrWwf5HO_W {
    width: 536px
}

.contentSport .op1 .spImg img {
    display: inline-block;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.contentSport .op1 .spImg .SP_p1 {
    left: 130px;
    top: -69px;
    width: 328px
}

.contentSport .op1 .spImg .SP_p2 {
    top: 151px;
    left: 191px;
    width: 220px;
    z-index: 2
}

.contentSport .op1 .spImg .SP_p3 {
    top: 163px;
    left: 75px;
    width: 233px
}

.contentSport .op1 .spImg .SP_p4 {
    top: 163px;
    right: 54px;
    width: 277px
}

.contentSport .op1 .spImg .SP_shadow {
    top: 487px;
    left: -151px;
    width: 904px;
    z-index: 0
}

.contentSport .op0 {
    opacity: 0;
    z-index: 0
}

.contentSport .op0 .spTitle img {
    width: 522px
}

.contentSport .op0 .spImg {
    overflow-x: hidden
}

.contentSport .op0 .spImg img {
    display: inline-block;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.contentSport .op0 .spImg .IM_p1 {
    position: absolute;
    right: 82px;
    top: -67px;
    width: 323px
}

.contentSport .op0 .spImg .IM_p4 {
    top: 218px;
    left: 172px;
    width: 264px;
    z-index: 2
}

.contentSport .op0 .spImg .IM_p2 {
    top: 163px;
    left: 96px;
    width: 151px
}

.contentSport .op0 .spImg .IM_p3 {
    top: 174px;
    right: 122px;
    width: 169px
}

.contentSport .op0 .spImg .IM_shadow {
    top: 539px;
    left: 50px;
    width: 494px;
    z-index: 0
}

.contentSport .spA {
    z-index: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 1
}

.contentSport .spA .spImg,
.contentSport .spA .spTitle {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    -webkit-animation: FadeIn .3s ease .3s forwards;
    animation: FadeIn .3s ease .3s forwards
}

.contentSport .spA .spImg {
    -webkit-animation: FadeInS .3s ease .3s forwards;
    animation: FadeInS .3s ease .3s forwards
}

.contentSport .spA .spImg .SP_p1 {
    -webkit-animation: down35 .7s ease .3s forwards;
    animation: down35 .7s ease .3s forwards
}

.contentSport .spA .spImg .SP_p2 {
    -webkit-animation: nothing .7s ease .3s forwards;
    animation: nothing .7s ease .3s forwards
}

.contentSport .spA .spImg .SP_p3 {
    -webkit-animation: y10x-5 .7s ease .3s forwards;
    animation: y10x-5 .7s ease .3s forwards
}

.contentSport .spA .spImg .IM_p3 {
    -webkit-animation: x10y-5 .7s ease .3s forwards;
    animation: x10y-5 .7s ease .3s forwards
}

.contentSport .spB {
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 1
}

.contentSport .spB .spImg,
.contentSport .spB .spTitle {
    opacity: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-animation: zoomFadeIn .3s ease forwards;
    animation: zoomFadeIn .3s ease forwards
}

.contentSport .spB .spImg {
    -webkit-animation: FadeIn .3s linear forwards;
    animation: FadeIn .3s linear forwards
}

.contentSport .spB .spImg .IM_p3,
.contentSport .spB .spImg .SP_p2,
.contentSport .spB .spImg .SP_p3,
.contentSport .spB .spImg .SP_p1 {
    -webkit-animation: zoomFadeIn .3s ease;
    animation: zoomFadeIn .3s ease
}

.contentEgame {
    position: relative;
    margin: 0 auto 2rem;
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 27px 6px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 27px 6px rgba(0, 0, 0, .12);
    z-index: 19;
    top: -5rem
}

.contentEgame ul.EgameMenu {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

.contentEgame ul.EgameMenu li:last-child {
    margin-right: auto
}

.contentEgame ul.EgameMenu li a {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 206px;
    color: #666;
    border-radius: 30px!important;
    cursor: pointer;
    -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, .11);
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, .11);
    margin: 10px
}

.contentEgame ul.EgameMenu li a:not(.maintain).active {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#42d2e8), color-stop(25%, #42d0e8), to(#3a97e5));
    background-image: -webkit-linear-gradient(left, #42d2e8, #42d0e8 25%, #3a97e5);
    background-image: linear-gradient(90deg, #42d2e8, #42d0e8 25%, #3a97e5);
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 180, 255, .5)!important;
    box-shadow: 0 5px 12px 0 rgba(0, 180, 255, .5)!important
}

.contentEgame ul.EgameMenu_2 li a.active {
    background-image: -webkit-gradient(linear, left top, right top, from(#32c9be), color-stop(25%, #32c9be), to(#32c9be));
    background-image: -webkit-linear-gradient(left, #32c9be, #32c9be 25%, #32c9be);
    background-image: linear-gradient(90deg, #32c9be, #32c9be 25%, #32c9be);
    -webkit-box-shadow: 0 5px 12px 0 #32c9be!important;
    box-shadow: 0 5px 12px 0 #32c9be!important
}

.nav-pills_2 .nav-link.active,
.nav-pills_2 .show>.nav-link {
    color: #fff;
    background-color: #32c9be!important
}

.contentEgame ul.gameEntrance,
ul.bwinGames {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contentEgame ul.gameEntrance li {
    border: 1px solid #ededed;
    border-radius: 6px;
    margin-bottom: 24px;
    height: 174px;
    margin-right: 20px;
    width: 204px;
    overflow: hidden
}

.contentEgame ul.gameEntrance li section,
ul.bwinGames li section {
    position: relative
}

.contentEgame ul.gameEntrance li:nth-child(5n) {
    margin-right: 0
}

.contentEgame ul.gameEntrance li img,
ul.bwinGames li img {
    width: 100%
}

.contentEgame ul.gameEntrance li .gameImg {
    height: 130px;
    width: 100%;
    overflow: hidden
}

.contentEgame ul.gameEntrance li .gameName,
ul.bwinGames li .gameName {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    padding: 0 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.contentEgame ul.gameEntrance li .gameName button,
ul.bwinGames li .gameName button {
    width: 30px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 4px;
    border: none
}

.contentEgame ul.gameEntrance li .hoverBtn button,
.contentEgame ul.gameEntrance li button,
ul.bwinGames li .hoverBtn button,
ul.bwinGames li button {
    height: 30px;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    border: none
}

.contentEgame ul.gameEntrance li .gameName span,
ul.bwinGames li .gameName span {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.contentEgame ul.gameEntrance li .hoverBtn {
    position: absolute;
    top: -132px;
    text-align: center;
    width: 100%;
    line-height: 130px;
    z-index: 10
}

.contentEgame ul.gameEntrance li img {
    width: 204px;
    height: 130px;
    z-index: 0;
    cursor: pointer
}

.contentEgame ul.gameEntrance li .hoverBtn button,
ul.bwinGames li .hoverBtn button {
    width: 107px;
    margin-right: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#03c2fb), to(#159ffd));
    background: -webkit-linear-gradient(#03c2fb, #159ffd);
    background: linear-gradient(#03c2fb, #159ffd);
    height: 30px;
    border: none;
    text-align: center;
    border-radius: 4px;
    line-height: 30px;
    font-size: 12px;
    color: #fff
}

.contentEgame ul.gameEntrance li .gameName i.heart,
ul.bwinGames li .gameName i.heart {
    width: 18px;
    height: 15px;
    display: block;
    margin: 0 auto;
    background-image: url(../images/icon_heart2.png);
    background-repeat: no-repeat
}

.contentEgame ul.gameEntrance li .gameName i.heart:hover,
ul.bwinGames li .gameName i.heart:hover {
    background-image: url(../images/icon_heart_chosen.png);
    background-repeat: no-repeat
}

.contentEgame ul.gameEntrance li i.heart.chosen,
ul.bwinGames li i.heart.chosen {
    background-image: url(../images/icon_heart_chosen.png);
    background-repeat: no-repeat
}

.contentEgame ul.gameEntrance li:hover .hoverBtn,
ul.bwinGames li:hover .hoverBtn {
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    text-align: center;
    display: block
}

.contentEgame ul.gameEntrance li:hover .gameName,
ul.bwinGames li:hover .gameName {
    color: #00a5e2
}

.contentEgame ul.gameEntrance li:hover img,
ul.bwinGames li:hover img {
    text-align: center;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.contentGaming {
    padding-top: 40px;
    text-align: center;
    background-size: cover;
    background-position: top;
    background-image: url(../images/im_sport_bg.jpg?hihi5);
    background-repeat: no-repeat
}

.contentGaming .contentGamingInfo {
    width: 100%;
    height: 640px;
    position: relative
}

.contentGaming .contentGamingInfo .player {
    position: absolute;
    text-align: center;
    top: 20px;
    left: calc(50% - 430px);
    z-index: 6
}

.contentGaming .contentGamingInfo .player img {
    position: absolute
}

.contentGaming .contentGamingInfo .player img:first-child {
    left: 0;
    top: 0;
    z-index: 3;
    -webkit-animation: OZnKVh-A4pFfeTluUj4Tm 1.6s ease-in-out;
    animation: OZnKVh-A4pFfeTluUj4Tm 1.6s ease-in-out
}

.contentGaming .contentGamingInfo .player img:nth-child(2) {
    left: 145px;
    top: 0;
    z-index: 4;
    -webkit-animation: _22PF4wOkwbSGQ-0oYSCwHw 1.6s ease-in-out;
    animation: _22PF4wOkwbSGQ-0oYSCwHw 1.6s ease-in-out
}

.contentGaming .contentGamingInfo .player img:nth-child(3) {
    left: 240px;
    z-index: 5;
    -webkit-animation: _1VjHL0M2FmMSsIPi8CX_Z4 1.6s ease-in-out;
    animation: _1VjHL0M2FmMSsIPi8CX_Z4 1.6s ease-in-out
}

.contentGaming .contentGamingInfo .player img:nth-child(4) {
    left: 480px;
    top: 0;
    -webkit-animation: _22PF4wOkwbSGQ-0oYSCwHw 1.6s ease-in-out;
    animation: _22PF4wOkwbSGQ-0oYSCwHw 1.6s ease-in-out
}

.contentGaming .contentGamingInfo .player img:nth-child(5) {
    left: 635px;
    top: 0;
    z-index: 3;
    -webkit-animation: OZnKVh-A4pFfeTluUj4Tm 1.6s ease-in-out;
    animation: OZnKVh-A4pFfeTluUj4Tm 1.6s ease-in-out
}

.contentGaming .contentGamingInfo.gameFanya .player {
    position: absolute;
    text-align: center;
    top: 20px;
    left: calc(50% - 600px);
    z-index: 6
}

.contentGaming .contentGamingInfo.gameFanya .player img {
    position: absolute;
    top: 0
}

.contentGaming .contentGamingInfo.gameFanya .player img:first-child {
    left: -10px;
    top: -40px;
    z-index: 3;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameFanya .player img:nth-child(2) {
    left: 165px;
    z-index: 4;
    top: -5px;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameFanya .player img:nth-child(3) {
    z-index: 5;
    left: 597px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: _3lRGta1yMzIfxu55aMoUw1 1.2s ease-in-out;
    animation: _3lRGta1yMzIfxu55aMoUw1 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameFanya .player img:nth-child(4) {
    left: 648px;
    z-index: 4;
    top: -1px;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameFanya .player img:nth-child(5) {
    left: 903px;
    top: -40px;
    z-index: 3;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.contentGaming .contentGamingInfo .gamingMap {
    width: 100%;
    background-image: url(../images/im_map.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 239px;
    margin: 0 auto;
    position: absolute;
    z-index: 6;
    bottom: 0
}

.contentGaming .contentGamingInfo .gamingMap .gameTitle {
    text-align: center;
    width: 735px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    top: -60px;
    -webkit-animation: OWnNEhrI5lk0GC8B5Rxny 1.6s ease-in-out .2s both;
    animation: OWnNEhrI5lk0GC8B5Rxny 1.6s ease-in-out .2s both
}

.contentGaming .contentGamingInfo .gamingMap .gameSubTitle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: -100px;
    z-index: 10
}

.contentGaming .contentGamingInfo .gamingMap .gameSubTitle,
.contentGaming .contentGamingInfo .gamingMap .gameSubTitle .subL {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contentGaming .contentGamingInfo .gamingMap .gameSubTitle .subL span {
    display: block;
    width: 155px;
    color: #ff9a00;
    font-size: 36px;
    font-style: italic;
    font-weight: 600
}

.contentGaming .contentGamingInfo .gamingMap .gameSubTitle .gamingBtn {
    position: relative;
    z-index: 10;
    width: 199px;
    height: 74px;
    margin: 0 7px;
    background-image: url(../images/orange_button.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.contentGaming .contentGamingInfo .gamingMap .gameSubTitle .gamingBtn:hover {
    background-image: url(../images/orange_button_hover.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.contentGaming .contentGamingInfo .gamingMap .gameSubTitle .gamingBtn button {
    width: 199px;
    height: 60px;
    line-height: 45px;
    border: none;
    outline: none;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    background: 0 0
}

.contentGaming .contentGamingInfo .gamingMap .gameSubTitle .subR {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contentGaming .contentGamingInfo .gamingMap .gameSubTitle .subR span {
    color: #00aeff;
    font-size: 36px;
    font-style: italic;
    font-weight: 600
}

.contentGaming .contentGamingInfo .gamingMap .gamingIcons {
    width: 100%;
    text-align: center;
    position: relative;
    top: -100px;
    z-index: 10
}

.contentGaming .contentGamingInfo .gamingMap .mapRed img {
    position: absolute;
    -webkit-animation: _1Gl1IJcusW5IkfdP7C0TAA .6s ease-in-out both;
    animation: _1Gl1IJcusW5IkfdP7C0TAA .6s ease-in-out both
}

.contentGaming .contentGamingInfo .gamingMap .mapRed img:first-child {
    left: 270px;
    top: 230px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.contentGaming .contentGamingInfo .gamingMap .mapRed img:nth-child(2) {
    left: 330px;
    top: 210px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.contentGaming .contentGamingInfo .gamingMap .mapRed img:nth-child(3) {
    left: 390px;
    top: 190px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.contentGaming .contentGamingInfo .gamingMap .mapRed img:nth-child(4) {
    left: 460px;
    top: 170px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.contentGaming .contentGamingInfo .gamingMap .mapRed img:nth-child(5) {
    left: 500px;
    top: 120px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.contentGaming .contentGamingInfo .gamingMap .mapBlue img {
    position: absolute;
    -webkit-animation: _1Gl1IJcusW5IkfdP7C0TAA .6s ease-in-out both;
    animation: _1Gl1IJcusW5IkfdP7C0TAA .6s ease-in-out both
}

.contentGaming .contentGamingInfo .gamingMap .mapBlue img:first-child {
    right: 390px;
    top: 210px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.contentGaming .contentGamingInfo .gamingMap .mapBlue img:nth-child(2) {
    right: 310px;
    top: 190px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.contentGaming .contentGamingInfo .gamingMap .mapBlue img:nth-child(3) {
    right: 460px;
    top: 150px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.contentGaming .contentGamingInfo .gamingMap .mapBlue img:nth-child(4) {
    right: 370px;
    top: 140px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.contentGaming .contentGamingInfo .gamingMap .mapBlue img:nth-child(5) {
    right: 450px;
    top: 105px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.contentGaming .contentGamingInfo .gamingMapFY {
    width: 1729px;
    background-image: url(../images/avia_map.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 239px;
    margin: 0 auto;
    position: relative;
    z-index: 6;
    top: -137px
}

.contentGaming .contentGamingInfo .gamingMapFY .gameTitle {
    text-align: center;
    width: 735px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    top: -60px;
    -webkit-animation: QkxHRV1PQFPqij4vQgjJD 1.2s ease-in-out .1s both;
    animation: QkxHRV1PQFPqij4vQgjJD 1.2s ease-in-out .1s both
}

.contentGaming .contentGamingInfo .gamingMapFY .gameSubTitle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: -100px;
    z-index: 10
}

.contentGaming .contentGamingInfo .gamingMapFY .gameSubTitle,
.contentGaming .contentGamingInfo .gamingMapFY .gameSubTitle .subL {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contentGaming .contentGamingInfo .gamingMapFY .gameSubTitle .subL span {
    display: block;
    width: 155px;
    color: #00aeff;
    font-size: 36px;
    font-style: italic;
    font-weight: 600
}

.contentGaming .contentGamingInfo .gamingMapFY .gameSubTitle .gamingBtn {
    position: relative;
    z-index: 10;
    width: 199px;
    height: 74px;
    margin: 0 7px;
    background-image: url(../images/blue_button.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.contentGaming .contentGamingInfo .gamingMapFY .gameSubTitle .gamingBtn:hover {
    background-image: url(../images/blue_button_hover.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.contentGaming .contentGamingInfo .gamingMapFY .gameSubTitle .gamingBtn button {
    width: 199px;
    height: 60px;
    border: none;
    outline: none;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    background: 0 0
}

.contentGaming .contentGamingInfo .gamingMapFY .gameSubTitle .subR {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contentGaming .contentGamingInfo .gamingMapFY .gameSubTitle .subR span {
    color: #ff9a00;
    font-size: 36px;
    font-style: italic;
    font-weight: 600
}

.contentGaming .contentGamingInfo .gamingMapFY .gamingIcons {
    width: 100%;
    text-align: center;
    position: relative;
    top: -100px;
    z-index: 10
}

.contentGaming .contentGamingInfo .gamingMapFY .mapRed img {
    position: absolute;
    -webkit-animation: _1ombIbc52DomHQnHwSb1RW .6s ease-in-out both;
    animation: _1ombIbc52DomHQnHwSb1RW .6s ease-in-out both
}

.contentGaming .contentGamingInfo .gamingMapFY .mapRed img:first-child {
    left: 270px;
    top: 230px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.contentGaming .contentGamingInfo .gamingMapFY .mapRed img:nth-child(2) {
    left: 330px;
    top: 210px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.contentGaming .contentGamingInfo .gamingMapFY .mapRed img:nth-child(3) {
    left: 390px;
    top: 190px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.contentGaming .contentGamingInfo .gamingMapFY .mapRed img:nth-child(4) {
    left: 460px;
    top: 170px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.contentGaming .contentGamingInfo .gamingMapFY .mapRed img:nth-child(5) {
    left: 500px;
    top: 140px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.contentGaming .contentGamingInfo .gamingMapFY .mapBlue img {
    position: absolute;
    -webkit-animation: _1ombIbc52DomHQnHwSb1RW .6s ease-in-out both;
    animation: _1ombIbc52DomHQnHwSb1RW .6s ease-in-out both
}

.contentGaming .contentGamingInfo .gamingMapFY .mapBlue img:first-child {
    right: 370px;
    top: 210px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.contentGaming .contentGamingInfo .gamingMapFY .mapBlue img:nth-child(2) {
    right: 310px;
    top: 190px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.contentGaming .contentGamingInfo .gamingMapFY .mapBlue img:nth-child(3) {
    right: 470px;
    top: 170px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.contentGaming .contentGamingInfo .gamingMapFY .mapBlue img:nth-child(4) {
    right: 390px;
    top: 150px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.contentGaming .contentGamingInfo .gamingMapFY .mapBlue img:nth-child(5) {
    right: 410px;
    top: 115px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@-webkit-keyframes OZnKVh-A4pFfeTluUj4Tm {
    0% {
        -webkit-transform: translateY(6px) scale(.95);
        transform: translateY(6px) scale(.95);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }
}

@keyframes OZnKVh-A4pFfeTluUj4Tm {
    0% {
        -webkit-transform: translateY(6px) scale(.95);
        transform: translateY(6px) scale(.95);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }
}

@-webkit-keyframes _22PF4wOkwbSGQ-0oYSCwHw {
    0% {
        -webkit-transform: translateY(-6px) scale(.95);
        transform: translateY(-6px) scale(.95);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }
}

@keyframes _22PF4wOkwbSGQ-0oYSCwHw {
    0% {
        -webkit-transform: translateY(-6px) scale(.95);
        transform: translateY(-6px) scale(.95);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }
}

@-webkit-keyframes _1VjHL0M2FmMSsIPi8CX_Z4 {
    0% {
        -webkit-transform: translateY(6px) scale(.95);
        transform: translateY(6px) scale(.95);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }
}

@keyframes _1VjHL0M2FmMSsIPi8CX_Z4 {
    0% {
        -webkit-transform: translateY(6px) scale(.95);
        transform: translateY(6px) scale(.95);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        opacity: 1
    }
}

@-webkit-keyframes OWnNEhrI5lk0GC8B5Rxny {
    0% {
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes OWnNEhrI5lk0GC8B5Rxny {
    0% {
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes AARkAW7PnQbhxMJNazl7g {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }
    40% {
        opacity: 1
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes AARkAW7PnQbhxMJNazl7g {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }
    40% {
        opacity: 1
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes QxdQw4FCd3mPaHBgy0MKq {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    40% {
        opacity: 1
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes QxdQw4FCd3mPaHBgy0MKq {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    40% {
        opacity: 1
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes _3lRGta1yMzIfxu55aMoUw1 {
    0% {
        -webkit-transform: translateX(-50%) translateY(-40px);
        transform: translateX(-50%) translateY(-40px);
        opacity: 0
    }
    40% {
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1
    }
}

@keyframes _3lRGta1yMzIfxu55aMoUw1 {
    0% {
        -webkit-transform: translateX(-50%) translateY(-40px);
        transform: translateX(-50%) translateY(-40px);
        opacity: 0
    }
    40% {
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes QkxHRV1PQFPqij4vQgjJD {
    0% {
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes QkxHRV1PQFPqij4vQgjJD {
    0% {
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes _1Gl1IJcusW5IkfdP7C0TAA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0) scale(.6);
        transform: translate3d(0, 50%, 0) scale(.6)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
}

@keyframes _1Gl1IJcusW5IkfdP7C0TAA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0) scale(.6);
        transform: translate3d(0, 50%, 0) scale(.6)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
}

@-webkit-keyframes _1ombIbc52DomHQnHwSb1RW {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0) scale(.6);
        transform: translate3d(0, 50%, 0) scale(.6)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
}

@keyframes _1ombIbc52DomHQnHwSb1RW {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0) scale(.6);
        transform: translate3d(0, 50%, 0) scale(.6)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
}

.contentLive {
    position: relative;
    width: 1200px;
    height: 782px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    overflow: hidden
}

.contentLive .bgWave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1507px;
    height: 331px;
    background-image: url(../images/live/bg_bodian.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: 12;
    background-position: left 180px
}

.contentLive .bgLive {
    position: absolute;
    bottom: 49px;
    left: 383px;
    width: 475px;
    height: 475px;
    background-image: url(../images/live/img_bg_bule_.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: 10
}

.contentLive .liveBtn {
    position: absolute;
    top: 60px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 19;
    width: 610px;
    flex-wrap: wrap
}

.contentLive .liveBtn a {
    position: relative;
    width: 90px;
    height: 42px;
    line-height: 42px;
    margin: 0 5px 10px;
    border: none;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: #666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #fff, #e8e8e8);
    background-image: linear-gradient(180deg, #fff, #e8e8e8)
}

.contentLive .liveBtn a:last-child {
    margin-right: 0
}

.contentLive .liveBtn a:not(.maintain).active,
.contentLive .liveBtn a:not(.maintain):hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#42d2e8), to(#3a97e5));
    background-image: -webkit-linear-gradient(top, #42d2e8, #3a97e5);
    background-image: linear-gradient(180deg, #42d2e8, #3a97e5);
    color: #fff;
    -webkit-box-shadow: 0 10px 20px 6px rgba(0, 180, 255, .3);
    box-shadow: 0 10px 20px 6px rgba(0, 180, 255, .3)
}

.liveBox {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto
}

.liveBox .liveTitle {
    position: absolute;
    top: 200px;
    right: 0;
    width: 610px;
    text-align: center;
    z-index: 19
}

.liveBox .liveTitle ._19Wn_FGJGnAsLchgvr_Ik6 {
    width: 100%;
    word-break: keep-all;
    margin-bottom: 26px
}

.liveBox .liveTitle .liveTitleName {
    margin: 0 auto 43px
}

.liveBox .liveTitle .liveItem {
    margin: 0 auto 62px
}

.liveAG .liveNameBg {
    position: absolute;
    top: 61px;
    left: 364px;
    z-index: 5
}

.liveAG .liveImg {
    position: absolute;
    top: 60px;
    left: 0;
    width: 596px;
    height: 818px;
    z-index: 18
}

.liveAG .liveImg .img1 {
    position: absolute;
    top: 258px;
    left: 24px;
    z-index: 5;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite
}

.liveAG .liveImg .img2 {
    position: absolute;
    bottom: 137px;
    left: 0;
    z-index: 5
}

.liveAG .liveImg .img3 {
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 5
}

.liveAG .liveImg .img4 {
    position: absolute;
    bottom: 377px;
    right: 78px;
    z-index: 5
}

.liveAG .liveImg .img5 {
    position: absolute;
    bottom: 0;
    right: 21px;
    z-index: 17
}

.liveAG .liveImg .img6 {
    position: absolute;
    bottom: 188px;
    left: 204px;
    z-index: 4
}

.liveAG .liveImg .img7 {
    position: absolute;
    top: 175px;
    right: 68px;
    z-index: 10;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.liveEBet .liveNameBg {
    position: absolute;
    top: 65px;
    left: 357px;
    z-index: 5
}

.liveEBet .liveImg {
    position: absolute;
    width: 642px;
    height: 723px;
    left: 60px;
    top: 59px;
    z-index: 18
}

.liveEBet .liveImg .img1 {
    position: absolute;
    top: 167px;
    left: -64px;
    z-index: 10;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveEBet .liveImg .img2 {
    position: absolute;
    bottom: 184px;
    left: 1px;
    z-index: 10;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.liveEBet .liveImg .img3 {
    position: absolute;
    bottom: 24px;
    left: 219px;
    z-index: 10;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveEBet .liveImg .img4 {
    position: absolute;
    top: 61px;
    right: 156px;
    z-index: 10;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveEBet .liveImg .img5 {
    position: absolute;
    bottom: 100px;
    right: 102px;
    z-index: 10;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.liveEBet .liveImg .img6 {
    position: absolute;
    bottom: 386px;
    right: 53px;
    z-index: 10
}

.liveEBet .liveImg .img7 {
    position: absolute;
    top: 240px;
    right: 120px;
    z-index: 10
}

.liveEBet .liveImg .img8 {
    position: absolute;
    top: 202px;
    left: 103px;
    z-index: 10
}

.liveEBet .liveImg .img9 {
    position: absolute;
    bottom: 0;
    left: -52px;
    z-index: 5
}

.liveEBet .liveImg .img10 {
    position: absolute;
    top: 0;
    right: -5px;
    z-index: 8
}

.liveBS .liveImg {
    position: absolute;
    width: 634px;
    height: 839px;
    left: 0;
    top: 60px;
    z-index: 18
}

.liveBS .liveImg .img1 {
    position: absolute;
    bottom: 500px;
    left: 27px;
    z-index: 10;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite
}

.liveBS .liveImg .img2 {
    position: absolute;
    bottom: 250px;
    left: 0;
    z-index: 5
}

.liveBS .liveImg .img3 {
    position: absolute;
    bottom: 109px;
    left: -49px;
    z-index: 10
}

.liveBS .liveImg .img4 {
    position: absolute;
    bottom: 114px;
    right: -140px;
    z-index: 10
}

.liveBS .liveImg .img5 {
    position: absolute;
    bottom: 289px;
    right: 20px;
    z-index: 5
}

.liveBS .liveImg .img6 {
    position: absolute;
    bottom: 593px;
    right: 100px;
    z-index: 10;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.liveBS .liveImg .img7 {
    position: absolute;
    bottom: 0;
    left: 85px;
    z-index: 15
}

.liveGD .liveImg {
    position: absolute;
    width: 618px;
    height: 723px;
    left: 260px;
    top: 131px;
    z-index: 18
}

.liveGD .liveImg .img1 {
    position: absolute;
    top: 269px;
    left: 90px;
    z-index: 10;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.liveGD .liveImg .img2 {
    position: absolute;
    bottom: 114px;
    left: -151px;
    z-index: 5
}

.liveGD .liveImg .img3 {
    position: absolute;
    bottom: 72px;
    left: -80px;
    z-index: 10
}

.liveGD .liveImg .img4 {
    position: absolute;
    bottom: 63px;
    right: -211px;
    z-index: 6
}

.liveGD .liveImg .img5 {
    position: absolute;
    bottom: 95px;
    right: 192px;
    z-index: 5
}

.liveGD .liveImg .img6 {
    position: absolute;
    bottom: 78px;
    right: -66px;
    z-index: 5
}

.liveGD .liveImg .img7 {
    position: absolute;
    bottom: 311px;
    right: 121px;
    z-index: 15;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite
}

.liveGD .liveImg .img8 {
    position: absolute;
    bottom: 0;
    left: 75px;
    z-index: 10
}

.liveBBIN .liveImg {
    position: absolute;
    width: 702px;
    height: 723px;
    left: 20px;
    top: 16px;
    z-index: 18
}

.liveBBIN .liveImg .img1 {
    position: absolute;
    top: 80px;
    left: -25px;
    z-index: 10;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveBBIN .liveImg .img2 {
    position: absolute;
    bottom: 365px;
    left: -19px;
    z-index: 9;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.liveBBIN .liveImg .img3 {
    position: absolute;
    bottom: 196px;
    left: 77px;
    z-index: 8;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveBBIN .liveImg .img4 {
    position: absolute;
    bottom: 0;
    right: 200px;
    z-index: 7;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveBBIN .liveImg .img5 {
    position: absolute;
    top: 210px;
    right: 220px;
    z-index: 6;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.liveBBIN .liveImg .img6 {
    position: absolute;
    bottom: -38px;
    left: 18px;
    z-index: 12
}

.liveBBIN .liveImg .img7 {
    position: absolute;
    bottom: 221px;
    left: 32px;
    z-index: 12;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.liveBBIN .liveImg .img8 {
    position: absolute;
    top: 523px;
    left: -44px;
    z-index: 10
}

.liveBBIN .liveImg .img9 {
    position: absolute;
    top: 286px;
    right: 100px;
    z-index: 10;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.liveBBIN .liveImg .img10 {
    position: absolute;
    top: 30px;
    right: 120px;
    z-index: 11;
    width: 80%
}

.liveBBIN .liveImg .img10_DG {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 11
}

.liveBBIN .liveImg .img11 {
    position: absolute;
    top: 609px;
    right: 100px;
    z-index: 10
}

.liveBBIN .liveImg .img12 {
    position: absolute;
    bottom: 358px;
    right: 160px;
    z-index: 10;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.liveBBIN .liveImg .img13 {
    position: absolute;
    bottom: -31px;
    left: -134px;
    z-index: 5
}

.liveBBIN .liveImg .img14 {
    position: absolute;
    bottom: 221px;
    left: -146px;
    z-index: 5;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.liveYB .liveImg {
    position: absolute;
    width: 700px;
    height: 700px;
    left: 0;
    top: 100px;
    z-index: 18
}

.liveYB .liveImg .img1 {
    position: absolute;
    bottom: -60px;
    left: 20px;
    z-index: 10
}

.liveYB .liveImg .img2 {
    position: absolute;
    bottom: 50px;
    left: 15px;
    z-index: 9;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.liveYB .liveImg .img3 {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 8;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.liveYB .liveImg .img4 {
    position: absolute;
    top: 160px;
    left: 50px;
    z-index: 7;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveYB .liveImg .img5 {
    position: absolute;
    bottom: 200px;
    left: 65px;
    z-index: 8;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveYB .liveImg .img6 {
    position: absolute;
    bottom: 64px;
    right: 110px;
    z-index: 7;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveYB .liveImg .img7 {
    position: absolute;
    top: 52px;
    right: 110px;
    z-index: 10;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveYB .liveImg .img8 {
    position: absolute;
    bottom: 325px;
    right: 108px;
    z-index: 10;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.liveYB .liveImg .img9 {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 9;
    width: 75%
}

.liveOB .liveImg {
    position: absolute;
    width: 700px;
    height: 780px;
    left: -38px;
    top: 0;
    z-index: 18
}

.liveOB .liveImg .img1 {
    position: absolute;
    bottom: -85px;
    right: -139px;
    z-index: 8
}

.liveOB .liveImg .img2 {
    position: absolute;
    top: 180px;
    left: 170px;
    z-index: 10;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveOB .liveImg .img3 {
    position: absolute;
    top: 332px;
    left: 93px;
    z-index: 8;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveOB .liveImg .img4 {
    position: absolute;
    bottom: 25px;
    left: 100px;
    z-index: 16;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.liveOB .liveImg .img5 {
    position: absolute;
    top: 200px;
    right: 10px;
    z-index: 8;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveOB .liveImg .img6 {
    position: absolute;
    bottom: 189px;
    right: 36px;
    z-index: 10;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveOB .liveImg .img7 {
    position: absolute;
    bottom: -25px;
    left: 35px;
    z-index: 9;
    width: 85%
}

.liveHSG .liveImg {
    position: absolute;
    width: 700px;
    height: 800px;
    left: 0;
    top: 0;
    z-index: 18
}

.liveHSG .liveImg .img1 {
    position: absolute;
    bottom: 10px;
    left: 120px;
    width: 430px;
    z-index: 8
}

.liveHSG .liveImg .img2 {
    position: absolute;
    bottom: -120px;
    left: 180px;
    width: 525px;
    z-index: 7
}

.liveHSG .liveImg .img3 {
    position: absolute;
    top: 367px;
    left: 39px;
    z-index: 7;
    width: 21%;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveHSG .liveImg .img4 {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 25%;
    z-index: 16;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 6s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 6s infinite
}

.liveHSG .liveImg .img5 {
    position: absolute;
    top: 180px;
    right: 10px;
    z-index: 8;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveHSG .liveImg .img6 {
    position: absolute;
    bottom: 30px;
    right: -30px;
    width: 14%;
    z-index: 10;
    z-index: 8;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveMZ .liveImg {
    position: absolute;
    width: 700px;
    height: 800px;
    left: 0;
    top: 0;
    z-index: 18
}

.liveMZ .liveImg .img1 {
    position: absolute;
    bottom: -20px;
    left: 40px;
    z-index: 8
}

.liveMZ .liveImg .img2 {
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 525px;
    z-index: 7
}

.liveMZ .liveImg .img3 {
    position: absolute;
    top: 107px;
    left: 89px;
    z-index: 7;
    width: 21%;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveMZ .liveImg .img4 {
    position: absolute;
    top: 300px;
    left: 100px;
    width: 70%;
    z-index: 16;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 6s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 6s infinite
}

.liveMZ .liveImg .img5 {
    position: absolute;
    top: 180px;
    right: 40px;
    z-index: 8;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveMZ .liveImg .img6 {
    position: absolute;
    top: 330px;
    right: 0;
    width: 14%;
    z-index: 8;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveMZ .liveImg .img7 {
    position: absolute;
    bottom: 30px;
    right: -30px;
    z-index: 6;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveWE .liveImg {
    position: absolute;
    width: 700px;
    height: 800px;
    left: 0;
    top: 0;
    z-index: 18
}

.liveWE .liveImg .img1 {
    position: absolute;
    bottom: -180px;
    left: 20px;
    width: 89%;
    z-index: 8
}

.liveWE .liveImg .img2 {
    position: absolute;
    top: 40px;
    right: 260px;
    width: 100px;
    z-index: 7
}

.liveWE .liveImg .img3 {
    position: absolute;
    top: 247px;
    left: 0;
    z-index: 7;
    width: 100px;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveWE .liveImg .img4 {
    position: absolute;
    bottom: 180px;
    left: 10px;
    width: 16%;
    z-index: 16;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 6s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 6s infinite
}

.liveWE .liveImg .img5 {
    position: absolute;
    top: 180px;
    right: 40px;
    width: 14%;
    z-index: 8;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveWE .liveImg .img6 {
    position: absolute;
    bottom: 130px;
    right: 0;
    width: 16%;
    z-index: 8;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 4s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 4s infinite
}

.liveWE .liveImg .img7 {
    position: absolute;
    top: 130px;
    left: 100px;
    width: 10%;
    z-index: 6;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveWE .liveImg .img8 {
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 70%;
    z-index: 6
}

.liveWE .liveImg .img9 {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 60%;
    z-index: 6
}

.liveOG .liveImg {
    position: absolute;
    width: 700px;
    height: 800px;
    left: 0;
    top: 0;
    z-index: 18
}

.liveOG .liveImg .img1 {
    position: absolute;
    bottom: 0;
    right: 70px;
    width: 80%;
    z-index: 8
}

.liveOG .liveImg .img2 {
    position: absolute;
    top: 70px;
    right: 140px;
    width: 75px;
    z-index: 7;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveOG .liveImg .img3 {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 7;
    width: 70px;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveOG .liveImg .img4 {
    position: absolute;
    top: 190px;
    right: 80px;
    width: 60px;
    z-index: 16;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 6s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 6s infinite
}

.liveOG .liveImg .img5 {
    position: absolute;
    top: 30px;
    left: 170px;
    width: 140px;
    z-index: 8;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 4s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 4s infinite
}

.liveOG .liveImg .img6 {
    position: absolute;
    bottom: 90px;
    left: 20px;
    width: 140px;
    z-index: 8;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveOG .liveImg .img7 {
    position: absolute;
    bottom: 300px;
    right: 50px;
    width: 120px;
    z-index: 6;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveOG .liveImg .img8 {
    position: absolute;
    bottom: 30px;
    left: -10px;
    width: 60%;
    z-index: 6
}

.liveRG .liveImg {
    position: absolute;
    width: 700px;
    height: 800px;
    left: 0;
    top: 0;
    z-index: 18
}

.liveRG .liveImg .img1 {
    position: absolute;
    bottom: 0;
    right: 90px;
    width: 400px;
    z-index: 8
}

.liveRG .liveImg .img2 {
    position: absolute;
    top: 70px;
    right: 170px;
    width: 60px;
    z-index: 7;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveRG .liveImg .img3 {
    position: absolute;
    bottom: 160px;
    right: 30px;
    z-index: 7;
    width: 55px;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveRG .liveImg .img4 {
    position: absolute;
    bottom: 30px;
    right: 80px;
    width: 50px;
    z-index: 16;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 6s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 6s infinite
}

.liveRG .liveImg .img5 {
    position: absolute;
    top: 300px;
    right: 30px;
    width: 80px;
    z-index: 8;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 4s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 4s infinite
}

.liveRG .liveImg .img6 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 75%;
    z-index: 3;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveRG .liveImg .img7 {
    position: absolute;
    top: 130px;
    left: 120px;
    width: 70px;
    z-index: 6;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveT9 .liveImg {
    position: absolute;
    width: 700px;
    height: 800px;
    left: 0;
    top: 0;
    z-index: 18
}

.liveT9 .liveImg .img1 {
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 380px;
    z-index: 8
}

.liveT9 .liveImg .img2 {
    position: absolute;
    top: 220px;
    left: 100px;
    width: 220px;
    z-index: 5;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveT9 .liveImg .img3 {
    position: absolute;
    top: 240px;
    right: 70px;
    z-index: 7;
    width: 55px;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveT9 .liveImg .img4 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 450px;
    z-index: 6
}

.liveMT .liveImg {
    position: absolute;
    width: 700px;
    height: 800px;
    left: 0;
    top: 0;
    z-index: 18
}

.liveMT .liveImg .img1 {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 420px;
    z-index: 8
}

.liveMT .liveImg .img2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 380px;
    z-index: 5;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveMT .liveImg .img3 {
    position: absolute;
    top: 240px;
    right: 70px;
    z-index: 7;
    width: 55px;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveMT .liveImg .img4 {
    position: absolute;
    top: 180px;
    left: 100px;
    width: 60px;
    z-index: 6;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.liveMT .liveImg .img5 {
    position: absolute;
    bottom: 80px;
    right: 120px;
    width: 80px;
    z-index: 6;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 6s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 6s infinite
}

.liveMT .liveImg .img6 {
    position: absolute;
    top: 120px;
    left: 220px;
    width: 50px;
    z-index: 6
}

.liveAstar .liveImg {
    position: absolute;
    width: 700px;
    height: 800px;
    left: 0;
    top: 0;
    z-index: 18
}

.liveAstar .liveImg .img1 {
    position: absolute;
    bottom: 0;
    right: 70px;
    width: 390px;
    z-index: 8
}

.liveAstar .liveImg .img2 {
    position: absolute;
    top: 300px;
    left: 100px;
    width: 250px;
    z-index: 5;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.liveAstar .liveImg .img3 {
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 3;
    width: 550px;
    -webkit-animation: pdkRXzavN1tvpexNPbPgk 5s infinite;
    animation: pdkRXzavN1tvpexNPbPgk 5s infinite
}

.btn-play {
    width: 188px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#42d2e8), color-stop(25%, #42d0e8), to(#3a97e5));
    background-image: -webkit-linear-gradient(left, #42d2e8, #42d0e8 25%, #3a97e5);
    background-image: linear-gradient(90deg, #42d2e8, #42d0e8 25%, #3a97e5);
    -webkit-box-shadow: 0 10px 20px 6px rgba(0, 180, 255, .3);
    box-shadow: 0 10px 20px 6px rgba(0, 180, 255, .3);
    cursor: pointer
}

.liveBoxIn .liveImg {
    -webkit-animation: _1Ayn6M_kXQguTI9zoMgpDe .8s forwards;
    animation: _1Ayn6M_kXQguTI9zoMgpDe .8s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.liveBoxIn .liveTitle {
    -webkit-animation: _2SR-LoXD-ZSik66C62PWcD .8s forwards;
    animation: _2SR-LoXD-ZSik66C62PWcD .8s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.liveBoxIn .liveImg.liveTitleAni {
    -webkit-animation: _3dpEjVNtQqEoVF2nJ2CnEk .8s forwards;
    animation: _3dpEjVNtQqEoVF2nJ2CnEk .8s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.liveBoxIn .liveTitle.liveTitleAni {
    -webkit-animation: _1a5JU25mxXKvAORWKKdTLL .8s forwards;
    animation: _1a5JU25mxXKvAORWKKdTLL .8s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes _3dpEjVNtQqEoVF2nJ2CnEk {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-30px, 0, 0);
        opacity: 0;
        transform: translate3d(-30px, 0, 0)
    }
}

@keyframes _3dpEjVNtQqEoVF2nJ2CnEk {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-30px, 0, 0);
        opacity: 1;
        transform: translate3d(-30px, 0, 0)
    }
}

@-webkit-keyframes _1a5JU25mxXKvAORWKKdTLL {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(30px, 0, 0);
        opacity: 1;
        transform: translate3d(30px, 0, 0)
    }
}

@keyframes _1a5JU25mxXKvAORWKKdTLL {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(30px, 0, 0);
        opacity: 1;
        transform: translate3d(30px, 0, 0)
    }
}

@-webkit-keyframes _1Ayn6M_kXQguTI9zoMgpDe {
    0% {
        -webkit-transform: translate3d(-30px, 0, 0);
        opacity: 0;
        transform: translate3d(-30px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes _1Ayn6M_kXQguTI9zoMgpDe {
    0% {
        -webkit-transform: translate3d(-30px, 0, 0);
        opacity: 0;
        transform: translate3d(-30px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes _2SR-LoXD-ZSik66C62PWcD {
    0% {
        -webkit-transform: translate3d(30px, 0, 0);
        opacity: 0;
        transform: translate3d(30px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes _2SR-LoXD-ZSik66C62PWcD {
    0% {
        -webkit-transform: translate3d(30px, 0, 0);
        opacity: 0;
        transform: translate3d(30px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes _1XLSdqkHbWcs-AxsbzJclu {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes _1XLSdqkHbWcs-AxsbzJclu {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes _1EtYO-W_yhbA70Lf-82BJO {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes _1EtYO-W_yhbA70Lf-82BJO {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes _1LGx4O3Az-FaA3qstsCSbi {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes _1LGx4O3Az-FaA3qstsCSbi {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes pdkRXzavN1tvpexNPbPgk {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes pdkRXzavN1tvpexNPbPgk {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes SqpLmCRmfSob9bj4YWUwL {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes SqpLmCRmfSob9bj4YWUwL {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes _3QADk-SVv9A5j7y2R9IjW {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes _3QADk-SVv9A5j7y2R9IjW {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fKZg0Zenxv8PbGm5Y9prs {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fKZg0Zenxv8PbGm5Y9prs {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes _3RHvy3Kpmg3zP-j3Oqjutb {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes _3RHvy3Kpmg3zP-j3Oqjutb {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes _296zyjC1-rKUrPfHy-nCOo {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes _296zyjC1-rKUrPfHy-nCOo {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes _1VZu-vYLEWThGe0urCZIGa {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
    50% {
        -webkit-transform: translateY(-40px) rotate(180deg);
        transform: translateY(-40px) rotate(180deg)
    }
    to {
        -webkit-transform: translate(0) rotate(1turn);
        transform: translate(0) rotate(1turn)
    }
}

@keyframes _1VZu-vYLEWThGe0urCZIGa {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
    50% {
        -webkit-transform: translateY(-40px) rotate(180deg);
        transform: translateY(-40px) rotate(180deg)
    }
    to {
        -webkit-transform: translate(0) rotate(1turn);
        transform: translate(0) rotate(1turn)
    }
}

@-webkit-keyframes _8sGAjD_yl_oNO3ZByJS1q {
    0% {
        -webkit-transform: rotateX(66deg) rotate(0deg);
        transform: rotateX(66deg) rotate(0deg)
    }
    50% {
        -webkit-transform: rotateX(66deg) rotate(180deg);
        transform: rotateX(66deg) rotate(180deg)
    }
    to {
        -webkit-transform: rotateX(66deg) rotate(1turn);
        transform: rotateX(66deg) rotate(1turn)
    }
}

@keyframes _8sGAjD_yl_oNO3ZByJS1q {
    0% {
        -webkit-transform: rotateX(66deg) rotate(0deg);
        transform: rotateX(66deg) rotate(0deg)
    }
    50% {
        -webkit-transform: rotateX(66deg) rotate(180deg);
        transform: rotateX(66deg) rotate(180deg)
    }
    to {
        -webkit-transform: rotateX(66deg) rotate(1turn);
        transform: rotateX(66deg) rotate(1turn)
    }
}

@-webkit-keyframes _1QqvqU8pW-HNcc7AeYgmJZ {
    0% {
        -webkit-transform: rotateX(66deg) scale(1);
        transform: rotateX(66deg) scale(1)
    }
    50% {
        -webkit-transform: rotateX(66deg) scale(1.1, 1.05);
        transform: rotateX(66deg) scale(1.1, 1.05)
    }
    to {
        -webkit-transform: rotateX(66deg) scale(1);
        transform: rotateX(66deg) scale(1)
    }
}

@keyframes _1QqvqU8pW-HNcc7AeYgmJZ {
    0% {
        -webkit-transform: rotateX(66deg) scale(1);
        transform: rotateX(66deg) scale(1)
    }
    50% {
        -webkit-transform: rotateX(66deg) scale(1.1, 1.05);
        transform: rotateX(66deg) scale(1.1, 1.05)
    }
    to {
        -webkit-transform: rotateX(66deg) scale(1);
        transform: rotateX(66deg) scale(1)
    }
}

@-webkit-keyframes _1qDYQ8XKMZRZiXWOlvwmHI {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes _1qDYQ8XKMZRZiXWOlvwmHI {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes _2RKw2w7T05Sd4rwokFm5zD {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes _2RKw2w7T05Sd4rwokFm5zD {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes _3g8sbusz1X5LeW_Ok6gfjO {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes _3g8sbusz1X5LeW_Ok6gfjO {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes _3JnM-kest_gt-fIOXpIZE- {
    0% {
        -webkit-transform: rotateX(20deg);
        transform: rotateX(20deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes _3JnM-kest_gt-fIOXpIZE- {
    0% {
        -webkit-transform: rotateX(20deg);
        transform: rotateX(20deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes bup15SuG_DZfYdNHsobrj {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
    30% {
        -webkit-transform: rotateX(20deg);
        transform: rotateX(20deg)
    }
    80% {
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0
    }
}

@keyframes bup15SuG_DZfYdNHsobrj {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
    30% {
        -webkit-transform: rotateX(20deg);
        transform: rotateX(20deg)
    }
    80% {
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0
    }
}

@-webkit-keyframes _3esHNmstUnmOlCyzUlFWTe {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes _3esHNmstUnmOlCyzUlFWTe {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes gIy1qYm6HfXFZBy2FeR1J {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes gIy1qYm6HfXFZBy2FeR1J {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes _3hvkgDGcC0cH22Z1um9LTo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
}

@keyframes _3hvkgDGcC0cH22Z1um9LTo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
}

.contentLottery {
    background-color: #f4f6f9;
    width: 100%;
    padding: 20px 0
}

.contentLottery .w-1200 {
    width: 1200px;
    margin: 0 auto;
    height: 760px;
    position: relative
}

.contentLottery .ltBtn {
    position: absolute;
    left: 0;
    bottom: 56px;
    width: 100%;
    z-index: 11
}

.contentLottery .ltBtn a {
    position: relative;
    float: left;
    width: 220px;
    height: 80px;
    border-radius: 10px;
    background: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, .04)), to(rgba(0, 0, 0, .04)));
    background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, .04), rgba(0, 0, 0, .04));
    background: linear-gradient(270deg, hsla(0, 0%, 100%, .04), rgba(0, 0, 0, .04));
    -webkit-box-shadow: 0 10px 10px 0 hsla(0, 0%, 74.9%, .3);
    box-shadow: 0 10px 10px 0 hsla(0, 0%, 74.9%, .3);
    text-align: center;
    color: #666;
    margin-right: 25px;
    line-height: 80px;
    cursor: pointer;
    font-size: 16px
}

.contentLottery .ltBtn a:last-of-type {
    margin-right: 0
}

.contentLottery .ltBtn a.active,
.contentLottery .ltBtn a:hover {
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#3a97e5), color-stop(#3eb7e7), to(#42d2e8));
    background: -webkit-linear-gradient(right, #3a97e5, #3eb7e7, #42d2e8);
    background: linear-gradient(270deg, #3a97e5, #3eb7e7, #42d2e8);
    -webkit-box-shadow: 0 4px 12px 6px rgba(0, 180, 255, .3);
    box-shadow: 0 4px 12px 6px rgba(0, 180, 255, .3)
}

.contentLottery .ltBtn a.active i.icon_DW,
.contentLottery .ltBtn a:hover i.icon_DW {
    background-image: url(../images/lottery/logo_sy_chosen.png);
    background-repeat: no-repeat
}

.contentLottery .ltBtn a.active i.icon_LB,
.contentLottery .ltBtn a:hover i.icon_LB {
    background-image: url(../images/lottery/logo_lb_chosen.png);
    background-repeat: no-repeat
}

.contentLottery .ltBtn a.active i.icon_KG,
.contentLottery .ltBtn a:hover i.icon_KG {
    background-image: url(../images/lottery/logo_kg_chosen.png);
    background-repeat: no-repeat
}

.contentLottery .ltBtn a.active i.icon_BBIN,
.contentLottery .ltBtn a:hover i.icon_BBIN {
    background-image: url(../images/lottery/logo_bbin_chosen.png);
    background-repeat: no-repeat
}

.contentLottery .ltBtn a.active i.icon_TCG,
.contentLottery .ltBtn a:hover i.icon_TCG {
    background-image: url(../images/lottery/logo_tcg_chosen.png);
    background-repeat: no-repeat
}

.contentLottery .ltBtn a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.contentLottery .ltBtn a i.icon_DW {
    width: 37px;
    height: 37px;
    background-image: url(../images/lottery/logo_sy.png);
    background-repeat: no-repeat
}

.contentLottery .ltBtn a i.icon_LB {
    width: 56px;
    height: 26px;
    background-image: url(../images/lottery/logo_lb.png);
    background-repeat: no-repeat
}

.contentLottery .ltBtn a i.icon_KG {
    width: 37px;
    height: 35px;
    background-image: url(../images/lottery/logo_kg.png);
    background-repeat: no-repeat
}

.contentLottery .ltBtn a i.icon_BBIN {
    width: 73px;
    height: 28px;
    background-image: url(../images/lottery/logo_bbin.png);
    background-repeat: no-repeat
}

.contentLottery .ltBtn a i.icon_TCG {
    width: 36px;
    height: 36px;
    background-image: url(../images/lottery/logo_tcg.png);
    background-repeat: no-repeat
}

.contentLottery .ltBgWater {
    position: absolute;
    display: block;
    left: -68px;
    top: -30px;
    width: 712px;
    height: 618px;
    background-repeat: no-repeat;
    -webkit-animation: gIy1qYm6HfXFZBy2FeR1J .8s ease;
    animation: gIy1qYm6HfXFZBy2FeR1J .8s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.contentLottery .ltBoxContent {
    position: relative;
    z-index: 10
}

.contentLottery .ltBoxContent {
    height: 630px
}

.contentLottery .ltBoxContent .ltBoxL {
    display: block;
    position: absolute;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-animation: _3JnM-kest_gt-fIOXpIZE- .8s ease;
    animation: _3JnM-kest_gt-fIOXpIZE- .8s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.contentLottery .ltBoxContent .ltBoxL .ltBoxIn {
    position: relative;
    min-height: 630px;
    min-width: 610px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.contentLottery .ltBoxContent .ltBoxL.ltDW {
    top: -10px;
    left: 0
}

.contentLottery .ltBoxContent .ltBoxL.ltDW .imgLT {
    position: absolute;
    top: 135px;
    left: 0;
    -webkit-animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite;
    animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite
}

.contentLottery .ltBoxContent .ltBoxL.ltDW .imgRM {
    position: absolute;
    top: 28px;
    right: 54px;
    -webkit-animation: _3RHvy3Kpmg3zP-j3Oqjutb 5s ease infinite;
    animation: _3RHvy3Kpmg3zP-j3Oqjutb 5s ease infinite
}

.contentLottery .ltBoxContent .ltBoxL.ltDW .imgRB {
    position: absolute;
    top: 210px;
    right: -16px;
    -webkit-animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite;
    animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite
}

.contentLottery .ltBoxContent .ltLB {
    top: -15px;
    left: -22px
}

.contentLottery .ltBoxContent .ltLB .imgLT {
    position: absolute;
    top: 116px;
    left: -30px;
    -webkit-animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite;
    animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite
}

.contentLottery .ltBoxContent .ltLB .imgRM {
    position: absolute;
    top: 150px;
    right: 40px;
    -webkit-animation: _3RHvy3Kpmg3zP-j3Oqjutb 5s ease infinite;
    animation: _3RHvy3Kpmg3zP-j3Oqjutb 5s ease infinite
}

.contentLottery .ltBoxContent .ltKG {
    top: -21px;
    left: 15px
}

.contentLottery .ltBoxContent .ltKG .imgLT {
    position: absolute;
    top: 40px;
    left: 48px;
    -webkit-animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite;
    animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite
}

.contentLottery .ltBoxContent .ltKG .imgRM {
    position: absolute;
    top: 216px;
    right: 32px;
    -webkit-animation: _3RHvy3Kpmg3zP-j3Oqjutb 5s ease infinite;
    animation: _3RHvy3Kpmg3zP-j3Oqjutb 5s ease infinite
}

.contentLottery .ltBoxContent .ltWG {
    top: -30px;
    left: -16px
}

.contentLottery .ltBoxContent .ltWG .imgLT {
    position: absolute;
    top: 76px;
    left: 10px;
    -webkit-animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite;
    animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite
}

.contentLottery .ltBoxContent .ltWG .imgRM {
    position: absolute;
    top: 100px;
    right: 15px;
    -webkit-animation: _3RHvy3Kpmg3zP-j3Oqjutb 5s ease infinite;
    animation: _3RHvy3Kpmg3zP-j3Oqjutb 5s ease infinite
}

.contentLottery .ltBoxContent .ltPM {
    top: -60px;
    left: -16px
}

.contentLottery .ltBoxContent .ltPM .imgLT {
    position: absolute;
    top: 290px;
    left: 10px;
    -webkit-animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite;
    animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite
}

.contentLottery .ltBoxContent .ltPM .imgTZS1 {
    position: absolute;
    top: 120px;
    left: 50px;
    -webkit-animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite;
    animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite
}

.contentLottery .ltBoxContent .ltPM .imgRM {
    position: absolute;
    bottom: 120px;
    right: 15px;
    -webkit-animation: _3RHvy3Kpmg3zP-j3Oqjutb 5s ease infinite;
    animation: _3RHvy3Kpmg3zP-j3Oqjutb 5s ease infinite
}

.contentLottery .ltBoxContent .ltTCG {
    top: -25px;
    left: -28px
}

.contentLottery .ltBoxContent .ltTCG .imgLT {
    position: absolute;
    top: 140px;
    left: 92px;
    -webkit-animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite;
    animation: _296zyjC1-rKUrPfHy-nCOo 5s ease infinite
}

.contentLottery .ltBoxContent .ltTCG .imgRM {
    position: absolute;
    top: 364px;
    right: 4px;
    -webkit-animation: _3RHvy3Kpmg3zP-j3Oqjutb 5s ease infinite;
    animation: _3RHvy3Kpmg3zP-j3Oqjutb 5s ease infinite
}

.contentLottery .ltBoxContent .ltBoxR {
    position: absolute;
    right: 40px;
    top: 120px;
    width: 450px;
    display: block
}

.contentLottery .ltBoxContent .ltBoxR.active .ltBoxIn {
    -webkit-animation: _3esHNmstUnmOlCyzUlFWTe .8s ease;
    animation: _3esHNmstUnmOlCyzUlFWTe .8s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.contentLottery .ltBoxContent .ltBoxR .ltBoxIn {
    height: 422px;
    position: relative
}

.contentLottery .ltBoxContent .ltBoxR .ltBoxIn p {
    padding: 0 25px;
    color: #666;
    line-height: 26px;
    margin-top: 40px
}

.contentLottery .ltBoxContent .ltBoxR .ltBoxIn ul {
    margin-top: 57px
}

.contentLottery .ltBoxContent .ltBoxR .ltBoxIn ul li {
    float: left
}

.contentLottery .ltBoxContent .ltBoxR .ltBoxIn .btn-play {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 182px;
    height: 52px;
    line-height: 53px;
    text-align: center;
    background: -webkit-gradient(linear, right top, left top, from(#3a97e5), color-stop(#3eb7e7), to(#42d2e8));
    background: -webkit-linear-gradient(right, #3a97e5, #3eb7e7, #42d2e8);
    background: linear-gradient(270deg, #3a97e5, #3eb7e7, #42d2e8);
    -webkit-box-shadow: 0 4px 12px 6px rgba(0, 180, 255, .3);
    box-shadow: 0 4px 12px 6px rgba(0, 180, 255, .3);
    color: #fff;
    border-radius: 26px;
    font-size: 16px
}

.contentChess {
    width: 100%;
    height: 802px;
    background: #f2f2f2;
    overflow: hidden
}

.contentChess .csBox {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto
}

.contentChess .csBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11
}

.contentChess .csBtn a {
    position: relative;
    width: 135px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    color: #666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #fff, #e8e8e8);
    background-image: linear-gradient(180deg, #fff, #e8e8e8);
    -webkit-box-shadow: 0 10px 20px 6px hsla(0, 0%, 51.4%, .3);
    box-shadow: 0 10px 20px 6px hsla(0, 0%, 51.4%, .3);
    cursor: pointer
}

.contentChess .csBtn a:not(.maintain).active,
.contentChess .csBtn a:not(.maintain):hover {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#42d2e8), to(#3a97e5));
    background-image: -webkit-linear-gradient(top, #42d2e8, #3a97e5);
    background-image: linear-gradient(180deg, #42d2e8, #3a97e5);
    -webkit-box-shadow: 0 10px 20px 6px rgba(0, 180, 255, .3);
    box-shadow: 0 10px 20px 6px rgba(0, 180, 255, .3)
}

.contentChess .GDBox,
.contentChess .DWBox,
.contentChess .GRBox,
.contentChess .TIGERBox,
.contentChess .BSBox,
.contentChess .BYBox,
.contentChess .PMBox,
.contentChess .TZBox,
.contentChess .FGBox {
    display: block;
    width: 100%;
    position: relative;
    min-height: 800px;
    background-image: url(../images/chess/bg_lobk__.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 802px
}

.contentChess .GDBox .csL {
    position: absolute;
    left: 20px;
    top: 32px;
    width: 740px;
    height: 720px
}

.contentChess .GDBox .csL .csImg1_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/luck/lu_pic1-2_2_0513.png);
    background-repeat: no-repeat;
    background-position: 416px 398px;
    background-size: 64px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 5
}

.contentChess .GDBox .csL .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/luck/lu_pic1_0513.png);
    background-repeat: no-repeat;
    background-position: 164px 33px;
    background-size: 565px;
    z-index: 1;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s
}

.contentChess .GDBox .csL .csImg3_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/luck/lu_pic1-2_1_0513.png);
    background-repeat: no-repeat;
    background-position: 157px 15px;
    background-size: 140px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 5
}

.contentChess .GDBox .csL .csImg4_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/luck/lu_pic1-2_3_0513.png);
    background-repeat: no-repeat;
    background-position: 445px 70px;
    background-size: 200px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 5
}

.contentChess .GDBox .csM {
    position: absolute;
    top: 165px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 750px;
    height: 554px
}

.contentChess .GDBox .csM .title {
    width: 353px;
    height: 108px;
    margin: 0 auto 36px;
    background-image: url(../images/chess/luck/lu_pic_logo.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.contentChess .GDBox .csM .board,
.contentChess .DWBox .csM .board,
.contentChess .GRBox .csM .board,
.contentChess .TIGERBox .csM .board,
.contentChess .BSBox .csM .board,
.contentChess .PMBox .csM .board,
.contentChess .BYBox .csM .board,
.contentChess .TZBox .csM .board,
.contentChess .FGBox .csM .board {
    width: 100%;
    height: 390px;
    padding: 125px 129px 0 126px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/chess/lu_textbk.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    text-align: center
}

.contentChess .GDBox .csM .board p {
    margin-bottom: 30px;
    line-height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #fff;
    text-shadow: rgba(18, 62, 68, .67) 5px 5px 5px
}

.contentChess .GDBox .csM .board .btnPlay,
.contentChess .GRBox .csM .board .btnPlay,
.contentChess .BSBox .csM .board .btnPlay,
.contentChess .PMBox .csM .board .btnPlay,
.contentChess .TZBox .csM .board .btnPlay {
    width: 189px;
    height: 60px;
    margin: 0 auto;
    background-image: url(../images/chess/gaodeng_button.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.contentChess .GDBox .csM .board .btnPlay:hover,
.contentChess .GRBox .csM .board .btnPlay:hover,
.contentChess .BSBox .csM .board .btnPlay:hover,
.contentChess .PMBox .csM .board .btnPlay:hover,
.contentChess .TZBox .csM .board .btnPlay:hover {
    background-image: url(../images/chess/gaodeng_button_hover.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.contentChess .csBox .csM .board .btnPlay button {
    width: 185px;
    height: 45px;
    line-height: 45px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    background: 0 0
}

.contentChess .GDBox .csR {
    position: absolute;
    top: 67px;
    right: 60px;
    width: 623px;
    height: 678px
}

.contentChess .GDBox .csR .csImg1_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/luck/lu_pic2-2_1_0513.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
    background-size: 120px;
    z-index: 10;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 4s 2s infinite both;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 4s 2s infinite both
}

.contentChess .GDBox .csR .csImg2_1 {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/luck/lu_pic2-2_3_0513.png);
    background-repeat: no-repeat;
    background-position: 296px 180px;
    background-size: 190px;
    z-index: 5;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite
}

.contentChess .GDBox .csR .csImg3_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/luck/lu_pic2_0513.png);
    background-repeat: no-repeat;
    background-position: -12px -27px;
    background-size: 548px;
    z-index: 1
}

.contentChess .GDBox .csR .csImg4_1 {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/luck/lu_pic2-2_4_0513.png);
    background-repeat: no-repeat;
    background-position: 263px 453px;
    background-size: 196px;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 4s 2s infinite both;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 4s 2s infinite both
}

.contentChess .DWBox .csL {
    position: absolute;
    top: 86px;
    left: 126px;
    width: 486px;
    height: 670px
}

.contentChess .DWBox .csL .csImg1_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/808/fa_pic1-2_0513.png);
    background-repeat: no-repeat;
    background-position: -11px 8px;
    background-size: 510px;
    z-index: 10;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 4s 2s infinite both;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 4s 2s infinite both
}

.contentChess .DWBox .csL .csImg3_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/808/fa_pic1_0513.png);
    background-repeat: no-repeat;
    background-position: -8px 27px;
    background-size: 507px;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s
}

.contentChess .DWBox .csM {
    position: absolute;
    top: 161px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 750px
}

.contentChess .DWBox .csM .board,
.contentChess .GRBox .csM .board {
    padding: 100px 129px 0 126px
}

.contentChess .DWBox .csM .title {
    width: 363px;
    height: 111px;
    margin: 0 auto 15px;
    background-image: url(../images/chess/808/fa_pic_logo.png);
    background-repeat: no-repeat;
    background-size: contain
}

.contentChess .DWBox .csM .board p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #fff;
    text-shadow: rgba(75, 57, 71, .67) 3px 5px 6px;
    margin: 0 auto 30px;
    width: 340px
}

.contentChess .DWBox .csM .board .btnPlay,
.contentChess .TIGERBox .csM .board .btnPlay,
.contentChess .BYBox .csM .board .btnPlay,
.contentChess .FGBox .csM .board .btnPlay {
    width: 181px;
    height: 56px;
    margin: 0 auto;
    background-image: url(../images/chess/button_shuangying.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.contentChess .DWBox .csM .board .btnPlay:hover,
.contentChess .TIGERBox .csM .board .btnPlay:hover,
.contentChess .BYBox .csM .board .btnPlay:hover,
.contentChess .FGBox .csM .board .btnPlay:hover {
    background-image: url(../images/chess/button_shuangying_hover.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.contentChess .DWBox .csR {
    position: absolute;
    top: 110px;
    right: 133px;
    width: 578px;
    height: 640px
}

.contentChess .DWBox .csR .csImg1_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/808/fa_pic2-2_0513.png);
    background-repeat: no-repeat;
    background-position: 100px 39px;
    background-size: 376px;
    z-index: 6;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite
}

.contentChess .DWBox .csR .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/808/fa_pic2_0513.png);
    background-repeat: no-repeat;
    background-position: 42px 8px;
    background-size: 540px;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s
}

.contentChess .GRBox .csL {
    position: absolute;
    top: 30px;
    left: 160px;
    width: 607px;
    height: 711px
}

.contentChess .GRBox .csL .csImg1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/gr/good_pic1.png);
    background-repeat: no-repeat;
    background-position: -8px 7px;
    background-size: 90%;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s
}

.contentChess .GRBox .csM {
    position: absolute;
    top: 161px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 750px
}

.contentChess .GRBox .csM .title {
    width: 363px;
    height: 111px;
    margin: 0 auto 15px;
    background-image: url(../images/chess/gr/good_pic_logo.png);
    background-repeat: no-repeat;
    background-size: contain
}

.contentChess .GRBox .csM .board p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #fff;
    text-shadow: rgba(75, 57, 71, .67) 3px 5px 6px;
    margin: 0 auto 30px;
    width: 340px
}

.contentChess .GRBox .csR {
    position: absolute;
    top: 90px;
    right: 180px;
    width: 505px;
    height: 683px
}

.contentChess .GRBox .csR .csImg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/gr/good_pic2.png);
    background-repeat: no-repeat;
    background-position: 42px 8px;
    background-size: 90%;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    z-index: 5
}

.contentChess .TIGERBox .csL {
    position: absolute;
    top: 0;
    left: 100px;
    width: 607px;
    height: 711px
}

.contentChess .TIGERBox .csL .csImg1_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/tiger/tiger_1.png);
    background-repeat: no-repeat;
    background-position: -8px 7px;
    background-size: 100%;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s
}

.contentChess .TIGERBox .csL .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/tiger/tiger_1_1.png);
    background-repeat: no-repeat;
    background-position: 30px 30px;
    background-size: 90px;
    z-index: 1;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite
}

.contentChess .TIGERBox .csL .csImg3_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/tiger/tiger_1_2.png);
    background-repeat: no-repeat;
    background-position: 397px 255px;
    background-size: 140px;
    -webkit-animation: _3_AxcjctxmLyfiMV4E9hvP 5s infinite 5s infinite;
    animation: _3_AxcjctxmLyfiMV4E9hvP 5s infinite 5s infinite;
    z-index: 5
}

.contentChess .TIGERBox .csL .csImg4_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/tiger/tiger_1_3.png);
    background-repeat: no-repeat;
    background-position: 340px 540px;
    background-size: 120px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 3s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 3s infinite;
    z-index: 5
}

.contentChess .TIGERBox .csM {
    position: absolute;
    top: 161px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 750px
}

.contentChess .TIGERBox .csM .title {
    width: 363px;
    height: 111px;
    margin: 0 auto 15px;
    background-image: url(../images/chess/tiger/tiger_pic_logo.png);
    background-repeat: no-repeat;
    background-size: contain
}

.contentChess .TIGERBox .csM .board p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #fff;
    text-shadow: rgba(75, 57, 71, .67) 3px 5px 6px;
    margin: 0 auto 30px;
    width: 340px
}

.contentChess .TIGERBox .csR {
    position: absolute;
    top: 50px;
    right: 110px;
    width: 607px;
    height: 711px
}

.contentChess .TIGERBox .csR .csImg1_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/tiger/tiger_2.png);
    background-repeat: no-repeat;
    background-position: 42px 8px;
    background-size: 90%;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s
}

.contentChess .TIGERBox .csR .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/tiger/tiger_pic2_1.png);
    background-repeat: no-repeat;
    background-position: 422px 30px;
    background-size: 90px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 5
}

.contentChess .TIGERBox .csR .csImg3_1 {
    position: absolute;
    top: 340px;
    right: 50px;
    width: 80px;
    height: 70px;
    background-image: url(../images/chess/tiger/tiger_pic2_2.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: 10;
    -webkit-animation: _1pj8tu3rxXdnfoqdWtvE__ 4s 2s infinite both;
    animation: _1pj8tu3rxXdnfoqdWtvE__ 4s 2s infinite both
}

.contentChess .TIGERBox .csR .csImg4_1 {
    position: absolute;
    bottom: 120px;
    right: 140px;
    width: 148px;
    height: 144px;
    background-image: url(../images/chess/tiger/tiger_pic2_3.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 5
}

.contentChess .BSBox .csL {
    position: absolute;
    top: 80px;
    left: 120px;
    width: 607px;
    height: 711px
}

.contentChess .BSBox .csL .csImg1_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/bs/b_pic1.png);
    background-repeat: no-repeat;
    background-position: -8px 0;
    background-size: 90%;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s
}

.contentChess .BSBox .csL .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/bs/b_pic1_1.png);
    background-repeat: no-repeat;
    background-position: 400px 200px;
    background-size: 80px;
    z-index: 1;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 5
}

.contentChess .BSBox .csL .csImg3_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/bs/b_pic1_2.png);
    background-repeat: no-repeat;
    background-position: 100px 40px;
    background-size: 80px;
    -webkit-animation: _3_AxcjctxmLyfiMV4E9hvP 5s infinite;
    animation: _3_AxcjctxmLyfiMV4E9hvP 5s infinite;
    z-index: 5
}

.contentChess .BSBox .csL .csImg4_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/bs/b_pic1_3.png);
    background-repeat: no-repeat;
    background-position: 300px 480px;
    background-size: 150px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 3s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 3s infinite;
    z-index: 5
}

.contentChess .BSBox .csM {
    position: absolute;
    top: 161px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 750px
}

.contentChess .BSBox .csM .title {
    width: 353px;
    height: 108px;
    margin: 0 auto 15px;
    background-image: url(../images/chess/bs/bsp_pic_logo.png);
    background-repeat: no-repeat;
    background-size: contain
}

.contentChess .BSBox .csM .board p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #fff;
    text-shadow: rgba(75, 57, 71, .67) 3px 5px 6px;
    margin: 0 auto 30px;
    width: 340px
}

.contentChess .BSBox .csR {
    position: absolute;
    top: 40px;
    right: 100px;
    width: 607px;
    height: 711px
}

.contentChess .BSBox .csR .csImg1_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/bs/b_pic2.png);
    background-repeat: no-repeat;
    background-position: 42px 8px;
    background-size: 90%;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s
}

.contentChess .BSBox .csR .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/bs/b_pic2_1.png);
    background-repeat: no-repeat;
    background-position: 160px 420px;
    background-size: 70px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 10
}

.contentChess .BSBox .csR .csImg3_1 {
    position: absolute;
    top: 480px;
    left: 120px;
    width: 117px;
    height: 92px;
    background-image: url(../images/chess/bs/b_pic2_2.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: 5;
    -webkit-animation: _1pj8tu3rxXdnfoqdWtvE__ 4s 2s infinite both;
    animation: _1pj8tu3rxXdnfoqdWtvE__ 4s 2s infinite both
}

.contentChess .BSBox .csR .csImg4_1 {
    position: absolute;
    top: 130px;
    left: 60px;
    width: 100px;
    height: 100px;
    background-image: url(../images/chess/bs/b_pic2_3.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: 5
}

.contentChess .BSBox .csR .csImg5_1 {
    position: absolute;
    top: 80px;
    right: 80px;
    width: 130px;
    height: 169px;
    background-image: url(../images/chess/bs/b_pic2_4.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 5
}

.contentChess .PMBox .csL {
    position: absolute;
    top: 100px;
    left: 280px;
    width: 500px;
    height: 600px
}

.contentChess .PMBox .csL .csImg1_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/pm/pm_1.png?1);
    background-repeat: no-repeat;
    background-position: -8px 0;
    background-size: 92%;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s
}

.contentChess .PMBox .csL .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/pm/pm_1_1.png);
    background-repeat: no-repeat;
    background-position: 10px 80px;
    background-size: 80px;
    z-index: 1;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 5
}

.contentChess .PMBox .csL .csImg3_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/pm/pm_1_2.png);
    background-repeat: no-repeat;
    background-position: 280px 120px;
    background-size: 60px;
    -webkit-animation: _3_AxcjctxmLyfiMV4E9hvP 5s infinite;
    animation: _3_AxcjctxmLyfiMV4E9hvP 5s infinite;
    z-index: 5
}

.contentChess .PMBox .csL .csImg4_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/pm/pm_1_3.png);
    background-repeat: no-repeat;
    background-position: 260px 320px;
    background-size: 170px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 6s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 6s infinite;
    z-index: 5
}

.contentChess .PMBox .csM {
    position: absolute;
    top: 161px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 750px
}

.contentChess .PMBox .csM .title {
    width: 353px;
    height: 108px;
    margin: 0 auto 15px;
    background-image: url(../images/chess/pm/pm_pic_logo.png);
    background-repeat: no-repeat;
    background-size: contain
}

.contentChess .PMBox .csM .board p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #fff;
    text-shadow: rgba(75, 57, 71, .67) 3px 5px 6px;
    margin: 0 auto 30px;
    width: 340px
}

.contentChess .PMBox .csR {
    position: absolute;
    top: 100px;
    right: 280px;
    width: 500px;
    height: 600px
}

.contentChess .PMBox .csR .csImg1_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/pm/pm_2.png?1);
    background-repeat: no-repeat;
    background-position: 42px 8px;
    background-size: 88%;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 3s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 3s
}

.contentChess .PMBox .csR .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/pm/pm_2_1.png);
    background-repeat: no-repeat;
    background-position: 100px 60px;
    background-size: 75px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 10
}

.contentChess .PMBox .csR .csImg3_1 {
    position: absolute;
    top: 275px;
    left: 35px;
    width: 80px;
    height: 90px;
    background-image: url(../images/chess/pm/pm_2_2.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: 5;
    -webkit-animation: _1pj8tu3rxXdnfoqdWtvE__ 4s 2s infinite both;
    animation: _1pj8tu3rxXdnfoqdWtvE__ 4s 2s infinite both
}

.contentChess .PMBox .csR .csImg4_1 {
    position: absolute;
    top: 30px;
    right: 90px;
    width: 59px;
    height: 44px;
    background-image: url(../images/chess/pm/pm_2_3.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: 5
}

.contentChess .PMBox .csR .csImg5_1 {
    position: absolute;
    top: 110px;
    right: 20px;
    width: 98px;
    height: 97px;
    background-image: url(../images/chess/pm/pm_2_4.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 4s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 4s infinite;
    z-index: 5
}

.contentChess .BYBox .csL {
    position: absolute;
    top: 80px;
    left: 250px;
    width: 500px;
    height: 650px
}

.contentChess .BYBox .csL .csImg1_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/boya/boya_1.png);
    background-repeat: no-repeat;
    background-position: -8px 0;
    background-size: 90%;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s
}

.contentChess .BYBox .csL .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/boya/boya_1_1.png);
    background-repeat: no-repeat;
    background-position: 10px 200px;
    background-size: 75px;
    z-index: 1;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 5
}

.contentChess .BYBox .csL .csImg3_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/boya/boya_1_2.png);
    background-repeat: no-repeat;
    background-position: 325px 120px;
    background-size: 100px;
    -webkit-animation: _3_AxcjctxmLyfiMV4E9hvP 5s infinite;
    animation: _3_AxcjctxmLyfiMV4E9hvP 5s infinite;
    z-index: 5
}

.contentChess .BYBox .csL .csImg4_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/boya/boya_1_3.png);
    background-repeat: no-repeat;
    background-position: 85px 400px;
    background-size: 146px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 5
}

.contentChess .BYBox .csM {
    position: absolute;
    top: 161px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 750px
}

.contentChess .BYBox .csM .title {
    width: 353px;
    height: 108px;
    margin: 0 auto 15px;
    background-image: url(../images/chess/boya/by_pic_logo.png);
    background-repeat: no-repeat;
    background-size: contain
}

.contentChess .BYBox .csM .board p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #fff;
    text-shadow: rgba(75, 57, 71, .67) 3px 5px 6px;
    margin: 0 auto 30px;
    width: 340px
}

.contentChess .BYBox .csR {
    position: absolute;
    top: 80px;
    right: 220px;
    width: 500px;
    height: 650px
}

.contentChess .BYBox .csR .csImg1_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/boya/boya_2.png);
    background-repeat: no-repeat;
    background-position: 42px 8px;
    background-size: 84%;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 3s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 3s
}

.contentChess .BYBox .csR .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/boya/boya_2_1.png);
    background-repeat: no-repeat;
    background-position: 60px 170px;
    background-size: 117px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 10
}

.contentChess .BYBox .csR .csImg3_1 {
    position: absolute;
    top: 460px;
    left: 120px;
    width: 140px;
    height: 75px;
    background-image: url(../images/chess/boya/boya_2_2.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 4s 2s infinite both;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 4s 2s infinite both
}

.contentChess .BYBox .csR .csImg4_1 {
    position: absolute;
    top: 130px;
    right: 60px;
    width: 56px;
    height: 36px;
    background-image: url(../images/chess/boya/boya_2_3.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: 5;
    -webkit-animation: _1pj8tu3rxXdnfoqdWtvE__ 4s 2s infinite both;
    animation: _1pj8tu3rxXdnfoqdWtvE__ 4s 2s infinite both
}

.contentChess .TZBox .csL {
    position: absolute;
    top: 80px;
    left: 200px;
    width: 540px;
    height: 640px
}

.contentChess .TZBox .csL .csImg1_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/tz/tz_1.png);
    background-repeat: no-repeat;
    background-position: -8px 0;
    background-size: 80%;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s
}

.contentChess .TZBox .csL .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/tz/tz_1_1.png);
    background-repeat: no-repeat;
    background-position: 270px 20px;
    background-size: 50px;
    z-index: 1;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 5
}

.contentChess .TZBox .csL .csImg3_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/tz/tz_1_2.png);
    background-repeat: no-repeat;
    background-position: 0 300px;
    background-size: 50px;
    -webkit-animation: _3_AxcjctxmLyfiMV4E9hvP 5s infinite;
    animation: _3_AxcjctxmLyfiMV4E9hvP 5s infinite;
    z-index: 5
}

.contentChess .TZBox .csM {
    position: absolute;
    top: 161px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 750px
}

.contentChess .TZBox .csM .title {
    width: 353px;
    height: 108px;
    margin: 0 auto 15px;
    background-image: url(../images/chess/tz/tz_pic_logo.png);
    background-repeat: no-repeat;
    background-size: contain
}

.contentChess .TZBox .csM .board p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #fff;
    text-shadow: rgba(75, 57, 71, .67) 3px 5px 6px;
    margin: 0 auto 30px;
    width: 340px
}

.contentChess .TZBox .csR {
    position: absolute;
    top: 80px;
    right: 220px;
    width: 500px;
    height: 640px
}

.contentChess .TZBox .csR .csImg1_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/tz/tz_2.png);
    background-repeat: no-repeat;
    background-position: 42px 8px;
    background-size: 78%;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 3s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 3s
}

.contentChess .TZBox .csR .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/tz/tz_2_1.png);
    background-repeat: no-repeat;
    background-position: 60px 70px;
    background-size: 75px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 10
}

.contentChess .TZBox .csR .csImg3_1 {
    position: absolute;
    top: 360px;
    right: 140px;
    width: 55px;
    height: 75px;
    background-image: url(../images/chess/tz/tz_2_2.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 4s 2s infinite both;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 4s 2s infinite both
}

.contentChess .FGBox .csL {
    position: absolute;
    top: 80px;
    left: 200px;
    width: 540px;
    height: 640px
}

.contentChess .FGBox .csL .csImg1_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/fg/fg_1.png);
    background-repeat: no-repeat;
    background-position: 15px 20px;
    background-size: 85%;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 2s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 2s
}

.contentChess .FGBox .csL .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/fg/fg_1_1.png);
    background-repeat: no-repeat;
    background-position: 20px 50px;
    background-size: 120px;
    z-index: 1;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 5
}

.contentChess .FGBox .csM {
    position: absolute;
    top: 161px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 750px
}

.contentChess .FGBox .csM .title {
    width: 353px;
    height: 108px;
    margin: 0 auto 15px;
    background-image: url(../images/chess/fg/fg_pic_logo.png);
    background-repeat: no-repeat;
    background-size: contain
}

.contentChess .FGBox .csM .board p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #fff;
    text-shadow: rgba(75, 57, 71, .67) 3px 5px 6px;
    margin: 0 auto 30px;
    width: 340px
}

.contentChess .FGBox .csR {
    position: absolute;
    top: 80px;
    right: 220px;
    width: 500px;
    height: 640px
}

.contentChess .FGBox .csR .csImg1_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/fg/fg_2.png);
    background-repeat: no-repeat;
    background-position: 0 48px;
    background-size: 85%;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 3s;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 3s
}

.contentChess .FGBox .csR .csImg2_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/chess/fg/fg_2_1.png);
    background-repeat: no-repeat;
    background-position: 6px 70px;
    background-size: 75px;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    z-index: 10
}

.contentChess .FGBox .csR .csImg3_1 {
    position: absolute;
    top: 360px;
    right: 40px;
    width: 70px;
    height: 80px;
    background-image: url(../images/chess/fg/fg_2_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
    -webkit-animation: _3zgjS1vEDtvCO8ILPkjVfr 4s 2s infinite both;
    animation: _3zgjS1vEDtvCO8ILPkjVfr 4s 2s infinite both
}

@media(max-width:1600px) {
    .contentChess .GDBox .csL .csImg1_1 {
        background-position: 350px 400px;
        background-size: 64px
    }
    .contentChess .GDBox .csL .csImg2_1 {
        background-position: 80px 80px;
        background-size: 520px
    }
    .contentChess .GDBox .csL .csImg3_1 {
        background-position: 90px 45px;
        background-size: 120px
    }
    .contentChess .GDBox .csL .csImg4_1 {
        background-position: 360px 90px;
        background-size: 180px
    }
    .contentChess .GDBox .csR .csImg1_1 {
        background-position: 70px 38px;
        background-size: 100px
    }
    .contentChess .GDBox .csR .csImg2_1 {
        background-position: 380px 190px;
        background-size: 170px
    }
    .contentChess .GDBox .csR .csImg3_1 {
        background-position: 100px 0;
        background-size: 500px
    }
    .contentChess .GDBox .csR .csImg4_1 {
        background-position: 350px 453px;
        background-size: 196px
    }
    .contentChess .DWBox .csL .csImg1_1 {
        background-position: 0 40px;
        background-size: 500px
    }
    .contentChess .DWBox .csL .csImg3_1 {
        background-position: 0 40px;
        background-size: 500px
    }
    .contentChess .DWBox .csM .board p {
        width: 300px
    }
    .contentChess .DWBox .csR .csImg1_1 {
        background-position: 200px 39px;
        background-size: 300px
    }
    .contentChess .DWBox .csR .csImg2_1 {
        background-position: 90px 40px;
        background-size: 510px
    }
    .contentChess .GRBox .csL .csImg1 {
        background-image: url(../images/chess/gr/good_pic1.png);
        background-repeat: no-repeat;
        background-position: -10px 40px;
        background-size: 80%
    }
    .contentChess .GRBox .csM .board p {
        width: 300px
    }
    .contentChess .GRBox .csR .csImg2 {
        background-position: 60px 40px;
        background-size: 80%
    }
    .contentChess .TIGERBox .csL .csImg1_1 {
        background-position: -8px 20px;
        background-size: 90%
    }
    .contentChess .TIGERBox .csL .csImg2_1 {
        background-position: 60px 60px;
        background-size: 80px
    }
    .contentChess .TIGERBox .csL .csImg3_1 {
        background-position: 380px 255px;
        background-size: 120px
    }
    .contentChess .TIGERBox .csL .csImg4_1 {
        background-position: 340px 500px;
        background-size: 100px
    }
    .contentChess .TIGERBox .csR .csImg1_1 {
        background-position: 60px 40px;
        background-size: 80%
    }
    .contentChess .TIGERBox .csR .csImg2_1 {
        background-position: 380px 30px;
        background-size: 80px
    }
    .contentChess .TIGERBox .csR .csImg3_1 {
        top: 290px;
        right: 120px;
        width: 70px
    }
    .contentChess .TIGERBox .csR .csImg4_1 {
        bottom: 140px;
        width: 128px
    }
    .contentChess .BSBox .csL .csImg1_1 {
        background-position: 0 40px;
        background-size: 83%
    }
    .contentChess .BSBox .csL .csImg2_1 {
        background-position: 340px 240px;
        background-size: 70px
    }
    .contentChess .BSBox .csL .csImg4_1 {
        background-position: 260px 480px;
        background-size: 140px
    }
    .contentChess .BSBox .csR .csImg1_1 {
        background-position: 120px 30px;
        background-size: 83%
    }
    .contentChess .BSBox .csR .csImg2_1 {
        background-position: 230px 420px;
        background-size: 70px
    }
    .contentChess .BSBox .csR .csImg3_1 {
        top: 480px;
        left: 210px;
        width: 110px;
        height: 92px
    }
    .contentChess .BSBox .csR .csImg4_1 {
        top: 130px;
        left: 150px
    }
    .contentChess .BSBox .csR .csImg5_1 {
        right: 20px;
        width: 110px;
        height: 169px
    }
    .contentChess .PMBox .csL {
        left: 200px
    }
    .contentChess .PMBox .csR {
        right: 150px
    }
    .contentChess .BYBox .csL {
        top: 120px;
        left: 220px;
        width: 460px
    }
    .contentChess .BYBox .csR {
        top: 120px;
        right: 200px;
        width: 460px
    }
    .contentChess .TZBox .csL {
        top: 120px;
        left: 100px
    }
    .contentChess .TZBox .csR {
        top: 120px;
        right: 85px
    }
    .contentChess .FGBox .csL {
        left: 100px
    }
    .contentChess .FGBox .csR {
        right: 100px
    }
}

@media(max-width:1440px) {
    .contentChess .csBtn {
        top: 60px
    }
    .contentChess .GDBox .csL {
        left: 0
    }
    .contentChess .GDBox .csL .csImg1_1 {
        background-position: 200px 400px;
        background-size: 64px
    }
    .contentChess .GDBox .csL .csImg2_1 {
        background-position: -20px 80px;
        background-size: 500px
    }
    .contentChess .GDBox .csL .csImg3_1 {
        background-position: 0 25px;
        background-size: 100px
    }
    .contentChess .GDBox .csL .csImg4_1 {
        background-position: 220px 90px;
        background-size: 160px
    }
    .contentChess .GDBox .csM .board {
        padding: 125px 200px 0 156px
    }
    .contentChess .GDBox .csR {
        right: 0
    }
    .contentChess .GDBox .csR .csImg1_1 {
        background-position: 120px 60px;
        background-size: 80px
    }
    .contentChess .GDBox .csR .csImg2_1 {
        background-position: 400px 210px;
        background-size: 150px
    }
    .contentChess .GDBox .csR .csImg3_1 {
        background-position: 130px 20px;
        background-size: 480px
    }
    .contentChess .DWBox .csL {
        left: 0
    }
    .contentChess .DWBox .csL .csImg1_1 {
        background-size: 470px
    }
    .contentChess .DWBox .csL .csImg3_1 {
        background-size: 470px
    }
    .contentChess .DWBox .csR {
        right: 10px
    }
    .contentChess .DWBox .csR .csImg2_1 {
        background-position: 90px 40px;
        background-size: 480px
    }
    .contentChess .GRBox .csL {
        left: 0
    }
    .contentChess .GRBox .csR {
        right: 10px
    }
    .contentChess .TIGERBox .csL {
        left: 0
    }
    .contentChess .TIGERBox .csR {
        right: 10px
    }
    .contentChess .BSBox .csL {
        left: 0
    }
    .contentChess .BSBox .csR {
        right: 10px
    }
    .contentChess .BSBox .csL .csImg1_1 {
        background-position: 0 40px;
        background-size: 83%
    }
    .contentChess .BSBox .csL .csImg2_1 {
        background-position: 340px 240px;
        background-size: 70px
    }
    .contentChess .BSBox .csL .csImg4_1 {
        background-position: 260px 480px;
        background-size: 140px
    }
    .contentChess .BSBox .csR .csImg1_1 {
        background-position: 120px 30px;
        background-size: 83%
    }
    .contentChess .BSBox .csR .csImg2_1 {
        background-position: 230px 420px;
        background-size: 70px
    }
    .contentChess .BSBox .csR .csImg3_1 {
        top: 480px;
        left: 210px;
        width: 110px;
        height: 92px
    }
    .contentChess .BSBox .csR .csImg4_1 {
        top: 130px;
        left: 150px
    }
    .contentChess .BSBox .csR .csImg5_1 {
        right: 20px;
        width: 110px;
        height: 169px
    }
    .contentChess .PMBox .csL {
        top: 130px;
        left: 100px;
        width: 470px
    }
    .contentChess .PMBox .csR {
        top: 140px;
        right: 100px;
        width: 460px
    }
    .contentChess .BYBox .csL {
        top: 120px;
        left: 100px
    }
    .contentChess .BYBox .csR {
        top: 130px;
        right: 120px
    }
    .contentChess .FGBox .csL {
        top: 120px;
        left: 0;
        width: 500px
    }
    .contentChess .FGBox .csR {
        top: 100px;
        right: 0;
        width: 480px
    }
}

@media(max-width:1200px) {
    .contentChess .TIGERBox .csL,
    .contentChess .TIGERBox .csR {
        top: 60px;
        width: 570px
    }
    .contentChess .PMBox .csL,
    .contentChess .BYBox .csL,
    .contentChess .TZBox .csL {
        left: 0
    }
    .contentChess .PMBox .csR,
    .contentChess .BYBox .csR,
    .contentChess .TZBox .csR {
        right: 0
    }
    .contentChess .FGBox .csL,
    .contentChess .FGBox .csR {
        width: 450px
    }
}

@-webkit-keyframes _3zgjS1vEDtvCO8ILPkjVfr {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes _3zgjS1vEDtvCO8ILPkjVfr {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes _1pj8tu3rxXdnfoqdWtvE__ {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes _1pj8tu3rxXdnfoqdWtvE__ {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes _3_AxcjctxmLyfiMV4E9hvP {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes _3_AxcjctxmLyfiMV4E9hvP {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.appFirstBox {
    width: 1200px;
    height: 850px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 80px
}

.contentApp {
    background-color: #f4f6f9
}

.imgMessi {
    position: absolute;
    top: 435px;
    left: 300px;
    width: 438px;
    height: 436px;
    background-image: url(../images/app/img_app_messi.png);
    background-repeat: no-repeat
}

.imgHoinApp {
    position: absolute;
    top: 435px;
    right: 320px;
    width: 438px;
    height: 436px;
    background-image: url(../images/app/img_app_hoin.png);
    background-repeat: no-repeat
}

.imgCr7 {
    position: absolute;
    top: 350px;
    left: 466px;
    width: 277px;
    height: 465px;
    background-image: url(../images/app/img_app_cr7.png);
    background-repeat: no-repeat
}

.contentApp .swiper-button-next1 {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-image: url(../images/app/next-step.png);
    background-repeat: no-repeat;
    right: 24px;
    opacity: .3
}

.contentApp .swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-image: url(../images/app/prev-step.png);
    background-repeat: no-repeat;
    left: 24px;
    opacity: .3
}

.contentApp .contents {
    height: 490px;
    border-top: 1px solid #ededed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #fff
}

.contentApp .contents>.swiper-container {
    height: 100%;
    position: relative
}

.contentApp .contents>.swiper-container>.swiper-wrapper {
    width: 5000px
}

.contentApp .contents>.swiper-container>.swiper-wrapper .swiper-slide {
    float: left
}

.contentApp .contents>.swiper-container .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-image: url(../images/app/next-step.png);
    background-repeat: no-repeat;
    right: 24px;
    opacity: .3
}

.contentApp .contents>.swiper-container .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-image: url(../images/app/prev-step.png);
    background-repeat: no-repeat;
    left: 24px;
    opacity: .3
}

.contentApp .contents .flaot {
    float: left
}

.contentApp .contents .flaot .imgBox {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.contentApp .contents .flaot .imgBox img {
    width: 495px
}

.contentApp .contents .slide_phone,
.contentApp .contents .slide_phone1 {
    float: left;
    width: 234px;
    height: 453px;
    background-image: url(../images/app/Shadow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: -5px;
    margin: 16px 0 0 100px;
    position: relative
}

.contentApp .contents .slide_phone1 img,
.contentApp .contents .slide_phone img {
    position: absolute;
    top: 57px;
    left: 16px;
    width: 191px;
    height: 336px
}

.contentApp .contents .slide_phone1 {
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-x: -5px;
    margin: 16px 0 0 34px
}

.contentApp .cucc .contents .slide_phone,
.contentApp .cucc .contents .slide_phone1 {
    float: left;
    width: 234px;
    height: 453px;
    background-image: url(../images/app/Shadow_anz.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: -5px;
    position: relative
}

.contentApp .contents1 {
    height: 490px;
    border-top: 1px solid #dcdcdc;
    background-image: url(../images/app/box_cont.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff
}

.contentApp .contents1>.swiper-container {
    height: 100%;
    position: relative
}

.contentApp .contents1>.swiper-container>.swiper-wrapper {
    width: 2169px
}

.contentApp .contents1>.swiper-container .flaot1,
.contentApp .contents1>.swiper-container>.swiper-wrapper .swiper-slide {
    float: left
}

.contentApp .contents1>.swiper-container .slide_phone,
.contentApp .contents1>.swiper-container .slide_phone1 {
    float: left;
    width: 234px;
    height: 453px;
    background-image: url(../images/app/Shadow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: -5px;
    margin: 16px 0 0 100px;
    position: relative
}

.contentApp .contents1>.swiper-container .slide_phone1 img,
.contentApp .contents1>.swiper-container .slide_phone img {
    position: absolute;
    top: 57px;
    left: 16px;
    width: 191px;
    height: 336px
}

.contentApp .contents1>.swiper-container .slide_phone1 {
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-x: -5px;
    margin: 16px 0 0 34px
}

.appMenu {
    position: fixed;
    left: 8%;
    top: 185px;
    width: 160px;
    text-align: center;
    z-index: 10
}

.appMenu .menuBtn a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    color: #00c9ff;
    background: #fff;
    margin-bottom: 24px;
    border-radius: 23px;
    -webkit-box-shadow: 0 2px 6px 3px hsla(0, 0%, 76.1%, .3);
    box-shadow: 0 2px 6px 3px hsla(0, 0%, 76.1%, .3)
}

.appMenu .menuBtn a.active {
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#3a97e5), color-stop(#3eb7e7), to(#42d2e8));
    background: -webkit-linear-gradient(right, #3a97e5, #3eb7e7, #42d2e8);
    background: linear-gradient(270deg, #3a97e5, #3eb7e7, #42d2e8);
    -webkit-box-shadow: 0 4px 12px 6px rgba(0, 180, 255, .3);
    box-shadow: 0 4px 12px 6px rgba(0, 180, 255, .3)
}

.appSecond {
    width: 100%;
    min-width: 1200px;
    height: 850px;
    background-image: url(../images/app/bg_sport.jpg);
    background-repeat: no-repeat;
    text-align: center;
    position: relative
}

.appHoinBox {
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    position: relative
}

.hoinBoxL {
    width: 462px;
    height: 100%;
    float: left;
    padding: 180px 0 0;
    position: relative;
    left: 59px
}

.hoinBoxL h2 {
    display: inline-block;
    width: 380px;
    height: 100px;
    background-image: url(../images/app/hoinapp_title.png);
    background-repeat: no-repeat
}

.appFirst {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    height: 880px;
    background-image: url(../images/app/bg_fullsite.jpg);
    background-repeat: no-repeat;
    background-position: top
}

.appFirstBox .firstBoxL {
    width: 743px;
    height: 810px;
    overflow: hidden;
    display: inline-block;
    margin-top: 80px;
    position: absolute
}

.firstBoxR {
    width: 462px;
    margin-top: 220px;
    position: relative;
    text-align: center
}

.firstBoxR h2 {
    width: 380px;
    height: 100px;
    background-image: url(../images/app/ab_title.png);
    background-repeat: no-repeat;
    display: inline-block
}

.firstBoxMobile {
    width: 400px;
    height: 800px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: -150px
}

p.appFirstBoxText {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    text-align: center
}

.appSecond {
    width: 100%;
    min-width: 1200px;
    height: 850px;
    background-image: url(../images/app/bg_sport.jpg);
    background-repeat: no-repeat;
    text-align: center;
    position: relative
}

.appSecondBox {
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    position: relative
}

.SecondBoxL {
    width: 462px;
    height: 100%;
    float: left;
    padding: 210px 0 0;
    position: relative;
    left: 59px
}

.SecondBoxL h2 {
    display: inline-block;
    width: 380px;
    height: 100px;
    background-image: url(../images/app/dg_title.png);
    background-repeat: no-repeat
}

.webSys {
    margin-top: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px 0 55px
}

.webSys:after {
    display: block;
    content: "";
    clear: both
}

.secondSys {
    padding: 0 60px 0 55px
}

.html .html5 {
    height: 113px
}

.html {
    width: 155px;
    text-align: center
}

.SecondBoxR {
    position: relative;
    top: 240px;
    right: -100px;
    overflow: hidden
}

.firstBoxMobile,
.secondBoxMobile {
    width: 395px;
    height: 789px;
    background-image: url(../images/app/img_iphonex_s.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    margin: 0 auto
}

.contentApp .volume {
    position: absolute;
    top: 32px;
    left: 108px;
    width: 178px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 60
}

.mobileScreen {
    width: 322px;
    height: 698px;
    position: absolute;
    left: 38px;
    top: -70px
}

.mobileScreen img {
    max-width: 100%
}

.QRC {
    width: 113px;
    height: 113px;
    padding: 10px;
    background-image: url(../images/app/icon_kuang.png);
    background-repeat: no-repeat;
    margin: 0 auto
}

.QRC img {
    width: 100%
}

.linksite {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 4px;
    text-align: center
}

.linksite a {
    color: #3a97e5;
    font-size: 14px;
    text-decoration: underline
}

.linksite a:hover {
    color: #3a97e5
}

.sysText {
    margin-top: 15px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #333
}

.contentApp .btn-play {
    margin: 20px auto 0;
    width: 127px;
    height: 32px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    border-radius: 16px;
    background: -webkit-gradient(linear, right top, left top, from(#3a97e5), color-stop(#3eb7e7), to(#42d2e8));
    background: -webkit-linear-gradient(right, #3a97e5, #3eb7e7, #42d2e8);
    background: linear-gradient(270deg, #3a97e5, #3eb7e7, #42d2e8);
    -webkit-box-shadow: 0 4px 12px 6px rgba(0, 180, 255, .3);
    box-shadow: 0 4px 12px 6px rgba(0, 180, 255, .3)
}

.appThird {
    width: 100%;
    background-image: url(../images/app/bg_ebet.png);
    background-repeat: no-repeat;
    background-position-x: center;
    padding-bottom: 63px;
    z-index: 0
}

.thirdBox {
    margin: 0 auto;
    z-index: 100
}

.thirdBoxIn {
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding-top: 56px;
    text-align: center
}

.thirdBoxIn h2 {
    height: 100px;
    width: 380px;
    margin: 0 auto;
    background-image: url(../images/app/wm_title.png);
    background-repeat: no-repeat
}

.thirdBoxIn .qrcBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    text-align: center
}

.thirdBoxIn .qrcBox p {
    line-height: 18px;
    width: 160px;
    font-size: 14px;
    color: #4a90e2;
    margin-left: 24px
}

.thirdBoxImg {
    width: 933px;
    margin: 30px auto 0;
    text-align: center
}

.thirdBoxImg img {
    max-width: 100%
}

.btn-download {
    margin-top: 24px;
    text-align: center
}

.btn-download a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
    border-radius: 25px;
    text-decoration: none;
    background: -webkit-gradient(linear, right top, left top, from(#3a97e5), color-stop(#3eb7e7), to(#42d2e8));
    background: -webkit-linear-gradient(right, #3a97e5, #3eb7e7, #42d2e8);
    background: linear-gradient(270deg, #3a97e5, #3eb7e7, #42d2e8);
    -webkit-box-shadow: 0 4px 12px 6px rgba(0, 180, 255, .3);
    box-shadow: 0 4px 12px 6px rgba(0, 180, 255, .3)
}

.btn-download a:hover {
    color: #fff
}

@media(max-width:1600px) {
    .appMenu {
        display: none
    }
}

@-webkit-keyframes _1Mi6mgV-oJChuxYMvgZfAr {
    0% {
        width: 360px;
        height: 202px;
        left: 0;
        top: 90px;
        opacity: 0
    }
    to {
        width: 410px;
        height: 298px;
        left: -100px;
        top: 8px;
        opacity: 1
    }
}

@keyframes _1Mi6mgV-oJChuxYMvgZfAr {
    0% {
        width: 360px;
        height: 202px;
        left: 0;
        top: 90px;
        opacity: 0
    }
    to {
        width: 410px;
        height: 298px;
        left: -100px;
        top: 8px;
        opacity: 1
    }
}

@-webkit-keyframes _2qUmnzFpxFJcHxuG5DnDTA {
    0% {
        width: 360px;
        height: 202px;
        left: 0;
        top: 90px;
        opacity: 0
    }
    to {
        left: 50px;
        width: 410px;
        height: 298px;
        top: 10px;
        opacity: 1
    }
}

@keyframes _2qUmnzFpxFJcHxuG5DnDTA {
    0% {
        width: 360px;
        height: 202px;
        left: 0;
        top: 90px;
        opacity: 0
    }
    to {
        left: 50px;
        width: 410px;
        height: 298px;
        top: 10px;
        opacity: 1
    }
}

@keyframes _2RAiPbbsW4MM8ZAS3S109V {
    0% {
        top: 0
    }
    25% {
        top: 0
    }
    50% {
        top: -520px
    }
    75% {
        top: -520px
    }
    to {
        top: 0
    }
}

@-webkit-keyframes _2RAiPbbsW4MM8ZAS3S109V {
    0% {
        top: 0
    }
    25% {
        top: 0
    }
    50% {
        top: -520px
    }
    75% {
        top: -520px
    }
    to {
        top: 0
    }
}

.contentVIP {
    background-image: url(../images/vip/vip_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.vipLv {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    z-index: 5;
    background-size: 100% 100%
}

@-webkit-keyframes _12IHFpB28yPjfxRjFVivZW {
    0% {
        -webkit-transform: rotatey(0deg);
        transform: rotatey(0deg)
    }
    to {
        -webkit-transform: rotatey(1turn);
        transform: rotatey(1turn)
    }
}

@keyframes _12IHFpB28yPjfxRjFVivZW {
    0% {
        -webkit-transform: rotatey(0deg);
        transform: rotatey(0deg)
    }
    to {
        -webkit-transform: rotatey(1turn);
        transform: rotatey(1turn)
    }
}

@-webkit-keyframes _2mxcFAIMBMEfUOknHWGr8G {
    0% {
        -webkit-transform: rotatey(0deg);
        transform: rotatey(0deg)
    }
    to {
        -webkit-transform: rotatey(1turn);
        transform: rotatey(1turn)
    }
}

@keyframes _2mxcFAIMBMEfUOknHWGr8G {
    0% {
        -webkit-transform: rotatey(0deg);
        transform: rotatey(0deg)
    }
    to {
        -webkit-transform: rotatey(1turn);
        transform: rotatey(1turn)
    }
}

@-webkit-keyframes N33cvN_uWg3fiUxXuSt3a {
    0% {
        -webkit-transform: rotatey(20deg);
        transform: rotatey(20deg)
    }
    to {
        -webkit-transform: rotatey(380deg);
        transform: rotatey(380deg)
    }
}

@keyframes N33cvN_uWg3fiUxXuSt3a {
    0% {
        -webkit-transform: rotatey(20deg);
        transform: rotatey(20deg)
    }
    to {
        -webkit-transform: rotatey(380deg);
        transform: rotatey(380deg)
    }
}

.vipLvBox {
    margin-top: 20px;
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../images/vip/vip_card_bg.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 95%
}

.vipLvList:after,
.vipLvBox:after {
    display: block;
    content: "";
    clear: both
}

.vipLvList {
    margin-top: 20px;
    position: relative;
    display: block;
    content: "";
    clear: both
}

.vipLvList li {
    float: left;
    width: 111px;
    height: 130px;
    margin-right: 10px;
    text-align: center;
    border-radius: 10px
}

.vipLvList li div:last-child {
    text-align: center;
    color: #666;
    font-size: 16px
}

.vipLvList li div:first-child span {
    display: inline-block;
    width: 111px;
    height: 100px;
    cursor: pointer;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -5px
}

.vipLvList li div:first-child i {
    float: left;
    width: 0;
    height: 1px;
    background: 0 0;
    margin-top: 21px
}

.vipLvList .active {
    position: relative;
    background-image: url(../images/vip/selected.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 172px;
    margin-left: 0;
    -webkit-transform: translateY(-20px) scale(1.12);
    transform: translateY(-20px) scale(1.12)
}

.vipLvList .active div:last-child {
    color: #fff;
    position: relative;
    top: 15px
}

.vipLvList .active div>span {
    top: 15px!important
}

.vipLvList li {
    background-image: url(../images/vip/unselected.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto
}

.vipLvList li:last-child {
    margin-right: 0
}

.vipBottomTable {
    border-radius: 10px;
    margin: 40px auto 0!important;
    padding: 25px 0
}

@-webkit-keyframes _3Aml_hQuLWZY5596af-Et8 {
    0% {
        -webkit-transform: rotate(90deg) scale(.3);
        transform: rotate(90deg) scale(.3)
    }
    to {
        -webkit-transform: rotate(90deg) scale(.8);
        transform: rotate(90deg) scale(.8)
    }
}

@keyframes _3Aml_hQuLWZY5596af-Et8 {
    0% {
        -webkit-transform: rotate(90deg) scale(.3);
        transform: rotate(90deg) scale(.3)
    }
    to {
        -webkit-transform: rotate(90deg) scale(.8);
        transform: rotate(90deg) scale(.8)
    }
}

.black1 {
    background-image: url(../images/vip/black_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.gold1 {
    background-image: url(../images/vip/gold_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.black2 {
    background-image: url(../images/vip/black_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.gold2 {
    background-image: url(../images/vip/gold_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.black3 {
    background-image: url(../images/vip/black_3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.gold3 {
    background-image: url(../images/vip/gold_3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.black4 {
    background-image: url(../images/vip/black_4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.gold4 {
    background-image: url(../images/vip/gold_4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.black5 {
    background-image: url(../images/vip/black_5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.gold5 {
    background-image: url(../images/vip/gold_5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.black6 {
    background-image: url(../images/vip/black_6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.gold6 {
    background-image: url(../images/vip/gold_6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.black7 {
    background-image: url(../images/vip/black_7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.gold7 {
    background-image: url(../images/vip/gold_7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.black8 {
    background-image: url(../images/vip/black_8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.gold8 {
    background-image: url(../images/vip/gold_8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.black9 {
    background-image: url(../images/vip/black_9.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.gold9 {
    background-image: url(../images/vip/gold_9.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.black10 {
    background-image: url(../images/vip/black_10.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.gold10 {
    background-image: url(../images/vip/gold_10.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.vipLvBoxL {
    background: 0 0;
    width: 730px;
    margin: 0 auto;
    float: left;
    text-align: center;
    position: relative;
    display: block
}

.vipLvBoxLIn {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 30px
}

.vipLvBoxLIn .vipCardBox {
    position: relative;
    z-index: 10;
    width: 440px;
    height: 256px;
    margin: 0 auto;
    background-image: url(../images/vip/img_vipcard.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    text-align: left
}

.vipLvBoxLIn .vipCardBox .vipCardBoxIn {
    width: 100%;
    padding: 0 38px;
    position: relative
}

.vipLvBoxLIn .vipCardBox .vipCardBoxIn>div {
    margin-bottom: 14px;
    font-size: 16px;
    color: #583f2d
}

.vipLvBoxLIn .vipCardBox .vipCardBoxIn>div .amount {
    margin-left: 143px
}

.vipLvBoxLIn .vipCardBox .vipCardBoxIn>div .amountL {
    margin-left: 70px
}

.vipLvBoxLIn .vipCardBox .vipCardBoxIn img {
    position: absolute;
    right: 0;
    top: -4px
}

.vipLvBoxLIn .vipCardBox .vipCardBoxIn .vipLvTit {
    font-size: 18px;
    color: #f9e6d6;
    padding: 58px 0 30px
}

.vipLvBoxLIn .playerL {
    position: absolute;
    height: 400px;
    top: -25px;
    left: -35px
}

.vipLvBoxLIn .playerL img {
    height: 100%
}

.vipLvBoxLIn .playerR {
    position: absolute;
    height: 400px;
    top: -25px;
    right: -35px
}

.vipLvBoxLIn .playerR img {
    height: 100%
}

.vipLvBoxLIn .playerM {
    top: -85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 360px;
    margin: 0 auto;
    position: absolute
}

.vipLvBoxLIn .playerM img {
    height: 85%
}

._2Oq_Tw-Aztsgq3nz7-acvQ {
    width: 600px;
    height: 360px;
    overflow: hidden
}

.checkRules {
    background: -webkit-gradient(linear, left top, right top, from(#4bd3e9), to(#3d9fe6));
    background: -webkit-linear-gradient(left, #4bd3e9, #3d9fe6);
    background: linear-gradient(90deg, #4bd3e9, #3d9fe6);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: underline!important;
    font-size: 18px;
    font-weight: 600
}

.vipLvBoxR {
    display: block;
    float: left;
    overflow: hidden;
    border-radius: 0 6px 6px 0;
    -webkit-transition: width 2s;
    transition: width 2s
}

.vipLvBoxRIn {
    width: 450px;
    min-height: 411px;
    float: left;
    word-spacing: 30px;
    padding: 27px 0
}

.vipLvBoxRIn div {
    font-size: 14px;
    color: #333;
    word-spacing: 10px;
    text-align: left
}

.vipLvBoxRIn div button {
    width: 102px;
    height: 32px;
    border: none;
    border-radius: 16px;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    background-color: #fff;
    color: #4993de;
    vertical-align: top;
    margin-left: 134px;
    -webkit-box-shadow: 2px 5px 10px 0 #eee;
    box-shadow: 2px 5px 10px 0 #eee
}

.vipLvBoxRIn div:last-child {
    margin-bottom: 0
}

.vipLvBoxRIn span {
    font-size: 14px;
    color: #333;
    text-align: left
}

.rowPS {
    text-align: center;
    color: #666!important
}

.vipRow {
    padding: 5px 0;
    font-size: 16px!important;
    display: flex;
    justify-content: space-between
}

.vipRow .redEnv,
.vipRow .upBonus,
.vipRow .birGift {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33%;
    height: 60px;
    line-height: 1.4;
    background: #f5f5f5;
    padding-left: 10px;
    text-align: left
}

.vipRow2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 175px;
    line-height: 1.8;
    font-size: 20px
}

.vipRow2 .vipRow2Info,
.vipRow2 .vipRow2Tit,
.vipRow2 .vipRow2Bir {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    height: 100%;
    width: 33%;
    padding-top: 15px;
    padding-left: 10px;
    background-color: #f5f5f5
}

.vipRow2 .vipRow2Tit {
    float: left
}

.vipRow2 .vipRow2Info {
    float: right
}

.vipRow2 :after {
    content: "";
    height: 0;
    clear: both
}

._1M4CGVLassq0d3VS07b6_P div {
    line-height: 20px;
    height: 20px
}

.vipTableMenu {
    width: 450px;
    margin: 0 auto;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vipTableMenu span {
    float: left;
    width: 182px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #4993de;
    text-align: center;
    border-radius: 40px;
    background: #fff;
    margin-right: 60px
}

.vipTableMenu span:last-child {
    margin-right: 0
}

.vipTableMenu .active {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#4bd3e9), to(#3d9fe6));
    background: -webkit-linear-gradient(left, #4bd3e9, #3d9fe6);
    background: linear-gradient(90deg, #4bd3e9, #3d9fe6)
}

.vipTableIn {
    width: 1200px;
    font-size: 16px;
    margin: 30px auto 0;
    display: none;
    overflow: hidden;
    border-radius: 5px
}

.vipTableIn ul.tableTH {
    background: #fff
}

.vipTableIn ul.tableTH li {
    float: left;
    width: 96px;
    background: #fff;
    border-top: 1px solid #eaeef4
}

.vipTableIn ul.tableTH li div {
    text-align: center;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    font-weight: 600;
    color: #9e8c6a;
    border-right: 1px solid #eaeef4
}

.vipTableIn ul.tableTH li:first-child {
    width: 144px
}

.vipTableIn ul.tableBody {
    margin-bottom: 0;
    background: #fbfbfc
}

.vipTableIn ul.tableBody:nth-child(2n) {
    background: #fff
}

.vipTableIn ul.tableBody li {
    float: left;
    width: 96px;
    border-top: 1px solid #eaeef4
}

.vipTableIn ul.tableBody li:first-child div {
    font-size: 16px;
    color: #333
}

.vipTableIn ul.tableBody li div {
    text-align: center;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    color: #666;
    border-right: 1px solid #eaeef4;
    background: #fff
}

.vipTableIn ul.tableBody li:first-child {
    width: 144px
}

.playSelect i {
    position: relative;
    width: 113px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: left;
    text-indent: 10px;
    border: 1px solid #eaedf4;
    border-radius: 4px;
    cursor: pointer;
    background: #fff
}

.tableHead {
    height: 70px;
    line-height: 70px;
    text-align: left;
    background: url(../images/vip/return_water.png) no-repeat 50%;
    background-size: cover
}

.tableHead img {
    vertical-align: middle;
    margin-left: 20px
}

.tableHead span {
    vertical-align: middle;
    color: #333;
    font-size: 16px
}

.vipRules {
    color: #e6d4b0;
    margin-bottom: 20px
}

.vipRules h3 {
    display: inline-block;
    line-height: 110px;
    font-size: 32px;
    background: -webkit-gradient(linear, right top, left top, from(#3b9ee5), to(#42d2e8));
    background: -webkit-linear-gradient(right, #3b9ee5, #42d2e8);
    background: linear-gradient(270deg, #3b9ee5, #42d2e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.vipRules p {
    line-height: 25px;
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
    white-space: nowrap
}

.vipRules p:last-child {
    text-indent: 35px
}

.vipRules p span {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd1b5), to(#9f8d6b));
    background: -webkit-linear-gradient(top, #ddd1b5, #9f8d6b);
    background: linear-gradient(180deg, #ddd1b5, #9f8d6b)
}

.goTop {
    cursor: pointer;
    position: absolute;
    bottom: 240px;
    right: 100px;
    width: 105px;
    height: 86px;
    background-image: url(../images/vip/back_arrow.png);
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto
}

@-webkit-keyframes _1tN0biDcmQkUn1ey2MiJ_A {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes _1tN0biDcmQkUn1ey2MiJ_A {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes _35EJQTJu748ZQzOTX_87_7 {
    0% {
        margin-left: 300px
    }
    to {
        margin-left: 0
    }
}

@keyframes _35EJQTJu748ZQzOTX_87_7 {
    0% {
        margin-left: 300px
    }
    to {
        margin-left: 0
    }
}

@-webkit-keyframes _2-ac0SG3q9MwC9nTfhM-Go {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 300px
    }
}

@keyframes _2-ac0SG3q9MwC9nTfhM-Go {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 300px
    }
}

@-webkit-keyframes _36gY-Xsyi4VS2SYMlMCMzz {
    0% {
        width: 554px
    }
    to {
        width: 0
    }
}

@keyframes _36gY-Xsyi4VS2SYMlMCMzz {
    0% {
        width: 554px
    }
    to {
        width: 0
    }
}

@-webkit-keyframes fwQBVlZTRuwdQ0v2as3Eb {
    0% {
        width: 0
    }
    to {
        width: 554px
    }
}

@keyframes fwQBVlZTRuwdQ0v2as3Eb {
    0% {
        width: 0
    }
    to {
        width: 554px
    }
}

.teamList {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    z-index: 5;
    top: -67px
}

.teamList a {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    width: 163px;
    height: 134px;
    color: #666;
    text-decoration: none;
    background: #fff
}

.teamList a:hover {
    color: #fff;
    -webkit-box-shadow: 0 3px 15px 0 rgba(12, 209, 253, .52);
    box-shadow: 0 3px 15px 0 rgba(12, 209, 253, .52);
    background: -webkit-gradient(linear, left bottom, left top, from(#3b9ee5), to(#42d2e8));
    background: -webkit-linear-gradient(bottom, #3b9ee5, #42d2e8);
    background: linear-gradient(0deg, #3b9ee5, #42d2e8);
    -webkit-animation: ucd7j0qyHqh_4NORNBek7 1s;
    animation: ucd7j0qyHqh_4NORNBek7 1s
}

.teamList a img {
    width: 60px;
    margin: 12px 0 10px
}

.teamList a .teamListName p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    overflow: hidden
}

.playSelect {
    width: 100%;
    background-color: #f5f5f5;
    margin-top: 5px;
    padding: 10px 30px;
    text-align: left!important
}

.playSelect .btn-get {
    margin-left: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#4bd3e9), to(#3d9fe6));
    background: -webkit-linear-gradient(left, #4bd3e9, #3d9fe6);
    background: linear-gradient(90deg, #4bd3e9, #3d9fe6);
    color: #fff!important
}

.playSelect .title {
    margin-right: 10px
}

.amountList {
    font-size: 14px;
    color: #333;
    text-align: left!important;
    padding: 20px 30px
}

._2HIpQp5dlis729VFBVO2Yl {
    border: 1px solid #c6c8ca!important;
    background-color: #c6c8ca!important;
    color: #fff!important
}

.ForgotStepText {
    text-align: center
}

.ForgotStepText span {
    width: 180px;
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin-top: 26px
}

.ForgotStepText span.active {
    color: #ffa10e
}

.forgotPage {
    width: 100%;
    height: 920px;
    background-image: url(../images/forget_bg.jpg?);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

._1FeZSf0vLhjBknpom890b6 {
    display: none
}

.forgotContent {
    width: 1200px;
    margin: 200px auto 0;
    height: 565px;
    background: #fff;
    -webkit-box-shadow: 0 12px 27px 19px rgba(0, 0, 0, .04);
    box-shadow: 0 12px 27px 19px rgba(0, 0, 0, .04);
    border-radius: 10px
}

.forgotContent .UBEzfv2ZwVo1bUbd2eBc1 .A1ZPX7jFR68mGhM-QSwri {
    width: 120px;
    border-bottom: 1px solid #cfcfcf
}

.forgotContent .UBEzfv2ZwVo1bUbd2eBc1 ._3BCIFyKASrrSqoSXUpHVF8 {
    background: 0 0;
    position: absolute;
    top: -18px;
    left: 140px;
    z-index: 100
}

.forgotContent .UBEzfv2ZwVo1bUbd2eBc1 ._3BCIFyKASrrSqoSXUpHVF8 button {
    background: 0 0;
    font-size: 16px;
    color: #888;
    width: 140px;
    height: 34px;
    border: 1px solid #66c7fe;
    color: #66c7fe;
    float: left
}

.forgotContent .UBEzfv2ZwVo1bUbd2eBc1 ._3BCIFyKASrrSqoSXUpHVF8 button.active {
    background: #ffa10e;
    color: #fff
}

.forgotContent .UBEzfv2ZwVo1bUbd2eBc1 ._3BCIFyKASrrSqoSXUpHVF8 button:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.forgotContent .UBEzfv2ZwVo1bUbd2eBc1 ._3BCIFyKASrrSqoSXUpHVF8 button:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.forgotContent h4 {
    font-size: 18px;
    padding: 40px 0 0 40px;
    font-family: Micosoft\ Yahei
}

.forgotSteps {
    width: 540px;
    border-radius: 2px;
    background-color: #f4f6f9;
    height: 4px;
    margin: 72px auto 0;
    font-size: 0
}

.ForgotStepBar {
    display: inline-block;
    width: 180px;
    height: 4px;
    position: relative
}

.ForgotStepBar.active {
    background-color: #ffa10e
}

.ForgotStepBar.active .ForgotStepCube {
    background-color: #ffa10e;
    color: #fff
}

.ForgotStepBar.active:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.ForgotStepBar.active:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.ForgotStepBar .ForgotStepCube {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -5px;
    border-radius: 2px;
    top: -8px;
    font-size: 14px;
    text-align: center;
    color: #999;
    background-color: #f4f6f9;
    line-height: 20px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.ForgotStepBar .ForgotStepCube b {
    font-weight: 700;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ForgotForm {
    width: 356px;
    margin: 35px auto 0
}

.ForgotForm .FormOne {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    height: 40px
}

.ForgotForm .FormOne span {
    float: left;
    font-size: 14px;
    color: #333;
    margin-right: 15px;
    line-height: 40px;
    width: 80px;
    text-align: right
}

.ForgotForm .FormOne span {
    width: 70px
}

.ForgotForm .FormOne p {
    color: #333;
    font-size: 14px;
    margin: 0;
    line-height: 40px;
    text-align: left
}

.ForgotForm .FormOne input {
    float: left;
    width: 260px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    vertical-align: top;
    padding: 0 8px;
    background: 0 0;
    color: #333;
    font-size: 14px
}

.ForgotForm .FormOne input::-webkit-input-placeholder {
    font-size: 14px;
    color: #e3e3e3
}

.ForgotForm .FormOne input:-ms-input-placeholder {
    font-size: 14px;
    color: #e3e3e3
}

.ForgotForm .FormOne input::-ms-input-placeholder {
    font-size: 14px;
    color: #e3e3e3
}

.ForgotForm .FormOne input::placeholder {
    font-size: 14px;
    color: #e3e3e3
}

.ForgotForm .FormOne input:focus {
    border-color: #00aeff!important
}

.ForgotForm .FormOne input:hover {
    border-color: #999
}

.ForgotForm .FormOne ._3BPYomRW2VfT4cQpueGveu {
    width: 140px;
    margin-right: 6px
}

.ForgotForm .FormOne ._18930GTUS8nDHf4e1hmuad {
    width: 165px
}

.ForgotForm .FormOne ._3jYrZuuBj9xLQXMLHaKP_N {
    float: left;
    width: 90px;
    height: 40px;
    border: 1px solid #00aeff;
    color: #00aeff;
    font-size: 14px;
    background: #fff;
    margin-left: 6px;
    border-radius: 2px
}

.ForgotForm .FormOne .Wll8L60yNGFPIxVb9Yy7G {
    float: left;
    width: 115px;
    height: 40px;
    cursor: pointer
}

.ForgotForm .FormOne .Wll8L60yNGFPIxVb9Yy7G img {
    width: 100%;
    height: 100%
}

.ForgotForm .forgotStepsNext {
    margin-top: 30px;
    height: 40px
}

.ForgotForm .forgotStepsNext .btn-next {
    float: right;
    font-size: 14px;
    width: 260px;
    height: 40px;
    border-radius: 20px;
    outline: none;
    border: none;
    background: -webkit-gradient(linear, right top, left top, from(#3a97e5), to(#42d2e8));
    background: -webkit-linear-gradient(right, #3a97e5, #42d2e8);
    background: linear-gradient(270deg, #3a97e5, #42d2e8);
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 6px 7px 4px rgba(0, 180, 255, .15);
    box-shadow: 0 6px 7px 4px rgba(0, 180, 255, .15);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.ForgotForm .forgotStepsNext .btn-next:hover {
    background: -webkit-gradient(linear, left top, right top, from(#3a97e5), to(#42d2e8));
    background: -webkit-linear-gradient(left, #3a97e5, #42d2e8);
    background: linear-gradient(90deg, #3a97e5, #42d2e8);
    color: #fff
}

._3lCmvIR8j_gjmrFTuYS8rq {
    margin: 40px auto 0;
    font-size: 0;
    position: relative
}

._3lCmvIR8j_gjmrFTuYS8rq .BW37_XpAI8gK8awJGcaWk {
    text-align: center
}

._3lCmvIR8j_gjmrFTuYS8rq ._3bAP9b1q9m6zXkYgHtppqN {
    width: 66px;
    height: 66px;
    background-image: url(../images/suc.png?);
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto
}

.webpa ._3lCmvIR8j_gjmrFTuYS8rq ._3bAP9b1q9m6zXkYgHtppqN {
    background-image: url(../images/suc.png.webp?)
}

._3lCmvIR8j_gjmrFTuYS8rq ._2XUYYAt5Xf3CFkVVfRHgl3 {
    color: #666;
    font-size: 14px;
    text-align: center;
    margin-top: 10px
}

._3lCmvIR8j_gjmrFTuYS8rq .YSj1wERfm8wvtnm4qorxR {
    margin: 38px auto 0;
    text-align: center
}

._3lCmvIR8j_gjmrFTuYS8rq .YSj1wERfm8wvtnm4qorxR a {
    display: inline-block;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    background: -webkit-gradient(linear, right top, left top, from(#3a97e5), to(#42d2e8));
    background: -webkit-linear-gradient(right, #3a97e5, #42d2e8);
    background: linear-gradient(270deg, #3a97e5, #42d2e8);
    color: #fff;
    -webkit-box-shadow: 0 6px 7px 4px rgba(0, 180, 255, .15);
    box-shadow: 0 6px 7px 4px rgba(0, 180, 255, .15);
    font-size: 14px;
    text-align: center;
    line-height: 40px
}

._3lCmvIR8j_gjmrFTuYS8rq .YSj1wERfm8wvtnm4qorxR a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#3a97e5), to(#42d2e8));
    background: -webkit-linear-gradient(left, #3a97e5, #42d2e8);
    background: linear-gradient(90deg, #3a97e5, #42d2e8);
    color: #fff
}

._3MeME2kA_L6wbs7hhQBIS- {
    margin-top: 40px
}

._3MeME2kA_L6wbs7hhQBIS- ._3NlHL6iGm5x3I47s3s0N2H {
    text-align: center
}

._3MeME2kA_L6wbs7hhQBIS- ._3NlHL6iGm5x3I47s3s0N2H .OxxD4xj1EfcOEye-Um6xH {
    display: inline-block;
    width: 145px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    color: #999;
    position: relative;
    font-size: 14px
}

._3MeME2kA_L6wbs7hhQBIS- ._3NlHL6iGm5x3I47s3s0N2H .OxxD4xj1EfcOEye-Um6xH:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    height: 2px;
    width: 100%;
    background: #00aeff;
    opacity: 0
}

._3MeME2kA_L6wbs7hhQBIS- ._3NlHL6iGm5x3I47s3s0N2H .OxxD4xj1EfcOEye-Um6xH.active {
    color: #00aeff
}

._3MeME2kA_L6wbs7hhQBIS- ._3NlHL6iGm5x3I47s3s0N2H .OxxD4xj1EfcOEye-Um6xH.active:after {
    opacity: 1
}

.contentGaming .contentGamingInfo .gamingMap_1 {
    background-image: url(../images/base_map_.png?hihi6);
    background-size: 100%
}

.contentGaming .contentGamingInfo .gamingMap_2 {
    background-image: url(../images/im_map.png?hihi6);
    bottom: 0;
    background-size: 100%
}

.help {
    width: 100%;
    height: auto
}

.help .help_box {
    width: 1200px;
    margin: 30px auto 60px;
    min-height: 616px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.help .help_box .help_box_left {
    width: 306px;
    float: left
}

.help .help_box .help_box_left .childUl {
    margin-top: -4px;
    z-index: 100
}

.help .help_box .help_box_left .childUl .childli {
    width: 306px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
    background-color: #f7f7f7;
    font-size: 12px;
    color: #647c85;
    position: relative;
    cursor: pointer
}

.help .help_box .help_box_left .childUl .childli .circle {
    width: 4px;
    height: 4px;
    background-color: #647c85;
    border-radius: 50%;
    display: inline-block;
    margin-left: 36px;
    margin-right: 48px
}

.help .help_box .help_box_left .childUl .childli .blockLittle {
    height: 40px;
    width: 3px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #5eccff
}

.help .help_box .help_box_left .childUl .backOn {
    background-color: #e2f6ff!important
}

.help .help_box .help_box_left .parentUl li {
    width: 306px;
    height: 80px;
    color: #364a51;
    margin-bottom: 5px;
    line-height: 80px;
    -webkit-box-shadow: 2px 2px 20px hsla(0, 0%, 65.9%, .3);
    box-shadow: 2px 2px 20px hsla(0, 0%, 65.9%, .3);
    background-color: #eaeaea;
    position: relative;
    cursor: pointer
}

.help .help_box .help_box_left .parentUl li .titleImg {
    margin-left: 32px;
    position: absolute;
    top: 31px;
    background-image: url(../images/help/help_new.png);
    background-repeat: no-repeat
}

.webpa .help .help_box .help_box_left .parentUl li .titleImg {
    background-image: url(../images/help/help_new.png)
}

.help .help_box .help_box_left .parentUl li .block {
    height: 80px;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #5eccff
}

.help .help_box .help_box_left .parentUl li .title {
    font-size: 14px;
    font-weight: 700;
    margin-left: 94px
}

.help .help_box .help_box_left .parentUl li .jWZxexMWhmu8i1yUFCsCd {
    color: #5eccff
}

.help .help_box .help_box_left .parentUl li .rightIcon {
    width: 12px;
    height: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 100px;
    background-image: url(../images/help/iconRight.png);
    background-repeat: no-repeat;
    display: inline-block
}

.webpa .help .help_box .help_box_left .parentUl li .rightIcon {
    background-image: url(../images/help/iconRight.png)
}

.help .help_box .help_box_left .parentUl li ._1xLicKMyEFCE7jkzsoSrWH {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.help .help_box .help_box_left .parentUl .bckOn {
    background-color: #f8f8f8
}

.help .help_box .help_box_right {
    padding-right: 20px;
    width: 894px;
    height: auto;
    background-color: #fff;
    float: left;
    -webkit-box-shadow: 0 0 20px hsla(0, 0%, 65.9%, .3);
    box-shadow: 0 0 20px hsla(0, 0%, 65.9%, .3)
}

.help .help_box .help_box_right .details {
    margin: 60px 0 60px 20px
}

.help .help_box .help_box_right .details .bank-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ececec
}

.help .help_box .help_box_right .details .bank-links a {
    width: 30%;
    padding: 3px;
    margin: 0 0 10px;
    font-size: 14px;
    text-align: center;
    color: #647c85;
    border: 1px solid #647c85
}

.help .help_box .help_box_right .details .bank-links a:hover {
    background: #647c85;
    color: #fff
}

.help .help_box .help_box_right .details h3 {
    color: #00aeff;
    font-size: 16px;
    font-weight: 700
}

.help .help_box .help_box_right .details p {
    font-size: 14px;
    color: #647c85;
    margin-top: 8px;
    line-height: 22px;
    text-align: justify
}

.help .help_box .help_box_right .details p a {
    text-decoration: underline;
    color: #5a9bb3
}

.help .help_box .help_box_right .details ul {
    font-size: 14px;
    color: #647c85;
    list-style: decimal;
    margin: 10px 0 10px 25px;
    line-height: 18px
}

.help .help_box .help_box_right .details ul li {
    margin-bottom: 10px
}

.help .help_box .help_box_right .details img {
    max-width: 96%;
    margin: 10px auto
}

.help .help_box .help_box_right .details .contactlist {
    width: 100%;
    zoom: 1
}

.help .help_box .help_box_right .details .contactlist:after {
    content: "";
    display: block;
    clear: both
}

.help .help_box .help_box_right .details .contactlist li {
    width: 160px;
    float: left;
    margin-right: 10px
}

.help .help_box .help_box_right .details .contactlist li span {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    margin-top: 8px
}

.help .help_box .help_box_right .details .wxzf_content {
    width: 839px;
    height: 700px;
    margin: 50px auto
}

.help .help_box .help_box_right .details .wxzf_content .wxzf_content_left,
.help .help_box .help_box_right .details .wxzf_content .wxzf_content_right {
    width: 400px;
    height: 700px;
    background: #f8f8f8;
    -webkit-box-shadow: 0 2px 12px 0 #d9d9d9;
    box-shadow: 0 2px 12px 0 #d9d9d9;
    position: relative
}

.help .help_box .help_box_right .details .wxzf_content .wxzf_content_left .circular,
.help .help_box .help_box_right .details .wxzf_content .wxzf_content_right .circular {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #00aeff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 200px;
    margin-left: -35px;
    background: #f8f8f8;
    -webkit-box-shadow: 0 2px 12px 0 #d9d9d9;
    box-shadow: 0 2px 12px 0 #d9d9d9
}

.help .help_box .help_box_right .details .wxzf_content .wxzf_content_left .title,
.help .help_box .help_box_right .details .wxzf_content .wxzf_content_right .title {
    color: #00aeff;
    font-size: 14px;
    margin-top: 53px;
    text-align: center
}

.help .help_box .help_box_right .details ol li {
    font-size: 12px;
    color: #647c85;
    margin-top: 8px;
    line-height: 22px;
    text-align: justify
}

.help .help_box .help_box_right .details .ol_indent {
    font-size: 14px;
    color: #647c85;
    margin-top: 8px;
    line-height: 22px;
    text-align: justify;
    margin-left: 15px;
    list-style: decimal
}

.help .help_box .help_box_right .details table td {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center
}

.help .help_box .help_box_right .details:first-child {
    margin: 33px 0 60px 20px
}

.help .help_box .help_box_right .space span {
    margin-right: 3px
}

.help .help_box .help_box_right .contactWrapper {
    color: #647c85;
    font-size: 12px;
    margin-top: 3px;
    overflow: hidden
}

.help .help_box .help_box_right .contactWrapper .contactItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px
}

.help .help_box .help_box_right .contactWrapper .contactItem>p {
    margin: 0
}

.help .help_box .help_box_right .contactWrapper .contactItem>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.help .help_box .help_box_right .contactWrapper .contactItem>ul li {
    margin-left: 20px
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.clearfix {
    zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.fl,
.fr {
    display: inline
}

.swiper_box {
    width: 400px;
    height: 538px;
    margin: 3px auto;
    background-image: url(../images/help/Silver_43.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 285px 538px
}

.swiper_box .slick-slider {
    width: 221px;
    height: 538px;
    margin: 0 auto;
    position: relative
}

.swiper_box .slick-slider .slick-prev {
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url(../images/help/left.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: -60px;
    top: 254px;
    display: none;
    border: none;
    font-size: 0
}

.swiper_box .slick-slider .slick-next {
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url(../images/help/right.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: -60px;
    top: 254px;
    display: none;
    border: none;
    font-size: 0
}

.swiper_box .slick-slider .slick-list {
    width: 100%;
    height: 100%;
    padding: 69px 0;
    overflow: hidden
}

.swiper_box .slick-slider .slick-list .slick-track {
    height: 100%
}

.swiper_box .slick-slider .slick-list .slick-track .slick-slide {
    float: left;
    width: 285px;
    height: 100%;
    z-index: 9!important
}

.swiper_box .slick-slider .slick-list .slick-track .slick-slide .slide_phone {
    width: 100%;
    height: 100%
}

.swiper_box .slick-slider .slick-list .slick-track .slick-slide .slide_phone_title {
    width: auto;
    min-width: 360px;
    height: 50px;
    line-height: 15px;
    margin-left: -69.5px;
    margin-top: 85px;
    text-align: center;
    font-size: 12px;
    background-color: #f8f8f8
}

.swiper_box .slick-slider .slick-dots {
    height: 14px;
    bottom: -15px
}

.swiper_box .slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #04a5f1;
    opacity: .2
}

.swiper_box .slick-slider .slick-dots li button {
    display: none
}

.swiper_box .slick-slider .slick-dots li:first-child {
    margin-left: 90px
}

.swiper_box .slick-slider .slick-dots .slick-active {
    opacity: 1
}

.swiper_box:hover .slick-next,
.swiper_box:hover .slick-prev {
    display: block
}

.browser {
    line-height: 34px
}

.tab_title {
    text-align: center
}

.tab_title .tab_title_button {
    display: inline-block;
    border: 1px solid #007aff;
    border-radius: 7px;
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 26px;
    color: #007aff!important;
    cursor: pointer;
    font-weight: 700;
    -webkit-box-shadow: 0 4px 2px #007aff;
    box-shadow: 0 4px 2px #007aff;
    margin-right: 35px;
    text-decoration: none!important
}

.tab_title .tab_title_button:last-child {
    width: 310px;
    margin-right: 0
}

.tab_title .tab_title_button:hover,
.tab_title .browActive {
    background: #007aff;
    color: #fff!important;
    -webkit-box-shadow: 0 0 0 #007aff;
    box-shadow: 0 0 0 #007aff
}

.title_big {
    font-size: 36px!important;
    line-height: 36px!important;
    margin-bottom: 45px!important
}

.sameIMG {
    width: 750px
}

._1_7x5StxjXrb2udDlIlgkM {
    font-size: 14px!important
}

.details .OZT8AydbRBvfKSpuo428- {
    width: 716px
}

ul.EgameMenu_2 li .nav-link i.cir_icon {
    width: 7px;
    height: 9px;
    display: block;
    margin: 0 5px;
    background-image: url(../images/icon_round.png?555);
    background-repeat: no-repeat
}

.ForgotForm button {
    width: 112px;
    margin-left: 10px;
    border: 1px solid #3a97e5;
    color: #3a97e5;
    border-radius: 2px;
    font-size: 12px;
    background: 0 0;
    box-shadow: none;
    height: 40px
}

.ForgotForm .Captcha {
    width: 130px!important
}

.contentEgame .sport_li .hoverBtn button {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body {
    min-width: 1200px
}

@media(max-width:1200px) {
    .contentGaming,
    .content {
        overflow-x: auto
    }
    .contentGaming::-webkit-scrollbar,
    .content::-webkit-scrollbar {
        display: none
    }
    .contentEgame {
        margin: 5rem auto 0
    }
    .spBtn {
        left: 75%
    }
    .contentLive {
        width: 1200px;
        background-position: top;
        background-size: inherit
    }
    .contentLive .liveBtn {
        right: 200px
    }
    .liveImg {
        left: 0!important
    }
    .liveBox .liveTitle {
        right: 50px
    }
    .contentChess .csBtn {
        left: 47%
    }
    .contentChess .csBtn a {
        width: 125px;
        margin: 0 7px
    }
}

.vipLv .vipLvList li:nth-child(1) {
    margin-left: 255px
}

.vipLvBox .vipLvBoxR .playSelect button:nth-child(1) {
    margin-left: 25px
}

.vipLvBox .vipLvBoxR .playSelect button:nth-child(2) {
    margin-left: 70px
}

.vipLvBox .vipLvBoxR .playSelect .Unable {
    cursor: not-allowed;
    background: linear-gradient(90deg, #dee2e6, #dee2e6);
    color: #333!important
}

.vipBottomTable .vipTableIn ul li {
    width: 122px
}

.vipBottomTable .vipTableIn ul li:nth-child(1) {
    width: 346px
}

.vipLvBoxLIn .vipCardBox .vipCardBoxIn>div .amountR {
    margin-left: 175px
}

.contentFishing {
    position: relative;
    width: 1200px;
    height: 1010px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    overflow: hidden;
    text-align: center
}

.contentFishing .bgFishing {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 1100px;
    height: 1075px;
    background-image: url(../images/fishing/bgFishing.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: 50%;
    background-size: contain;
    filter: opacity(.9)
}

.contentFishing .fishingBtn {
    display: block;
    margin: 2rem auto 0
}

.contentFishing .fishingBtn a {
    position: relative;
    display: inline-block;
    width: 115px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px 10px 0;
    border: none;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: #666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #fff, #e8e8e8);
    background-image: linear-gradient(180deg, #fff, #e8e8e8)
}

.contentFishing .fishingBtn a:last-child {
    margin-right: 0
}

.contentFishing .fishingBtn a:not(.maintain).active,
.contentFishing .fishingBtn a:not(.maintain):hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#42d2e8), to(#3a97e5));
    background-image: -webkit-linear-gradient(top, #42d2e8, #3a97e5);
    background-image: linear-gradient(180deg, #42d2e8, #3a97e5);
    color: #fff;
    -webkit-box-shadow: 0 10px 16px 6px rgba(0, 180, 255, .3);
    box-shadow: 0 10px 16px 6px rgba(0, 180, 255, .3)
}
.contentEgame ul.EgameMenu li.maintain,
.contentEgame ul.EgameMenu li a.maintain,
.contentLive .liveBtn a.maintain,
.contentChess .csBtn a.maintain,
.contentGaming .spBtn a.maintain,
.contentLottery .spBtn a.maintain,
.contentFishing .fishingBtn a.maintain {
    cursor: not-allowed;
    filter: brightness(0.8)
}

.contentEgame ul.EgameMenu li.maintain a > .btn,
.contentEgame ul.EgameMenu li a.maintain > .btn,
.contentChess .csBtn a.maintain > .btn,
.contentLive .liveBtn a.maintain > .btn,
.contentLottery .spBtn a.maintain > .btn,
.contentGaming .spBtn a.maintain > .btn {
    cursor: not-allowed;
    display:inline-block;
    position: absolute;
    width: 4.3rem;
    height: 1.7rem;
    line-height: 11px;
    font-size: 0.82rem;
    font-weight: bold;
    color: #fff;
    background: #3e93d8;
    border: 2px solid #fff;
    border-radius: 25px;
    text-align: center;
    box-shadow: 1px 1px 4px rgba(#000, 0.25);
    top:27%;
    left:30%;
    z-index:2;
}
.contentLive .liveBtn a.maintain > .btn{
    top:21%;
    left:18%;
}
.contentEgame ul.EgameMenu li a.maintain > .btn{
    top:29%;
    left:33%;
}
.contentEgame ul.EgameMenu li.maintain a > .btn{
    top:35%;
    left:35%;
}
.contentChess .csBtn a.maintain > .btn{
    top:27%;
    left:25%;
}
.contentFishing .fishingBtn a.maintain > .btn {
    cursor: not-allowed;
    display:inline-block;
    position: absolute;
    width: 3.91rem;
    height: 1.5rem;
    line-height: 8px;
    font-size: 0.72rem;
    font-weight: bold;
    color: #fff;
    background: #3e93d8;
    border: 2px solid #fff;
    border-radius: 25px;
    text-align: center;
    box-shadow: 1px 1px 4px rgba(#000, 0.25);
    top:27%;
    left:22%;
    z-index:2;
}

.fishingBox {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto
}

.fishingBox .fishingTitle {
    position: absolute;
    top: 160px;
    right: 20px;
    width: 610px;
    text-align: center;
    z-index: 19
}

.fishingBox .fishingTitle .fishingTitleName {
    margin: 0 auto 20px
}

.fishingBox .fishingBwin .fishingTitle {
    top: 250px;
    right: 20px
}

.fishingBox .fishingRSG .fishingTitle {
    top: 160px;
    right: 20px
}

.fishingBox .fishingSP .fishingTitle,
.fishingBox .fishingGR .fishingTitle,
.fishingBox .fishingLK .fishingTitle {
    top: 120px;
    right: 20px
}

.fishingBox .fishingZEBRA .fishingTitle,
.fishingBox .fishingFG .fishingTitle {
    top: 60px;
    right: 30px
}

.fishingBwin .fishingImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 596px;
    height: 600px;
    z-index: 18
}

.fishingBwin .fishingImg .img1 {
    position: absolute;
    top: 20px;
    left: 84px;
    z-index: 5;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite
}

.fishingBwin .fishingImg .img2 {
    position: absolute;
    bottom: 137px;
    left: 0;
    z-index: 18;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.fishingBwin .fishingImg .img3 {
    position: absolute;
    bottom: -20px;
    right: -50px;
    z-index: 5;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite
}

.fishingBwin .fishingImg .img4 {
    position: absolute;
    bottom: 190px;
    right: 0;
    z-index: 5
}

.fishingBwin .fishingImg .img5 {
    position: absolute;
    bottom: 0;
    right: 21px;
    z-index: 17
}

.fishingBwin .fishingImg .img6 {
    position: absolute;
    bottom: 188px;
    left: 204px;
    z-index: 4
}

.fishingBwin .fishingImg .img7 {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 10;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.fishingBwinEntrance {
    position: absolute;
    top: 100px;
    right: 0;
    padding: 1.25rem 1rem;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 27px 6px rgb(0 0 0/12%);
    box-shadow: 0 2px 27px 6px rgb(0 0 0/12%);
    z-index: 19
}

ul.bwinGames {
    margin: 0
}

ul.bwinGames.boxscroll {
    max-height: 446px;
    overflow-y: auto
}

ul.bwinGames li {
    border: 1px solid #ededed;
    border-radius: 6px;
    margin: 4px 6px;
    overflow: hidden
}

ul.bwinGames li section {
    position: relative
}

ul.bwinGames li img {
    width: 100%;
    z-index: 0
}

ul.bwinGames li .hoverBtn {
    position: absolute;
    top: -102px;
    text-align: center;
    width: 100%;
    line-height: 40px;
    padding-top: 25px;
    z-index: 10
}

ul.bwinGames li .gameImg {
    width: 170px;
    overflow: hidden
}

ul.bwinGames li .gameImg img {
    max-width: 100%
}

ul.bwinGames li section .hoverBtn {
    height: calc(100% - 45px)
}

.fishingOB .fishingImg {
    position: absolute;
    width: 600px;
    height: 550px;
    left: 60px;
    top: 59px;
    z-index: 18
}

.fishingOB .fishingImg .img1 {
    position: absolute;
    top: 20px;
    left: 100px;
    z-index: 10
}

.fishingOB .fishingImg .img2 {
    position: absolute;
    top: -10px;
    left: 31px;
    z-index: 10;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.fishingOB .fishingImg .img3 {
    position: absolute;
    bottom: 30px;
    left: 15px;
    z-index: 10;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite
}

.fishingOB .fishingImg .img4 {
    position: absolute;
    bottom: 120px;
    right: -30px;
    z-index: 10;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.fishingZEBRA .fishingImg {
    position: absolute;
    width: 552px;
    height: 550px;
    left: 80px;
    top: 59px;
    z-index: 18
}

.fishingZEBRA .fishingImg .img1 {
    position: absolute;
    top: 60px;
    left: -20px;
    z-index: 10
}

.fishingZEBRA .fishingImg .img2 {
    position: absolute;
    bottom: 10px;
    left: -10px;
    z-index: 10;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.fishingZEBRA .fishingImg .img3 {
    position: absolute;
    top: 160px;
    right: 0;
    z-index: 10;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite
}

.fishingZEBRA .fishingImg .img4 {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 10
}

.fishingLK .fishingImg {
    position: absolute;
    width: 550px;
    height: 600px;
    left: 0;
    top: 40px;
    z-index: 18
}

.fishingLK .fishingImg .img1 {
    position: absolute;
    top: 0;
    left: 360px;
    z-index: 10;
    -webkit-animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite;
    animation: _1XLSdqkHbWcs-AxsbzJclu 5s infinite
}

.fishingLK .fishingImg .img2 {
    position: absolute;
    top: 200px;
    left: 60px;
    z-index: 5;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.fishingLK .fishingImg .img3 {
    position: absolute;
    top: 280px;
    left: 40px;
    z-index: 10;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.fishingLK .fishingImg .img4 {
    position: absolute;
    bottom: -20px;
    left: 96px;
    z-index: 18;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.fishingLK .fishingImg .img5 {
    position: absolute;
    top: 209px;
    right: -90px;
    z-index: 5;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.fishingLK .fishingImg .img6 {
    position: absolute;
    top: 80px;
    right: -110px;
    z-index: 12;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.fishingLK .fishingImg .img7 {
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: 15
}

.fishingSP .fishingImg {
    position: absolute;
    width: 600px;
    height: 600px;
    left: 80px;
    top: 20px;
    z-index: 18
}

.fishingSP .fishingImg .img1 {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 10
}

.fishingSP .fishingImg .img2 {
    position: absolute;
    top: 220px;
    left: -66px;
    z-index: 16;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.fishingSP .fishingImg .img3 {
    position: absolute;
    bottom: -15px;
    right: 28px;
    z-index: 8;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    z-index: 10
}

.fishingSP .fishingImg .img4 {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 7;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.fishingSP .fishingImg .img5 {
    position: absolute;
    bottom: 100px;
    right: -60px;
    z-index: 11;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.fishingSPEntrance,
.fishingLKEntrance {
    position: absolute;
    top: 100px;
    right: 110px;
    padding: 1.25rem 1rem;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 27px 6px rgb(0 0 0/12%);
    box-shadow: 0 2px 27px 6px rgb(0 0 0/12%);
    z-index: 19
}

.fishingQT .fishingImg {
    position: absolute;
    width: 600px;
    height: 600px;
    left: 120px;
    top: 20px;
    z-index: 18
}

.fishingQT .fishingImg .img1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.fishingQT .fishingImg .img2 {
    position: absolute;
    top: 60px;
    right: 180px;
    z-index: 5;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.fishingQT .fishingImg .img3 {
    position: absolute;
    bottom: 120px;
    left: 0;
    z-index: 10;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.fishingQT .fishingImg .img4 {
    position: absolute;
    bottom: -60px;
    right: 200px;
    z-index: 12;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.fishingGR .fishingImg {
    position: absolute;
    width: 550px;
    height: 620px;
    left: 120px;
    top: 20px;
    z-index: 18
}

.fishingGR .fishingImg .img1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.fishingGR .fishingImg .img2 {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 5;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.fishingRSG .fishingImg {
    position: absolute;
    width: 600px;
    height: 600px;
    left: 0;
    top: 0;
    z-index: 18
}

.fishingRSG .fishingImg .img1 {
    position: absolute;
    width: 113%;
    top: 0;
    left: 20px;
    z-index: 10
}

.fishingRSG .fishingImg .img2 {
    position: absolute;
    top: 120px;
    left: 30px;
    z-index: 5;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.fishingRSG .fishingImg .img3 {
    position: absolute;
    top: 230px;
    right: -90px;
    z-index: 10;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.fishingRSG .fishingImg .img4 {
    position: absolute;
    bottom: 80px;
    left: 50px;
    z-index: 12;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 4s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 4s infinite
}

.fishingDBEntrance {
    position: absolute;
    top: 100px;
    right: 190px;
    padding: 1.25rem 1rem;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 27px 6px rgb(0 0 0/12%);
    box-shadow: 0 2px 27px 6px rgb(0 0 0/12%);
    z-index: 19
}

.fishingFG .fishingImg,
.fishingBOYA .fishingImg,
.fishingPM .fishingImg {
    position: absolute;
    width: 600px;
    height: 600px;
    left: 0;
    top: 0;
    z-index: 18
}

.fishingPM .fishingImg .img1 {
    position: absolute;
    width: 90%;
    top: 60px;
    left: 80px;
    z-index: 10
}

.fishingPM .fishingImg .img2 {
    position: absolute;
    top: 70px;
    left: 30px;
    z-index: 5;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.fishingPM .fishingImg .img3 {
    position: absolute;
    bottom: 120px;
    right: 0;
    z-index: 10;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.fishingPM .fishingImg .img4 {
    position: absolute;
    top: 200px;
    left: 85px;
    z-index: 12;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 5s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 5s infinite
}

.fishingPM .fishingImg .img5 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 12;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 4s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 4s infinite
}

.fishingPM .fishingImg .img6 {
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 12;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 3s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 3s infinite
}

.fishingRSGEntrance {
    position: absolute;
    top: 100px;
    right: 100px;
    padding: 1.25rem 1rem;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 27px 6px rgb(0 0 0/12%);
    box-shadow: 0 2px 27px 6px rgb(0 0 0/12%);
    z-index: 19
}

.fishingFG .fishingImg .img1 {
    position: absolute;
    top: 40px;
    left: 120px;
    z-index: 10
}

.fishingFG .fishingImg .img2 {
    position: absolute;
    top: 280px;
    left: 120px;
    z-index: 12;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 5s infinite
}

.fishingFG .fishingImg .img3 {
    position: absolute;
    top: 240px;
    right: 0;
    z-index: 10;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.fishingFG .fishingImg .img4 {
    position: absolute;
    bottom: 80px;
    left: 50px;
    z-index: 12;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 4s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 4s infinite
}

.fishingBOYA .fishingImg .img1 {
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 10
}

.fishingBOYA .fishingImg .img2 {
    position: absolute;
    top: 140px;
    left: 80px;
    z-index: 12;
    -webkit-animation: SqpLmCRmfSob9bj4YWUwL 4s infinite;
    animation: SqpLmCRmfSob9bj4YWUwL 4s infinite
}

.fishingBOYA .fishingImg .img3 {
    position: absolute;
    bottom: 150px;
    left: 600px;
    z-index: 10;
    -webkit-animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite;
    animation: _1EtYO-W_yhbA70Lf-82BJO 5s infinite
}

.fishingBOYA .fishingImg .img4 {
    position: absolute;
    bottom: 30px;
    left: 170px;
    z-index: 12;
    -webkit-animation: _1LGx4O3Az-FaA3qstsCSbi 8s infinite;
    animation: _1LGx4O3Az-FaA3qstsCSbi 8s infinite
}

.btn-play {
    width: 188px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#42d2e8), color-stop(25%, #42d0e8), to(#3a97e5));
    background-image: -webkit-linear-gradient(left, #42d2e8, #42d0e8 25%, #3a97e5);
    background-image: linear-gradient(90deg, #42d2e8, #42d0e8 25%, #3a97e5);
    -webkit-box-shadow: 0 10px 20px 6px rgba(0, 180, 255, .3);
    box-shadow: 0 10px 20px 6px rgba(0, 180, 255, .3);
    cursor: pointer
}

.fishingBoxIn .fishingImg {
    -webkit-animation: _1Ayn6M_kXQguTI9zoMgpDe .8s forwards;
    animation: _1Ayn6M_kXQguTI9zoMgpDe .8s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.fishingBoxIn .fishingTitle {
    -webkit-animation: _2SR-LoXD-ZSik66C62PWcD .8s forwards;
    animation: _2SR-LoXD-ZSik66C62PWcD .8s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.fishingBoxIn .fishingImg.fishingTitleAni {
    -webkit-animation: _3dpEjVNtQqEoVF2nJ2CnEk .8s forwards;
    animation: _3dpEjVNtQqEoVF2nJ2CnEk .8s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.fishingBoxIn .fishingTitle.fishingTitleAni {
    -webkit-animation: _1a5JU25mxXKvAORWKKdTLL .8s forwards;
    animation: _1a5JU25mxXKvAORWKKdTLL .8s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.contentGaming .contentGamingInfo.gameVR {
    height: 690px
}

.contentGaming .contentGamingInfo.gameVR .player {
    position: absolute;
    text-align: center;
    top: 0;
    left: calc(50% - 700px);
    z-index: 6
}

.contentGaming .contentGamingInfo.gameVR .player img {
    position: absolute;
    top: 0
}

.contentGaming .contentGamingInfo.gameVR .player img:first-child {
    left: 100px;
    top: 190px;
    z-index: 3;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameVR .player img:nth-child(2) {
    left: 345px;
    z-index: 4;
    top: 160px;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameVR .player img:nth-child(3) {
    z-index: 3;
    left: 597px;
    top: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: _3lRGta1yMzIfxu55aMoUw1 1.2s ease-in-out;
    animation: _3lRGta1yMzIfxu55aMoUw1 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameVR .player img:nth-child(4) {
    left: 558px;
    z-index: 2;
    top: 20px;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameVR .player img:nth-child(5) {
    left: 700px;
    top: 40px;
    z-index: 1;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameVR .player img:nth-child(6) {
    left: 900px;
    top: 70px;
    z-index: 3;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo .gamingMap_3 {
    background-image: url(../images/vr_map.png);
    bottom: 0;
    background-size: 100%
}

.contentGaming .contentGamingInfo .gamingMap_4 {
    background-image: url(../images/ob_map.png);
    bottom: 0;
    background-size: 100%
}

.contentGaming .contentGamingInfo .gamingMap_5 {
    background-image: url(../images/obs_map.png);
    bottom: 0;
    background-size: 100%
}

.contentGaming .contentGamingInfo .gamingMap_6 {
    background-image: url(../images/pc_map.png);
    bottom: 10px;
    background-size: 85%;
    padding-top: 5px
}

.contentGaming .contentGamingInfo .gamingMap_7 {
    background-image: url(../images/live_map.png);
    bottom: 10px;
    background-size: 85%;
    padding-top: 50px
}

.contentGaming .contentGamingInfo.gameOB .player {
    position: absolute;
    text-align: center;
    top: 0;
    left: calc(50% - 600px);
    z-index: 6
}

.contentGaming .contentGamingInfo.gameOB .player img {
    position: absolute;
    top: 0
}

.contentGaming .contentGamingInfo.gameOB .player img:first-child {
    left: 125px;
    top: 180px;
    z-index: 3;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameOB .player img:nth-child(2) {
    left: 179px;
    top: 12px;
    z-index: 2;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameOB .player img:nth-child(3) {
    z-index: 3;
    left: 458px;
    top: 72px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: _3lRGta1yMzIfxu55aMoUw1 1.2s ease-in-out;
    animation: _3lRGta1yMzIfxu55aMoUw1 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameOB .player img:nth-child(4) {
    left: 485px;
    top: 128px;
    z-index: 4;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameOB .player img:nth-child(5) {
    left: 444px;
    top: 18px;
    z-index: 1;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameOB .player img:nth-child(6) {
    left: 579px;
    top: 73px;
    z-index: 1;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameOB .player img:nth-child(7) {
    left: 722px;
    top: 129px;
    z-index: 1;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameOB .player img:nth-child(8) {
    left: 110px;
    top: 29px;
    z-index: 1;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameOBTY .player img {
    position: absolute;
    top: 0
}

.contentGaming .contentGamingInfo.gameOBTY .player img:first-child {
    left: -20px;
    top: 10px;
    z-index: 3;
    -webkit-animation: OZnKVh-A4pFfeTluUj4Tm 1.6s ease-in-out;
    animation: OZnKVh-A4pFfeTluUj4Tm 1.6s ease-in-out
}

.contentGaming .contentGamingInfo.gameOBTY .player img:nth-child(2) {
    left: 155px;
    top: 10px;
    z-index: 4;
    -webkit-animation: _22PF4wOkwbSGQ-0oYSCwHw 1.6s ease-in-out;
    animation: _22PF4wOkwbSGQ-0oYSCwHw 1.6s ease-in-out
}

.contentGaming .contentGamingInfo.gameOBTY .player img:nth-child(3) {
    left: 240px;
    top: 10px;
    z-index: 5;
    -webkit-animation: _1VjHL0M2FmMSsIPi8CX_Z4 1.6s ease-in-out;
    animation: _1VjHL0M2FmMSsIPi8CX_Z4 1.6s ease-in-out
}

.contentGaming .contentGamingInfo.gameOBTY .player img:nth-child(4) {
    left: 540px;
    top: 10px;
    z-index: 4;
    -webkit-animation: _22PF4wOkwbSGQ-0oYSCwHw 1.6s ease-in-out;
    animation: _22PF4wOkwbSGQ-0oYSCwHw 1.6s ease-in-out
}

.contentGaming .contentGamingInfo.gameOBTY .player img:nth-child(5) {
    left: 650px;
    top: 10px;
    z-index: 3;
    -webkit-animation: OZnKVh-A4pFfeTluUj4Tm 1.6s ease-in-out;
    animation: OZnKVh-A4pFfeTluUj4Tm 1.6s ease-in-out
}

.contentGaming .contentGamingInfo.gamePC .player img {
    position: absolute;
    top: 0
}

.contentGaming .contentGamingInfo.gamePC .player img:first-child {
    left: -25px;
    top: 22px;
    z-index: 3;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gamePC .player img:nth-child(2) {
    left: 143px;
    top: 10px;
    z-index: 4;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gamePC .player img:nth-child(3) {
    left: 245px;
    top: 3px;
    z-index: 5;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1s ease-in-out
}

.contentGaming .contentGamingInfo.gamePC .player img:nth-child(4) {
    left: 470px;
    top: 15px;
    z-index: 4;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gamePC .player img:nth-child(5) {
    left: 615px;
    top: 22px;
    z-index: 3;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.gamingMap_6 .gameSubTitle .subR span {
    color: #fff!important
}


.updateBank {
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #00AEFF;
    padding: 0 10px;
    text-align: center;
    color: #00aeff !important;
}

.updateBank:hover {
    color: #FFF !important;
    background-color: #00AEFF;
}

.contentGaming .contentGamingInfo.gameLive .player img {
    position: absolute;
    top: 0
}

.contentGaming .contentGamingInfo.gameLive .player img:first-child {
    left: 43px;
    top: 28px;
    z-index: 3;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameLive .player img:nth-child(2) {
    left: -27px;
    top: 20px;
    z-index: 2;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameLive .player img:nth-child(3) {
    left: 245px;
    top: 3px;
    z-index: 5;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1s ease-in-out
}

.contentGaming .contentGamingInfo.gameLive .player img:nth-child(4) {
    left: 620px;
    top: 22px;
    z-index: 4;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameLive .player img:nth-child(5) {
    left: 410px;
    top: 28px;
    z-index: 4;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.gamingMap_7 .gameSubTitle .subR span {
    color: #fff!important
}

.contentGaming .contentGamingInfo.gameLive .player img {
    position: absolute;
    top: 0
}

.contentGaming .contentGamingInfo.gameLive .player img:first-child {
    left: -27px;
    top: 4px;
    z-index: 2;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameLive .player img:nth-child(2) {
    left: 0;
    top: 0;
    z-index: 3;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameLive .player img:nth-child(3) {
    left: 300px;
    top: 3px;
    z-index: 4;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1s ease-in-out
}

.contentGaming .contentGamingInfo.gameLive .player img:nth-child(4) {
    left: 473px;
    top: 0;
    z-index: 3;
    -webkit-animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out;
    animation: QxdQw4FCd3mPaHBgy0MKq 1.2s ease-in-out
}

.contentGaming .contentGamingInfo.gameLive .player img:nth-child(5) {
    left: 638px;
    top: 28px;
    z-index: 2;
    -webkit-animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out;
    animation: AARkAW7PnQbhxMJNazl7g 1.2s ease-in-out
}

.contentGaming .contentGamingInfo .gamingMap_8 {
    background-image: url(../images/fb_map.png);
    bottom: 0px;
    background-size: 75%;
    padding-top: 80px
}