@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";
}




.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: 100%;
	margin: 0 auto 20px;
	display: none;
	/* justify-content: space-between; */
}

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;
    /* margin-bottom: 30px; */
    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;
}

@-webkit-keyframes loadding{
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes loadding{
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.2);
		transform: scale(0.3);
		opacity: 0.7;
	}
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

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-text .data-sourse-link {
    color: #188373;
    cursor: pointer;
}

.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: column;
    width: 100%;
    padding: 0 0 40px;
    background: #E5EBE9;
    justify-content: center;
}

.insight-chart-item {
    display: flex;
    padding: 30px 0 40px;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #999;
    box-sizing: border-box;
    overflow: hidden;
}

.insight-chart-item-text {
    font-size: 16px;
    color: #333;
    /* margin-bottom: -20px; */
    letter-spacing: 2px;
}

.insight-chart-container {
    flex: 1;
    display: flex;
    width: 300px;
    height: 300px;
    /* margin-top: -20px; */
    /* margin-bottom: -20px; */
    justify-content: center;
}

.insight-chart-container1 {
    flex: 1;
    display: flex;
    width: 400px;
    height: 400px;
    justify-content: center;
}

.insight-text:nth-child(2) {
    /* font-size: 14px; */
    /* color: #666; */
}

.insight-chart-item-text-tips {
    font-size: 12px;
    color: #666;
}

.insight-btn .iconfont {
    flex: 1;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    color: #004ea2;
    margin-left: 10px;
}

.page-content {
    display: block;
    width: 100%;
    padding: 60px 0;
    justify-content: center;
    align-items: flex-start;
}

.insight-type-box {
    display: block;
    width: 840px;
    margin-right: 30px;
}

.relate-group-item.only-text {
    display: flex;
    height: 32px;
    flex-direction: row;
    padding: 0;
    margin-bottom: 0;
    background: none;
    box-shadow: none;
    align-items: center;
    font-size: 15px;
}

.only-text .relate-group-name {
    font-size: 13px;
    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: 20px;
    min-width: 20px;
    line-height: 1;
    font-size: 13px;
    color: #333;
}

.only-text:hover .relate-group-name {
    color: #188373;
}

.insight-type-item {
    display: flex;
    width: 1170px;
    border-radius: 5px;
    padding: 40px 40px 60px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 10px;
    align-items: center;
    /* box-shadow: 0 5px 5px #e7e7e7; */
    border: 1px solid #999;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 1.75;
}

.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 {
    flex: 1;
    display: grid;
    /* margin-top: 30px; */
    grid-template-rows: repeat(2, 1fr);
    /* grid-column-gap: 30px; */
    /* grid-row-gap: 30px; */
}

.insight-type-list-item {
    display: flex;
    max-width: 400px;
    padding: 20px 0 0;
    border-radius: 10px;
    /* flex-direction: column; */
    align-items: center;
    /* justify-content: center; */
    /* 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;
}


.color-block.siwei {
  background: #579DEF;
  border-radius: 50%;
}

.color-block.qinggan {
  background: #FB8D53;
  border-radius: 50%;
}

.color-block.benneng {
  background: #70AA6D;
  border-radius: 50%;
}

.color-block.zy-g {
  background: #E3625B;
}

.color-block.zy-z {
  background: #e3d45b;
}

.color-block.zy-d {
  background: #579DEF;
}

.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;
}




.color-block.d-type {
  background: #ea6659;
  border-radius: 50%;
}

.color-block.i-type {
  background: #eabe40;
  border-radius: 50%;
}

.color-block.s-type {
  background: #669854;
  border-radius: 50%;
}

.color-block.c-type {
  background: #6da8d0;
  border-radius: 50%;
}

.insight-type-list-legend {
    display: block;
    /* margin-top: 10px; */
    margin-left: 10px;
    font-size: 14px;
    line-height: 2;
    color: #333;
}

.insight-type-list-legend>div {
    display: flex;
    align-items: center;
}

