@charset "utf-8";

/* 全局样式 */

* {
	margin: 0 auto;
	padding: 0px
}

body,
html,
ul,
li,
div,
ol,
p,
form {
	margin: 0, padding：0
}

ul li {
	list-style: none
}

a {
	text-decoration: none
}

input {
	background: none;
	outline: none;
	border: 0px;
}

#all-content {
    width: 100%;
    height: 75%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/*登录页面样式-------start*/

#all-content .log-main {
	height: 484px;    
    background-size: 100% auto;
}

#all-content .log-main .logo {
	margin: 40px 0px 0px 50px
}

/*#all-content .log-main .log-form {
	width: 45%;
	margin: 70px auto 60px;
	background: rgba(255, 255, 255, 0.55);
	border-radius: 10px;
	border: solid 1px #fff;
}*/

#all-content .log-main .log-form h5 {
	text-align: center;
	padding: 1% 0px 2% 0px;
	font-size: 30px;
	color: #fff;
	text-shadow: 6px 6px 6px #02579d;
	font-weight: normal;
	
}
#loginForm h4{
	font-size: 20px;
	font-weight: normal;
	color: #333;
	height: 62px;
	padding-left: 38px;
	line-height: 62px;
	border-bottom:1px solid #76bffc;
	
}
#all-content .log-main form {
	width: 500px;
	/*height: 400px;*/
	margin: auto;
	background: #fff;
	border-radius:4px ;
	padding-bottom: 20px;
}

#all-content .log-main form .form-group {
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 50px;
}
#all-content .log-main form #userName {
	margin-top: 20px;
	border: solid 1px #76bffc;
	border-radius: 5px;
	width: 400px;
	height: 50px;
}
#all-content .log-main form #passWord {
		margin-top: 20px;
		border: solid 1px #76bffc;
		border-radius: 5px;
		width: 400px;
		height: 50px;
}
#all-content .log-main form .form-group label {
	display: block;
	float: left;
	height: 50px;
	width: 50px;
}

#all-content .log-main form .form-group input {
	width: 349px;
	height: 50px;
	border-radius:5px 5px 0px 0 ;
	/*border: solid 1px #76bffc;*/
	border: none;
	box-sizing: border-box;
	font-size: 100%;
	padding-left: 20px;
}
#all-content .log-main form .form-group select {
	width: 349px;
	height: 50px;
	border-radius:5px 5px 0px 0 ;
	/*border: solid 1px #76bffc;*/
	border: none;
	box-sizing: border-box;
	font-size: 100%;
	padding-left: 20px;
}

/*#passWord input{
	background: url(../../image/bg/ic_password.png) no-repeat;
	background-size:50px 50px ;
}
#userName label{
	background: url(../../image/bg/ic_username.png) no-repeat;
	background-size:50px 50px ;
}*/
#retrievedPassword{
	text-align: right;
    
    margin-bottom: 35px;
    padding-top: 12px;
}
#retrievedPassword a{
	font-size: 16px;
	color: #333;
	padding-right: 118px;
}

#all-content .log-main form .form-group:last-child div{
	line-height: 50px;
	float: right;
	width: 65%;
}
#all-content .log-main form .form-group:last-child a {
	font-size: 14px;
	margin-right: 5px;
	color: #01589f;
	display: inline-block;
}
 #all-content .log-main form.loginBtn {
	padding-bottom: 20px;
}
.expert{
	margin: auto;
	text-align: center;
	margin-top: 20px;
	color: #1a7bcc;
	font-size: 16px;
}
.expert a{
	color: #1a7bcc;
	font-size: 16px;
}
#all-content .log-main form .loginBtn input {
	width: 350px;
	text-align: center;
	background: #d22d09;
	border: none;
	border-radius:25px ;
	color: #fff;
	font-size: 100%;
	margin-left: 30px;
	padding-left: 0px;
	box-shadow: 2px 2px 5px #dc5436;
}
#all-content .log-main div.footer {
	/*background: rgba(255, 255, 255, 0.65);*/
	width: 100%;
	font-size: 16px;
	text-align: center;
	position: absolute;
	bottom: 5%;
	color: #fff;
}
@media only screen and (max-width: 1600px) {
	#all-content .log-main div.footer {
	/*background: rgba(255, 255, 255, 0.65);*/
		width: 100%;
		font-size: 80%;
		text-align: center;
		position: absolute;
		bottom:1%;
		color: #fff;
	}
	#all-content .log-main form #userName {
	    margin-top: 20px;
	    border: solid 1px #76bffc;
	    border-radius: 5px;
	    width: 400px;
	    height: 50px;
	}
	#all-content .log-main form #passWord {
	    margin-top: 20px;
	    border: solid 1px #76bffc;
	    border-radius: 5px;
	    width: 400px;
	    height: 50px;
	}
	#retrievedPassword {
	    text-align: right;
	    margin-bottom: 15px;
	    padding-top: 12px;
	}
	.expert {
	    margin: auto;
	    text-align: center;
	    margin-top: 20px;
	    color: #1a7bcc;
	    font-size: 16px;
	}
}
@media only screen and (max-width: 1360px) {
	#all-content .log-main div.footer {
	/*background: rgba(255, 255, 255, 0.65);*/
		width: 100%;
		font-size: 80%;
		text-align: center;
		position: absolute;
		top:95%;
		color: #fff;
	}
	#all-content .log-main form #userName {
	    margin-top: 30px;
	    border: solid 1px #76bffc;
	    border-radius: 5px;
	    width: 400px;
	    height: 50px;
	}
	#all-content .log-main form #passWord {
	    margin-top: 30px;
	    border: solid 1px #76bffc;
	    border-radius: 5px;
	    width: 400px;
	    height: 50px;
	}
	#retrievedPassword {
	    text-align: right;
	    margin-bottom: 15px;
	    padding-top: 12px;
	}
	.expert {
	    margin: auto;
	    text-align: center;
	    margin-top: 16px;
	    color: #1a7bcc;
	    font-size: 16px;
	}
}
/*登录页面样式-------end*/


