@charset "UTF-8";
/* 行高  字体大小  行数 是否计算为max-height */
.md-program-0 {
  position: relative;
}
.md-program-0 .sbtns {
  position: absolute;
  left: 0%;
  top: 0;
  top: 50%;
  width: 100%;
  z-index: 20;
  pointer-events: none;
}
.md-program-0 .ss {
  position: absolute;
  width: 100%;
}
.md-program-0 .sbtn {
  position: sticky;
  top: calc(50% - 0.5em);
  pointer-events: auto;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.6;
  transition: 0.5s;
  cursor: pointer;
}
.md-program-0 .sbtn:hover {
  opacity: 1;
}
.md-program-0 .sbtn:active {
  transform: scale(0.8);
}
.md-program-0 .sbtn svg {
  width: 100%;
  height: 100%;
}
.md-program-0 .sbtn img {
  width: 100%;
  height: 100%;
}
.md-program-0 .prev {
  left: 0.9rem;
}
.md-program-0 .next {
  right: 0.9rem;
}
@media screen and (max-width: 500px) {
  .md-program-0 .prev {
    left: 0;
  }
  .md-program-0 .next {
    right: 0;
  }
}

.md-program-1 {
  padding-top: 1.22rem;
  padding-top: 0.6rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.md-program-1 .sbtn {
  position: static;
}
@media screen and (max-width: 500px) {
  .md-program-1 {
    padding-top: 1.2rem;
  }
}
.md-program-1 .box {
  position: relative;
}
.md-program-1 .texts {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 0.5rem;
  z-index: 50;
  pointer-events: none;
}
.md-program-1 .icon {
  height: 1em;
}
.md-program-1 .icon img {
  margin: 0 auto;
  display: block;
  height: 100%;
}
.md-program-1 .title {
  margin-top: 0.36rem;
}
.md-program-1 .intro {
  opacity: 0.6;
  color: #505050;
  pointer-events: none;
  margin-top: 0.21rem;
}
.md-program-1 .btns {
  margin-top: 0.54rem;
  pointer-events: auto;
}
.md-program-1 .aa {
  display: block;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  padding: 0.15rem 0.25rem;
  border-radius: 0.05rem;
  background-color: #e62129;
}
@media screen and (max-width: 750px) {
  .md-program-1 .texts {
    padding-bottom: 0;
    position: static;
    margin-top: -1rem;
  }
  .md-program-1 .icon {
    height: 0.5em;
  }
  .md-program-1 .title {
    margin-top: 0.1rem;
  }
  .md-program-1 .intro {
    margin-top: 0.1rem;
  }
  .md-program-1 .btns {
    margin-top: 0.2rem;
  }
}
.md-program-1 .stage-scaler {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 760px;
  transform-origin: top center;
  pointer-events: none;
  overflow: hidden;
}
.md-program-1 .arc-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 760px;
  pointer-events: none;
}
.md-program-1 .cards-mask-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 760px;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 740px, rgba(0, 0, 0, 0) 760px);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 740px, rgba(0, 0, 0, 0) 760px);
}
.md-program-1 .card-item {
  position: absolute;
  width: 203px;
  min-height: 251px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  pointer-events: auto;
  transform-origin: 50% 100%;
  transition: transform 1.2s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 1.2s ease, border 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}
