/* TWSR 文字跑馬燈 */
.twsr-marquee {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.twsr-marquee marquee {
	display: block;
	width: 100%;
	white-space: nowrap;
}

.twsr-marquee a {
	text-decoration: none;
	color: inherit;
}

.twsr-marquee a:hover {
	opacity: 0.8;
}
