.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.page {
	z-index: 1;
	position: relative;
	width: 100%;
	/*height: 2919px;*/
	background-color: rgba(255, 255, 255, 1);
	/*overflow: hidden;*/
}

.box1 {
	z-index: auto;
	width: 100%;
	background: url(../../images/hbss/SketchPngd717c755b156aace9c28578cd5db59b9576cd78f6555b0d5ee6cb3f9ad3ac892.png) no-repeat;
	background-size: 100% 100%;
	align-items: center;
}

.outer1 {
	z-index: 3;
	height: 80px;
	background-color: rgba(3, 136, 37, 1);
	width: 100%;
	justify-content: center;
	align-items: flex-end;
	padding-right: 357px;
}

.outer2 {
	z-index: 11;
	height: 484px;
	width: 100%;
	justify-content: center;
	align-items: center;
}


.layer3 {
	z-index: auto;
	width: 1200px;
	/*height: 20px;*/
	justify-content: space-between;
	align-items: center;
}

.wrap1 {
	z-index: 23;
	width: 246px;
	height: 20px;
	overflow-wrap: break-word;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

.wrap1 #wrap1-span {
	font-weight: bold;
	color: #038825;
	width: 20px;
	font-size: 14px;
}

.layer3 #wrip1-back {
	background: #CEE8D5;
	color: rgba(100, 179, 39, 1);
	text-decoration: none;
	z-index: 24;
	width: 68px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-family: PingFangSC-Regular;
	white-space: nowrap;
	line-height: 20px;
	text-align: center;
	border-radius: 17px;
	font-weight: bolder;
}

.layer3 #wrip1-back:hover {
	color: #fff;
	background: #64B327;
	text-decoration: none;
}

.info2 {
	font-size: 14px;
	font-family: PingFangSC-Regular;
	color: rgba(114, 124, 148, 1);
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.word5 {
	font-size: 14px;
	font-family: PingFangSC-Regular;
	color: rgba(29, 36, 55, 1);
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.group3 {
	z-index: 21;
	height: 60px;
	width: 100%;
	justify-content: center;
	align-items: center;
	background: rgba(229, 243, 233, 0.9);
}

.page-div {
	width: 1200px;
	margin: 0 auto;
	margin-top: 14px;
	margin-bottom: 60px;
}

.content-list {
	border-radius: 5px;
	box-shadow: 0 0 6px 0 #ccc;
	background: #fff;
	padding: 19px 25px
}

/*获奖证书下载*/
.title {
	font-size: 24px;
	font-weight: 600;
	color: #1568c8;
	margin-bottom: 25px;
	padding: 0
}

.search-con {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.search-con .select {
	width: 30%;
	height: 45px;
	float: left;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.search-con .select.select-type,
.search-con .select.select-hjxjz {
	/* display: none; */
}

.search-con .select span {
	display: block;
	float: left;
	line-height: 45px;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #1568C8;
	margin-right: 10px;
}

.search-con .select .form-control {
	float: left;
	width: calc(100% - 100px);
	height: 45px !important;
	border: 1px solid #d5d5d5;
	border-radius: 8px;
	font-size: 16px
}

.search-con .select .form-control option {
	font-size: 16px
}

.search-con .select input {
	float: left;
	width: calc(100%);
	height: 45px;
	border: 1px solid #d5d5d5;
	border-radius: 8px;
	font-size: 16px;
}

.search-con .select .form-control:focus {
	box-shadow: none;
	border: 1px solid #5E9FE9;
}

.search-con .input {
	float: left;
	width: 10%;
	height: 45px;
}

.search-con .input .btn {
	float: right;
	width: 80%;
	height: 45px;
	line-height: 38px;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	border: none;
	background: #1a77e1 !important;
	border-radius: 8px !important;
	outline: none;
	color: #fff;
	padding: 0;
}

.search-con .input .btn:hover {
	opacity: .8;
}

.search-con .input .btn:active {
	top: 0;
}

.search-list {
	width: 100%;
}

.search-list .title {
	width: 100%;
	height: 40px;
	background: #759fcf;
	padding: 0 30px;
	margin: 0
}

.search-list .title p {
	float: left;
	width: 24%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.search-list .title p.name {
	width: 76%;
	text-align: left
}

.search-list ul {
	width: 100%;
	overflow: hidden;
	padding: 0;
}

.search-list ul li {
	width: 100%;
	background: #E2ECF7;
	border-bottom: 1px solid #fff;
	padding: 0 30px;
	overflow: hidden;
}

.search-list ul li p {
	float: left;
	width: 76%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
}

.search-list ul li a {
	float: left;
	display: block;
	width: 8%;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	text-align: right
}

.search-list ul li a:hover {
	opacity: .8;
}

.search-list ul li a.preview {
	color: #5BB736;
}

.search-list ul li a.download {
	color: #1A77E1
}

.search-list ul li .fold {
	float: left;
	display: block;
	width: 8%;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	text-align: right;
	cursor: pointer;
	position: relative;
	padding-right: 20px;
}

.search-list ul li .fold:hover {
	color: #759fcf;
}

.search-list ul li .fold i {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../../images/certificate/right-arrow.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.search-list ul li .fold.on i {
	top: 37%;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg)
}

.search-list ul .item-con {
	display: none;
	width: 100%
}

.search-list ul .item-con li {
	padding: 0;
	background: 0 0;
	border-bottom: 1px solid #ddd;
	width: 90%;
	margin: 0 30px
}

.search-list ul .item-con li:last-child {
	border: none
}

.search-list ul .item-con li p {
	width: 80.5%
}

.search-list ul .item-con li .download {
	width: 8.4%
}

.search-list ul .item-con .no-data-item {
	width: 82px;
	margin: 35px auto
}

.search-list ul .item-con .no-data-item img {
	width: 100%;
	margin-bottom: 10px
}

.search-list ul .item-con .no-data-item span {
	display: block;
	width: 100%;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 400;
	color: #999;
	text-align: center
}

.no-data {
	display: none;
	width: 380px;
	margin: 130px auto
}

.no-data img {
	width: 100%;
	margin-bottom: 20px
}

.no-data span {
	display: block;
	width: 100%;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #7c9ec4;
	text-align: center
}

.title-span {
	margin-right: 10px;
}

/* 弹窗 */
.modal {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.4s;
	animation-name: fadeIn;
	animation-duration: 0.4s;
	background: #eee;
	padding: 40px;
}

.modal ::-webkit-scrollbar {
	display: none
}

/* 弹窗内容 */
.modal-content {
	position: fixed;
	bottom: 0;
	background-color: #fefefe;
	width: 100%;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s;
	height: 100%;
}

/* 关闭按钮 */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	/* background-color: #5cb85c; */
	color: white;
}

.modal-body {
	padding: 2px 16px;
	display: flex;
	justify-content: center;
}

.modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}

.model-text {
	color: #000000;
}

.model-img {
	/* height: 100%;
	width: 100%; */
	object-fit: contain;
	height: 500px;
}

/* 添加动画 */
@-webkit-keyframes slideIn {
	from {
		bottom: -300px;
		opacity: 0
	}

	to {
		bottom: 0;
		opacity: 1
	}
}

@keyframes slideIn {
	from {
		bottom: -300px;
		opacity: 0
	}

	to {
		bottom: 0;
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}