@media screen and (max-width: 768px) {
  .md-program-1 .card-item {
    width: 400px;
  }
}
.md-program-1 .card-item.is-active {
  opacity: 1 !important;
  border: 2px solid #acce22 !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
.md-program-1 .card-item:hover {
  opacity: 1 !important;
  border: 2px solid #acce22 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: 20;
}
.md-program-1 .card-img {
  width: 100%;
  padding-top: calc( 163 / 203 * 100%);
  background-color: #e9ecef;
  background-image: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
  background-size: cover;
  background-position: center;
}
.md-program-1 .card-body {
  margin-top: 14px;
  margin-top: 20px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.md-program-1 .icon-frame {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset rgba(12, 17, 31, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.md-program-1 .icon-inner {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 4px;
}
.md-program-1 .card-text {
  font-size: 16px;
  color: rgba(12, 17, 31, 0.6);
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .md-program-1 .card-body {
    margin-top: 0;
    padding: 30px 10px;
    gap: 10px;
  }
  .md-program-1 .icon-frame {
    width: 80px;
    height: 80px;
  }
  .md-program-1 .icon-inner {
    width: 50%;
    height: 50%;
  }
  .md-program-1 .card-text {
    font-size: 36px;
  }
}
.md-program-1 .stage-fixed-box {
  position: absolute;
  left: 50%;
  top: 370px;
  transform: translateX(-50%);
  width: 74px;
  height: 34px;
  background-color: #acce22;
  pointer-events: none;
}
.md-program-1 .stage-title {
  position: absolute;
  left: 50%;
  top: 426px;
  transform: translateX(-50%);
  font-size: 68px;
  font-weight: bold;
  color: #0c111f;
  white-space: nowrap;
  pointer-events: none;
}
.md-program-1 .stage-subtitle {
  color: rgba(12, 17, 31, 0.6);
  line-height: 180%;
  text-align: center;
  white-space: pre-line;
  letter-spacing: 3px;
  margin-right: -3px;
}
.md-program-1 .expert-link {
  pointer-events: auto;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  padding-bottom: 3px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.md-program-1 .expert-link:hover {
  color: #e62129;
  border-color: #e62129;
}
.md-program-1 .expert-link:active {
  color: #e62129;
  border-color: #e62129;
}
.md-program-1 .nav-controls {
  display: flex;
  gap: 20px;
  z-index: 30;
  pointer-events: auto;
  margin-top: 0.5rem;
}
.md-program-1 .arrow-btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: background-color 0.2s, transform 0.1s;
}
.md-program-1 .arrow-btn svg {
  width: 18px;
  height: 18px;
  fill: rgba(0, 0, 0, 0.7);
  transition: fill 0.2s;
}
.md-program-1 .arrow-btn:hover {
  background-color: #f1f3f5;
}
.md-program-1 .arrow-btn:hover svg {
  fill: rgb(0, 0, 0);
}
.md-program-1 .arrow-btn:active {
  transform: scale(0.95);
}

.md-program-2 {
  padding-top: 2rem;
  padding-bottom: 1.6rem;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
  position: relative;
}
.md-program-2 .page {
  position: relative;
}
.md-program-2 .p-item {
  position: absolute;
  left: -200vw;
  top: 0%;
  width: 100%;
  opacity: 0.4;
}
.md-program-2 .p-item.show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.md-program-2 .swiper {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
  padding: 1rem 0.4rem;
  overflow: hidden;
}
.md-program-2 .swiper-container {
  overflow: visible;
}
.md-program-2 .sw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.md-program-2 .bx-le {
  width: calc( 568 / 1170 * 100%);
}
.md-program-2 .bx-ri {
  width: calc( 568 / 1170 * 100%);
}
.md-program-2 .c-pic {
  height: 100%;
  border-radius: 0.1rem;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.1), 0 23px 23px rgba(0, 0, 0, 0.09), 0 51px 31px rgba(0, 0, 0, 0.05), 0 91px 37px rgba(0, 0, 0, 0.01);
}
.md-program-2 .img {
  height: 100%;
  padding-top: calc( 571 / 568 * 100%);
}
.md-program-2 .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0.1rem #f5f6f8;
}
.md-program-2 .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.md-program-2 .tags {
  gap: 0.2rem;
  line-height: 1;
  margin-top: 0.18rem;
}
.md-program-2 .ti {
  padding: 0.1rem 0.15rem;
  border-radius: 1rem;
  color: #acce22;
  background-color: #fff;
}
.md-program-2 .intro {
  opacity: 0.6;
  margin-top: 1.05rem;
}
.md-program-2 .intro2 {
  opacity: 0.4;
  margin-top: 0.21rem;
  line-height: 1.4;
}
.md-program-2 .content {
  width: 100%;
  background-color: #f5f6f8;
  padding: 0.7rem 0.4rem 0.56rem;
  border-radius: 0.1rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .md-program-2 {
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 500px) {
  .md-program-2 .bx-le {
    width: 100%;
  }
  .md-program-2 .bx-ri {
    width: 100%;
  }
  .md-program-2 .sbtns {
    display: none !important;
  }
}

.md-program-3 {
  padding-top: 0.9rem;
  padding-bottom: 0.98rem;
  position: relative;
  background-color: #f5f6f8;
}
.md-program-3 .p-item {
  position: absolute;
  left: -200vw;
  top: 0%;
  width: 100%;
  opacity: 0.4;
}
.md-program-3 .p-item.show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.md-program-3 .desc {
  color: rgba(12, 17, 31, 0.4);
  letter-spacing: 10%;
  line-height: 1.8;
}
.md-program-3 .tops {
  margin-top: 0.57rem;
}
.md-program-3 .tags {
  padding: 0.06rem;
  border-radius: 0.05rem;
  background-color: #ebebeb;
  flex-shrink: 0;
}
.md-program-3 .ti {
  margin-right: 4px;
  line-height: 1;
  border-radius: 0.05rem;
  padding: 0.15rem 0.25rem;
  color: rgba(12, 17, 31, 0.6);
  cursor: pointer;
}
.md-program-3 .ti:last-child {
  margin-right: 0;
}
.md-program-3 .ti.on {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #1d1d1f;
}
@media screen and (max-width: 900px) {
  .md-program-3 .tops {
    flex-wrap: wrap;
    justify-content: center;
  }
  .md-program-3 .tags {
    order: 2;
    margin-top: 0.2rem;
  }
  .md-program-3 .h2 {
    text-align: center;
  }
  .md-program-3 .desc {
    width: 100%;
    order: 1;
    text-align: center;
  }
}
.md-program-3 .bots {
  margin-top: 0.7rem;
  position: relative;
}
.md-program-3 .bitem {
  position: absolute;
  left: -200vw;
  top: 0%;
  width: 100%;
  opacity: 0;
}
.md-program-3 .bitem.show {
  position: relative;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
.md-program-3 .box {
  padding: 0.5rem 0.56rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.md-program-3 .c-pic {
  width: calc( 1016 / 1560 * 100%);
}
.md-program-3 .img {
  padding-top: calc( 570 / 1016 * 100%);
}
@media screen and (max-width: 500px) {
  .md-program-3 .img {
    padding-top: 75%;
  }
}
.md-program-3 .text {
  width: calc( 480 / 1560 * 100%);
  padding: 0.1rem 0;
}
.md-program-3 .line {
  height: 1px;
  background-color: #0c111f;
  opacity: 0.1;
  margin-top: 0.28rem;
  margin-bottom: 0.36rem;
}
.md-program-3 .intro {
  margin-top: 0.16rem;
  color: var(--desc);
  line-height: 2;
  letter-spacing: 10%;
}
.md-program-3 .content {
  margin-bottom: 0.5rem;
  color: var(--desc);
}
.md-program-3 .ci {
  margin-bottom: 0.2rem;
  letter-spacing: 10%;
}
.md-program-3 .ci:last-child {
  margin-bottom: 0;
}
.md-program-3 .ci .ic {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  margin-right: 0.12rem;
}
.md-program-3 .btns {
  gap: 0.2rem;
}
.md-program-3 .btn {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.36rem;
  line-height: 1;
  color: rgba(12, 17, 31, 0.6);
  box-shadow: 0 0 0 1px inset rgba(12, 17, 31, 0.1);
  border-radius: 1rem;
}
.md-program-3 .btn img {
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.1rem;
  opacity: 0.6;
}
.md-program-3 .btn1 {
  background-color: #e6212a;
  color: #fff;
}
.md-program-3 .btn1 img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.md-program-3 .btn1:active {
  background-color: #eb4d54;
}
.md-program-3 .btn2:hover {
  color: #e6212a;
}
.md-program-3 .btn2:active {
  color: #eb4d54;
}
@media screen and (max-width: 900px) {
  .md-program-3 .box {
    padding: 0.3rem;
  }
  .md-program-3 .c-pic {
    width: 100%;
  }
  .md-program-3 .text {
    width: 100%;
  }
  .md-program-3 .title {
    text-align: center;
  }
  .md-program-3 .btns {
    justify-content: center;
  }
}
.md-program-3 .info {
  margin-top: 0.36rem;
  color: rgba(12, 17, 31, 0.4);
  gap: 0 0.1rem;
}
.md-program-3 .info span {
  font-weight: bold;
  color: #0c111f;
}
@media screen and (max-width: 500px) {
  .md-program-3 .info {
    gap: 0 0.5em;
  }
}

.md-program-11 {
  color: #0c111f;
  padding: 1.6rem 0 1.6rem;
}
.md-program-11 .item {
  color: #0c111f;
  padding: 0 0.75rem;
  line-height: 1;
}
.md-program-11 .item:last-child {
  border-right: none;
}
.md-program-11 .line {
  width: 1px;
  background-color: #999;
}
.md-program-11 .t12 {
  color: rgba(12, 17, 31, 0.4);
  margin-top: 0.1rem;
  letter-spacing: 10%;
}
@media screen and (max-width: 900px) {
  .md-program-11 .item {
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 500px) {
  .md-program-11 {
    padding: 1rem 0;
  }
  .md-program-11 .item {
    padding: 0 0.3rem;
  }
}

.md-program-12 {
  position: relative;
  padding-top: 0.1rem;
  padding-bottom: 1rem;
  color: #0c111f;
  letter-spacing: 10%;
}
.md-program-12 .h2 {
  letter-spacing: 10%;
}
.md-program-12 .ul {
  margin-top: 0.4rem;
}
.md-program-12 .ul .li {
  width: calc(310 / 1672 * 100%);
  margin-right: calc(30 / 1672 * 100%);
}
.md-program-12 .ul .li:nth-child(5n) {
  margin-right: 0;
}
.md-program-12 .ul .li {
  margin-bottom: 0.3rem;
}
.md-program-12 .ul .dd {
  height: 100%;
  padding: 0.22rem 0.25rem 0.2rem;
  box-shadow: 0 0 0.35rem 0 rgba(0, 79, 115, 0.08);
  border-radius: 0.1rem;
}
.md-program-12 .ul .num {
  width: calc( 32em / 14);
  height: calc( 32em / 14);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #acce22;
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.md-program-12 .ul .stage {
  opacity: 0.4;
}
.md-program-12 .ul .d-bot {
  opacity: 0.6;
  line-height: 1.75;
  margin-top: 0.2rem;
  letter-spacing: 10%;
}
@media screen and (max-width: 900px) {
  .md-program-12 .ul {
    justify-content: space-between;
  }
  .md-program-12 .ul .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md-program-12 .ul .li {
    width: 100%;
  }
}
.md-program-12 .box {
  margin-top: 0.2rem;
}
@media screen and (max-width: 900px) {
  .md-program-12 .box {
    margin-top: 1rem;
  }
}
.md-program-12 .bx-le {
  width: calc( 1314 / 1672 * 100%);
  position: relative;
}
.md-program-12 .bx-ri {
  width: calc( 355 / 1672 * 100%);
}
.md-program-12 .img-box {
  position: relative;
}
.md-program-12 .bg {
  position: relative;
  padding-top: calc( 633 / 1314 * 100%);
}
.md-program-12 .bg img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-program-12 .n-item {
  width: calc( 32em / 14 );
  height: calc( 32em / 14 );
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  background-color: #acce22;
  color: #fff;
  box-shadow: 0 0 0 1px inset #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  left: calc(var(--left1) / 1314 * 100%);
  top: calc(var(--top1) / 633 * 100%);
}
.md-program-12 .item {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 50;
  left: calc(var(--left1) / 1314 * 100%);
  top: calc(var(--top1) / 633 * 100%);
}
.md-program-12 .item.show {
  z-index: 51;
}
.md-program-12 .item.show .brand {
  display: block;
}
.md-program-12 .item.show .yuan div {
  animation-play-state: paused;
  display: none;
}
.md-program-12 .yuan {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.md-program-12 .yuan .yic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
}
.md-program-12 .yuan div {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e6212a;
  transform: scale(1);
  z-index: 2;
}
.md-program-12 .yuan div:nth-child(1) {
  animation: yuan linear 4s 0s infinite;
}
.md-program-12 .yuan div:nth-child(2) {
  animation: yuan linear 4s -1s infinite;
}
.md-program-12 .yuan div:nth-child(3) {
  animation: yuan linear 4s -2s infinite;
}
.md-program-12 .yuan div:nth-child(4) {
  animation: yuan linear 4s -3s infinite;
}
.md-program-12 .brand {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  z-index: 30;
  display: none;
}
.md-program-12 .br-box {
  width: 2.96rem;
  width: 3.36rem;
  position: relative;
  z-index: 30;
}
.md-program-12 .br-box .br-bg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.md-program-12 .br-box .br-bg img {
  display: block;
  width: 100%;
  opacity: 0;
}
.md-program-12 .br-box .br-bi {
  width: 100%;
}
.md-program-12 .br-box svg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.md-program-12 .br-box foreignObject {
  width: 100%;
  height: 100%;
}
.md-program-12 .br-box .br-bor {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(#path);
          mask-image: url(#path);
  z-index: 3;
  opacity: 0.8;
  pointer-events: none;
}
.md-program-12 .br-box .br-cont {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  padding: 0.16rem 0.16rem 0.3rem;
  padding: 0.3rem 0.36rem 0.4rem;
}
.md-program-12 .br-box .br-over {
  overflow-y: auto;
  height: 100%;
}
.md-program-12 .br-box .br-over::-webkit-scrollbar {
  display: none;
}
.md-program-12 .br-box .br-top {
  position: relative;
}
.md-program-12 .br-box .name {
  position: relative;
  padding-left: 1em;
}
.md-program-12 .br-box .name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  background-color: #acce22;
}
.md-program-12 .br-box .off {
  width: 1em;
  height: 1em;
  cursor: pointer;
}
.md-program-12 .br-box .br-img {
  position: relative;
  padding-top: calc( 174 / 264 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
  margin-top: 0.08rem;
}
.md-program-12 .br-box .br-img img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-program-12 .br-box .br-te {
  margin-top: 0.16rem;
  line-height: 1.75;
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .md-program-12 .br-box .br-cont {
    padding: 0.2rem 0.36rem 0.3rem;
  }
}
.md-program-12 {
  /* 仅对 iOS Safari 生效 */
}
@supports (-webkit-touch-callout: none) {
  .md-program-12 .br-bi svg {
    transform: scale(0.98); /* 微调缩放补偿 */
    transform-origin: center;
  }
  .md-program-12 .br-bi foreignObject div {
    clip-path: none !important; /* 降级：移除 clip-path，毛玻璃铺满整个 SVG */
    -webkit-clip-path: none !important;
  }
  .md-program-12 .br-bi foreignObject {
    display: none;
  }
  .md-program-12 .br-bi path {
    fill-opacity: 0.9;
  }
}
@keyframes yuan {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.md-program-12 .b-tit {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
.md-program-12 .b-tit img {
  width: 0.75em;
  margin-left: 0.5em;
}
.md-program-12 .b-list {
  margin-top: 0.4rem;
}
.md-program-12 .b-list .b-item {
  width: 50%;
  margin-bottom: 0.25rem;
  color: rgba(12, 17, 31, 0.6);
}
.md-program-12 .b-list .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset rgba(12, 17, 31, 0.6);
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.md-program-12 .b-list img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 900px) {
  .md-program-12 .bx-le {
    width: 100%;
  }
  .md-program-12 .bx-ri {
    width: 100%;
    padding-top: 0.8rem;
  }
  .md-program-12 .b-tit {
    justify-content: center;
  }
  .md-program-12 .b-list .b-item {
    width: 33.3%;
    justify-content: center;
  }
}

.md-program-13 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
  color: #0c111f;
  overflow: hidden;
  letter-spacing: 10%;
}
.md-program-13 .h2 {
  line-height: 1.75;
}
.md-program-13 .desc {
  opacity: 0.6;
  margin-top: 0.27rem;
  line-height: 2;
  letter-spacing: 10%;
}
.md-program-13 .bx-le {
  width: calc( 580 / 1672 * 100%);
}
.md-program-13 .bx-ri {
  width: calc( 840 / 1672 * 100%);
}
.md-program-13 .ul {
  gap: 0.6rem 0;
}
.md-program-13 .li {
  width: calc( 360 / 840 * 100%);
  width: calc( 355 / 840 * 100%);
}
.md-program-13 .li .icon {
  width: 1em;
  height: 1em;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 1px inset rgba(12, 17, 31, 0.2);
}
.md-program-13 .li .ic {
  width: 60%;
  height: 60%;
}
.md-program-13 .li .d11 {
  margin-top: 0.12rem;
}
.md-program-13 .li .d12 {
  line-height: 2;
  color: rgba(12, 17, 31, 0.6);
  margin-top: 0.12rem;
}
@media screen and (max-width: 900px) {
  .md-program-13 .bx-le {
    width: 100%;
  }
  .md-program-13 .bx-ri {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  .md-program-13 .h2 {
    text-align: center;
  }
  .md-program-13 .desc {
    text-align: center;
  }
  .md-program-13 .ul {
    display: block;
  }
  .md-program-13 .li {
    width: 100%;
    margin: 0.3rem 0;
  }
  .md-program-13 .dd {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 0.05rem 0.2rem;
    align-items: center;
  }
  .md-program-13 .dd .icon {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .md-program-13 .dd .d11 {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 0;
  }
  .md-program-13 .dd .d12 {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-top: 0;
    text-align: justify;
  }
}

.md-program-14 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-bottom: 1.6rem;
  overflow: hidden;
}
.md-program-14 .desc {
  color: rgba(12, 17, 31, 0.6);
  line-height: 2;
  margin-top: 0.3rem;
  letter-spacing: 10%;
}
.md-program-14 .btns {
  margin-top: 0.12rem;
}
.md-program-14 .sbtn {
  width: 1em;
  height: 1em;
  margin-left: 0.32rem;
  color: #888;
  cursor: pointer;
  transition: 0.5s;
}
.md-program-14 .sbtn:hover {
  color: #000;
}
.md-program-14 .sbtn:active {
  transform: scale(0.8);
}
.md-program-14 .swiper {
  width: calc(100% + 1.04rem);
  margin-left: -0.52rem;
  margin-top: 0.52rem;
  position: relative;
}
.md-program-14 .sco {
  display: inline-block;
  max-width: 100%;
  overflow: visible;
}
.md-program-14 .sw {
  width: 4.8rem;
  margin-right: 0.32rem;
  border-radius: 0.1rem;
  overflow: hidden;
  color: rgba(12, 17, 31, 0.6);
  box-shadow: 0 0 0 1px rgba(12, 17, 31, 0.2), 6px 5px 0.16rem rgba(97, 97, 97, 0.1), 0.22rem 0.2rem 0.3rem rgba(97, 97, 97, 0.09), 0.5rem 0.45rem 0.4rem rgba(97, 97, 97, 0.05), 0.89rem 0.81rem 0.48rem rgba(97, 97, 97, 0.01);
}
.md-program-14 .sw:last-child {
  margin-right: 0;
}
.md-program-14 .sw .s-top {
  padding: 0.18rem 0;
  letter-spacing: 10%;
}
.md-program-14 .sw .ic {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.md-program-14 .sw .s-bot {
  position: relative;
}
.md-program-14 .sw .tag {
  color: #fff;
  backdrop-filter: blur(0.1rem);
  background-color: rgba(255, 255, 255, 0.2);
  line-height: calc( 38 / 16);
  position: absolute;
  top: 0.15rem;
  line-height: 1;
  padding: 0.1rem 0.15rem;
  border-radius: 1rem;
  text-align: center;
}
.md-program-14 .sw .before {
  left: 0.15rem;
}
.md-program-14 .sw .after {
  right: 0.15rem;
}
.md-program-14 .sw .imgs {
  position: relative;
  gap: 0 2px;
}
.md-program-14 .sw .c-pic {
  flex-grow: 1;
}
.md-program-14 .sw .img {
  padding-top: calc( 298 / 240 * 100%);
}
.md-program-14 .sw .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  color: #acce22;
}
.md-program-14 .sw .arrow svg {
  width: 60%;
  height: 60%;
}
@media screen and (max-width: 500px) {
  .md-program-14 {
    padding-bottom: 1rem;
  }
  .md-program-14 .swiper {
    padding: 0 0.53rem;
  }
  .md-program-14 .sw {
    width: 48vw;
    margin-right: 4vw;
  }
}

.md-program-15 {
  position: relative;
  padding-top: 0.9rem;
  padding-top: 0.2rem;
  padding-bottom: 0.7rem;
  overflow: hidden;
}
.md-program-15 .desc {
  color: rgba(12, 17, 31, 0.4);
  letter-spacing: 10%;
}
.md-program-15 .box {
  margin-top: 0.6rem;
}
.md-program-15 .bx-le {
  width: calc( 1096 / 1670 * 100%);
}
.md-program-15 .video {
  position: relative;
  padding-top: calc( 605 / 1096 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #000;
  box-shadow: 6px 5px 16px rgba(97, 97, 97, 0.1), 22px 20px 30px rgba(97, 97, 97, 0.09), 50px 45px 40px rgba(97, 97, 97, 0.05), 89px 81px 48px rgba(97, 97, 97, 0.01);
}
.md-program-15 video {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-program-15 .mask {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}
.md-program-15 .watch {
  padding: 0.1rem 0.14rem;
  border-radius: 1rem;
  color: #fff;
  backdrop-filter: blur(0.03rem);
  --p: 0;
}
.md-program-15 .watch .wic {
  width: 1em;
  height: 1em;
}
.md-program-15 .watch span {
  padding: 0 1em;
  position: relative;
  z-index: 3;
}
.md-program-15 .watch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  padding: 2px;
  color: white;
  background: conic-gradient(from calc(var(--p) * 1turn), white 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 75%, white 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 900px) {
  .md-program-15 .watch {
    padding: 0.2rem;
  }
}
.md-program-15 .bx-ri {
  width: calc( 500 / 1670 * 100%);
  letter-spacing: 10%;
}
.md-program-15 .bx-ri .tbox {
  width: 100%;
}
.md-program-15 .bx-ri .addr {
  opacity: 0.6;
  margin-top: 0.24rem;
}
.md-program-15 .bx-ri .line {
  height: 1px;
  background-color: #eee;
  margin-top: 0.56rem;
  margin-bottom: 0.2rem;
}
.md-program-15 .bx-ri .intro {
  opacity: 0.6;
  line-height: 2;
}
.md-program-15 .bx-ri .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #acce22;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.md-program-15 .bx-ri .icon img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-program-15 .bx-ri .li {
  width: calc( 215 / 500 * 100%);
  color: rgba(12, 17, 31, 0.6);
  line-height: 1;
  margin-top: 0.4rem;
}
.md-program-15 .bx-ri .t12 {
  margin-top: 0.1rem;
}
.md-program-15 .bx-ri .num {
  color: #0c111f;
  font-weight: bold;
}
.md-program-15 .bx-ri .btns {
  margin-top: 0.8rem;
}
.md-program-15 .bx-ri .aa {
  display: inline-flex;
  color: #fff;
  background-color: #e6212a;
  line-height: 1;
  padding: 0.14rem 0.2rem;
  border-radius: 1rem;
}
.md-program-15 .bx-ri .aa:active {
  background-color: #eb4d54;
}
.md-program-15 .bx-ri .aa svg {
  width: 1em;
  height: 1em;
  margin-left: 0.1rem;
}
@media screen and (max-width: 900px) {
  .md-program-15 .bx-le {
    width: 100%;
  }
  .md-program-15 .bx-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
  .md-program-15 .bx-ri .btns {
    text-align: center;
  }
}
.md-program-15 .href {
  margin-top: 0.56rem;
}
.md-program-15 .ha {
  line-height: 1;
  opacity: 0.6;
  display: inline-flex;
  align-items: center;
  letter-spacing: 10%;
  transition: 0.5s;
}
.md-program-15 .ha:hover {
  opacity: 1;
}
.md-program-15 .ha span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.md-program-15 .ha img {
  height: 1em;
  margin-left: 0.5em;
}
@media screen and (max-width: 500px) {
  .md-program-15 .ha img {
    height: 0.75em;
    margin-left: 0.5em;
  }
}
.md-program-15 .swiper {
  margin-top: 0.34rem;
}
.md-program-15 .sw {
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #f5f6f8;
  cursor: pointer;
}
.md-program-15 .sw .addr {
  backdrop-filter: blur(0.15rem);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.22);
  padding: 0.12rem;
  padding-right: 0.15rem;
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  line-height: 1;
  font-family: "SC-Medium";
}
.md-program-15 .sw .addr img {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.md-program-15 .sw .img {
  padding-top: calc( 280 / 394 * 100%);
}
.md-program-15 .sw .text {
  padding: 0.36rem 0.4rem 0.36rem;
  padding-right: 0.2rem;
}
.md-program-15 .sw .info {
  margin-top: 0.24rem;
}
.md-program-15 .sw .item {
  line-height: 1;
  margin-right: 0.4rem;
  color: rgba(12, 17, 31, 0.6);
}
.md-program-15 .sw .it12 {
  margin-top: 0.12rem;
}
.md-program-15 .sw .it12 span {
  font-weight: bold;
  color: #0c111f;
  margin-right: 0.2em;
}
.md-program-15 .sw .btn {
  line-height: 1;
  padding: 0.11rem 1em;
  border-radius: 1rem;
  background-color: #e6212a;
  color: #fff;
  border-radius: 1rem;
  white-space: nowrap;
}
.md-program-15 .sw .btn:active {
  background-color: #eb4d54;
}
@media screen and (max-width: 500px) {
  .md-program-15 .sw .text {
    padding: 0.2rem;
  }
  .md-program-15 .sw .info {
    flex-wrap: wrap;
  }
  .md-program-15 .sw .item {
    width: 50%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
}
.md-program-15 .ul {
  margin-top: 0.34rem;
}
.md-program-15 .li {
  width: calc(394 / 1672 * 100%);
  margin-right: calc(32 / 1672 * 100%);
}
.md-program-15 .li:nth-child(4n) {
  margin-right: 0;
}
.md-program-15 .li {
  margin-bottom: 0.32rem;
}
.md-program-15 .dd {
  position: relative;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #f5f6f8;
  cursor: pointer;
}
.md-program-15 .dd .addr {
  backdrop-filter: blur(0.15rem);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.22);
  padding: 0.12rem;
  padding-right: 0.15rem;
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  line-height: 1;
  font-family: "SC-Medium";
}
.md-program-15 .dd .addr img {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.md-program-15 .dd .img {
  padding-top: calc( 280 / 394 * 100%);
}
.md-program-15 .dd .text {
  padding: 0.36rem 0.3rem 0.36rem;
  padding-right: 0.2rem;
}
.md-program-15 .dd .info {
  margin-top: 0.24rem;
}
.md-program-15 .dd .item {
  line-height: 1;
  margin-right: 0.4rem;
  color: rgba(12, 17, 31, 0.6);
}
.md-program-15 .dd .it12 {
  margin-top: 0.12rem;
}
.md-program-15 .dd .it12 span {
  font-weight: bold;
  color: #0c111f;
  margin-right: 0.25em;
}
.md-program-15 .dd .btn {
  line-height: 1;
  padding: 0.11rem 1em;
  border-radius: 1rem;
  background-color: #e6212a;
  color: #fff;
  border-radius: 1rem;
  white-space: nowrap;
}
.md-program-15 .dd .btn:active {
  background-color: #eb4d54;
}
@media screen and (max-width: 900px) {
  .md-program-15 .ul {
    justify-content: space-between;
  }
  .md-program-15 .li {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .md-program-15 .dd .text {
    padding: 0.2rem;
  }
  .md-program-15 .dd .info {
    flex-wrap: wrap;
  }
  .md-program-15 .dd .item {
    width: 100%;
    margin-bottom: 0.2rem;
    margin-right: 0;
    display: flex;
  }
  .md-program-15 .dd .it12 {
    margin-top: 0;
    margin-left: 0.25em;
  }
}

.md-program-16 {
  padding-top: 0.8rem;
  padding-bottom: 1.8rem;
}