	 
.submit-suc,.pay-confirm-wrap {
	background-color: rgba(0,0,0,0.35);
	width: 100%;
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	/*-webkit-backface-visibility: hidden;*/
	/*-webkit-transform-style: preserve-3d;*/
}
.submit-suc .submit-suc-con {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #eee;
	height: auto;
	position: relative;
	width: 240px;
	margin: 0 auto;
	z-index: 30;
	top: 25%;
	padding-bottom: 1px;
}
.submit-suc h2 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
	font: normal 14px/34px "Microsoft YaHei","Arial","sans-serif";
	text-align: center;
}
.submit-suc abbr {
	display: block;
	font: normal 14px/20px "Microsoft YaHei","Arial","sans-serif";
	padding: 35px 15px 16px;
	color: #272727;
	text-align: center;
}
.submit-suc-con a {
	background-color: #4099d5;
	display: block;
	width: 80%;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	   	    border-radius: 5px;
	text-align: center;
	margin: 15px auto;
}
.shade {
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.before-loading {
	height: 100px;
	width: 200px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -100px;
	z-index: 4;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
}
.before-loading img {
	height: 25px;
	width: 25px;
	margin: 25px auto 10px;
	display: block;
}
.before-loading span {
	display: block;
	line-height: 20px;
	text-align: center;
	color: #000;
	font-size: 12px;
}	 
@font-face {
    font-family:icomoon;
    src: url('../fonts/fontawesome-webfont.eot?v=20160812') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=20160812') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=20160812') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=20160812') format('svg');
    font-weight:400;
    font-style:normal;
}	 
[class^="icon-"] {
    speak:none;
    font-size:30px;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1.3;
    display:inline-block;
    font-family: 'icomoon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding:2px 0px;
}
.icon-gamepad{
    padding-top:0px !important;
    font-size:20px;
}
.icon-gift{
    font-size:22px;
    padding:0px !important;
}
.icon-angle-right:before {
    content:"\f105"
}
.icon-gamepad:before {
    content:"\f11b"
}
.icon-home3:before {
    content:"\f0c0"
}
.icon-user:before {
    content:"\f007";
}
.icon-gift:before{
    content:"\f06b"
}
.icon-pwd:before{content:"\f023";}
.icon-mobile:before{content:"\e800"}
.icon-suc:before{content:"\e804"}
.icon-loading:before{content:"\e834"}
.icon-sina:before{content:"\f18a";}
.icon-qq:before{content:"\f1d6";}
.icon-wx:before{content:"\f1d7";}	 
.personal_3 ul li div{
	width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e87f09;
    color: #e87f09;
    line-height: 1.5;
    margin: 0 auto;
	cursor:pointer;
}
.otherlogin{
	clear:both;
    width: 100%;
    height: 36px;
    display: -webkit-box;
    display: flex;
    margin-bottom: 1px;
	margin-top: 5px;
    padding: 0;	
}
.otherlogin span{
    display: block;
    vertical-align: middle;
    flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    text-align: center;
    text-decoration: none;
}
.loginbut{
	color: #fff;
    border-color: #cc2311;
    background: #ef4e3a;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	width:80%;
	max-width: 330px;
    vertical-align: top;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-style: solid;
    -webkit-user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 12px;
	margin-top:15px;
    line-height: 25px;
    height: 30px;
    border-width: 1px;
	cursor:pointer;
	border-radius: 3px;
}
.regbut{
    border-color: #d39211;
	background: #f0b840;
}
.regpwd{
    border-color: #238bbf;
	background: #50addf;
}