.container {
}

.container-title {
	background: #a02928;
	color: #fff;
	padding: 10px 20px;
}

.container-title h2 {
	font-size: 1.125rem;
}

.container-title img {
	width: 22px;
	display: block;
	margin-right: 4px;
}

.container-content {
	padding: 10px 26px;
	overflow-y: auto;
}

.container-content__tips {
	font-size: 0.8125rem;
	color: #666;
	margin-bottom: 16px;
}

.form-list {
	margin-bottom: 16px;
	font-size: 0.875rem;
}

.form-list__span {
	white-space: nowrap;
	margin-right: 24px;
	width: 100px;
	text-align: right;
}

.form-list__input{
	position: relative;
}


.form-list__input input,
.form-list__input select {
	border: 1px solid rgba(204, 204, 204, 1);
	border-radius: 4px;
	width: 200px;
	padding: 6px 16px;
	outline: 0px;
	height: 2.2rem;
}

.form-list__input input:focus {
	border: 1px solid #a02928;
}

.form-list__input span {
	font-size: 0.8125rem;
	margin-left: 6px;
}

.form-box{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
	max-height: 60vh;
	overflow-y: auto;
}

.count-btn{
	margin-left: 124px;
	padding-bottom: 10px;
}

.count-btn button{
	background: #a02928;
	color: #fff;
	border: none;
	outline: none;
	font-size: 0.875rem;
	width: 120px;
	height: 40px;
	cursor: pointer;
	border-radius: 6px;
}

.fyjs-close{
	position: absolute;
	width: 40px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}