@charset "UTF-8";
/*********** 主畫面(首頁) ***********/
/* 廣告輪播 */
.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);
}
/* 使用者選單 */
.user-info {
    width: 92%;
    margin: 3vw auto;
    padding: 5px;
    color: #354C76;
    background: linear-gradient(180deg, #fff 89.06%, #ebebeb 100%);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
/* .user-info a {
    color: #fff;
} */
.user-info a:hover,
.user-info a:active,
.user-info a:focus {
    color: #ff5700;
}
/* 跑馬燈 */
.marquee_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 30px);
    margin: 5px;
    padding: 5px 10px;
    /* color: #fff; */
    background: #f3f2ee;
    -webkit-box-shadow: 0 -1px 1px rgba(52, 53, 91, .3);
    -moz-box-shadow: 0 -1px 1px rgba(52, 53, 91, .3);
    -ms-box-shadow: 0 -1px 1px rgba(52, 53, 91, .3);
    -o-box-shadow: 0 -1px 1px rgba(52, 53, 91, .3);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.marquee_box i {
    display: inline-block;
    font-size: 1.5vw;
    vertical-align: middle;
}
.marquee {
    display: inline-block;
    width: calc(100% - 20px);
    font: normal normal 14px/14px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    vertical-align: middle;
    overflow: hidden;
}
.marquee span {
    padding-right: 10vw;
}
/* 使用者介面 */
.status-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 2%;
    word-break: break-word;
}
.user-status {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    font: normal normal 3vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.user-status .username {
    margin-bottom: 2vw;
}
.user-status .header_mem_money {
    font: normal bold 4vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.user-status .user-id {
    color: #2196F3;
    font-weight: bold;
}
.user-status .login-balance {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.user-status .login-balance img {
    width: 7.3333vw;
    margin-left: 2px;
}
.user-info .btn-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 60%;
}
.user-info .btn-item {
    width: 25%;
    font: normal normal 3vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    text-align: center;
}
.user-info .btn-list img {
    display: block;
    width: 10.6667vw;
    margin: 0 auto 1.6vw;
}
/* 遊戲介面選單 */
.home-game {
    display: flex;
    justify-content: space-between;
    height: 120vw;
    margin-top: 2.6667vw;
}
/* 左側半圓形選單 */
.home-game .tabs-list {
    position: relative;
    height: 127.9333vw;
    width: 27.4667vw;
    background: url(../images/games/tabs-list/left-bg.png?0122701) center center no-repeat;
    background-size: cover;
}
.tabs-list .game-tab {
    position: absolute;
    width: 13.3333vw;
    height: 13.3333vw;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
}
/*.tabs-list .game-tab.active:before {
    content: "";
    position: absolute;
    right: -6.1333vw;
    top: 50%;
    width: 6.1333vw;
    height: 8.5333vw;
    background: url(../images/games/tabs-list/menu-active-icon.png?2023121901) no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}*/
.tabs-list .game-tab.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* 左側按鈕1 */
.tabs-list .game-tab.gametype-tab-1 {
    background-image: url(../images/games/tabs-list/hot.png?0122701);
}
.tabs-list .game-tab:nth-child(1) {
    left: 0.6667vw;
    top: 6.6667vw;
}
.tabs-list .game-tab.active.gametype-tab-1:after {
    width: 10.1333vw;
    height: 9.3333vw;
    background-image: url(../images/games/tabs-list/m-hot.png?0122701);
}
/* 左側按鈕2 */
.tabs-list .game-tab.gametype-tab-2 {
    background-image: url(../images/games/tabs-list/sports.png?0122701);
}
.tabs-list .game-tab:nth-child(2) {
    left: 8.6667vw;
    top: 21.6667vw;
}
.tabs-list .game-tab.active.gametype-tab-2:after {
    width: 10.1333vw;
    height: 9.3333vw;
    background-image: url(../images/games/tabs-list/m-sports.png?0122701);
}
/* 左側按鈕3 */
.tabs-list .game-tab.gametype-tab-3 {
    background-image: url(../images/games/tabs-list/live.png?0122701);
}
.tabs-list .game-tab:nth-child(3) {
    left: 12.9333vw;
    top: 38.9667vw;
}
.tabs-list .game-tab.active.gametype-tab-3:after {
    width: 9.0667vw;
    height: 9.8667vw;
    background-image: url(../images/games/tabs-list/m-live.png?0122701);
}
/* 左側按鈕4 */
.tabs-list .game-tab.gametype-tab-4 {
    background-image: url(../images/games/tabs-list/lottery.png?0122701);
}
.tabs-list .game-tab:nth-child(4) {
    left: 14.4333vw;
    top: 55.6667vw;
}
.tabs-list .game-tab.active.gametype-tab-4:after {
    width: 12.2667vw;
    height: 10.1333vw;
    background-image: url(../images/games/tabs-list/m-lottery.png?0122701);
}
/* 左側按鈕5 */
.tabs-list .game-tab.gametype-tab-5 {
    background-image: url(../images/games/tabs-list/Multi.png?0122701);
}
.tabs-list .game-tab:nth-child(5) {
    left: 13.4667vw;
    top: 72.5333vw;
}
.tabs-list .game-tab.active.gametype-tab-5:after {
    width: 6.6667vw;
    height: 8.8vw;
    background-image: url(../images/games/tabs-list/m-Multi.png?0122701);
}
/* 左側按鈕6 */
.tabs-list .game-tab.gametype-tab-6 {
    background-image: url(../images/games/tabs-list/slot.png?0122701);
}
.tabs-list .game-tab:nth-child(6) {
    left: 8.6667vw;
    top: 89.1333vw;
}
.tabs-list .game-tab.active.gametype-tab-6:after {
    width: 12vw;
    height: 9.3333vw;
    background-image: url(../images/games/tabs-list/m-slot.png?0122701);
}
/* 左側按鈕7 */
.tabs-list .game-tab.gametype-tab-7 {
    background-image: url(../images/games/tabs-list/Fishing.png?0122701);
}
.tabs-list .game-tab:last-of-type {
    left: 0.6667vw;
    top: 104.3333vw;
}
.tabs-list .game-tab.active.gametype-tab-7:after {
    width: 10vw;
    height: 9.3333vw;
    background-image: url(../images/games/tabs-list/m-Fishing.png?0122701);
}
/* 按下效果圖 */
.tabs-list .game-tab.active {
    background-image: url(../images/games/tabs-list/m-bg.png?0122701);
}
/* .tabs-list .game-tab.active:before {
    content: "";
    position: absolute;
    right: -6.1333vw;
    top: 50%;
    width: 6.1333vw;
    height: 8.5333vw;
    background: url(../images/games/tabs-list/menu-active-icon.png?1202001) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    z-index: 2;
} */
/* 右邊遊戲選單 */
.home-game .game-list {
    width: 69.3333vw;
    height: 100%;
    overflow-y: auto;
}
.game-list .game {
    position: relative;
    width: 61.3333vw;
    height: 26.6667vw;
    margin-bottom: 2.6667vw;
    font: normal bold 4vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    -webkit-border-radius: 2.6667vw;
    -moz-border-radius: 2.6667vw;
    -ms-border-radius: 2.6667vw;
    -o-border-radius: 2.6667vw;
    border-radius: 2.6667vw;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
}
.game-list .game .game-bg {
    width: 100%;
    -webkit-border-radius: 2.6667vw;
    -moz-border-radius: 2.6667vw;
    -ms-border-radius: 2.6667vw;
    -o-border-radius: 2.6667vw;
    border-radius: 2.6667vw;
}
/* 維護中 */
.game-maintain {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    -webkit-border-radius: 2.6667vw;
    -moz-border-radius: 2.6667vw;
    -ms-border-radius: 2.6667vw;
    -o-border-radius: 2.6667vw;
    border-radius: 2.6667vw;
    z-index: 5;
}
.game-list .logobox {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    width: 100%;
    height: 100%;
}
.game-list .game-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: 26vw;
    padding: 0 0 0 3%;
    word-break: break-word;
}
.game-list .game-name {
    margin: 2% 0;
    text-align: left;
    font: normal bold 4.2vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.game-list .game-name span:first-of-type,
.game-list .game-subname span:first-of-type {
    margin-right: 5px;
}
.game-list .game-subname {
    width: 100%;
    margin: 2% 0;
    text-align: left;
    text-transform: uppercase;
    font: normal normal 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.game-list .newhot-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 10vw;
}
.game-list .newhot-box .icon-hot,
.game-list .newhot-box .icon-new {
    height: 8.5vw;
}
.game-list .newhot-box .game-logo {
    width: 24vw;
}
.game-list .game-enter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4.5333vw;
}
.game-list input.btn-game {
    color: #fff;
    font-size: 3vw;
    border: 0;
}
.game-type-1 input.btn-game {
    background: url(../images/games/game-icons/lottery-btn.png?2023121901) center center no-repeat;
    background-size: 75% auto;
}
.game-type-2 input.btn-game {
    background: url(../images/games/game-icons/sports-btn.png?2023121901) center center no-repeat;
    background-size: 75% auto;
}
.game-type-3 input.btn-game {
    background: url(../images/games/game-icons/live-btn.png?2023121901) center center no-repeat;
    background-size: 75% auto;
}
.game-type-4 input.btn-game {
    background: url(../images/games/game-icons/chess-btn.png?2023121901) center center no-repeat;
    background-size: 75% auto;
}
.game-type-5 input.btn-game {
    background: url(../images/games/game-icons/slot-btn.png?2023121901) center center no-repeat;
    background-size: 75% auto;
}
.game-type-6 input.btn-game {
    background: url(../images/games/game-icons/Racing-btn.png?2023121901) center center no-repeat;
    background-size: 75% auto;
}
.game-type-7 input.btn-game {
    background: url(../images/games/game-icons/Fishing-btn.png?2023121901) center center no-repeat;
    background-size: 75% auto;
}
.game-list .game.position-2 {
    -webkit-transform: translateX(4vw);
    -moz-transform: translateX(4vw);
    -ms-transform: translateX(4vw);
    -o-transform: translateX(4vw);
    transform: translateX(4vw);
}
.game-list .game.position-3 {
    -webkit-transform: translateX(6.6667vw);
    -moz-transform: translateX(6.6667vw);
    -ms-transform: translateX(6.6667vw);
    -o-transform: translateX(6.6667vw);
    transform: translateX(6.6667vw);
}
.game-list .game.position-4 {
    -webkit-transform: translateX(2.6667vw);
    -moz-transform: translateX(2.6667vw);
    -ms-transform: translateX(2.6667vw);
    -o-transform: translateX(2.6667vw);
    transform: translateX(2.6667vw);
}
.game-type-1 .game-name {
    color: #69d627;
}
.game-type-1 .game-subname {
    color: #aceb8e;
}
.game-type-2 .game-name {
    color: #fd7427;
}
.game-type-2 .game-subname {
    color: #ffb387;
}
.game-type-3 .game-name {
    color: #f33;
}
.game-type-3 .game-subname {
    color: #ff8b8c;
}
.game-type-4 .game-name {
    color: #e28904;
}
.game-type-4 .game-subname {
    color: #f1c77c;
}
.game-type-5 .game-name {
    color: #f63dac;
}
.game-type-5 .game-subname {
    color: #fb92d0;
}
.game-type-6 .game-name {
    color: #00b460;
}
.game-type-6 .game-subname {
    color: #4cda92;
}
.game-type-7 .game-name {
    color: #0076da;
}
.game-type-7 .game-subname {
    color: #73baf6;
}
/* 漂浮廣告 */
.float-btn {
    position: fixed;
    right: 5%;
    bottom: 23vw;
    width: 15vw;
    animation-name: ani-updown; /*動畫名稱(自訂)*/
    animation-duration: 1.5s; /*一次完整動畫時間為4秒*/
    animation-iteration-count: infinite; /*播放次數為無限次*/
    animation-direction: alternate; /*播放方向為先正向再反向*/
    cursor: pointer;
    z-index: 9;
}
@keyframes ani-updown {
    0%   {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
/* 簽到送禮金 */
.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: 76.8vw;
    height: 123.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 Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.check-in .days {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    padding: 3%;
    margin-top: 45vw;
    color: #555;
    text-align: center;
    font: normal bold 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    background: rgba(255, 255, 255, .3);
    -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: 6.6667vw;
    margin-bottom: 1.0667vw;
}
/* 共用等級表 */
.percentage {
    margin: 4.2667vw auto;
    color: #fff
}
.percentage .container {
    position: relative;
    height: 1.5vw;
    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: 4vw;
    height: 4vw;
    background: rgba(255, 255, 255, .3);
}
.percentage .container span:after {
    width: 2.4vw;
    height: 2.4vw;
    background: #fff;
}
.percentage .money {
    margin-top: 1.0667vw;
    color: #2a506c;
    text-align: center;
    font: normal bold 3.2vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.check-in .percentage {
    width: 80%;
}
.check-in .explain {
    margin: 2.6667vw 0 0 0;
    color: #666;
    font: normal normal 3.5vw/4vw "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;
    text-shadow: 1px 0 2px #000;
    background: linear-gradient(to bottom, #fffde6 0%,#f79b4b 50%,#b36f1c 100%);
    border: 2px solid #fff;
}
.check-in .percentage input[type="button"]:hover,
.check-in .percentage input[type="button"]:active,
.check-in .percentage input[type="button"]:focus {
    background: linear-gradient(to bottom, #eee2b1 0%,#f07000 50%,#844c08 100%);
}
.check-in .close {
    position: absolute;
    left: 3.5vw;
    top: 0.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: 10vw;
    height: 10vw;
    line-height: 10vw;
    color: #000;
    font-size: 6vw;
    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%;
}
/* 跳框-最新消息 */
.flash_icon {
    max-width: 50px;
}
.flash_msg {
    width: calc(100% - 55px);
    margin-left: 5px;
}
.flash_title {
    margin-bottom: 0.3vw;
    color: #555;
    font: normal bold 4vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.flash_text {
    color: #aaa;
    font: normal normal 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.flash_box {
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.flash_box.line {
    border-bottom: 1px solid #ccc;
}
.flash_detail {
    padding: 1vw;
    color: #555;
}
/* 跳框-快速轉帳 */
.points_left, .points_right {
    display: inline-block;
    width: 48.5%;
    padding-bottom: 5%;
    vertical-align: top;
}
.money_set {
    height: 45px;
    line-height: 45px;
    background-color: #d5d5d5;
    border-radius: 3px;
    text-align: center;
    color: #00ae08;
    font-size: 1.2em;
}
/*********** 存款教學 ***********/
.dphelp_title {
    margin: 1.5vw 0;
    color: #888;
    font: normal normal 4vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.dphelp_content img {
    width: 100%;
    margin: 2vw 0;
}
/*********** APP ***********/
.appbox_ios,
.appbox_android {
    position: relative;
    margin: auto;
    text-align: center;
    z-index: 4;
}
.app_bg {
    width: 100%;
}
.btn_android,
input.btn_android,
a.btn_android,
.btn_ios,
input.btn_ios,
a.btn_ios {
    position: absolute;
    margin: auto;
    color: #fff;
    text-align: center;
    font: normal normal 20px/20px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    z-index: 5;
}
.btn_android,
input.btn_android,
a.btn_android {
    top: 18%;
    left: 5%;
    width: 90%;
    margin: auto;
    font: normal normal 20px/20px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    background-color: #b9a495;
}
.btn_ios,
input.btn_ios,
a.btn_ios {
    top: 5.5%;
    left: 28%;
    background-color: #b9a495;
}
.appbox_ios .setup,
.appbox_android .setup {
    position: absolute;
    padding: 5px 15px;
    color: #ab8e7a;
    font: normal bold 20px/20px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    border: 1px solid #ab8e7a;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    z-index: 5;
}
.appbox_android .setup.android {
    top: 3%;
    right: 1rem;
}
.appbox_ios .setup.ios {
    top: 5.5%;
    right: 5%;
}
#slider_app .cm_track {
    width: 90%;
    margin: auto;
}
/*********** VIP中心 ***********/
.vip.has-footer {
    background-color: #f5f5f5;
}
.vip-detail {
    padding-top: 5vw;
    min-height: 100vh;
    color: #333;
    background: url(../images/members/vip-detail-bg.png) top left #f5f5f5 no-repeat;
    background-size: 100% auto;
}
.vip-detail .share-tab-nav {
    background: transparent;
}
.vip-detail .share-tab {
    color: #795428;
    font: normal normal 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.vip-detail .share-tab.active {
    font-weight: bold;
}
.vip-detail .share-tab.active:after {
    content: "";
    left: 25%;
    width: 50%;
    height: 5px;
    background-color: #795428;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.vip-detail .level-box {
    position: relative;
    width: 89%;
    height: 30vw;
    margin: 0 auto;
    padding: 4%;
    color: #795428;
    text-align: center;
    background: linear-gradient(269.74deg, #E6C487 0.08%, #FAEAC6 99.64%);
    -webkit-border-radius: 2.6667vw;
    -moz-border-radius: 2.6667vw;
    -ms-border-radius: 2.6667vw;
    -o-border-radius: 2.6667vw;
    border-radius: 2.6667vw;
}
.vip-detail .icon-level {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font: normal normal 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.vip-detail .icon-level img {
    width: 14vw;
    margin-left: 10px;
}
.vip-detail .percentage {
    margin-top: 10vw;
}
.vip-detail .percentage .container {
    width: 100%;
    margin-bottom: 3.2vw;
}
.vip-gift-box {
    margin: 12vw auto 0;
}
.vip-gift-box .gift-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 21.3333vw;
    margin: 0 auto 2.6667vw;
    background: url(../images/members/detail-item.png) top center no-repeat;
    background-size: auto 100%;
}
.vip-gift-box .card-l {
    display: flex;
    align-items: center;
    padding-left: 2.6667vw;
}
.vip-gift-box .card-l .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.3333vw;
    height: 13.3333vw;
    margin-right: 2vw;
    background: #d7b174;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.vip-gift-box .card-l .icon img {
    width: 60%;
}
.vip-gift-box .card-l .card-title {
    margin-bottom: 5px;
    font: normal bold 4.2vw/4.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.vip-gift-box .card-l .card-text {
    color: #d7b174;
    font: normal normal 3vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.vip-gift-box .card-r {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    color: #d7b174;
    font: normal normal 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.vip-gift-box .card-r .vip_money {
    margin-left: 1vw;
    font: normal normal 8vw/8.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
/*********** 線上客服 ***********/
.service-page {
    background: linear-gradient(318.16deg,#cfb794 3.08%,#fff9ed);
}
.service-content {
    height: 62.8vw;
    display: flex;
    justify-content: space-between;
}
.service-content .sr-img {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    width: 40%;
}
.service-content .sr-img img {
    width: 100%;
}
.service-content .left {
    padding: 20.8vw 0 0 8.5333vw;
}
.service-content .service-btn {
    /*width: 41.0667vw;*/
    margin-top: 9.0667vw;
    color: #fff;
    text-align: center;
    font: normal normal 4.2vw/5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    background: #7c5f4e;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.service-list {
    padding: 7.1333vw 9.8667vw 4vw 12.8667vw;
    background-color: #fff;
    -webkit-border-radius: 22vw 0 0 0;
    -moz-border-radius: 22vw 0 0 0;
    -ms-border-radius: 22vw 0 0 0;
    -o-border-radius: 22vw 0 0 0;
    border-radius: 22vw 0 0 0;
}
.service-list .service-item {
    height: 18.3333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.service-list .service-item:last-of-type {
    border: 0;
}
.service-list .service-item img {
    width: 13.3333vw;
}
.service-list .service-item .more {
    width: 3.7333vw;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sr-title {
    margin-bottom: 5px;
    color: #555;
    font: normal bold 4.8vw/5.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
.sr-text {
    color: #999;
    font: normal normal 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
}
/*QR image*/
.popup .qr_code {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 34.9333vw; */
    margin: 0 auto;
    color: #000;
    /* background: #D9D9D9;
    -webkit-border-radius: 1.6vw;
    -moz-border-radius: 1.6vw;
    -ms-border-radius: 1.6vw;
    -o-border-radius: 1.6vw;
    border-radius: 1.6vw; */
}
/* 註冊頁面 */
.register .tipsNG_set {
    padding: 0.5em 0.8em;
    color: #fff;
    font-size: 0.5em;
    background-color: #e80000;
    border: none;
    border-radius: 0.3em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    z-index: 50;
    position: relative;
    display: flex;
    justify-content: space-around;
}
.tipsNG_set .tips_arrow {
    position: absolute;
    left: 5px;
    top: -8px;
    border: 8px dashed transparent;
    border-right-style: solid;
    border-right-color: #e80000;
    z-index: 45;
}
.register .tipsOK_set {
    position: relative;
    display: flex;
    justify-content: space-around;
}
div#tipsMobile {
    position: absolute;
    right: 1%;
}
.tips_icon_warning, .tips_icon_accept, .tips_icon_error {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
}
.tips_icon_error {
    position: relative;
    background: url(../images/icons/btn_tips.png?2023121901) no-repeat 0 -65px;
    background-size: 100% auto;
    width: 15px;
    height: 15px;
    z-index: 50;
}
.tips_icon_accept {
    background: url(../images/icons/btn_tips.png?2023121901) no-repeat 0 -50px;
    background-size: 100% auto;
    width: 15px;
    height: 15px;
}
.tips_icon_warning {
    background: url(../images/icons/btn_tips.png?2023121901) no-repeat 0 -35px;
    background-size: 100% auto;
    width: 15px;
    height: 15px;
}
/*********  以下為 手機畫面_設定  *********/
/* 寬度大於 1024px (電腦)*/
@media screen and (min-width: 1024px) {
    /* 首頁 */
    .user-info {
        padding: 1vw;
    }
    /* 廣告輪播 */
    .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;
    }
    /* 使用者介面 */
    .status-box {
        padding: 1% 2%;
    }
    .marquee {
        font: normal normal 1.2rem/30px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .user-info .btn-list img {
        width: 6.6667vw;
        margin: 0 auto 1vw;
    }
    .user-status .login-balance img {
        width: 5vw;
        margin-left: 8px;
    }
    .user-status,
    .user-info .btn-item {
        font: normal normal 1.8vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .user-status .header_mem_money {
        font: normal bold 3.2vw/3.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 遊戲選單 */
    .game-list .newhot-box {
        height: 12vw;
    }
    .game-list .newhot-box .icon-hot,
    .game-list .newhot-box .icon-new {
        height: 6.5vw;
    }
    .game-list .game,
    .game-list .game-name {
        font: normal bold 3vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game-subname {
        font: normal normal 2.2vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .newhot-box .game-logo {
        width: 28vw;
    }
    .game-list input.btn-game {
        font-size: 2vw;
    }
    .game-type-1 input.btn-game {
        background: url(../images/games/game-icons/lottery-btn.png) center center no-repeat;
        background-size: 100% auto;
    }
    .game-type-2 input.btn-game {
        background: url(../images/games/game-icons/sports-btn.png) center center no-repeat;
        background-size: 100% auto;
    }
    .game-type-3 input.btn-game {
        background: url(../images/games/game-icons/live-btn.png) center center no-repeat;
        background-size: 100% auto;
    }
    .game-type-4 input.btn-game {
        background: url(../images/games/game-icons/chess-btn.png) center center no-repeat;
        background-size: 100% auto;
    }
    .game-type-5 input.btn-game {
        background: url(../images/games/game-icons/slot-btn.png) center center no-repeat;
        background-size: 100% auto;
    }
    /* 漂浮廣告 */
    .float-btn {
        bottom: 12vw;
        width: 12vw;
    }
    /* 簽到送禮金 */
    .check-in {
        width: 32vw;
        height: 48vw;
    }
    .check-in .checkin-title {
        top: 60px;
        font: normal bold 2.2vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 3vw/2.2vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 18vw;
        font: normal normal 1.3vw/1.3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
        -webkit-border-radius: 0.8vw;
        -moz-border-radius: 0.8vw;
        -ms-border-radius: 0.8vw;
        -o-border-radius: 0.8vw;
        border-radius: 0.8vw;
    }
    .check-in .days img {
        width: 2.5vw;
        margin-bottom: 0.4vw;
    }
    .check-in .percentage {
        width: 85%;
        margin: 1vw auto;
    }
    .check-in .percentage .container {
        height: 0.4vw;
    }
    .check-in .percentage .container span:before {
        width: 1.5vw;
        height: 1.5vw;
    }
    .check-in .percentage .container span:after {
        width: 1vw;
        height: 1vw;
    }
    .check-in .percentage .money {
        margin-top: 0.5vw;
        font: normal bold 1.2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        margin-top: 0.7vw;
        font: normal normal 1.4vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .percentage .btn_box {
        width: 80%;
        margin: 20px auto;
    }
    .check-in .percentage input[type="button"] {
        width: 80%;
        font: normal bold 1.6vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .close {
        -webkit-transform: translate(-50%, 4vw);
        -moz-transform: translate(-50%, 4vw);
        -ms-transform: translate(-50%, 4vw);
        -o-transform: translate(-50%, 4vw);
        transform: translate(-50%, 4vw);
    }
    .check-in .close i {
        width: 3vw;
        height: 3vw;
        line-height: 3vw;
        font-size: 2vw;
    }
    /* 線上客服 */
    .service-content {
        height: 25.8vw;
    }
    .service-content .left {
        padding: 6.8vw 0 0 18.5333vw;
    }
    .service-content .sr-img {
        width: 35%;
    }
    .service-content .sr-img img {
        width: 50%;
    }
    .sr-title {
        margin-bottom: 1vw;
        font: normal bold 2.2vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .sr-text {
        font: normal normal 1.6vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .service-content .service-btn {
        width: 25.0667vw;
        margin-top: 5.0667vw;
        font: normal normal 2.5vw/3.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .service-list {
        padding: 1vw 18vw 1vw;
        -webkit-border-radius: 15vw 0 0 0;
        -moz-border-radius: 15vw 0 0 0;
        -ms-border-radius: 15vw 0 0 0;
        -o-border-radius: 15vw 0 0 0;
        border-radius: 15vw 0 0 0;
    }
    .service-list .service-item {
        height: 9.3333vw;
    }
    .service-list .service-item img {
        width: 6.3333vw;
    }
    .service-list .service-item .more {
        width: 2.7333vw;
    }
    /* VIP中心 */
    .vip-detail {
        padding-top: 2vw;
    }
    .vip-detail .level-box {
        width: 88%;
        height: 20vw;
        padding: 2%;
    }
    .vip-detail .share-tab,
    .vip-detail .icon-level {
        font: normal normal 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .vip-detail .icon-level img {
        width: 6vw;
    }
    .vip-detail .percentage {
        margin-top: 8vw;
    }
    .vip-detail .percentage .container {
        height: 0.6vw;
        margin-bottom: 1.2vw;
    }
    .vip-detail .percentage .container span:before {
        width: 1.7vw;
        height: 1.7vw;
    }
    .vip-detail .percentage .container span:after {
        width: 1.2vw;
        height: 1.2vw;
    }
    .vip-detail .percentage .money {
        margin-top: 0;
        font: normal bold 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .vip5-bg {
        width: 70%;
    }
    .vip-gift-box {
        margin: 3vw auto 0;
    }
    .vip-gift-box .gift-card {
        width: 84%;
        height: 18.3333vw;
        margin: 0 auto 1.6667vw;
    }
    .vip-gift-box .card-l .icon {
        width: 10.3333vw;
        height: 10.3333vw;
    }
    .vip-gift-box .card-l .card-title {
        margin-bottom: 10px;
        font: normal bold 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* APP */
    .btn_android,
    input.btn_android,
    a.btn_android,
    .btn_ios, input.btn_ios,
    a.btn_ios {
        padding: .8vw 4vw;
        font: normal normal 2.5vw/2.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .appbox_ios .setup,
    .appbox_android .setup {
        padding: .7vw 3vw;
        font: normal normal 2.5vw/2.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框-最新公告 */
    .flash_icon {
        max-width: 35px;
    }
    .flash_msg {
        margin-left: 0.5vw;
    }
    .flash_title {
        margin-bottom: 3px;
        font: normal bold 1vw/1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .flash_text {
        font: normal normal 0.8vw/0.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度大於 1920px (電腦)*/
@media screen and (min-width: 1920px) {
    /* 使用者介面 */
    .status-box {
        padding: 1%;
    }
    .marquee {
        height: 2rem;
        font: normal normal 1.5rem/2rem "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .user-status .login-balance img {
        width: 4vw;
    }
    .user-status,
    .user-info .btn-item {
        font: normal normal 1.6vw/1.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .user-status .header_mem_money {
        font: normal bold 2.6vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 漂浮廣告 */
    .float-btn {
        bottom: 10vw;
        width: 7vw;
    }
    /* 簽到送禮金 */
    .check-in {
        width: 23vw;
        height: 32vw;
    }
    .check-in .checkin-title {
        font: normal bold 1.8vw/1.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 2.6vw/1.8vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        width: 75%;
        padding: 2%;
        margin-top: 12vw;
        font: normal bold 0.8vw/0.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 1.8vw;
        margin-bottom: 0.2vw;
    }
    .check-in .percentage {
        width: 75%;
    }
    .check-in .percentage .container {
        height: 0.3vw;
    }
    .check-in .percentage .container span:before {
        width: 1.2vw;
        height: 1.2vw;
    }
    .check-in .percentage .container span:after {
        width: 0.8vw;
        height: 0.8vw;
    }
    .check-in .percentage .money {
        margin-top: 0.2vw;
        font: normal bold 0.8vw/1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        margin-top: 1vw;
        font: normal normal 0.9vw/1.1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in input.btn_big,
    .check-in a.btn_big {
        padding: 3px;
        font: normal bold 1.2vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .close i {
        width: 2vw;
        height: 2vw;
        line-height: 2.2vw;
        font-size: 1.2vw;
    }
    .check-in .percentage input[type="button"] {
        width: 75%;
        font: normal bold 1.1vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 線上客服 */
    .service-content {
        height: 23.8vw;
    }
    .service-content .left {
        padding: 6.8vw 0 0 22.5333vw;
    }
    .service-content .sr-img {
        width: 35%;
    }
    .service-content .sr-img img {
        width: 45%;
    }
    .ml10 {
        margin-left: 1vw;
    }
    .sr-title {
        margin-bottom: 0.5vw;
        font: normal bold 1.5vw/1.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .sr-text {
        font: normal normal 1.1vw/1.1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .service-content .service-btn {
        width: 22.0667vw;
        margin-top: 4.0667vw;
        font: normal normal 2vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .service-list {
        padding: 1vw 22vw 1vw;
        -webkit-border-radius: 15vw 0 0 0;
        -moz-border-radius: 15vw 0 0 0;
        -ms-border-radius: 15vw 0 0 0;
        -o-border-radius: 15vw 0 0 0;
        border-radius: 15vw 0 0 0;
    }
    .service-list .service-item {
        height: 6.3333vw;
    }
    .service-list .service-item img {
        width: 4vw;
    }
    .service-list .service-item .more {
        width: 1.7333vw;
    }
    /* VIP中心 */
    .vip-detail .level-box {
        width: 91%;
        height: 19vw;
        padding: 2%;
    }
    .vip-detail .share-tab,
    .vip-detail .icon-level {
        font: normal normal 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .vip-detail .icon-level img {
        width: 6vw;
    }
    .vip-detail .percentage {
        margin-top: 8vw;
    }
    .vip-detail .percentage .container {
        height: 0.6vw;
        margin-bottom: 1.2vw;
    }
    .vip-detail .percentage .money {
        margin-top: 0;
        font: normal bold 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .vip-gift-box .gift-card {
        width: 83%;
        height: 18.3333vw;
        margin: 0 auto 1.6667vw;
    }
    .vip-gift-box .card-l .card-title {
        margin-bottom: 10px;
        font: normal bold 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度介於 1301px - 1900px (ipad pro,舊電腦) */
@media screen and (min-width: 1301px) and (max-width: 1900px) {
    /* 簽到送禮金 */
    .check-in .checkin-title {
        top: 60px;
    }
    .check-in .explain {
        font: normal normal 1.2vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 線上客服 */
    .service-list {
        -webkit-border-radius: 10vw 0 0 0;
        -moz-border-radius: 10vw 0 0 0;
        -ms-border-radius: 10vw 0 0 0;
        -o-border-radius: 10vw 0 0 0;
        border-radius: 10vw 0 0 0;
    }
    .service-list .service-item {
        height: 8.3333vw;
    }
    /* 跳框-最新公告 */
    .flash_title {
        font: normal bold 1.3vw/1.3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .flash_text {
        font: normal normal 1.1vw/1.1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }

}

/* 寬度介於 1024px - 1300px (ipad) */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    /* 使用者介面 */
    .user-status,
    .user-info .btn-item {
        font: normal normal 2.2vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 遊戲選單 */
    .game-list .game,
    .game-list .game-name {
        font: normal bold 3vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 線上客服 */
    .service-content {
        height: 30.8vw;
    }
    .service-content .left {
        padding: 9.8vw 0 0 18.5333vw;
    }
    .service-content .sr-img img {
        width: 55%;
    }
    .service-list {
        -webkit-border-radius: 10vw 0 0 0;
        -moz-border-radius: 10vw 0 0 0;
        -ms-border-radius: 10vw 0 0 0;
        -o-border-radius: 10vw 0 0 0;
        border-radius: 10vw 0 0 0;
    }
    .service-list .service-item {
        height: 8.3333vw;
    }
    /* 簽到送禮金 */
    .check-in .checkin-title {
        top: 6vw;
    }
    /* 跳框-最新公告 */
    .flash_icon {
        max-width: 30px;
    }
    .flash_title {
        font: normal bold 1.5vw/1.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .flash_text {
        font: normal normal 1vw/1vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度小於 1023px (平板+手機)*/
@media screen and (max-width: 1023px) {
    /* 首頁 */
    .marquee_box i {
        font-size: 16px;
    }
    /* 簽到送禮金 */
    .checkin_box {
        position: absolute;
    }
    .check-in .close {
        left: 9vw;
        top: 2vw;
        -webkit-transform: translate(-50%, 10vw);
        -moz-transform: translate(-50%, 10vw);
        -ms-transform: translate(-50%, 10vw);
        -o-transform: translate(-50%, 10vw);
        transform: translate(-50%, 10vw);
    }
    .check-in .close i {
        width: 8vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 5vw;
    }
}

/* 寬度介於 901px - 1023px (ipad) */
@media screen and (min-width: 901px) and (max-width: 1023px) {
    /* 跑馬燈 */
    .marquee {
        font: normal normal 18px/18px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 使用者介面 */
    .user-status .login-balance img {
        width: 5.3333vw;
        margin-left: 5px;
    }
    .user-info .btn-list img {
        width: 8.6667vw;
        margin: 0 auto 1vw;
    }
    .user-status,
    .user-info .btn-item {
        font: normal normal 2.4vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game {
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game-name {
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game-name,
    .game-list .game-subname {
        margin: 0;
    }
    .game-list input.btn-game {
        font-size: 2vw;
    }
    .game-type-1 input.btn-game {
        background: url(../images/games/game-icons/lottery-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    .game-type-2 input.btn-game {
        background: url(../images/games/game-icons/sports-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    .game-type-3 input.btn-game {
        background: url(../images/games/game-icons/live-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    .game-type-4 input.btn-game {
        background: url(../images/games/game-icons/chess-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    .game-type-5 input.btn-game {
        background: url(../images/games/game-icons/slot-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    /* 漂浮廣告 */
    .float-btn {
        bottom: 12vw;
        width: 10vw;
    }
    /* 簽到送禮金 */
    .check-in {
        width: 45vw;
        height: 65vw;
    }
    .check-in .checkin-title {
        top: 8vw;
        font: normal bold 2.8vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 3.6vw/2.8vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 26vw;
        font: normal normal 1.7vw/1.7vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 3.6667vw;
        margin-bottom: 0.5vw;
    }
    .check-in .percentage {
        width: 90%;
        margin: 2vw auto;
    }
    .check-in .percentage .container {
        height: 0.7vw;
    }
    .check-in .percentage .container span:before {
        width: 2vw;
        height: 2vw;
    }
    .check-in .percentage .container span:after {
        width: 1.4vw;
        height: 1.4vw;
    }
    .check-in .percentage .money {
        margin-top: 0.5vw;
        font: normal bold 2vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        margin: 15px;
        font: normal normal 1.7vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .close {
        -webkit-transform: translate(-50%, 6vw);
        -moz-transform: translate(-50%, 6vw);
        -ms-transform: translate(-50%, 6vw);
        -o-transform: translate(-50%, 6vw);
        transform: translate(-50%, 6vw);
    }
    .check-in .close i {
        width: 5vw;
        height: 5vw;
        line-height: 5vw;
        font-size: 3vw;
    }
    /* APP */
    .btn_android,
    input.btn_android,
    a.btn_android,
    .btn_ios, input.btn_ios,
    a.btn_ios {
        padding: .8vw 4vw;
        font: normal normal 2.5vw/2.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .appbox_ios .setup,
    .appbox_android .setup {
        padding: .7vw 3vw;
        font: normal normal 2.5vw/2.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框-最新公告 */
    .flash_msg {
        margin-left: 0.7vw;
    }
    .flash_title {
        font: normal bold 2.5vw/2.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .flash_text {
        font: normal normal 2.2vw/2.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度介於 751px - 900px (iPad, 手機橫放) */
@media screen and (min-width: 751px) and (max-width: 900px) {
    /* 使用者介面 */
    .user-status .login-balance img {
        width: 5.3333vw;
        margin-left: 5px;
    }
    .user-info .btn-list img {
        width: 8.6667vw;
        margin: 0 auto 1vw;
    }
    .user-status,
    .user-info .btn-item {
        font: normal normal 2.4vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game {
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game-name {
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game-name,
    .game-list .game-subname {
        margin: 0;
    }
    .game-list input.btn-game {
        font-size: 2vw;
    }
    .game-type-1 input.btn-game {
        background: url(../images/games/game-icons/lottery-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    .game-type-2 input.btn-game {
        background: url(../images/games/game-icons/sports-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    .game-type-3 input.btn-game {
        background: url(../images/games/game-icons/live-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    .game-type-4 input.btn-game {
        background: url(../images/games/game-icons/chess-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    .game-type-5 input.btn-game {
        background: url(../images/games/game-icons/slot-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    /* 漂浮廣告 */
    .float-btn {
        bottom: 12vw;
        width: 10vw;
    }
    /* 簽到送禮金 */
    .check-in {
        width: 40vw;
        height: 58vw;
    }
    .check-in .checkin-title {
        top: 7vw;
        font: normal bold 2.8vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 3.6vw/2.8vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        margin-top: 20vw;
        font: normal bold 1.5vw/1.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 3.6667vw;
        margin-bottom: 0.5vw;
    }
    .check-in .percentage {
        width: 90%;
        margin: 2vw auto;
    }
    .check-in .percentage .container {
        height: 0.7vw;
    }
    .check-in .percentage .container span:before {
        width: 2vw;
        height: 2vw;
    }
    .check-in .percentage .container span:after {
        width: 1.4vw;
        height: 1.4vw;
    }
    .check-in .percentage .money {
        margin-top: 0.5vw;
        font: normal bold 2vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        margin: 10px;
        font: normal normal 18px/22px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .percentage input[type="button"] {
        font: normal bold 2.4vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .close {
        left: 6vw;
        top: 0;
        -webkit-transform: translate(-50%, 6vw);
        -moz-transform: translate(-50%, 6vw);
        -ms-transform: translate(-50%, 6vw);
        -o-transform: translate(-50%, 6vw);
        transform: translate(-50%, 6vw);
    }
    .check-in .close i {
        width: 4vw;
        height: 4vw;
        line-height: 4vw;
        font-size: 2.5vw;
    }
    /* APP */
    .btn_android,
    input.btn_android,
    a.btn_android,
    .btn_ios, input.btn_ios,
    a.btn_ios {
        padding: 1vw 5vw;
        font: normal normal 3vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .appbox_ios .setup,
    .appbox_android .setup {
        padding: 1vw 4vw;
        font: normal normal 3vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框-最新公告 */
    .flash_icon {
        max-width: 40px;
    }
    .flash_title {
        font: normal bold 2.4vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .flash_text {
        font: normal normal 2vw/2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度介於 671px - 750px (iPad, 手機橫放) */
@media screen and (min-width: 671px) and (max-width: 750px) {
    /* 使用者介面 */
    .user-status .login-balance img {
        width: 5.3333vw;
        margin-left: 5px;
    }
    .user-info .btn-list img {
        width: 8.6667vw;
        margin: 0 auto 1vw;
    }
    .user-status,
    .user-info .btn-item {
        font: normal normal 2.4vw/2.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game {
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game-name {
        font: normal bold 3.2vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game-name,
    .game-list .game-subname {
        margin: 0;
    }
    .game-list input.btn-game {
        font-size: 2vw;
    }
    .game-type-1 input.btn-game {
        background: url(../images/games/game-icons/lottery-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    .game-type-2 input.btn-game {
        background: url(../images/games/game-icons/sports-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    .game-type-3 input.btn-game {
        background: url(../images/games/game-icons/live-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    .game-type-4 input.btn-game {
        background: url(../images/games/game-icons/chess-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    .game-type-5 input.btn-game {
        background: url(../images/games/game-icons/slot-btn.png) center center no-repeat;
        background-size: 85% auto;
    }
    /* 漂浮廣告 */
    .float-btn {
        bottom: 12vw;
        width: 11vw;
    }
    /* 簽到送禮金 */
    .check-in {
        width: 36vw;
        height: 54vw;
    }
    .check-in .checkin-title {
        top: 7vw;
    }
    .check-in .days {
        padding: 2.2%;
        margin-top: 19vw;
        font: normal bold 1.5vw/1.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 3.6667vw;
        margin-bottom: 0.5vw;
    }
    .check-in .percentage {
        width: 90%;
        margin: 1vw auto;
    }
    .check-in .percentage .container {
        height: 0.7vw;
    }
    .check-in .percentage .container span:before {
        width: 2vw;
        height: 2vw;
    }
    .check-in .percentage .container span:after {
        width: 1.4vw;
        height: 1.4vw;
    }
    .check-in .percentage .money {
        font: normal bold 1.2vw/1.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        margin: 10px;
        font: normal normal 16px/18px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .close {
        left: 4vw;
        -webkit-transform: translate(-50%, 2vw);
        -moz-transform: translate(-50%, 2vw);
        -ms-transform: translate(-50%, 2vw);
        -o-transform: translate(-50%, 2vw);
        transform: translate(-50%, 2vw);
    }
    .check-in .close i {
        width: 5vw;
        height: 5vw;
        line-height: 5vw;
        font-size: 3vw;
    }
    /* 跳框-最新公告 */
    .flash_icon {
        max-width: 45px;
    }
    .flash_title {
        font: normal bold 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .flash_text {
        font: normal normal 2.2vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度介於 551px - 670px (手機橫放) */
@media screen and (min-width: 551px) and (max-width: 670px) {
    /* 使用者介面 */
    .user-status .login-balance img {
        width: 5.3333vw;
        margin-left: 5px;
    }
    .user-info .btn-list img {
        width: 7.6667vw;
        margin: 0 auto 1vw;
    }
    .game-list .game {
        font: normal bold 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .user-status,
    .user-info .btn-item {
        font: normal normal 2.5vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game-name {
        font: normal bold 3.4vw/3.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game-subname {
        font: normal normal 2.4vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list input.btn-game {
        font-size: 2.5vw;
    }
    .game-type-1 input.btn-game {
        background: url(../images/games/game-icons/lottery-btn.png) center center no-repeat;
        background-size: 80% auto;
    }
    .game-type-2 input.btn-game {
        background: url(../images/games/game-icons/sports-btn.png) center center no-repeat;
        background-size: 80% auto;
    }
    .game-type-3 input.btn-game {
        background: url(../images/games/game-icons/live-btn.png) center center no-repeat;
        background-size: 80% auto;
    }
    .game-type-4 input.btn-game {
        background: url(../images/games/game-icons/chess-btn.png) center center no-repeat;
        background-size: 80% auto;
    }
    .game-type-5 input.btn-game {
        background: url(../images/games/game-icons/slot-btn.png) center center no-repeat;
        background-size: 80% auto;
    }
    /* 漂浮廣告 */
    .float-btn {
        bottom: 12vw;
        width: 12vw;
    }
    /* 簽到送禮金 */
    .check-in {
        width: 40vw;
        height: 60vw;
    }
    .check-in .days {
        padding: 2.5%;
        margin-top: 22vw;
        font: normal bold 11px/12px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 3.2vw;
        margin-bottom: .5vw;
    }
    .check-in .percentage {
        width: 90%;
        margin: 2vw auto;
    }
    .check-in .percentage .container {
        height: 0.7vw;
    }
    .check-in .percentage .container span:before {
        width: 2vw;
        height: 2vw;
    }
    .check-in .percentage .container span:after {
        width: 1.4vw;
        height: 1.4vw;
    }
    .check-in .percentage .money {
        margin-top: .8vw;
        font: normal bold 1.6vw/1.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        margin: 0 10px;
        font: normal normal 14px/16px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .close {
        left: 5vw;
        -webkit-transform: translate(-50%, 3vw);
        -moz-transform: translate(-50%, 3vw);
        -ms-transform: translate(-50%, 3vw);
        -o-transform: translate(-50%, 3vw);
        transform: translate(-50%, 3vw);
    }
    .check-in .close i {
        width: 5vw;
        height: 5vw;
        line-height: 5vw;
        font-size: 3vw;
    }
    /* 跳框-最新公告 */
    .flash_icon {
        max-width: 45px;
    }
    .flash_title {
        font: normal bold 2.6vw/2.8vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .flash_text {
        font: normal normal 2.2vw/2.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度介於 401px - 550px (iPhone 6+) */
@media screen and (min-width: 401px) and (max-width: 550px) {
    /* 使用者介面 */
    .user-status .login-balance img {
        width: 7.3333vw;
        margin-left: 5px;
    }
    .user-info .btn-list img {
        width: 8.6667vw;
        margin: 0 auto 1vw;
    }
    .user-info .btn-list {
        width: 65%;
    }
    .user-status .header_mem_money {
        font: normal bold 4.2vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .game-list .game {
        font: normal bold 3.5vw/3.5vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .user-status,
    .user-info .btn-item {
        width: 35%;
        font: normal normal 3.2vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* VIP中心 */
    .vip-detail .share-tab,
    .vip-detail .icon-level {
        font: normal normal 4vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 簽到送禮金 */
    .check-in {
        width: 65vw;
        height: 115vw;
    }
    .check-in .checkin-title {
        font: normal bold 4.2vw/4.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 5vw/4.2vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        font: normal bold 13px/15px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 6.6667vw;
    }
    .check-in .percentage {
        width: 90%;
        margin: 2vw auto;
    }
    .check-in .percentage .container {
        height: 1.2vw;
    }
    .check-in .percentage .container span:before {
        width: 3.5vw;
        height: 3.5vw;
    }
    .check-in .percentage .container span:after {
        width: 2.2vw;
        height: 2.2vw;
    }
    .check-in .percentage .money {
        font: normal bold 2.4vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        margin: 10px;
        font: normal normal 18px/22px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .percentage input[type="button"] {
        padding: 7px;
    }
    /* APP */
    .btn_android,
    input.btn_android,
    a.btn_android,
    .btn_ios, input.btn_ios,
    a.btn_ios {
        padding: 5px 20px;
        font: normal normal 16px/16px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .appbox_ios .setup,
    .appbox_android .setup {
        padding: 3px 10px;
        font: normal normal 16px/16px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框-最新公告 */
    .flash_icon {
        max-width: 40px;
    }
    .flash_title {
        font: normal bold 3.2vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .flash_text {
        font: normal normal 3vw/3vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度介於 401px - 414px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 401px) and (max-width: 414px) {
    /* 使用者介面 */
    .marquee {
        font: normal normal 12px/12px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .marquee_box i {
        font-size: 14px;
    }
    .user-status,
    .user-info .btn-item {
        font: normal normal 3.4vw/3.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 簽到送禮金 */
    .check-in .checkin-title {
        top: 14vw;
    }
    .check-in .explain {
        font: normal normal 16px/18px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框-最新公告 */
    .flash_icon {
        max-width: 30px;
    }
    .flash_title {
        font: normal bold 3.6vw/4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度介於 321px - 400px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 321px) and (max-width: 400px) {
    /* 使用者介面 */
    .marquee {
        font: normal normal 12px/12px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .marquee_box i {
        font-size: 14px;
    }
    .user-info .btn-list {
        width: 65%;
    }
    .user-status,
    .user-info .btn-item {
        font: normal normal 12px/14px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .user-status {
        width: 35%;
    }
    .user-status .header_mem_money {
        font: normal bold 4.4vw/4.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 簽到送禮金 */
    .check-in .checkin-title {
        font: normal bold 5.6vw/5.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 6.4vw/5.6vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        margin-bottom: 2.0667vw;
    }
    .check-in .explain {
        font: normal normal 15px/20px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days {
        font: normal bold 12px/12px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* VIP中心 */
    .vip-detail .share-tab,
    .vip-detail .icon-level {
        font: normal normal 4.6vw/4.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框-最新公告 */
    .flash_icon {
        max-width: 30px;
    }
    /* APP */
    .btn_android,
    input.btn_android,
    a.btn_android,
    .btn_ios, input.btn_ios,
    a.btn_ios {
        padding: 5px 20px;
        font: normal normal 15px/15px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .appbox_ios .setup,
    .appbox_android .setup {
        padding: 3px 10px;
        font: normal normal 15px/15px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度小於 320px */
@media screen and (max-width: 320px) {
    /* 首頁 */
    .game-list .game {
        font: normal bold 14px/16px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 使用者介面 */
    .marquee {
        font: normal normal 12px/12px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .marquee_box i {
        font-size: 14px;
    }
    .user-status,
    .user-info .btn-item {
        font: normal normal 12px/14px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .user-status {
        width: 35%;
    }
    .user-status .header_mem_money {
        font: normal bold 4.4vw/4.4vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* VIP中心 */
    .vip-detail .share-tab,
    .vip-detail .icon-level {
        font: normal normal 4.6vw/4.6vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* 跳框-最新公告 */
    .flash_icon {
        max-width: 30px;
    }
    /* 簽到送禮金 */
    .check-in {
        width: 90vw;
        height: 134vw;
    }
    .check-in .days {
        margin-top: 48vw;
    }
    .percentage .container span:before {
        width: 6vw;
        height: 6vw;
    }
    .percentage .container span:after {
        width: 3.4vw;
        height: 3.4vw;
    }
    .check-in .checkin-title {
        font: normal bold 6.2vw/6.2vw "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .checkin-title .money {
        font: normal bold 7vw/6.2vw Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .explain {
        font: normal normal 15px/20px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .days img {
        width: 7.6667vw;
    }
    .check-in .days {
        font: normal bold 12px/12px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .check-in .percentage input[type="button"] {
        padding: 5px;
        font: normal bold 16px/18px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* APP */
    .btn_android,
    input.btn_android,
    a.btn_android,
    .btn_ios, input.btn_ios,
    a.btn_ios {
        padding: 5px 20px;
        font: normal normal 14px/14px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .appbox_ios .setup,
    .appbox_android .setup {
        padding: 3px 10px;
        font: normal normal 14px/14px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度小於 280px */
@media screen and (max-width: 280px) {
    /* 簽到送禮金 */
    .check-in .explain {
        font: normal normal 13px/15px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}

/* 寬度小於 240px */
@media screen and (max-width: 240px) {
    /* 首頁 */
    .status-box {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .user-status {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .username div {
        display: inline-block;
    }
    .user-info .btn-list {
        width: 100%;
    }
    .user-info .btn-list img {
        width: 14.6667vw;
        margin: 0 auto 3px;
    }
    /* 簽到送禮金 */
    .check-in {
        height: 140vw;
    }
    .check-in .close i {
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        font-size: 7vw;
    }
    .check-in .days {
        font: normal bold 11px/11px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    /* APP */
    .btn_android,
    input.btn_android,
    a.btn_android,
    .btn_ios, input.btn_ios,
    a.btn_ios {
        top: 5%;
        padding: 3px 13px;
        font: normal normal 13px/13px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
    .appbox_ios .setup.ios {
        top: 5%;
    }
    .appbox_ios .setup,
    .appbox_android .setup {
        padding: 2px 10px;
        font: normal normal 13px/13px "Century Gothic", Arial, "Microsoft JhengHei", PMingLiU, sans-serif;
    }
}