@font-face {
	font-family: 'entypo';
	src:url('../fonts/controls/entypo.eot');
	src:url('../fonts/controls/entypo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/controls/entypo.woff') format('woff'),
		url('../fonts/controls/entypo.ttf') format('truetype'),
		url('../fonts/controls/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, html,p { font-size: 100%; padding: 0; margin: 0;}

.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
	background-position:center center;
}
.cbp-bislideshow li img{
	display: none;
}
.login_box{ width: 1220px; margin: 9% auto 0px;overflow: hidden;}
.box_content{
	background: url(../images/logo_bg.png) no-repeat center;
	width: 548px;
	height: 534px;
	float: right;
}

.login_logo{
	width: 219px;
	margin:0px auto;
}
.box_content p{
	text-align: center;
	font-size: 26px;
	color: #333;
	margin: 10px auto;
}


.bg-login-main{
	width: 380px;
	margin: 38px auto 0px;
}
.layui-form-item {
	position: relative;
}

 .layui-form-item .beg-login-icon {
	position: absolute;
	color: #cccccc;
	top: 13px;
	left: 18px;
}

.layui-form-item input {
	padding-left: 58px;
}
.layui-input{
	height: 52px;
	background-color: #f8f8f8;
	border-radius: 6px;
}
.layui-icon{
	font-size: 22px;
}

.layui-form-checkbox[lay-skin=primary] i {
	position: relative;
	top: 0;
	width: 16px;
	line-height: 16px;
	border: 1px solid #c2c2c2;
	font-size: 12px;
	border-radius: 2px;
	-webkit-transition: .1s linear;
	transition: .1s linear;
}
.dow {
		text-align: center;
		margin-top: 65px;
}
.dow li {
	position: relative;
	display: inline-block;
	width: 187px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}
.dow li:hover .qr {
	display: block;
}
.dow .qr {
	display: none;
	position: absolute;
	top: -130px;
	left: 28px;
	width: 115px;
	height: 115px;
	padding: 5px;
	border-radius: 2px;
	background: #fff;
}
.dow .qr img {
	width: 100%;
	height: 100%;
}