@charset "utf-8";
/* CSS Document */
body{color: #666;font-size: 16px;background: #f5f5f5;font-family: "微软雅黑"}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,form,input,a,p,textarea{
margin:0;
padding:0;
}
ol,ul,li{
list-style:none;
}
a{
text-decoration:none;
display:block;
}
.clearfloat{
zoom:1;
}
.clearfloat:after{
display:block;
clear:both;
content:"";
visibility:hidden;
height:0;
}
	
.login-bg{
	background: #4b8e8c;
	width:110%;
	height:603px;
    background: -webkit-linear-gradient(left top, #4b8e8c , #73beaf); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #4b8e8c, #73beaf); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #4b8e8c, #73beaf); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #4b8e8c , #73beaf); /* 标准的语法 */
}

.area{
	width:1024px;
    margin:0 auto;
}

.safety{
	width: 1000px;
	margin:0 auto;	
}

.login-frame{
	height:440px;
	width:390px;
	background:#e2f1ee;
	float:right;
    margin-top:-496px;
	border-radius:4px;
	/*box-shadow: 0 0 10px #e6c214;*/
	z-index:5;
	position:relative;
}

.users-login-name{
	text-align:center;
	margin:24px 0 16px;
	font-size:20px;
	color:#333;
}

.account{
	height:40px;
	position:relative;
	margin:0 auto;
	margin:0 30px 10px 30px;
	width: 360px;
}

.name{
	color:#333;
	font-size:18px;
	line-height:40px;
	margin-right:16px;
}
.verify{
	color:#333;
	font-size:18px;
	letter-spacing:1px;
	line-height:40px;
}
#phone{
	height:36px;
	width:247px;
	color:#333;
	font-size:16px;
	/*float:right;*/
	border:1px solid #b8d7bc;
	padding-left:10px;
	border-radius:3px;
}

#phone:hover { 
    border: 1px solid #4b8e8c;
}

#phone:focus {
	outline: none; 
    border: 1px solid #4b8e8c;
}

#password{
	height:36px;
	width:247px;
	color:#333;
	font-size:16px;
	/*float:right;*/
	border:1px solid #b8d7bc;
	padding-left:10px;
	border-radius:3px;
}

#password:hover { 
    border: 1px solid #4b8e8c;
}

#password:focus {
	outline: none; 
    border: 1px solid #4b8e8c;
}

#verifycode:hover { 
    border: 1px solid #4b8e8c;
}

#verifycode{
	height:36px;
	width:134px;
	color:#333;
	font-size:16px;
	/*float:right;
	margin-right:104px;*/
	border:1px solid #b8d7bc;
	padding-left:10px;
	border-radius:3px;
}

#verifycode:focus {
	outline: none; 
    border: 1px solid #4b8e8c;
}

.picture{
	width:102px;
	height:36px;
	border:1px solid #b8d7bc;
	border-radius:3px;
	/*float:right;
	margin-right:-218px;	
	margin-top:-39px;*/
}

.types-check{
	position:relative;
	margin-left:30px;
	margin-top:14px;
}

#forget{
	color:#ef5e2b;
	float:right;
	margin-right:24px;   
}

#forget:hover{
color:#c95024;
}
.custom-checkbox{margin-right:8px;}
.custom-checkbox input[type="checkbox"] {
	position:relative;
    appearance: none; 
    -webkit-appearance: none;
    outline: none;
    display: none;
}

.custom-checkbox input[type="checkbox"] + i {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-bottom: -3px;
}

.custom-checkbox input[type="checkbox"]:checked + i {
}

