@charset "utf-8";

body {
	background-color: #288a99;
	background-image: url(/ftms/logincss/images/regbg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.container {
	width: 310px;
	margin: 15px auto;
}

.tjinfo {
	padding: 10px;
	border: 1px double #F90;
	background-color: #FC6;
	font-size: 12px;
	color: #F00;
	text-align: center;
}

.disone {
	display: none;
}

input {
	display: block;
	width: 290px;
	line-height: 40px;
	margin: 10px 0;
	padding: 0 10px;
	outline: none;
	border: 1px solid #c8cccf;
	border-radius: 4px;
	color: #6a6f77;
}

#msg {
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}

a {
	text-decoration: none
}

a:link, a:visited, a:hover, a:active {
	color: #0366D6;
}

.topline {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #ff7e00;
	overflow: hidden;
}

.rw1200 {
	width: 1200px;
	margin: 0 auto;
}

.rw1200 ul {
	margin: 0;
	padding: 0;
}

.rw1200 ul li.regL {
	margin: 10px;
	float: left;
}

.rw1200 ul li.regR {
	float: right;
}

.rw1200 ul li.regR a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.rw1200 ul li.regR a:hover {
	color: #fcff00;
}

ul {
	list-style-type: none;
}

.regLine {
	width: 600px;
	height: 400px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px double #d9d9d9;
	margin: 160px auto 100px;
	overflow: hidden;
}

.regTit {
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	height: 90px;
	line-height: 90px;
	border: 0px double #f5f5f5;
	border-bottom-width: 1px;
}

.fwguid a {
	color: #06C;
	margin-left: 100px;
	font-size: 13px;
}

.regCen  cite {
	float: right;
	margin-right: 94px;
	font-size: 13px;
	font-family: '微软雅黑';
	font-style: normal;
}

img {
	margin: 10px;
}

.vcode {
	width: 100px;
	float: left;
	background-color: rgb(250, 255, 189);
}

.button {
	width: 310px;
	font-weight: bold;
	font-size: 20px;
	background-color: #17a6bc;
	color: #fff;
	cursor: pointer;
}