html {
	height: 100%;
	position: relative;
}

body {
	font-family: "microsoft yahei" !important;
	width: 100%;
	height: 100%;
}

body>#wrap {
	height: auto;
	min-height: 100%;
}

.main {
	overflow: auto;
	padding-bottom: 100px;
}

ul {
	list-style: none;
}

header {
	height: 40px;
	width: 100%;
	background: #e3e4e5;
}

.logo {
	height: 45px;
	width: 113px;
	display: inline-block;
	margin-top: 12px;
}

.header-nav li {
	float: left;
	padding: 0 10px;
}

.m-main {
	position: absolute;
	width: 350px;
	top: 50%;
	left: 80%;
	transform: translate(-70%, -50%);
	-moz-transform: translate(-70%, -50%);
	-webkit-transform: translate(-70%, -50%);
	background: #fff;
	border-radius: 6px;
}

.loginmain {

}

.m-login {
	border-radius: 6px;
	padding: 30px 0px;
}

.login-row {
	background: #fff;
	width: 80%;
	margin: 18px auto;
	border-radius: 4px;
	height: 37px;
	line-height: 37px;
}

.login-row i {
	font-size: 22px;
	color: #8f8f8f;
	width: 14%;
	display: inline-block;
	text-align: center;
	float: left;
	font-weight: bold;
}

.login-row input {
	width: 86%;
	float: right;
	border: none;
	color: #8f8f8f;
	font-size: 16px;
	float: left;
	height: 37px;
}

input {
	outline: none;
}

.code_inp input {
	width: 50%;
	color: #8f8f8f;
	padding-left: 12px;
}

.code {
	background: #e7eaec;
	width: 36%;
	float: right;
	color: #00a0e9;
	height: 37px;
	font-size: 20px;
	text-align: center;
	line-height: 37px;
	cursor: pointer;
}

.login-row.keep {
	background: none;
	color: #333;
	text-align: right;
	margin: 6px auto 12px auto;
}

.login-row.keep i {
	color: #8f8f8f;
	font-weight: normal;
	cursor: pointer;
}

.login-row.keep .pd4 {
	padding: 0 4px;
	color: #EAEAEA;
}

.login-row.keep .forgot-password {
	color: #0066B2;
}

.active-account {
	/*padding-left: 16px;*/
	float: right;
	padding-right: 16px;
	color: #00a0e9;
}

.login-row.keep .register {
	color: #0066B2;
}

.login-row.keep i.checked {
	color: #0066B2;
	font-weight: normal;
	cursor: pointer;
}

.login-row .signbtn {
	background: #ff6600;
	color: #fff;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.login-row.help {
	background: none;
	color: #00a0e9;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
}

.login-row.or {
	background: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}

.login-row.or .fl40 {
	width: 40%;
	float: left;
	height: 1px;
	background: #fff;
	margin-top: 17px;
}

.login-row.or .c20 {
	text-align: center;
	width: 20%;
	float: left;
}

.login-row.or .fr40 {
	width: 40%;
	float: right;
	height: 1px;
	background: #fff;
	margin-top: 17px;
}

.login-row .create {
	width: 100%;
	border: none;
	border-radius: 4px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #54b9cd;
	cursor: pointer;
}

.m-info {
	text-align: right;
}

.m-info h1 {
	font-size: 48px;
	color: #fff;
	margin-top: 50px;
	font-family: "microsoft yahei";
	margin-top: 0;
}

.m-info span {
	font-size: 18px;
	color: #DADADA;
	background: #175e7b;
	padding: 4px 6px;
}

.m-info ul li {
	margin-bottom: 8px;
}

.m-info ul li:last-child {
	margin-top: 20px;
}

.m-info span.read_more {
	background: #91c1df;
	color: #fff;
	padding: 8px;
	cursor: pointer;
}

.m-info span.read_more i {
	font-size: 18px;
	padding-right: 4px;
}

.m-footer {
	background: #e3e4e5;
	padding: 40px 184px
}

.wd600 {
	width: 534px;
	margin: 30px auto;
	position: relative;
}

.wd600 img {
	position: absolute;
	width: 112px;
	opacity: 0.6;
	top: -3px;
}

.wd600 h6 {
	margin-left: 120px;
	color: #bdbebf;
}

.img_tu {
	position: absolute;
	left: 0;
	top: 100px;
}

.legal {
	margin-left: 120px;
	font-size: 12px;
	color: #bdbebf;
	padding: 0 10px;
	line-height: 20px;
	border-left: 1px solid #D4D4D4;
}

.container {
	position: relative;
}

.container .nav-right {
	position: absolute;
	top: 20px;
	right: 0;
}

.container .logo img {
	height: 40px;
}

.flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 25%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

	text-decoration: none;
	color: #666;
}

.flex p {
    margin: 0px;
}

.flex a {
	text-decoration: none;
	color: #666;
}
