.tab-card-root {
  background-size: 100% 100%;
}

.tab-card-container {
  padding: 100px 0px;
}
.tab-card-container .tab-card-tab-container-style2 {
  height: 68px;
}
.tab-card-container .tab-card-title {
  font-weight: 600;
  font-size: 38px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-bottom: 70px;
}
.tab-card-container .tab-card-tab-container {
  display: flex;
  margin-bottom: 30px;
}
.tab-card-container .tab-card-tab-container .tab-card-tab-item {
  flex: 1 1 auto;
  text-align: center;
  height: 100%;
  position: relative;
}
.tab-card-container .tab-card-tab-container .tab-card-tab-item .tab-card-tabline {
  display: none;
  width: 1px;
  height: 26px;
  background: #A4B7D8;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.tab-card-container .tab-card-tab-container .tab-card-tab-item .nav-link {
  background: #FFFFFF;
  border-radius: 0;
  font-size: 24px;
  color: #666666;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-card-container .tab-card-tab-container .tab-card-tab-item .nav-link:hover {
  background: #1060BC;
  color: white;
}
.tab-card-container .tab-card-tab-container .tab-card-tab-item .nav-link.active {
  background: #1060BC;
  color: white;
}
.tab-card-container .tab-card-tab-container.tab-card-tab-container-style2 .tab-card-tabline {
  display: block;
}
.tab-card-container .tab-card-tab-container.tab-card-tab-container-style2 .tab-card-tabline .tab-card-tab-item:first-child .tab-card-tabline {
  display: none;
}
.tab-card-container .tab-card-content {
  background-color: white;
}
.tab-card-container .tab-card-content .tab-card-content-item {
  background-size: 100% 100%;
  min-height: 420px;
  display: none;
}
.tab-card-container .tab-card-content .tab-card-content-item.active {
  display: flex;
}
.tab-card-container .tab-card-content .tab-card-content-style1 {
  padding: 45px 66px;
}
.tab-card-container .tab-card-content .tab-card-content-style1 .tab-card-content-item-style1-desc {
  flex: 0 0 506px;
  margin-right: 76px;
  text-align: justify;
}
.tab-card-container .tab-card-content .tab-card-content-style1 .tab-card-content-item-style1-desc p {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.tab-card-container .tab-card-content .tab-card-content-style1 .tab-card-content-item-style1-person-cont {
  text-align: justify;
}
.tab-card-container .tab-card-content .tab-card-content-style1 .tab-card-content-item-style1-person-name {
  display: flex;
  position: relative;
  align-items: baseline;
  margin-bottom: 20px;
}
.tab-card-container .tab-card-content .tab-card-content-style1 .tab-card-content-item-style1-person-name .tab-card-name1 {
  color: #333333;
  font-size: 26px;
  margin-right: 20px;
}
.tab-card-container .tab-card-content .tab-card-content-style1 .tab-card-content-item-style1-person-name .tab-card-rank1 {
  color: #333333;
  font-size: 18px;
  margin-right: 15px;
}
.tab-card-container .tab-card-content .tab-card-content-style1 .tab-card-content-item-style1-person-name .tab-card-tag1 {
  font-weight: 600;
  font-size: 14px;
  color: #2B61AD;
  padding: 0 10px;
  border-radius: 20px;
  background-color: #ABDAFF;
}
.tab-card-container .tab-card-content .tab-card-content-style1 .tab-card-content-item-style1-person-name .tab-card-line1 {
  width: 36px;
  height: 3px;
  background: #1060BC;
  position: absolute;
  top: calc(100% + 8px);
}
.tab-card-container .tab-card-content .tab-card-content-style1 .tab-card-content-item-style1-person-name .tab-card-line1 .tab-card-line2 {
  width: 110px;
  height: 1px;
  background: linear-gradient(297deg, rgba(16, 96, 188, 0) 0%, #1060BC 100%);
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}
.tab-card-container .tab-card-content .tab-card-content-style2 {
  padding: 40px 39px;
  justify-content: space-between;
}
.tab-card-container .tab-card-content .tab-card-content-style2 .tab-card-content-item-style2-card {
  width: 221px;
  background: #FFFFFF;
  border: 1px solid #DBE9FF;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 30px 10px 10px 10px;
}
.tab-card-container .tab-card-content .tab-card-content-style2 .tab-card-content-item-style2-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(16, 96, 188, 0.15);
}
.tab-card-container .tab-card-content .tab-card-content-style2 .tab-card-content-item-style2-card .tab-card-content-item-style2-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}
.tab-card-container .tab-card-content .tab-card-content-style2 .tab-card-content-item-style2-card .tab-card-content-item-style2-title {
  width: 100%;
  text-align: center !important;
  font-weight: 600;
  font-size: 21px;
  color: #333333;
  position: relative;
  margin-bottom: 20px;
}
.tab-card-container .tab-card-content .tab-card-content-style2 .tab-card-content-item-style2-card .tab-card-content-item-style2-title .tab-card-line3 {
  width: 44px;
  height: 3px;
  background: #1060BC;
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  transform: translate(-50%, 0);
}
.tab-card-container .tab-card-content .tab-card-content-style2 .tab-card-content-item-style2-card .tab-card-content-item-style2-content {
  width: 92%;
  font-size: 16px;
  color: #666666;
  margin-bottom: 5px;
  padding-left: 12px;
  text-indent: -12px;
}
.tab-card-container .tab-card-content .tab-card-content-style3 {
  padding: 50px;
  justify-content: space-between;
}
.tab-card-container .tab-card-content .tab-card-content-style3 .tab-card-content-item-style3-card {
  background: #FFFFFF;
  width: 421px;
  border: 1px solid #DBE9FF;
}
.tab-card-container .tab-card-content .tab-card-content-style3 .tab-card-content-item-style3-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(16, 96, 188, 0.15);
}
.tab-card-container .tab-card-content .tab-card-content-style3 .tab-card-content-item-style3-card .tab-card-content-item-style3-icon {
  height: 180px;
}
.tab-card-container .tab-card-content .tab-card-content-style3 .tab-card-content-item-style3-card .tab-card-content-item-style3-title {
  font-weight: 600;
  font-size: 21px;
  color: #333333;
  position: relative;
  margin-bottom: 20px;
}
.tab-card-container .tab-card-content .tab-card-content-style3 .tab-card-content-item-style3-card .tab-card-content-item-style3-title .tab-card-line3 {
  width: 44px;
  height: 3px;
  background-color: #1060BC;
  top: calc(100% + 8px);
  position: absolute;
}
.tab-card-container .tab-card-content .tab-card-content-style3 .tab-card-content-item-style3-card .tab-card-content-item-style3-content {
  font-size: 16px;
  color: #666666;
}
.tab-card-container .tab-card-content .tab-card-content-style4 {
  padding: 30px 50px 30px 38px;
  flex-direction: column;
}
.tab-card-container .tab-card-content .tab-card-content-style4 .tab-card-content-item-style4-card {
  display: flex;
  justify-content: space-between;
  height: 46px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(164, 183, 216, 0.3);
}
.tab-card-container .tab-card-content .tab-card-content-style4 .tab-card-content-item-style4-card:hover .tab-card-content-item-style4-title {
  color: #1060BC;
}
.tab-card-container .tab-card-content .tab-card-content-style4 .tab-card-content-item-style4-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.tab-card-container .tab-card-content .tab-card-content-style4 .tab-card-content-item-style4-icon {
  width: 13px;
  height: 16px;
  margin-right: 10px;
}
.tab-card-container .tab-card-content .tab-card-content-style4 .tab-card-content-item-style4-text {
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
}
.tab-card-container .tab-card-content .tab-card-content-style5 {
  padding: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-card-container .tab-card-content .tab-card-content-style5 .tab-card-content-style5-card {
  min-width: 450px;
  max-width: 450px;
  min-height: 172px;
  margin-bottom: 12px;
  margin-right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  padding: 30px 10px;
}
.tab-card-container .tab-card-content .tab-card-content-style5 .tab-card-content-style5-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(16, 96, 188, 0.15);
}
.tab-card-container .tab-card-content .tab-card-content-style5 .tab-card-content-style5-card:nth-child(4) {
  max-width: 715px;
}
.tab-card-container .tab-card-content .tab-card-content-style5 .tab-card-content-style5-card .tab-card-content-style5-div {
  width: 94%;
}
.tab-card-container .tab-card-content .tab-card-content-style5 .tab-card-content-style5-card img {
  width: 47px;
  height: 97px;
}
.tab-card-container .tab-card-content .tab-card-content-style5 .tab-card-content-style5-card p {
  margin: 0px;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 23px;
  word-wrap: break-word;
  width: 100%;
  text-align: center;
}
.tab-card-container .tab-card-content .tab-card-content-style5 .tab-card-content-style5-card:nth-child(3n) {
  margin-right: 0;
}
.tab-card-container .tab-card-content .tab-card-content-style5 .tab-card-content-style5-card .tab-card-content-style5-tit:last-child {
  margin-top: 10px;
  font-weight: 600;
  font-size: 21px;
  color: #333333;
}
.tab-card-container .tab-card-content .tab-card-content-style5 .tab-card-content-style5-card .tab-card-content-style5-sub-tit {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  position: relative;
}
.tab-card-container .tab-card-content .tab-card-content-style5 .tab-card-content-style5-card .tab-card-content-style5-sub-tit .tab-card-line4 {
  position: absolute;
  top: 100%;
  width: 180px;
  height: 2px;
  background: rgba(164, 183, 216, 0.5);
  left: 50%;
  transform: translate(-50%, 0);
}
.tab-card-container .tab-card-content .tab-card-content-style6 {
  padding: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-card-container .tab-card-content .tab-card-content-style6 .tab-card-content-style6-card {
  width: 450px;
  min-height: 172px;
  margin-bottom: 12px;
  margin-right: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  padding: 30px 40px;
}
.tab-card-container .tab-card-content .tab-card-content-style6 .tab-card-content-style6-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(16, 96, 188, 0.15);
}
.tab-card-container .tab-card-content .tab-card-content-style6 .tab-card-content-style6-card p {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 23px;
  word-wrap: break-word;
  width: 96%;
  margin: 0 auto;
  text-align: center;
}
.tab-card-container .tab-card-content .tab-card-content-style6 .tab-card-content-style6-card p:last-child {
  color: #666;
  margin-top: 6px;
}
.tab-card-container .tab-card-content .tab-card-content-style6 .tab-card-content-style6-card p:nth-child(2) {
  line-height: 21px;
  margin-top: 6px;
}
.tab-card-container .tab-card-content .tab-card-content-style6 .tab-card-content-style6-card:nth-child(3n) {
  margin-right: 0;
}

/*# sourceMappingURL=index.css.map */
