:root {
    /* bg與頂部的高度 */
    --gamebg-wrapp-pt: 174px;
}
/*主要設定*/
body {
    background-color: #17041f;
}

.body-wrapper {
    margin-top: 183px;
    width: 1250px;
    min-width: 100%;
    background: url(../../images/index/common/bg.jpg) #17041f center;
    background-size: contain;
    overflow: hidden;
}

.main {
    width: 1000px;
    min-width: 100%;
    background: url(../../images/index/common/bg.jpg) #17041f 0px 360px;
    background-size: contain;
    position: relative;
}

.main-container {
    margin-right: auto;
    margin-left: auto;
    padding: 5px 0;
    width: 1000px;
    height: 969px;
}

/*Banner*/
.flickity-viewport:hover {
    cursor: pointer;
}

.slider-box2 ol.carousel-indicators {
    display: block;
}

.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;
}

.carousel-inner {
    height: 400px;
}

.carousel-inner > .item > img, .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;/*輪播圖尺寸一半*/
}
/*跑馬燈*/
.main .marquee-wrapper {
    background: #9d7e4a; /* Old browsers */
    background: -moz-linear-gradient(left, #9d7e4a 0%, #fbf0ba 50%, #9d7e4a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #9d7e4a 0%,#fbf0ba 50%,#9d7e4a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #9d7e4a 0%,#fbf0ba 50%,#9d7e4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d7e4a', endColorstr='#9d7e4a',GradientType=1 ); /* IE6-9 */
    color: #000;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 10px;
    min-width: 100%;
    width: 100%;
    position: absolute;
}

.main .marquee-wrapper .center,
.main .main-qr .center {
    width: 1000px;
    margin: 0 auto;
}

.main .marquee-wrapper .center i {
    float: left;
    margin-left: 12px;
    margin-top: 18px;
}

.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;
    margin-left: 10px;
}

/*Search*/
.search-bar-control {
    display: inline-block;
    float: right;
}

.search-bar {
    background: #000d23;
    border: none;
    border-radius: 5px;
}

.search-bar-control .search-bar input {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    font-size: 18px;
    width: 195px;
    line-height: 36px;
    padding: 5px 0;
}

.search-bar button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-bottom: 1px;
}

input:focus {
    outline: none;
}

.search-bar-control .search-bar input::placeholder {
    color: #989898;
    font-size: 18px;
}

.search-bar-control .search-bar i {
    color: #989898;
}

/*遊戲區塊*/
.main-gamewarp {
    margin-top: 50px;
    position: relative;
    float: left;
    width: 100%;
    height: 251px
}

.main-gamewarp > a {
    cursor: pointer;
    position: absolute;
    transition: all ease-in-out .2s;
    text-decoration: none;
    line-height: 18px;
}

.main-gamewarp .lottery-game {
    width: 210px;
    height: 251px;
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    background: url(../../images/index/common/gamebg/lottobg.png);
    padding-left: 80px;
    padding-top: 15px;
}

.main-gamewarp .fish-game {
    width: 232px;
    height: 251px;
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 166px;
    background: url(../../images/index/common/gamebg/fishbg.png);
    padding-left: 100px;
    padding-top: 15px;
}

.main-gamewarp .slot-game {
    width: 288px;
    height: 251px;
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 357px;
    background: url(../../images/index/common/gamebg/slotbg.png);
    padding-left: 125px;
    padding-top: 15px;
}

.main-gamewarp .live-game {
    width: 232px;
    height: 251px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 600px;
    background: url(../../images/index/common/gamebg/livebg.png);
    padding-left: 125px;
    padding-top: 15px;
}

