@charset "UTF-8";
:root {
  --theme: #6943ef;
}

body {
  color: #282828;
}

.__ID__.md-home-1 {
  padding-top: 1.5rem;
  padding-bottom: 0.8rem;
  position: relative;
  color: #282828;
  overflow: hidden;
}
.__ID__.md-home-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .__ID__.md-home-1 .layout {
    min-width: 800px;
  }
}
.__ID__.md-home-1 .ho-tit {
  color: #282828;
  line-height: 1;
}
.__ID__.md-home-1 .ho-tit .h2 {
  padding: 0 0.4rem;
}
.__ID__.md-home-1 .ho-tit .hi {
  height: 1em;
}
.__ID__.md-home-1 .desc {
  margin-top: 0.05rem;
}
.__ID__.md-home-1 .btns {
  margin-top: 0.32rem;
}
.__ID__.md-home-1 .more {
  display: inline-flex;
  align-items: center;
  background-color: var(--theme);
  line-height: 1;
  padding: 0.2rem 0.33rem;
  border-radius: 1rem;
}
.__ID__.md-home-1 .more svg {
  width: 1em;
  height: 1em;
  margin-left: 1em;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-1turn);
  }
}
.__ID__.md-home-1 .list {
  margin-top: 0.8rem;
}
.__ID__.md-home-1 .list .li {
  width: calc( 386 / 1200 * 100%);
  margin-right: calc( 20 / 1200 * 100%);
}
.__ID__.md-home-1 .list .li:nth-child(3n) {
  margin-right: 0;
}
.__ID__.md-home-1 .list .dd {
  display: block;
  border-radius: 0.15rem;
  padding: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 0px 0.5rem 0px rgba(0, 0, 0, 0.08);
}
.__ID__.md-home-1 .list .dd::before {
  content: "";
  display: block;
  left: 50%;
  padding-bottom: 200%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  z-index: 0;
  opacity: 0;
  background: conic-gradient(from 180deg at 50% 50%, #9d8cfb 0deg, #ffb395 60deg, transparent 90deg, transparent 180deg, #9d8cfb 180deg, #ffb395 210deg, transparent 270deg);
  z-index: 0;
}
.__ID__.md-home-1 .list .dd:hover::before {
  opacity: 1;
  animation: rotate 5s infinite linear;
}
.__ID__.md-home-1 .list .abox {
  position: relative;
  background-color: #fff;
  border-radius: 0.15rem;
  padding: 0.2rem 0.3rem;
}
.__ID__.md-home-1 .list .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.__ID__.md-home-1 .list .ii {
  width: calc( 22 / 56 * 100%);
  height: calc( 22 / 56 * 100%);
  -o-object-fit: contain;
     object-fit: contain;
}
.__ID__.md-home-1 .list .num {
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.__ID__.md-home-1 .list .n1 {
  font-style: italic;
}
.__ID__.md-home-1 .list .yuan {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  opacity: 0.1;
}
@media screen and (max-width: 900px) {
  .__ID__.md-home-1 .list .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 500px) {
  .__ID__.md-home-1 .list {
    padding: 0 10%;
  }
}

.__ID__.md-home-2 {
  padding-top: 0.9rem;
  padding-bottom: 0.6rem;
  position: relative;
  overflow: hidden;
  position: relative;
}
.__ID__.md-home-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .__ID__.md-home-2 .layout {
    min-width: 800px;
  }
}
.__ID__.md-home-2 .ho-tit {
  color: #282828;
  line-height: 1;
}
.__ID__.md-home-2 .ho-tit .h2 {
  padding: 0 0.4rem;
}
.__ID__.md-home-2 .ho-tit .hi {
  height: 1em;
}
.__ID__.md-home-2 .desc {
  margin-top: 0.25rem;
}
.__ID__.md-home-2 .wrap {
  width: calc(100% + 0.6rem);
  margin-left: -0.3rem;
  margin-top: 0.46rem;
  padding-top: 0.5rem;
  position: relative;
  height: 6.3rem; /* 固定高度 */
  overflow: hidden; /* 隐藏溢出内容 */
  position: relative; /* 相对定位 */
}
.__ID__.md-home-2 .wrap::after {
  content: "";
  width: 100%;
  height: 2.9rem;
  background-image: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
}
.__ID__.md-home-2 .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0.3rem;
}
.__ID__.md-home-2 .li {
  width: 49%;
  margin-bottom: 0.2rem;
}
.__ID__.md-home-2 .li:nth-child(2n) {
  transform: translateY(-0.5rem);
}
.__ID__.md-home-2 .dd {
  display: block;
  height: 100%;
  border-radius: 0.15rem;
  padding: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 0px 0.5rem 0px rgba(0, 0, 0, 0.08);
}
.__ID__.md-home-2 .dd::before {
  content: "";
  display: block;
  left: 50%;
  padding-bottom: 200%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  z-index: 0;
  opacity: 0;
  background: conic-gradient(from 180deg at 50% 50%, #9d8cfb 0deg, #ffb395 45deg, transparent 90deg, transparent 180deg, #9d8cfb 180deg, #ffb395 225deg, transparent 270deg);
  z-index: 0;
}
.__ID__.md-home-2 .dd:hover::before {
  opacity: 1;
  animation: rotate 5s infinite linear;
}
.__ID__.md-home-2 .abox {
  position: relative;
  background-color: #fff;
  border-radius: 0.15rem;
  padding: 0.08rem;
}
.__ID__.md-home-2 .c-pic {
  border-radius: 0.15rem;
}
.__ID__.md-home-2 .img {
  padding-top: calc( 140 / 470 * 100%);
}
.__ID__.md-home-2 .text {
  padding: 0.25rem 0.15rem 0.15rem;
}
.__ID__.md-home-2 .intro {
  margin-top: 0.1rem;
  line-height: calc(26 / 14);
}
.__ID__.md-home-3 {
  padding-top: 0.24rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.__ID__.md-home-3 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .__ID__.md-home-3 .layout {
    min-width: 800px;
  }
}
.__ID__.md-home-3 .ho-tit {
  color: #282828;
  line-height: 1;
}
.__ID__.md-home-3 .ho-tit .h2 {
  padding: 0 0.4rem;
}
.__ID__.md-home-3 .ho-tit .hi {
  height: 1em;
}
.__ID__.md-home-3 .desc {
  margin-top: 0.24rem;
}
.__ID__.md-home-3 .wraps {
  padding: 0.35rem 0;
  overflow: hidden;
}
.__ID__.md-home-3 .wrap {
  width: 100%;
  position: relative;
}
.__ID__.md-home-3 .wrap::before {
  content: "";
  width: 2.85rem;
  height: 100%;
  color: black;
  background-image: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 3;
}
.__ID__.md-home-3 .wrap::after {
  content: "";
  width: 2.85rem;
  height: 100%;
  color: black;
  background-image: linear-gradient(270deg, white, rgba(255, 255, 255, 0));
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 3;
}
.__ID__.md-home-3 .inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0;
}
.__ID__.md-home-3 .list {
  display: inline-block;
  vertical-align: top;
}
.__ID__.md-home-3 .li {
  display: inline-block;
  vertical-align: middle;
  width: 2.85rem;
  margin: 0.1rem;
}
.__ID__.md-home-3 .dd {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 2px;
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
  box-shadow: 5px 0px 0.5rem 0px rgba(0, 0, 0, 0.08);
  white-space: normal;
}
.__ID__.md-home-3 .dd::before {
  content: "";
  display: block;
  left: 50%;
  padding-bottom: 200%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  z-index: 0;
  opacity: 0;
  background: conic-gradient(from 180deg at 50% 50%, #9d8cfb 0deg, #ffb395 45deg, transparent 90deg, transparent 180deg, #9d8cfb 180deg, #ffb395 225deg, transparent 270deg);
  z-index: 0;
}
.__ID__.md-home-3 .dd:hover::before {
  opacity: 1;
  animation: rotate 5s infinite linear;
}
.__ID__.md-home-3 .dd:hover svg {
  opacity: 1;
}
.__ID__.md-home-3 .abox {
  position: relative;
  background-color: #fff;
  border-radius: 0.15rem;
  padding: 0.28rem 0.22rem 0.16rem;
}
.__ID__.md-home-3 .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: flex;
}
.__ID__.md-home-3 .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.__ID__.md-home-3 .title {
  line-height: 1.6;
  height: 3.2em;
  margin-top: 0.22rem;
}
.__ID__.md-home-3 .bot {
  margin-top: 0.2rem;
}
.__ID__.md-home-3 .eye {
  display: inline-flex;
  align-items: center;
  color: #999;
}
.__ID__.md-home-3 .eye i {
  width: 1em;
  height: 1em;
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
}
.__ID__.md-home-3 svg {
  width: 1em;
  height: 1em;
  color: #6943ef;
  opacity: 0;
  transition: 0.5s;
}

