@charset "UTF-8";


@font-face {
  font-family: "iconfont"; /* Project id 5221404 */
  src: url('../../fonts/font_5221404/iconfont.woff2?t=1786329970169') format('woff2'),
       url('../../fonts/font_5221404/iconfont.woff?t=1786329970169') format('woff'),
       url('../../fonts/font_5221404/iconfont.ttf?t=1786329970169') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star1:before {
  content: "\e62b";
}

.icon-yuedu:before {
  content: "\e640";
}



.sort-box {
	display: flex;
	align-items: center;
}

.sort-item {
	display: flex;
	width: 66px;
	align-items: center;
	justify-content: center;
	/* border-radius: 5px; */
	border: 1px solid #ccc;
	font-size: 14px;
	/* margin-left: 12px; */
	color: #666;
	background: #fff;
	cursor: pointer;
}

.sort-item .iconfont {
	margin-left: 2px;
	font-size: 12px;
	color: #999;
}

.sort-item.selected {
	border-color: #3481d1;
	background: #3481d1;
	color: #fff !important;
}

.sort-item.selected .iconfont {
	color: #fff;
}

.sort-item:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: none;
}

.sort-item:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-left: none;
}

.container {
	display: block;
	width: 100%;
	padding-top: 94px;
	/* height: 1652px; */
	overflow: auto;
	-ms-overflow-style: none; /* IE 和 Edge */
	scrollbar-width: none; /* Firefox */
}

.container::-webkit-scrollbar {
	display: none; /* Chrome, Safari 和 Opera */
}

.group-nav-box {
	display: flex;
	width: 1170px;
	margin: 0 auto 20px;
	justify-content: flex-end;
}

a.group-nav-item {
	color: #333;
	margin-right: 12px;
}

a.group-nav-item:not(:first-child) {
	margin-left: 12px;
}

a.group-nav-item:last-child {
	color: #333;
	cursor: default;
}

.relate-group-box {
	display: grid;
	width: 1170px;
	margin: 0 auto 200px;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 60px;
	grid-row-gap: 40px;
}

.relate-group-item {
	display: flex;
	width: 100%;
	padding: 0;
	/* margin-bottom: 40px; */
	/* border-radius: 5px; */
	/* background: #fff; */
	align-items: stretch;
	color: #000;
	text-align: justify;
	/* box-shadow: 0 5px 5px #e7e7e7; */
}

.relate-group-name {
	display: flex;
	font-size: 20px;
	/* line-height: 1; */
	/* margin-bottom: 15px; */
	font-weight: bold;
	letter-spacing: 2px;
	align-items: center;
	cursor: pointer;
}

.relate-group-name span {
	font-size: 18px;
	font-weight: normal;
	margin-left: 10px;
	color: #666;
}

.famous-score-box {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 0 10px 0 0;
	margin-top: 6px;
	overflow: hidden;
	/* background: rgba(0,0,0,0.3); */
	/* border-radius: 3px; */
}

.my-mark-star-progress {
	display: flex;
	position: relative;
}

.my-mark-star-icon.icon-star1 {
	font-size: 14px;
	/* color: #F8AA3F !important; */
}

.famous-group-item .my-mark-star-icon.icon-star1 {
	font-size: 10px;
	/* color: #F8AA3F !important; */
}

.star-bg {
	display: flex;
	width: 100%;
	height: 100%;
	color: #ccc;
	align-items: center;
}

.star-fill {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	color: #F8AA3F !important; /* 淘宝黄色 */
	overflow: hidden; /* 超出部分隐藏 */
	white-space: nowrap;
	align-items: center;
}

.star-fill .my-mark-star-icon.icon-star1 {
	color: #F8AA3F !important;
}

.famous-score-text {
	display: inline-block;
	/* flex: 1; */
	margin-left: 3px;
	font-size: 15px;
	width: 60px;
}

.role-count {
	padding: 0 5px;
	letter-spacing: 1px;
}

.famous-group-tip {
	font-size: 15px;
	line-height: 1.65;
	text-align: left;
	overflow: hidden;
	color: #666;
}

.famous-group-tip .icon-yuedu {
	font-size: 16px;
	height: 16px;
	line-height: 1.4;
	padding: 0 5px 0 10px;
	font-weight: normal !important;
}

.famous-group-tip .read-count {
	display: inline-block;
	min-width: 40px;
	font-weight: normal !important;
}

.relate-group-desc {
	width: 100%;
	font-size: 14px;
	line-height: 1.75;
	margin-top: 10px;
	display: -webkit-box;
	text-align: justify;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.relate-group-img-box {
	display: flex;
	width: 140px;
	height: 210px;
	min-height: 210px;
	padding: 0;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
}

img.relate-group-img {
	width: 140px;
	min-width: 140px;
	height: 210px;
	/* border-radius: 3px; */
	cursor: pointer;
}

.database-title-box {
	display: block;
	width: 1170px;
	margin: 150px auto 0;
	text-align: center;
}

.database-title-text {
	line-height: 40px;
	font-size: 30px;
	font-weight: 400;
}

.database-title-tips {
	padding-top: 10px;
	font-size: 16px;
	color: #666;
}

/* .relate-group-item:hover {
    background: #188373;
    border: 1px solid #f5f5f5;
} */
.loading span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #1ABC9C;
	border-radius: 50%;
	margin: 0 3px;
	-webkit-animation: loadding 0.8s cubic-bezier(.2, .68, .18, 1.08) 0s
		infinite;
	animation: loadding 0.8s cubic-bezier(.2, .68, .18, 1.08) 0s infinite;
}

.loading {
	display: flex;
	width: 100%;
	height: 80px;
	background: #f5f5f5;
	align-items: center;
	justify-content: center;
}

.loading span:nth-child(1) {
	animation-delay: 0.2s;
}

.loading span:nth-child(2) {
	animation-delay: 0.4s;
}

.loading span:nth-child(3) {
	animation-delay: 0.6s;
}

body {
	/* background: #E5EBE9; */
	background: #fff;
}
/* 
.relate-group-item:hover .relate-group-name {
    color: #fff;
}

.relate-group-item:hover .relate-group-desc {
    color: #f5f5f5;
}
 */
.group-nav-box>div:first-child {
	display: none;
}

.page-nav-box {
	padding-bottom: 35px !important;
}

.page-title-text {
	display: block;
	width: 1170px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}

.filter-box {
	display: block;
	width: 1170px;
	margin: 20px auto 40px;
}

.filter-content {
	display: flex;
	gap: 5px;
	/* margin-left: -10px; */
} 

.filter-item {
	height: 28px;
	padding: 0 10px;
	font-size: 15px;
	color: #111;
	cursor: pointer;
	letter-spacing: 1px;
	border: 1px solid transparent;
}

.filter-item.selected-filter {
	color: #f03030;
	/* font-weight: bold; */
	border-radius: 14px;
	border: 1px solid #f03030;
	box-sizing: border-box;
}

.relate-group-info {
	flex: 1;
	padding: 0 0 0 30px;
}