.custom-checkbox-i {
	background-image: url(//standardfanxuewang.fanedu.net/Web/Images/dl-but-h-01.png)
}

.custom-checkbox-i-checked {
	background-image: url(//standardfanxuewang.fanedu.net/Web/Images/ldl-but-o-01.png)
}

.teacher-radio input[type="radio"] {
	position:relative;
    appearance: none; 
    -webkit-appearance: none;
    outline: none;
    display: none;
}

.teacher-radio-i {
	width: 54px;
	height: 54px;
	display: inline-block;
	margin-bottom: -10px;
	background-repeat:no-repeat;
	background-image: url(//standardfanxuewang.fanedu.net/Web/Images/Teacher-h.png);
	 cursor:pointer;
	 
}

.teacher-radio-i-select {
	background-image: url(//standardfanxuewang.fanedu.net/Web/Images/Teacher-o.png)
}

.patriarch-radio input[type="radio"] {
	position:relative;
    appearance: none; 
    -webkit-appearance: none;
    outline: none;
    display: none;
}

.patriarch-radio-i {
	width: 54px;
	height: 54px;
	display: inline-block;
	margin-bottom: -10px;
	background-repeat:no-repeat;
	background-image: url(//standardfanxuewang.fanedu.net/Web/Images/patriarch-h.png);
	 cursor:pointer;
}

.patriarch-radio-i-select {
	background-image: url(//standardfanxuewang.fanedu.net/Web/Images/patriarch-o.png)
}

.text-radio{
	margin-left:2px;
}
.text-radio-select {
	font-weight:bold;
	color:#ef5e2b;	
}


.student-radio input[type="radio"] {
	position:relative;
    appearance: none; 
    -webkit-appearance: none;
    outline: none;
    display: none;
}

.student-radio-i {
	width: 54px;
	height: 54px;
	display: inline-block;
	margin-bottom: -10px;
	background-repeat:no-repeat;
	background-image: url(//standardfanxuewang.fanedu.net/Web/Images/student-h.png);
	 cursor:pointer;
}

.student-radio-i-select {
	background-image: url(//standardfanxuewang.fanedu.net/Web/Images/student-o.png)
}
.expert-radio input[type="radio"] {
	position:relative;
    appearance: none; 
    -webkit-appearance: none;
    outline: none;
    display: none;
}

.expert-radio-i {
	width: 54px;
	height: 54px;
	display: inline-block;
	margin-bottom: -10px;
	background-repeat:no-repeat;
	background-image: url(//standardfanxuewang.fanedu.net/Web/Images/expert-h.png);
	 cursor:pointer;
}

.expert-radio-i-select {
	background-image: url(//standardfanxuewang.fanedu.net/Web/Images/expert-o.png)
}
.login-radio{float:left;
             width:70px;
			 text-align:center;
			 cursor:pointer;
}
.teachresearch-radio input[type="radio"] {
	position:relative;
    appearance: none; 
    -webkit-appearance: none;
    outline: none;
    display: none;
}
.teachresearch-radio-i{
	width: 54px;
	height: 54px;
	display: inline-block;
	margin-bottom: -10px;
	background-repeat:no-repeat;
	background-image: url(//standardfanxuewang.fanedu.net/Web/Images/teaching-research-h.png?r=2);
	 cursor:pointer;
}
.teachresearch-radio-i-select {
	background-image: url(//standardfanxuewang.fanedu.net/Web/Images/teaching-research-o.png);
}
.Login-button{
	width:310px;
	margin:0 auto;
}

.status{
	height:114px;
	padding:0 20px 0 20px;
}
.xlab{
	margin-bottom:6px;
	padding-left:12px;
}


#submit{
	/*height:40px;*/
    background-color: #4b8e8c;
    color: #fff;
    text-align: center;
	line-height:40px;
	border-radius:4px;
	margin-top:4px;
}

#submit:hover{
	background-color: #376967;
	color:#fff;	
}

.text-s{
	margin-left:6px;
}

.message-bg{
	height:160px;
	background:#fff;
}

.safety1{
	padding-top:30px;
	width: 1000px;
	margin:0 auto;
	
}

.character{
	
	color:#333;	
	float:left;
	width:249px;
	height:130px;
	margin-top:16px;
}
.character-line{
    border-right:1px solid #ececec;
	height:110px;
	
}

.specific{
   text-align:center;
   font-size:18px;
}

.content-school{
    float:left;   
}

.content{
	color:#666;
	padding-left:50px;
	margin:;
}

.below{
	text-align:center;
	font-size:12px;
	color:#999;
	margin-top:20px;
	margin-bottom:20px;
}

.character li{
	margin-top:4px;
	
}
.name-cont{
	float: left;
	margin: 0 6px;
	line-height: 30px;
}
.ch-left{
	float: left;
}