


@font-face {
    font-family: "base-icon";
    src: url("../font/base-icon-v1.0.16.woff2") format('woff2'),
    url("../font/base-icon-v1.0.16.woff") format('woff');
    font-weight: 700;
    font-style: normal;
}

.bg-pattern {
    background-color:#f1f1f1;
    background-image:
    radial-gradient(circle at 100% 150%, #f1f1f1 24%, white 25%, white 28%, #f1f1f1 29%, #f1f1f1 36%, white 36%, white 40%, transparent 40%, transparent),
    radial-gradient(circle at 0    150%, #f1f1f1 24%, white 25%, white 28%, #f1f1f1 29%, #f1f1f1 36%, white 36%, white 40%, transparent 40%, transparent),
    radial-gradient(circle at 50%  100%, white 10%, #f1f1f1 11%, #f1f1f1 23%, white 24%, white 30%, #f1f1f1 31%, #f1f1f1 43%, white 44%, white 50%, #f1f1f1 51%, #f1f1f1 63%, white 64%, white 71%, transparent 71%, transparent),
    radial-gradient(circle at 100% 50%, white 5%, #f1f1f1 6%, #f1f1f1 15%, white 16%, white 20%, #f1f1f1 21%, #f1f1f1 30%, white 31%, white 35%, #f1f1f1 36%, #f1f1f1 45%, white 46%, white 49%, transparent 50%, transparent),
    radial-gradient(circle at 0    50%, white 5%, #f1f1f1 6%, #f1f1f1 15%, white 16%, white 20%, #f1f1f1 21%, #f1f1f1 30%, white 31%, white 35%, #f1f1f1 36%, #f1f1f1 45%, white 46%, white 49%, transparent 50%, transparent);
    background-size: 100px 50px;
}

.bg-dragon-main {
    background: url(../images/bg_slot1234_v2.jpg) center top no-repeat;
    width: 100%;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.bg-dragon {
    background: url(../images/bg_slot1234_v2.jpg) center top no-repeat;
    width: 100%;
    background-size: contain;
    position: absolute;
    height: 100%;
}

header.title {
    position: relative;
    z-index: 3;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

.remain {
    position: fixed;
    z-index: 99999;
    bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.remain button {
    /* background: white; */
    box-shadow: 0 3px 6px rgb(153, 155, 168, .12);
    -webkit-box-shadow: 0 3px 6px rgb(153, 155, 168, .12);
    -moz-box-shadow: 0 3px 6px rgb(153, 155, 168, .12);
    padding-left: 25px;
    padding-right: 25px;
}

body {
    font-family: Helvetica;
    width: 100%;
    color: #333;
    background-color: #f4f4f4;
}

a, a:active, a:focus, a:link {
    text-decoration: none !important;
}

.text-blue {
    color: #98A9BC;
}

.text-orange {
    color: #E5A732;
}

.text-gray {
    color: #666666;
}

.bg-main {
    flex-direction: column;
    background: #b70000;
    background: -moz-linear-gradient(90deg, #a20000, #b70000, #980001);
    background: -webkit-linear-gradient(90deg, #a20000, #b70000, #980001);
    background: -o-linear-gradient(90deg, #a20000, #b70000, #980001);
    background: -ms-linear-gradient(90deg, #a20000, #b70000, #980001);
    background: linear-gradient(90deg, #a20000, #b70000, #980001);
    position: relative;
    z-index: 1;
    color: #333;
    /*background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;*/
    /*background: linear-gradient(132deg, #ec5218, #1665c1);*/
    /*background-size: 400% 400%;*/
    /*animation: BackgroundGradient 30s ease infinite;*/
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes BackgroundGradient {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.container {
    max-width: 720px;
}

.navigation {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    background: #f4f4f4;
    border-radius: 15px 15px 0 0;
    padding: 5px 0;
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation li {
    float: left;
    text-align: center;
    width: 20%;
    padding: 5px 10px;
}

.navigation li a {
    color: rgba(0, 0, 0, 0.40);
    text-decoration: none;
}

.ballon {
    position: absolute;
    right: 20%;
    z-index: 1;
}

.ballon img {
    width: 68px;
    height: auto;
}

header#main-header {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 3;
}

header#main-header .container {
    display: flex;
    flex-direction: 'row';
    align-items: center;
    height: 60px;;
}

header#main-header .container .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    z-index: 3;
}

section.gift-box {
    /*display: flex;
    justify-content: center;
    align-items: center;
    flex: 10;
    flex-direction: column;*/
    margin-top: 50px;
    width: 100%;
    position: relative;
    z-index: 1;
}

section.gift-box .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.gift-box img {
    width: 100%;
    max-width: 180px;
}

.back {
    flex: 1;
    color: #fff !important;
    font-size: 14px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.fa-2x {
    font-weight: lighter !important;
}

.logo img {
    width: 70px;
    height: auto;
    padding-top: 15px;
}

.logo a {
    color: white;
    font-weight: bold;
    padding-left: 0px;
    text-decoration: none;
}

.loading {
    text-align: center;
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 0, 0,.5);
}

.loading img {
    width: 50px;
    height: 50px;;
}

.menu-header {
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: flex-end;
    flex: 1;
}

.menu-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.menu-header li {
    float: left;
    padding: 5px 8px;
    position: relative;
}

.menu-header li a {
    color: white;
    font-size: 16px;
    font-family: "sukhumvit";
    text-decoration: none;
}

.menu-header li.btn-massage span {
    background-color: red;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    margin-top: -22px;
    margin-left: 10px;
}

section.wallet {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

section.wallet .wallet-circle {
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 20px;
}

.chinese-character, .main-wallet {
    padding: 0;
}

.chinese-character img {
    width: 100%;
    max-width: 250px;
}

.main-wallet {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
}

.main-balance {
    text-align: left;
}

.bonus-group {
    padding: 10px 0;
}

section.wallet .wallet-circle .swiper-container {
    width: 185px !important;
}

section.wallet .wallet-circle .swiper-slide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 185px !important;
}

section.wallet .wallet-circle .wallet-money {
    font-size: 22px;
    line-height: 28px;
    color: #a5000e;
    font-weight: bold;
}

section.wallet .wallet-circle small {
    font-size: 14px;
    color: #8f8f8f;
    font-family: sukhumvit;
}

section.wallet a.btn-bonus {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00611e;
    border-radius: 50%;
    line-height: 12px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border: 1px solid #f9e100;
    text-decoration: none;
}

.affiliate span.text-gray {
    font-size: 14px;
    color: #8f8f8f;
    font-family: sukhumvit;
}

.affiliate span.text-dark{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

section.wallet a.btn-refresh {
    height: 30px;
    width: 30px;
    display: flex;
    top: 150px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: #003f6e;
    text-decoration: none;
    position: absolute;
    margin-left: 50px;
}

section.wallet .swiper-pagination {
    margin-top: 110px;
}

section.wallet .swiper-pagination-bullet {
    margin: 1.5px;
    background: transparent;
    border: 1px solid white;
    opacity: 1;
    width: 6px;
    height: 6px;
}

section.wallet .swiper-pagination-bullet-active {
    background: #fff;
}

section.main-menu {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-bottom: 100px;
}

section.main-menu a {
    color: rgba(247, 244, 242, 0.8705882352941177);
    text-decoration: none;
}

section.main-menu a span {
    font-size: 14px;
    font-family: "sukhumvit";
}

section.product {
    position: relative;
    z-index: 2;
    margin-top: -80px;
    margin-bottom: 15px;
}

section.product header {
    text-align: center;
}

section.product header h3 {
    color: white;
    font-size: 14px;
    font-weight: bold;
    font-family: "sukhumvit";
}

.img-icon {
    width: 50px;
    height: 50px;
    /* border: 1px solid #ccc; */
}

.img-icon-md {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
}

.img-icon-lg {
    width: 75px;
    height: 75px;
}

.white-box {
    background-color: white;
    box-shadow: 0 3px 6px rgb(153, 155, 168, .2);
    -webkit-box-shadow: 0 3px 6px rgb(153, 155, 168, .2);
    -moz-box-shadow: 0 3px 6px rgb(153, 155, 168, .2);
    min-height: 60px;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

.box-active {
    border: 2px solid #003f6e;
}

section.product .product-list {
    overflow: hidden;
    padding-bottom: 20px;
}

section.product .product-list .product-item {
    text-align: center;
}

section.product .product-list .product-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

section.product .product-list .product-item li {
    text-align: center;
}

section.product .product-list .product-item li img {
    width: 80px;
    height: auto;
}

section.product .product-list .product-item li h3 {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    font-family: "sukhumvit";
}

section.product .product-list .product-item li small {
    padding: 5px 10px;
    border-radius: 20px;
    background: #EFEFEF;
    color: #8e8e8e;
    font-size: 11px;
    font-weight: bold;
}

section.product .product-list .product-item.active {
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    padding-bottom: 15px;
    display: flex;
    position: relative;
    justify-content: center;
}

section.product .product-list .product-item.active small {
    background: transparent;
    color: #98A9BC;
}

section.product .product-list .product-item.active a {
    background: #E5A732;
    color: #fff;
    font-family: "sukhumvit";
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgb(153, 155, 168, .12);
    -webkit-box-shadow: 0 3px 6px rgb(153, 155, 168, .12);
    -moz-box-shadow: 0 3px 6px rgb(153, 155, 168, .12);
    position: absolute;
    z-index: 1;
    bottom: 0;
    margin-bottom: -10px;
}

.space-bottom {
    margin-bottom: 60px;
}

section.promotion .swiper-container {
    padding-bottom: 30px;
}

section.promotion .swiper-slide {
    text-align: center;
    width: 50% !important;
    margin-right: 0 !important;
    padding: 0 10px;
}

section.promotion .swiper-slide img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgb(153, 155, 168, .12);
    -webkit-box-shadow: 0 3px 6px rgb(153, 155, 168, .12);
    -moz-box-shadow: 0 3px 6px rgb(153, 155, 168, .12);
}

section.promotion .swiper-container .swiper-pagination {
    bottom: 0;
}

section.promotion .swiper-pagination-bullet-active {
    background: #fddf00;
}

header.title {
    margin-top: 30px;
    padding-bottom: 45px;
}

header.title h1 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "sukhumvit";
}

.box-start {
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.font-width-bold {
    font-weight: bold;
}

.font11 {
    font-size: 11px;
}

.btn-sm {
    padding: 2px 10px;
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
    font-weight: bold;
}

.font18 {
    font-size: 18px;
    font-weight: bold;
}

.font20 {
    font-size: 20px;
    font-weight: bold;
    font-family: "sukhumvit";
}

hr {
    border-color: rgb(0, 0, 0,.05);
}

section .alert {
    font-size: 12px;;
}

.alert-dismissible .close {
    padding: 8px 15px;
}

form input, form select {
    font-size: 14px !important;
    height: auto;
    padding: 10px 20px 10px 0;
    border-radius: 0 4px 4px 0;
    font-family: "sukhumvit";
}

form .input-group-text {
    width: 40px;
    text-align: center;
    clear: both;
    justify-content: center;
}

form i {
    font-size: 14px;
}

form .input-group-prepend .input-group-text {
    border-radius: 4px 0 0 4px;
    background-color: white;
    color: #666;
    font-size: 18px;
}

form label {
    float: left;
    font-size: 12px;
}

form input::placeholder {
    color: #98A9BC;
}

form .input-groupp {
    margin-bottom: 8px !important;
    width: 100%;
    max-width: 280px;
}

form button.btn-login, form button.btn-register {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    background-color: #f6e015;
    background: -moz-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -webkit-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -o-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -ms-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    border: 0;
    padding: 8px 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    margin-top: 7px;
    border-radius: 50px;
    font-family: "sukhumvit";
}

form button.btn-default {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #ddd;
    border: 0;
    padding: 8px 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    margin-top: 7px;
    border-radius: 50px;
    font-family: "sukhumvit";
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #003f6e;
}

.btn-primary:hover {
    background-color: #003f6e;
}

.btn-primary-sm {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    background-color: #f6e015;
    background: -moz-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -webkit-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -o-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -ms-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    border: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 50px;
    font-family: "sukhumvit";
}

.btn-primary-md {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background-color: #f6e015;
    background: -moz-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -webkit-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -o-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -ms-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    border: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 50px;
    font-family: "sukhumvit";
}

.btn {
    border-radius: 50px;
    font-family: "sukhumvit";
}

.btn-primary-lg {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    background-color: #f6e015;
    background: -moz-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -webkit-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -o-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -ms-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    border: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.18);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.18);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.18);
    border-radius: 50px;
    padding: 8px 50px;
    font-family: "sukhumvit";
    height: auto;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    padding: 20px 0 0 0;
    margin-bottom: -5px;
}

.jconfirm-box {
    border-radius: 15px !important;
    /*box-shadow: 0 3px 15px rgb(153,155,168) !important;*/
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    border-radius: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.jconfirm-title {
    display: none !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #f6e015 !important;
    background: -moz-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -webkit-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -o-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -ms-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    border: 0;
    color: #333 !important;
    box-shadow: 0 3px 6px #d2d2d2;
    -webkit-box-shadow: 0 3px 6px #d2d2d2;
    -moz-box-shadow: 0 3px 6px #d2d2d2;
}

.nav-transaction .nav-link {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    padding: 3px 20px;
    opacity: .7;
    font-size: 14px;
    font-family: "sukhumvit";
}

.nav-transaction .nav-item {
    padding: 0.5%;
} 

.jconfirm-title {
    font-family: "sukhumvit" !important;
}

.nav-transaction .nav-link.active {
    opacity: 1;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background-color: #f6e015;
    background: -moz-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -webkit-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -o-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: -ms-linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    background: linear-gradient(90deg, #f6e015, #f8e863, #f6e015);
    border: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.18);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.18);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.18);
    border-radius: 50px;
}

.deposit-box-bonus {
    overflow: hidden;
    padding: 0;
}

.deposit-box-bonus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.deposit-box-bonus li {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px;
    border-bottom: 1px solid rgb(0, 0, 0,.05);
}

.deposit-box-bonus li:last-child() {
    border-bottom: 0;
}

.deposit-box-bonus li a {
    text-align: center;
}

section.transfer img {
    margin: 15px 0;
}

.swiper-button-next, .swiper-button-prev {
    top: 90%;
    height: 25px;
}

.swiper-button-next:focus, .swiper-button-prev:focus {
    outline: none !important;
    
}

.otp-input{
    font-size: 22px !important;
}

.jconfirm-box-container {
    max-width: 480px;
    flex: none !important;
    display: inline;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

div[data-notify="container"] {
  /*min-width: 288px;
  max-width: 568px;*/
}

.alert-dark {
  background: #323232;
}
.btn-register {
	background-color: #005b9e;
	border-radius: 10px;
	cursor: pointer;
	font-size: 11px;
	color: #fff;
}
.btn-activity {
	background-color: #008612;
	border-radius: 10px;
	cursor: pointer;
	font-size: 11px;
	color: #fff;
}
.btn-activity-end {
	background-color: #ff0101;
	border-radius: 10px;
	cursor: pointer;
	font-size: 11px;
	color: #fff;
}
.register_link {
	color: #000;
}
.popup-img {
	max-width: 100%;
}
article{
	margin: 0px 0px;
}
.text-light {
	color: #f8f9fa !important;
    margin: 5px 0;
    margin-top:0px;
}
.h1, h1 {
	margin-bottom: 0px !important;
}
.bg-footer {
	background-color: #252525;
	padding: 20px;
	margin-top: 20px;
    border-top: 1px solid #2847f4;
    color:#fff;
}
.footer-icon {
	float: left;
}
.res-img {
	width: 100%;
}
.footer-subtitle {
	width: 100%;
	float: left;
}
ul li, ol li {
	padding: 0;
	list-style: none;
	margin: 0;
}
.footer-icon li {
	float: left;
}
ul, ol {
	padding: 0;
	list-style: none;
	margin: 0px;
}
.comment-box-post {
	border: 2px solid #007ad6;
	padding: 10px 10px;
	border-radius: 10px;
	margin: 20px 0;
}
.product-group-line {
	border-top: 1px solid #a4a4a4;
	margin: 5px 5px;
}
.button_play_spin_middle {
	position: fixed;
	bottom: 80px;
	width: 110px !important;
	margin: 0 auto;
	text-align: center;
	left: 0;
    right: 0;
    z-index: 1020;
}
.button_play_spin_left {
	position: fixed;
	bottom: 80px;
	width: 110px !important;
    left: 20px;
    z-index: 1020;
}

.button_play_spin_right {
	position: fixed;
	bottom: 80px;
	width: 110px !important;
    right: 20px;
    z-index: 1020;
}

.member-reward-show {
	font-size: 15px;
	width: 22%;
    float: left;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .member-reward-show {
        font-size: 7px;
        width:22%;
        float:left;
    }
}