.container-fluid {
	font-family: "微软雅黑";
	padding: 0;
	margin: auto;
	width: 516px;
	height: 510px;
	background: #fff;
}

.title {
	margin-top: 32px;
}

.title p {
	text-align: center;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 24px;
	color: #666;
}

.form-horizontal {
	width: 370px;
	margin: 32px auto 0;
}

.form-horizontal .form-control {
	padding: 6px 12px 12px;
	box-shadow: none;
	border-style:none;
	font-size: 20px;
	line-height: 20px;
}

.form-horizontal .control-label {
	text-align: left;
	padding: 10px 0 20px;
	width: 60px;
	color: #999;
	font-size: 14px;
	line-height: 14px;
}

.form-horizontal .form-group {
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-bottom: 10px;
	height: 45px;
}

.form-horizontal .form-group:first-child {
	margin-top: 0;
}

.form-horizontal .getCode {
	position: absolute;
	top: 5px;
	right: -6px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #00a3ed;
	text-decoration: none;
}

.form-horizontal .register {
	margin: 26px auto 0;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #FF3600;
	color: #fff;
	font-size: 20px;
	border-radius: 4px;
	cursor: pointer;
}
.form-horizontal .register:hover{
	background: #fd7856;
}

.form-horizontal .check {
	margin-left: 70px;
	height: 12px;
	font-size: 14px;
	color: #f00;
}

.form-horizontal .check .check-hidden {
	font-size: 12px;
	line-height: 12px;
	display: none;
}

.form-horizontal input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 0px solid #fff!important;
    transition: .0s;
}

.dropdown button {
	padding: 0;
	background: #2a3542;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border: none;
	margin-right: 6px;
	position: relative;
	top: 6px;
}

#mobile[disabled]{
	background: #fff;
	color: #aaaaaa;
}