.body{
	margin: 0;
	background-color: #f6f6f6;
	font-family: SimHei;
	font-size: 16px !important;
}
.ad{
	width: 100%;
	height: 375px;
	display: block;
}
.form{
	margin: 10px 15px 0 15px;
	padding: 15px 10px 17px 10px;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.title{
	font-family: SimHei;
	font-weight: 400;
	font-size: 18px;
	color: #1889DF;
	text-align: center;
	padding-bottom: 15px;
}
.item{
	display: flex;
	align-items: center;
	border-bottom: solid 1px #E5E5E5;
}
.el-cascader{
}
.el-input__icon{
	display: none;
}
.el-input{
	width: 170px;
	border: none;
}
.el-textarea__inner {
	font-size: 16px;
	font-family: SimHei;
}
.el-input__inner{
	border: none;
	font-size: 16px;
	font-family: SimHei;
}
.el-cascader-node__label{
	font-size: 16px;
}
.el-input__inner:hover{
	font-size: 16px;
	font-family: SimHei;
}
.label{
	margin-left: 10px;
	font-size: 16px;
	font-weight: 400;
	width: 70px;
}

.button{
	width: 100%;
	margin-top: 36px;
	background-color: #1889DF !important;
	border-color: #1889DF !important;
	font-size: 16px;
}
.xieyi{
	margin-top: 11px;
	display: flex;
	align-items: center;
}
.el-checkbox__input.is-checked+.el-checkbox__label{
	color: #999999;
}
.xieyi a{
	text-decoration:none;
	color: #1889DF;
}
.foot{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #C5C5C5;
	font-size: 11px;
}
.beianhao{
	margin-top: 5px;
}
.el-radio{
	margin-right: 10px;
}
.el-radio__label{
	padding-left: 5px;
}
.el-cascader .el-input .el-input__inner{
	width: 280px;
}