.top-bg {
	background: url(../images/banner.jpg) no-repeat top center #FFFFFF;
	background-size: 100% 100%;
	height: 150px;
	width: 100%;
}
.top-bg .top-radius{
	background: #fff;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	width: 100%;
	padding-top: 30px;
	margin-top: 120px;
}

.hui-form-items {
	width: 90%;
	padding-bottom:5px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(223,223,223,1);
	margin-left: auto;
	margin-right: auto;
}

.hui-form-items .hui-icons {
	color: rgba(198, 198, 198, 1.0);
}
.hui-text{
	color: #555555;
	clear: both;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
.hui-form-items input {
	vertical-align: middle;
	font-size: 14px;
	outline: none;
	background: none;
	border: none;
	
}

.hui-form-items ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: rgba(115, 120, 121, 1);
}

.hui-form-items ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(115, 120, 121, 1);
}

.hui-form-items :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(115, 120, 121, 1);
}
.submit {
	background: rgba(255, 146, 51, 1);
	box-shadow: 0px 3px 7px 0px rgba(255, 114, 0, 0.39);
	height: 43px;
	border-radius: 43px;
	line-height: 43px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;	
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.mybut-green{
	background: rgba(54, 179, 5, 1);
	box-shadow: 0px 3px 7px 0px rgba(54, 179, 0, 0.39);
}

.active.submit {
	background: rgba(255, 146, 51, 1);
	color: rgba(255, 255, 255, 1);
}
.w1 {
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    margin-bottom: 4px;
    color: rgba(50,50,50,1);
    text-align: center;
}
.w2 {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    margin-bottom: 40px;
    color: rgba(100,100,100,1);
    text-align: center;
}