.beg-login-bg {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: ;
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.beg-login-bg .login-logo{
	position: absolute;
	top: 40px;
	left: 50px;
}
.beg-login-bg .login-logo img{
	width: 70px;
	height: 55px;
}
.beg-login-bg .login-box{
   		width: 94%;
   		max-width: 1087px;
   		margin-left: auto;
   		margin-right: auto;
   		padding-top: 5%;
   		 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.beg-login-bg .login-box .left{
	width: 50%;
	position: relative;
}
.beg-login-bg .login-box .left .leftmain{
   		position: absolute;
   		left: 0;
   		bottom: 0;
   		width: 100%;
}
.beg-login-bg .login-box .left .leftmain .theme{
	font-size: 18px;
	color: #00b1ab;
	margin-bottom: 3%;
	font-weight: bold;
}
.beg-login-bg .login-box .left .leftmain .logobox{
	padding-left: 95px;
	position: relative;
}
.beg-login-bg .login-box .left .leftmain .logobox .word{
	font-size: 14px;
	color: #a8a8a8;
	height: 36px;
	line-height: 36px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
width: 75px;
	border-right: 1px solid #bababa;
}
.beg-login-bg .login-box .left .leftmain .logobox .litem{
	width: 80px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px;
}

.beg-login-bg .beg-login-box {
	width: 50%;
   		background-color: #fff;
   		height: 650px;
   		background-position: right top;
   		background-repeat: no-repeat;
  		background-image: ;
}

.beg-login-bg .beg-login-box .form-theme{
	font-size: 24px;
	color: #404040;
	margin-top: 60px;
	margin-bottom: 80px;
	text-align: center;
}

.beg-login-bg .beg-login-box .beg-login-main {
	padding: 30px 90px 0;
}

.beg-login-bg .beg-login-box .beg-login-main .layui-form-item {
	position: relative;
	padding-left: 36px;
		margin-bottom: 30px;
		background-position: 2.5% center;
		background-repeat: no-repeat;
		border-bottom: 1px solid #dddddd;
}
.beg-login-bg .beg-login-box .beg-login-main .layui-form-item.user{
	background-image: ;
}
.beg-login-bg .beg-login-box .beg-login-main .layui-form-item.pwd{
	background-image: ;
}

.beg-login-bg .beg-login-box .beg-login-main .layui-form-item input {
	border: none;
	width: 100%;
	height: 40px;
	outline: none;
	background-color: rgba(255,255,255,1);
}


.beg-login-bg .beg-login-box .beg-login-main .login-btn button{
	width: 100%;
	height: 50px;
	border: 4px solid #00b1ab;
	background-color:transparent;
}

.beg-login-bg .beg-login-box .backbox{
		margin: 110px;
		text-align: center;
	}
.beg-login-bg .beg-login-box .backbox .back{
	font-size: 12px;
	color: #939393;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 10px;
	position: relative;
}
.beg-login-bg .beg-login-box .backbox .back:after{
	content: "";
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #939393 transparent transparent #939393;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	transform:rotate(-45deg);
-ms-transform:rotate(-45deg); 	/* ie 9 */
-moz-transform:rotate(-45deg); 	/* firefox */
-webkit-transform:rotate(-45deg); /* safari 和 chrome */
-o-transform:rotate(-45deg); 	/* opera */
}


.beg-pull-left {
	float: left !important;
}

.beg-pull-right {
	float: right !important;
}

.beg-clear {
	clear: both;
}

.beg-login-remember {
	line-height: 38px;
	margin-bottom: 30px;
}

.beg-login-remember .layui-form-switch {
	margin-top: 0px;
}

.beg-login-code-box {
	position: relative;
	padding: 10px;
}

.beg-login-code-box input {
	position: absolute;
	width: 100px;
}

.beg-login-code-box img {
	cursor: pointer;
	position: absolute;
	left: 115px;
	height: 38px;
}