html {
    background-color: #0f0f0f;
}

body {
    font-size: 14px;
    font-family: Arial, "Microsoft JhengHei", 微軟正黑體, 微软正黑体, sans-serif !important;
    line-height: 1.428571429;
    min-width: 1200px;
    background: url(../images/bg.jpg) top center no-repeat;
    background-size: 100% auto;
}

a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

button {
    font-family: 'Microsoft YaHei';
    cursor: pointer;
}

.wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.c-860.c-demoslider {
    opacity: 1;
    animation: view-slideup .6s ease;
}

.slideBox {
    margin-top: 120px;
}

.bounce-logo {
    position: absolute;
    width: 135px;
    top: -60px;
    left: 7.5px;
    -moz-animation: bounce-logo 1s;
    -o-animation: bounce-logo 1s;
    -webkit-animation: bounce-logo 1s;
    animation: bounce-logo 1s;
    cursor: pointer;
}

#account-box {
    display: inline-block;
    vertical-align: top;
}

#header-bot {
    position: absolute;
    top: 115px;
    width: 100%;
    text-align: right;
    background-color: #1a1919;
    border-top: 1px solid #3d3b3b;
    border-bottom: 1px solid #3d3b3b;
    z-index: 999;
}

#header-bot.home {
    top: 170px;
    background-color: transparent;
    border: none;
}

#header-bot.ScrollTop {
    position: fixed;
    top: 96px;
}

#header-bot.home.ScrollTop {
    position: absolute;
    top: 210px;
}

#header-bot.home #account-box {
    position: absolute;
    top: 25px;
    left: 2%;
    width: 241px;
    height: 317px;
    padding: 30px 18px 0;
    text-align: left;
    background: url('../images/account_bg.png') no-repeat;
    animation: 1s flipInX;
    z-index: 99;
}

.home #account-box p.title {
    display: inline-block;
    margin: 0;
    color: #eee;
    font-size: 18px;
}

#account-box p.title {
    display: none;
}

#header-bot.home #account-box p.title span {
    margin-left: 5px;
    font-size: 14px;
}

#account-box>form {
    position: relative;
    display: inline-block;
    margin: 20px 0;
}

#account-box>form input {
    width: 147px;
    height: 35px;
    padding: 0 15px;
    margin-right: 7px;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    background-color: transparent;
    border: 1px solid #aaa;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: border linear .3s;
    -o-transition: border linear .3s;
    -webkit-transition: border linear .3s;
    transition: border linear .3s;
}

#account-box>form #check-code-wrapper input {
    width: 122px;
}

#header-bot.home #account-box>form input {
    width: 205px;
    margin-bottom: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 4px;
}

#header-bot.home #account-box>form input#login_account {
    padding-left: 40px;
    margin-top: 10px;
    background: url('../images/login_user.png') no-repeat 15px center;
}

#header-bot.home #account-box>form input#login_password {
    padding-left: 40px;
    background: url('../images/login_pwd.png') no-repeat 15px center;
}

#check-code-wrapper {
    position: relative;
    display: inline-block;
}

#header-bot.home #account-box>form #check-code-wrapper input {
    width: 122px;
}

.captcha {
    position: absolute;
    top: 6px;
    right: 13px;
    width: auto;
    height: 19px;
}

#header-bot.home .captcha {
    position: absolute;
    top: 0;
    right: -75px;
    width: auto !important;
    height: 31px !important;
}

#account-box>form button {
    width: 112px;
    height: 31px;
    padding: 0;
    margin-left: 5px;
    font-size: 15px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* for log-in button  */

#account-box>form .button {
    width: 112px;
    height: 31px;
    padding: 0;
    margin-left: 5px;
    font-size: 15px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 0px;
    line-height: 27px;
}

#account-box>form .login-btn {
    color: #fff;
    background: url('../images/login_btn.png') no-repeat;
}


/* end */

#account-box>form button.reg-btn {
    color: #3f3d0a;
    font-weight: bold;
    background: url('../images/reg_btn.png') no-repeat;
}

#header-bot.home #account-box>form button {
    width: 97px;
    height: 40px;
    margin-top: 10px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#header-bot.home #account-box>form .button {
    width: 97px;
    height: 40px;
    margin-top: 10px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#header-bot.home #account-box>form .login-btn {
    margin-left: 0;
    background-image: url('../images/login_btn.jpg');
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

#header-bot.home #account-box>form .reg-btn {
    color: #2c0f00;
    font-weight: bold;
    background-image: url('../images/reg_btn.jpg');
}

#account-box>form>a {
    font-size: 14px;
    color: #697081;
    margin-left: 10px;
    text-decoration: none;
    -moz-transition: color linear .3s;
    -o-transition: color linear .3s;
    -webkit-transition: color linear .3s;
    transition: color linear .3s;
}

#account-box>form>a:hover {
    color: #ffd053;
}

#account-box>form button.login-btn:hover {
    -webkit-filter: grayscale(.2);
    -moz-filter: grayscale(.2);
    filter: grayscale(.2);
}

#header-bot.home #account-box>form>a {
    display: inline-block;
    margin: 15px 0 0 35px;
    color: #fff;
}

#header-bot.home #account-box>form>a {
    display: inline-block;
    margin: 15px 0 0 35px;
    color: #fff;
}

#header-bot.home #account-box .free-play:before {
    content: '|';
    margin-left: -20px;
    margin-right: 20px;
}

#account-box>form input:hover,
#account-box>form input:focus {
    border: 1px solid #ffd053;
}

#header-bot.home #account-box>form button:hover {
    background-position: center bottom;
}

#header-bot.home #account-box>form>a:hover {
    text-decoration: underline;
    color: #eac176;
}


/* user */

ul#account-info {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

ul#account-info>li {
    float: left;
    display: inline-block;
    width: 125px;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 52px;
    text-align: left;
    vertical-align: top;
}

#header-bot.home ul#account-info>li {
    width: auto;
    line-height: 37px;
}

#header-bot.home ul#account-info>li>span.account {
    color: #fff13f;
}

ul#account-info>li>span.account {
    display: inline-block;
    max-width: 4em;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
}

ul#account-info>li a {
    cursor: pointer;
}

#mailbox {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-decoration: none;
    background: url('../images/m_icon.png') no-repeat;
}

.ScrollTop ul#account-nav>li+li:before,
.sy ul#account-nav>li+li:before {
    content: '|';
    margin: 0 9px;
    color: #fff;
}

.home ul#account-nav>li+li:before {
    content: none !important;
}

ul#account-nav {
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

ul#account-nav>li {
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

#header-bot.home ul#account-nav>li {
    float: left;
    width: 50%;
    line-height: 37px;
    text-align: left;
}

ul#account-nav>li>a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    -moz-transition: .3s color linear;
    -o-transition: .3s color linear;
    -webkit-transition: .3s color linear;
    transition: .3s color linear;
}

ul#account-nav>li.deposit>a {
    color: #ff0;
}

ul#account-nav>li>a:hover {
    color: #ffd053;
    text-decoration: underline;
}

#header-bot.home ul#account-nav>li a:hover:before {
    background-position-x: -45px;
}

#action-box {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

#action-box>a {
    color: #ffd053;
    font-size: 12px;
    line-height: 53px;
    text-decoration: none;
}

#action-box>a:hover {
    text-decoration: underline;
}

#header-bot.home #action-box>a {
    display: inline-block;
    width: 163px;
    height: 39px;
    margin: 15px 10px 0;
    color: #732904;
    font-size: 14px;
    font-weight: bold;
    line-height: 39px;
    background-color: #f6d45a;
    text-align: center;
}

.sx {
    cursor: pointer;
}

#index-news {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 33px;
    background-color: #1a1910;
    border-bottom: 1px solid #312c2b;
    z-index: 999;
}

#index-news .title {
    position: absolute;
    left: 0px;
    padding-left: 25px;
    color: #ffd053;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    background: url('../images/news_icon.png') no-repeat left center;
}

#index-news .hot-news {
    width: 900px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 100px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
}


/* content */

.i-games-wrap {
    /* min-height: 580px; */
    padding-top: 30px;
    padding-bottom: 15px;
    background: #232222 url(../images/g-bg.jpg) no-repeat center top;
}

.i-games {
    width: 1000px;
    margin: 0px auto;
    border: solid 2px #cdaa50;
}

.i-game-list {
    display: none;
    padding: 20px 12px;
}

