<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.commentModule .averageScoreBox {
	margin-top: 23px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333;
	line-height: 20px
}

.commentModule .averageScoreBox .averageScoreIcon {
	width: 22px;
	height: 22px;
	margin-right: 6px
}

.commentModule .averageScoreBox .averageScore {
	font-family: 20TH_bold;
	font-size: 24px;
	color: #0086f6;
	letter-spacing: 0;
	line-height: 24px
}

.commentModule .averageScoreBox .featureList {
	border-left: 1px solid #dee2ea;
	margin-left: 12px;
	padding-left: 12px
}

.commentModule .averageScoreBox .featureScore {
	margin-right: 15px
}

.commentModule .hotTags {
	margin-top: 14px;
	padding: 20px 20px 12px;
	background: #f8fafd;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.commentModule .hotTags .hotTag {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666;
	margin-right: 24px;
	margin-bottom: 12px;
	cursor: pointer
}

.commentModule .hotTags .hotTag.current {
	font-family: PingFangSC-Medium;
	color: #2681ff
}

.commentModule .hotTags .hotTag:hover {
	color: #2681ff
}

.commentModule .sortList {
	text-align: right;
	margin-top: 20px
}

.commentModule .sortList .sortTag {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	position: relative;
	cursor: pointer
}

.commentModule .sortList .sortTag.current {
	color: #2681ff
}

.commentModule .sortList .sortTag:not(:last-child) {
	margin-right: 10px;
	padding-right: 10px
}

.commentModule .sortList .sortTag:not(:last-child):after {
	content: "";
	position: absolute;
	width: 1px;
	height: 14px;
	background: #ccd6e5;
	top: 3px;
	right: 0
}

.commentModule .commentList .commentItem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 8px 0 16px
}

.commentModule .commentList .commentItem .userInfo {
	width: 70px;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	margin-right: 20px
}

.commentModule .commentList .commentItem .userInfo .userImgBox {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: 0 auto
}

.commentModule .commentList .commentItem .userInfo .userImgBox .userImg {
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.commentModule .commentList .commentItem .userInfo .userImgBox .me {
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	width: 100%;
	text-align: center;
	background: #2681ff;
	color: #fff;
	position: absolute;
	z-index: 1;
	bottom: 0
}

.commentModule .commentList .commentItem .userInfo .userName {
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #222;
	line-height: 14px;
	margin-top: 8px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.commentModule .commentList .commentItem .contentInfo {
	-ms-flex: 1;
	flex: 1;
	border-bottom: 1px solid #eef1f6;
	padding-top: 16px;
	padding-bottom: 20px;
	position: relative
}

.commentModule .commentList .commentItem .contentInfo .scroreInfo {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 16px
}

.commentModule .commentList .commentItem .contentInfo .scroreInfo .averageScore {
	color: #462003;
	padding: 2px 5px 2px 0;
	border-radius: 28px;
	background: #fff2bf;
	line-height: 20px
}

.commentModule .commentList .commentItem .contentInfo .scroreInfo .scoreIcon {
	width: 20px;
	height: 20px
}

.commentModule .commentList .commentItem .contentInfo .scroreInfo .featureList {
	margin-left: 12px;
	color: #666;
	line-height: 16px
}

.commentModule .commentList .commentItem .contentInfo .scroreInfo .featureList .featureScore {
	margin-right: 10px
}

.commentModule .commentList .commentItem .contentInfo .commentImgList {
	margin-top: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.commentModule .commentList .commentItem .contentInfo .commentImgList a {
	width: 120px;
	height: 120px;
	margin-right: 12px;
	margin-bottom: 12px
}

.commentModule .commentList .commentItem .contentInfo .commentImgList a img {
	width: 100%;
	height: 100%
}

.commentModule .commentList .commentItem .contentInfo .commentFooter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 6px;
	height: 20px
}

.commentModule .commentList .commentItem .contentInfo .commentFooter .commentTime {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #999
}

.commentModule .commentList .commentItem .contentInfo .commentFooter .toolsBox .toolsItem {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #999;
	margin-left: 20px;
	cursor: pointer;
	position: relative;
	padding-left: 24px
}

.commentModule .commentList .commentItem .contentInfo .commentFooter .toolsBox .toolsItem .toolsIcon {
	font-size: 20px;
	line-height: 16px;
	position: absolute;
	left: 0;
	top: 0
}

.commentModule .commentList .commentItem .contentInfo .commentFooter .toolsBox .toolsItem .toolsIcon.reportIcon {
	font-size: 16px
}

.commentModule .commentList .commentItem .contentInfo .commentFooter .toolsBox .toolsItem .toolsIcon.votedIcon.hasVoted {
	color: #f70
}

.commentModule .commentList .commentItem .contentInfo .commentFooter .toolsBox .reportItem {
	display: none
}

.commentModule .commentList .commentItem .contentInfo .pickedIcon {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 10px;
	background: url(https://pages.c-ctrip.com/you/ttd/icon_jh.png) no-repeat;
	background-size: cover
}

.commentModule .commentList .commentItem .contentInfo:hover .commentFooter .toolsBox .reportItem {
	display: inline-block
}

.commentModule .commentList .commentItem .commentDetail {
	word-break: break-word
}

.commentModule .commentButton.hasData {
	position: absolute;
	right: 20px;
	top: 0
}

.commentModule .commentButton .editIcon {
	vertical-align: middle;
	margin-right: 4px
}

.commentModule .myPagination {
	text-align: right
}

.commentModule .myPagination .ant-pagination-item-comment {
	padding: 0 6px;
	border: 1px solid #dde4ed;
	display: inline-block;
	line-height: 30px;
	margin-right: 12px
}

.commentModule .myPagination .ant-pagination-item-comment a {
	color: #999
}

.commentModule .myPagination .ant-pagination-disabled a {
	color: #ccc
}

.commentModule .myPagination .ant-pagination-item {
	margin-right: 0;
	border-radius: 0;
	border: 1px solid #dde4ed
}

.commentModule .myPagination .ant-pagination-item a {
	color: #999
}

.commentModule .myPagination .ant-pagination-item.ant-pagination-item-active {
	background: #2681ff
}

.commentModule .myPagination .ant-pagination-item.ant-pagination-item-active a {
	color: #fff
}

.commentModule .myPagination .ant-pagination-jump-next,.commentModule .myPagination .ant-pagination-jump-prev,.commentModule .myPagination .ant-pagination-prev {
	margin-right: 0
}

.commentModule .myPagination .ant-pagination-next {
	margin-left: 12px;
	margin-right: 8px
}

.commentModule .myPagination .ant-pagination-options-quick-jumper input {
	border-radius: 0
}

.commentModule .myPagination .jumpButton {
	margin-left: 12px;
	border-radius: 0;
	position: relative;
	top: -1px
}

.normalModule {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	padding-left:20px;
}

.normalModule .noMore {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 16px
}

.normalModule .noMore .link {
	color: #2681ff
}
</pre></body></html>