html{
	height: 100%;
}
body {
  position: relative;
  height: 100% !important;
  background-color: #fafafaee;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*移除表单填充色*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ececec inset;
}
/*按钮移上去颜色*/
.layui-btn-primary:hover {
  border-color: #1E9FFF;
  color: #333;
}
/*页面内容*/
.login-top{
	position:fixed;
	left:40px;
	top:20px;
	width: 100%;
	height: auto;
}
.login-top .logo{
	position:absolute;
	left:0px;
	top:0;	
}
.layui-nav{
	position:fixed;
	right:40px;
	top:0px;	
	padding: 0 0px;
	background: transparent;
}
.layui-nav-bar{background: transparent;}
.layui-nav-child{top:50px}

.m-login {
  min-height: 336px;
  max-width: 820px;
  background-color: #ffffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  /* overflow-x: hidden; */
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.m-login-warp {
  padding: 25px;
}
.m-login-warp .m-login-logo{
	padding: 10px 0;
}
.m-login-warp .layui-input {
  /* height: 40px; */
  /* line-height: 40px\9; */
  margin-bottom: 5px;
  -webkit-transition-property: none;
  transition-property: none; 
	 /* border:none; */
  /* border-bottom: 1px solid #F2F2F2; */
}
.m-login-warp .layui-form{
	width: 250px;
}
.m-login-warp .layui-form .text-right{
	float: right;
}
.m-login-warp .layui-form .m-login-btn button{
	width: 100%;
	background-color: #3D869F;
}
.login-bottom{
	position:absolute;
	left:0;
	bottom:0;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 30px;
}
@media screen and (max-width: 768px){
	.login-bottom{
		bottom:0px;
		width: 100%;
		color: #fff;
		line-height: 20px;
		font-size: 12px;
		padding: 0;
		box-sizing: border-box;
	}
    .bottom-top>img{
        width: 200px !important;
        margin-right: 20px !important;
    }
}


.layadmin-user-login-box{
    margin-top: 10px;
}

.m-login-warp .layui-input,.loginR{
    display: inline-block;
    width: calc(100% - 60px);
    position: absolute;
    height: 30px;
    left: 60px;
}
.systemText{
    font-size: 14px;
    margin-top: 5px;
}
.loginEn .layui-unselect{
    display: none;
}
.m-login-warp  .layui-form-item{
    margin-bottom: 15px;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.login_langulage{
    text-align: end;
    margin-right: 15px;
}
.t-login-btn>button{
    width: 80% !important;
    background-color: rgb(0, 99, 156) !important;
    line-height: 30px;
    border-radius: 10px;
    box-shadow: none !important;
    color: white;
    border: none;
}
.t-login-btn{
    text-align: center;
    margin-top: 20px;
}
#swiper{
    border-radius: 10px !important;
    overflow: hidden;
}


.bottom-top{
    height: 50px;
    background-color: rgb(215, 0, 15);
    text-align: end;
    line-height: 50px;
}
.bottom-top>img{
    display: inline-block;
    width: 340px;
    margin-right: 50px;
}
.bottom-b>p{
    height: 50px;
    text-align: center;
    color: rgb(147, 147, 147) !important;
    font-size: 12px;
    line-height: 50px;
}
.k-form-horizontal#loginForm .k-form-field > .k-form-label, .k-form-horizontal .k-form-field > .k-label {
    width: 62px !important;
    text-align: start;
}
.t-k-form#loginForm .k-form-field {
    margin-bottom: 15px;
}
