.change_title{
	/* height:17px; */
	font-size:16px;
	margin-top:40px;
	text-align:center;
}
.change_title span{
	color:#E80F0F;
}
.change_main{
	width:312px;
	height:400px;
	margin:60px auto;
	box-sizing:border-box;
	padding-left:15px;
}
.change_bg{
	position:relative;
	width:100%;
	height:auto;
	min-height:88px;
	box-sizing:border-box;
	background:#fff;
	font-size:13px;
}
.change_bg p{
	margin-bottom:10px;
}
.change_txt{
	width:282px;
	height:30px;
	line-height:30px;
	border:1px solid #ccc;
	border-radius:3px;
	text-indent:10px;
}
.hint_right{
	position:absolute;
	width:200px;
	height:30px;
	line-height:34px;
	font-size:13px;
	color:#666;
	top:28px;
	right:-200px;
	text-indent:20px;
}

.hint_more{
	position:absolute;
	width:299px;
	height:100px;
	top:-8px;
	left:420px;
	background:url(../images/i-bg.png) no-repeat top left;
	background-size:100% 100%;
	font-size:12px;
	display:none;
    z-index: 99;
}
.hintM{
	width:100%;
	height:32px;
	line-height:32px;
	color:#666;
	text-indent:40px;
	background:url(../images/i_icon.png) no-repeat 20px 10px;
}
.cur1{
	background:url(../images/error.png) no-repeat 20px 10px;
}
.cur2{
	background:url(../images/right.png) no-repeat 20px 10px;
}

.main{
	background: #fff;
}
.change_main button{
	width:120px;
	height:32px;
	background:#18ABFB;
	border:0;
	margin:30px auto 0 92px;
	cursor:pointer;
	color:#fff;
	text-align:center;
	line-height:32px;
	font-size:14px;
	border-radius:4px;
}
.stre{
	width:100%;
	height:20px;
	line-height:12px;
	padding-top:6px;
	color:#999;
	font-size:12px;
	display:none;
}
.stre li{
	width:38px;
	height:6px;
	background:#ccc;
	float:left;
	margin:3px 6px 0 0;
}
.stre p{
	float:left;
}
