.letter-right {
	width: 810px;
	height: 1450px;
	padding: 0px 50px;
	float: right;
}

.letter-right-tag {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 42px;
}

.letter-right-tag-header {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 170px;
	height: 70px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 10px 0;
	cursor: pointer;
}

.letter-right-tag-header>span:first-child {
	font-size: 20px;
	line-height: 30px;
}

.active-tag {
	background-color: #e61874;
	color: #FFFFFF;
}
