/** layuiAdmin.std-v1.0.0 LPPL License By http://www.layui.com/admin/ */

#LAY_app,
body,
html {
	width: 100%;
	height: 100%;
	background-image: url('res/bj.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.layui-layout-body {
	overflow: auto
}

#LAY-user-login,
.layadmin-user-display-show {
	display: block!important
}

.layadmin-user-login {
	position: relative;
	left: 0;
	top: 0;
	min-height: 100%;
	box-sizing: border-box;
	padding-top:0px !important;
}

.layadmin-user-login-main {
	position:absolute;
	bottom:25%;
	right:6%;
	box-sizing: border-box;
	width:330px;
	background: #ffffff20;
	border-radius: 20px;
}

.layadmin-user-login-box {
	padding: 20px
}

.layadmin-user-login-header {
	text-align: center;
}

.layadmin-user-login-header h2 {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 30px;
	color: #000
}

.layadmin-user-login-header p {
	font-weight: 300;
	color: #999
}

.layadmin-user-login-body .layui-form-item {
	position: relative
}

.layadmin-user-login-icon {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 38px;
	line-height: 36px;
	text-align: center;
	color: #d2d2d2
}

.layadmin-user-login-body .layui-form-item .layui-input {
	padding-left: 38px
}

.layadmin-user-login-codeimg {
	max-height: 38px;
	width: 100%;
	cursor: pointer;
	box-sizing: border-box
}

.layadmin-user-login-other {
	position: relative;
	font-size: 0;
	line-height: 38px;
	padding-top: 20px
}

.layadmin-user-login-other>* {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 14px
}

.layadmin-user-login-other .layui-icon {
	position: relative;
	top: 2px;
	font-size: 26px
}

.layadmin-user-login-other a:hover {
	opacity: .8
}

.layadmin-user-jump-change {
	float: right
}

.layadmin-user-login-footer {
	position: absolute;
	right: 4%;
	bottom: 10px;
	width: 450px;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
	color: rgba(0, 0, 0, .5)
}

.layadmin-user-login-footer span {
	padding: 0 5px
}

.layadmin-user-login-footer a {
	padding: 0 5px;
	color:#01AAED;
}

.layadmin-user-login-footer a:hover {
	color: rgba(0, 0, 0, 1)
}

.layadmin-user-login-main[bgimg] {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .05)
}

.ladmin-user-login-theme {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center
}

.ladmin-user-login-theme ul {
	display: inline-block;
	padding: 5px;
	background-color: #fff
}

.ladmin-user-login-theme ul li {
	display: inline-block;
	vertical-align: top;
	width: 64px;
	height: 43px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	background-color: #f2f2f2
}

.ladmin-user-login-theme ul li:hover {
	opacity: .9
}

@media screen and (max-width:768px) {
	.layadmin-user-login {
		padding-top: 60px
	}
	.layadmin-user-login-main {
		width: 300px
	}
	.layadmin-user-login-box {
		padding: 10px
	}
}

#slider {
	width: 100%;
	height: 38px;
	position: relative;
	border: 1px solid #cfcfcf;
	background-color: #f5f5f5;
	overflow: hidden;
	text-align: center;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	border-radius: 3px
}

#slider_bg {
	height: 100%;
	background-color: #e8e8e8;
	z-index: 1
}

#label,
#slider_bg {
	position: absolute;
	left: 0;
	top: 0
}

#label {
	width: 40px;
	height: 38px;
	line-height: 38px;
	border-right: 1px solid #cfcfcf;
	border-top: none;
	border-bottom: none;
	border-left: none;
	background: #fff;
	z-index: 3;
	cursor: move;
	background: #fff url('res/codee.png') no-repeat center
}

#labelTip {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 13px;
	color: #787878;
	line-height: 35px;
	text-align: center;
	z-index: 2
}

#labelTip,
.login_msg {
	font-family: Microsoft Yahei, serif
}
.layadmin-user-login-icon{
	line-height:50px;
}
.layui-input, .layui-select, .layui-textarea{
	height:50px;
}
.layui-btn{
	line-height:50px;
	height:50px;
	background: #04f !important;
}
.show-list {
	position: absolute;
	right: 40px;
	top: 40px;
	font-size: 0;
	z-index: 6
}

.show-item {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	position: relative
}

.show-item .show-box {
	width: 40px;
	height: 40px;
	line-height:40px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	text-align: center;
	z-index: 1
}

.show-item .show-box:before {
	box-sizing: border-box;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	border: 1px solid #0334bc;
	border: 1px solid var(--movie-color,#0334bc);
	border-radius: 100%;
	margin: -20px 0 0 -20px;
	z-index: -1;
	transition: border-width .6s cubic-bezier(.19,1,.22,1)
}

.show-item .show-box:hover:before {
	border-width: 20px
}
.show-item .tooltip {
	display: none;
	padding: 10px 18px 10px;
	background: rgba(4,9,25,.43);
	border: 1px solid #022a93;
	width: 114px;
	position: absolute;
	top: 80px;
	left: -57px
}

.show-item .tooltip:before {
	content: "";
	width: 1px;
	height: 40px;
	background: #022a93;
	position: absolute;
	left: 76px;
	top: -41px
}

.show-item .tooltip h4 {
	color: #fff;
	line-height: 30px;
	font-size: 14px
}

 .show-item .tooltip-sm {
	width: 60px;
	left: -30px
}

 .show-item .tooltip-sm:before {
	left: 48px
}

.show-item .qrcode {
	width: 114px;
	height: 114px;
	margin-top: 7px;
	margin-bottom: 8px
}
.layadmin-user-login-icon{
	line-height: 40px !important;
}
.layui-input, .layui-select, .layui-textarea{
	height:40px !important;
}
.layui-btn{
	line-height: 35px !important;
	height:35px !important;
}
.logoPanel{
	position: absolute;
	z-index: 5;
	top: 40px;
	left: 20px;
	width: 50%;
	height: auto;
}
.logoPanel .logo{
	width: 30%;
	height: auto;
}
.logoPanel .login-logo {
	padding-left:20px;
	padding-top:10px;
	width: 26%;
	height: auto;
}
.login-title{
	position: absolute;
	z-index: 5;
	bottom:40%;
	left: 5%;
	color: transparent;
	width:14%;
	height: auto;
}


.layui-input{
	width:100.5%;
}
marquee{
	padding-top:10px;
	color:#FFF;
	font-size:16px !important;
}