


*{
	font-family: "microsoft yahei";
}

a {
	outline: none;
	border: none;
	text-decoration: none
}

.regu a {
	color: #666;
}

input,
button,
textarea {
	border-style: none;
	background-color: transparent;
	outline: none;
}

.rgeu-center {
	margin: auto;
	display: block;
}

.regurow {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.w50 {
	width: 50%;
}

.pad-20-5 {
	padding: 0px 0px 10px 7px;
}

.pad-25-5 {
	padding: 0px 0px 25px 7px;
}

.pad-r5 {
	padding-right: 5px;
}

.mar-b15 {
	margin-bottom: 15px;
}

.col-ff0 {
	border: 1px solid #ff0000;
	padding: 0px 5px;
	background: #ffebeb;
	color: #ff0000;
	line-height: 30px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.col-ff1,
.col-ff2 {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 0px 5px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: -1px;
}

.col-ff2 {
	border: 1px solid #ff0000;
	background: #ffebeb;
	color: #ff0000;
}

.login-form .fz12 {
	font-size: 12px;
	color: #999;
}

.col-ff2.fz12,
.fz12.col-ff0 {
	color: #ff0000;
}

.login-form {
	width: 240px;
}

.login-form.regu {
	width: 440px;
}

/* modal */
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60)
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
}



.button-blue {
	display: block;
	float: left;
	color: #fff;
	background: #3b8ede;
	text-align: center;
	cursor: pointer;
}

.button-blue:hover {
	border: 1px solid #059eee;
	background: #059eee;
	text-decoration: none;
	color: #ffffff
}

.login-form input,
.signup-form input,
.forgot-form input {
	margin-bottom: 15px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #eee;
	padding: 0px 5px;
}

input.button-blue {
	border: 1px solid #3b8ede;
}

input#tiaokuan {
	margin-bottom: 0;
	width: 20px;
	height: 20px;
}


#signup-modal,
#login-modal,
#forgetform,
.modal {
	display: none;
	width: 300px;
	padding: 0 18px;
	background: white;
	border: 5px solid rgba(0, 0, 0, 0.2);
	margin-left: -150px;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 40px;
	box-shadow: 0 1px 0 white inset;
	margin-top: -185px;
	height: auto;
}


#login-modal iframe {
	height: 198px;
}

#signup-modal iframe {
	height: 450px;
}

#forgetform iframe {
	height: 170px;
}

#signup-modal {
	width: 500px;
	margin-left: -250px;
}

#forgetform {
	margin-top: -130px;
}

#signup-modal {
	margin-top: -270px;
}

#signup-modal a:hover,
#login-modal a:hover,
.modal a:hover {
	text-decoration: none
}

.modal h1,
#forgetform h1,
#signup-modal h1,
#login-modal h1 {
	margin: 0 -40px;
	background: #f5f5f5;
	border-bottom: 1px solid #CCC;
	font-size: 16px;
	padding: 12px 40px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 400;
	color: #666;
}

.modal .close,
#signup-modal .close,
#login-modal .close,
#forgetform .close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	line-height: 1;
	padding: 10px 15px;
}


.close {
	cursor: pointer;
	position: absolute;
	padding: 5px;
}

.close:hover {
	color: #000;
}


.button-blue.signup{
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
}


.cgts {
	width: 180px;
	font-size: 14px;
	text-align: center;
	background: #666;
	padding: 10px 15px;
	color: #fff;
	border-radius: 2px
}

@media all and (max-width: 520px) {
	
	#signup-modal {
		width: 300px;
		margin-left: -150px;
	}
	.login-form.regu{
		width: 100%;
	}
	.regurow.w50.rgeu-center.mar-b15{
		width: 95%;
	}

}