@charset "utf-8";
/* CSS Document 
Create:2021/7/6
Author:Xingdong
Copyright:华商网络 http://www.dgce.com.cn
*/
html {
	font-family:"Times New Roman";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width:100%;height:100%;
}
body {
color:#333;font-size:14px;margin:0;padding:0;
background-repeat:no-repeat;
background-position:center top;
background-image:url(../images/login_bg.jpg);
width:100%;
height:100%;
}
body{
display: flex;
align-items: center; /*定义body的元素垂直居中*/
justify-content: center; /*定义body的里的元素水平居中*/
}
ul {
	padding: 0;
	margin: 0
}
ul li {
	list-style: none
}
a {
	color: #1890ff;
	text-decoration: none
}
h1, h2, h3, h4, h5 {
	margin: 0
}
.hs_login_app{width:1164px;height:608px;background-repeat:no-repeat;
background-position:center top;
background-image:url(../images/login_bg.png);}
.copyright{left:0;width:100%;text-align:center;padding:60px 0 20px 0;color:#ffffff;line-height:1.8}
.copyright a{color:#FFF;font-height:bold;}
.hs_info{width:870px;height:550px;margin:auto;}
.hs_info .hs_logo{padding:40px 0 0 0;width:100%;height:60px;text-align:center;}
.hs_login_info{width:370px;height:auto;margin-left:450px;}
#Hs_system_form{
	width: 370px;
	padding-top:30px;
	height:500px;
	margin:auto;
}
#Hs_system_form .HsLoginForm{
	width: 420px;
	height:380px;
}
.HsLoginForm .HsLogin{
	width: 86%;
	position: relative;
	margin:30px auto 30px auto;
}
.HsLoginForm .HsLogin input{
	width:98%;
	height: 62px;
	text-indent: 2.5rem;
	font-size:18px;
	border:1px solid #dcdcdc;
	border-radius:6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;

}
.HsLoginForm .HsLogin input.vcode{
	width:50%;
	height: 62px;
	text-indent: 2.5rem;
	font-size:18px;	
	border:1px solid #dcdcdc;
	border-radius:6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#Hs_system_form .HsLoginForm .HsLoginButton{
	width: 86%;
	margin: auto;

	padding-left:100px;
}
.HsLoginButton #button{
	width: 227px;
	height: 56px;
	background-color: #1890FF;
	border: none;
	color: white;
	font-size: 18px;
	display:block;
	border-radius:20px;
	-moz-border-radius: 56px;
	-khtml-border-radius: 56px;
	-webkit-border-radius: 56px;
	 -webkit-box-shadow:2px 2px 8px #d4e5fc;
  -moz-box-shadow:2px 2px 8px #d4e5fc;
  box-shadow:2px 2px 8px #d4e5fc;
}
.HsLoginForm .HsLogin .fainput{
    position:absolute;
    left:10px;
    top:22px;
    font-size:22px;
    color:#999;		
}
.HsLoginForm .HsLogin .faeye{
    position: absolute;
    right: 10px;
    top:20px;
    font-size: 26px;
    cursor: pointer;
}
.clear{clear:both;width:100%;}