.service-content{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 102;
}
.login-wrap,.register-wrap{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.login-shade{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 101;
	opacity: 0.5;
	background: #666666;
	display: none;
}

.log-contentwrap, .reg-contentwrap{
	padding-top: 20px;
}
.login-wrap, .register-wrap{
	padding-top: 20px;
	padding-bottom: 20px;
}
i.icon-close{
	background: url('../../images/zwybuy-images/icon-close.png') no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	background-size: contain;
	right: 0;
	top: 0;
	cursor: pointer;
}
i.icon-return{
	background: url('../../images/zwybuy-images/icon-return.png') no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	background-size: contain;
	left: 0;
	top: 0;
	cursor: pointer;
}
.register-wrap{
	height: 580px;
}
.login-wrap{
	height: 430px;
}
.service-content div{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.service-content .input-wrap{
	height: 46px;
}