

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	position: relative
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-bullet {
	margin: 0 2px;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px)
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
	z-index: 0
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: 70px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

.clearfix:before,
.clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}


/* general css */

html {
	height: 100%;
	font-size: 10px;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	background: #292d36;
	font-family: 'PingFangSC-Regular', Helvetica, '微软雅黑';
	font-size: 1.2rem;
	color: #818791;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:active,
a:visited {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

p {
	margin: 0;
}

table,
td {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

.center {
	text-align: center;
}

select option {
	color: #333 !important;
}

.oflow_hid {
	overflow: hidden;
}

.hidden-selectbox {
	height: 244px;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	box-shadow: 0px 5px 5px red;
	display: none;
}

.hidden-selectbox .header {
	position: relative;
	padding: 0 15px;
	background: #313743;
	height: 48px;
	line-height: 48px;
	font-size: 1.6rem;
}

.hidden-selectbox .header .closeselectbox {
	position: absolute;
	left: 15px;
}

.hidden-selectbox .header .confirmbtn {
	position: absolute;
	right: 15px;
}

.hidden-selectbox #selectboxwrapper {
	background: #1a1d25;
}

.hidden-selectbox #selectboxwrapper ul {
	height: 100%;
}

.hidden-selectbox #selectboxwrapper ul li {
	margin-bottom: 30px;
	font-size: 1.8rem;
}

.clearfix {
	clear: both;
}


/*首页APP下载*/

.index-super-banner {
	display: block;
	width: 100%;
	height: 70px;
	background-image: url(../images/home/bg.png);
	background-size: 100% 100%;
}

.index-super-banner .logo {
	display: inline-block;
	width: 13%;
	max-width: 51px;
	height: auto;
	position: relative;
	top: 10px;
	left: 15px;
	vertical-align: top;
}

.index-super-banner .text {
	display: inline-block;
	width: 36%;
	max-width: 148px;
	height: auto;
	position: relative;
	top: 15px;
	left: 28px;
	vertical-align: top;
}

.index-super-banner a.download {
	display: inline-block;
	width: 24%;
	max-width: 89px;
	height: 30px;
	background-image: url(../images/home/btn.png);
	background-size: 100% 100%;
	position: relative;
	top: 20px;
	left: 43px;
}

