* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "PingFang SC", PingFangSC, BlinkMacSystemFont, "思源黑体", "思源宋体", Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", "黑体", Heiti, sans-serif, SimSun, "宋体", serif;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input {
  outline: none;
}
button:active {
  outline: none;
}
ul li {
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}
.row {
  margin: 0;
  padding: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none!important;
  box-shadow: none;
}
.clearFix:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
/*媒体查询*/
html {
  font-size: 16px;
}
/*@media screen and (min-width: 320px) {*/
/*    html {*/
/*        font-size:21.3px;*/
/*    }*/
/*}*/
.main {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .main {
    width: 100% !important;
    padding: 0 20px;
  }
}
@media screen and (max-width: 375px) {
  .main {
    width: 100% !important;
  }
}
/*适配面包屑字体大小*/
@media screen and (max-width: 750px) {
  .breadcrumb {
    font-size: 10px !important;
  }
  .header {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer_head .items {
    width: 100%;
  }
  .footer .footer_head .items:last-child {
    margin: 40px 0 0 0!important;
  }
  .footer .footer_mid .mid_left p span {
    width: 100%;
  }
  .footer .footer_mid .mid_left p span:nth-child(n-1) {
    margin-top: 10px !important;
  }
  .footer .footer_mid .mid_right {
    margin: 40px 0 !important;
  }
}
.hot_1 {
  background: linear-gradient(45deg, #855ad9, #a973f3) !important;
  box-shadow: 0px 0px 8px 0px rgba(82, 55, 135, 0.4);
}
.hot_2 {
  background: linear-gradient(45deg, #4473e5, #6c95f8) !important;
  box-shadow: 0px 0px 8px 0px rgba(71, 118, 231, 0.4);
}
.hot_3 {
  background: linear-gradient(45deg, #ec845b, #f99d78) !important;
  box-shadow: 0px 0px 8px 0px rgba(237, 134, 93, 0.4);
}
.hot_4 {
  background: linear-gradient(45deg, #5bcca1, #88dabb) !important;
  box-shadow: 0px 0px 8px 0px rgba(71, 118, 231, 0.4);
}
.hot_5 {
  background: linear-gradient(45deg, #855ad9, #a973f3) !important;
  box-shadow: 0px 0px 8px 0px rgba(71, 118, 231, 0.4);
}
.hot_6 {
  background: linear-gradient(45deg, #4473e5, #6c95f8) !important;
  box-shadow: 0px 0px 8px 0px rgba(71, 118, 231, 0.4);
}
.hot_7 {
  background: linear-gradient(45deg, #e27708, #e58e52) !important;
  box-shadow: 0px 0px 8px 0px #b39f7d;
}
.hot_8 {
  background: linear-gradient(45deg, #41d3e7, #6cf8b7) !important;
  box-shadow: 0px 0px 8px 0px #25316c;
}
.footer {
  width: 100%;
  background: #413161;
  overflow: hidden;
}
.footer .footer_head {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer_head .items:last-child {
  margin-left: 20px;
}
.footer .footer_head .items h2 {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 12px;
}
.footer .footer_head .items span {
  font-size: 14px;
  color: #8C849B;
}
.footer .footer_mid {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer_mid .mid_left h2 {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 12px;
}
.footer .footer_mid .mid_left p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer_mid .mid_left p span {
  color: #8C849B;
  font-size: 14px;
  margin-right: 40px;
}
.footer .footer_mid .mid_left p span svg {
  color: #8C849B;
}
.footer .footer_mid .mid_right img {
  width: 120px;
  height: 40px;
}
.footer .footer_bottom {
  position: relative;
  line-height: 26px;
  font-size: 13px;
  color: #8C849B;
  text-align: center;
  padding: 20px 0 ;
  width: 100%;
}
.footer .footer_bottom a {
  color: #8C849B;
}
.footer .footer_bottom:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #4B3B6B;
}
.header {
  margin: 0 auto;
  min-height: 88px;
  width: 1200px;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  z-index: 5;
}
.header .head_title {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 21px;
  color: #8965CF;
  text-align: left;
  padding-left: 60px;
}
.header .head_title:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("https://static.jzmbti.com/front/images/logo.png") no-repeat;
  background-size: 40px 40px ;
}
.header .head-nva {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  z-index: 5;
}
.header .head-nva a {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0 10px;
  color: #2E1F4A;
}
.header .head-nva a:hover {
  font-size: 18px;
  color: #8965CF;
  font-weight: 600;
}
.header .head-nva .active {
  color: #8965CF;
  font-weight: 600;
}
.header .head_log {
  display: flex;
  align-items: center;
}
.header .head_log .search {
  position: relative;
  height: 40px;
}
.header .head_log .search input {
  line-height: 40px;
  border: none;
  width: 100%;
  height: 100%;
  background-color: #f0eef5;
  border-radius: 30px;
  text-indent: 14px;
  font-size: 14px;
}
.header .head_log .search svg {
  position: absolute;
  font-size: 25px;
  height: 25px;
  width: 25px;
  right: 25px;
  top: 50%;
  color: #B1AAC1;
  transform: translateY(-50%);
}
.header .head_log .user {
  height: 60px;
  line-height: 60px;
}
.header .head_log .user img {
  width: 38px;
  height: 38px;
  object-fit: fill;
  border-radius: 50%;
}
.header .head_log .user span {
  font-size: 16px;
  color: #2E1F4A;
  margin-left: 16px;
}
.header .head_log .showAside {
  margin-top: 10px;
  float: right;
}
.header .head_log .showAside svg {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
body {
  background: #F8F7FB;
}
.roadNav {
  min-height: 60px;
  display: flex;
  align-items: center;
}
.roadNav nav ol {
  margin-bottom: 0;
}
.roadNav nav ol .breadcrumb-item:last-child a {
  color: #2E1F4A;
  cursor: default;
}
.roadNav nav ol .breadcrumb-item:before {
  content: var(--bs-breadcrumb-divider, ">");
}
.roadNav nav ol .breadcrumb-item:first-child:before {
  content: "";
}
.roadNav nav ol .breadcrumb-item a {
  font-size: 14px;
  color: #918B9D;
}
.roadNav nav ol .breadcrumb-item a:hover {
  color: #8965CF;
}
.person_mid .pic {
  height: 320px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
}
.person_document {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.person_document .person_document_left {
  width: 800px;
}
.person_document .person_document_left .person_base {
  background: #fff;
  border-radius: 8px;
}
.person_document .person_document_left .person_base .person_topPart {
  padding-top: 28px;
  position: relative;
}
.person_document .person_document_left .person_base .person_topPart .topPart_title {
  overflow: hidden;
  width: 100%;
  padding-left: 28px;
}
.person_document .person_document_left .person_base .person_topPart .topPart_title .english {
  font-size: 12px;
  color: #36235C;
  line-height: 15px;
}
.person_document .person_document_left .person_base .person_topPart .topPart_title .chinese {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.person_document .person_document_left .person_base .person_topPart .topPart_title .chinese span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #2E1F4A;
}
.person_document .person_document_left .person_base .person_topPart .topPart_title .chinese .square {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #EBE8EF;
  bottom: 6px;
  right: -4px;
  z-index: -1;
}
.person_document .person_document_left .person_base .person_topPart .topPart_title .chinese:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 116%;
  height: 30px;
  width: 800px;
  border-bottom: #F5F3F8 solid 1px;
}
.person_document .person_document_left .person_base .person_bottomPart {
  padding: 22px 28px 80px 28px;
  font-size: 16px;
  color: #2E1F4A;
  line-height: 2;
  margin-bottom: 25px;
}
.person_document .person_document_left .person_letter {
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
}
.person_document .person_document_left .person_letter .person_topPart {
  padding-top: 28px;
  position: relative;
}
.person_document .person_document_left .person_letter .person_topPart .topPart_title {
  overflow: hidden;
  width: 100%;
  padding-left: 28px;
}
.person_document .person_document_left .person_letter .person_topPart .topPart_title .english {
  font-size: 12px;
  color: #36235C;
  line-height: 15px;
}
.person_document .person_document_left .person_letter .person_topPart .topPart_title .chinese {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.person_document .person_document_left .person_letter .person_topPart .topPart_title .chinese span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #2E1F4A;
}
.person_document .person_document_left .person_letter .person_topPart .topPart_title .chinese .square {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #EBE8EF;
  bottom: 6px;
  right: -4px;
  z-index: -1;
}
.person_document .person_document_left .person_letter .person_topPart .topPart_title .chinese:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 116%;
  height: 30px;
  width: 800px;
  border-bottom: #F5F3F8 solid 1px;
}
.person_document .person_document_left .person_letter .person_bottomPart {
  padding: 22px 28px 80px 28px;
  font-size: 16px;
  color: #2E1F4A;
  line-height: 2;
  margin-bottom: 25px;
}
.person_document .person_document_left .person_letter .person_bottomPart {
  padding-top: 0;
}
.person_document .person_document_left .person_letter .person_bottomPart .letters {
  display: flex;
  flex-wrap: wrap;
}
.person_document .person_document_left .person_letter .person_bottomPart .letters .letter {
  width: 50%;
}
.person_document .person_document_left .person_letter .person_bottomPart .letters .letter:nth-of-type(n-2) {
  margin-top: 26px;
}
.person_document .person_document_left .person_letter .person_bottomPart .letters .letter span:nth-of-type(1) {
  font-size: 14px;
  font-weight: 700;
  color: #36235C;
  margin-right: 8px;
}
.person_document .person_document_left .person_letter .person_bottomPart .letters .letter span:nth-of-type(2) {
  display: inline-block;
  width: 38px;
  height: 18px;
  background: url("https://static.jzmbti.com/front/images/letter_square.png");
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
  color: #36235C;
  margin-right: 8px;
}
.person_document .person_document_left .person_letter .person_bottomPart .letters .letter span:nth-of-type(3) {
  font-size: 14px;
  font-weight: 400;
  color: #2E1F4A;
}
.person_document .person_document_left .person_character {
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
}
.person_document .person_document_left .person_character .person_topPart {
  padding-top: 28px;
  position: relative;
}
.person_document .person_document_left .person_character .person_topPart .topPart_title {
  overflow: hidden;
  width: 100%;
  padding-left: 28px;
}
.person_document .person_document_left .person_character .person_topPart .topPart_title .english {
  font-size: 12px;
  color: #36235C;
  line-height: 15px;
}
.person_document .person_document_left .person_character .person_topPart .topPart_title .chinese {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.person_document .person_document_left .person_character .person_topPart .topPart_title .chinese span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #2E1F4A;
}
.person_document .person_document_left .person_character .person_topPart .topPart_title .chinese .square {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #EBE8EF;
  bottom: 6px;
  right: -4px;
  z-index: -1;
}
.person_document .person_document_left .person_character .person_topPart .topPart_title .chinese:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 116%;
  height: 30px;
  width: 800px;
  border-bottom: #F5F3F8 solid 1px;
}
.person_document .person_document_left .person_character .person_bottomPart {
  padding: 22px 28px 80px 28px;
  font-size: 16px;
  color: #2E1F4A;
  line-height: 2;
  margin-bottom: 25px;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_you {
  position: relative;
  overflow: hidden;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_you .bg_you {
  z-index: 0;
  position: absolute;
  width: 744px;
  height: 144px;
  background: url("https://static.jzmbti.com/front/images/bg_you.png") no-repeat;
  top: 0;
  left: 0;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_you .cards {
  margin-left: 30px;
  position: relative;
  margin-top: 12px;
  z-index: 1;
  background: #F9F7FB;
  width: 100% -86px;
  padding: 0 20px;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_you .cards .text_card {
  padding: 20px 0 20px 0;
  border-bottom: solid 1px #f1e8fa;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_you .cards .text_card .text_card_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #2e1f4a;
  margin-bottom: 12px;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_you .cards .text_card .text_card_content {
  font-size: 14px;
  line-height: 23px;
  color: #2E1F4A;
  font-weight: 400;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_lie {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_lie .bg_you {
  z-index: 0;
  position: absolute;
  width: 744px;
  height: 144px;
  background: url("https://static.jzmbti.com/front/images/bg_you.png") no-repeat;
  top: 0;
  left: 0;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_lie .cards {
  margin-left: 30px;
  position: relative;
  margin-top: 12px;
  z-index: 1;
  background: #F9F7FB;
  width: 100% -86px;
  padding: 0 20px;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_lie .cards .text_card {
  padding: 20px 0 20px 0;
  border-bottom: solid 1px #f1e8fa;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_lie .cards .text_card .text_card_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #2e1f4a;
  margin-bottom: 12px;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_lie .cards .text_card .text_card_content {
  font-size: 14px;
  line-height: 23px;
  color: #2E1F4A;
  font-weight: 400;
}
.person_document .person_document_left .person_character .person_bottomPart .bottom_lie .bg_lie {
  z-index: 0;
  position: absolute;
  width: 744px;
  height: 144px;
  background: url("https://static.jzmbti.com/front/images/bg_you.png") no-repeat;
  top: 0;
  left: 0;
  background: url("https://static.jzmbti.com/front/images/bg_lie.png") no-repeat;
}
.person_document .person_document_left .person_famous {
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
}
.person_document .person_document_left .person_famous .person_topPart {
  padding-top: 28px;
  position: relative;
}
.person_document .person_document_left .person_famous .person_topPart .topPart_title {
  overflow: hidden;
  width: 100%;
  padding-left: 28px;
}
.person_document .person_document_left .person_famous .person_topPart .topPart_title .english {
  font-size: 12px;
  color: #36235C;
  line-height: 15px;
}
.person_document .person_document_left .person_famous .person_topPart .topPart_title .chinese {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.person_document .person_document_left .person_famous .person_topPart .topPart_title .chinese span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #2E1F4A;
}
.person_document .person_document_left .person_famous .person_topPart .topPart_title .chinese .square {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #EBE8EF;
  bottom: 6px;
  right: -4px;
  z-index: -1;
}
.person_document .person_document_left .person_famous .person_topPart .topPart_title .chinese:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 116%;
  height: 30px;
  width: 800px;
  border-bottom: #F5F3F8 solid 1px;
}
.person_document .person_document_left .person_famous .person_bottomPart {
  padding: 22px 28px 80px 28px;
  font-size: 16px;
  color: #2E1F4A;
  line-height: 2;
  margin-bottom: 25px;
}
.person_document .person_document_left .person_famous .person_bottomPart {
  padding-top: 0;
}
.person_document .person_document_left .person_famous .person_bottomPart .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.person_document .person_document_left .person_famous .person_bottomPart .images img {
  margin-top: 28px;
  width: 170px;
  height: 100%;
  object-fit: cover;
}
.person_document .person_document_left .person_together {
  overflow: hidden;
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
}
.person_document .person_document_left .person_together .person_topPart {
  padding-top: 28px;
  position: relative;
}
.person_document .person_document_left .person_together .person_topPart .topPart_title {
  overflow: hidden;
  width: 100%;
  padding-left: 28px;
}
.person_document .person_document_left .person_together .person_topPart .topPart_title .english {
  font-size: 12px;
  color: #36235C;
  line-height: 15px;
}
.person_document .person_document_left .person_together .person_topPart .topPart_title .chinese {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.person_document .person_document_left .person_together .person_topPart .topPart_title .chinese span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #2E1F4A;
}
.person_document .person_document_left .person_together .person_topPart .topPart_title .chinese .square {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #EBE8EF;
  bottom: 6px;
  right: -4px;
  z-index: -1;
}
.person_document .person_document_left .person_together .person_topPart .topPart_title .chinese:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 116%;
  height: 30px;
  width: 800px;
  border-bottom: #F5F3F8 solid 1px;
}
.person_document .person_document_left .person_together .person_bottomPart {
  padding: 22px 28px 80px 28px;
  font-size: 16px;
  color: #2E1F4A;
  line-height: 2;
  margin-bottom: 25px;
}
.person_document .person_document_left .person_together .person_bottomPart {
  position: relative;
  filter: blur(3px);
}
.person_document .person_document_left .person_together .person_bottomPart .people {
  position: absolute;
  opacity: 0.14;
  bottom: 0;
  right: 0;
  display: flex;
}
.person_document .person_document_left .person_together .person_bottomPart .people img {
  height: 180px;
  margin-right: 28px;
}
.person_document .person_document_left .person_together .unlock {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 28px;
}
.person_document .person_document_left .person_together .unlock a {
  display: inline-block;
  width: 172px;
  height: 46px;
  background: linear-gradient(180deg, #936edd, #704cb6);
  border-radius: 27px;
  text-align: center;
  line-height: 46px;
  color: #fff;
}
.person_document .person_document_left .person_grow {
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
}
.person_document .person_document_left .person_grow .person_topPart {
  padding-top: 28px;
  position: relative;
}
.person_document .person_document_left .person_grow .person_topPart .topPart_title {
  overflow: hidden;
  width: 100%;
  padding-left: 28px;
}
.person_document .person_document_left .person_grow .person_topPart .topPart_title .english {
  font-size: 12px;
  color: #36235C;
  line-height: 15px;
}
.person_document .person_document_left .person_grow .person_topPart .topPart_title .chinese {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.person_document .person_document_left .person_grow .person_topPart .topPart_title .chinese span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #2E1F4A;
}
.person_document .person_document_left .person_grow .person_topPart .topPart_title .chinese .square {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #EBE8EF;
  bottom: 6px;
  right: -4px;
  z-index: -1;
}
.person_document .person_document_left .person_grow .person_topPart .topPart_title .chinese:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 116%;
  height: 30px;
  width: 800px;
  border-bottom: #F5F3F8 solid 1px;
}
.person_document .person_document_left .person_grow .person_bottomPart {
  padding: 22px 28px 80px 28px;
  font-size: 16px;
  color: #2E1F4A;
  line-height: 2;
  margin-bottom: 25px;
}
.person_document .person_document_left .person_grow .person_bottomPart {
  padding-top: 0;
}
.person_document .person_document_left .person_grow .person_bottomPart .grow_card {
  margin-top: 20px;
}
.person_document .person_document_left .person_grow .person_bottomPart .grow_card:last-child .grow_card_title {
  background: #EA8F6B;
}
.person_document .person_document_left .person_grow .person_bottomPart .grow_card:last-child .grow_title_bg {
  background: url("https://static.jzmbti.com/front/images/grow_2.png");
}
.person_document .person_document_left .person_grow .person_bottomPart .grow_card .grow_card_title {
  position: relative;
  width: 100%;
  background: #8965CF;
  height: 48px;
  padding-left: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
}
.person_document .person_document_left .person_grow .person_bottomPart .grow_card .grow_card_title .grow_title_bg {
  position: absolute;
  background: url("https://static.jzmbti.com/front/images/grow_1.png");
  height: 44px;
  width: 64px;
  right: 20px;
  top: 4px;
}
.person_document .person_document_left .person_grow .person_bottomPart .grow_card .grow_card_content {
  width: 100%;
  padding: 20px;
  filter: blur(3px);
  background: rgba(255, 255, 255, 0.4);
}
.person_document .person_document_left .person_workplace {
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
}
.person_document .person_document_left .person_workplace .person_topPart {
  padding-top: 28px;
  position: relative;
}
.person_document .person_document_left .person_workplace .person_topPart .topPart_title {
  overflow: hidden;
  width: 100%;
  padding-left: 28px;
}
.person_document .person_document_left .person_workplace .person_topPart .topPart_title .english {
  font-size: 12px;
  color: #36235C;
  line-height: 15px;
}
.person_document .person_document_left .person_workplace .person_topPart .topPart_title .chinese {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.person_document .person_document_left .person_workplace .person_topPart .topPart_title .chinese span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #2E1F4A;
}
.person_document .person_document_left .person_workplace .person_topPart .topPart_title .chinese .square {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #EBE8EF;
  bottom: 6px;
  right: -4px;
  z-index: -1;
}
.person_document .person_document_left .person_workplace .person_topPart .topPart_title .chinese:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 116%;
  height: 30px;
  width: 800px;
  border-bottom: #F5F3F8 solid 1px;
}
.person_document .person_document_left .person_workplace .person_bottomPart {
  padding: 22px 28px 80px 28px;
  font-size: 16px;
  color: #2E1F4A;
  line-height: 2;
  margin-bottom: 25px;
}
.person_document .person_document_left .person_workplace .person_bottomPart {
  padding-top: 8px;
}
.person_document .person_document_left .person_workplace .person_bottomPart .workplace_card {
  margin-top: 12px;
}
.person_document .person_document_left .person_workplace .person_bottomPart .workplace_card .workplace_card_title .workplace_number {
  float: left;
  width: 32px;
  height: 32px;
  background: url("https://static.jzmbti.com/front/images/bg_num.png");
  background-size: 100% 100%;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.person_document .person_document_left .person_workplace .person_bottomPart .workplace_card .workplace_card_title .workplace_letter {
  float: left;
  margin-left: 12px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #523787;
  font-weight: 700;
}
.person_document .person_document_left .person_workplace .person_bottomPart .workplace_card .workplace_card_content {
  padding-left: 44px;
  filter: blur(3px);
}
.person_document .person_document_left .person_loveBag {
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
}
.person_document .person_document_left .person_loveBag .person_topPart {
  padding-top: 28px;
  position: relative;
}
.person_document .person_document_left .person_loveBag .person_topPart .topPart_title {
  overflow: hidden;
  width: 100%;
  padding-left: 28px;
}
.person_document .person_document_left .person_loveBag .person_topPart .topPart_title .english {
  font-size: 12px;
  color: #36235C;
  line-height: 15px;
}
.person_document .person_document_left .person_loveBag .person_topPart .topPart_title .chinese {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.person_document .person_document_left .person_loveBag .person_topPart .topPart_title .chinese span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #2E1F4A;
}
.person_document .person_document_left .person_loveBag .person_topPart .topPart_title .chinese .square {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #EBE8EF;
  bottom: 6px;
  right: -4px;
  z-index: -1;
}
.person_document .person_document_left .person_loveBag .person_topPart .topPart_title .chinese:after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 116%;
  height: 30px;
  width: 800px;
  border-bottom: #F5F3F8 solid 1px;
}
.person_document .person_document_left .person_loveBag .person_bottomPart {
  padding: 22px 28px 80px 28px;
  font-size: 16px;
  color: #2E1F4A;
  line-height: 2;
  margin-bottom: 25px;
}
.person_document .person_document_left .person_loveBag .person_bottomPart {
  padding-top: 8px;
}
.person_document .person_document_left .person_loveBag .person_bottomPart .workplace_card {
  margin-top: 12px;
}
.person_document .person_document_left .person_loveBag .person_bottomPart .workplace_card .workplace_card_title .workplace_number {
  float: left;
  width: 32px;
  height: 32px;
  background: url("https://static.jzmbti.com/front/images/bg_num.png");
  background-size: 100% 100%;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.person_document .person_document_left .person_loveBag .person_bottomPart .workplace_card .workplace_card_title .workplace_letter {
  float: left;
  margin-left: 12px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #523787;
  font-weight: 700;
}
.person_document .person_document_left .person_loveBag .person_bottomPart .workplace_card .workplace_card_content {
  padding-left: 44px;
  filter: blur(3px);
}
.person_document .person_document_left .person_loveBag .person_bottomPart .workplace_card_title .workplace_number {
  background: url("https://static.jzmbti.com/front/images/bg_love.png") no-repeat !important;
}
.person_document .person_document_right {
  width: 380px;
  top: 5px;
}
.person_document .person_document_right .recommend_title {
  font-size: 16px;
  color: #2E1F4A;
  margin-bottom: 20px;
}
.person_document .person_document_right .cards {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.person_document .person_document_right .cards .card {
  position: relative;
  width: 100%;
  height: 450px;
  border: none;
  transition: 0.5s;
}
.person_document .person_document_right .cards .card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 10px 0px rgba(46, 31, 74, 0.2);
}
.person_document .person_document_right .cards .card:nth-child(n-3) {
  margin-bottom: 30px;
}
.person_document .person_document_right .cards .card .hot {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100px;
  height: 40px;
  border-radius: 0 37px 37px 0;
  background-image: linear-gradient(#855AD9, #A973F3);
  line-height: 37px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-indent: 20px;
  color: white;
  letter-spacing: 1px;
  text-shadow: 0px 1px 0px 0px #8048d0;
}
.person_document .person_document_right .cards .card img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.person_document .person_document_right .cards .card .card_bottom {
  position: relative;
  width: 100%;
  padding: 20px;
}
.person_document .person_document_right .cards .card .card_bottom:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  height: 1px;
  background: #F2F1F8;
}
.person_document .person_document_right .cards .card .card_bottom .title {
  color: #2E1F4A;
  font-size: 22px;
  font-weight: 600;
  height: 60px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.person_document .person_document_right .cards .card .card_bottom .time {
  font-size: 14px;
  color: #B3ACC4;
  margin: 12px 0;
  height: 20px;
}
.person_document .person_document_right .cards .card .card_bottom footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
}
.person_document .person_document_right .cards .card .card_bottom footer .user {
  width: 140px;
}
.person_document .person_document_right .cards .card .card_bottom footer .user img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 8px;
}
.person_document .person_document_right .cards .card .card_bottom footer .user span {
  font-size: 14px;
  font-weight: 600;
}
.person_document .person_document_right .cards .card .card_bottom footer .signs {
  display: flex;
  justify-content: end;
  height: 25px;
  overflow: hidden;
  flex-wrap: wrap;
}
.person_document .person_document_right .cards .card .card_bottom footer .signs .sign {
  right: 20px;
  bottom: 14px;
  padding: 0 10px;
  box-sizing: content-box;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  background: #EDF0F8;
  margin-left: 10px;
}
.person_document .person_document_right .cards .card .card_bottom footer .signs .sign a {
  color: #4A78E8;
}
@media screen and (max-width: 1200px) {
  .person_document_left {
    width: 100% !important;
  }
  .person_document_right {
    width: 100% !important;
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 800px) {
  .person_famous .person_bottomPart .images {
    justify-content: space-around !important;
  }
  .person_famous .person_bottomPart .images .img {
    width: 50% !important;
  }
}
@media screen and (max-width: 450px) {
  .person_famous .person_bottomPart .images {
    justify-content: space-around !important;
  }
  .person_famous .person_bottomPart .images .img {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .person_letter .person_bottomPart .letters .letter {
    width: 100% !important;
  }
}
/*# sourceMappingURL=personality.css.map */