/*登录页面*/
.login-box{
	position: relative;
	width: 100vw;
	height: 100vh;
	background-image: url("../images/bg/bg-login-1.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left bottom;
}
.login-bg-img{
	position: absolute;
	/*width: 100%;
	height: 100%;
	background-image: url(../images/bg/bg-login-1.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;*/
}
.login-bg-text{
	position: absolute;
    top: 45vh;
    left: 17vw;
}
.login-bg-text img{
	width: 15vw;
}
.login-content-box{
    position: fixed;
    width: 700px;
    height: 350px;
    margin: auto;
    top: 0;
    bottom: 5px;
    right: 8rem;
    padding-left: 0;
}
@media only screen and (min-width: 1920px) {
    .login-content-box{
    zoom: 1.45;
}
}
.login-content-title{
	font-size: 36px;
	line-height: 0;
    padding-left: 140px;
}
.login-content-info{
	position: relative;
	width: 100%;
	z-index: 3;
}
.login-content-info img{
	width: 100%;
}
.login-content-subtitle{
	font-size: 16px;
    color: #666666;
    line-height: 92px;
    text-indent: 15px;
    position: absolute;
    top: 0;
    left: 140px;
}
.login-content-form{
    width: 40vw;
    height: 28vh;
    transform: skewX(-30deg);
    position: absolute;
    left: 4.5vw;
    top: 10vh;
    z-index: 100;
}
.login-content-form ul{
	position: absolute;
	width: 30vw;
	height: 28vh;
	transform: skewX(30deg);
	left: 10vh;
	padding: 5vh 15px;
	margin:0;
}
.login-content-form ul li{
	height: 9vh;
	line-height: 9vh;
	white-space: nowrap;
}
.login-content-input{
    width: 248px;
    height: 36px;
    line-height: 36px;
    margin-left: 15px;
    border: #fafafa solid 1px;
}
.login-content-btn{
    position: absolute;
    bottom: 44px;
    left: 205px;
}
.login-content-form2{
	width: 40vw;
    height: 12vh;
    transform: skewX(55deg);
    position: absolute;
    left: 4.5vw;
    bottom: 0;
}
.login-content-form3{
    position: absolute;
    top: 90px;
    left: 160px;
}
.login-content-form3 ul li{
    padding: 12px 0;
}
.login-content-form3 label{
    font-weight: normal;
}
/*.inverted-triangle{
	position: absolute;
	bottom: .2vh;
	left: 4vh;
	width: 0; 
	height: 0; 
	border-left: 16vh solid transparent; 
	z-index: 2;
}
.inverted-triangle-shadow{
	content: " ";
	position: absolute;
	bottom: .1vh;
	left: 4vh;
	width: 0; 
	height: 0; 
	border-top: 11vh solid rgba(100, 100, 100, .2);
	border-left: 16vh solid transparent; 
	z-index: 1;
}*/
.zj-foot{
	position: fixed;
}