html {
	overflow-y: hidden;
}
#result {
	color: #f12d1e;
}
.login-title {
	font-size: 12px;
	color: #c3bebe;
}
.login-title span {
	text-align: left;
	display: inline-block;
}
.login-layout .widget-box .widget-main {
	padding: 1px 36px 1px;
}
/*请记住我  取消下划线*/
.clearfix a,
.center a {
	text-decoration: none;
}
/*返回div可点击切换*/
.center {
	cursor: pointer;
}
/*记住功能垂直居中*/
/*.clearfix label{*/
.inline {
	margin-bottom: 0;
	display: inline!important;
}
.inlineright {
	float: right;
}
input[type=checkbox].ace + .lbl{
	line-height: 35px;
}
/*用户名密码两个图标优化*/
.input-icon.input-icon-right > input{
	padding-right: 30px;
}
.input-icon.input-icon-right > .ace-icon{
	line-height: 32px;
    right: 0px;
    width: 30px;
}
/*登录框圆角*/
.widget-box{
	border-radius: 6px;
}
.widget-body{
	background-color: transparent;
}
.widget-main{
	border-radius: 6px 6px 0 0;
}
.btn{
	border-radius: 3px;
}
/*取消input type="number"的上下箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/*登录验证*/
.cerify-code-panel .verify-code {
	float: right;
}
.cerify-code-panel .verify-code-area {
	margin-top: 2px;
}

/*星座特效*/
#display{
	z-index: 0;
	display: block;
	cursor: default;
	position:absolute;
	width: 100%; 
	height: 100%; 
}
#blachole{
	position: fixed; 
	top: 60px; 
	right: 60px; 
	width: 120px; 
	height: 120px; 
}

/*第一屏*/
header{ 
	position: fixed;
	left: 0;
	color: white;
	height: 100%;
	min-height: 600px;
}

header .bg{ 
	height: 100%;
	width: 100%;
	background-color: #174c95;
    background: linear-gradient(-60deg, #174c95 0, #077ce0 100%);
    /*background-color:#001e32*/
}

.center h1 span {
	font-size: 28px;
}

@media screen and (max-width: 768px) {
	.center h1 span {
		font-size: 24px;
	}
	.xs-none {
		display: none;
	}
}

