.solid_2 {
	top: 48%;
	left: 65%;
}

@media (min-width: 1920px) {
	.cir {
		top: -22%;
	}
	
}
.kv_text{
		top: 35%;
	}
.v_btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 50px;
	cursor: pointer;
	animation: pulse 2s infinite;
	border-radius: 100%;
	z-index: 500;
}

.intro {
	background: rgba(0, 98, 255, 0.2);
	overflow: hidden;
	padding: 40px;
}

.intro_text {
	background: transparent;
	font-size: 18px;
}

.intro_video {
	padding-right: 30px;
}

.high {
	width: auto;
}

.tab-item-wrap-Ivvl {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	align-content: space-between;
}

.card-wrap-jUCY {
	border-radius: 8px;
	box-shadow: 0 4px 60px rgba(0, 28, 85, .04);
	cursor: default;
	display: block;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	height: 350px;
	/* margin-left: 32px; */
	overflow: hidden;
	position: relative;
	width: calc(33.33% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}

.bg-rDlQ {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 250px;
}

.card-bottom-heMS {
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .85)), color-stop(17.97%, #fff));
	background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .85), #fff 17.97%);
	background: -moz-linear-gradient(top, hsla(0, 0%, 100%, .85) 0, #fff 17.97%);
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .85), #fff 17.97%);
	border-radius: 8px;
	height: 100px;
	left: 0;
	overflow: hidden;
	padding: 0 24px;

	-webkit-transition: top .5s;
	-o-transition: top .5s;
	-moz-transition: top .5s;
	transition: top .5s;
	width: 100%;
	z-index: 0;
}

.card-title-fThD {
	color: #0c0d0e;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	margin: 25px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: margin .5s;
	-o-transition: margin .5s;
	-moz-transition: margin .5s;
	transition: margin .5s;
	/* white-space: nowrap; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-word;
	/* height: 48px; */
	overflow: hidden;
	cursor: pointer;
}

.card-wrap-jUCY:hover .card-title-fThD {
	color: #0047cc;
}

.card-wrap-jUCY:hover {
	transform: translateY(4px);
}


.detail-JRfe {
	-webkit-box-orient: vertical;
	color: #020814;
	display: -webkit-box;
	/* font-family: PingFang SC; */
	font-size: 13px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	position: relative;
}

.detail-short-Gvaa {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 14px;
	color: #333;
	font-size: 14px;
}

.detail-JRfe {
	-webkit-box-orient: vertical;
	color: #020814;
	display: -webkit-box;
	/* font-family: PingFang SC; */
	font-size: 13px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	position: relative;
}

.detail-JRfe>div {
	height: 50px;
	margin-bottom: 20px;
	overflow: hidden;
}

.org {
	background-image: none;
	background-color: transparent;

}

.sponsor {
	padding-bottom: 0;
}

@media (max-width:1920px) {
	.intro_text {
		background: transparent;
		font-size: 16px;
		line-height: 32px;
		padding: 0;
	}

	#example .modal-dialog .modal-header {
		text-align: left;
		font-size: 16px;
		color: #323232;
		border-bottom: none;
		padding: 20px 15px;
	}

	.bg-rDlQ {
		height: 200px;
	}

	.card-title-fThD {
		font-size: 16px;
		margin-top: 15px;
	}

	.color_bg {

		padding-bottom: 0;
	}
}

@media (max-width:1600px) {
	.card-wrap-jUCY {
		height: auto;
	}

	.bg-rDlQ {
		height: 150px;
	}
}

@media (max-width:991px) {
	.bg-rDlQ{
		background-size: cover;
	}
	.intro_text {
		background: transparent;
		font-size: 14px;
		line-height: 24px;
		padding: 0;
	}

	.card-bottom-heMS {
		top: 120px;
	}

	.card-wrap-jUCY {
		height: 230px;
	}
}

@media (max-width:767px) {
	.intro {
		padding: 20px;
	}

	.intro_video {
		padding-right: 0;
		margin-bottom: 20px;
		        width: 100%;
	}

	.main {
		margin-top: -70px;
	}

	.card-wrap-jUCY {
		height: 250px;
		width: 100%;
	}

	.card-bottom-heMS {
		height: 100px;
		top: 150px;
	}

	.color_bg {
		padding-bottom: 0;
	}

	#example .modal-dialog .modal-header {
		width: 85%;
	}
}