.i-game-t {
    font-size: 12px;
    color: #868686;
    line-height: 1.9;
    margin-bottom: 20px;
    padding-left: 10px
}

.i-game-list li {
    width: 225px;
    float: left;
    text-align: center;
    margin: 0px 9px 10px
}

.i-game-list li img {
    display: block;
}

.i-game-list li h1 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: #3d3b3b
}

.i-game-list li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #ffc948;
    background: #3d3b3b
}

.i-game-list li a:hover {
    color: #732904;
    background: #f6d45a
}

ul.game-menu li:after {
    content: 'è¿›å…¥æ¸¸æˆ';
    position: absolute;
    top: 35px;
    left: 25px;
    display: inline-block;
    width: 100px;
    height: 30px;
    color: #2b1f00;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    background-color: #f8bf28;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    opacity: 0;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
}

ul.game-menu li:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 142px;
    height: 116px;
    background: url('../images/menu_hover.png') repeat;
    border: 2px solid #c1a04b;
}

ul.game-menu li:hover:after {
    top: 47px;
    opacity: 1;
}

div.winner {
    position: absolute;
    top: 55px;
    left: 535px;
    width: 230px;
    height: 320px;
    padding: 15px 20px 0;
    text-align: center;
    background: url('../images/winner_bg.png') no-repeat center top;
}

div.winner p {
    color: #fff105;
    font-size: 14px;
    margin: 0;
}

div.winner p.title {
    color: #ffd562;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    padding-left: 35px;
    line-height: 40px;
    background: url('../images/cup.png') no-repeat 40px center;
    border-bottom: 1px solid #5f5050;
}

div.list-area {
    padding-top: 5px;
}

div.list-area span {
    display: block;
    width: 33%;
    color: #ffd234;
    font-size: 12px;
    float: left;
    text-align: center;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}

div.cycle-slideshow {
    width: 100%;
    height: 160px;
    margin-top: 5px;
}

.txtMarquee-top {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.txtMarquee-top .infoList li {
    line-height: 23px;
}

.txtMarquee-top .infoList li span {
    color: #fff
}

div.other-casino {
    padding: 40px 0;
    background-color: #2c2b2b;
    border-bottom: 3px solid #3c3c3c;
}

div.other-casino>.wrapper {
    height: 300px;
    border-right: 2px solid #535353;
    overflow-x: hidden;
}

div.other-casino a {
    position: absolute;
    top: 0;
    width: 570px;
    height: 300px;
    padding: 100px 30px 0 278px;
    color: #697081;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right center;
    -moz-transition: left linear .3s;
    -o-transition: left linear .3s;
    -webkit-transition: left linear .3s;
    transition: left linear .3s;
}

div.other-casino a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 250px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center top;
}

div.other-casino a.live {
    left: 0;
    background-image: url('../images/live_bg.jpg');
}

div.other-casino a.sport {
    left: 560px;
    background-image: url('../images/sport_bg.jpg');
}

div.other-casino a.lottery {
    left: 780px;
    background-image: url('../images/lottery_bg.jpg');
}

div.other-casino a.live:before {
    background-image: url('../images/live_logo.jpg');
}

div.other-casino a.sport:before {
    background-image: url('../images/sport_logo.jpg');
}

div.other-casino a.lottery:before {
    background-image: url('../images/lottery_logo.jpg');
}

div.other-casino a.hover:before {
    background-position: center bottom;
}

div.other-casino a.sport.active {
    left: 215px;
}

div.other-casino a.lottery.active {
    left: 430px;
}

.mobile-wrap {
    background: #2c2b2b
}

div.mobile-info {
    height: 330px;
    padding: 25px 40px 0 475px;
    background: url('../images/mobile_bg.png') no-repeat 475px 240px;
}

div.mobile-info:before {
    content: '';
    position: absolute;
    top: 29px;
    left: 40px;
    display: inline-block;
    width: 349px;
    height: 273px;
    background: url('../images/mobile_logo.png') no-repeat;
    -moz-animation: flipInX;
    -o-animation: flipInX;
    -webkit-animation: flipInX;
    animation: flipInX;
}

div.mobile-info p {
    margin: 0;
    color: #7e7e7e;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
}

div.mobile-info p.title {
    color: #efdf83;
    font-size: 40px;
    line-height: 75px;
    font-family: sans-serif;
}

div.mobile-info p.notice {
    padding-left: 80px;
    color: #d2d3d7;
    font-size: 13px;
    line-height: 50px;
    background: url('../images/mobile_icon.png') no-repeat left center;
}

div.about-info {
    height: 340px;
    background: #1c1c1c url('../images/about_bg.jpg') no-repeat center;
}

div.about-info>.wrapper {
    padding: 60px 455px 0 60px;
}

div.about-info p {
    margin: 0;
    color: #8a8a8a;
    font-size: 12px;
    line-height: 23px;
    text-align: left;
}

div.about-info p.title {
    color: #c8a76b;
    font-size: 30px;
    line-height: 80px;
}


/* news */

#com-news {
    position: absolute;
    top: 169px;
    width: 100%;
    height: 33px;
    background-color: #1a1910;
    border-bottom: 1px solid #312c2b;
    z-index: 1;
}

#com-news>.wrapper {
    height: 33px;
    padding: 0 185px 0 290px;
    background: url('../images/news_slogan.gif') no-repeat right center;
}

#com-news .title {
    position: absolute;
    left: 190px;
    padding-left: 25px;
    color: #ffd053;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    background: url('../images/news_icon.png') no-repeat left center;
}

#com-news .hot-news {
    width: 525px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
}


/* sport */

#sp-content {
    background-image: url('../images/sports-bg.jpg');
    background-color: #1e1e1e
}

.sport-con {
    background: url('../images/sports-bg.jpg') no-repeat;
    background-color: #1e1e1e
}

#sp-content #lobby>ul.game-list>li {
    position: relative;
    top: 0;
    display: inline-block;
}

#sp-content ul.game-list>li {
    width: 311px;
    height: 403px;
    margin: 10px 4px;
    cursor: pointer;
}

#sp-content ul.game-list>li[game-box="sp-bb"] {
    background-image: url('../images/bb.png')
}

#sp-content ul.game-list>li[game-box="sp-og"] {
    background-image: url('../images/og.png')
}

#sp-content ul.game-list>li[game-box="sp-saba"] {
    background-image: url('../images/saba.png')
}

#sp-content ul.game-list>li[game-box="sp-cmd"] {
    background-image: url('../images/cmd.png')
}

#sp-content ul.game-list>li[game-box="sp-fy"] {
    background-image: url('../images/fy.png')
}

#sp-content ul.game-list>li[game-box="sp-more"] {
    background-image: url('../images/more.png')
}


/* slots */

.slots-bg {
    width: 100%;
    height: 250px;
    background: url('../images/slots-banner.jpg') no-repeat center top;
    margin-top: 105px;
}

#slots-content {
    background: #131112 url('../images/slots-bg.jpg') no-repeat;
    padding-bottom: 30px;
}

.slots-con .winner {
    position: absolute;
    top: 16px;
    right: 0;
    left: auto;
    width: 260px;
    height: 250px;
    padding: 10px 0;
    background: #092b5e;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-animation: flipInX 1s;
    -o-animation: flipInX 1s;
    -webkit-animation: flipInX 1s;
    animation: flipInX 1s;
}

.slots-con .winner p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.slots-con .winner p.jackpot {
    color: #fff105;
    font-size: 20px;
    line-height: 34px;
}

.slots-con p.title1 {
    font-size: 16px;
    padding-left: 40px;
    margin: 5px 0;
    line-height: 35px;
    background: url('../images/cup1.png') no-repeat 75px center;
    border-top: 1px solid #1c4582;
    border-bottom: 1px solid #1c4582;
}

ul.slot-list {
    margin-top: 240px;
    background-color: #2c2b2b;
    border: 5px solid #434343;
}

.slots-con .list-area span {
    display: inline-block;
    width: 33%;
    color: #fff105;
    font-size: 12px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}

.slot-list li {
    width: 20%;
    float: left;
    padding: 15px 0px
}

.slot-list img {
    display: block;
    width: 100%;
}

.slot-list a {
    display: block;
    border-right: dashed 1px #796463;
}

.slot-list li.last a {
    border-right: none;
}

.dzon,
.slot-list li:hover {
    background: url(../images/dzon.png) center bottom no-repeat;
}


/**/

.qp-bg {
    width: 100%;
    height: 250px;
    background: url('../images/qp-banner.jpg') no-repeat center top;
    margin-top: 105px;
}

