#agency {
	background-color: #FFF ;
	min-width: 1280px;
}

#agency_content{
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;
	width: 100%;
}

#agency_content .agency_box{
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;
	width:576px;
	background-color: white;
	margin-top: 70px;
	margin-bottom: 90px;
}

.agenyInformationImg {
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 70px;
}

.text {
	width: 62px;
	margin-top: 9px;
	margin-bottom: 11px;
	margin-left: 30px;
	font-size: 17px;
	color: rgb(15,124,231);
	float: left;
	line-height: 34px;
}
.text1{
	margin-top: 30px;
}
.text2 {
	margin-top: 0px;
}
.inputBox {
	float: left;
	width: 294px;
	height: 35px;
	border-radius: 2px;
	border: 1px solid #d1d1d1;
}

.input {
	width:290px;
	height: 35px;
	border-radius: 2px;
	font-size: 16px;
	color: #515151;
	outline: none;
	padding-left: 4px;
}
.input1{
	vertical-align:middle; margin-top:-2px; margin-bottom:1px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
	margin: 0px;
}
input[type="number"]{-moz-apperance:textfield;}

.selectRightBox {
	width:280px;
	height: 32px;
	border-radius: 2px;
	font-size: 24px;
	color: #515151;
	outline: none;
	font-size: 16px;
	padding-left: 14px;
}
.selectRightBox span{
	display: inline-block;
	width: 40px;
	height: 32px;
}
.selectRightBox input{
	width: 16px;
	height: 16px;
}

.remarkInputBox {
	float: left;
	width: 294px;
	height: 78px;
}

.remarkInput {
	width: 290px;
	height: 76px;
	resize: none;
	font-size: 16px;
	color: #515151;
	outline: none;
	overflow: hidden;
	border: 1px solid #d1d1d1;
	margin-top: 11px;
	padding-left: 4px;
	padding-top: 2px;
	border-radius: 2px;
}

.submitBtn {
	width: 114px;
  	height: 44px;
	text-align: center;
	color: white;
	font-size: 20px;
	background-color: rgb(15,124,231);
	border-radius: 4px;
	margin-top: 42px;
	margin-left: 170px;
  	cursor:pointer;
}
