* {
  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;
}
.offcanvas-end {
  width: 50%;
}
.offcanvas-end .offcanvas-body {
  text-align: center;
}
.offcanvas-end .offcanvas-body ul {
  padding: 0;
}
.offcanvas-end .offcanvas-body ul li {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
.offcanvas-end .offcanvas-body ul li a {
  color: #2E1F4A;
  padding-bottom: 10px;
}
.offcanvas-end .offcanvas-body ul li .active {
  color: #8965CF;
  border-bottom: #8965CF 2px solid;
  bottom: -20px;
}
.topNav {
  background: #edecf2;
  height: 56px;
  width: 100%;
}
.topNav .navs {
  width: 1200px;
  height: 56px;
  margin: 0 auto;
  padding: 0;
}
.topNav .navs li {
  height: 100%;
  width: 6.25%;
  box-sizing: border-box;
  float: left;
  transform: translateX(-15px);
  cursor: pointer;
  text-align: center;
}
.topNav .navs li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 16px;
  line-height: 56px;
  border-radius: 0;
  color: #2E1F4A;
}
.topNav .navs li:hover a {
  font-weight: 600;
  color: #8965CF;
  background: transparent;
}
.topNav .navs .active {
  font-weight: 600;
  background-color: #8965CF;
}
.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;
}
.document .document_text {
  background: #fff;
  border-right: 20px solid #f8f7fb;
  overflow: hidden;
  padding: 28px;
  margin-bottom: 80px;
}
.document .document_text .text_title {
  padding: 0;
  font-size: 24px;
  font-weight: 600;
}
.document .document_text .text_head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: end;
  margin-bottom: 20px;
  margin-left: 0;
}
.document .document_text .text_head:after {
  position: absolute;
  content: '';
  width: calc(100% + 56px);
  height: 1px;
  background: #F5F3F8;
  left: 0;
  bottom: -28px;
}
.document .document_text .text_head .user {
  padding: 0;
  margin-top: 10px;
}
.document .document_text .text_head .user img {
  width: 30px;
  height: 30px;
  object-fit: fill;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 8px;
}
.document .document_text .text_head .user .name {
  font-size: 14px;
  color: #2E1F4A;
  margin-right: 40px;
}
.document .document_text .text_head .user .time {
  font-size: 14px;
  color: #B3ACC4;
}
.document .document_text .text_head .signAll {
  padding: 0;
}
.document .document_text .text_head .signAll .sign {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  padding: 4px 8px;
  font-size: 12px;
  background: #EDF0F8;
  font-weight: 500;
}
.document .document_text .text_head .signAll .sign a {
  color: #4A78E8;
}
.document .document_text .text_head .signAll .sign:first-child {
  margin-right: 0;
}
.document .document_text .text_content {
  padding-top: 20px;
  margin-top: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 60px;
}
.document .document_text .text_content img {
  width: 100%;
}
.document .document_text .text_content p {
  margin: 0;
}
.document .document_text .text_content blockquote,
.document .document_text .text_content q {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: 5px solid #ccc;
  color: gray;
}
.document .text_collection {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.document .text_collection .btn_collection1,
.document .text_collection .btn_collection2 {
  height: 64px;
  width: 150px;
  color: white;
  background: #EA8F6B;
  text-align: center;
  border-radius: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.document .text_collection .btn_collection1 svg,
.document .text_collection .btn_collection2 svg {
  margin-right: 5px;
}
.document .text_collection .btn_collection1 .bi-star,
.document .text_collection .btn_collection2 .bi-star {
  color: #fff;
}
.document .text_collection .btn_collection1 label,
.document .text_collection .btn_collection2 label {
  font-size: 18px;
}
.document .text_collection .btn_collection2 {
  background: #FFF1EC;
  color: #EA8F6B;
}
.document .text_collection .btn_collection2 .bi-star {
  color: #F7AB8D;
}
.document .document_recommend {
  overflow: hidden;
  padding: 0;
}
.document .document_recommend .recommend_title {
  font-size: 16px;
  color: #2E1F4A;
  margin-bottom: 20px;
}
.document .document_recommend .cards {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.document .document_recommend .cards .card {
  position: relative;
  width: 100%;
  height: 450px;
  border: none;
  transition: 0.5s;
}
.document .document_recommend .cards .card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 10px 0px rgba(46, 31, 74, 0.2);
}
.document .document_recommend .cards .card:nth-child(n-3) {
  margin-bottom: 30px;
}
.document .document_recommend .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;
}
.document .document_recommend .cards .card img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.document .document_recommend .cards .card .card_bottom {
  position: relative;
  width: 100%;
  padding: 20px;
}
.document .document_recommend .cards .card .card_bottom:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  height: 1px;
  background: #F2F1F8;
}
.document .document_recommend .cards .card .card_bottom .title {
  color: #2E1F4A;
  font-size: 22px;
  font-weight: 600;
  height: 60px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.document .document_recommend .cards .card .card_bottom .time {
  font-size: 14px;
  color: #B3ACC4;
  margin: 12px 0;
  height: 20px;
}
.document .document_recommend .cards .card .card_bottom footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
}
.document .document_recommend .cards .card .card_bottom footer .user {
  width: 140px;
}
.document .document_recommend .cards .card .card_bottom footer .user img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 8px;
}
.document .document_recommend .cards .card .card_bottom footer .user span {
  font-size: 14px;
  font-weight: 600;
}
.document .document_recommend .cards .card .card_bottom footer .signs {
  display: flex;
  justify-content: end;
  height: 25px;
  overflow: hidden;
  flex-wrap: wrap;
}
.document .document_recommend .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;
}
.document .document_recommend .cards .card .card_bottom footer .signs .sign a {
  color: #4A78E8;
}
/*//适配 卡片*/
@media screen and (max-width: 1100px) {
  .card {
    width: 100% !important;
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .document_text {
    border-right: 0 !important;
  }
  .document_text .text_head .sign {
    font-size: 7.2px;
    margin-top: 6px !important;
    margin-right: 6px !important;
    padding: 2.4px 4.8px !important;
  }
}
/*# sourceMappingURL=article.css.map */