.live-bg {
    width: 100%;
    height: 250px;
    background: url('../images/live-banner.jpg') no-repeat center top;
    margin-top: 105px;
}

.sports-bg {
    width: 100%;
    height: 250px;
    background: url('../images/sports-banner.jpg') no-repeat center top;
    margin-top: 105px;
}

.lottery-bg {
    width: 100%;
    height: 250px;
    background: url('../images/lottery-banner.jpg') no-repeat center top;
    margin-top: 105px;
}


/* lottery */

#lottery-content {
    background-image: url('../images/lottery-bg.jpg');
    background-color: #1e1e1e
}

#lottery-content>.wrapper {
    background: none
}

#lottery-content #lobby>ul.game-list>li {
    position: relative;
    top: 0;
    display: inline-block;
}

#lottery-content ul.game-list>li {
    width: 466px;
    height: 326px;
    margin: 10px 4px;
    background-position: center top;
    cursor: pointer;
}

#lottery-content ul.game-list>li:hover {
    background-position: center bottom
}

#lottery-content ul.game-list>li[game-box="l-bb"] {
    background-image: url('../images/bb.png')
}

#lottery-content ul.game-list>li[game-box="l-og"] {
    background-image: url('../images/og.png')
}


/* live */

#live-content {
    background: url('../images/live-bg.jpg') no-repeat center top;
    background-color: #191919
}

#live-content #content>.wrapper {
    background: none
}

#live-content #lobby>ul.game-list>li {
    position: relative;
    top: 0;
    display: inline-block
}

#live-content ul.game-list>li {
    width: 245px;
    height: 564px;
    margin: 7px 0px;
    cursor: pointer;
}

#live-content ul.game-list>li:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 245px;
    height: 564px;
    background-image: url('../images/live-hover.png')
}

#live-content ul.game-list>li[game-box="live-bb"] {
    background-image: url('../images/live/bb.jpg')
}

#live-content ul.game-list>li[game-box="live-ag"] {
    background-image: url('../images/live/ag.jpg')
}

#live-content ul.game-list>li[game-box="live-ab"] {
    background-image: url('../images/live/ab.jpg')
}

#live-content ul.game-list>li[game-box="live-lb"] {
    background-image: url('../images/live/lebo.png')
}

#live-content ul.game-list>li[game-box="live-bg"] {
    background-image: url('../images/live/bgg.png')
}

#live-content ul.game-list>li[game-box="live-og"] {
    background-image: url('../images/live/og.jpg')
}

#live-content ul.game-list>li[game-box="live-sb"] {
    background-image: url('../images/live/sb.png')
}

#live-content ul.game-list>li[game-box="live-more"] {
    background-image: url('../images/live/more.jpg')
}


/* active */

.active-bg {
    width: 100%;
    height: 250px;
    background: url('../images/active-banner.jpg') no-repeat center top;
    margin-top: 105px;
}

.active-con {
    background: #101010 url(../images/active-bg.jpg) no-repeat center top;
    padding-bottom: 20px
}

.active-con .wrapper {
    padding-top: 25px;
    background: #000;
}

#dtypetab {
    margin-left: 20px
}

#dtypetab a {
    float: left;
    margin-right: 40px;
    min-width: 80px;
    height: 48px;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    display: block;
}

#dtypetab a:hover,
#dtypetab a.cur {
    background: url('../images/tab.png') no-repeat center bottom
}

.promotions {
    margin-top: 30px;
    min-height: 800px;
}

.memExclusive {
    cursor: pointer;
}

.memExclusive img {
    display: block;
    margin: 0 auto
}

.MemberExclusive {
    margin-bottom: 6px
}

.eventtext {
    width: 972px;
    margin: 5px auto 0;
    color: #fff;
}


/* jiance */


/* .header {
    padding: 14px 0 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #242424;
    background: #191919;
} */

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.header .logo {
    float: left;
    margin-right: 80px;
}

.header .hImg {
    float: left;
    padding-top: 0;
}

.header .rImg {
    float: right;
    padding-top: 25px;
}

#main {
    width: 1000px;
    margin: 0 auto;
}

#main .section {
    padding: 8px;
    margin-bottom: 43px;
    background-color: #191919;
    border: 1px solid #282828;
}


/* sign-in */

.logn-in-box {
    width: 800px;
    height: 580px;
    position: relative;
    margin: 0px auto 0;
    background: url(../images/sign-bg.jpg) no-repeat;
}

.peo {
    position: absolute;
    bottom: 0;
    right: 0;
}

.logn-pic {
    width: 800px;
    height: 235px;
}

.sign-form {
    width: 437px;
    margin-top: 24px;
    margin-left: 57px;
    padding: 5px 20px;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
}

.sign-form h1 {
    font-size: 16px;
    color: #e5b73c;
    margin-top: 16px
}

.sign-form p {
    font-size: 14px;
    color: #fff;
    margin: 2px 0px 10px 0;
}

.sign-form input[type=text] {
    display: inline-block;
    width: 269px;
    height: 33px;
    outline: none;
    background-color: #202020;
    border: solid 1px #333333;
    color: #fff;
    font-size: 16px;
    margin-bottom: 4px;
    padding-left: 10px;
}

.sign-form input[type=text]:focus {
    border: solid 1px #beb06a;
}

.signBlk {
    margin-bottom: 12px
}

.logn-code input {
    width: 132px!important;
    margin-left: -4px;
}

.logn-code img {
    display: inline-block!important;
    vertical-align: -9px;
    height: 29px;
}

.logn-btn {
    width: 390px;
    height: 75px;
    text-align: center;
    background-color: #ffbf01
}

.zhuce_btn {
    display: block;
    width: 155px;
    height: 46px;
    float: right;
    margin-right: -44px;
    margin-top: 22px;
}

.logn-zc {
    display: inline-block;
    width: 170px;
    height: 75px;
    line-height: 75px;
    color: #000;
    font-size: 36px;
    text-align: center;
    margin-left: 23px
}

.logn-dl {
    display: block;
    width: 267px;
    height: 45px;
    outline: none;
    border: none;
    cursor: pointer;
    background: url(../images/dl1.png) no-repeat;
    margin-left: 125px;
}

.lg-forget {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding-left: 5px
}

.lg-forget:hover {
    text-decoration: underline;
}

.logn-in-box .logo {
    margin-left: 20px
}

.sign-form label {
    display: inline-block;
    width: 114px;
    color: #ded7cd;
    font-size: 16px;
    text-align: right;
    margin-right: 10px
}

.del {
    width: 100%;
    background-repeat: repeat-x;
    background-image: url(../images/del-bg.jpg);
}

.del1-pos {
    background-position: left bottom;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.del2-pos {
    background-position: top bottom;
}

.logo-zc {
    display: block;
    font-size: 24px;
    padding: 2px 17px;
    background-color: #e5b73c;
    text-align: center;
    float: right;
    color: #050505;
    margin-top: -15px;
    margin-right: 68px;
}


/***Í·²¿¸Ä°æ ***/

html,
body {
    font-family: Arial, 'Microsoft JhengHei', 'Î¢Ü›ÕýºÚów', 'Î¢ÈíÕýºÚÌå', sans-serif, arial;
    min-width: 1200px;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.clear {
    clear: both;
}

.common-icons {
    background: url("../images/icons.png") no-repeat;
}

.content {
    width: 1200px;
    margin: 0 auto;
    opacity: 1;
    animation: view-slideup .6s ease;
}

#header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.navigation {
    height: 60px;
    width: 100%;
    z-index: 300;
    background: #0f0f0f;
    opacity: 0.95;
}

.navigation ul {
    list-style: none;
    height: 100%;
    display: table;
    width: 100%;
}

.navigation li {
    padding: 0 34px;
    height: 100%;
    position: relative;
    display: block;
    float: left;
    height: 60px;
}

.navigation li.first {
    padding-left: 30px;
}

.navigation li.last {
    padding-right: 0px;
}

.navigation li a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    height: 60px;
    padding-top: 10px;
}

.navigation li a:after {
    content: "";
    background-color: #cca352;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: all .2s;
}

.navigation li:hover a,
.navigation li:hover span,
.navigation li.selected a {
    color: #cca352;
}

.navigation li:hover a:after,
.navigation li.selected a:after {
    width: 100%;
}

.navigation li .dot-line {
    width: 1px;
    height: 10px;
    border-right: 1px dotted #525866;
    position: absolute;
    top: 16px;
    right: 0;
}

