@charset "UTF-8";

@font-face {
	font-family: "iconfont"; /* Project id 4770050 */
	src:
		url('../../../../fonts/font_4770050/iconfont.woff2?t=1733299048731')
		format('woff2'),
		url('../../../../fonts/font_4770050/iconfont.woff?t=1733299048731')
		format('woff'),
		url('../../../../fonts/font_4770050/iconfont.ttf?t=1733299048731')
		format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paixu1:before {
	content: "\e600";
}

.icon-xiangshang:before {
	content: "\e601";
}

.icon-paixu2:before {
	content: "\e602";
}

.icon-xiangxia:before {
	content: "\e603";
}

.icon-xiangshang1:before {
	content: "\e604";
}

.icon-paixu:before {
	content: "\e624";
}

@font-face {
	font-family: "iconfont"; /* Project id 4773628 */
	src: url('../../fonts/font_4773628/iconfont.woff2?t=1733564961641')
		format('woff2'),
		url('../../fonts/font_4773628/iconfont.woff?t=1733564961641')
		format('woff'),
		url('../../fonts/font_4773628/iconfont.ttf?t=1733564961641')
		format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-caozuo-zhongxintongji:before {
	content: "\e6bb";
}

@font-face {
  font-family: "iconfont"; /* Project id 4566467 */
  src: url('../../fonts/font_4566467/iconfont.woff2?t=1734595549646') format('woff2'),
       url('../../fonts/font_4566467/iconfont.woff?t=1734595549646') format('woff'),
       url('../../fonts/font_4566467/iconfont.ttf?t=1734595549646') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
  content: "\e62b";
}



.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%;
	/* 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: space-between; */
	display: none;
}

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;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 40px;
}

.relate-group-item {
	display: block;
	padding: 15px 15px 20px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	/* border: 1px solid #c9c9c9; */
	text-align: justify;
	box-sizing: border-box;
	box-shadow: 0 5px 5px #e7e7e7;
	cursor: pointer;
}

.relate-group-name {
	display: block;
	padding: 0 0 10px;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.relate-group-desc {
	display: -webkit-box;
	/* max-height: 36px; */
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	padding: 0 0 0 0;
	font-size: 12px;
	text-align: justify;
	color: #888;
	line-height: 1.75;
	/* display: none; */
}

.relate-group-img-box {
	display: flex;
	width: 100%;
	height: 196px;
	min-height: 196px;
	padding: 0;
	margin-bottom: 15px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
}

img.relate-group-img {
	width: 100%;
	border-radius: 3px;
}

.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: #fff;
}

.relate-group-item:hover .relate-group-name {
	color: #fff;
}

.relate-group-item:hover .relate-group-desc {
	color: #f5f5f5;
}

.insight-box {
	display: block;
	width: 1170px;
	margin: 85px auto 0;
	padding-bottom: 60px;
	/* align-items: center; */
	justify-content: space-between;
}

.insight-text {
	display: block;
	width: 771px;
	position: relative;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 2;
	color: #333;
	justify-content: space-between;
}

.insight-btn {
	display: flex;
	width: 100%;
	height: 100%;
	padding-top: 16px;
	flex-direction: column;
	justify-content: flex-start;
	/* align-items: flex-end; */
	/* margin-top: -41px; */
	line-height: 2;
	font-size: 12px;
	/* cursor: pointer; */
	color: #333;
	grid-row: 1/3;
	grid-column: 2/3;
}

.insight-btn:hover .iconfont {
	opacity: 0.8;
}

.insight-chart-box {
	display: grid;
	width: 1170px;
	margin-top: 40px;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
}

.database-box {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0 0 40px;
	background: #f5f5f5;
	justify-content: center;
}

.insight-chart-item {
	display: flex;
	padding: 30px 0 40px;
	border-radius: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #999;
	/* border-bottom: none; */
	box-sizing: border-box;
	overflow: hidden;
	/* border-bottom-left-radius: 0; */
	/* border-bottom-right-radius: 0; */
}

.insight-chart-item-text {
	font-size: 16px;
	color: #333;
	/* margin-bottom: -20px; */
	letter-spacing: 2px;
}

.insight-chart-container {
	display: flex;
	width: 300px;
	height: 300px;
	/* margin-top: -20px; */
	/* margin-bottom: -20px; */
}

.insight-text:nth-child(2) {
	/* font-size: 14px; */
	/* color: #666; */
	
}

.insight-chart-item-text-tips {
	font-size: 12px;
	color: #666;
}

.insight-btn .iconfont {
	height: 32px;
	line-height: 32px;
	font-size: 32px;
	margin-left: 10px;
	color: #004ea2;
}

.page-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 60px 0;
	margin: 0 auto;
	justify-content: center;
	align-items: flex-start;
}

.insight-type-box {
	display: block;
	width: 100%;
	/* margin-right: 30px; */
}

.relate-group-item.only-text {
	display: flex;
	height: 32px;
	flex-direction: row;
	padding: 0 15px;
	margin-bottom: 0;
	background: none;
	box-shadow: none;
	align-items: center;
	font-size: 15px;
	letter-spacing: 1px;
}

