@CHARSET "UTF-8";

body{
	font-family: '-apple-system,BlinkMacSystemFont','Segoe UI','PingFang SC','Hiragino Sans GB','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
	background: white url('../img/main-bg.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	min-height: unset;
	min-width: 1200px;
}

.max-min {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}

.header {
	padding: 24px 0 0 42px;
	background: transparent;
}

.header .ee-head-content>*{
	display: inline-block;
	vertical-align: middle;
}

.header .logo img{
	height: 40px;
}

.header .ee-title{
	font-size: 32px;
	color: white;
	line-height: 40px;
	border-left: 2px solid rgba(255,255,255,0.8);
	margin-left: 24px;
	padding-left: 24px;
}

.hs-main {
	display: flex;
	align-items: center;
	height: calc( 100vh - 104px );
	padding: 0 8% 0 7%;
	min-height: 470px;
}

.hs-main .ee-main-panel{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: -80px;
	width: 100%;
}

.hs-main-info{
	color: white;
	width: 50%;
	max-width: 60%;
}

.hs-main-info .head{
	font-size: 56px;
	border-bottom: 1px solid white;
	line-height: 120px;
}

.hs-main-info .head>*{
	display: inline-block;
	vertical-align: middle;
	padding: 0
}

.hs-main-info .head .line{
	width: 1px;
	height: 50px;
	background-color: white;
	margin: 0 26px;
}

.hs-main-info .head img{
	height: 46px;
}

.hs-main-info .content{
	padding-top: 44px;
	color: white;
}

.hs-main-info .content .title{
	background-image:url("../img/icon1.png");
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 50px;
	font-size: 28px;
	padding-left: 80px;
}

.hs-main-info .content .intro{
	padding-left: 18px;
	padding-top: 20px;
}

.hs-main-info .content .intro .info{
	padding-left: 61px;
	line-height: 44px;
	background: url("../img/icon2.png") no-repeat left center;
	font-size: 18px;
}

@keyframes myfirst
{
0% {top:0;}
20% {top: 134px;}
65% {top: 110px;}
100% {top:134px;}
}
@-moz-keyframes myfirst /* Firefox */
{
0% {top:0;}
20% {top: 134px;}
65% {top: 110px;}
100% {top:134px;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0% {top:0;}
20% {top: 134px;}
65% {top: 110px;}
100% {top:134px;}
}

@-o-keyframes myfirst /* Opera */
{
0% {top:0;}
20% {top: 134px;}
65% {top: 110px;}
100% {top:134px;}
}

.hs-main-login {
	min-height: 400px;
	border-radius: 4px;
	padding: 40px 48px 40px 48px;
	background-color: white;
	z-index: 99;
	text-align: center;
	box-shadow:0px 0px 17px 0px rgba(0,0,0,0.07);
}

.hs-main-login .logo{
	width: auto;
	height: 60px;
	margin-bottom: 20px;
}

.hs-main-login form{
	text-align: left;
	width: 280px;
}

.hs-main-login a{
	color: white;
	cursor: pointer;
}
.hs-main-login a:hover{
	color: #ffa82c;
}
.hs-main-login .hs-input-group {
	background-color: white;
	padding: 12px 18px;
	margin-top: 22px;
	border: 1px solid #e8e8e8;
	font-size: 16px;
	border-radius: 4px;
	color: #333333;
	position: relative;
}


.hs-main-login .hs-Validator-error{
	font-size: 14px;
	line-height: 24px;
	top: 12px;
}

.hs-main-login .hs-input-group input {
	border: 0px;
	height: 24px;
	vertical-align: bottom;
	width: 100%;
	font-size: 16px;
}

.hs-main-login .hs-input-group input::placeholder{
	color: #cccccc;
}

.hs-main-login .lose-btn{
	text-align: right;
	color: #999999;
	display: block;
	line-height: 30px;
	margin-top: 5px;
}

.hs-main-login .lose-btn:hover{
	color: #1890ff;
}

.hs-main-login .hs-login-btn {
	border: none;
	background-color: #108ee9;
	color: white;
	font-size: 18px;
	margin-top: 10px;
	border-radius: 4px;
	line-height: 40px;
	transition: background 0.2s;
}

.hs-main-login .hs-login-btn:hover{
	background-color: #40a5ed;
}

.hs-main-login .register-panel{
	position: absolute;
	bottom: -36px;
	font-size: 12px;
	color: white;
	width: 100%;
	text-align: center;
	left: 0;
}

.hs-main-login .register-panel a{
	text-decoration: underline;
}

.hs-main-msg {
	width: 1100px;
	height:450px;
	margin: 0 auto;
	padding-top: 20px;
}

.hs-main-msg h3 {
	color: #e65400;
}

.hs-msg-list {
	padding: 20px;
}

.hs-msg-list li {
	background-image:url("../img/list-style-1.png");
	background-repeat:no-repeat;
	background-position:0px 12px;
	float: left;
	width: 30%;
	font-size: 16px;
	line-height: 35px;
	margin-right: 20px;
	padding-left: 15px;
	list-style: none;
}
.hs-msg-list li a{
	color: black;
	width:100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.hs-layer{
	max-height: calc( 100vh );
	background: rgba(0,0,0,0.5);
}

.hs-layer-form .hs-register-btn {
	border: none;
	background-color: #108ee9;
	color: white;
	font-size: 16px;
	margin-top: 30px;
	text-align:center;
	line-height: 46px;
	border-radius: 4px;
}
.hs-foot {
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 40px;
}

.hs-layer-form>.title{
	font-size: 28px;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}

.hs-mask{
	opacity: 0.3;
	height: 100%;
	display: none;
}

#send{
	position: absolute;
	right: 0;
	width: 120px;
	line-height: 40px;
	color: #108ee9;
	background-color: #e5f0fa;
	border-radius: 4px;
	top: 0;
	text-align: center;
	cursor: pointer;
}

#code-error{
	right: 140px;
}

.hs-layer-form .close-btn{
	position: absolute;
	right: 18px;
	top: 18px;
	cursor: pointer;
}

.hs-swiper-container{
	width: 530px;
	margin-top: 80px;
}

.hs-swiper-container .hs-layer-form{
	margin: 0 auto;
}

.registerForm{
	height: 600px;
}

#findPwdLayer .hs-layer-form{
	position: relative;
	width: 400px;
	min-height: 325px;
	padding: 32px 64px;
	top: 0;
	left: 0;
}

@media (max-width: 1600px){
	.hs-main-info .head{
		font-size: 50px;
	}
}

@media (max-width: 1199px){
	html{
		overflow: auto;
	}
} 