.navigation li .new {
    background-position: -82px -207px;
    width: 28px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 5px;
    animation: bounce2 0.3s infinite alternate;
}

@keyframes bounce2 {
    0% {
        top: 0;
    }
    100% {
        top: 5px;
    }
}

.header {
    background: url("../images/head-bg.png") no-repeat center top #0f0f0f;
    width: 100%;
    z-index: 400;
    /* position: fixed;
	top: 0;
	left: 0; */
    min-width: 1200px;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.pc-remark {
    display: block;
    color: #697081;
    font-size: 12px;
}

.header .com-top {
    border-bottom: 1px solid #2a2c31;
    height: 60px;
}

.com-top.home {
    display: none;
}

.com-top .top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 633px;
    height: 60px;
}

.com-top .top-nav {
    width: 114px;
    height: 100%;
    display: block;
    float: left;
    border-right: 1px solid #2a2c31;
    line-height: 72px;
    font-size: 13px;
    color: #697081;
    font-weight: bold;
    transition: all 0.2s;
}

.com-top .top-nav .icon-nav {
    background-position: 0 0;
    width: 15px;
    height: 13px;
    display: block;
    margin: 29px 14px 0 24px;
    float: left;
    transition: all 0.3s ease-in-out;
}

.com-top .top-nav:hover {
    color: #525866;
}

.com-top .top-nav:hover .icon-nav {
    background-position: -15px 0;
}

.com-top .partners {
    float: left;
    margin: 6px 0 0 30px;
    height: 60px;
    position: relative;
    width: 480px;
}

.com-top .partners a {
    height: 60px;
    display: block;
    float: left;
    margin-right: 6px;
    transition: all 0.2s;
}

.com-top .partners a.p-logo1 {
    width: 34px;
    background: none;
    overflow: hidden;
}

.com-top .partners a.p-logo2 {
    width: 152px;
    background: none;
    overflow: hidden;
    margin-left: 40px;
}

.com-top .partners a.p-logo4 {
    width: 140px;
    background: none;
    overflow: hidden;
    margin-left: 24px;
}

.com-top .partners a.p-logo3 {
    width: 190px;
    margin-right: 0;
    background: none;
}

.com-top .partners .p-logo3 i {
    background-position: -79px 0;
    width: 32px;
    height: 34px;
    display: block;
    float: left;
    margin-right: 6px;
}

.com-top .partners .p-logo3:hover i {
    background-position: -79px 0;
}

.com-top .partners .p-logo3 .p-text {
    float: left;
    padding-top: 3px;
}

.com-top .partners .p-logo3 p {
    font-size: 12px;
    line-height: 15px;
    color: #cca352;
    transition: all 0.2s;
}

.com-top .partners .p-logo3 p.txt1 {
    color: #697081;
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
}

.com-top .partners .p-logo2 i {
    background-position: -40px 0;
    width: 32px;
    height: 34px;
    display: block;
    float: left;
    margin-right: 6px;
}

.com-top .partners .p-logo2:hover i {
    background-position: -40px 0;
}

.com-top .partners .p-logo2 .p-text {
    float: left;
    padding-top: 3px;
}

.com-top .partners .p-logo2 p {
    font-size: 14px;
    line-height: 16px;
    color: #cca352;
    transition: all 0.2s;
}

.com-top .partners .p-logo2 p.txt1 {
    color: #697081;
    font-size: 13px;
    position: relative;
    top: 1px;
    font-weight: bold;
}

.com-top .partners .p-logo1 i {
    background-position: 0 0;
    width: 32px;
    height: 34px;
    display: block;
    float: left;
    margin-right: 6px;
}

.com-top .partners .p-logo1:hover i {
    background-position: 0px 0;
}

.com-top .partners .p-logo1 .p-text {
    float: left;
    padding-top: 3px;
}

.com-top .partners .p-logo1 p {
    font-size: 12px;
    line-height: 15px;
    color: #cca352;
    transition: all 0.2s;
}

.com-top .partners .p-logo1 p.txt1 {
    color: #697081;
}

.com-top .top-centered {
    display: block;
    margin: 0 auto;
    width: 268px;
    padding-top: 12px;
}

.com-top .k8-logo {
    background: url("../images/logo.png") no-repeat 0 -128px;
    width: 268px;
    height: 41px;
    display: block;
    transition: all 0.4s;
    margin-top: 0px;
    position: relative;
}

.com-top .k8-logo.w {
    width: 40px;
    margin: 0 auto;
}

.com-top .k8-logo.w .l-text {
    width: 0;
}

.com-top .top-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
}

.top-right .user-login {
    float: left;
    height: 100%;
    line-height: 60px;
    font-size: 13px;
    color: #697081;
    margin-right: 52px;
    transition: all 0.2s;
}

.top-right .user-login span.free-demo {
    margin-left: 12px;
    color: #cca352;
}

.pz,
.sc {
    font-size: 13px;
    color: #697081;
    cursor: pointer;
    display: inline-block;
    padding-left: 3px;
}

.user-login span.license:hover:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 35px;
    right: 185px;
    width: 350px;
    height: 270px;
    background: #434343 url('../images/license.png') no-repeat center;
    border: 5px solid #2e2e2e
}

.top-right .user-login a {
    color: #cca352;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
}

.top-right .user-login a:hover {
    opacity: 0.5;
}

.top-right .free-demo {
    color: #fff;
    display: block;
    width: 150px;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
    background: #cca352;
    position: relative;
    transition: all .2s;
    overflow: hidden;
}

.top-right .free-demo a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.top-right .free-dem-a {
    color: #fff;
}

.top-right .free-demo:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    transform: rotate(-45deg);
    position: absolute;
    top: -10%;
    left: -100%;
    transition: .6s ease;
}

.top-right .free-demo:hover {
    background: #ba8d4d;
}

.top-right .free-demo:hover:after {
    animation: cv-submit-hover .8s ease;
}

@keyframes cv-submit-hover {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.view.view-slideup {
    opacity: 0;
}

.view.view-slideup.on {
    opacity: 1;
    animation: view-slideup .6s ease;
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

#language {
    position: relative;
    border: 1px solid #313131;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 7px;
}

#language span {
    display: inline-block;
    width: 100px;
    padding-left: 35px;
    color: #697081;
    font-size: 12px;
    line-height: 33px;
    background-color: #242424;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-transition: .3s color linear;
    -o-transition: .3s color linear;
    -webkit-transition: .3s color linear;
    transition: .3s color linear;
    cursor: pointer
}

#language i {
    padding-left: 3px
}

#select-language {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 4
}

#select-language li:before {
    display: none
}

#select-language span:hover {
    color: #ffd053;
    background-color: #323232
}

#language span.zh-CN {
    background-image: url('../images/lan_ch.png')
}

#language span.zh-TW {
    background-image: url('../images/lan_tw.png')
}

#language span.en-US {
    background-image: url('../images/lan_en.png')
}

#language span.th {
    display: none
}

.zh-CN:hover {}

.shiwan {
    margin-left: 15px;
}

.subnav {
    display: none;
    position: absolute;
    left: 0%;
    top: 100%;
    z-index: 3;
    padding-top: 3px;
    width: 588px;
}

.subnav li {
    float: left;
    margin: 0 3px 3px 0;
    width: 95px;
    height: 90px;
    cursor: pointer;
}

.subnav li+li {
    border-top: none;
}

.subnav li:hover {
    transform: translateY(-5px)
}

.nav>li:hover .subnav {
    display: block;
}

.nav .subnav li[game-box="vg"] {
    background-image: url('../images/vg.png')
}

.nav .subnav li[game-box="ky"] {
    background-image: url('../images/ky.png')
}

.nav .subnav li[game-box="fg"] {
    background-image: url('../images/fg.png')
}

.nav .subnav li[game-box="nw"] {
    background-image: url('../images/nw.png')
}

.nav .subnav li[game-box="dt"] {
    background-image: url('../images/dt.png')
}

.nav .subnav li[game-box="lg"] {
    background-image: url('../images/lg.png')
}

.nav .subnav li[game-box="benn"] {
    background-image: url('../images/benn.png')
}

.nav .subnav li[game-box="ddz"] {
    background-image: url('../images/ddz.png')
}

.nav .subnav li[game-box="dznz"] {
    background-image: url('../images/dznz.png')
}

.nav .subnav li[game-box="ermj"] {
    background-image: url('../images/ermj.png')
}

