@charset "UTF-8";
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header:not(.onShow) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header.onWhite {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.header.onWhite .column .logo img.m1 {
  opacity: 0;
}

.header.onWhite .column .logo img.m2 {
  opacity: 1;
}

.header.onWhite .column .nav .navlist .nav_a {
  padding: .2rem 0;
}

.header.onWhite .column .nav .navlist .nav_a a {
  color: #111;
}

.header.onWhite .column .offside .icon path {
  fill: #111;
}

.header.onWhite .column .offside .tel {
  color: #111;
  border-color: #111;
}

.header.onWhite .column .offside .tel svg path {
  fill: #111;
}

.header .shade {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  height: 0;
  -webkit-transition: height .4s;
  transition: height .4s;
}

.header .column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 .65rem;
  position: static;
}

.header .column .logo {
  height: max(28px,.38rem);
  position: relative;
}

.header .column .logo img {
  height: 100%;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.header .column .logo img.m2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header .column .nav .navlist {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 .65rem;
}

.header .column .nav .navlist .nav_a {
  padding: .4rem 0;
  -webkit-transition: padding .5s;
  transition: padding .5s;
}

.header .column .nav .navlist .nav_a:hover > a {
  color: #008CD6;
}

.header .column .nav .navlist .nav_a:hover .level {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  pointer-events: auto;
}

.header .column .nav .navlist .nav_a:hover .level .cnt {
  opacity: 1;
  border-color: #ddd;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header .column .nav .navlist .nav_a > a {
  padding: .15rem 0;
  -webkit-transition: color .5s;
  transition: color .5s;
  font-size: max(14px,.18rem);
}

.header .column .nav .navlist .nav_a .nav_b {
  font-size: 14px;
  display: none;
}

.header .column .nav .navlist .nav_a .nav_b .item {
  color: #666;
  display: block;
  padding: 5px 0;
}

.header .column .nav .navlist .nav_a .level {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  pointer-events: none;
  background-color: #fff;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path .4s ease-in-out;
  transition: -webkit-clip-path .4s ease-in-out;
  transition: clip-path .4s ease-in-out;
  transition: clip-path .4s ease-in-out, -webkit-clip-path .4s ease-in-out;
}

.header .column .nav .navlist .nav_a .level .cnt {
  border-top: 1px solid #fff;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity .4s ease-in-out, border-color .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, border-color .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out, opacity .4s ease-in-out, border-color .4s ease-in-out;
  transition: transform .4s ease-in-out, opacity .4s ease-in-out, border-color .4s ease-in-out, -webkit-transform .4s ease-in-out;
  padding-top: .4rem;
  padding-bottom: .55rem;
}

.header .column .nav .navlist .nav_a .level .cnt .tab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.1rem;
}

.header .column .nav .navlist .nav_a .level .cnt .tab .item {
  cursor: pointer;
  color: #666;
  font-size: max(15px,.2rem);
}

.header .column .nav .navlist .nav_a .level .cnt .tab .item.on {
  color: #111;
  font-weight: 500;
}

.header .column .nav .navlist .nav_a .level .cnt .group {
  margin-top: .4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 .25rem;
}

.header .column .nav .navlist .nav_a .level .cnt .group .item {
  width: max(150px, 2.07rem);
}

.header .column .nav .navlist .nav_a .level .cnt .group .item:hover .pic img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.header .column .nav .navlist .nav_a .level .cnt .group .item:hover .text .name {
  color: #008CD6;
}

.header .column .nav .navlist .nav_a .level .cnt .group .item:hover .text .arrow {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.header .column .nav .navlist .nav_a .level .cnt .group .item .pic {
  height: max(200px,2.62rem);
  background-color: #F6F6F6;
  border-radius: .15rem;
  overflow: hidden;
}

.header .column .nav .navlist .nav_a .level .cnt .group .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.header .column .nav .navlist .nav_a .level .cnt .group .item .text {
  position: relative;
  margin-top: .15rem;
  padding-left: .05rem;
  padding-right: .25rem;
}

.header .column .nav .navlist .nav_a .level .cnt .group .item .text .name {
  color: #222;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-size: max(13px,.16rem);
}

.header .column .nav .navlist .nav_a .level .cnt .group .item .text .type {
  font-size: max(10px,.12rem);
  color: #666;
}

.header .column .nav .navlist .nav_a .level .cnt .group .item .text .arrow {
  position: absolute;
  top: .05rem;
  right: 0;
  width: max(10px,.13rem);
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.header .column .nav .navlist .nav_a .level .cnt .group .item .text .arrow img {
  width: 100%;
}

.header .column .nav .mobilePhone {
  position: absolute;
  bottom: .6rem;
  width: 90vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 9rem;
  height: max(44px,.6rem);
  background-color: #008CD6;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  border-radius: .06rem;
}

.header .column .offside {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 .3rem;
}

.header .column .offside .icon {
  width: max(13px,.19rem);
  height: max(13px,.19rem);
}

@media screen and (orientation: portrait) {
  .header .column .offside .icon {
    display: none;
  }
}

.header .column .offside .icon path {
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.header .column .offside .tel {
  border-radius: .3rem;
  border: 1px solid #FFFFFF;
  padding: .1rem .15rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 0 .06rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: max(14px,.20rem);
}

.header .column .offside .tel svg {
  width: max(13px,.19rem);
  height: max(13px,.19rem);
}

.header .column .offside .tel svg path {
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.header .column .menu_open {
  display: none;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  position: relative;
}

.header .column .menu_open span {
  position: absolute;
  width: 100%;
  height: 2px;
  -webkit-transition: width .3s, -webkit-transform .3s;
  transition: width .3s, -webkit-transform .3s;
  transition: transform .3s, width .3s;
  transition: transform .3s, width .3s, -webkit-transform .3s;
  background-color: #000;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.header .column .menu_open span:nth-child(1) {
  top: 2px;
  left: 0;
}

.header .column .menu_open span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 70%;
  right: 0;
}

.header .column .menu_open span:nth-child(3) {
  bottom: 2px;
  left: 0;
}

@media screen and (orientation: portrait) {
  .header {
    background-color: #fff;
  }
  .header .column {
    padding: 0 3.125vw;
    height: 55px;
  }
  .header .column .logo img.m1 {
    opacity: 0;
  }
  .header .column .logo img.m2 {
    opacity: 1;
  }
  .header .column .nav {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100vw;
    bottom: 0;
    pointer-events: none;
    margin-left: 0;
    padding-top: .3rem;
    padding-bottom: .6rem;
  }
  .header .column .nav .navlist {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 0 5vw;
  }
  .header .column .nav .navlist .nav_a {
    width: 100%;
    padding: .3rem 0;
    border-bottom: 1px solid #ededed;
    opacity: 0;
    -webkit-transform: translate3d(0px, 30px, 0px);
            transform: translate3d(0px, 30px, 0px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  }
  .header .column .nav .navlist .nav_a > a {
    padding: .06rem 0;
    color: #000;
    font-size: .32rem;
  }
  .header .column .nav .navlist .nav_a .nav_b {
    display: block;
    margin-top: .1rem;
  }
  .header .column .nav .mobilePhone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  }
  .header .column .offside {
    margin-left: auto;
  }
  .header .column .offside .icon path {
    fill: #000;
  }
  .header .column .offside .tel {
    color: #000;
    border-color: #000;
  }
  .header .column .offside .tel svg path {
    fill: #000;
  }
  .header .column .menu_open {
    display: block;
  }
  .header.bc .shade {
    height: calc(100vh - 55px);
  }
  .header.bc .column .menu_open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header.bc .column .menu_open span:nth-child(2) {
    width: 0;
  }
  .header.bc .column .menu_open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header.bc .column .nav {
    pointer-events: auto;
  }
  .header.bc .column .nav .navlist .nav_a {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(7) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(8) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(9) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(10) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(11) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(12) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(13) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(14) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .header.bc .column .nav .navlist .nav_a:nth-child(15) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .header.bc .column .nav .mobilePhone {
    opacity: 1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  #main .main_roll {
    padding-top: 55px;
  }
}

.footer {
  background: #101A20;
  padding-top: .8rem;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer .column .top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: max(13px,.16rem);
}

@media screen and (orientation: portrait) {
  .footer .column .top {
    display: none;
  }
}

.footer .column .top > a {
  height: max(28px,.38rem);
}

.footer .column .top > a img {
  height: 100%;
}

.footer .column .top .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 .5rem;
}

.footer .column .group {
  margin-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: max(12px,.14rem);
}

@media screen and (orientation: portrait) {
  .footer .column .group {
    margin-top: 0 !important;
  }
}

.footer .column .group .info {
  color: #fff;
  font-size: max(12px,.14rem);
}

.footer .column .group .info a {
  color: #fff;
}

.footer .column .group .info .tel .val {
  font-size: max(20px,.36rem);
  font-weight: 600;
}

.footer .column .group .info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .35rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .2rem .8rem;
}

.footer .column .group .info .list .item:last-of-type {
  width: 100%;
}

.footer .column .group .info .list .item .name {
  opacity: .6;
}

.footer .column .group .info .list .item .txt {
  margin-top: .05rem;
}

.footer .column .group .code {
  gap: 0 .35rem;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer .column .group .code .item {
  cursor: pointer;
  position: relative;
}

.footer .column .group .code .item:hover .pic {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer .column .group .code .item .icon {
  width: max(34px,.56rem);
  margin: 0 auto;
}

.footer .column .group .code .item .icon img {
  width: 100%;
}

.footer .column .group .code .item .name {
  font-weight: 300;
  margin-top: .05rem;
  opacity: .8;
}

.footer .column .group .code .item .pic {
  width: max(100px,1.4rem);
  padding: .1rem;
  border-radius: .1rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.footer .column .group .code .item .pic img {
  width: 100%;
}

.footer .column .keep {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: max(12px,.14rem);
  padding: .4rem 0;
  opacity: .6;
  font-weight: 300;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .column .keep img {
  height: max(12px,.2rem);
  width: max(12px,.2rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer .column .keep a {
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .column .keep .rt {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (orientation: portrait) {
  .footer .column .top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .column .top .nav {
    display: none;
  }
  .footer .column .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: .8rem;
    gap: .6rem 0;
  }
  .footer .column .group .info .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: .5rem 0;
  }
}

.pbanner {
  height: 7.5rem;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}

.pbanner .mbg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.pbanner .mbg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}

.pbanner .mbg img,
.pbanner .mbg video,
.pbanner .mbg canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}

.pbanner .mbg canvas {
  display: none;
}

.pbanner .info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
}

.pbanner .info .tit {
  font-size: .52rem;
  font-weight: bold;
}

.pbanner .info .txt {
  font-size: .32rem;
}

.rightBox {
  position: fixed;
  right: .0;
  top: 50%;
  z-index: 999999;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.rightBox .icons {
  width: .24rem;
  height: .76rem;
  position: absolute;
  right: 5px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.rightBox.onShow .rightList {
  opacity: 1;
  -webkit-transform: translate(-0.66rem, 0);
          transform: translate(-0.66rem, 0);
  visibility: visible;
}

.rightBox.onShow .icons {
  opacity: 0;
  visibility: hidden;
}

.rightBox .rightList {
  -webkit-transition: all .5s;
  transition: all .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.rightBox .rightList .list {
  margin-top: -.2rem;
  padding: .28rem 0;
  width: .66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .4rem;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid rgba(221, 221, 221, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);
  gap: .19rem;
}

.rightBox .rightList .list .line {
  width: .29rem;
  height: 0.01rem;
  background: rgba(221, 221, 221, 0.5);
}

.rightBox .rightList .list .imgBox {
  cursor: pointer;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Source Han Sans;
  font-size: .14rem;
  text-align: center;
  color: #222222;
}

.rightBox .rightList .list .imgBox:hover .phone {
  opacity: 1;
  -webkit-transform: translate(0rem, 0);
          transform: translate(0rem, 0);
  z-index: 9;
  visibility: visible;
}

.rightBox .rightList .list .imgBox:hover .qrcode {
  opacity: 1;
  -webkit-transform: translate(0rem, -30%);
          transform: translate(0rem, -30%);
  z-index: 9;
  visibility: visible;
}

.rightBox .rightList .list .imgBox .qrcode {
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  color: #000;
  right: .66rem;
  top: -50%;
  -webkit-transform: translate(0.3rem, -30%);
          transform: translate(0.3rem, -30%);
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);
  visibility: hidden;
}

.rightBox .rightList .list .imgBox .phone {
  visibility: hidden;
  white-space: nowrap;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  -webkit-transform: translate(0.5rem, 0);
          transform: translate(0.5rem, 0);
  position: absolute;
  color: #000;
  right: .66rem;
  z-index: -1;
  top: -0.15rem;
  background: #fff;
  padding: .12rem;
  border-radius: .4rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);
}

.rightBox .rightList .list .imgBox .icon {
  width: .19rem;
  height: .19rem;
}

.rightBox .rightList .avater {
  width: .66rem;
  height: .66rem;
  z-index: 9;
  position: relative;
}

@media screen and (orientation: portrait) {
  .pbanner {
    height: 50vw;
  }
  .pbanner .info .tit {
    font-size: .48rem;
  }
  .rightBox {
    display: none;
  }
  .rightBox .icons {
    right: 0;
  }
}

[data-page='newDetail'] {
  background: #F4F4F4;
}

[data-page='newDetail'] .r1 {
  padding: 1.5rem 2.1rem;
  font-family: Source Han Sans;
}

[data-page='newDetail'] .r1 .r1_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .12rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .16rem;
  color: #999999;
}

[data-page='newDetail'] .r1 .r1_header .color {
  color: #008CD6;
}

[data-page='newDetail'] .r1 .r1_header .icon {
  width: .25rem;
  height: .25rem;
}

[data-page='newDetail'] .r1 .title {
  font-size: .4rem;
  font-weight: 500;
  line-height: .6rem;
  text-align: center;
  color: #131313;
  margin-top: .7rem;
}

[data-page='newDetail'] .r1 .subtitle {
  font-family: Prompt;
  font-size: .16rem;
  text-align: center;
  color: #666666;
  margin-top: .2rem;
}

[data-page='newDetail'] .r1 .content {
  padding: .6rem .83rem 1.37rem;
  background: #fff;
  border-radius: .15rem;
  margin-top: .56rem;
  font-size: .18rem;
  line-height: .46rem;
  color: #666666;
  white-space: pre-line;
}

[data-page='new'] .newBg {
  width: 100%;
  height: 9.37rem;
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-page='new'] .mask {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 9.37rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

[data-page='new'] .r1 {
  padding: 2.32rem 2.1rem .75rem;
  font-family: Source Han Sans;
}

[data-page='new'] .r1 .title {
  font-size: .5rem;
  font-weight: 500;
  line-height: .6rem;
  color: #131313;
}

[data-page='new'] .r1 .subtitle {
  font-size: .22rem;
  line-height: .6rem;
  color: #666666;
}

[data-page='new'] .r1 .list {
  margin-top: 1.52rem;
}

[data-page='new'] .r1 .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: .63rem;
  padding-bottom: .96rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: .78rem;
}

[data-page='new'] .r1 .list .item:hover .info .name {
  color: #008CD6;
}

[data-page='new'] .r1 .list .item .time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Prompt;
  font-size: .2rem;
  color: #222222;
  border-right: 1px solid #F2F2F6;
  padding-right: .73rem;
}

[data-page='new'] .r1 .list .item .time .color {
  font-size: .44rem;
  font-weight: 500;
  color: #008CD6;
  margin-bottom: .2rem;
}

[data-page='new'] .r1 .list .item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Source Han Sans;
}

[data-page='new'] .r1 .list .item .info .right {
  margin-top: auto;
  width: .53rem;
  height: .53rem;
}

[data-page='new'] .r1 .list .item .info .name {
  font-size: .26rem;
  color: #131313;
  -webkit-transition: all .5s;
  transition: all .5s;
}

[data-page='new'] .r1 .list .item .info .subName {
  font-size: max(12px,.16rem);
  color: #666666;
  margin-top: .26rem;
  line-height: 1.5;
}

[data-page='new'] .r1 .list .item .imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.62rem;
  height: 2.9rem;
  border-radius: .2rem;
  overflow: hidden;
}

[data-page='new'] .r1 .list .item .imgBox:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

[data-page='new'] .r1 .list .item .imgBox img {
  width: 4.62rem;
  height: 2.9rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .5s;
  transition: all .5s;
}

[data-page='new'] .r1 .swiperOne {
  position: relative;
  margin-top: .8rem;
}

[data-page='new'] .r1 .swiperOne .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: .15rem;
  overflow: hidden;
  background: #F1F4F6;
}

[data-page='new'] .r1 .swiperOne .item .imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.52rem;
  height: 5.13rem;
}

