body {
	background-color: #f5f5f5;
}
/* 瀵艰埅鏍峰紡*/
.nav-box {
	margin: 35px 0 25px;
	height: 14px;
	font-size: 14px;
	color: #0066cc;
}
.nav-box a {
	color: #0066cc;
}
.nav-box span {
	color: #999;
}
/* search*/
.search-box {
	padding: 67px 250px;
	background-color: #fff;
}
.search-info {
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.search-info span {
	margin-left: 15px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.search-form {
	margin-top: 30px;
}
.search-input {
	float: left;
	padding-left: 20px;
	width: 500px;
	height: 51px;
	line-height: 55px;
	font-size: 16px;
	color: #333;
	outline: none;
}
.search-btn {
	float: left;
	margin-left: -1px;
	width: 120px;
	height: 55px;
	line-height: 55px;
	border: none;
	background-color: #ff5e00;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	outline: none;
}
/* help*/
.help-box {
	margin: 30px 0;
	padding: 30px 35px;
	background-color: #fff;
}
.help-title,
.result-info {
	margin-bottom: 20px;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.help-title-info {
	margin: 30px 0 20px;
	height: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.help-box p,
.help-box pre {
	line-height: 30px;
	font-size: 12px;
	font-family: "microsoft yahei";
	color: #666;
}
.help-box pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.help-box a {
	font-size: 12px;
	color: #0372c7;
}
/* result*/
.result-box .help-title-info {
	margin-top: 20px;
}
.result-info-box {
	padding: 80px 0 110px;
	text-align: center;
}
.result-info-box .result-info {
	margin-bottom: 0;
}
.result-info-box .result-sub-info {
	margin-top: 25px;
	font-size: 12px;
	color: #666;
}
.result-info-box .register-btn {
	display: inline-block;
	margin-top: 40px;
	width: 175px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ff5e00;
	font-size: 14px;
	color: #ff5e00;
}
input::-webkit-input-placeholder {
	color: #999;
}
input:-moz-placeholder {
	color: #999;
}
input::-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder {
	color: #999;
}

/* 鍩熷悕杞叆 鏍峰紡*/
.transfer-main {
	margin: 30px 0 60px;
	padding: 40px;
	background-color: #fff;
}
.transfer-title {
	height: 60px;
	line-height: 58px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 24px;
	color: #1cb845;
}
.transfer-info {
	padding-top: 35px;
	color: #333;
}
.transfer-info span {
	font-size: 16px;
}
.transfer-info p {
	padding-left: 2em;
	margin-top: 10px;
	line-height: 35px;
	font-size: 14px;
}
.transfer-info table {
	margin-top: 35px;
	margin-left: 1.5em;
	width: 55%;
	border: 1px solid #eee;
}
.transfer-info table tr {
	line-height: 45px;
}
.transfer-info table tr:first-child td{
	border-bottom: 1px solid #eee;
}
.transfer-info table tr td {
	padding: 0 10px;
	width: 55%;
	font-size: 12px;
	color: #333;
}
.transfer-info table tr td:first-child {
	width: 45%;
	text-align: right;
	border-right: 1px solid #eee;
	color: #666;
}
.btn-box {
	margin: 65px 0;
	text-align: center;
}
.transfer-btn {
	display: inline-block;
	margin-left: 40px;
	width: 200px;
	height: 45px;
	line-height: 44px;
	border: 1px solid #ddd;
	background-color: #eeeeee;
	font-size: 16px;
	color: #333;
	outline: none;
	cursor: pointer;
}
.transfer-btn.agree-btn {
	margin-left: 0;
	background-color: #00aaff;
	border-color: #0099e6;
	color: #fff;
}
.transfer-btn:disabled {
	background-color: #f3f4f6;
	border-color: #ddd;
	color: #999;
}
.transfer-btn:disabled:hover {
	cursor: not-allowed;
}
.warn-box {
	padding: 15px;
	background: #fff3eb url(img/transfer_warn.png) no-repeat 15px 15px;
	border: 1px solid #ffc299;
}
.warn-box span {
	display: block;
	margin-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
}
.warn-box p {
	line-height: 25px;
	font-size: 12px;
	color: #666;
}