/*注册页面样式2-------start*/

.res-main {
	overflow: hidden;
}

.res-main .logo {
	 margin: 40px 0px 0px 50px;
}

/*.res-main .logo img {
	width: 100%
}*/

.res-main .res-form {
	/*width: 90%;
	background: #fff;
	border-radius: 10px;
	padding-top: 20px*/
}

.res-main .res-form h5 {
	text-align: center;
    padding: 30px 0px 30px 0px;
    font-size: 30px;
    color: #fff;
    text-shadow: 6px 6px 6px #02579d;
    font-weight: normal;
}
.res-main .res-form .h5 {
    text-align: center;
    padding: 1% 0px 2% 0px;
    font-size: 30px;
    color: #fff;
    text-shadow: 6px 6px 6px #02579d;
    font-weight: normal;
}
.res-main .res-form h5 span {
	border-bottom: solid 5px #fab600;
	padding: 0px 5px;
	padding-bottom: 8px;
}

.res-main .res-form form {
    width: 500px;
    height: 400px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
}
.res-main .res-form .forms {
    width: 500px;
    height: 570px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
}
.res-main .res-form .passforms {
    width: 500px;
    height: 450px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
}
.res-main .res-form form .form-group {
    margin-top: 20px;
    border: solid 1px #76bffc;
    border-radius: 5px;
    width: 420px;
    height: 50px;
    line-height: 50px;
}
.res-main .res-form form .groups {
    margin-top: 15px;
    border: solid 1px #76bffc;
    border-radius: 5px;
    width: 420px;
    height: 40px;
    line-height: 40px;
}
.res-main .res-form form .form-group:first-child {
	background: #f2e2b8;
}

.res-main .res-form form .form-group img {
	display: block;
	float: left;
}

.res-main .res-form form .form-group input {
	width: 350px;
	padding-left: 20px;
	height: 50px;
	border: 0 none;
	background: none;
}
.res-main .res-form form .groups input {
    width: 360px;
    padding-left: 20px;
    height: 40px;
    border: 0 none;
    background: none;
}
.res-main .res-form form .form-group:last-child {
	border: none;
}

.res-main .res-form form .form-group:last-child input {
    width: 360px;
    text-align: center;
    background: #d22d09;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 100%;
    margin-left: 30px;
    padding-left: 0px;
    box-shadow: 2px 2px 5px #dc5436;
}


/*注册页面1---样式*/

.res-main .res-form form .form-keyCode input {
	width: 40%
}

.res-main .res-form form .form-keyCode a {
	display: block;
	float: right;
	width: 25%;
	background: #1086f3;
	text-align: center;
	color: #fff;
	border-left: 5px solid #ffff
}

.res-main .res-form form .form-protocol input {
	width: 3%;
	height: 30px;
	position: relative;
	top: 10px;
	left: 10px;
	margin-right: 10px;
}

.res-main .res-form form .form-protocol a {
	color: #1086f3;
	font-size: 90%;
}


/*专家登录样式*/
#all-content .log-main form #passCode{
	    margin: 0px;
		margin-top: 30px;
		border: solid 1px #76bffc;
		border-radius: 5px;
		width: 290px;
		height: 50px;
		
		
}
#all-content .log-main form .form-group #SMScode {
	width: 180px;
	float: left;
}
#all-content .log-main form .form-group #smt_sms {
	background-color:#1b7acc;
	border:#1b7acc 1px solid;
	vertical-align:middle;
	color:#FFFFFF;
	border-radius: 5px; 
	width: 100px;
	margin-left: 20px;
	height: 50px;
	position: absolute;
	right: 0px;
	top:0px
}
#btnSms {
	border:#1b7acc 1px solid;
	vertical-align:middle;
	color:#FFFFFF;
	border-radius: 5px; 
	width: 100px;
	height: 40px;
}
.res-main .res-form form .form-keyCode button {
	display: block;
	float: right;
	width: 25%;
	height: 50px;
	border: none;
	background-color:#1086f3;
	text-align: center;
	color: #fff;
	border-left: 5px solid #ffff
}
.res-main .res-form form .groups button {
	height: 40px;
	border-radius:0 5px 5px 0;
	
}
#all-content .log-main form .loginBtn input {
   
}