:root {
    /* bg與頂部的高度 */
    --gamebg-wrapp-pt: 160px;
}
/*主要設定*/
body>iframe{display: none}
.body-wrapper {
    margin-top: 162px;
    width: 1250px;
    min-width: 100%;
    background: url(../../images/index/common/bg.jpg) no-repeat center top #32323e;
    overflow: hidden;
}
.main {
    width: 1100px;
    min-width: 100%;
    position: relative;
}
.main-container{
    width: 100%;
    height: 510px;
    background: url("../../images/index/common/game-bg.jpg") top center no-repeat;
    position: relative;
    padding-top: 30px;
}
.main-container .game-Intro{
    position: relative;
    height: 100%;
    width: 1340px;
    margin: 0 auto;
}
.game-Intro .top-game, .game-Intro .bottom-game{
    width: 100%;
    height: 50%;
    position: absolute;
}
.game-Intro .top-game{
    top: 50px;
    right: -50px;
}
.game-Intro .bottom-game{
    bottom: 65px;
    right: -50px;
    padding-left: 213px;
}
.game-Intro .six-btn{
    width: 275px;
    height: 243px;
    margin-right: 145px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: url("../../images/index/common/game/coming.png") center no-repeat;
}
.game-Intro .six-btn:hover{
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}
.game-Intro .six-btn:last-child{
    margin-right: 0;
}
.game-Intro .six-btn.six-btn-chess{
    background: url("../../images/index/common/game/chess.png") center no-repeat;
}
.game-Intro .six-btn.six-btn-slot{
    background: url("../../images/index/common/game/slot.png") center no-repeat;
}
.game-Intro .six-btn.six-btn-fish{
    background: url("../../images/index/common/game/fishing.png") center no-repeat;
    z-index: 3;
}
.game-Intro .six-btn.six-btn-live{
    background: url("../../images/index/common/game/casino.png") center no-repeat;
    z-index: 2;
}
.game-Intro .six-btn.six-btn-lotto{
    background: url("../../images/index/common/game/lottery.png") center no-repeat;
    z-index: 4;
}
.game-Intro .six-btn.six-btn-sport{
    background: url("../../images/index/common/game/sports.png") center no-repeat;
    z-index: 5;
}
.top-game .six-btn .six-btn-line, .bottom-game .six-btn .six-btn-line{
    position: absolute;
    width: 36px;
    height: 123px;
    border-left: 1px solid #494949;
}
.top-game .six-btn .six-btn-line{
    border-bottom: 1px solid #494949;
}
.bottom-game .six-btn .six-btn-line{
    border-top: 1px solid #494949;
}
.six-btn .six-btn-comment{
    position: absolute;
}
.six-btn .six-btn-comment .six-btn-title{
    color: #d0211a;
    width: 80px;
    text-align: center;
}
.six-btn .six-btn-comment h3{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
.six-btn .six-btn-comment h5{
    font-size: 12px;
    margin: 3px 0;
}
.six-btn .six-btn-comment .six-btn-content{
    position: absolute;
    font-size: 12px;
    width: 100%;
    color: #eee;
}
.six-btn-chess .six-btn-comment{
    width: 170px;
    left: 40px;
    bottom: -23px;
}
.six-btn-chess .six-btn-line{
    left: 10px;
    bottom: -21px;
}
.six-btn-slot .six-btn-comment .six-btn-content {
    left: -30px;
}
.six-btn-slot .six-btn-comment{
    width: 180px;
    left: -8px;
    top: -86px;
}
.six-btn-slot .six-btn-line{
    top: -81px;
    left: 50px;
}
.bottom-game .six-btn.six-btn-slot .six-btn-line{
    border-top-color: transparent;
}
.game-Intro .six-btn.six-btn-slot:hover .six-btn-line{
    border-top-color: transparent;
}
.six-btn-live .six-btn-comment .six-btn-content {
    left: -25px;
}
.six-btn-live .six-btn-comment{
    width: 204px;
    left: 40px;
    bottom: -23px;
}
.six-btn-live .six-btn-line{
    left: 45px;
    bottom: -82px;
}
.six-btn.six-btn-live .six-btn-comment .six-btn-content{
    color: #1a1a1a;
}
.six-btn-fish .six-btn-comment{
    width: 160px;
    left: 30px;
    top: -10px;
}
.six-btn-fish .six-btn-line{
    left: 40px;
    top: -71px;
}
.six-btn.six-btn-fish .six-btn-comment .six-btn-content{
    color: #1a1a1a;
}
.six-btn-lotto .six-btn-comment .six-btn-content {
    left: -25px;
}
.six-btn-lotto .six-btn-comment{
    width: 195px;
    left: 20px;
    bottom: -25px;
}
.six-btn-lotto .six-btn-line{
    left: 45px;
    bottom: -82px;
}
.six-btn.six-btn-lotto .six-btn-comment .six-btn-content{
    color: #1a1a1a;
}
.six-btn-sport .six-btn-comment{
    width: 204px;
    left: 32px;
    top: -10px;
}
.six-btn-sport .six-btn-line{
    left: 40px;
    top: -68px;
}
.game-Intro .six-btn:hover .six-btn-line{
    border-color: #c23537;
}
/*Banner*/
.flickity-viewport:hover{
    cursor: pointer;
}
.carousel-indicators li {
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 5px;
    margin: 0 5px;
    text-indent: -999px;
}
.carousel-indicators .active {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 5px;
    margin: 0 5px;
    text-indent: -999px;
}
.main-wrapper .carousel-inner {
    height:400px;
}
.main-wrapper .carousel-inner>.item>img, .main-wrapper .carousel-inner>.item>a>img {
    margin:0 auto;
    width:auto;
    height:auto;
    min-width:100%;
}
/*輪播圖不管視窗多寬都左右置中*/
.slider-box2 .img-mid{
    position: absolute;
    left: 50%!important;
    margin-left: -960px;/*輪播圖尺寸一半*/
}
.preset-welcome .preset-welcome-img{
    background: url("../../images/index/zh/welcome/welcome_zh-cn.jpg") center/cover no-repeat;
    width: 100%;
    height: 100%;
}
.preset-welcome .preset-welcome-img_zh-tw{
    background: url("../../images/index/zh/welcome/welcome_zh-tw.jpg") center/cover no-repeat;
    width: 100%;
    height: 100%;
}
/*跑馬燈*/
.main .marquee-wrapper {
    background-color: #e0c169;
    border-top: 1px solid #ffdf84;
    color: #000;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 7px;
    min-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.main .marquee-wrapper .center, .main .main-qr .center,
.main .main-slot .center, .main .main-intro .center{
    width: 1100px;
    margin: 0 auto;
}
.main .marquee-wrapper .center .volume-icon{
    float: left;
    margin-left: 12px;
    margin-top: 6px;
    width: 16px;
    height: 16px;
    background: url("../../images/index/common/lb_03.png") 0 0 no-repeat;
}
.main .marquee-wrapper .center .news{
    margin-left: 5px;
    float: left;
    margin-top: 10px;
}
.marquee-wrapper marquee {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    cursor: pointer;
}
/*Slot game*/
.main .main-slot{
    width: 100%;
    height:349px;
    background: url("../../images/index/common/slot-bg.jpg") top center no-repeat;
    border-top: 1px solid #1f338a;
}
.main-slot .center{
    position: relative;
    height: 100%;
}
.main-slot .hot-slot-carousel{
    width: 820px;
    height: 100%;
    position: relative;
    margin-right: 180px;
    margin-left: auto;
    padding: 18px 0;
}
.hot-slot-carousel .slot-carousel{
    position: absolute;
    left: 0;
    bottom: 45px;
}
.slot-carousel .carousel-inner{
    width: 800px;
    height: 270px;
}
.slot-carousel .img-mid{
    width: 800px;
    height: 270px;
}
.slot-carousel .carousel-inner a{
    display: block;
}
.slot-carousel .carousel-control{
    width: 67px;
    height: 33px;
    background: url("../../images/index/common/hotgame/btn-bg.png") 0 0 no-repeat;
    top: initial;
    bottom: -33px;
}
.slot-carousel .carousel-control .glyphicon-chevron-left, .slot-carousel .carousel-control .glyphicon-chevron-right{
    font-size: 14px;
    margin-top: -10px;
}
.slot-carousel .carousel-control.left{
    left: auto;
    right: 180px;
}
.slot-carousel .carousel-control.right{
    right: 131px;
}
.main-slot .hot-slot-text{
    width: 543px;
    height: 42px;
    background: url(../../images/index/common/hotgame/slot-text.png) 0 0 no-repeat;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 5;
    filter: drop-shadow(1px 1px 0 #c9c9c9);
}
.main-slot .hot-slot-text_zh-tw{
    width: 543px;
    height: 42px;
    background: url(../../images/index/common/hotgame/slot-text_zh-tw.png) 0 0 no-repeat;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 5;
    filter: drop-shadow(1px 1px 0 #c9c9c9);
}
.main-slot .slot-mask-left{
    width: 155px;
    height: 270px;
    background: url("../../images/index/common/hotgame/slot-mask-left.png") top left no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.main-slot .slot-mask-right{
    width: 130px;
    height: 227px;
    background: url("../../images/index/common/hotgame/slot-mask-right.png") bottom right no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.main-slot .main-slot-pic{
    position: absolute;
    width: 463px;
    height: 478px;
    background: url("../../images/index/common/hotgame/slot.png") 0 0 no-repeat;
    top: -131px;
    right: -210px;
    z-index: 10;
}
/*Qr code*/
.main .main-qr{
    width:100% ;
    height: 484px;
    background: url("../../images/index/common/phone.jpg") top center no-repeat;
    border-top: 1px solid #1f338a;
}
.main .main-qr .phone{
    height: 415px;
    position: relative;
}
.main .main-qr .text-warpper{
    width: 43%;
    height: 100%;
    padding: 135px 0 0 0;
    color: #000;
}
.main .main-qr .text-warpper h1{
    font-size: 45px;
}
.main .main-qr .text-warpper p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #252525;
}
.main .main-qr .text-warpper h4{
    margin-top: 10px;
    font-size: 16px;
    color: #d0221b;
}
.main .main-qr .app-warpper{
    width: 284px;
    height: 42px;
    background: url(../../images/index/common/app.png) 0 0 no-repeat;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.main .main-qr .pic-warpper{
    height: 50%;
    position: relative;
}
.main .main-qr .download-pic{
    float: left;
    padding-top: 10px;
}
.main .main-qr .pic-warpper>img{
    margin-right: 5px;
}
.main .main-qr .qrcode{
    width: 120px;
    height: 120px;
    padding: 15px;
    color: #fff;
    background: transparent;
    border: 1px solid #999;
    position: absolute;
    right: 0;
    top: 0;
}
.main .main-qr .qrcode .qr-img{
    width: 100%;
}
.main .main-qr .qrcode .qr-img img{
    width: 100%;
}
/*intro*/
.main .main-intro{
    width: 100%;
    height: 485px;
    background-color: #20243f;
    padding-top: 40px;
}
.main .main-intro .intro-title{
    color: #7c95ff;
    height: 60px;
}
.main .main-intro .intro-title img{
    float: left;
    margin-right: 10px;
}
.main .main-intro .intro-title h2{
    font-size: 20px;
    line-height: 33px;
}
.main .main-intro .intro-title p{
    font-size: 12px;
    line-height: 0;
}
.main .main-intro .main-intro1{
    width: 300px;
    margin-left: 45px;
    float: left;
    color: #7b7b7b;
}
.main .main-intro .main-intro2{
    width: 385px;
    margin-left: 45px;
    float: left;
    color: #ACAFAE;
}
.main .main-intro .main-intro3{
    width: 280px;
    margin-left: 45px;
    float: left;
    color: #fff;
}
.main-intro1 .deposit-time, .main-intro1 .loans-time,
.main-intro1 .ad-bank{
    margin-top: 25px;
    margin-bottom: 5px;
}
.main-intro1 .deposit-title {
    float: left;
    color: #7b96ff;
}
.main-intro1 .deposit-title h1 {
    font-size: 20px;
    color: #e0c169;
}
.main-intro1 .deposit-title p{
    font-size: 12px;
    color: #6c77bf;
}
.main-intro1 .time-sec {
    float: right;
    font-size: 25px;
    margin-top: -10px;
    color: #e0c169;
}
.main-intro1 .time-sec span {
    font-size: 45px;
    font-weight: 700;
}
.main-intro1 .ps-warp {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    margin-bottom: 0;
    display: inline-block;
    background-color: #13162d;
}
.main-intro1 .ps-warp .progress-bar {
     background-color: #e0c169;
    border-radius: 50px;
}
.main-intro2 .intro-content{
    margin-top: 30px;
}
.main-intro2 .intro-content .content-icon{
    float: left;
    width: 53px;
    height: 53px;
    background: url("../../images/index/common/icon.png") no-repeat;

}
.main-intro2 .intro-content .icon_slot{
    background-position: 0 -58px;
}
.main-intro2 .intro-content .icon_sport{
    background-position: 0 -116px;
}
.main-intro2 .intro-content .content-warp{
    width: 83%;
    margin-left: 73px;
}
.main-intro2 .intro-content .content-warp h2{
    font-size: 20px;
    color: #e0c169;
}
.main-intro2 .intro-content .content-warp p{
    font-size: 12px;
    color: #6c77bf;
}
.main-intro3 .intro-content{
    font-size: 12px;
    line-height: 25px;
    margin-top: 30px;
    color: #C69D45;
    text-align: center;
}
.main-intro3 .intro-content p{
    text-align: left;
    color: #6c77bf;
}