
/* CSS Document */

.addition a{ 
	font-size: 14px; 
	color: #015293;
}
.change-login-title{
	width: 100%;
	text-align: center;
	height: 16px;
}
.change-login-title-border{
	width: 140px;
	height: 1px;
	background: #DFDFDF;
	margin-top: 8px;
}
.change-login-title-span{
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-left: 24px;
	margin-right: 24px;
}
.change-login-items{
	width: 100%;
	display: flex;
	justify-content: center;
}
.change-login-content{
	width: 48px;
	height: 48px;
	margin: 10px 10px;
	cursor: pointer;
	text-align: center;
}
.change-login-content img{
	width: 32px;
	height: 32px;
	margin-left: 8px;
	margin-right: 8px;
}
.change-login-content span{
	font-size: 12px;
	line-height: 18px;
	color: #015293;
	margin-top: 5px;
}

/* 设置账号密码样式 */
.setpwd-title-icon{
	margin-top: 20px;
	margin-left: 50px;
}
.setpwd-title-icon img{
	width: 18px;
	height: 18px;
}
.setpwd-title{
	width: 288px;
	margin-top: 16px;
	margin-left: 5px;
}
.setpwd-title span{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.setpwd{
	margin-top: 25px;
	
}
.setpwd span{
	margin-left: 75px;
	line-height: 26px;
	font-size: 16px;
	color: #666666;
}
.setpwd input{
	margin-left: 5px;
	width: 190px;
	height: 26px;
	border: 1px solid #D5D5D5;
	border-radius: 3px;
	text-indent: 5px;
}
.surepwd{
	width: 100%;
	height: 26px;
	margin-top: 25px;
	text-align: center;
}
.surepwd input{
	width: 270px;
	height: 26px;
	background: #015293;
	border-radius: 2px;
	border: 0px;
	color: #FFF;
	cursor: pointer;
	line-height: 26px;
	font-size: 16px;
}
.show-error{
	width: 340px;
	height: 25px;
	margin-left: 75px;
}
.show-error img{
	width: 12px;
	height: 12px;
}
.show-error span{
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	margin-left: 0px;
	color: #EE6666;
}
/*微信二维码*/
.wechat-code{
	height: 340px;
	overflow: hidden;
	position: relative;
}

