html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	background: url(../img/login/login-bg.png) no-repeat;
	background-size: cover;
}
#login-container{
	width: 100%;
	height: 100%;
	position: relative;
}
.from{
	width: 380px;
	height: 370px;
	background-color: #FFFFFF;
	position: absolute;
	right: 400px;
	top: 270px;
}
.layui-tab{
	margin: 0;
}
.layui-tab-title{
	width: 100%;
	display:flex;
}
.layui-tab-title li{
	flex: 1;
	font-size: 16px;
}
.layui-tab-title .layui-this{
	background-color: #FA6B73;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
}
.layui-tab-title .layui-this:after{
	border: none !important;
}
.layui-tab-content{
	width: 300px;
	/* height: 380px; */
	margin: 0 auto;
}
.input-text{
	padding-left: 30px;
}
.layui-btn{
	width: 100%;
}
.form-txt{
	position: relative;
}
.form-txt img{
	width: 16px;
	height: 18px;
	position: absolute;
	top: 9px;
	left: 8px;
}
.form-verification{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-verification .layui-input{
	width: 184px;
}
.form-verification .verification-img{
	width: 96px;
	height: 35px;
	margin-left: auto;
}
.form-verification .verification-img img{
	width: 100%;
	height: 100%;
}
.other{
	width: 300px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: flex-end;
	color: #3F94FC;
}
.other span{
	margin: 0px 5px;
}
.other a{
	font-size: 14px;
	font-weight: 400;
	color: #3F94FC;
}
.login-type{
	width: 100%;
}
.login-type ul{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}
.login-type ul .type-img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.login-type ul .type-img img{
	width: 42px;
	height: 42px;
}
.form-btn{
	margin-top: 50px !important;
}
.form-select{
	display: flex;
	justify-content: flex-start;
}
.form-select .f-select{
	width: 120px;
}
.form-duanxin{
	display: flex;
	justify-content: space-between;
}
.form-duanxin .layui-input{
	width: 184px;
}
.form-duanxin .duanxin{
	width: 96px;
	height: 35px;
	margin-left: auto;
}
.form-duanxin .duanxin button{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.layui-tab-content{
	padding: 15px 0px 0px;
}