

.thematicLink {
	position: fixed;
	right: 0;
	bottom: 20px;
	width: 320px;
	height: 220px;
	z-index: 1002;
	transition: width linear 0.5s, height linear 0.5s;
}

.thematicLink .advert-box {
	position: relative;
}

.thematicLink .advert {
	display: block;
	width: 100%;
	height: auto;
}

.thematicLink .advert-info {
	position: relative;
	display: block;
}

.thematicLink .advert-info .txt {
	display: block;
	top: 0;
	left: 0;
	text-align: center;
	position: absolute;
	font-size: 18px;
	line-height: 1.5;
	color: #242323;
	padding: 90px 40px 40px 40px;
	opacity: 1;
	transform: scale(1);
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 1s;
}

.thematicLink .t-close {
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: -36px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	width: 36px;
}

.thematicLink .t-close img {
	width: 100%;
}

.toHide {
	position: fixed !important;
	/*动态*/
	width: 40px !important;
	height: 20px !important;
	left: auto !important;
	/*动态*/
	top: auto !important;
	/*动态*/
	right: 0;
	/*动态*/
	bottom: 20px;
	/*动态*/
	background: #0053dc;
	border: 1px solid #0053dc;
	border-right: none;
	border-radius: 10px 0 0 10px;
	transition: width linear 0.3s;
}

.toHide::before {
	content: "";
	background: url(../images/arrow-left2.png) center center no-repeat;
	background-size: contain;
	height: 18px;
	width: 30px;
	position: absolute;
	color: #0053dc;
}

.toHide img {
	display: none;
}

.toHide .advert-info {
	width: 0;
	height: 0;
	overflow: hidden;
}

.toHide .t-close {
	color: transparent;
	left: 0;
	margin-left: 0;
	top: 0;
	width: 40px !important;
	height: 20px !important;
	background: rgba(0, 0, 0, 0) !important;
}

.toHide .advert-info .txt {
	transform: scale(0);
}



@media (max-width:899.98px) {
	.category {
		width: 100%;
		margin-left: 0;
	}

	.thematicLink {
		width: 250px;
		height: 176px;
	}

	.thematicLink .t-close {
		width: 30px;
		margin-left: -15px;
	}

	.thematicLink .advert-info .txt {
		font-size: 14px;
		padding: 70px 33px 30px 33px;
	}
}
