.register-header {
	height: 180px;
	padding: 15px 0px;
	box-sizing: border-box;
	/*background: #F9F8F5;*/
}
.register-header-content {
	margin: 0px 10%;
	height: 100%;
}
.register-header a {
	display: inline-block;
	width: 200px;
	height: 100%;
}
.register-header-content a:last-child {
	display: inline-block;
	text-align: center;
	line-height: 140px;
	float: right;
	font-size: 25px;
	color: #BFB8B2;
}
.register-header a img {
	max-width: 100%;
	max-height: 100%;
}
.register-content {
	margin: 0px 10%;
}
.register-section {
	border: 1px solid rgb(204,204,204);
	height: 615px;
	box-shadow:  0px 5px 5px 0px rgba(0,0,0,0.15);
}
.login-immediate {
	padding: 15px 25px;
	box-sizing: border-box;
	text-align: right;
}
.login-immediate a {
	color: #B0C450;
}
.register-left-part {
	width: 53%;
	height: 100%;
	float: left;
}
.register-left-bg {
	width: 100%;
	height: 100%;
	background: #eee;
}
.register-right-part {
	width: 45%;
	height: 100%;
	margin-left: 2%;
	float: left;
}
th,td{  
padding:0;  
} 
.register-form {
	/*margin: 6% 0px;*/
}
.register-form table tr {
	height: 40px;
	margin-bottom: 20px;
}
.register-form table tr td:first-child {
	text-align: right;
	padding-right: 35px;
}
.register-form table tr td {
	border: 1px solid #ECE7DD;
}
.register-form table tr td:first-child{
	border: none;
}
.register-form table tr td:nth-child(2) {
	/*width: 40px;*/
	height: 40px;
	text-align: center;
}
.register-form table tr td:nth-child(3) {
	border-left: none;
}
.register-form table tr td:nth-child(4) {
	width: 10px;
	border: none;
}
.register-form table tr td:not(:first-child) img {
	width: 100%;
	height: 100%;
}
.register-form table tr td input {
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	padding-left: 8px;
	box-sizing: border-box;
	background: none;
	border: none;
}
.register-form table tr td input[type="submit"] {
	color: #ffffff;
	cursor: pointer;
}
.tips-parent {
	position: relative;
}
.input-tips {
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 80%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: none;
}
.input-tips.show {
	display: block;
}
.input-tips.hide {
	display: hide;
}
.register-form table tr td:not(:first-child).validate-num {
	border: none;
}
.validate-num, .message-validate{
	width: 90px;
	text-align: center;
	background: #eee;
	cursor: pointer;
}
.register-form table tr.message-input td:nth-child(3) {
	border: none;
}
#input-phone {
	width: 300px
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000; opacity:0.3; 
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;opacity:0.3;
}
input:-ms-input-placeholder{
    color: #000;opacity:0.3;
}
input::-webkit-input-placeholder{
    color: #000;opacity:0.3;
}
.register-form table tr td.agree-condition {
	text-align: left;
	border: none;
}
.register-form table tr td.agree-condition input {
	width: 15px;
	height: 15px;
	width: 20px\9;
	height: 20px\9;
	margin-right: 15px;
	vertical-align: -3px;
}
.register-form table tr td.agree-condition input {
	width: 20px\9;
	height: 20px\9;
	vertical-align: -5px\9;
}
.register-form table tr td.agree-condition a {
	color: #B0C450;
}
.register-form table tr td.register-now {
	background: #ccc;
	cursor: pointer;
}
.register-form table tr td.register-now.blue_now {
	background: #F10215;
}
.register-form table tr td.register-now a {
	color: #ffffff;
}
.reg_tag{display: flex;width: 30%;padding-left: 20%;height: 34px;line-height: 34px;margin: 5px}
.tag_flex{flex: 1;text-align: center;cursor:pointer}
.reg_tag .active{background: #ccc}
.msg_code{
	width: 100%;
	height: 38px;
    border: 0px;
}