/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog
Version: 2.34
Updated: 2020-06-10 06:37:01

*/

@font-face {
    font-family: 'Exo 2';
    src: url('fonts/Exo2-Bold.eot');
    src: url('fonts/Exo2-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Exo2-Bold.woff2') format('woff2'),
        url('fonts/Exo2-Bold.woff') format('woff'),
        url('fonts/Exo2-Bold.ttf') format('truetype'),
        url('fonts/Exo2-Bold.svg#Exo2-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    outline: none;
}

table, table td {
    border: none;
}

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, '微軟正黑體', 'Microsoft JhengHei', 'SimHei', sans-serif;
    padding-bottom: 100px;
    font-size: 16px;
    background-position: top;
    background-attachment: fixed;
    background-image: url(images/game_background 2025.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 100%;
    margin: 0px;
	color: #FFF;
}

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
    background-color: #FFF;
}

.row:after {
    content: " ";
    display: table;
    clear: both;
}

::placeholder {
    opacity: 0.5;
}

.login_page {
    padding: 15px;
}

.login_page img, footer img, .target_img img, .weekly_info img, .main_page img {
    width: 100%;
    height: auto;
    display: block;
}

.login_error {
    text-align: center;
    padding: 10px 0px;
    color: red;
}

.login_error p {
    padding: 0px;
    margin: 0px;
}

footer img {
    max-width: 500px;
    margin: 0px auto;
}

.login_text {
    text-align: center;
    padding: 15px 0px;
}

.outlet_type {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 50px;
}

.outlet_code {
    width: 100%;
}

.outlet_code input {
    width: 100%;
    height: 50px;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px #ccc solid;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.confirm_box {
    padding: 40px 0px;
}

.tandc {
    padding: 20px;
    line-height: 1.2;
}

.tandc h1, .tandc h2 {
    padding-bottom: 20px;
}

.tandc ol li {
    padding-top: 15px;
}

