* {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	display: block;
}


input[type="button"], input[type="text"], input[type="password"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
}

body, html {
	background: #fff;
	color: #888;
	height: 100%;
	min-height: 100%;
	font-size: 14px;
	overflow: hidden;
}

.auto {
	height: auto;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.m-l-10 {
	margin-left: 10px;
}

.header {
	height: 60px;
}
.logo {
	height: 40px;
	margin: 10px 0 0 28px;
}

.content {
	padding: 30px;
	position: relative;
	overflow: auto;
	top: 50%;
	margin-top: -250px;
}

.content-box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.content-box {
		width: 90%;
	}
}

.tip-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.tip-title {
	font-size: 20px;
	color: #333;
	margin: 25px 0 20px;
}
.tip-text {
	line-height: 24px;
}

.form {
	width: 230px;
	margin: 0 auto;
}
.form ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}
.form ul li span.placeholder-span {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	color: #ddd;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 5px;
	text-align: left;
}

.input-text {
	width: 99%;
	height: 28px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	text-indent: 5px;
	box-shadow: none;
}

.btn {
	padding: 8px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.btn-default {
	border: 1px solid #ddd;
	color: #888;
	background: #fff;
}
.btn-disabled {
	border: 1px solid #e6e6e6 !important;
	background-color: #fbfbfb !important;
	color: #c9c9c9 !important;
}

.code-input {
	width: 60%;
	position: relative;
}
.code-btn {
	width: 36%;
}
.code-btn input.btn-code {
	padding: 0;
	width: 99%;
	height: 30px;
}

.message-error {
	color: #f56c6c;
}

.lanse_color{color: #2661b1}






























