	.popup-login{
		background-color: rgba(0, 0, 0, .3);
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 9999;
	}
	.popup-login .box{
		width: 480px;
		height: 340px;
		background-color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		border-radius: 10px;
		box-sizing: border-box;
		padding: 30px 50px 0;
	}
	.popup-login .tit{
		font-size: 34px;
		color: #979799;
		text-align: center;
		margin-bottom: 20px;
	}
	.popup-login .item{
		margin-bottom: 30px;
	}

	.popup-login .item:last-of-type{
		margin-bottom: 40px;
	}
	.popup-login .ipt{
		height: 50px;
		border: 1px solid #e1e3e5;
		box-sizing: border-box;
		padding: 0 15px;
		border-radius: 10px;
		position: relative;
		transition: .5s;
	}
	
	.popup-login input{
		border: none;
		outline: none;
		width: 100%;
		height: 100%;
		font-size: 14px;
		position: relative;
		z-index: 10;
		background-color: transparent;
	}
	.popup-login .ipt .t-txt{
		font-size: 14px;
		color: #c3c3c4;
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
		transition: .3s;
	}
	.popup-login .item.yzm .ipt{
		padding-right: 130px;
	}
	.popup-login .btn-yzm{
		width: 110px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		color: #000;
		background-color: #eef2f5;
		border-radius: 10px;
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}
	.popup-login .btn-sbm{
		width: 100%;
		display: block;
		border: none;
		outline: none;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		background-image: -moz-linear-gradient( 90deg, rgb(27,90,231) 0%, rgb(43,108,255) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(27,90,231) 0%, rgb(43,108,255) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(27,90,231) 0%, rgb(43,108,255) 100%);
		border-radius: 10px;
		cursor: pointer;
	}
	
	.popup-login .item.on .ipt{
		border-color: #2b6cff;
	}
	.popup-login .item.on .t-txt{
		font-size: 12px;
		top: 0;
		background-color: #fff;
		padding: 0 3px 0 5px;
		left: 10px;
		color: #2b6cff;
	}
	.popup-login .item.on.on2 .ipt{
		border-color: #e1e3e5;
	}
	.popup-login .item.on.on2 .t-txt{
		color: #c3c3c4;
	}
	.popup-login .close{
		width: 14px;
		height: 14px;
		background: url(../images/popup/icon.png) no-repeat ;
		background-size: 100%;
		position: absolute;
		right: 20px;
		top: 17px;
		cursor: pointer;
	}
	
	@media only screen and (min-width: 950px) and (max-width: 1920px) {
		.popup-login .box{
			width: 25vw;
			height: 17.70vw;
			border-radius: 0.520vw;
			padding: 1.562vw 2.604vw 0;
		}
		.popup-login .tit{
			font-size: 1.770vw;
			margin-bottom: 1.041vw;
		}
		.popup-login .item{
			margin-bottom: 1.562vw;
		}
		.popup-login .item:last-of-type{
			margin-bottom: 2.083vw;
		}
		.popup-login .ipt{
			height: 2.604vw;
			padding: 0 0.781vw;
			border-radius: 0.520vw;
		}
		.popup-login input{
			font-size: 0.729vw;
		}
		.popup-login .ipt .t-txt{
			font-size: 0.729vw;
			left: 0.781vw;
			top: 50%;
		}
		.popup-login .item.yzm .ipt{
			padding-right: 6.770vw;
		}
		.popup-login .btn-yzm{
			width: 5.729vw;
			height: 2.083vw;
			line-height: 2.083vw;
			font-size: 0.729vw;
			border-radius: 0.520vw;
			right: 0.260vw;
		}
		.popup-login .btn-sbm{
			height: 2.083vw;
			line-height: 2.083vw;
			font-size: 0.729vw;
			border-radius: 0.520vw;
		}
		.popup-login .item.on .t-txt{
			font-size: 0.625vw;
			padding: 0 0.156vw 0 0.260vw;
			left: 0.520vw;
		}
		.popup-login .item.yzm .ipt{
			padding-right: 9vw;
		}
		.popup-login .btn-yzm{
			width: 8vw;
		}
		.popup-login .close{
			width: 0.729vw;
			height: 0.729vw;
			right: 1.041vw;
			top: 0.885vw;
		}
	}
	
	
	@media only screen and (min-width: 950px) and (max-width: 1200px) {
		.popup-login .box{
			width:30vw;
		}
	}