[v-cloak] {
	opacity: 0;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
}

.topType {
	display: flex;
	justify-content: center;
}

.topItemBox {
	position: relative;
}

.hoverHideTop {
	position: absolute;
	left: 0;
	top: 0;

	transition: all 0.5s;
}

.topItemBox:hover>.hoverHideTop {
	opacity: 0;
}

.topItemBox:hover>.topTypeItemActive {
	opacity: 1;
}

.topTypeItem {
	height: 120px;
	width: 140px;

	cursor: pointer;

	margin: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	color: #0061dc;
	font-family: "Microsoft YaHei";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.topTypeItemActive {
	color: #ffffff;
	opacity: 1;
	transition: all 0.5s;
}

.bottomContent {
	display: flex;

	margin-top: 16px;

	background: #FFF;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.leftType {
	padding: 8px 0 14px 0;

	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	border-right: 1px solid #E7E7E7;
}

.leftTypeItem {
	height: 48px;
	display: flex;
	padding: 0 24px;

	cursor: pointer;

	align-items: center;
	color: #000000d9;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 46px;
}

.leftTypeItemActive {
	color: #0061dc;
}

.rightContent {
	width: 1232px;
}

.opacity0{
	opacity: 0;
}

#deal_msg_con_btm {
	/* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); */
	position: relative;
	overflow: hidden;
}
#deal_msg_con_btm .swiper-slide {
	padding: 14px 8px;
}
#deal_msg_con_btm .swiper-slide .item {
	text-decoration: none;
	width: 389px;
	float: left;
	margin: 8px;
	padding: 12px;
	box-shadow: 0 0 4px 0 rgba(73, 111, 161, 0.2);
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#deal_msg_con_btm .swiper-slide .item p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	line-height: 19px;
	padding-left: 32px;
}
#deal_msg_con_btm .swiper-slide .item .title_top {
	height: 24px;
	flex: 1 0 0;
	color: #000000;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;

	margin-bottom: 8px;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#deal_msg_con_btm .swiper-slide .item .title_top:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 12px;
	transform: rotate(45deg) translate(0, -50%);
	background: #007ae6;
}

#deal_msg_con_btm .swiper-slide .item .title_sub {
	color: rgba(0, 0, 0, 0.65);
	font-family: "Microsoft YaHei UI";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#deal_msg_con_btm .swiper-slide .item .title_tag {
	display: inline;
	padding: 0px 6px;
	border-radius: 2px;
	border: 0.5px solid #91d5ff;
	background: #e6f7ff;
	color: rgb(22, 124, 219);
	font-family: "Microsoft YaHei UI";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

#deal_msg_con_btm .swiper-slide .item span {
	position: absolute;
	background: linear-gradient(360deg, #3196fa 0%, #78bfff 100%);
	display: none;
}
#deal_msg_con_btm .swiper-slide .item .top {
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	animation: top 0.5s linear;
}
#deal_msg_con_btm .swiper-slide .item .left {
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	animation: left 0.51s linear;
}
#deal_msg_con_btm .swiper-slide .item .right {
	width: 100%;
	height: 1px;
	right: 0;
	bottom: 0;
	animation: right 0.5s linear;
}
#deal_msg_con_btm .swiper-slide .item .bottom {
	width: 1px;
	height: 100%;
	right: 0;
	bottom: 0;
	animation: bottom 0.5s linear;
}
@keyframes top {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}
@keyframes left {
	0% {
		left: -100%;
	}
	100% {
		left: 0;
	}
}
@keyframes right {
	0% {
		right: -100%;
	}
	100% {
		right: 0;
	}
}
@keyframes bottom {
	0% {
		bottom: -100%;
	}
	100% {
		bottom: 0;
	}
}
#deal_msg_con_btm .swiper-slide .item:hover span {
	display: block;
}
#deal_msg_con_btm .swiper-slide .item:nth-child(3n + 3) {
	margin-right: 0;
}
#deal_msg_con_btm .swiper-pagination {
	position: relative;
}
#deal_msg_con_btm .swiper-pagination span {
	width: 10px !important;
	height: 10px !important;
	background: rgba(0, 0, 0, 0.45) !important;
}
#deal_msg_con_btm .swiper-pagination .swiper-pagination-bullet-active {
	width: 25px !important;
	background: #007ae6 !important;
	border-radius: 5px !important;
}

.msg_empty {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
