html,body{
	width:100%;
	height: 100%;
}
input,.form_d select{
	border:0;
	outline:none;
}
.login_page {
	width: 100%;
	height: 100%;
	background-image: url(../images/login_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.login_box {
	width:400px;
	height:auto;
	background:rgba(255,255,255,1);
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -210px;
	margin-top: -210px;
	border-radius: 0.6rem;
	padding:20px 20px;
	box-shadow:0 0 10px #dedede;
}
.login_box h3{
	text-align: center;
	color:#333;
	font-size:23px;
	margin-bottom:35px;
}

.login_box2 {
	width:500px;
	height:auto;
	background:rgba(255,255,255,1);
	position: absolute;
	left:50%;
	top:40%;
	margin-left: -210px;
	margin-top: -210px;
	border-radius: 0.6rem;
	padding:20px 20px;
	box-shadow:0 0 10px #dedede;
}
.login_box2 h3{
	text-align: center;
	color:#333;
	font-size:23px;
	margin-bottom:35px;
}


.login_bd .form_d {
	position: relative;
	width: 90%;
	margin:0 auto;
	margin-bottom: 22px;
	
	
}
.form_d .d_icon{
	position: absolute;
	left: 0.8rem;
	top:0.8rem;
}
.form_d input,.form_d select{
	width: 100%;
	height: 3.0rem;
	line-height: 2.5rem;
	border:0px;
	border-radius: 0.1rem;
	padding-left: 2.5rem;
	color:#222;
	border:1px solid #d2d2d2;
	font-size: 13px;
}
.form_d input::-webkit-input-placeholder {
	color:#1abc9c;
}
.form_paswd .jp {
	position: absolute;
	right:0.5rem;
	top:0.8rem
}
.dt_code {
	overflow: hidden;
}
.dt_code input {
	width: 50%;
	padding-left: 0.5rem;
	float: left;
}
.form_d input:focus,.form_d select:focus {
 border: 1px solid #3e83ff;
}
/*.form_d select {
 border: 1px solid #3e83ff;
}*/
.dt_code .dt_imgs {
	float: left;
	margin-left: 1rem;
}
.dt_code .dt_imgs img{
	width: 92px;
}



.form_btn a{
	width: 90%;
	margin:0 auto;
	height: 3.0rem;
	line-height: 3.0rem;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background:#3e83ff;
	border-radius: 0.4rem;
	display: block; 
	margin-top:25px;
	text-decoration:none;
}
.paswd_set img {
	display:inline-block;
	margin-right:9px;
	width: 24px;
	height: 24px;
	position: relative;
	top:-2px;
	
}
.paswd_set {
	width: 90%;
	margin:0 auto;
	font-size: 12px;
	margin-top:15px; margin-bottom:25px;
}


.form_btn a:hover{
	background: #4038f0; text-decoration:none;
}

.tiaokuan a{ color:#6f7070;}
.tiaokuan a:hover{ color:#23272b;}

.yuu{
	width: 90%;
	margin:0 auto;
	height: 3.0rem;
	line-height: 3.0rem;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background:#3e83ff;
	border-radius: 0.4rem;
	display: block; 
	margin-top:25px;
	text-decoration:none;
}
