.inform {}

.page-title {
	color: #0f7cf3;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 900;
	padding-left: 12px;
	position: relative;
}

.page-title:before {
	content: "";
	display: block;
	width: 5px;
	height: 18px;
	background: #0f7cf3;
	position: absolute;
	left: 0;
	top: 2px;
}

.page-desc {
	font-size: 18px;
	color: rgb(150, 150, 150);
	margin-bottom: 15px;
	padding-left: 12px;
}

.page-subtitle {
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
	padding-left: 12px;
	line-height: 28px;
}

.inform-detail {
	width: 1234px;
	background-color: #f6f9fb;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	margin-bottom: 35px;
	margin-top: 22px;
	padding: 32px 0;
}

.text-detail {

	width: 1218px;
	background-color: #f6f9fb;
	border-radius: 20px;
	padding: 32px;
	box-sizing: border-box;
}

.text-detail-content {
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 30px;

}

.text-detail .flex-a-c {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 18px;
}

.detail-img {
	width: 277px;
}

.detail-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.btn-detail {
	border-radius: 5px;
	background: linear-gradient(180deg, #53b1ff, #2d7fff);
	width: 300px;
	height: 50px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	margin-top: 15px;
}

.content-img {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.content-img .card-img {
	margin: 44px auto 30px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.card-img img {
	width: 504px;
	height: 100%;
	object-fit: cover;
	margin: 15px 15px;
}

.btn-download,
.btn-item {
	border-radius: 5px;
	background: linear-gradient(180deg, #53b1ff, #2d7fff);
	width: 300px;
	height: 50px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	cursor: pointer;
}

.btn-download img,
.btn-item img {
	margin-right: 10px;
}

.btns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 114px;
}

.btn-item {
	margin: 0 20px;
	position: relative;
}

#upload {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.upload-list {
	margin-top: 105px;
	display: flex;
	flex-wrap: wrap;
}

.upload-list img {
	width: 285px;
	height: 197px;
	border-radius: 20px;
	border: 2px solid #666;
	object-fit: cover;
	margin-right: 20px;
	margin-bottom: 20px;
}

.upload-list img:nth-child(4) {
	margin-right: 0;
}

.table {
	width: 815px;
	margin-top: 30px;
}

.table-head {
	height: 50px;
	line-height: 50px;
	width: 100%;
	display: flex;
	background-color: #f4f9ff;
	justify-content: space-between;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

.table-item {
	display: flex;
	border-bottom: 1px solid #ebebeb;
	height: 72px;
	box-sizing: border-box;
	justify-content: space-between;
	line-height: 72px;
	font-size: 18px;
	color: #666;
}

.c1 {
	flex: 1;
	text-align: center;
}
.c2 {
	flex: 2;
	padding-left: 50px;
}
.c3 {
	flex: 1;
	text-align: center;
}

.table-item .edit {
	cursor: pointer;
	color: #0f7cf3;
}

.table-imgs img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	margin-right: 15px;
	margin-bottom: 15px;
}

.table-imgs img:nth-child(7) {
	margin-right: 0;
}