.main-gamewarp .sport-game {
    width: 211px;
    height: 251px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 788px;
    background: url(../../images/index/common/gamebg/sportbg.png);
    padding-left: 125px;
    padding-top: 15px;
}
.main-gamewarp .slot-game:hover {
    filter:brightness(50%);
}
.main-gamewarp .live-game:hover {
    filter:brightness(50%);
}
.main-gamewarp .sport-game:hover {
    filter:brightness(50%);
}
.main-gamewarp .lottery-game:hover {
    filter:brightness(50%);
}
.main-gamewarp .fish-game:hover {
    filter:brightness(50%);
}
/*commoning soon*/
.main-gamewarp .lottery-soon {
    cursor: default;
    background: url(../../images/index/common/gamebg/lottobg-soon.png);
}
.main-gamewarp .fish-soon {
     cursor: default;
    background: url(../../images/index/common/gamebg/fishbg-soon.png);
}
.main-gamewarp .slot-soon {
     cursor: default;
    background: url(../../images/index/common/gamebg/slotbg-soon.png);
}
.main-gamewarp .live-soon {
     cursor: default;
    background: url(../../images/index/common/gamebg/livebg-soon.png);
}
.main-gamewarp .sport-soon {
     cursor: default;
    background: url(../../images/index/common/gamebg/sportbg-soon.png);
}
/*soon-hover*/
.main-gamewarp .slot-soon:hover {
    filter:brightness(100%);
}
.main-gamewarp .live-soon:hover {
    filter:brightness(100%);
}
.main-gamewarp .sport-soon:hover {
    filter:brightness(100%);
}
.main-gamewarp .lottery-soon:hover {
    filter:brightness(100%);
}
.main-gamewarp .fish-soon:hover {
    filter:brightness(100%);
}

.main-gamewarp > a > p {
    color: #DEC2EA;
}
.main-gamewarp > a > span {
    color: #DEC2EA;
    font-size: 13px;
}

/*遊戲流程*/
.game-process {
    width: 100%;
    height: 155px;
    float: left;
    background: url(../../images/index/common/process-bg.jpg) no-repeat bottom center;
    padding-bottom: 10px;
}

.game-process p {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    color: #fff;
}

.game-process span {
    display: inline-block;
    text-align: center;
    color: #CAB5E0;
    margin-top: 75px;
}

.game-process .game-process-1 {
    width: 19%;
}

.game-process .game-process-2 {
    width: 20%;
}

.game-process .game-process-3 {
    width: 21%;
}

.game-process .game-process-4 {
    width: 17%;
}

.game-process .game-process-5 {
    width: 21%;
}