.nav .subnav li[game-box="jbddz"] {
    background-image: url('../images/jbddz.png')
}

.nav .subnav li[game-box="qznn"] {
    background-image: url('../images/qznn.png')
}

.nav .subnav li[game-box="sg"] {
    background-image: url('../images/sg.png')
}

.nav .subnav li[game-box="zjh"] {
    background-image: url('../images/zjh.png')
}

.nav .subnav li[game-box="lwby"] {
    background-image: url('../images/lwby.png')
}

.nav .subnav li[game-box="csby"] {
    background-image: url('../images/csby.png')
}

.nav .subnav li[game-box="mwby"] {
    background-image: url('../images/mwby.png')
}

.nav .subnav li[game-box="agby"] {
    background-image: url('../images/agby.png')
}

.nav .subnav li[game-box="bgby"] {
    background-image: url('../images/bgby.png')
}

.nav .subnav li[game-box="bbby"] {
    background-image: url('../images/bbby.png')
}

.nav .subnav li[game-box="bjpk"] {
    background-image: url('../images/bjpk.png')
}

.nav .subnav li[game-box="hlsx"] {
    background-image: url('../images/hlsx.png')
}

.nav .subnav li[game-box="hklhc"] {
    background-image: url('../images/hklhc.png')
}

.nav .subnav li[game-box="xyft"] {
    background-image: url('../images/xyft.png')
}

.nav .subnav li[game-box="gdklsf"] {
    background-image: url('../images/gdklsf.png')
}

.nav .subnav li[game-box="jstb"] {
    background-image: url('../images/jstb.png')
}

.nav .subnav li[game-box="gd11x5"] {
    background-image: url('../images/gd11x5.png')
}

.nav .subnav li[game-box="fish"] {
    background-image: url('../images/fish.png')
}

.nav .subnav li[game-box="cq9"] {
    background-image: url('../images/cq9.png')
}

.nav .subnav li[game-box="dt"] {
    background-image: url('../images/dtdz.png')
}

.nav .subnav li[game-box="nmg"] {
    background-image: url('../images/nmg.png')
}

.nav .subnav li[game-box="ag"] {
    background-image: url('../images/ag.png')
}

.nav .subnav li[game-box="pt"] {
    background-image: url('../images/pt.png')
}

.nav .subnav li[game-box="pp"] {
    background-image: url('../images/pp.png')
}

.nav .subnav li[game-box="mw"] {
    background-image: url('../images/mw.png')
}

.nav .subnav li[game-box="jdb"] {
    background-image: url('../images/jdb.png')
}

.nav .subnav li[game-box="png"] {
    background-image: url('../images/png.png')
}

.nav .subnav li[game-box="fg1"] {
    background-image: url('../images/fg1.png')
}

.nav .subnav li[game-box="bb"] {
    background-image: url('../images/bb.png')
}

.nav .subnav li[game-box="ag-l"] {
    background-image: url('../images/ag-l.png')
}

.nav .subnav li[game-box="bg-l"] {
    background-image: url('../images/bg-l.png')
}

.nav .subnav li[game-box="bb-l"] {
    background-image: url('../images/bb-l.png')
}

.nav .subnav li[game-box="ab-l"] {
    background-image: url('../images/ab-l.png')
}

.nav .subnav li[game-box="og-l"] {
    background-image: url('../images/og-l.png')
}

.nav .subnav li[game-box="lb-l"] {
    background-image: url('../images/lb-l.png')
}

.nav .subnav li[game-box="sc-l"] {
    background-image: url('../images/sc-1.png')
}

.nav .subnav li[game-box="og-c"] {
    background-image: url('../images/og-c.png')
}

.nav .subnav li[game-box="bb-c"] {
    background-image: url('../images/bb-c.png')
}

.nav .subnav li[game-box="saba"] {
    background-image: url('../images/saba.png')
}

.nav .subnav li[game-box="cmd"] {
    background-image: url('../images/cmd.png')
}

.nav .subnav li[game-box="fy"] {
    background-image: url('../images/fy.png')
}

.nav .subnav li[game-box="bb-t"] {
    background-image: url('../images/bb-t.png')
}

.nav .subnav li[game-box="og-t"] {
    background-image: url('../images/og-t.png')
}

.main .section .content {
    position: relative;
}


/**Ê×Ò³ÖÐ²¿¸Ä°æ¿ªÊ¼**/

.block1 {
    height: 455px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.block-ag {
    background: url(../images/agbg.jpg) no-repeat;
    width: 463px;
    height: 435px
}

.block-agqj {
    background: url(../images/agqjbg.jpg) no-repeat;
    width: 730px;
    height: 213px;
    margin: 0 0 10px 7px
}

.block-ebet {
    background: url(../images/ebetbg.jpg) no-repeat;
    width: 730px;
    height: 213px;
    margin: 0 0 10px 7px
}

.block-bbin {
    background: url(../images/bbinbg.jpg) no-repeat;
    width: 358px;
    height: 212px;
    margin: 0 0 0 12px
}

.block-lhc {
    background: url(../images/lhclogo.png) no-repeat;
    width: 358px;
    height: 212px;
    margin: -1px 0 0 5px
}

.block-n2 {
    background: url(../images/n2bg.jpg) no-repeat;
    width: 358px;
    height: 212px;
    margin: 0 0 0 12px
}

.block2 {
    height: 196px;
    margin-bottom: 20px
}

.block-pb {
    background: url(../images/pbbg.jpg) no-repeat;
    width: 232px;
    height: 196px
}

.block-lottery {
    background: url(../images/lottery.jpg) no-repeat;
    width: 232px;
    height: 196px;
    margin-left: 10px
}

.block-saba {
    background: url(../images/sbabg.jpg) no-repeat;
    width: 232px;
    height: 196px;
    margin-left: 10px
}

.block-slot {
    background: url(../images/slotbg.jpg) no-repeat;
    width: 232px;
    height: 196px;
    margin-left: 10px
}

.block-chess {
    background: url(../images/chessbg.jpg) no-repeat;
    width: 232px;
    height: 196px;
}

.block-fishing {
    background: url(../images/fishingbg.jpg) no-repeat;
    width: 232px;
    height: 196px;
    margin-left: 10px
}

.blockBox {
    position: relative;
    cursor: pointer;
    transition-duration: 500ms
}

.blockBox:hover {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.block-content {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #bcbcbe;
}

.block-content p {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    font-weight: 400;
    line-height: 24px;
}


/**Ê×Ò³ÖÐ²¿¸Ä°æ½áÊø**/


/**×îÐÂÏûÏ¢¿ªÊ¼**/

.txtMarquee-left {
    width: 100%;
    height: 35px;
    max-width: 1920px;
    margin: 0 auto;
    position: absolute;
    color: #fff;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.47);
    background: #bea378;
    background-image: -moz-linear-gradient( 180deg, rgb(85, 93, 141) 0%, rgb(143, 125, 81) 44%, rgb(129, 79, 100) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(85, 93, 141) 0%, rgb(143, 125, 81) 44%, rgb(129, 79, 100) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(85, 93, 141) 0%, rgb(143, 125, 81) 44%, rgb(129, 79, 100) 100%);
    bottom: 0px;
    z-index: 99;
}

.txtMarquee-left .block {
    width: 1200px;
    margin: 0 auto;
    height: 35px;
}

.txtMarquee-left .block .icon-tongzhi2 {
    position: absolute;
    font-size: 18px;
    top: 3px;
    color: #604c4f;
    background: #ad986f;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
}

.txtMarquee-left p {
    position: absolute;
    top: 8px;
    margin-left: 40px;
    color: #e0ca85;
}

marquee {
    margin-left: 75px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-family: Arial, "Microsoft JhengHei", 微軟正黑體, 微软正黑体, sans-serif !important;
    ;
    cursor: pointer;
}

.com-news {
    position: relative;
}


/**×îÐÂÏûÏ¢½áÊø**/

.section.section4 {
    height: 200px;
    width: 100%;
    position: relative;
}

.section .row.last {
    margin-bottom: 0;
}

.section4 .btmUl {
    margin-bottom: 30px;
    position: relative;
    margin-top: 25px;
}

.section4 .btmUl li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #717171;
}

.section4 .btmUl .li01 .img {
    background: url('../images/f_img02.png') no-repeat 98px top;
}

.section4 .btmUl .li02 .img {
    background: url('../images/f_img02.png') no-repeat -163px top;
}

.section4 .btmUl .li03 .img {
    background: url('../images/f_img02.png') no-repeat -417px top;
}

.section4 .btmUl .li04 .img {
    background: url('../images/ftux.png') no-repeat 67px top;
}

.section4 .btmUl .li01 {
    border-right: none;
}

.section4 .btmUl li .img {
    margin-bottom: 12px;
    margin-left: 15px;
    display: block;
    height: 65px;
}

.section4 .btmUl li p {
    font-size: 14px;
    color: #ccc;
}

.section4 .btmUl li p span {
    margin-top: 7px;
    display: block;
    font-size: 10px;
    transform: scale(0.7);
    color: #666;
}

.section4 ol,
.section4 ul,
.section4 li {
    list-style: none;
}

.main .section4 .bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.section4 .content {
    padding-top: 10px;
}

#game-box {
    display: block;
    padding-bottom: 20px;
    width: 1200px;
    font-size: 0;
    margin-top: 210px;
}

