@charset "utf-8";
.safety ul {
	padding-left: 30px;
	position: relative;
	line-height: 30px;
	margin-bottom: 70px;
}
.safety .icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	color: #666;
}
.safety-ml {
	margin-left: 130px;
	display: inline;
}
.safety-title, .safety-btn, .btn-setup {
	font-size: 16px;
}
.safety-name-change {
	text-align: right;
	padding-right: 16px;
	display: inline;
	height: 30px;
	line-height: 30px;
	color: #999;
}
.safety-phone, .safety-email {
	height: 30px;
	line-height: 30px;
	display: inline;
	float: left;
	color: #f5694b;
}
.safety-name-change span {
	color: #999;
}
.safety-input, .secret-input {
	background: #fff;
	width: 280px;
	height: 36px;
	line-height: 36px\9;
	box-sizing: content-box;
	padding: 0 10px;
	border: 1px #e3e3e3 solid;
	border-radius:3px;
}
.safety-input:focus, .shield-input:focus, .quit-input:focus, .secret-input:focus {
	border: 1px #66be8c solid;
}
.safe-mt {
	margin-top: 10px;
}
.safe-mb {
	margin-bottom: 20px;
}
.safety-btn a, .btn-setup a {
	display: block;
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #f5694b;
	border-radius: 3px;
}
.safety-btn a:hover, .btn-setup a:hover {
	color: #fff;
	background: #ec5738;
}
.btn-mt {
	margin: 30px 0 20px 0;
}
.btn-ml {
	margin-left: 110px;
}
.btn-mb {
	margin-bottom: 50px;
}
.btn-secret {
	margin: 20px 0 0 53px;
}
.enter-tip {
	margin-top: 10px;
	line-height: 24px;
	display: none;
	float: none;
}
.mlie7 {
	*margin-left: 15px;
}
.enter-tip .tipicon {
	margin-right:10px;
	font-size: 18px;
	display: inline-block;
	font-family: "iconfont";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.error-tip {
	color: #f5694b;
}
.right-tip {
	color: #61b988;
}