@charset "UTF-8";
/*********** 主畫面(首頁) ***********/
/* 首頁 */
.main {
    display: flex;
    align-items: flex-start;
}
/* 遊戲頁籤 */
.gamebar_box {
    position: relative;
    margin: 0 auto .5rem;
    z-index: 15;
}
/* 隱藏選取的radio(圓點) */
input.game_radio {
    position: absolute;
    opacity: 0;
}
/* 頁籤分頁的外層(讓分頁超出畫面可滑動設定) */
.game_tab_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3rem;
    background:#ecf4f9;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
}
/* 頁籤分頁標題 */
.game_name {
    /* position: relative; */
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border-radius: .5rem;
    cursor: pointer;
}
/* 頁籤內容(讓分頁超出畫面可滑動設定) */
.gamebox_open {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 48px;
    z-index: 15;
}
/* 隱藏頁籤內容 */
.gamebox_list {
    display: flex;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 0 0 20px 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgb(240, 240, 240, .9);
    box-shadow: 0 10px 10px -10px rgb(0, 0, 0, .1);
    cursor: pointer;
}
/* 點選後秀出隱藏的內容 */
.game_name:hover .gamebox_open {
    display: flex;
}
/* 頁籤標題-滑過、選取效果 */
.game_name:hover,
.game_name:active,
.game_name:focus,
#gameRadio1:checked ~ .game_tabbox .game_tab_menu [for="gameRadio1"],
#gameRadio2:checked ~ .game_tabbox .game_tab_menu [for="gameRadio2"],
#gameRadio3:checked ~ .game_tabbox .game_tab_menu [for="gameRadio3"],
#gameRadio4:checked ~ .game_tabbox .game_tab_menu [for="gameRadio4"],
#gameRadio5:checked ~ .game_tabbox .game_tab_menu [for="gameRadio5"],
#gameRadio6:checked ~ .game_tabbox .game_tab_menu [for="gameRadio6"],
#gameRadio7:checked ~ .game_tabbox .game_tab_menu [for="gameRadio7"] {
    color: #fff;
    background: linear-gradient(to bottom, #93bfd8 0%,#6995a6 100%);
}
.game_tab_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.game_text {
    display: inline-block;
    width: auto;
    word-break: break-word;
    font-size: 20px;
}
.game_name img,
.game_tab_icon {
    margin-right: 5px;
}
.icon_Hot {
    background: url(../images/icon/icon-hot-bar.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.icon_Sport {
    background: url(../images/icon/icon-sports.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.icon_Live {
    background: url(../images/icon/icon-live.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.icon_Multi {
    background: url(../images/icon/icon-card.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.icon_Slot {
    background: url(../images/icon/icon-slot.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.icon_Lottery {
    background: url(../images/icon/icon-lottery.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.icon_Fishing {
    background: url(../images/icon/icon-fish.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.icon_Racing {
    background: url(../images/icon/icon-racing.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.icon_Promotions {
    background: url(../images/icon/icon-promotions.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.game_name:hover .icon_Hot,
.game_name:active .icon_Hot,
.game_name:focus .icon_Hot {
    background: url(../images/icon/icon-hot-bar-a.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.game_name:hover .icon_Sport,
.game_name:active .icon_Sport,
.game_name:focus .icon_Sport {
    background: url(../images/icon/icon-sports-a.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.game_name:hover .icon_Live,
.game_name:active .icon_Live,
.game_name:focus .icon_Live {
    background: url(../images/icon/icon-live-a.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.game_name:hover .icon_Multi,
.game_name:active .icon_Multi,
.game_name:focus .icon_Multi {
    background: url(../images/icon/icon-card-a.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.game_name:hover .icon_Slot,
.game_name:active .icon_Slot,
.game_name:focus .icon_Slot {
    background: url(../images/icon/icon-slot-a.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.game_name:hover .icon_Lottery,
.game_name:active .icon_Lottery,
.game_name:focus .icon_Lottery {
    background: url(../images/icon/icon-lottery-a.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.game_name:hover .icon_Fishing,
.game_name:active .icon_Fishing,
.game_name:focus .icon_Fishing {
    background: url(../images/icon/icon-fish-a.png?2023102401) no-repeat;
    background-size: 100% auto;
}
.game_name:hover .icon_Racing,
.game_name:active .icon_Racing,
.game_name:focus .icon_Racing {
    background: url(../images/icon/icon-racing-a.png?072702) no-repeat;
    background-size: 100% auto;
}
.game_name:hover .icon_Promotions,
.game_name:active .icon_Promotions,
.game_name:focus .icon_Promotions {
    background: url(../images/icon/icon-promotions-a.png?072702) no-repeat;
    background-size: 100% auto;
}
.gamebox_open .gamebox_list > .game_item {
    position: relative;
    /* flex: 1; */
    width: 210px;
    height: 210px;
    margin: 30px 25px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    /* overflow: hidden; */
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
}
/* 遊戲館-背景圖 */
/* .gamebox_open .gamebox_list.sports > .game_item {
    background: url(../images/games/Sport/bg-sports.jpg?2023102401) center center no-repeat;
    background-size: cover;
}
.gamebox_open .gamebox_list.live > .game_item {
    background: url(../images/games/Live/bg-live.jpg?2023102401) center center no-repeat;
    background-size: cover;
}
.gamebox_open .gamebox_list.multi > .game_item {
    background: url(../images/games/Multi/bg-multi.jpg?2023102401) center center no-repeat;
    background-size: cover;
}
.gamebox_open .gamebox_list.slot > .game_item {
    background: url(../images/games/Slot/bg-slot.jpg?2023102401) center center no-repeat;
    background-size: cover;
}
.gamebox_open .gamebox_list.lottery > .game_item {
    background: url(../images/games/Lottery/bg-lottery.jpg?2023102401) center center no-repeat;
    background-size: cover;
}
.gamebox_open .gamebox_list.fishing > .game_item {
    background: url(../images/games/Fishing/bg-fishing.jpg?2023102401) center center no-repeat;
    background-size: cover;
}
.gamebox_open .gamebox_list.racing > .game_item {
    background: url(../images/games/Racing/bg-racing.jpg?2023102401) center center no-repeat;
    background-size: cover;
} */
.gamebox_open .gamebox_list > .game_item > img,
.gamebox_open .gamebox_list .group-4 > .game_item img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: .2s ease-in;
}
.gamebox_open .gamebox_list > .game_item:hover > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gamebox_open .gamebox_list > .game_item .game_logo {
    position: absolute;
    bottom: -25px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 2.8rem;
    -webkit-border-radius: 50px 5px 50px 0;
    -moz-border-radius: 50px 5px 50px 0;
    -ms-border-radius: 50px 5px 50px 0;
    -o-border-radius: 50px 5px 50px 0;
    border-radius: 50px 5px 50px 0;
    /* background: linear-gradient(0deg, #ccb51b 0%, #e3c773 52%, #bd9b45 100%); */
    background: rgba(151,151,151,.5);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    box-shadow: 0 10px 10px -10px rgb(0, 0, 0, .1);
}
.gamebox_open .gamebox_list>.game_item:hover .game_logo {
    background: rgb(241, 218, 54);
    background: -moz-linear-gradient(top, rgba(241, 218, 54, 1) 0%, rgba(254, 252, 234, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241, 218, 54, 1)), color-stop(100%, rgba(254, 252, 234, 1)));
    background: -webkit-linear-gradient(top, rgba(241, 218, 54, 1) 0%, rgba(254, 252, 234, 1) 100%);
    background: -o-linear-gradient(top, rgba(241, 218, 54, 1) 0%, rgba(254, 252, 234, 1) 100%);
    background: -ms-linear-gradient(top, rgba(241, 218, 54, 1) 0%, rgba(254, 252, 234, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 218, 54, 1) 0%, rgba(254, 252, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1da36', endColorstr='#fefcea', GradientType=0);
    transition: background-color 5s;
}
.gamebox_open .gamebox_list > .game_item .game_logo img {
    width: auto;
    height: 2.5rem;
    max-width: 12rem;
    -o-object-fit: unset;
    object-fit: unset;
}
.gamebox_open .gamebox_list > .game_item .new_game,
.gamebox_open .gamebox_list > .game_item .hot_game {
    position: absolute;
    left: .3rem;
    top: .5rem;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/games/game-new.png?2023102401) center center no-repeat;
    background-size: 100% auto;
}
.gamebox_open .gamebox_list > .game_item .hot_game {
    background: url(../images/games/game-hot.png?2023102401) center center no-repeat;
    background-size: 70% auto;
}
.game-maintain {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    z-index: 16;
}
/* 廣告輪播 */
.flexslider {
    position: relative;
}
.flexslider img {
    width: 100%;
}
.flexslider .slides>li {
    display: none;
}
.flex-direction-nav,
.flex-control-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    z-index: 5;
}
.flex-direction-nav li,
.flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
    zoom: 1;
}
.flex-direction-nav li a,
.flex-control-paging li a {
    display: block;
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,.5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 0 3px rgba(255,255,255,.3);
    -o-box-shadow: inset 0 0 3px rgba(255,255,255,.3);
    box-shadow: inset 0 0 3px rgba(255,255,255,.3);
    text-indent: -9999px;
    cursor: pointer;
}
.flex-direction-nav li a.flex-active,
.flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
}
.flex-direction-nav li a:hover,
.flex-control-paging li a:hover {
    background: rgba(255,255,255,.7);
}
/* 跑馬燈 */
.marquee_box {
    display: flex;
    align-items: center;
    height: 2rem;
    padding: 0 1rem;
    margin-top: .5rem;
    background: #e2f4fd;
}
.marquee_box i {
    font-size: 1.4rem;
    margin-right: 1rem;
}
.marquee {
    width: 100%;
    font: normal normal 1.2rem/2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    vertical-align: middle;
    overflow: hidden;
}
.marquee span {
    padding-right: 5rem;
}
/* 熱門 */
.winhot_box {
    flex: 1;
    margin-right: 1rem;
}
.win_title {
    display: flex;
    align-items: center;
    height: 3rem;
    font: normal bold 1.8rem/1.8rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.icon_hot {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    animation: hot 2.5s .15s linear infinite;
}
@keyframes hot {
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    100%,50% {
        transform: rotate(0);
    }
}
.winhot_box .has-2,
.winhot_box .has-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.winhot_box .has-2 > a,
.winhot_box .has-3 > a {
    position: relative;
    margin: 5px;
}
.winhot_box .has-2 > a:first-of-type {
    margin-top: 0;
    margin-left: 0;
}
.winhot_box .has-2 > a:last-of-type {
    margin-top: 0;
}
.winhot_box .has-3 > a:first-of-type {
    margin-left: 0;
}
.has-3 .hot_icon05,
.has-3 .hot_icon06 {
    width: 50%;
}
.winhot_box .hot_words {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    height: 3.5rem;
    padding: 0 3.5rem 0 1rem;
    text-align: center;
    font: normal bold 1.3rem/1.3rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background: url(../images/index/hot-title-bg.png?2023102401) no-repeat;
    background-size: 100%;
}
.winhot_box .has-2 > a img,
.winhot_box .has-3 > a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.winnews_box {
    width: 50%;
}
a.winnews_more,
input.winnews_more {
    padding: 10px;
    color: #f00;
    font: normal bold 1rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background: #ffcb44;
    background: -moz-linear-gradient(-45deg,  #ffcb44 0%, #ffea2a 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffcb44), color-stop(100%,#ffea2a));
    background: -webkit-linear-gradient(-45deg,  #ffcb44 0%,#ffea2a 100%);
    background: -o-linear-gradient(-45deg,  #ffcb44 0%,#ffea2a 100%);
    background: -ms-linear-gradient(-45deg,  #ffcb44 0%,#ffea2a 100%);
    background: linear-gradient(135deg,  #ffcb44 0%,#ffea2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb44', endColorstr='#ffea2a',GradientType=1 );
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}
a.winnews_more:hover,
a.winnews_more:active,
a.winnews_more:focus,
input.winnews_more:hover,
input.winnews_more:active,
input.winnews_more:focus {
    color: #f00;
}
/* 簽到送禮金 */
.checkin_box {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    z-index: 105;
}
.check-in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    width: 26.8vw;
    height: 96.1333vw;
    background: url(../images/index/float-btn-bg.png?0122701) center center no-repeat;
    background-size: contain;
}
.check-in .checkin-title {
    position: absolute;
    top: 18vw;
    width: 70%;
    color: #944e00;
    text-align: center;
    font: normal bold 3vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.check-in .checkin-title span,
.check-in .checkin-title div {
    display: inline-block;
    vertical-align: middle;
}
.check-in .checkin-title .money {
    color: #002aff;
    font: normal bold 4vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.check-in .days {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    padding: 3%;
    margin-top: 43vw;
    color: #333;
    text-align: center;
    font: normal bold 1.1vw/1.1vw "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    background: rgba(255,255,255,.2);
    -webkit-border-radius: 1.5vw;
    -moz-border-radius: 1.5vw;
    -ms-border-radius: 1.5vw;
    -o-border-radius: 1.5vw;
    border-radius: 1.5vw;
}
.check-in .days img {
    width: 2.6667vw;
    margin-bottom: 0.0667vw;
}
/* 共用等級表 */
.percentage {
    margin: 1.2667vw auto;
    color: #fff
}
.percentage .container {
    position: relative;
    height: 0.75vw;
    text-align: left;
    background: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 2.6667vw;
    -moz-border-radius: 2.6667vw;
    -ms-border-radius: 2.6667vw;
    -o-border-radius: 2.6667vw;
    border-radius: 2.6667vw;
}
.percentage .container span {
    position: absolute;
    top: -2px;
    left: -1px;
    height: 100%;
    background: #005fa2;
    border: 2px solid #fff;
    -webkit-border-radius: 2.6667vw;
    -moz-border-radius: 2.6667vw;
    -ms-border-radius: 2.6667vw;
    -o-border-radius: 2.6667vw;
    border-radius: 2.6667vw;
}
.percentage .container span:after,
.percentage .container span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    -o-transform: translate(50%,-50%);
    transform: translate(50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.percentage .container span:before {
    width: 2vw;
    height: 2vw;
    background: rgba(255, 255, 255, .3);
}
.percentage .container span:after {
    width: 1.4vw;
    height: 1.4vw;
    background: #fff;
}
.percentage .money {
    margin-top: 0.855vw;
    color: #fff;
    text-align: center;
    font: normal bold 1.2vw/1.2vw "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.check-in .percentage {
    width: 80%;
}
.check-in .explain {
    margin: 0.6667vw 0 0 0;
    color: #fff;
    font: normal normal 1.05vw/1.25vw "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
.check-in .explain li {
    margin: 0 0 5px 0;
}
.check-in .percentage .btn_box {
    padding: 0;
    margin: 10px auto;
}
.check-in .percentage input[type="button"] {
    /* width: 75%; */
    color: #fff;
    padding: 5px 0;
    font-size: 1.5rem;
    text-shadow: 1px 0 2px #000;
    background: linear-gradient(180deg, #f9d27f 0, #c6993c 50%, #7b5d31 100%);
    border: 2px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 50px;
}
.check-in .percentage input[type="button"]:hover,
.check-in .percentage input[type="button"]:active,
.check-in .percentage input[type="button"]:focus {
    background: linear-gradient(180deg, #f4d697 0, #d5a747 50%, #937344 100%);
}
.check-in .close {
    position: absolute;
    left: 3vw;
    top: 29.5vw;
    -webkit-transform: translate(-50%, 2vw);
    -moz-transform: translate(-50%, 2vw);
    -ms-transform: translate(-50%, 2vw);
    -o-transform: translate(-50%, 2vw);
    transform: translate(-50%, 2vw);
    cursor: pointer;
}
.check-in .close i {
    position: relative;
    display: inline-block;
    width: 2.5vw;
    height: 2.5vw;
    line-height: 2.5vw;
    color: #000;
    font-size: 1.5vw;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/*********  以下為 手機畫面_設定  *********/
/* 寬度大於 1024px (電腦)*/
@media screen and (min-width: 1024px) {
    /* 廣告輪播 */
    .flexslider img {
        height: 450px
    }
    .flex-direction-nav,
    .flex-control-nav {
        bottom: 0;
        width: 100%;
        padding: 10px 0;
    }
    .flex-direction-nav li,
    .flex-control-nav li {
        margin: 0 10px;
    }
    .flex-direction-nav li a,
    .flex-control-paging li a {
        width: 36px;
        height: 10px;
        background: rgba(255,255,255,.5);
        border: 1px solid #a5a5a596;
    }
    .flexslider img {
        height: 450px
    }
    .flex-direction-nav,
    .flex-control-nav {
        bottom: 0;
        width: 100%;
        padding: 10px 0;
    }
    .flex-direction-nav li,
    .flex-control-nav li {
        margin: 0 10px;
    }
    .flex-direction-nav li a,
    .flex-control-paging li a {
        width: 36px;
        height: 10px;
        background: rgba(255,255,255,.5);
        border: 1px solid #a5a5a596;
    }
}

/* 寬度大於 1920px (電腦)*/
@media screen and (min-width: 1920px) {
    /* 首頁 */
    .game_text {
        width: 120px;
    }
}

/* 寬度大於 2540px (電腦)*/
@media screen and (min-width: 2540px) {
    /* 首頁 */
    .check-in .percentage input[type="button"] {
        font: normal normal 1.8rem/2.5rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}

/* 寬度介於 1301px - 1900px (ipad pro,舊電腦) */
@media screen and (min-width: 1301px) and (max-width: 1900px) {
    /* 首頁 */
    /* .gamebox_list {
        height: 17.5rem;
    } */
    .win_title {
        height: 3.5rem;
        font: normal bold 1.6rem/1.6rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .winhot_box .has-2 .hot_words {
        width: 45%;
        height: 3rem;
        padding: 0 3rem 0 .5rem;
        font: normal bold 1.2rem/1.3rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .winhot_box .has-3 .hot_words {
        width: 65%;
        height: 2.6rem;
        padding: 0 1.5rem 0 .5rem;
        font: normal bold 1.1rem/1.1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .winnews_content {
        height: 24.6rem;
    }
    .check-in .percentage input[type="button"] {
        font: normal normal 1.2rem/1.5rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}

/* 寬度介於 1024px - 1300px (ipad) */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    /* 首頁 */
    .game_tab_menu {
        height: 2.8rem;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }
    .game_name {
        padding: 0 10px;
    }
    .game_tab_icon {
        width: 25px;
        height: 25px;
    }
    /* .gamebox_list {
        height: 15.7rem;
    } */
    .gamebox_open .gamebox_list .slot {
        width: 9rem;
    }
    .win_title {
        height: 3.5rem;
        font: normal bold 1.6rem/1.6rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .winhot_box .has-2 .hot_words {
        width: 45%;
        height: 3rem;
        padding: 0 2rem 0 .5rem;
        font: normal bold 1.1rem/1.2rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .winhot_box .has-3 .hot_words {
        width: 65%;
        height: 2.5rem;
        padding: 0 1.5rem 0 .5rem;
        font: normal bold .95rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .winnews_content {
        height: 20.7rem;
    }
    .check-in .percentage input[type="button"] {
        font: normal normal 1.2rem/1.5rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
}

/* 寬度小於 1023px (平板+手機)*/
@media screen and (max-width: 1023px) {
    /* 共用容器 */
    .share_container_s,
    .share_container_m,
    .share_container_l {
        width: 96%;
    }
    /* 首頁 */
    .game_name {
        width: calc(100% / 7);
        padding: 0 5px;
    }
    .game_name img,
    .game_tab_icon {
        margin-right: 0;
    }
    .game_text {
        width: 65px;
    }
    /* .gamebox_list {
        height: 15.7rem;
    } */
    .gamebox_open .gamebox_list > .game_item .game_logo {
        height: 2.5rem;
    }
    .gamebox_open .gamebox_list > .game_item .game_logo img {
        width: auto;
        height: 1.6rem;
        max-width: 8rem;
        -o-object-fit: unset;
        object-fit: unset;
    }
    .win_title {
        height: 3rem;
        font: normal bold 1.5rem/1.5rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .winhot_box .has-2 .hot_words {
        width: 45%;
        height: 3rem;
        padding: 0 2rem 0 .5rem;
        font: normal bold 0.95rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .winhot_box .has-3 .hot_words {
        width: 65%;
        height: 2rem;
        padding: 0 1.5rem 0 .5rem;
        font: normal bold 0.9rem/1rem "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    }
    .winnews_content {
        height: 15.2rem;
    }
    .winnews_content .winnews_list {
        height: 2.55rem;
        padding: 0 5px;
    }
    .webtree_box .item {
        margin-left: 10px;
    }
}

/* 寬度介於 901px - 1023px (ipad) */
@media screen and (min-width: 901px) and (max-width: 1023px) {
}

/* 寬度介於 751px - 900px (iPad, 手機橫放) */
@media screen and (min-width: 751px) and (max-width: 900px) {
    /* .gamebox_list {
        height: 12rem;
    } */
}

/* 寬度介於 671px - 750px (iPad, 手機橫放) */
@media screen and (min-width: 671px) and (max-width: 750px) {
}

/* 寬度介於 551px - 670px (手機橫放) */
@media screen and (min-width: 551px) and (max-width: 670px) {
}

/* 寬度介於 401px - 550px (iPhone 6+) */
@media screen and (min-width: 401px) and (max-width: 550px) {
}

/* 寬度介於 321px - 400px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 321px) and (max-width: 400px) {
}

/* 寬度小於 320px */
@media screen and (max-width: 320px) {
}