body {
	text-align: center;
	background: url(../img/login/bg.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.container {
	background: url(../img/login/container.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
    -o-background-size: cover;
    width: 1063px;
    height: 717px;
    margin: 75px auto;
    position: relative;
}
.logo {
	background: url(../img/login/logo.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
    -o-background-size: cover;
    width: 120px;
    height: 38px;
    position: relative;
    top: 58px;
    left: 62px;
}
.title {
	display: flex;
	align-items: center;
	position: absolute;
	left: 94px;
	bottom: 155px;
}
.line {
	width: 63px;
	height: 2px;
	background-color: #FFFFFF;
}
.content span {
	font-size:34px;
	font-family:Alibaba PuHuiTi;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin: 0 20px;
}
.login-form {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 83px;
    left: 530px;
    width: 480px;
}
.form-title {
	margin-bottom: 30px;
}
.form-title span {
	font-size:28px;
	font-family:Alibaba PuHuiTi;
	font-weight:500;
	color:rgba(9,205,207,1);
}
.form-body {
	padding-left: 65px;
}
.form-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 10px;
}
.form-item label {
	font-size:19px;
	font-family:Alibaba PuHuiTi;
	font-weight:400;
	color:rgba(148,187,206,1);
}
.form-item input {
	width: 346px;
    height: 43px;
    background: rgba(9,205,207,0.1);
    border-radius: 8px;
    border: 1px solid rgba(9,205,207,0.08);
    color: #000;
    font-size: 18px;
    padding-left: 20px;
    margin-top: 10px;
}
.form-item .captcha {
	display: flex;
}
.form-item .captcha input {
	width: 223px;
}
.form-item .captcha i {
	margin: 12px;
}
.passhelp {
	font-size: 14px;
	font-family: Alibaba PuHuiTi;
	font-weight: 300;
	color: rgba(158,158,158,1);
}
.passhelp .layui-form-checkbox {
	float: left;
}
.passhelp .layui-form-checkbox span {
    color: rgba(158,158,158,1) !important;
}
.passhelp a {
	float: right;
	margin-right: 65px;
	text-decoration: none;
	color: rgba(158,158,158,1);
}
.submit-btn {
    width: 346px;
    height: 54px;
    background: rgba(9,205,207,1);
    border-radius: 0px 27px 0px 27px;
    margin-top: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: rgba(255,255,255,1);
    cursor: pointer;
}
#footer {
    width: 100%;
    height: 130px;
    text-align: center;
    position: absolute;
    bottom: -60px;
}
#footer p {
    color: #777;
    line-height: 30px;
    font-size: 14px;
}