<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
  width: 100%;
  margin-top: 0.5rem;
}
main .banner {
  width: 100%;
  position: relative;
}
main .banner .sanjiao {
  color: white;
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
}
main .comm_title {
  width: 100%;
  font-size: 0.14rem;
  height: 0.5rem;
  background: #ecf6ff;
  display: flex;
  align-items: center;
  padding-left: 0.16rem;
  color: #00f;
}
main .comm_title .iconfont {
  font-size: 0.14rem;
  margin-right: 0.08rem;
}
main .content {
  padding: 0.28rem 0.2rem 0;
}
main .content h2 {
  font-size: 0.16rem;
  font-weight: 600;
  color: #6924ff;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 0.2rem;
}
main .content p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  margin-bottom: 0.3rem;
}
main .content .img {
  margin-bottom: 0.3rem;
}
main .content .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
main .content .flex .img {
  margin: 0;
  width: 1.1rem;
}
main .content .flex .img p {
  font-size: 0.12rem;
  text-align: center;
}
main .content .flex img {
  width: 0.42rem;
  height: 0.42rem;
  margin: 0 auto;
}
main .content .tab {
  display: flex;
  text-align: center;
  overflow: hidden;
  justify-content: center;
  margin-bottom: 0.36rem;
  padding: 0 0.1rem;
}
main .content .tab li {
  width: 1.1rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  border: 1px solid #6924ff;
  font-size: 0.12rem;
  float: left;
  cursor: pointer;
  border-right: none;
}
main .content .tab li:nth-child(1) {
  border-radius: 4px 0 0 4px;
}
main .content .tab li:last-child {
  border-right: 1px solid #6924ff;
  border-radius: 0 4px 4px 0;
}
main .content .square_content {
  font-size: 14px;
  margin-bottom: 14px;
}
main .content .square_content .icon-shixinzhengfangxing {
  color: #55d1ff;
  font-size: 12px;
  margin-right: 4px;
}
main .content .datas {
  width: 100%;
  overflow: hidden;
}
main .content .datas dl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 0.14rem;
  padding: 0 0.2rem;
}
main .content .datas dl dd {
  width: 100%;
  height: 0.36rem;
  text-indent: 10px;
  margin-bottom: 0.1rem;
  line-height: 0.36rem;
  background: url('../images/sjlx_border.svg') no-repeat;
  background-size: 100% 100%;
}
main .content .datas p {
  color: #004fff;
  text-align: right;
  padding-right: 0.2rem;
}
main .content .datas img {
  margin-right: 0.1rem;
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
  vertical-align: middle;
}
main #swiper {
  touch-action: none;
  position: relative;
  padding: 0 8%;
  margin-bottom: 0.2rem;
  z-index: 0;
}
main #swiper .swiper-slide:last-child {
  border-right: 1px solid #6924ff;
}
main #swiper .swiper-button-prev {
  left: 0;
  border: 1px solid #6924ff;
  border-radius: 8px 0 0 8px;
  height: 100%;
  top: 0;
  margin-top: 0;
  width: 8%;
  text-align: center;
  background-image: none;
  border-right: none;
  line-height: 0.4rem;
  color: #6924ff;
  font-size: 0.18rem;
  outline: none;
}
main #swiper .swiper-button-next {
  right: 0;
  border: 1px solid #6924ff;
  border-radius: 0 8px 8px 0px;
  height: 100%;
  top: 0;
  margin-top: 0;
  width: 8%;
  text-align: center;
  background-image: none;
  line-height: 0.4rem;
  color: #6924ff;
  font-size: 0.18rem;
  outline: none;
}
main .nc_cloud_data {
  width: 100%;
  background: #201f35;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #eee;
}
main .nc_cloud_data .nc_cloud_title {
  width: 100%;
  text-align: center;
}
main .nc_cloud_data .nc_cloud_title h2 {
  text-align: center;
  font-size: 30px;
  color: #7636fe;
  font-weight: bold;
  letter-spacing: 0.1em;
}
main .nc_cloud_data .nc_cloud_title p {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 24px;
  margin-top: 26px;
  color: #eee;
}
main .nc_cloud_data .nc_cloud_content {
  width: 100%;
  margin-top: 68px;
}
main .nc_cloud_data .nc_cloud_content ul {
  overflow: hidden;
  display: flex;
}
main .nc_cloud_data .nc_cloud_content li {
  height: 340px;
  text-align: center;
  float: left;
  margin-right: 40px;
  position: relative;
}
main .nc_cloud_data .nc_cloud_content li img {
  height: 150px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: none;
}
main .nc_cloud_data .nc_cloud_content li img:nth-child(2) {
  opacity: 0;
}
main .nc_cloud_data .nc_cloud_content li p {
  pointer-events: none;
  margin-top: 24px;
  width: 100%;
  letter-spacing: 0.1em;
  font-size: 21px;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}
main .nc_cloud_data .nc_cloud_more {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}
main .nc_cloud_data .nc_cloud_more .download {
  width: 150px;
  height: 42px;
  line-height: 42px;
  color: #eee;
  background: #a710e7;
  margin: 0 auto 30px;
  cursor: pointer;
  border-radius: 4px;
}
main .nc_cloud_data .nc_cloud_more .download:hover {
  background: #b112f5;
}
.active_bsfa {
  background: #6924ff;
  color: #eee;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border: 1px solid #6924ff;
  border-right: none;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  background: #6924ff;
  color: white;
}
.gallery-top {
  z-index: 0;
}
.nav {
  width: 100%;
  display: flex;
  height: 0.3rem;
}
.nav .font,
.nav .back {
  width: 0.3rem;
  height: 0.3rem;
}
.nav ul {
  flex: 1;
  overflow: hidden;
}
.nav ul li {
  width: 0.8rem;
  float: left;
  height: 100%;
}
.sanjiao {
  width: 1rem!important;
}
.videobox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0);
  display: none;
}
.videobox .video_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#video {
  background: transparent;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
/*æ‰‹æœºç«–å±æ—¶videoç¿»è½¬90åº¦*/
@media all and (orientation: portrait) {
  #video {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
</pre></body></html>