[data-page='new'] .r1 .swiperOne .item .imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 8.52rem;
  height: 5.13rem;
}

[data-page='new'] .r1 .swiperOne .item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: .7rem .55rem .55rem .8rem;
  font-family: Source Han Sans;
}

[data-page='new'] .r1 .swiperOne .item .info .time {
  font-family: Prompt;
  font-size: .18rem;
  color: #008CD6;
}

[data-page='new'] .r1 .swiperOne .item .info .name {
  font-size: .3rem;
  color: #131313;
  margin: .32rem 0 .35rem;
}

[data-page='new'] .r1 .swiperOne .item .info .subName {
  font-size: max(12px,.16rem);
  color: #666666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-page='new'] .r1 .swiperOne .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: .8rem;
  padding-right: .55rem;
}

[data-page='new'] .r1 .swiperOne .swiper-pagination .swiper-pagination-bullet {
  width: .13rem;
  height: .04rem;
  border-radius: 0.06rem;
  background: #fff;
}

[data-page='new'] .r1 .swiperOne .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #008CD6;
}

[data-page='new'] .r1 .swiperOne .btns {
  bottom: 0;
  position: absolute;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .24rem;
  bottom: .56rem;
  right: 4.11rem;
}

[data-page='new'] .r1 .swiperOne .btns ._btn {
  cursor: pointer;
  width: .66rem;
  height: .66rem;
  color: #008CD6;
}

[data-page='new'] .r1 .swiperOne .btns ._btn img {
  width: .66rem;
  height: .66rem;
}

@media screen and (orientation: portrait) {
  [data-page='new'] .r1 {
    padding: 2.32rem 5% .75rem;
  }
  [data-page='new'] .r1 .swiperOne .swiper-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    bottom: auto;
    top: 4.2rem;
  }
  [data-page='new'] .r1 .swiperOne .btns {
    bottom: .2rem;
    left: .4rem;
  }
  [data-page='new'] .r1 .swiperOne .item {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [data-page='new'] .r1 .swiperOne .item .imgBox {
    width: 100%;
    height: 4.5rem;
  }
  [data-page='new'] .r1 .swiperOne .item .imgBox img {
    height: 4.5rem;
    width: 100%;
  }
  [data-page='new'] .r1 .swiperOne .item .info {
    padding: .35rem .25rem 1rem .4rem;
  }
  [data-page='new'] .r1 .list .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: .3rem;
    padding-bottom: .48rem;
    margin-bottom: .39rem;
  }
  [data-page='new'] .r1 .list .item .time {
    padding-right: .3rem;
  }
  [data-page='new'] .r1 .list .item .info .right {
    margin-top: .26rem;
  }
  [data-page='new'] .r1 .list .item .imgBox {
    width: 100%;
    height: 4.5rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  [data-page='new'] .r1 .list .item .imgBox img {
    width: 100%;
    height: 100%;
  }
}

[data-page='index'] h2 {
  font-family: Source Han Sans;
  font-size: .5rem;
  font-weight: 500;
  line-height: .6rem;
  text-align: center;
}

[data-page='index'] .btn {
  min-width: 1.36rem;
  text-align: center;
  border-radius: .3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid #008CD6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .1rem .25rem;
  background: transparent;
  font-family: Source Han Sans;
  font-size: .16rem;
  color: #008CD6;
  cursor: pointer;
  gap: 0.04rem;
}

[data-page='index'] .btn .icon {
  width: 0.08rem;
  height: 0.08rem;
}

[data-page='index'] .inMask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999999999999999;
}

[data-page='index'] .inMask .contents {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-page='index'] .inMask .contents .close {
  position: absolute;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: .4rem;
  color: #fff;
  top: -.4rem;
  right: -.4rem;
  cursor: pointer;
}

[data-page='index'] .inMask .contents::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60%;
}

[data-page='index'] .inMask .contents video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (orientation: portrait) {
  [data-page='index'] .inMask .contents {
    width: 90vw;
  }
}

[data-page='index'] .r1 {
  width: 100%;
  height: 9.8rem;
}

[data-page='index'] .r1 .banner {
  width: 100%;
  height: 100%;
  position: relative;
}

[data-page='index'] .r1 .banner .mbg {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

[data-page='index'] .r1 .banner video, [data-page='index'] .r1 .banner canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}

[data-page='index'] .r1 .banner canvas {
  display: none;
}

[data-page='index'] .r1 .banner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
}

[data-page='index'] .r1 .banner .content {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

[data-page='index'] .r1 .banner .content .title {
  font-family: Source Han Sans;
  font-size: .52rem;
  line-height: .7rem;
  text-align: center;
  color: #FFFFFF;
  white-space: pre-line;
}

[data-page='index'] .r1 .banner .content .btnImg {
  width: 2rem;
  height: .6rem;
  margin: .33rem auto 0;
  cursor: pointer;
}

[data-page='index'] .r1 .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-page='index'] .r2 {
  width: 100%;
  height: 9.8rem;
  background: url("./image/index_videoimg3.jpg") no-repeat;
  background-size: cover;
  position: relative;
  padding: 1.17rem .66rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
}

[data-page='index'] .r2 > * {
  position: relative;
  z-index: 9;
}

[data-page='index'] .r2 h2 {
  color: #FFFFFF;
}

[data-page='index'] .r2 h2::after {
  position: absolute;
  width: 6.52rem;
  height: .08rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -.38rem;
  content: '';
  display: inline-block;
  background: url("../image/index_img4.png") no-repeat;
  background-size: cover;
}

[data-page='index'] .r2 .cars {
  border-radius: .3rem .3rem 0px 0px;
  width: 100%;
  height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 9;
  gap: .12rem;
}

[data-page='index'] .r2 .cars .itemBox {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 1.63rem;
  border-radius: .2rem .2rem 0px 0px;
}

[data-page='index'] .r2 .cars .itemBox::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: '';
  background: rgba(0, 0, 0, 0.64);
}