#game-box li {
    display: inline-block;
    width: 140px;
    height: 297px;
    background: #37241d;
    vertical-align: top;
    -moz-transition: width linear .4s;
    -o-transition: width linear .4s;
    -webkit-transition: width linear .4s;
    transition: width linear .4s;
    overflow: hidden
}

#game-box li.box-active {
    width: 780px
}

#game-box a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.box-title {
    float: left;
    width: 246px;
    height: 296px;
    border: 2px solid #a97155;
    box-sizing: border-box;
}

.box-active .box-title,
.box-title:hover {
    border: 2px solid #ffd053
}

.box-intro {
    float: right;
    padding: 20px 15px;
    height: 256px;
    width: 534px;
    box-sizing: border-box;
}

.intro-title {
    width: 100%;
    margin-bottom: 30px
}

.box-intro p {
    padding: 25px 0;
    border-top: 1px dotted #8e5e32;
    border-bottom: 1px dotted #8e5e32;
    color: #9f7041;
    font-size: 12px;
    line-height: 2em;
    text-align: left
}

.intro-logo {
    width: 100%;
    margin-top: 30px
}

li[data-img="live"] .box-title {
    background: url('../images/live.jpg') no-repeat
}

li[data-img="live"] .intro-title {
    height: 26px;
    background: url('../images/live01.png') no-repeat center top
}

li[data-img="live"] .intro-logo {
    height: 55px;
    background: url('../images/live02.png') no-repeat center top
}

li[data-img="sport"] .box-title {
    background: url('../images/sport.jpg') no-repeat
}

li[data-img="sport"] .intro-title {
    height: 29px;
    background: url('../images/sport01.png') no-repeat center top
}

li[data-img="sport"] .intro-logo {
    height: 63px;
    background: url('../images/sport02.png') no-repeat center top
}

li[data-img="lottery"] .box-title {
    background: url('../images/lottery.jpg') no-repeat
}

li[data-img="lottery"] .intro-title {
    height: 28px;
    background: url('../images/lottery01.png') no-repeat center top
}

li[data-img="lottery"] .intro-logo {
    height: 59px;
    background: url('../images/lottery02.png') no-repeat center top
}

li[data-img="mobile"] .box-title {
    background: url('../images/mobile.jpg') no-repeat
}

li[data-img="mobile"] .intro-title {
    margin-bottom: 15px;
    height: 28px;
    background: url('../images/mobile01.png') no-repeat center top
}

li[data-img="mobile"] .intro-logo {
    margin-top: 15px;
    padding-left: 200px;
    height: 23px;
    background: url('../images/mobile02.png') no-repeat 118px top;
    color: #ffd053;
    font-size: 14px;
    line-height: 23px;
    text-decoration: underline;
    box-sizing: border-box;
}


/*====== footer start ======*/

.footer {
    height: 262px;
    background: url("../images/bottom_bg.png") no-repeat center bottom #090909;
    border-top: 1px solid #BA924A;
    padding: 10px 0 20px;
    font-size: 12px;
}

.footer .footer-row {
    border-bottom: 1px solid #2a2c31;
    padding: 0px 0 15px;
}

.footer .col {
    float: left;
    margin-right: 68px;
}

.footer .col1 {
    width: 247px;
    float: right;
}

.footer .col2 {
    width: 247px;
    float: right;
}

.footer .col3 {
    width: 247px;
}

.footer .col4 {
    width: 247px;
    float: right;
    margin-right: 0px;
}

.footer .foot-icon {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 16px;
    display: block;
    background: url("../images/footer_icons.png") no-repeat;
}

.footer .foot-icon1 {
    background-position: 0 0;
}

.footer .foot-icon2 {
    background-position: -60px 0;
}

.footer .foot-icon3 {
    background-position: -120px 0;
}

.footer .foot-icon4 {
    background-position: -180px 0;
}

.footer .foot-info {
    float: left;
    padding-top: 7px;
}

.footer .foot-info h5 {
    font-size: 16px;
    color: #ccc;
    font-weight: normal;
    margin-bottom: 5px;
}

.footer .foot-info p {
    font-size: 12px;
    color: #666;
}

.footer .foot-info p.txt2 {
    color: #cca352;
    margin-top: 10px;
}

.footer .foot-info .txt2 a {
    color: #cca352;
    margin-right: 4px;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
}

.footer .foot-info .txt2 a:hover {
    opacity: 0.5;
}

.footer .sponsors {
    background: url("../images/sponsors.png") no-repeat;
    width: 100%;
    height: 66px;
    display: block;
}

.footer .foot-nav {
    border-top: 1px solid #2a2c31;
    height: 90px;
}

.footer .foot-nav ul {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 8px;
}

.footer .foot-nav ul li {
    display: inline-block;
    font-size: 15px;
    color: #666;
}

.footer .foot-nav ul li a {
    font-size: 14px;
    color: #666;
    padding: 0 24px;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 1;
}

.footer .foot-nav ul li a:hover {
    opacity: 0.5;
}

.footer .copyright {
    font-size: 12px;
    color: #484848;
    text-align: center;
}

.fixed-btm {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 100;
}

.btn-download {
    position: relative;
    background-position: 0 -112px;
    text-align: left;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    width: 170px;
    height: 44px;
    z-index: 200;
    display: block;
    margin-bottom: 10px;
    padding: 0 20px;
    cursor: pointer;
    opacity: 1!important;
}

.btn-download .icon-contact {
    background-position: -130px 0;
    width: 21px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 20px;
}

.btn-download .icon-download {
    background-position: -150px -90px;
    width: 7px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
}

.btn-download:hover {
    background-position: 0 -157px;
}

.qr-fixed {
    width: 168px;
    height: 190px;
    position: relative;
    background: #39383f;
    border-radius: 10px !important;
    padding: 12px 0 0 !important;
    z-index: 200;
    /* display: none; */
    transition: all 0.3s ease-in-out;
}

.qr-fixed p {
    color: #999;
    font-size: 12px;
    display: block;
    text-align: center;
}

.qr-fixed .qr-img {
    width: 144px;
    height: 144px;
    display: block;
    margin: 5px auto 11px;
}

