.banner {
	height: 6.125rem;
	margin-top: 2.75rem;
}

.content {
	padding: 1.5rem 1rem;
	position: relative;

}

.content .form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 1.875rem;
	margin-top: 3rem;
}

.content .form-group {
	margin-bottom: 1.25rem;
	text-align: left;
}
.content .form-group label{
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

.content .form-group .form-control {
	height: 2.5rem;
	border: 1px solid #DDDDDD;
}

.content .btn {
	width: 5rem;
	padding: 0;
	height: 1.875rem;
	border: none;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.8125rem;


}

.content .title {
	font-size: 1.1875rem;
	line-height: 1.625rem;
}

.content .text {
	margin: 0.75rem 0 0 0;
	font-size: 0.875rem;
	line-height: 1.5rem;
	text-align: left;
	flex-wrap: wrap;
}

.content .text p {
	width: 100%;
	flex-wrap: wrap;
}

.content .text span {
	width: 100%;
	flex-wrap: wrap;
	white-space: normal!important;
}

/* .content img {
	width: 100%;
	height: 60rem;
	margin: 5rem 0 0;
} */

.content .lr {
	margin-top: 2.5rem;
	height: 47.5rem;

}

.content .lr .l_img {
	width: 50%;
	height: 100%;
	margin: 0;
}

.content .lr .r_text {
	width: 50%;
	height: 100%;
	text-align: left;
	padding: 10rem 5rem 0;
}

.table {
	display: flex;
	margin: 2.5rem 1rem !important;
	width: calc(100% - 32px) !important;
}
.table #table{
	width: 100%;
}
.table tr {
	height: 2.375rem;
	display: flex;
	width: 100%;
}

.table tr td {
	display: flex;
	align-items: center;
}

.table table {
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	width: calc(100% - 2rem);
	opacity: 0;
}
/* .table tbody{
	width: 100%;
} */

.table td {
	border: 1px solid #E8E8E8;
	border-bottom: none;
	border-right: none;
}

.table tr td:first-child {
	width: 8.5rem;
	padding-left: 0.75rem;
	font-weight: bold;
	color: #000;
	font-size: 0.8125rem;
}

.table tr td:last-child {
	width: calc(100% - 8.5rem);
	justify-content: center;
	font-size: 0.8125rem;
}