.index-super-banner .ico-close {
	width: 28px;
	height: 25px;
	background-image: url(../images/icons/close.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
}


/*buttons*/

.btn {
	display: inline-block;
	text-align: center;
}

.btn-lg {
	width: 100%;
}

.btn-ylw {
	height: 41px;
	line-height: 41px;
	border-radius: 7px;
	font-size: 1.6rem;
	color: #212229;
	background: #f2da0f;
	background: -webkit-linear-gradient(left, #f2da0f, #f7f952);
	background: -o-linear-gradient(left, #f2da0f, #f7f952);
	background: -moz-linear-gradient(left, #f2da0f, #f7f952);
	background: linear-gradient(left, #f2da0f, #f7f952);
}

.btn-ylw2 {
	height: 41px;
	line-height: 41px;
	border-radius: 300px;
	font-size: 1.6rem;
	color: #212229;
	background: #f2da0f;
	background: -webkit-linear-gradient(left, #f2da0f, #f7f952);
	background: -o-linear-gradient(left, #f2da0f, #f7f952);
	background: -moz-linear-gradient(left, #f2da0f, #f7f952);
	background: linear-gradient(left, #f2da0f, #f7f952);
}

.btn-blu {
	height: 41px;
	line-height: 41px;
	border-radius: 300px;
	font-size: 1.6rem;
	color: #fff;
	background: #157ef3;
	background: -webkit-linear-gradient(left, #157ef3, #4e9bf9);
	background: -o-linear-gradient(left, #157ef3, #4e9bf9);
	background: -moz-linear-gradient(left, #157ef3, #4e9bf9);
	background: linear-gradient(left, #157ef3, #4e9bf9);
}

.btn-blu2 {
	height: 41px;
	line-height: 41px;
	border-radius: 300px;
	font-size: 1.6rem;
	color: #fff;
	background: #1f89e9;
	box-shadow: 0 2px 5px #a8b7d6;
}

.btn-blu3 {
	height: 41px;
	line-height: 41px;
	border-radius: 7px;
	font-size: 1.4rem;
	color: #fff;
	background: #157ef3;
	background: -webkit-linear-gradient(left, #157ef3, #4e9bf9);
	background: -o-linear-gradient(left, #157ef3, #4e9bf9);
	background: -moz-linear-gradient(left, #157ef3, #4e9bf9);
	background: linear-gradient(left, #157ef3, #4e9bf9);
}

.btn-trans {
	height: 41px;
	line-height: 41px;
	border-radius: 300px;
	font-size: 1.6rem;
	color: #333333;
	background: transparent;
	box-shadow: 0 2px 5px #b3b4b5;
	border-top: 1px solid #b8b8b7;
}

.btn-gry {
	height: 41px;
	line-height: 41px;
	border-radius: 7px;
	font-size: 1.6rem;
	color: #212229;
	background: #cbcbcb;
}

a.sm_standard_dbtn {
	color: #fff;
	height: 23px;
	line-height: 23px;
	text-align: center;
	width: 87px;
	border-radius: 4px;
	background: url(../__static/__images/bg/btn_bluebg.png);
	background-size: 100% 100%;
	display: block;
}

a#loadMoreButton.sm_standard_dbtn {
	font-size: 1.5rem;
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 100%;
	border-radius: 4px;
	background: #2397ff;
	box-shadow: 0 5px 11px rgba(32, 52, 97, 0.58);
	display: block;
}


/*icon farm*/

.icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
}

.bank_icon1 {
	height: 24px;
	width: 24px;
	background-image: url(../__static/__images/swift_payment/bank_icons/sm_icon1.png);
}

.icon_logo_index {
	height: 30px;
	width: 84px;
	background-image: url(../images/home/logo.png);
	position: relative;
	top: -6px;
}

.icon_logo_index.xmas {
	background-image: url(../__static/__images/icons/index/xmas-logo.png);
}

.icon_ri {
	height: 30px;
	width: 84px;
	background-image: url(../__static/__images/lucky_pot/ri.png);
	position: relative;
}

.icon_stack {
	height: 21px;
	width: 21px;
	background-image: url(../__static/__images/lucky_pot/stack.png);
	position: relative;
}

.icon_closegold {
	height: 11px;
	width: 11px;
	background-image: url(../__static/__images/promotion/promotion22/prclose_gold.png);
	position: relative;
}

.icon_dollar_o {
	height: 16px;
	width: 26px;
	background-image: url(../__static/__images/lucky_pot/dollar.png);
	position: relative;
}

.icon01 {
	height: 21px;
	width: 20px;
	background-position: -1.53659px -129.58537px;
	background-size: 24.07317px 684.29268px;
	background-image: url('../__static/__images/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon02 {
	height: 21px;
	width: 20px;
	background-position: -1.25px -152px;
	background-size: 23.5px 668px;
	background-image: url('../__static/__images/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon03 {
	height: 21px;
	width: 20px;
	background-position: -1.53659px -182.34146px;
	background-size: 24.07317px 684.29268px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon04 {
	height: 15px;
	width: 15px;
	background-position: -4.65517px -209.22414px;
	background-size: 24.31034px 691.03448px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
	top: 5px;
	position: relative;
}

.icon05 {
	height: 10px;
	width: 10px;
	background-position: -7.77778px -245px;
	background-size: 26.11111px 742.22222px;
	background-image: url('../__static/__images/icon-s80e59e9276.png');
	background-repeat: no-repeat;
	position: relative;
	top: 1px;
}

.icon_home {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_home.png');
	background-repeat: no-repeat;
}

.icon_login {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_login.png');
	background-repeat: no-repeat;
}

.icon_sport {
	height: 30px;
	width: 30px;
	background-image:url("../images/home/nav/sport.png");
	background-repeat: no-repeat;
}

.icon_sport {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_sb.png');
	background-repeat: no-repeat;
}

.icon_casino {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_casino.png');
	background-repeat: no-repeat;
}

.icon_slot {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_slotgame.png');
	background-repeat: no-repeat;
}

.icon_number {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_lottery.png');
	background-repeat: no-repeat;
}

.icon_poker {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_poker.png');
	background-repeat: no-repeat;
}

.icon_forex {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_forex.png');
	background-repeat: no-repeat;
}

.icon_promo {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_promotion.png');
	background-repeat: no-repeat;
}

.icon_contactus {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_contactus.png');
	background-repeat: no-repeat;
}

.icon_languages {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_languages.png');
	background-repeat: no-repeat;
}

.icon_desktop {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_desktop.png');
	background-repeat: no-repeat;
}
.icon_casino {
	height: 30px;
	width: 30px;
	background-image:url("../images/home/nav/casino.png");
	background-repeat: no-repeat;
}
.icon_slot{
	height: 30px;
	width: 30px;
	background-image:url("../images/home/nav/ico_slot.png");
	background-repeat: no-repeat;
}
.icon_lottery {
	height: 30px;
	width: 30px;
	background-image:url("../images/home/nav/ico_lottery.png");
	background-repeat: no-repeat;
}
.icon_number {
	height: 30px;
	width: 30px;
	background-image:url("../images/home/nav/ico_number.png");
	background-repeat: no-repeat;
}
.icon_cockfight {
	height: 30px;
	width: 30px;
	background-image:url("../images/home/nav/ico_cockfight.png");
	background-repeat: no-repeat;
}
.icon_poker {
	height: 30px;
	width: 30px;
	background-image:url("../images/home/nav/ico_poker.png");
	background-repeat: no-repeat;
}
.icon_forex {
	height: 30px;
	width: 30px;
	background-image:url("../images/home/nav/ico_forex.png");
	background-repeat: no-repeat;
}
.icon_promotion {
	height: 30px;
	width: 30px;
	background-image:url("../images/home/nav/ico_promotion.png");
	background-repeat: no-repeat;
}
.icon_joker {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_joker.png');
	background-repeat: no-repeat;
}
.icon_sa {
	height: 30px;
	width: 30px;
	background-image: url('../images/icons/ico_sa.png');
	background-repeat: no-repeat;
}
.icon11 {
	height: 12px;
	width: 10px;
	background-position: -5.72px -393.12px;
	background-size: 24.44px 694.72px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon12 {
	height: 17px;
	width: 10px;
	background-position: -3px -440.5px;
	background-size: 23.5px 668px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon13 {
	height: 22px;
	width: 23px;
	background-position: -0.5px -479px;
	background-size: 23.5px 668px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon14 {
	height: 23px;
	width: 23px;
	background-position: 0px -394.5px;
	background-size: 23.5px 668px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon15 {
	height: 17px;
	width: 16px;
	background-image: url(../images/icons/usr.png);
}

.icon16 {
	height: 17px;
	width: 16px;
	background-image: url(../images/icons/usr.png);
}

.icon17 {
	height: 18px;
	width: 14px;
	background-image: url(../images/icons/lock.png);
}

.icon18 {
	height: 18px;
	width: 12px;
	background-image: url(../images/icons/phone.png);
}

.icon19 {
	height: 17px;
	width: 15px;
	background-image: url(../images/icons/secured.png);
}

.icon20 {
	height: 23px;
	width: 36px;
	margin-right: 14px;
	background-image: url(../images/icons/download/bordered_apple.png);
	position: relative;
	top: 6px;
}

.icon21 {
	height: 23px;
	width: 36px;
	margin-right: 14px;
	background-image: url(../images/icons/download/bordered_android.png);
	position: relative;
	top: 6px;
}

.icon20 {
	height: 23px;
	width: 36px;
	margin-right: 14px;
	background-image: url(../images/icons/download/bordered_apple.png);
	position: relative;
	top: 6px;
}

.icon21 {
	height: 23px;
	width: 36px;
	margin-right: 14px;
	background-image: url(../images/icons/download/bordered_android.png);
	position: relative;
	top: 6px;
}

.icon22 {
	height: 16px;
	width: 12px;
	margin-right: 14px;
	background-image: url(../images/icons/download/ios.png);
}

.icon23 {
	height: 16px;
	width: 12px;
	margin-right: 14px;
	background-image: url(../images/icons/download/android.png);
}

.icon24 {
	height: 12px;
	width: 15px;
	margin-right: 14px;
	background-image: url(../images/icons/heart_gray.png);
}

.icon25 {
	height: 15px;
	width: 17px;
	margin-right: 14px;
	background-image: url(../images/icons/heartg.png);
}

.icon26 {
	height: 15px;
	width: 17px;
	margin-right: 14px;
	background-image: url(../images/icons/heartg_active.png);
}

.icon27 {
	height: 13px;
	width: 13px;
	margin-right: 7px;
	background-image: url(../images/icons/search_icon.png);
}

.icon32_a {
	width: 35px;
	height: 35px;
	/* background-image: url(../__static/__images/member/ccard_active.png); */
	background-position: 0px 0.25px;
	background-size: 35px 311px;
	background-image: url('../images/icons/icon-s0b352ba31c.png');
	background-repeat: no-repeat;
}

.icon32 {
	width: 35px;
	height: 35px;
	/* background-image: url(../__static/__images/member/ccard_inactive.png); */
	background-image: url('../images/icons/icon-s0b352ba31c.png');
	background-repeat: no-repeat;
	background-position: 0px -39.25px;
	background-size: 35px 311px;
}

.icon33_a {
	width: 35px;
	height: 35px;
	/* background-image: url(../__static/__images/member/phone_active.png); */
	background-position: 0px -236.75px;
	background-size: 35px 311px;
	background-image: url('../images/icons/icon-s0b352ba31c.png');
	background-repeat: no-repeat;
}

.icon33 {
	width: 35px;
	height: 35px;
	/* background-image: url(../__static/__images/member/phone_inactive.png); */
	background-position: 0px -276.25px;
	background-size: 35px 311px;
	background-image: url('../images/icons/icon-s0b352ba31c.png');
	background-repeat: no-repeat;
}

.icon34 {
	width: 35px;
	height: 35px;
	/* background-image: url(../__static/__images/member/message_inactive.png); */
	background-position: 0px -197.25px;
	background-size: 35px 311px;
	background-image: url('../images/icons/icon-s0b352ba31c.png');
	background-repeat: no-repeat;
}

.icon34_a {
	width: 35px;
	height: 35px;
	/* background-image: url(../__static/__images/member/message_active.png); */
	background-position: 0px -157.75px;
	background-size: 35px 311px;
	background-image: url('../images/icons/icon-s0b352ba31c.png');
	background-repeat: no-repeat;
}

.icon35 {
	width: 35px;
	height: 35px;
	/* background-image: url(../__static/__images/member/creditcard_inactive.png); */
	background-position: 0px -118.25px;
	background-size: 35px 311px;
	background-image: url('../images/icons/icon-s0b352ba31c.png');
	background-repeat: no-repeat;
}

.icon35_a {
	width: 35px;
	height: 35px;
	/* background-image: url(../__static/__images/member/creditcard_active.png); */
	background-position: 0px -78.75px;
	background-size: 35px 311px;
	background-image: url('../images/icons/icon-s0b352ba31c.png');
	background-repeat: no-repeat;
}

.icon36 {
	width: 21px;
	height: 21px;
	/* background-image: url(../__static/__images/member/piggy_bank.png); */
	background-position: -0.97674px -538.43023px;
	background-size: 22.95349px 652.46512px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
	position: relative;
	bottom: -4px;
	margin-right: 15px;
}

.icon37 {
	height: 12px;
	width: 12px;
	/* background-image: url(../__static/__images/icons/icon_right.png); */
	background-position: -5.75px -462.5px;
	background-size: 23.5px 668px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon38 {
	width: 10px;
	height: 6px;
	background-image: url(../images/icons/ico_thickbot.png);
	margin-left: 5px;
}

.icon39 {
	width: 12px;
	height: 8px;
	background-image: url(../images/icons/ico_thicktop.png);
	margin-left: 5px;
}

.icon42 {
	width: 18px;
	height: 17px;
	/* background-image: url(../__static/__images/member/wallet.png); */
	background-position: -2.43243px -611.02703px;
	background-size: 22.86486px 649.94595px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon43 {
	width: 20px;
	height: 20px;
	/* background-image: url(../__static/__images/member/chips.png); */
	background-position: -1.5px -52px;
	background-size: 23.5px 668px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon44 {
	width: 23px;
	height: 24px;
	/* background-image: url(../__static/__images/member/playcards.png); */
	background-position: -1px -587.74468px;
	background-size: 24px 682.21277px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon45 {
	width: 21px;
	height: 20px;
	/* background-image: url(../__static/__images/member/board.png); */
	background-position: -1.5px 0px;
	background-size: 23.5px 668px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon46 {
	width: 21px;
	height: 21px;
	/* background-image: url(../__static/__images/member/warning.png); */
	background-position: -1.5px -651.5px;
	background-size: 23.5px 668px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon47 {
	width: 20px;
	height: 21px;
	/* background-image: url(../__static/__images/member/cog.png); */
	background-position: -1.5px -76.75px;
	background-size: 23.5px 668px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon48 {
	width: 20px;
	height: 21px;
	/* background-image: url(../__static/__images/member/message.png); */
	background-position: -2.10526px -530.52632px;
	background-size: 24.73684px 703.15789px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon49 {
	width: 21px;
	height: 21px;
	/* background-image: url(../__static/__images/member/power.png); */
	background-position: -1.5px -603.5px;
	background-size: 23.5px 668px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon52 {
	width: 20px;
	height: 21px;
	/* background-image: url(../__static/__images/member/moneytime.png); */
	background-position: -0.69767px -489.76744px;
	background-size: 21.86047px 621.39535px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon53 {
	width: 20px;
	height: 21px;
	/* background-image: url(../__static/__images/member/gifts.png); */
	background-position: -1.5px -101.5px;
	background-size: 23.5px 668px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icon61 {
	height: 6px;
	width: 12px;
	background-image: url(../images/icons/icon_bottom.png);
}

.icon62 {
	height: 26px;
	width: 26px;
	background-image: url(../images/icons/icon02.png);
}

.icon63 {
	height: 32px;
	width: 36px;
	background-image: url(../images/icons/icon04.png);
}

.icon64 {
	height: 13px;
	width: 7px;
	background-image: url(../images/icons/icon08.png);
}

.icon65 {
	height: 12px;
	width: 12px;
	background-image: url(../images/icons/icon01.png);
}

.icon66 {
	height: 23px;
	width: 16px;
	background-image: url(../images/icons/icon02.png);
}

.icon67 {
	height: 21px;
	width: 21px;
	background-image: url(../images/icons/icon03.png);
}

.icon68 {
	height: 21px;
	width: 21px;
	background-image: url(../images/icons/icon04.png);
}

.icon69 {
	height: 57px;
	width: 57px;
	background-image: url(../images/icons/icon01.png);
}

.icon72 {
	height: 15px;
	width: 14px;
	background-image: url(../images/icons/icon05.png);
}

.icon73 {
	height: 15px;
	width: 12px;
	background-image: url(../images/icons/icon02.png);
}

.icon73b {
	height: 15px;
	width: 12px;
	background-image: url(../images/icons/icon02b.png);
}

.icon74 {
	height: 57px;
	width: 57px;
	background-image: url(../images/icons/icon01.png);
}

.icon75 {
	height: 35px;
	width: 35px;
	background-image: url(../images/icons/icon06.png);
}

.icon76 {
	height: 35px;
	width: 35px;
	background-image: url(../images/icons/icon07.png);
}

.icon77 {
	height: 35px;
	width: 35px;
	background-image: url(../images/icons/icon07.png);
}

.icon78 {
	height: 12px;
	width: 21px;
	background-image: url(../images/icons/icon09.png);
}

.icon79 {
	height: 12px;
	width: 21px;
	background-image: url(../images/icons/icon10.png);
}

.icon80 {
	height: 28px;
	width: 28px;
	background-image: url(../images/icons/icon1.png);
}

.icon81 {
	height: 28px;
	width: 28px;
	background-image: url(../images/icons/icon2.png);
}

.icon82 {
	height: 28px;
	width: 28px;
	background-image: url(../images/icons/icon3.png);
}

.icon83 {
	height: 28px;
	width: 28px;
	background-image: url(../images/icons/icon4.png);
}

.icon84 {
	height: 20px;
	width: 20px;
	background-image: url(../images/icons/icon1.png);
}

.icon85 {
	height: 20px;
	width: 20px;
	background-image: url(../images/icons/icon2.png);
}

.icon86 {
	height: 20px;
	width: 25px;
	background-image: url(../images/icons/icon3.png);
}

.icon87 {
	height: 22px;
	width: 12px;
	background-image: url(../images/icons/icon4.png);
}

.icon88 {
	height: 6px;
	width: 12px;
	background-image: url(../images/icons/icon2.png);
}

.icon89 {
	height: 14px;
	width: 22px;
	background-image: url(../images/icons/icon1.png);
}

.icon90 {
	height: 6px;
	width: 12px;
	background-image: url(../images/icons/icon1.png);
}

.icon91 {
	height: 57px;
	width: 57px;
	background-image: url(../images/icons/purple.png);
}

.icon92 {
	height: 57px;
	width: 57px;
	background-image: url(../images/icons/blue.png);
}

.icon93 {
	height: 18px;
	width: 18px;
	background-image: url(../images/icons/icon1.png);
}

.icon94 {
	height: 57px;
	width: 57px;
	background-image: url(../images/icons/lgreen.png);
}

.icon95 {
	height: 22px;
	width: 22px;
	background-image: url(../images/icons/icon1.png);
}

.icon96 {
	height: 22px;
	width: 22px;
	background-image: url(../images/icons/icon2.png);
}

.icon97 {
	height: 22px;
	width: 22px;
	background-image: url(../images/icons/icon3.png);
}

.icon98 {
	height: 16px;
	width: 16px;
	background-image: url(../images/icons/icon1.png);
}

.icon99 {
	height: 16px;
	width: 16px;
	background-image: url(../images/icons/icon2.png);
}

.icon100 {
	height: 12px;
	width: 6px;
	background-image: url(../images/icons/icon8.png);
	margin-bottom: -1px;
}

.icon101 {
	height: 15px;
	width: 15px;
	background-image: url(../images/icons/al3.png);
}

.icon_headset {
	height: 22px;
	width: 23px;
	background-image: url(../images/icons/headset.png);
}

.icon_rgold {
	height: 8px;
	width: 12px;
	background-image: url(../images/icons/right_gold.png);
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -10px;
}

.icon_remove {
	height: 15px;
	width: 14px;
	background-image: url(../images/icons/icon05.png);
}

.icon_profile {
	height: 50px;
	width: 50px;
	background-position: 0.24752px -54.9505px;
	background-size: 49.50495px 104.9505px;
	background-image: url('../images/icons/icon-sb9f9ded2b9.png');
	background-repeat: no-repeat;
}

.icon_profile_loggedin {
	height: 50px;
	width: 50px;
	background-position: 0.24752px 0px;
	background-size: 49.50495px 104.9505px;
	background-image: url('../images/icons/icon-sb9f9ded2b9.png');
	background-repeat: no-repeat;
}

.icon_close {
	height: 20px;
	width: 20px;
	background-position: -6.42857px -602.14286px;
	background-size: 33.57143px 954.28571px;
	background-image: url('../images/icons/icon-s80e59e9276.png');
	background-repeat: no-repeat;
}

.icons_payment_mothod {
	height: 55px;
	width: 55px;
	display: block;
	background-size: 890%;
	background-image: url(icons/payment_new2.png);
	margin: 0 auto;
}

.ipm_online {
	background-position: 1px 0;
}

.ipm_wechat {
	background-image: url(icons/wxpay.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
}

.ipm_xunjie {
	background-position: -109px 0;
}

.ipm_point {
	background-position: -164px 0;
}

.ipm_manual {
	background-position: -219px 0;
}

.ipm_btc {
	background-position: -273px 0;
}

.ipm_faster {
	background-position: -327px 0;
}

.ipm_jdwap {
	background-image: url(../__static/__images/member/n1/t_icn9.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
}

.ipm_wxpay {
	background-position: -54px 0;
}

.ipm_wxcode {
	background-image: url(../__static/__images/member/n1/t_icn10.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
}

.ipm_alipaywap {
	background-image: url(../__static/__images/member/n1/t_icn1.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
}

.ipm_alipay {
	background-image: url(../__static/__images/member/n1/t_icn1.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
}

.ipm_bibao {
	background-image: url(../__static/__images/member/n1/t_icn12.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
}

.logpay_online {
	height: 30px;
	width: 30px;
	background-position: 1px 0;
}

.logpay_wechat {
	height: 30px;
	width: 30px;
	background-position: -30px 0;
}

.logpay_xunjie {
	height: 30px;
	width: 30px;
	background-position: -60px 0;
}

.logpay_point {
	height: 30px;
	width: 30px;
	background-position: -90px 0;
}

.logpay_manual {
	height: 30px;
	width: 30px;
	background-position: -120px 0;
}

.logpay_btc {
	height: 30px;
	width: 30px;
	background-position: -149px 0;
}

.logpay_faster {
	height: 30px;
	width: 30px;
	background-position: -179px 0;
}

.switch {
	position: relative;
	display: inline-block;
	width: 39px;
	height: 24px;
}

.switch input {
	display: none;
}

.slider.round {
	border-radius: 34px;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 2px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 300px
}

input:checked+.slider {
	background-color: #57a4f7;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
}


/* Bank Card */

.bank_card {
	margin: 20px 0 30px;
	padding: 25px 16px 25px;
	min-height: 200px;
	width: 100%;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bank_card._01 {
	background: url(../__static/__images/swift_payment/bank_icons/bg_icon1.png), url(../__static/__images/swift_payment/bg1.png);
	background-size: 128px 128px, 100% 100%;
	background-position: 97% 87%, 50% 50%;
	background-repeat: no-repeat;
}

.bank_card .bank {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.bank_card .bank .icon {
	margin: 0 5px -6px 0;
}

.bank_card .account_num {
	font-size: 2.5rem;
	margin-bottom: 5px;
}

.bank_card .account_name {
	font-size: 1.8rem;
	margin-bottom: 5px;
}

.bank_card .branch_name {
	font-size: 1.6rem;
}

.display_flex_h {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	flex-direction: row;
}

.display_flex_v {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.flex_1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex_align_center {
	-webkit-box-align: center;
	align-items: center;
}

.flex_align_bottom {
	-webkit-box-align: end;
	align-items: flex-end;
}

.normal_padding {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

#page_content {
	/*background: #2b2c33;*/
	background: #212229;
}


/*list slides*/

.list_sec ul {
	overflow: hidden;
}

.list_sec ul li.with_hot_icon {
	position: relative;
}

.list_sec ul li {
	float: left;
	margin-right: 15px;
}

.ul_auto_wrap {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

select.without_style {
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-size: 1.6rem;
	color: #818791;
}


/*swiper*/

.swiper-pagination-bullet {
	background: #636362;
}

.swiper-pagination-bullet-active {
	background: #fff !important;
}

.banner {
	position: relative;
}

.banner .swiper-wrapper img {
	min-height: 132px;
}

.swiper-container {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
}

.swiper-wrapper img {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	float: left;
}

.pagination {
	position: absolute;
	bottom: 3px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.pagination2 {
	position: absolute;
	bottom: 3px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.swiper-pagination-switch {
	background: #fff;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	height: 4px;
	margin: 0 3px;
	width: 4px;
}

.swiper-active-switch {
	background: #318cb8;
}

.modal.nfilter {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Content/Box */

.modal.nfilter .modal-content {
	background-color: #fff;
	margin: 20% auto;
	padding: 20px 0 0;
	border: 0;
	width: 92%;
}

.modal.nfilter .modal-content p {
	line-height: normal;
	margin: 20px 0;
	font-size: 1.5rem;
	color: #454a54;
	text-align: center;
}

.modal.nfilter .modal-content p.large {
	font-size: 1.5rem;
	color: #5b5b5b;
}

.modal.nfilter .modal-content p.small {
	font-size: 1.2rem;
	color: #b3b2b2;
}

.modal.nfilter .modal-content a {
	display: block;
	width: 100%;
	text-align: center;
	height: 65px;
	line-height: 65px;
	border-top: 1px solid #cecab7;
	font-size: 1.6rem;
	color: #0d9ff2;
}


/*Index styles*/


/*slide games*/

section.index .main-content {
	padding: 0 !important;
}

.list_sec {
	position: relative;
	padding: 15px 0 15px 0px;
	border-bottom: 1px solid #3a3d46;
	margin-left: 15px;
}

.app_list.list_sec {
	border-bottom: 0;
}

.app_list.list_sec h2 {
	margin-bottom: 15px;
}

section.index h2 {
	margin-bottom: 5px;
	font-size: 1.6rem;
	color: #ccc;
}

.divider {
	height: 13px;
	background: #212329;
}

section.index h2 .icon {
	margin-right: 10px;
	vertical-align: middle;
}

section.index .ul_auto_wrap {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

section.index .game_list .list01 img {
	width: 150px;
}

section.index .game_list li img {
	display: block;
	border-radius: 8px;
}

section.index .game_list .list01 li.space_allowance {
	margin-right: 7px;
}

section.index .game_list .list01 li.space_allowance img {
	width: 158px;
}

.list_sec ul li.with_hot_icon .icon_hot {
	position: absolute;
	right: 5px;
	top: 20px;
	width: 25px;
	height: 18px;
	border-radius: 0;
}

section.index .discount p.subtitle {
	padding: 5px 0;
	font-size: 1.6rem;
	color: #6e768c;
	text-align: center;
}

section.index .discount .slide {
	padding-bottom: 20px;
}

section.index .discount .swiper-container {
	border-radius: 4px;
}

section.index .discount .swiper-slide {
	position: relative;
}

section.index .discount .swiper-slide .img-txtcontent {
	bottom: 0;
}

section.index .discount .swiper-slide .contents {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 2px 5px;
	background: rgba(0, 0, 0, .61);
	font-size: 1rem;
	position: absolute;
	color: #fff;
}


/*slide games end*/


/*slide app starts*/

.app_list ul li img {
	display: block;
	margin-bottom: 8px;
	width: 70px;
}

.app_list ul li span {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	color: #dde4f0;
}


/*slide app end*/

section.index .discount .xplore {
	position: absolute;
	top: 5px;
	right: 15px;
}

section.index .discount .img_fullcont {
	padding-bottom: 15px;
}

section.index .discount .img_fullcont img {
	width: 100%;
	display: block;
	border-radius: 4px;
}

section.index .discount .xplore a {
	font-size: 1.2rem;
	color: #66b3ff;
}

section.index .discount h2 {
	margin: 15px 0 10px;
}

section.index .discount .cols-2 {
	width: 100%;
	overflow: hidden;
}

section.index .discount .cols-2 .col1 {
	float: left;
	width: 37%;
}

section.index .discount .cols-2 .col2 {
	float: left;
	width: 63%;
}

section.index .discount .cols-2 .col1 img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 4px;
}

section.index .discount ul.discount_list li {
	margin-bottom: 30px;
}

section.index .discount ul.discount_list .pad_wrap {
	padding-left: 5px;
}

section.index .discount ul.discount_list li p.title {
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: #ffffff;
	line-height: 2rem;
}

section.index .discount ul.discount_list li p.subs {
	font-size: 1.2rem;
	margin-bottom: 10px;
	color: #818791;
}

section.index .discount ul.discount_list li a.visit {
	width: 88px;
	background: url(../__static/__images/bg/btn_discount.png);
	background-size: 100% 100%;
	height: 23px;
	line-height: 23px;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
}

section.index .discount ul.discount_list li a.visit.loggedin {
	border: 1px solid #59c058;
	color: #59c058;
	background: transparent;
}

section.index .discount .cols-2 .col1 .col_inner {
	padding-right: 5px;
}

section.index .discount .cols-2 .col2 .col_inner {
	padding-left: 5px;
}

section.index {
	background: #292d36;
}

.boxes {
	padding: 0 10px 0 90px;
	height: 31px;
	position: relative;
	background: #323742;
	font-size: 1.4rem;
	line-height: 31px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.boxes .speaker {
	height: 31px;
	position: absolute;
	left: 0px;
	width: 160px;
	background: #323742;
	text-align: right;
	line-height: 31px;
	color: #dbdbdb;
}

.boxes .speaker em {
	float: left;
	margin: 6px 0 0 10px;
}

.boxes marquee {
	width: 100%;
	color: #dbdbdb;
}


/*header styles*/

.header_index .icon_menu {
	position: absolute;
	padding: 15px;
	top: 0;
	left: 0;
}

.header_index.sm.dark {
	height: 57px;
	background: url(../images/slots/darkhdr.jpg);
	background-size: 100% 100%;
}

.header_index {
	height: 93px;
	background: url(../images/home/headerbg.png);
	/*background: url(../__static/__images/bg/year_bg.gif);*/
	/*background: url(../__static/__images/bg/dragonboat.gif);*/
	/*background: url(../__static/__images/bg/mooncake.jpg); */
	background-size: 100% 100%;
}

.header_index.xmas {
	background: url(../__static/__images/bg/xmas/xmas.png) no-repeat;
	background-size: 100% 100%;
}

.header_index.sm {
	height: 57px;
	background: url(../__static/__images/bg/header2bg.jpg);
	background-size: cover;
}

.header_index.sm2 {
	height: 57px;
	background: url(../__static/__images/bg/headerbg.png);
	/*background: url(../__static/__images/bg/year_bg.gif);*/
	/*background: url(../__static/__images/bg/dragonboat.gif);*/
	/*background: url(../__static/__images/bg/mooncake.jpg);*/
	background-size: cover;
}

.header_index.xmas.sm2 {
	background: url(../__static/__images/bg/xmas/xmas2.png) no-repeat;
	background-size: 100% 100%;
}

.header_index.sm.fixed {
	position: fixed;
	z-index: 1;
	width: 100%;
}

.header_index .header_btns a {
	font-size: 1.6rem;
	height: 34px;
	line-height: 32px;
	border: 1px solid #bfd4ff;
	color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	text-transform: uppercase;
}

.header_index .wrap {
	padding-top: 15px;
}

.header_index .mid {
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.1;
	color: #fff;
}

.header_index.sm .mid {
	font-size: 1.6rem;
	line-height: 1;
}

.header_index.sm .mid,
.header_index.sm .icon12 {
	margin-top: 5px;
}

.header_index .support {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 10px;
}

.header_index .support div {
	float: left;
}

.header_index .support .support_text {
	font-size: 1.6rem;
	color: #b3cfff;
	padding-left: 2px;
}

.header_index .contact {
	position: absolute;
	right: 96px;
	top: 5px;
	padding: 10px;
}

.header_index .contact div {
	float: left;
}

.header_index .contact .contact_text {
	font-size: 14px;
	color: #b3cfff;
	padding-left: 2px;
}

.header_index.sm .mid select {
	padding: 0px 15px 0 5px;
	border: none;
	outline: none;
	background: url(../__static/__images/icons/icon11.png);
	background-repeat: no-repeat;
	background-size: 10px 6px;
	background-position: 100% 50%;
	font-size: 1.6rem;
	color: #fff !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	top: 1px;
	right: 0px;
	position: relative;
	box-sizing: border-box;
}


/*.header_index .btn{
    height: 34px;
    line-height: 34px;
    border:1px solid #bfd4ff;
    color: #fff;
    border-radius: 4px;
    box-sizing:border-box;
}*/

.header_index .btn_wrap {
	margin-top: 5px;
}

.hide {
	display: none;
}


/*layouts*/

.txt_justify {
	text-align: justify;
}

.m-bot-sm {
	margin-bottom: 10px;
}

.m-bot-sm2 {
	margin-bottom: 15px;
}

.m-bot-md {
	margin-bottom: 25px;
}

.m-top-sm {
	margin-top: 10px;
}

.m-top-sm2 {
	margin-top: 20px;
}

.m-top-lg {
	margin-top: 25px;
}

.m-top-md {
	margin-top: 16px;
}

.b-0 {
	border: 0 !important;
}

.p_left_40 {
	padding-left: 40px !important;
}

.padding_lremove {
	padding-left: 0 !important;
}

.padding_rremove {
	padding-right: 0 !important;
}

.padding_tremove {
	padding-top: 0 !important;
}

.padding_bremove {
	padding-bottom: 0 !important;
}

.display_flex_h {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	flex-direction: row;
}

.relative {
	position: relative !important;
}

.f_left {
	float: left !important;
}

.f_right {
	float: right !important;
}

.txt_center {
	text-align: center !important;
}

.txt_right {
	text-align: right !important;
}

.txt_left {
	text-align: left !important;
}

.txt_big {
	font-size: 1.6rem !important;
}

.cols-2 {
	width: 100%;
	overflow: hidden;
}

.cols-2 .col {
	float: left;
	width: 50%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
}

.cols-2 .col1 .col_inner {
	padding-right: 5px;
}

.cols-2 .col2 .col_inner {
	padding-left: 5px;
}

.cols-2-sm {
	width: 100%;
	overflow: hidden;
}

.cols-2-sm .col1 {
	float: left;
	width: 32%;
}

.cols-2-sm .col2 {
	float: left;
	width: 68%;
}

.cols-2-sm .col1 .col_inner {
	padding-right: 5px;
}

.cols-2-sm .col2 .col_inner {
	padding-left: 5px;
}

.cols-3 {
	width: 100%;
	overflow: hidden;
}

.cols-3 .col1 {
	float: left;
	width: 33.33%;
}

.cols-3 .col2 {
	float: left;
	width: 33.33%;
}

.cols-3 .col3 {
	float: left;
	width: 33.33%;
}

.cols-3 .col2 .col_inner {
	padding-left: 5px;
}

.cols-3 .col3 .col_inner {
	padding-left: 5px;
}


/*color pallettes for font*/

.bold {
	font-weight: bold;
}

.dark_gray {
	color: #333333 !important;
}

.dl_gray {
	color: #808080 !important;
}

.mid_gray {
	color: #818791 !important;
}

.lblue {
	color: #818791 !important;
}

.lbue2 {
	color: #379efb !important;
}

.white {
	color: #fff !important;
}

.yellow {
	color: #e4d049 !important;
}

.yellow2 {
	color: #dbbd85 !important;
}

.yellow3 {
	color: #f2da0f !important;
}

.red {
	color: #d13847 !important;
}


/*forms*/

.input_wrap select {
	padding-right: 15px;
	width: 96%;
	height: 93.8%;
	border: none;
	outline: none;
	background: url(../__static/__images/icons/icon08.png);
	background-repeat: no-repeat;
	background-size: 7px 13px;
	background-position: 100% 50%;
	font-size: 1.4rem;
	color: #818791 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 0px;
	right: -5px;
	direction: rtl;
	box-sizing: border-box;
}

.layout_form .form_field_wrap .form_field .input_wrap input::-webkit-input-placeholder {
	color: #818791 !important;
}

.layout_form .form_field_wrap .form_field .input_wrap input:-moz-placeholder {
	color: #818791 !important;
}

.layout_form .form_field_wrap .form_field .input_wrap input::-moz-placeholder {
	color: #818791 !important;
}

.layout_form .form_field_wrap .form_field .input_wrap input:-ms-input-placeholder {
	color: #818791 !important;
}

.layout_form .form_field_wrap .form_field .input_wrap input,
.layout_form .form_field_wrap .form_field .input_wrap option {
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	font-size: 1.2rem;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.layout_form {
	padding-top: 20px;
}

.layout_form .form_field_wrap {
	padding: 0 0 0 15px;
	background: #292d36;
	border-top: 1px solid #36364c;
	border-bottom: 1px solid #36364c;
}

.layout_form .form_field_wrap .form_field {
	position: relative;
	height: 42px;
	line-height: 42px;
	font-size: 1.6rem;
	border-bottom: 1px solid #303236;
}


/* .layout_form .form_field_wrap .form_field:last-child {
    border: 0;
} */

.layout_form .form_field_wrap .form_field .label {
	display: block;
	float: left;
	color: #fff;
}

.layout_form .form_field_wrap .form_field .input_wrap {
	margin: 0 0 0 130px;
	padding: 0 15px 0 0;
	height: 100%;
}

.layout_form .form_field_wrap .form_field .input_wrap.sm {
	margin: 0 0 0 70px;
}

.layout_form .form_btn-wrap {
	margin-top: 27px;
	padding: 0 15px;
}

.img-banner-btm {
	position: fixed;
	bottom: 0;
	left: 0;
}

.img-banner-btm img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}

section.login.success {
	background-repeat: no-repeat;
	/*background: url(../__static/__images/bg/success.jpg);*/
	background-size: 100% 100%;
	padding: 0 32px;
	text-align: center;
	color: #fff;
}

.login_success #page_content {
	background-repeat: no-repeat;
	background: url(../__static/__images/bg/success.jpg);
	background-size: 100% 100%;
	position: relative;
}

section.login.success .cols-2 {
	width: 100%;
	overflow: hidden;
}

section.login.success .cols-2 .col1 {
	float: left;
}

section.login.success .cols-2 .col2 {
	float: left;
}

section.login.success .cols-2 .col a {
	display: block;
	border-radius: 6px;
	font-size: 1.4rem;
	color: #000;
}

section.login.success .cols-2 .col1 a {
	background: url(../__static/__images/bg/btn_bluebg.png);
	background-size: 100% 100%;
	color: #fff;
	padding: 12px 30px;
	margin-right: 10px;
}

section.login.success .cols-2 .col2 a {
	background: url(../__static/__images/bg/btn_yellow.jpg);
	background-size: 100% 100%;
	padding: 12px 30px;
}

section.login.success .btns a.btn {
	display: inline-block;
	height: 41px;
	line-height: 41px;
	font-size: 1.6rem;
	border-radius: 3px;
}

section.login.success input.new_pass {
	display: inline-block;
	width: 130px;
	height: 33px;
	padding: 0 12px;
	border-radius: 5px;
	border: none;
	box-sizing: border-box;
}

section.login.success .btns a.btn._01 {
	width: 35%;
	background: url(../__static/__images/bg/btn_bluebg.png);
	background-size: 100% 100%;
	float: left;
}

section.login.success .btns a.btn._02 {
	width: 60%;
	color: #181c21;
	background: url(../__static/__images/bg/btn_yellow.jpg);
	background-size: 100% 100%;
	float: right;
}

section.login.success .btns a.btn._03 {
	width: 100%;
	color: #181c21;
	background: url(../__static/__images/bg/btn_yellow.jpg);
	background-size: 100% 100%;
	float: right;
}

section.login.success .btns a.btn._04 {
	width: 100%;
	background: url(../__static/__images/bg/btn_blue2.jpg);
	background-size: 100% 100%;
	float: left;
}

section.login.success .check {
	width: 82px;
	display: block;
	text-align: center;
	margin: 60px auto 12px;
}

section.login.success .stages {
	position: absolute;
	bottom: 70px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 88%;
}

section.login.success .stages div img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

section.login.success .stages .pd {
	margin-right: 18px;
}

section.login.success p.succ_txt1 {
	font-size: 1.8rem;
	padding-bottom: 15px;
	/*padding-top: 152px;*/
}

section.login.success a.linker {
	font-size: 1.5rem;
	color: #499bf7;
	text-decoration: underline;
}

section.login.success p.subs {
	font-size: 1.5rem;
	margin-bottom: 12px;
	text-align: left;
	padding-left: 24%;
}

section.login.success p.subs._01 {
	padding-right: 40px;
	margin-bottom: 2px;
}

section.login.success p.subs._01 span {
	color: #f9f74c;
}

section.login.success p.subs._02 {
	padding-right: 28px;
}

section.login.success p.subs._03 {
	padding-right: 0;
}

section.login.success div.btns {
	padding-bottom: 106px;
	margin-bottom: 106px;
}

section.login.success p.linker {
	position: relative;
	top: -34px;
	right: -125px;
	color: #1c9eff;
	text-decoration: underline;
	font-size: 1.6rem;
}

.mbtm_10 {
	margin-bottom: 10px !important;
}

.mbtm_35 {
	margin-bottom: 35px !important;
}

.login_page #page_content {
	background-repeat: no-repeat;
	background: url(../__static/__images/bg/loginbg.jpg);
	background-size: 100% 100%;
}

section.login {
	padding: 60px 32px 60px;
}

section.login img.logo {
	height: 86px;
	width: 72px;
	display: block;
	margin: 0 auto;
}

section.login .login_type {
	margin-top: 23px;
}

section.login .login_type .login_h {
	width: 100%;
	border-bottom: 1px solid #2c2f35;
	padding: 5px 0;
}

section.login .login_type .login_h div {
	float: left;
	width: 50%;
	text-align: center !important;
}

section.login a.login {
	background: url(../__static/__images/bg/btn_lgbg.png);
	background-size: 100% 100%;
	height: 41px;
	line-height: 41px;
	font-size: 1.6rem;
	border-radius: 22px;
	color: #fff;
	margin-top: 31px;
}

section.login .login_type a {
	color: #808080;
	font-size: 1.6rem;
}

section.login .login_type a.active {
	color: #fff;
}

section.login .login_type i {
	display: block;
	border-bottom: 2px solid #006af0;
	width: 50%;
	text-align: center;
	position: relative;
	top: 5px;
	left: 24%;
}

section.login .form_fields div.triangle {
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 7px solid #fff;
	position: absolute;
	top: -5px;
	left: 22%;
}

section.login.init .form_fields div.triangle {
	left: 22%;
}

.login .forgot,
.login .forgot .cols-2 {
	height: 42px;
}

.login .forgot p.auth_warning {
	padding-bottom: 30px;
	font-size: 1.4rem;
}

.login .forgot .cols-2 .col,
.login .forgot .remember_username .rem_desc {
	font-size: 1.5rem;
}

.login .forgot .cols-2 .switch {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 20px;
}

.login .forgot .cols-2 a.forgot_pass {
	display: block;
	padding: 2px 0;
	width: 60%;
	font-size: 1.4rem;
	position: relative;
	top: -4px;
}

.login .forgot .cols-2 .switch input {
	display: none;
}

.login .forgot .cols-2 .slider.round {
	border-radius: 15px;
}

.login .forgot .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 4px;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid #dddddd;
}

.login .forgot .slider.round:before {
	border-radius: 50%;
}

.login .forgot .slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 0px;
	bottom: 0px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.login .forgot .remember_username {
	display: block;
	float: right;
}

.login .forgot .remember_username .rem_desc {
	position: relative;
	top: -7px;
	font-size: 1.4rem;
}

.login .forgot input:checked+.slider {
	background-color: #6bb1ff;
	border: 1px solid #dddddd;
}

.login .forgot input:checked+.slider:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
}

.user-register-title {
	width: 100%;
	margin-top: 0px;
	color: #808080;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 65px;
}

.user-register-title div {
	float: left;
	width: 50%;
}

.user-register-title h1 {
	font-size: 1.4rem;
	display: block;
	padding: 5px;
	margin: 15px;
}

.user-register-title .active {
	color: #fff;
	border-radius: 4px;
	border: 1px solid #797a7c;
}

.user-register-tab {
	position: relative !important;
}

.user-register-tab i.triangle {
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 7px solid #fff;
	position: absolute;
	top: -7px;
	right: 22%;
}

.user-register-tab div {
	padding: 8px 15px 4px 16px;
	background: #fff;
	position: relative;
	border-radius: 6px;
	margin: 18px 0;
}

.user-register-tab div.cont {
	width: 100%;
	padding: 0;
	margin: 0;
	background: transparent;
}

.user-register-tab div i {
	position: absolute;
	left: 15px;
}

.user-register-tab div input {
	display: block;
	padding: 7px 28px;
	border: none;
	outline: none;
	font-size: 1.2rem;
	background: transparent;
	position: relative;
	top: -1px;
	color: #333333;
}

.user-register-tab .phone i {
	top: 12px;
}

.user-register-tab .select {
	background: none;
	padding: 1px 15px 0px 10px;
	color: #cdccca;
	text-align: center;
}

.user-register-tab .select input {
	/*     width:15px;
    height:15px; */
	display: initial;
	padding: 0;
	position: relative;
	top: 2px;
	right: -4px;
}


/*
.user-register-tab .select input[type='radio']:checked:after {
    width: 9px;
    height: 9px;
    border-radius: 8px;
    top: 0px;
    left: 2px;
    position: relative;
    background-color: #1b9cfe;
    content: '';
    display: inline-block;
    visibility: visible;
}
*/

.user-register-tab .select span:first-child {
	margin-right: 4%;
}

.user-register-tab .username i {
	top: 12px;
}

.user-register-tab .username span {
	position: absolute;
	left: 42px;
	top: 11px;
	font-size: 1.4rem;
	color: #333;
}

.user-register-tab .username input {
	padding-left: 37px;
}

.user-register-tab .code {
	width: 52%;
}

.user-register-tab .code i {
	top: 12px;
}

.user-register-tab .cont a {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 2px;
	padding: 10px 13px;
	border-radius: 6px;
	background: #a5a5a5;
	color: #4b4949;
}

.user-register-tab .code .send {
	background: none;
	color: #fff;
	border: 1px solid #6d7784;
	padding: 10px 5px;
}

.form_fields {
	padding: 0 10px 0 10px;
	background: #fff;
	border-radius: 4px;
	margin: 15px 0 10px;
}

.form_fields .form_field .icon {
	position: absolute;
	top: 16px;
	left: 6px;
}

.form_fields .form_field {
	position: relative;
	padding: 8px 15px 8px 40px;
	border-bottom: 1px solid #dedede;
}

.form_fields .form_field input {
	display: block;
	width: 100%;
	height: 29px;
	line-height: 29px;
	border: none;
	outline: none;
	font-size: 1.5rem;
	background: transparent;
	color: #333333;
}

.icon_e {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 16px;
	top: 15px;
}

.hide_pass {
	font-size: 1rem;
	position: absolute;
	right: 5px;
	top: 10px;
	border: 1px solid #499bf7;
	padding: 5px 10px;
	color: #499bf7;
}

.icon_ceye {
	width: 21px;
	height: 12px;
	right: 10px;
	background-image: url(../images/icons/ceye.png);
}

.icon_eye {
	width: 21px;
	height: 12px;
	right: 10px;
	background-image: url(../images/icons/eye.png);
}

.icon_c {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 12px;
}

.icon_dns {
	height: 20px;
	width: 28px;
	background: url(../images/icons/index-icons.png) no-repeat -206px -76px;
	background-size: auto auto;
	background-size: 250px 112px;
}

.icon_captcha {
	width: 54px;
	height: 18px;
	background-image: url(../images/icons/captcha.png);
}

.icon_payment_alipay {
	height: 57px;
	width: 57px;
	background-image: url(../images/icons/alipay.png);
}

.icon_payment_qrcode {
	height: 57px;
	width: 57px;
	background-image: url(../images/icons/qrcode.png);
}

.icon_payment_wechat {
	height: 57px;
	width: 57px;
	background-image: url(icons/wxpay.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
	/*background-image: url(../__static/__images/icons/payment/wechat.png);*/
}

.icon_payment_qq {
	height: 57px;
	width: 57px;
	background-image: url(../images/icons/qq.png);
}

.icon_payment_bank {
	height: 57px;
	width: 57px;
	background-image: url(../images/icons/bank.png);
}

.form_fields span.pre {
	font-size: 1.6rem;
	position: absolute;
	text-align: center;
	left: 35px;
	color: #333333;
	bottom: 15px;
}

.form_fields .form_field input.wpre.removable_margin {
	margin-left: 10px;
}

.form_fields .form_field input.wpre.margin_normal {
	margin-left: 3px;
}

.form_fields .form_field input.wpre {
	width: 100%;
	padding-left: 4px;
}

.form_fields .form_field:last-child {
	border-bottom: none;
}

.form_fields .icon {
	position: relative;
	bottom: 3px;
}


/*offcanvas*/

body.dropdown_showed {
	overflow: hidden;
}

div.offcanvas {
	left: -325px;
	background: #001c31;
	width: 284px;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	padding:0px;
	box-sizing: border-box;
}

div.offcanvas .btn_wrap {
	margin-top: 25px;
}

div.blur {
	position: fixed;
	display: none;
	width: 100%;
	background: rgba(0, 0, 0, 0.69);
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

div.offcanvas .btn_wrap a {
	color: #fff;
	background: none;
	border: 0;
	height: 34px;
	line-height: 34px;
	display: block;
	font-size: 1.5rem;
	border-radius: 22px;
	border: 1px solid #1594f8;
}

div.offcanvas .btn_wrap a.active {
	color: #fff;
	border-radius: 20px;
	text-align: center;
	background: url(../images/bg/btn_canvasbg.png) #4e99f2;
	background-size: 100% 100%;
	border: 1px solid #2785ee;
}

div.offcanvas .profile .detail p:first-child {
	font-size: 1.8rem;
	color: #ffffff;
	margin-bottom: 5px;
}

div.offcanvas .profile .detail p:nth-child(2) {
	font-size: 1.2rem;
	color: #818791;
}

div.offcanvas .profile span.icon11 {
	position: absolute;
	right: 0;
	top: 20px;
}

div.offcanvas .cols-3 .col3 .col_inner {
	padding-right: 5px;
}

div.offcanvas .profile .detail {
	position: absolute;
	top: 5px;
	left: 55px;
}

div.offcanvas .profile .detail p.usrname {
	color: #fff;
}

div.offcanvas .profile .detail p.usr_type {
	color: #fff;
	background: #439642;
	width: 26px;
	padding: 2px 3px;
	height: 11px;
	border-radius: 4px;
	text-align: center;
	font-size: 1rem;
	font-style: italic;
}

div.offcanvas .menu2 {
	margin-top: 0px;
}

div.offcanvas .menu2 li {
	padding: 10px 0;
    padding-left: 16px;
    border-bottom: 1px solid #34353e;
}

div.offcanvas .menu2 li.active:before {
	content: "•";
	position: absolute;
	left: 20px;
	color: #fff;
	font-size: 3rem;
}

div.offcanvas .menu2 li a.logout {
	display: block;
	width: 100%;
	text-align: center;
	background: #292d36;
	border-radius: 20px;
	height: 34px;
	line-height: 34px;
	color: #cdcdcf;
	font-size: 1.5rem;
	margin-top: 35px;
}

div.offcanvas .menu2 li a {
	color: #fff;
	font-size: 1.2rem;
}

div.offcanvas .menu2 li a h2 {
	vertical-align: middle;
}

div.offcanvas .menu2 li a h2 .bred {
	display: inline-block;
	background: #d13847;
	padding: 3px;
	font-size: 1.2rem;
	border-radius: 4px;
	margin-left: 5px;
	color: #fff;
}

div.offcanvas .menu2 li a .icon {
	position: relative;
	bottom: -8px;
	margin-right: 14px;
}


/**
 *  咨询客服
 */

.header_index div.pop_support {
	padding: 0 12px;
	position: absolute;
	z-index: 999;
	background: #222;
	border-radius: 4px;
	width: 110px;
	bottom: auto;
	right: 10px;
	margin-top: 10px;
}

.header_index div.pop_support ul {
	padding: 5px 0;
}

.header_index div.pop_support ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #3a3a3a;
}

.header_index div.pop_support ul li h1 {
	text-align: center;
	font-style: normal;
	font-size: 1.4rem;
}

.header_index div.pop_support ul li h2 {
	text-align: center;
	font-style: normal;
	font-size: 1.4rem;
}

#pop_support_tel {
	height: auto;
	line-height: normal;
	padding: 8px 0;
}

.header_index .pop_support div.triangle {
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 7px solid #222;
	position: absolute;
	top: -5px;
	right: 24%;
}

.header_index div.pop_support ul li:last-child {
	border-bottom: 0;
}

.header_index div.pop_support ul li a {
	font-size: 1.4rem;
	display: block;
	width: 100%;
	color: #fff;
}

.header_index div.pop_support ul li a span {
	margin-left: 8px;
}

.header_index div.pop_support ul li a i.icon {
	position: relative;
	top: 7px;
}

.header_index .icon_bubblechat {
	height: 23px;
	width: 20px;
	background-image: url(../images/icons/bubblechat.png);
	/* background-image: url(../__static/__images/icons/bubblechat.png); */
	/*background-position: -0.51111px -25.3px;
    background-size: 24.02222px 682.84444px;
    background-image: url('../__static/__images/icon-s80e59e9276.png');*/
	background-repeat: no-repeat;
}

.header_index .icon_microphone {
	height: 25px;
	width: 14px;
	background-image: url(../images/icons/microphone.png);
}

.header_index .icon_fone {
	height: 21px;
	width: 21px;
	background-image: url(../images/icons/fone.png);
}


/**
 *  底部菜单
 */

.header_index ul.menu {
	background: #3a3a3a;
	border-top: 1px solid #5f5f5f;
	height: 45px;
	padding: 0px 2px;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 100;
}

.header_index ul.menu li {
	float: left;
	width: 25%;
	text-align: center;
}

.header_index ul.menu li a {
	padding-top: 5px;
}

.header_index ul.menu li.active a {
	color: #2497ff;
}

.header_index ul.menu li a:first-child i.icon {
	width: 23px;
	height: 18px;
	margin: 0 auto 7px;
	display: block;
}

.header_index ul.menu li:first-child a i.icon {
	background: url(../images/icons/menus.png) no-repeat -194px 1px;
	background-size: 258px 18px;
	top: 5px;
	position: relative;
}

.header_index ul.menu li:first-child.active a i.icon {
	top: 5px;
	position: relative;
	width: 22px;
	height: 18px;
	background: url(../images/icons/menus.png) no-repeat -175px 1px;
	background-size: 258px 18px;
}

.header_index ul.menu li:nth-child(2) a i.icon {
	background-image: url(../images/icons/login.png);
	top: 5px;
	position: relative;
}

.header_index ul.menu li:nth-child(2).active a i.icon {
	background-image: url(../images/icons/login-n.png);
	top: 5px;
	position: relative;
}

.header_index ul.menu li:nth-child(3) a i.icon {
	background: url(../images/icons/menus.png) no-repeat -110px 1px;
	background-size: 258px 18px;
	top: 5px;
	position: relative;
}

.header_index ul.menu li:nth-child(3).active a i.icon {
	background: url(../images/icons//menus.png) no-repeat -86px 1px;
	background-size: 258px 18px;
	top: 5px;
	position: relative;
}

.header_index ul.menu li:nth-child(4) a i.icon {
	background: url(../images/icons/menus.png) no-repeat -63px 1px;
	background-size: 258px 17px;
	top: 5px;
	position: relative;
}

.header_index ul.menu li:nth-child(4).active a i.icon {
	background: url(../images/icons/menus.png) no-repeat -39px 1px;
	background-size: 258px 17px;
	top: 5px;
	position: relative;
}

.header_index ul.menu li:nth-child(5) a i.icon {
	background-image: url(../images/icons/customer.png);
	top: 5px;
	position: relative;
}

.header_index ul.menu li:nth-child(5).active a i.icon {
	background-image: url(../images/icons/customer-n.png);
	top: 5px;
	position: relative;
}

.header_index ul.menu li:nth-child(6) a i.icon {
	background: url(../images/icons/menus.png) no-repeat -18px 0px;
	background-size: 258px 18px;
	top: 5px;
	position: relative;
}

.header_index ul.menu li:nth-child(6).active a i.icon {
	background: url(../images/icons/menus.png) no-repeat 3px 0px;
	background-size: 258px 18px;
	top: 5px;
	position: relative;
}


/*footer styles*/

div.footer {
	background: #212329;
	padding: 15px;
	text-align: center;
	margin-bottom: 50px;
}

div.footer img {
	display: block;
	width: 88%;
	margin: 0 auto;
	margin-top: 15px;
}

div.footer p.arr {
	color: #818791;
	font-size: 1.2rem;
	margin-top: 12px;
}

div.footer div.links span a {
	text-decoration: none;
	color: #d9dee9;
	font-size: 1.2rem;
	margin-right: 14px;
}


/*popups  */

.modal {
	display: block;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.80);
}

.modal-content.pr22 {
	background-color: #fefefe;
	margin: 40% auto;
	width: 90%;
}

.modal-content.pr22 .header {
	background: url(../__static/__images/promotion/promotion22/pophead.png);
	background-size: 100% 100%;
	height: 32px;
	line-height: 32px;
	font-size: 1.5rem;
	text-align: center;
	position: relative;
}

.modal-content.pr22 .header p.title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	background: -webkit-linear-gradient(#d0c2a0, #ad9d77);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.modal-content.pr22 .header .close {
	right: 10px;
	top: 0;
	position: absolute;
}

.modal-content.pr22 .content {
	background: #fff;
	text-align: center;
}

.modal-content.pr22 .content .dashed {
	padding: 15px 0;
	color: #333333;
	font-size: 1.3rem;
	border-bottom: 1px dashed #656565;
}

.modal-content.pr22 .content .bot {
	padding: 15px 10px 0;
	font-size: 1.3rem;
	color: #333333;
}

.modal-content.pr22 .content .bot span {
	color: #ff6600;
	font-weight: bolder;
}

.modal-content.pr22 .content div.btn {
	padding: 15px 0;
	width: 100%;
}

.modal-content.pr22 .content a.sub {
	color: #333333;
	display: block;
	width: 25%;
	height: 24px;
	line-height: 24px;
	margin: 0 auto;
	background: -webkit-linear-gradient(left, #ac9568, #ccb384);
	background: -o-linear-gradient(left, #ac9568, #ccb384);
	background: -moz-linear-gradient(left, #ac9568, #ccb384);
	background: linear-gradient(left, #ac9568, #ccb384);
}


/*use for default*/

.modal.index_phonereg {
	background: url(../__static/__images/bg/blur.jpg);
	background-size: 100% 100%;
	z-index: 99;
}

.modal.index_phonereg .modal-content {
	position: relative;
	margin: 15% auto;
	padding: 40px;
	border: 1px solid #888;
	width: 60%;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.79);
}

.modal.index_phonereg .modal-content p.callback {
	font-size: 1.3rem;
	color: #36363d;
	text-align: center;
	margin-bottom: 25px;
}

.modal.index_phonereg .modal-content input.phone_number {
	padding: 12px 0;
	width: 100%;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	outline: 0 !important;
	outline-color: transparent;
	font-size: 2.3rem;
	text-align: center;
	background-color: transparent;
	border-radius: 0;
	border-bottom: 1px solid #fff;
}

.modal.index_phonereg .modal-content input.phone_number::-webkit-input-placeholder {
	color: #747474;
}

.modal.index_phonereg .modal-content input.phone_number:-moz-placeholder {
	color: #747474;
}

.modal.index_phonereg .modal-content input.phone_number::-moz-placeholder {
	color: #747474;
}

.modal.index_phonereg .modal-content input.phone_number:-ms-input-placeholder {
	color: #747474;
}

.modal.index_phonereg .modal-content a.submit {
	display: block;
	margin-top: 33px;
	background: #1f89e9;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #fff;
	border-radius: 22px;
	box-shadow: 0px 2px 4px rgba(31, 137, 233, 0.56);
}

.modal.index_phonereg .modal-content .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.modal.index .modal-content {
	background: url(../__static/__images/bg/envelope.png);
	margin: 15% auto;
	padding: 20px;
	width: 80%;
	position: relative;
	width: 226px;
	height: 303px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.modal.index .modal-content img {
	width: 100%;
	display: block;
}

.modal.index .modal-content .close {
	width: 20%;
	position: absolute;
	bottom: -72px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.modal.index .modal-content p.text {
	font-size: 1.8rem;
	position: absolute;
	color: #fff;
	top: 60%;
	bottom: 0;
	text-align: center;
	line-height: 2.2rem;
	width: 88%;
	box-sizing: border-box;
}

.modal.index .modal-content a.recieve {
	position: absolute;
	bottom: 25px;
	text-align: center;
	display: block;
	width: 156px;
	margin: 0 auto;
	left: 0;
	right: 0;
	color: #ffffff;
	border: 1px solid #fff;
	border-radius: 22px;
	height: 39px;
	line-height: 39px;
	font-size: 1.5rem;
}

.modal .captcha-cont {
	display: none;
}

.modal .err-msg {
	text-align: center;
	color: #ff0000;
}

.err-msg {
	font-size: 1.6rem;
	color: #d13847;
	padding: 0 16px;
	margin-top: 15px;
}

.err-msg i {
	margin-bottom: -4px;
}

.popwindow {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.5;
	background-color: #000000;
	z-index: 1000001;
}

.pop {
	position: fixed;
	z-index: 1000002;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.wrap1 {
	padding: 0 10px;
	position: relative;
}

.pop.phonebackpopup .pop_cont {
	padding-top: 50px;
}

.pop .pop_cont {
	width: 100%;
	margin-top: 50px;
	min-height: 135px;
	padding-top: 35px;
	background-color: #fff;
	display: block;
	border-radius: 6px;
	position: relative;
}

.poploader {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: transparent;
}

.poploader img {
	width: 50px;
	height: 50px;
}


/*client download*/

section.c_download div.main_content {
	padding-top: 10px;
}

section.c_download div.main_content h2 {
	color: #fff;
	margin: 25px 0 15px;
}

section.c_download div.main_content h2.first {
	color: #fff;
	margin-top: 10px;
}

section.c_download div.main_content h2.with_sub {
	color: #fff;
	margin-top: 10px 0 11px;
}

section.c_download div.main_content p.hsub {
	margin-bottom: 20px;
}

section.c_download .games_wrap {
	padding-bottom: 31px;
	border-bottom: 1px solid #36364c;
}

section.c_download .games_wrap .divider {
	height: 20px;
	background: transparent;
	display: block;
}

section.c_download .games_wrap img.qr {
	width: 80%;
	height: 80%;
	display: block;
	margin: 0 auto;
}

section.c_download .games_wrap a.btn_qr {
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 18px auto;
	background: transparent;
	width: 90%;
	color: #818791;
	border: 1px solid #818791;
	font-size: 1.8rem;
}

section.c_download .display_flex_h .img_container img {
	width: 73px;
}

section.c_download .display_flex_h .details {
	padding-left: 9px;
	padding-top: 2px;
}

section.c_download .display_flex_h .details p.title {
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 10px;
}

section.c_download .display_flex_h .details div.subs p {
	font-size: 1.1rem;
	line-height: normal;
	color: #818791;
}


/*App details styles*/

section.app_details .main_content {
	padding: 15px;
	padding-bottom: 123px;
	padding-right: 0;
}

section.app_details .main_content .cols-2-sm img {
	width: 100%;
	display: block;
}

section.app_details .main_content .cols-2-sm p.name {
	font-size: 1.8rem;
	margin: 5px 0;
}

section.app_details .main_content .cols-2-sm p.subs {
	font-size: 1.8rem;
	margin-bottom: 8px;
}

section.app_details .main_content .cols-2-sm a.dload {
	font-size: 1.2rem;
	margin-bottom: 8px;
	background: url(../__static/__images/bg/btn_discount.png);
	background-size: 100% 100%;
	height: 28px;
	text-align: center;
	display: block;
	line-height: 28px;
	width: 46%;
	border-radius: 4px;
}

section.app_details .screenshot {}

section.app_details .main_content .cols-2-sm div.icons {
	margin: 10px 0;
}

section.app_details .screenshot ul li img {
	width: 230px;
}

section.app_details .list_sec ul li {
	margin-right: 10px;
}

section.app_details .divider {
	border-top: 1px solid #36364c;
	margin: 15px 0;
}

section.app_details .main_content div.text_wrap {
	padding-right: 15px;
}

section.app_details .main_content div.text_wrap p {
	line-height: normal;
}

section.app_details .main_content h2 {
	margin: 10px 0;
}

section.app_details .main_content p.subtexts {
	margin: 20px 0;
}


/*gamehall*/

section.gamehall {
	background: #292d36;
}

section.gamehall .banner {
	width: 100%;
	display: block;
}

section.gamehall .content {
	position: relative;
}

section.gamehall .nav_wrap {
	padding: 10px 0px 8px 0px;
	margin-bottom: 18px;
	background: #323742;
	height: 17px;
	line-height: 25px;
}

section.gamehall .nav_wrap div .inner {
	position: relative;
	height: 22px;
	top: -5px;
	color: #818791;
}

section.gamehall .nav_wrap div .inner select {
	color: #818791 !important;
}

section.gamehall .nav_wrap div i.icon {
	position: absolute;
	left: -3px;
	top: 5px;
}

section.gamehall .nav_wrap .icon_search {
	position: absolute;
	right: 8px;
	top: 0;
}

section.gamehall .nav_wrap div i.icon_filter {
	position: absolute;
	left: 12px;
	top: 0px;
}

section.gamehall .nav_wrap div i.icon_heart {
	top: 1px;
}

section.gamehall .nav_wrap .tab {
	border-right: 1px inset rgba(33, 34, 41, 0.72);
	height: 13px;
	position: relative;
	top: 2px;
}

section.gamehall .nav_wrap .tab1 {
	padding-left: 15px;
	width: 24%;
}

section.gamehall .nav_wrap .tab2 {
	padding-left: 10px;
	width: 25%;
}

section.gamehall .nav_wrap .tab3 {
	padding-left: 5px;
	width: 28%;
}

section.gamehall .nav_wrap .tab4 {
	padding-left: 10px;
	width: 24%;
}

section.gamehall .nav_wrap .tab1 select.with_arrow.without_style {
	padding-left: 0;
}

section.gamehall .nav_wrap .tab4 {
	border-right: 0;
	padding-right: 15px;
}

section.gamehall .nav_wrap .tab4.not .inner .icon.icon25 {
	position: absolute;
	height: 15px;
	width: 15px;
	left: 75% !important;
}

section.gamehall select {
	color: #fff !important;
}

section.gamehall select option {
	color: rgb(204, 204, 204);
}

section.gamehall select.with_arrow.without_style {
	background: url(../images/icons/down_ico.png);
	background-repeat: no-repeat;
	background-position: 96% 57%;
	background-size: 8px 5px;
	font-size: 1rem;
	position: relative;
	top: -2px;
	outline: 0;
	outline-color: transparent;
}

section.gamehall select#providerSelect.with_arrow.without_style,
section.gamehall select#groupTypeSelect.with_arrow.without_style {
	background-position: 92% 57%;
}

section.gamehall .label_text {
	background: url(../__static/__images/icons/down_ico.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 11px 7px;
	color: #818791;
	line-height: 23px;
	padding-left: 5px;
}

section.gamehall .label_text.without_style {
	background: none;
	background-repeat: no-repeat;
	background-size: 11px 7px;
	color: #818791;
	line-height: 23px;
	padding-left: 18px;
	font-size: 1rem;
	top: -1px;
	position: relative;
}

section.gamehall .games {
	/*overflow: hidden;*/
}

.games .contant {
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 20px;
}

.games .contant a {
	display: -webkit-flex;
	display: flex;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0;
	background: 10px no-repeat #191B20;
}


/* .games .contant .ico-afb{
  background-image: url(../images/sport/afb.jpg);
  background-size: 100% 100%;
} */

.games .contant .ico-sb {
	background-image: url(../images/sport/sbo.jpg);
	background-size: 100% 100%;
}

.games .contant .ico-ibc {
	background-image: url(../images/sport/ibc.jpg);
	background-size: 100% 100%;
}

.games .contant>a>i {
	width: 15rem;
	height: 12rem;
	display: block;
	margin-right: 1rem;
	flex: 0 0 auto;
}

.games .contant a span {
	width: 100%;
	margin-left: 1rem;
}

.games .contant a span h6 {
	font-size: 16px;
	line-height: 200%;
	color: #d5d5d5 !important;
}

.games .contant a span p {
	line-height: 200%;
	padding: 5px 0;
	text-align: justify;
	color: #818791;
}

.slot_game_item_list {
	padding: 0 7px 7px;
	overflow: hidden;
	box-sizing: border-box;
}
.banner_image {
	display: block;
	width: 100%;
	height: 100px;
	/**暂时 temporary **/
	margin-bottom: 10px;
	border-radius: 6px;
	cursor: pointer;
}

.slot_game_item_list .slot_game_item {
	float: left;
	width: 50%;
	padding: 14px 7px 0 7px;
	box-sizing: border-box;
}

.slot_game_item .slot_game_img_wrap {
	position: relative;
	margin-bottom: 5px;
}

.slot_game_item_list .slot_game_item .game_type_tag span {
	display: inline-block;
	margin-right: 4px;
	padding: 3px 5px;
	background-size: 100% 100%;
	font-size: 1.1rem;
	color: #fff;
}

.slot_game_item_list .slot_game_item .game_type_tag {
	position: absolute;
	bottom: 8px;
	left: 8px;
}

.slot_game_item_list .slot_game_item .icon_fav {
	position: absolute;
	top: 7px;
	right: 7px;
}

.games .game_details {
	margin: 10px 0;
	font-size: 1.4rem;
	color: #4a4a4a;
}

div.type_container span.type {
	font-size: 1.3rem;
	border-radius:2px;
	padding: 2px 5px;
	margin-right: 3px;
	background: url(../images/slots/btn_xs.png);
	background-size: 100% 100%;
	color: #1e2440;
	cursor: pointer;
}

div.type_container .icon25,
div.type_container .icon26 {
	position: absolute;
	right: 0;
	margin-right: 2px;
}

.slot_game_search_wrap {
	position: fixed;
	top: -55px;
	left: 0;
	overflow: hidden;
	width: 100%;
	padding: 10px 0 10px 10px;
	background: #323742;
	box-sizing: border-box;
	z-index: 99;
}

.slot_game_search_wrap .search_input_wrap {
	position: relative;
	height: 30px;
	background: #323742;
	border-radius: 5px;
	z-index: 110;
}

.slot_game_search_wrap .search_input_wrap input {
	display: block;
	padding: 0 25px 0 5px;
	width: 100%;
	height: 100%;
	line-height: 30px;
	border: none;
	outline: none;
	box-sizing: border-box;
	background: #292d36;
	border-radius: 4px;
	padding-left: 25px;
	color: #fff;
}

.slot_game_search_wrap .search_input_wrap i.icon27 {
	position: absolute;
	left: 8px;
	top: 8px;
	height: 15px;
	width: 15px;
}

.slot_game_search_wrap .search_input_wrap .icon71 {
	position: absolute;
	top: 8px;
	right: 5px;
}

.icon71 {
	width: 14px;
	height: 14px;
	background-image: url(../__static/__images/icons/icon71.png);
}

.slot_game_search_wrap .cancel_text {
	width: 48px;
	height: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 1.5rem;
	color: #818791;
	z-index: 110;
}

.loadmoregame {
	text-align: center;
	padding: 20px 15px;
}

#favoriteBox {
	display: none;
}

#favoriteBox:checked+i {
	background-image: url(../__static/__images/icons/heart_yellow.png);
}

.no_result {
	text-align: center;
	padding: 40px 0 0;
}

.cover {
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.81);
	z-index: 98;
}

.drop_down_filter {
	display: none;
	position: absolute;
	top: 49px;
	z-index: 97;
	width: 100%;
	background: #fff;
	padding: 20px 20px;
	box-sizing: border-box;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.56);
}

.drop_down_filter_sec {
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
	column-count: 3;
	column-gap: 20px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.drop_down_filter_sec a {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: #eee;
	color: #666;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 5px;
}

.drop_down_filter_sec a .hidden_check {
	width: 0;
	height: 0;
	visibility: hidden;
}

.drop_down_filter_sec.last_item {
	margin-bottom: 0;
	border-bottom: none;
}

.drop_down_filter_sec a.active {
	background: #c19f5c;
	border-color: #c19f5c;
	color: #fff;
}

.drop_down_filter a.filter_btn {
	height: 44px;
	line-height: 44px;
	border: 1px solid #c19f5c;
	font-size: 1.7rem;
	color: #fff;
	border-radius: 4px;
	width: 32%;
	margin: 0 auto;
	display: block;
	background: #c19f5c;
	text-align: center;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.51);
}

.slot_game_search_wrap .search_input_wrap input::-webkit-input-placeholder {
	color: #818791 !important;
}

.slot_game_search_wrap .search_input_wrap input:-moz-placeholder {
	color: #818791 !important;
}

.slot_game_search_wrap .search_input_wrap input::-moz-placeholder {
	color: #818791 !important;
}

.slot_game_search_wrap .search_input_wrap input:-ms-input-placeholder {
	color: #818791 !important;
}


/*Member Center*/

.usercenter_content {
	background: #212229;
	padding-bottom: 50px;
}

.usercenter_content .usercenter_sec {
	margin-bottom: 20px;
	background: #292d36;
}

.usercenter_content .exclusiveLink {
	margin-top: -20px;
	padding: 7px 15px;
	color: #f8d34b;
	font-size: 1.4rem;
}


/* .usercenter_content .exclusiveLink {
    margin-top: -40px;
    padding: 15px 10px;
    color: #c4a943;
    font-size: 1.4rem;
}
.usercenter_content .exclusiveLink ul{
    padding:15px 0px;
}
.usercenter_content .exclusiveLink li{
    float:left;
    text-align:right;
}
.usercenter_content .exclusiveLink .marqueeLink{
    width:60%;
    margin-top:1px;
} */

.usercenter_content .exclusiveLink a {
	font-weight: bold;
	text-decoration: underline;
}

.usercenter_content .usercenter_info .boxes {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(50, 55, 66, 0.5);
}

.usercenter_content .usercenter_info .boxes .speaker {
	background: transparent;
}

.usercenter_content .usercenter_info {
	padding: 15px 0 15px 15px;
	background: url(../__static/__images/bg/memberbg.jpg);
	background-size: 100% 100%;
	position: relative;
	padding-top: 45px;
}

.usercenter_account_name .icon {
	float: left;
	margin-right: 9px;
	height: 48px;
	width: 48px;
}

.usercenter_content .usercenter_account_text .text {
	background: #439642;
	padding: 1px 3px;
	font-size: 1rem;
	border-radius: 4px;
	font-style: italic;
}

.usercenter_content .usercenter_account_text h4 {
	margin-bottom: 5px;
	font-size: 1.6rem;
	margin-top: 4px;
}

.usercenter_content .usercenter_account_text {
	color: #fff;
}

.usercenter_content .usercenter_account_text .no-login {
	font-size: 1.6rem;
	color: #B2A74B;
	padding: 10px 2px;
}

.usercenter_content .usercenter_account .col1 {
	float: left;
}

.usercenter_content .usercenter_account .col2 {
	float: right;
	margin-top: 5px;
}

.usercenter_content .usercenter_identify ul {
	overflow: hidden;
	padding-right: 15px;
	text-align: right;
}

.usercenter_content .usercenter_identify ul li {
	display: inline;
	margin-right: 0px;
}

.usercenter_content .usercenter_identify ul li:last-child {
	margin-right: 0;
}

.usercenter_content .usercenter_identify ul li span {
	vertical-align: text-bottom;
}

.usercenter_info .space_border {
	background: #ccc;
}

.usercenter_info .usercenter_money {
	position: relative;
	margin-left: 14%;
}

.usercenter_info .usercenter_money .subtext {
	margin-bottom: 10px;
	color: #fff;
	font-size: 1rem;
}

.usercenter_info .usercenter_money .subtext span.cur {
	font-size: 1.4rem;
	position: relative;
	bottom: -2px;
}

.usercenter_info .usercenter_money p {
	font-size: 2.4rem;
	color: #fff;
}

.usercenter_info .usercenter_money .balance_link {
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-size: 1.4rem;
	color: #fff;
	background: #2497ff;
	border-radius: 22px;
	box-shadow: 0 5px 11px #116bc4;
	height: 27px;
	line-height: 27px;
	width: 90px;
	text-align: center;
}

.usercenter_deposit {
	padding: 15px 0 15px 15px;
}

.usercenter_deposit h3 {
	width: 100%;
	/*margin-bottom: -22px;*/
	font-size: 1.6rem;
	color: #fff;
	border-bottom: 1px solid #36364c;
}

.usercenter_deposit h3 .desc {
	/*display: block;
    margin-left: 10px;
    font-size: 1.2rem;
    color: #fff;
    border: 1px solid #19ce25;
    padding: 3px 5px;
    width: 67%;
    position: relative;
    top: -33px;
    left: 68px;
    overflow: hidden;*/
	display: block;
	font-size: 1.2rem;
	color: #00e767;
	padding: 10px 3px;
}

.ul_auto_wrap ul {
	overflow: hidden;
}

.ul_auto_wrap ul li {
	float: left;
	margin-right: 15px;
}

.usercenter_deposit .ul_auto_wrap li img {
	width: 57px;
}

.usercenter_deposit .ul_auto_wrap li span {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	color: #ffffff;
}

.usercenter_grid .col a {
	padding: 15px;
}

.usercenter_grid .col .icon {
	display: block;
	margin: 0 auto 8px auto;
}

.usercenter_grid .col .text {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 1.6rem;
	color: #333;
}

.usercenter_content .usercenter_sec.item_list {
	background: #212229;
}

.item_list_item {
	background: #292d36;
}

.item_list_item span.text_right {
	position: absolute;
	right: 35px;
	top: 10px;
	font-size: 1.2rem;
	color: #d13847;
}

.item_list_item span.text_right.blue {
	color: #379efb;
}

.item_list_item a {
	position: relative;
	padding: 0 0 0 15px;
	display: block;
	overflow: hidden;
}

.item_list_item a .icon_left {
	float: left;
	display: block;
	margin-top: 10px;
}

.item_list_item a .icon_left.icon48 span.msg_notif {
	position: absolute;
	top: -8px;
	color: #fff;
	background: #d13847;
	padding: 3px;
	font-size: 1rem;
	border-radius: 5px;
	height: 10px;
	width: 10px;
	line-height: 10px;
	text-align: center;
	right: -8px;
}

.item_list_item a .text {
	display: block;
	margin-left: 45px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #36364c;
	font-size: 1.6rem;
	color: #fff;
}

.item_list_item a .text .desc {
	margin-left: 33px;
	color: #999;
}

.item_list_item a .icon_right {
	position: absolute;
	top: 15px;
	right: 15px;
}

.item_list_item .item_list {
	display: none;
}

.item_list_item .item_list .item_list_item {
	background: #292d36;
}

.item_list_item .item_list .item_list_item:last-child a .text,
.item_list_item.opened a .text {
	border-bottom: none;
}

.item_list_item.opened .item_list a .text {
	border-bottom: 1px solid #303241;
}

.item_list_item.item_logout {
	margin-top: 20px;
}

.item_list_item.item_no_border a .text {
	border-bottom: none;
}

.item_list_item.item_no_border .hot {
	border-radius: 20px;
	background: #d13847;
	font-size: 10px;
	font-style: normal;
	padding: 6px 2px;
}

.item_list_item.item_no_border .new {
	border-radius: 6px;
	background: #d13847;
	font-size: 10px;
	font-style: normal;
	padding: 3px 6px;
}

.item_list_item .text .icon52 {
	position: relative;
	top: -8px;
	margin-left: 5px;
}

.item_list_item .msg-count {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	font-size: 1.1rem;
	color: #fff;
	background: #d13847;
	position: absolute;
	padding: 0 3px;
	border-radius: 10px;
	top: 3px;
	left: 30px;
}

.msg-count {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	font-size: 1.1rem;
	color: #fff;
	background: #d13847;
	position: absolute;
	padding: 0 3px;
	border-radius: 10px;
	top: 14px;
	margin: 0 auto;
}


/*history*/

.history {
	display: block;
	padding: 0px 0 10px 0;
}

.history .layout_form {
	padding: 0;
}

.history .layout_form .form_field_wrap .form_field .input_wrap select {
	color: #c19f5c !important;
	font-size: 1.7rem;
}

.history .layout_form .form_field_wrap .form_field .input_wrap select option {
	color: #818791;
}

.history .layout_form .form_field_wrap .form_field {
	position: relative;
	height: 37px;
	line-height: 42px;
}

.history .history_list {}

.history .history_list ul {
	padding-top: 0px;
}

.history .history_list ul li {
	background: #212229;
	overflow: hidden;
	margin-bottom: 4px;
}

.history .history_list ul li img {
	width: 100%;
	height: auto;
}

.history .history_list ul li p {
	display: block;
	font-size: 1.4rem;
	color: #fff;
	margin-bottom: 7px;
	min-height: 19px;
}

.history .history_list ul li p:nth-of-type(1) {
	border-bottom: none;
}

.history .history_list ul li p:nth-of-type(2) {
	color: #4a4a4a;
}

.history .history_list ul li p a {
	font-size: 1.2rem;
	color: #666;
	text-decoration: underline;
	display: inline-block;
	padding-top: 10px;
}

.history .history_list ul li p span {
	font-size: 1.2rem;
	color: #666;
	float: right;
	display: inline-block;
	padding-top: 10px;
}

.history .history_list ul li .more {
	display: block;
	position: relative;
}

.history .history_list ul li .more .text_before {
	padding: 10px 15px 20px;
}

.history .history_list ul li .more .text_before a.sm_standard_dbtn {
	position: absolute;
	right: 15px;
	top: 9px;
}

.history .history_list ul li .more .text_before a.toggle_down {
	content: "";
	display: block;
	height: 20px;
	background-size: 12px 9px;
	position: absolute;
	line-height: 20px;
	right: 15px;
	bottom: 15px;
}

.history .history_list ul li .more .more-details a.toggle_up {
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.history .history_list ul li .toggle.active .more:after {
	content: "";
	display: block;
	width: 100%;
	height: 35px;
	background: url(../__static/__images/icons/toggle_arrowup.png) center center no-repeat;
	background-size: 15px 15px;
}

.history .layout_form {
	padding: 0;
	border-bottom: 1px solid #212229;
}

.history .layout_form .form_field_wrap .form_field .input_wrap {
	margin: 0;
}

.history .history_list ul li .more.active p:nth-of-type(1) {
	border-bottom: 1px solid #c9c9c9;
}

.history .history_list ul li .more-details {
	display: none;
	padding: 15px 15px 30px 0;
	border-top: 1px solid #292d36;
	margin-left: 15px;
}

.history .layout_form .form_field_wrap .form_field .input_wrap select {
	background-image: none;
	color: #fff !important;
	font-size: 1.6rem;
	line-height: normal;
}

.history .layout_form .form_field.with_arrow_icon .input_wrap,
.promotion .layout_form .form_field.with_arrow_icon .input_wrap {
	background: url(../__static/__images/icons/ico_botgray.png) no-repeat;
	background-size: 15px 8px;
	background-position: 95% 50%;
	background-position: right 15px top 54%;
}

.standard_bg {
	background: #313743 !important;
}


/*Promotion List */

section.promotions {
	padding-left: 15px;
}

section.promotions .promo_list_wrap {
	padding: 15px 0;
	border-bottom: 1px solid #313743;
}

section.promotions .cols-2 .col1 {
	width: 35%;
	margin-top: 0.4rem;
}

section.promotions .cols-2 .col2 {
	width: 65%;
}

section.promotions .content-wrap {
	padding: 0 15px;
	margin-top: 2px;
}

section.promotions .col1 img {
	width: 100%;
	display: block;
	border-radius: 4px;
}

section.promotions .content-wrap p.name {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #fff;
	line-height: 1.3rem;
	white-space: normal;
}

section.promotions .content-wrap p.desc {
	font-size: 1.2rem;
	margin-bottom: 10px;
	white-space: normal;
}


/*Promotion Pages*/

section.promotion_pages .content {
	padding: 15px;
	vertical-align: middle;
}

section.promotion_pages .content.promotion_activity table {
	width: 100%;
	text-align: center;
	background: #1b1e25;
}

section.promotion_pages .content.promotion_activity table tr:first-child td {
	background: #004f8f;
	color: #fefffe;
}

section.promotion_pages .content.promotion_activity table tr td:first-child {
	width: 22%;
}

section.promotion_pages .content.promotion_activity table tr td:nth-child(2) {
	width: 60%;
}

section.promotion_pages .content.promotion_activity table tr td:last-child {
	width: 28%;
}

section.promotion_pages .content.promotion_activity table tr td {
	border-right: 1px solid #292d36;
	border-bottom: 1px solid #292d36;
	padding: 5px;
}

section.promotion_pages .content.promotion_activity table.eq tr td {
	width: 50%;
}

section.promotion_pages .content.promotion_activity table.five_col tr td {
	width: 20%;
}

section.promotion_pages .content.promotion_activity table.four_col tr td {
	width: 20%;
}

section.promotion_pages .content.promotion_activity table.four_col tr td:last-child {
	width: 40%;
}

section.promotion_pages .content.promotion_activity ul.with_margin_bot li {
	margin-bottom: 25px;
}


/* Toast */

.toast_wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	margin-top: -55px;
	margin-left: -80px;
	padding: 75px 0 10px 0;
	width: 160px;
	background: rgba(0, 0, 0, 0.8);
	background-repeat: no-repeat;
	background-size: 44px 35px;
	background-position: 50% 27px;
	color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}

.toast_loading_wrap .toast_wrap_no_icon {
	display: inline-block;
	position: static;
	margin-top: 0;
	margin-left: 0;
	padding: 15px 50px 25px 50px;
	width: auto;
	text-align: center;
}

.toast_wrap_no_icon {
	position: fixed;
	top: 42%;
	left: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
}

.toast_wrap_no_icon .toast_wrap {
	display: inline-block;
	position: static;
	margin-top: 0;
	margin-left: 0;
	padding: 30px;
	width: auto;
	max-width: 80%;
}

.toast_wrap_root {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 999;
}

.toast_wrap.error {
	background-image: url(../__static/__images/icons/sad.png);
}

.toast_wrap.success {
	background-image: url(../__static/__images/icons/smile.png);
}

.toast_wrap p {
	padding: 0 5px;
	line-height: normal;
	text-align: center;
}

.toast_loading_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 999;
}

.toast_wrap_loading_content {
	position: absolute;
	margin-top: -25px;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
}


/* LOADING ANIMATION START */

.loading {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -10px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 0;
}

.loading.reversed li {
	border: 3px solid white;
	-webkit-animation: LOADINGREV 2s infinite;
	animation: LOADINGREV 2s infinite;
}

.loading.reversed li:nth-child(1n) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.loading.reversed li:nth-child(2n) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loading.reversed li:nth-child(3n) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.loading li {
	height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	margin: 0;
	height: 1px;
	width: 1px;
	border: 3px solid #ccc;
	border-radius: 100%;
	-webkit-transform: transformZ(0);
	transform: transformZ(0);
	-webkit-animation: LOADING 2s infinite;
	animation: LOADING 2s infinite;
}

.loading li:nth-child(1n) {
	left: -12px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.loading li:nth-child(2n) {
	left: 0;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loading li:nth-child(3n) {
	left: 12px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.loading li:nth-child(4n) {
	left: 24px;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

@-webkit-keyframes LOADING {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background: #ccc;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background: white;
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background: #ccc;
	}
}

@keyframes LOADING {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background: #ccc;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background: white;
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background: #ccc;
	}
}

@-webkit-keyframes LOADINGREV {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background: white;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background: #ccc;
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background: white;
	}
}

@keyframes LOADINGREV {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background: white;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background: #ccc;
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		background: white;
	}
}


/* LOADING ANIMATION END */


/* modify mobile page */

.modifymobile_content._01 {
	display: none;
}

.modifymobile_content._01 .success-msg {
	padding-top: 53px;
	text-align: center;
}

.modifymobile_content._01 .success-msg .icon-content img {
	width: 73px;
	height: 73px;
}

.modifymobile_content._01 .success-msg .text-content {
	padding-top: 35px;
}

.modifymobile_content._01 .success-msg .text-content span {
	font-size: 1.3rem;
	color: #818791;
}

.modifymobile_content._02 {
	display: none;
}

.modifymobile_content._02 .flt-header {
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
}

.modifymobile_content._02 .flt-header span {
	color: #fff;
}

.modifymobile_content._02 .flt-header span.icon {
	margin-bottom: -10px;
}

.modifymobile_content._02 .layout_form {
	padding-top: 0;
}

.modifymobile_content._02 .layout_form .form_field_wrap {}

.modifymobile_content._02 .layout_form .form_field_wrap .form_field {
	height: auto;
	line-height: 1.4rem;
	padding: 25px 0 23px;
	float: left;
}

.modifymobile_content._02 .layout_form .form_field_wrap .form_field .icon-content {
	display: block;
	float: left;
}

.modifymobile_content._02 .layout_form .form_field_wrap .form_field .icon-content img {
	width: 57px;
	height: 57px;
}

.modifymobile_content._02 .layout_form .form_field_wrap .form_field .input_wrap {
	margin: 0 0 0 80px;
}

.modifymobile_content._02 .layout_form .form_field_wrap .form_field .input_wrap .title {
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 13px;
}

.modifymobile_content._02 .layout_form .form_field_wrap .form_field .input_wrap .title .icon {
	margin-bottom: -17px;
}

.modifymobile_content._02 .layout_form .form_field_wrap .form_field .input_wrap .desc {
	font-size: 1.3rem;
}

#successModifyPhone.modifymobile_content._05 {
	display: none;
}

.modifymobile_content._03 .layout_form .form_field_wrap .form_field {
	height: 51px;
	line-height: 51px;
	border-bottom: 1px solid #36364c;
}

.modifymobile_content._03 .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.modifymobile_content._03 .layout_form .form_field_wrap .form_field .sendCode {
	color: #fff;
	width: 119px;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 9px;
	right: 15px;
	border: 1px solid #808791;
	border-radius: 300px;
	text-align: center;
	font-size: 1.3rem;
}

.modifymobile_content._03 .layout_form .form_field_wrap .form_field .optional {
	color: #818791;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 9px;
	right: 15px;
	text-align: center;
	font-size: 1.3rem;
}

.modifymobile_content._03 .layout_form .form_field_wrap .form_field .sendCode.active-btn {
	border: 0;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.modifymobile_content._03 .layout_form .notif {
	text-align: center;
	margin-top: 16px;
}

.modifymobile_content._04 .layout_form {
	padding: 0;
}

.modifymobile_content._04 .layout_form p {
	padding: 0 15px;
	height: 46px;
	line-height: 46px;
}

.modifymobile_content._05 .success-msg {
	padding-top: 21px;
	text-align: center;
}

.modifymobile_content._05 .success-msg .icon-content img {
	width: 82px;
	height: 82px;
}

.modifymobile_content._05 .success-msg .text-content {
	padding-top: 17px;
}

.modifymobile_content._05 .success-msg .text-content span {
	font-size: 1.3rem;
	color: #818791;
	display: block;
}

.modifymobile_content._05 .success-msg .text-content span.title {
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 15px;
}

.modifymobile_content._05 .success-msg .button-content {
	margin-top: 25px;
	padding: 0 15px;
}

.modifymobile_content._06 {
	display: none;
}

.modifymobile_content._06 .success-msg {
	padding-top: 41px;
	text-align: center;
}

#modifyPhoneRequestSucc.modifymobile_content._06 .success-msg .icon-content img {
	width: 82px;
	height: 82px;
}

.modifymobile_content._06 .success-msg .icon-content img {
	width: 61px;
	height: 110px;
}

.modifymobile_content._06 .success-msg .text-content {
	padding-top: 35px;
}

.modifymobile_content._06 .success-msg .text-content span {
	font-size: 1.4rem;
	color: #818791;
	display: block;
}

.modifymobile_content._06 .success-msg .text-content span.title {
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 15px;
}

.modifymobile_content._06 .success-msg .button-content {
	margin-top: 25px;
	padding: 0 15px;
}

#confirmNewBind {
	display: none;
}


/* Bind mobile page */

.bindmobile_content .banner img {
	width: 100%;
	display: block;
}

.bindmobile_content .layout_form {
	padding-top: 0;
}

.bindmobile_content .layout_form .form_field_wrap .form_field {
	height: 51px;
	line-height: 51px;
	border-bottom: 1px solid #36364c;
}

.bindmobile_content .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.bindmobile_content .layout_form .form_field_wrap .form_field .sendCode {
	color: #fff;
	width: 119px;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 9px;
	right: 15px;
	border: 1px solid #808791;
	border-radius: 300px;
	text-align: center;
	font-size: 1.3rem;
}

.bindmobile_content .layout_form .form_field_wrap .form_field .optional {
	color: #818791;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 9px;
	right: 15px;
	text-align: center;
	font-size: 1.3rem;
}

.bindmobile_content .layout_form .form_field_wrap .form_field .sendCode.active-btn {
	border: 0;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.bindmobile_content .layout_form .notif {
	text-align: center;
	margin-top: 16px;
}


/* Bind Email page */

.bindemail_content .layout_form .form_field_wrap {
	border-top: 1px solid #36364c;
	border-bottom: 1px solid #36364c;
}

.bindemail_content .layout_form .form_field_wrap .form_field {
	height: 51px;
	line-height: 51px;
	border-bottom: 1px solid #36364c;
}

.bindemail_content .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.bindemail_content .layout_form .form_field_wrap .form_field .input_wrap .spn_value {
	margin-right: 15px;
}

.bindemail_content .layout_form .form_field_wrap .form_field .input_wrap .icon {
	margin-bottom: -3px;
}

.bindemail_content .layout_form .form_field_wrap .form_field .input_wrap .codeInput {
	width: 119px;
	height: 31px;
	background: #23262f;
	text-align: center;
}

.bindemail_content .layout_form .form_field_wrap .form_field .input_wrap .reservedInfo span {
	background: #23262f;
	height: 31px;
	line-height: 31px;
	padding: 8px 21px;
}

.bindemail_content .layout_form .form_field_wrap .form_field .sendCode.with_border:before {
	content: '';
	position: absolute;
	left: -20px;
	height: 31px;
	border-left: 1px solid #36364c;
}

.bindemail_content .layout_form .form_field_wrap .form_field .sendCode {
	color: #fff;
	width: 119px;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 9px;
	right: 15px;
	border: 1px solid #808791;
	border-radius: 300px;
	text-align: center;
	font-size: 1.3rem;
}

.bindemail_content .layout_form .form_field_wrap .form_field .optional {
	color: #818791;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 9px;
	right: 15px;
	text-align: center;
	font-size: 1.3rem;
}

.bindemail_content .layout_form .form_field_wrap .form_field .sendCode.active-btn {
	border: 0;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.bindemail_content .layout_form .notif {
	text-align: center;
	margin-top: 16px;
}


/* Modify Email page*/

.modifyemail_content .layout_form .form_field_wrap {
	border-top: 1px solid #36364c;
	border-bottom: 1px solid #36364c;
}

.modifyemail_content .layout_form .form_field_wrap .form_field {
	height: 51px;
	line-height: 51px;
	border-bottom: 1px solid #36364c;
}

.modifyemail_content .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.modifyemail_content .layout_form .form_field_wrap .form_field .input_wrap .spn_value {
	margin-right: 15px;
}

.modifyemail_content .layout_form .form_field_wrap .form_field .input_wrap .icon {
	margin-bottom: -3px;
}

.modifyemail_content .layout_form .form_field_wrap .form_field .input_wrap .codeInput {
	width: 119px;
	height: 31px;
	background: #23262f;
	text-align: center;
}

.modifyemail_content .layout_form .form_field_wrap .form_field .input_wrap .reservedInfo span {
	background: #23262f;
	height: 31px;
	line-height: 31px;
	padding: 8px 21px;
}

.modifyemail_content .layout_form .form_field_wrap .form_field .sendCode.with_border:before {
	content: '';
	position: absolute;
	left: -20px;
	height: 31px;
	border-left: 1px solid #36364c;
}

.modifyemail_content .layout_form .form_field_wrap .form_field .sendCode {
	color: #fff;
	width: 119px;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 9px;
	right: 15px;
	border: 1px solid #808791;
	border-radius: 300px;
	text-align: center;
	font-size: 1.3rem;
}

.modifyemail_content .layout_form .form_field_wrap .form_field .optional {
	color: #818791;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 9px;
	right: 15px;
	text-align: center;
	font-size: 1.3rem;
}

.modifyemail_content .layout_form .form_field_wrap .form_field .sendCode.active-btn {
	border: 0;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.modifyemail_content .layout_form .notif {
	text-align: center;
	margin-top: 16px;
}


/* Personal Data page */

.personaldata_content .layout_form .form_field_wrap {
	border-top: 1px solid #36364c;
	border-bottom: 1px solid #36364c;
}

.personaldata_content .layout_form .form_field_wrap .form_field {
	height: 51px;
	line-height: 51px;
	border-bottom: 1px solid #36364c;
}

.personaldata_content .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.personaldata_content .layout_form .form_field_wrap .form_field .input_wrap .spn_value {
	margin-right: 15px;
}

.personaldata_content .layout_form .form_field_wrap .form_field .input_wrap .icon {
	margin-bottom: -3px;
}

.personaldata_content .layout_form .form_field_wrap .form_field .input_wrap .codeInput {
	width: 119px;
	height: 31px;
	background: #23262f;
	text-align: center;
}

.personaldata_content .layout_form .form_field_wrap .form_field .input_wrap .reservedInfo span {
	background: #23262f;
	height: 31px;
	line-height: 31px;
	padding: 8px 21px;
}

.personaldata_content .layout_form .form_field_wrap .form_field .sendCode.with_border:before {
	content: '';
	position: absolute;
	left: -20px;
	height: 31px;
	border-left: 1px solid #36364c;
}

.personaldata_content .layout_form .form_field_wrap .form_field .sendCode {
	color: #fff;
	width: 119px;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 9px;
	right: 15px;
	border: 1px solid #808791;
	border-radius: 300px;
	text-align: center;
	font-size: 1.3rem;
}

.personaldata_content .layout_form .form_field_wrap .form_field .optional {
	color: #818791;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 9px;
	right: 15px;
	text-align: center;
	font-size: 1.3rem;
}

.personaldata_content .layout_form .form_field_wrap .form_field .sendCode.active-btn {
	border: 0;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.personaldata_content .layout_form .notif {
	text-align: center;
	margin-top: 16px;
}

.personaldata_content .date-choose {
	padding-right: 20px !important;
	width: 96% !important;
	height: 92.8% !important;
	border: none !important;
	outline: none !important;
	background: url(../__static/__images/icons/icon08.png) !important;
	background-repeat: no-repeat !important;
	background-size: 7px 13px !important;
	background-position: 100% 50% !important;
	color: #818791 !important;
	font-size: 1.3rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: -2px;
	right: -5px;
	direction: rtl;
	box-sizing: border-box;
}

.personaldata_content #emailText.lbue2 {
	width: 93%;
	position: relative;
	left: -5px;
}

.personaldata_content #emailText+a {
	position: relative;
	left: 4px;
}


/* Subscription Service page */

.subscriptionservice_content .flt-header {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}

.subscriptionservice_content .flt-header span {
	color: #818791;
}

.subscriptionservice_content .flt-header span.icon {
	margin-bottom: -10px;
}

.subscriptionservice_content .layout_form {
	padding-top: 20px;
}

.subscriptionservice_content .layout_form .form_field_wrap {}

.subscriptionservice_content .layout_form .form_field_wrap .form_field {
	height: 50px;
	line-height: 50px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #36364c;
}

.subscriptionservice_content .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.subscriptionservice_content .layout_form .form_field_wrap .form_field .input_wrap {
	margin: 0 0 0 80px;
	line-height: 64px;
}

.subscriptionservice_content .layout_form .form_field_wrap .form_field .input_wrap .checkbox-item {
	float: right;
}

.subscriptionservice_content .layout_form .form_field_wrap .form_field .input_wrap .checkbox-item:last-child {
	margin-right: 26px;
}

.subscriptionservice_content .layout_form .form_field_wrap .form_field .input_wrap .checkbox-item .checkbox-label {
	position: relative;
	top: -7px;
	left: -4px;
}


/* Withdrawal page */

.withdrawal_content .banner {
	text-align: center;
	min-height: 180px;
	padding: 30px 0;
	margin-bottom: 15px;
	background: url(../__static/__images/withdrawals/banner01.jpg);
	background-size: 100% 100%;
	box-sizing: border-box;
}

.withdrawal_content .banner span {
	color: #bfd4ff;
}

.withdrawal_content .banner h2 {
	font-size: 3.0rem;
	color: #fff;
	margin: 5px 0;
}

.withdrawal_content .banner .form_btn-wrap {
	margin-top: 17px;
}

.withdrawal_content .banner .form_btn-wrap .btn {
	color: #fff;
	width: 110px;
	height: 27px;
	line-height: 27px;
	border-radius: 300px;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.withdrawal_content .layout_form {
	padding-top: 0;
}

.withdrawal_content .layout_form .form_field_wrap .form_field {
	height: 51px;
	line-height: 51px;
	border-bottom: 1px solid #36364c;
}

.withdrawal_content .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.withdrawal_content .layout_form .form_field_wrap .form_field .sendCode {
	color: #fff;
	width: 119px;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 9px;
	right: 15px;
	border: 1px solid #808791;
	border-radius: 300px;
	text-align: center;
	font-size: 1.3rem;
}

.withdrawal_content .layout_form .form_field_wrap .form_field .optional {
	color: #818791;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 9px;
	right: 15px;
	text-align: center;
	font-size: 1.3rem;
}

.withdrawal_content .layout_form .form_field_wrap .form_field .sendCode.active-btn {
	border: 0;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.withdrawal_content .layout_form .notif {
	text-align: center;
	margin-top: 16px;
}

.withdrawal_content .layout_form .form_field_wrap .form_field .input_wrap .spn_value {
	margin-right: 15px;
}

.withdrawal_content .layout_form .form_field_wrap .form_field .input_wrap .icon {
	margin-bottom: -3px;
}

.withdrawal_content .success-msg {
	padding-top: 21px;
	text-align: center;
}

.withdrawal_content .success-msg .icon-content img {
	width: 82px;
	height: 82px;
}

.withdrawal_content .success-msg .text-content {
	background: #fff;
	margin: 20px 15px 0;
	padding: 25px 0;
}

.withdrawal_content .success-msg .text-content span {
	font-size: 1.4rem;
	color: #818791;
	display: block;
}

.withdrawal_content .success-msg .text-content span.title {
	font-size: 1.6rem;
}

.withdrawal_content .success-msg .text-content p {
	padding: 0 25px;
	font: 1.3rem;
}

.withdrawal_content .success-msg .text-content p span {
	display: inline-block;
}

.withdrawal_content .success-msg .text-content h2 {
	font-size: 4rem;
	margin-top: 20px;
}

.withdrawal_content .success-msg .text-content .divider {
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #cfcfcf;
	margin: 25px 0;
}

.withdrawal_content .success-msg .text-content .divider:before {
	content: '';
	height: 14px;
	width: 14px;
	background: #212229;
	border-radius: 300px;
	position: absolute;
	left: -7px;
	top: -7px;
}

.withdrawal_content .success-msg .text-content .divider:after {
	content: '';
	height: 14px;
	width: 14px;
	background: #212229;
	border-radius: 300px;
	position: absolute;
	right: -7px;
	top: -7px;
}

.withdrawal_content .success-msg .button-content {
	margin-top: 25px;
	padding: 0 15px;
}

#withdrawalmodal {
	display: none;
}

#withdrawalmodal .modal-content {
	background: #fff;
	width: 92%;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: 10%;
}

#withdrawalmodal .modal-content .modal-header {
	height: 72px;
	line-height: 72px;
	border-bottom: 1px solid #cececf;
	text-align: center;
}

#withdrawalmodal .modal-content .modal-header .icon.icon65 {
	position: absolute;
	top: 9px;
	right: 9px;
}

#withdrawalmodal .modal-content .modal-header .icon.icon66 {
	margin-bottom: -5px;
	margin-right: 4px;
}

#withdrawalmodal .modal-content .modal-header span {
	font-size: 1.8rem;
}

#withdrawalmodal .modal-body {
	text-align: center;
	padding: 21px 0 55px;
}

#withdrawalmodal .modal-body span {
	font-size: 1.6rem;
}

#withdrawalmodal .modal-body .icon {
	margin-bottom: -4px;
	margin-right: 5px;
}

#withdrawalmodal .modal-body .bank-logo {
	width: 30px;
	margin-bottom: -10px;
}

#withdrawalmodal .modal-body h2 {
	position: relative;
	font-size: 4.0rem;
	background-image: -webkit-linear-gradient(left, #207fe4, #599cea);
	background-image: -gradient(left, #207fe4, #599cea);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	margin: 15px 0;
}

#withdrawalmodal .modal-body h2:before {
	content: '';
	height: 14px;
	width: 14px;
	background: #000;
	border-radius: 300px;
	position: absolute;
	left: -7px;
	top: 15px;
}

#withdrawalmodal .modal-body h2:after {
	content: '';
	height: 14px;
	width: 14px;
	background: #000;
	border-radius: 300px;
	position: absolute;
	right: -7px;
	top: 15px;
}

#withdrawalmodal .modal-body .gamePassword {
	border: 1px solid #818791;
	height: 43px;
	width: 260px;
	line-height: 43px;
	margin: 0 auto;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}

#withdrawalmodal .modal-body .gamePassword span {
	float: left;
}

#withdrawalmodal .modal-body .gamePassword input {
	float: left;
	width: 56%;
	border: 0;
	padding: 12px;
	box-sizing: border-box;
}

#withdrawalmodal .modal-body .gamePassword input.with_border {
	border-right: 1px solid #818791;
}

#withdrawalmodal .modal-body .gamePassword .errormessage {
	display: none;
	float: none;
}

#withdrawalmodal .modal-body .gamePassword .errormessage span {
	position: relative;
	left: -10px;
	color: red;
}

#withdrawalmodal .modal-body .gamePassword .errormessage span.icon {
	position: relative;
	top: 10px;
	left: -15px;
}

#withdrawalmodal .modal-body .btn-blu {
	width: 233px;
}

.withdrawal_content .border {
	width: 100%;
	height: 4px;
	background: url(../__static/__images/withdrawals/border.png);
	background-size: 100% 100%;
}

.withdrawal_content .check {
	display: block;
	width: 12px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: 28px;
	border-left: 2px solid #f2da0f;
	border-bottom: 2px solid #f2da0f;
	transform: rotate(-45deg);
}

.withdrawal_content .layout_form .form_field_wrap .form_field.special {
	height: 70px;
	line-height: 70px;
}

.withdrawal_content .layout_form .form_field_wrap .form_field.special .input_wrap.special p {
	font-size: 1.3rem;
	line-height: 1.4rem;
	padding: 15px 0;
}


/* Online Payment page */

.onlinepayment_content .banner {
	text-align: center;
	min-height: 150px;
	padding: 30px 0;
	box-sizing: border-box;
}

.onlinepayment_content .banner h3 {
	font-size: 1.6rem;
	color: #fff;
	margin: 5px 0;
}

.onlinepayment_content .banner .form_btn-wrap {
	margin-top: 17px;
}

.onlinepayment_content .banner .form_btn-wrap .btn {
	color: #fff;
	width: 110px;
	height: 27px;
	line-height: 27px;
	border-radius: 300px;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.onlinepayment_content .layout_form {
	padding-top: 0;
}

.onlinepayment_content .layout_form .form_field_wrap .form_field {
	height: 51px;
	line-height: 51px;
	border-bottom: 1px solid #36364c;
}

.onlinepayment_content .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.onlinepayment_content .layout_form .form_field_wrap .form_field .input_wrap .reservedInfo span {
	background: #23262f;
	height: 31px;
	line-height: 31px;
	padding: 8px 21px;
	color: #fff;
}

.onlinepayment_content .layout_form .form_field_wrap .form_field .sendCode.active-btn {
	border: 0;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.onlinepayment_content .layout_form .notif {
	text-align: center;
	margin-top: 16px;
}

.onlinepayment_content .layout_form .form_field_wrap .form_field .input_wrap .spn_value {
	margin-right: 15px;
}

.onlinepayment_content .layout_form .form_field_wrap .form_field .input_wrap .icon {
	margin-bottom: -3px;
}

.onlinepayment_content._02 .flt-header {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin: 17px 0 5px;
}

.onlinepayment_content._02 .flt-header span {
	font-size: 1.6rem;
}

.onlinepayment_content._02 .layout_form .form_field_wrap {
	margin: 0 15px;
	background: #fff;
	padding: 0;
}

.onlinepayment_content._02 .layout_form .form_field_wrap .form_field {
	border-bottom: 1px dashed #cfcfcf;
	padding: 0 15px;
}

.onlinepayment_content._02 .layout_form .form_field_wrap .form_field span {
	font-size: 1.6rem;
}

.onlinepayment_content._02 .layout_form .form_field_wrap .form_field span.lbue2 {
	font-size: 2.4rem;
	line-height: 2.6rem;
	position: relative;
	top: 2px;
}

.onlinepayment_content .txt_pay_yellow {
	font-size: 1.2rem;
	color: #dbbd85 !important;
}

.onlinepayment_content .txt_pay_yellow span {
	float: right;
	margin-top: 9px;
	height: 22px;
	line-height: 22px;
	padding: 6px 21px;
	background: #23262f;
}

#onlinepaymentmodal {
	display: block;
}

#onlinepaymentmodal .modal-content {
	background: #fff;
	width: 301px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: 10%;
	background: #cecece;
	border-radius: 5px;
}

#onlinepaymentmodal .modal-content .modal-header .icon.icon65 {
	position: absolute;
	top: 9px;
	right: 9px;
}

#onlinepaymentmodal .modal-content .modal-header .icon.icon66 {
	margin-bottom: -5px;
	margin-right: 4px;
}

#onlinepaymentmodal .modal-content .modal-header span {
	font-size: 1.8rem;
}

#onlinepaymentmodal .modal-body {
	text-align: center;
	padding: 42px 22px 45px;
}

#onlinepaymentmodal .modal-body span {
	font-size: 1.6rem;
}

#onlinepaymentmodal .modal-body .form_btn-wrap {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}


/* Point Card to Pay page */

.pointcard_content .banner {
	text-align: center;
	min-height: 111px;
	padding: 30px 0;
	box-sizing: border-box;
}

.pointcard_content .banner h3 {
	font-size: 1.6rem;
	color: #fff;
	margin: 5px 0;
}

.pointcard_content .banner .form_btn-wrap {
	margin-top: 17px;
}

.pointcard_content .banner .form_btn-wrap .btn {
	color: #fff;
	width: 110px;
	height: 27px;
	line-height: 27px;
	border-radius: 300px;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.pointcard_content .layout_form {
	padding-top: 0;
}

.pointcard_content .layout_form .form_field_wrap .form_field {
	height: 51px;
	line-height: 51px;
	border-bottom: 1px solid #36364c;
}

.pointcard_content .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.pointcard_content .layout_form .form_field_wrap .form_field .input_wrap .reservedInfo span {
	background: #23262f;
	height: 31px;
	line-height: 31px;
	padding: 8px 21px;
	color: #fff;
}

.pointcard_content .layout_form .form_field_wrap .form_field .sendCode.active-btn {
	border: 0;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.pointcard_content .layout_form .notif {
	text-align: center;
	margin-top: 16px;
}

.pointcard_content .layout_form .form_field_wrap .form_field .input_wrap .spn_value {
	margin-right: 15px;
}

.pointcard_content .layout_form .form_field_wrap .form_field .input_wrap .icon {
	margin-bottom: -3px;
}

.pointcard_content._02 .flt-header {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin: 17px 0 5px;
}

.pointcard_content._02 .flt-header span {
	font-size: 1.6rem;
}

.pointcard_content._02 .layout_form .form_field_wrap {
	margin: 0 15px;
	background: #fff;
	padding: 0;
}

.pointcard_content._02 .layout_form .form_field_wrap .form_field {
	border-bottom: 1px dashed #cfcfcf;
	padding: 0 15px;
}

.pointcard_content._02 .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.pointcard_content._02 .layout_form .form_field_wrap .form_field span {
	font-size: 1.6rem;
}

.pointcard_content._02 .layout_form .form_field_wrap .form_field span.lbue2 {
	font-size: 2.4rem;
	line-height: 2.6rem;
	position: relative;
	top: 2px;
}

#pointcardmodal {
	display: block;
}

#pointcardmodal .modal-content {
	background: #fff;
	width: 301px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: 10%;
	background: #cecece;
	border-radius: 5px;
}

#pointcardmodal .modal-content .modal-header .icon.icon65 {
	position: absolute;
	top: 9px;
	right: 9px;
}

#pointcardmodal .modal-content .modal-header .icon.icon66 {
	margin-bottom: -5px;
	margin-right: 4px;
}

#pointcardmodal .modal-content .modal-header span {
	font-size: 1.8rem;
}

#pointcardmodal .modal-body {
	text-align: center;
	padding: 42px 22px 45px;
}

#pointcardmodal .modal-body span {
	font-size: 1.6rem;
}

#pointcardmodal .modal-body .form_btn-wrap {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}


/* Record page */

.record_content {
	padding-bottom: 51px;
	float: left;
	width: 100%;
}

.record_content .empty {
	padding: 15px;
	text-align: center;
}

.record_content table {
	width: 100%;
	text-align: center;
	border: 1px solid #36364c;
	background: #292d36;
}

.record_content table thead {
	font-size: 1.4rem;
}

.record_content table thead th {
	border: 1px solid #36364c;
	height: 40px;
}

.record_content table tbody {
	font-size: 1.4rem;
}

.record_content table tbody tr {
	border: 1px solid #36364c;
	height: 80px;
}

.record_content table tbody tr input[type="checkbox"] {
	display: none;
}

.record_content table tbody tr input[type="checkbox"]+label {
	width: 22px;
	height: 22px;
	float: left;
	position: relative;
	left: 25%;
	background-image: url(../__static/__images/records/icon03.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.record_content table tbody tr input[type="checkbox"]:checked+label {
	width: 22px;
	height: 22px;
	float: left;
	position: relative;
	left: 25%;
	background-image: url(../__static/__images/records/icon02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.record_content table tbody tr .disabled input[type="checkbox"]+label {
	width: 22px;
	height: 22px;
	float: left;
	position: relative;
	left: 25%;
	background-image: url(../__static/__images/records/icon01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.record_content table tbody .recordleft {
	text-align: left;
}

.record_content table tbody .recordBill {
	text-align: left;
	font-size: 1.2rem;
}

.record_content table tbody .date {
	font-size: 1.2rem;
}

.record_content table tbody .amount {
	color: #dbbd85!important;
}

.record_content table tbody .billNo {
	font-size: 1.2rem;
}

.record_content table tbody .bankcardNo {
	font-size: 1.2rem;
}

.record_content table tbody {}

.record_content table tbody .deleteBtn {
	text-decoration: underline;
	color: #a5a5a5;
}

.record_content table tbody .cancelBtn {
	text-decoration: underline;
	color: #e7b75c;
}

.record_content .delete-opt {
	height: 50px;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 0 15px;
	background: #23262f;
	display: table;
	box-sizing: border-box;
}

.record_content .delete-opt input[type="checkbox"] {
	display: none;
}

.record_content .delete-opt input[type="checkbox"]+label {
	width: 22px;
	height: 22px;
	float: left;
	position: relative;
	top: 13px;
	background-image: url(../__static/__images/records/icon01.png)!important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.record_content .delete-opt input[type="checkbox"]:checked+label {
	width: 22px;
	height: 22px;
	float: left;
	position: relative;
	top: 13px;
	background-image: url(../__static/__images/records/icon04.png)!important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.record_content .delete-opt .totalAmount {
	position: absolute;
	top: 16px;
	left: 38%;
	color: #d3cbcb;
}

.record_content .delete-opt .allSelect h3 {
	position: absolute;
	top: 16px;
	left: 40px;
}

.record_content .delete-opt .delbtn {
	position: absolute;
	top: 16px;
	right: 12px;
}

.record_content .delete-opt .delbtn span {
	margin-bottom: -3px;
	margin-left: 1px;
}

.record_content.fixed_header {
	margin-top: 57px;
}

.records_content .layout_form .form_field_wrap {
	border-top: 1px solid #36364c;
	border-bottom: 1px solid #36364c;
}

.records_content .layout_form .form_field_wrap .form_field {
	height: 51px;
	line-height: 51px;
	border-bottom: 1px solid #36364c;
}

.records_content .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.records_content .layout_form .form_field_wrap .form_field .input_wrap .spn_value {
	margin-right: 15px;
}

.records_content .layout_form .form_field_wrap .form_field .input_wrap .icon {
	margin-bottom: -3px;
}

.record-item {
	width: 100%;
	min-height: 83px;
	float: left;
	padding: 0 15px;
	background: #292d36;
	border-bottom: 1px solid #36364c;
	box-sizing: border-box;
	display: table;
}

.record-item input[type="checkbox"] {
	display: none;
}

.record-item input[type="checkbox"]+label {
	width: 25px;
	height: 25px;
	float: left;
	position: relative;
	top: 27px;
	background-image: url(../__static/__images/records/icon03.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.record-item input[type="checkbox"]:checked+label {
	width: 25px;
	height: 25px;
	float: left;
	position: relative;
	top: 27px;
	background-image: url(../__static/__images/records/icon02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.record-item.deactive input[type="checkbox"]+label {
	width: 25px;
	height: 25px;
	float: left;
	position: relative;
	top: 27px;
	background-image: url(../__static/__images/records/icon01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.record-item .cl1 {
	text-align: center;
	font-size: 1.2rem;
	display: table-cell;
	vertical-align: middle;
	height: 83px;
}

.record-item .cl2 {
	text-align: center;
	font-size: 1.3rem;
	display: table-cell;
	vertical-align: middle;
	height: 83px;
}

.record-item .cl3 {
	font-size: 1.4rem;
	display: table-cell;
	vertical-align: middle;
	height: 83px;
}

.record-item .cl4 {
	text-align: right;
	font-size: 1.3rem;
	display: table-cell;
	vertical-align: middle;
	height: 83px;
}

.record-item .empty {
	text-align: center;
	font-size: 1.4rem;
	display: table-cell;
	vertical-align: middle;
	height: 83px;
}

.record-item .cl4 .cancel {
	margin-right: 7px;
}

.delete-bx {
	height: 51px;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 0 15px;
	background: #23262f;
	display: table;
	box-sizing: border-box;
}

.delete-bx input[type="checkbox"] {
	display: none;
}

.delete-bx input[type="checkbox"]+label {
	width: 25px;
	height: 25px;
	float: left;
	position: relative;
	top: 5px;
	background-image: url(../__static/__images/message/icon2.png)!important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.delete-bx input[type="checkbox"]:checked+label {
	width: 25px;
	height: 25px;
	float: left;
	position: relative;
	top: 5px;
	background-image: url(../__static/__images/message/icon3.png)!important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.delete-bx .sub-item {}

.delete-bx #deleteAllButton {
	position: absolute;
	top: 16px;
	right: 15px;
}

.delete-bx .icon {
	margin-bottom: -3px;
	margin-left: 12px;
}

.item-select-all input[type="checkbox"]+label {
	margin: 5px 5px 0 0;
}

.item-select-all input[type="checkbox"]:checked+label {
	margin: 5px 5px 0 0;
}


/* Self Help page */

.selfhelp_content {}

.selfhelp_content .tab-select {
	height: 48px;
	width: 100%;
	background: #292d36;
	display: table;
}

.selfhelp_content .tab-select .tab-item {
	height: 48px;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.selfhelp_content .tab-select .tab-item:first-child {
	border-right: 1px solid #34373b;
}

.selfhelp_content .tab-select .tab-item span {
	font-size: 1.6rem;
}

.selfhelp_content .tab-select .tab-item .icon {
	margin-bottom: -7px;
	margin-left: 16px;
}

.selfhelp_content .tab-select .tab-item.hdn-menu.active {
	background: #212229;
	color: #fff;
}

.selfhelp_content .hidden-menu {
	padding: 15px;
	position: absolute;
	background: #212229;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
}

.selfhelp_content .hidden-menu .header {
	margin-bottom: 16px;
	float: left;
	width: 100%;
	font-size: 1.3rem;
}

.selfhelp_content .hidden-menu .header .spn1 {
	float: left;
	position: relative;
	top: 4px;
}

.selfhelp_content .hidden-menu .header .spn2 {
	float: right;
	position: relative;
	top: 4px;
	right: 9px;
}

.selfhelp_content .hidden-menu .header label {
	float: right;
}

.selfhelp_content .hidden-menu .body {
	text-align: justify;
	font-size: 1.6rem;
}

.selfhelp_content .hidden-menu .body:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.selfhelp_content .hidden-menu .body .item {
	width: 30%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #292d36;
	border-radius: 3px;
	margin-bottom: 15px;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.2rem;
}

.selfhelp_content .hidden-menu .body .item.active {
	background: #379efb;
	color: #fff;
}

.selfhelp_content .tab-body .no-result {
	padding-top: 40px;
	text-align: center;
}

.selfhelp_content .tab-body .no-result span {
	display: block;
	font-size: 1.6rem;
}

.selfhelp_content .tab-body .no-result .icon {
	margin: 0 auto 33px;
}

.selfhelp_content .tab-body .result {
	padding-bottom: 50px;
}

.selfhelp_content .tab-body .result .record {}

.selfhelp_content .tab-body .result .record .record-item {
	width: 100%;
	min-height: 83px;
	float: left;
	padding: 0 15px;
	background: #23262f;
	border-bottom: 1px solid #212229;
	box-sizing: border-box;
	display: table;
}

.selfhelp_content .tab-body .result .record .record-item input[type="checkbox"] {
	display: none;
}

.selfhelp_content .tab-body .result .record .record-item input[type="checkbox"]+label {
	width: 16px;
	height: 16px;
	float: left;
	position: relative;
	top: 15px;
	background-image: url(../__static/__images/self_help/icon04.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.selfhelp_content .tab-body .result .record .record-item.item_checked input[type="checkbox"]+label {
	width: 16px;
	height: 16px;
	float: left;
	position: relative;
	top: 15px;
	background-image: url(../__static/__images/self_help/icon03.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.selfhelp_content .tab-body .result .record .record-item.deactive input[type="checkbox"]+label {
	width: 16px;
	height: 16px;
	float: left;
	position: relative;
	top: 15px;
	background-image: url(../__static/__images/self_help/icon05.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.selfhelp_content .tab-body .result .record .record-item .item-detail {
	padding: 13px 0px 13px 24px;
	font-size: 1.3rem;
}

.selfhelp_content .tab-body .result .record .record-item .item-detail .tptxt {
	font-size: 1.6rem;
}

.selfhelp_content .tab-body .result .record-total {
	height: 45px;
	width: 100%;
	line-height: 45px;
	font-size: 1.3rem;
	padding: 0 15px;
	background: #23262f;
	float: left;
	box-sizing: border-box;
}

.selfhelp_content .tab-body .result .form_btn-wrap {
	margin: 25px 15px 0;
}

.selfhelp_content._02 .tab-body .result .record .record-item {
	min-height: 72px;
}

.selfhelp_content._02 .tab-body .result .record .record-item .item-select {
	width: 35px;
	float: left;
}

.selfhelp_content._02 .tab-body .result .record .record-item .item-select .icon {
	position: relative;
	top: 19px;
}

.selfhelp_content._02 .tab-body .result .record .record-item .item-detail p {
	font-size: 1.6rem;
}

.selfhelp_content._02 .tab-body .result .record .record-item .item-detail {
	padding: 13px 0px 13px 57px;
}

.selfhelp_content._02 .tab-body .result .form_btn-wrap .btn-ylw {
	width: 48%;
	float: left;
}

.selfhelp_content._02 .tab-body .result .form_btn-wrap .btn-blu3 {
	width: 48%;
	float: right;
}

.selfhelp_content .menu_tab {
	display: block;
	border-top: 1px solid #212229;
}

.selfhelp_content .menu_tab ol {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
}

.selfhelp_content .menu_tab ol li {
	display: table-cell;
	width: 50%;
	background: #292d36;
	list-style: none;
	padding: 0;
	margin: 0;
}

.selfhelp_content .menu_tab ol li a {
	display: block;
	padding: 15px 0;
	text-align: center;
	color: #818791;
}

.selfhelp_content .menu_tab ol li.active a {
	background: #1675b7;
	color: #fff;
}

.selfhelp_content .pages {
	padding: 0;
	background: #23262f;
}

.selfhelp_content .table_style {
	display: table;
	width: 93.8%;
	margin: 0 auto;
}

.selfhelp_content .table_style .row {
	display: table-row;
	border-bottom: 1px solid #212229;
}

.selfhelp_content .table_style .row .col {
	display: table-cell;
	color: #818791;
	font-size: 1.3rem;
	padding-bottom: 15px;
}

.selfhelp_content .table_style .row .col:first-child {
	padding-top: 15px;
}

.selfhelp_content .table_style .row .col input {
	display: none;
}

.selfhelp_content .table_style .row .col label.bullet {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(icon/radio_none.png) no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-bottom: 3px;
}

.selfhelp_content .table_style .row .col input:checked+label.bullet {
	background: url(icon/radio_check.png) no-repeat;
	background-size: cover;
}

.selfhelp_content .table_style .row .col input:disabled+label.bullet {
	background: url(icon/radio_disable.png) no-repeat;
	background-size: cover;
}

.selfhelp_content .table_style .row .col h2 {
	font-size: 1.6rem;
	color: #dbba84;
	text-transform: uppercase;
	display: block;
	padding: 0 0 5px 0;
}

.selfhelp_content .table_style .row .col p {
	display: block;
	padding: 0 0 3px 0;
}

.selfhelp_content .table_style .row .col p b {
	color: #dbba84;
	font-weight: normal;
}

.selfhelp_content .table_style .row .col.wradio {
	text-align: left;
	padding-right: 5px;
}

.selfhelp_content .table_style .row .col.right {
	text-align: right;
}

.selfhelp_content .list_text {
	padding: 15px 3%;
	margin-bottom: 25px;
}

.selfhelp_content .list_text h2 {
	color: #dabd85;
	font-size: 1.3rem;
	display: block;
	padding: 5px 0;
}

.selfhelp_content .list_text ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-style: 1.3rem;
}

.selfhelp_content .bbtn-con {
	background: #212229;
	padding: 25px 3% 0 3%;
}

.selfhelp_content .bbtn-con a.btn {
	display: block;
	text-align: center;
	color: #212229;
	padding: 10px 0;
	border-radius: 6px;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.selfhelp_content .bbtn-con a.gold {
	background: #f6f64b;
	background: -linear-gradient(0deg, #f2da0f, #f7f952);
	background: -webkit-linear-gradient(0deg, #f2da0f, #f7f952);
	background: -moz-linear-gradient(0deg, #f2da0f, #f7f952);
}

.selfhelp_content .bbtn-con a.grey {
	background: #999999;
	background: -linear-gradient(0deg, #808080, #aaaaaa);
	background: -webkit-linear-gradient(0deg, #808080, #aaaaaa);
	background: -moz-linear-gradient(0deg, #808080, #aaaaaa);
}


/*LICENSE PAGE*/

.about_main {
	padding: 0 16px 25px;
	background-color: #212229;
	text-align: center;
}

.about_main p {
	font-size: 1.4rem;
	line-height: 18px;
	color: #818791;
	text-align: left;
}

.about_main p.p1 {
	text-align: left;
}

.about_main p.p2 {
	text-align: center;
}

.about_main span {
	display: block;
	font-weight: bold;
}

.about_main img {
	width: 139px;
	height: 66px;
	margin: 18px auto 10px;
}

.about_main2 {
	padding: 30px 31px 25px;
	background-color: #212229;
}

.about_main.aboutme {
	padding: 30px 16px;
}

.about_main.aboutme p {
	margin-bottom: 16px;
}

.license_p {
	text-align: center;
}

.license_p img {
	margin: 0 auto;
}


/* Newbie Guide Page */

.newbie_guide_content {}

.newbie_guide_content .guide_list {
	background: #292d36;
	border-bottom: 1px solid #36364c;
}

.newbie_guide_content .guide_list .guide_item {}

.newbie_guide_content .guide_list .guide_item .header {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #36364c;
	margin-left: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../__static/__images/newbie_guide/icon5.png) no-repeat;
	background-size: 7px 13px;
	background-position: 95% 52%;
}

.newbie_guide_content .guide_list .guide_item:last-child .header {
	border: none;
}

.newbie_guide_content .guide_list .guide_item .header .icon {
	position: relative;
	top: 10px;
	margin-right: 7px;
}

.newbie_guide_content .guide_list .guide_item .header span {
	font-size: 1.4rem;
}

.newbie_guide_content .guide_list .guide_item .content {
	background: #212229;
	padding: 20px 16px;
	display: none;
}

.newbie_guide_content .guide_list .guide_item .header.active {
	border: none;
}

.newbie_guide_content .guide_list .guide_item .header.active+.content {
	display: block;
	border-top: 1px solid #36364c;
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	transition: 1s ease-out;
}

.newbie_guide_content .guide_list .guide_item .content p {
	margin-bottom: 17px;
}

.newbie_guide_content .guide_list .guide_item .content p:last-of-type {
	margin: 0;
}


/* Balance Page */

.balance_page_header {
	background: transparent !important;
	z-index: 999;
}

.account_balance_content .header {
	background: url(../__static/__images/account_balance/bg1.jpg);
	background-size: 100% 100%;
	width: 100%;
	margin-top: -57px;
	padding-top: 66px;
	text-align: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.account_balance_content .header span {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 7px;
}

.account_balance_content .header h2 {
	font-size: 3.6rem;
	margin-bottom: 10px;
}

.account_balance_content .header a {
	width: 140px;
	height: 30px;
	margin: 13px auto 23px;
	display: inline-block;
}

.account_balance_content .header a img {
	width: 100%;
	height: auto;
	display: block;
}

.account_balance_content .other_balances {
	float: left;
	width: 100%;
	background: #23262f;
	border-bottom: 1px solid #36364c;
}

.account_balance_content .other_balances .bal h3 {
	font-size: 2.3rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.account_balance_content .other_balances .bal p {
	font-size: 1.4rem;
	margin-bottom: 4px;
}

.account_balance_content .other_balances .bal p span {
	position: relative;
	top: -4px;
	left: 10px;
}

.account_balance_content .other_balances .bal.bal_tp {
	position: relative;
	width: 49%;
	float: left;
	padding: 26px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.account_balance_content .other_balances .bal.bal_tp.tp1 {
	border-right: 1px solid #36364c;
}

.account_balance_content .other_balances .bal.bal_btm {
	position: relative;
	height: 73px;
	width: 100%;
	float: left;
	line-height: 73px;
	border-top: 1px solid #36364c;
	padding: 0 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.account_balance_content .other_balances .bal.bal_btm p {
	margin-top: 4px;
	width: 45%;
	float: left;
}

.account_balance_content .other_balances .bal.bal_btm h3 {
	width: 50%;
	display: inline-block;
}

.account_balance_content .other_balances .bal.bal_btm .arw {
	position: absolute;
	right: 15px;
	top: 26px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

.account_balance_content .other_balances .bal.bal_btm .arw.active {
	position: absolute;
	right: 15px;
	top: 26px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.account_balance_content .other_balances a.gotolocal {
	display: inline-block;
}

.account_balance_content .other_balances img {
	width: 90%;
	margin: 10px auto 0;
}

.account_balance_content ul.game_bal {
	display: none;
}

.account_balance_content ul.game_bal {
	padding: 0 16px;
}

.account_balance_content ul.game_bal li {
	margin-bottom: 24px;
}

.account_balance_content ul.game_bal li .label {}

.account_balance_content ul.game_bal li .value {
	float: right;
	color: #fff;
}


/* TRANSFER PAGE */

.transfer_content {}

.transfer_content .nav-tab {
	background: #292d38;
}

.transfer_content .nav-tab a.tab-item {
	position: relative;
	height: 48px;
	line-height: 48px;
	width: 49%;
	display: inline-block;
	text-align: center;
	font-size: 1.6rem;
	color: #828792;
}

.transfer_content .nav-tab a.tab-item.active {
	color: #fff;
}

.transfer_content .nav-tab a.tab-item .icon {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto
}

.transfer_content .nav-tab a.tab-item.active .icon {
	display: block;
}

.transfer_content .transfer_box {
	padding: 30px 16px 7px;
	margin-bottom: 15px;
	background: #252830;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.transfer_content .transfer_box .box {
	width: 43.9%;
	text-align: center;
	background: #292d36;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 4px 5px rgba(16, 17, 21, 0.23);
}

.transfer_content .transfer_box .box p.value {
	height: 58px;
	line-height: 58px;
}

.transfer_content .transfer_box .box p.value span.amount {
	font-size: 1.8rem;
	color: #dbbd85;
}

.transfer_content .transfer_box .box p.label {
	height: 33px;
	line-height: 33px;
	font-size: 1.2rem;
}

.transfer_content .transfer_box .box.box1 p.value {
	border-bottom: 1px solid #2a2b31;
}

.transfer_content .transfer_box .box.box2 p.value {
	border-bottom: 1px solid #2a2b31;
}

.transfer_content .transfer_box .box.box1 {
	background: #1d1e22;
}

.transfer_content .transfer_box .transfer_btn {
	width: 9%;
	display: inline-block;
	position: relative;
	top: 40px;
	text-align: center;
}

.transfer_content .transfer_box .extraimg {
	text-align: center;
	margin-top: 4px;
}

.transfer_content .transfer_box .extraimg img {
	width: 59%;
	margin: 0 auto;
}

.transfer_content .layout_form {
	padding-top: 0;
}

.transfer_content .layout_form .form_field_wrap {
	border: none;
}

.transfer_content .layout_form .form_field_wrap .form_field .label {
	color: #818791;
}

.transfer_content .layout_form .form_field_wrap .form_field .input_wrap input {
	text-align: right;
}


/* CHANGE PASSWORD PAGE */

.changepass_content {}

.changepass_content .nav-tab {
	background: #292d38;
}

.changepass_content .nav-tab a.tab-item {
	position: relative;
	height: 48px;
	line-height: 48px;
	width: 49%;
	display: inline-block;
	text-align: center;
	font-size: 1.6rem;
	color: #828792;
}

.changepass_content .nav-tab a.tab-item.active {
	color: #fff;
}

.changepass_content .nav-tab a.tab-item .icon {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto
}

.changepass_content .nav-tab a.tab-item.active .icon {
	display: block;
}

.changepass_content .layout_form .form_field_wrap .form_field {
	position: relative;
}

.changepass_content .layout_form .form_field_wrap .form_field .viewpass {
	position: absolute;
	top: 9px;
	right: 15px;
	height: 22px;
	line-height: 22px;
	padding: 0 9px;
	background: #fff;
	border: 1px solid #499bf7;
}

.changepass_content .layout_form .form_field_wrap .form_field .viewpass a {
	font-size: 1.2rem;
	color: #499bf7;
}


/* SWIFT PAYMENT PAGE */

.swiftpayment_content .wrapper {
	background: #23262f;
	margin-bottom: 15px;
	padding: 25px 0;
}

.swiftpayment_content .wrapper2 {
	background: #23262f;
	margin-bottom: 15px;
	padding: 21px 16px;
}

.swiftpayment_content .wrapper2 span {
	font-size: 1.6rem;
}

.swiftpayment_content .wrapper2 span.timer {
	font-size: 2.4rem;
}

.swiftpayment_content .wrapper2.bank_card_content {
	padding: 21px 16px 31px;
}

.swiftpayment_content .wrapper2 .form_btn-wrap a {
	width: 48%;
}

.swiftpayment_content .wrapper2 .form_btn-wrap a#btn2 {
	float: right;
}

.swiftpayment_content .banner {
	text-align: center;
	min-height: 150px;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.swiftpayment_content .banner h3 {
	font-size: 1.6rem;
	color: #fff;
	margin: 5px 0;
}

.swiftpayment_content .banner .form_btn-wrap {
	margin-top: 17px;
}

.swiftpayment_content .banner .form_btn-wrap .btn {
	color: #fff;
	width: 110px;
	height: 27px;
	line-height: 27px;
	border-radius: 300px;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.swiftpayment_content .layout_form {
	padding-top: 0;
}

.swiftpayment_content .layout_form .form_field_wrap .form_field {
	height: 51px;
	line-height: 51px;
	border-bottom: 1px solid #36364c;
}

.swiftpayment_content .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.swiftpayment_content .layout_form .form_field_wrap .form_field .input_wrap .reservedInfo span {
	background: #23262f;
	height: 31px;
	line-height: 31px;
	padding: 8px 21px;
	color: #fff;
}

.swiftpayment_content .layout_form .form_field_wrap .form_field .sendCode.active-btn {
	border: 0;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.swiftpayment_content .layout_form .notif {
	text-align: center;
	margin-top: 16px;
}

.swiftpayment_content .layout_form .form_field_wrap .form_field .input_wrap .spn_value {
	margin-right: 15px;
}

.swiftpayment_content .layout_form .form_field_wrap .form_field .input_wrap .icon {
	margin-bottom: -3px;
}

.swiftpayment_content._02 .flt-header {
	padding: 0 15px;
	margin: 0;
}

.swiftpayment_content._02 .flt-header2 {
	padding: 0 15px;
	margin: 0;
}

.swiftpayment_content._02 .flt-header span {
	font-size: 1.6rem;
}

.swiftpayment_content._02 .flt-header2 span {
	font-size: 1.6rem;
}

.swiftpayment_content._02 .layout_form .form_field_wrap {
	margin: 20px 15px;
	background: #fff;
	padding: 0;
}

.swiftpayment_content._02 .layout_form .form_field_wrap .form_field {
	border-bottom: 1px dashed #cfcfcf;
	padding: 0 15px;
}

.swiftpayment_content._02 .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.swiftpayment_content._02 .layout_form .form_field_wrap .form_field span {
	font-size: 1.6rem;
}

.swiftpayment_content._02 .layout_form .form_field_wrap .form_field span.lbue2 {
	font-size: 2.4rem;
	line-height: 2.6rem;
	position: relative;
	top: 2px;
}


/* Manual Deposit to Pay page */

.manualdeposit_content .banner {
	text-align: center;
	min-height: 111px;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.manualdeposit_content .banner h3 {
	font-size: 1.6rem;
	color: #fff;
	margin: 5px 0;
}

.manualdeposit_content .banner .form_btn-wrap {
	margin-top: 17px;
}

.manualdeposit_content .banner .form_btn-wrap .btn {
	color: #fff;
	width: 110px;
	height: 27px;
	line-height: 27px;
	border-radius: 300px;
	background: #1473d8;
	background: -webkit-linear-gradient(left, #1473d8, #4d90de);
	background: -o-linear-gradient(left, #1473d8, #4d90de);
	background: -moz-linear-gradient(left, #1473d8, #4d90de);
	background: linear-gradient(left, #1473d8, #4d90de);
}

.manualdeposit_content .depositbyName {
	padding: 12px 15px 0 15px;
	color: #f0eaea;
}

.manualdeposit_content .depositbyName a {
	text-decoration: underline;
}

.manualdeposit_content .warningmsg {
	padding: 12px 15px 0 15px;
	color: #b5a30f;
}

.manualdeposit_content .layout_form {
	padding-top: 0;
}

.manualdeposit_content .layout_form .form_field_wrap .form_field {
	height: 51px;
	line-height: 51px;
	border-bottom: 1px solid #36364c;
}

.manualdeposit_content .layout_form .form_field_wrap .form_field:last-child {
	border: 0;
}

.manualdeposit_content .layout_form .notif {
	text-align: center;
	margin-top: 16px;
}

.manualdeposit_content .layout_form .form_field_wrap .form_field .input_wrap .spn_value {
	margin-right: 15px;
}

.manualdeposit_content .layout_form .form_field_wrap .form_field .input_wrap .icon {
	margin-bottom: -3px;
}

.manualdeposit_content .layout_form .form_field_wrap .form_field .input_wrap .reservedInfo span {
	background: #23262f;
	height: 31px;
	line-height: 31px;
	padding: 8px 21px;
	color: #fff;
}

.manualdeposit_content .wrapper {
	background: #292d36;
	padding: 12px 16px 1px;
	font-size: 1.6rem;
}

.manualdeposit_content .header {
	padding: 21px 16px 19px;
}

.manualdeposit_content .info_box .header {
	font-size: 1.6rem;
}

.manualdeposit_content .info_box .header a {
	float: right;
}

.manualdeposit_content .ul_auto_wrap {
	margin-bottom: 25px;
	padding-left: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.manualdeposit_content .ul_auto_wrap ul li {
	width: 316px;
}

.manualdeposit_content .ul_auto_wrap ul li .hdr {
	padding: 12px 16px;
	background: url(../__static/__images/manual_deposit/bg1.png);
	background-size: 100% 100%;
	position: relative;
}

.manualdeposit_content .ul_auto_wrap ul li .hdr p.p1 {
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 4px;
}

.manualdeposit_content .ul_auto_wrap ul li .hdr p.p2 {
	font-size: 1.2rem;
	color: #cbddff;
}

.manualdeposit_content .ul_auto_wrap ul li .hdr a.btn {
	position: absolute;
	top: 30%;
	right: 16px;
}

.manualdeposit_content .ul_auto_wrap ul li .bdy {
	padding: 11px 16px;
	background: #fff;
}

.manualdeposit_content .ul_auto_wrap ul li .bdy span.sp1 {
	font-size: 1.8rem;
	color: #333;
}

.manualdeposit_content .ul_auto_wrap ul li .bdy span.sp2 {
	float: right;
	display: block;
	margin-top: 5px;
}

#manualdepositmodal {
	display: none;
}

#manualdepositmodal .modal-content {
	background: #fff;
	width: 301px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: 10%;
	background: #cecece;
	border-radius: 5px;
}

#manualdepositmodal .modal-content .modal-header .icon.icon65 {
	position: absolute;
	top: 9px;
	right: 9px;
}

#manualdepositmodal .modal-content .modal-header .icon.icon66 {
	margin-bottom: -5px;
	margin-right: 4px;
}

#manualdepositmodal .modal-content .modal-header span {
	font-size: 1.8rem;
}

#manualdepositmodal .modal-body {
	text-align: center;
	padding: 42px 22px 45px;
}

#manualdepositmodal .modal-body span {
	font-size: 1.6rem;
}

#manualdepositmodal .modal-body .form_btn-wrap {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}

.manualdeposit_content .success-msg {
	padding-top: 21px;
	text-align: center;
}

.manualdeposit_content .success-msg .icon-content img {
	width: 82px;
	height: 82px;
}

.manualdeposit_content .success-msg .text-content {
	background: #fff;
	margin: 20px 15px 0;
	padding: 25px 0;
}

.manualdeposit_content .success-msg .text-content span {
	font-size: 1.4rem;
	color: #818791;
	display: block;
}

.manualdeposit_content .success-msg .text-content span.title {
	font-size: 2.1rem;
}

.manualdeposit_content .success-msg .text-content p {
	padding: 0 25px;
	font: 1.3rem;
}

.manualdeposit_content .success-msg .text-content p span {
	display: inline-block;
}

.manualdeposit_content .success-msg .text-content h2 {
	font-size: 2.1rem;
	margin-top: 7px;
}

.manualdeposit_content .success-msg .text-content .divider {
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #cfcfcf;
	margin: 25px 0;
}

.manualdeposit_content .success-msg .text-content .divider:before {
	content: '';
	height: 14px;
	width: 14px;
	background: #212229;
	border-radius: 300px;
	position: absolute;
	left: -7px;
	top: -7px;
}

.manualdeposit_content .success-msg .text-content .divider:after {
	content: '';
	height: 14px;
	width: 14px;
	background: #212229;
	border-radius: 300px;
	position: absolute;
	right: -7px;
	top: -7px;
}

.manualdeposit_content .success-msg .button-content {
	margin-top: 25px;
	padding: 0 15px;
}

.manualdeposit_content .success-msg .button-content a.btn-blu3 {
	width: 34%;
	float: left;
}

.manualdeposit_content .success-msg .button-content a.btn-ylw {
	width: 62%;
	float: right;
}


/* Offer Page */

.offer_content {}

.offer_content .nav-tab {
	background: #292d38;
}

.offer_content .nav-tab a.tab-item {
	position: relative;
	height: 48px;
	line-height: 48px;
	width: 48%;
	display: inline-block;
	text-align: center;
	font-size: 1.6rem;
	color: #828792;
}

.offer_content .nav-tab a.tab-item.active {
	color: #fff;
}

.offer_content .nav-tab a.tab-item .icon {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto
}

.offer_content .nav-tab a.tab-item.active .icon {
	display: block;
}

.offer_content ul.offer-list {
	padding: 23px 16px;
}

.offer_content ul.offer-list li.offer-item {
	min-height: 107px;
	width: 100%;
	background: url(../__static/__images/offer/bg1.png);
	background-size: 100% 100%;
	margin-bottom: 20px;
	padding: 10px 0 15px 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.offer_content ul.offer-list li.offer-item .cont {
	float: left;
}

.offer_content ul.offer-list li.offer-item .cont.cont1 {
	width: 67%;
}

.offer_content ul.offer-list li.offer-item .cont.cont1 .bgtxt {
	font-size: 1.5rem;
	color: #dbbd85;
}

.offer_content ul.offer-list li.offer-item .cont.cont1 .good i {
	height: 12px;
	width: 12px;
	background: url(../__static/__images/offer/icon1.png);
	background-size: 12px 12px;
	margin-bottom: -2px;
}

.offer_content ul.offer-list li.offer-item .cont.cont1 .error {
	color: #e21335;
}

.offer_content ul.offer-list li.offer-item .cont.cont1 .error i {
	height: 12px;
	width: 12px;
	background: url(../__static/__images/offer/icon2.png);
	background-size: 12px 12px;
	margin-bottom: -2px;
}

.offer_content ul.offer-list li.offer-item .cont.cont1 .bgtxt .bgrtxt {
	font-size: 2.6rem;
}

.offer_content ul.offer-list li.offer-item .cont.cont2 {
	width: 33%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.offer_content ul.offer-list li.offer-item .cont.cont2 .title {
	margin-bottom: -7px;
	display: block;
}

.offer_content ul.offer-list li.offer-item .cont.cont2 .timer {
	font-size: 1.8rem;
	color: #dbbd85;
	margin-bottom: -1px;
	display: block;
}

.offer_content ul.offer-list li.offer-item .cont.cont2 .btn {
	height: 25px;
	width: 100%;
	line-height: 25px;
	border-radius: 300px;
}

.offer_content ul.offer-list li.offer-item .cont.cont2 .btn.toreceive {
	background: #00cbfb;
	color: #fff;
}

.offer_content ul.offer-list li.offer-item .cont.cont2 .btn.ongoing {
	background: #0ad159;
	color: #fff;
}

.offer_content ul.offer-list li.offer-item .cont.cont2 .btn.havetoreceive {
	color: #5b6072;
	border: 1px solid #2d2e35;
	box-shadow: inset 0 0 5px #2d2e35;
}


/* MESSAGE PAGE */


/* Messages Page */

.messages input[type="checkbox"] {
	display: none;
}

.messages input[type="checkbox"]+label {
	width: 25px;
	height: 25px;
	float: left;
	margin: 5px 14px 0 0;
	background-image: url(../__static/__images/message/icon2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.messages .item input[type="checkbox"]+label.new-notif {
	width: 25px;
	height: 25px;
	float: left;
	margin: 5px 14px 0 0;
	background-image: url(../__static/__images/message/icon5.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.messages input[type="checkbox"]:checked+label {
	width: 25px;
	height: 25px;
	float: left;
	margin: 5px 14px 0 0;
	background-image: url(../__static/__images/message/icon4.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.messages .item.deactive input[type="checkbox"]+label {
	width: 25px;
	height: 25px;
	float: left;
	margin: 5px 14px 0 0;
	background-image: url(../__static/__images/message/icon3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.letter-item-select-all input[type="checkbox"]+label {
	margin: -4px 5px 0 0;
}

.letter-item-select-all input[type="checkbox"]:checked+label {
	margin: -4px 5px 0 0;
}

.letter-item-select {
	display: none;
}

.messages .form_fields .item a {
	width: 90% !important;
}

.letter-read {
	background: #1a1b1f;
	padding: 20px 15px;
}

.letter-read .letter-body {}

.letter-read .letter-body h2 {
	font-size: 1.5rem;
}

.letter-read .letter-body p {
	font-size: 1.5rem;
	padding: 20px 0;
}

.letter-read .letter-closing {
	float: left;
	width: 100%;
	padding-top: 5px;
}

.letter-read .letter-closing span {
	font-size: 1.5rem;
}

.letter-read .letter-closing span#author {
	display: inline-block;
	float: right;
	margin-right: 30px;
	position: relative;
	top: -3px;
}

.letter-read .letter-closing span#date {
	display: inline-block;
	float: right;
}

.delete-bx {
	display: none;
}

.deleteactive .letter-item-select {
	display: block;
}

.deleteactive .delete-bx {
	display: block;
}

.messages {
	background-color: #292d36;
	margin-top: -15px;
}

.messages .form_fields {
	padding: 0;
	margin-bottom: 50px;
	background-color: #292d36;
}

.messages .form_fields .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	padding: 20px 16px 23px;
	position: relative;
	border-bottom: 1px solid #36364c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.messages .form_fields .item:last-child {
	border: none;
}

.messages .form_fields .item .sub-item {
	flex: 1 auto;
}

.messages .form_fields .item .sub-item.chk-bx {
	width: 10%;
	display: none;
}

.messages.deleteactive .form_fields .item .sub-item.chk-bx {
	width: 10%;
}

.messages .form_fields .item .sub-item.chk-bx div {
	width: 30px;
	height: 30px;
	margin: 10px 0;
}

.messages .form_fields .item .sub-item.content-bx {
	width: 95%;
	padding-right: 15px;
}

.messages .form_fields .item .sub-item.content-bx .header {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
}

.messages .form_fields .item .sub-item.content-bx .header .title {
	font-size: 1.4rem;
	color: #fff;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.messages .form_fields .item .sub-item.content-bx .header .title.new-notif {
	color: #dbbd85;
}

.messages .form_fields .item .sub-item.content-bx .header .title h2 {
	font-size: 1.7rem;
	font-weight: 100;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.messages .form_fields .item .sub-item.content-bx .header .date {
	position: absolute;
	top: 20px;
	right: 15px;
}

.messages .form_fields .item .sub-item.content-bx .desc {
	font-size: 1.4rem;
	color: #999;
	width: 90%;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.messages .form_fields .item .sub-item.content-bx span {
	color: #a0a0a0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.messages .form_fields .item .sub-item.content-bx .desc span {
	font-size: 1.4rem;
}

.messages .form_fields .item.new .sub-item.content-bx .header .title {
	width: 85%;
}

.messages .form_fields .item.new .sub-item.content-bx .header .date {
	position: absolute;
	right: 15px;
}

.messages .form_fields .item.new .sub-item.content-bx .header .new-notif {
	display: block;
}

.messages .delete-bx {
	position: fixed;
	bottom: 0px;
	background: #23262f;
	z-index: 999;
	width: 100%;
	padding: 10px 16px;
}

.messages .delete-bx .item .sub-item.chk-bx div {
	width: 30px;
	height: 30px;
	margin: 2px 5px 2px 0;
}

.messages .delete-bx .item .sub-item.txt-bx {}

.messages .delete-bx .item .sub-item.txt-bx h3 {
	font-weight: 100;
	line-height: 35px;
}

.messages .delete-bx .item .sub-item.txt2-bx {
	position: absolute;
	right: 20px;
	top: 0;
	padding: 10px 15px;
}

.messages .delete-bx .item .sub-item.txt2-bx h3 {
	font-weight: 100;
	line-height: 35px;
}


/* Message Read */

.message_read_content {}

.message_read_content .the_message {
	background: #fff;
	padding: 15px 0 0 15px;
}

.message_read_content .the_message p {
	font-size: 1.4rem;
	line-height: 2.3rem;
	color: #333;
	padding-right: 15px;
}

.message_read_content .the_message .header span.title {
	font-size: 1.7rem;
}

.message_read_content .the_message .header span.date {
	color: #999;
}

.message_read_content .the_message .footer {
	height: 48px;
	line-height: 48px;
	text-align: right;
	border-top: 1px solid #ccc;
	margin-top: 7px;
	padding-right: 15px;
}

.message_read_content .the_message .footer span {
	font-size: 1.4rem;
	color: #999;
}


/* Write Letter Page */

.write {}

.write .controls {
	height: 45px;
	line-height: 45px;
	background: #23262f;
	padding: 0 17px;
	border-bottom: 1px solid #36364c;
}

.write .controls a {
	font-size: 1.6rem;
}

.write .controls a.cancel-btn {
	float: left;
	color: #818791;
}

.write .controls a.send-btn {
	float: right;
	color: #fff;
}

.write .letter-options {
	font-size: 1.6rem;
	background-color: #252830;
	padding-left: 17px;
	border-top: 1px solid #36364c;
}

.write .letter-options .item {
	display: table;
	width: 100%;
	padding: 17px 0 18px;
	border-bottom: 1px solid #36364c;
}

.write .letter-options .item:last-child {
	border: none;
}

.write .letter-item-select {
	display: inline-block;
	margin-right: 15px;
}

.write .letter-item-select.active {
	color: #fff;
}

.write .letter-item-select input {
	margin-left: 0;
}

.write .item .label {
	display: table-cell;
	width: 27%;
	color: #fff;
	text-align: right;
	padding-right: 14px;
	vertical-align: top;
}

.write .item .input {
	display: table-cell;
	padding-right: 15px;
	vertical-align: middle;
}

.write .item .input input[type="checkbox"] {
	display: none;
}

.write .item .input input[type="checkbox"]+label {
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 15px 20px 0;
	background-image: url(../__static/__images/message/icon6.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	top: 3px;
}

.write .item .input input[type="checkbox"]:checked+label {
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 15px 20px 0;
	background-image: url(../__static/__images/message/icon7.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	top: 3px;
}

.write .item .input textarea {
	width: 97% !important;
	font-size: 1.3rem;
	color: #333333;
	background: #fff !important;
	padding: 5px 9px;
	border: none;
	resize: none;
	box-sizing: border-box;
}

.write .item .input textarea::-webkit-input-placeholder {
	color: #666;
}

.write .item .input textarea::-moz-input-placeholder {
	color: #666;
}

.write .item .input textarea::-ms-input-placeholder {
	color: #666;
}

.write .item .input textarea::-o-input-placeholder {
	color: #666;
}

.write a.btn {
	display: block;
	margin: 0 6%;
}

.write-success {
	background-color: transparent;
}

.write-success .modal-content {
	display: block;
	width: 320px;
	height: 120px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 10px;
}

.write-success .modal-content img {
	display: block;
	width: 23px;
	height: 23px;
	position: relative;
	top: 27px;
	margin: auto;
}

.write-success .modal-content span {
	font-size: 1.6rem;
	color: #fff;
	position: relative;
	top: 45px;
}


/* Sent Letter Page */

.sent {
	padding-left: 15px;
}

.sent .header {
	display: block;
	padding: 30px 0 20px;
	border-bottom: 1px solid #36364c;
}

.sent ul.sent-msg-list li.item a {
	display: block;
	padding: 30px 0 30px;
	border-bottom: 1px solid #36364c;
}

.sent .header h3,
.sent ul.sent-msg-list li.item a h3 {
	font-size: 1.5rem;
}

.sent ul.sent-msg-list li.item a h3 {
	line-height: 2.1rem;
}

.sent .header h3.recipient {
	color: #fff;
	margin-bottom: 10px;
}

.sent ul.sent-msg-list li.item a h3.recipient {
	margin-bottom: 0;
}

.sent .header h3.recipient span.date {
	float: right;
	color: #818791;
	margin-right: 15px;
}

.sent .content {
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 25px 20px 20px 15px;
}


/* Add Bank Card Page */

.add_bank_card_content {
	padding: 30px 0;
}

.add_bank_card_content._02,
.add_bank_card_content._03 {
	padding: 0;
}

.add_bank_card_content._02 p.p1 {
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 5px;
}

.add_bank_card_content._02 p.p2 {
	font-size: 1.3rem;
}

.add_bank_card_content .bank_card_item {
	padding: 0 16px;
}

.add_bank_card_content .bank_card_item .tools {
	float: left;
	font-size: 1.6rem;
	width: 100%;
}

.add_bank_card_content .bank_card_item .tools span.title {
	float: left;
}

.add_bank_card_content .bank_card_item .tools .status-caption {
	float: right;
}

.add_bank_card_content .bank_card_item .tools a.edit {
	float: right;
	margin-right: 25px;
}

.add_bank_card_content .bank_card_item .tools a.edit i {
	margin-right: 6px;
	margin-bottom: -2px;
}

.add_bank_card_content .bank_card_item .tools a.delete {
	float: right;
}

.add_bank_card_content .bank_card_item .tools a.delete i {
	margin-right: 6px;
	margin-bottom: -2px;
}

.add_bank_card_content .bank_card_item .card {
	margin: 17px 0 30px;
	padding: 26px 16px 16px;
	min-height: 170px;
	background: url(../__static/__images/add_bank_card/bg1.png);
	background-size: 100% 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.add_bank_card_content .bank_card_item .card.normal {
	background: #23262f !important;
	box-shadow: inset 0 1px 10px #2a2d35;
}

.add_bank_card_content .bank_card_item .card img.bank_logo {
	width: 8%;
	height: auto;
	position: absolute;
	left: 11px;
	top: 21px;
}

.add_bank_card_content .bank_card_item .card .btn-con {
	display: block;
	text-align: right;
	padding: 10px 0 0 0;
}

.introjs-overlay {
	background-color: rgb(0, 0, 0) !important;
}

.perfect_radius {
	width: 39px !important;
	height: 39px !important;
	top: 5px !important;
	left: 2px !important;
	border-radius: 100% !important;
	background: #114581 !important;
	border: 2px dashed #fff !important;
}

.perfect_radius:after {
	content: "";
	color: #fff;
	background: url(../__static/__images/index/intro/arrow_d.png);
	position: absolute;
	width: 90px;
	height: 75px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 32px;
	left: 50px;
}

.introjs-tooltip {
	position: fixed !important;
	margin: 0 auto !important;
	background-color: transparent !important;
	left: 0 !important;
	right: 0 !important;
}

.introjs-arrow.top {
	border-bottom-color: transparent !important;
}

.first_intro {
	margin-top: 15%;
}

.first_intro .instruction_text1,
.first_intro .sample,
.first_intro a.next,
.second_intro a.done {
	width: 230px;
	margin: 0 auto 20px;
	display: block;
}

.second_intro a.done {
	width: 105px;
}

.first_intro .sample {
	width: 180px;
	margin-bottom: 30px;
}

.first_intro a.next {
	width: 105px;
}

.second_intro .instruction_text2 {
	width: 70%;
	display: block;
	margin: 0 auto 20px;
}

.second_intro {
	margin-top: -50px;
}

.girl {
	background: url(../__static/__images/index/intro/girl_dashed.png) transparent !important;
	background-size: 160px 110px !important;
	position: absolute !important;
	z-index: 999999999 !important;
	background-repeat: no-repeat !important;
	top: 317px !important;
}

.girl:after {
	content: "";
	color: #fff;
	background: url(../__static/__images/index/intro/arrow_d.png);
	position: absolute;
	width: 90px;
	height: 75px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: -68%;
	left: 10%;
	transform: rotate(-85deg);
	-webkit-transform: rotate(-85deg);
	-ms-transform: rotate(-85deg);
}

.lucky_pot .ul_auto_wrap ul {
	border-bottom: 1px solid #292d38 !important;
}

.lucky_pot .ul_auto_wrap li {
	display: inline-block;
	width: 85px;
	text-align: center;
	margin-right: 0 !important;
	padding: 19px 0;
	box-sizing: border-box;
}

.lucky_pot .ul_auto_wrap li:first-child {
	margin-left: 0;
}

.lucky_pot .ul_auto_wrap li img {
	width: 180px;
	height: 240px;
	margin-bottom: 6px;
}

.lucky_pot .ul_auto_wrap li a {
	font-size: 1.4rem;
	display: block;
	position: relative;
}

.lucky_pot .ul_auto_wrap li.active a {
	color: #fff;
	/*
    border-bottom: 2px solid #1675b7;*/
}

.lucky_pot .ul_auto_wrap li.active a:after {
	content: '';
	width: 70%;
	height: 2px;
	background-color: #1675b7;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	margin: auto;
}

.lucky_pot p.notif {
	line-height: 1.6rem;
	font: 1.3rem;
	color: #e9d73b;
	position: relative;
	padding: 27px 17px 20px;
}

.lucky_pot p.notif._02 {
	color: #66b3ff;
}

.lucky_pot p.notif._02:after {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #050001;
	border-bottom: 1px solid #292d38;
}

.lucky_pot table.blu {
	width: 100%;
	text-align: center;
}

.lucky_pot table.blu thead th {
	width: 50%;
	height: 48px;
	line-height: 48px;
	font-size: 1.3rem;
	font-weight: lighter;
	color: #fff;
	background-color: #004f8f;
	x
}

.lucky_pot table.blu tbody td {
	height: 48px;
	line-height: 48px;
	font-size: 1.3rem;
	color: #808791;
	background-color: #20212a;
	border-bottom: 1px solid #292d38;
	border-right: 1px solid #292d38;
}

.lucky_pot table.blu tbody td:last-child {
	border-right: 0;
}

.mbtm25 {
	margin-bottom: 25px;
}

.lucky_pot ul.list {
	padding: 25px 16px;
}

.lucky_pot ul.list li {
	margin-bottom: 10px;
	line-height: 1.6rem;
}

section.lucky_pot {
	background: #212229;
}

section.lucky_pot ul.tab {
	padding: 0 3%;
	border-bottom: 1px solid #292d38;
}

section.lucky_pot ul.tab li {
	width: 25%;
	text-align: center;
}

section.lucky_pot ul.tab.tab_type2 {
	padding: 0;
}

section.lucky_pot ul.tab.tab_type2 li {
	width: 20%;
	text-align: center;
}

section.lucky_pot ul.tab li a {
	color: #818791;
	font-size: 1.6rem;
	height: 45px;
	line-height: 45px;
	padding: 12px 0;
}

section.lucky_pot ul.tab li.active a {
	color: #fff;
	border-bottom: 2px solid #1675b7;
}

section.lucky_pot .boxd p.title {
	margin-left: 5%;
	font-size: 1.5rem;
	color: #818791;
}

section.lucky_pot .boxd p.title span {
	padding: 0 3px;
	font-size: 2rem;
	color: #f2da0f;
}

section.lucky_pot .boxd .display_flex_h {
	width: 90%;
	margin: 25px auto;
}

section.lucky_pot .boxd .display_flex_h div.box {
	width: 50%;
}

section.lucky_pot .boxd .display_flex_h div.box p.head {
	color: #fff;
	background: #d34f2f;
	text-align: center;
	padding: 10px 0;
	font-size: 1.5rem;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

section.lucky_pot .boxd .display_flex_h div.box div.body {
	background: #fff;
	text-align: center;
	height: 85px;
	line-height: 100px;
	position: relative;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

section.lucky_pot .boxd .display_flex_h div.box div.body p {
	font-size: 2rem;
	color: #000;
}

section.lucky_pot .boxd .display_flex_h div.box div.body i.icon {
	text-align: center;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

section.lucky_pot .boxd .display_flex_h div.box:first-child {
	margin-right: 2px;
}

section.lucky_pot .boxd .display_flex_h div.box:nth-child(2) {
	margin-left: 2px;
}

section.lucky_pot div.price {
	background: url(../__static/__images/lucky_pot/header.png);
	background-size: 100%;
	background-position: top;
	padding-top: 105px;
	width: 70%;
	background-repeat: no-repeat;
	margin: 50px auto;
	display: block;
}

section.lucky_pot div.price p.title {
	text-align: center;
	padding: 10px 0;
	font-size: 1.8rem;
	color: #fff;
}

section.lucky_pot div.price .wh {
	margin: -2px 2.8% 0 2.5%;
	padding: 25px 0;
	text-align: center;
	background: #fff;
	position: relative;
}

section.lucky_pot div.price .wh div.btm_bg {
	background: url(../__static/__images/lucky_pot/ft.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 50px;
	position: absolute;
	bottom: -25%;
	width: 100%;
}

section.lucky_pot div.price .wh p.name {
	font-size: 2.8rem;
	color: #000;
	line-height: normal;
}

section.lucky_pot div.price .wh p.subs {
	font-size: 1.5rem;
	color: #999999;
	padding-top: 5px;
	line-height: normal;
}

section.lucky_pot div.texts {
	margin-top: 40px;
	text-align: center;
}

section.lucky_pot div.texts a {
	width: 65%;
	display: block;
	margin: 10px auto;
	background: -webkit-linear-gradient(left, #f3df19, #f7f952);
	background: -o-linear-gradient(left, #f3df19, #f7f952);
	background: -moz-linear-gradient(left, #f3df19, #f7f952);
	background: linear-gradient(left, #f3df19, #f7f952);
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	color: #212229;
	font-size: 1.6rem;
}

section.lucky_pot div.texts p.subtxt2,
section.lucky_pot div.texts p.subtxt3 {
	font-size: 1.5rem;
	color: #9fa9b6;
	line-height: normal;
}

section.lucky_pot .sm_container {
	background: url(../__static/__images/lucky_pot/smbg.png) no-repeat;
	background-size: 100% 100%;
	height: 150px;
	width: 260px;
	margin: 25px auto;
	position: relative;
}

section.lucky_pot .sm_container p {
	position: absolute;
	text-align: center;
	width: 100%;
}

section.lucky_pot .sm_container .title {
	font-size: 1.8rem;
	color: #fff;
	top: 17px;
}

section.lucky_pot .sm_container p.name {
	font-size: 2.8rem;
	color: #000000;
	top: 60px;
}

section.lucky_pot .sm_container p.subs {
	font-size: 1.5rem;
	color: #999999;
	top: 95px;
}

section.lucky_pot table.blue_tb {
	width: 100%;
	text-align: center;
}

section.lucky_pot table.blue_tb tr:first-child td {
	text-align: center;
	background: #004f8f;
	color: #fff;
}

section.lucky_pot table.blue_tb tr td {
	padding: 10px 0;
	background: #20212a;
	color: #818797;
	border-bottom: 1px solid #292d38;
}

section.lucky_pot .input_content {
	background: #fff;
	width: 90%;
	margin: 25px auto;
}

section.lucky_pot .input_content .input {
	padding: 15px;
	position: relative;
}

section.lucky_pot .input_content .input i.icon_ri {
	right: 5px;
	position: absolute;
	top: 39%;
	height: 12px;
	width: 11px;
}

section.lucky_pot .input_content .input:first-child {
	border-bottom: 1px solid #212229;
}

section.lucky_pot .input_content .input .container .label {
	width: 70%;
}

section.lucky_pot .input_content .input .container .label.sm {
	width: 30%;
}

section.lucky_pot .input_content .input .container input {
	width: 100%;
	border: none;
	height: 20px;
	font-size: 1.6rem;
	outline: none;
}

section.lucky_pot .input_content div.label {
	width: 30%;
	font-size: 1.6rem;
	color: #818791;
}

section.lucky_pot .input_content div.sel {
	width: 70%;
}

section.lucky_pot .input_content div.sel select {
	border: none;
	text-align: right;
	appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
	color: #818791;
	text-align-last: right;
	padding-right: 15px;
	outline: none;
	font-size: 1.5rem;
}

section.lucky_pot .input_content div.sel option {
	direction: rtl;
}

section.lucky_pot form {
	border-top: 1px solid #36364c;
}

section.lucky_pot form .form_container {
	padding: 15px;
	background: #292d36;
	border-bottom: 1px solid #36364c;
}

section.lucky_pot form .form_container div.label {
	width: 30%;
	color: #fff;
}

section.lucky_pot form .form_container div.input {
	width: 70%;
	height: 21px;
	line-height: 22px;
	text-align: right;
}

section.lucky_pot form .form_container div.input input,
section.lucky_pot form .form_container div.label {
	font-size: 1.6rem;
}

section.lucky_pot form .form_container div.input input {
	background: transparent;
	border: 0;
	outline: none;
	color: #fff;
	font-size: 1.4rem;
	width: 100%;
	text-align: right;
}

section.lucky_pot form .form_container div.input span.wpre {
	position: relative;
	font-size: 1.45rem;
}

section.lucky_pot form .form_container div.input span.wpre input {
	width: 50%;
}

section.lucky_pot form .form_container div.input span.wpre::before {
	content: "g";
	color: #fff;
	position: absolute;
	left: -9px;
	font-size: 1.6rem;
}

section.lucky_pot form .form_container div.input input::-webkit-input-placeholder {
	color: #818791;
}

section.lucky_pot form .form_container div.input input:-moz-placeholder {
	color: #818791;
}

section.lucky_pot form .form_container div.input input:-ms-input-placeholder {
	color: #818791;
}

section.lucky_pot div.pp1 a.submit {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #212229;
	border-radius: 4px;
	width: 85%;
	margin: 15px auto;
	font-size: 1.6rem;
	background-image: linear-gradient(left, #f2da0f, #f7f952);
	background: -webkit-linear-gradient(left, #f2da0f, #f7f952);
	background: -o-linear-gradient(left, #f2da0f, #f7f952);
	background: -moz-linear-gradient(left, #f2da0f, #f7f952);
	background: linear-gradient(left, #f2da0f, #f7f952);
}

.introjs-helperLayer {
	border: none !important;
}

.add_bank_card_content .bank_card_item .card a.def {
	height: 28px;
	position: absolute;
	right: 16px;
}

.add_bank_card_content .bank_card_item .card img {
	height: 28px;
}

.add_bank_card_content .bank_card_item .card span.extra {
	font-size: 2rem;
	font-weight: bold;
	color: transparent;
	position: relative;
	top: -3px;
	left: 31px;
	background-image: linear-gradient(#fff, #c6e0f8);
	-webkit-background-clip: text;
	background-clip: text;
}

.add_bank_card_content .bank_card_item .card .default-caption {
	font-size: 1.3rem;
	color: #fff;
	position: relative;
	float: right;
}

.add_bank_card_content .bank_card_item .card p {
	color: #d9ebfa;
	font-size: 1.4rem;
	margin-bottom: 18px;
	padding-left: 32px;
}

.add_bank_card_content .bank_card_item .card p.account_num {
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 10px;
}

.add_bank_card_content .bank_card_item .card p.branch {
	font-size: 1.4rem;
	color: #fff;
	margin: 0;
}

.add_bank_card_content .add_bank_card_item {
	min-height: 133px;
	text-align: center;
	padding: 32px 16px 0;
	border: 1px solid #36364c;
	border-radius: 5px;
	background: #23262f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.add_bank_card_content .add_bank_card_item img {
	width: 36px;
	margin-bottom: 20px;
}

.add_bank_card_content .add_bank_card_item p {
	font-size: 1.4rem;
}

.add_bank_card_content .bind_mobile_notif {
	text-align: center;
	padding: 40px 0;
	background: #23262f;
	border-bottom: 1px solid #333448;
}

.add_bank_card_content .bind_mobile_notif img {
	width: 57px;
	margin-bottom: 28px;
}

.add_bank_card_content .bind_mobile_notif p {
	font-size: 1.8rem;
}

.add_bank_card_content .form_btn-wrap {
	padding: 30px 16px 0;
}

.add_bank_card_content._02 .form_btn-wrap {
	padding: 0;
}

.add_bank_card_content._03 .form_btn-wrap {
	margin-top: 0;
}

.add_bank_card_content .success-msg {
	padding-top: 21px;
	text-align: center;
}

.add_bank_card_content .success-msg .icon-content img {
	width: 82px;
	height: 82px;
}

.add_bank_card_content._02 .success-msg .icon-content img {
	margin-bottom: 8px;
}

.add_bank_card_content .success-msg .text-content {
	background: #fff;
	margin: 20px 15px 0;
	padding: 25px 0;
}

.add_bank_card_content .success-msg .text-content span {
	font-size: 1.4rem;
	color: #818791;
	display: block;
}

.add_bank_card_content .success-msg .text-content span.title {
	font-size: 2.1rem;
}

.add_bank_card_content .success-msg .text-content p {
	padding: 0 25px;
	font: 1.3rem;
}

.add_bank_card_content .success-msg .text-content p span {
	display: inline-block;
}

.add_bank_card_content .success-msg .text-content h2 {
	font-size: 2.1rem;
	margin-top: 7px;
}

.add_bank_card_content .success-msg .text-content .divider {
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #cfcfcf;
	margin: 25px 0;
}

.add_bank_card_content .success-msg .text-content .divider:before {
	content: '';
	height: 14px;
	width: 14px;
	background: #212229;
	border-radius: 300px;
	position: absolute;
	left: -7px;
	top: -7px;
}

.add_bank_card_content .success-msg .text-content .divider:after {
	content: '';
	height: 14px;
	width: 14px;
	background: #212229;
	border-radius: 300px;
	position: absolute;
	right: -7px;
	top: -7px;
}

.add_bank_card_content .success-msg .button-content {
	margin-top: 25px;
	padding: 0 15px;
}

.add_bank_card_content .success-msg .button-content a.btn-blu3 {
	width: 34%;
	float: left;
}

.add_bank_card_content .success-msg .button-content a.btn-ylw {
	width: 62%;
	float: right;
}

.tab.with_select {
	height: 100%;
}

.tab.with_select form {
	height: 100%;
}

.tab.with_select select {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	border: none;
	outline: none;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
	text-align-last: -moz-center;
	text-align-last: -webkit-center;
	text-align-last: center;
	font-size: 1.6rem;
	color: #818791;
	background-image: url(../__static/__images/self_help/icon02.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 11px 7px;
}

.dialog_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100;
}

.dialog_wrap .dialog_main {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 85%;
	background: #fff;
	border-radius: 10px;
	z-index: 9999;
}

.dialog_wrap .dialog_main .dialog_content {
	padding: 20px 35px;
}

.dialog_wrap .dialog_main .dialog_content h4 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	color: #333;
	text-align: center;
}

.dialog_wrap .dialog_main .dialog_content p {
	font-size: 1.5rem;
	color: #333;
	text-align: center;
}

.dialog_wrap .dialog_main em {
	position: absolute;
	right: 6px;
	top: 6px;
	display: block;
	overflow: hidden;
	background: url(icon/sprite.min.png) no-repeat;
}

.dialog_wrap .dialog_main .em18 {
	background-position: -60.6px -13px;
	width: 19px;
	height: 20px;
}

.dialog_wrap .dialog_main .dialog_btn_wrap {
	border-top: 1px solid #b2b2b2;
	overflow: hidden;
	text-align: center;
}

.dialog_wrap .dialog_main._withform {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 10px;
	z-index: 9999;
	margin: 0 auto;
	width: 230px;
	padding: 10px 15% 25px;
}

.dialog_wrap .dialog_main._withform .dialog_content {
	padding: 20px 0 0;
}

.dialog_wrap .dialog_main._withform .dialog_content p {
	font-size: 1.3rem;
}

.dialog_wrap .dialog_main._withform .icon_close {
	position: absolute;
	top: 10px;
	right: 15px;
	height: 12px;
	width: 12px;
	background-size: 12px 12px;
}

section.floater a.floater-btn {
	background: #1f89e9;
	height: 41px;
	line-height: 41px;
	font-size: 1.6rem;
	border-radius: 22px;
	color: #fff;
	margin-top: 3px;
	box-shadow: 0 3px 3px #9abcec;
}

.dialog_btn_wrap .btn {
	height: 44px;
	line-height: 44px;
	color: #157efb;
	font-size: 1.8rem;
}

.dialog_btn_wrap.btn_1 .btn {
	display: block;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dialog_btn_wrap.btn_2 .btn {
	display: block;
	float: left;
	width: 50%;
	border-right: 1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dialog_btn_wrap.btn_2 .btn:last-child {
	border-right: none;
}

.goto_login_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

.visit_game_wrap .visit_game_main {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -135px;
	width: 270px;
	background: #fff;
	border-radius: 10px;
	z-index: 9999;
}

.visit_game_wrap .visit_game_main .visit_game_content {
	padding: 20px 35px;
}

.visit_game_wrap .visit_game_main .visit_game_content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.8rem;
	color: #000;
	text-align: center;
}

.visit_game_wrap .visit_game_main .visit_game_btn_wrap {
	border-top: 1px solid #b2b2b2;
	overflow: hidden;
}

.visit_game_btn_wrap .btn {
	height: 44px;
	line-height: 44px;
	color: #157efb;
	font-size: 1.8rem;
}

.visit_game_btn_wrap.btn_2 .btn {
	display: block;
	float: left;
	width: 50%;
	border-right: 1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.visit_game_btn_wrap.btn_2 .btn:last-child {
	border-right: none;
}

.visit_game_wrap em {
	position: absolute;
	right: 6px;
	top: 6px;
	display: block;
	overflow: hidden;
	background: url(icon/sprite.min.png) no-repeat;
}

.visit_game_wrap .em18 {
	background-position: -60.6px -13px;
	width: 19px;
	height: 20px;
}

.goto_login_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	text-align: center;
}

.goto_login_wrap .goto_login_main {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -135px;
	width: 270px;
	background: #fff;
	border-radius: 10px;
	z-index: 9999;
}

.goto_login_wrap .goto_login_main .goto_login_content {
	padding: 20px 35px;
}

.goto_login_wrap .goto_login_main .goto_login_content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.8rem;
	color: #000;
	text-align: center;
}

.goto_login_wrap .goto_login_main .goto_login_btn_wrap {
	border-top: 1px solid #b2b2b2;
	overflow: hidden;
}

.goto_login_btn_wrap .btn {
	height: 44px;
	line-height: 44px;
	color: #157efb;
	font-size: 1.8rem;
	text-align: center;
}

.goto_login_btn_wrap .btn_2 {
	display: block;
	float: left;
	width: 100%;
	border-right: 1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.goto_login_wrap em {
	position: absolute;
	right: 6px;
	top: 6px;
	display: block;
	overflow: hidden;
	background: url(icon/sprite.min.png) no-repeat;
}

.goto_login_wrap .em18 {
	background-position: -82px -11px;
	width: 20px;
	height: 20px;
}

.pay_dialog_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	text-align: center;
}

.pay_dialog_wrap .pay_dialog_main {
	position: absolute;
	top: 31%;
	left: 44%;
	margin-left: -135px;
	width: 315px;
	background: #fff;
	border-radius: 10px;
	z-index: 9999;
}

.pay_dialog_wrap .pay_dialog_main .pay_dialog_content {
	padding: 20px 15px;
}

.pay_dialog_wrap .pay_dialog_main .pay_dialog_content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	color: #000;
	text-align: center;
}

.pay_dialog_wrap .pay_dialog_main .pay_dialog_btn_wrap {
	border-top: 1px solid #b2b2b2;
	overflow: hidden;
}

.pay_dialog_btn_wrap .btn {
	color: #eceef2;
	font-size: 1.4rem;
	text-align: center;
	background-color: #199ED8;
	margin: 7px 15px;
	padding: 10px 20px;
	border-radius: 6px;
}

.pay_dialog_btn_wrap .btn2 {
	font-size: 1.4rem;
	text-align: center;
	margin: 7px 15px;
	padding: 10px 20px;
	border-radius: 6px;
	background-color: #999999;
	color: #1a1b1f;
}

.pay_dialog_wrap em {
	position: absolute;
	right: 6px;
	top: 6px;
	display: block;
	overflow: hidden;
	background: url(icon/sprite.min.png) no-repeat;
}

.pay_dialog_wrap .em18 {
	background-position: -82px -11px;
	width: 20px;
	height: 20px;
}

.payment_input_amount {
	background: #212229;
	margin-left: -15px;
	margin-top: -1px;
	padding: 15px 10px 48px 10px;
}

.payment_input_amount a {
	display: block;
	float: left;
	margin-left: 2.1%;
	margin-bottom: 10px;
	border-radius: 4px;
	border: 1px solid #00e567;
	line-height: 35px;
	color: #00e567;
	height: 35px;
	width: 22%;
	text-align: center;
}

.payment_input_amount span {
	font-size: 1.2rem;
	position: relative;
	left: 2%;
	top: -6px;
}

.dialog_normal_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	text-align: center;
}

.dialog_normal_wrap .dialog_normal_main {
	position: absolute;
	top: 31%;
	left: 50%;
	margin-left: -135px;
	width: 270px;
	background: #fff;
	border-radius: 10px;
	z-index: 9999;
}

.dialog_normal_wrap .dialog_normal_main .dialog_normal_content {
	padding: 20px 15px;
}

.dialog_normal_wrap .dialog_normal_main .dialog_normal_content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	color: #000;
	text-align: center;
}

.dialog_normal_wrap .dialog_normal_main .dialog_normal_btn_wrap {
	border-top: 1px solid #b2b2b2;
	overflow: hidden;
}

.dialog_normal_btn_wrap a {
	display: block;
	box-sizing: border-box;
	text-align: center;
	padding: 15px;
	border-left: 1px solid #b2b2b2;
	float: left;
	width: 50%;
	color: #157efb;
	font-size: 1.4rem;
	transition: all .001s;
}

.dialog_normal_btn_wrap a:first-child {
	border-left: 0;
}

.dialog_normal_wrap em {
	position: absolute;
	right: 6px;
	top: 6px;
	display: block;
	overflow: hidden;
	background: url(icon/sprite.min.png) no-repeat;
}

.dialog_normal_wrap .em18 {
	background-position: -82px -11px;
	width: 20px;
	height: 20px;
}

#page_content .hidden {
	display: none;
	visibility: visible!important;
}

.text-container {
	margin: 4px 14px;
	line-height: 1.6em;
}

.text-center {
	text-align: center;
}

.text-sub {
	vertical-align: sub;
}

.promo22gif {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 999;
	width: 44px;
}

.promo22gif img {
	width: 100%;
}

.captcha-internal {
	top: 5%;
	right: 5%;
}


/* Preloader BEGIN */

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px!important;
	margin-top: -10px!important;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}


/*messgeGod*/

.messgeGod {}

.messgeGod .topText {
	width: 100%;
}

.messgeGod .topText h2 {
	font-size: 2rem;
	line-height: 26px;
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 11px;
	font-weight: bold;
}

.messgeGod .topText p {
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 15px;
	text-align: center;
	color: #666;
}

.messgeGod .topText2 p {
	color: #666;
}

.messgeGod .topText3 p {
	text-align: left;
}

.messgeGod .topText img {
	width: 30%;
	display: block;
	text-align: center;
	margin: 35px auto 15px;
}

.messgeGod .godBtn {
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.messgeGod .godBtn .btnB {
	background: url(../__static/__images/bg/btn_bluebg.png);
	background-size: 100% 100%;
	padding: 12px 30px;
	color: #fff;
	border-radius: 4px;
	font-size: 1.4rem;
	margin-right: 15px;
}

.messgeGod .godBtn .btnY {
	background: url(../__static/__images/bg/btn_yellow.jpg);
	background-size: 100% 100%;
	padding: 12px 40px;
	color: #000;
	border-radius: 4px;
	font-size: 1.4rem;
}


/*FORMS*/

.form-group {
	margin: 12px 0;
}

.form-group .form-field {
	display: table;
	margin-bottom: 5px;
}

.form-group .form-field .label {
	display: table-cell;
	width: 50%;
	font-size: 1.3rem;
	color: #333;
}

.form-group .form-field .input {
	display: table-cell;
	width: 50%;
}

.form-group .form-field .input input {
	height: 33px;
}


/*css update 12042018*/

.icons_payment_mothod.t_icn1 {
	background-image: url(../__static/__images/member/n1/t_icn1.png);
}

.icons_payment_mothod.t_icn2 {
	background-image: url(../__static/__images/member/n1/t_icn2.png);
}

.icons_payment_mothod.t_icn3 {
	background-image: url(../__static/__images/member/n1/t_icn3.png);
}

.icons_payment_mothod.t_icn4 {
	background-image: url(../__static/__images/member/n1/t_icn4.png);
}

.icons_payment_mothod.t_icn5 {
	background-image: url(../__static/__images/member/n1/t_icn5.png);
}

.icons_payment_mothod.t_icn6 {
	background-image: url(../__static/__images/member/n1/t_icn6.png);
}

.icons_payment_mothod.t_icn7 {
	background-image: url(../__static/__images/member/n1/t_icn7.png);
}

.icons_payment_mothod.t_icn8 {
	background-image: url(../__static/__images/member/n1/t_icn8.png);
}

.icons_payment_mothod.t_icn9 {
	background-image: url(../__static/__images/member/n1/t_icn9.png);
}

.icons_payment_mothod.t_icn11 {
	background-image: url(../__static/__images/member/n1/t_icn11.png);
}

.bankqr_icn1 {
	background-image: url(../__static/__images/member/n1/ysf.png);
}

.bankqr_icn2 {
	background-image: url(../__static/__images/member/n1/mt.png);
}

.bankqr_icn3 {
	background-image: url(../__static/__images/member/n1/dz.png);
}

.bankqr_icn4 {
	background-image: url(../__static/__images/member/n1/wph.png);
}

.bankqr_icn5 {
	background-image: url(../__static/__images/member/n1/ttzz.png);
}

.bankqr_icn6 {
	background-image: url(../__static/__images/member/n1/mfb.png);
}

.bankqr_icn7 {
	background-image: url(../__static/__images/member/n1/wzf.png);
}

.bankqr_icn8 {
	background-image: url(../__static/__images/member/n1/jd.png);
}

.icons_payment_mothod.t_icn1,
.icons_payment_mothod.t_icn2,
.icons_payment_mothod.t_icn3,
.icons_payment_mothod.t_icn4,
.t_icn5,
.t_icn6,
.t_icn7,
.t_icn8,
.t_icn9,
.t_icn11 {
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
}

.usercenter_content .usercenter_sec .ln_spcer {
	height: 120px;
}

.usercenter_content .usercenter_sec .login_notice {
	height: 150px;
	background: url(../__static/__images/member/n1/w_bg.jpg) center top;
	background-size: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 31px;
}

.usercenter_content .usercenter_sec .login_notice .txt {
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	padding: 30px 0 0;
}

.usercenter_content .usercenter_sec .login_notice .ln_btn_con {
	text-align: center;
	padding-top: 20px;
}

.usercenter_content .usercenter_sec .login_notice .ln_btn_con .ln_btn1 {
	display: inline-block;
	width: 135px;
	height: 35px;
	background: #319bfa;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	line-height: 35px;
	border-radius: 18px;
	margin: 0 5px;
}

.usercenter_content .usercenter_sec .login_notice .ln_btn_con .ln_btn2 {
	display: inline-block;
	width: 133px;
	height: 33px;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	line-height: 35px;
	border-radius: 18px;
	border: solid 1px #fff;
	margin: 0 5px;
}

.usercenter_content .usercenter_sec.user_nav {
	text-align: center;
	padding: 15px 0 5px;
	margin-top: -17px;
}

.usercenter_content .usercenter_sec.user_nav a {
	display: inline-block;
	width: 80px;
	height: 55px;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.user_nav a i {
	display: block;
	width: 32px;
	height: 38px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.user_nav a i.m_icn1 {
	background-image: url(../__static/__images/member/n1/m_icn1.png);
}

.user_nav a i.m_icn2 {
	background-image: url(../__static/__images/member/n1/m_icn2.png);
}

.user_nav a i.m_icn3 {
	background-image: url(../__static/__images/member/n1/m_icn3.png);
}

.user_nav a i.m_icn4 {
	background-image: url(../__static/__images/member/n1/m_icn4.png);
}

.usercenter_content .uc_t {
	font-size: 1.2em;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #fff;
}

.usercenter_content .usercenter_nav {
	background: #292d36;
	text-align: center;
	padding: 0 0 15px 15px;
}

.usercenter_content .usercenter_nav .ul_auto_wrap ul li a {
	color: #fff;
	font-size: 1em;
}

.pop_quickpay {
	z-index: 9999;
	width: 316px;
	height: 160px;
	position: fixed;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../__static/__images/member/n1/mc_pop1.png) no-repeat;
	background-size: 100%;
	border-radius: 3px;
}

.pop_quickpay ._c {
	font-size: 1em;
	color: #333333;
	padding: 17px 0 0 15px;
}

.pop_quickpay ._c .t_blue {
	color: #44C0FD
}

.pop_quickpay .p_cs_btn1 {
	width: 134px;
	height: 28px;
	display: block;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #008ccf;
	border: solid 1px #008ccf;
	margin: 25px 0 0;
}

.pop_quickpay .p_cs_btn1:hover {
	background: #2b94d7;
	color: #fff;
}

.pop_quickpay .p_cs_btn2 {
	width: 136px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin: 5px 0 0;
	background: url(../__static/__images/member/n1/p_btn.jpg) no-repeat;
	background-size: 100% 100%;
}

.pop_quickpay .p_cs_btn2:hover {
	background: url(../__static/__images/member/n1/p_btnh.jpg) no-repeat;
}

.pop_quickpay .p_cs_close {
	width: 12px;
	height: 12px;
	display: block;
	background: url(../__static/__images/member/n1/mcp_close.png) no-repeat;
	cursor: pointer;
	right: 10px;
	top: 10px;
	position: absolute;
	background-size: 100%;
}

.pop_swift_dep {
	width: 300px;
	height: 248px;
	position: fixed;
	background: #0d64ac;
	border: solid 3px #393939;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
}

.pop_swift_dep ._t {
	height: 30px;
	line-height: 30px;
	background: #003c6d;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.pop_swift_dep ._g {
	width: 255px;
	height: 181px;
	margin: 0 auto;
}

.pop_swift_dep .pop_swift_d_gal .psd_slide {
	width: 255px;
}

.pop_swift_dep .pop_swift_d_gal .psd_slide img {
	width: 100%;
	height: auto;
}

.pop_swift_dep .pop_swift_d_gal .psd_slide .s_t {
	height: 35px;
	line-height: 16px;
	color: #fff;
	text-align: left;
	padding-top: 7px;
}

.pop_swift_dep .prev_sd {
	width: 12px;
	height: 23px;
	position: absolute;
	background: url(../__static/__images/member/n_popup/prev.png) no-repeat;
	left: 20px;
	top: 205px;
	cursor: pointer;
}

.pop_swift_dep .next_sd {
	width: 12px;
	height: 23px;
	position: absolute;
	background: url(../__static/__images/member/n_popup/next.png) no-repeat;
	right: 20px;
	top: 205px;
	cursor: pointer;
}

.pop_swift_dep .pager1_sd {
	clear: both;
	text-align: center;
	padding: 10px 0;
}

.pop_swift_dep .pager1_sd span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(../__static/__images/member/n_popup/pger.png) no-repeat top;
	margin: 0 5px;
	cursor: pointer;
	font-size: 0;
}

.pop_swift_dep .pager1_sd span.cur {
	background: url(../__static/__images/member/n_popup/pger.png) no-repeat bottom;
}

.pop_swift_dep .p_sd_close {
	width: 12px;
	height: 12px;
	display: block;
	background: url(../__static/__images/member/n1/mcp_close.png) no-repeat;
	cursor: pointer;
	right: 10px;
	top: 10px;
	position: absolute;
	background-size: 100%;
}

.pop_swift_dep .pagination {
	bottom: 10px;
}

.pop_swift_dep .pagination .swiper-pagination-bullet {
	border: solid 1px #fff;
	background: none;
	margin: 0 5px;
	width: 6px;
	height: 6px;
}

.popmask {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=30);
	z-index: 950;
	left: 0;
	top: 0;
}


/*css update 12042018 end*/


/*css update wxpay*/

.alert_icn {
	height: 18px;
	width: 18px;
	background-image: url(../__static/__images/member/alert_icn.png);
}

.alert_box {
	padding-left: 25px;
	position: relative;
	font-size: 1.4rem;
	color: #a5b1c7;
}

.alert_box .alert_icn {
	position: absolute;
	left: 0;
	top: 3px;
}

.wxpay_popup {
	width: 295px;
	height: 390px;
	background: #eeeeee;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
}

.wxpay_popup ._h {
	padding: 25px 8% 20px;
	height: 30px;
	color: #333333;
}

.wxpay_popup ._h span {
	color: #0c5cb1;
}

.wxpay_popup ._g {
	padding: 0 8%;
}

.wxpay_popup.v2 ._g {
	padding: 10px 1%;
}

.wxpay_popup.v2 {
	height: 410px;
}

.wxpay_popup.v2 ._g ._ptxt {
	padding: 0 5px;
	line-height: 18px;
}

.wxpay_popup.v2 ._g ._ptxt p {
	margin-bottom: 5px;
}

.wxpay_popup.v2 ._g ._ptxt p .blue {
	color: #0c5cb1;
}

.wxpay_popup.v2 ._g ._ptxt p .red {
	color: #d13847;
}

.wxpay_popup ._g .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.wxpay_popup ._g .s_txt {
	text-align: center;
	padding: 15px 0;
}

.wxpay_popup ._g .btnc_wx a {
	width: 48%;
	display: inline-block;
	font-size: 100%;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin: 0 1px;
}

.wxpay_popup .wxpay_pclose {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../__static/__images/member/dep_pop1/close.png) no-repeat;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -37px;
	display: block;
	background-size: 100% auto;
	cursor: pointer;
}

.wxpay_popup .btnc_wx {
	text-align: center;
}

.dragonboa2018_popup {
	width: 300px;
	background: url(../__static/__images/promotion/dragonboat2018/dp_pop_index.png) no-repeat;
	background-size: 100%;
	height: 300px;
	z-index: 999;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
}

.dragonboa2018_popup .link {
	width: 200px;
	height: 230px;
	display: block;
}

.dragonboa2018_popup .pop_dbi_close {
	background: url("../__static/__images/promotion/dragonboat2018/p_list_close.png") no-repeat;
	bottom: 24px;
	display: block;
	height: 46px;
	left: 98px;
	position: absolute;
	width: 26px;
	background-size: 100%;
	cursor: pointer;
}

.db2018_float {
	width: 100px;
	height: 72px;
	background: url(../__static/__images/promotion/dragonboat2018/db_float.png) no-repeat;
	background-size: 100%;
	position: fixed;
	z-index: 100;
	right: 5px;
	top: 205px;
}

.db2018_float .db2018_float_l {
	width: 100px;
	height: 72px;
	display: block;
}

.db2018_float .db2018_float_close {
	width: 12px;
	height: 12px;
	position: absolute;
	background: url(../__static/__images/icons/close.png) no-repeat;
	background-size: 100% 100%;
	right: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
}

.header_index.db_2018_h {
	background: url(../__static/__images/promotion/dragonboat2018/db_2018_h.gif) no-repeat center top #1c5e9b;
	background-size: 100%;
}

.fifa_2018_float {
	width: 104px;
	height: 170px;
	background: url(../__static/__images/fifa_2018/fifa2018.png) no-repeat;
	background-size: 100%;
	position: fixed;
	right: 0px;
	top: 215px;
	z-index: 100;
}

.fifa_2018_float .fifa2018_fbtn {
	background: url(../__static/__images/fifa_2018/btn.png) no-repeat top;
	background-size: 100%;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	height: 25px;
	left: 10px;
	line-height: 23px;
	position: absolute;
	text-align: center;
	top: 121px;
	width: 85px;
}

.fifa_2018_float .fifa_2018_fclose {
	width: 12px;
	height: 12px;
	position: absolute;
	background: url(../__static/__images/icons/close.png) no-repeat;
	background-size: 100% 100%;
	right: 5px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
}

.input_wrap input.amount_dropbtn {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: right;
	left: -25px;
	background-color: #292d36 !important;
	top: -1px;
}

.input_wrap select.amount_dropbtn {
	position: relative;
	width: 100%;
	height: 100%;
	top: -53px;
	padding-right: 30px;
}

.deposit_nav {
	background: #282c35;
	position: relative;
	overflow-y: scroll
}

.deposit_nav .dnav {
	clear: both;
	padding: 10px;
	width: inherit;
	white-space: nowrap;
}

.deposit_nav .sep {
	clear: both;
	height: 1px;
	background: #3c3c54;
	border-bottom: solid 1px #1b1b23;
}

.deposit_nav .dnav p {
	display: inline-block;
	width: 78px;
	height: 66px;
	border: solid 1px #4a4a6e;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	padding-top: 12px;
	margin: 0 9px 9px 0;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}

.deposit_nav .dnav p.active {
	border: solid 1px #2497ff;
	box-shadow: 0px 3px 3px 0px rgba(0, 76, 246, 1)
}

.deposit_nav .dnav .icons_payment_mothod {
	width: 33px;
	height: 33px;
	margin-bottom: 5px;
}

.deposit_nav .dnav .ipm_btc {
	background-position: -457px 0;
}

.deposit_nav .dnav .ipm_faster {
	background-position: -490px 0;
}

.deposit_nav .dnav .ipm_xunjie {
	background-position: -67px 0;
}

.deposit_nav .dnav .ipm_wxpay {
	background-position: -33px 0;
}

.deposit_nav .dnav .ipm_point {
	background-position: -100px 0;
}

.deposit_nav .dnav .ipm_manual {
	background-position: -131px 0;
}

.deposit_nav .dnav p .ard {
	width: 21px;
	height: 10px;
	background: url(../__static/__images/member/ard.png) no-repeat;
	position: absolute;
	left: 28px;
	bottom: -10px;
}

.pay_method {
	background: #292d36;
	padding: 10px 15px;
	margin-bottom: 10px;
	text-align: center;
}

.pay_method ._t {
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 10px;
	text-align: left;
}

.pay_method label {
	display: inline-block;
	width: 134px;
	height: 46px;
	border: solid 1px #4a4a6e;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	position: relative;
	line-height: 48px;
	font-size: 1.6rem;
	color: #fff;
	margin: 0 4px 20px 3px;
	text-align: left;
	overflow: hidden;
}

.pay_method label.selected {
	border: solid 1px #2497ff;
	box-shadow: 0px 2px 3px 0px rgba(0, 76, 246, 0.5)
}

.pay_method label input {
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
}

.pay_method label .icons_payment_mothod {
	width: 33px;
	height: 33px;
	display: inline-block;
	line-height: 33px;
	margin: 0 0 0 5px;
}

.pay_method label .ipm_wxpay {
	background-position: -33px 0;
}


/*Letter Update*/

.form_fields.letter {
	background: #212229;
	margin: 0px;
}

.letter .list {
	clear: both;
	overflow: auto;
}

.letter .list .lcon {
	width: 120%;
	position: relative;
	padding-left: 20px;
}

.list::-webkit-scrollbar {
	display: none;
}

.list::scrollbar {
	display: none;
}

.letter .list ._c {
	width: 84%;
	padding: 10px 0;
	float: left;
	position: relative;
	border-bottom: solid 1px #343642;
}

.letter .list ._del {
	width: 16%;
	position: absolute;
	background: #2497ff;
	height: 100%;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 16px;
	line-height: 75px;
	text-align: center;
}

.letter .list ._del .del_t {
	width: 50px;
	height: 16px;
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	line-height: 16px;
}

.letter .list ._c p {
	width: 78%;
	color: #818791;
}

.letter .list ._c ._h {
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	position: relative;
}

.letter .list ._c ._h i {
	display: block;
	position: absolute;
	left: -10px;
	color: #d03747;
	top: 0;
	font-size: 20px;
	font-style: normal;
}

.letter .list ._c .date {
	position: absolute;
	right: 35px;
	top: 10px;
	display: block;
}

.letter_tab {
	display: block;
	height: 34px;
	background: #212229;
	border-bottom: solid 1px #36364c;
}

.letter_tab li {
	display: block;
	float: left;
	width: 33.3%;
	text-align: center;
}

.letter_tab li a {
	display: inline-block;
	height: 33px;
	text-align: center;
	color: #818791;
	line-height: 33px;
	position: relative;
}

.letter_tab li a .no {}

.letter_tab li a .no {
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 1.1rem;
	color: #fff;
	background: #d13847;
	position: absolute;
	padding: 0 3px;
	border-radius: 10px;
	top: 4px;
	right: -15px;
}

.letter_tab li.active a {
	color: #5db2ff;
	border-bottom: solid 2px #5db2ff;
}

.letter_foot {
	text-align: center;
	font-size: 16px;
	background: #212229;
	line-height: 35px;
}

.pop_record {
	width: 256px;
	height: 138px;
	background: #fff;
	position: fixed;
	margin: auto;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 20px;
}

.pop_record ._c {
	height: 86px;
	border-bottom: solid 1px #b7b7b7;
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 86px;
}

.pop_record .btn-con {
	clear: both;
}

.pop_record .btn-con a {
	display: block;
	float: left;
	height: 50px;
	position: relative;
	text-align: center;
	line-height: 50px;
	width: 50%;
	font-size: 14px;
	color: #0064ff;
}

.pop_record .btn-con a i {
	display: block;
	width: 1px;
	height: 50px;
	background: #b7b7b7;
	right: 0;
	top: 0;
	position: absolute;
}

.deposit_field {
	padding: 0 15px;
}

.deposit_field .title_field {
	padding: 12px 0px;
	font-size: 16px;
	color: #fff;
	border-bottom: solid 1px #333;
}

.deposit_field .title_field span {
	display: block;
	font-size: 14px;
	color: #818791;
}

.deposit_field .message {
	font-size: 14px;
	padding-top: 15px;
}

.warn {
	font-size: 14px;
	color: #d13847;
	padding-left: 15px;
	font-size: 16px;
	margin-bottom: 10px;
}

.warn_icn {
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: url(../__static/__images/member/warn.png) no-repeat;
	background-size: 100%;
	display: inline-block;
}

.txt-red {
	color: #d13847;
}

.txt-white {
	color: #fff;
}

.fz-16 {
	font-size: 1.6rem;
}

.input_wrap select.select2 {
	width: 45%;
	float: right;
	background: url(../__static/__images/member/arrow-down.png) no-repeat;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 100% 50%;
}

.deposit-result {
	padding: 35px 15px;
}

.ds_icn {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: url(../__static/__images/member/success.png) no-repeat;
	background-size: 100%;
}

.ds_icn2 {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: url(../__static/__images/member/failure.png) no-repeat;
	background-size: 100%;
}

.deposit-result ._t {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}

.deposit-result ._c {
	width: 300px;
	margin: 0 auto 20px;
	font-size: 14px;
}

.deposit-result ._t .yellow {
	color: #f4e933;
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
	section.lucky_pot div.price {
		padding-top: 27%;
	}
	section.lucky_pot div.price .wh {
		margin: 1% 3% 0 2.3%;
		padding: 60px 0 40px;
	}
	section.lucky_pot div.price .wh div.btm_bg {
		height: 84px;
		bottom: -38%;
	}
	section.lucky_pot div.texts {
		margin-top: 96px;
		text-align: center;
	}
	.girl {
		top: 38% !important;
	}
	.second_intro {
		margin-top: 120px;
	}
	.second_intro .instruction_text2 {
		width: 110%;
		display: block;
		margin: 0 auto 65px;
	}
}

@media screen and (max-width: 768px) and (min-width: 768px) {
	section.lucky_pot div.price {
		padding-top: 192px;
		width: 60%;
	}
	section.lucky_pot div.price .wh {
		margin: 1% 3.2% 0 2.5%;
		padding: 45px 0 55px;
	}
	section.lucky_pot div.price .wh div.btm_bg {
		height: 73px;
		bottom: -20%;
	}
	section.lucky_pot div.price p.title {
		padding: 0px 0 10px;
	}
	.girl {
		top: 43% !important;
	}
	.second_intro .instruction_text2 {
		width: 107%;
		margin: 0 auto 55px;
	}
	.second_intro {
		margin-top: 45px;
	}
}

@media screen and (min-width: 415px) {
	.add_bank_card_content .bank_card_item .card img.bank_logo {
		width: 4%;
	}
}

@media screen and (max-width: 412px) and (min-width: 412px) {
	.girl {
		top: 305px !important;
	}
}

@media screen and (max-width: 375px) {
	section.lucky_pot div.price p.title {
		padding: 1px 0;
	}
	section.lucky_pot ul.tab li a {
		font-size: 1.3rem;
	}
	section.lucky_pot div.price {
		padding-top: 99px;
	}
	section.lucky_pot div.price .wh {
		margin: 3px 3% 0px 2.3%;
	}
	.add_bank_card_content .bank_card_item .card img.bank_logo {
		width: 9%;
	}
	.girl {
		top: 306px !important;
	}
	section.lucky_pot .input_content .input .container .label {
		width: 85%;
	}
	section.lucky_pot .input_content .input {
		padding: 4% 3%;
	}
	.promo22gif {
		top: 31%;
	}
}

@media screen and (max-width: 320px) and (min-height: 480px) {
	.girl {
		top: 302px !important;
	}
	.girl:after {
		width: 73px;
		height: 56px;
		top: -54%;
	}
	.dialog_wrap .dialog_main._withform {
		padding: 10px 10% 25px;
	}
}

@media screen and (max-width: 320px) and (min-height: 481px) {
	section.c_download .display_flex_h .img_container img {
		width: 50px;
	}
	section.lucky_pot ul.tab li a {
		font-size: 1.2rem;
	}
	section.lucky_pot div.price p.title {
		padding: 0px 0;
	}
	section.lucky_pot div.price .wh {
		margin: 4px 3% 0 2.3%;
	}
	section.lucky_pot div.price {
		margin: 35px auto;
	}
	section.lucky_pot div.price {
		padding-top: 86px;
	}
	section.gamehall select.with_arrow.without_style {
		font-size: 1rem;
	}
	section.gamehall .label_text.without_style {
		padding-left: 16px;
		font-size: 1rem;
	}
	.usercenter_content .usercenter_identify ul li {
		display: inline;
		margin-right: 2px;
	}
	.usercenter_content .usercenter_identify ul li span.icon {
		height: 35px;
		width: 35px;
	}
	.usercenter_content .usercenter_account_text h4 {
		font-size: 1.3rem;
	}
	.usercenter_info .usercenter_money {
		margin-left: 14%;
	}
	.usercenter_deposit h3 .desc {
		font-size: 1rem;
	}
	.modal.index_phonereg .modal-content input.phone_number {
		font-size: 1.5rem;
	}
	.bindemail_content .layout_form .form_field_wrap .form_field .input_wrap .codeInput {
		width: 80px;
	}
	.record-item .cl4 {
		width: 13%;
	}
	.add_bank_card_content .bank_card_item .card img.bank_logo {
		width: 10%;
	}
	.girl {
		top: 53% !important;
	}
	section.lucky_pot .input_content .input .container .label {
		width: 125%;
	}
	.girl:after {
		top: -61%;
	}
	.promo22gif {
		top: 34%;
	}
	.second_intro {
		margin-top: -77px;
	}
}

div.loading {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	z-index: 9999999;
	background: rgba(0, 0, 0, 0.14);
	-webkit-transform: none;
	transform: none;
}

div.loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 42px;
	min-width: 42px;
	background: url('data:image/svg+xml;utf-8,<svg viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><line id="l" x1="60" x2="60" y1="7" y2="27" stroke="#6c6c6c" stroke-width="11" stroke-linecap="round"/></defs><g><use xlink:href="#l" opacity="0"/><use xlink:href="#l" opacity=".03" transform="rotate(30 60,60)"/><use xlink:href="#l" opacity=".06" transform="rotate(60 60,60)"/><use xlink:href="#l" opacity=".09" transform="rotate(90 60,60)"/><use xlink:href="#l" opacity=".12" transform="rotate(120 60,60)"/><use xlink:href="#l" opacity=".15" transform="rotate(150 60,60)"/><use xlink:href="#l" opacity=".18" transform="rotate(180 60,60)"/><use xlink:href="#l" opacity=".21" transform="rotate(210 60,60)"/><use xlink:href="#l" opacity=".24" transform="rotate(240 60,60)"/><use xlink:href="#l" opacity=".27" transform="rotate(270 60,60)"/><use xlink:href="#l" opacity=".3" transform="rotate(300 60,60)"/><use xlink:href="#l" opacity=".33" transform="rotate(330 60,60)"/><use xlink:href="#l" opacity=".36" transform="rotate(360 60,60)"/><animateTransform attributeName="transform" begin="0s" dur="1.5s" type="rotate" from="0 60 60" to="360 60 60" repeatCount="indefinite"/></g></svg>');
}


/* casino */

.games .ca-contant {
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 20px;
}

.games .ca-contant a {
	display: -webkit-flex;
	display: flex;
	padding: 10px;
	width: 46%;
	box-sizing: border-box;
	margin: 5px;
	background: 10px no-repeat #191B20;
	display: inline-block;
}

.games .ca-contant>a>i {
	width: 100%;
	height: 115px;
	display: block;
	margin-right: 1rem;
	flex: 0 0 auto;
}

.games .ca-contant a span {
	width: 100%;
}

.games .ca-contant a span h6 {
	font-size: 16px;
	line-height: 200%;
	color: #d5d5d5 !important;
}

.games .ca-contant a span p {
	line-height: 200%;
	padding: 5px 0;
	text-align: justify;
	color: #818791;
}

.games .ca-contant .ico-allbet {
	background-image: url(../images/casino/allbet.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .ico-gameplay {
	background-image: url(../images/casino/gameplay.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .ico-wm {
	background-image: url(../images/casino/wm.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .ico-dg99 {
	background-image: url(../images/casino/dg99.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .ico-gd {
	background-image: url(../images/casino/gd.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .ico-sexy {
	background-image: url(../images/casino/sexy.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .ico-ag {
	background-image: url(../images/casino/ag.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .ico-sa {
	background-image: url(../images/casino/sa.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .ico-sbo {
	background-image: url(../images/casino/sbo.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .ico-gold {
	background-image: url(../images/casino/gold.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .klas_poker {
	background-image: url(../images/poker/klas_poker.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .texas_poker {
	background-image: url(../images/poker/texas_poker.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .video_poker {
	background-image: url(../images/poker/video_poker.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .joker_poker {
	background-image: url(../images/poker/joker_poker.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .jack_better {
	background-image: url(../images/poker/jack_better.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .caribbean_poker {
	background-image: url(../images/poker/caribbean_poker.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .three_kings {
	background-image: url(../images/poker/three_kings.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .air_racing {
	background-image: url(../images/poker/air_racing.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .caribbean_domino {
	background-image: url(../images/poker/caribbean_domino.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.games .ca-contant .video_domino {
	background-image: url(../images/poker/video_domino.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.iframe-path h2{
	margin-bottom: 10px;
	font-size: 1.6rem;
	color: #ccc;
	margin-left: 15px;
}
.iframe-path{
	position: relative;
  padding: 15px 0 15px 0px;
}
.slots-contant {
  background: #16181d;
  padding: 5px;
  overflow: hidden;
}
.bg-gradient {
  background: #1e1f20;
  background: -webkit-linear-gradient(legacy-direction(to bottom),#023144 0,#1f1f1f 100%);
  background: -moz-linear-gradient(legacy-direction(to bottom),#023144 0,#1f1f1f 100%);
  background: -ms-linear-gradient(legacy-direction(to bottom),#023144 0,#1f1f1f 100%);
  background: linear-gradient(to bottom,#1e1f20 0,#1f1f1f 100%);
}
.row-uc {
  flex-wrap: nowrap !important;
  display: block;
}
.row-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row {
  /* display: flex; */
  width: 100%;
}
.row-uc::after, .row-uc::before {
    content: " ";
    display: table;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-menu .sub-menu .row-uc li, .row-uc .col, .row-uc .nav-menu .sub-menu li {
    display: block;
    flex: 0 1 auto !important;
    float: left;
    height: auto;
}
.slots-contant li {
    width: 50%;
}
.slots-contant li {
    width: 33.33%;
    box-sizing: border-box;
    padding: 5px;
    float: left;
}
.col-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
.slots-contant a {
    height: 150px;
    border: 1px solid #636c83;
    position: relative;
    padding: 10px 0 0;
}
.slots-contant a, .slots-contant a span {
    width: 100%;
    text-align: center;
    display: block;
}
.ui-page-theme-b a, html .ui-bar-b a, html .ui-body-b a, html body .ui-group-theme-b a {
    color: #2a8fbd;
    font-weight: 400;
}
.card {
    padding: 0 !important;
    background-color: #0b0c0f;
    display: block;
    width: 100% !important;
    float: left;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.24);
    box-shadow: 0 1px 6px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.24);
    -webkit-transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
    transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}
.ui-mobile a img, .ui-mobile fieldset {
    border-width: 0;
}
.slots-contant img {
    width: 113px !important;
}
.img-responsive, .img-responsive-full {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.card .title {
    font-size: 12px;
    height: 25px;
}
.card .title {
    font-size: 1em;
    color: #c3a253;
    margin: 5px auto;
}
.page {
    width: 100%;
    padding: 20px 0;
		overflow: hidden;
		background-color: #16181d;
}
.page li {
    width: 33.33%;
    float: left;
}
.foot p, .foot-nav, .page li {
    text-align: center;
}
.list a, .page li {
    line-height: 40px;
}
.page a.prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page a {
    background-color: #333;
}
.page a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: url(../images/slots/enter-btn.png) center no-repeat;
        background-color: rgba(0, 0, 0, 0);
    display: block;
    margin: 0 auto;
}