.qr-fixed .qr-close {
    background-position: -108px -90px;
    width: 9px;
    height: 9px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.qr-fixed .qr-close:hover,
.btn-expand .qr-close:hover {
    opacity: 0.5;
}

.btn-download.show,
.btn-qr.show {
    display: block;
}

.qr-fixed.show {
    display: block;
}

.btn-min {
    background-position: -42px -38px;
    width: 44px;
    height: 44px;
    display: none;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    float: right;
    opacity: 1!important;
}

.btn-min:hover {
    background-position: -86px -38px;
}

.btn-min .icon-contact {
    background-position: -153px 0;
    width: 26px;
    height: 22px;
    display: block;
    margin: 11px auto;
}

.btn-min .icon-qr {
    background-position: -181px -160px;
    width: 22px;
    height: 22px;
    display: block;
    margin: 11px auto;
}

.btn-expand {
    width: 168px;
    /* display: none; */
    background: #39383f;
    border-radius: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.btn-expand .btn-menu {
    height: 51px;
    border-bottom: 1px solid #4a494f;
    text-align: left;
    line-height: 51px;
    font-size: 12px;
    color: #fff;
    display: block;
    padding: 0 20px;
    width: 128px;
    transition: all 0.3s ease-in-out;
}

.btn-expand .btn-menu.first {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.btn-expand .btn-menu:hover {
    background: #333239;
}

.btn-expand .icon-tool {
    width: 22px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.btn-expand .icon-tool1 {
    background-position: -131px -25px;
}

.btn-expand .icon-tool2 {
    background-position: -134px -49px;
}

.btn-expand .icon-tool3 {
    background-position: -159px -25px;
}

.btn-expand .icon-tool4 {
    background-position: -156px -49px;
}

.btn-expand .qr-close {
    background-position: -108px -90px;
    width: 9px;
    height: 9px;
    display: block;
    margin: 10px auto 0;
    transition: all 0.3s ease-in-out;
    display: none;
}

.baccarat-btm {
    background: url("../images/float.png") no-repeat;
    width: 168px;
    height: 106px;
    display: block;
    opacity: 1!important;
    transition: all 0.3s ease-in-out;
}


/*** regist ***/

.com-con {
    padding-bottom: 30px;
    background: #131112 url(../images/combg.jpg) no-repeat;
}

#articles {
    float: right;
    width: 740px;
    min-height: 700px;
    padding: 20px 15px 13px;
    color: #dcdcdc;
    text-align: left;
    background-color: #1b1b1b;
}

#articles .register-title {
    height: 48px;
    margin: 10px auto;
    padding: 4px 0 0 195px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 43px;
    background: url(../images/reg_title.png) no-repeat center;
}

#un-lobby aside {
    float: left;
    width: 245px;
    padding-bottom: 300px;
    background: #1b1b1b url(../images/aside_logo.png) no-repeat center 95%;
}

ul.sidebar li {
    position: relative;
    float: left;
    width: 245px;
    height: 66px;
    padding: 12px 0 0 120px;
    text-align: left;
    border-bottom: 1px solid #222;
}

ul.sidebar li:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 65px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url('../images/aside_icon.png');
    background-position-x: -18px;
}

ul.sidebar li a {
    color: #dcdcdc;
    font-size: 16px;
    text-decoration: none;
    -moz-transition: color linear .2s;
    -o-transition: color linear .2s;
    -webkit-transition: color linear .2s;
    transition: color linear .2s;
}

ul.sidebar li a span {
    display: block;
    font-size: 12px;
}

ul.sidebar li:hover a,
ul.sidebar li.on a {
    color: #ffd053;
}

ul#reg-aside li:before {
    content: '';
    top: 9px;
    left: 59px;
    width: 50px;
    height: 48px;
    background: no-repeat center center;
}

ul#reg-aside li.og:before {
    background-image: url('../images/aside_og.png');
}

ul#reg-aside li.mg:before {
    background-image: url('../images/aside_mg.png');
}

ul#reg-aside li.pt:before {
    background-image: url('../images/aside_pt.png');
}

ul#reg-aside li.ag:before {
    background-image: url('../images/aside_ag.png');
}

ul#reg-aside li.bb:before {
    background-image: url('../images/aside_bb.png');
}

ul#reg-aside li.lottery:before {
    background-image: url('../images/aside_lottery.png');
}

ul#reg-aside li.sport:before {
    background-image: url('../images/aside_sport.png');
}

ul#reg-aside li.live:before {
    background-image: url('../images/aside_live.png');
}

ul#reg-aside li.sl:before {
    background-image: url('../images/aside_sl.png');
}

ul.sidebar li.about:before {
    background-position-y: -13px;
}

ul.sidebar li.contact:before {
    background-position-y: -80px;
}

ul.sidebar li.partner:before {
    background-position-y: -145px;
}

ul.sidebar li.deposit:before {
    background-position-y: -211px;
}

ul.sidebar li.withdraw:before {
    background-position-y: -278px;
}

ul.sidebar li.faq:before {
    background-position-y: -350px;
}


/* float */

.float-lf,
.float-lr {
    position: absolute;
    top: 180px;
    z-index: 999;
}

.float-lf {
    left: 10px
}

.float-lr {
    right: 10px
}

.float-lf a,
.float-lf img,
.float-lr a,
.float-lr img {
    display: block;
}

.col4 .pz:hover:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: -95px;
    right: 125px;
    width: 350px;
    height: 270px;
    background: #434343 url(../images/license.png) no-repeat center;
    border: 5px solid #2e2e2e;
}

