:root {
  --vh: calc(var(--vh, 100vh));
}

.u7-video-text-noSwitch {
  position: relative;
  height: calc(var(--vh) * 2);
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .u7-video-text-noSwitch {
    height: 93vh;
  }
}
.u7-video-text-noSwitch .c-main {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  height: var(--vh);
}
.u7-video-text-noSwitch .c-main .c-top {
  position: absolute;
  top: calc(117 / 1920 * 100vw);
  left: 0;
  z-index: 5;
  width: 100%;
}
.u7-video-text-noSwitch .c-main .c-top .container2 .c-title {
  font-size:2.5vw;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-top .container2 .c-title {
    font-size: calc(36 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .u7-video-text-noSwitch .c-main .c-top .container2 .c-title {
    font-size: calc(36 / 750 * 100vw);
  }
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-top .container2 .c-title {
    font-size: 24px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-top {
    top: calc(117 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .u7-video-text-noSwitch .c-main .c-top {
    top: calc(117 / 750 * 100vw);
  }
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-top {
    top: 15vw;
  }
}
.u7-video-text-noSwitch .c-main .c-top .c-text {
  margin-top: calc(30 / 1920 * 100vw);
  line-height: 2;
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-top .c-text {
    margin-top: calc(30 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .u7-video-text-noSwitch .c-main .c-top .c-text {
    margin-top: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 1580px) {
  .u7-video-text-noSwitch .c-main .c-top .c-text br {
    display: none;
  }
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-top .c-text {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-top .c-text {
    padding: 0 8vw;
  }
  .u7-video-text-noSwitch .c-main .c-top .c-text br {
    display: none;
  }
}
.u7-video-text-noSwitch .c-main .c-bottom {
  position: absolute;
  left: 0;
  z-index: 5;
  /* bottom: calc(90 / 1920 * 100vw); */
  margin-top:10%;
  width: 100%;
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-bottom {
    bottom: calc(90 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .u7-video-text-noSwitch .c-main .c-bottom {
    bottom: calc(90 / 750 * 100vw);
  }
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-bottom {
    bottom: calc(190 / 1920 * 100vw);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-bottom {
    bottom: calc(190 / 1400 * 100vw);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .u7-video-text-noSwitch .c-main .c-bottom {
    bottom: calc(190 / 750 * 100vw);
  }
}
.u7-video-text-noSwitch .c-main .c-bottom .c-list {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1360px;
  gap: 16;
}
.u7-video-text-noSwitch .c-main .c-bottom .c-list li {
  text-align: left;
  font-size: calc(18 / 1920 * 100vw);
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li {
    font-size: calc(18 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li {
    font-size: calc(18 / 750 * 100vw);
  }
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li {
    font-size: calc(14 / 1920 * 100vw);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li {
    font-size: calc(14 / 1400 * 100vw);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li {
    font-size: calc(28 / 750 * 100vw);
  }
}
.u7-video-text-noSwitch .c-main .c-bottom .c-list li p:nth-child(1) {
  margin-bottom: 1vw;
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li p:nth-child(1) {
    font-size: calc(28 / 1920 * 100vw);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li p:nth-child(1) {
    font-size: calc(28 / 1400 * 100vw);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li p:nth-child(1) {
    font-size: calc(28 / 750 * 100vw);
  }
}
.u7-video-text-noSwitch .c-main .c-bottom .c-list li p:nth-child(1) span {
  font-family: "Gotham-Light";
  line-height: 0.7;
  margin-bottom: 1vw;
  font-size: calc(40 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li p:nth-child(1) span {
    font-size: calc(40 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li p:nth-child(1) span {
    font-size: calc(40 / 750 * 100vw);
  }
}
@media (max-width: 1260px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li p:nth-child(1) span {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li p:nth-child(1) span {
    font-size: calc(44 / 1920 * 100vw);
    line-height: 0.9;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li p:nth-child(1) span {
    font-size: calc(44 / 1400 * 100vw);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li p:nth-child(1) span {
    font-size: calc(44 / 750 * 100vw);
  }
}
@media (max-width: 767px) {
  .u7-video-text-noSwitch .c-main .c-bottom .c-list li p:last-child {
    width: 100%;
    margin-top: 3vw;
  }
}
.u7-video-text-noSwitch .c-main .c-img {
  height: 100%;
}
.u7-video-text-noSwitch .c-main .c-video, .u7-video-text-noSwitch .c-main .jsmpeg-video {
  /*position: absolute;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u7-video-text-noSwitch .c-main .jsmpeg-video {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .u7-video-text-noSwitch .c-main .jsmpeg-video {
    display: block;
  }
}
:root {
  --vh: calc(var(--vh, 100vh));
}

.u7-video-textList-noSwitch {
  position: relative;
  height: calc(var(--vh) * 2);
  color: #fff;
  text-align: center;
}
.u7-video-textList-noSwitch .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(18, 21, 25)), color-stop(rgba(18, 21, 25, 0)), to(rgb(18, 21, 25)));
  background: linear-gradient(rgb(18, 21, 25), rgba(18, 21, 25, 0), rgb(18, 21, 25));
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch {
    height: 93vh;
  }
}
.u7-video-textList-noSwitch .c-main {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  height: var(--vh);
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main {
    height: 100%;
    padding-top: calc(120 / 1920 * 100vw);
    padding-bottom: calc(120 / 1920 * 100vw);
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .u7-video-textList-noSwitch .c-main {
    padding-top: calc(120 / 1400 * 100vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main {
    padding-top: calc(120 / 750 * 100vw);
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .u7-video-textList-noSwitch .c-main {
    padding-bottom: calc(120 / 1400 * 100vw);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main {
    padding-bottom: calc(120 / 750 * 100vw);
  }
}
.u7-video-textList-noSwitch .c-main .c-box {
  position: absolute;
  top: 9.0104166667vw;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .u7-video-textList-noSwitch .c-main .c-box {
    top: 21.5104166667vw;
  }
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-box {
    position: relative;
    top: 0;
    color: #000;
    margin-bottom: 6vw;
  }
}
.u7-video-textList-noSwitch .c-main .c-box .c-text {
  margin-top: calc(30 / 1920 * 100vw);
}
@media (max-width: 991px) {
  .u7-video-textList-noSwitch .c-main .c-box .c-text {
    margin-top: calc(30 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-box .c-text {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.u7-video-textList-noSwitch .c-main .c-box .c-wrap .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25vw;
}
.u7-video-textList-noSwitch .c-main .c-box .c-wrap .title-wrap .title1 {
  font-size: 1.875vw;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 6px;
}
.u7-video-textList-noSwitch .c-main .c-box .c-wrap .title-wrap .title2 {
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-box .c-wrap .title-wrap {
    color: rgb(255, 255, 255);
    gap: 4.2666666667vw;
    text-align: left;
  }
  .u7-video-textList-noSwitch .c-main .c-box .c-wrap .title-wrap .title1 {
    font-size: 6.4vw;
    letter-spacing: 0;
  }
  .u7-video-textList-noSwitch .c-main .c-box .c-wrap .title-wrap .title2 {
    font-size: 3.7333333333vw;
  }
}
.u7-video-textList-noSwitch .c-main .c-box .c-wrap .c-title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25vw;
}
.u7-video-textList-noSwitch .c-main .c-box .c-wrap .c-title img {
  width: 3.6458333333vw;
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-box .c-wrap .c-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .u7-video-textList-noSwitch .c-main .c-box .c-wrap .c-title img {
    width: 10.6666666667vw;
  }
  .u7-video-textList-noSwitch .c-main .c-box .c-wrap .c-title .title {
    font-size: 14px;
  }
}
.u7-video-textList-noSwitch .c-main .c-img,
.u7-video-textList-noSwitch .c-main .c-video,
.u7-video-textList-noSwitch .c-main .jsmpeg-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-img,
  .u7-video-textList-noSwitch .c-main .c-video,
  .u7-video-textList-noSwitch .c-main .jsmpeg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.u7-video-textList-noSwitch .c-main .c-swiper-box {
  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;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding-top: 20vw;
  padding-bottom: 6.25vw;
  pointer-events: none;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
@media (max-width: 1260px) {
  .u7-video-textList-noSwitch .c-main .c-swiper-box {
    padding-bottom: calc(150 / 1920 * 100vw);
  }
}
@media (max-width: 1260px) and (max-width: 991px) {
  .u7-video-textList-noSwitch .c-main .c-swiper-box {
    padding-bottom: calc(150 / 1400 * 100vw);
  }
}
@media (max-width: 1260px) and (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-swiper-box {
    padding-bottom: calc(150 / 750 * 100vw);
  }
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-swiper-box {
    padding-top: 6vw;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0);
    bottom: 26vw;
    width: 100%;
    padding: 0 6.4vw;
  }
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-swiper-box .text-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    width: 100%;
    color: #fff;
  }
  .u7-video-textList-noSwitch .c-main .c-swiper-box .text-list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    text-align: left;
  }
}
.u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 {
  pointer-events: auto;
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 {
    padding: 0 4vw;
  }
  .u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
  }
}
.u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 .swiper-slide {
  width: auto;
  position: relative;
  text-align: center;
  margin-right: 3.3333333333vw !important;
  font-weight: 400;
  line-height: -1px;
  letter-spacing: 0px;
  padding-bottom: calc(10 / 1920 * 100vw);
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 .swiper-slide .c-title {
  font-size: 1.25vw;
}
.u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 .swiper-slide .c-subTitle {
  margin-top: 0.4166666667vw;
  font-size: 0.8333333333vw;
}
@media (max-width: 991px) {
  .u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 .swiper-slide {
    padding-bottom: calc(10 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 .swiper-slide {
    padding-bottom: calc(10 / 750 * 100vw);
  }
}
.u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 .swiper-slide:last-child {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 .swiper-slide {
    line-height: 3;
  }
}
.u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 .swiper-slide .c-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(30 / 1920 * 100vw);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 .swiper-slide .c-line {
    width: calc(30 / 1400 * 100vw);
  }
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 .swiper-slide .c-line {
    width: calc(30 / 750 * 100vw);
  }
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main .c-swiper-box .swiper1 .swiper-slide .c-line {
    width: 100%;
    opacity: 1;
  }
}
.u7-video-textList-noSwitch .c-main > .c-note {
  position: absolute;
  bottom: 2.0833333333vw;
  left: 0;
  z-index: 15;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.u7-video-textList-noSwitch .c-main > .c-note .mobStlye {
  width: 93%;
}
@media (max-width: 767px) {
  .u7-video-textList-noSwitch .c-main > .c-note {
    bottom: 0;
    text-align: center;
    bottom: 6.4vw;
    color: rgba(0, 0, 0, 0.5);
    font-size: 2vw;
    margin-top: 8vw;
  }
  .u7-video-textList-noSwitch .c-main > .c-note .mobStlye {
    font-size: 12px;
    font-weight: 400;
    line-height: -1px;
    width: 90%;
    text-align: left;
  }
}
:root {
  --ppvh:100vh;
}

.u7-perfor-param {
  position: relative;
  height: calc(var(--ppvh) * 2);
  color: #fff;
  text-align: center;
}
.u7-perfor-param .c-main {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  height: var(--ppvh);
}
.u7-perfor-param .container2 {
  width: 77.135417%;
}
.u7-perfor-param .c-top-common {
  position: absolute;
  top: 6.25vw;
  left: 0;
  z-index: 5;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.u7-perfor-param .c-top-common .c-title {
  font-size: 1.875vw;
}
.u7-perfor-param .c-top-common .c-text {
  margin-top: 1.5625vw;
  font-size: 0.9375vw;
  line-height: 2;
}
.u7-perfor-param .c-top2 {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.u7-perfor-param .c-content {
  position: absolute;
  top: 13.0208333333vw;
  left: 0;
  z-index: 5;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.u7-perfor-param .c-content .c-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.u7-perfor-param .c-content .c-content-container p {
  font-size: 0.8333333333vw;
}
.u7-perfor-param .c-content .c-content-container .ml-4 {
  margin-left: 0.2083333333vw;
}
.u7-perfor-param .c-content .c-content-container .ml-8 {
  margin-left: 0.4166666667vw;
}
.u7-perfor-param .c-content .c-content-container .mb-4 {
  margin-bottom: 0.2083333333vw;
}
.u7-perfor-param .c-content .c-content-container .mr-4 {
  margin-right: 0.2083333333vw;
}
.u7-perfor-param .c-content .c-content-container .mb-12 {
  margin-bottom: 0.625vw;
}
.u7-perfor-param .c-content .c-content-container .num-size-16 {
  font-family: "URWForm-Medium";
  font-size: 0.8333333333vw;
  line-height: 0.8333333333vw;
}
.u7-perfor-param .c-content .c-content-container .lh-16 {
  line-height: 0.8333333333vw;
}
.u7-perfor-param .c-content1 .c-content-container li {
  margin-bottom: 6.6666666667vw;
}
.u7-perfor-param .c-content1 .c-content-container p {
  font-size: 0.8333333333vw;
  line-height: 0.8333333333vw;
  margin-bottom: 0.7291666667vw;
}
.u7-perfor-param .c-content1 .c-content-container p:last-child {
  margin-bottom: 0;
}
.u7-perfor-param .c-content1 .c-content-container .num-size {
  font-family: "URWForm-Medium";
  font-size: 2.6041666667vw;
  line-height: 1.5625vw;
}
.u7-perfor-param .c-content1 .c-content-container .text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7291666667vw;
  line-height: 1.5625vw;
  margin-bottom: 0.7291666667vw;
}
.u7-perfor-param .c-content1 .c-content-container .text-row-right div {
  line-height: 0.8333333333vw;
}
.u7-perfor-param .c-content1 .c-content-container .num-unit {
  font-family: "URWForm-Medium";
  margin-left: 0.2083333333vw;
}
.u7-perfor-param .c-content1 .c-content-container span {
  vertical-align: baseline;
}
.u7-perfor-param .c-content2 {
  opacity: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  top: 16.5625vw;
}
.u7-perfor-param .c-content2 .c-content-container li {
  margin-bottom: 2.0833333333vw;
}
.u7-perfor-param .c-content2 .c-content-container .mb-8 {
  margin-bottom: 8px;
}
.u7-perfor-param .c-content2 .c-content-container .num-size-24 {
  font-family: "URWForm-Medium";
  font-size: 1.25vw;
  line-height: 1.5625vw;
}
.u7-perfor-param .c-content2 .c-content-container .num-size-36 {
  font-family: "URWForm-Medium";
  font-size: 1.875vw;
  line-height: 1.5625vw;
}
.u7-perfor-param .c-content2 .c-content-container .num-size-48 {
  font-family: "URWForm-Medium";
  font-size: 2.5vw;
  line-height: 1.5625vw;
}
.u7-perfor-param .c-content2 .c-content-container span {
  vertical-align: baseline;
}
.u7-perfor-param .c-content2 .c-content-container .groups span {
  display: inline-block;
  vertical-align: baseline;
  line-height: 0.8333333333vw;
}
.u7-perfor-param .opacity-6 {
  opacity: 0.6;
}
.u7-perfor-param .c-img {
  height: 100%;
}
.u7-perfor-param .c-video, .u7-perfor-param .jsmpeg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u7-perfor-param .jsmpeg-video {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.u7-perfor-param .mask-left {
  position: absolute;
  width: 38.9583333333vw;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.184%, rgba(56, 60, 74, 0.45)), color-stop(87.625%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(56, 60, 74, 0.45) 0.184%, rgba(0, 0, 0, 0) 87.625%);
}
.u7-perfor-param .mask-right {
  position: absolute;
  width: 40.15625vw;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: -webkit-gradient(linear, left top, right top, color-stop(0.166%, rgba(56, 60, 74, 0.45)), color-stop(87.66%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(56, 60, 74, 0.45) 0.166%, rgba(0, 0, 0, 0) 87.66%);
}
.u7-perfor-param.on .c-top {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.u7-perfor-param.on .c-content1 {
  opacity: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.u7-perfor-param.on .c-top2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.u7-perfor-param.on .c-content2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.u7-perfor-param.on .mask-left {
  position: absolute;
  height: 100%;
  width: 27.2395833333vw;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 21, 25)), color-stop(40.984%, rgb(18, 21, 25)), to(rgba(18, 21, 25, 0)));
  background: linear-gradient(90deg, rgb(18, 21, 25), rgb(18, 21, 25) 40.984%, rgba(18, 21, 25, 0) 100%);
  opacity: 0.37;
}
.u7-perfor-param.on .mask-right {
  position: absolute;
  width: 34.375vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 21, 25)), color-stop(40.984%, rgb(18, 21, 25)), to(rgba(18, 21, 25, 0)));
  background: linear-gradient(90deg, rgb(18, 21, 25), rgb(18, 21, 25) 40.984%, rgba(18, 21, 25, 0) 100%);
  opacity: 0.37;
}@media screen and (max-width: 767.98px) {
  .u7-perfor-param .container2 {
    width: 87.2%;
  }
  .u7-perfor-param .c-top {
    position: absolute;
    top: 32vw;
    left: 0;
    z-index: 5;
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .u7-perfor-param .c-top2 {
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    z-index: 5;
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .u7-perfor-param .c-top2 .c-title {
    text-align: center;
  }
  .u7-perfor-param .c-title {
    text-align: left;
    font-size: 6.4vw;
  }
  .u7-perfor-param .c-text {
    margin-top: 4.8vw;
    font-size: 4.8vw;
    line-height: 2;
  }
  .u7-perfor-param .mb-content {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: rgb(25, 18, 18);
  }
  .u7-perfor-param .mb-content .mb-content-container {
    position: absolute;
    bottom: 12.8vw;
    left: 6.4vw;
    text-align: left;
    z-index: 5;
  }
  .u7-perfor-param .mb-content .mb-content-container .num-size {
    font-size: 6.4vw;
    line-height: 4.2666666667vw;
    font-family: "URWForm-Medium";
  }
  .u7-perfor-param .mb-content .mb-content-container .num-size-12 {
    font-size: 3.2vw;
    font-family: "URWForm-Medium";
    line-height: 4.2666666667vw;
  }
  .u7-perfor-param .mb-content .mb-content-container .text-14 {
    font-size: 3.7333333333vw;
    line-height: 4.2666666667vw;
  }
  .u7-perfor-param .mb-content .mb-content-container p {
    font-size: 3.7333333333vw;
    line-height: 4.2666666667vw;
  }
  .u7-perfor-param .mb-content .mb-content-container .text-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.1333333333vw;
  }
  .u7-perfor-param .mb-content .mb-content-container .mb-8 {
    margin-bottom: 2.1333333333vw;
  }
  .u7-perfor-param .mb-content2, .u7-perfor-param .mb-content1 {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .u7-perfor-param .mb-content2 li, .u7-perfor-param .mb-content1 li {
    margin-bottom: 8.5333333333vw;
  }
  .u7-perfor-param .mb-content2 li:last-child, .u7-perfor-param .mb-content1 li:last-child {
    margin-bottom: 0;
  }
  .u7-perfor-param .mb-content2 li p:last-child, .u7-perfor-param .mb-content1 li p:last-child {
    margin-bottom: 0;
  }
  .u7-perfor-param .mb-content1 {
    opacity: 1;
  }
  .u7-perfor-param .mb-content2 {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  .u7-perfor-param .vertical-align-top {
    vertical-align: 30%;
  }
  .u7-perfor-param .mb-content3 .num-size-12 {
    font-size: 3.2vw;
    font-family: "URWForm-Medium";
  }
  .u7-perfor-param .mb-content3 .num-size-18 {
    font-size: 4.8vw;
    font-family: "URWForm-Medium";
  }
  .u7-perfor-param .mb-content3 p {
    font-size: 3.2vw;
  }
  .u7-perfor-param .mb-content3 li:first-child {
    margin-bottom: 2.1333333333vw;
  }
  .u7-perfor-param .mb-content3 .groups-40 {
    margin-top: 10.6666666667vw;
  }
  .u7-perfor-param .mb-content3 .mr-4 {
    margin-right: 1.0666666667vw;
  }
  .u7-perfor-param .mb-content3 .ml-4 {
    margin-left: 1.0666666667vw;
  }
  .u7-perfor-param .mb-content3 .c-list-left {
    position: absolute;
    top: 38.4vw;
    left: 6.4vw;
    z-index: 5;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .u7-perfor-param .mb-content3 .c-list-right {
    position: absolute;
    bottom: 16vw;
    right: 6.4vw;
    z-index: 5;
    text-align: right;
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .u7-perfor-param .opacity-6 {
    opacity: 0.6;
  }
  .u7-perfor-param .margin-r4 {
    margin-right: 1.0666666667vw;
  }
  .u7-perfor-param .c-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .u7-perfor-param .c-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .u7-perfor-param .jsmpeg-video {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .u7-perfor-param .black-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(18, 21, 25)), color-stop(rgba(18, 21, 25, 0)), to(rgb(18, 21, 25)));
    background: linear-gradient(rgb(18, 21, 25), rgba(18, 21, 25, 0), rgb(18, 21, 25));
  }
  .u7-perfor-param .black-mask1-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 155.7333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27.951%, rgb(18, 21, 25)), color-stop(59.002%, rgba(18, 21, 25, 0)), color-stop(73.7%, rgba(18, 21, 25, 0)));
    background: linear-gradient(180deg, rgb(18, 21, 25) 27.951%, rgba(18, 21, 25, 0) 59.002%, rgba(18, 21, 25, 0) 73.7%);
  }
  .u7-perfor-param .black-mask1-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 144.5333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33.559%, rgba(18, 21, 25, 0)), color-stop(46.051%, rgb(18, 21, 25)), to(rgb(18, 21, 25)));
    background: linear-gradient(180deg, rgba(18, 21, 25, 0) 33.559%, rgb(18, 21, 25) 46.051%, rgb(18, 21, 25) 100%);
  }
  .u7-perfor-param .black-mask2-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 132.8vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(18, 21, 25)), color-stop(40.984%, rgb(18, 21, 25)), to(rgba(18, 21, 25, 0)));
    background: linear-gradient(180deg, rgb(18, 21, 25), rgb(18, 21, 25) 40.984%, rgba(18, 21, 25, 0) 100%);
    opacity: 0;
  }
  .u7-perfor-param .black-mask2-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 105.0666666667vw;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(18, 21, 25)), color-stop(40.984%, rgb(18, 21, 25)), to(rgba(18, 21, 25, 0)));
    background: linear-gradient(360deg, rgb(18, 21, 25), rgb(18, 21, 25) 40.984%, rgba(18, 21, 25, 0) 100%);
    opacity: 0;
  }
  .u7-perfor-param.animation1 .mb-content1 {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  .u7-perfor-param.animation1 .mb-content2 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .u7-perfor-param.animation2 .c-top {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  .u7-perfor-param.animation2 .mb-content2 {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  .u7-perfor-param.animation2 .c-top2 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .u7-perfor-param.animation2 .black-mask2-top, .u7-perfor-param.animation2 .black-mask2-bottom {
    opacity: 1;
  }
  .u7-perfor-param.animation2 .black-mask1-top, .u7-perfor-param.animation2 .black-mask1-bottom {
    opacity: 0;
  }
  .u7-perfor-param.animation3 .c-top2 {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  .u7-perfor-param.animation3 .c-list-left {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .u7-perfor-param.animation3 .c-list-right {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .u7-perfor-param.animation3 .black-mask2-top, .u7-perfor-param.animation3 .black-mask2-bottom {
    opacity: 1;
  }
  .u7-perfor-param.animation3 .black-mask1-top, .u7-perfor-param.animation3 .black-mask1-bottom {
    opacity: 0;
  }
}[data-v-71534814] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}[data-v-26aa4a78] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
