.login-left{
	position: relative;
	width: 650px;
	height: 650px;
}

.login-left>*{
	position: absolute;
}

.login-phoneX{
	width:274px;
	left: 225px;
	top: 45px;
	z-index: 10;
	background-color: #fff;
}

.login-left>i{
	background-image: url(../../img/common/sprite-login.png);
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 100px;
}

.login-left>i:nth-of-type(1){
	background-color: #ffd705;
 	width: 47px;
  	height: 47px;
	left: 185px;
	top: 75px;
	background-position: 8px -291px;
}

.login-left>i:nth-of-type(2){
	width: 46px;
  	height: 46px;
  	background-color: #45adff;
  	left: 523px;
  	top: 193px;
  	background-position: 9px -211px;
}
.login-left>i:nth-of-type(3){
	width: 49px;
  	height: 49px;
  	left: 85px;
  	top: 276px;
  	background-position: 9px 9px;
}
.login-left>i:nth-of-type(4){
	width: 66px;
  	height: 66px;
  	background-color: #c48ae4;
  	left: 486px;
  	top: 490px;
    background-position: 11px -146px;
    z-index: 12;
    background-size: 51px;
}
.login-left>i:nth-of-type(5){
	width: 66px;
  	height: 66px;
	left: 167px;
	top: 470px;
	z-index: 11;
	background-color: #fff;
	background-position: -1px -92px;
}


.login-right{
	width: 310px;
  	height: 292px;
  	/*margin-top: 110px;*/
	margin-top: 90px;
	margin-right: 96px;
	background-color: #fff;
	padding: 70px 50px 60px;
	transition: margin-top 1s;
}

.login-ipt{
	width: 310px;
	height: 45px;
	border:1px solid #e1e1e1;
	margin-bottom: 25px;
}

.login-ipt>img{
	width: 29px;
	height: 29px;
	margin: 8px 13px; 
}
.login-ipt>input{
	font-size: 15px;
	line-height: 1.2;
	height: 25px;
	margin: 10px 0;
}

.login-veri{
	width: 310px;
	height: 47px;
	margin-bottom: 30px;
}
.login-veri>input{
	height: 45px;
	border: 1px solid #e1e1e1;
	width: 140px;
	text-indent: 1em;
}

.login-veri>span{
	width: 130px;
  	height: 47px;
  	background-color: pink;
}

.login-button{
	border-radius: 3px;
  	background-color: #ffd705;
	width: 310px;
  	height: 40px;
  	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-bottom: 15px;
}
.iogin-forgetPwd{
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.2;
}