.main-footer {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.main-footer .main-intro1 {
    width: 308px;
    margin-left: 3.5px;
    height: 442px;
    float: left;
}

.main-footer .deposit-time, .main-footer .loans-time {
    color: #D6C6E8;
    background-color: #302042;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
}

.main-footer .deposit-title {
    float: left;
}

.main-footer .deposit-title h1 {
    font-size: 20px;
}

.main-footer .deposit-title p {
    font-size: 12px;
}

.main-footer .time-sec {
    float: right;
    font-size: 20px;
    margin-top: -10px;
}

.main-footer .time-sec span {
    font-size: 40px;
    font-weight: 700;
}

.main-footer .ps-warp {
    width: 100%;
    height: 18px;
    border-radius: 5px;
    margin-bottom: 0;
    display: inline-block;
    background-color: #503F65;
}

.main-footer .ps-warp .progress-bar {
    background-color: #D6C6E8;
}
.main-footer .main-intro1 .intro-info {
    width: 100%;
}
.main-footer .main-intro1 .intro-info .intro-left_zh-tw {
    background: url(../../images/header/common/logo_zh.png)no-repeat 0 0;
    background-size: cover;
    height: 50px;
    margin-top: 10px;
}
.main-footer .main-intro1 .intro-info .intro-left {
    background: url(../../images/header/common/logo_cn.png)no-repeat 0 0;
    background-size: cover;
    height: 50px;
    margin-top: 10px;
}
.main-footer .main-intro1 .intro-info .intro-right {
    color: #fff;
    font-size: 30px;
    height: 60px;
    line-height: 85px;
    letter-spacing: 1px;
}
.main-footer .main-intro1 .intro-info .intro-title {
    background: #302042;
    border-radius: 3px;
    color: #ffd478;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 2px 0;
    margin-top: 10px;
}
.main-footer .main-intro1 .intro-info .intro-infoUl {
    width: 100%;
    padding: 0;
    counter-reset: num;
}
.main-footer .main-intro1 .intro-infoUl li {
    background: #302042;
    border-radius: 3px;
    color: #F5E9FF;
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding: 4px 0;
    margin-top: 10px;
    transition: background-color .3s;
}
.main-footer .main-intro1 .intro-infoUl li:hover {
    color: #ECEEA2;
}
.main-footer .main-intro1 .intro-infoUl li::before {
    counter-increment: num;
    content: counter(num);
    border-radius: 50%;
    background: #F5E9FF;
    color: #261638;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 10px;
}

.main-footer .main-intro2 {
    width: 393px;
    margin-left: 12px;
    height: 442px;
    float: left;
}
.main-footer .main-intro2 > div {
    border-bottom:1px solid #72437A;
    padding: 10px 0 10px 0;
}
.main-footer .main-intro2 > div:first-child {
    padding-top: 0;
}
.main-footer .main-intro2 > div:last-child {
    padding-bottom: 0;
    border-bottom: 0px;
}
.main-footer .main-intro2 .intro2-icon {
    background: url(../../images/index/common/intro2-icon.png) no-repeat 0 0;
    width: 53px;
    height: 53px;
    float: left;
}
.main-footer .main-intro2 .info2-A {
    background-position: 0 0;
}
.main-footer .main-intro2 .info2-B {
    background-position: 0 -53px;
}
.main-footer .main-intro2 .info2-C {
    background-position: 0 -106px;
}
.main-footer .main-intro2 .info2-D {
    background-position: 0 -159px;
}
.main-footer .main-intro2 .intro2-info {
    margin-left: 5px;
    float: left;
    width: 84%;
}
.main-footer .main-intro2 .intro2-info p {
    font-size: 18px;
    color: #C63368;
}
.main-footer .main-intro2 .intro2-info span,.main-footer .main-intro3 .intro3-info {
    font-size: 12px;
    color: #ffd478;
    line-height: 20px;
    letter-spacing: 1px;
}

.main-footer .main-intro3 {
    width: 268px;
    margin-left: 15px;
    height: 483px;
    overflow: hidden;
    float: left;
}

.main-footer .main-intro3 .intro3-title_zh-tw {
    /*SO231 MGM暫時系列拿掉LOGO*/
    /*background: url(../../images/header/common/logo-enus.png)no-repeat 0 0;*/
    background-size: cover;
    float: none;
    margin-top: 25px;
    width: 200px;
    height: 58px;
}
.main-footer .main-intro3 .intro3-title {
    /*SO231 MGM暫時系列拿掉LOGO*/
    /*background: url(../../images/header/common/logo-enus.png)no-repeat 0 0;*/
    background-size: cover;
    float: none;
    margin-top: 25px;
    width: 200px;
    height: 58px;
}
.main-footer .main-intro3 .intro3-info {
    margin-top: 10px;
}
.main-footer .main-intro3 .intro3-qrbg {
    /*SO231 MGM暫時系列拿掉LOGO*/
    /*background: url(../../images/index/common/qr-bg.png)no-repeat 0 0;*/
    position: relative;
    top: 15px;
    width: 227px;
    height: 334px;
}
.main-footer .main-intro3 .intro3-qrbg .intro3-qrcode {
    border: 1px solid #fff;
    padding: 15px;
    position: absolute;
    width: 135px;
    height: 135px;
    top: 90px;
    left: 130px;
}
.main-footer .main-intro3 .intro3-qrbg .intro3-qrcode img{
    width: 100%;
}