*{
	margin: 0;
	padding: 0;
	list-style: none;
}
header div{
    		width: 220px;
            height: 70px;
            margin: 0 auto;
            margin-bottom: 36px;
    	}
.beg-login-bg {
	background: url(../../img/background.jpg) no-repeat center bottom fixed;
	background-size: 100% 100%;
	background-color: white;
}

.beg-login-box {
	width: 100%;
    height: 30%;
    position: relative;
    top: 260px;
    box-shadow: 0 0 5px grey;
     background-color: rgba(0, 0, 0, 0.507843); 
    color: aliceblue;
}

.beg-login-box header {
    font-size: 28px;
    padding-top: 50px;
	/*height: 39px;*/
	text-align: center;
	font-weight: bold;
	/*border-bottom: 1px solid aliceblue;*/
}

.beg-login-box header p {
	text-align: center;
	font-size: 44px;
	color: white;
}

.beg-login-box .beg-login-main {
	height: 140px;
	padding: 68px 90px 0;
}
.beg-login-main{
	width: 818px;
	margin: 0 auto;
}
.beg-login-main .layui-form-item {
	position: relative;
}

footer {
	width: 100%;
	height: 35px;
	/*padding: 10px 10px 0 10px;*/
	position: fixed;
	bottom: 50px;
	color: white;
	text-align: center;
}

.beg-login-box footer p {
	line-height: 35px;
	text-align: center;
}

.beg-pull-left {
	float: left !important;
}

.beg-pull-right {
	float: right !important;
}

.beg-clear {
	clear: both;
}

.beg-login-remember {
	line-height: 38px;
}

.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;
}

form>div{
	position: relative;
	float: left;
	margin-right: 20px;
}
form img{
	position: absolute;
	left: 10px;
	top: 12px;
}
form>div>input{
	width: 300px;
	height: 55px;
	font-size: 16px;
	border: 1px solid gainsboro;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 55px;
}
.right{
	width: 42px;
	height: 60px;
    background: url(../../img/right1.png) no-repeat center center;
}
.right:hover{
	background: url(../../img/right2.png) no-repeat center center;
}
.tishi{
	display: none;
	height: 55px;
	color: #FFA847;
	background: url(../../img/gth.png) no-repeat 10px center;
	padding-left: 38px;
	line-height: 55px;
}
