@import "../index_files/reset.css";
body{
	/*background:url(../images/body-bg.gif) 50% 0;*/
	background: rgba(16,18,26,1);
	font:12px/18px "微软雅黑",Arial;
	color:#717171;
	position:relative;
}
html,body{height:100%;}
/* Global Structure---------------------------------------- */
.main{
	margin:0 auto;
	position:relative;
	width:950px;
}
.main-bg {
	background:url(../images/557b90206d1fb.jpg) no-repeat center 0;
	min-height:100%;
}
/*----- alignment & clearing -----*/
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}

.clear{
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper{
	overflow:hidden;
	position:relative;
}
.extra-wrap{
	overflow:hidden;
	display:block;
}
/*  Header styles */
h1,h2,h3,h4,h5,h6{
	color:#fff;
	padding:0 0 9px 0;
	font-weight:normal;
}
h1{font-size:40px; line-height:48px;}
h2{font-size:36px; line-height:44px;}
h3{font-size:32px; line-height:40px;} 
h4{font-size:28px; line-height:34px;}  
h5{font-size:24px; line-height:30px;}
h6{font-size:20px; line-height:24px;}
.heading-1 {
	color:#b30404;
}
/*----- text & typography -----*/
.def-list-1 {padding:0 0 10px 0;}
.def-list-1 dt {
	display:block;
	font-size:25px;
	line-height:18px;
	padding:0 0 6px 0;
	color:#b09609;
	font-weight:bold;
}

.def-list-1 dd{padding-left:10px;padding-right:10px} 

.quote {
	font-size:12px;
	line-height:20px;
	font-style:italic;
	position:relative;
	padding:0 0 15px 0;
}
	.quote strong {
		font-weight:normal;
		color:#b09609;
	}
	.quote:before {
		display:inline-block;
		background:url(../images/quote-before.png) no-repeat 0 0;
		content:"";
		width:14px;
		height:13px;
		margin:0 5px 0 0;
	}
	.quote:after {
		display:inline-block;
		background:url(../images/quote-after.png) no-repeat 0 0;
		content:"";
		width:14px;
		height:13px;
		margin:0 0 0 6px;
	}

strong {color:#b30404;}
.str-1 {
	font-weight:normal;
	text-transform:uppercase;
}
.str-2 {
	color:#b09609;
}
.color-1 {
	color:#fff;
}
/*----- borders & lines -----*/
.hr-border-1 {
	border-bottom:1px solid #323232;
	margin:0 0 9px 0;
}
.hr-border-2 {
	background:#323232;
	height:3px;
	margin:0 0 20px 0;
}
/*----- boxes -----*/
.banner-box {
	background:#292929;
	padding:25px 135px 35px 40px;
	position:relative;
}
.banner-box h3 {
	font-size:34px;
	line-height:40px;
	padding:0;
}
.banner-box h4 {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:21px;
	line-height:26px;
	margin:-5px 0 0 0;
	font-weight:300;
	letter-spacing:-1px;
	padding:0 0 18px 0;
}
.banner-box .inner {
	position:relative;
	z-index:2;
}
.banner-box-img {
	position:absolute;
	right:0;
	bottom:0;
}
/*----- indents -----*/
.img-indent {
	margin:5px 10px 0 0;
	height: 176px;
}
.img-indent-bot {margin:5px 0 16px 0;}

p {padding-bottom:13px;}
.p {padding-bottom:18px;}
.p0 {padding-bottom:0 !important;}
.p1 {padding-bottom:6px !important;}
.p2 {padding-bottom:15px !important;}

.a1 {margin:0 5px;}

.indent-bot {
	padding:0 0 0px 0;
}
.indent-bot-1 {
	padding:0 0 70px 0;
}
.indent-bot-2 {
	padding:0 0 20px 0;
}
.indent-right {margin-right:90px;}
.pad-left {
	padding-left:35px;
}
.pad-top {padding-top:8px;}
/*----- lists -----*/
.list-1 {padding:0 0 20px 0;}
.list-1 li {
	display:block;
	padding:4px 0 4px 16px;
	border-top:1px solid #323232;
	background:url(../images/list-1-marker.gif) no-repeat 0 10px;
}
	.list-1 li:first-child {padding:0 0 6px 16px; border:none;background:url(../images/list-1-marker.gif) no-repeat 0 5px;}
	.list-1 li a {
		color:#717171;
		font-size:14px;
		line-height:20px;
		padding:5px 0 6px;
		text-decoration:none;
	}
		.list-1 li a:hover {
			color:#fff;
		}

/*----- buttons & links -----*/
a {
	color:#fff;
	text-decoration: underline;
	cursor:pointer;
}
a:hover {text-decoration: none;}

a.blueLink, a.blueLink:hover{
	text-decoration: none;
	color: #1987da;
}

.button {
	display:inline-block;
	font-size:12px;
	color:#fff;
	text-decoration: underline;
	background:url(../images/link-marker.gif) no-repeat right 7px;
	padding:0 11px 0 0;
}
	.button:hover {
		text-decoration:none;
	}


.link {
	text-decoration: underline;
	color:#ee623a;
	font-weight:bold;
}
	.link:hover {text-decoration: none;}

/*********************************header*************************************/
header{
	position:relative;
	z-index:2;
	width:950px;
	margin:0 auto;
	padding:80px 0 0 0;
}
header .inner {
	background:url(../images/header-bg.png);
	padding:26px 40px 25px 40px;
	position:relative;
	z-index:2;
}
.logo {
	display:inline-block;
	padding:0 !important;
	margin: 0.5vw 0;
}
.logo a {
	position:relative;
	background: url(../images/142829780280.png) no-repeat 0 0;
	height:58px;
	width:198px;
	overflow:hidden;
	text-indent:-99em;
	display:block;
}
/********************** Slider ************************/
.mp-slider .items {display:none;}
.mp-slider {
}
.slider-container {
	position:relative;
	z-index:1;
}
.mp-prev, .mp-next {
	position:absolute;
	width:31px;
	height:100%;
	bottom:0;
	z-index:3;
	color:#000
}
.mp-prev {
	left:0;
	background:url(../images/slider-prev1.png) no-repeat;
	background-size:100% 100%;
}
	.mp-prev:hover {
		background:url(../images/slider-prev2.png) no-repeat;
		background-size:100% 100%;
	}
.mp-next {
	right:0;
	background:url(../images/slider-next1.png) no-repeat;
	background-size:100% 100%;
}
	.mp-next:hover {
		background:url(../images/slider-next2.png) no-repeat;
		background-size:100% 100%;
	}

.mp-slider .banner {
	position:absolute;
	left:35px;
	right:35px;
	font-family: 'Passion One', cursive;
	color:#fff;
	z-index:99;
	top:120px;
	bottom:0;
	padding:0;
	text-align:center;
	font-size:84px;
	line-height:100px;
	text-transform:uppercase;
}
	.mp-slider .banner span {
		display:block;
	}
	.mp-slider .mp-ban-1 .row-1 {
		padding:40px 0 0 0;
		font-size:70px;
		font-family:"微软雅黑";
	}
	.mp-slider .mp-ban-1 .row-2 {
		font-size:60px;
		line-height:130px;
		margin:8px 0 0 0;
	}
	.mp-slider .mp-ban-1 .row-3 {
		margin:0px 0 0 0;
	}
	.mp-slider .mp-ban-2 .row-1 {
		padding:35px 0 0 0;
		font-size:70px;
		line-height:110px;
		font-family:"微软雅黑";
	}
	.mp-slider .mp-ban-2 .row-2, .mp-slider .mp-ban-2 .row-3 {
		color:#ad0000;
		margin:0px 0 0 0;
	}
	.mp-slider .mp-ban-3 .row-1 {
		padding:35px 0 0 0;
		font-size:70px;
		line-height:110px;
		font-family:"微软雅黑";
	}
	.mp-slider .mp-ban-3 .row-2, .mp-slider .mp-ban-3 .row-3 {
		color:#ad0000;
		margin:20px 0 0 0;
		
	}
	
.slider-full{
	position: relative;
	/*width:950px;*/
	margin:0 auto;
}	
/********************** Navigation ************************/
nav {
	float:right;
	padding:12px 0 0 0;
}

.sf-menu{
	min-height:28px;
	padding:0;
	margin:0;
}
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:185px;
	left:0;
	display:none;
}
.sf-menu > li{
	position:relative;
	float:left;
	margin:0 28px;
}

.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	color:#fff;
	padding:10px 0 0 0;
	background:url(../images/nav-active.png) no-repeat center -30px;
}

	.sf-menu > li.current > a, .sf-menu > li:hover > a, .sf-menu > li.sfHover > a {
		color:#afaa9b;
		text-decoration:none;
		background:url(../images/nav-active.png) no-repeat center 0;
	}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:35px; left:0; z-index:999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
	color:#fff;
	overflow:hidden;
	padding:8px 5px 8px 15px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/sub-nav-tail.png);
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#afaa9b;s
}
.sf-menu li li li a {
	background:url(../images/header-bg.png);
}
.sf-menu li li{
	float:none;
	position:relative;
	margin:0 0 1px 0;
}