@-webkit-keyframes bounce-logo {
    0% {
        opacity: .5;
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes bounce-logo {
    0% {
        opacity: .5;
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes bounce-logo {
    0% {
        opacity: .5;
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.section.section4 {
    height: 162px;
}

.section4 .btmUl {
    margin-bottom: 0px;
    margin-top: 10px;
}

.nav .subnav li[game-box="sb-l"] {
    background-image: url(../images/sb-1.png);
}

.nav .subnav li[game-box="ebet-l"] {
    background-image: url(../images/ebet-l.png);
}

.nav .subnav li[game-box="newog-l"] {
    background-image: url(../images/newog-l.png);
}

.nav .subnav li[game-box="qp_mwg"] {
    background-image: url(../images/qp_mwg.png);
}

.nav .subnav li[game-box="qp_dt"] {
    background-image: url(../images/dt.png);
}

.nav .subnav li[game-box="qp_jdb"] {
    background-image: url(../images/qp_jdb.png);
}

.nav .subnav li[game-box="qp_bsp"] {
    background-image: url(../images/qp_bsp.png);
}

.nav .subnav li[game-box="qp_th"] {
    background-image: url(../images/qp_th.png);
}

.nav .subnav li[game-box="qp_scg"] {
    background-image: url(../images/qp_scg.png);
}

.nav .subnav li[game-box="dz_yoplay"] {
    background-image: url(../images/dz_yoplay.png);
}

.nav .subnav li[game-box="dz_wm"] {
    background-image: url(../images/dz_wm.png);
}

.nav .subnav li[game-box="dz_sg"] {
    background-image: url(../images/dz_sg.png);
}

.nav .subnav li[game-box="dz_pg"] {
    background-image: url(../images/dz_pg.png);
}

.nav .subnav li[game-box="dz_th"] {
    background-image: url(../images/dz_th.png);
}

.nav .subnav li[game-box="dz_scg"] {
    background-image: url(../images/dz_scg.png);
}

.nav .subnav li[game-box="dz_fg"] {
    background-image: url(../images/fg1.png);
}

.nav .subnav li[game-box="yh_1"] {
    background-image: url(../images/yh_1.png);
}

.nav .subnav li[game-box="yh_2"] {
    background-image: url(../images/yh_2.png);
}

.nav .subnav li[game-box="yh_3"] {
    background-image: url(../images/yh_3.png);
}

.task_dialog {
    background-color: #9e0000;
    color: #999;
}

.yellowBg_text {
    background: #fbe59c;
    color: #000;
}

.banner {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.banner_img {
    width: 100%;
    height: 400px;
}

.tips {
    background: #161616;
    width: 100%;
    height: 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tips .tips_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.tips .tips_box .tip_left {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex: 1 1;
    flex: 1 1;
}

.tips .tips_box .tip_left span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 45px;
    background: url("@a/platCommon/speaker.png") 12px center no-repeat;
    font-size: 14px;
    color: #fbe59c;
}

.tips .tips_box .tip_left .bd>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 840px;
    height: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.tips .tips_box .tip_left .bd ul li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}

.tips .tips_box .tip_right {
    padding-top: 3px;
    margin-left: 15px;
    cursor: pointer;
}

.index_layer1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}

.index_layer1 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index_layer1 ul li {
    width: 290px;
    height: 80px;
    border-radius: 0 40px 40px 0;
    position: relative;
    overflow: hidden;
    margin-right: 13px;
    background: #2b2b2b;
    cursor: pointer;
}

.index_layer1 ul li .bg {
    width: 10px;
    height: 100%;
    float: left;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.index_layer1 ul li .nr {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.index_layer1 ul li .nr .icon {
    margin-left: 35px;
    float: left;
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.index_layer1 ul li .nr .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_layer1 ul li .nr .text {
    float: left;
    padding-left: 15px;
}

.index_layer1 ul li .nr .text h2 {
    line-height: 38px;
    font-size: 22px;
    color: #fbe59c;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.index_layer1 ul li .nr .text p {
    color: #7B797A;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 12px;
}

.index_layer1 ul li .pic {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/pic5.png");
    width: 64px;
    height: 64px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.index_layer1 ul li:last-child {
    margin-right: 0;
}

.index_layer1 ul li:nth-child(1) .bg {
    background: #fbe59c;
}

.index_layer1 ul li:nth-child(2) .bg {
    background: #3ea8ff;
}

.index_layer1 ul li:nth-child(3) .bg {
    background: #fedb41;
}

.index_layer1 ul li:nth-child(4) .bg {
    background: #ff523e;
}

.index_layer1 ul li:hover .bg {
    width: 100%;
}

.index_layer1 ul li:hover .nr .text h2 {
    color: #fff;
}

.index_layer1 ul li:hover .nr .text p {
    color: #fff;
}

.index_layer1 ul li:hover .pic {
    -webkit-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
    background: url("../images/pic6.png");
}

.title {
    width: 100%;
    padding: 35px 0;
    padding-bottom: 12px;
}

.title h2 {
    text-align: center;
    font-size: 34px;
    color: #fbe59c;
    line-height: 34px;
    padding-bottom: 10px;
}

.title p {
    text-align: center;
    color: #D7D7D7;
    font-size: 10px;
    line-height: 12px;
}

.index_layer2 {
    width: 1200px;
    margin: 0 auto;
}

.index_layer2 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}

.index_layer2 ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 290px;
    height: 125px;
    border-radius: 15px;
    margin: 0 13px 20px 0;
    background: #2b2b2b;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.index_layer2 ul li:nth-child(4n) {
    margin-right: 0;
}

.index_layer2 ul li:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.index_layer2 ul li:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.index_layer2 ul li:nth-child(4n) {
    margin-right: 0;
}

.index_layer2 ul li .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-top: 30px;
}

.index_layer2 ul li .text h2 {
    line-height: 40px;
    font-size: 22px;
    color: #D7D7D7;
}

.index_layer2 ul li p {
    color: #7B797A;
}

.index_layer2 ul li .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    height: 110px;
    padding: 7px 10px 0 0;
}

.index_layer2 ul li .icon img {
    width: 100%;
    max-height: 100%;
}

.index_layer3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.index_layer3 .layer3_box {
    width: 590px;
    border-radius: 24px;
}

.index_layer3 .layer3_box .icon {
    width: 100%;
    height: 200px;
    position: relative;
}

.index_layer3 .layer3_box .icon .bg {
    width: 100%;
    height: 100%;
}

.index_layer3 .layer3_box .icon .pic {
    position: absolute;
    bottom: 0;
    right: 44px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.index_layer3 .layer3_box:hover .icon .pic {
    -webkit-animation: ab infinite linear 1.5s;
    animation: ab infinite linear 1.5s;
}

.index_layer3 .layer3_box .text {
    width: 100%;
    height: 215px;
    background: #2b2b2b;
    border-radius: 0 0 25px 25px;
    position: relative;
    z-index: 1;
}

.index_layer3 .layer3_box .text .text_box {
    width: 560px;
    margin: 0 auto;
}

.index_layer3 .layer3_box .text .text_box .text_Top {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #7B797A;
    overflow: hidden;
}

.index_layer3 .layer3_box .text .text_box .text_Top p {
    float: left;
    line-height: 25px;
    color: #D7D7D7;
    width: 385px;
}

.index_layer3 .layer3_box .text .text_box .text_Top a {
    width: 155px;
    height: 56px;
    border-color: #fbe59c;
    float: right;
}

.index_layer3 .layer3_box .text .text_box .text_Bottom {
    width: 100%;
}

.index_layer3 .layer3_box .text .text_box .text_Bottom ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index_layer3 .layer3_box .text .text_box .text_Bottom ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100px;
    cursor: pointer;
}

.index_layer3 .layer3_box .text .text_box .text_Bottom ul li img {
    width: 45px;
    height: 45px;
    margin: 12px 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
}

.index_layer3 .layer3_box .text .text_box .text_Bottom ul li .bt {
    color: #90aca4;
}

.index_layer4 {
    width: 1200px;
    margin: 35px auto;
    height: 200px;
}

.index_layer4 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 200px;
}

.index_layer4 ul li {
    position: relative;
    width: 385px;
    height: 200px;
    cursor: pointer;
}

.index_layer4 ul li .bg {
    width: 100%;
    height: 100%;
}

.index_layer4 ul li .pic {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.index_layer4 ul li .pic {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.index_layer4 ul li:hover .pic {
    -webkit-animation: ab infinite linear 1.5s;
    animation: ab infinite linear 1.5s;
}

.index_layer4 ul li .bg1 {
    background: url("../images/bg4.png") no-repeat;
}

.index_layer4 ul li .bg2 {
    background: url("../images/bg3.png") no-repeat;
}

.index_layer4 ul li .bg6 {
    background: url("../images/bg5.png") no-repeat;
}

.index_layer4 ul li .pic1 {
    width: 222px;
    height: 200px;
    background: url("../images/pic10.png") no-repeat;
}

.index_layer4 ul li .pic2 {
    width: 182px;
    height: 204px;
    background: url("../images/pic9.png") no-repeat;
}

.index_layer4 ul li .pic6 {
    width: 190px;
    height: 206px;
    background: url("../images/pic11.png") no-repeat;
}

@-webkit-keyframes ab {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes ab {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.playBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 28px;
    border-width: 3px;
    border-style: solid;
    font-size: 20px;
    color: #7B797A;
    background: url("../images/play.png") 100px center no-repeat;
    text-indent: 40px;
    font-weight: bold;
}

.liveVideo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
    background-color: #2b2b2b;
    position: relative;
}

.liveVideo ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 1200px;
    background: url("../images/circle_logo.png") no-repeat 540px;
}

.liveVideo ul::before {
    content: url("../images/liveBg.png");
    margin-top: -12px;
    margin-left: -84px;
}

.liveVideo ul::after {
    content: url("../images/videoBg.png");
    position: absolute;
    bottom: 0;
    right: 0;
}

.liveVideo ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
}

.liveVideo ul li.bg3 {
    background: url("../images/live.png") no-repeat left center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.liveVideo ul li.bg8 {
    margin-left: 190px;
    background: url("../images/Video.png") no-repeat right center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.liveVideo ul li .btn {
    width: 164px;
    height: 56px;
    background-color: #494949;
    border-color: #fbe59c;
}

.index_layer6 {
    width: 1200px;
    height: 536px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
}

.index_layer6 .icon {
    float: left;
}

.index_layer6 .text {
    width: 490px;
    float: right;
}

.index_layer6 .text h2 {
    color: #fbe59c;
    padding-top: 60px;
    text-align: center;
    font-size: 42px;
}

.index_layer6 .text p {
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    color: #D7D7D7;
}

.index_layer6 .text ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.index_layer6 .text ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 220px;
}

.index_layer6 .text ul li:first-child {
    -ms-flex-align: end;
    align-items: flex-end;
}

.index_layer6 .text ul li h3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 158px;
    height: 50px;
    border-radius: 25px;
    font-size: 22px;
    color: #D7D7D7;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #494949;
}

.index_layer6 .text ul li .text_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.index_layer6 .text ul li {
    position: relative;
}

.index_layer6 .text ul li .code_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 165px;
    height: 124px;
    padding-right: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 35px 0;
    background-position: 130px;
}

.index_layer6 .text ul li .code_wrap canvas {
    padding: 4px;
    background-color: #fff;
    margin-left: 2px;
}

.index_layer6 .text ul li:nth-of-type(1)::before {
    position: absolute;
    left: 0;
    top: 98px;
    content: url("@a/platCommon/wheat.png");
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.index_layer6 .text ul li:nth-of-type(2)::after {
    position: absolute;
    right: 0;
    top: 98px;
    content: url("@a/platCommon/wheat.png");
}

.App_wrap {
    background: url("@i/app_text.png") no-repeat, #fbe59c;
}

.H5_wrap {
    background: url("@i/H5_text.png") no-repeat, #fbe59c;
}

.index_layer6 .text ul li span {
    text-align: center;
    line-height: 20px;
    color: #fbe59c;
    text-indent: 35px;
    width: 220px;
    word-break: break-all;
}

.index_layer6 .text ul li h4 {
    text-align: center;
    line-height: 20px;
    color: #666;
    text-indent: 35px;
}

.index_layer6 .text ul li:nth-child(2) span {
    text-indent: -35px;
}

.index_layer6 .text ul li:nth-child(2) h4 {
    text-indent: -35px;
}

.index_layer7 {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 55px;
}

.index_layer7 ul {
    width: 100%;
    height: 100px;
}

.index_layer7 ul li {
    float: left;
    width: 270px;
    height: 100px;
    margin-right: 35px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 23px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.index_layer7 ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_layer7 ul li:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.index_layer7 ul li:last-child {
    margin-right: 0;
}

.index_layer7 ul li:hover img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}