body {
    overflow: auto;
}
.login-wrap {
    height: 100%;
    background: url(../../images/hyxlsoft/loginbg.png) no-repeat;
    overflow: auto;
    background-size: cover;
}
.loginInput.enter-mode {
    border: 1px solid transparent;
    background-color: transparent;
}
.loginInput {
    width: 368px;
    position: relative;
    top: 50%;
    margin: -160px 0 0 55%;
    border: 1px solid #cbcbc9;
    background-color: #fff;
    padding: 25px 32px;
}
.logingogo {
    position: absolute;
    top: -156px;
    left: -60px;
}
.logingogo img {
    max-width: 570px;
}
.enter-mode .login-enter {
    display: block;
}
.login-enter {
    width: 431px;
    height: 388px;
    background: url(../../images/hyxlsoft/logomd.png) no-repeat;
    position: relative;
    left: -58px;
    display: none;
}
.enter-ul li {
    position: absolute;
    text-align: center;
    cursor: pointer;
}
.enter-ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.enter-ul li img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.enter1 {
    top: 54px;
    left: 46px;
}
.enter2 {
    top: 64px;
    left: 316px;
}
.enter3 {
    top: 288px;
    left: 120px;
}
.enter4 {
    top: 295px;
    left: 294px;
}
.copyrig {
    position: absolute;
    bottom: 6px;
    left: 50%;
    z-index: 9999;
    font-size: 12px;
    color: #333;
    margin-left: -104px;
}
.closeAlls {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 15px;
    height: 15px;
    font-size: 18px;
    z-index: 99;
    background-color: transparent;
    opacity: 0;
}
/* //适应手机端760px以下 */
@media screen and (max-width: 760px) {
	.logingogo img{
		width:290px;
	}
	.logingogo {
	    top: -110px;
	    left: -162px;
	}
	.login-enter{
		background-size: 65%;
		left: -186px;
	}
	.enter1 {
	    top: 25px;
	    left: 22px;
	}
	.enter1 img{
		width:80px;
	}
	.enter3 {
	    top: 184px;
	    left: 74px;
	}
	.enter3 img{
		width:45px;
	}
	.enter2 {
	    top: 32px;
	    left: 199px;
	}
	.enter2 img{
		width:65px;
	}
	.enter4 {
	    top: 188px;
	    left: 187px;
	}
	.enter4 img{
		width:55px;
	}
}
@media (min-width:360px) and (max-width:640px){
	.logingogo {
	    top: -135px;
	}
}