body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #dddddd;
    font-family: '微軟正黑體', 'Trebuchet MS', 'Lucida Sans Unicode';
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body:not(.user-is-tabbing) button:focus {
    outline: none !important;
}

img {
    max-width: 100%;
}

a,
a:hover,
button {
    cursor: pointer;
    text-decoration: none !important;
    transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.container {
    width: 1000px;
    margin: auto;
}

header {
    display: grid;
    grid-template-columns: 80% 20%;
    align-items: center;
    position: fixed;
    width: 100%;
    padding: .5rem;
    text-align: right;
    background: linear-gradient(0deg, rgba(200, 167, 88, 1) 0%, rgba(223, 205, 111, 1) 100%);
    z-index: 99;
}

.marquee {
    width: 100%;
}

.marquee marquee {
    margin: 0 0 0 24px;
}

.marquee marquee a {
    color: #111111;
    font-size: .85rem;
}

header .headerLinks a {
    display: inline-block;
    color: rgba(246, 233, 164, 1);
    background: #141359;
    border-radius: 4px;
    padding: .25rem .5rem;
    margin-left: .25rem;
}

header .headerLinks a img {
    max-width: 16px;
}

.menu {
    position: relative;
    top: 2.85rem;
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: center;
    width: 100%;
    padding: .6rem .75rem;
    background: #141359;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

h1.logo {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.75rem;
    border-right: 1px solid #2b2a75;
}

h1.logo a {
    color: #dfcd6f;
}

h1.logo img {
    max-width: 100px;
}

.menu nav {
    display: flex;
    justify-content: space-around;
    background: none;
}

.menu nav a {
    width: 100%;
    color: #ddd;
    text-align: center;
    padding: .5rem 0 .25rem 0;
}

.menu nav img {
    display: block;
    margin: 0px auto;
    max-width: 1.25rem;
}

.menu nav a:hover img {
    transform: scale(1.07);
    transition: .3s;
}

.mainTopMenu nav a span {
    font-size: .8rem;
    color: #666666;
    font-weight: bold;
}

.banner {
    width: 100%;
    position: absolute;
    top: 2.8rem;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.banner .slick-dots {
    bottom: 8px !important;
}

.slick-dots li.slick-active button:before {
    color: #dfcd6f !important;
}

.banner .slick-dots li button:before {
    color: #dfcd6f;
    content: '●' !important;
    font-size: 24px !important;
}

h2.tit {
    text-align: center;
    margin: 2rem auto;
    color: #dfcd6f;
}

a.more {
    display: table;
    text-align: center;
    font-size: .85rem;
    margin: 2rem auto;
    padding: .75rem 1rem;
    color: #dfcd6f;
    border: 1px solid #dfcc6f79;
    background: rgba(255, 255, 255, 0.1);
}

a.more:hover {
    filter: brightness(1.2);
}

.gameZone>.container {
    position: relative;
    min-height: 1100px;
}

.gameIntro h1 {
    font-size: 1.35rem;
    margin: .5rem 0 1.25rem 0;
}

.gameIntro {
    position: absolute;
    text-align: center;
}

.gameIntro img {
    transition: .20s;
}

.gameIntro:hover img {
    filter: drop-shadow(0 0 0.75rem #dfcc6fd2);
}

.gameIntro.gameSports {
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.gameIntro.gameLive {
    top: 170px;
    left: 0;
}

.gameIntro.gameLottery {
    top: 170px;
    right: 0;
}

.gameIntro.gameFishing {
    bottom: 170px;
    left: 0;
}

.gameIntro.gameEgame {
    bottom: 170px;
    right: 0;
}

.gameIntro.gameChess {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.btn-play {
    position: relative;
    top: 0;
    color: #ffffff;
    font-weight: bolder;
    border-radius: 4px;
    padding: .5rem 1.25rem;
    text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.6);
    border: 1px solid #f3e28c;
    background: linear-gradient(30deg, rgb(196, 160, 77) 0%, rgb(243, 227, 147), rgb(230, 208, 99) 100%);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.btn-play:hover {
    top: -3px;
}

.promo {
    padding: 2rem 0;
}

.promo h4::before {
    content: '》';
    font-size: .75rem;
    color: #dfcd6f;
    background: #141359;
    text-align: center;
    padding: 0 0 0 6px;
    margin-right: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50px;
}

.promo h4 {
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    width: 31%;
    padding: .75rem;
    margin: .5rem;
    border-radius: 4px;
    color: #141359;
    background: linear-gradient(0deg, rgba(200, 167, 88, 1) 0%, rgba(223, 205, 111, 1) 100%);
}

.promo h4 a {
    display: inline-block;
    float: right;
    font-size: .8rem;
    border-radius: 4px;
    color: #dfcd6f;
    padding: .25rem .5rem;
    background: #141359;
}

.promo h4 a:hover {
    filter: brightness(1.2);
}

.feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3rem auto;
}

.f1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem;
    border-right: 1px solid #eee;
}

.f1:nth-last-child(1) {
    border-right: none;
}

.f1 h4 {
    color: #666666;
}

.f1 p {
    font-size: .85rem;
    color: #888888;
}

.img-game {
    width: 50%;
}

.comment {
    padding: 2rem 0;
}

.comBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 0;
}

.comBox .comL,
.comBox .comR {
    width: 47%;
    margin-right: 1rem;
}

.comL p {
    line-height: 1.5;
}

.comR {
    max-height: 260px;
    overflow-y: auto;
}

.comR::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.comR::-webkit-scrollbar-thumb {
    background: #dfcd6f;
    border-radius: 4px
}

.comR::-webkit-scrollbar-thumb:active {
    background-color: #1c0f5f
}

.comR::-webkit-scrollbar-thumb:hover {
    background: #4285f42c;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2)
}

.comR::-webkit-scrollbar-track {
    background: #4285f42c;
    border-radius: 4px
}

.comLT {
    display: flex;
    align-items: center
}

.comLT>img {
    max-height: 140px;
    margin-bottom: 1rem;
}

.comLT .comAbout {
    text-align: center;
    width: 100%;
}

.comLT .comAbout h1 {
    color: #dfcd6f;
    margin: 0 0 .35rem 0;
    padding: 0;
    font-size: 1.35rem;
}

.comLT .comAbout a {
    color: #e4ded8;
    font-size: .85rem;
    margin-top: 0.5rem;
}

.rates {
    display: block;
    width: 100%;
}

.rates img {
    display: inline-block;
    max-width: 16px;
}

.memberCom {
    padding: .75rem;
    border-radius: 4px;
    margin-bottom: .5rem;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.memberComName {
    display: flex;
    align-items: center;
}

.memberComName span {
    font-size: 0.85rem;
    word-break: keep-all;
    margin-right: 10px;
}

.memberCom p {
    margin: .35rem 0;
}

.articles {
    margin-bottom: 4rem;
}

.articles .update {
    color: #808eb6;
    font-size: 0.85rem;
    text-align: right;
}

.articles article {
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.6);
}

.articles article h2 {
    margin: 0 0 .35rem 0;
    padding: 0;
    color: #dddddd;
    font-size: 1.35rem;
    text-align: left;
}

.articles article p {
    margin: 0 0 .35rem 0;
}

.articles article .more {
    text-align: center;
    width: 300px;
    margin: 1.5rem auto 0 auto;
    padding: .5rem 1rem;
}

.brands {
    width: 100%;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.brands img {
    max-width: 110px;
    padding: 0 .5rem;
}

.footerLink {
    text-align: center;
    font-size: 0.85rem;
    margin: 1.5rem auto 1rem auto;
    color: #808eb6;
}

.footerLink a {
    color: #ddd;
    margin: 0 10px;
}

footer {
    padding: .5rem;
    font-size: 0.75rem;
    text-align: center;
    color: #111111;
    background: #dfcd6f;
}

@media (max-width: 1400px) {
    .gameZone {
        background-size: cover;
    }
}

@media (max-width: 768px) {
    header {
        grid-template-columns: 75% 25%;
        padding: .25rem .5rem;
    }
    .container {
        width: 100%;
    }
    .gameZone {
        background: none;
    }
    .gameZone>.container {
        min-height: 1000px;
    }
    .gameIntro img {
        width: 85%;
    }
    .promo h4 {
        width: 47%;
    }
}

@media (max-width: 420px) {
    header {
        display: block;
    }
    header .headerLinks a {
        width: 46%;
        text-align: center;
    }
    .menu {
        position: fixed;
        bottom: -1px;
        top: inherit;
        display: block;
        padding: 0;
        box-shadow: none;
        z-index: 5;
        background: transparent;
    }
    h1.logo {
        position: relative;
        top: 4px;
        display: table;
        text-align: center;
        margin: 0 auto;
        padding: 1rem;
        height: 2.5rem;
        line-height: 1;
        width: 30%;
        font-size: 1.5rem;
        border-radius: 100px 100px 0 0;
        background: #141359;
        border: 2px solid #dfcd6f;
        border-bottom: none;
    }
    h1.logo img {
        margin-top: 8px;
        max-width: 80px;
    }
    .menu nav {
        padding: .6rem .5rem;
        background: #141359;
        border-top: 2px solid #dfcd6f;
    }
    .menu nav a {
        font-size: .85rem;
    }
    .menu nav img {
        margin: 0px auto 3px auto;
        max-width: 1.35rem;
    }
    .banner {
        padding-top: 4.6rem;
        top: 0;
    }
    .gameZone>.container {
        min-height: inherit;
    }
    .gameIntro {
        display: inline-block;
        width: 100%;
        position: inherit !important;
        margin-bottom: 4rem;
    }
    .gameIntro.gameSports,
    .gameIntro.gameLive,
    .gameIntro.gameLottery,
    .gameIntro.gameFishing,
    .gameIntro.gameEgame,
    .gameIntro.gameChess {
        top: inherit !important;
        bottom: inherit !important;
        left: inherit !important;
        right: inherit !important;
        transform: inherit !important;
    }
    .promo h4 {
        width: 96%;
    }
    .comBox .comL,
    .comBox .comR {
        width: 100%;
        margin-right: 0;
    }
    .comBox {
        display: block;
        padding: 1rem;
    }
    .comLT>img {
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 1rem;
    }
    .comLT {
        display: block;
    }
    .articles {
        margin-bottom: 2rem;
    }
    .brands {
        margin: .5rem auto 7rem auto;
        flex-wrap: wrap;
    }
    .brands img {
        padding: .25rem .5rem;
    }
    .footerLink {
        display: none;
    }
}

.coms2{
    max-height: 350px;
}

.commentxx2 h2{
    text-align: left;
    margin: 0;
    margin-left: 10px;
}

.commentxx2 .comBox{
    padding: 0;
}

.commentxx2 .comL{
    width: 100%;
}

.img-60p{
    width: 60px;
}

.center_xs{
    text-align: center !important;
}

.pagination {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0 0 3rem 0;
    padding: 0;
    font-size: 0.85rem;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    padding: 5px 10px;
    color: #dfcc6f;
    border: 1px solid #dfcc6f79;
    background: rgba(0, 0, 0, 0.4);
}

.pagination li a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
}

.pagination .active a{
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
}