
.curdiv{cursor: pointer}
.role {
	margin: 20px auto;
	width: 361px;
	height: 100px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(233, 233, 233, 1);
	border-radius: 10px;
	position: relative;

}
.next{
	margin: 20px auto;
	width:142px;
	height:14px;
	font-size:18px;
	font-family:PingFang SC;
	font-weight:500;
	color:rgba(0,156,246,1);
}
.xs{
	background: url(images/login_xs.png) no-repeat scroll 0 0 transparent;
	width: 67px;
	height: 96px;
	position: absolute;
	right: 13px;
}

.ls{
	background: url(images/login_ls.png) no-repeat scroll 0 0 transparent;
	width: 108px;
	height: 96px;
	position: absolute;
	right: 13px;
}

.wzdiv{
	width: 205px;
	height: 100%;
	float: left;
	margin-top: 12px;
}
.zw{
	font-size: 31px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(16,29,55,1);
	line-height: 43px;
}

.yw{
	margin-top: -12px;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(16,29,55,1);
	line-height: 43px;
	opacity: 0.3;
}