/* 增值服务样式  start*/

.Promotion {
	/* margin:0 100px; */
	background: #fff;
	overflow-y: scroll;
}

.Promotion .head-content {
	height: 1.33rem;
	margin: 0 1.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #E8EDF3;
}

.Promotion .content-left {
	display: flex;
	align-items: center;

}

.Promotion .content-left p:nth-child(1) {
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	font-size: .48rem;
	color: #010821;
	border-right: 1px solid #ccc;
	padding-right: .2rem;
	line-height: 1.1667;

}

.Promotion .content-left p:nth-child(1) span {
	color: #FD4F03;
}

.Promotion .content-left p:nth-child(2) {
	margin-left: .2rem;
	font-family: MicrosoftYaHei;
	font-size: .2rem;
	color: #1E1E1E;
}

.Promotion .content-left p:nth-child(2) span {
	font-size: .24rem;
	color: #02135B;
}

.Promotion .content-right {
	display: flex;
	align-items: center;
}

.Promotion .content-right .wx {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.Promotion .content-right .wx img {
	width: .82rem;
	height: .82rem;
}

.Promotion .content-right .wx p {
	font-size: .16rem;
	color: #333;
	margin-top: .05rem;
}

.Promotion .content-right .tel {
	margin-left: .3rem;
}

.Promotion .content-right .tel p:nth-child(1) img {
	width: .19rem;
	height: .19rem;
	margin-right: .05rem;
}

.Promotion .content-right .tel p:nth-child(1) span {
	font-size: .18rem;
	color: #333333;
}

.Promotion .content-right .tel p:nth-child(2) {
	font-size: .3rem;
	color: #F55202;
}

.Promotion .banner-content {
	height: 7.2rem;
	position: relative;
	background: url("/static/home/img/img/banner.webp") no-repeat center;
	background-size: 100% 100%;
}

.Promotion .banner-content .tab {
	width: 100%;
	height: 1.5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	background: url("/static/home/img/img/tabback.png") no-repeat center;
	background-size: 100% 100%;
}

.Promotion .banner-content .tips {
	width:5.5rem;
	position: absolute;
	left: 3.1rem;
	top: .72rem;
}

.Promotion .banner-content .banner-img {
	width: 5.19rem;
	height: 4.85rem;
	position: absolute;
	right: 2.1rem;
	top: .5rem;
}

.Promotion .banner-content .banner-img img {
	width: 100%;
	height: 100%;
}

.Promotion .banner-content .tips .hhfont{
	width: 5.5rem;
	height: 1.82rem;
}



.Promotion .banner-content .tips .msg {
	
	margin-top: .4rem;
	font-family: MicrosoftYaHei;
	font-size: .18rem;
	color: #333333;
	line-height: .3rem;
	text-shadow: 2px 0px 4px rgba(114, 148, 223, 0.55);
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.Promotion .banner-content .tips p:nth-child(3) span {
	font-weight: bold;
}

.Promotion .banner-content .tab div {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: .36rem;
	font-weight: bold;
	color: #333;
	letter-spacing: .1rem;

}

.Promotion .banner-content .tab div span {
	margin-top: .2rem;
	color: #666;
	font-size: .18rem;
	font-weight: normal;
	letter-spacing: .05rem;
}

.Promotion .banner-content .tableftactive {
	font-weight: bold;
	color: #3155EC !important;
	background: #fff;
	border-top: 4px solid #3155EC;
}

.Promotion .banner-content .tabrightactive {
	color: #FD4F03 !important;
	background: #fff;
	border-top: 4px solid #FD4F03;
}

.Promotion .banner-content .tableftactive span {
	color: #333333 !important;
}

.Promotion .banner-content .tabrightactive span {
	color: #333333 !important;
}

.tab-content>div {
	display: none;
}

.tab-left-content .title {
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	font-size: .42rem;
	color: #111111;
	margin-top: .8rem;
	text-align: center;
}

.tab-left-content .title span {
	color: #3155EC !important;
}

.hhw-content {
	margin: 0 1.1rem;
	margin-right: 1.4rem;
	/* margin-top:.2rem; */


}

/* 自定义滚动 */
.scroll-container {
	position: relative;
	overflow: hidden;
	/* 固定高度防止页面滚动 */
	/* 等于item高度 */
	height: 8.8rem;
	padding: 0;

}

.scroll-wrapper {
	overflow-x: auto;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-bottom: .3rem;
	padding-top: .5rem;
	padding-left: .3rem;
	padding-right: .3rem;
	/* 防止内容被截断 */
}

.scroll-wrapper::-webkit-scrollbar {
	display: none;
}

.ul {
	display: flex;
	gap: .35rem;
	padding: 0;
	margin: 0;
	list-style: none;
	width: max-content;
}

.goleft,
.goright {
	width: 0.88rem;
	height: 0.88rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 30;
	/* 更高层级确保不被覆盖 */
	pointer-events: auto;
	/* 确保点击事件可用 */
}

.goleft {
	left: 0;
}

/* .goleft{
	left:-.74rem;
} */
.goright {
	right: 0;
}

/* 自定义滚动 end */
.item {
	width: 4rem;
	height: 7.58rem;
	background: #F1F4FB;
	border-radius: .2rem;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
}

.item {
	/* 过渡效果 */
	transition: all 0.1s ease;
	position: relative;
	z-index: 1;
}

.item:hover {
	border-radius: 20px;
	border: 1px solid #FD4F03;
	box-shadow: 0 0 0 3px #FD4F03,
		0 0 15px rgba(253, 79, 3, 0.5),
		0 0 30px rgba(253, 79, 3, 0.1),
		0 0 45px rgba(253, 79, 3, 0.05);
	background: #fff !important;
	z-index: 1;
	position: relative;
}

.item:hover .item-btn {
	background: #FD4F03 !important;
	color: white !important;
}

.item::before {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border-radius: 24px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.item:hover::before {
	opacity: 1;
}

.item-top {
	padding: 0 .24rem;

}

.item-title {
	margin-top: .39rem;
	display: flex;
	justify-content: space-between;
}

.item-title span:nth-child(1) {
	font-family: MicrosoftYaHei;
	font-size: .26rem;
	font-weight: bold;
	color: #121212;
}

.item-title span:nth-child(2) {
	width: 1.2rem;
	height: .4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MicrosoftYaHei;
	font-size: .16rem;
	color: #454545;
	border-radius: .2rem;
	border: 1px solid #454545;
	cursor: pointer;
}

.item-tips {
	margin-top: 0.2rem;
	height: .72rem;
	font-family: MicrosoftYaHei;
	font-size: .16rem;
	color: #666666;
}

.selectdate {
	margin-top: 0.1rem;
	height: 0.6rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: .05rem;
	border-bottom: 1px solid #ccc;
}

.selectdate,
.number span {
	font-size: .18rem;
	color: #666666;
}

.selectdate img {
	width: .15rem;
	height: .08rem;
}

.number {
	height: 0.6rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: .05rem;
	border-bottom: 1px solid #ccc;
}

.number img {
	width: .24rem;
	height: .24rem;
	cursor: pointer;
}

.operate {
	display: flex;
	align-items: center;
}

.operate input,
.operate select {
	width: 1.86rem;
	background: none;
	font-weight: bold;
	font-size: .22rem;
	color: #333333;
	text-align: center;
	outline: none;
}

/* 自定义下拉 start*/
.custom-select {
	position: relative;
	display: inline-block;
	width: 2.1rem;
	text-align: center;
}

.select-selected {
	cursor: pointer;
	position: relative;
	font-size: 0.22rem;
	font-weight: bold;
	color: #333333;
}

.select-items {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 99;
}

.select-items div {
	color: #333;
	padding: 8px 10px;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
}

.select-items div:hover {
	background-color: #f8f8f8;
}

.custom-select .down {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	transition: transform 0.2s;
}

/* 自定义下拉 end */

.price {
	margin-top: 0.4rem;
}

.price span:nth-child(1) {
	font-family: MicrosoftYaHei;
	font-size: .16rem;
	color: #666;
}

.price span:nth-child(2) {
	font-family: Roboto-Bold;
	font-size: .4rem;
	color: #FD4F03;
	font-weight: bold;
}

.price span:nth-child(3) {
	font-family: MicrosoftYaHei;
	font-size: .16rem;
	color: #FD4F03;
	margin-left: 0.05rem;
}

.price span:nth-child(4) {
	width: 1.1rem;
	height: .26rem;
	padding: .05rem .09rem;
	font-family: MicrosoftYaHei;
	font-size: .16rem;
	color: #742E10;
	margin-left: 0.1rem;
	background: url("/static/home/img/img/jficon.png") no-repeat center;
	background-size: 100% 100%;
}

.item-btn {
	/* width: 3.42rem; */
	height: .5rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 2px solid #FD4F03;
	font-family: MicrosoftYaHei;
	font-size: .2rem;
	color: #FD4F03;
	margin-top: 0.47rem;
	cursor: pointer;
}

.img-content {
	width: 3.52rem;
	height: 2.02rem;
	margin-left: 0.24rem;
	margin-right: 0.24rem;
	margin-top: .36rem;
}

.img-content img {
	width: 100%;
	height: 100%;
}

.hhq {
	width: 100%;
	height: 10.3rem;

	margin-top: 0.7rem;
	overflow: auto;
	background: url("/static/home/img/img/hhqback.png") no-repeat center;
	background-size: 100% 100%;
}

.hhq .title {
	line-height: 1;
}

.hhq .hhq-content {
	margin-top: 0.5rem;
	display: flex;
}

.hhq .hhq-content-left {
	width: 6.20rem;
	height: 7.20rem;
	margin-left: 0.88rem;
	background: #FFFFFF;
	box-shadow: 10px 0px 18px 0px rgba(30, 61, 127, 0.25);
	border-radius: .2rem;
	border: 1px solid #EEEEEE;
	flex-shrink: 0;
}

/* 航化圈内容精选 */
.hhq .hhq-content-left .item-title {
	margin-top: 0.6rem
}

.hhq .hhq-content-left .item-tips {
	margin-top: 0.39rem;
	height: auto;
	line-height: 1.6;
}

.hhq .hhq-content-left .selectdate {
	margin-top: 0.4rem;
}

.hhq .hhq-content-left .number {
	height: 0.8rem;
}

.hhq .hhq-content-left .item-btn {
	margin-top: 0.7rem;
}


.hhq .hhq-content-right {
	margin-left: 0.68rem;
}

.hhq .hhq-content-right ul {
	width: 9.81rem;
	display: flex;
	/* justify-content: space-around; */
}

.hhq .hhq-content-right ul li {
	box-sizing: border-box;
	border-radius: .33rem;
	display: flex;
	padding: 0 .2rem;
	padding-top: 0.10rem;
	margin-right: 1.23rem;
	/* padding-bottom: 0.36rem; */
	justify-content: center;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	font-size: .20rem;
	color: #333333;
	cursor: pointer;
}

.hhq .hhq-content-right ul li:nth-child(1) {
	margin-left: .7rem;
}

.hhq .hhq-content-right ul li:nth-last-child(1) {
	margin-right: 0;
}



.hhq .hhq-content-right .liactive {
	background: url("/static/home/img/img/itemback.png") no-repeat center;
	background-size: 100% 100%;
	color: #fff !important;
	height: .56rem;
}

.hhq .hhq-content-right .active-content {
	width: 9.05rem;
	height: 6.15rem;
	margin-top: 0.32rem;
	background: #FFFFFF;
	box-shadow: 10px 0px 18px 0px rgba(30, 61, 127, 0.25);
	border-radius: .2rem;
	border: 1px solid #EEEEEE;
	padding: .3rem;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.hhq-content-right .active-content {
	display: none;
	overflow: hidden;
	transition: all 0.3s ease;
}

.hhq-content-right .active-content .imgback {
	/* width: 100%; */
	height: 100%;
	/* transform: scale(0.9);
    transition: all 0.3s ease; */
}

.newmedia {
	margin: 0 1rem;
	margin-bottom: 1.06rem;
}

.newmedia-content {
	margin-top: 0.5rem;
}

.newmedia-content ul {
	display: flex;
}

.newmedia-content ul li {
	width: 3.92rem;
	height: 7.54rem;
	margin-right: 0.21rem;
	border-radius: .2rem;
	background: #F1F4FB;
	border: 1px solid #eee;
	box-sizing: border-box;

}

.newmedia-content ul li:nth-last-child(1) {
	margin-right: 0;
}

.newmedia-content ul li .item-title {
	margin-top: -.1rem;
	cursor: pointer;
}

.newmedia-content ul li .topback {
	width: 3.9rem;
	height: 2.3rem;
	border-radius: .2rem;
}

.newmedia-content ul li .topback img {
	width: 100%;
	height: 100%;
}

.newmedia-content ul li .item-btn {
	margin-top: 0.4rem;
}

.newmedia-content ul li .selectdate:nth-child(2) {
	margin-top: 0;
}

.newmedia-content ul li .item-tips {
	height: 0.9rem;
}

.newmedia-content ul li .price {
	margin-top: 0.3rem;
}

.tab-right-content .hztitle {
	margin-top: 0.77rem !important;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	letter-spacing: .1rem;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	font-size: .42rem;
	color: #111111;
	line-height: 1;
}

.tab-right-content .hztitle span {
	font-size: 0.48rem !important;

}

.tab-right-content .advert1-content {
	margin: 0 1.4rem;
	margin-top: 0.5rem;
}

.tab-right-content .advert1-content-item {
	display: flex;
	justify-content: space-between;
	height: 4.95rem;
	margin-bottom: 0.5rem;
	border-radius: .2rem;
}

.tab-right-content .advert1-content-item:hover {
	box-shadow: 8px 8px 18px 0px rgba(30, 61, 127, 0.25);
}

.tab-right-content .advert1-content-item:hover .showimg {
	animation: shake 0.5s ease;
}

.tab-right-content .select-content {
	display: flex;
	justify-content: space-between;
	margin-top: 0.2rem;
}

.tab-right-content .select-content .selectdate {
	width: 3.2rem;
}

.tab-right-content .advert1-content-item .item-top {
	width: 8.2rem;
	box-sizing: border-box;
	flex-shrink: 0;
	padding: 0 .4rem;
	padding-right: 0;
}

.tab-right-content .advert1-content-item .item-title {
	margin-top: 0.7rem;
}

.tab-right-content .advert1-content-item .item-tips {
	margin-top: 0.4rem;
	line-height: 1.4;
	height: auto;
}

.tab-right-content .advert1-content-item .select-content .text {
	font-size: .18rem;
	color: #333333;
}

.tab-right-content .showtipstel {
	margin-top: 0.6rem;
	font-size: .18rem;
	color: #666666;
}

.tab-right-content .showtipstel span {
	font-weight: bold;
	font-size: .3rem;
	color: #F55202;
}

.tab-right-content .hhq .hhq-content-right .active-content {
	background: url("/static/home/img/img/hhqimgback.png") no-repeat center;
	background-size: 100% 100%;
}

.advert1-content-item:nth-child(1) {
	background: url("/static/home/img/img/gwsyback.png") no-repeat center;
	background-size: 100% 100%;

}

.advert1-content-item:nth-child(2) {
	background: url("/static/home/img/img/qymlback.png") no-repeat center;
	background-size: 100% 100%;

}

.advert1-content-item:nth-child(3) {
	background: url("/static/home/img/img/cpzqback.png") no-repeat center;
	background-size: 100% 100%;

}

.showimg {
	width: 6.84rem;
	height: 3.65rem;
	flex-shrink: 0;
	margin-top: 0.8rem;

}

.showimg img {
	width: 100%;
	height: 100%;
	flex-shrink: 0;

}

.advert1-content-item:nth-child(1) .showimg {
	margin-right: 0.4rem;
}


.showtipstel {
	margin-top: 0.8rem;
}

.tab-content .showtipstel {
	font-size: .18rem;
	color: #666;
	margin-top: 0.8rem;
}

.tab-right-content .showtel {
	font-weight: bold;
	font-size: .3rem;
	color: #F55202;
	margin-top: 0.3rem;

}

.tab-content .showtel {
	font-weight: bold;
	font-size: .3rem;
	color: #F55202;
	margin-top: 0.3rem;

}

.tab-right-content .hhq {
	background: #F1F4FB;
}

.item-title span:last-child {
	position: relative;
}

.item-title span:last-child::after {
	content: "请致电广告部 \A 010-8273 1806";
	white-space: pre;
	width: 1.59rem;
	height: 0.99rem;
	box-sizing: border-box;
	background: #F55202;
	border-radius: .1rem;
	font-size: .16rem;
	color: #FFFFFF;
	padding: .25rem .2rem .2rem .2rem;
	box-shadow: 0 0 15px rgba(253, 79, 3, 0.5),
		0 0 30px rgba(253, 79, 3, 0.1),
		0 0 45px rgba(253, 79, 3, 0.05);
	line-height: 1.6;
	position: absolute;
	right: -0.5rem;
	top: 0.5rem;
	display: none;
	z-index: 10;
}

.item-title span:last-child:hover::after {
	display: block;
}


.selectdate span {
	position: relative;
}

.selectdate .fwh::after {
	content: "联动服务号推送文章，同步本期视频文案及相关截图，并在文章内嵌入本期视频号内容。";
	white-space: pre-wrap;
	width: 2.09rem;
	height: auto;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: .1rem;
	font-size: .12rem;
	color: #636371;
	padding: .1rem;
	line-height: 2;
	position: absolute;
	left: 0;
	bottom: 100%;
	margin-left: 0.2rem;
	display: none;
	z-index: 10;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.selectdate .fwh:hover::after {
	display: block;
}

.selectdate .fwh {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.selectdate .gzh::after {
	content: "联动公众号推送文章，同步本期视频文案及相关截图，并在文章内嵌入本期视频号内容。";
	white-space: pre-wrap;
	width: 2.09rem;
	height: auto;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: .1rem;
	font-size: .12rem;
	color: #636371;
	padding: .1rem;
	line-height: 2;
	position: absolute;
	left: 0;
	bottom: 100%;
	margin-left: 0.2rem;
	display: none;
	z-index: 10;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.selectdate .gzh:hover::after {
	display: block;
}

.selectdate .gzh {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.selectdate .dpt::after {
	content: "除微信视频号以外，抖音、微博、今日头条、哔哩哔哩、西瓜视频中选择至少三个平台发布";
	white-space: pre-wrap;
	width: 2.09rem;
	height: auto;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: .1rem;
	font-size: .12rem;
	color: #636371;
	padding: .1rem;
	line-height: 2;
	position: absolute;
	left: 0;
	bottom: 100%;
	margin-left: 0.2rem;
	display: none;
	z-index: 10;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.selectdate .dpt:hover::after {
	display: block;
}

.selectdate .dpt {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.newmedia-content ul li {
	transition: all 0.1s ease;
}

.newmedia-content ul li:hover {
	border-radius: 20px;
	border: 1px solid #fff;
	box-shadow: 0 0 15px rgba(253, 79, 3, 0.5),
		0 0 30px rgba(253, 79, 3, 0.1),
		0 0 45px rgba(253, 79, 3, 0.05);
	/* transform: translateY(-15px); */
	background: #fff !important;
	z-index: 1;
	position: relative;

}

.newmedia-content ul li:hover .item-btn {
	background: #FD4F03 !important;
	color: white !important;
}

.selectdate .showmsgimg {
	width: 0.18rem;
	height: 0.18rem;
	margin-left: 0.1rem;

}

.toright {
	width: 0.16rem;
	height: 0.22rem;
	margin-left: 0.1rem;
}


/* 动画 */
/* banner */

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(6rem);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes gentleFloating {

	0%,
	100% {
		transform: translateY(0);
	}

	/* 25% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(20px);
    } */
	75% {
		transform: translateY(25px);
	}
}


/* 右侧广告 */
.tips.animate__animated {
	animation-duration: 1s;
	animation-delay: 0.3s;
}

.banner-img.animate__animated {
	animation-duration: 1s;
	animation-delay: 0.6s;
}

.showimg img {
	transition: transform 0.3s ease;
}

.showimg:hover img {
	animation: shake 0.5s ease;
}

@keyframes shake {

	0%,
	100% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(-5px);
	}

	75% {
		transform: translateX(5px);
	}
}


/* 广告tab切换 */
.Highlights {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	will-change: transform;
	/* display: none; */
	opacity: 0;
	border-radius: 5px;
	border: 4px solid #FD4F03;
	box-shadow: 0 0 15px rgba(253, 79, 3, 0.5),
		0 0 30px rgba(253, 79, 3, 0.1),
		0 0 45px rgba(253, 79, 3, 0.05);
}

.bigpc {
	position: absolute;
	width: 5.5rem;
	height: 1rem;

	top: .55rem;
	left: 0.26rem;
}

.bigpc img {
	width: 100%;
	height: 100%;
}

.one {
	width: 5.7rem;
	height: 1rem;
	top: .85rem;
	left: 0.6rem;

}

.two {
	width: 4.33rem;
	height: 2.1rem;
	left: 2.3rem;
	top: 2.6rem;

}

.three {
	width: 4.61rem;
	height: 1.14rem;
	left: 2.2rem;
	top: 1.65rem;

}

.four {
	width: 2.37rem;
	height: 1.78rem;
	left: 6rem;
	top: 3rem;

}

.five {
	width: 4.45rem;
	height: 1.21rem;
	left: 2.2rem;
	top: 1.45rem;
}

.six {
	width: 4.76rem;
	height: 2.51rem;
	left: 2rem;
	top: 1.1rem;

}

.mt-3 {
	margin-top: -0.3rem;
}


/* 背景图片动画 */
@keyframes zoomThenBlur {
	0% {
		transform: scale(1);
		filter: blur(0);
	}

	50% {
		transform: scale(1.15);
		filter: blur(0);
	}

	100% {
		transform: scale(1);
		filter: blur(3px);
	}
}

/*  */

/* 平滑放大1.2 */
@keyframes smoothScaleDown {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.05);
	}
}

.active-content {
	position: relative;
	width: 9.71rem;
	height: 6.58rem;
	overflow: hidden;
}

.active-content.show-animation .imgback {
	animation: zoomThenBlur 2s ease-in-out forwards;
}

.active-content.show-animation .Highlights {
	display: none;
	opacity: 0;
	animation: smoothScaleDown 0.6s ease-out 0s 1 forwards;
	z-index: 10;
	z-index: 10;
	z-index: 10;
}





/* 增值服务样式  end*/