html {
	height: 100%;
}
body {
	height: 100%;
}
#header {
	height: 55px;
}
#header .l-width {
	position: relative;
}
#header .logo {
	margin-top: 12px;
}
#header .nav {
	font-size: 14px;
}
#header .nav li {
	margin: 0 12px;
}
#header .nav li a {
	padding: 17px 3px 16px;
}
#header .nav li.current a {
	padding-bottom: 13px;
	border-bottom: 3px solid #ff4f02;
}

#header .header-search {
	position: absolute;
	right: 0;
	bottom: -65px;
	width: 375px;
	height: 65px;
	padding: 13px 13px;
	background: hsla(0,0%,100%,.8) ;
	box-shadow: 0 3px 8px rgba(0,0,0,.2);
	z-index: 10;
}

#header .header-search .search-box {
	height: 39px;
}
#header .header-search .layui-form-select, #header .header-search .layui-form-select input[type="text"] {
	width: 80px;
}
#header .header-search .layui-form-select {
	display: inline-block;
}
#header .header-search .layui-input {
	width: 233px;
}
#header .user-name:hover  .user-sub {
	display: none;
}
.login {
	min-height: 540px;
	height: calc(100% - 159px);
	background: #f3f3f3;
	position: relative;
}
.login .l-width {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -600px;
}
.login-box {
	position: absolute;
	top: 70px;
	right: 205px;
	width: 295px;
	background: hsla(0,0%,100%,.9);
	border-top: 3px solid #aaa;
	border-radius: 3px;
	z-index: 10;
	box-shadow: 0 4px 6px rgba(0,0,0,.17);
}
.login-box .box-title {
	height: 52px;
	font-size: 16px;
	line-height: 52px;
	background: #e8f1fa;
}
.login-box .box-title .layui-tab-title {
	height: 52px;
}
.login-box .box-title .layui-tab-title .layui-this {
	background: #fff
}
.login-box .box-title .layui-tab-title .layui-this a {
	color: #146FC5;
}
.login-box .box-title .layui-tab-title .layui-this:before {
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	border-top: 3px solid #258ae9;
	border-radius: 3px 3px 0 0;
	content: "";
}
.login-box .box-title .layui-tab-title .layui-this:after {
	display: none;
}
.login-box .box-title .layui-tab-title li {
	width: 50%;
	padding: 0 25px;
	font-size: 16px;
	line-height: 52px;
}
.login-box .box-title .layui-tab-title li a {
	color: #777;
}
.login-box .box-content {
	padding: 25px;
}
.layui-carousel .intro-text {
	position: absolute;
	left: 65px;
	top: 90px;
	width: 540px;
	z-index: 10;
}
.layui-carousel .intro-text h1 {
	font-size: 32px;
	line-height: 34px;
	font-weight: bolder;
}
.layui-carousel .intro-text h1 span {
	display: inline-block;
}
.l-type2 {
	background: #dfe1dd;
}
.l-type2 .login-box .box-title .layui-tab-title .layui-this {
	width: 100%;
	background: #e8f1fa;
	text-align: left;
	line-height: 51px;
}


.input-group:before, .input-group:after {
	display: table;
	content: "";
}
.input-group:after {
	clear: both;
}
.input-group:not(:last-child) {
    margin-bottom: 20px;
}
.input-group .inline-input {
	position: relative;
}
.input-group .inline-input .ip-btn {
	position: absolute;
	top: 6px;
	right: 5px;
	color: #333;
	border: 1px solid #C9C9C9;
	line-height: 26px;
	padding: 0 10px;
	height: 30px;
	background-color: #fff;
}
.input-group .inline-input i {
	position: absolute;
	top: 12px;
	left: 8px;
	width: 16px;
	height: 16px;
	background: url(../images/icon-login.png) no-repeat;
}
.input-group .inline-input .icon-organ {
	background-position: 0 0
}
.input-group .inline-input .icon-user {
	background-position: 0 -16px;
}
.input-group .inline-input .icon-psw {
	background-position: 0 -32px;
}
.input-group .layui-input {
	height: 42px;
	padding-left: 30px;
	line-height: 1.4;
}
.input-group .input-left {
	float: left;
}
.input-group .input-right {
	float: right;
}
.input-group .lbl {
	margin-right: 3px!important;
}
.input-group .lbl:before {
	border-radius: 3px!important;
}
.submit .layui-btn {
	float: right;
	width: 110px;
	height: 42px;
}
.submit .layui-btn-normal {
	float: left;
}

.regist {
	min-height: calc(100% - 159px);
	padding: 30px 0;
	background: #f1f1f1;
}
.function-box {
	background: #fff;
}
.web-site {
	height: 30px;
	padding: 5px 30px;
	line-height: 20px;
	background: #f9f9f9;
}
.web-site li {
	float: left;
	color: #9b9b9b;
	line-height: 20px;
}

.web-site li:first-child:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background: url(../images/icon-site.png) no-repeat;
	content: ""

}
.web-site li:not(:last-child):after {
	margin-right: 3px;
	text-align: center;
	font-family: Tahoma;
	line-height: 18px;
	content: " > "
}
.web-site li:last-child a  {
	color: #000;
}
.web-site li a {
	color: inherit;
}
.function-content {
    padding: 60px 35px;
}
.regist-input {
	width: 500px;
	margin: 0 auto;
}
.regist .input-group {
	margin-bottom: 40px;
}
.regist .input-group .inline-label {
	float: left;
	width: 115px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 40px;
	text-align: right;
}
.regist .input-group .inline-label .imp {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
.regist .input-group .inline-input {
	float: left;
	width: 360px;
}

.regist .input-group .layui-input {
	padding: 0 10px;
}
.regist .input-group .tip {
	margin-bottom: -28px;
	line-height: 28px;
	color: #999999;
}
.regist .submit {
	padding-left: 115px;
}
.regist .term {
	margin-top: -15px;
	padding-left: 115px;
	line-height: 40px;
}
.regist .term .layui-form-checkbox[lay-skin=primary] span {
	position: relative;
	top: -2px;
	padding-right: 5px;
}