[data-page='index'] .r2 .cars .itemBox .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* 垂直从右到左 */
  font-family: Source Han Sans;
  gap: .04rem;
  padding-top: .5rem;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 999;
}

[data-page='index'] .r2 .cars .itemBox .top::after {
  content: '';
  display: inline-block;
  width: .47rem;
  height: 2px;
  position: absolute;
  top: .35rem;
  background: #fff;
}

[data-page='index'] .r2 .cars .itemBox .top .name {
  font-size: .26rem;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

[data-page='index'] .r2 .cars .itemBox .top .subName {
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.8);
}

[data-page='index'] .r2 .cars .itemBox .mask {
  display: none;
}

[data-page='index'] .r2 .cars .itemBox .open {
  display: none;
}

[data-page='index'] .r2 .cars .itemBox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}

[data-page='index'] .r2 .cars .itemBox .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

[data-page='index'] .r2 .cars .itemBox .info {
  width: 13rem;
  height: 3.2rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: .63rem;
  background: url("../image/index_bg.png") no-repeat;
  background-size: 100%;
  padding-top: .38rem;
  padding-bottom: .45rem;
}

[data-page='index'] .r2 .cars .itemBox .info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: .66rem;
  height: .66rem;
  margin-bottom: .13rem;
}

[data-page='index'] .r2 .cars .itemBox .info .detail {
  width: 13rem;
  margin-top: .3rem;
  margin-left: -.63rem;
  padding-left: .63rem;
  font-family: Source Han Sans;
  font-size: .16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  white-space: pre-line;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

[data-page='index'] .r2 .cars .itemBox .info .name {
  font-family: Source Han Sans;
  font-size: .32rem;
  font-weight: 500;
  line-height: .4rem;
  color: #FFFFFF;
  white-space: pre-line;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

[data-page='index'] .r2 .cars .itemBox.active {
  width: 13rem;
}

[data-page='index'] .r2 .cars .itemBox.active video {
  visibility: visible;
}

[data-page='index'] .r2 .cars .itemBox.active .top {
  opacity: 0;
  -webkit-transform: translate(0, 0.5rem);
          transform: translate(0, 0.5rem);
}

[data-page='index'] .r2 .cars .itemBox.active .info {
  opacity: 1;
  z-index: 9999999;
}

[data-page='index'] .r2::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

[data-page='index'] .r3 {
  width: 100%;
  background: linear-gradient(295deg, rgba(174, 192, 217, 0.6) 0%, rgba(174, 192, 217, 0) 98%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 2.6rem 1.2rem;
  position: relative;
  overflow: hidden;
}

[data-page='index'] .r3 .after {
  position: absolute;
  top: 37%;
  right: -21%;
  font-size: 2rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(99%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.03) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: red;
  z-index: 98;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 11rem;
  text-align: center;
  height: 2.8rem;
}

[data-page='index'] .r3 h2 {
  color: #131313;
}

[data-page='index'] .r3 .content {
  width: 100%;
  margin-top: 1.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 6.95rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

[data-page='index'] .r3 .content .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

[data-page='index'] .r3 .content .right {
  margin-right: -1rem;
  position: relative;
}

[data-page='index'] .r3 .content .right .img {
  width: 10.35rem;
  height: 6.87rem;
}

[data-page='index'] .r3 .content .right .dians {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[data-page='index'] .r3 .content .right .dians .dian {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: #008cd6;
  position: absolute;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: ripple 3s ease-in-out infinite;
          animation: ripple 3s ease-in-out infinite;
}

[data-page='index'] .r3 .content .right .dians .dian:last-of-type {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .4;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: .4;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

[data-page='index'] .r3 .content .right .texts .text {
  font-size: max(12px,.16rem);
  font-weight: 350;
  color: #666666;
  white-space: nowrap;
  position: absolute;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] {
  border-color: red;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] .dian:nth-child(1) {
  top: 45.62%;
  right: 54.8%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] .dian:nth-child(2) {
  top: 6%;
  right: 46.2%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] .dian:nth-child(3) {
  top: 22.8%;
  right: 42.9%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] .dian:nth-child(4) {
  top: 75%;
  right: 42.9%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] .text:nth-child(1) {
  top: 43.62%;
  right: 70.8%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] .text:nth-child(2) {
  top: 4%;
  right: 25%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] .text:nth-child(3) {
  top: 19.4%;
  right: 12.2%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] .text:nth-child(4) {
  top: 70.8%;
  right: 15.9%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] {
  border-color: red;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] .dian:nth-child(1) {
  top: 15%;
  right: 60%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] .dian:nth-child(2) {
  top: 30.8%;
  right: 37.2%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] .dian:nth-child(3) {
  top: 52.7%;
  right: 67.5%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] .dian:nth-child(4) {
  top: 73%;
  right: 44.2%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] .text:nth-child(1) {
  top: 11.5%;
  right: 72%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] .text:nth-child(2) {
  top: 25.3%;
  right: 5.4%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] .text:nth-child(3) {
  top: 49%;
  right: 76.3%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] .text:nth-child(4) {
  top: 71.4%;
  right: 19.4%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs1.png"] .dian:nth-child(1) {
  top: 20.3%;
  right: 69.9%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs1.png"] .dian:nth-child(2) {
  top: 27.8%;
  right: 39.3%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs1.png"] .dian:nth-child(3) {
  top: 76%;
  right: 60.3%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs1.png"] .dian:nth-child(4) {
  top: 71.4%;
  right: 46.2%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs1.png"] .text:nth-child(1) {
  top: 17%;
  right: 75.3%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs1.png"] .text:nth-child(2) {
  top: 24.3%;
  right: 20.25%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs1.png"] .text:nth-child(3) {
  top: 73%;
  right: 78%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs1.png"] .text:nth-child(4) {
  top: 67.7%;
  right: 18.9%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs4.png"] .dian:nth-child(1) {
  top: 19.1%;
  right: 62.2%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs4.png"] .dian:nth-child(2) {
  top: 21.4%;
  right: 43.4%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs4.png"] .dian:nth-child(3) {
  top: 48.2%;
  right: 68%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs4.png"] .dian:nth-child(4) {
  top: 68.6%;
  right: 30.6%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs4.png"] .text:nth-child(1) {
  top: 15.1%;
  right: 69.4%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs4.png"] .text:nth-child(2) {
  top: 16.3%;
  right: 9.6%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs4.png"] .text:nth-child(3) {
  white-space: break-spaces;
  top: 44.4%;
  right: 80.6%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs4.png"] .text:nth-child(4) {
  top: 64.5%;
  right: 7.9%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] {
  border-color: red;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .dian:nth-child(1) {
  top: 34.1%;
  right: 62.1%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .dian:nth-child(2) {
  top: 34.2%;
  right: 55.5%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .dian:nth-child(3) {
  top: 63.2%;
  right: 65.6%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .dian:nth-child(4) {
  top: 48.3%;
  right: 42%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .text {
  white-space: nowrap;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .text:nth-child(1) {
  top: 31.1%;
  right: 35.1%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .text:nth-child(2) {
  top: 31.2%;
  right: 72.5%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .text:nth-child(3) {
  top: 60.2%;
  right: 79.5%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .text:nth-child(4) {
  top: 45.3%;
  right: 22.6%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] {
  border-color: red;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] .dian:nth-child(1) {
  top: 52.2%;
  right: 51.8%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] .dian:nth-child(2) {
  top: 54.2%;
  right: 43.5%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] .dian:nth-child(3) {
  top: 70.2%;
  right: 58.6%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] .dian:nth-child(4) {
  top: 77.6%;
  right: 37.2%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] .text:nth-child(1) {
  top: 67.1%;
  right: 71.6%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] .text:nth-child(2) {
  top: 49.5%;
  right: 61.5%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] .text:nth-child(3) {
  top: 74.2%;
  right: 21.5%;
}

[data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] .text:nth-child(4) {
  top: 50.6%;
  right: 24.3%;
}

[data-page='index'] .r3 .content .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

[data-page='index'] .r3 .content .left .lave2 {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  min-height: 6.95rem;
  width: 2.4rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: .15rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding-top: .36rem;
  opacity: 0;
}

[data-page='index'] .r3 .content .left .lave2.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-page='index'] .r3 .content .left .lave2 .item {
  cursor: pointer;
  padding-top: .24rem;
}

[data-page='index'] .r3 .content .left .lave2 .item.active .imgBox {
  border: 0.05rem solid #068ED5;
}

[data-page='index'] .r3 .content .left .lave2 .item .name {
  font-size: .16rem;
  color: #666666;
  text-align: center;
  max-width: 160px;
}

[data-page='index'] .r3 .content .left .lave2 .item .imgBox {
  margin: 0 auto .1rem;
  width: .94rem;
  height: .94rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.05rem solid #DDE7F1;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

[data-page='index'] .r3 .content .left .lave2 .item .imgBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

[data-page='index'] .r3 .content .left .lave1 {
  width: 2.12rem;
  min-height: 6.95rem;
  border-radius: 15px;
  background: #F9FCFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: .7rem 0 0 .24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9;
}

[data-page='index'] .r3 .content .left .lave1 .imgBox {
  width: 100%;
  height: 3.87rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

[data-page='index'] .r3 .content .left .lave1 .imgBox .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

[data-page='index'] .r3 .content .left .lave1 .icon {
  position: absolute;
  width: .24rem;
  height: .24rem;
  right: -.08rem;
  z-index: 9;
  -webkit-transition: all .5s;
  transition: all .5s;
  top: .71rem;
}

[data-page='index'] .r3 .content .left .lave1 .icon::before {
  content: '';
  display: inline-block;
  background: url("../image/index_svg1.svg") no-repeat;
  width: .2rem;
  height: .7rem;
  position: absolute;
  top: 50%;
  right: -.12rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

[data-page='index'] .r3 .content .left .lave1 .icon img {
  width: .24rem;
  height: .24rem;
}

[data-page='index'] .r3 .content .left .lave1 .item {
  cursor: pointer;
  padding-top: .25rem;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  margin-top: .25rem;
  font-family: Source Han Sans;
  font-size: .22rem;
  font-weight: 500;
  color: #969DA1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

[data-page='index'] .r3 .content .left .lave1 .item:first-child {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}

[data-page='index'] .r3 .content .left .lave1 .item.active {
  font-size: .26rem;
  font-weight: bold;
  color: #2585D3;
}

[data-page='index'] .r4 {
  min-height: 9.8rem;
  width: 100%;
  background: #F2F4F6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.1rem 0 1.3rem;
  background: url("../image/index_bg2.png") no-repeat;
  background-size: cover;
}

[data-page='index'] .r4 h2 {
  color: #131313;
}

[data-page='index'] .r4 .switch {
  padding-left: 2.6rem;
  padding-top: .23rem;
  gap: .22rem;
}

[data-page='index'] .r4 .switch ._btn {
  cursor: pointer;
}

[data-page='index'] .r4 .switch ._btn img {
  width: .52rem;
  height: .52rem;
}

[data-page='index'] .r4 .switch ._btn img.hide {
  display: none;
}

[data-page='index'] .r4 .swiperOne {
  margin-top: .5rem;
  padding-left: 2.6rem;
}

[data-page='index'] .r4 .swiperOne .item {
  width: 6.04rem;
  min-height: 4.89rem;
  position: relative;
  height: auto;
}

[data-page='index'] .r4 .swiperOne .item.swiper-slide-active .content {
  background: #fff;
}

[data-page='index'] .r4 .swiperOne .item.swiper-slide-active .content .title {
  color: #008CD6;
}

[data-page='index'] .r4 .swiperOne .item .content {
  height: 100%;
  width: 6.04rem;
  min-height: 4.89rem;
  padding: .4rem .48rem;
  background: #f9fbfa;
  border-radius: .15rem;
}

[data-page='index'] .r4 .swiperOne .item .content .title {
  font-family: Source Han Sans;
  font-size: .38rem;
  font-weight: bold;
  color: #131313;
  margin-top: .53rem;
}

[data-page='index'] .r4 .swiperOne .item .content .subtitle {
  margin-top: .3rem;
  font-family: Source Han Sans;
  font-size: .18rem;
  color: #666666;
}

[data-page='index'] .r4 .swiperOne .item .content .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

[data-page='index'] .r4 .swiperOne .item .content .iconBox .icon {
  width: .63rem;
  height: .63rem;
}

[data-page='index'] .r4 .swiperOne .item.swiper-slide-active .btns {
  opacity: 1;
}

[data-page='index'] .r4 .swiperOne .item img {
  width: 6.04rem;
  height: 4.89rem;
  -webkit-box-shadow: 0px 10px 26px 5px rgba(0, 140, 214, 0.06);
          box-shadow: 0px 10px 26px 5px rgba(0, 140, 214, 0.06);
}

[data-page='index'] .r4 .swiperOne .item .btns {
  position: absolute;
  bottom: .33rem;
  left: .48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .2rem;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

[data-page='index'] .r4 .swiperOne .item .btns img {
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  width: .52rem;
  height: .52rem;
}

[data-page='index'] .r4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: .9rem;
}

[data-page='index'] .r4 .list .item {
  cursor: pointer;
  font-family: Source Han Sans;
  font-size: .22rem;
  font-weight: 500;
  line-height: .6rem;
  color: #969DA1;
  position: relative;
}

[data-page='index'] .r4 .list .item:last-child::after {
  display: none;
}

[data-page='index'] .r4 .list .item::after {
  width: .65rem;
  height: .12rem;
  display: inline-block;
  content: '';
  background: url("../image/index_svg2.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -40%);
          transform: translate(0%, -40%);
  right: -.81rem;
}

[data-page='index'] .r4 .list .item.active {
  color: #131313;
}

[data-page='index'] .r5 {
  padding: 1.28rem 2.6rem .66rem;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[data-page='index'] .r5 h2 {
  color: #131313;
}

[data-page='index'] .r5 .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-page='index'] .r5 .btn {
  margin: .4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .1rem .12rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[data-page='index'] .r5 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .2rem;
  margin-top: .93rem;
}

[data-page='index'] .r5 .list .item {
  border-radius: .15rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);
  width: calc(25% - .15rem);
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-page='index'] .r5 .list .item:hover .imgBox img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

[data-page='index'] .r5 .list .item .imgBox {
  width: 100%;
  height: 2.22rem;
  position: relative;
  overflow: hidden;
}

[data-page='index'] .r5 .list .item .imgBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .5s;
  transition: all .5s;
}

[data-page='index'] .r5 .list .item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: .32rem .24rem 0;
  font-family: Source Han Sans;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 3.27rem;
}

[data-page='index'] .r5 .list .item .info .title {
  font-size: .2rem;
  color: #131313;
}

[data-page='index'] .r5 .list .item .info .subtitle {
  font-size: .16rem;
  color: #666666;
  margin-top: .44rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-page='index'] .r5 .list .item .info .time {
  margin-top: auto;
  padding: .22rem 0;
  border-top: 1px solid #E4EBF0;
  font-family: Prompt;
  font-size: .16rem;
  color: #666666;
}

[data-page='index'] .r6 {
  background: linear-gradient(283deg, rgba(174, 192, 217, 0.6) -1%, rgba(174, 192, 217, 0) 99%);
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .8rem 0 1rem;
  position: relative;
}

[data-page='index'] .r6 .bg {
  position: absolute;
  top: .93rem;
  right: .67rem;
  width: 11.3rem;
  height: 1.67rem;
}

[data-page='index'] .r6 .box {
  width: 14rem;
  margin: 0 auto;
}

[data-page='index'] .r6 .box .title {
  text-align: left;
  font-size: .46rem;
  color: #131313;
  font-weight: 500;
}

[data-page='index'] .r6 .box .flexBox {
  margin-top: .77rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[data-page='index'] .r6 .box .flexBox .qrcode {
  font-size: .16rem;
  color: #666666;
  text-align: center;
  gap: .4rem;
}

[data-page='index'] .r6 .box .flexBox .qrcode .img {
  width: 1.34rem;
  height: 1.34rem;
  margin-bottom: .08rem;
}

[data-page='index'] .r6 .box .flexBox .subtitle {
  line-height: .36rem;
  font-size: .22rem;
  color: #666666;
  white-space: break-spaces;
}

[data-page='index'] .r6 .box .flexBox .subtitle .a {
  font-weight: 700;
  color: #008CD6;
}

[data-page='index'] .r6 .box .flexBox .lianxi {
  width: 100%;
  gap: .16rem;
  font-size: .36rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[data-page='index'] .r6 .box .flexBox .lianxi .icon {
  width: .29rem;
  height: .29rem;
}

@media screen and (orientation: portrait) {
  [data-page='index'] .r1 {
    height: 5rem;
  }
  [data-page='index'] .r2 {
    padding: 1.17rem 5% 0;
    background: #fff !important;
    height: auto;
    padding-bottom: 1.08rem;
  }
  [data-page='index'] .r2 h2 {
    color: #111111;
  }
  [data-page='index'] .r2 h2::after {
    content: '';
    background: url("../image/index_img4s.png") no-repeat;
    background-size: cover;
  }
  [data-page='index'] .r2::after {
    content: none;
  }
  [data-page='index'] .r2 .cars {
    margin-top: 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 3.6px;
    border-radius: 0;
    height: 4.90rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  [data-page='index'] .r2 .cars.active {
    gap: 0;
  }
  [data-page='index'] .r2 .cars .itemBox {
    position: static;
    width: calc( 50% - 1.8px);
    border-radius: 3px;
    height: 2.4rem;
  }
  [data-page='index'] .r2 .cars .itemBox .top {
    display: none;
  }
  [data-page='index'] .r2 .cars .itemBox .top .subName {
    display: none;
  }
  [data-page='index'] .r2 .cars .itemBox .info {
    padding: 0 0 .26rem .26rem;
    background: transparent;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 99;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  [data-page='index'] .r2 .cars .itemBox .info::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: url("../image/index_play.png") no-repeat;
    background-size: contain;
    top: 1rem;
    width: .3rem;
    height: .3rem;
  }
  [data-page='index'] .r2 .cars .itemBox .info .detail, [data-page='index'] .r2 .cars .itemBox .info .icon {
    display: none;
  }
  [data-page='index'] .r2 .cars .itemBox .mask {
    display: none;
  }
  [data-page='index'] .r2 .cars .itemBox .open {
    display: none;
    text-align: center;
    border-radius: .3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: .1rem .25rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(216, 216, 216, 0.1)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(216, 216, 216, 0.1) 100%);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    font-size: max(13px,.16rem);
    color: #fff;
    cursor: pointer;
    gap: 0.04rem;
    position: absolute;
    z-index: 9;
    bottom: .8rem;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  [data-page='index'] .r2 .cars .itemBox .item {
    width: calc( 50% - 1.8px);
    height: 2.4rem;
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 99;
  }
  [data-page='index'] .r2 .cars .itemBox::after {
    content: none;
  }
  [data-page='index'] .r2 .cars .itemBox:nth-child(1) .item {
    left: 0;
    top: 0;
  }
  [data-page='index'] .r2 .cars .itemBox:nth-child(2) .item {
    right: 0;
    top: 0;
  }
  [data-page='index'] .r2 .cars .itemBox:nth-child(3) .item {
    left: 0;
    bottom: 0;
  }
  [data-page='index'] .r2 .cars .itemBox:nth-child(4) .item {
    right: 0;
    bottom: 0;
  }
  [data-page='index'] .r2 .cars .itemBox.active {
    width: calc( 50% - 1.8px);
  }
  [data-page='index'] .r2 .cars .itemBox.active .item {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 4.90rem;
  }
  [data-page='index'] .r2 .cars .itemBox.active .item .open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: .4rem;
  }
  [data-page='index'] .r2 .cars .itemBox.active .item .info {
    display: block;
    width: 13rem;
    height: 3.2rem;
    background: url("../image/index_bg.png") no-repeat;
    background-size: 100%;
    padding-top: .38rem;
    padding-bottom: .45rem;
  }
  [data-page='index'] .r2 .cars .itemBox.active .item .info .detail, [data-page='index'] .r2 .cars .itemBox.active .item .info .icon {
    display: inline-block;
  }
  [data-page='index'] .r2 .cars .itemBox.active .item .info::after {
    content: none;
  }
  [data-page='index'] .r2 .cars .itemBox.active .item::after {
    content: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
  [data-page='index'] .r2 .cars .itemBox.active video {
    z-index: 999;
  }
  [data-page='index'] .r2 .cars .itemBox.active .open {
    z-index: 99999;
  }
  [data-page='index'] .r2 .cars .itemBox.hide {
    width: 0;
  }
  [data-page='index'] .r3 {
    padding: 1rem 5% 1.2rem;
  }
  [data-page='index'] .r3 .after {
    right: -50%;
    top: 16%;
    font-size: 1.3rem;
  }
  [data-page='index'] .r3 .content {
    margin-top: .62rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 9999;
  }
  [data-page='index'] .r3 .content .btn {
    bottom: -.86rem;
  }
  [data-page='index'] .r3 .content .left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [data-page='index'] .r3 .content .left .lave1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: .35rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [data-page='index'] .r3 .content .left .lave1 .icon {
    display: none;
  }
  [data-page='index'] .r3 .content .left .lave1 .item {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    padding: 0 .24rem;
    border-left: 1px solid rgba(221, 221, 221, 0.5);
  }
  [data-page='index'] .r3 .content .left .lave1 .item:first-child {
    border: 0;
  }
  [data-page='index'] .r3 .content .left .lave1 .imgBox {
    display: none;
  }
  [data-page='index'] .r3 .content .left .lave2 {
    min-height: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: .36rem .24rem;
    gap: .24rem;
  }
  [data-page='index'] .r3 .content .right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  [data-page='index'] .r3 .content .right .texts .text {
    -webkit-transform: translate(15%, -15%);
            transform: translate(15%, -15%);
  }
  [data-page='index'] .r3 .content .right .dians .dian {
    -webkit-transform: translate(15%, -15%);
            transform: translate(15%, -15%);
    -webkit-animation: ripple 3s ease-in-out infinite;
            animation: ripple 3s ease-in-out infinite;
  }
  @-webkit-keyframes ripple {
    0% {
      -webkit-transform: translate(15%, -15%) scale(1);
              transform: translate(15%, -15%) scale(1);
      opacity: .4;
    }
    100% {
      -webkit-transform: translate(15%, -15%) scale(2);
              transform: translate(15%, -15%) scale(2);
      opacity: 0;
    }
  }
  @keyframes ripple {
    0% {
      -webkit-transform: translate(15%, -15%) scale(1);
              transform: translate(15%, -15%) scale(1);
      opacity: .4;
    }
    100% {
      -webkit-transform: translate(15%, -15%) scale(2);
              transform: translate(15%, -15%) scale(2);
      opacity: 0;
    }
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] .text:nth-child(1) {
    top: 38.62%;
    right: 70.8%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] .text:nth-child(2) {
    top: 0%;
    right: 22%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] .text:nth-child(3) {
    top: 11.4%;
    right: 11%;
    white-space: normal;
    width: 2.6rem;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs5.png"] .text:nth-child(4) {
    top: 61.8%;
    right: 16.9%;
    white-space: normal;
    width: 1.6rem;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] .text:nth-child(1) {
    top: 9.5%;
    right: 72%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] .text:nth-child(2) {
    top: 16.3%;
    right: 12%;
    width: 2.2rem;
    white-space: normal;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] .text:nth-child(3) {
    top: 46%;
    right: 77.3%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs6.png"] .text:nth-child(4) {
    top: 65.4%;
    right: 15.4%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs1.png"] .text:nth-child(1) {
    top: 12%;
    right: 76.3%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs1.png"] .text:nth-child(2) {
    top: 22.3%;
    right: 13.25%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs1.png"] .text:nth-child(3) {
    top: 69%;
    right: 78%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs1.png"] .text:nth-child(4) {
    top: 56.7%;
    right: 16.9%;
    width: 1.7rem;
    white-space: normal;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs4.png"] .text:nth-child(1) {
    top: 12.1%;
    right: 73.4%;
    width: 2.2rem;
    white-space: normal;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs4.png"] .text:nth-child(2) {
    top: 7.3%;
    right: max(9% , 1.3rem);
    width: 2.2rem;
    white-space: normal;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs4.png"] .text:nth-child(3) {
    white-space: break-spaces;
    top: 43.4%;
    right: 72.6%;
    width: 2.2rem;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs4.png"] .text:nth-child(4) {
    top: 51.5%;
    right: max(10%,1rem);
    width: 1.5rem;
    white-space: normal;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .text {
    white-space: nowrap;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .text:nth-child(1) {
    top: 28.1%;
    right: 34.1%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .text:nth-child(2) {
    top: 27.2%;
    right: 72.5%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .text:nth-child(3) {
    top: 57.2%;
    right: 81.5%;
    white-space: normal;
    width: 1.2rem;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs3.png"] .text:nth-child(4) {
    top: 42.3%;
    right: 20.6%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] .text:nth-child(1) {
    top: 64.1%;
    right: 72.6%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] .text:nth-child(2) {
    top: 46.5%;
    right: 62.5%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] .text:nth-child(3) {
    top: 71.2%;
    right: 17.5%;
  }
  [data-page='index'] .r3 .content .right [data-name="./image/index_bigs2.png"] .text:nth-child(4) {
    top: 47.6%;
    right: 16.3%;
  }
  [data-page='index'] .r3 .content .right .img {
    height: auto;
    width: 100%;
  }
  [data-page='index'] .r4 {
    overflow: hidden;
  }
  [data-page='index'] .r4 .swiperOne {
    padding-left: 5%;
  }
  [data-page='index'] .r4 .btns {
    padding-left: 5%;
  }
  [data-page='index'] .r4 .list {
    gap: .8rem;
  }
  [data-page='index'] .r4 .list .item::after {
    -webkit-transform: translate(-10%, -40%);
            transform: translate(-10%, -40%);
  }
  [data-page='index'] .r4 .list .item.active {
    text-decoration: underline;
  }
  [data-page='index'] .r5 {
    padding: 1.28rem 5% .66rem;
  }
  [data-page='index'] .r5 .list .item {
    width: calc(50% - .1rem);
  }
  [data-page='index'] .r6 {
    background: linear-gradient(283deg, rgba(174, 192, 217, 0.6) -1%, rgba(174, 192, 217, 0.3) 99%);
  }
  [data-page='index'] .r6 .box {
    position: relative;
    z-index: 9;
    width: 90%;
  }
  [data-page='index'] .r6 .box .flexBox {
    margin-top: .35rem;
  }
  [data-page='index'] .r6 .box .flexBox .lianxi, [data-page='index'] .r6 .box .flexBox .subtitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  [data-page='index'] .r6 .box .flexBox .lianxi {
    font-size: .56rem;
    width: auto;
  }
  [data-page='index'] .r6 .box .flexBox .qrcode {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  [data-page='index'] .r6 .bg {
    top: .24rem;
    right: 5%;
    width: 90%;
    height: auto;
  }
}

[data-page='pilot'] .r1 {
  width: 100%;
  height: 6.12rem;
  position: relative;
}

[data-page='pilot'] .r1 .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-page='pilot'] .r1 .content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.4);
  line-height: .7rem;
  text-align: center;
  color: #FFFFFF;
}

[data-page='pilot'] .r1 .content h2 {
  font-family: Source Han Sans;
  font-weight: bold;
  font-size: .52rem;
}

[data-page='pilot'] .r2 {
  width: 100%;
  padding-bottom: 1.1rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(174, 192, 217, 0.6)), color-stop(87%, rgba(174, 192, 217, 0)));
  background: linear-gradient(0deg, rgba(174, 192, 217, 0.6) 0%, rgba(174, 192, 217, 0) 87%);
  padding-top: 1.1rem;
  overflow: hidden;
}

[data-page='pilot'] .r2 > h2 {
  font-family: Source Han Sans;
  font-size: .5rem;
  font-weight: 500;
  line-height: .6rem;
  color: #131313;
  text-align: center;
}

[data-page='pilot'] .r2 > .subtitle {
  margin: .34rem auto 0;
  width: 10.36rem;
  font-family: Source Han Sans;
  font-size: .22rem;
  text-align: center;
  color: #666666;
  line-height: 1.5;
}

[data-page='pilot'] .r2 .list {
  margin-top: .73rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[data-page='pilot'] .r2 .list .item {
  position: relative;
  cursor: pointer;
  text-align: center;
  width: auto;
}

[data-page='pilot'] .r2 .list .item::after {
  content: '';
  width: .53rem;
  height: .11rem;
  display: inline-block;
  background: url("../image/p_svg.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  right: -.96rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

[data-page='pilot'] .r2 .list .item:last-child {
  margin: 0 !important;
}

[data-page='pilot'] .r2 .list .item:last-child::after {
  content: none;
}

[data-page='pilot'] .r2 .list .item.active .imgBox {
  background: -webkit-gradient(linear, left top, left bottom, from(#008CD6), to(rgba(0, 140, 214, 0.3)));
  background: linear-gradient(180deg, #008CD6 0%, rgba(0, 140, 214, 0.3) 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(41px);
          backdrop-filter: blur(41px);
}

[data-page='pilot'] .r2 .list .item.active .icon {
  display: none;
}

[data-page='pilot'] .r2 .list .item.active .icon.no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-page='pilot'] .r2 .list .item .icon {
  opacity: 1;
}

[data-page='pilot'] .r2 .list .item .icon.no {
  display: none;
}

[data-page='pilot'] .r2 .list .item .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.12)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.12) 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(41px);
          backdrop-filter: blur(41px);
  border-radius: 50%;
}

[data-page='pilot'] .r2 .list .item .imgBox .icon {
  width: .5rem;
  height: .5rem;
}

[data-page='pilot'] .r2 .list .item .name {
  text-align: center;
  font-family: Source Han Sans;
  font-size: .22rem;
  color: #131313;
  margin-top: .06rem;
  white-space: nowrap;
}

[data-page='pilot'] .r2 .swiperTwo {
  pointer-events: none;
  margin-top: .6rem;
  padding-left: 2.6rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

[data-page='pilot'] .r2 .swiperTwo .swiper-wrapper {
  gap: .2rem;
}

[data-page='pilot'] .r2 .swiperTwo .item {
  width: 5.34rem;
  min-height: 2.75rem;
  border-radius: .15rem;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .54rem .55rem .54rem .69rem;
  opacity: 0.5;
  height: auto;
}

[data-page='pilot'] .r2 .swiperTwo .item.active {
  opacity: 1;
  position: relative;
}

[data-page='pilot'] .r2 .swiperTwo .item.active .title {
  color: #008CD6;
}

[data-page='pilot'] .r2 .swiperTwo .item.active::after {
  opacity: 1;
  left: .45rem;
  top: -.35rem;
  position: absolute;
  content: '';
  display: inline-block;
  border-top: .2rem solid transparent;
  border-bottom: .2rem solid #fff;
  border-left: .2rem solid transparent;
  border-right: .2rem solid transparent;
}

[data-page='pilot'] .r2 .swiperTwo .item:last-child.active {
  position: relative;
}

[data-page='pilot'] .r2 .swiperTwo .item:last-child.active::after {
  opacity: 1;
  right: .45rem;
  left: auto;
  top: -.35rem;
  position: absolute;
  content: '';
  display: inline-block;
  border-top: .2rem solid transparent;
  border-bottom: .2rem solid #fff;
  border-left: .2rem solid transparent;
  border-right: .2rem solid transparent;
}

[data-page='pilot'] .r2 .swiperTwo .item::after {
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  left: .45rem;
  top: -.35rem;
  position: absolute;
  content: '';
  display: inline-block;
  border-top: .2rem solid transparent;
  border-bottom: .2rem solid #fff;
  border-left: .2rem solid transparent;
  border-right: .2rem solid transparent;
}

@media screen and (orientation: portrait) {
  [data-page='pilot'] .r2 .swiperTwo .item.active {
    position: relative;
  }
  [data-page='pilot'] .r2 .swiperTwo .item.active::after {
    opacity: 1;
    left: .45rem;
    top: -.2rem;
    position: absolute;
    content: '';
    display: inline-block;
    border-top: .2rem solid transparent;
    border-bottom: .2rem solid #fff;
    border-left: .2rem solid transparent;
    border-right: .2rem solid transparent;
  }
  [data-page='pilot'] .r2 .swiperTwo .item:last-child.active {
    position: relative;
  }
  [data-page='pilot'] .r2 .swiperTwo .item:last-child.active::after {
    opacity: 1;
    right: .45rem;
    left: auto;
    top: -.2rem;
    position: absolute;
    content: '';
    display: inline-block;
    border-top: .2rem solid transparent;
    border-bottom: .2rem solid #fff;
    border-left: .2rem solid transparent;
    border-right: .2rem solid transparent;
  }
  [data-page='pilot'] .r2 .swiperTwo .item::after {
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    left: .45rem;
    top: -.2rem;
    position: absolute;
    content: '';
    display: inline-block;
    border-top: .2rem solid transparent;
    border-bottom: .2rem solid #fff;
    border-left: .2rem solid transparent;
    border-right: .2rem solid transparent;
  }
}

[data-page='pilot'] .r2 .swiperTwo .item .title {
  font-family: Source Han Sans;
  font-size: .28rem;
  font-weight: bold;
  color: #111111;
}

[data-page='pilot'] .r2 .swiperTwo .item .subtitle {
  font-family: Source Han Sans;
  font-size: .18rem;
  letter-spacing: normal;
  color: #666666;
  margin-top: .26rem;
  line-height: 1.5;
}

[data-page='pilot'] .r3 {
  overflow: hidden;
  width: 100%;
  height: 9.36rem;
  background: #fff;
  padding: 1rem 0;
}

[data-page='pilot'] .r3 > .title {
  font-family: Source Han Sans;
  font-size: .5rem;
  font-weight: 500;
  line-height: .6rem;
  text-align: center;
  color: #131313;
}

[data-page='pilot'] .r3 .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: .45rem;
  gap: .24rem;
}

[data-page='pilot'] .r3 .btns ._btn {
  width: .8rem;
  height: .8rem;
  pointer-events: auto;
  cursor: pointer;
}

[data-page='pilot'] .r3 .btns ._btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

[data-page='pilot'] .r3 .swiperOne {
  margin: .92rem 5% 0;
}

[data-page='pilot'] .r3 .swiperOne .item {
  width: 9.2rem;
  height: 4.74rem;
  border-radius: .3rem;
  overflow: hidden;
}

[data-page='pilot'] .r3 .swiperOne .item .imgs {
  position: absolute;
  bottom: .5rem;
  left: .48rem;
  width: 3.4rem;
  height: 1.9rem;
}

[data-page='pilot'] .r3 .swiperOne .item.active .imgs {
  position: absolute;
  bottom: .5rem;
  left: .48rem;
  z-index: 9;
}

[data-page='pilot'] .r3 .swiperOne .item .img {
  width: 9.2rem;
  height: 4.74rem;
}

[data-page='pilot'] .r4 {
  width: 100%;
  height: 7.08rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 250, 255, 0)), color-stop(81%, #ECF7FF));
  background: linear-gradient(180deg, rgba(241, 250, 255, 0) 0%, #ECF7FF 81%);
  margin-top: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}

[data-page='pilot'] .r4 .waveBg {
  position: absolute;
  z-index: -1;
  width: 100%;
  pointer-events: none;
}

[data-page='pilot'] .r4 .waveBg.w1 {
  left: 0;
  bottom: 0;
}

[data-page='pilot'] .r4 .waveBg.w2 {
  left: 4rem;
  bottom: .6rem;
}

[data-page='pilot'] .r4 .waveBg.w2 .waveMask {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

[data-page='pilot'] .r4 .waveBg .waveMask {
  display: -ms-grid;
  display: grid;
  -webkit-mask-image: url("../image/water.svg");
          mask-image: url("../image/water.svg");
  -webkit-mask-size: 100vw auto;
          mask-size: 100vw auto;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-animation: move-svg 4s linear infinite;
          animation: move-svg 4s linear infinite;
  -ms-grid-columns: (1fr)[160];
      grid-template-columns: repeat(160, 1fr);
  will-change: -webkit-mask-position-x;
}

[data-page='pilot'] .r4 .waveBg .waveMask span {
  width: .02rem;
  height: 1.8rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(46, 186, 206, 0)), to(rgba(46, 186, 206, 0.4)));
  background: linear-gradient(0deg, rgba(46, 186, 206, 0) 0%, rgba(46, 186, 206, 0.4) 100%);
}

@-webkit-keyframes move-svg {
  0% {
    -webkit-mask-position-x: 0;
  }
  to {
    -webkit-mask-position-x: 100vw;
  }
}

@keyframes move-svg {
  0% {
    -webkit-mask-position-x: 0;
  }
  to {
    -webkit-mask-position-x: 100vw;
  }
}

[data-page='pilot'] .r4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: .4rem;
  overflow: hidden;
}

[data-page='pilot'] .r4 .list .item {
  font-family: Source Han Sans;
  font-size: .38rem;
  line-height: .46rem;
  text-align: center;
  color: #131313;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: moveitem 4s linear infinite;
          animation: moveitem 4s linear infinite;
}

[data-page='pilot'] .r4 .list .item .bottom {
  margin-top: .13rem;
  width: .26rem;
  height: 1.86rem;
}

[data-page='pilot'] .r4 .list .item:nth-child(2n) {
  -webkit-transform: translate(0, 0.9rem);
          transform: translate(0, 0.9rem);
}

@-webkit-keyframes moveitem {
  0% {
    -webkit-transform: translate(0, 0rem);
            transform: translate(0, 0rem);
  }
  50% {
    -webkit-transform: translate(0, 0.9rem);
            transform: translate(0, 0.9rem);
  }
  100% {
    -webkit-transform: translate(0, 0rem);
            transform: translate(0, 0rem);
  }
}

@keyframes moveitem {
  0% {
    -webkit-transform: translate(0, 0rem);
            transform: translate(0, 0rem);
  }
  50% {
    -webkit-transform: translate(0, 0.9rem);
            transform: translate(0, 0.9rem);
  }
  100% {
    -webkit-transform: translate(0, 0rem);
            transform: translate(0, 0rem);
  }
}

@media screen and (orientation: portrait) {
  [data-page='pilot'] .r1 {
    height: 2.64rem;
  }
  [data-page='pilot'] .r2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.1rem 5%;
  }
  [data-page='pilot'] .r2 > .subtitle {
    width: 100%;
  }
  [data-page='pilot'] .r2 .swiperTwo {
    padding-left: 0;
    pointer-events: all;
  }
  [data-page='pilot'] .r2 .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  [data-page='pilot'] .r3 {
    height: 7.36rem;
  }
  [data-page='pilot'] .r3 .swiperOne .item {
    width: 6.2rem;
    height: 3.2rem;
  }
  [data-page='pilot'] .r3 .swiperOne .item .img {
    width: 100%;
    height: 100%;
  }
  [data-page='pilot'] .r4 {
    width: 100%;
    overflow: hidden;
  }
  [data-page='pilot'] .r4 .waveBg.w2 {
    left: .4rem;
  }
  [data-page='pilot'] .r4 .list {
    gap: .2rem;
  }
  [data-page='pilot'] .r4 .list .item {
    font-size: .2rem;
  }
}

[data-page='product_a'] .r2 {
  background: linear-gradient(295deg, rgba(174, 192, 217, 0.6) 0%, rgba(174, 192, 217, 0) 98%);
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
}

[data-page='product_a'] .r2 .inner .tops {
  text-align: center;
  width: 11.2rem;
  margin: 0 auto;
  max-width: 100%;
}

[data-page='product_a'] .r2 .inner .tops .tit {
  font-size: .5rem;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r2 .inner .tops .tit {
    font-size: .44rem;
  }
}

[data-page='product_a'] .r2 .inner .tops .txt {
  font-size: max(12px,.22rem);
  margin-top: .2rem;
  color: #666;
}

[data-page='product_a'] .r2 .inner .group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: .7rem .8rem;
  margin-top: 1rem;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r2 .inner .group {
    grid-gap: .7rem .4rem;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

[data-page='product_a'] .r2 .inner .group.st1 {
  width: 70%;
  margin: 1rem auto auto;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

[data-page='product_a'] .r2 .inner .group .item {
  text-align: center;
}

[data-page='product_a'] .r2 .inner .group .item .name {
  font-size: .38rem;
  font-weight: bold;
  background: linear-gradient(118deg, #008CD6 30%, #25BCD3 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.3;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r2 .inner .group .item .name {
    font-size: .32rem;
  }
}

[data-page='product_a'] .r2 .inner .group .item .txt {
  font-size: max(12px,.18rem);
  color: #666;
  margin-top: .15rem;
}

[data-page='product_a'] .r2 .inner .group .item .txt span {
  display: block;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r2 .inner .group .item .txt span {
    display: inline;
  }
}

[data-page='product_a'] .r3 {
  padding-top: 1.1rem;
  padding-bottom: 1.2rem;
  background: #F1F4F6;
  overflow: hidden;
}

[data-page='product_a'] .r3 .inner .tit {
  font-size: .5rem;
  text-align: center;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r3 .inner .tit {
    font-size: .44rem;
  }
}

[data-page='product_a'] .r3 .inner .box {
  margin-top: .7rem;
}

[data-page='product_a'] .r3 .inner .box .r3Swr .item {
  width: 4.03rem;
  height: 4.66rem;
}

[data-page='product_a'] .r3 .inner .box .r3Swr .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-page='product_a'] .r3 .inner .box .tabs {
  margin-top: .65rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r3 .inner .box .tabs {
    gap: 0 .5rem;
  }
}

[data-page='product_a'] .r3 .inner .box .tabs .switch {
  gap: 0 .24rem;
}

[data-page='product_a'] .r3 .inner .box .tabs .switch .item {
  width: .66rem;
  height: .66rem;
  cursor: pointer;
}

[data-page='product_a'] .r3 .inner .box .tabs .switch .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

[data-page='product_a'] .r3 .inner .box .tabs .line {
  height: .04rem;
  background-color: rgba(0, 140, 214, 0.1);
  position: static;
}

[data-page='product_a'] .r3 .inner .box .tabs .line span {
  background-color: #008cd6;
  display: block;
  position: static;
  width: 100%;
}

[data-page='product_a'] .r4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#D8DFE8), color-stop(48%, #FCFDFF), to(#D8DFE8));
  background: linear-gradient(180deg, #D8DFE8 0%, #FCFDFF 48%, #D8DFE8 100%);
  padding: 1rem 0;
}

[data-page='product_a'] .r4 .tit {
  font-size: .5rem;
  text-align: center;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r4 .tit {
    font-size: .44rem;
  }
}

[data-page='product_a'] .r4 .inner {
  position: relative;
  z-index: 1;
}

[data-page='product_a'] .r4 .inner .group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 0 5rem;
  font-size: max(12px,.18rem);
  margin-top: .55rem;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r4 .inner .group {
    margin-top: 0;
    gap: 0 .4rem;
  }
}

[data-page='product_a'] .r4 .inner .group .item {
  padding-top: .25rem;
  padding-bottom: .2rem;
  border-bottom: 1px solid rgba(19, 19, 19, 0.1);
}

[data-page='product_a'] .r4 .inner .group .item:nth-child(even) {
  text-align: left;
}

[data-page='product_a'] .r4 .inner .group .item:nth-child(odd) {
  text-align: right;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r4 .inner .group .item {
    text-align: left !important;
  }
}

[data-page='product_a'] .r4 .inner .group .item.gs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 .2rem;
}

[data-page='product_a'] .r4 .inner .group .item.gs > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-page='product_a'] .r4 .inner .group .item.gs > div .txt {
  margin-top: auto;
}

[data-page='product_a'] .r4 .inner .group .item .txt {
  color: #666;
  padding-top: max(3px,.05rem);
}

[data-page='product_a'] .r4 .inner .pic {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(41.25%);
          transform: translateY(41.25%);
  pointer-events: none;
  z-index: -1;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r4 .inner .pic {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: .4rem;
  }
}

[data-page='product_a'] .r4 .inner .pic > div {
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
}

@media (max-width: 568px) {
  [data-page='product_a'] .r4 .inner .pic > div {
    width: 6.2rem;
    height: 6.2rem;
  }
}

[data-page='product_a'] .r4 .inner .pic > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

[data-page='product_a'] .r5 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #E6F6FF), to(rgba(230, 246, 255, 0)));
  background: linear-gradient(0deg, #E6F6FF 60%, rgba(230, 246, 255, 0) 100%);
  padding-top: 2.4rem;
  padding-bottom: 1.1rem;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r5 {
    padding-top: 1.2rem;
  }
}

[data-page='product_a'] .r5 .inner .tit {
  font-size: .5rem;
  text-align: center;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r5 .inner .tit {
    font-size: .44rem;
  }
}

[data-page='product_a'] .r5 .inner .tab {
  padding: .04rem .08rem;
  border-radius: calc(.6rem / 2);
  font-size: max(13px,.16rem);
  background-color: #fff;
  margin: .35rem auto auto;
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

[data-page='product_a'] .r5 .inner .tab > div {
  position: relative;
  z-index: 1;
  color: #222;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[data-page='product_a'] .r5 .inner .tab > div .item {
  min-width: 1.15rem;
  height: max(34px,.52rem);
  line-height: max(34px,.52rem);
  cursor: pointer;
  border-radius: calc(max(34px,.52rem) / 2);
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 .25rem;
}

[data-page='product_a'] .r5 .inner .tab > div .item.on {
  color: #fff;
  background-color: #008CD6;
}

[data-page='product_a'] .r5 .inner .r5TabSwr {
  position: relative;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r5 .inner .r5TabSwr {
    margin-top: .5rem !important;
  }
}

[data-page='product_a'] .r5 .inner .r5TabSwr .switch {
  position: absolute;
  top: 50%;
  left: -1.1rem;
  right: -1.1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r5 .inner .r5TabSwr .switch {
    position: static;
    margin-top: .5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 .3rem;
  }
}

[data-page='product_a'] .r5 .inner .r5TabSwr .switch ._btn {
  width: .8rem;
  height: .8rem;
  pointer-events: auto;
  cursor: pointer;
}

@media screen and (orientation: landscape) {
  [data-page='product_a'] .r5 .inner .r5TabSwr .switch ._btn:hover svg {
    background-color: #008CD6;
  }
  [data-page='product_a'] .r5 .inner .r5TabSwr .switch ._btn:hover svg path {
    fill: #fff;
  }
}

[data-page='product_a'] .r5 .inner .r5TabSwr .switch ._btn svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

[data-page='product_a'] .r5 .inner .r5TabSwr .switch ._btn svg path {
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

[data-page='product_a'] .r5 .inner .group {
  margin-top: .5rem;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: .55rem;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r5 .inner .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 0;
  }
}

[data-page='product_a'] .r5 .inner .group::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: calc(100% - 1rem);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid #fff;
  border-radius: .3rem;
}

[data-page='product_a'] .r5 .inner .group .info {
  padding-top: 1.1rem;
  padding-left: 1.5rem;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r5 .inner .group .info {
    padding: 0 .5rem .8rem .5rem !important;
    margin-top: .9rem;
    width: 100%;
  }
}

[data-page='product_a'] .r5 .inner .group .info .name {
  font-size: .38rem;
  line-height: 1.3;
}

[data-page='product_a'] .r5 .inner .group .info .name p {
  color: #008CD6;
  font-weight: bold;
}

[data-page='product_a'] .r5 .inner .group .info .list {
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .3rem 0;
  font-size: max(14px,.18rem);
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r5 .inner .group .info .list {
    margin-top: .7rem;
  }
}

[data-page='product_a'] .r5 .inner .group .info .list .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 .1rem;
  line-height: 1;
}

[data-page='product_a'] .r5 .inner .group .info .list .item span {
  width: max(10px,.16rem);
  height: max(10px,.16rem);
  background-color: #008CD6;
  border-radius: 50%;
}

[data-page='product_a'] .r5 .inner .group .info .list .item span::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #fff;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-page='product_a'] .r5 .inner .group .view {
  width: 6.1rem;
  height: 7.66rem;
  max-width: 610px;
  max-height: 766px;
  position: relative;
  z-index: 1;
  -webkit-perspective: 500;
          perspective: 500;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r5 .inner .group .view {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 auto;
  }
}

[data-page='product_a'] .r5 .inner .group .view::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../image/phone.png) no-repeat center center/contain;
  z-index: 2;
  pointer-events: none;
}

[data-page='product_a'] .r5 .inner .group .view .r4Swr {
  position: absolute;
  top: -.7%;
  left: 14.5%;
  width: 60%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: .6rem;
  -webkit-transform: rotateY(-7deg) rotateZ(11deg) scale(0.72, 0.91) skewY(-3.3deg);
          transform: rotateY(-7deg) rotateZ(11deg) scale(0.72, 0.91) skewY(-3.3deg);
}

[data-page='product_a'] .r5 .inner .group .view .r4Swr .item {
  width: 100%;
  height: 100%;
}

[data-page='product_a'] .r5 .inner .group .view .r4Swr .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

[data-page='product_a'] .r6 {
  padding-top: 1.1rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r6 {
    padding-bottom: 1.2rem;
  }
}

[data-page='product_a'] .r6 .inner .tit {
  text-align: center;
  font-size: .5rem;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r6 .inner .tit {
    font-size: .44rem;
  }
}

[data-page='product_a'] .r6 .inner .r6Swr {
  margin-top: 1rem;
  position: relative;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r6 .inner .r6Swr {
    margin-top: .7rem;
  }
}

[data-page='product_a'] .r6 .inner .r6Swr .item {
  width: 9.26rem;
  height: 5.18rem;
  border-radius: .3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: .2;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
}

@media (max-width: 568px) {
  [data-page='product_a'] .r6 .inner .r6Swr .item {
    width: 6.2rem;
    height: 4rem;
  }
}

[data-page='product_a'] .r6 .inner .r6Swr .item.active, [data-page='product_a'] .r6 .inner .r6Swr .item.swiper-slide-duplicate-active {
  opacity: 1;
}

[data-page='product_a'] .r6 .inner .r6Swr .item.active .text .name, [data-page='product_a'] .r6 .inner .r6Swr .item.swiper-slide-duplicate-active .text .name {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  will-change: transform;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r6 .inner .r6Swr .item.active .text .name, [data-page='product_a'] .r6 .inner .r6Swr .item.swiper-slide-duplicate-active .text .name {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
}

[data-page='product_a'] .r6 .inner .r6Swr .item.active .text .txt, [data-page='product_a'] .r6 .inner .r6Swr .item.swiper-slide-duplicate-active .text .txt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r6 .inner .r6Swr .item.active .text .txt, [data-page='product_a'] .r6 .inner .r6Swr .item.swiper-slide-duplicate-active .text .txt {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
}

[data-page='product_a'] .r6 .inner .r6Swr .item .mbg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

[data-page='product_a'] .r6 .inner .r6Swr .item .mbg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#0A2F61), to(rgba(10, 47, 97, 0.3)));
  background: linear-gradient(180deg, #0A2F61 0%, rgba(10, 47, 97, 0.3) 100%);
}

[data-page='product_a'] .r6 .inner .r6Swr .item .mbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-page='product_a'] .r6 .inner .r6Swr .item .text {
  position: absolute;
  top: .7rem;
  left: .3rem;
  right: .3rem;
  text-align: center;
  color: #fff;
}

[data-page='product_a'] .r6 .inner .r6Swr .item .text .name {
  font-size: .38rem;
  font-weight: bold;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

[data-page='product_a'] .r6 .inner .r6Swr .item .text .txt {
  font-size: max(10px,.18rem);
  margin-top: .1rem;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

[data-page='product_a'] .r6 .inner .r6Swr .switch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.26rem;
  z-index: 5;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 .8rem;
}

@media (max-width: 1200px) {
  [data-page='product_a'] .r6 .inner .r6Swr .switch {
    width: 8rem;
  }
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r6 .inner .r6Swr .switch {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 0;
    margin-top: .6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 .25rem;
  }
}

[data-page='product_a'] .r6 .inner .r6Swr .switch ._btn {
  width: .8rem;
  height: .8rem;
  pointer-events: auto;
  cursor: pointer;
}

@media screen and (orientation: landscape) {
  [data-page='product_a'] .r6 .inner .r6Swr .switch ._btn:hover svg {
    background-color: #008CD6;
  }
}

[data-page='product_a'] .r6 .inner .r6Swr .switch ._btn svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

[data-page='product_a'] .r6 .inner .r6Swr .switch ._btn svg path {
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

@media screen and (orientation: portrait) {
  [data-page='product_a'] .r6 .inner .r6Swr .switch ._btn svg path {
    fill: #008CD6;
  }
}

[data-page='about'] .banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

[data-page='about'] .banner .mbg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

[data-page='about'] .banner .mbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-page='about'] .banner .info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
}

[data-page='about'] .banner .info .tit {
  font-size: .52rem;
  font-weight: bold;
}

[data-page='about'] .r2 {
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r2 {
    padding-top: 1.1rem;
    padding-bottom: 1.4rem;
  }
}

[data-page='about'] .r2 .inner .group {
  gap: 0 1.15rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r2 .inner .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

[data-page='about'] .r2 .inner .group .datas {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.6rem .7rem;
  width: 5.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r2 .inner .group .datas {
    width: 100%;
    margin-top: .9rem;
  }
}

[data-page='about'] .r2 .inner .group .datas .item {
  line-height: 1;
}

[data-page='about'] .r2 .inner .group .datas .item:nth-child(1), [data-page='about'] .r2 .inner .group .datas .item:nth-child(2) {
  position: relative;
}

[data-page='about'] .r2 .inner .group .datas .item:nth-child(1)::before, [data-page='about'] .r2 .inner .group .datas .item:nth-child(1)::after, [data-page='about'] .r2 .inner .group .datas .item:nth-child(2)::before, [data-page='about'] .r2 .inner .group .datas .item:nth-child(2)::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -.8rem;
}

[data-page='about'] .r2 .inner .group .datas .item:nth-child(1)::before, [data-page='about'] .r2 .inner .group .datas .item:nth-child(2)::before {
  width: 2.2rem;
  background-color: #D8D8D8;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r2 .inner .group .datas .item:nth-child(1)::before, [data-page='about'] .r2 .inner .group .datas .item:nth-child(2)::before {
    width: 100%;
  }
}

[data-page='about'] .r2 .inner .group .datas .item:nth-child(1)::after, [data-page='about'] .r2 .inner .group .datas .item:nth-child(2)::after {
  width: .63rem;
  background-color: #008CD6;
}

[data-page='about'] .r2 .inner .group .datas .item .name {
  font-size: max(14px,.18rem);
  color: #666;
}

[data-page='about'] .r2 .inner .group .datas .item .num {
  color: #008CD6;
  margin-top: .2rem;
}

[data-page='about'] .r2 .inner .group .datas .item .num span {
  font-size: .6rem;
  font-weight: bold;
}

[data-page='about'] .r2 .inner .group .datas .item .num img {
  width: max(12px,.2rem);
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: .05rem;
}

[data-page='about'] .r2 .inner .group .datas .item .num em {
  font-size: max(14px,.18rem);
  -ms-flex-item-align: end;
      align-self: flex-end;
  line-height: 1.5;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r2 .inner .group .info {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

[data-page='about'] .r2 .inner .group .info .tit {
  font-size: .5rem;
  font-weight: 500;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r2 .inner .group .info .tit {
    font-size: .44rem;
  }
}

[data-page='about'] .r2 .inner .group .info .tit span {
  color: #008CD6;
  font-weight: bold;
}

[data-page='about'] .r2 .inner .group .info .txt {
  font-size: max(14px,.18rem);
  color: #666;
  line-height: 2;
  margin-top: .8rem;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r2 .inner .group .info .txt {
    margin-top: .5rem;
  }
}

[data-page='about'] .r3 {
  padding-top: 1.1rem;
  padding-bottom: .85rem;
  height: 9.8rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #F1F4F6;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r3 {
    height: 140vw;
    padding-top: 1.3rem;
  }
}

[data-page='about'] .r3 .mbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

[data-page='about'] .r3 .mbg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-page='about'] .r3 .tit {
  font-size: .46rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r3 .tit {
    font-size: .44rem;
  }
}

[data-page='about'] .r3 .r3Swr {
  width: 12.6rem;
  margin: .8rem auto auto;
  pointer-events: none;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r3 .r3Swr {
    width: 100%;
    bottom: 40vw;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: auto;
  }
}

[data-page='about'] .r3 .r3Swr .item {
  width: 2.65rem;
  height: 1.7rem;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r3 .r3Swr .item {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    width: calc(2.65rem * 1.5);
    height: calc(1.7rem * 1.5);
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

[data-page='about'] .r3 .r3Swr .item.active, [data-page='about'] .r3 .r3Swr .item.swiper-slide-duplicate-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r3 .r3Swr .item.active, [data-page='about'] .r3 .r3Swr .item.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

[data-page='about'] .r3 .r3Swr .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

[data-page='about'] .r3 .r3Swr .info {
  position: absolute;
  bottom: .85rem;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r3 .r3Swr .info {
    bottom: -32vw;
  }
}

[data-page='about'] .r3 .r3Swr .info .switch {
  gap: 0 .33rem;
  margin-top: .7rem;
  pointer-events: auto;
}

[data-page='about'] .r3 .r3Swr .info .switch ._btn {
  width: .9rem;
  height: .9rem;
  cursor: pointer;
}

[data-page='about'] .r3 .r3Swr .info .switch ._btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

[data-page='about'] .r4 {
  padding-top: 1.1rem;
  padding-bottom: .8rem;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r4 {
    overflow: hidden;
  }
}

[data-page='about'] .r4 .inner {
  position: relative;
}

[data-page='about'] .r4 .inner .tit {
  font-size: .46rem;
  font-weight: 500;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r4 .inner .tit {
    font-size: .44rem;
  }
}

[data-page='about'] .r4 .inner .r4Swr {
  margin: 0;
  margin-top: 1.8rem;
  height: 6rem;
  width: 5.8rem;
  overflow: hidden;
  padding-top: .2rem;
  position: relative;
  pointer-events: none;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r4 .inner .r4Swr {
    margin-top: 1rem;
    width: 100%;
    height: auto;
    padding-top: 0;
    pointer-events: auto;
  }
}

[data-page='about'] .r4 .inner .r4Swr::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.8rem;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r4 .inner .r4Swr::after {
    display: none;
  }
}

[data-page='about'] .r4 .inner .r4Swr .item {
  height: auto;
}

[data-page='about'] .r4 .inner .r4Swr .item.active .name, [data-page='about'] .r4 .inner .r4Swr .item.swiper-slide-duplicate-active .name {
  -webkit-transform: scale(1.33333);
          transform: scale(1.33333);
  color: #008CD6;
  font-weight: 500;
}

[data-page='about'] .r4 .inner .r4Swr .item .name {
  font-size: max(16px,.24rem);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: color .5s, -webkit-transform .5s;
  transition: color .5s, -webkit-transform .5s;
  transition: color .5s, transform .5s;
  transition: color .5s, transform .5s, -webkit-transform .5s;
}

[data-page='about'] .r4 .inner .r4Swr .item .text {
  font-size: max(16px,.24rem);
  margin-top: .15rem;
}

[data-page='about'] .r4 .inner .r4Swr .item .text .li {
  padding: .15rem 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

[data-page='about'] .r4 .inner .r4Year {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  line-height: 1;
  text-align: right;
  padding-right: 1rem;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r4 .inner .r4Year {
    position: static;
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-top: .8rem;
    overflow: inherit;
  }
}

[data-page='about'] .r4 .inner .r4Year .item {
  color: rgba(222, 232, 241, 0.6);
  font-size: 2rem;
  line-height: 1;
  height: auto;
  font-weight: 500;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: font-size .5s, color .5s, -webkit-transform .5s;
  transition: font-size .5s, color .5s, -webkit-transform .5s;
  transition: font-size .5s, color .5s, transform .5s;
  transition: font-size .5s, color .5s, transform .5s, -webkit-transform .5s;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r4 .inner .r4Year .item {
    font-size: 1.2rem;
    width: auto;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

[data-page='about'] .r4 .inner .r4Year .item span {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(110deg, #008CD6 31%, #25BCD3 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[data-page='about'] .r4 .inner .r4Year .item.active, [data-page='about'] .r4 .inner .r4Year .item.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  color: transparent;
}

[data-page='about'] .r4 .inner .r4Year .item.active span, [data-page='about'] .r4 .inner .r4Year .item.swiper-slide-duplicate-active span {
  opacity: 1;
}

[data-page='about'] .r4 .inner .r4Year .switch {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  gap: .2rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r4 .inner .r4Year .switch {
    position: static;
    margin-top: 1.2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 .25rem;
  }
}

[data-page='about'] .r4 .inner .r4Year .switch ._btn {
  width: max(40px,.52rem);
  height: max(40px,.52rem);
  cursor: pointer;
  position: relative;
}

[data-page='about'] .r4 .inner .r4Year .switch ._btn.r4YearPrev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r4 .inner .r4Year .switch ._btn.r4YearPrev {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  [data-page='about'] .r4 .inner .r4Year .switch ._btn.r4YearNext {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

[data-page='about'] .r4 .inner .r4Year .switch ._btn.swiper-button-disabled img:first-of-type {
  opacity: 1;
}

[data-page='about'] .r4 .inner .r4Year .switch ._btn.swiper-button-disabled img:last-of-type {
  opacity: 0;
}

[data-page='about'] .r4 .inner .r4Year .switch ._btn img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-page='about'] .r4 .inner .r4Year .switch ._btn img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-page='about'] .r4 .inner .switch .none {
  display: none;
}

[data-page='about'] .r4 .inner .switch ._btn.show {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-page='about'] .r5 {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

[data-page='about'] .r5 .mbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: -1;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r5 .mbg {
    height: 100%;
  }
}

[data-page='about'] .r5 .mbg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-page='about'] .r5 .inner .tit {
  font-size: .5rem;
  font-weight: 500;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r5 .inner .tit {
    font-size: .44rem;
  }
}

[data-page='about'] .r5 .inner .r5Swr {
  margin-top: 1.2rem;
}

[data-page='about'] .r5 .inner .r5Swr .item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[data-page='about'] .r5 .inner .r5Swr .item.active .text > * {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

[data-page='about'] .r5 .inner .r5Swr .item.active .text .tag {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

[data-page='about'] .r5 .inner .r5Swr .item.active .text .txt {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

[data-page='about'] .r5 .inner .r5Swr .item.active .text .icon {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

[data-page='about'] .r5 .inner .r5Swr .item .text {
  position: relative;
}

[data-page='about'] .r5 .inner .r5Swr .item .text > * {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

[data-page='about'] .r5 .inner .r5Swr .item .text .tag {
  font-size: max(16px,.26rem);
  opacity: .6rem;
}

[data-page='about'] .r5 .inner .r5Swr .item .text .txt {
  font-size: .46rem;
  margin-top: .2rem;
  line-height: 1.3;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r5 .inner .r5Swr .item .text .txt {
    font-size: .4rem;
  }
}

[data-page='about'] .r5 .inner .r5Swr .item .text .icon {
  width: .91rem;
  height: .9rem;
  position: absolute;
  left: 100%;
  bottom: 100%;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r5 .inner .r5Swr .item .text .icon {
    left: auto;
    right: 0;
    width: .71rem;
    height: .7rem;
  }
}

[data-page='about'] .r5 .inner .r5Swr .item .text .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(12%);
          transform: translateY(12%);
}

[data-page='about'] .r5 .inner .tab {
  margin-top: 1.5rem;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r5 .inner .tab {
    width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-transform: translateX(-5vw);
            transform: translateX(-5vw);
    pointer-events: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  [data-page='about'] .r5 .inner .tab::-webkit-scrollbar {
    width: 0;
  }
}

[data-page='about'] .r5 .inner .tab > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  text-align: center;
  font-size: max(16px,.26rem);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

[data-page='about'] .r5 .inner .tab > div::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: #fff;
  opacity: .6;
  width: 100vw;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r5 .inner .tab > div::after {
    width: 100%;
  }
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r5 .inner .tab > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 .7rem;
    padding: 0 5vw;
  }
}

[data-page='about'] .r5 .inner .tab > div .item {
  padding-bottom: .15rem;
  cursor: pointer;
  position: relative;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r5 .inner .tab > div .item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

[data-page='about'] .r5 .inner .tab > div .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.16rem;
  height: .05rem;
  border-radius: .05rem;
  background: #008CD6;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, transform .4s;
  transition: opacity .4s, transform .4s, -webkit-transform .4s;
}

[data-page='about'] .r5 .inner .tab > div .item.on::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

[data-page='about'] .r6 {
  padding-top: 1.15rem;
  padding-bottom: .9rem;
  background-color: #F7F8FA;
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r6 {
    padding: 1.2rem 0;
  }
}

[data-page='about'] .r6 .inner .tit {
  font-size: .5rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r6 .inner .tit {
    font-size: .44rem;
  }
}

[data-page='about'] .r6 .inner .walk {
  margin-top: 1rem;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r6 .inner .walk {
    margin-top: .7rem;
  }
}

[data-page='about'] .r6 .inner .walk .wall {
  gap: 0 .3rem;
}

[data-page='about'] .r6 .inner .walk .wall:first-of-type {
  margin-top: 0;
}

[data-page='about'] .r6 .inner .walk .wall.st1 .list {
  -webkit-animation: wall1 12s linear infinite;
          animation: wall1 12s linear infinite;
}

[data-page='about'] .r6 .inner .walk .wall.st2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

[data-page='about'] .r6 .inner .walk .wall.st2 .list {
  -webkit-animation: wall2 12s linear infinite;
          animation: wall2 12s linear infinite;
}

[data-page='about'] .r6 .inner .walk .wall .list {
  gap: 0 .3rem;
  margin-top: .3rem;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r6 .inner .walk .wall .list {
    gap: 0 .15rem;
    margin-top: .15rem;
  }
}

[data-page='about'] .r6 .inner .walk .wall .list .item {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  [data-page='about'] .r6 .inner .walk .wall .list .item {
    width: max(1.2rem,12vw);
    height: max(1.2rem,12vw);
  }
}

[data-page='about'] .r6 .inner .walk .wall .list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes wall1 {
  100% {
    -webkit-transform: translateX(calc(-100% - .3rem));
            transform: translateX(calc(-100% - .3rem));
  }
}

@keyframes wall1 {
  100% {
    -webkit-transform: translateX(calc(-100% - .3rem));
            transform: translateX(calc(-100% - .3rem));
  }
}

@-webkit-keyframes wall2 {
  100% {
    -webkit-transform: translateX(calc(100% + .3rem));
            transform: translateX(calc(100% + .3rem));
  }
}

@keyframes wall2 {
  100% {
    -webkit-transform: translateX(calc(100% + .3rem));
            transform: translateX(calc(100% + .3rem));
  }
}

@media screen and (orientation: portrait) {
  [data-page='about'] .banner {
    height: 9.6rem;
  }
}
/*# sourceMappingURL=index.css.map */