/**********************************************************************/
/*********************** Start - Add fonts ****************************/
/**********************************************************************/
@font-face {
    font-family: 'NanumGothic';
    src: url('NanumGothic.eot');
    src: url('NanumGothic.eot?#iefix') format('embedded-opentype'),
        url('NanumGothic.woff2') format('woff2'),
        url('NanumGothic.woff') format('woff'),
        url('NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Virgula Vulgaris';
    src: url('/fonts/Virgula-Vulgaris.eot');
    src: url('/fonts/Virgula-Vulgaris.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Virgula-Vulgaris.woff2') format('woff2'),
        url('/fonts/Virgula-Vulgaris.woff') format('woff'),
        url('/fonts/Virgula-Vulgaris.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('/fonts/NotoSansKR-Regular-Alphabetic.eot');
    src: url('/fonts/NotoSansKR-Regular-Alphabetic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/NotoSansKR-Regular-Alphabetic.woff2') format('woff2'),
        url('/fonts/NotoSansKR-Regular-Alphabetic.woff') format('woff'),
        url('/fonts/NotoSansKR-Regular-Alphabetic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKRMedium';
    src: url('/fonts/NotoSansKR-Medium-Alphabetic.eot');
    src: url('/fonts/NotoSansKR-Medium-Alphabetic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/NotoSansKR-Medium-Alphabetic.woff2') format('woff2'),
        url('/fonts/NotoSansKR-Medium-Alphabetic.woff') format('woff'),
        url('/fonts/NotoSansKR-Medium-Alphabetic.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKRMedium';
    src: url('/fonts/NotoSansKR-Medium-Alphabetic.eot');
    src: url('/fonts/NotoSansKR-Medium-Alphabetic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/NotoSansKR-Medium-Alphabetic.woff2') format('woff2'),
        url('/fonts/NotoSansKR-Medium-Alphabetic.woff') format('woff'),
        url('/fonts/NotoSansKR-Medium-Alphabetic.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face { 
  font-family: 'Noto Sans KR'; 
	font-style: normal;
	font-weight: 100;
	src: url('/fonts/notokr-regular.eot');
	src: url('/fonts/notokr-regular.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/notokr-regular.woff2') format('woff2'),
		 url('/fonts/notokr-regular.woff') format('woff');
}

/**********************************************************************/
/************************ End - Add fonts *****************************/
/**********************************************************************/

html, body {
	margin: 0; 
	padding: 0;
	height: 100%;
} 

body {
	background-color: #fff;
}

* {
    font-family: 'Noto Sans KR';
}

.login-box *,
.join-box * {
    font-family: 'Virgula Vulgaris', 'NanumGothic';
}
.bg-body-1 {
	background-image: url('/images/login_bg.jpg');
}

.btn-type-1 {
    font-size: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    background-size: 100% 100%;
	background-image: url('/images/btn_bg.png');
}

.btn-type-1:hover {
	background-color: #959595;
    background-image: unset;
}

.paging_div .num_prev,
.paging_div .num_next {
    width: 50px;
    text-decoration-line: none;
}

.paging_div {
    display: flex;
    justify-content: center;
    margin: 15px 0 5px 0;
}

.paging_div .cur {
	width: 22px;
    text-decoration-line: none; 
    border: none !important;
} 
 
.paging_div .num {    
	border: 1px solid #0012ff;
    width: 22px;
    text-decoration-line: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 8px;
    margin: 0 2px !important;
}

.paging_div .inner_paging {
	display: flex;
}

.paging_div .num_prev,
.paging_div .num_next,
.paging_div .cur,
.btn2 {
    position: relative;
    height: 30px;
    margin: 0 8px;
    background-image: url("/images/btn/btn2_bdy.png");
    background-size: cover;
    background-repeat: round;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    padding: 0px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paging_div .num_prev:before,
.paging_div .num_next:before,
.paging_div .cur:before,
.btn2:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 30px;
    left: -3px;
    background-image: url("/images/btn/btn2_left.png");
}

.paging_div .num_prev:after,
.paging_div .num_next:after,
.paging_div .cur:after,
.btn2:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 30px;
    right: -3px;
    background-image: url("/images/btn/btn2_right.png");
}

.paging_div .num_prev:hover,
.paging_div .num_next:hover,
.paging_div .cur:hover,
.btn2:hover {
    background-image: url("/images/btn/btn2_bdy_h.png");
}

.paging_div .num_prev:hover:before,
.paging_div .num_next:hover:before,
.paging_div .cur:hover:before,
.btn2:hover:before {
    background-image: url("/images/btn/btn2_left_h.png");
}

.paging_div .num_prev:hover:after,
.paging_div .num_next:hover:after,
.paging_div .cur:hover:after,
.btn2:hover:after {
    background-image: url("/images/btn/btn2_right_h.png");
}

.btn3 {
    position: relative;
    height: 44px;
    margin: 0 8px;
    background-image: url("/images/btn/btn3_bdy.png");
    background-size: cover;
    background-repeat: round;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    padding: 0px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn3:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 44px;
    left: -3px;
    background-image: url("/images/btn/btn3_left.png");
}
.btn3:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 44px;
    right: -3px;
    background-image: url("/images/btn/btn3_right.png");
}

.btn3:hover {
    background-image: url("/images/btn/btn3_bdy_h.png");
}

.btn3:hover:before {
    background-image: url("/images/btn/btn3_left_h.png");
}

.btn3:hover:after {
    background-image: url("/images/btn/btn3_right_h.png");
}

.login-box {
    background-color: rgba(102, 102, 102, 0.6);
    width: 364px; 
    height: 100%;
    margin-left: 64%;
    display: table;
}

.login-box input {
    border: unset;
    width: 267px;
    height: 48px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    background-size: 100% 100%;
	background-image: url('/images/input_bg.png');
}

.login-box textarea {
    border: unset;
    width: 267px;
    height: 80px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px 20px;
    resize:none;
    font-size: 16px;
    color: #fff;
    background-size: 100% 100%;
	background-image: url('/images/input_bg.png');
}

.login-box .login-form {
	text-align: center;
}

.login-box .logo { 
    padding-top: 100px;
    padding-bottom: 88px;
	width: 307px;
	margin: 0 auto;
}

.login-box .logo img {
	width: 100%;
}

.login-box .form-div {
	min-height: 273px;
}

.login-box .login-form .capt-parent {
	display: flex; 
	justify-content: center;
    align-items: flex-start;
}

.login-box .login-form .capt-img img {
	background-color: #fff;
    width: 92px;
	height: 48px;
}

.login-box .login-form .input-captcha {
	width: 163px;
	font-size: 27px;
    margin-left: 10px;
}

.login-box .login-form .btn-login-parent {
	margin: 0 auto 10px auto;
}

.login-box .login-form .btn-login {
    width: 307px;
    margin: 0 auto;
    height: 50px;
    font-size: 24px;
}

.login-box .btn-div {
    display: flex;
    width: 307px;
    margin: 0 auto;
    justify-content: space-between;
}

.login-box .btn-bwn {
    width: 147px;
    height: 39px;
}

.login-box .code-form,
.login-box .sos-form {
	text-align: center;
}

.login-box .recommend {
    display: flex;
    /*background-color: #fff;*/
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    padding: 4px;
    width: 334px;
    margin-top: 110px;
    border-radius: 3px;
    color: #eaeaea;
}
 
.login-box .recommend .chrome-icon img {
	width: 35px;
    vertical-align: middle;
}

.login-box .recommend .rec-text {
    font-size: 13.5px;
    margin-left: 6px;
}

.lg-video-bg {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
    z-index: -999;
}

.join-box {
	background-color: rgba(102, 102, 102, 0.6);
    width: 500px;
    padding: 25px;
    margin: 25px auto;
}

.join-box input {
    border: unset;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 0 12px;
    font-size: 14px;
    color: #fff;
    background-size: 100% 100%;
	background-image: url('/images/input_bg.png');
}

.join-box .child-input-3 {
	flex: .98;
}

.join-box select {
    border: unset;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 0 12px;
    font-size: 14px;
    color: #fff;
    background-size: 100% 100%;
	background-image: url('/images/input_bg.png');
}

.join-box select option {
	color: #000;
}

.join-box .top {
    display: flex; 
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
}

.join-box .top .left {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.join-box .top .right {
    color: #e80000;
    font-size: 14px;
}

.join-box .field {
    display: flex;
    justify-content: space-between;
}

.join-box .field .hold {
    width: 10px;
}

.join-box .btn-submit {
    height: 42px;
    font-size: 20px;
    font-weight: bold;
}

.join-box .child-input-1 {
    flex: .98;
}

.join-box .child-btn.btn-type-1 {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
}

.join-box .label {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 4px;
}

.join-box .label span {
	color: red;
}

.top-menu-bg {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9999;
}

.top-menu-bg .top {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
}

.top-menu-bg .top .plan {
	margin: 0 auto;
	width: 1240px;
	background-color: #fff; 
}

.top-menu-bg .bottom .plan {
	margin: 0 auto;
	width: 1240px;
	background-color: #0a1431;
}

.top-menu-bg .bottom {
	width: 100%;
	background-color: #0a1431;
}

.top-menu-bg .top .cnt {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-menu-bg .top .left {
	display: flex;
    align-items: center;
}

.top-menu-bg .top .left .name {
	font-size: 20px;
	font-weight: bold;
    color: #ff6900;
}

.top-menu-bg .top .left .level {
	font-size: 18px;
	font-weight: bold;
	margin: 0 12px 0 8px;
}

.top-menu-bg .top .left .label .text {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
    margin-left: 4px;
}

.top-menu-bg .top .left .note {
	width: 266px;
    overflow: hidden;
}

.top-menu-bg .top .center .btn {
	display: flex;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 3px;
	background: rgb(38,38,38);
	background: linear-gradient(0deg, rgba(38,38,38,1) 0%, rgba(52,52,52,1) 100%);
	width: 95px;
	height: 39px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.top-menu-bg .top .center .btn:hover {
    background: linear-gradient(0deg, rgb(63, 63, 63) 0%, rgb(98, 98, 98) 100%);
}

.top-menu-bg .top .center .btn img {
	width: 22px;
}

.top-menu-bg .top .center .btn .name {
	color: #fff;
	font-size: 17px;
	margin-left: 6px;
}

.top-menu-bg .top .right {
	display: flex;
}

.top-menu-bg .top .right .item {
	display: flex;
    align-items: center;
    margin-right: 12px;
}

.top-menu-bg .top .right .item.msg {
	cursor: pointer;
}

.top-menu-bg .top .right .item .label {
	font-size: 16px;
	color: #6e6e6e;
	margin-right: 5px;
}

.top-menu-bg .top .right .item .value {
	font-size: 16px;
	color: #0a1431;
	font-weight: bold;
}
 
.top-menu-bg .top .right .item .value.mn {
	color: #d81d1d;
}

.top-menu-bg .top .right .item.last .value {
	color: #d81d1d;
}

.top-menu-bg .top .right .item .label.level {
	font-size: 18px;
	font-weight: bold;
	color: #0066ff;	
}

.top-menu-bg .top .right .item .value.name {
	font-size: 20px;
	font-weight: bold;
	color: #ff1414;
}

.top-menu-bg .top .right .item .img-icon {
	margin-right: 6px;
}

.top-menu-bg .top .right .item .change-point {
	margin: 0 0 4px 6px;
    cursor: pointer;
}

.top-menu-bg .top .right .item .change-point img {
	vertical-align: middle;
	height: 15px;
}

.top-menu-bg .top .right .item.btn {
    cursor: pointer;
    background-color: #292929;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    margin-right: 0;
    width: 108px;
    height: 70px;
    display: flex;
    justify-content: center;
    border-right: 1px solid #374751;
}

.top-menu-bg .top .right .item.btn.first {
    border-bottom: unset;
    width: 109px;
}

.top-menu-bg .top .right .item.btn img {
    margin-right: 4px;
}

.top-menu-bg .top .right .item.last {
	margin-right: 0px;
}

.top-menu-bg .top .right .item.btn:hover {
	background-color: #515151;
}

.top-menu-bg .bottom .cnt {
	width: 1200px;
	height: 66px;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-menu-bg .bottom .cnt .logo {
	padding: 10px 0;
	cursor: pointer;
}

.top-menu-bg .bottom .cnt .logo img {
	vertical-align: middle;
}

.top-menu-bg .bottom .cnt .menu {
	position: relative;
}

.top-menu-bg .bottom .cnt .menu ul {
	display: flex;
	align-items: center;
}

.top-menu-bg .bottom .cnt .menu ul li {
	list-style-type: none;
}

.top-menu-bg .bottom .cnt .menu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 21px 17px;
}

.top-menu-bg .bottom .cnt .menu ul li a:hover {
	background-color: #004674;
}

.top-menu-bg .bottom .cnt .menu ul li a.charge.first {
   	border-right: 1px solid #374751;
}

.top-menu-bg .bottom .cnt .menu ul li a.charge {
    padding: 20px 24px;
    font-size: 18px;
}

.top-menu-bg .bottom .cnt .menu ul li .nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #292929;
    height: 64px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #292929;
   	padding: 0 25px;
}

.top-menu-bg .bottom .cnt .menu ul li .nav-btn.charge {
   	border-right: 1px solid #374751;
	width: 110px;
}

.top-menu-bg .bottom .cnt .menu ul li .nav-btn.exchange {
   	padding-left: 24.5px;
	width: 109px;
}

.top-menu-bg .bottom .cnt .menu ul li .nav-btn:hover {
    background-color: #515151;
}

.top-menu-bg .bottom .cnt .menu ul li .nav-btn img {
	margin-right: 6px; 
}

.top-menu-bg .bottom .cnt .menu ul li .nav-btn .text {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.top-menu-bg .bottom .cnt .menu ul li a.charge:hover {
	background-color: #515151;
}

.top-menu-bg .bottom .cnt .menu ul li a img {
    vertical-align: sub;
    margin-right: 8px;
}

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content {
	display: none;
    position: absolute;
    /*top: 116px;*/
	top: 70px;
	border: 1px solid #000000;
    background-color: #fff;
    z-index: 999;
} 

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content.right {
    right: 218px;
}

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content .row {
    display: flex;
} 
.flex-center-sub {
	display: flex;
    align-items: center;
}
.top-menu-bg .bottom .cnt .menu .subnav .subnav-content a {
	color: #0a1431;
	padding: 10px 5px;
	box-sizing: border-box;
	width: 177px;
	font-size: 16px;
	font-weight: normal;
}

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content a img {
    width: 20px;
    vertical-align: middle;
}
.icon-hot {
    position: absolute;
    top: 3.6rem;
    width: 2rem !important;
}
.top-menu-bg .bottom .cnt .menu .subnav .subnav-content .title {
	padding: 6px 0 0 8px;
}

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content .title .text {
    background-color: #d9d9d9;
    display: inline;
    padding: 5px;
    font-size: 15px;
	font-weight: bold;
}

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content a:hover {
	background-color: rgba(217, 217, 217, 0);
	color:#d20000;
}

.top-menu-bg .bottom .cnt .menu .subnav:hover .subnav-content {
	display: block;
}

.container {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
    padding: 0 20px;
    z-index: 1;
    position: relative;
	min-height: 780px;
}

.content .slider-part {
	height: 225px;
    width: 100%;
}

.content .bbmenu { 
	display: flex;
    /*height: 358px;*/
}

.content .bbmenu .right {
	flex: 1;
	background-color: #222222;
	color: #fff;
}

.content .bbmenu .right .top .row {
	display: flex;
    justify-content: center;
}

.content .bbmenu .right .top .row .item {
    border: 1px solid #000;
    border-radius: 3px;
    background: rgb(38,38,38);
    background: linear-gradient(0deg, rgba(38,38,38,1) 0%, rgba(52,52,52,1) 100%);
    width: 151px;
    height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 8px 0px 8px;
    cursor: pointer;
}

.content .bbmenu .right .top .row .item img {
	height: 32px;
}

.content .bbmenu .right .top .row .item .name {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

.content .bbmenu .right .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content .bbmenu .right .bottom .row {
	display: flex;
	font-size: 32px;
	font-weight: bold;
    border: 1px solid #000;
    border-radius: 3px;
    background: rgb(38,38,38);
    background: linear-gradient(0deg, rgba(38,38,38,1) 0%, rgba(52,52,52,1) 100%);
    width: 320px;
    height: 68px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
}

.content .bbmenu .right .bottom .row img {
	height: 38px;
}

.content .bbmenu .right .top .row .item:hover, 
.content .bbmenu .right .bottom .row:hover {
	background: linear-gradient(0deg, rgb(63, 63, 63) 0%, rgb(98, 98, 98) 100%);
}

.content .bbmenu .right .bottom .row .name {
	padding-left: 24px;
}

.content .main-list-game {
	margin-top: 14px;
}

.content .main-list-game .row {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.content .main-list-game .row .item {
	border: 1px solid #424242;
    border-radius: 4px;
    background: rgb(200,200,200);
    background: linear-gradient(0deg, rgba(200,200,200,1) 0%, rgba(255,255,255,1) 100%);
    width: 110px;
    height: 101px;
}

.content .main-list-game .row .item:hover {
    background: linear-gradient(0deg, rgb(157, 157, 157) 0%, rgba(255,255,255,1) 100%);
}

.content .main-list-game .row .item a {
    text-decoration: none;
    color: #585858;
    font-size: 16px; 
    text-align: center;
}

.content .main-list-game .row .item a img {
	padding: 12px 33px 0px 33px;
}
.content .main-list-game .row .item a .icon-hot {
    width: 2rem;
    position: relative;
    top: -99px;
    left: -34px;
}
.content .main-list-game .row .item a .name {
    padding: 2px 0 10px 0;
}

.content .main-last-more {
	display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
}

.content .main-last-more .col {
	flex: 0.32;
	max-width: 32%;
    margin-top: 30px;
} 

.content .main-last-more .col .top {
    display: flex;
    justify-content: space-between;
}

.content .main-last-more .col .top .title {
	font-size: 20px;
    font-weight: bold;
    color: #053053;
    margin: 4px 5px;
}

.content .main-last-more .col .top .btn {
    border: 1px solid #acacac;
    display: flex;
    align-items: center;
    margin: 5px 5px;
    cursor: pointer;
    padding: 0 5px;
} 

.content .main-last-more .col .top .btn .value {
    font-size: 14px;
    font-weight: bold;
    color: #676767;
}

.content .main-last-more .col .top .btn:hover {
	background-color: #e6e6e6;
}

.content .main-last-more .col .bottom .row {
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
    padding: 7px 6px;
    border-top: 1px solid #d9d9d9;
    cursor: pointer;
}

.content .main-last-more .col .bottom .row:hover {
    background-color: #f2f2f2;
}
 
.content .main-last-more .col .bottom .row .title {
	font-size: 14px; 
    color: #1f1f1f;
}

.content .main-last-more .col .bottom .row .date {
	font-size: 12px;
    color: #ffba14;
}

.content .main-last-more .col .res .topic {
    display: flex;
    justify-content: space-around;
}

.content .main-last-more .col .res .topic .name {
    font-size: 16px;
    font-weight: bold;
    color: #1c1c1c;
    height: 36px;
    background-color: #d6d6d6;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.content .main-last-more .col .res .topic .name.active {
    background-color: #ffba14;
}

.content .main-last-more .col .res .live {
	display: none;
}

.content .main-last-more .col .res .sport table,
.content .main-last-more .col .res .live table {
    border-spacing: 0;
    width: 100%;
}

.content .main-last-more .col .res .sport table th,
.content .main-last-more .col .res .live table th {
	background-color: #014b7b;
	color: #fff;
	font-size: 14px;
	padding: 4px 0;
}

.content .main-last-more .col .res .sport table td,
.content .main-last-more .col .res .live table td {
    background-color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 6px 0;
    border-bottom: 1px solid #d9d9d9;
}

.content .main-last-more .col .res .sport table td:nth-child(2) {
	text-align: left;
    max-width: 95px;
    overflow: hidden;
    white-space: nowrap;
}

.content .main-last-more .col .res .sport table td:nth-child(4) {
	text-align: right;
    max-width: 95px;
    overflow: hidden;
    white-space: nowrap;
}

.content .main-last-more .col.border {
    border-top: 5px solid #0a1431;
}

.content .main-last-more .col.con img {
	cursor: pointer;
}
 
.sp-content {
	display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.sp-content input {
    height: 30px;
    box-sizing: border-box;
    padding: 0 6px;
    font-size: 16px;
} 

.sp-content select {
    height: 30px;
    box-sizing: border-box;
    padding: 0 6px;
    font-size: 16px;
}

.sp-content .def-left {
	width: 1200px;
}

.sp-content .def-left .title {
	border-bottom: 4px solid #0a1431;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sp-content .def-left .title .l-title,
.sp-content .def-left .title .r-title {
    display: flex;
    align-items: center;
}

.sp-content .def-left .title .text {
    color: #053053;
    font-size: 20px;
    font-weight: bold;
    padding: 9px 8px;
}

.sp-content .def-right {
	width: 220px;
}

.sp-content .sec {
	margin-top: 10px;
}

.sp-content .sec .sec-title {
    height: 40px;
    background-color: #0a1431;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-content .sec .sec-bdy {
    padding: 10px 15px;
    background-color: #e9e9e9;
}

.sp-content .sec .sec-text {
    color: #fff;
    font-size: 16px;
}

.chdes .row {
    display: flex;
    align-items: center;
}

.chdes .row:not(:last-child) {
    border-bottom: 1px solid #053053;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.chdes .row .icon {
	padding: 0 10px;
}

.chdes .row .dex {
	font-size: 16px;
}

.lb-form .row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.lb-form .row .label {
    font-size: 16px;
    font-weight: bold;
    width: 110px;
}

.lb-form.bbs-w .row .label {
	width: 60px;
}

.lb-form.bbs-w .row .value input {
	width: 804px;
}

.lb-form.bbs-w .row .value select {
	width: 220px;
}

.lb-form.bbs-w .row .value textarea {
	width: 1102px;
	resize: none;
}

.lb-form.bbs-w .row.bbs-wsub .value {
	display: flex;
    justify-content: space-between;
    width: 1110px;
}

.lb-form.bbs-w .row.bbs-wsub .value > div {
	display: flex;
}

.lb-form .row .item {
	display: flex;
}

.lb-form .row .value.crg-curmn {
	color: #87939e;
}

.lb-form .row .value.crg-mnt {
	display: flex;
}

.ico_bet {
    background-color: #f00;
    color: #fff;
    font-size: 10px;
    padding: 0px 4px;
}

.ico_cash {
    background-color: #ffea29;
    color: #292929;
    font-size: 10px;
    padding: 0px 4px;
}

.crgmnt-input {
	margin-right: 4px;
}

.crgmnt-btn {
	display: flex;
}

.crgmnt-btn > div {
	width: 65px;
}

.crg-sm-part {
	display: flex;
    justify-content: center;
    margin: 25px 0 4px 0;
}
 
.crg-sm-part > div {
    width: 150px;
}
 
.crg-his-btn {
    display: flex;
    justify-content: flex-end;
}

.crg-histb-his {
	width: 100%;
    border-bottom: 1px solid #0a1431;
    border-top: 1px solid #0a1431;
    margin-top: 8px;
    background-color: #5d6f7e;
}

.crg-histb-his td { 
    color: #ffffff;
    font-weight: bold;
}

.crg-hisdetail-his {
	width: 100%;
}

.exc-pass .rec-text {
	font-size: 12px;
	color: #87939e;	
}

.menu-sidebar.sport-sidebar {
	position: sticky;
    top: 102px;
}

.menu-sidebar .title {
	background-color: #5d6f7e;
    height: 47px;
    color: #fff;
    font-size: 20px;
    font-weight: bold; 
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid #0a1431;
}

.menu-sidebar .cnt ul {
	padding: 0;
	margin: 0;
}

.menu-sidebar .cnt li {
	list-style-type: none;
    display: flex;
}

.menu-sidebar .cnt li a {
    text-decoration-line: none;
    color: #535353;
    background-color: #e9e9e9;
    font-size: 16px;
    width: 220px;
    padding: 8px 10px;
    border-bottom: 1px solid #bababa;
}

.menu-sidebar .cnt li a:hover {
	background-color: #d9d9d9;
}

.menu-sidebar .cnt li a img {
	vertical-align: middle;
    width: 30px;
    margin-right: 8px;
}

.footer {
    width: 1240px;
    margin: 0 auto;
    background-color: #0a1431;
    padding-top: 6px;
    position: relative;
    z-index: 999;
}

.footer .live-score {
    background-color: #5d6f7e;
    display: flex;
    justify-content: space-around;
    padding: 4px 27px;
    align-items: center;
}

.footer .live-score img {
	width: 45px;
}

.footer .license {
    color: #bebebe;
    font-size: 12px;
    text-align: center;
    padding: 6px 0;
}

.footer .footer-menu ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.footer .footer-menu ul li {
    list-style-type: none;
    padding: 6px 30px 0 30px;
}

.footer .footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.side-banner {
    display: flex;
    top: 125px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.side-banner .center {
    width: 1240px;
}

.side-banner .left,
.side-banner .right {
	width: 250px;
	text-align: center;
	position: relative;
}

.side-banner .left .close-banner,
.side-banner .right .close-banner {
	position: absolute;
    right: 0;
	cursor: pointer;
}

.tb-bc-detail {
	width: 100%;
	border-spacing: 0;
    margin-top: 10px;
}

.tb-bc-detail th {
	background-color: #053053;
	padding: 8px 0;
	color: #fff;
    font-size: 14px;
}

.tb-bc-detail td {
    font-size: 12px;
    border: 1px solid #053053; 
    padding: 6px 4px;
    border-top: none;
}

.tb-bc-detail td:not(:last-child) {
    border-right: none;
}

.tb-bc-detail td:nth-child(1),
.tb-bc-detail td:nth-child(4),
.tb-bc-detail td:nth-child(6),
.tb-bc-detail td:nth-child(7) {
	text-align: center;
}

.tb-bc-detail td.selected {
	background-color: #fff08d;
}

.tb-bc-detail td .item_bet {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tb-bc-detail td .item_bet img {
	vertical-align: middle;
}

.tb-bc-detail td.league img {
	vertical-align: middle;
}

.process-betting {
    font-size: 14px;
	display: flex;
    align-items: center;
    border: 1px solid #053053;
    border-top: none;
    padding: 5px 0px;
}

.process-betting .detail .row {
	display: flex;
}

.process-betting .detail .row .item {
	display: flex;
}

.process-betting .detail .row .item.dt1 {
	width: 260px;
}

.process-betting .detail .row .item.dt2 {
	width: 188px;
}

.process-betting .detail .row .item.dt3 {
	width: 120px;
}

.process-betting .detail .row .item.dt1 .dt-label {
    width: 85px;
}

.process-betting .detail .row .item.dt2 .dt-label {
	width: 75px;
}

.process-betting .detail .row .item.dt3 .dt-label {
    width: 60px;
}

.process-betting .ps-btn {
	display: flex;
    flex: 1;
    justify-content: flex-end;
}

.process-betting .ttt {
	width:100px;
	margin-right: -4px;
	font-weight: bold;
}

.board-main {
    border-spacing: 0;
	width: 100%;
	margin-top: 10px;
}

.board-main th {
    background-color: #053053;
    padding: 8px 0;
    color: #fff;
    font-size: 14px;
}

.board-main td { 
    font-size: 14px;
    padding: 4px 0;
}
 
.board-main .child:hover {  
	background-color: #e9e9e9 !important;
}

.board-main .child.read td {
	border-bottom: 1px dashed #0a1431;
}

.board-main .child.read td .mb-rank {
	vertical-align: middle;
}
 
.board-main .promo {
	background-color: #fff;
}

.board-main .promo:hover { 
	background-color: #bac7d1;
}

.board-main .promo td {
	border-bottom: 1px solid #0a1431;
    padding: 8px 0;
    color: #000;
    font-size: 14px;
}

.board-main .promo td img {
	vertical-align: middle; 
}

.msg-page {
	background-color: #fff;
}

.msg-page tr td {
    border-bottom: 1px solid #bababa;
}

.msg-page .msg-topic td:nth-child(2) {
	cursor: pointer;
}

.msg-page .msg-topic td {
	padding: 8px 0;
}

.msg-page .tab-content td:nth-child(2) {
    padding: 8px 0;
}

.msg-page .tab-content .msg-content {
    background-color: #fff;
    color: #000;
    padding: 10px;
}

.msg-page .tab-content .msg-content .box_a {
    margin: 8px 0;
    padding: 8px 0;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    color: #0a1431;
}

.ono-choice td {
	padding: 8px 0;
}

.ono-choice td:nth-child(3) {
	cursor: pointer;
}

.bbs-read {
    background-color: #fff;
}

.bbs-read .read-detail td:nth-child(2),
.bbs-read .read-detail td:nth-child(3),
.bbs-read .read-detail td:nth-child(4) {
	text-align: center;
}

.bbs-read .read-detail td {
	border-bottom: 1px solid #535353;
}

.bbs-read td {
	padding: 10px;
}

.bbs-read .read-detail td:nth-child(2) img {
	width: 25px;
	vertical-align: middle;
}

.bbs-read .read-text .child-text {
	background-color: #fff;
    padding: 10px;
}

.bbs-read-detail {
	display: flex;
	font-weight: bold;
}

.bbs-read-detail .dt-label {
	margin-right: 10px;
}

.bbs-read-detail .dt-value {
	margin-right: 18px;
}

.bbs-read.notice {
	background-color: #fff;
}

.comment-input {
	display: flex;
    margin-top: 10px;
}

.comment-input input {
	width: 1122px;
}

.comment-input .btn2  {
    margin-right: 0;
}

.comment-msg {
	margin-top: 14px;
}

.comment-msg .msg-box {
	display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #0a1431;
    align-items: center;
}

.comment-msg .msg-box .msg {
    background-color: #fff;
    flex: 1;
    padding: 10px 10px 11px 10px;
    font-size: 14px;
}

.comment-msg .msg-box .mb-name {
    background-color: #fff;
    width: 155px;
    padding: 8px 4px;
    border-left: 4px solid #053053;
    font-size: 14px;
    color: #000;
}

table.tb-bc-detail tr td .team-left .name img {
    vertical-align: top;
	 margin: 0 4px;
	-webkit-animation: stdown 0.6s infinite alternate ease-in-out;
	-moz-animation:    stdown 0.6s infinite alternate ease-in-out;
	-o-animation:      stdown 0.6s infinite alternate ease-in-out;
	-ms-transition:	   stdown 0.6s infinite alternate ease-in-out;
	animation:         stdown 0.6s infinite alternate ease-in-out;
}

table.tb-bc-detail tr td .team-right .name img {
    vertical-align: bottom;
    margin: 0 4px;
	-webkit-animation: stup 0.6s infinite alternate ease-in-out;
	-moz-animation:    stup 0.6s infinite alternate ease-in-out;
	-o-animation:      stup 0.6s infinite alternate ease-in-out;
	-ms-transition:	   stup 0.6s infinite alternate ease-in-out;
	animation:         stup 0.6s infinite alternate ease-in-out;
}

table.tb-bc-detail tr td .name {
    display: flex;
    align-items: center;
    gap: 2px;
}

table.tb-bc-detail tr td .name .img_team_name {
    max-width: 30px;
}

@keyframes stup {
    0% { 
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-o-transform: translateY(0);
    	-ms-webkit-transform: translateY(0);
    	transform: translateY(0);
    }
    100% { 
    	-webkit-transform: translateY(-5px);
    	-moz-transform: translateY(-5px);
    	-o-transform: translateY(-5px);
    	-ms-webkit-transform: translateY(-5px);
    	transform: translateY(-5px);
    }
}

@keyframes stdown {
    0% { 
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-o-transform: translateY(0);
    	-ms-webkit-transform: translateY(0);
    	transform: translateY(0);
    }
    100% { 
    	-webkit-transform: translateY(5px);
    	-moz-transform: translateY(5px);
    	-o-transform: translateY(5px);
    	-ms-webkit-transform: translateY(5px);
    	transform: translateY(5px);
    }
}


table.tb-bc-detail tr td .team-left .name .sh,
table.tb-bc-detail tr td .team-right .name .sh { 
	color: #0e00ff;
    font-weight: bold;
    margin: 0 4px;
    display: inline-block;
	-webkit-animation: tsmaller 0.6s infinite alternate ease-in-out;
	-moz-animation:    tsmaller 0.6s infinite alternate ease-in-out;
	-o-animation:      tsmaller 0.6s infinite alternate ease-in-out;
	-ms-transition:	   tsmaller 0.6s infinite alternate ease-in-out;
	animation:         tsmaller 0.6s infinite alternate ease-in-out;
}

@keyframes tsmaller {
    0% { transform: scale(0.8); }
    100% { transform: scale(1); }
}

.ono-write input {
	width: 1060px;
}

.ono-write textarea {
	width: 1045px;
    resize: none;
    padding: 4px 6px;
    font-size: 16px;
}

.sport-sidebar .cnt {
	background-color: #e9e9e9;
    padding: 8px;
}

.sport-sidebar .btn3 {
	padding: 0;
	margin: 0;
}

.sport-sidebar .btn2 {
	padding: 0;
	margin: 0;
    width: 60px;
}

.sport-sidebar .btn-money-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}

.sport-sidebar .row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #5e5e5e;
    margin-bottom: 4px;
}

.sport-sidebar .item-selected {
    overflow: auto;
}

.sport-sidebar .result-input input {
    width: 100%;
    text-align: right;
    margin-bottom: 4px;
	color: red;
}

.sport-sidebar .item_betting,
.sport-sidebar .item-selected .item {
    display: flex;
    background-color: #a7a7a7;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    padding: 6px 6px;
    margin-bottom: 4px;
    align-items: center;
}

.sport-sidebar .item_betting .name,
.sport-sidebar .item-selected .item .name {
    max-width: 97px;
    overflow-wrap: break-word;
}

.sport-sidebar .item_betting .score,
.sport-sidebar .item-selected .item .score {
	display: flex;
}

.sport-sidebar .item_betting .score .red,
.sport-sidebar .item-selected .item .score .red {
	color: #ff0000;
}

.sport-sidebar .item_betting .score .blue,
.sport-sidebar .item-selected .item .score .blue {
	color: #0600ff;
}

.sport-sidebar .item_betting .score .right,
.sport-sidebar .item-selected .item .score .right {
	margin-left: 2px;
}

.sport-sidebar .item_betting .score .right img,
.sport-sidebar .item-selected .item .score .right img {
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
}

.gm1-title .head-game {
	text-align: left !important;
	font-weight: bold;
	color: #e6e6e6;
    font-size: 15px;
    background-color: #5d6f7e;
    padding: 6px 8px;
}

.gm1-title .head-game > div {
	display: inline-block;
}

.gm1-title .head-game .icon-game img {
	vertical-align: sub;
}

.sport-game {
	background-color: #e9e9e9;
}

.sport-game td {
	 padding: 0;
}

.sport-game td:nth-child(2),
.sport-game td:nth-child(4) {
	cursor: pointer;
	background-color: #e3e3e3;
}

.sport-game td:nth-child(1),
.sport-game td:nth-child(3),
.sport-game td:nth-child(5) {
	text-align: center;
}

.sport-game td:nth-child(5) {
	color: #0095ff;
}


.sport-game .team-left,
.sport-game .team-right {
	display: flex;
    justify-content: space-between;
    padding: 8px 6px;
	font-weight: bold;
}

.sport-game .team-tie {
    padding: 8px 6px;
	font-weight: bold;
	cursor: pointer;
}

.sport-game .selected {
	background-color: #ffb400;
}

.cal-content {
	display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.cal-content .cld-right {
	background-color: #fff;
    font-size: 14px;
    padding: 0 8px;
}

.cal-content .cld-right .btn3 {
	padding: 0;
	margin: 0;
}

.cal-content .cld-right .point-result {
	/*margin-top: 6px;*/
}

.cal-content .cld-right .part .title {
	background-color: #5d6f7e;
	color: #fff; 
	padding: 6px 10px;
}

.cal-content .cld-right .point-result .part .body-msg table td.topic {
    color: #000 !important;
}

.cal-content .cld-right .point-result .part .body-msg table td:first-child, 
.cal-content .cld-right .point-result .part .body-msg table td:last-child {
    color: #ba640e;
    font-weight: bold;
}

.cal-content .cld-right .point-result .part .body-msg table td:nth-child(2) {
    color: #939044;
}

.cal-content .cld-right table {
	width: 100%;
}

.cal-content .cld-left {
	width: 954px;
}

.cal-content .cld-left .cal-photo {
	position: relative;
	background-image: url('/images/calendar.jpg');
	width: 100%;
    height: 500px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.cal-content .cld-left .cal-photo .cal-month-name {
	width: 140px;
    height: 70px;
    background-color: #7b8dc3;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    cursor: context-menu;
}
.cal-content .cld-left .cal-photo .cal-btn-submit {
	background-color: rgb(57, 57, 57);
    border: 2px solid rgb(31, 29, 34);
    width: 324px;
    height: 66px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 32px;
    border-radius: 14px;
    margin: 300px auto 0px;
    cursor: pointer;
}

.cal-content .cld-left .cld-table table { 
	width: 100%;
	border-spacing: 0;
	border: 1px solid #e0e0e0;
    background-color: #fff;
}

.cal-content .cld-left .cld-month .current {
	text-align: center;
    background-color: #0a1431;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
}

.cal-content .cld-left .cld-table table thead tr th {
    width: 14.28%;
    padding: 4px 0;
    font-size: 14px;
    background-color: #93b5d8;
    color: #fff;
    border-bottom: 1px solid #93b5d8;
}

.cld-left .cld-table table tr td {
	text-align: center;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    height: 75px;
    position: relative;
}

.cld-left .cld-table table thead tr th:last-child,
.cld-left .cld-table table tr td:last-child {
	color: #132d75;
}

.cld-left .cld-table table thead tr th:first-child,
.cld-left .cld-table table tr td:first-child {
    color: #f77171;
}

.cld-left .cld-table table tr td:last-child {
	border-right: none;
}

.cld-left .cld-table table tr:last-child td {
	border-bottom: none;
}

.cld-left .cld-table table tr td .wd {
	position: absolute;
    right: 0;
    left: 0;
    top: 27px;
}

.cld-left .cld-table table tr td .cld-img {
	display: none;
}

.cld-left .cld-table table tr td.chk {
	/*background-color: #16abf2;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);*/
}

.cld-left .cld-table table tr td.chk .cld-img {
	display: inline;
	width: 70px;
}

.cld-left .cld-table table tr td.chk .wd {
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.cld-left .cld-table table tr td.un-chk {
	/*background-color: #a0a0a0;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(91, 93, 121);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(91, 93, 121);
    box-shadow: inset 0px 0px 25px 0px rgba(91, 93, 121);*/
}

.cld-left .cld-table table tr td.un-chk .wd {
    color: #000;
}

.coupon-page {
	background-color: #e9e9e9;
}

.coupon-page td:nth-child(1),
.coupon-page td:nth-child(2),
.coupon-page td:nth-child(5) {
	text-align: center;
}

.game-monitor {
    text-align: center;
    background: #000;
    margin-top: 10px;
}

.game-control {
	margin-top: 8px;
    border-top: 4px solid #053053;
} 

.game-control .choice-part {
	background-image: url('/images/gm-control-1.jpg');
    width: 965px;
    height: 171px;
    position: relative;
}

.bg-red .game-control .choice-part,
.bg-red .game-live-bet,
.bg-red .stop-control {
	width: 1200px;
}

.game-control .choice-part .gametime-part,
.game-type-1 .gametime-part {
	display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.game-control .choice-part .gametime-part .game-time,
.game-type-1 .gametime-part .game-time {
	color: #fff;
    font-size: 16px;
}

.game-control .choice-part .gametime-part .game-bettime,
.game-type-1 .gametime-part .game-bettime {
    margin-left: 12px; 
}

.game-control .choice-part .gametime-part .game-bettime strong,
.game-type-1 .gametime-part .game-bettime,
.game-type-1 .gametime-part .game-bettime font {
	color: #ffd200;
	font-size: 16px;
	font-weight: bold;
}

.game-control .board-main {
    background-color: #18202b;
    color: #fff;
}

.game-control .board-main td {
	border-bottom: 1px solid #3d3d3d !important;
}

.game-type-1.pw-control .gametime-part {
    left: 14px;
    transform: none;
    top: 18px;
}

.game-type-1.pw-control .game-reload {
	top: 16px;
}

.game-type-1.pw-control .gametime-part .game-time,
.game-type-1.pw-control .gametime-part .game-bettime,
.game-type-1.pw-control .gametime-part .game-bettime font {
    font-size: 20px;
}

.game-type-1.pw-control .game-reload {
    height: 33px;
}

.game-type-1.racing {
	height: 100%;
	margin: 0 auto;
}

.game-control .choice-part .gametime-part .game-bettime strong.red,
.game-type-1 .gametime-part .game-bettime font.red {
	color: red;
}

.game-control .choice-part .game-ch-part {
    display: flex;
    justify-content: space-between;
    width: 560px;
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
}

.game-control .choice-part .game-ch-part .item {
	background-image: url('/images/bet-bg.png');
    width:110px;
    height: 110px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
    flex-direction: column;
}

.game-control .choice-part .game-ch-part .item:nth-child(2) {
	flex-direction: column-reverse;
}

.game-control .choice-part .game-ch-part .item .icon {
	height: 65px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-control .choice-part .game-ch-part .item .bet-point {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
}

.game-control .choice-part .game-ch-part .item:hover,
.game-control .choice-part .game-ch-part .item.selected {
	background-image: url('/images/bet-bg-h.png');
}

.game-control .choice-part  .game-reload,
.game-type-1 .game-reload {
	width: 84px;
    height: 23px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer;
    z-index: 999;
}

.game-control .choice-part  .game-reload img,
.game-type-1 .game-reload img {
    width: 21px;
    height: 17px;
    vertical-align: middle;
}

.game-control .choice-part  .game-reload .text, 
.game-type-1 .game-reload .text {
    font-size: 14px;
    font-weight: bold;
}

.game-type-1 .game-choice {
	display: flex;
    padding-top: 40px;
    margin-left: 85px;
    width: 730px;
}

.game-type-1 .game-choice .item {
	padding: 0 38px;
}

.game-type-1 .game-choice .item:nth-child(1) {
	width: 214px;
}

.game-type-1 .game-choice .item:nth-child(2), 
.game-type-1 .game-choice .item:nth-child(3) {
	width: 142px;
    border-left: 2px dotted #939393;
}

.game-type-1 .stop-control {
	height: 100% !important;
	left: 50%;
    transform: translateX(-50%);
}

.game-type-1 .ch-body {
	display: flex;
	justify-content: space-between;
}

.game-type-1 .item:nth-child(2) .ch-body,
.game-type-1 .item:nth-child(3) .ch-body {
	flex-direction: column;
}

.game-type-1 .item:nth-child(2) .row,
.game-type-1 .item:nth-child(3) .row {
	display: flex;
    justify-content: space-between;
}

.game-type-1 .item:nth-child(3) .ch-body {
	margin-left: 12px;
}

.game-type-1 .item:nth-child(3) .row:nth-child(1) {
	margin-left: -12px;
    justify-content: end;
}

.game-type-1 .ch-body .gm-ch {
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-type-1 .ch-body .point {
	text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.game-type-1 .ch-body .ch-item {
	background-image: url('/images/game-ch-1.png');
	width: 102px;
	height: 102px;
	cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.game-type-1 .ch-body .ch-item:hover,
.game-type-1 .ch-body .ch-item.selected {
	background-image: url('/images/game-ch-1-h.png');
}

.game-type-1 .ch-body .ch-sub {
	background-image: url('/images/game-ch-1.png');
	width: 67px;
	height: 67px;
	cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: 100% 100%;
    margin-bottom: 8px;
}

.game-type-1 .ch-body .ch-sub:hover,
.game-type-1 .ch-body .ch-sub.selected {
	background-image: url('/images/game-ch-1-h.png');
}

.game-type-1 .ch-body .ch-sub .point {
	font-size: 12px;
}

.game-type-1 .ch-title {
	text-align: center;
	margin-bottom: 10px;
}

.game-type-1 .ch-title .first {
    font-size: 16px;
    color: #053053;
    font-weight: bold;
}


.game-type-1 .ch-title .second {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.game-choice.racing {
	margin-left: 138px;
}

.game-choice.racing .ch-body {
	display: block;
}

.game-choice.racing .ch-body .row {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 6px;
}

.game-choice.racing .item:nth-child(1) {
	width: 260px !important;
} 

.game-choice.racing .item:nth-child(2) {
	width: 228px !important;
} 

.game-choice.racing .rac-icon-1,
.game-choice.racing .rac-icon-2,
.game-choice.racing .rac-icon-3 {
	width: 48px;
	height: 33px;
}

.game-choice.racing .rac-icon-1 {
	background-image: url('/images/game-type-2/g1-01s.png');
}

.game-choice.racing .rac-icon-2 {
	background-image: url('/images/game-type-2/g1-02s.png');
}

.game-choice.racing .rac-icon-3 {
	background-image: url('/images/game-type-2/g1-03s.png');
}

.game-choice.racing .win,
.game-choice.racing .lose {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 80px;
	height: 35px;
	cursor: pointer;
	background-image: url('/images/game2-ch.png');
}

.game-choice.racing .win:hover,
.game-choice.racing .lose:hover,
.game-choice.racing .win.selected,
.game-choice.racing .lose.selected {
	background-image: url('/images/game2-ch-h.png');
}

.game-choice.racing .rac2-ch {
	width: 90px;
	height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	background-image: url('/images/game3-ch.png');
}

.game-choice.racing .rac2-ch:hover,
.game-choice.racing .rac2-ch.selected {
	background-image: url('/images/game3-ch-h.png');
}

.game-choice.racing .vs {
    font-size: 13px;
}

.game-choice.racing .gm1-point {
    justify-content: space-around !important;
    width: 215px;
    margin-left: 52px;
    font-weight: bold;
}

.game-choice.racing .gm2-point {
    justify-content: space-around !important;
    font-weight: bold;
}

.game-choice.power {
    flex-direction: column;
}

.game-choice.power {
	width: 100%;
	margin-left: 0px;
	padding-top: 53px;
}

.game-choice.power .row { 
	display: flex;
    justify-content: center;
    height: 187px;
}

.game-choice.power .row .item {
	width: 482px;
	border: none;
	padding: 0;
}

.game-choice.power .row .item .ch-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-choice.power .row .item .ch-title .first,
.game-choice.power .row .item .ch-title .second {
    font-size: 16px;
    color: #ffb101;
    padding: 15px 4px 8px 4px;
}

.game-choice.power .row .item .ch-body .row-sub {
	margin: 0 auto;
    display: flex;
} 

.game-choice.power .row .item .ch-body .ch-sub {
	background-image: none;   
	width: unset;
    height: unset;
    margin: 0px 14px;
}

.game-choice.power .row .item .ch-body .ch-sub .gm-ch {
	width: 80px;
	height: 80px;
	background-image: url('/images/game-control/power/btn.png?dfsfdsf');
}

.game-choice.power .row .item .ch-body .ch-sub .gm-ch.nrb {
	width: 80px;
	height: 80px;
	background-image: url('/images/game-control/btn-nrb-a.png');
}
.game-choice.power .row .item .ch-body .ch-sub .gm-ch.nrb-4 {
	width: 80px;
	height: 80px;
	background-image: url('/images/game-control/btn-nrb-b.png');
}

.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch1-1 {    
	background-position: -191px 0px;
}

.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch1-2 {    
	background-position: -286px 0px;
}

.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch2-1 {  
	background-position: -569px 0px;  
}

.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch2-2 {    
	background-position: -475px 0px;
}

.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch2-3 {    
	background-position: -381px 0px;
}

.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch3-1 {    
	background-position: 0px 0px;
}

.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch3-2 {    
	background-position: -95px 0px;
}

.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch1-1:hover,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch1-1,
.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch1-2:hover,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch1-2,
.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch1-2:hover,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch2-1,
.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch2-1:hover,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch2-2,
.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch2-2:hover,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch2-3,
.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch2-3:hover,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch3-1,
.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch3-1:hover,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch3-2,
.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch3-2:hover {
	background-position-y: -89px;
}

.game-choice.power .row .item .ch-body .ch-sub .point {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
    padding-top: 8px;
}

.gm-control-empty {
	width: 965px;
	height: 178px;
	background-image: url('/images/gm-control-2.jpg');
    display: flex;
    justify-content: center;
    align-items: center;
}

.gm-control-empty .emtext {
	font-weight: bold;
    font-size: 22px;
    color: #fff;
}

.game-live-bet {
	width: 965px;
	height: 178px;
	background-image: url('/images/gm-control-3.jpg');
	display: flex;
}

.game-live-bet .left {
	padding: 30px 0 0 85px;
    width: 360px;
}

.game-live-bet .left .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.game-live-bet .left .row .label {
	font-size: 16px;
}

.game-live-bet .left .row .value {
	font-size: 16px;
	font-weight: bold;
}

.game-live-bet .left .row .value.bet-name img {
    vertical-align: sub;
    max-height: 21px;
}

.game-live-bet .left .row .value.winmn {
	color: #4399e4;
}
 
.game-live-bet .right {
    margin: 18px 0 0 48px;
    width: 420px;
}

.game-live-bet .right .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.game-live-bet .right .top input {
    color: #ff0000;
    font-size: 18px; 
    text-align: right;
    border: none;
    background-color: #0000;
}

.game-live-bet .right .top input:focus {
	outline: none;
}

.game-live-bet .right .bottom {
	display: flex;
}

.game-live-bet .right .bottom .btn-left .btn-top .row .item {
	display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    width: 285px;
}

.game-live-bet .right .bottom .btn-left .btn-bottom {
	display: flex;
    justify-content: space-between;
    width: 285px;
}

.game-live-bet .right .bottom .btn-left .btn-top .btn2 {
    width: 88px;
}

.game-live-bet .right .bottom .btn-left .btn-bottom .btn2 {
    width: 137px;
}

.game-live-bet .right .btn2,
.game-live-bet .right .btn3 {
	padding: 0;
	margin: 0;
}

.game-live-bet .right .bottom .btn-right {
	margin-left: 12px;
}

.game-live-bet .right .bottom .btn-right .btn3 {
	width: 114px;
    height: 98px;
    font-size: 23px;
}

.game-live-bet .right .bottom .btn-right .btn3:before,
.game-live-bet .right .bottom .btn-right .btn3:after {
    height: 98px;
    background-size: 100% 100%;;
}

.game-live-bet.gmc4 {
	background-image: url('/images/gm-control-4.jpg');
}

.game-live-bet.gmc4 .left {
	padding-top: 26px;
}

.game-live-bet.gmc4 .left .row {
    margin-bottom: 12px;
}

.game-type-1 {
	background-image: url('/images/gm-control-5.jpg');
	width: 965px;
	height: 246px;
	position: relative;
}

.game-type-1.pw-control {
	background-image: url('/images/game-control/power/panel.png');
	height: 426px;
    margin: 0 auto;
    padding: 8px 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.stop-control {
    position: absolute;
    width: 965px;
    height: 171px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 998;
    display: none;
}

.stop-control.show {
	display: block;
}

.stop-control .stoptext,
.stop-control-text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
} 

.gm-history table {
    background-color: #e9e9e9;
}

.gm-history table .detail td:nth-child(1),
.gm-history table .detail td:nth-child(2),
.gm-history table .detail td:nth-child(6) {
	text-align: center;
}

.gm-history table .detail td,
.gm-history table .btn-part td {
    border-bottom: 1px solid #bababa;
}

.gm-history table .detail td {
	text-align: center;
}

.gm-history table .detail td img {
	vertical-align: middle;
}

.gm-history table .detail td:nth-child(3) {
    color: #ff861b;
    font-weight: bold;
}

.mbrank_1 {
	animation: mblv1 1s infinite;
}

.mbrank_2 {
	animation: mblv2 1s infinite;
}

.mbrank_3 {
	animation: mblv3 1s infinite;
}

.mbrank_4 {
	animation: mblv4 1s infinite;
}

.mbrank_5 {
	animation: mblv5 1s infinite;
}

.mbrank_6 {
	animation: mblv6 1s infinite;
}

.mbrank_admin {
	animation: mblv7 1s infinite;
}

@keyframes mblv1 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #ffad00);
  		filter: drop-shadow(0 0 5px #ffad00);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}

@keyframes mblv2 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #00ebff);
  		filter: drop-shadow(0 0 5px #00ebff);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}

@keyframes mblv3 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #1000ff);
  		filter: drop-shadow(0 0 5px #1000ff);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}

@keyframes mblv4 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #ff0000);
  		filter: drop-shadow(0 0 5px #ff0000);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}

@keyframes mblv5 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #ff001b);
  		filter: drop-shadow(0 0 5px #ff001b);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}

@keyframes mblv6 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #ff003e);
  		filter: drop-shadow(0 0 5px #ff003e);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}

@keyframes mblv7 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #ff8a00);
  		filter: drop-shadow(0 0 5px #ff8a00);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}


/**********************************************************************/
/************************** Start - Game 3 ****************************/
/**********************************************************************/
.game-3 .choice-area {
    background-image: url("/images/temp/game_3/bg_snail_choice.png");
    width: 965px;
    height: 439px;
    background-size: 100% 100%;
}

.game-3 .bet-area {
    background-image: url("/images/temp/game_3/bg_snail_cart.png");
    width: 965px;
    height: 279px;
    background-size: 100% 100%;
}

.game-3 .choice-area .top-area {
    padding: 40px 55px 0 60px;
}

.game-3 .choice-area .top-area .left {
    font-weight: bold;
}

.game-3 .choice-area .top-area .left,
.game-3 .choice-area .top-area .right,
.game-3 .choice-area .top-area .left .count-round,
.game-3 .choice-area .top-area .left .count-down {
    display: inline-block;
}

.game-3 .choice-area .top-area .left .count-round {
    font-size: 17px;
    color: #502c18;
}

.game-3 .choice-area .top-area .left .count-down {
    font-size: 17px;
    color: #ff0000;
}

.game-3 .choice-area .top-area .right {
    float: right;
}

.game-3 .choice-area .top-area .reload {
    background-image: url("/images/temp/game_3/btn-reload.png");
    width: 94px;
    height: 26px;
    cursor: pointer;
    margin: 0 auto;
}

.game-3 .choice-area .top-area .right .reload:hover {
    background-image: url("/images/temp/game_3/btn-reload-1.png");
}

.game-3 .choice-area .select-area {
    display: flex;
    width: 871px;
    margin: 0 53px;
}

.game-3 .choice-area .select-area .col {
    flex: 1;
    padding-left:5px;
}

.game-3 .choice-area .select-area .col .items {
    text-align: center;
}

.game-3 .choice-area .select-area .col .items .item {
    background-image: url("/images/temp/game_3/sp_race_player.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 64px;
    height: 60px;
    margin: 0 12px;
    margin-top: 14px;
}

.game-3 .choice-area .select-area .col .items .n1 {
    background-position: -314px -0;
}

.game-3 .choice-area .select-area .col .items .n2 {
    background-position: -404px -0;
}

.game-3 .choice-area .select-area .col .items .n3 {
    background-position: -494px -0;
}

.game-3 .choice-area .select-area .col .point {
    text-align: center;
    font-weight: bold;
    margin-top: 9px;
    font-size: 15px;
    color:#502c18;
}

.game-3 .bet-area .info {
    font-size: 14px;
    width: 932px;
    text-align: center;
    padding-top: 62px;
    color: #5e5b58;
}

.game-3 .bet-area .info .row,
.game-3 .bet-area .info .row .left,
.game-3 .bet-area .info .row .right {
    display: inline-block;
}

.game-3 .bet-area .info .row .right {
    font-weight: bold;
}

.game-3 .bet-area .info .row .right.point {
    color: #4c1f09;
}

.game-3 .bet-area .bt {
    padding-top: 22px;
}

.game-3 .bet-area .bt .summary,
.game-3 .bet-area .bt .submit {
    display: inline-block;
}

.game-3 .bet-area .bt .summary {
    margin-left: 70px;
}

.game-3 .bet-area .bt .summary .row-input {
    margin-bottom: 4px;
}

.game-3 .bet-area .bt .summary .row-input .col,
.game-3 .bet-area .bt .summary .row-input .ip-label,
.game-3 .bet-area .bt .summary .row-input .ip-value {
    display: inline-block;
}

.game-3 .bet-area .bt .summary .row-input .ip-value input {
	width: 100%;
}

.game-3 .bet-area .bt .summary .row-input .col {
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #7f3c24;
    border-radius: 8px;
}

.game-3 .bet-area .bt .summary .row-input .ip-label {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
}

.game-3 .bet-area .bt .summary .row-input .ip-value {
    width: 246px;
}

.game-3 .bet-area .bt .summary .row-input .ip-value input {
    text-align: right;
    border: none;
}

.game-3 .bet-area .bt .summary .row-input .ip-value.cash input {
    font-weight: bold;
    color: #106de1;
}

.game-3 .bet-area .bt .summary .row-input .ip-value input:focus{
    outline: none;
}

.game-3 .bet-area .bt .summary .row-btn .btn-cash {
    background-color: #6f5132;
    width: 106px;
    height: 37px;
    border-radius: 6px;
    border: 1px solid #4e3720;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}

.game-3 .bet-area .bt .summary .row-btn .btn-cash:hover {
    background-color: #a57d54;
}

.game-3 .bet-area .bt .summary .row-btn .btn-cash.max {
    color: #5aa4ff;
}

.game-3 .bet-area .bt .summary .row-btn .btn-cash.reset {
    color: #e0d3ca;
}

.game-3 .bet-area .bt .submit {
    background-color: #202020;
    border: 1px solid #000;
    width: 150px;
    color: #fff;
    height: 120px;
    border-radius: 6px;
    text-align: center;
    vertical-align: top;
    line-height: 110px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.game-3 .bet-area .bt .submit:hover {
    background-color: #757575;
}
.game-3 .box123 {
    width:283px;
}
.game-3 .box123 .title_game1 {
    font-size: 17px;
    color: #502c18;
    font-weight:bold;
    padding-top:12px;
}
.game-3 .title_game2 {
    font-size: 17px;
    color: #502c18;
    font-weight: bold;
    padding: 10px 0px 30px 0px;
}
.game-3 .btn_bet_2 {
    float: left;
    width: 119px;
    height: 57px;
    margin-right: 2px;
    margin-top: 5px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%,  #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_2:hover,
.game-3 .btn_bet_2.selected {
    float: left;
    width: 119px;
    height: 57px;
    margin-right: 2px;
    margin-top: 5px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    border-radius: 5px;
    cursor: pointer;
}
.game-3 .btn_bet_6 {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%, #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    background:url('/images/temp/game_3/btng3_1.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_6:hover,
.game-3 .btn_bet_6.selected {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    background:url('/images/temp/game_3/btng3_1_.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}
.game-3 .btn_bet_1 {
    float: left;
    width: 37px;
    height: 57px;
    margin-right: 2px;
    text-align: center;
    background: url(/images/temp/game_3/g1-01.png) 0% 38% no-repeat;
    border-radius: 5px;
}
.game-3 .btn_bet_4 {
    float: left;
    width: 37px;
    height: 57px;
    margin-right: 2px;
    text-align: center;
    background: url(/images/temp/game_3/g1-02.png) 0% 38% no-repeat;
    border-radius: 5px;
}
.game-3 .btn_bet_5 {
    float: left;
    width: 37px;
    height: 57px;
    margin-right: 2px;
    text-align: center;
    background: url(/images/temp/game_3/g1-03.png) 0% 38% no-repeat;
    border-radius: 5px;
}
.game-3 .btn_vs {
    width: 25px;
    float: left;
    padding-top: 30px;
    text-align: center;
    color: #000000;
}
.game-3 .btn_vs1 {
    width: 25px;
    float: left;
    padding-top: 18px;
    text-align: center;
    color: #000000;
}
.game-3 .bet_span {
    color: #fff;
    font-weight: normal;
    line-height: 50px;
    width: 98px;
    height: 57px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    padding-right: 4px;
    margin: 0px 0px 0px 0px;
}
.game-3 .box_point {
    width:132px;
}
.game-3 .btn_bet_7 {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%, #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    background:url('/images/temp/game_3/btng3_2.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_7:hover,
.game-3 .btn_bet_7.selected {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    background:url('/images/temp/game_3/btng3_2_.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}
.game-3 .btn_bet_8 {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%, #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    background:url('/images/temp/game_3/btng3_3.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_8:hover,
.game-3 .btn_bet_8.selected {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    background:url('/images/temp/game_3/btng3_3_.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}
.game-3 .btn_bet_9 {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%, #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    background:url('/images/temp/game_3/btng3_4.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_9:hover,
.game-3 .btn_bet_9.selected {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    background:url('/images/temp/game_3/btng3_4_.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}
.game-3 .btn_bet_10 {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%, #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    background:url('/images/temp/game_3/btng3_5.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_10:hover,
.game-3 .btn_bet_10.selected {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    background:url('/images/temp/game_3/btng3_5_.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}
.game-3 .btn_bet_11 {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%, #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    background:url('/images/temp/game_3/btng3_6.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_11:hover,
.game-3 .btn_bet_11.selected {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    background:url('/images/temp/game_3/btng3_6_.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}
/**********************************************************************/
/*************************** End - Game 3 *****************************/
/**********************************************************************/

/*--y code--*/

.clear {
    clear: both;
}
.f_l {
    float: left;
}
.f_r {
    float: right;
}
.tc {
    text-align: center;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.padding_lf_10{
    padding-left: 20px;
    padding-right: 20px;
}
/*--end y code--*/

.gametime-part .game-time .round {
    font-weight: bold;
    font-size: 20px;
    color: #5a5a5a;
}

.gametime-part .game-time .counttime {
    font-weight: bold;
    color: #7d5b04;
    font-size: 20px;
    margin-left: 5px;
}

.bg-body-4,
.bg-red {
	width: 100%;
    margin: 0 auto;
    background-color: #000;
    background-position: center center;
    background-image: url('/images/temp/game_4/bg_livegame.png');
}

.bg-body-4 .def-left,
.bg-red .def-left {
	width: 1200px;
}

.bg-body-4 .container,
.bg-red .container {
    background-color: unset;
}

.bg-body-4 .game-monitor,
.bg-red .game-monitor {
	background: unset;
}

.bg-body-4 .sp-content .def-left .title,
.bg-red .sp-content .def-left .title {
    border-bottom: 3px solid #fff;
}

.bg-body-4 .sp-content .def-left .title .text,
.bg-red .sp-content .def-left .title .text {
    color: #fff;
}

.bg-body-4 .gm-control-empty,
.bg-red .gm-control-empty {
	width: 1200px;
}

.bg-body-4 .game-type-1 {
	width: 1200px;
	background: #18202b;
	background-image: unset;
    height: 457px;
}

.bg-body-4 .game-type-1 .stop-control {
	width: 100%;
}

.bg-body-4 .gametime-part {
	width: 852px;
	height: 62px;
	background-image: url('/images/temp/game_4/title_live_bar.png');
    margin-top: -8px; 
}

.bg-body-4 .game-live-bet {
	width: 1200px;
	background-image: url('/images/temp/game_4/bettingcart_table.png');
    background-position: 171px center;
    background-repeat: no-repeat;
}

.bg-body-4 .game-live-bet .left {
	padding: 24px 0 0 200px;
}

.bg-body-4 .game-live-bet .left .row .label {
	color: #fff;
}

.bg-body-4 .game-live-bet .left .row .value {
    color: #fffcb7;
}

.bg-body-4 .game-live-bet .left .row .value.winmn {
    color: #e44343;
}

.bg-body-4 .game-live-bet .right .top {
	background-color: #004a80;
    border: 1px solid #ffffff;
    width: 417px;
    height: 34px;
    margin: 0px 0px 5px -3px;
    box-sizing: border-box;
}

.bg-body-4 .game-live-bet .right .top .label {
	color: #fff;
    margin-left: 8px;
}

.bg-body-4 .game-live-bet .right .top .value input {
	color: #ff9934;
}

.bg-body-4 .game-live-bet .right .bottom .btn-left .btn2 {
	cursor: pointer;
    background-image: linear-gradient(rgb(57, 57, 57) 0%, rgb(57, 57, 57) 100%);
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 12px;
    width: 88px;
    height: 30px;
    margin: 0px 5px 5px 0px;
    float: left;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border: 1px solid #4c4c4c;
}

.bg-body-4 .game-live-bet .right .bottom .btn-left .btn2:hover {
	background-image:linear-gradient(rgb(0, 113, 196) 0%, rgb(0, 74, 128) 100%); color:#ff6900;
}

.bg-body-4 .game-live-bet .right .bottom .btn-left .btn2:before,
.bg-body-4 .game-live-bet .right .bottom .btn-left .btn2:after,
.bg-body-4 .game-live-bet .right .bottom .btn-right .btn3:before,
.bg-body-4 .game-live-bet .right .bottom .btn-right .btn3:after {
    background-image: unset;
    width: 0;
    left: 0;
    right: 0;
}

.bg-body-4 .game-live-bet .right .bottom .btn-left .btn-bottom .btn2 {
	width: 136px;
}

.bg-body-4 .game-live-bet .right .bottom {
	margin-left: -3px;
}

.bg-body-4 .game-live-bet .right .bottom .btn-left .btn-top .row .item {
	margin-bottom: 0;
}

.bg-body-4 .game-live-bet .right .bottom .btn-right .btn3 {
    cursor: pointer;
    top: 0px;
    left: -11px;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 1px 1px 1px #333;
    background-image: linear-gradient(rgb(88, 176, 255) 0%, rgb(2, 138, 255) 100%) !important;
    width: 130px;
    height: 104px;
    color: #fff !important;
    border: 1px solid #18202b;
    box-shadow: inset 0px 5px 0px #85c5ff;
    -moz-box-shadow: inset 0px 5px 0px #85c5ff;
    -webkit-box-shadow: inset 0px 5px 0px #85c5ff;
}

.bg-body-4 .game-live-bet .right .bottom .btn-right .btn3:hover{
	background-image:linear-gradient(rgb(2, 138, 255) 0%, rgb(88, 176, 255) 100%) !important;
	color:#fff !important;
	border:1px solid #18202b;
	box-shadow:inset 0px 5px 0px #85c5ff; 
	-moz-box-shadow:inset 0px 5px 0px #85c5ff; 
	-webkit-box-shadow:inset 0px 5px 0px #85c5ff;
}
 
.bg-body-4 .game-type-1 .gametime-part .game-time {
	margin: 16px 0 0 24px;
}

.bg-body-4 .game-type-1 .gametime-part .game-bettime {
	margin: 16px 0 0 208px;
}

.bg-body-4 .game-type-1 .gametime-part .game-bettime,
.bg-body-4 .game-type-1 .gametime-part .game-bettime font {
	font-size: 21px;
}

.bg-body-4 .game-type-1 .game-reload {
	width: 84px;
    height: 30px;
    border-radius: 8px;
    background-color: #ff861b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 200px;
    top: 8px;
    cursor: pointer;
    z-index: 999;
}

.bg-body-4 .game-type-1 .game-choice {
	width: 1200px;
	margin-left: 0;
	justify-content: center;
}

.bg-body-4 .game-type-1 .ch-title .first {
    font-size: 18px;
    color: #ffb101;
}

.bg-body-4 .game-type-1 .ch-title .second {
    font-size: 12px;
    color: #fff;
}

.bg-body-4 .game-type-1 .game-choice {
	padding-top: 58px;
}

.bg-body-4 .game-type-1 .game-choice .item:nth-child(2), 
.bg-body-4 .game-type-1 .game-choice .item:nth-child(3) {
    width: unset;
    border-left: 1px solid #5d5d5d;
}

.bg-body-4 .game-type-1 .ch-body .ch-item {
	background-image: unset;
	width: 110px; 
	height: 110px;
    position: relative;
    margin: 0 10px;
}

.bg-body-4 .game-type-1 .ch-body .gm-ch {
	width: 110px; 
	height: 110px;
}

.bg-body-4 .game-type-1 .game-choice .item {
	width: unset;
}

.bg-body-4 .game-type-1 .ch-body .ch-item.ch1-1 .gm-ch {
	background-image: url('/images/temp/game_4/button_odd.png');
    transition: all 0.3s;
}

.bg-body-4 .game-type-1 .ch-body .ch-item.ch1-1.selected .gm-ch,
.bg-body-4 .game-type-1 .ch-body .ch-item.ch1-1 .gm-ch:hover {
	background-image: url('/images/temp/game_4/button_odd_over.png');
}

.bg-body-4 .game-type-1 .ch-body .ch-item.ch1-2 .gm-ch {
	background-image: url('/images/temp/game_4/button_even.png');
    transition: all 0.3s;
}

.bg-body-4 .game-type-1 .ch-body .ch-item.ch1-2.selected .gm-ch,
.bg-body-4 .game-type-1 .ch-body .ch-item.ch1-2 .gm-ch:hover {
	background-image: url('/images/temp/game_4/button_even_over.png');
}

.bg-body-4 .game-type-1 .ch-body .point {
	position: absolute;
    font-size: 10px;
    color: #fff;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.bg-body-4 .game-type-1 .ch-body .ch-sub {
	background-image: unset;
    position: relative;
    margin: 0 10px 6px 10px;
}

.bg-body-4 .game-type-1 .ch-body .ch-sub {
	width: auto;
	height: auto
}

.bg-body-4 .game-type-1 .ch-body .gm-ch2 {
	width: 70px; 
	height: 70px;
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-1 .gm-ch2 {
	background-image: url('/images/temp/game_4/button_left.png');
    transition: all 0.3s;
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-1.selected .gm-ch2,
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-1 .gm-ch2:hover {
	background-image: url('/images/temp/game_4/button_left_over.png');
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-2 .gm-ch2 {
	background-image: url('/images/temp/game_4/button_right.png');
    transition: all 0.3s;
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-2.selected .gm-ch2,
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-2 .gm-ch2:hover {
	background-image: url('/images/temp/game_4/button_right_over.png');
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-3 .gm-ch2 {
	background-image: url('/images/temp/game_4/button_3.png');
    transition: all 0.3s;
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-3.selected .gm-ch2,
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-3 .gm-ch2:hover {
	background-image: url('/images/temp/game_4/button_3_over.png');
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-4 .gm-ch2 {
	background-image: url('/images/temp/game_4/button_4.png');
    transition: all 0.3s;
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-4.selected .gm-ch2,
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-4 .gm-ch2:hover {
	background-image: url('/images/temp/game_4/button_4_over.png');
}

.bg-body-4 .game-type-1 .ch-body .gm-ch3 {
	width: 90px; 
	height: 77px;
}

.bg-body-4 .game-type-1 .ch-body .ch3-2 .point,
.bg-body-4 .game-type-1 .ch-body .ch3-3 .point {
    left: 55%;
    top: 57px !important;
} 
 
.bg-body-4 .game-type-1 .ch-body .ch3-1 .point,
.bg-body-4 .game-type-1 .ch-body .ch3-4 .point {
    left: 44%;
    top: 57px !important;
} 

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-1 .gm-ch3 {
	background-image: url('/images/temp/game_4/button_even3.png');
    transition: all 0.3s;
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-1.selected .gm-ch3,
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-1 .gm-ch3:hover {
	background-image: url('/images/temp/game_4/button_even3_over.png');
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-2 .gm-ch3 {
	background-image: url('/images/temp/game_4/button_odd3.png');
    transition: all 0.3s;
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-2.selected .gm-ch3,
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-2 .gm-ch3:hover {
	background-image: url('/images/temp/game_4/button_odd3_over.png');
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-3 .gm-ch3 {
	background-image: url('/images/temp/game_4/button_even4.png');
    transition: all 0.3s;
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-3.selected .gm-ch3,
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-3 .gm-ch3:hover {
	background-image: url('/images/temp/game_4/button_even4_over.png');
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-4 .gm-ch3 {
	background-image: url('/images/temp/game_4/button_odd4.png');
    transition: all 0.3s;
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-4.selected .gm-ch3,
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-4 .gm-ch3:hover {
	background-image: url('/images/temp/game_4/button_odd4_over.png');
}

.bg-body-4 .game-type-1 .ch-body .ch-sub .point {
    top: 50px;
}

.bg-body-5 .game-control .choice-part .game-ch-part {
	top: 60px;
}

.bg-body-5 .game-control .choice-part {
	background-image: unset;
	background-color: #18202b;
    height: 234px;
}

.bg-body-5 .game-control .choice-part .gametime-part {    
	width: 840px;
    height: 50px;
	background-image: url('/images/temp/game_5/lotus_title1.png');	
}

.bg-body-5 .game-control .choice-part .gametime-part .game-time {
    color: #363636;
    margin: 10px 0 0 12px; 
    cursor: ponter;
}

.bg-body-5 .game-control .choice-part .gametime-part .game-bettime {
    margin: 7px 0 0 200px;
}
.bg-body-5 .game-control .choice-part .gametime-part .game-bettime strong {
	color: #bd8228;
	font-size: 20px
}

.bg-body-5 .game-control .choice-part .gametime-part .game-bettime strong.red {
	color: red;
}

.bg-body-5 .game-control .choice-part .game-reload {
    width: 84px;
    height: 30px;
    border-radius: 8px;
    background-color: #ff861b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 82px;
    top: 8px;
    cursor: pointer;
    z-index: 999;
}

.bg-body-5 .game-control .choice-part .game-ch-part .item {
	width: 130px;
	height: 160px;
    justify-content: space-around;
    padding: 0;
    align-items: center;
	background-image: url('/images/temp/game_5/button_p.png');
}

.bg-body-5 .game-control .choice-part .game-ch-part .item:hover,
.bg-body-5 .game-control .choice-part .game-ch-part .item.selected {
	background-image: url('/images/temp/game_5/button_p_over.png');
}

.bg-body-5 .game-control .choice-part .game-ch-part .item .icon {
	text-align: center;
}

.bg-body-5 .game-control .choice-part .game-ch-part .item .icon img {
	max-width: 110px;
}

.bg-body-5 .game-control .choice-part .game-ch-part .item:nth-child(1) {
	flex-direction: column;
}

.bg-body-5 .game-control .choice-part .game-ch-part .item:nth-child(2),
.bg-body-5 .game-control .choice-part .game-ch-part .item:nth-child(3) {
	flex-direction: column-reverse;
}

.bg-body-5 .game-control .choice-part .game-ch-part .item .bet-point {
	font-size: 12px;
	color: #fff;
}

.bg-body-5 .stop-control {
	height: 100%;
}

.bg-body-5 .game-live-bet {
	background-color: #18202b;
	background-image: url('/images/temp/game_5/bettingcart_table.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-body-5 .game-live-bet .left .row .label {
	color: #fff;
}

.bg-body-5 .game-live-bet .left {
	padding: 26px 0 0 85px;
}

.bg-body-5 .game-live-bet .left .row {
	margin-bottom: 13px;
}

.bg-body-5 .game-live-bet .left .row .value {
	color: #ffc600;
}

.bg-body-5 .game-live-bet .left .row .value.bet-name input {
	color: #ef0000;
	font-weight: bold;
}

.bg-body-5 .game-live-bet .left .row .value.dividend {
    color: #00ffda;
}

.bg-body-5 .game-live-bet .right {
    margin: 18px 0 0 42px;
}

.bg-body-5 .game-live-bet .right .top { 
    background-image: linear-gradient(rgb(75, 75, 75) 0%, rgb(31, 31, 31) 100%);
    border: 1px solid #a8956a;
    width: 412px;
    height: 34px;
    margin: 0px 0px 5px 0px;
}

.bg-body-5 .game-live-bet .right .top .label {
    color: #fff;
    margin-left: 8px;
}

.bg-body-5 .game-live-bet .right .top .value {
	color: #ffc600;
    font-size: 20px;
    margin-right: 7px;
}

.bg-body-5 .game-live-bet .right .bottom .btn2:before,
.bg-body-5 .game-live-bet .right .bottom .btn2:after,
.bg-body-5 .game-live-bet .right .bottom .btn3:before,
.bg-body-5 .game-live-bet .right .bottom .btn3:after {
    width: 0;
    left: 0;
}

.bg-body-5 .game-live-bet .right .bottom .btn2 {
    cursor: pointer;
    background-image: linear-gradient(rgb(57, 57, 57) 0%, rgb(57, 57, 57) 100%);
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 12px;
    width: 88px;
    height: 30px;
    margin: 0px 5px 2px 0px;
    float: left;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border: 1px solid #4c4c4c;
}

.bg-body-5 .game-live-bet .right .bottom .btn2:hover { 
	background-image: linear-gradient(rgb(214, 199, 150) 0%, rgb(116, 94, 49) 100%);
    color: #ff6900;
}

.bg-body-5 .game-live-bet .right .bottom .btn-right {
	margin-left: 0;
}

.bg-body-5 .game-live-bet .right .bottom .btn3 {
	display: flex;
	cursor: pointer;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 1px 1px 1px #333;
    background-image: linear-gradient(rgb(214, 199, 150) 0%, rgb(116, 94, 49) 100%) !important;
    width: 127px;
    height: 106px;
    color: #fff !important;
    border: 1px solid #45381c;
    box-shadow: inset 0px 5px 0px #f8edbc;
    -moz-box-shadow: inset 0px 5px 0px #f8edbc;
    -webkit-box-shadow: inset 0px 5px 0px #f8edbc;
}

.bg-body-5 .game-live-bet .right .bottom .btn3:hover {
	background-image: linear-gradient(rgb(116, 94, 49) 0%, rgb(214, 199, 150) 100%) !important;
    color: #fff !important;
    border: 1px solid #45381c;
    box-shadow: inset 0px 5px 0px #f8edbc;
    -moz-box-shadow: inset 0px 5px 0px #f8edbc;
    -webkit-box-shadow: inset 0px 5px 0px #f8edbc;
}

.bg-body-6 .game-control .choice-part {
	background-image: unset;
	background-color: #18202b;
    height: 198px;
}

.bg-body-6 .gametime-part {
    width: 852px;
    height: 62px;
    background-image: url(/images/temp/game_6/title_live_bar.png);
    margin-top: -4px;
}
 
.bg-body-6 .gametime-part .game-time {
	margin: 16px 0 0 24px;
}

.bg-body-6 .gametime-part .game-bettime {
	margin: 16px 0 0 208px !important;
}

.bg-body-6 .gametime-part .game-bettime,
.bg-body-6 .gametime-part .game-bettime strong {
	font-size: 21px !important;
}

.bg-body-6 .game-control .choice-part .game-reload {
	width: 84px;
    height: 30px;
    border-radius: 8px;
    background-color: #ff861b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 82px;
    top: 8px;
    cursor: pointer;
    z-index: 999;
}

.bg-body-6 .game-control .choice-part .game-ch-part {
    top: 70px;
}

.bg-body-6 .stop-control {
	height: 100%;
}

.bg-body-6 .game-control .choice-part .game-ch-part .item .icon img {
    vertical-align: middle;
}

.bg-body-6 .game-live-bet {
    background-color: #18202b;
    background-image: url(/images/temp/game_6/bettingcart_table.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-body-6 .game-live-bet .left .row .label {
	color: #fff;
}

.bg-body-6 .game-live-bet .left {
	padding: 26px 0 0 85px;
}

.bg-body-6 .game-live-bet .left .row {
	margin-bottom: 10px;
}

.bg-body-6 .game-live-bet .left .row .value {
	color: #fffcb7;
}

.bg-body-6 .game-live-bet .left .row .value.dividend {
    color: #e44343;
}

.bg-body-6 .game-live-bet .right {
    margin: 18px 0 0 42px;
}

.bg-body-6 .game-live-bet .right .top { 
    background-color: #004a80;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    width: 412px;
    height: 34px;
    margin: 0px 0px 5px 0px;
}

.bg-body-6 .game-live-bet .right .top .label {
    color: #fff;
    margin-left: 8px;
}

.bg-body-6 .game-live-bet .right .top .value input {
	color: #ff9934;
}

.bg-body-6 .game-live-bet .right .bottom .btn2:before,
.bg-body-6 .game-live-bet .right .bottom .btn2:after,
.bg-body-6 .game-live-bet .right .bottom .btn3:before,
.bg-body-6 .game-live-bet .right .bottom .btn3:after {
    width: 0;
    left: 0;
}

.bg-body-6 .game-live-bet .right .bottom .btn2 {
    cursor: pointer;
    background-image: linear-gradient(rgb(57, 57, 57) 0%, rgb(57, 57, 57) 100%);
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 12px;
    width: 88px;
    height: 30px;
    margin: 0px 5px 2px 0px;
    float: left;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border: 1px solid #4c4c4c;
}

.bg-body-6 .game-live-bet .right .bottom .btn2:hover { 
    background-image: linear-gradient(rgb(0, 113, 196) 0%, rgb(0, 74, 128) 100%);
    color: #ff6900;
}

.bg-body-6 .game-live-bet .right .bottom .btn-right {
	margin-left: 0;
}

.bg-body-6 .game-live-bet .right .bottom .btn3 {
	display: flex;
	cursor: pointer; 
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 1px 1px 1px #333;
    background-image: linear-gradient(rgb(88, 176, 255) 0%, rgb(2, 138, 255) 100%) !important;
    width: 127px;
    height: 106px;
    color: #fff !important;
    border: 1px solid #18202b;
    box-shadow: inset 0px 5px 0px #85c5ff;
    -moz-box-shadow: inset 0px 5px 0px #85c5ff;
    -webkit-box-shadow: inset 0px 5px 0px #85c5ff;
}

.bg-body-6  .game-live-bet .right .bottom .btn3:hover {
	background-image:linear-gradient(rgb(2, 138, 255) 0%, rgb(88, 176, 255) 100%) !important;
	color:#fff !important;
	border:1px solid #18202b;
	box-shadow:inset 0px 5px 0px #85c5ff; 
	-moz-box-shadow:inset 0px 5px 0px #85c5ff; 
	-webkit-box-shadow:inset 0px 5px 0px #85c5ff;
}

.bg-body-7 .stop-control {
	left: 50%;
    transform: translateX(-50%);
}

.bg-body-7 .game-live-bet {
	width: 1200px;
	background-image: url('/images/temp/game_4/bettingcart_table.png');
    background-position: 171px center;
    background-repeat: no-repeat;
}

.bg-body-7 .game-live-bet .left {
	padding: 24px 0 0 200px;
}

.bg-body-7 .game-live-bet .left .row .label {
	color: #fff;
}

.bg-body-7 .game-live-bet .left .row .value {
    color: #fffcb7;
}

.bg-body-7 .game-live-bet .left .row .value.winmn {
    color: #e44343;
}

.bg-body-7 .game-live-bet .right .top {
	background-color: #004a80;
    border: 1px solid #ffffff;
    width: 417px;
    height: 34px;
    margin: 0px 0px 5px -3px;
    box-sizing: border-box;
}

.bg-body-7 .game-live-bet .right .top .label {
	color: #fff;
    margin-left: 8px;
}

.bg-body-7 .game-live-bet .right .top .value input {
	color: #ff9934;
}

.bg-body-7 .game-live-bet .right .bottom .btn-left .btn2 {
	cursor: pointer;
    background-image: linear-gradient(rgb(57, 57, 57) 0%, rgb(57, 57, 57) 100%);
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 12px;
    width: 88px;
    height: 30px;
    margin: 0px 5px 5px 0px;
    float: left;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border: 1px solid #4c4c4c;
}

.bg-body-7 .game-live-bet .right .bottom .btn-left .btn2:hover {
	background-image:linear-gradient(rgb(0, 113, 196) 0%, rgb(0, 74, 128) 100%); color:#ff6900;
}

.bg-body-7 .game-live-bet .right .bottom .btn-left .btn2:before,
.bg-body-7 .game-live-bet .right .bottom .btn-left .btn2:after,
.bg-body-7 .game-live-bet .right .bottom .btn-right .btn3:before,
.bg-body-7 .game-live-bet .right .bottom .btn-right .btn3:after {
    background-image: unset;
    width: 0;
    left: 0;
    right: 0;
}

.bg-body-7 .game-live-bet .right .bottom .btn-left .btn-bottom .btn2 {
	width: 136px;
}

.bg-body-7 .game-live-bet .right .bottom {
	margin-left: -3px;
}

.bg-body-7 .game-live-bet .right .bottom .btn-left .btn-top .row .item {
	margin-bottom: 0;
}

.bg-body-7 .game-live-bet .right .bottom .btn-right .btn3 {
    cursor: pointer;
    top: 0px;
    left: -11px;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 1px 1px 1px #333;
    background-image: linear-gradient(rgb(88, 176, 255) 0%, rgb(2, 138, 255) 100%) !important;
    width: 130px;
    height: 104px;
    color: #fff !important;
    border: 1px solid #18202b;
    box-shadow: inset 0px 5px 0px #85c5ff;
    -moz-box-shadow: inset 0px 5px 0px #85c5ff;
    -webkit-box-shadow: inset 0px 5px 0px #85c5ff;
}

.bg-body-7 .game-live-bet .right .bottom .btn-right .btn3:hover{
	background-image:linear-gradient(rgb(2, 138, 255) 0%, rgb(88, 176, 255) 100%) !important;
	color:#fff !important;
	border:1px solid #18202b;
	box-shadow:inset 0px 5px 0px #85c5ff; 
	-moz-box-shadow:inset 0px 5px 0px #85c5ff; 
	-webkit-box-shadow:inset 0px 5px 0px #85c5ff;
}

.game-live-bet .left .row .value.bet-name input {
	color: #ef0000;
	font-weight: bold;
}

.game-live-bet .right .top .value {
	color: #ffc600;
    font-size: 20px;
    margin-right: 7px;
}

.bg-red .game-control .choice-part .game-reload {
	right: 194px;
}

.bg-red .game-live-bet .left {
    padding: 26px 0 0 205px;
}

.mul-bet .game-control {
	font-size: 0;
}

.mul-bet .gametime-part {
    width: 1200px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; 
    background-color: #18202b;
    background-image: url('/images/temp/game_5/lotus_title1.png');
}

.mul-bet .gametime-part + .choice-part {
    border-right: 1px solid #5d5d5d;
}

.mul-bet .gametime-part + .choice-part .game-ch-part {
	left: 62%;
}

.mul-bet .gametime-part + .choice-part + .choice-part .game-ch-part {
	left: 38%;
}

.mul-bet .gametime-part .game-time {
    color: #363636;
    font-size: 16px;
    padding: 12px 0 0 195px;
}

.mul-bet .gametime-part .game-bettime {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
	
.mul-bet .gametime-part .game-bettime strong {
	color: #bd8228;
	font-size: 20px
}

.mul-bet .gametime-part .game-bettime strong.red {
	color: red;
}

.mul-bet .gametime-part .game-reload {
    width: 84px;
    height: 30px;
    border-radius: 8px;
    background-color: #ff861b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 198px;
    top: 8px;
    cursor: pointer;
    z-index: 999;
}

.mul-bet .gametime-part .game-reload .text {
	font-size: 14px;
}

.mul-bet .choice-part {
	width: 599.5px !important;
    display: inline-block;
    height: 240px !important;
}

.mul-bet .choice-part .game-ch-part {
	width: 300px; 
	top: 40px !important;
}

.mul-bet .choice-part .game-ch-part .item .icon {
	font-size: 14px;
}

.mul-bet .game-live-bet .right .top .label {
	font-size: 16px;
}

.mul-bet .stop-control {
	width: 600px;
    top: -50px;
    height: 290px;
}

.mul-bet .stop-control .stoptext {
	font-size: 14px;
}


.hideside .side-banner {
	display: none;
}

/**********************************************************************/
/************************* Start - popup ******************************/
/**********************************************************************/
.overlay-popup {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    opacity:0.5;
    display: none;
}

.popup {
    position: absolute;
    padding: 6px;
    box-sizing: border-box;
    z-index: 10001;
    width: 745px;
    background-color: #5d6f7e;
    border: 2px solid #0a1431;
    left: 0;
    top: 60px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.popup .sub-div {
    width: 100%;
    height: 100%;
    background-color: #292929;
    border: 2px solid #0a1431;
    box-sizing: border-box;
}

.popup .sub-div .content {
    padding: 6px;
    overflow: auto;
    max-height: 70vh;
    border-bottom: 1px solid #494229;
}

.popup .sub-div .close-div {
    background-color: #0a1431;
    padding: 10px;
    height: 30px;
}

.popup .sub-div .close-div > div {
    display: inline-block;
}

.popup .sub-div .close-div .left {
    color: #fff;
}

.popup .sub-div .close-div .left input[type="checkbox"] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.popup .sub-div .close-div .right {
    float: right;
}

.popup .sub-div .close-div .right .btn-close-popup {
    width: 55px;
    text-align: center;
    height: 11px;
    font-size: 16px;
    line-height: 14px;
}
/**********************************************************************/
/************************** End - popup *******************************/
/**********************************************************************/


/* slider */

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('/images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
/* 20180724 -ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢- */
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
    z-index: auto;
}
/* 20180724 -ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢- */
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* slider */

@media only screen and (max-width: 1200px) {
	.login-box {
	    margin-left: 50%;
	}
}



.background_game_racing {

    background-image: url(/images/temp/game_7/racing_bg_game.jpg);
    height: 440px;
    margin: 0px auto;
    background-size: 100% 100%;
}

.racing_icon {
	padding: 42px 0px 0px 0px;
}

.container_flex {
	disply:flex;
}
.flex {
	display:flex;
}
.btn_racing1 {
	width: 119px;
    height: 98px;
    background-image: url(/images/temp/game_7/icon_racing1.png);
}
.btn_racing1:hover,
.btn_racing1.selected {
	background-image: url(/images/temp/game_7/icon_racing1_.png);
}
.btn_racing2 {
	width: 119px;
    height: 98px;
    background-image: url(/images/temp/game_7/icon_racing2.png);
}
.btn_racing2:hover,
.btn_racing2.selected {
	background-image: url(/images/temp/game_7/icon_racing2_.png);
}
.btn_racing3 {
	width: 119px;
    height: 98px;
    background-image: url(/images/temp/game_7/icon_racing3.png);
}
.btn_racing3:hover,
.btn_racing3.selected {
	background-image: url(/images/temp/game_7/icon_racing3_.png);
}
.btn_racing4 {
	width: 119px;
    height: 98px;
    background-image: url(/images/temp/game_7/icon_racing4.png);
}
.btn_racing4:hover,
.btn_racing4.selected {
	background-image: url(/images/temp/game_7/icon_racing_4_.png);
}
.name_racing {
    padding: 70px 0px 0px 35px;
    font-weight: bold;
    cursor: pointer;
}
.name_racing_b {
    padding: 10px 0px 0px 0px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.button_racing {
	display:flex;
	flex-flow: column;
	
}
.background_btn_buttom {
	background-image: url(/images/temp/game_7/icon__btn_racing.png);
	width: 85px;
    height: 77px; 
    cursor: pointer;  	
}
.background_btn_buttom:hover,
.background_btn_buttom.selected {
	background-image: url(/images/temp/game_7/icon__btn_racing_.png);
}
.btn_racing_buttom {
    justify-content: space-around;
    padding: 35px 20px 0px 30px;
}
.name_top_btn {
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}
.title_racing {
	font-size:14px;
	border:1px solid red;
}
.title_racing_games {
	justify-content: space-around;
    padding: 38px 0px 0px 0px;
    font-weight: bold;
}
.container_racing_icon {
    justify-content: space-around;
    padding: 0px 32px 0px 28px;
}
.time_title {
	justify-content: space-around;
}
.container_time_racing_gmae {
	padding:50px 0px 0px 0px ;
}
.name_caption_time {
	font-weight: bold;
}
.nr-reload {
	cursor: pointer;
	background-image: url(/images/temp/game_7/btn-reload.png);
	width:94px;
	height:26px;
}
.nr-count-down {
    display: inline-block;
    margin-left: 4px;
}
.nr-count-down .red {
	color: red;
}



/**********************************************************************/
/************************** strat zomebe  *****************************/
/**********************************************************************/
.flex {
    display: flex;
}
.container_fulid_zombe {
    margin: 0px auto;
}
.container_zombe {
    width: 965px;
    margin: 0px auto;
}
.disply_gmae_zome_bg {
   background: url('../images/game_zombe/zome_bg.png') no-repeat top center;
   height: 625px;
}
.container_zombe_game1 {
    background: url('../images/game_zombe/zombe_game1.png') no-repeat top center;
    height: 424px;
}
.container_zombe_game2 {
    background: url('../images/game_zombe/zombe_game2.png') no-repeat top center;
    height: 424px;
}
.zombe_title {
    margin: 0px auto;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 12px 0px 0px 0px;
}
.zombe_round {
    color: #fff;
}
.score_name_reset {
    justify-content: space-between;
    align-items: center;
    padding: 14px 53px 14px 53px;
}
.score_name_reset2 {
    justify-content: center;
    align-items: center; 
    padding: 37px 53px 31px 53px;
}
.text_zombe_round2 { 
    font-size: 24px;
    font-weight: bold;
    color:#000;
}
.text_zombe_round3 {
    position: relative;
    width: 104px;
    height: 35px;
}
.text_zombe_round3 img{
    padding-top: 12px;
    z-index: 999999;
    cursor: pointer;
    position: absolute;
    top: 0;
}
.z_caption1 {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
	padding: 6px 0px 0px 8px;
}
.z_caption2 {
    font-weight: bold;
    font-size: 16px;
    color: #e07400;
}
.z_center_div {
    justify-content: center;
}
.text_zombe_name_header {
    font-size: 22px;
    font-weight: bold;
    color: #e07400;
    margin: 4px 50px 0px 0px;
}
.btn_zombe_game_div {
    justify-content: space-around;
}
.btn_zombe_game1 {
    background: url('../images/game_zombe/zombe_none1.png');
    width: 133px;
    height: 180px;
    margin: 26px 0px 0px 0px;
    cursor: pointer;
}
.btn_zombe_game1:hover,
.btn_zombe_game1.selected {
    background: url('../images/game_zombe/zombe_none1_.png');
    width: 133px;
    height: 180px;
    margin: 26px 0px 0px 0px;
}
.btn_zombe_game2 {
    background: url('../images/game_zombe/zombe_none2.png');
    width: 133px;
    height: 180px;
    margin: 26px 0px 0px 0px;
    cursor: pointer;
}
.btn_zombe_game2:hover,
.btn_zombe_game2.selected {
    background: url('../images/game_zombe/zombe_none2_.png');
    width: 133px;
    height: 180px;
    margin: 26px 0px 0px 0px;
}
.btn_zombe_game3 {
    background: url('../images/game_zombe/zombe_none3.png');
    width: 133px;
    height: 205px;
    cursor: pointer;
}
.btn_zombe_game3:hover,
.btn_zombe_game3.selected {
    background: url('../images/game_zombe/zombe_none3_.png');
    width: 133px;
    height: 205px;
}
.z_name_icon_top {
    font-size: 24px;
    font-weight: bold;
    margin: 132px 0px 0px 45px;
    color: #000;
}
.z_name_icon_top2 {
    font-size: 24px;
    font-weight: bold;
    margin: 159px 0px 0px 45px;
    color: #000;   
}
.z_name_icon_button {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 0px 50px;
    color: #000;
}
.text_zombe_name_header2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0px 8px 0px 0px;
}
.text_zombe_name_header02 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0px 8px 0px 0px;
}
.z_div_align_center {
align-items: center;
}
.betting_zombe_game_div {
    justify-content: center;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin: 45px 0px 0px 0px;
}
.z_betting_bg_input {
    background: url('../images/game_zombe/z_input.png');
    height: 50px;
    width: 257px;
}
.z_btn_zombe {
    background: url('../images/game_zombe/z_btn_betting.png');
    height: 50px;
    width: 128px;
    cursor: pointer;
    background-size: 100% 100%;
}
.z_btn_zombe:hover,
.z_btn_zombe.selected {
    background: url('../images/game_zombe/z_btn_betting_.png');
    height: 50px;
    width: 126px;
}
.z_btn_zombe_submit {
    background: url('../images/game_zombe/z_btn_submit.png');
    height: 50px;
    width: 383px;
    cursor: pointer;
}
.z_btn_zombe_submit:hover,
.z_btn_zombe_submit.selected {
    background: url('../images/game_zombe/z_btn_submit_.png');
    height: 50px;
    width: 383px;
}
.z_text_betting {
    padding: 15px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
}
.z_text_betting_b {
    padding: 13px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
}
.z_text_betting_num_l {
    padding: 15px 15px 0px 15px;
    font-weight: bold;
    justify-content: space-between;
}
.z_text_betting_num_l input {
    text-align: right;
    width: 152px;
    margin-top: -4px;
    border: none;
    outline: none;
}
.zb-count-down .red {
	color: #e07400;
}
.conten-socialicon {
    width: 310px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.socialicon {
    width: 147px;
    padding: 10px 2px;
}
.socialicon img {
    width: 100%;
    cursor: pointer;
}
.conten-banner-social {
    width: 310px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.banner-social {}
.banner-social img {
    width: 100%;
}
.main-text-info {
    font-size: 13px;
    color: #ffffff;
}


/******* casino page *******/
.container-gamescasino {
    margin: 10px 0px;
}
.container-gamescasino .rows {
    display: flex;
    justify-content: space-between;
}
.item-gamescasino {
    /* margin-top: -80px; */
    /* width: 225px; */
    cursor: pointer;
}
.item-gamescasino.slot-game {
	width: 225px;
	cursor: pointer;
}
.item-gamescasino.slot-game.empy {
    cursor: unset;
}
.item-gamescasino .icon {
    position: sticky;
    /* top: 86px; */
    /* left: 0px; */
    margin: 0px -4px;
    z-index: 99;
}
.item-gamescasino.slot-game .icon {
    position: absolute;
    width: 225px;
    height: 220px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: auto;
}
.item-gamescasino.slot-game .icon {
	 display:none; 
	transition: 0.5s;
}
.item-gamescasino.slot-game.hover .icon {
	display:block;
	transition: 0.5s;
}
.item-gamescasino .icon img {
    /* width: 100%; */
    /* height: 100%; */
    /* margin: auto; */
    /* display: flex; */
    /* justify-content: center; */
}
.item-gamescasino .slot-game .icon  img {width: 100%;height: 100%;margin: auto;display: flex;justify-content: center;}
.item-gamescasino .games {
    height: 220px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -86px 0px 0px 0px;
}
.item-gamescasino.slot-game .games {
    width: 225px;
    height: 220px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0;
}
.item-gamescasino .games img {
    width: 100%;
}
.item-gamescasino .name {
    background: #0a1431;
    padding: 10px 10px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}
.item-gamescasino.slot-game .name {
    text-align: left;
    padding-left: 20px;
}
.box-banner-casino {}
.box-banner-casino img {
    width: 100%;
}


/* Shine */
.hover14 .games {
	position: relative;
}
.hover14 .games::before {
	position: absolute;
	top: 0;
	left: -105%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(44deg);
	transform: skewX(44deg);
}
.hover14 .games:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.box-cash {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    width: 100%;
    padding: 0px 10px;
}
.box-cash .rows {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px 20px;
}
.box-cash .rows .label {
    display: flex;
    align-items: center;
}
.box-cash .rows .label img {
    width: 20px;
    margin: 0px 5px;
}
.box-cash .rows .value {
    padding-left: 6px;
}
.box-sub {display: flex;flex-direction: column;justify-content: center;}
.box-sub .rows-sub {
    display: flex;
}