.__ID__.md-home-4 {
  padding-top: 0.2rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.__ID__.md-home-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12rem;
  max-width: 92%;
}
@media screen and (min-width: 901px) {
  .__ID__.md-home-4 .layout {
    min-width: 800px;
  }
}
.__ID__.md-home-4 .ho-tit {
  color: #282828;
  line-height: 1;
}
.__ID__.md-home-4 .ho-tit .h2 {
  padding: 0 0.4rem;
}
.__ID__.md-home-4 .ho-tit .hi {
  height: 1em;
}
.__ID__.md-home-4 .navs {
  margin-top: 0.44rem;
}
.__ID__.md-home-4 .navs .swiper-container {
  background-color: #fff;
  border-radius: 1rem;
  display: inline-block;
  max-width: 100%;
  box-shadow: 5px 0px 0.5rem 0px rgba(0, 0, 0, 0.08);
}
.__ID__.md-home-4 .navs .nsw {
  width: auto;
  padding: 0.16rem 0.4rem;
  cursor: pointer;
  border-radius: 1rem;
  transition: 0.5s;
}
.__ID__.md-home-4 .navs .nsw:hover {
  color: #6943ef;
}
.__ID__.md-home-4 .navs .nsw.on {
  color: #fff;
  background-color: #6943ef;
}
.__ID__.md-home-4 .box {
  margin-top: 0.44rem;
  position: relative;
}
.__ID__.md-home-4 .bitem {
  position: absolute;
  left: -200vw;
  top: 0%;
  width: 100%;
  opacity: 0;
}
.__ID__.md-home-4 .bitem.show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.__ID__.md-home-4 .box-left {
  width: calc( 590 / 1200 * 100%);
}
.__ID__.md-home-4 .box-right {
  width: calc( 590 / 1200 * 100%);
  background-color: #ffffff;
  box-shadow: 5px 0px 0.5rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.15rem;
}
.__ID__.md-home-4 .big {
  display: block;
  height: 100%;
  background-color: #fff;
  box-shadow: 5px 0px 0.5rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.08rem 0.08rem 0.15rem 0.15rem;
  overflow: hidden;
}
.__ID__.md-home-4 .big:hover .img {
  transform: scale(1.05);
}
.__ID__.md-home-4 .big:hover .title {
  color: #6943ef;
}
.__ID__.md-home-4 .big .img {
  padding-top: calc( 332 / 590 * 100%);
}
.__ID__.md-home-4 .big .text {
  padding: 0.24rem 0.24rem 0.3rem;
  padding-right: 0.5rem;
  position: relative;
}
.__ID__.md-home-4 .big .title {
  transition: 0.5s;
}
.__ID__.md-home-4 .big svg {
  position: absolute;
  right: 0.25rem;
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  color: #9199af;
}
.__ID__.md-home-4 .list {
  padding: 0 0.25rem;
}
.__ID__.md-home-4 .li {
  padding: 0.3rem 0;
  box-shadow: 0 -1px 0 0 inset #e5eaf4;
}
.__ID__.md-home-4 .li:last-child {
  box-shadow: none;
}
.__ID__.md-home-4 .dd {
  position: relative;
}
.__ID__.md-home-4 .dd:hover .img {
  transform: scale(1.1);
}
.__ID__.md-home-4 .dd:hover .title {
  color: #6943ef;
}
.__ID__.md-home-4 .dd:hover svg {
  color: #6943ef;
}
.__ID__.md-home-4 .dd .c-pic {
  width: calc( 160 / 540 * 100%);
  border-radius: 0.1rem;
}
.__ID__.md-home-4 .dd .img {
  padding-top: calc( 90 / 160 * 100%);
}
.__ID__.md-home-4 .dd .text {
  width: calc( 360 / 540 * 100%);
}
.__ID__.md-home-4 .dd .title {
  transition: 0.5s;
}
.__ID__.md-home-4 .dd svg {
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  color: #9199af;
}
.__ID__.md-home-4 .tags {
  margin-top: 0.14rem;
}
.__ID__.md-home-4 .ti {
  padding: 0 0.1rem;
  background-color: rgba(105, 67, 239, 0.07);
  color: #6943ef;
  line-height: calc( 27 / 12);
  border-radius: 0.05rem;
  margin-right: 0.1rem;
}
@media screen and (max-width: 900px) {
  .__ID__.md-home-4 .box-left {
    width: 100%;
  }
  .__ID__.md-home-4 .box-right {
    width: 100%;
    margin-top: 0.3rem;
  }
}