html, body {
	margin: 0;
	padding: 0;
	height: 100%
}
body {
	max-width: 1024px!important;
	width: auto!important;
	background: #fff;
	margin: 0 auto!important;
	font-family: lato, sans-serif, microsoft yahei, SimHei, Tahoma!important
}
.list-desu ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.back-btn {
	display: flex;
	position: absolute;
	left: 0;
	align-items: center
}
.notic-btn {
	display: block;
	position: absolute;
	right: 15px;
	width: 15px;
	top: 17px
}
.notic-btn span {
	position: absolute;
	display: none;
	background: red;
	width: 6px;
	height: 6px;
	right: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.notic-btn.active span {
	display: block
}
.notic-btn img {
	display: block;
	width: 16px;
	height: auto
}
a {
	color: inherit;
	cursor: pointer
}
a:hover, a:link, a:visited {
	text-decoration: none;
	color: inherit
}
.img-max {
	display: block;
	height: auto;
	width: 100%
}
.wrapper {
	width: 100%;
	padding: 0;
	padding-bottom: 52px
}
.wrapper.ios {
	padding-bottom: 102px;
	background: red
}
.conpadding {
	padding: 0 15px
}
.subnav {
	width: 100%;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	border-bottom: 1px solid #eee;
	margin: 0 0 15px
}
.subnav div {
	text-align: center;
	padding: 5px;
	font-size: 15px;
	color: #bbb;
	padding: 15px 0
}
.subnav div.active {
	font-weight: 700;
	color: #3674ba;
	border-bottom: 2px solid #3674ba
}
.subinfo {
}
@media(min-width:767px) {
.wrapper {
	padding-bottom: 85px
}
}
.wrapper.no-wrap {
	padding-bottom: 0
}
.content-wrap {
	padding-top: 50px;
	background: #fff;
	width: 100%
}
.d-flex {
	display: flex
}
.justify-content-around {
	-webkit-justify-content: space-around;
	justify-content: space-around
}
.justify-content-between {
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.btn-blue2 {
	padding: 12px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	display: block;
	text-align: center;
	font-weight: 700;
	color: #fff!important;
	background: #163051;
	background: -moz-linear-gradient(top, #316ec9 0%, #1b3a66 72%, #163051 100%);
	background: -webkit-linear-gradient(top, #316ec9 0%, #1b3a66 72%, #163051 100%);
	background: linear-gradient(to bottom, #316ec9 0%, #1b3a66 72%, #163051 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#163051', endColorstr='#426f98', GradientType=0 )
}
.btn-type1 {
	padding: 5px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.btn-round {
	padding: 5px;
	text-align: center;
	-webkit-border-radius: 20px;
	border-radius: 20px
}
.btn-green {
	background: #8ee8ce;
	color: #114a75;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
	box-shadow: 0 2px 5px rgba(0,0,0,.2)
}
.btn-white2 {
	background: #fff;
	color: #114a75;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
	box-shadow: 0 2px 5px rgba(0,0,0,.2)
}
.btn-green2 {
	padding: 12px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	display: block;
	color: #114a75;
	text-align: center;
	background: #8ddceb;
	background: linear-gradient(0deg, rgba(141,220,235,1) 0%, rgba(141,232,188,1) 100%)
}
.btn-yellow2 {
	width: 100%;
	padding: 12px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	display: block;
	color: #000;
	font-weight: 700;
	text-align: center;
	background: #ffc107
}
.btn-green3 {
	cursor: pointer;
	font-weight: 700;
	padding: 5px 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000!important;
	line-height: 35px;
	background: #ffc107;
	display: block;
	width: 100%;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© -o-transition:0.2s;
	transition: .2s
}
.btn-green3.sml {
	padding: 5px 10px;
	line-height: 22px;
	font-size: 10px
}
.btn-green3:hover {
	background: #78bcce
}
.btn-grey {
	margin: 10px 0 0;
	cursor: pointer;
	font-weight: 700;
	padding: 5px 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: #dbdbdb solid 2px;
	color: #000!important;
	line-height: 35px;
	width: 100%;
	background: #c3c3c3;
	display: block;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.btn-grey:hover {
	background: #dbdbdb
}
.btn-blue {
	background: #4b7bcd;
	color: #114a75
}
.btn-white {
	background: #fff;
	color: #114a75
}
.promobanner {
	background: #fff
}
.login-box {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 0 12px;
	background-image: url(../images/annobg.png);
	-webkit-background-size: initial;
	-o-background-size: initial;
	background-size: initial
}
.login-head {
	padding: 10px;
	font-size: 12px;
	color: #213034;
	display: flex;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	position: relative;
}
.login-head>div {
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
.login-head img {
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	-webkit-background-size: 18px;
	-o-background-size: 18px;
	background-size: 18px;
	display: block
}
.login-head .btn {
	font-size: 10px;
	padding: 4px 10px;
	min-width: 100px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #000;
	background: #fff
}
.icon-sound{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.mprofile span, .mlivechat span{
	width: 100%;
	display: block;
}
.mlivechat span p, .mprofile span p{
	font-size: 0.8rem;
	text-align: center;
	margin: 0 auto;
	line-height: 14px;
	display: block;
}
.running-text {
	padding: 0 0 0 5px;
	width: 100%;
	color: #55289a
}
.left ul li{
	display: inline-block;
	white-space: nowrap;
}
.left ul li a{
	color: #338af8;
	font-size: 0.9rem;
}
.login-content {
	display: flex;
	margin: -16px 0 0;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 1px;
	position: relative;
}
.login-content .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 35%;
	padding: 0 8px 0 0;
	border-right: 1px solid #d7d7d7
}
.login-content .left a {
	padding: 0 10px;
	position: relative
}
.login-content .left img {
	position: relative
}
.login-content .left a span {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	color: #223651
}
.login-content .left .nick {
	text-align: left;
	display: block;
	width: 100%;
	font-size: 10px
}
.login-content .left.aflogin {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	margin: 14px 0 14px 5px
}
.icon-sms{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
.icon-sound, .icon-sms{
	padding: 2px 5px;
	background: #ffffff;
}
.icon-sound img, .icon-sms img{
	width: 25px;
	height: auto;
}
.login-content .left .id {
	color: #5f6164;
	font-size: 11px;
	width: 100%;
	text-align: center
}
.login-content .left .vip {
	color: #000;
	font-weight: 700;
	font-size: 3.4vw
}
.left ul{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	display: flex;
}
@media(min-width:767px) {
.login-content .left {
	align-items: center;
	padding: 0 8px 0 0
}
.login-content .left a {
	padding: 0 3px
}
.login-content .left .nick {
	text-align: center;
	font-size: 17px
}
.login-content .left .vip {
	text-align: center;
	font-size: 30px;
	padding: 2px 0 3px
}
}
.login-content .right {
	width: 65%;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around
}
.login-content .right a {
	text-align: center;
	font-size: 11px;
	padding: 5px
}

.main-round img {
	width: 55%;
	height: auto;
	margin: 0 auto;
	display: block
}
.main-con-wrap {
	padding: 0
}
.main-con-wrap .conpadding {
	padding: 0 0 0 15px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-around
}
.main-nav {
	width: 26%
}
.main-nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.main-nav li {
	width: 100%
}
.main-nav a {
	border: 1px solid #d9d0f5;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	background-size: cover;
	padding: 0;
	margin: 0 0 8px;
	align-items: center;
	width: 100%;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
	box-shadow: 0 2px 10px rgba(0,0,0,.2)
}
.main-nav a.active {
	background-position: bottom
}
.main-nav {
}
.main-nav a:before {
	position: relative;
	display: block;
	content: "";
	padding-top: 41%
}
a[class^=mainbtn] {
	width: 100%;
	height: auto;
	display: block;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: 50px;
	-o-background-size: 50px;
	background-size: 50px
}
.main-nav a.active[class^=mainbtn] {
	background-position: bottom
}
.mainbtn-sport {
	background-image:url(../images/nav/sport.jpg)
}
.mainbtn-casino {
	background-image:url(../images/nav/casino.jpg)
}
.mainbtn-slots {
	background-image:url(../images/nav/slot.jpg)
}
.mainbtn-lottery {
	background-image:url(../images/nav/lottery.jpg)
}
.mainbtn-number {
	background-image:url(../images/nav/number.jpg)
}
.mainbtn-cockfight {
	background-image:url(../images/nav/cockfight.jpg)
}
.mainbtn-poker {
	background-image:url(../images/nav/poker.jpg)
}
.mainbtn-hot {
	background-image:url("../images/nav/hot.jpg")
}
.mainbtn-promotion {
	background-image:url(../images/nav/promotion.jpg)
}
.main-section-wrap {
	width: 74%
}
.main-section {
	position: relative;
	height: 344px;
	width: 100%;
	overflow-y: scroll;
	scroll-behavior: smooth
}
.carousel-item img {
	width: 100%;
	display: block;
	height: auto
}
.main-section .carousel {
	padding: 0 0 0 10px;
	position: relative
}
.main-section .carousel-indicators {
	top: auto;
	bottom: -41px
}
.main-section .carousel-indicators li {
	background: #fff;
	border: 1px solid #1f406c;
	width: 8px;
	height: 8px;
	margin: 4px
}
.main-section .carousel-indicators .active {
	background: #1f406c
}
.main-section .item {
	padding: 0 15px 0 0;
	height: 308px
}
.main-sec-slide {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 15px 0 10px
}
.main-sec-slide:last-child {
	padding: 0 15px 0 10px;
	margin-bottom: 15px
}
.main-thumb {
	height: auto;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 5px;
	border: 1px solid #d9d0f5;
	position: relative;
}
.main-thumb p.title-games{
	position: absolute;
	left: 15%;
	top: 50%;
	font-size: 1.0rem;
	color: #ffffff;
}
.main-thumb p.title-games-2{
	position: absolute;
	left: 5%;
	top: 50%;
	font-size: 0.9rem;
	color: #ffffff;
}
.main-thumb.w100 {
	width: 100%
}
.main-thumb.w50 {
	width: 49%
}
.main-thumb img {
	width: 100%;
	height: auto;
	display: block
}
.main-thumb .map-wrap1 {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 0 5px;
	justify-content: center;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.main-thumb .map-wrap1.warp-grey {
	background: rgba(0,0,0,.5)
}
.main-thumb .map-wrap1>div {
	display: flex;
	justify-content: flex-end
}
.main-thumb .map-wrap1 a {
	display: block;
	font-size: 8px;
	margin: 5px 0;
	width: 108px
}
.main-thumb .map-wrap1.warp-grey span {
	color: #fff;
	text-align: right;
	font-size: 11px
}
.main-thumb .map-wrap2 {
	position: absolute;
	top: 0;
	padding: 5px;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(142,233,235,.5)
}
.main-thumb .map-wrap2 .info-wrap {
	width: 95%;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto 5px;
	color: #3775a6
}
.main-thumb .map-wrap2 .info-wrap .info-col {
	padding: 4px 0;
	display: flex;
	justify-content: center;
	font-size: 12px
}
.main-thumb .map-wrap2 .info-wrap .info-col div {
	width: 50%;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: flex
}
.main-thumb .map-wrap2 .copybtn {
	display: inline-block;
	background-image: url(../images/icon-copy2.png);
	width: 10px;
	height: 13px;
	background-color: transparent;
	background-repeat: no-repeat;
	margin: 2px;
	-webkit-background-size: 10px 13px;
	-o-background-size: 10px 13px;
	background-size: 10px 13px;
	vertical-align: middle;
	border: none
}
.main-thumb .map-wrap2 .btn-wrap {
	display: flex;
	justify-content: space-between;
	margin: 8px auto 0;
	width: 95%
}
.main-thumb .map-wrap2 .btn-wrap a {
	font-size: 10px;
	width: 102px
}
@media(min-width:767px) {
.main-nav a {
	height: 81px;
	width: 196px
}
span[class^=mainbtn] {
	width: 100px;
	height: 100px;
	display: block;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: 100px;
	-o-background-size: 100px;
	background-size: 100px
}
.main-nav .img-wrap {
	width: 28px
}
.main-section {
	height: 823px
}
.main-section .item {
	height: 658px
}
.main-section-wrap {
	width: 80%
}
.main-section {
	width: 100%
}
.main-thumb .map-wrap1 {
	padding: 0 15px
}
.main-thumb .map-wrap1 a {
	font-size: 15px;
	margin: 6px 0;
	width: 238px;
	padding: 15px
}
.main-thumb .map-wrap1.warp-grey span {
	color: #fff;
	text-align: right;
	font-size: 11px
}
.main-thumb .map-wrap2 {
	padding: 60px 0 0
}
.main-thumb .map-wrap2 .info-wrap {
	width: 95%;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto 5px;
	color: #3775a6
}
.main-thumb .map-wrap2 .info-wrap .info-col {
	font-size: 20px
}
.main-thumb .map-wrap2 .info-wrap .info-col div {
	width: 50%;
	justify-content: center;
	display: flex
}
.main-thumb .map-wrap2 .btn-wrap {
	display: flex;
	justify-content: space-between;
	margin: 8px auto 0;
	width: 95%
}
.main-thumb .map-wrap2 .btn-wrap a {
	font-size: 20px;
	width: 150px
}
.login-content .left a span {
	font-size: 14px;
	padding: 11px 0
}
.login-content .right a {
	font-size: 13px
}
.main-round {
	width: 65px;
	height: 65px
}
}
@media(min-width:1023px) {
.main-section .item {
	height: 873px
}
.main-nav a {
	height: 109px;
	width: 262px
}
}
.anno-bar {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 26px;
	padding: 2px 15px;
	align-items: center
}
.anno-wrap {
	display: flex;
	font-size: 10px;
	width: 70%
}
.anno-wrap .anno {
}
.anno-wrap .running-text {
	width: auto;
	padding: 0 5px
}
.hot-matches {
	color: #fff;
	text-align: center;
	width: 30%;
	position: relative;
	height: auto;
	display: flex;
	align-items: center
}
.hot-matches span {
	position: absolute;
	font-size: 11px;
	color: #fff;
	text-align: right;
	right: 12%
}
@media(min-width:767px) {
.anno-wrap {
	width: 83%
}
.hot-matches {
	width: 15%
}
}
.form-slot {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 18px;
	position: relative
}
.form-slot input {
	border: 0;
	border-radius: 5px;
	border: 1px solid #a8a8a8;
	height: 44px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #603eaf;
	width: 100%;
	padding: 0 0 0 56px;
	background: #fff;
	font-size: 14px
}
.form-slot input::-webkit-input-placeholder {
color:#ddd
}
.form-slot input:-ms-input-placeholder {
color:#ddd
}
.form-slot input::placeholder {
color:#ddd
}
.form-slot span {
	position: absolute;
	top: 8px;
	left: 15px
}
.form-slot span img {
	width: 29px;
	height: 29px;
	-webkit-background-size: 29px;
	-o-background-size: 42px;
	background-size: 29px
}
.form-slot .form-slot-btn {
	background: #ffc000;
	-webkit-border-radius: 10px;
	border-radius: 55px;
	font-weight: 700;
	color: #000;
	text-align: center;
	display: block;
	width: 190px;
	height: 45px;
	font-size: 14px;
	border: none;
	line-height: 45px
}
.icon-copy2 {
	top: 6px;
	right: 20px;
	position: absolute;
	display: block;
	background-image: url(../images/icon-copy.png);
	-webkit-background-size: 24px 30px;
	-o-background-size: 24px 30px;
	background-size: 24px 30px;
	background-color: transparent;
	width: 24px;
	height: 30px;
	vertical-align: middle;
	border: none
}
.slots-login-wrap h3 {
	font-size: 22px
}
.slots-login-wrap p {
	font-size: 13px
}
.slot-dltt-nav {
}
.slot-dltt-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc
}
.slot-dltt-nav li {
	width: 48%;
	display: inline-block
}
.slot-dltt-nav a {
	padding: 10px 0;
	font-weight: 300;
	font-size: 17px;
	margin: 0 auto -4px;
	border-bottom: 3px solid #fff;
	width: 100%;
	text-align: center;
	display: block;
	cursor: pointer
}
.slot-dltt-nav a.active, .slot-dltt-nav a:hover {
	color: #4c1ca3;
	border-bottom: 3px solid #4c1ca3
}
.slot-dltt-wrap {
	padding: 5px 0 60px
}
.dl-box-wrap {
	padding: 10px 0
}
.dl-box-wrap>div {
}
.dl-box-wrap>div>div {
	width: 46%;
	margin: 0 2%
}
.dl-box-wrap span.info {
	text-align: center;
	color: #898989;
	font-size: 10px;
	display: block;
	margin: 10px
}
.dlbox {
	width: 45%
}
.dlbox .imgbox {
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	width: auto;
	height: auto;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
	box-shadow: 0 3px 10px rgba(0,0,0,.2)
}
.dlbox .imgbox .icons {
	position: relative;
	width: 50px;
	display: block;
	margin: 0 auto
}
.dlbox .imgbox .type {
	padding: 16px 0 0;
	color: #0e4774
}
.dlbox .imgbox .qrcode {
	margin: 0 auto;
	padding: 10px 0
}
.dlbox .imgbox .qrcode img {
	margin: 0 auto;
	display: block
}
.dlbox a {
	background: #ffc000;
	-webkit-border-radius: 10px;
	border-radius: 55px;
	font-weight: 700;
	color: #000;
	text-align: center;
	display: block;
	margin: 20px auto;
	width: 100%;
	height: 45px;
	font-size: 14px;
	line-height: 45px
}
.tutorial-box-wrap h3 {
	color: #4c1ca3;
	text-align: center;
	font-size: 19px;
	margin-top: 11px
}
.tutorialimg {
}
.tutorialimg div {
	float: left;
	width: 25%;
	margin: 0 40px
}
.tutorialimg div img {
	display: block;
	width: 100%;
	height: auto
}
.tutorial .carousel-indicators {
	bottom: -40px
}
.tutorial .carousel-control {
	width: 0
}
.dl2-wrap {
	padding: 15px
}
.dl2-wrap .title {
	color: #8d8c91
}
.dl2-wrap .info-box {
	max-width: 195px;
	margin: 0 auto
}
.dl2-wrap .info-box .logo {
}
.dl2-wrap .info-box .logo img {
	width: 74%;
	margin: 0 auto;
	display: block;
	height: auto
}
.dl2-wrap .info-box .type {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #224e64
}
.dl2-wrap .info-box .type span {
	width: 21px;
	margin: 5px
}
.dl2-wrap .info-box .type span img {
	display: block;
	width: 100%;
	height: auto
}
.dl2-wrap .info-box .time {
	font-size: 12px;
	text-align: center;
	color: #b0b0b0
}
.dl2-wrap .btn-wrap {
	max-width: 195px;
	display: block;
	margin: 10px auto
}
.dl2-wrap .btn-wrap a {
	-webkit-border-radius: 20px;
	border-radius: 20px
}
.dl2-wrap .underline {
	height: 1px;
	width: 100%;
	display: block;
	background: #dcdcdc;
	margin: 20px 0
}
.promo-header {
	padding: 28px
}
.promo-header img {
	margin: 0 auto;
	display: block;
	width: 850px
}
.reward-wrap {
	margin: -28px 0 0;
	padding: 15px 15px 45px;
	border-radius: 20px;
	background: #fff
}
.reward-nav {
}
.reward-nav .reicon {
	width: 18px
}
.reward-nav .reicon img {
	display: block;
	width: 100%;
	height: auto
}
.reward-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start
}
.reward-nav li {
	display: block;
	width: 25%;
	margin: 0 5px
}
.reward-nav a {
	font-size: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: auto;
	color: #0c4876;
	background: #fff;
	padding: 2px;
	border-radius: 28px;
	-webkit-box-shadow: 2px 2px 5px rgba(13,83,156,.2), -2px 2px 5px rgba(13,83,156,.2), 2px -2px 5px rgba(13,83,156,.2), -2px -2px 5px rgba(13,83,156,.2);
	box-shadow: 2px 2px 5px rgba(13,83,156,.2), -2px 2px 5px rgba(13,83,156,.2), 2px -2px 5px rgba(13,83,156,.2), -2px -2px 5px rgba(13,83,156,.2)
}
.reward-nav li:hover a, .reward-nav li.active a {
	background: #3c6791;
	background: #8ddceb;
	background: linear-gradient(38deg, rgba(141,220,235,1) 0%, rgba(141,232,188,1) 100%)
}
.reward-nav a span[class^=picon-] {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-position: top;
	-webkit-background-size: 30px;
	-o-background-size: 40px;
	background-size: 30px;
	vertical-align: middle;
	margin: 0 5px
}
.reward-nav a:hover span[class^=picon-], .reward-nav li.active span[class^=picon-] {
	background-position: bottom
}
.reward-nav {
	padding: 10px 10px 20px
}
.reward-box-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}
.reward-content-wrap {
}
.reward-content-wrap h3 {
	color: #508ebd;
	font-size: 25px
}
.reward-box {
	cursor: pointer;
	position: relative;
	margin: 10px 5px;
	width: 47%
}
.reward-con {
	width: auto;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
	box-shadow: 0 2px 10px rgba(0,0,0,.3)
}
.reward-con img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.reward-con:hover img {
	transform: scale(1.05);
	z-index: 20
}
.reward-info {
	background: #d0fbe8;
	padding: 10px;
	position: relative;
	z-index: 30
}
.reward-info h4 {
	margin: 0;
	font-size: 12px;
	color: #508ebd;
	font-weight: 700
}
.reward-info span {
	font-size: 9px;
	color: #999
}
.reward-box .tag {
	background-image: url(../images/tagnew.png);
	-webkit-background-size: 19px 40px;
	-o-background-size: 19px 40px;
	background-size: 19px 40px;
	width: 19px;
	height: 40px;
	display: none;
	position: absolute;
	top: -5px;
	left: 10px;
	z-index: 30
}
.reward-box.new .tag {
	display: block
}
.reward-box .img-tag-wrap {
	position: absolute;
	display: flex;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	top: 5px;
	right: 10px;
	z-index: 30;
	width: 18%
}
.reward-box .img-tag-wrap .card {
	width: 100%;
	margin: 2px
}
.reward-box .img-tag-wrap .card img {
	display: block;
	height: auto;
	width: 100%
}
.re-cata-list {
	padding: 0 0 15px;
	display: flex;
	justify-content: center
}
.re-cata-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.re-cata-list li {
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 15px;
	cursor: pointer;
	display: inline-block;
	color: #aaa
}
.re-cata-list li.active {
	color: #508ebd
}
.re-cata-list li:not(:last-child):after {
	margin: 0 8px;
	content: "l";
	display: inline-block;
	color: #508ebd!important
}
.reward-product-wrap {
}
.reward-product {
}
.reward-dec {
	padding: 15px
}
.reward-dec .hl {
	color: #508ebd;
	font-size: 23px
}
.item-name {
	color: #508ebd;
	font-size: 23px
}
.item-tag-wrap {
	padding: 10px 0
}
.card-silver, .card-gold, .card-blue {
	display: inline-block;
	width: 40px;
	height: 25px;
	-webkit-background-size: 40px 25px;
	-o-background-size: 40px 25px;
	background-size: 40px 25px
}
.card-silver {
	background-image: url(../images/betcity-silver-card-400.png)
}
.card-gold {
	background-image: url(../images/betcity-gold-card-400.png)
}
.card-blue {
	background-image: url(../images/betcity-blue-card-400.png)
}
.number-picker-wrap {
	float: left;
	padding: 9px 0
}
.number-picker-wrap .picker, .number-picker-wrap .num {
	margin: -2px;
	display: inline-block;
	line-height: 25px;
	height: 25px;
	text-align: center
}
.number-picker-wrap .picker, .dpui-numberPicker-decrease, .dpui-numberPicker-increase {
	width: 25px;
	height: 28px;
	border: 1px solid #a8a8a8;
	color: #a8a8a8
}
.number-picker-wrap .num, .dpui-numberPicker-input {
	width: 35px;
	background: #1e90ad;
	text-align: center;
	border: #1e90ad 1px solid;
	color: #fff
}
.reward-detail {
}
.reward-detail .btn-wrap {
	padding: 10px 0 20px
}
.reward-detail .btn-wrap a {
	float: left;
	margin: 0 0 0 10px
}
.btn-round-re {
	display: block;
	width: 146px;
	height: 36px;
	font-size: 12px;
	cursor: pointer;
	line-height: 36px;
	text-align: center;
	color: #0c4876;
	background: #fff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	box-shadow: 0 2px 6px rgba(0,0,0,.2)
}
.btn-round-re.active, .btn-round-re:hover {
	background: #8ddceb;
	background: linear-gradient(38deg, rgba(141,220,235,1) 0%, rgba(141,232,188,1) 100%)
}
.btn-round-re2 {
	display: block;
	width: 146px;
height:36px font-size:12px;
	line-height: 36px;
	text-align: center;
	color: #0c4876;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #8ddceb;
	background: linear-gradient(38deg, rgba(141,220,235,1) 0%, rgba(141,232,188,1) 100%)
}
.collsgroup {
	padding: 0
}
.collsgroup .colhead {
	color: #2f6b9b;
	font-size: 20px;
	cursor: pointer
}
.collsgroup .colhead .plus {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 10px 0 0;
	background: #2f6b9b;
	border-radius: 50%;
	border: 1px solid #2f6b9b
}
.collsgroup .colhead .plus:after {
	display: block;
	content: "-";
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 20px
}
.collsgroup .colhead.collapsed .plus {
	background: #fff
}
.collsgroup .colhead.collapsed .plus:after {
	content: "+";
	color: #2f6b9b
}
.collsgroup .collapse {
	padding: 10px 0 0;
	color: #505253
}
.smlfont {
	color: #999;
	font-size: 10px
}
.re-2nd-wrap {
	padding: 10px 0
}
.re-2nd-wrap .btn-wrap {
	float: left;
	padding: 0 20px
}
.reward-ship-wrap {
	width: 1200px;
	padding: 10px 0 90px;
	margin: 0 auto
}
.rw-left, .rw-right {
	display: block;
	padding: 0
}
.rw-left {
	width: auto;
	position: relative;
	border-bottom: 10px solid #e6e6e6;
	padding: 15px
}
.rw-right {
	height: auto;
	padding: 15px
}
.rw-left .img-wrap {
	padding: 10px
}
.rw-left .img-wrap img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto
}
.rw-left .info-wrap {
	width: auto;
	display: block
}
.rw-left .info-wrap .item-list {
	width: 100%
}
.rw-left .info-wrap .item-list tr {
}
.rw-left .info-wrap .item-list td:first-child, .rw-left .info-wrap .item-list th:first-child {
	text-align: left
}
.rw-left .info-wrap .item-list td:last-child, .rw-left .info-wrap .item-list th:last-child {
	text-align: right
}
.rw-left .info-wrap .item-list th {
	color: #1e90ad;
	text-align: center
}
.rw-left .info-wrap .item-list td {
	padding: 10px 0;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	vertical-align: top
}
.rw-left .info-wrap .shipping-list {
	width: 100%
}
.rw-left .info-wrap .shipping-list tr {
}
.rw-left .info-wrap .shipping-list td {
	font-size: 14px
}
.rw-left .info-wrap .shipping-list td:first-child {
}
.rw-left .info-wrap .shipping-list td:last-child {
	text-align: right
}
.rw-right {
}
.rw-right .radio-list {
	padding: 10px 0
}
.rw-right .radio-list .radio {
	float: left;
	margin: 6px 10px 10px 0;
	width: 10px;
	height: 10px;
	border: 2px solid #9c9c9c;
	background: #9c9c9c;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer
}
.rw-right .radio-list.active .radio {
	border: 2px solid #1e90ad;
	background: #fff
}
.rw-right .radio-list.sml {
	color: #525252;
	font-size: 11px;
	line-height: 23px
}
.rw-right .radio-list.sml .radio {
	border: 2px solid #1e90ad;
	background: #fff
}
.rw-right .radio-list .add {
	float: left;
	color: #9c9c9c
}
.rw-right .radio-list.active .add {
	color: #000
}
.rw-right .radio-list .add span {
	display: block
}
.rw-right .radio-list .edit {
	float: right;
	color: #1e90ad;
	cursor: pointer
}
.greytype {
}
.greytype .modal-header {
	background: #fafafa;
	color: #000
}
.greytype .modal-body {
	color: #000;
	padding: 15px 40px
}
.btn-trash-wrap {
	position: absolute;
	top: 20px;
	left: 20px
}
.btn-trash {
	border: none;
	background-color: transparent;
	background-image: url(../images/icon-bin.png);
	width: 27px;
	height: 30px;
	display: block;
	cursor: pointer
}
.bg-register-wrap {
	width: 100%;
	display: block;
	padding: 15px 15px 40px;
	height: auto;
	min-height: 100vh;
	background-image: url(../images/bg-sport.jpg);
	background-position: top center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.bg-register-wrap h2 {
	color: #2f6b9b;
	text-align: center;
	font-size: 26px;
	margin: 20px 0
}
.logo-wrap {
	margin: 0 auto;
	width: 110px;
	margin: 0 auto 20px
}
.logo-wrap img {
}
.reg-step-wrap {
	position: relative;
	width: 240px;
	margin: 0 auto 20px;
	height: 40px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.reg-step-wrap:after {
	width: 100%;
	height: 2px;
	position: absolute;
	content: "";
	top: 17px;
	display: block;
	z-index: 50;
	background: #0e1e38
}
.reg-step-wrap a {
	width: 35px;
	position: relative;
	z-index: 52;
	height: 35px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 35px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0e1e38
}
.reg-step-wrap a.active {
	background: #3673b9
}
.re-select {
	margin: 0 0 33px
}
.re-select ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.re-select li {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 49%;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	padding: 10px;
	cursor: pointer
}
.re-select li.active {
}
.re-select li.active:after {
	width: 70%;
	height: 5px;
	display: block;
	content: "";
	bottom: -4px;
	left: 0;
	right: 0;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	background: #8ddceb;
	background: linear-gradient(38deg, rgba(141,220,235,1) 0%, rgba(141,232,188,1) 100%)
}
.reg-box-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 80px;
	border-radius: 15px;
	min-height: 450px;
	height: auto;
	color: #000;
	position: relative;
	height: auto;
	background: rgba(235,235,235,.2)
}
.reg-box-wrap h4 {
	color: #000;
	text-align: center;
	font-size: 25px;
	margin-bottom: 17px
}
.reg-box-wrap .btn-wrap {
	width: auto;
	margin: 0 auto;
	padding: 15px 0 0
}
.re-form-wrap .btn-wrap>* {
	width: 100%;
	display: block;
	margin: 0 0 20px
}
.reg-box-wrap .btn-wrap2 {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.reg-box-wrap .btn-wrap2 a {
	width: 47%;
	text-align: center;
	color: #23003a;
	font-size: 13px;
	padding: 10px 0;
	margin: 10px 0;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
	-webkit-border-radius: 29px;
	border-radius: 29px
}
.reg-box-wrap .btn-wrap2 a.white {
	background: #fff
}
.reg-box-wrap .btn-wrap2 a.grey {
	background: #d0c8c8
}
.reg-box-wrap .info {
	padding: 0;
	width: auto;
	display: block;
	text-align: center;
	margin: 0 auto;
	float: none;
	padding: 0 20px;
	font-size: 12px
}
.bottom-btn {
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0
}
.bottom-btn a {
	color: #000;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	background: #d0c8c8;
	padding: 10px;
	width: 200px;
	-webkit-border-radius: 20px;
	border-radius: 20px
}
.re-form-wrap {
	padding: 0 20px
}
.re-form-wrap h3 {
	text-align: center;
	display: block
}
.form-reg {
	width: auto;
	margin: 0 auto;
	padding: 0 0 18px;
	position: relative
}
.form-reg .code-img {
	position: absolute;
	right: 10px;
	top: 6px
}
.form-reg input {
	border: 0;
	color: #000;
	border-radius: 5px;
	height: 44px;
	width: 100%;
	padding: 0 0 0 58px;
	background: #e1e1e1
}
.form-reg input::-webkit-input-placeholder {
color:#aba2c0
}
.form-reg input:-ms-input-placeholder {
color:#aba2c0
}
.form-reg input::placeholder {
color:#aba2c0
}
.form-reg select.mobile {
	height: 44px;
	color: #fff;
	position: absolute;
	left: 46px;
	width: 40px;
	border: none;
	background: 0 0
}
.form-reg span {
	position: absolute;
	top: 8px;
	left: 15px
}
.form-reg span img {
	width: 27px;
	height: 27px;
	-webkit-background-size: 27px;
	-o-background-size: 27px;
	background-size: 27px
}
.reg-box-wrap .help {
	margin: -15px 0 18px;
	font-size: 12px
}
.reg-btn {
	width: 100%;
	display: block;
	text-align: center;
	color: #000;
	padding: 10px;
	background: #ffc107;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2), 0 -2px 5px rgba(0,0,0,.2);
	box-shadow: 0 5px 5px rgba(0,0,0,.2), 0 -2px 5px rgba(0,0,0,.2);
	-webkit-border-radius: 20px;
	border-radius: 20px
}
.cancel-btn {
	width: 100%;
	display: block;
	text-align: center;
	color: #000;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2), 0 -2px 5px rgba(0,0,0,.2);
	box-shadow: 0 5px 5px rgba(0,0,0,.2), 0 -2px 5px rgba(0,0,0,.2);
	-webkit-border-radius: 20px;
	border-radius: 20px
}
header {
	height: 50px;
	line-height: 40px;
	width: 100%;
	max-width: 1024px;
	padding: 5px;
	position: fixed;
	z-index: 100;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background:#ffffff;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
header.subheader {
	background: #2e0257;
	text-align: center;
	display: block;
	position: fixed;
	z-index: 100
}
header .header-left .logo {
	max-width: 82px;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto
}
header .header-right {
	width: auto;
	display: flex;
	justify-content: flex-end
}
header .header-right a.btns {
	width: 40%;
	font-size: 9px;
	display: block;
	color: #000;
	height: 24px;
	line-height: 24px;
	border-radius: 5px;
	margin: 2px;
	background: #fff;
	text-align: center
}
header .header-right a.btns.blue {
	color: #fff;
	background: #18275f;
	background: linear-gradient(0deg, rgba(24,39,95,1) 0%, rgba(49,110,201,1) 100%)
}
header .header-right .mprofile {
	color: #555050;
	display: flex;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: flex-end
}
header .header-right .mprofile span img {
	width: 25px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
header .header-right .mprofile img {
	width: 100%;
	height: auto;
	display: block
}
header .header-right .mlivechat {
	color: #555050;
	display: flex;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: flex-end
}
header .header-right .mlivechat span {
	width: 50px;
	display: block;
	margin: 0 auto;
}
.mprofile span{
	width: 70px !important;
	display: block;
	margin: 0 auto;
}
header .header-right .mlivechat img {
	width: 100%;
	max-width: 25px;
	text-align: center;
	margin: 0 auto;
	height: auto;
	display: block
}
.main-logo-wrap {
	width: 154px
}
.header {
	height: 50px;
	line-height: 40px;
	max-width: 1024px;
	width: 100%;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #2e0257;
	position: fixed;
	z-index: 100
}
.promo-nav-wrap {
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
	background: #ffe38f
}
.promo-nav {
	width: 100%;
	height: 42px;
	top: 0;
	background: #ffe38f;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	margin: 5px 0;
	padding: 0 0 8px;
	position: absolute
}
.promo-nav ul {
	list-style: none;
	padding: 0 14px;
	margin: 0;
	white-space: nowrap
}
.promo-nav li {
	display: inline-block;
	padding: 4px 10px;
	color: #000;
	border-bottom: 1px solid #ffe38f
}
.promo-nav li.active {
	color: #3c125b;
	border-bottom: 3px solid #ffbf00
}
.promoshadow {
	width: 100%;
	display: block;
	height: 2px;
	margin: -2px 0 0;
	box-shadow: 0 3px 7px
}
.promo-wrap {
}
.promo-box {
	position: relative;
	background: #eee;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	box-shadow: 0 2px 4px rgba(0,0,0,.3)
}
.promo-box img {
	display: block;
	width: 100%;
	height: auto
}
.promo-box-wrap {
	position: relative;
	margin: 20px 0
}
.promo-box-wrap span[class^=tag] {
	position: absolute;
	top: -5px;
	left: 15px;
	z-index: 30;
	width: 20px;
	height: 45px;
	-webkit-background-size: 20px 45px;
	-o-background-size: 20px 45px;
	background-size: 20px 45px
}
.promo-box-wrap .tag-casino {
	background-image: url(../images/tag-casino.png)
}
.promo-box-wrap .tag-slot {
	background-image: url(../images/tag-slot.png)
}
.promo-box-wrap .tag-vip {
	background-image: url(../images/tag-vip.png)
}
.promo-box-wrap .tag-sport {
	background-image: url(../images/tag-sport.png)
}
.promo-box .info-wrap {
	display: block;
	background: #fff;
	padding: 8px 10px
}
.promo-box .info-wrap .title {
	font-size: 13px;
	color: #0c4876;
	font-weight: 700
}
.promo-box .info-wrap .info {
	font-size: 11px;
	color: #b8a9b7
}
.promo-box .info-wrap .btn-wrap {
	background: #2e0357;
	font-weight: 700;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 10px 0 5px;
	padding: 5px 0
}
.promo-content {
}
.promo-content .header {
	max-width: 100%
}
.promo-container {
	padding: 50px 15px 45px
}
.promo-container h4 {
	color: #244673;
	text-align: center;
	font-weight: 700
}
.promo-container .period {
	color: #3d3c3c;
	text-align: center;
	font-size: 10px;
	display: block;
	padding: 0 0 20px
}
.promo-container h5 {
	color: #244673;
	font-weight: 700;
	font-size: 16px
}
.promo-container ul {
	padding: 0 0 0 15px
}
.promo-container .btn-wrap {
}
@media(min-width:767px) {
.promo-box-wrap span[class^=tag] {
	position: absolute;
	top: -5px;
	left: 70px;
	z-index: 30;
	width: 40px;
	height: 90px;
	-webkit-background-size: 40px 90px;
	-o-background-size: 40px 90px;
	background-size: 40px 90px
}
}
.header {
}
.c-close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.close-btn {
	position: absolute;
	left: 0;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: 0 0;
	border: none
}
.wallet-cross-btn {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	margin: 5px 15px 5px 5px;
	font-size: 24px;
	z-index: 101;
	cursor: pointer
}
.wallet-cross-btn a.wallet-cross-btn-entities, .wallet-cross-btn a.wallet-cross-btn-entities:hover, .wallet-cross-btn a.wallet-cross-btn-entities:link, .wallet-cross-btn a.wallet-cross-btn-entities:visited {
	color: #fff!important
}
.backarrow {
	width: 8px;
	height: 14px;
	display: block;
	margin: 0 5px;
	background-image: url(../images/back.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	-o-background-size: 8px 14px;
	background-size: 8px 14px
}
.close-wrap {
	margin: -10px 0 0
}
.close-wrap:after {
	display: block;
	clear: both;
	content: ""
}
@media(min-width:767px) {
.promo-box {
	margin: 5%
}
}
.service-wrap {
	padding: 10px 0 60px
}
.sv-box {
	width: 100%;
	font-weight: 700;
	display: block;
	padding: 10px 43px 10px 20px;
	position: relative;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #eee
}
.sv-box .icon {
	width: 28px;
	margin: 0 10px 0 0;
	display: inline-block
}
.sv-box .icon img {
	display: block;
	width: 100%;
	height: auto
}
.sv-box .dot {
	left: 40px;
	width: 8px;
	height: 8px;
	top: 13px;
	position: absolute;
	display: block;
	background: red;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center
}
.sv-box .arrow {
	width: 8px;
	height: 14px;
	position: absolute;
	display: block;
	margin: 0 5px;
	right: 10px;
	top: 37%;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	-o-background-size: 8px 14px;
	background-size: 8px 14px
}
.search-container {
	border: 1px solid #c3c3c3;
	height: auto;
	width: 100%;
	border-bottom: 10px solid #e6e6e6
}
.search-container input[type=text] {
	border-radius: 5px;
	padding: 11px 12px 11px 35px;
	font-size: 12px;
	width: 100%;
	border: 1px solid #eee;
	background: 0 0;
	box-shadow: 0 4px 5px rgba(0,0,0,.1)
}
.search-container button {
	margin-top: 0;
	position: absolute;
	background: 0 0;
	font-size: 16px;
	line-height: 1;
	border: none;
	cursor: pointer;
	width: 38px;
	padding: 11px
}
.search-container button:hover {
	filter: brightness(.9)
}
.sv-container {
	padding: 70px 15px 40px
}
.sv-container>div {
	display: none
}
.sv-container h3 {
	font-size: 18px
}
.sub-title {
	width: 100%;
	padding: 10px 15px;
	background: #eee
}
.vip-updetail-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 13px
}
.vip-updetail-box {
	width: 49%;
	margin: 5px 0;
	height: 91px;
	padding: 10px 5px;
	color: #6f6f6f;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	font-size: 10px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.3)
}
.vip-updetail-box span {
	font-size: 9px
}
.vip-updetail-box .info {
	font-size: 17px;
	font-weight: 700;
	background: -webkit-linear-gradient(#fdb736, #9f6803);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.vip-lvl-box {
	width: 100%;
	padding: 10px;
	margin: 20px auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(13,83,156,.2);
	box-shadow: 0 5px 10px rgba(13,83,156,.2)
}
.vip-header {
	border-bottom: 2px solid #eee;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.vip-lvl-box .vip-content {
	padding: 10px
}
.vip-progress-wrap {
	width: 100%;
	height: 105px;
	padding: 12px 0;
	background-repeat: no-repeat;
	background-image: url(../images/vip-word-bg.png);
	background-position: left center;
	-webkit-background-size: 216px 105px;
	-o-background-size: 216px 105px;
	background-size: 216px 105px
}
.progress-wrap {
	margin: 16px 0
}
.progress-point {
	position: relative;
	width: 100%;
	top: -9px
}
.progress-bar-info {
	-webkit-border-radius: 20px;
	border-radius: 20px
}
.pro-dot {
	background-image: url(../images/progress-dot.png);
	width: 36px;
	background-repeat: no-repeat;
	height: 36px;
	font-weight: 700;
	display: block;
	position: absolute;
	text-align: center;
	padding: 30px 0 0 5px;
	background-size: 36px
}
.pro-dot:first-child {
	left: -10px
}
.pro-dot:nth-child(2) {
	left: 42%
}
.pro-dot:last-child {
	right: -10px
}
.progress {
	width: 95%;
	margin: 0 auto;
	display: block;
	padding: 0;
	height: 15px;
	background-color: #163051
}
.vip-nav-wrap {
	width: 100%;
	margin: 0 auto
}
.vip-nav-wrap table {
}
.vip-nav-wrap table, .vip-nav-wrap tbody {
	width: 100%;
	display: block
}
.vip-nav-wrap table:first-child tr {
	border-bottom: 2px solid #eee
}
.vip-nav-wrap tr {
	width: 100%;
	display: block;
	padding: 10px 0
}
.vip-nav-wrap th {
	font-weight: 700;
	color: #000;
	position: relative
}
.vip-nav-wrap th.active:after {
	display: block;
	content: "";
	height: 2px;
	width: 80%;
	background: #3674ba;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: -11px
}
.vip-nav-wrap th, .vip-nav-wrap td {
	width: 49%;
	display: inline-block;
	text-align: center
}
.me-wrap-top {
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
	padding: 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,.88)
}
.me-wrap-top .top {
	display: flex;
	justify-content: space-around;
	position: relative
}
.me-wrap-top .top .notice-icon {
	width: 15px;
	height: auto;
	display: block;
	top: 10px;
	right: 10px;
	position: absolute
}
.me-wrap-top .top .notice-icon img {
	display: block;
	width: 100%;
	height: auto
}
.me-wrap-top .top .profile-box {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 0 0 6px
}
.me-wrap-top .top .profile-box .profile-img-wrap {
	margin: 0
}
.me-wrap-top .top .profile-box .profile-img {
	width: 50px;
	height: 50px;
	display: block;
	height: auto;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.2), -2px -2px 2px rgba(0,0,0,.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,.2), -2px -2px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.me-wrap-top .top .profile-box .profile-img img {
	width: 100%;
	height: auto;
	display: block
}
.me-wrap-top .top .wallet-info {
	width: 50%;
	align-items: center;
	text-align: left;
	justify-content: center;
	padding: 5px 6px
}
.me-wrap-top .top .profile-box .info {
}
.me-wrap-top .top .profile-box .info .img-wrap {
	width: 42px
}
.me-wrap-top .top .profile-box .info .img-wrap img {
	width: 100%;
	display: block;
	height: auto
}
.me-wrap-top .top .profile-box .info .level {
	display: block;
	color: #2e0257;
	font-size: 14px;
	font-weight: 700;
	font-style: italic
}
.me-wrap-top .top .profile-box .info .level.bronze {
	background: -webkit-linear-gradient(#96712a, #e0aa2e, #96712a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.me-wrap-top .top .profile-box .info .level.silver {
	background: -webkit-linear-gradient(#96712a, #e0aa2e, #96712a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.me-wrap-top .top .profile-box .info .level.gold {
	background: -webkit-linear-gradient(#96712a, #e0aa2e, #96712a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.me-wrap-top .top .profile-box .info .level.platinum {
	background: -webkit-linear-gradient(#96712a, #e0aa2e, #96712a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.me-wrap-top .top .profile-box .info span {
	display: block
}
.me-wrap-top .top .profile-box .info span.name {
	font-size: 12px;
	font-weight: 700
}
.me-wrap-top .top .profile-box .info span.joined {
	font-size: 8px
}
.me-wrap-top .top .wallet-info span {
}
.me-wrap-top .top .wallet-info .balance {
	font-size: 10px
}
.me-wrap-top .top .wallet-info .amount {
	font-size: 23px;
	color: #212c68
}
.me-wrap-top .top .wallet-info .currency {
	font-size: 13px;
	color: #858585
}
.me-wrap-top .bottom {
	display: flex;
	justify-content: space-around;
	padding: 10px 0
}
.me-wrap-top .bottom>div, .me-wrap-top .bottom>a {
	width: 20%;
	text-align: center;
	font-size: 10px
}
.me-wrap-top .bottom>div .img-wrap, .me-wrap-top .bottom>a .img-wrap {
	width: 44px;
	display: block;
	margin: 0 auto
}
.me-wrap-top .bottom>div .img-wrap img, .me-wrap-top .bottom>a .img-wrap img {
	width: 100%;
	display: block;
	height: auto
}
.me-boxes-wrap {
	margin: 15px 0 0;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.me-boxes {
	width: 49%;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #561898;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff
}
.me-boxes .img-wrap {
	width: 43px;
	margin: 0 6% 0 0
}
.me-boxes .img-wrap img {
	width: 100%;
	display: block;
	height: auto
}
.me-boxes .info {
}
.me-boxes .info p {
	font-size: 14px;
	margin: 0;
	color: #561898
}
.me-boxes .info span {
	font-size: 10px;
	color: #c4c4c4
}
@media(min-width:767px) {
.me-wrap-top {
	padding: 20px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.me-wrap-top .top {
	width: 50%
}
.me-wrap-top .bottom {
	width: 50%
}
.me-wrap-top .top .wallet-info {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.me-boxes>div {
	padding: 15px
}
.me-boxes>div>.img-wrap {
	width: 15%
}
.me-boxes .info p {
	font-size: 16px
}
}
.th-nav-wrap {
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
	margin: 0 0 10px
}
.th-list {
	overflow-y: scroll;
	margin: 10px 0;
	height: 43px
}
.th-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap
}
.th-list li {
	text-align: center;
	padding: 5px 15px 6px;
	font-size: 12px;
	margin: 0 0 0 -3px;
	display: inline-block;
	border-bottom: 1px solid #eee
}
.th-list li.active {
	padding: 5px 15px;
	border-bottom: 3px solid #ffc107
}
.t-tab {
}
.t-table {
	width: 100%
}
.t-table tr {
	border-bottom: 1px solid #eee
}
.t-table td {
	padding: 10px;
	width: 30%;
	font-size: 12px
}
.flex-start {
	display: flex;
	-webkit-align-items: top;
	align-items: top;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
.flex-start img {
	width: 20px;
	height: 20px;
	margin: 3px;
	display: block
}
.t-table td span.type {
	color: #2e0357
}
.t-table td span.date {
	color: #b2b2b2;
	font-size: 10px;
	text-align: left;
	display: block
}
.t-table td.amount {
	text-align: center
}
.t-table td.status {
	color: #2e0357;
	text-align: right
}
.vipcontent-wrap {
	background: #fff;
	position: relative
}
.vipcontent-wrap .wrapper {
	padding: 15px 0
}
.vip-nav {
	margin: 0 auto 15px;
	width: 100%;
	display: block
}
.vip-nav>.vip-list {
	border: none;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-around
}
.vip-nav li {
	cursor: pointer
}
.vip-nav .vip-list li {
	width: 22%;
	display: block
}
.vip-nav .vip-list a {
	width: 100%;
	display: block
}
.vip-nav .vip-list a img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .37;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.vip-nav .vip-list a.active img {
	opacity: 1
}
.vip-sec {
	width: 100%;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.vip-sec2 {
	padding: 0 0 30px
}
.vip-sec-img {
	width: auto
}
.vip-sec-img img {
	display: block;
	width: 100%;
	height: auto
}
.vip-sec-info {
	width: auto;
	padding: 15px
}
.vip-sec-info h4 {
	font-weight: 700;
	font-size: 15px
}
.vip-sml-table {
	width: 100%;
	margin: 0 0 30px
}
.vip-sml-table tr {
	padding: 6px 0;
	display: block
}
.vip-sml-table td {
	width: 48%;
	display: inline-block
}
.vip-sml-table td:first-child {
	text-align: left;
	color: #696969
}
.vip-sml-table td:last-child {
	text-align: right;
	color: #2f67bb
}
.vip-pri-info {
}
.vip-pri-info p {
}
span.tick {
	display: inline-block;
	background-image: url(../images/icon-tick.png);
	width: 24px;
	height: 24px;
	-webkit-background-size: 24px;
	-o-background-size: 24px;
	background-size: 24px;
	vertical-align: middle
}
.vip-pri-info span.tick {
	margin: 0 10px 0 0
}
.vip-btn-wrap {
	margin: 0 auto;
	width: auto;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around
}
.vip-btn-wrap a {
	text-align: center;
	padding: 10px;
	display: block
}
.vip-btn-wrap a.active {
	border-bottom: 3px solid #e0aa2e
}
.vip-btn-wrap a:hover, .vip-btn-wrap a.active {
}
.vip-table {
	width: 100%;
	margin: 0 auto;
	font-size: 12px
}
.vip-table tbody {
	width: 100%;
	display: block
}
.vip-table tr:first-child {
	background: #fafafa;
	border-bottom: 1px solid #fafafa
}
.vip-table tr {
	width: 100%;
	display: block
}
.vip-table th, .vip-table td {
	padding: 12px 5px;
	width: 19%;
	text-align: center;
	display: inline-block
}
.vip-table tr:not(first-child) {
	border-bottom: 1px solid #eee
}
.vip-table.table2 td:first-child {
	text-align: right
}
.vip-tnc {
	width: auto;
	padding: 15px
}
.vip-tnc h3 {
	font-size: 17px;
	color: #000;
	margin: 0 0 10px;
	font-weight: 700
}
.vip-tnc ol {
	padding: 0 0 0 14px;
	font-size: 14px
}
.balance-box {
	background: #ffe390;
	height: auto;
	position: relative;
	padding: 10px 15px;
z display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center
}
.balance-box>div {
}
.balance-box .title-wrap {
	color: #2e0257;
	text-align: left;
	font-size: 12px;
	max-width: 28%;
	position: absolute;
	top: 20px
}
.balance-box .amount-wrap {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto;
	width: 33%
}
.balance-box .amount-wrap .currency {
	color: #000;
	font-size: 10px
}
.balance-box .amount-wrap .amount {
	color: #2e0257;
	font-size: 26px;
	font-weight: 700;
	margin: 0 5px
}
.balance-box .amount-wrap .icon-refresh {
	background-image: url(../images/icon-refresh.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	-webkit-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px
}
.balance-box .button-wrap {
	color: #9e9e9e;
	font-size: 7px;
	text-align: center;
	width: 33%
}
.balance-box .button-wrap button {
	display: flex;
	justify-content: flex-start;
	vertical-align: middle;
	margin: 0 auto;
	font-size: 11px;
	background: #0873cf;
	color: #fff;
	font-weight: 700;
	padding: 5px 17px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.balance-box .button-wrap button span {
}
.balance-box .button-wrap .icon-restore {
	background-image: url(../images/icon-restore.png);
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: block;
	-webkit-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px
}
.blc-box-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}
.blc-box {
	width: 33%;
	height: 83px;
	text-align: center;
	padding: 20px 5px 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #eee
}
.blc-box .title {
	color: #000;
	padding: 0;
	margin: 0
}
.blc-box .amount {
	color: #000
}
.blc-box .amount .blue {
	color: #0873cf
}
.blc-box .amount-0 {
	color: #d9d9d9;
	padding: 0;
	margin: 0
}
.transfer-box {
	width: auto;
	margin: 0;
	border: 1px solid #ededed;
	display: block
}
.transfer-box table {
}
.transfer-box tbody {
	width: 100%;
	display: block
}
.transfer-box tr {
	width: 100%;
	display: flex;
	height: auto;
	align-items: center
}
.transfer-box tr:not(last-child) {
	border-bottom: 1px solid #eee
}
.transfer-box td {
	padding: 5px 15px;
	display: inline-block
}
.transfer-box td.product {
	width: 160px
}
.transfer-box td.amount {
	text-align: right;
	width: 140px
}
.transfer-box td.btns {
	text-align: right
}
.transfer-box td.btns a {
	padding: 3px 5px;
	cursor: pointer;
	font-size: 10px;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #305681
}
.transfer-box td.btns a:hover {
	background: #305681;
	color: #fff
}
.form-col {
	padding: 15px 0
}
.form-col.btn-wrap {
	margin: 0;
	padding: 20px 0 0
}
.form-col.btn-wrap.type2 {
	margin: 10px 0 0 170px
}
.form-col.btn-wrap .btn-blue2 {
	padding: 10px;
	width: 100%
}
.form-col label {
	display: block;
	font-weight: 700;
	font-size: 14px
}
.form-col label span {
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #9a9a9a
}
.form-col input {
	width: 100%;
	padding: 10px 15px 10px 24px;
	border: 1px solid #eee;
	-webkit-border-radius: 2px;
	border-radius: 5px
}
.form-col input[readonly] {
	background: #e1e1e1;
	color: #000
}
.form-col select {
	width: 100%;
	height: 42px;
	padding: 10px 15px 10px 24px;
	border: 1px solid #eee;
	-webkit-border-radius: 2px;
	border-radius: 5px
}
.form-col input[disabled] {
	background: #0b5295;
	color: #d9d9d9
}
.form-col .radio-label {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
.form-col .radio-label input[type=radio] {
	width: 15px;
	height: auto;
	margin: 0 5px 0 0
}
.form-col .radio-label label {
	margin-bottom: 0
}
.form-type-1 {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #eee
}
.form-type-1 .icon {
	width: 20px;
	top: 20px;
	display: block;
	position: absolute
}
.form-type-1 .icon img {
	display: block;
	width: 100%;
	height: auto
}
.form-type-1 label {
	position: absolute;
	left: 25px;
	top: 20px
}
.form-type-1 input {
	width: 100%;
	text-align: right;
	border: none;
	padding: 10px 10px 10px 155px
}
.code-btn-wrap {
	padding: 10px 0;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}
.code-btn {
	color: #3674ba;
	border: 1px solid #3674ba;
	padding: 5px 20px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.bank-detail-wrap {
}
.bank-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	padding: 10px 15px;
	border-bottom: 1px solid #eee
}
.bank-box .img-wrap {
	display: block;
	width: 42px
}
.bank-box img {
	display: block;
	width: 100%;
	height: auto
}
.bank-info-wrap {
	padding: 10px 15px;
	position: relative
}
.bank-info-wrap .bank-info {
	color: #d9d9d9;
	display: block;
	font-size: 15px
}
.bank-info-wrap .bank-no {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 700
}
.bank-box .cls-btn {
	position: absolute;
	right: 15px
}
.bank-box .cls-btn span {
	background-image: url(../images/icon-bin.png);
	width: 27px;
	height: 30px;
	display: block;
	cursor: pointer
}
.bank-sel-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}
.bank-sel {
	position: relative;
	margin: 0 15px 0 0;
	width: 54px;
	padding: 5px 0 10px;
	font-size: 2.5vw;
	text-align: center
}
.bank-sel img {
	display: block;
	width: 90%;
	height: auto;
	margin: 5px auto
}
.bank-sel img {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.bank-sel.active img, .bank-sel:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%)
}
.bank-sel.active:after {
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 22px;
	right: 0;
	top: 40%;
	background-image: url(../images/icon-wallet-tick.png);
	-webkit-background-size: 20px 22px;
	-o-background-size: 20px 22px;
	background-size: 20px 22px
}
.btn-copy-wrap {
	padding: 10px 0
}
.btn-copy-wrap:first-child {
	padding: 20px 0 0
}
.btn-copy-wrap:last-child {
	padding: 15px 0 25px
}
.btn-copy {
	display: block;
	font-size: 12px;
	background: #fff;
	padding: 0 15px;
	height: 40px;
	font-weight: 700;
	line-height: 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #d4d4d4
}
.btn-copy .info {
	float: left;
	color: #1e90ad;
	padding: 0 50px 0 0;
	width: auto
}
.btn-copy .icon-copy {
	float: right;
	background-image: url(../images/icon-copy.png);
	display: block;
	width: 28px;
	height: 29px;
	margin: 5px 0 0;
	-webkit-background-size: 28px 29px;
	-o-background-size: 28px 29px;
	background-size: 28px 29px;
	background-color: transparent;
	border: none
}
.amount-sel {
	display: flex;
	padding: 10px 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
.amount-sel div {
	display: block;
	margin: 5px;
	border-radius: 5px;
	height: 40px;
	text-align: center;
	color: #000;
	background: #e1e1e1;
	line-height: 44px;
	cursor: pointer;
	width: 30%
}
.amount-sel div.active {
	background: #ffc107
}
.de-icon {
	width: 20px;
	margin: 0 5px
}
.de-icon img {
	display: block;
	width: 100%;
	height: auto
}
.btn-web {
	color: #1e90ad!important;
	margin: 0;
	display: block
}
.btn-web span {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 26px;
	vertical-align: middle
}
.btn-web img {
	display: block;
	height: auto;
	width: 100%
}
.dpsummary {
	border: 1px solid #9a9a9a;
	padding: 10px
}
.dpsummary .list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative
}
.dpsummary .list .icon-copy2 {
	-webkit-background-size: 13px 16px;
	-o-background-size: 13px 16px;
	background-size: 13px 16px;
	width: 13px;
	height: 16px;
	top: 0;
	right: 0;
	background-color: transparent
}
.dpsummary .label {
	font-size: 11px;
	text-align: right;
	width: 100px;
	padding: 0 5px 0 0
}
.dpsummary .info {
	width: 65%;
	font-size: 13px;
	font-weight: 700
}
.dpsummary .btn-wrap {
	display: flex;
	margin: 10px 0;
	justify-content: center;
	width: 100%;
	max-width: 315px
}
.dpsummary .btn-wrap a {
	-webkit-border-radius: 24px;
	border-radius: 24px;
	text-align: center;
	display: block;
	width: 45%;
	margin: 0 5px;
	font-size: 13px;
	line-height: 15px;
	padding: 2px 10px
}
.dpsummary .btn-wrap a span {
	display: block
}
.dpsummary .btn-wrap .btn1 {
	background: #ffc107;
	color: #000
}
.dpsummary .btn-wrap .btn2 {
	background: #2e0357;
	color: #fff
}
.dpsummary .btn-wrap .txt1 {
	font-size: 9px
}
@media(min-width:767px) {
.bank-sel {
	width: 100px;
	font-size: 14px
}
.bank-sel.active:after {
	bottom: 52px
}
}
.deposit-promo-box {
	display: flex;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
	justify-content: flex-start
}
.deposit-promo-box .img-wrap {
	width: 127px;
	background: #797373;
	border-radius: 10px
}
.deposit-promo-box .img-wrap img {
	display: block;
	width: 127px;
	height: auto;
	border-radius: 10px
}
.deposit-promo-box .info-wrap {
	padding: 0 0 0 10px;
	display: flex;
	align-items: center
}
.tr-content {
	padding: 0 15px
}
.rebatenav {
	list-style: none;
	padding: 0;
	margin: 0 0 28px
}
.rebatenav li {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	padding: 4px 16px;
	border-right: 1px solid #eee
}
.rebatenav li.active {
	color: #2f6b9b;
	font-weight: 700
}
.rebatenav:last-child {
	border-right: 1px solid #fff
}
.rebatetable {
	width: 100%;
	margin: 10px 0;
	font-size: 10px
}
.rebatetable th {
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #eee
}
.rebatetable td {
	padding: 5px;
	text-align: center;
	text-transform: capitalize
}
.rebatehead-wrap {
	border-bottom: 1px #eee solid;
	padding: 10px 0
}
.rebatehead-wrap .btn-wrap {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.rebatehead-wrap .btn-wrap a {
	width: 45%
}
.rebatehead {
}
.rebatehead .balance {
	float: left;
	color: #1e90ad;
	font-size: 26px
}
.rebatehead .btn-wrap {
	float: right
}
.rebatehead .btn-wrap .btn-green2 {
	display: inline-block;
	margin: 0 3px
}
.rebate-pergame {
	padding: 10px 0 20px;
	color: #616263;
	text-align: center
}
.rebate-pergame .info {
	font-weight: 700;
	font-size: 12px
}
.rebate-pergame .date {
	font-size: 18px
}
.rebox3-wrap {
	display: flex;
	padding: 15px;
	justify-content: flex-start;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}
.rebox3 {
	display: block;
	width: 30%
}
.rebox3 .brand {
	color: #616263;
	font-size: 12px
}
.rebox3 .balance {
	color: #1e90ad;
	font-size: 20px;
	padding: 3px 0 0
}
.tr-nav {
	margin: 0;
	border-bottom: 2px solid #eee
}
.tr-nav {
}
.tr-nav ul {
	display: flex;
	justify-content: space-around;
	padding: 0;
	margin: 0
}
.tr-nav li {
	display: block;
	width: 33%;
	text-align: center;
	padding: 10px 0
}
.tr-nav li a {
	position: relative;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	width: auto;
	font-weight: 700
}
.tr-nav span.notice {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 7px;
	right: -12px;
	line-height: 12px;
	background: red;
	color: #fff;
	text-align: center;
	font-size: 9px;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.tr-nav li.active a, .tr-nav li a:hover {
	border-bottom: 3px solid #fdc30a;
	background-color: #fff
}
.mail-header {
	display: flex;
	padding: 10px 15px;
	background: #ffe188;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.mail-header .title {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
.mail-header .title span {
	width: 15px;
	height: 15px;
	background: red;
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	margin: 3px;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.mail-header .btn-wrap {
}
.tr-mail-list {
}
.tr-grey {
	background: #fafafa;
	padding: 7px 15px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.tr-grey>div {
	display: flex;
	align-items: center
}
.tr-grey .btn-wrap {
}
.tr-grey .btn-wrap button {
	text-align: center;
	border: none;
	color: #fafafa;
	min-width: 104px;
	font-size: 11px;
	padding: 5px 20px;
	margin: 0 5px 0 0;
	display: inline-block;
	background: #3470b4;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.tr-grey .trash-wrap {
	display: table-cell;
	font-size: 11px;
	vertical-align: middle
}
.tr-grey .trash-wrap .icon-trash {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	background-image: url(../images/icon-trash.png);
	-webkit-background-size: 24px;
	-o-background-size: 16px;
	background-size: 16px
}
.table-mail {
	width: 100%;
	font-size: 12px
}
.table-mail tr {
	cursor: pointer;
	border-bottom: 1px solid #eee;
	padding: 15px 15px 10px
}
.table-mail tr:hover {
	-webkit-box-shadow: 2px 2px 15px rgba(13,83,156,.05), -2px 2px 15px rgba(13,83,156,.05), 2px -2px 15px rgba(13,83,156,.05), -2px -2px 15px rgba(13,83,156,.05);
	box-shadow: 2px 2px 15px rgba(13,83,156,.05), -2px 2px 15px rgba(13,83,156,.05), 2px -2px 15px rgba(13,83,156,.05), -2px -2px 15px rgba(13,83,156,.05)
}
.table-mail tr:after {
	content: "";
	display: block;
	clear: both
}
.table-mail th, .table-mail td {
	padding: 5px
}
.table-mail td {
	vertical-align: top
}
.table-mail td.function {
	width: 22px;
	padding: 2px;
	float: left
}
.table-mail td.function .check {
	margin: 3px 0;
	display: block
}
.table-mail td.content {
	width: auto;
	float: left
}
.table-mail td.date {
	text-align: right;
	width: auto;
	font-size: 10px;
	float: right
}
.mail-mark, .mail-trash {
	width: 12px;
	height: 15px;
	-webkit-background-size: 12px 15px;
	-o-background-size: 12px 15px;
	background-size: 12px 15px;
	display: inline-block;
	margin: 0 2px;
	cursor: pointer
}
.mail-mark {
	background-image: url(../images/mail-mark.png)
}
.mail-trash {
	background-image: url(../images/icon-bin.png)
}
.mail-speaker {
	display: block;
	width: 13px;
	height: 10px;
	background: url(../images/icon-wallet-speaker.png);
	-webkit-background-size: 12px 10px;
	-o-background-size: 12px 10px;
	background-size: 13px 10px
}
.mail-title {
	display: block;
	color: #000;
	font-size: 12px
}
.mail-title span.success {
	color: #3470b4
}
.mail-title span.fail {
	color: red
}
.mail-content {
	display: block;
	color: #b2b2b2;
	font-size: 11px
}
.mewrap {
	padding: 15px
}
.mewrap h3 {
	color: #2e0257;
	font-size: 23px
}
.mewrap h4 {
	color: #2e0257;
	font-size: 20px
}
.contact-form {
}
.contact-form>div {
	width: 100%;
	padding: 10px 10px 10px 0
}
.contact-form label {
	display: block
}
.contact-form input {
	padding: 5px 10px;
	border-radius: 5px;
	border: none;
	width: 100%;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	box-shadow: 0 2px 5px rgba(0,0,0,.25)
}
.contact-form textarea {
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	border: none;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	box-shadow: 0 2px 5px rgba(0,0,0,.25)
}
.contact-form button {
	border: none;
	color: ##000;
	padding: 5px 20px;
	text-align: center;
	background: #ffc107;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	box-shadow: 0 2px 5px rgba(0,0,0,.25)
}
.contact-method {
	padding: 15px 0 0
}
.cm-list {
	color: #2f6b9b;
	font-size: 16px;
	padding: 0 0 15px
}
.cm-list span {
	color: #505253;
	font-size: 13px
}
.cm-qrimg {
	width: 198px;
	height: 198px;
	display: block
}
.cm-qrimg img {
	width: 100%;
	height: auto;
	display: block
}
.dl-box-wrap {
}
.dl-box-wrap>div {
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap
}
.dl-box {
	width: auto;
	display: block;
	margin: 2%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.4);
	box-shadow: 0 2px 10px rgba(0,0,0,.4)
}
.dl-box span.ios {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 10px;
	left: 5px;
	background-image: url(../images/icon-ios.png);
	-webkit-background-size: 18px;
	-o-background-size: 18px;
	background-size: 18px
}
.dl-box span.android {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 10px;
	left: 5px;
	background-image: url(../images/icon-android.png);
	-webkit-background-size: 18px 18px;
	-o-background-size: 18px 18px;
	background-size: 18px 18px
}
.dl-box img {
	width: 100%;
	height: auto;
	display: block
}
.redeemhead1 {
	padding: 15px;
	display: flex;
	position: relative;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.redeemhead1.grey {
	background: #fafafa
}
.redeempoints {
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center
}
.redeempoints .title {
	display: block;
	font-size: 10px;
	padding: 0 10px 0 0
}
.redeempoints .points {
	color: #1e90ad;
	display: block;
	font-size: 35px
}
.redeemhead1 .btn-wrap {
}
.redeemtable {
	width: 100%;
	font-size: 3vw
}
@media(min-width:767px) {
.redeemtable, .rebatetable {
	font-size: 12px
}
}
.redeemtable th {
	text-align: center;
	padding: 10px;
	color: #9e9e9e;
	background: #fafafa
}
.redeemtable td {
	text-align: center;
	color: #525252;
	padding: 5px
}
.redeemtable.detail th, .redeemtable.detail td {
	text-align: left;
	padding: 10px;
	vertical-align: top
}
.redeemtable.detail th:first-child, .redeemtable.detail td:first-child {
	padding: 10px 10px 10px 70px
}
.redeemtable.detail th:last-child, .redeemtable.detail td:last-child {
	padding: 10px 70px 10px 10px
}
.redeemtable.detail tr:not(:first-child) {
	border-bottom: 1px solid #eee
}
.redeemtable.detail .edit {
	color: #1e90ad!important
}
span.red {
	color: red
}
span.green {
	color: #1e90ad
}
.default-link {
	font-size: 11px;
	color: #1e90ad!important;
	position: absolute;
	right: 70px;
	top: 17px
}
.radiodot {
	width: 18px;
	height: 18px;
	display: block;
	background: #9a9a9a;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #9a9a9a;
	cursor: pointer
}
.active .radiodot {
	background: #fff;
	border: 2px solid #1e90ad
}
.redeemdetail {
	width: 100%;
	font-size: 13px
}
.redeemdetail tbody {
	width: 100%
}
.redeemdetail .detail {
}
.redeemdetail .detail .name {
	font-size: 15px;
	font-weight: 700
}
.redeemdetail .detail .add {
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
.redeemdetail .detail .default {
	padding: 8px 0 0
}
.redeemdetail .detail .default.off {
	display: none
}
.redeemdetail .active .detail .default.off {
	display: block
}
.redeemdetail .detail .add span {
	display: inline-block
}
.redeemdetail .detail .add .icon {
	padding: 0 3px 0 0
}
.redeemdetail tr {
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.redeemdetail td:last-child {
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
footer {
	display: flex;
	width: 100%;
	max-width: 1024px;
	padding: 0;
	height: auto;
	bottom: 0;
	position: fixed;
	z-index: 99;
	justify-content: center;
	background: #fff
}
.footer-nav {
	height: auto;
	width: 100%;
	color: #b2bcc7;
	background: #fff;
	-webkit-box-shadow: 0 -6px 25px rgba(58,106,185,.2);
	box-shadow: 0 -6px 25px rgba(58,106,185,.2)
}
.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
.footer-nav li {
	width: 25%
}
.footer-nav a {
	font-size: 10px;
	font-weight: 700;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 52px;
	background: #fff
}
.footer-nav .img-wrap {
	width: 32%;
	position: relative;
	overflow: hidden
}
.footer-nav .img-wrap:before {
	content: "";
	padding-top: 100%;
	display: block
}
.footer-nav a .img-wrap img {
	position: absolute;
	width: 100%;
	top: 0;
	height: auto
}
.footer-nav a:hover .img-wrap img, .footer-nav a.active .img-wrap img {
	bottom: 0;
	top: auto
}
.footer-nav a.active, .footer-nav a:hover {
	color: #2e0357
}
.footer-nav a img {
	width: 40%
}
@media(min-width:767px) {
.footer-nav .img-wrap {
	width: 25%
}
.footer-nav a {
	padding: 5px;
	font-size: 12px;
	height: auto
}
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	width: 100%;
	max-width: auto
}
.overflow-wrap {
	overflow: auto;
	height: 100%
}
.height-100 {
	height: 100vh
}
.withdrawcon-wrap {
	display: flex;
	margin: 15px 0;
	height: 150px;
	justify-content: space-around
}
.withdrawcon-wrap .arrow {
	width: 47px;
	margin: 18px 0
}
.withdrawbox {
	text-align: center
}
.withdrawbox .round {
	width: 80px;
	height: 80px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #ddd;
	overflow: hidden;
	border-radius: 50%
}
.withdrawbox .round img {
	filter: grayscale(100%);
	opacity: .5
}
.withdrawbox .round.active {
	border: 2px solid #2e0257
}
.withdrawbox .round.active img {
	filter: grayscale(0);
	opacity: 1
}
.withdrawbox .title {
	padding: 10px 0 5px;
	font-size: 13px
}
.withdrawbox .amount, .withdrawbox .info {
	font-size: 20px
}
.withdrawbox .amount:before {
	content: "MYR";
	display: inline-block;
	padding: 0 5px 0 0;
	font-size: 12px
}
.withdrawbox .amount span {
	font-size: 12px;
	padding: 0 5px 0 0
}
.with2-wrap {
	background: #fcfcfc;
	padding: 10px
}
.with2-box {
}
.with2-box {
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d9
}
.with2-box .img-wrap {
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	align-items: center;
	margin: 0 10px 0 0
}
.with2-box .img-wrap img {
	width: 100%;
	height: auto;
	display: block;
	filter: grayscale(100%)
}
.with2-box .info {
	float: left;
	display: block
}
.with2-box .info .title {
	color: #384248;
	font-size: 11px
}
.with2-box .info .amount {
	color: #2e0257
}
.with2-box .info .amount span {
}
.with2-box .right {
	float: right
}
.with2-box .right a {
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 40px
}
.with2-box .right a span {
	width: 20px;
	display: block;
	margin: 0 auto
}
.with2-box .right a span img {
	display: block;
	width: 100%;
	height: auto
}
.with2-box .right .arrow {
	display: block;
	background-image: url(../images/arrow-up.svg);
	width: 20px;
	height: 11px;
	-webkit-background-size: 20px 11px;
	-o-background-size: 20px 11px;
	background-size: 20px 11px;
	margin: 13px 0
}
.with2-box.collapsed .right .arrow {
	background-image: url(../images/arrow-down.svg)
}
.with2-wrap input, .with2-wrap select {
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 8px
}
.with3-box {
	border-bottom: 1px solid #ddd;
	padding: 10px 0
}
.with3-box .left {
	float: left;
	font-size: 14px
}
.with3-box .right {
	float: right
}
.with3-box .roundbox {
	width: 20px;
	height: 20px;
	display: block;
	color: #000;
	font-weight: 700;
	background: #ffc107;
	text-align: center;
	line-height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.walletpop {
}
.walletpop .modal-header {
	background: #53217c
}
.walletpop .modal-header .modal-title {
	color: #fff;
	display: inline-block
}
.walletpop .modal-body {
	min-height: 166px
}
.walletpop .btn-wrap {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 20px
}
.walletpop .btn-wrap a {
	padding: 7px;
	min-width: 136px;
	margin: 6px;
	text-align: center;
	-webkit-border-radius: 50px;
	border-radius: 50px
}
.walletpop .btn-wrap .btn1 {
	background: #fec02f;
	color: #000
}
.walletpop .btn-wrap .btn2 {
	background: #2e0956;
	color: #fff
}
.boxname .checkbox {
	width: 20px;
	height: 20px;
	display: block;
	justify-content: center;
	align-items: center;
	color: #000;
	font-weight: 700;
	background: #dedede;
	line-height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 21px 0
}
.boxname.active .checkbox {
	background: #ffc107
}
.boxname.active .checkbox:before {
	content: "\2713";
	display: block;
	text-align: center;
	font-size: 12px
}
.with3-box .info {
}
.with3-box .info span {
	display: block
}
.with3-box .info .bank-name {
}
.with3-box .info .user-name {
}
.with3-box .info .bank-account {
}
.withcollapse {
	background: #fff;
	position: relative;
	padding: 10px;
	border-radius: 10px;
	margin: 0 0 11px;
	height: 44px;
	overflow: hidden;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.1), -1px 2px 5px rgba(0,0,0,.1), 1px -2px 5px rgba(0,0,0,.1), -1px -2px 5px rgba(0,0,0,.1);
	box-shadow: 1px 2px 5px rgba(0,0,0,.1), -1px 2px 5px rgba(0,0,0,.1), 1px -2px 5px rgba(0,0,0,.1), -1px -2px 5px rgba(0,0,0,.1)
}
.withcollapse:after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	font-weight: 700;
	line-height: 44px;
	width: 44px;
	color: #000;
	text-align: center;
	content: "-";
	background: #ffc107
}
.withcollapse.collapsed:after {
	content: "+"
}
.withtable {
}
.withtable table {
	padding: 0 10px 15px;
	display: block;
	width: 100%
}
.withtable tbody {
	width: 100%;
	display: block
}
.withtable tr {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #c2c2c2
}
.withtable td {
	width: 65%;
	padding: 10px 0
}
.withtable td:fisrt-child {
}
.withtable td:last-child {
	width: 35%;
	text-align: right
}
.p-amount {
}
.p-amount:before {
	display: block;
	content: "MYR ";
	display: inline-block;
	font-size: 10px;
	padding: 0 5px 0 0
}
.keywrap {
	width: 320px;
	margin: auto;
	overflow: hidden;
	-webkit-border-radius: 20px;
	border-radius: 20px
}
.amount-text-wrap {
	background: #eeb50a;
	text-align: center;
	color: #2e0257;
	padding: 20px 0
}
.amount-text {
	font-size: 12px
}
.key-number {
	background: #240343
}
.amount-value {
	font-size: 40px
}
.num, .del {
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center
}
.num:hover, .del:hover {
	background: #6216af
}
.circle-num {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 20px auto;
	line-height: 40px
}
.o-header {
	margin: 0;
	padding: 0
}
.o-header-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #67b5d1
}
.o-header-nav__link {
	padding: 12px;
	color: #fff
}
.o-header-nav__link:hover {
	color: #fff;
	background-color: #3184a1
}
.o-header__title {
	margin: 24px;
	padding: 0;
	color: #818181;
	font-size: 28px;
	font-weight: 300;
	text-align: center
}
@media all and (min-width:480px) {
.o-header__title {
	margin: 36px;
	font-size: 42px
}
}
.o-main {
}
.o-sub-nav {
	margin: 0 0 24px;
	padding: 0
}
.o-sub-nav__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0
}
.o-sub-nav__item {
	margin: 0;
	padding: 4px
}
.o-sub-nav__link {
	display: block;
	margin: 0;
	padding: 4px 24px;
	border: solid 2px #67b5d1
}
.o-sub-nav__link:hover, .o-sub-nav__item.active .o-sub-nav__link {
	color: #fff;
	background-color: #67b5d1
}
@media all and (min-width:720px) {
.o-sub-nav {
	margin: 0 0 48px
}
}
.o-footer {
	padding: 12px 0;
	text-align: center
}
@media all and (min-width:480px) {
.o-footer {
	padding: 24px 0
}
}
@media all and (min-width:720px) {
.o-footer {
	padding: 48px 0
}
}
.c-menu {
	position: fixed;
	z-index: 200;
	background-color: #fff
}
.c-menu__items {
	list-style: none;
	margin: 0;
	padding: 0
}
.c-menu--slide-left, .c-menu--slide-right, .c-menu--push-left, .c-menu--push-right {
	width: 100%;
	height: 100%;
	overflow-y: scroll
}
@media all and (min-width:320px) {
.c-menu--slide-left, .c-menu--slide-right, .c-menu--push-left, .c-menu--push-right {
	width: 300px
}
}
.c-menu--slide-left .c-menu__item, .c-menu--slide-right .c-menu__item, .c-menu--push-left .c-menu__item, .c-menu--push-right .c-menu__item {
	display: block;
	text-align: center;
	border-top: solid 1px #b5dbe9;
	border-bottom: solid 1px #3184a1
}
.c-menu--slide-left .c-menu__item:first-child, .c-menu--slide-right .c-menu__item:first-child, .c-menu--push-left .c-menu__item:first-child, .c-menu--push-right .c-menu__item:first-child {
	border-top: none
}
.c-menu--slide-left .c-menu__item:last-child, .c-menu--slide-right .c-menu__item:last-child, .c-menu--push-left .c-menu__item:last-child, .c-menu--push-right .c-menu__item:last-child {
	border-bottom: none
}
.c-menu--slide-left .c-menu__link, .c-menu--slide-right .c-menu__link, .c-menu--push-left .c-menu__link, .c-menu--push-right .c-menu__link {
	display: block;
	padding: 12px 24px;
	color: #fff
}
.c-menu--slide-left .c-menu__close, .c-menu--slide-right .c-menu__close, .c-menu--push-left .c-menu__close, .c-menu--push-right .c-menu__close {
}
.c-menu--slide-left, .c-menu--push-left {
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
@media all and (min-width:320px) {
.c-menu--slide-left, .c-menu--push-left {
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px)
}
}
.c-menu--slide-left.is-active, .c-menu--push-left.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.c-menu--slide-right, .c-menu--push-right {
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
@media all and (min-width:320px) {
.c-menu--slide-right, .c-menu--push-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
}
.c-menu--slide-right.is-active, .c-menu--push-right.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.c-menu--slide-top, .c-menu--slide-bottom, .c-menu--push-top, .c-menu--push-bottom {
	vertical-align: middle;
	width: 100%;
	height: 60px;
	text-align: center;
	overflow-x: scroll
}
.c-menu--slide-top .c-menu__items, .c-menu--slide-bottom .c-menu__items, .c-menu--push-top .c-menu__items, .c-menu--push-bottom .c-menu__items {
	display: inline-block;
	text-align: center
}
.c-menu--slide-top .c-menu__item, .c-menu--slide-bottom .c-menu__item, .c-menu--push-top .c-menu__item, .c-menu--push-bottom .c-menu__item {
	display: inline-block;
	line-height: 60px
}
.c-menu--slide-top .c-menu__link, .c-menu--slide-bottom .c-menu__link, .c-menu--push-top .c-menu__link, .c-menu--push-bottom .c-menu__link {
	display: block;
	padding: 0 4px;
	color: #fff
}
.c-menu--slide-top .c-menu__close, .c-menu--slide-bottom .c-menu__close, .c-menu--push-top .c-menu__close, .c-menu--push-bottom .c-menu__close {
	display: inline-block;
	margin-right: 12px;
	padding: 0 24px;
	height: 60px;
	line-height: 60px
}
.c-menu--slide-top, .c-menu--push-top {
	top: 0;
	left: 0;
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px)
}
.c-menu--slide-top.is-active, .c-menu--push-top.is-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.c-menu--slide-bottom, .c-menu--push-bottom {
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px)
}
.c-menu--slide-bottom.is-active, .c-menu--push-bottom.is-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.o-wrapper {
	height: 100vh
}
.o-wrapper.has-push-left {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
@media all and (min-width:320px) {
.o-wrapper.has-push-left {
	-webkit-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px)
}
}
.o-wrapper.has-push-right {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
@media all and (min-width:320px) {
.o-wrapper.has-push-right {
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px)
}
}
.o-wrapper.has-push-top {
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px)
}
.o-wrapper.has-push-bottom {
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px)
}
body.has-active-menu {
	overflow: hidden
}
.c-menu__close {
	color: #fff;
	background-color: #3184a1;
	font-size: 14px;
	border: none;
	box-shadow: none;
	border-radius: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}
.c-menu__close:focus {
	outline: none
}
.c-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
	transition: opacity .3s, width 0s .3s, height 0s .3s
}
.c-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: .7;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.c-buttons {
}
.c-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}
.c-button:focus {
	outline: none
}
.c-button:disabled {
	opacity: .3;
	cursor: not-allowed
}
#carbonads {
	position: fixed;
	bottom: 12px;
	right: 12px;
	z-index: 1000;
	padding: 24px 12px 12px;
	width: 154px;
	background-color: #fff;
	line-height: 1.1;
	border: solid 1px #e7e7e7
}
.carbon-wrap {
	display: block;
	margin: 0 0 4px
}
.carbon-img {
	display: block;
	margin: 0 0 4px;
	padding: 0;
	width: 130px;
	height: 100px
}
.carbon-text {
	color: #818181;
	font-size: 12px
}
.carbon-poweredby {
	font-size: 10px;
	font-style: italic
}
.carbonad__close {
	display: block;
	position: absolute;
	top: 0;
	left: 12px;
	height: 24px;
	font-size: 11px;
	line-height: 24px
}
@media all and (max-width:660px) {
#carbonads {
	display: none
}
}
.sidepush-header {
	background-image:url(../images/sidepush-header1.jpg);
	width: 280px;
	height: 184px;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: 280px 184px;
	-o-background-size: 280px 184px;
	background-size: 280px 184px
}
.sidepush-header .profile {
	color: #244673;
	text-align: center;
	padding: 39px 0 10px
}
.sidepush-header .profile div:nth-child(2) {
	font-size: 11px
}
.sidepush-header .btn-wrap {
	padding: 30px 0 10px
}
.sidepush-header .btn-wrap a {
	display: block;
	width: 120px;
	margin: 0 auto;
	padding: 5px 0
}
.slide-profile .profile.right>div {
	font-size: 12px
}
.slide-profile .profile.right .balance {
	font-size: 40px;
	line-height: 40px
}
.slide-profile .btn-wrap {
}
.slide-profile.right .btn-wrap {
	display: flex;
	padding: 10px 0;
	-webkit-justify-content: space-around;
	justify-content: space-around
}
.slide-profile.right .btn-wrap div {
	width: 45%
}
.sidepush-header2 {
	background-image: url(../images/sidepush-header2.jpg);
	width: 280px;
	height: 162px;
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: 280px 162px;
	-o-background-size: 280px 162px;
	background-size: 280px 162px
}
.sidepush-header2 .profile {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #000;
	font-size: 14px;
	padding: 44px 0 0
}
.sidepush-header2 .profile .balance {
	font-size: 40px
}
.wallet-table {
	padding: 0 15px;
	font-size: 12px
}
.wallet-table tr {
}
.wallet-table tr:last-child {
	border-top: 1px solid #b4b9bd
}
.wallet-table tr:first-child {
	border-bottom: 1px solid #b4b9bd;
	font-weight: 700
}
.wallet-table th {
	border-bottom: 1px solid #b4b9bd
}
.wallet-table td {
}
.wallet-table td:first-child, .wallet-table td:first-child {
	text-align: left;
	width: 169px;
	padding: 5px 0
}
.wallet-table td:last-child, .wallet-table td:last-child {
	text-align: right;
	width: 100px;
	padding: 5px 0
}
.btn-swhite {
	background-image: url(../images/btn-white.png);
	-webkit-background-size: 120px 37px;
	-o-background-size: 120px 37px;
	background-size: 120px 37px;
	width: 120px;
	height: 37px;
	display: block;
	text-align: center
}
.btn-sgold {
	padding: 10px 0;
	background-image: url(../images/btn-login.png);
	-webkit-background-size: 156px 50px;
	-o-background-size: 156px 50px;
	background-size: 156px 50px;
	width: 156px;
	height: 50px;
	display: block;
	text-align: center
}
.c-menu--slide-right .btn-wrap {
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding: 12px 0
}
.c-menu--slide-right .btn-wrap a {
	width: 120px;
	font-size: 13px;
	margin: 0 10px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
.c-menu--slide-right .btn-wrap a span {
	width: 25px;
	margin: 0 5px 0 0
}
.c-menu--slide-right .btn-wrap a img {
	width: 100%;
	height: auto;
	display: block
}
.c-menu--slide-right .btn-wrap2 {
	width: 55%;
	display: block;
	font-size: 12px;
	margin: 0 auto
}
.c-menu--slide-right .btn-wrap2 a {
	margin: 0 auto;
	width: 100%;
	display: block;
	padding: 10px
}
.siderebate-wrap {
	text-align: center;
	color: #2e567a;
	padding: 20px 0
}
.siderebate-wrap .line {
	background: #2e567a;
	width: 80%;
	display: block;
	margin: 11px auto;
	height: 1px
}
.btn-blue, .btn-white {
	-webkit-box-shadow: 2px 0 5px rgba(0,0,0,.2);
	box-shadow: 2px 0 5px rgba(0,0,0,.2)
}
.btn-blue span, .btn-white span {
	width: 15px;
	margin: 0 5px
}
.btn-blue img, .btn-white img {
	width: 100%;
	height: auto;
	display: block
}
.btn-blue {
	background: #1472d2;
	color: #fff!important;
	width: 200px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 20px;
	border-radius: 20px
}
.slide-profile .btn-wrap .btn-blue, .slide-profile .btn-wrap .btn-white {
	width: 120px;
	padding: 5px;
	font-size: 11px
}
.slide-profile.right .btn-wrap .btn-blue, .slide-profile.right .btn-wrap .btn-white {
	width: 100px
}
.slide-btm {
	padding: 10px 0
}
.slide-btm .csimg {
	padding: 10px 0
}
.slide-btm .csimg img {
	margin: 0 auto;
	display: block
}
.slide-btm .csimg span {
	display: block;
	text-align: center;
	color: #505253;
	font-size: 12px
}
.slide-btm a {
	margin: 5px auto;
	display: block
}
.slide-btm2 {
	display: flex;
	padding: 30px 5px;
	justify-content: space-around
}
.slide-btm2 a {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 124px;
	font-size: 11px
}
.slide-btm2 a span {
	width: 23px;
	display: block;
	margin: 0 5px
}
.sidepush-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 0 20px
}
.sidepush-nav .slide-list {
	display: flex;
	font-size: 13px;
	-webkit-align-items: center;
	align-items: center;
	color: #195e81;
	font-weight: 700;
	padding: 10px 5px;
	border-bottom: 1px solid #eee;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.sidepush-nav .slide-list .icon {
	width: 17px;
	height: 17px;
	display: block
}
.sidepush-nav .slide-list .icon img {
	width: 100%;
	height: auto;
	display: block
}
.sidepush-nav .slide-list .lang {
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}
.sidepush-nav .slide-list .lang span {
	width: 15px;
	height: 15px;
	display: block;
	margin: 0 0 0 5px
}
.sidepush-nav .slide-list .lang span img {
	width: 100%;
	height: auto;
	display: block
}
.slide-btm {
}
.slide-wallet {
	display: flex;
	padding: 10px 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
.wallet-box {
	width: 30%;
	text-align: center;
	display: block;
	color: #284c6e;
	margin: 20px 1%
}
.wallet-box .brand {
	font-size: 12px
}
.wallet-box .amount {
	font-size: 15px;
	padding-top: 7px
}
.c-menu {
}
.c-menu.promo-content {
	padding: 0
}
.carbon-poweredby, em, i {
	font-style: italic
}
.c-button, .c-menu__close {
	-moz-appearance: none;
	appearance: none;
	border-radius: none;
	-webkit-appearance: none;
	font-size: 14px;
	box-shadow: none
}
.c-button:focus, .c-menu__close:focus {
	outline: 0
}
#carbonads, .c-mask, .c-menu {
	position: fixed
}
.o-wrapper {
	transition: transform .3s
}
.c-menu, .o-wrapper {
	-webkit-transition: -webkit-transform .3s
}
.o-container {
	margin: 0 auto;
	padding: 0 12px;
	max-width: 960px
}
.c-menu {
	z-index: 200;
transition:transform .3s background-color:#fff;
	background-image: url(../images/sidepush-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-background-size: 280px 187px;
	-o-background-size: 280px 187px;
	background-size: 280px 187px
}
.c-menu.promo-content {
	background: #fff
}
.c-menu__items {
	list-style: none;
	margin: 0;
	padding: 0
}
.c-menu--push-left, .c-menu--push-right, .c-menu--slide-left, .c-menu--slide-right {
	width: 100%;
	height: 100%;
	overflow-y: scroll
}
@media all and (min-width:320px) {
.c-menu--push-left, .c-menu--push-right, .c-menu--slide-left, .c-menu--slide-right {
	width: 280px
}
.c-menu--push-right.promo-content {
	width: 100%
}
}
.c-menu--push-left .c-menu__item, .c-menu--push-right .c-menu__item, .c-menu--slide-left .c-menu__item, .c-menu--slide-right .c-menu__item {
	display: block;
	text-align: left
}
.c-menu--push-left .c-menu__item:first-child, .c-menu--push-right .c-menu__item:first-child, .c-menu--slide-left .c-menu__item:first-child, .c-menu--slide-right .c-menu__item:first-child {
	border-top: none
}
.c-menu--push-left .c-menu__item:last-child, .c-menu--push-right .c-menu__item:last-child, .c-menu--slide-left .c-menu__item:last-child, .c-menu--slide-right .c-menu__item:last-child {
	border-bottom: none
}
.c-menu--push-left .c-menu__link, .c-menu--push-right .c-menu__link, .c-menu--slide-left .c-menu__link, .c-menu--slide-right .c-menu__link {
	display: block;
	padding: 12px 24px;
	color: #9e9e9e
}
.c-menu--push-left .c-menu__item.active .c-menu__link, .c-menu--push-right .c-menu__item.active .c-menu__link, .c-menu--slide-left .c-menu__item.active .c-menu__link, .c-menu--slide-right .c-menu__item.active .c-menu__link {
	background: #e3cb00;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.c-menu--push-left .c-menu__close, .c-menu--push-right .c-menu__close, .c-menu--slide-left .c-menu__close, .c-menu--slide-right .c-menu__close {
}
.c-menu--push-left, .c-menu--slide-left {
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
@media all and (min-width:320px) {
.c-menu--push-left, .c-menu--slide-left {
	-webkit-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	transform: translateX(-280px)
}
}
.c-menu--push-left.is-active, .c-menu--slide-left.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.c-menu--push-right, .c-menu--slide-right {
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
@media all and (min-width:320px) {
.c-menu--push-right, .c-menu--slide-right {
	-webkit-transform: translateX(280px);
	-ms-transform: translateX(280px);
	transform: translateX(280px)
}
.c-menu--push-right.promo-content {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
}
.c-menu--push-right.is-active, .c-menu--slide-right.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.c-menu--push-bottom, .c-menu--push-top, .c-menu--slide-bottom, .c-menu--slide-top {
	vertical-align: middle;
	width: 100%;
	height: 60px;
	text-align: center;
	overflow-x: scroll
}
.c-mask, body.has-active-menu {
	overflow: hidden
}
.c-menu__item.active {
	background-color: #000
}
.c-menu--push-bottom .c-menu__items, .c-menu--push-top .c-menu__items, .c-menu--slide-bottom .c-menu__items, .c-menu--slide-top .c-menu__items {
	display: inline-block;
	text-align: center
}
.c-menu--push-bottom .c-menu__item, .c-menu--push-top .c-menu__item, .c-menu--slide-bottom .c-menu__item, .c-menu--slide-top .c-menu__item {
	display: inline-block;
	line-height: 60px
}
.c-menu--push-bottom .c-menu__link, .c-menu--push-top .c-menu__link, .c-menu--slide-bottom .c-menu__link, .c-menu--slide-top .c-menu__link {
	display: block;
	padding: 0 4px;
	color: #fff
}
.c-menu--push-bottom .c-menu__close, .c-menu--push-top .c-menu__close, .c-menu--slide-bottom .c-menu__close, .c-menu--slide-top .c-menu__close {
	display: inline-block;
	margin-right: 12px;
	padding: 0 24px;
	height: 60px;
	line-height: 60px
}
.c-menu--push-top, .c-menu--slide-top {
	top: 0;
	left: 0;
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px)
}
.c-menu--push-top.is-active, .c-menu--slide-top.is-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.c-menu--push-bottom, .c-menu--slide-bottom {
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px)
}
.c-menu--push-bottom.is-active, .c-menu--slide-bottom.is-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.o-wrapper.has-push-left {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
@media all and (min-width:320px) {
.o-wrapper.has-push-left {
	-webkit-transform: translateX(200px);
	-ms-transform: translateX(200px);
	transform: translateX(200px)
}
}
.o-wrapper.has-push-right {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
@media all and (min-width:320px) {
.o-wrapper.has-push-right {
	-webkit-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	transform: translateX(-200px)
}
}
.o-wrapper.has-push-top {
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px)
}
.o-wrapper.has-push-bottom {
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px)
}
.c-menu__close {
	color: #fff;
	top: 0;
	right: 0;
	width: 30px;
	padding: 10px;
	position: absolute;
	background-color: transparent;
	border: none;
	cursor: pointer
}
.c-mask {
	z-index: 100;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
	transition: opacity .3s, width 0s .3s, height 0s .3s
}
.c-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: .7;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.form-error {
	color: red;
	font-size: 12px;
	position: relative;
	display: flex
}
.errwallet {
	padding-bottom: unset;
	margin: -35px 5px -25px
}
.general_err {
	color: red;
	font-size: 13px;
	margin: 13px auto;
	font-weight: 700
}
.general_err label {
	color: red;
	vertical-align: top
}
label.error, .red {
	color: red;
	font-weight: 400;
	padding-left: 2px;
	width: 100%!important;
	margin-bottom: -10px;
	text-align: left!important
}
.proferr {
	top: -20px;
	margin-bottom: 5px
}
.txtupper {
	text-transform: uppercase
}
.slot-wrap {
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.slot-header {
}
.slot-product {
	width: 50%;
	margin: 10px auto
}
.slot-product .slot-nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	color: #000;
	border-radius: 40px;
	width: 150px;
	height: 56px;
	padding: 0 12px;
	margin: 5px auto;
	-webkit-box-shadow: 2px 2px 5px rgba(13,83,156,.2), -2px 2px 5px rgba(13,83,156,.2), 2px -2px 5px rgba(13,83,156,.2), -2px -2px 5px rgba(13,83,156,.2);
	box-shadow: 2px 2px 5px rgba(13,83,156,.2), -2px 2px 5px rgba(13,83,156,.2), 2px -2px 5px rgba(13,83,156,.2), -2px -2px 5px rgba(13,83,156,.2)
}
.slot-nav-wrap {
	padding: 20px 0;
	margin: 26px 0
}
.slot-nav {
	float: left
}
.slot-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}
.slot-nav li {
	color: #000;
	display: inline-block;
	margin: 0 40px 0 0;
	font-weight: 600;
	font-style: italic;
	cursor: pointer
}
.slot-nav li.active {
	color: #2368c4
}
.slot-nav li img {
	margin: 0 5px
}
.slot-search {
	float: right
}
.search-container {
	border: 1px solid #c3c3c3;
	height: 44px;
	width: 240px
}
.search-container input[type=text] {
	padding: 11px 12px;
	font-size: 12px;
	float: left;
	width: 160px;
	border: none;
	background: 0 0;
	color: #000
}
.search-container .img-wrapper {
	float: right;
	margin-top: 0;
	background: #fff;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	border: none;
	cursor: pointer;
	width: 38px;
	padding: 11px
}
.search-container button:hover {
	filter: brightness(.9)
}
.slot-box-wrap {
	float: left;
	padding: 5px 3px
}
.slot-box {
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(13,83,156,.2);
	box-shadow: 0 5px 10px rgba(13,83,156,.2)
}
.slot-box .games-wrap {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top
}
.slot-box .games-wrap img {
	display: block;
	margin: 0 auto
}
.games-wrap .maps {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	top: 0;
	z-index: 80;
	opacity: 0;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.games-wrap:hover .maps {
	opacity: 1
}
.games-wrap .maps .btn-wrap {
	padding: 27px 0 20px
}
.games-wrap .maps .btn-wrap a {
	display: block;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;
	width: 100px;
	padding: 5px;
	border-radius: 24px
}
.games-wrap .maps .btn-wrap a.btn1 {
	color: #fff;
	background: #45d2ec;
	background: -moz-linear-gradient(left, #45d2ec 0%, #3999e6 100%);
	background: -webkit-linear-gradient(left, #45d2ec 0%, #3999e6 100%);
	background: linear-gradient(to right, #45d2ec 0%, #3999e6 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#45d2ec', endColorstr='#3999e6', GradientType=1 )
}
.games-wrap .maps .btn-wrap a.btn2 {
	color: #000;
	background: #fff
}
.slot-box-info {
	color: #000;
	overflow: hidden;
	height: 45px;
	background: #fff;
	padding: 0 10px;
	vertical-align: middle;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 12px;
	display: flex;
	justify-content: center;
	align-items: center
}
.slot-box-info span.name {
	width: 100%;
	vertical-align: middle
}
.slot-box-info span.fav {
	position: absolute;
	cursor: pointer;
	width: 23px;
	height: 20px;
	bottom: 12px;
	right: 8px;
	background-image: url(../images/icon-fav-b.png);
	-webkit-background-size: 23px 20px;
	-o-background-size: 23px 20px;
	background-size: 23px 20px
}
.slot-box-info span.fav:hover, .slot-box-info span.fav.active {
	background-image: url(../images/icon-fav-r.png)
}
#JK img {
	width: 110px
}
#scr-game-wrap {
	margin-top: -10px
}
.amount-sel input[type=radio] {
	opacity: 0;
	position: fixed;
	width: 0
}
.amount-sel label {
	font-weight: unset
}
input[type=checkbox], input[type=radio] {
	width: unset
}
.app-userpass-wrap {
	background-color: #eee;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 1rem
}
.app-userpass-box {
	display: flex;
	margin-bottom: 10px
}
.app-userpass-box:last-child {
	margin-bottom: 0
}
.app-userpass-item {
	width: 33.3333%
}
.app-userpass-item:nth-child(2) {
	width: 66.6666%
}
.app-userpass-item input {
	width: 100%
}
#mega888-game-wrap {
	margin-top: -10px
}
.bg4d {
	background: #eff5fd
}
.lottery-btn {
	width: 100%;
	float: left
}
.lottery-btn ul {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	list-style: none
}
.lottery-btn ul li:first-child {
	width: 30%;
	margin-top: 12px;
	margin-right: 1%
}
.lottery-btn ul li:nth-child(2) {
	width: 38%;
	margin-right: 1%
}
.lottery-btn ul li:nth-child(3) {
	width: 30%;
	margin-top: 12px;
	margin-right: 0%
}
.lottery-btn ul li {
	float: left;
	padding: 10px;
	text-align: center;
	cursor: pointer
}
.lottery-btn ul li img {
	width: 100%
}
.content-padding {
	padding: 20px 0
}
.dodo-wrap {
	padding: 50px 0 10px;
	margin: 0 auto;
	display: block;
	width: 850px
}
.wrapper {
	width: 100%;
	padding: 0;
	height: 100%;
	padding-bottom: 30px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.lotterycontent-wrap {
	background: #efedfb;
	position: relative;
	padding: 0 0 40px
}
.bet-wrap {
	width: auto;
	height: 283px;
	display: block;
	margin: 0 auto
}
.bet-result-wrap {
	padding: 0 33px
}
.bet-result {
	float: left;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-top: 35px
}
.dodoheader {
	height: 44px;
	padding: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	vertical-align: middle;
	padding: 0 10px
}
.dodoheader .dohleft {
	float: left;
	width: 54%
}
.dodoheader .dohright {
	float: left;
	font-size: 12px;
	width: 46%;
	padding-top: 3px;
	text-align: left;
	color: #fff;
	line-height: 18px
}
.dodocontent {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	vertical-align: middle;
	background: #fff;
	height: auto
}
.dodocontent ul li {
	list-style-type: none
}
.dodoprize {
	width: 95%;
	color: #000;
	margin: 0 auto;
	padding: 0 0 1px
}
.dodoprizelist {
	height: auto;
	padding: 10px 15px 0
}
.dodoprizelist ul:after {
	display: block;
	content: "";
	clear: both
}
.dodoprizelist ul li {
	margin: 1px 0;
	float: left
}
.prizebold {
	font-size: 14px;
	font-weight: 700;
	width: 45%;
	text-align: left
}
.prizebox {
	font-size: 16px;
	border: 1px solid;
	width: 45%;
	font-weight: 700;
	text-align: center
}
.dodotable {
	background-color: #a4a4a4;
	margin: 5px auto
}
.dodotable .dodotitle {
	font-size: 13px;
	padding: 2px;
	font-weight: 700;
	text-align: center
}
.dodonumber {
	padding: 0
}
.dodonumber ul {
	list-style: none;
	padding: 3px 4px;
	margin: 0
}
.dodonumber ul li {
	float: left;
	width: 33%;
	background: #fff;
	font-size: 13px;
	border: 1px solid #a4a4a4;
	font-weight: 700;
	text-align: center
}
.dodonumber:after {
	content: "";
	display: table;
	clear: both
}
#rulepayput {
	width: 80px;
	height: 80px;
	position: relative;
	background: #163051;
	background: -moz-linear-gradient(top, #163051 0%, #1b3a66 28%, #426f98 100%);
	background: -webkit-linear-gradient(top, #163051 0%, #1b3a66 28%, #426f98 100%);
	background: linear-gradient(to bottom, #163051 0%, #1b3a66 28%, #426f98 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#163051', endColorstr='#426f98', GradientType=0 );
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.3);
	box-shadow: 0 3px 8px rgba(0,0,0,.3);
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	line-height: 80px;
	text-align: center;
	font-weight: 600;
	font-size: 1.1rem
}
#betnowbtn {
	width: 110px;
	height: 110px;
	position: relative;
	background: #45d2ec;
	background: -moz-linear-gradient(left, #45d2ec 0%, #3999e6 100%);
	background: -webkit-linear-gradient(left, #45d2ec 0%, #3999e6 100%);
	background: linear-gradient(to right, #45d2ec 0%, #3999e6 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#45d2ec', endColorstr='#3999e6', GradientType=1 );
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.3);
	box-shadow: 0 3px 8px rgba(0,0,0,.3);
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	line-height: 110px;
	text-align: center;
	font-weight: 600;
	font-size: 1.5rem
}
#4dpayout .modal-content {
	color: #000
}
.ui-icon-closethick {
	margin: -8px
}
.help {
	font-size: 12px;
	padding-top: 15px
}
.logo-w {
	display: block;
	background: url(../images/logo.png);
	width: 170px;
	height: 190px;
	margin: 0 auto
}
.thumbnails a{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.thumbnails a img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.thumbnails a p.titlegames{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 0.9rem;
	padding: 5px 0;
	display: block;
}
.head-banner img{
	width: auto;
	height: 50px;
}
.box-more{
	width: 100%;
	height: auto;
	max-width: 70%;
	background: #ffffff;
	border:1px solid #e3e3e3;
	border-radius: 10px;
	-webkit-box-shadow: 0 .04rem .12rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .04rem .12rem 0 rgba(0, 0, 0, .1);
    overflow: auto;
    position: absolute;
    right: 0;
    top: 4.05rem;
    z-index: 119;
	display: none;
}
.containpopup{
	padding: .2rem .1rem .1rem;
}
.item-more{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.item-more a{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.item-more a img{
	width: 100%;
	max-width: 30px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.item-more a p{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0.7rem;
	white-space: nowrap;
	margin: 0 auto;
	display: block;
}
.modal {
    position: fixed;
    top: 30% !important; 
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-title img{
	width: auto;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.close{
	position: absolute;
    right: 5px;
    top: 5px;
}
.title-search p{
	font-size: 1.0rem;
	color: #6d6d6d;
	text-align: center;
	margin: 0 auto;
	display: block;
}