.header{
	background: url(../img/header-bg.jpg) no-repeat;
	background-size:cover;
	padding-bottom: 20px;
}
/*登录、注册*/
.tips{
	position: absolute;
	left: 30px;
	top:26px;
}
.tips span{
	display: inline-block;
	width: 84px;
	height: 24px;
	line-height: 24px;
	background-color: #fff;
	color:#ff2b2b;
	margin-bottom: 8px;
	border-radius: 10px;
	text-align: center;
	font-size: 13px;;
}
.tips p{
	color: #fff;
	font-size: 14px;;
}
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
.login-bg-box {
	width: 1200px;
	height: 510px;
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 55px;
	position: relative;
	display: flex;
	background: #edf5fd url(../img/login_bg.png) no-repeat;
	padding-left: 760px;
}

.login-bg-box .right-box {
	width: 356px;
	height: 390px;
	margin-left: 33px;
	margin-top: 54px;
	z-index: 10;
}

.login-bg-box .right-box p {
	text-align: center;
	font-size: 28px;
}

.login-bg-box .right-box .input-box {
	background: #fff;
	width: 100%;
	height: 45px;
	position: relative;
	border-radius: 120px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 14%;
}
.login-bg-box .right-box .input-box.user-ipt{
	background-image: url(../img/icon_loginUser.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 20px auto;
}
.login-bg-box .right-box .input-box.pwd-ipt{
	background-image: url(../img/icon_password.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 20px auto;
}
.login-bg-box .right-box .input-box.code-ipt{
	background-image: url(../img/icon_yanzhengma.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 20px auto;
}
.login-bg-box .right-box .input-box input {
	width: 98%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 18px;
}

.login-bg-box .right-box .input-box img {
	width: 20px;
	position: absolute;
	top: 10px;
	left: 20px;
}

.login-bg-box .right-box .input-box .block {
	width: 80px;
	height: 30px;
	background-size: 100%;
	position: absolute;
	right: 40px;
	top: 7px;
}

.login-bg-box .right-box button {
	width: 100%;
	border-radius: 120px;
	border: none;
	background-color: #1965e3;
	outline: none;
	height: 50px;
	color: #fff;
	margin-top: 30px;
}

.login-bg-box .right-box .reg_reset {
	padding-top: 10px;
	font-size: 14px;
	color: #333;
}

.login-bg-box .right-box .reg_reset a {
	color: #333;
	margin: 8px;
}
.reg-bg-box{
	width: 1200px;
	padding:50px 0;
	margin: 50px auto;
	position: relative;
	background-color: #edf5fd;
}
		
.reg-bg-box .center-box {
	width: 356px;
	margin: 0px auto;
}

.reg-bg-box .center-box p {
	text-align: center;
	font-size: 28px;
}

.reg-bg-box .right-text {
	position: absolute;
	right: 46px;
	top: 35px;
	cursor: pointer;
	color: #c7ced3;
}

.reg-bg-box .center-box .input-box {
	background: #fff;
	width: 100%;
	height: 45px;
	position: relative;
	border-radius: 120px;
	overflow: hidden;
	margin-bottom: 20px;
}

.reg-bg-box .center-box .input-box input[type="password"],.reg-bg-box .center-box .input-box input[type="text"] {
	padding-left: 6%;
	width: 98%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 18px;
}

.reg-bg-box .center-box > button {
	width: 100%;
	border-radius: 120px;
	border: none;
	background-color: #1965e3;
	outline: none;
	height: 50px;
	color: #fff;
}

.reg-bg-box .center-box .right-button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
}

.center-box .right-button .sendcode {
	width: 100%;
	border-radius: 22px;
	border: none;
	background-color: #00afff;
	outline: none;
	height: 44px;
	color: #fff;
}
.center-box .right-button .sendcode:disabled{
	background-color: #ddd;
}
.reg-bg-box .login2 {
	padding: 0px 50px 25px;
	text-align: right;
	margin-top: -20px;
}

.reg-bg-box .login2 a {
	font-size: 14px;
	color: #888;

}

a:hover{
    color: #1965e3;
}
