/**header**/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 90%;
}

.contenttitle span {
	font-size: 1.8rem;
	color: #fe8100;
}

.contenttitle img {
	width: 12px;
	float: right;
	margin-top: 10px;
	margin-right: 14px;
}

.content {
	width: 90%;
	height: 270px;
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
	padding-bottom: 100px;
	z-index: 9;
	top: 0;
	left: 5%;
	margin-top: 150px;
}

.user {
	margin: 20px 30px;
	border-radius: 5px;
	position: relative;
	border:1px solid #e6e6e6;
}

.password {
	margin: 20px 30px;
	border-radius: 5px;
	position: relative;
	border:1px solid #e6e6e6;
}

.vercodediv{
    margin: 20px 30px;
	border-radius: 5px;
	position: relative;
	border:1px solid #e6e6e6;
}
.vercodediv input {
	left: 20px;
	color: #333;
	height: 30px;
	border: none;
	outline: none;
	position: relative;
	font-size: 0.8rem;
}

#changeImg{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

.user img:first-child {
	width: 16px;
}

.password img:first-child {
	width: 16px;
}
::-webkit-input-placeholder { color:#999; }
::-moz-placeholder { color:#999; } /* firefox 19+ */
:-ms-input-placeholder { color:#999; } /* ie */
input:-moz-placeholder { color:#999; }

.user input {
	left: 20px;
	color: #333;
	height: 30px;
	outline: none;
	border:none;
	position: relative;
	font-size: 0.8rem;
}

.clear_account {
	top: 8px;
	width: 16px;
    right: 5%;
    display: none;
	position: absolute;
}

.clear_password {
	top: 8px;
	width: 16px;
    right: 5%;
    display: none;
	position: absolute;
}

.password input {
	left: 20px;
	color: #333;
	height: 30px;
	border: none;
	outline: none;
	position: relative;
	font-size: 0.8rem;
}

.cover {
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
}

.loading {
	display:none;
}

.loading img {
	width: 60vw;
	left: 20vw;
	position: absolute;
	top: 50vw;
	z-index: 10;
	display: block;
}

.messageCover {
	display: none;
	width: 50%;
	height: 35px;
	left: 25%;
	top: 170px;
	z-index: 10;
	position: relative;
	opacity: 0.4;
	color: #ffffff;
	border-radius: 3px;
	background-color: #000;
}

.message {
	display: none;
	width: 60%;
	height: 30px;
	left: 20%;
	top: 145px;
	position: relative;
	z-index: 11;
	color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
}

.loginButton {
	width: 80%;
	height: 38px;
	margin: 0 auto;
	color: #ffffff;
	border: none;
	margin-left: 10%;
	border-radius: 5px;
	background-color: #fe8100;
	font-size: 1rem;
}

.jump {
	margin-top: 20px;
	text-align: center;
}

.jump a {
	color: #666666;
	font-size: 1.1rem;
	text-decoration: none;
}
.begin{
	top: 15px;
	width: 100%;
	color: #666666;
	display: block;
	font-size: 1.6rem;	
	text-align: center;
	position: relative;
	text-decoration: none;
}
.otherWays{
	top: 0;
	margin: 10px 30px;
	font-size: 0.8rem;
	position: relative;
}
.otherWays p{
	top: 5px;
	left: 30%;
	width: 40%;
	color: #666666;
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
}
.otherWays hr{
	border-top:1px solid #e6e6e6;
}
.otherWays img{
	width: 55px;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
}
.qqlogin{
	left: 45px;
	position: absolute;
}
.weibologin{
	width: 30%;
	right: 35%;
	position: absolute;
}
.wechatlogin{
	width: 30%;
	right: 35%;
	position: absolute;
}
.login.css .weiboPartyLogin{
	width: 30px;
	height: 30px;
}
.login.css .wechatPartyLogin{
	width: 30px;
	height: 30px;
}
.formTop{
	margin: 20px 30px;
}
.formTop img{
	width: 60px;
	margin: 0 auto;
	display: block;
}
.formTop p{
	top: 10px;
	left: 30%;
	width: 40%;
	color: #666666;
	text-align: center;
	font-size: 0.8rem;
	position: relative;
	background-color: #FFFFFF;
}
.formTop hr{
	border-top:1px solid #e6e6e6;
}

@media only screen and (min-width: 800px){
	.content{
		left:37.2vw;
		width: 25.6vw;
		height: 27vw;
		margin-top: 13.6vw;
		padding-bottom: 0px;
	}
	.form{
		width: 17.7vw;
		margin: 0 auto;
	}
	.formTop{
		margin: 0;
	}
	.formTop img{
		width: 4.4vw;
		margin: 0 auto;
		display: block;
		margin-top: 1.6vw;
		margin-bottom: 0.8vw;
	}
	.formTop p{
		top: 0.5vw;
		left: 4.85vw;
		width: 8vw;
		height: 1vw;
	}
	.user{
		margin: 1.25vw 0 1.25vw 0;
	}
	.user input{
		top: 0;
		height: 2.1vw;
	}
	.password{
		margin: 1.25vw 0 1.25vw 0;	
	}
	.password input{
		top: 0;
		height: 2.1vw;
	}

    .vercodediv{
		margin: 1.25vw 0 1.25vw 0;	
	}
	.vercodediv input{
		top: 0;
		height: 2.1vw;
	}

	.loginButton{
		width: 17.7vw;
		height: 2.1vw;
		margin-left:0;
	}
	.otherWays{
		width: 17.7vw;
		margin: 0 auto;
		margin-top: 1vw;
	}
	.otherWays p{
		top: 0.5vw;
		left: 4.85vw;
		width: 8vw;
		height: 1vw;
	}
	.otherWays img{
		width: 2.8vw;
		margin-top: 30px;
	}
	.contenttitle img{
		width: 1vw;
	}
	.loading img {
		width: 30vw;
		left: 35vw;
		top: 20vw;
	}
}
@media screen and (min-width:801px) and (max-width:1367px){	
	html{
		font-size: 84%;
	}
}
@media screen and (min-width:1367px){	
	html{
		font-size: 125%;
	}
}
