.xmgl{
	line-height:60px;
	height:60px;
	background:#E5E5E5;
	}
.xmgl-title h4{margin:0;line-height:60px;}
.investment-t b {
    height: 50px;
    border-bottom-color: rgb(255, 114, 0);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.create-form{
	margin-bottom:80px;
}
.create-form table{
	width:100%;
}
.create-form table tr{
	display:block;
	margin-top:20px;
	width:100%;
}
.create-form table tr .input-text{
	padding-left: 10px;
	display:block;
	width:400px;
	height:40px;
	border:1px solid #d4d4d4;
	float:left;;

}
.create-form table tr .input-text-last{
	padding-left: 10px;
	display:block;
	width:240px;
	height:40px;
	border:1px solid #d4d4d4;
	float:left;
}
.create-form table .verification{
	height:40px;
	width:150px;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left:10px;
}
.create-form table .wrong{
	height:20px;
	width:20px;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left:10px;
	margin-top:10px;
}
.create-form .td-left{
	width:120px;
	text-align:right;
}
.create-form table .aggrement{
	padding-left: 120px;
	font-size:14px;
	font-weight:normal;
}

.create-form table .agree{
	display:block;
	border:1px solid #3db1fa;
	background-color:#Fff;
	border-radius:5px;
	height:40px;
	width:100px;
	line-height:40px;
	text-align:center;
	font-size:20px;
	color:#3db1fa;
	margin-left:420px;
}
.create-form table .agree:hover{
	background-color: #3db1fa;
	color:#fff;
}