@charset "UTF-8";
.md-home-0 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.md-home-0 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md-home-0 .ho_sw {
  overflow: hidden;
}
.md-home-0 .img {
  display: block;
  position: relative;
  padding-top: 48.9583333333%;
  overflow: hidden;
}
.md-home-0 .img img,
.md-home-0 .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-home-0 .text {
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: calc( 250 / 940 * 100%);
  opacity: 0;
}
.md-home-0 .txt {
  line-height: 1.25;
}
.md-home-0 .d1 {
  line-height: calc(80 / 60);
  position: relative;
}
.md-home-0 .d2 {
  margin-top: 0.32rem;
}
.md-home-0 .line {
  width: 1em;
  height: 0.04rem;
  background-image: linear-gradient(90deg, #043793 0%, #0079df 100%);
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.md-home-0 .btns {
  margin-top: 0.5rem;
}
.md-home-0 .href {
  display: inline-flex;
  align-items: center;
  padding: 0.05rem;
  padding-left: 0.4rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #043793 0%, #0079df 100%);
}
.md-home-0 .href .icon {
  width: 2.7777777778em;
  height: 2.7777777778em;
  border-radius: 50%;
  background-color: #fff;
  color: var(--theme);
  display: inline-flex;
  margin-left: 0.3rem;
}
.md-home-0 .href svg {
  width: 20%;
  height: 20%;
}
.md-home-0 .bots {
  width: 100%;
  position: absolute;
  bottom: 0.33rem;
  left: 0%;
  z-index: 30;
}
.md-home-0 .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.md-home-0 .swiper-pagination {
  width: auto !important;
  left: auto;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  display: flex;
  flex-direction: column;
}
.md-home-0 .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 1;
  margin: 0.21rem 0;
  position: relative;
  opacity: 0.6;
}
.md-home-0 .swiper-pagination-bullet-active {
  opacity: 1;
}
.md-home-0 .swiper-pagination-bullet-active::before {
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: calc(100% + 0.2rem);
  top: 50%;
  transform: translateY(-50%);
}
.md-home-0 .sbtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.24rem;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  z-index: 30;
  outline: none !important;
  position: relative;
}
.md-home-0 .sbtn:hover {
  filter: none;
}
.md-home-0 .sbtn svg {
  width: 25%;
  height: 25%;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
.md-home-0 .mouse {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  z-index: 30;
}
.md-home-0 .mouse-box {
  line-height: 1;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  animation: jump 3s linear infinite;
}
.md-home-0 .mouse-box svg {
  width: 1em;
  height: 1em;
}
.md-home-0 .mouse-box .mt1 {
  margin-top: 0.18rem;
}
@media screen and (max-width: 500px) {
  .md-home-0 .d2 {
    margin-top: 0.2rem;
  }
  .md-home-0 .d3 {
    margin-top: 0.2rem;
  }
  .md-home-0 .bots {
    bottom: 0.3rem;
  }
  .md-home-0 .swiper-pagination {
    bottom: 0.3rem;
    display: none;
  }
  .md-home-0 .mouse {
    bottom: 0.2rem;
  }
}

.md-home-1 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.md-home-1 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16.8rem;
  max-width: 92%;
}
.md-home-1 .box {
  padding-top: 1.03rem;
  min-height: 41.6666666667vw;
  position: relative;
}
.md-home-1 .mask {
  position: absolute;
  right: 0;
  top: -0.3rem;
  width: 7.7rem;
}
.md-home-1 .text {
  width: 10.8rem;
  width: 13.3rem;
  max-width: 100%;
  position: relative;
}
.md-home-1 .d2 {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(243deg, #af9bfa 0%, #6e60f8 73%, #a24ff7 100%), linear-gradient(#766cf8, #766cf8);
}
.md-home-1 .te1 {
  line-height: 1.25;
}
.md-home-1 .txt {
  line-height: calc(30 / 16);
  margin-top: 0.4rem;
  text-align: justify;
}
.md-home-1 .btns {
  margin-top: 0.4rem;
}
.md-home-1 .more {
  display: inline-flex;
  padding: 0.23rem 0.2rem;
  line-height: 1;
  background-image: linear-gradient(-90deg, #af9bfa 5%, #6e60f8 49%, #a24ff7 100%), linear-gradient(#030101, #030101);
  border-radius: 1rem;
}
.md-home-1 .more svg {
  width: 0.5em;
  height: 1em;
  margin-left: 0.55rem;
}
.md-home-1 .swiper {
  border-radius: 0.4rem;
  margin-top: 0.8rem;
  overflow: hidden;
}
.md-home-1 .img {
  padding-top: calc( 666 / 1680 * 100%);
}
@media screen and (max-width: 900px) {
  .md-home-1 .box {
    padding: 0.5rem 0;
  }
  .md-home-1 .text {
    margin-top: 0.5rem;
  }
}

.md-home-2 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.md-home-2 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16.8rem;
  max-width: 92%;
}
.md-home-2 .cont {
  position: relative;
}
.md-home-2 .h2 {
  margin-bottom: 0.56rem;
}
.md-home-2 .bg {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: calc( 610 / 920 * 100%);
  background-image: linear-gradient(243deg, #af9bfa 0%, #6e60f8 73%, #a24ff7 100%), linear-gradient(#766cf8, #766cf8);
}
.md-home-2 .box {
  position: relative;
}
.md-home-2 .swiper {
  width: calc( 800 / 1680 * 100%);
}
.md-home-2 .swiper2 {
  padding-top: 0.25rem;
}
.md-home-2 .c-pic {
  border-radius: 0.4rem;
}
.md-home-2 .img {
  padding-top: calc( 200 / 370 * 100%);
}
.md-home-2 .text {
  margin-top: 0.43rem;
}
.md-home-2 .title {
  transition: 0.5s;
}
.md-home-2 .intro {
  line-height: calc(30 / 16);
  margin-top: 0.1rem;
}
.md-home-2 .icon {
  width: 1.2em;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.md-home-2 .icon img {
  height: 1em;
}
.md-home-2 .btns {
  position: absolute;
  right: 0;
  bottom: 0;
}
.md-home-2 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  margin-left: 0.2rem;
  z-index: 30;
}
.md-home-2 .sbtn:hover {
  background-color: #fff;
  color: #6e5ff8;
}
.md-home-2 .sbtn svg {
  width: calc( 16 / 60 * 100%);
  height: calc( 16 / 60 * 100%);
}
@media screen and (max-width: 900px) {
  .md-home-2 .swiper {
    width: 100%;
  }
  .md-home-2 .swiper2 {
    /* display: none; */
  }
  .md-home-2 .btns {
    width: 100%;
    position: relative;
    margin-top: 0.3rem;
    justify-content: center;
    display: none;
  }
}

.md-home-3 {
  padding-top: 0.78rem;
  padding-bottom: 0.7rem;
  position: relative;
  overflow: hidden;
}
.md-home-3 .swiper {
  width: 11rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0.58rem;
  position: relative;
}
.md-home-3 .sco {
  overflow: visible;
}
.md-home-3 .sw {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
  transform: scale(0.82);
}
.md-home-3 .swiper-slide-active {
  transform: scale(1);
  transition: 0.5s;
}
.md-home-3 .swiper-slide-active .text {
  opacity: 1;
}
.md-home-3 .swiper-slide-active .img::before {
  opacity: 0;
}
.md-home-3 .img {
  padding-top: calc( 690 / 1100 * 100%);
}
.md-home-3 .img::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.md-home-3 .text {
  width: calc( 940 / 1100 * 100%);
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.4rem 0px rgba(107, 85, 227, 0.24);
  border-radius: 0.4rem;
  padding: 0.4rem;
  padding-top: 0.34rem;
  overflow: hidden;
  opacity: 0;
}
.md-home-3 .text::before {
  content: "";
  width: 100%;
  height: 5px;
  background-image: linear-gradient(-90deg, #af9bfa 5%, #6e60f8 49%, #a24ff7 100%), linear-gradient(#9551f7, #9551f7);
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.md-home-3 .num {
  color: #6e5ff8;
}
.md-home-3 .intro {
  line-height: 1.75;
  margin-top: 0.12rem;
}
.md-home-3 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6e5ff8;
  box-shadow: 0px 0px 0.4rem 0px rgba(107, 85, 227, 0.24);
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.5em);
  z-index: 30;
}
.md-home-3 .sbtn:hover {
  background-image: linear-gradient(-90deg, #af9bfa 5%, #6e60f8 49%, #a24ff7 100%), linear-gradient(#9551f7, #9551f7);
  color: #fff;
}
.md-home-3 .sbtn svg {
  width: calc( 16 / 60 * 100%);
  height: calc( 16 / 60 * 100%);
}
@media screen and (min-width: 901px) {
  .md-home-3 .prev {
    right: calc(100% + 0.66rem);
  }
  .md-home-3 .next {
    left: calc(100% + 0.66rem);
  }
}
@media screen and (max-width: 900px) {
  .md-home-3 .prev {
    left: 0;
  }
  .md-home-3 .next {
    right: 0;
  }
  .md-home-3 .text {
    left: 0.2rem;
    bottom: 0.1rem;
    width: calc(100% - 0.4rem);
  }
}
@media screen and (max-width: 500px) {
  .md-home-3 .intro {
    display: none;
  }
}

.md-home-4 {
  position: relative;
  padding-top: 0.48rem;
  padding-bottom: 0.6rem;
}
.md-home-4 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16.8rem;
  max-width: 92%;
}
.md-home-4 .box {
  margin-top: 0.56rem;
  align-items: center;
}
.md-home-4 .box-left {
  width: calc( 440 / 1680 * 100%);
}
.md-home-4 .box-center {
  width: calc( 620 / 1680 * 100%);
  margin-left: calc( 90 / 1680 * 100%);
  position: relative;
}
.md-home-4 .box-right {
  width: calc( 370 / 1680 * 100%);
  margin-left: calc( 160 / 1680 * 100%);
}
.md-home-4 .swiper {
  position: relative;
  width: 50%;
}
.md-home-4 .sw {
  height: auto;
}
.md-home-4 .sw:hover .img {
  transform: scale(1.1);
}
.md-home-4 .sw:hover .title {
  color: var(--active);
}
.md-home-4 .sw .img {
  padding-top: calc( 500 / 800 * 100%);
}
.md-home-4 .sw .text {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.33rem 0.3rem;
}
.md-home-4 .sw .title {
  margin-top: 0.1rem;
  transition: 0.5s;
}
.md-home-4 .swiper1 {
  /* padding-top: 0.78rem; */
}
.md-home-4 .sw1 .icon {
  display: flex;
}
.md-home-4 .sw1 .icon img {
  height: 1em;
}
.md-home-4 .sw1 .title {
  margin-top: 0.3rem;
}
.md-home-4 .sw1 .intro {
  line-height: 1.75;
  margin-top: 0.3rem;
}
.md-home-4 .sw1 .btns {
  margin-top: 0.82rem;
}
.md-home-4 .sw1 .more {
  display: inline-flex;
  padding: 0.23rem 0.2rem;
  line-height: 1;
  background-image: linear-gradient(-90deg, #af9bfa 5%, #6e60f8 49%, #a24ff7 100%), linear-gradient(#030101, #030101);
  border-radius: 1rem;
  transition: 0.5s;
}
.md-home-4 .sw1 .more:hover {
  transform: translateY(-0.1rem);
}
.md-home-4 .sw1 .more svg {
  width: 0.5em;
  height: 1em;
  margin-left: 0.55rem;
}
.md-home-4 {
  --p: 0.3turn;
}
.md-home-4 .swiper2 {
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  color: rgba(110, 96, 248, 0.1);
  background: conic-gradient(at center, rgba(110, 96, 248, 0.1) 0turn, rgba(110, 96, 248, 0.1) var(--p), #6e60f8 var(--p), #a24ff7 1turn);
}
.md-home-4 .swiper2::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background-color: #fff;
}
.md-home-4 .swiper2 .swiper-container {
  background-color: #ffffff;
  box-shadow: 12px 23px 1.11rem 0px rgba(133, 70, 221, 0.24);
  border-radius: 50%;
  overflow: hidden;
}
.md-home-4 .po {
  width: 0.2rem;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.md-home-4 .po::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: linear-gradient(-90deg, #af9bfa 5%, #6e60f8 49%, #a24ff7 100%), linear-gradient(#9551f7, #9551f7);
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 0.1rem);
  top: -0.1rem;
}
.md-home-4 .sw2 .img {
  padding-top: 100%;
}
.md-home-4 .swiper3 {
  /* padding-top: 1.2rem; */
}
.md-home-4 .swiper3 .swiper-container {
  max-height: 4.7rem;
}
.md-home-4 .sw3 {
  height: auto;
  border-radius: 1rem;
  padding: 0.2rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(110, 95, 248, 0.1);
}
.md-home-4 .sw3:last-child {
  margin-bottom: 0;
}
.md-home-4 .sw3::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-90deg, #af9bfa 5%, #6e60f8 49%, #a24ff7 100%), linear-gradient(#9551f7, #9551f7);
  border-radius: 0.35rem;
  opacity: 0;
}
.md-home-4 .sw3 .te3 {
  position: relative;
}
.md-home-4 .sw3 .ic3 {
  position: relative;
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-home-4 .thumb-active {
  color: #fff;
}
.md-home-4 .thumb-active::before {
  opacity: 1;
}
.md-home-4 .thumb-active .ic3 {
  filter: brightness(0) invert(1);
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.md-home-4 .swiper-pagination {
  left: 0;
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-home-4 .swiper-pagination .swiper-pagination-bullet {
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.1rem;
  background-color: #dbdafa;
  opacity: 1;
}
.md-home-4 .swiper-pagination .swiper-pagination-bullet-active {
  background-image: linear-gradient(-90deg, #af9bfa 5%, #6e60f8 49%, #a24ff7 100%), linear-gradient(#030101, #030101);
}
@media screen and (min-width: 901px) {
  .md-home-4 .list {
    flex-direction: column;
  }
  .md-home-4 .swiper-pagination {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .md-home-4 .list {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .md-home-4 .box-left {
    width: 100%;
  }
  .md-home-4 .box-right {
    width: 100%;
    display: none;
  }
  .md-home-4 .box-center {
    width: 50%;
    margin: 0 auto;
  }
}

/* .md-home-5 {
  padding-top: 0.38rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.md-home-5 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16.8rem;
  max-width: 92%;
}
.md-home-5 .box-left {
  width: calc( 960 / 1680 * 100%);
}
.md-home-5 .box-right {
  width: calc( 680 / 1680 * 100%);
  padding-top: 0.1rem;
}
.md-home-5 .list {
  border-top: 1px solid #f0effe;
  margin-top: 0.6rem;
  overflow-y: auto;
  max-height: 6.8rem;
  padding-right: 0.6rem;
}
.md-home-5 .list::-webkit-scrollbar {
 
  width: 5px; 
  height: 1px;
}
.md-home-5 .list::-webkit-scrollbar-thumb { 
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(110, 95, 248, 0.2);
}
.md-home-5 .list::-webkit-scrollbar-track { 
}
.md-home-5 .li {
  box-shadow: 0px 1px 0px 0px #f0effe;
}
.md-home-5 .dd {
  padding: 0.4rem 0;
}
.md-home-5 .dd:hover .img {
  transform: scale(1.1);
}
.md-home-5 .dd:hover .title {
  color: #6e5ff8;
}
.md-home-5 .dd .c-pic {
  width: calc( 250 / 900 * 100%);
  border-radius: 0.15rem;
}
.md-home-5 .dd .img {
  padding-top: calc( 160 / 250 * 100%);
  height: 100%;
}
.md-home-5 .dd .text {
  width: calc( 600 / 900 * 100%);
}
.md-home-5 .dd .tbox {
  width: 100%;
}
.md-home-5 .dd .time {
  color: #6e5ff8;
}
.md-home-5 .dd .title {
  line-height: calc(30 / 18);
  margin-top: 0.06rem;
  transition: 0.5s;
}
.md-home-5 .dd .intro {
  line-height: calc(30 / 16);
  margin-top: 0.03rem;
}
.md-home-5 .big {
  display: block;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
}
.md-home-5 .big:hover .img {
  transform: scale(1.1);
}
.md-home-5 .big .img {
  padding-top: calc( 850 / 680 * 100%);
}
.md-home-5 .big .text {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  padding: 0.7rem 0.6rem;
}
.md-home-5 .big .title {
  line-height: calc(30 / 24);
  margin-top: 0.2rem;
  transition: 0.5s;
}
.md-home-5 .big .intro {
  line-height: calc(30 / 16);
  margin-top: 0.18rem;
}
@media screen and (max-width: 900px) {
  .md-home-5 .box-left {
    width: 100%;
  }
  .md-home-5 .box-right {
    width: 100%;
  }
  .md-home-5 .list {
    max-height: none;
  }
  .md-home-5 .dd .intro {
    display: none;
  }
  .md-home-5 .big .text {
    padding: 0.5rem;
  }
} */

.md-home-5 {
  padding-top: 0.38rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.md-home-5 .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16.8rem;
  max-width: 92%;
}
.md-home-5 .box {
  margin-top: 0.6rem;
}
.md-home-5 .box-left {
  width: calc( 960 / 1680 * 100%);
  order: 2;
}
.md-home-5 .box-right {
  width: calc( 680 / 1680 * 100%);
    order: 1;
}
.md-home-5 .list {
  border-top: 1px solid #f0effe;
  overflow-y: auto;
  max-height: 6.8rem;
  padding-right: 0.6rem;
}
.md-home-5 .list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.md-home-5 .list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(110, 95, 248, 0.2);
}
.md-home-5 .list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
}
.md-home-5 .li {
  box-shadow: 0px 1px 0px 0px #f0effe;
}
.md-home-5 .dd {
  padding: 0.4rem 0;
}
.md-home-5 .dd:hover .img {
  transform: scale(1.1);
}
.md-home-5 .dd:hover .title {
  color: #6e5ff8;
}
.md-home-5 .dd .c-pic {
  width: calc( 250 / 900 * 100%);
  border-radius: 0.15rem;
}
.md-home-5 .dd .img {
  padding-top: calc( 160 / 250 * 100%);
  height: 100%;
}
.md-home-5 .dd .text {
  width: calc( 600 / 900 * 100%);
}
.md-home-5 .dd .tbox {
  width: 100%;
}
.md-home-5 .dd .time {
  color: #6e5ff8;
}
.md-home-5 .dd .title {
  line-height: calc(30 / 18);
  margin-top: 0.06rem;
  transition: 0.5s;
}
.md-home-5 .dd .intro {
  line-height: calc(30 / 16);
  margin-top: 0.03rem;
}
.md-home-5 .big {
  display: block;
  position: relative;

}
.md-home-5 .big:hover .img {
  transform: scale(1.1);
}
.md-home-5 .big:hover  .title {
  color: #6e5ff8;
}
.md-home-5 .big .c-pic{
  border-radius: 0.8rem;
  overflow: hidden;
}
.md-home-5 .big .img {
  padding-top: calc( 850 / 680 * 100%);
  padding-top: 100%;
}
.md-home-5 .big .text {
  /* position: absolute; */
  left: 0%;
  bottom: 0;
  width: 100%;
  padding: 0.7rem 0.6rem;
  padding: 0.16rem 0.3rem;
}
.md-home-5 .big .title {
  line-height: calc(30 / 24);
  margin-top: 0.2rem;
  transition: 0.5s;
}
.md-home-5 .big .intro {
  line-height: calc(30 / 16);
  margin-top: 0.18rem;
}
.md-home-5 .big .time {
  color: #6e5ff8;
}
.md-home-5 .btns {
  margin-top: 0.5rem;
}
.md-home-5 .more {
  display: inline-flex;
  padding: 0.23rem 0.2rem;
  line-height: 1;
  background-image: linear-gradient(-90deg, #af9bfa 5%, #6e60f8 49%, #a24ff7 100%), linear-gradient(#030101, #030101);
  border-radius: 1rem;
}
.md-home-5 .more svg {
  width: 0.5em;
  height: 1em;
  margin-left: 0.55rem;
}
@media screen and (min-width: 901px) {
  .md-home-5 .app {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .md-home-5 .box-left {
    width: 100%;
    order: 2;
  }
  .md-home-5 .box-right {
    width: 100%;
    order: 1;
  }
  .md-home-5 .box-left .btns {
    display: none;
  }
  .md-home-5 .list {
    max-height: none;
  }
  .md-home-5 .dd .intro {
    display: none;
  }
  .md-home-5 .big .text {
    padding: 0.5rem;
  }
}

.ho-bg {
  position: absolute;
  pointer-events: none;
}

.ho-bg1 {
  width: 8.92rem;
  left: 13.8541666667%;
  top: 0;
  transform: translateY(-50%);
}

.ho-bg2 {
  width: 5.58rem;
  left: 0;
  bottom: 0;
}

.ho-bg3 {
  width: 5.58rem;
  right: 0;
  top: 2.4rem;
}

.ho-bg4 {
  width: 4rem;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

.ho-bg5 {
  width: 5.17rem;
  left: 0;
  top: 0rem;
  transform: translateY(50%);
}

.ho-bg6 {
  width: 1.8rem;
  right: 0;
  bottom: 0;
}