    /* CSS Document */
*{ margin:0; padding:0}
a{color:#555555;text-decoration:none;}
a:hover{color:#1E50A2; text-decoration:underline}

.intxt,.text{
	color: #666;
	   border: 1px solid #CFCFCF;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    padding: 0 4px;
    width: 238px;border-radius: 3px 3px 3px 3px;
    font-family: verdana;
}
.text_o{ border:1px solid #ff6666;    }
.r0 { background-position:0 2; }
.r1 { background-position:0 -19px; }
.r2 { background-position:0 -40px; }
.r3 { background-position:0 -61px; }
.r4 { background-position:0 -82px; }
.r5 { background-position:0 -103px; }
.r6 { background-position:0 -124px; }
.r7 { background-position:0 -145px; }
.login {height:300px;}
.bor {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background: #FFF;
	margin-top:80px;
	border: 1px solid #dfdddd;box-shadow:0px 1px 3px 0 rgba(0,0,0,0.2);-webkit-box-shadow:0px 1px 3px 0 rgba(0,0,0,0.2);-moz-box-shadow:0px 1px 3px 0 rgba(0,0,0,0.2);
}
button {
	margin:0;
	font-size:12px;
	cursor:pointer;
	border:none;
	text-align: center;
}
.reg-btn,.login-btn,.getpass-btn,.regbt {
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 114px;
	font-size:14px;
	line-height:38px;text-shadow: 0 1px #EEEEEE;font-weight:bold; color:#4A682D;
	overflow:hidden;float: left; margin-right:10px;
}
.reg-btn:hover,.login-btn:hover,.getpass-btn:hover{ background-position:0 -48px; color:#5c8c2f}

#login{}
#login  h1 {
    color: #333333;
    font-family: '微软雅黑';
    font-size: 26px;
    font-weight: normal;
    padding-top: 30px;
	padding-left:20px;
	background:#f6f6f6;
	 height: 45px;
	 line-height:26px;
}
#login .back{ position:absolute; width:100px; right:0; top:40px; color:#9C0;  text-decoration:underline}
#login .theme {margin-top: 30px;}

#login .theme li {
	margin-bottom: 20px;
	line-height: 30px;
	overflow:hidden;
	clear:both;
}
#login .theme span{
	color: #555555;
	width: 100px;
	display: block;
	float: left;
	font-size:14px;
	text-align: right;
	overflow:hidden;
	vertical-align:middle
}

#login .useNew .signUp {
	text-align: right;
	font-weight: bold;
	margin-top: 30px;
}
.other_login {
    margin-left: 32px;
    margin-top:35px;
}
.clear {
	clear: both;
}
a.regbt{ background-position:0 -98px; text-align:center;}
a.regbt:hover{background-position:0 -148px; color:#5c8c2f}
.rst_login span,.other_login span{ font-size:14px; font-weight:bold; color:#000000; padding-bottom:5px;}
.footer{ width:550px; margin:10px auto; text-align:center}
.lform .enumselect{ line-height:26px; padding:3px 0; height:26px;}
.success{ padding:20px; text-align:center}

@media only screen and (max-width:498px){
	.bor{
		width: 100%;
		box-sizing: border-box;
	}
	.footer{
		width: 100%;
	}
	.form{
		width: 100%!important;
	    box-sizing: border-box;
	        padding: 30px 0!important;
	}
	.intxt, .text{
		width: 60%;
		height: 40px!important;
	}

	
	#login .theme li {
	    margin-bottom: 32px;
	    line-height: 30px;
	    clear: both;
	    position: relative;
	    height: 30px;
	        overflow: unset;
	}
	#login .theme li em {
	    position: absolute;
	    left: 0;
	    top: 118%;
		width: 100%;
		text-align: center;
	}
	#login .theme span{
		width: 82px;
	}
	.form label{
		width: 82px!important;
	}
	.form .div-phone a.send1{
		height: 40px!important;
		line-height: 40px!important;
		padding: 0!important;
		box-sizing: border-box;
	}
	.form #phone {
	    width: 50%!important;
	}
	.form li em {
	    margin-left: 100px;
	    position: absolute;
	    top: 111%;
	    left: 0;
	}
	input#passwordLevel {
	    top: 124%;
	    left: 0;
	    margin-left: 100px;
	        margin-left: 100px;
		 position: absolute;
	}
	.bor.reg{
		margin-top: 0!important;
	}
}
    