/* 委托类型 */
.type>.active{
	color: #10aeff;
	border-bottom: 3px solid #10aeff;
}
/* 资料填写 */
.content{
	background-size: cover;
	background-position: center bottom;
}
.content>div{
	width: 90%;
	margin: 0 auto;
}
.content>div>div{
	width: 80%;
}
.content .title{
	display: none;
}
.content .title>span{
	width: 20%;
	text-align: center;
}
.content .title::before{
	content: "";
	height: 1px;
	width: 40%;
	background-color: #cccccc;
	transform: translateY(14px);
}
.content .title::after{
	content: "";
	height: 1px;
	width: 40%;
	background-color: #cccccc;
	transform: translateY(14px);
}
.content .input-group-prepend{
	display: block;
	width: 100%;
}
.content .summary>textarea{
	height: 95px;
	resize: none;
}
.content .sms>.sms_pwd{
	color: #495057;
	border: 1px solid #ced4da;
}
.content .submit>input{
	width: 200px;
}
.content .unit{
	position: relative;
	top: 5px;
}
.content .must{
	position: relative;
	top: 2px;
}
@media (min-width: 576px){
	.content>div>div{
		width: 85%;
	}
	.content .title{
		display: flex;
		margin: 0 auto;
	}
	.content .community{
		padding-top: 20px;
	}
	.content .input-group-text{
		display: inline-block;
		width: 160px;
		text-align: right !important;
	}
	.content .input-group-prepend{
		width: auto;
	}
}
@media (min-width: 768px){
	.content>div{
		width: 85%;
	}
	.content>div>div{
		width: 80%;
	}
	.content .input-group-text{
		width: 200px;
	}
}
@media (min-width: 992px){
	.content>div{
		width: 75%;
	}
	.content .input-group-text{
		width: 200px;
	}
}
@media (min-width: 1200px){
	.content>div{
		width: 65%;
	}
	.content .input-group-text{
		width: 240px;
	}
}