@CHARSET "UTF-8";
.hs-Validator-error{
	margin-top: 5px;
}
.hs-body {
	
}

.hs-head {
	width: 1280px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 40px;
}

.hs-head h3 {
	display: inline-block;
	margin: 0px;
	font-size: 24px;
	color: #54565b;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #858585;
}

.hs-main {
	margin-top: 20px;
}

.hs-main-banner {
}

.hs-banner-container {
	position: relative;
	margin: 0 auto;
}

@keyframes myfirst
{
0% {top:-50px;}
20% {top:0px;}
40% {top:-20px;}
60% {top:0px;}
80% {top:-10px;}
100% {top:0px;}
}
@-moz-keyframes myfirst /* Firefox */
{
0% {top:-50px;}
20% {top:0px;}
40% {top:-20px;}
60% {top:0px;}
80% {top:-10px;}
100% {top:0px;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0% {top:-50px;}
20% {top:0px;}
40% {top:-20px;}
60% {top:0px;}
80% {top:-10px;}
100% {top:0px;}
}

@-o-keyframes myfirst /* Opera */
{
0% {top:-50px;}
20% {top:0px;}
40% {top:-20px;}
60% {top:0px;}
80% {top:-10px;}
100% {top:0px;}
}

.hs-main-login {
	width: 300px; 
	position : absolute;
	top: 0;
	right: 15%;
	padding: 35px 25px 45px 25px;
	background-color: rgb(247, 251, 254);
	z-index: 99;
	margin-top:120px;
	animation: myfirst 2s linear ;
	-moz-animation: myfirst 2s linear ;	/* Firefox */
	-webkit-animation: myfirst 2s linear ;	/* Safari 和 Chrome */
	-o-animation: myfirst 2s linear ;
}
.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: 5px 10px;
	margin-top: 20px;
}

.hs-main-login .hs-input-group input {
	border: 0px;
	height: 24px;
	font-size: 14px;
	padding-left: 10px;
	color: #666666;
	vertical-align: bottom;
}
.btn-block {
  display: block;
  width: 100%;
}
.hs-main-login .hs-login-btn {
	border: none;
	background-color: rgb(23,149,251);
	color: white;
	font-size: 24px;
	margin-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-form .hs-register-btn {
	border: none;
	background-color: #ffa82c;
	color: white;
	font-size: 24px;
	margin-top: 20px;
	text-align:center;
}
.hs-foot {
	position: absolute;
	text-align: center;
	width: 100%;
	min-width:1280px;
	padding-top: 50px;
	padding-bottom: 30px;
	color: #3d4543;
	font-size: 14px;
	/* box-shadow: 0 1px 6px 0 #666666 inset; */
}
