.register-header {
	height: 180px;
	padding: 15px 0px;
	box-sizing: border-box;
	/*background: #F9F8F5;*/
}
.register-header-content {
	margin: 0px 10%;
	height: 100%;
}
@media only screen and (max-width: 1200px) {
	.register-header-content {
		margin: 0px;
	}
}
.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%;
}
@media only screen and (max-width: 1200px) {
	.register-content {
		margin: 0px;
	}
}
.register-section {
	height: 550px;
	box-shadow:  none;
	margin-top: 20px;
	border: none;
}
.register-left-part  {
	width: 58%;
	height: 100%;
	float: left;
	background: #eee;
}
.register-right-part {
	margin-left: 2%;
	width: 40%;
	float: left;
	height:100%;
	box-shadow:  0px 5px 5px 0px rgba(0,0,0,0.15);
}
.register-form {
	margin: 20px;
}
.register-form table tr td input {
	width: 100%;
    height: 38px;
	outline: none;
	border: none;
	padding-left: 8px;
	box-sizing: border-box;
}
.register-form table tr:first-child td span:first-child {
	font-weight: 600;
	font-size: 18px;
}
.register-form table tr:first-child td span:last-child {
	float: right;
}
.register-form table tr:first-child td span:last-child a {
	color: #B0C450;
	text-decoration: underline;
	cursor: pointer;
}
.tips-parent {
	position: relative;
}
.input-tips {
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 200px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: none;
}
.input-tips.show {
	display: block;
}
.input-tips.hide {
	display: hide;
}
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 {
	height: 40px;
}
.register-form table tr td {
	border: 1px solid rgb(204,204,204);
}
.register-form table tr:first-child td {
	border: none;
}
.register-form table tr:not(:first-child) td:nth-child(2) {
	border-left: none;
	width: 90%;
}
.register-form table tr:not(:first-child) td:first-child {
	padding: 0px 10px;
}
.icon-input img {
	width: 20px;
	height: 20px;
}
.blank-td {

}
.keep-account {
	text-align: left;
}
.register-form table tr.no-border td {
	border:none;
}
.register-form table tr:last-child td {
	height: 45px;
	cursor: pointer;
}
.register-form table tr:last-child td a input {
	background: none;
	color: #ffffff;
	cursor: pointer;
}
.register-form table tr td.keep-account {
	text-align: left
}
.register-form table tr td.keep-account input{
	width: auto;
	vertical-align: -15px;
	margin-right: 10px;
}