@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
}

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	width: 100%;
	min-height: 100%;
}

@media screen and (min-width:1250px) {
	.layui-container {
		width: 1220px
	}
}

@media screen and (min-width:1300px) {
	.layui-container {
		width: 1280px
	}
}

@media screen and (min-width:1500px) {
	.layui-container {
		width: 1480px
	}
}

.login-bg {
	/*background: #eeeeee url() 0 0 no-repeat;*/
	background: url(http://bucket-blink.oss-cn-chengdu.aliyuncs.com/login/login/bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	display: flex;
  justify-content: center;
  justify-items: center;
	align-items: center;
	width: 100%!important;
}

.login {
	/* margin: 120px auto 0 auto; */
	/* min-height: 420px;
	max-width: 420px; */
	min-width: 870px;
	max-width: 960px;
	max-height: 543px;
	width: 960px;
	height: 543px;
	/* flex: 1;
	padding: 40px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px; */
	/* overflow-x: hidden; */
	position: relative;
	box-sizing: border-box;
	background: url(./res/login/login_bg.png) no-repeat center;
}

.login a.logo {
	display: block;
	height: 58px;
	width: 167px;
	margin: 0 auto 30px auto;
	background-size: 167px 42px;
}

.login .message {
	/* margin: 10px 0 0 -58px;
	padding: 18px 10px 18px 60px; */
	/* background: #1E9FFF; */
	position: absolute;
	top: 142px;
	color: #455e77;
	font-size: 30px;
	font-weight: bold;
	right: 108px;
}

.layui-form-div{
	position: absolute;
	/* margin-top: 184px; */
	right: 122px;
	top: 184px;
}

.input-warp {
	border-bottom: 1px solid #d6d9db;
	width: 220px;
	/* padding-bottom: 12px; */
	height: 37px;
	margin-top: 25px;
}

.input-warp div {
	float: left;
	height: 100%;
}

.input-warp .icon {
	margin-right: 15px;
	display: flex;
	justify-content: center;
	justify-items: center;
	flex-direction: column;
}

.input-warp .icon img {
	width: 15px;
	height: 17px;
}

.login input[type=text], .login input[type=file], .login input[type=password],
	.login input[type=email], select {
	vertical-align: middle;
	/* height: 50px; */
	font-size: 16px;
	color: #999999;
	outline: none;
	height: 37px;
	width: 190px!important;
	box-sizing: border-box;
	border: 0 solid;
	-webkit-box-shadow: 0 0 0 1000px #f6f7fb inset;
	box-shadow: 0 0 0 1000px #f6f7fb inset;
	background-color: #f6f7fb;
}

.login-btn{
	height: 55px;
	width: 231px;
	display: block;
	background: url(http://bucket-blink.oss-cn-chengdu.aliyuncs.com/login/login/login_btn.png);
}

.login-btn:hover{
	background: url(http://bucket-blink.oss-cn-chengdu.aliyuncs.com/login/login/login_btn_hover.png);
}



.pre-load-img{
  width: 0px;
	height: 0px;
	display: none;
	background-image: url(./res/new/base_hover.png);
	background-image: url(./res/new/icon/home_hover.png);
	background-image: url(./res/new/icon/hosp_hover.png);
	background-image: url(./res/new/icon/material_hover.png);
	background-image: url(./res/new/icon/notice_hover.png);
	background-image: url(./res/new/icon/report_hover.png);
	background-image: url(./res/new/icon/setting_hover.png);
	background-image: url(./res/new/icon/stock_hover.png);
	background-image: url(./res/new/icon/sys_hover.png);
	background-image: url(./res/new/icon/user_selected.png);
	background-image: url(./res/new/icon/chart_hover.png);
	background-image: url(./res/new/icon/check_hover.png);
	background-image: url(./res/new/icon/config_hover.png);
	background-image: url(./res/new/icon/history_hover.png);
}