input[type="submit"], input[type="submit"]:hover, .accpet_cookie .btn, .accpet_cookie .btn:hover, .tandc .btn, .tandc .btn:hover, .main_btn, .main_btn:hover {
    text-decoration: none;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fb5c96; /* Old browsers */
    background: -moz-linear-gradient(top,  #e54443 0%, #b51e21 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e54443 0%,#b51e21 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e54443 0%,#b51e21 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54443', endColorstr='#b51e21',GradientType=0 ) !important; /* IE6-9 */
    color: #FFF !important;
    font-size: 20px;
    text-align: center;
    padding: 15px 0px;
    border: 1px #FFF solid;
}

.disclaimer {
    font-size: 14px;
    padding: 40px 0px;
}

.main_title img {
    display: block;
    width: 70%;
    height: auto;
    margin: 0px auto;
}

.reward {
    background-color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 15px 20px;
    font-size: 14px;
    line-height: 25px;
}

.outlet_info {
    margin-bottom: 15px;
}

.outlet_info:after {
    display: table;
    clear: both;
    content: " ";
}

.outlet_name {
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
}

.outlet_name b {
    color: #e54443;
}

.outlet_ticket {
    float: right;
    height: 70px;
    width:100px;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fb5c96; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4b776 0%, #fb5c96 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f4b776 0%,#fb5c96 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f4b776 0%,#fb5c96 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b776', endColorstr='#fb5c96',GradientType=0 ); /* IE6-9 */
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 10px 0px;
}

.outlet_ticket b {
    font-size: 28px;
    line-height: 30px;
    display: block;
    color: #FFF;
}



.prgram_date {
    text-align: center;
    padding: 20px 0px;
}

.update_date {
    text-align: center;
    padding: 15px 0px 0px 0px;
    font-size: 12px;
}

.reward {
    padding: 5px 0px;
}

.reward table {
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
    margin: 0px;
    border: none;
}

.reward table th, .reward table td {
    text-align: left;
    padding: 5px 20px;
    border: none;
    border-bottom: 1px #ccc solid;
    border-collapse:collapse;
    border-spacing:0;
    font-size: 13px;
    line-height: 1.2;
}

.reward table tr:last-child td {
    border-bottom: none;
}

.reward table tr:nth-child(2) b, .reward table tr:nth-child(3) b {
    color: #999;
}

.reward table tr:nth-child(6) b {
    color: #a67f17;
}

.group {
    margin: 20px 0px;
}

.group_header {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 8px 0px;
    font-size: 20px;
    text-align: center;
    color: #FFF;
}

.group_content {
    background-color: #fff;
    padding: 15px;
}

.ca_taget, .ca_now {
    position: relative;
}

.ca_taget {
    margin: 30px 0px;
}

.ca_taget_bar {
    height: 30px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ca_now_bar {
    height: 30px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ca_taget_number {
    position: absolute;
    top: -25px;
    right: 0px;
    font-size: 20px;
}

.ca_now_number {
    position: absolute;
    top: 30px;
    left: 0px;
    font-size: 16px;
    white-space: nowrap;
}

.ca_target_number {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 16px;
    white-space: nowrap;
}

.ca_now_percen {
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
}

.short_bar .ca_now_percen {
    right: auto;
    left: 0px;
}

.group_button {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.group_button a {
    text-indent: -9999px;
    display: block;
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 25px;
    height: 40px;
}

.group_button .up_btn {
    background-image: url(images/up-arrow.png) !important;
}

.group_a .group_header, .group_a .group_button {
    background: #db1539; /* Old browsers */
    background: -moz-linear-gradient(top,  #db1539 0%, #a7283f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #db1539 0%,#a7283f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #db1539 0%,#a7283f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1539', endColorstr='#a7283f',GradientType=0 ); /* IE6-9 */
}

.group_a .ca_now_bar {
    background-color: #e51138;
}

.group_a .ca_taget, .group_a .target_text {
    color: #e51138;
}

.group_a .ca_taget_bar {
    background-color: #f5abb8;
}

.group_b .group_header, .group_b .group_button {
    background: #d2b671; /* Old browsers */
    background: -moz-linear-gradient(top,  #d2b671 0%, #bf9a37 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d2b671 0%,#bf9a37 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d2b671 0%,#bf9a37 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2b671', endColorstr='#bf9a37',GradientType=0 ); /* IE6-9 */
}

.group_b .ca_now_bar {
    background-color: #bf9a37;
}

.group_b .ca_taget, .group_b .target_text {
    color: #bf9a37;
}

.group_b .ca_taget_bar {
    background-color: #ecd6a0;
}

.group_c .group_header, .group_c .group_button {
    background: #0f774e; /* Old browsers */
    background: -moz-linear-gradient(top,  #0f774e 0%, #0c4927 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0f774e 0%,#0c4927 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0f774e 0%,#0c4927 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f774e', endColorstr='#0c4927',GradientType=0 ); /* IE6-9 */
}

.group_c .ca_now_bar {
    background-color: #0e6841;
}

.group_c .ca_taget, .group_c .target_text {
    color: #0e6841;
}

.group_c .ca_taget_bar {
    background-color: #a3dcc0;
}

.group_d .group_header, .group_d .group_button {
    background: #12739b; /* Old browsers */
    background: -moz-linear-gradient(top,  #12739b 0%, #1b2645 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #12739b 0%,#1b2645 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #12739b 0%,#1b2645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12739b', endColorstr='#1b2645',GradientType=0 ); /* IE6-9 */
}

.group_d .ca_now_bar {
    background-color: #193a5b;
}

.group_d .ca_taget, .group_d .target_text {
    color: #193a5b;
}

.group_d .ca_taget_bar {
    background-color: #8ac2e0;
}

.group_e .group_header, .group_e .group_button {
    background: #694a86; /* Old browsers */
    background: -moz-linear-gradient(top,  #694a86 0%, #302049 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #694a86 0%,#302049 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #694a86 0%,#302049 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#694a86', endColorstr='#302049',GradientType=0 ); /* IE6-9 */
}

.group_e .ca_now_bar {
    background-color: #50376b;
}

.group_e .ca_taget, .group_e .target_text {
    color: #50376b;
}

.group_e .ca_taget_bar {
    background-color: #c7ade1;
}

.weekly_info table {
    width: 100%;
    border: none;
    border-top: #ccc 1px solid;
}

.weekly_info {
    padding: 20px 0px;
    display: none;
}

.weekly_info table tr:first-child td, .weekly_info table tr:nth-child(2) td {
    font-size: 18px;
    font-weight: bold;
}

.weekly_info table .target_text {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

.weekly_info table td {
    padding: 4px 0px;
    border: none;
    line-height: 30px;
}

.weekly_info table td div {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
    padding: 8px 0px;
    height: 44px;
}

.accpet_cookie {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    z-index: 100;
    padding: 100px 20px 0px 20px;
}

.accpet_cookie a {
    color: #FFF;
}

/* GJ 2020 */

.page-template-template-gj-dashboard, .page-template-template-gj-leader-board, .page-template-template-gj-betting-pool, .page-template-template-gj-betting-pool, .page-template-template-gj-login, .page-template-template-gj-prize-history, .page-template-template-gj-slot-machine-index-gj-dte, .page-template-template-gj-slot-machine-passcode-dte, .page-template-template-gj-slot-machine-entry-gj-dte, .page-template-template-gj-slot-machine-counter-dte, .page-template-template-gj-slot-machine-prize-dte {
    background-image: none !important;
    background-color: transparent !important;
}

.page-template-template-gj-login {
    background-image: url(images/gj_bg.jpg) !important;
    background-size: 100% auto;
    background-repeat: repeat;
}

.gj_home {
    padding: 20px;
}

.gj_home img {
    width: 100%;
    height: auto;
}

.gj_home ul, .gj_home ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.gj_home ul:after, .target_box:after {
    content: " ";
    display: table;
    clear: both;
}

.gj_home ul, .gj_main {
    background: #ece9e2; /* Old browsers */
    background: -moz-linear-gradient(left,  #ece9e2 0%, #cfc7b6 51%, #ece9e2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ece9e2 0%,#cfc7b6 51%,#ece9e2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ece9e2 0%,#cfc7b6 51%,#ece9e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece9e2', endColorstr='#ece9e2',GradientType=1 ); /* IE6-9 */
    padding: 15px;
    border-radius: 20px;
}

.gj_home ul li {
    width: 46%;
    float: left;
    background-color: #FFF;
    border-radius: 20px;
    margin: 2%;
}

.gj_home ul li a {
    padding: 10%;
    display: block;
}

.gj_title {
    width: 80%;
    margin: 0px auto;
}

.gj_title img {
    width: 100%;
    height: auto;
}

.gj_center_text {
    text-align: center;
    font-size: 14px;
}

.weekly_attend, .pool_total {
    position: relative;
}

.weekly_attend img, .pool_total img {
    width: 100%;
    height: auto;
    display: block;
}

.weekly_attend ul, .weekly_attend ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.weekly_attend ul {
    position: absolute;
    width: 96%;
    left: 3.7%;
    bottom: 27%;
}

.weekly_attend ul li {
    float: left;
    width: 10.2%;
    height: 15%;
    margin: 0.93%;
}

.weekly_attend ul li img {
    border-radius: 10%;
}

.now_points {
    position: absolute;
    font-weight: bold;
    color: #b4941a;
    width: 100%;
    text-align: center;
}

.weekly_attend .now_points {
    font-family: "Exo 2", sans-serif;
    bottom: 30%;
    font-size: 8vw;
}

.pool_total {
    margin: 20px 0px;
}

.pool_total .now_points {
    font-family: "Exo 2", sans-serif;
    bottom: 30%;
    font-size: 12vw;
    text-shadow: 0px 0px 10px #000;
    color: #f7da80;
}

.target_box {
    background-color: #FFF;
    border-radius: 20px;
    text-align: center;
    line-height: 1.2;
    margin-top: 20px;
}

.require_product_target {
    float: left;
    border-right: 1px #ccc solid;
    background-color: #FFF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.require_product_target img {
    width: 100px;
    height: auto;
    padding: 70px 20px;
}

.target_box label {
    display: block;
    font-size: 14px;
    padding: 10px 0px;
}

.target_box span {
    font-size: 30px;
    font-weight: bold;
    color: #b4941a;
}

.require_product_stock_target {
    border-bottom: 1px #ccc solid;
    padding-bottom: 7px;
}

.process_box {
    border: 4px #b4941a solid;
    margin-top: 40px;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    padding: 20px;
}

.process_box_title {
    border-radius: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 30%;
    margin-left: -15%;
    border: 3px #FFF solid;
    background-color: #b4941a;
}

.process_box_title img {
    width: 80%;
    height: auto;
    margin: 0px auto;
    display: block;
    padding: 2% 0px;
}

.process_box_text {
    padding-top: 30px;
}

.process_box_text img {
    width: 130px;
}

.process_box .ca_taget, .process_box .target_text {
    color: #b4941a;
}

.process_box .ca_taget_bar {
    background-color: #dcd7cb;
}

.process_box .ca_now_bar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bd992e+0,edc756+29,caa020+66,f0cf6b+100 */
    background: rgb(189,153,46); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(189,153,46,1) 0%, rgba(237,199,86,1) 29%, rgba(202,160,32,1) 66%, rgba(240,207,107,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(189,153,46,1) 0%,rgba(237,199,86,1) 29%,rgba(202,160,32,1) 66%,rgba(240,207,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(189,153,46,1) 0%,rgba(237,199,86,1) 29%,rgba(202,160,32,1) 66%,rgba(240,207,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd992e', endColorstr='#f0cf6b',GradientType=1 ); /* IE6-9 */

}

.ticket_page {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    padding: 10px 0px;
}

.ticket_page table {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border: 0px;
}

.ticket_page span {
    font-size: 12px;
}

.ticket_page table tr td {
    border: 0px;
    text-align: center;
}

.ticket_page table tr:last-child td {
    border-top: 1px #ccc solid;
    padding: 20px 0px;
}

.ticket_page table td img {
    width: 140px;
    height: auto;
    display: block;
    margin: 0px auto;
}

.gj_ticket_qty {
    font-size: 30px;
    font-weight: bold;
    color: #b4941a;
}

.gj_ticket_qty span {
    font-size: 15px;
}

.l_qty {
    font-size: 40px;
}

.l_qty span {
    font-size: 20px;
}

.update_date {
    text-align: right;
    padding: 10px 0px;
}

.info_box {
    padding: 15px;
    background-color: #FFF;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 12px;
}

.info_box ul {
    padding-left: 20px;
}

/* GJ Lucky */

.gj_lucky_title {
    width: 50%;
    margin: 0px auto;
}

.gj_lucky_title img {
    width: 100%;
    height: auto;
}

.gj_login input, .gj_lucky input[type='password'] {
    width: 100%;
    height: 50px;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px #ccc solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 20px;
}

.gj_lucky img {
    width: 100%;
    height: auto;
}

.gj_lucky_text img {
    width: 80%;
    height: auto;
    display: block;
    margin: 20px auto;
}

.gj_lucky_btn img, .gj_lucky_submit {
    width: 60%;
    height: auto;
    display: block;
    margin: 20px auto;
}

.lucky_counter {
    text-align: center;
}

.prize_withdraw {
    font-size: 30px;
    font-weight: bold;
    color: #b4941a;
}


/* GJ Slot */

.gj_sm {
    position: relative;
    float: left;
    width: 90%;
}

.gj_sm_bg {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 100;
}

.gj_sm_bg img, .gj_sm_size img {
    width: 100%;
    height: auto;
}

.gj_sm .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    height: 100%;
}

.gj_sm .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 0px;
    padding: 1%;
    position: relative;
    width: 100%;
    min-height: 1px;
    height: 100%;
}

#randomize .row > div.col-sm-4 > div {
    color: #FFF;
    padding: 20% 5%;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    background: rgb(240,206,106); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(240,206,106,1) 0%, rgba(203,169,64,1) 36%, rgba(203,169,64,1) 69%, rgba(240,206,106,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(240,206,106,1) 0%,rgba(203,169,64,1) 36%,rgba(203,169,64,1) 69%,rgba(240,206,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(240,206,106,1) 0%,rgba(203,169,64,1) 36%,rgba(203,169,64,1) 69%,rgba(240,206,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ce6a', endColorstr='#f0ce6a',GradientType=1 ); /* IE6-9 */
}

#randomize .row > div.col-sm-4 > div img {
    width: 100%;
    height: auto;
}

.randomizeMachine {
    width: 100%;
    height: 100%;
}

.slotMachineContainer {
    width: 100%;
    height: 100%;
}

.slotMachineContainer div {
    width: 100%;
    height: 100%;
}

.slotMachineContainer div h3 {
   font-size: 14px;
}

.slotMachineContainer div h2 {
   font-size: 20px;
}

.gj_sm_wrapper {
    position: relative;
    margin-top: 20px;
}

.gj_sm_wrapper:after {
    clear: both;
    content: " ";
    display: table;
}

.gj_sm_control {
    float: right;
    width: 10%;
}

.gj_sm_control img {
    width: 100%;
    height: auto;
}

.gj_sm_control .start {
    display: none;
}

.gj_sm_go .start {
    display: block;
}

.gj_sm_go .shop {
    display: none;
}

.sm_result {
    text-align: center;
    padding-top: 20px;
}

.sm_result h1 {
    font-size: 20px;
    line-height: 60px;
}

.sm_result b {
    color: #b4941a;
    font-size: 25px;
}

.sm_result img {
    width: 100px;
    height: auto;
}

.draw_end {
    padding-top: 20px;
}

.draw_end h2 {
    text-align: center;
}

.btn_na {
    display: none;
}

.sm_history ul, .sm_history li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 60px;
    text-align: center;
}

.sm_history li img {
    width: 100px;
    height: auto;
}

.sm_history li b {
    font-size: 22px;
    color: #b4941a;
}

.sm_history ul {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.sm_history_link {
    text-align: center;
    padding: 30px 0px;
}




/* for P1
.process_box {
    background-color: rgba(0,0,0,0.7);
    position: relative;
}

.process_box .group_content {
    background-color: transparent;
    opacity: 0.2;
}

.process_box .update_date {
    display: none;
}

.process_box:before {
    content: "更新中...";
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
}
*/

/* Ranking */
.gj_ranking_text {
    width: 150px;
    margin: 30px auto 10px auto;
}


.gj_ranking_text img {
    width: 100%;
    height: auto;
    display: block;
}

.gj_ranking ul, .gj_ranking ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.gj_ranking_select_area ul {
    height: 70px;
    width: 100%;
}

.gj_ranking_select_area ul li {
    cursor: pointer;
    width: 32%;
    margin: 0 2% 0 0;
    height: 60px;
    float: left;
    text-align: center;
}

.gj_ranking_select_area ul li:last-child {
    margin: 0px;
}

.gj_ranking_select_area ul li a {
    line-height: 50px;
    border: 4px #FFF solid;
    background-color: #FFF;
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 15px;
}

.gj_ranking_select_area ul .selected a {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bd992e+0,edc756+29,caa020+66,f0cf6b+100 */
    background: rgb(189,153,46); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(189,153,46,1) 0%, rgba(237,199,86,1) 29%, rgba(202,160,32,1) 66%, rgba(240,207,107,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(189,153,46,1) 0%,rgba(237,199,86,1) 29%,rgba(202,160,32,1) 66%,rgba(240,207,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(189,153,46,1) 0%,rgba(237,199,86,1) 29%,rgba(202,160,32,1) 66%,rgba(240,207,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd992e', endColorstr='#f0cf6b',GradientType=1 ); /* IE6-9 */
    color: #FFF;
}

.gj_ranking_box {
    background-color: #FFF;
    border-radius: 20px;
}

.gj_ranking_select_type {
    height: 60px;
}

.gj_ranking_select_type ul {
    height: 60px;
    width: auto;
    padding: 15px;
    border-bottom: 1px #ccc solid;
}

.gj_ranking_select_type ul li {
    cursor: pointer;
    width: 32%;
    margin: 0 2% 0 0;
    height: 30px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.gj_ranking_select_type ul li:last-child {
    margin: 0px;
}

.gj_ranking_select_type ul li a {
    line-height: 30px;
    background-color: #dbd7cb;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    color: #86805e;
    border-radius: 15px;
}

.gj_ranking_select_type ul .selected a {
    background-color: #b4941a;
    color: #FFF;
}

.ranking_list {
    line-height: 50px;
    font-size: 14px;
}

.ranking_list li {
    height: 50px;
}

.ranking_list li:nth-child(even) {
    background-color: #f7f4ed;
}

.ranking_list li span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 10px 20px 10px 20px;
    background-color: #86805e;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
}

.ranking_list li i, .ranking_top div i {
    background-image: url(images/icon_fire.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin: 15px;
    display: inline-block;
    float: right;
}

.ranking_top {
    height: 190px;
    padding-top: 10px;
    border-bottom: 1px #ccc solid;
}

.ranking_top div {
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: top;
    padding: 55px 0px 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.ranking_top div i {
    float: none;
    margin: 4px 0px 0px 0px;
    vertical-align: text-top;
}

.ranking_top_1 {
    background-image: url(images/gj_ranking_top_1.png);
    color: #b4941a;
}

.ranking_top_2 {
    background-image: url(images/gj_ranking_top_2.png);
    color: #958b73;
    float: left;
    width: 50%
}

.ranking_top_3 {
    background-image: url(images/gj_ranking_top_3.png);
    color: #c19078;
    float: right;
    width: 50%
}

#KL, #NT, #leader_board_hk_label, #leader_board_kl_label, #leader_board_nt_label, #leader_board_hk_ticket, #leader_board_kl_ticket, #leader_board_nt_ticket, #leader_board_standalone {
    display: none;
}


#leader_board_hk_stock .ranking_list li:nth-child(1), #leader_board_hk_stock .ranking_list li:nth-child(3), #leader_board_hk_stock .ranking_list li:nth-child(5) {
    background-color: #efcf6b;
}

#leader_board_hk_stock .ranking_list li:nth-child(2), #leader_board_hk_stock .ranking_list li:nth-child(4) {
    background-color: #f0db98;
}

#leader_board_kl_stock .ranking_list li:nth-child(1), #leader_board_kl_stock .ranking_list li:nth-child(3), #leader_board_kl_stock .ranking_list li:nth-child(5), #leader_board_kl_stock .ranking_list li:nth-child(7), #leader_board_kl_stock .ranking_list li:nth-child(9), #leader_board_kl_stock .ranking_list li:nth-child(11) {
    background-color: #efcf6b;
}

#leader_board_kl_stock .ranking_list li:nth-child(2), #leader_board_kl_stock .ranking_list li:nth-child(4), #leader_board_kl_stock .ranking_list li:nth-child(6), #leader_board_kl_stock .ranking_list li:nth-child(8), #leader_board_kl_stock .ranking_list li:nth-child(10), #leader_board_kl_stock .ranking_list li:nth-child(12) {
    background-color: #f0db98;
}

#leader_board_nt_stock .ranking_list li:nth-child(1), #leader_board_nt_stock .ranking_list li:nth-child(3), #leader_board_nt_stock .ranking_list li:nth-child(5), #leader_board_nt_stock .ranking_list li:nth-child(7), #leader_board_nt_stock .ranking_list li:nth-child(9), #leader_board_nt_stock .ranking_list li:nth-child(11) {
    background-color: #efcf6b;
}

#leader_board_nt_stock .ranking_list li:nth-child(2), #leader_board_nt_stock .ranking_list li:nth-child(4), #leader_board_nt_stock .ranking_list li:nth-child(6), #leader_board_nt_stock .ranking_list li:nth-child(8), #leader_board_nt_stock .ranking_list li:nth-child(10), #leader_board_nt_stock .ranking_list li:nth-child(12) {
    background-color: #f0db98;
}

#leader_board_standalone .ranking_list li:nth-child(1) {
    background-color: #efcf6b;
}

#leader_board_standalone .ranking_list li:nth-child(2) {
    background-color: #f0db98;
}

.gj_standalone #leader_board_hk_stock, .gj_standalone #leader_board_kl_stock, .gj_standalone #leader_board_nt_stock {
    display: none;
}

.gj_standalone #NT, .gj_standalone #leader_board_standalone {
    display: block;
}

.ranking_list .halo {
    background-color: #f0bcbc !important;
}

#leader_board_hk_label, #leader_board_kl_label, #leader_board_nt_label {
    position: relative;
}

#leader_board_hk_label:before, #leader_board_kl_label:before, #leader_board_nt_label:before {
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    content: "更新中...";
    color: #FFF;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    display: block;
    padding: 40px 0px 0px 0px;
    z-index: 200;
}


/* MO */

.header_title img {
    width: 80%;
    margin: 0px auto;
}

.title_img img {
    width: 70%;
    height: auto;
    margin: 0px auto;
    padding: 15px 0px;
}

.tp_box {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.7);
    padding: 15px;
    margin-bottom: 30px;
}

.tp_box h3 b {
    color: #e83c87;
}

.tp_box p {
    margin: 20px 0px;
}

.rb_img img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.center_text {
    text-align: center;
}

.header_menu {
    height: 40px;
}

.header_menu img {
    width: 40px;
    height: 40px;
}

.btn_home {
    float: right;
}

.up_btn {
    width: 100%;
    height: auto;
}

.upload_btn {
    visibility: hidden;
}

.input_val_grp {
    padding-bottom: 20px;
}

.input_val_grp input {
    height: 50px !important;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: bold !important;
}

.sticker_val {
    width: 100px !important;
    border: 1px #ccc solid !important;
    font-size: 20px !important;
}

.qtyminus, .qtyplus {
    width: 50px !important;
    border: none !important;
    color: #FFF !important;
}

.qtyminus {
    background-color: #fe5a5a !important;
}

.qtyplus {
    background-color: #6dfe5a !important;
}

.login_reward {
    color: #e83c87;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px;
}

.game_find ul, .game_find li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
}

.game_find ul {
    margin-bottom: 30px;
}

.game_find li {
    width: 80%;
    height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 50px;
    font-size: 30px;
    letter-spacing: 4px;
    color: #FFF;
    font-weight: bold;
    margin: 20px auto;
    background: #fb5c96;
    background: -moz-linear-gradient(top, #e54443 0%, #b51e21 100%) !important;
    background: -webkit-linear-gradient(top, #e54443 0%, #b51e21 100%) !important;
    background: linear-gradient(to bottom, #e54443 0%, #b51e21 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54443', endColorstr='#b51e21',GradientType=0 ) !important;
}

.edit_btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #000;
    color: #FFF;
    padding: 10px 30px;
}

.confirm_text {
    font-size: 26px;
    margin: 40px 0px;
}

.confirm_text span {
    color: #ea4a7f;
    font-weight: bold;
}

.time_text {
    font-size: 60px;
    color: #ffa800;
}

.ranking_list {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fb5c96; /* Old browsers */
    background: -moz-linear-gradient(320deg, #f6b1cf 0%, #fce8b0 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f6b1cf), color-stop(100%, #fce8b0)); /* safari4+,chrome */
    background: -webkit-linear-gradient(320deg, #f6b1cf 0%, #fce8b0 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(320deg, #f6b1cf 0%, #fce8b0 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(320deg, #f6b1cf 0%, #fce8b0 100%); /* ie10+ */
    background: linear-gradient(130deg, #f6b1cf 0%, #fce8b0 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b1cf', endColorstr='#fce8b0',GradientType=1 ); /* ie6-9 */
    padding: 10px;
    font-size: 25px;
    height: 60px;
    margin-bottom: 10px;
    line-height: 40px;
}

.ranking_list .number {
    text-align: center;
    border-radius: 50%;
    color: #e83c87;
    font-weight: bold;
    float: left;
    background-color: #FFF;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-top: 5px;
    font-size: 20px;
}

.ranking_list .shop_name {
    float: left;
    width: 62%;
    overflow-x: hidden;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    padding-left: 5px;
}

.ranking_list .total_points {
    float: right;
    font-size: 15px;
    width: 20%;
    overflow-x: hidden;
    white-space: nowrap;
    text-align: right;
}

.upload_rank {
    width: 85%;
    margin: 0px auto;
}

.upload_rank:after {
    content: " ";
    display: table;
    clear: both;
}

.shop_left {
    width: 50%;
    float: left;
}

.shop_left img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.shop_right {
    font-size: 14px !important;
    line-height: 20px !important;
    width: 49%;
    padding: 0px 0px 0px 10px;
    float: right;
    text-align: left;
}

.swiper-button-next, .swiper-button-prev {
    color: #ffa800 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
}

.swiper-button-prev {
    left: 0px !important;
}

.swiper-button-next {
    right: 0px !important;
}

.blue_btn, .blue_btn:hover {
    text-decoration: none;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 70%;
    margin: 0px auto;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #20d3e7; /* Old browsers */
    background: -moz-linear-gradient(top,  #45aff6 0%, #20d3e7 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #45aff6 0%,#20d3e7 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #45aff6 0%,#20d3e7 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45aff6', endColorstr='#20d3e7',GradientType=0 ) !important; /* IE6-9 */
    color: #FFF !important;
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
    border: none;
    margin-top: 20px;
}

.game_rank {
    width: 100%;
    margin: 0px auto;
    font-size: 14px !important;
    line-height: 20px !important;
	border-bottom: 1px #FFF solid;
	padding-bottom: 20px;
}

.lb_select {
    border: 1px #ccc solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    padding: 5px 15px;
    margin-bottom: 30px;
}

.game_lb .game_rank {
    margin: 20px 0px;
}

.game_lb h2, .upload_lb h2 {
    color: #b51e21;
}

.upload_lb .upload_rank {
    margin-bottom: 30px;
}

.upload_rank table {
    height: 180px;
    width: 100%;
    border: none;
}

.upload_rank table td {
    width: 50%;
    border: none;
    vertical-align: middle;
}

.upload_rank table td .outlet_name {
    padding-left: 10px;
    font-size: 14px !important;
    line-height: 20px !important;
}

.upload_rank table td .outlet_name b {
    display: block;
    margin-bottom: 10px;
}

.footer_links {
    font-size: 12px;
    text-align: center;
    padding: 10px;
}

#countdown {
    position: absolute;
    border-radius: 15px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 60px;
    position: absolute;
    z-index: 1000;
    left: 0px;
    line-height: 780px;
    width: 100%;
    height: 790px;
    top: 60px;
}

#stopwatch {
    text-indent: -99999px;
}

.stopwatch_active {
    text-indent: 0px !important;
}

@media (max-width: 760px) {
    
#countdown {
    line-height: 340px;
    height: 340px;
    top: 60px;
}
    
}

@media (max-width: 410px) {
    
#countdown {
    line-height: 300px;
    height: 300px;
    top: 60px;
}
    
}



/* Winner */

table, table td {
    border: none;
}

.winner_table, .game_winner {
    width: 90%;
    margin: 0px auto;
    line-height: 1.2;
}

.winner_table td:first-child {
    width: 50%;
    position: relative;
}

.winner_table {
    margin-bottom: 40px;
}

.game_winner td {
    width: 50%;
}

.winner_table img, .game_winner img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.winner_table td, .game_winner td {
    padding: 10px;
}

.win_t {
    width: 80% !important;
    margin: 10px 0px;
}

.game_winner .win_t {
    margin: 0px auto;
    display: block;
}

.game_winner td {
    text-align: center;
}

.game_winner img {
    margin-bottom: 10px;
}

.game_winner td div, .winner_table td div {
    font-size: 12px;
}

.game_winner td div span, .winner_table td div span {
    color: #a67f17;
}

.winner_crown {
    position: absolute;
    width: 40%;
    height: auto;
    left: -10%;
    top: -5vw;
}

.crown_swiper .swiper-container {
    padding-top: 30px;
}

.main {
	max-width: 800px;
	margin: 0px auto;
	padding: 20px;
}
	

.login_box {
	padding: 20px 0px;
}

.login_box input {
	margin-bottom: 20px;
	height: 50px;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

body:before {
	display: none !important;
}

.tiny_form select {
	border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	padding-left: 15px;
}

.home_text {
	padding: 20px 0px;
}