.yz {
	width: 637px;
	margin: 70px auto 0;
}

.yzbz {
	width: 100%;
	margin-bottom: 70px;
}

.yzbz li {
	width: 78px;
	height: 78px;
	background: url(../images/yzm/yuan.png) no-repeat;
	text-align: center;
	line-height: 78px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
.yzbz li p{
	font-size: 16px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
height: 26px;
line-height:26px;
}
.yzbz img {
	float: left;
	vertical-align: middle;
	margin-top: 35px;
}

.yzbzhover {
	background: url(../images/yzm/yuanhover.png) no-repeat !important;
}


/*验证步骤*/

.yzbzhqyzm {
	width: 100%;
}

.yzm {
	width: 558px;
	height: 43px;
	margin: 0 auto;
	margin-bottom: 81px;
}

.yzminput {
	width: 398px;
	height: 43px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	float: left;
	padding: 8px;
}

.yzminput img {
	line-height: 43px;
	vertical-align: middle;
	float: left;
	margin-top: 3px;
}

.yzminput span {
	width: 1px;
	height: 21px;
	background: #DDDDDD;
	float: left;
	margin: 0 12px;
	margin-top: 3px;
}

.yzminput input {
	border: none;
	height: 25px;
	outline: none;
}

.yzm button {
	width: 130px;
	height: 43px;
	background: #6483BC;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 43px;
	border: none;
	cursor: pointer;
}

.next {
	width: 168px;
	height: 47px;
	background: #2957A2;
	border-radius: 2px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 47px;
	text-align: center;
	margin: 23px auto;
	cursor: pointer;
}


/*修改密码*/

.xgmm {
	width: 508px;
	margin: 0 auto;
}

.xgmminput {
	width: 100%;
	height: 43px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	float: left;
	padding: 8px;
	margin-top: 20px;
	
}
.xgmminput img {
	line-height: 43px;
	vertical-align: middle;
	float: left;
	margin-top: 3px;
}

.xgmminput span {
	width: 1px;
	height: 21px;
	background: #DDDDDD;
	float: left;
	margin: 0 12px;
	margin-top: 3px;
}

.xgmminput input {
	border: none;
	height: 25px;
	outline: none;
}

.qrxg {
	width: 168px;
	height: 47px;
	background: #2957A2;
	border-radius: 2px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 47px;
	text-align: center;
	margin: 35px auto;
	cursor: pointer;
}
/*修改成功*/
.xgcg{
	width:100%;
	text-align: center;
}
.xgcg img{
	width: 102px;
}
.xgcg p{
	height: 25px;
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #AAB8D0;
line-height: 26px;
margin-top: 27px;
}
/*移动端*/

@media screen and (max-width: 768px) {
	/*验证*/
	.yz {
		width: 100%;
	}
	.yzbz li {
		width: 10vw;
		height: 10vw;
		line-height: 10vw;
		background-size: 100% 100%;
	}
	.yzbz li p{
		height: 18px;
		line-height: 18px;
	}
	.yzbzhover {
		width: 10vw;
		height: 10vw;
		line-height: 10vw;
		background-size: 100% 100% !important;
	}
	.yzbz img {
		width: 30%;
		margin-top: 5%;
	}
	.yzm {
		width: 100%;
	}
	.yzminput {
		width: 65%;
	}
	.yzm button {
		width: 35%;
	}
	.next {
		width: 30%;
	}
	/*修改密码*/
	.xgmm{
		width: 100%;
	}
}