.color-block {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.chart {
    width: 100%;
}

.chart li {
    display: flex;
    margin: 10px auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.chart-text {
    min-width: 20px;
    text-align: center;
}


.chart-bar-box {
	flex: 1;
	display: flex;
	height: 30px;
	padding: 0 10px;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
}

.chart-bar {
	flex: 1;
	display: flex;
	position: relative;
	min-height: 27px;
	margin: 0 2px;
	padding: 2px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.chart-bar {
    min-height: 30px;
    padding: 5px;
}

.left {
	justify-content: flex-end;
}

.right {
	justify-content: flex-start;
}

.chart-score {
	background: #6292b2;
	/* background: #92c1ec; */
	font-size: 12px;
	/* font-weight: bold; */
	white-space: nowrap;
}


.chart-score-text {
    position: absolute;
    font-size: 14px;
    line-height: 21px;
    color: #666;
}

.left .chart-score-text {
    left: 10px;
}

.right .chart-score-text {
    right: 10px;
}

.insight-type-list-item {
    /* justify-content: center; */
}

.mbti-type-name1 {
    display: inline-block;
    min-width: 30px;
}

.direcion-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    /* margin-bottom: 30px; */
}


.direction-box {
	flex-direction: column;
	width: 100%;
	/* height: 95px; */
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}

.direction-text p:last-child {
	text-align: justify;
	text-align-last: justify;
}


.diretion-title-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    line-height: 1;
}

p.direction-text-title {
	flex:1;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

.direction-value {
    width: 50px;
    text-align: center;
    line-height: 1;
}

.direction-tips-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.direction-tips-box p {
    display: block;
    width: 160px;
    line-height: 2;
    text-align: justify;
    text-align-last: justify;
    font-size: 12px;
    color: #666;
}

.direction-bar:nth-child(3) {
    justify-content: flex-start;
}


.direction-tips-box p:last-child {
    text-align: right;
}


.direction-bar-box {
    flex: 1;
    display: flex;
    height: 38px;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 0;
    margin: 10px 0;
    box-sizing: border-box;
}


.direction-value {
    width: 70px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}



.direction-bar {
    display: flex;
    flex: 1;
    height: 16px;
    margin: 0 1px;
    justify-content: flex-end;
}

.renwu {
    /* width: 20%; */
    background: #ea6659;
}

.renji {
    background: #669854;
}

.direction-bar-box .direction-bar:last-child {
    justify-content: flex-start;
}

.direction-tips {
    display: flex;
    padding: 0 50px;
    margin: 10px 0;
    justify-content: space-between;
    color: #777;
    font-size: 15px;
    /* letter-spacing: 1; */
}

.direction-tips p {
    /* flex: 1; */
}

.zhudong {
    width: 70%;
    background: #eabe40;
}

.beidong {
    /* width: 30%; */
    background: #6da8d0;
}


.direction-box:last-child {
    margin-top: 30px;
}


.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;
}


.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;
}


.insight-btn>div:last-child {
    width: 100%;
    margin-top: 3px;
    text-align: left;
}



.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;
}


.enn-list-item, .mbti-list-item, .disc-list-item {
	display: grid;
	grid-template-columns: 12px 40px 1fr;
	align-items: center;
}


.enn-list-item-color, .mbti-list-item-color, .disc-list-item-color,.disc-list1-item-color {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.enn-list-item-name, .mbti-list-item-name, .disc-list-item-name,.disc-list1-item-name {
	padding-left: 10px;
	letter-spacing: 2px;
	text-align: left;
}


.enn-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-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-box, .disc-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-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 {
    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-item:nth-child(4n) {
    border-right: none;
}

.mbti-list-item:nth-child(n+13) {
    border-bottom: none;
}

.mbti-list-item-name {
	letter-spacing: 0;
	text-align: left;
	padding-left: 5px;
}


.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:nth-child(n+10) {
    border-bottom: none;
}


.disc-list-box, .disc-maths-list-box, .disc-physics-list-box, .disc-chemistry-list-box {
    padding: 0 50px;
    grid-template-columns: repeat(3, 1fr);
}

.disc-list-box {
    flex: 1;
    width: auto;
    padding: 0;
    grid-column-gap: 0;
}

.disc-list-item-name {
    padding-left: 5px;
    letter-spacing: 0;
}