/**2021-3/24---wang*/
/*通用样式*/
html,body,iframe,div,table,tr,th,td,iframe,dl,ul,ol,li,dt,dd,p,h1,h2,h3,h4,h5,h6,a,img,span,form,input,select,textarea,pre {margin:0; padding:0; border:0;}
ul,ol {list-style:none;}
li {height:auto;}
input,select,textarea {font-size:14px; color:#666666; font-family:tahoma,"microsoft yahei","\5FAE\8F6F\96C5\9ED1"!important;}
h1,h2,h3,h4,h5,h6,b,i,em,cite {font-weight:normal; font-style:normal;}

a {text-decoration:none; color:#333;}
a:link,a:visited  {color:#333; text-decoration: none;}
a:hover,a:active {color:#f07410;}

* {
	box-sizing: border-box;
}
.clear {clear:both; zoom:1;  }
.clear:after, .clear:before {    
 visibility:hidden;    
 display:block;    
 font-size:0;    
 content:" ";    
 clear:both;    
 height:0;    
} 
ul:after, ul li:after { clear:both;}   
.iconfont {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-stroke-width: 0.1px;
}
.overhidden {
overflow:hidden;
text-overflow:ellipsis; 
white-space:nowrap; 
}
/*css过渡*/
.transition,.transition a { transition: all .2s;}

/*登录*/
body {
	position: relative;
	min-width: 1200px;
}
.index_bg {
  	position:fixed;
  	top: 0;
  	left: 0;
  	width:100%;
  	height:100%;
  	min-width: 1200px;
  	min-height: 800px;
  	z-index:-10;
  	zoom: 1;
  	background-repeat: no-repeat;
  	background-size: cover;
  	-webkit-background-size: cover;
  	-o-background-size: cover;
  	background-position: center center;
}
.login_bg {
	background-image: url(https://www.xatmserv.com/xahtrd//middlestage/public/img/login/login_bg.jpg);
}
.register_bg {
	background-image: url(https://www.xatmserv.com/xahtrd//middlestage/public/img/login/register_bg.jpg);
}
.login_top_bg {
	width: 100%;
	height: 10vh;
	background-color: #fff;
}
.login_top {
	width: 1200px;
	margin: 0 auto;
	padding: 2vh;
	height: 10vh;
}
.login_top img {
	display: inline-block;
	height: 100%;
	float: left;
}
.login_top b {
	display: inline-block;
	margin: 1.4vh 0;
	font-size: 18px;
}
.login_top b.login_top_title{
	font-weight: 700;
	font-size: 28px;
	padding: 0 15px;
	margin-right: 10px;
	border-right: 2px solid #333333;
}
.w_1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.login_box {
	position: absolute;
	width: 460px;
	height: 40vh;
	top: 10vh;
	right: 10px;
}
.login_box h3 {
	margin-bottom: 10px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.login_form_bg {
	width: 100%;
	padding: 10px;
	background-color: rgba(250,250,250,0.3);
	z-index: -1;
}
.login_form {
	padding: 2vh 3vh;
	background-color: #fff;
	border: 2px solid #117eff;
}
.login_tit {
	margin: 2vh auto;
	width: 200px;
	height: 6vh;
}
.login_tit ul li {
	float: left;
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	font-size: 18px;
}
.login_tit ul li a {
	display: block;
	padding: 6px 10px;
	border-bottom: 2px solid transparent;
}
.login_tit ul li a:hover{
	color: #007fe1;
}
.login_tit ul li.tab_hover a {
	display: block;
	border-bottom: 2px solid #007fe1;
	color: #007fe1;
	font-weight: 700;
}
.login_tit ul li.dian span{
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #9c9c9c;
}
.form-group {
	padding: 1.6vh;
}
.login_form input {
	padding: 0 6px;
	width: 100%;
	height: 52px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}
.login_form .yan_zheng input {
	width: 60%;
	float: left;
	margin-right: 10px;
}
.login_form .yan_zheng .captcha{
	height: 48px;
}
.login_form .yan_zheng a{
	color: #0c71cf;
	font-size: 14px;
	cursor: pointer;
}
.login_form .yan_zheng a:hover{
	text-decoration: underline;
	color: red;
}
.login_form .form_btn {
	background-color: #007fe1;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.login_form .form_btn:hover {
	background-color: #117eff;
}
.jsht_footer{
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}
.jsht_footer .jsht_footer_content span{
	display: inline-block;
	padding: 0 5px;
}
