/*reset and clearfix
---------------------------*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
a{text-decoration:none;}
.clearfix:after,.wrapper:after,.home_box:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}.clearfix,.wrapper,.home_box{*zoom:1;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;}
body{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,/*PingFang SC,*/Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; font-size: 14px;}
/*清除 iPhone Safari 按钮默认样式*/
input[type="submit"],input[type="reset"],input[type="button"],button,select,textarea {-webkit-appearance: none;}
input::-webkit-input-placeholder{
	color:#aaa;
}
/* 主题色：#188ffb */
/*common style
---------------------------*/
body{min-width: 1240px; background: #fff; padding-bottom: 76px; min-height: 100vh; position: relative;}
.body_home{
	background: #fff url(../../img/home_bg.png) no-repeat center top;
}
.left{
	float: left;
}
.right{
	float: right;
}
.popup,.popup_black{
	display: none;
}
.mobile{
	display: none;
}

.icon{
	background-image: url(../../images/state/icon.png);
	background-repeat: no-repeat;
	background-size: 500px;
}
.wrapper{
	width: 1200px;
	text-align: left;
	margin: 0 auto;
}
.wrapper_outer{
	width: 1220px;
	text-align: left;
	margin: 0 auto;
}
 

.footer{
	height: 76px;
 	width: 100%;
	position: absolute;
	bottom: 0;
	color: #666;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .wrapper{
	text-align: center;
}

 

body.login_bg{
	background:url(../../images/state/login_bg.png) no-repeat center top;
	background-size: cover;

 }

 .login_bg .header{
	 background: rgba(255, 255, 255, .6);
		box-shadow: 3px 0px 20px 0px rgba(26, 114, 224, 0.2);
	  font-size: 24px;
	 
 }
.login_bg h1 img{
	margin-right: 15px;
}
 .login_bg h1{
	display: flex;
	height: 80px;
	align-items: center;
 }
.mid_container{
	width:1200px;
	margin:0 auto;
	text-align: left;
	/*display: flex;*/
	align-items: center;
	padding: 20px 0;
	height: calc(100vh - 156px);
	min-height: 530px;
	}
.login_top_title{
	display:block;
	margin:30px 0 0;
	padding: 40px 0;
	text-align: center;
	border-bottom: solid #ddd 1px;
	}
.login_name{
	/* float:left; */
	color:#188ffb;
	font-size:27px;
	letter-spacing:1px;
	
	}
.left_space{
	float:left;
	width:465px;
	padding:0 84px 0 0;
	}
 
.login_area{
	/* float:left; */
	height:36px;
	line-height:36px;
	padding:5px 10px;
	color:#fff;
	background:#188ffb;
	border-radius:10px;
	font-size:24px;
	margin:4px 0 0 15px;
	
	}	
.state_title{
	display:block;
	font-size:18px;
	color:#188ffb;
	margin:30px 0 0;
	
	}

	.state_title i{
		padding-right: 10px;
	}
.state_detail{
	display:block;
	margin:10px 0 0;
	font-size:14px;
	line-height: 26px;
	color: #666;
	}
.state_detail span{
	color:#188ffb;
	
	}
.right_space{
	float:left;
	padding:0 140px; 
	/* width:260px; */
  

	}  
.login_container{
		background: rgba(255, 255, 255, .8);
		padding: 30px;
	 
			border-radius: 12px;
		 
 
				box-shadow: 0px 10px 55px 0px rgba(24, 143, 251, 0.3);
			 			  
		  
	}
 
.login_title{
	 
	 
	 display: inline-block;
	 margin-bottom: 10px;
	font-size:24px;
	color:#333;
 
 
	 
	}
 

	.input_container{
		border-radius: 6px;
		border: solid #ddd 1px;
		overflow: hidden;
		height: 42px;
		margin: 15px 0;
		width: 100%;
		display: flex;
	}

	.input_container i{
		width: 40px;
		height: 42px;
		background-color: #fafafa;
		flex-shrink: 0;
	}
	.icon_uname{
		background-position: -283px -48px;
	}
   
	.icon_upwd{
		background-position: -315px -48px;
	}
	.icon_yzm{
		background-position:-348px -48px;
	}

	 .input_container input{
		height: 42px;
		line-height: 42px;
		flex-grow: 1;
		padding: 0 10px;
		border: none;
		outline: none;
		color: #666;
	}

.security{
 
	}
.change{
	float:left;
	margin:11px 0 0 20px;
	color:#188ffb;
	word-break:keep-all;
	}
	.change i{
		padding-right: 10px;
	}
.login_bar{
	display:block;
	margin:15px 0 0;
	}
.login_number{
	float:left;
	width:78px;
	height:42px;
	line-height:42px;
	padding:0 10px;
	border:#ddd 1px solid;
	border-radius:5px;
	color:#666;
	}
.login_btn{
	background:#188ffb;
 
	height:46px;
	line-height:46px;
	width:100%;
	color:#fff;
	border-radius:10px;
	font-size:16px;
	margin:20px 0 0;
	border: none;
	}
.login_btn:hover{
	cursor:pointer;
}
.forget_bar{
	display:block;
	margin:15px 0 0;
	width: 100%;
	text-align: right;
	}
.forget_bar_02 a{
	color:#188ffb;
	
	}
.forget_bar_02{
	display:block;
	margin:8px 0 0;
	font-size:14px;
	}
	.forget_bar a{
		color: #188ffb;
	}
	.forget_bar span{
	color:#ddd;
	
	float: none;
	}
.forget_bar span{
	margin:0 9px;

	}
 

/*Responsive style
---------------------------*/
	.left_space,.right_space{box-sizing: border-box; -moz-box-sizing:border-box;}
	.left_space{width: 50%;}
	.right_space{width: 50%; margin-bottom: 20px;}
	.login_area{margin-left: 0;}
	.login_name{margin-right: 10px;}

	.left_space{
		padding: 0;
		width: 50%;
	}
	.right_space{
		width: 50%;
		padding: 0 100px;
	}
.left_text{
	float: left;
	padding-right: 20px;
	width: calc(100% - 260px);
} 

.login_img_container{
	width: 100%;
	text-align: center;
	height: 380px;
}

.login_img_container img{
	animation: floaticon 4s  infinite;
    -webkit-animation: floaticon 4s  infinite; 
}


@keyframes floaticon{
    0% {padding-top: 0;}
    50% {padding-top: 10px;}
    100% {padding-top: 0;}
}

@-webkit-keyframes floaticon{
  0% {padding-top: 0;}
    50% {padding-top: 10px;}
    100% {padding-top: 0;}
}
h2{
	font-size: 40px;
	font-weight: bold;
	color: #188ffb;
	padding-left: 70px;
}
.hr_line{
	height: 8px;
	width: 80px;
	border-radius: 4px;
	background-color: #fd3440;
	margin-left: 70px;
	margin-bottom: 30px;
	margin-top: 20px;
}

@media only screen and (max-width : 1200px){
    /*for 1200 or less css code here*/
/*	#top-content,#timeline,#downbox,#bottom-info-container{width:auto; margin:0 15px;}
	#img-lable{width: 100%; margin: 0; left: 0;}
	#downbox{margin-top: 10px;}*/
	.mobile-visible{display: none;}
	.mid_container{width: 100%; margin:0 20px;}
	.right_space{
		padding: 0 100px;
	} 

} 

@media only screen and (max-width : 1000px){
	.right_space{
		padding: 0 40px;
	}
	.login_btn_field a{
	 
		font-size: 18px;
	}
}

@media only screen and (max-width : 750px){
	body{
		min-width: auto;
	}
	.wrapper{
		width: 100%;
	}
	.mobile-visible{display: block;}
	.mid_container{width: 100%; height: auto;
	flex-direction: column;
}	
.login_img_container{
	display: none;
}
	.login_title,.login_input_bar{width: auto;}
	.login_btn{width: 100%; -webkit-appearance:none}
 	.mid_container{margin-top: 80px;}
 	.login_bg_03{background:url(../../img/login_bg_03_m.jpg) no-repeat center 0;  background-size: auto 170px;}
	
	.login_bg .mid_container{margin: 0; padding:20px; box-sizing: border-box; -moz-box-sizing:border-box; }
	.left_space, .right_space{width: 100%; padding:0;}
	.right_space{border: none; margin: 0; padding:20px 0; box-sizing: border-box; -moz-box-sizing:border-box;}
	.forget_bar{width: 100%;}
	.state_title{margin-top: 20px;}
	.login_top_title{margin-top: 50px;}
	.forget_bar{
		text-align: center;
	}
	.login_timeline{
		margin-top: 10px ;
	}
	 .time_line{
		 flex-direction: column;
		 align-items: flex-start;
	 }

	 .time_line_item{
		 background-repeat: repeat-y;
		 background-position: 2px top;
		 display: flex;
		 align-items: center;
		 padding: 20px 0;
	 }

	 .time_line_item div{
		 padding-left: 20px;
		 padding-top: 0;
	 }
	 .login_btn_field a{
		width: 100% !important;
		flex-direction: row;
		align-items: center;
		height: 60px;
		font-size: 18px;
	}
	h2{
		padding-left: 0;
		font-size: 32px;
		text-align: center;
	}
	.login_bg h1{
		align-items: center;
		justify-content: center;
	}
	.hr_line{
		margin: 20px auto;
	}
	.footer{
		padding: 0 15px;
	}
}