.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:186px;top:0;}



/********************** Content ************************/

section#content {
	position:relative; 
	z-index:1;
}
.content-bg {
	background:url(../images/body-bg.gif);
	padding:35px 20px 43px 20px;
}
.author {
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}
	.author i {font-weight:normal;}

.dropcap {
	float:left;
	font-family: 'Passion One', cursive;
	font-size:24px;
	line-height:30px;
	color:#b30404;
	margin:0 5px 0 0;
}
.price-list li {
	overflow:hidden;
	font-size:14px;
	line-height:18px;
	padding:0 0 12px 14px;
	background:url(../images/list-1-marker.gif) no-repeat 0 5px;
}
	.price-list li .price-item {
		float:left;
		color:#717171;
		text-decoration:none;
		max-width:70%;
		margin:0 6px 0 0;
	}
		.price-list li .price-item:hover {color:#fff;}
	.price-list li .filler {
		display:block;
		background:url(../images/filler.gif) repeat-x 0 bottom;
		height:15px;
		overflow:hidden;
	}
	.price-list li .price {
		float:right;
		margin:0 0 0 6px;
		width:60px;
		text-align:left;
		color:#b30404;
	}

.adress {padding:0 0 20px 0;}
.adress dt {
	display:block;
	font-weight:normal;
	color:#717171;
	font-size:12px;
	line-height:18px;
	width:235px;
}
.adress dd {
	font-size:12px;
	line-height:18px;
	color:#717171;
	overflow:hidden;
}
.adress dd span {
	float:left;
	width:59px;
	text-align:right;
	margin:0 6px 0 0;
}

/******************** Footer ******************/
footer {
	color:#717171;
	font-size:12px;
	background:url(file:///C|/Users/Administrator.SC-201902251455/images/logo_05.jpg);
}
.footer-bg {
	color:#000000;
}
footer a {color:#000000;font-weight: bolder;}

.copyright {
	padding:5px 0 0 0;
}
.footer-logo {
	font-weight:normal;
	font-size:24px;
	line-height:30px;
	font-family: 'Passion One', cursive;
	color:#717171;
	display:inline-block;
}
.footer-list li {
	background:url(../images/list-1-marker.gif) no-repeat 0 6px;
	font-size:12px;
	line-height:18px;
	padding:0 0 10px 14px;
}
	.footer-list li a {
		color:#717171;
		text-decoration:none;
	}
		.footer-list li a:hover {
			color:#fff;
		}
.social-list li {
	text-align:right;	
	padding:5px 0 0 0;
}
	.social-list li a {
		display:inline-block;
		width:27px;
		height:24px;
		background:#585858;
	}
		.social-list li a:hover {
			background:#b30404;
		}
		
.new-title{
	color:#B30404;
	font-size:25px;
	float:left
}

.new-text{color:#fff}

.login{
	/*position:fixed;*/
	width: 100%;
	/*background-color: rgba(0, 0, 0,0.8);*/
	background-image: url(../img/login_bar_bg.png);
	background-size: cover;
	z-index: 999;
	}

.table-login p{display: inline-block;margin-right:10px;line-height:30px;}
.table-login p span{color:#F00}
.langname{overflow:hidden;text-align:right;}

.lang_zh-tw{background:url(../images/lang_rect.png) no-repeat;width:22px;height:16px;display:inline-block;margin-top:20px}
.lang_zh-cn{background:url(../images/lang_rect.png) no-repeat 0px -40px;width:22px;height:16px;display:inline-block;margin-top:20px}
.lang_en-us{background:url(../images/lang_rect.png) no-repeat 0px -80px;width:22px;height:16px;display:inline-block;margin-top:20px}


.yltext{position:absolute;text-align:center;top:65%;width:100%}
.ppositions{position:relative;display:block}	


.table-login{padding-top:10px;float:left}
.login-width{width:950px;margin:0 auto}
.pposition{position:relative;overflow:hidden}	
.pabsolute{position:absolute;bottom:38px}
.yznumpic{position:absolute;right:0px;height:24px;top:2px;top:4px\9;}
.fpw{text-decoration:none}
.regis{text-decoration:none;margin:0px 10px}
.regis:hover{border:1px solid #717171;color:#B30404}
.login_btn{cursor:pointer}
.fpw:hover{border:1px solid #717171;color:#B30404}

/*------------登入后头部--------------*/
.onlogin{line-height:53px;float:left;color:#fff}
.onlogin li{display:inline-block;margin-left:10px}
.onlogin li span{color:#B30404;font-weight:bold}
.onlogin li i{margin-left:12px;font-style:normal}
.onlogin a{text-decoration:none}
.outlogin{color:#B30404;font-weight:bold}


.foot-link{text-align:center;margin:23px 0 8px;}
.foot-link li{display:inline-block;}
.foot-link li a{
	text-decoration: none;
	padding-left: 10px;
	margin-right: 10px;
	color:#FFFFFF;
	}
.foot-link li a+a{border-left:1px solid #717171;}	
.foot-link li a:hover{color:#fff}
.copytext{text-align:center; color:#FFFFFF;}

/*---------游戏列表-----------*/
.dn{display:none}
.w100{width:100%}
.mt10{margin-top:10px}
.glistbg{background:rgba(0,0,0,0.6);width:100%;height:100%;position:absolute;top:0;left:0;cursor:pointer;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);background-color:#000\9;}
.gtext{position:absolute;top:50%;}
.gtext dt{margin-top:5px}
.gtext dt a{color:yellow}
.gtext dd{color:#fff;margin-top:10px}
.gameName{text-align: center;color:#FFFFFF;font-size: 14px;width:250px;margin: 5px 10px}

/*------------最新消息------------*/
.rgbabg{background:rgba(0,0,0,0.8);padding:10px;background-color:#000\9;}

/*------------分页广告-----------*/
.pagebanner{overflow:hidden}

/*---------------注册页面--------------*/
.p10{padding:10px}
.registerbor{border:1px solid #FFF;margin: 30px 0}
.registerbor legend{font-size:25px;margin-left:10px}
.registerbor table th{width: 120px;text-align: right;padding-right: 10px}
.registerbor table .regcontent{width: 200px;}
.m45{margin:45px 93px}
.m45 tr{line-height:35px}
.restip{padding-left:10px;color:rgb(255,168,0)}
.ressign{color:#F00;padding:2px 6px;display:inline-block}
.treaty{padding-left:15px;padding-top:15px;color:#fff;padding-bottom:15px}
.treaty a{color:#f00;text-decoration:none;line-height:22px;font-size:15px}
.treaty_text{color:#717171;padding:18px;line-height:20px}
.registerbtn{text-align:center}
.register_btn{
	display: inline-block;
	border-radius: 10px;
	border: 0px none;
	color: rgb(113, 113, 113);
	cursor: pointer;
	padding: 10px 24px;
	margin-right:10px
	}
.register_btn:hover{box-shadow: 1px 1px 5px 4px;color:#f00\9;}
.reset_btn{
	display: inline-block;
	border-radius: 10px;
	border: 0px none;
	color: rgb(113, 113, 113);
	cursor: pointer;
	padding: 10px 24px;
	
}
.reset_btn:hover{box-shadow: 1px 1px 5px 4px;color:#f00\9;}


#fullbg {
background-color:gray;
left:0;
opacity:0.5;
position:absolute;
top:0;
z-index:3;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity:0.5;
}
#dialog {
background-color:#fff;
border:5px solid rgba(0,0,0, 0.4);
height:400px;
left:42%;
margin:-200px 0 0 -200px;
padding:1px;
position:fixed !important; /* 浮动对话框 */
position:absolute;
top:50%;
width:700px;
z-index:5;
border-radius:5px;
display:none;
}
.close {
margin:0 0 12px;
height:24px;
line-height:24px;
background:#CCCCCC;

text-align:right;
padding-right:10px;
}
.close a {
color:#fff;
text-decoration:none;
} 


/*--------------会员中心---------------*/
input{
	border-radius: 5px;
}

.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
.mem_header{background:url(../images/memheadpic.png) no-repeat;}
.mem_logo{float:left;margin: 15px 20px;}
.memhead_right{overflow:hidden;text-align:right;color:#fff;padding-top: 20px;padding-right: 68px;padding-bottom:19px}
.memhead_timepic{background:url(../img/smallpic.png) no-repeat -10px -5px;width:17px;height:18px;display:inline-block}
.memhead_right p{line-height:13px}
.mr20{margin-right:20px}
.memhead_btn{color:#fff;border:2px solid #fefe00;border-radius:68px;display:inline-block;padding:2px 5px;text-decoration:none}
.memhead_btn:hover{background-color:#000000;color:#fff}


.membernav{background-color:#14141e;border:1px solid #000;color:#ecc01e;font-size:18px}
.memnav_left{float:left;width:160px;text-align:center;padding-top:15px}
.memnav_right{overflow:table-cell}
.navon{border-top: 3px solid #ecc01e;margin-top: -2px;background-color: #181725; color:#FFFFFF;}
.memnav_right li{
	border-left: 1px solid rgb(0, 0, 0);
	padding: 15px 20px;
	display: inline-block;
	
	}
.memnav_right li:hover{color:#fff}
.memnav_right a+a{padding-top:16px;margin-left:-5px}

.member_content{overflow:hidden}
.member_list{width:160px;background:#14141e;font-size:18px;color:#fff;float:left;margin-bottom:-3000px;padding-bottom:3000px;min-height:700px}
.memlist-title{background-color:#1f2125;border-left:3px solid #edc11b;line-height:38px;color:#FFF}
.memlist-titlepic{background:url(../img/smallpic.png) no-repeat -8px -37px;width:17px;height:13px;display:inline-block;margin-left: 30px;margin-top: 13px;margin-right: 13px;}
.memlist1_1{background:url(../img/smallpic.png) no-repeat -127px -94px;width:19px;height:19px;display:inline-block;margin-left: 30px;margin-top: 10px;margin-right: 13px;}
.memberlist1 a{margin-top:10px;text-decoration:none;line-height:38px;background-color:rgb(24,23,37);display:block;font-size:16px}
.onmemlist .onmemlist1_1{background:url(../img/smallpic.png) no-repeat -67px -94px;}

.memberlist1 a{ color:#FFFFFF;}
.memberlist1 a:hover{background:#373737;color:#FFF;}
.memberlist1 a.onmemlist{background:#fff;color:#000;}
.memberlist1 a.onmemlist:hover{background:#fff; color:#000000;}


.memlist1_2{background:url(../img/smallpic.png) no-repeat -127px -7px;width:19px;height:19px;display:inline-block;margin-left: 30px;margin-top: 10px;margin-right: 13px;}
.onmemlist .onmemlist1_2{background:url(../img/smallpic.png) no-repeat -67px -7px;}
.memlist1_3{background:url(../img/smallpic.png) no-repeat -127px -37px;width:19px;height:19px;display:inline-block;margin-left: 30px;margin-top: 10px;margin-right: 13px;}
.onmemlist .onmemlist1_3{background:url(../img/smallpic.png) no-repeat -67px -37px;}
.memlist1_4{background:url(../img/smallpic.png) no-repeat -127px -67px;width:19px;height:19px;display:inline-block;margin-left: 30px;margin-top: 10px;margin-right: 13px;}
.onmemlist .onmemlist1_4{background:url(../img/smallpic.png) no-repeat -67px -67px;}
.memberlist2 a:hover{background:#ea62ff}


.memberlist2{margin-top:100px}
.memberlist2 a{margin-top:10px;text-decoration:none;line-height:38px;background-color:rgb(24,23,37);display:block;font-size:16px}
.memberlist2 .onmemlist{background:#fff;color:#ea62ff}
.memlist-titlepic1{background:url(../img/smallpic.png) no-repeat -7px -65px;width:21px;height:14px;display:inline-block;margin-left: 60px;margin-top: 13px;margin-right: 13px;}



.memcont_right{overflow:hidden;background-color:#ecf0f3;font-size:12px;padding:20px;margin-bottom:-3000px;padding-bottom:3000px}
#userlist fieldset{border:1px solid #ea62ff;margin-bottom:25px}
#userlist fieldset legend{font-size:16px;font-weight:bold;color:#ea62ff;margin-left:10px}
#userlist fieldset table{margin-top:14px;margin-left:45px}
#userlist fieldset table input{border:none;border-radius:15px;line-height:23px;text-indent:11px}
#userlist fieldset table tr{line-height:55px}
#userlist fieldset table tr th{text-align:right;width:100px}
.info{color:#846D5C;padding-left:15px}
.userlist_btn{text-align:center;letter-spacing:24px;padding:30px 0px}
.userbtn{
	background:none;
	border: 1px solid #ea62ff;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ea62ff;
}
.userbtn:hover{background:#ea62ff;color:#fff;cursor:pointer}


.memberfoot{border-top:3px solid #ea62ff;text-align:right;height:100px;line-height:100px;background:#fff}
.copyname{font-size:16px;color:#ea62ff;margin-right:30px}
.copyname:hover{border:1px solid #ecf0f3}

/*----------------个人账户---------------------*/
.account_top {
    font-size: 14px;
}
.account_top img{float:left}
.acctop-title{
	overflow: hidden;
	padding-top: 15px;
	padding-left: 40px;
	}
.moneypic{background:url(../images/lang_rect.png) no-repeat -0px -40px;display:inline-block;width:30px;height:22px}
.accountname{color: #0a0a0a;
font-size: 16px;
font-weight: bold;
margin-right: 10px;}

.account_content{
	text-align: center;
	margin: 50px 15px;
	}
	
.balance{border: 1px solid #1f1f1f;width:100%}
.balance th{border: 1px solid #1f1f1f; background:#fff;padding:10px}
.balance td{border: 1px solid #1f1f1f;background:#fff;padding:10px}
.bettitle{font-size:16px;text-align:left;margin-top:84px;color:#ea62ff}

.betcontent{width:100%;border: 1px solid #ea62ff;}
.betcontent th{border: 1px solid #ea62ff; background:#fff;padding:5px 65px}
.betcontent td{background:#fff;padding:5px 65px;border-bottom:1px solid #ea62ff;}
.betcontent tr td:nth-child(2){text-align:right;padding-right:15px}
.betaddbtn{background:url(../img/smallpic.png) no-repeat -36px -84px;width:15px;height:15px;display:inline-block;margin-top:2px;margin-left:5px}
.betaddbtn:hover{background:url(../img/smallpic.png) no-repeat -9px -84px;}


/*-------------------银行交易----------------------*/
.currencypic{background:url(../images/lang_rect.png) -0px -40px;display:inline-block;width:22px;height:18px;margin-top:8px;margin-left:10px}
.bankamou_title{font-size:16px;color:#ea62ff}
.bank_amount table{width:100%;text-align:center;border:1px solid #ea62ff;}
.bank_amount table th{width:30%;border: 1px solid #ea62ff;font-size:15px;line-height:35px;background:#fff}
.bank_amount table th:nth-child(even){width:70%}
.bank_amount table td{background:#fff;border: 1px solid #ea62ff;line-height:30px}

.bank_conversion{margin-top:60px}
.bank_conversion li{    
	font-size: 14px;
    font-weight: bold;
    margin-left: 40px;
    margin-bottom: 20px;
}
.conversion_btn{
	margin-left: 15px;
	background: transparent none repeat scroll 0% 0%;
	border: 1px solid #ea62ff;
	color: #ea62ff;
	}

.conversion_btn:hover{color:#fff;background:#ea62ff;cursor:pointer}

/*===========交易记录=============*/
.record_title{
	font-size: 16px;
	color: #ea62ff;
	}
.record_content{width:100%;border:1px solid #ea62ff;margin-top:60px;background:#fff}
.record_content th{width:10%;border:1px solid #ea62ff;line-height:30px;width:auto\9;}
.record_content th:nth-child(7){width:30%}
.record_content td{border: 1px solid #ea62ff;line-height: 25px;padding: 3px;vertical-align: middle}
.record_content td a{color: #ea62ff}

/*--------------最新消息-----------------*/

.new table{width:100%;background-color:#fff;border:1px solid #ea62ff}
.new table th{border:1px solid #ea62ff}
.new table td{border:1px solid #ea62ff;line-height:30px}

/*---------------个人信息---------------------*/
.userinfo{width:100%;background-color:#fff;border:1px solid #ea62ff}
.userinfo th{width:50%;border:1px solid #ea62ff;color:#ea62ff;font-size:15px;line-height:30px}
.userinfo th+th{width:25%}
.userinfo td{font-size:14px;line-height:25px;border:1px solid #ea62ff;}

/*-----------------游戏公告------------------------*/
.gamenotice{width:100%;background-color:#fff;border:1px solid #ea62ff;margin-top:30px}
.gamenotice th{width:20%;border:1px solid #ea62ff;color:#ea62ff;font-size:15px;line-height:30px}
.gamenotice th+th{width:80%}
.gamenotice td{font-size:14px;line-height:25px;border:1px solid #ea62ff;text-align:center}
.gamenotice td+td{font-size:14px}

/*---------------------线上存款------------------------*/
.deposit_notice{font-size: 13px;color: #ea62ff;}
.deposit_title{font-size:15px;font-weight:bold;margin-top:20px;color:#ea62ff}
.deposit_content legend{font-weight:bold}
.deposit_content fieldset{border:1px solid #ea62ff;padding:0px 20px;background:#fff}
.deposit_content label{position:relative;cursor:pointer}
.userbank li{float:left;line-height:32px;width:33.3%;margin-bottom:15px}
.userbank input{float: left;margin: 18px 4px 0 0;}
.deposit_type{width:100%}
.deposit_type tr{line-height:60px}
.deposit_type th{width:17%}
.deposit_type label{margin-right:15px}
.depositmon_notice{color:#C00}
.depositsubmit{
	background: transparent none repeat scroll 0% 0%;
	border: 1px solid #ea62ff;
	color: #ea62ff;
	padding: 5px 15px;
}
.depositsubmit:hover{background:#ea62ff;color:#fff;cursor:pointer}
.depositbtn{padding:30px 0px}
.depositbtn a{text-decoration:none;padding:5px 10px;border-radius:5px;color:#ea62ff;border:1px solid #ea62ff;margin-left:15px;}
.depositbtn a:hover{border:1px solid #fff}
.depositbtn .ondepositbtn{background:#ea62ff;color:#fff}
.depositcont_bottom table{border:1px solid #ea62ff;text-align:center;background:#fff;margin-bottom:60px}
.depositcont_bottom table+table{display:none}
.depositcont_bottom th{border:1px solid #ea62ff;line-height:30px}
.depositcont_bottom td{border:1px solid #ea62ff;line-height:25px}
.depositcont_bottom a{color:#ea62ff;text-decoration:none}

/* 银行icon */
.chl_icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 126px;
  height: 36px;
}
.bank_icon
{
    background-image: url(../images/combo.png); text-indent: -9999px;
}
.bank_icon_1 { background-position: 0 -144px;}/* 建设银行 */
.bank_icon_2 {background-position: 0 -108px;}/* 中国银行 */
.bank_icon_3 { background-position: 0 -540px;}/* 工商银行 */
.bank_icon_4 { background-position: 0 -396px;}/* 交通银行 */
.bank_icon_5 {background-position: 0 0;}/* 农业银行 */
.bank_icon_10 {background-position: 0 -1152px;}/* 其它 */

.bank_icon_15 {background-position: 0 -36px;}/* 北京银行 */
.BJRCB {background-position: 0 -72px;}


.CDCB { background-position: 0 -180px;}
.bank_icon_8 {background-position: 0 -216px;}/* 光大银行 */
//.bank_icon_10 {background-position: 0 -252px;}/* 兴业银行 */
.bank_icon_7 { background-position: 0 -288px;}/* 中信银行 */
//.bank_icon_5 { background-position: 0 -324px;}/* 招商银行 */
.bank_icon_9 { background-position: 0 -360px;}/* 民生银行 */

.FDB { background-position: 0 -432px;}
.bank_icon_13 { background-position: 0 -468px;}/* 广东银行 */
.HZCB { background-position: 0 -504px;}

.bank_icon_17 { background-position: 0 -576px;}/* 宁波银行 */
.bank_icon_6 { background-position: 0 -612px;}/* 邮政银行 */
.bank_icon_14 { background-position: 0 -648px;}/* 上海银行 */
.SHRCB { background-position: 0 -684px;}
.bank_icon_12 { background-position: 0 -720px;}/* 平安银行 */
.bank_icon_11 { background-position: 0 -756px;}/* 浦发银行 */
.WZCB { background-position: 0 -792px;}
.ZJNX { background-position: 0 -828px;}
.bank_icon_16 {background-position: 0 -864px;}/* 南京银行 */
.bank_icon_18 {background-position: 0 -900px;}/* 江苏银行 */
.bank_icon_19 {background-position: 0 -936px;}/* 渤海银行 */
.bank_icon_20 {background-position: 0 -972px;}/* 恒丰银行 */
.bank_icon_21 {background-position: 0 -1008px;}/* 昆仑银行 */
.bank_icon_22 {background-position: 0 -1044px;}/* 大连银行 */
.bank_icon_23 {background-position: 0 -1080px;}/* 包商银行 */
.bank_icon_24 {background-position: 0 -1116px;}/* 支付宝 */
.bank_icon_25 {background-position: 0 -1152px;}/* 其它 */

/*----------------线上取款----------------------*/
.cashout{background:#fff;padding:30px 0px 60px}
.cashtitle{font-size:16px;color:#ea62ff}
.cashtable{width:100%;line-height:35px;}
.cashtable th{text-align:right;width:15%}
.cashtable td{text-align:left;width:85%;padding-left:15px}
.cashbtn{text-align:center;	border-bottom: 2px solid #ccc;
}
.cashbtn input{
	margin: 20px 0px;
	background: none;
	border: 1px solid #ea62ff;
	color: #ea62ff;
	border-radius: 5px;
	padding: 5px 10px;
	}
.cashbtn input:hover{color:#fff;background:#ea62ff;cursor:pointer}
.cashrep{color:#ea62ff}
.cashtip{line-height:35px;padding-left:25px;padding-top:25px;border-top: 2px solid #e0dddd;}

/*--------------------------优惠活动----------------------------*/
.promotion_content{text-align:center;margin-top:30px}
.promotion_content a{display:inline-block;width:736px;margin-bottom:60px;border:1px solid #fff}
.promotion_content a:hover{border:1px solid #ea62ff}
.promotion_content a div{text-align:left;margin:25px;display:none}


/*--------------------------存款明细弹出内容 ----------------------------*/
.red{
	color:red;
}
.bold {
	font-weight: 700;
}
.dialog_body span.topInportanceNotice{
/* 	background:#878787; */
	color:#434a54;
	padding:5px 10px;
	font-size:14px;
	display:inline-block;
	line-height:22px;
}
.dialog_body .connphone{
	padding:5px 0 30px;
}
.dialog_body .connphone li{
	padding:6px 0;
	text-align:left;
}

.dialog_body .connphone li.luckClass{
	padding:5px 0;
	text-align:left;
}

.dialog_body .connphone li span.c1{
	display:inline-block;
	text-align:right;
	color:#434a54;
}

.dialog_body .connphone li span.spanWidth0{
	width:130px; 
}

.dialog_body .connphone li span.spanWidth1{
	width:171px;
}
.dialog_body .connphone li span.spanWidth2{
	width:130px;
}
.dialog_body .connphone li span.errorTipStyle{
	display: inline-block;
    float: right;
    margin-right: 44px;
    width: 227px;
}
.dialog_body .connphone li span input{
	height:35px;
	width:217px;
	padding-left:8px;
	border: 1px solid #D9D9D9;
    border-radius: 0;
}
.dialog_body .connphone li span input.checkBox{
	height:15px;
	width:15px;
}
.dialog_body .connphone li span.spanApiWidth0{
	width:130px; 
}

.dialog_body .connphone li span.spanApiWidth1{
	width:175px;
}
.dialog_body .connphone li span.spanApiWidth2{
	width:130px;
}

.dialog_body .connphone li span input.bgBtc{
    background:url("/image/new_v1/icon.png?11") no-repeat scroll -65px -373px transparent;
    width:170px;
}
.dialog_body .connphone li span input.bgLtc{
    background: url("/image/new_v1/icon.png?11") no-repeat scroll -65px -403px transparent;
    width:170px;
}
.dialog_body .bondadd .connphone li span input.bgBtc{
    background:url("/image/new_v1/icon.png?11") no-repeat scroll -62px -373px transparent;
    width:185px;
}
.dialog_body .bondadd .connphone li span input.bgLtc{
    background: url("/image/new_v1/icon.png?11") no-repeat scroll -62px -403px transparent;
    width:185px;
}
.dialog_body .connphone li .c3 input{
	background: none repeat scroll 0 0 #f6f7fc;
    border: 1px solid #d9d9d9;
    color: #329ddc;
    cursor: pointer;
    font-size: 12px;
    height: 36px;
    line-height:34px;
    width: 110px;
    padding-left:0px;
}
.dialog_body .connphone li .c3 input:hover{
    color: #1478c8;
}
.dialog_body .connphone li.submit{
/* 	text-align:center;	 */
}
.dialog_body .connphone li.submit input{
/* 	height:30px; */
/* 	width:100px; */
	cursor:pointer;
	border:1px solid #329ddc;
	border-radius:2px;
	padding-left:0px;
}


.dialog_body .connphone li span.c1 {
	display: inline-block;
	text-align: right;
	color: #434a54;
	width: 100px;
	text-align: left;
	font-size: 12px;
}

.dialog_body .connphone li.exampleTips{
	
}

.dialog_body .connphone li.exampleTips div{
	background: #f5f5f5;
	padding: 10px;
	width: 396px;
	display: inline-block;
	height: 162px;
}

.dialog_body .connphone li.exampleTips div p{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-top: 20px;
}
.dialog_body .connphone li.exampleTips div span{
	height: 26px;
	line-height:28px;
	display: inline-block;
	margin: 0px 5px;
}
.dialog_body .connphone li.exampleTips div span.spanInput{
	background: #fff;
	text-align: right;
	width: 148px;
	padding-right: 10px;
}

.dialog_body .connphone li.exampleTips div span.spanInput.true{
	border:1px solid #ccc;
	box-shadow:0px 1px 3px 0px rgba(0,0,0,0.15) inset;
}

.dialog_body .connphone li.exampleTips div span.spanInput.error{
	border:1px solid #ff4c52;
	box-shadow:0px 0px 4px 0px #ff4c52,0px 1px 3px 0px rgba(0,0,0,0.15) inset;
}

.dialog_body .connphone li.exampleTips div img{
	vertical-align: middle;
	margin: 0px 10px 3px;
}

.dialog_body .PopLayer input {
	line-height: 35px;
	height: 35px;
	cursor: pointer;
}

.displayBankNumberNew{
	position:absolute;
	top:58px;
	z-index:3;
	background:#FFFFE4;
	height:25px;
	line-height:25px;
	border:1px solid #e4e4e4;
	font-weight:550;
	font-size:16px;
	min-width:150px;
}

.buttonBlue {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 225px;
	height: 35px;
	line-height: 33px;
	background: #1987da;
	border: 1px solid #1987da;
}

/*翻页*/
.page{clear:both;padding:25px 0;text-align:center}
.page a,.page a:visited{background-color:#F6F6F6;border:1px solid #D7D7D7;color:#333333;margin-right:10px;padding:5px 10px;line-height:15px;text-decoration:none}
.page a:hover {margin-right: 10px;border: 1px solid #9EC4D7;color: #033D5A;	background: #E4EFF5;padding: 5px 10px;text-decoration:none}
.page a:active{margin-right: 10px;padding: 5px 10px;line-height:15px}
.page li.active a{border: 1px solid #9EC4D7;color: #033D5A;	background: #E4EFF5;}
.page span.disabled{color: #333;margin-right: 10px;padding: 5px 10px}
.page span.quantity{color: #333;margin-right: 10px;padding: 5px 10px}
.page .pagination li{display: inline-block}


/*********************** 2017-04-15***********************/

.login_width{
	width: 70vw;
	margin: 0 auto;
	position: relative;
}
.login_bar{
	display: inline-block;
    float: right;
    line-height: 4.5vw;
}
.login_bar span{
	color: rgb(250,227,254);
	font-size: 1vw;
	padding: 0.5vw 2vw;
	cursor: pointer;
}


.content_box{
	position: absolute;
	top: 20vh;
	z-index: 9999;
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
	padding: 0.9vw 0.3vw;
	text-align: center;
}
.content_box .cb_item{
	width: 7vw;
	border-bottom: 1px dotted #FFFFFF;
	margin: 0.2vw;
	padding: 0.4vw 0;
}
.content_box .cb_item .qrcode{
	width: 7vw;
	height: 7vw;
	background-color: #ffffff;
}
.content_box .cb_item img{
	width: 1.8vw;
	height: 1.8vw;
}
.content_box .cb_item .qrcode img{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.content_box .cb_item span{
	width: 4vw;
	color: #FFFFFF;
	font-size: 0.8vw;
	display: inline-block;
}
.content_box .cb_close{
	color: #FC7826;
	font-size: 1vw;
	font-weight: bolder;
	cursor: pointer;
}


.login_box{
	width:350px;
	position: relative;
	padding: 0 20px;
}

.login_box .login_title{
	width:100%;
	color: #E0BA06;
	text-align: center;
	font-size: 23px;
	border-bottom: 1px #F9BE32 solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.login_box .login_item{
	width:100%;
	margin-bottom: 20px;
}
.login_box .login_item .item_text{
	margin: 5px;
	color: #E0BA06;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
}
.login_box .login_item .item_input input, select{
	width:90%;
	background-color: transparent;
	border: 1px #BBBABF solid;
	border-radius: 5px;
	line-height: 28px;
	font-size: 18px;
	color: rgb(250,227,254);
	background-size: 20px;
	padding-left: 30px;
	border-color: rgb(235,98,255);
	background-repeat: no-repeat;
	background-position: 5px;
}
.login_box .login_item .item_code input{
	width:40%;
}
.login_box .login_item .item_code img{
	width: 100px;
	height: 30px;
}
.login_box .login_item .l_btn{
	color: rgb(250,227,254);
	background-color: rgb(70,40,74);
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	padding: 8px;
	border-radius: 5px;
	margin: 0 5px;
}

.login_box .login_item .l_btn1{
	background-color: rgb(70,40,74);
}
.login_box .login_item .l_btn2{
	background-color: #BF8E0B;
}
.login_box .login_title .login_close{
	position: absolute;
	right: -20px;
	font-size: 23px;
	color: #4C342A ;
	cursor: pointer;
}
.login_box  hr{
	height:1px;
	border:none;
	border-top:1px solid #4C342A;
	margin: 0.5em 5px 0.8em 5px;
}

.reg_box{
	width:360px;
}
.reg_box .login_item .item_text{
	margin-right: 15px;
}
.reg_box .login_item .item_input input, select{
	width: 90%;
}
.password_box{
	width:400px;
}
.home_company{
	font-size: 25px;
	font-weight:bold;
	color: #E0BA06;
	display: inline-block;
	margin: 40px 10px 10px 20px;
}
.game_box{
	background-image: url(../img/game_box_bg.png);
	background-size: contain;
}
.game_box_area{
	width:90%;
	margin: 0 auto;
}
.game_item{
	width:33.33%;
	float: left;
}
.game_item_box{
	width: 23vw;
	height: 15.57vw;
	margin: 2.9vw auto;
	background-size: contain;
}
.game_item .game_item_bg_1{
	background-image: url(../img/game_01.jpg);
}
.game_item .game_item_bg_2{
	background-image: url(../img/game_02.jpg);
}
.game_item .game_item_bg_3{
	background-image: url(../img/game_04.jpg);
}
.game_item .game_item_bg_4{
	background-image: url(../img/game_05.jpg);
}
.game_item .game_item_bg_5{
	background-image: url(../img/game_06.jpg);
}
.game_item .game_item_bg_6{
	background-image: url(../img/game_03.jpg);
}
.game_item .game_item_bg_7{
	background-image: url(../img/game_07.png);
}
.game_item .game_item_bg_8{
	background-image: url(../img/game_08.png);
}
.game_title{
	width: 80%;
    font-size: 2vw;
    color: rgb(250,227,254);
    margin: 0vw auto;
    padding: 2vw;
    text-align: center;
}
.aui_input_icon{
	width: 32px;
	height: 32px;
	background-size: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 5px;
	position: absolute;
}
.aui_country{
	background-image: url(../img/phone.png);
}
.aui_username{
	background-image: url(../img/phone.png);
}
.aui_pwd{
	background-image: url(../img/password.png);
}
.aui_verify{
	width: 40%;
	background-image: url(../img/verify.png);
}
.aui_agentcode{
	background-image: url(../img/agent_code.png);
}
.aui_currency{
	background-image: url(../img/currency.png);
}
.reg_box .login_item .item_code input {
    width: 40%;
}
.new_btn{
	background-image: url(../img/btn.png);
	background-size: 100% 100%;
}
.new_btn:hover{
	background-image: url(../img/btn_hover.png);
}
.new_btn:active{
	background-image: url(../img/btn_active.png);
}
.aui_get_verify{
	width: 40%;
	display: inline-block;
}
select {
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url(../img/select_icon.png) no-repeat scroll right center transparent;

  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
  width: 98%;
  background-size: 16px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

select option{
	background-color: rgb(70,40,74);
}
select:hover{
	background: url(../img/select_icon_hover.png) no-repeat scroll right center transparent;
	background-size: 16px;
}
select:active{
	background: url(../img/select_icon_active.png) no-repeat scroll right center transparent;
	background-size: 16px;
}

.login_box .login_item .disabledBtn{
	background: #474F51;
    color: #cdcdcd;
}

.login_box .login_item .disabledBtn:hover{
	background: #474F51;
    color: #cdcdcd;
}

.login_box .login_item .disabledBtn:active{
	background: #474F51;
    color: #cdcdcd;
}

.banner_box{
	position: relative;
	width: 99vw;
	/*height: 33vw;*/
	overflow: hidden;
	text-align: center;
}	
.banner_box li{
	/*position: absolute;
	top:0;
	left: 0;*/
}
.banner_box li img{
	/*width: 100%;*/
}

/* 会员首页多语言下拉框 */
.lang_box{
	width: 5vw;
	height: 2vw;
	display: inline-block;
	margin: 1.2vw 0.5vw;
	position: relative;
	z-index: 9;
	border: 1px solid #D9B189;
	background: url(../img/select_icon.png) no-repeat scroll right center transparent;
	background-size: 1vw;
}
.lang_box:hover{
	background: url(../img/select_icon_hover.png) no-repeat scroll right center transparent;
	background-size: 1vw;
}
.lang_box:active{
	background: url(../img/select_icon_active.png) no-repeat scroll right center transparent;
	background-size: 1vw;
}
.lang_select{
	width: 3vw;
	height: 2vw;
	display: inline-block;
	line-height: 2vw;
	position: relative;
	background-color: #000000;
	padding: 0 0.5vw;    
}
.login_bar .lang_select span{
	padding: 0;
	position: absolute;
}
.lang_select img{
	margin: 0.1vw auto;
	width: 2.7vw;
}

.c_btn {
	color: rgb(250,227,254);
	background-color: rgb(70,40,74);
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	padding: 8px;
	border-radius: 5px;
	margin: 0 5px;
}

.game_desc_box{}
.gd_desc{
	width: 30vw;
    margin: 0 1vw;
}
.gd_image{
	margin: 1vw;
}
.gd_image img{
	width: 28vw;
}
.gd_btn{
	width: 15vw;
    margin: 0 auto;
}