.only-text .relate-group-name {
	font-size: 16px;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1;
	text-overflow: ellipsis;
	font-weight: normal;
}

.relate-group-num {
	width: 32px;
	min-width: 32px;
	line-height: 1;
	font-size: 13px;
	color: #333;
}

.only-text:hover .relate-group-name {
	color: #188373;
}

.insight-type-item {
	display: block;
	position: relative;
	width: 1170px;
	border-radius: 5px;
	padding: 40px 0;
	margin: 0 auto;
	border-radius: 10px;
	/* box-shadow: 0 5px 5px #e7e7e7; */
	border: 1px solid #999;
	background: #fff;
	font-size: 15px;
	color: #333;
	line-height: 1.75;
	text-align: center;
}

.insight-type-title {
	display: block;
	width: 100%;
	padding-bottom: 40px;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 10px;
	color: #333;
	text-align: center;
}

.insight-type-list {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.insight-type-list-item {
	display: flex;
	padding: 0;
	border-radius: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	/* border: 1px solid #999; */
	box-sizing: border-box;
	overflow: hidden;
}

.insight-type-list-item-text {
	font-size: 16px;
	color: #333;
	/* margin-bottom: -20px; */
	letter-spacing: 2px;
}

.insight-type-list-item-text-tips {
	font-size: 12px;
	color: #666;
}

.insight-type-list-chart {
	/* margin-top: -20px; */
	/* margin-bottom: -20px; */
	
}

.insight-header {
	display: grid;
	width: 100%;
	grid-template-columns: 771px 160px;
	grid-template-rows: auto auto;
	align-items: flex-start;
	justify-content: space-between;
}

.insight-btn>div:first-child {
	display: flex;
	width: 100%;
	height: 32px;
	align-items: center;
	/* margin-bottom: 6px; */
	/* font-size: 20px; */
	/* letter-spacing: 1px; */
	cursor: pointer;
	/* color: #004ea2; */
	line-height: 1;
}

.banner-box {
	display: flex;
	width: 100%;
	padding: 40px 0;
	background: #E5EBE9;
	justify-content: center;
}

.banner-box .banner-img {
	width: 1170px;
}

.relate-group-box.only-text-box {
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 0;
	padding-bottom: 100px;
}

.insight-btn>div:last-child {
	width: 100%;
	margin-top: 3px;
	text-align: left;
}

.enn-list-box, .enn-maths-list-box, .enn-physics-list-box,
	.enn-chemistry-list-box {
	display: grid;
	width: 100%;
	padding: 0 50px;
	grid-template-columns: repeat(3, 1fr);
	box-sizing: border-box;
	grid-column-gap: 20px;
	font-size: 12px;
	line-height: 2;
	color: #333;
}

.enn-list-item, .enn-maths-list-item, .enn-physics-list-item,
	.enn-chemistry-list-item, .mbti-list-item, .mbti-maths-list-item,
	.mbti-physics-list-item, .mbti-chemistry-list-item, .disc-list-item,
	.disc-maths-list-item, .disc-physics-list-item,
	.disc-chemistry-list-item {
	display: grid;
	grid-template-columns: 12px 40px 1fr;
	align-items: center;
}

.enn-list-item-color, .enn-maths-list-item-color, .enn-physics-list-item-color, .enn-chemistry-list-item-color, .mbti-list-item-color, .mbti-maths-list-item-color, .mbti-physics-list-item-color, .mbti-chemistry-list-item-color, .disc-list-item-color, .disc-maths-list-item-color, .disc-physics-list-item-color, .disc-chemistry-list-item-color, .enn-overview-color, .mbti-overview-color, .disc-overview-color,.disc-list1-item-color {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.enn-list-item-name, .enn-maths-list-item-name, .enn-physics-list-item-name, .enn-chemistry-list-item-name, .mbti-list-item-name, .mbti-maths-list-item-name, .mbti-physics-list-item-name, .mbti-chemistry-list-item-name, .disc-list-item-name, .disc-maths-list-item-name, .disc-physics-list-item-name, .disc-chemistry-list-item-name,.disc-list1-item-name {
	padding-left: 10px;
	letter-spacing: 2px;
	text-align: left;
}

.mbti-list-box, .mbti-maths-list-box, .mbti-physics-list-box,
	.mbti-chemistry-list-box, .disc-list-box, .disc-maths-list-box,
	.disc-physics-list-box, .disc-chemistry-list-box {
	display: grid;
	width: 100%;
	padding: 0 20px;
	grid-template-columns: repeat(4, 1fr);
	box-sizing: border-box;
	grid-column-gap: 10px;
	font-size: 12px;
	line-height: 2;
	color: #333;
}

.mbti-list-item, .mbti-maths-list-item, .mbti-physics-list-item,
	.mbti-chemistry-list-item {
	grid-template-columns: 12px 45px 1fr;
}

.mbti-list-item-name, .mbti-maths-list-item-name,
	.mbti-physics-list-item-name, .mbti-chemistry-list-item-name {
	letter-spacing: 0;
	text-align: left;
}

.disc-list-box, .disc-maths-list-box, .disc-physics-list-box,
	.disc-chemistry-list-box {
	padding: 0 50px;
	grid-template-columns: repeat(3, 1fr);
}

.enn-maths-list-item-color, .enn-physics-list-item-color,
	.enn-chemistry-list-item-color {
	visibility: hidden;
}

.mbti-maths-list-item-color, .mbti-physics-list-item-color,
	.mbti-chemistry-list-item-color {
	visibility: hidden;
}

.disc-maths-list-item-color, .disc-physics-list-item-color,
	.disc-chemistry-list-item-color {
	visibility: hidden;
}

.enn-maths-list-item-num, .enn-physics-list-item-num,
	.enn-chemistry-list-item-num {
	text-align: left;
}

.mbti-maths-list-item-num, .mbti-physics-list-item-num,
	.mbti-chemistry-list-item-num {
	text-align: left;
}

.disc-maths-list-item-num, .disc-physics-list-item-num,
	.disc-chemistry-list-item-num {
	text-align: left;
}

.enn-overview-box,.mbti-overview-box,.disc-overview-box {
	display: grid;
	grid-template-columns: 400px 1fr;
	align-items: center;
}

.enn-overview-chart,.mbti-overview-chart,.disc-overview-chart {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.enn-overview-table-box, .mbti-overview-table-box, .disc-overview-table-box{
    padding: 0 70px 0 70px;
}

.enn-overview-table-item, .mbti-overview-table-item, .disc-overview-table-item {
    display: flex;
    width: 100%;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    align-items: center;
    text-align: left;
}

.enn-overview-name, .mbti-overview-name, .disc-overview-name {
    display: block;
    width: 80px;
    padding-left: 20px;
    line-height: 1;
}

.enn-overview-num, .enn-overview-percent,
.mbti-overview-num, .mbti-overview-percent,
.disc-overview-num, .disc-overview-percent {
    display: block;
    width: 100px;
    line-height: 1;
    padding: 0 20px;
    text-align: right;
}

.enn-overview-progress, .mbti-overview-progress, .disc-overview-progress {
    flex: 1;
    display: flex;
    height: 35px;
    padding: 0 0 0 40px;
    align-items: center;
    justify-content: flex-start;
}

.iconfont.icon-star {
    font-size: 14px;
    color: #f5f5f5;
}

.iconfont.selected {
    color: #F8AE00;
}

.enn-list-box {
    padding: 0;
    border-radius: 10px;
    border: 1px solid #999;
    grid-column-gap: 0;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
}

.insight-chart-box:last-child {
    margin-top: 40px;
}

.enn-list-item {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 25px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

.enn-list-item:nth-child(3n) {
    border-right: none;
}

.enn-list-item:nth-child(n+7) {
    border-bottom: none;
}

.mbti-list-item {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 7px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    grid-template-columns: 12px 40px 1fr;
}

.mbti-list-box {
    padding: 0;
    border-radius: 10px;
    border: 1px solid #999;
    grid-column-gap: 0;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
}

.mbti-list-item-name {
    padding-left: 5px;
}

.mbti-list-item:nth-child(4n) {
    border-right: none;
}

.mbti-list-item:nth-child(n+13) {
    border-bottom: none;
}

.disc-list-wrap {
    display: flex;
    width: 100%;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #999;
    grid-column-gap: 0;
    overflow: hidden;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
}

.disc-list-box {
    flex: 1;
    width: auto;
    padding: 0;
    grid-column-gap: 0;
}

.disc-list1-item {
    display: grid;
    width: 125px;
    min-width: 125px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    grid-template-columns: 12px 45px 1fr;
    align-items: center;
    font-size: 12px;
    color: #333;
}

.disc-list1-item:last-child {
    border-bottom: none;
}

.disc-list-item {
    height: 30px;
    line-height: 30px;
    grid-template-columns: 12px 30px 1fr;
    border-bottom: 1px solid #999;
}

.disc-list-item-color {
    visibility: hidden;
}

.disc-list-item-name {
    padding-left: 5px;
    letter-spacing: 0;
}

.disc-list-item:nth-child(n+10) {
    border-bottom: none;
}

.insight-text .data-sourse-link {
    color: #188373;
    cursor: pointer;
}

.insight-type-item:last-child {
    margin-top: 60px;
}

.mbti-chart-box {
    display: flex;
    max-width: 400px;
    padding: 40px 0 0;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    justify-content: center;
}

.insight-type-list-legend {
    display: block;
    /* margin-top: 10px; */
    margin-left: 10px;
    font-size: 12px;
    line-height: 2;
    color: #333;
}

.insight-type-list-legend>div {
    display: flex;
    align-items: center;
}

.color-block {
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
}


.color-block.sj {
  background: #599378;
  border-radius: 4px;
}

.color-block.sp {
  background: #E47E9E;
  border-radius: 4px;
}

.color-block.nt {
  background: #6292B2;
  border-radius: 4px;
}

.color-block.nf {
  background: #9582A9;
  border-radius: 4px;
}


.mbti-type-name1 {
    display: inline-block;
    min-width: 30px;
}