@charset "UTF-8";
html[lang="zh-CN"] {
  --MSIBodyFont: -apple-system, BlinkMacSystemFont, "Segoe UI","PingFang TC", "Microsoft JhengHei", sans-serif;
}

#eps .epsAbout h2 {
  font-size: var(--title-lg);
  color: var(--color-gray-800);
}

@media (min-width: 996px) {
  #eps .epsAbout h2 span {
    display: block;
  }
}

#eps .epsAbout p {
  font-size: var(--text-sm);
}

.epsAbout {
  padding: 65px 0;
  font-size: var(--text-sm);
  line-height: 1.4;
}

.epsAbout .intro {
  text-align: center;
  padding-bottom: 50px;
  max-width: 1150px;
  margin: 0 auto;
}

.epsAbout .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.epsAbout .video-container iframe, .epsAbout .video-container object, .epsAbout .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.epsAbout .video h2 {
  margin-bottom: 0;
}

.epsAbout .video__text {
  margin-top: 0px;
}

.epsAbout .video__text p {
  padding-bottom: 40px;
}

.epsAbout .video__text a {
  background: #2177b2;
  border: 1px solid #2177b2;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  font-size: var(--text-base);
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.epsAbout .video__text a:hover {
  background: #fff;
  color: #2177b2;
}

@media (min-width: 996px) {
  .epsAbout .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .epsAbout .video__vd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .epsAbout .video__text {
    margin-left: 25px;
    margin-top: 0;
  }
}

.epsAbout .whyMSI {
  padding-top: 60px;
}

.epsAbout .whyMSI h2 {
  text-align: center;
}

.epsAbout .whyMSI__item {
  margin-top: 20px;
}

.epsAbout .whyMSI__item__text {
  line-height: 1.6;
  font-size: var(--text-sm);
}

.epsAbout .whyMSI h3 {
  font-size: var(--title-md);
  font-weight: bold;
  padding-top: 18px;
  padding-bottom: 8px;
}

.epsAbout .whyMSI a {
  color: #2177b2;
  text-decoration: underline;
  font-weight: bold;
}

.epsAbout .whyMSI a:hover {
  text-decoration: none;
}

.epsAbout .whyMSI li::before {
  content: "•";
  margin-right: 5px;
  margin-left: 5px;
}

@media (min-width: 996px) {
  .epsAbout .whyMSI__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .epsAbout .whyMSI__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
/*# sourceMappingURL=about.css.map */