@CHARSET "UTF-8";

* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
}

body {
	line-height: 24px;
}

a:hover {
	text-decoration: none;
}

.main {
	width: 100%;
	margin: 0 auto;
}

.wrap {
	width: 90%;
	margin: 0 auto;
}

.header {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 65px;
}

.header .main {
	position: relative;
	margin: 0 auto;
	min-height: 0;
}

.nav-user {
	position: absolute;
	top: 12px;
	right: 0;
}

.tip-form {
	width: 800px;
	padding: 0;
	margin: 0 auto;
}

.tip-view-form {
	width: 800px;
	padding: 0;
	margin: 0 auto;
}

.tip-form-label {
	width: 200px;
	font-size: 16px;
}

.layui-form-item .tip-input-vercode {
	width: 145px;
}

.layui-form-item .tip-input-inline {
	float: left;
	width: auto;
}

.layui-form-item .tip-form-input {
	width: 257px;
	display: inline;
}

.layui-form-item .tip-form-error {
	color: red;
	padding: 0 5px;
	display: inline;
}

.layui-form-item .bkxx-input-inline {
	float: left;
	width: calc(80% - 400px);
}

.layui-form-item .bkxx-input-inline span {
	line-height: 40px;
	margin-right: 20px;
}

.layui-form-item .bkxx-select-inline {
	width: 33.33%;
	margin: 0 !important;
}

.layui-form-item .bkxx-link-inline {
	float: left;
	width: 100%;
}

.tip-bz {
	color: blue;
	line-height: 35px;
	font-size: 14px;
	float: left;
	width: 30%
}

.tip-table-gray-bg {
	background-color: #f9fafe;
}

.tip-table-c {
	text-align: center;
}

/*登录页*/
.header-login {
	width: 60%;
	margin: 0 auto;
}

.wrap-login {
	width: 60%;
	margin: 0 auto;
}

.tip-form-login {
	width: 391px;
	margin: 60px auto 0 auto;
	float: right;
}

.icon-user {
	position: absolute;
	left: 0;
	z-index:5;
	background-image: url(../imgs/std_icon_user.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 30px;
	height: 30px;
}

.icon-pwd {
	position: absolute;
	left: 0;
	z-index:5;
	background-image: url(../imgs/std_icon_pwd.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 30px;
	height: 30px;
}

.input-login {
	text-indent: 30px;
}

.login-btn {
	width: 100%;
	font-size: 16px;
	background-color: #006DFE;
	border-radius: 5px;
}

/*注册页*/
.wrap-reg {
	width: 90%;
	margin: 0 auto;
}

.page-title {
	position: relative;
	font-size: 24px;
	margin: 20px 0 30px;
	padding: 10px 15px;
	line-height: 30px;
	border-bottom: 1px solid #DFDFDF;
}

.page-title-forget {
	position: relative;
	font-size: 22px;
	margin: 20px 0 30px;
	padding: 10px 15px;
	line-height: 30px;
}

/* 框架页 */
.tip-header .logo {
	left: 20px;
}

.logo {
	position: absolute;
	top: 16px;
	font-size: 24px;
}

.tip-user-welcome {
	line-height: 42px;
	font-size: 15px;
	color: #205c98;
	font-weight: bold;
}

.layui-layout-admin .tip-header {
	border-bottom-color: #205c98;
	background-color: #fff;
}

.layui-layout-admin .tip-body {
	top: 65px;
	bottom: 0;
}

.layui-layout-admin .tip-side {
	top: 65px;
	bottom: 0;
}

.tip-result iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.tip-bar {
	position: fixed;
	z-index: 9999;
	right: 40px;
	bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.logo {
		left: 10px;
	}
	.main,.footer {
		width: auto;
	}
	.main {
		margin: 10px;
	}
	.content {
		margin: 0;
	}
}

@media screen and (max-width: 750px) {
	html body {
		margin-top: 40px;
	}
	.wrap {
		width: 100%;
		margin: 0 auto;
	}
	.wrap-login {
		width: 100%;
		margin: 0;
	}
	.wrap-reg {
		width: 100%;
		margin: 0 auto;
	}
	.tip-form-login {
		margin-top: 50px;
		float: none;
	}
	.layui-main {
		width: auto;
		margin: 0 10px;
	}
	.layui-layout-admin .tip-side {
		position: fixed;
		top: 0;
		left: -260px;
		transition: all .3s;
		-webkit-transition: all .3s;
		z-index: 10000;
	}
	.layui-layout-admin .tip-body {
		top: 65px;
		bottom: 0;
		left: 0;
	}
	.tip-form-login {
		width: 361px;
		padding: 20px 0;
		margin: 100px auto 0 auto;
	}
	.tip-form {
		width: 500px;
		padding: 0;
		margin: 0 auto;
	}
	.tip-view-form {
		width: 700px;
		padding: 0;
		margin: 0 auto;
	}
	.layui-form-item .tip-input-vercode {
		float: left;
		width: 120px;
	}
	.layui-form-mid {
		float: left;
		display: block;
		text-line: 20px;
	}
	.layui-form-item .tip-input-inline {
		float: left;
		width: 270px;
	}
	.tip-bar {
		position: fixed;
		z-index: 9999;
		right: 10px;
		bottom: 20px;
	}
}

@media screen and (max-width: 450px) {
	.tip-bar {
		position: fixed;
		z-index: 9999;
		right: 0;
		bottom: 10px;
	}
}
/*滚动条*/
::-webkit-scrollbar {
	width: 5px !important;
	height: 10px !important;
} /* 滚动条整体宽度 */
::-webkit-scrollbar-track {
	background-color: #fff !important;
} /* 滚动条的滑轨背景颜色 */
::-webkit-scrollbar-thumb {
	background-color: #dbdbdb !important;
} /* 滚动条的滑块背景颜色 */