.loginBox>ul {
	overflow: hidden;
}

.loginBox>ul li {
	width: 50%;
	height: 45px;
	float: left;
	font-size: 16px;
	line-height: 45px;
	list-style: none;
	text-align: center;
	background: #F9F9F9;
}

.activeLogin {
	color: #F55555;
	background: #FFFFFF !important;
}

.land {
	background: #FFFFFF;
}

.box {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 30px 0;
}

.box>div {
	margin-top: 15px;
	position: relative;
}

.box>div input {
	width: 89%;
	padding: 11px 5px 11px 30px;
	border-radius: 4px;
	background: #FFFFFF;
	border: 1px solid #C4C5CB;
}

.box>div span {
	font-size: 12px;
	color: #F55555;
}

.img {
	width: 22px;
	position: absolute;
	left: 4px;
	top: 9px;
}

.mima {
	float: right;
	font-size: 14px;
	color: #EE5456;
	margin-top: 6px;
}

.zc {
	width: 80px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #EE5456;
}

.dl {
	color: #6A6A6A;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}

.dl a {
	color: #EE5456;
	display: inline-block;
}

.box>button {
	width: 100%;
	height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	margin: 25px auto 10px auto;
	background: #EE5456;
	border-radius: 22.5px;
}

.box>div img:nth-of-type(2) {
	width: 110px;
	height: 36px;
	position: absolute;
	right: 2px;
	top: 2px;
}

.box>div button {
	width: 110px;
	height: 39px;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 0;
	background: #F55555;
	border-radius: 0px 4px 4px 0px;
}


/*注册成功*/

.registerSuccess {
	width: 100%;
	height: auto;
	padding: 20px 0;
	text-align: center;
	background: #FFFFFF;
}

.registerSuccess img {
	width: 150px;
}

.registerSuccess p {
	font-size: 14px;
	color: #EE5456;
	margin-top: 5px;
}

.registerSuccess input {
	width: 87%;
	height: 40px;
	padding: 0 5px;
	margin: 20px auto 0 auto;
	border-radius: 4px;
	background: #FFFFFF;
	border: 1px solid #C4C5CB;
}

.registerSuccess button{
	width: 90%;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    margin: 20px auto 10px auto;
    background: #EE5456;
    border-radius: 22.5px;
}

.nameErr{
	font-size: 12px;
	text-align: left;
	padding-left: 5%;
	display: none;
}

@media only screen and (min-width: 300px) and (max-width: 360px) {
	input {
		width: 87% !important;
	}
	.box>div img:nth-of-type(2){
		right: 6px;
	}
}

@media only screen and (min-width: 500px) and (max-width: 680px) {
	input {
		width: 93% !important;
	}
}

@media only screen and (min-width: 681px) and (max-width: 1100px) {
	input {
		width: 94.5% !important;
	}
}