@charset "UTF-8";

/* 引用共通樣式start  */
/* 引用共通樣式end  */
/* ===========================================KV Block start============================================ */
/* ===========================================KV Block start============================================ */
/* ===========================================KV Block start============================================ */
/* ===========================================KV Block start============================================ */
/* 5元素slide start */
.five-pattern-type-wrapper {
  display: flex;
  height: calc(100vh - 120px);
}

.auo-blue-pattern {
  background-image: url("/template/images/index/auo-five-pattern-auo-blue.jpg");
}

.innovative-purple-pattern {
  background-image: url("/template/images/index/auo-five-pattern-innovative-purple.jpg");
}

.sustainable-green-pattern {
  background-image: url("/template/images/index/auo-five-pattern-sustainable-green.jpg");
}

.energetic-yellow-pattern {
  background-image: url("/template/images/index/auo-five-pattern-energetic-yellow.jpg");
}

.smart-blue-pattern {
  background-image: url("/template/images/index/auo-five-pattern-smart-blue.jpg");
}

.swiper-slide-active .animate-slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  animation-duration: 1s;
}

.swiper-slide-active .animate-slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  animation-duration: 1s;
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* TBH */
.left-pattern {
  height: calc(100vh - 120px);
  width: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* padding: 0 40px; */
}

.left-pattern .kv-info {
  /* display: inline-block; */
  max-width: 500px;
  /* width: 460px; */
  width: calc(100% - (100% * 2.5 * 0.104));
  padding-right: 40px;
  position: absolute;
  top: 39.37%;
  /* top: 39.37%; */
  /* left: 58.59%; */
  left: calc(100% * 2.5 * 0.104);
  /* transform: translate(-50%, -50%); */
  transform: translate(0, -50%);
}

.kv-title {
  max-height: 168px;
  overflow: hidden;
  height: auto;
}

.kv-brief {
  margin-top: 20px;
  max-height: 90px;
  overflow: hidden;
}

.kv-info>.btn-block {
  margin-top: 40px;
}

.right-images {
  width: 60%;
}

/* TBH */
.kv-block .kv-swiper .swiper-pagination {
  bottom: 40px;
  width: auto;
  left: calc(100% * 0.104);
}

.kv-block .kv-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-right: 16px;
  outline: none;
}

.kv-block .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* 五元素 slider end */
/* 滿版圖片 slider start */
.kv-video-wrapper,
.full-image-wrapper {
  display: block;
  height: calc(100vh - 120px);
  width: 100%;
  position: relative;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-kv-tb {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.kv-info {
  max-width: 561px;
  position: absolute;
  top: 39.37%;
  left: calc(100% * 0.104);
  transform: translate(0, -50%);
  z-index: 4;
}

.full-image-wrapper .kv-info>* {
  color: var(--auo-blue);
}

@media (max-width: 1599px) {
  .kv-block .kv-swiper .swiper-pagination {
    left: 40px;
  }

  .left-pattern .kv-info,
  .kv-info {
    left: 40px;
    right: 40px;
    transform: translate(0%, -50%);
  }

  .left-pattern .kv-info {
    width: calc(100% - 40px);
  }
}

@media (max-width: 1199px) {
  .kv-title {
    max-height: 108px;
  }

  .swiper-slide-active .animate-slideInDown {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }

  .swiper-slide-active .animate-slideInUp {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }

  @keyframes slideInRight {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }

    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      outline: none;
    }
  }

  @keyframes slideInLeft {
    0% {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }

    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }

  .auo-blue-pattern {
    background-image: url("/template/images/index/auo-five-pattern-auo-blue-tb.jpg");
  }

  .innovative-purple-pattern {
    background-image: url("/template/images/index/auo-five-pattern-innovative-purple-tb.jpg");
  }

  .sustainable-green-pattern {
    background-image: url("/template/images/index/auo-five-pattern-sustainable-green-tb.jpg");
  }

  .energetic-yellow-pattern {
    background-image: url("/template/images/index/auo-five-pattern-energetic-yellow-tb.jpg");
  }

  .smart-blue-pattern {
    background-image: url("/template/images/index/auo-five-pattern-smart-blue-tb.jpg");
  }

  .five-pattern-type-wrapper {
    flex-direction: column;
    height: calc(100vh - 64px);
  }

  .right-images {
    width: 100%;
    order: 0;
    height: 62.5%;
  }

  .left-pattern {
    width: 100%;
    order: 1;
    height: 37.5%;
    padding: 40px;
    min-height: 288px;
  }

  .left-pattern .kv-info {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    max-width: 520px;
    padding-right: 0;
  }

  .kv-brief {
    margin-top: 16px;
  }

  .kv-info>.btn-block {
    margin-top: 28px;
  }

  .kv-block .swiper-btn-block {
    position: absolute;
    /* top: calc((100% - 64px) * 0.3515625); */
    top: 37.5%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .kv-swiper .swiper-btn-block .pre-btn {
    margin-left: 40px;
  }

  .kv-swiper .swiper-btn-block .next-btn {
    margin-right: 40px;
  }

  /* .kv-swiper .next-btn.swiper-button-disabled{
    opacity: 0;
  } */
  /* 滿版圖 */
  .full-image-wrapper {
    height: calc(100vh - 64px);
    background-image: none !important;
    /* 100vh測試 */
    /* height: calc(var(--vh, 1vh) * 100 - 64px); */
  }

  .full-image-wrapper .kv-info {
    bottom: 60px;
    top: auto;
    transform: translate(0, 0%);
    /* left: 40px; */
  }
}

@media (max-width: 767px) {
  .right-images {
    height: 45.977%;
  }

  .left-pattern {
    height: 54.023%;
    padding: 40px 20px;
  }

  .kv-block .swiper-btn-block {
    top: 36.78%;
  }

  .kv-swiper .swiper-btn-block .pre-btn {
    margin-left: 20px;
  }

  .kv-swiper .swiper-btn-block .next-btn {
    margin-right: 20px;
  }

  /* 滿版圖 */
  .full-image-wrapper {
    /* box-sizing: content-box;*/
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .full-image-wrapper .kv-info {
    position: static;
    width: 100%;
    max-width: none;
  }
}

/* TBH */
.kv-opacity-1 {
  opacity: 1 !important;
}

.kv-opacity-0 {
  opacity: 0 !important;
}

.kv-video-wrapper {
  position: relative;
  background-color: var(--auo-blue);
}

.full-image-wrapper-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.kv-video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  /* opacity: 0.1; */
  z-index: 2;
}

.kv-video {
  min-width: 100%;
  min-height: 100%;
  background-color: var(--auo-blue);
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.kv-video-info {
  position: absolute;
  top: 33.3333%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  z-index: 3;
}

@media (max-width: 1199px) {
  .kv-video-info {
    position: static;
    background-color: var(--auo-blue);
    width: 100%;
    height: 198px;
    transform: translate(0, 0);
    text-align: left;
    padding: 40px 20px;
  }

  .kv-video-wrapper {
    height: calc(100vh - 64px);
  }

  /* .kv-video{
    max-height: 100%;
    max-width: 100%;
  }

  .has-info .kv-video{
    max-height: 100%;
    max-width: 100%;
  } */
  .kv-video-wrapper.has-info {
    height: calc(100vh - 64px - 198px);
  }

  .kv-brief {
    max-height: 154px;
    font-size: 16px;
    line-height: 22px;
  }

  .kv-video-wrapper .kv-brief,
  .full-image-wrapper .kv-brief {
    max-height: 66px;
  }
}

/* slider End */
/* ===========================================KV Block End============================================ */
/* ===========================================KV Block End============================================ */
/* ===========================================KV Block End============================================ */
/* ===========================================KV Block End============================================ */
/* ---------------------connection block----------------------- */
/* ---------------------connection block----------------------- */
/* ---------------------connection block----------------------- */
/* ---------------------connection block----------------------- */
/* ---------------------connection block----------------------- */
:root {
  --marquee-width: 1920px;
  --marquee-elements-displayed: 9;
  --marquee-animation-duration: calc(var(--marquee-elements) * .2s);
  /* --marquee-element-width: calc((var(--marquee-width) + 20px) / var(--marquee-elements-displayed)); */
}

.connect-slider {
  /* padding: 160px; */
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px;
}

.connect-title {
  text-align: center;
}

.connect-slide-track {
  width: var(--marquee-width);
  /* overflow: hidden; */
}

.connect-slide-track {
  display: flex;
  animation: scroll calc(var(--marquee-elements) * 3s) linear infinite;
}

.connect-slide-track:hover {
  animation-play-state: paused;
}

.connect-slide-track .slide {
  width: 200px;
  height: 160px;
  margin-right: 20px;
  flex-shrink: 0;
}

/* 
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {

    transform: translateX(calc(-1 * 220px * var(--marquee-elements)) + 20px)
  }
} */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * 220px * var(--marquee-elements)));
  }
}

/* @keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-220px * var(--connect-item)));
    transform: translateX(calc(-220px * var(--connect-item)));
  }
} */
@media (max-width: 1199px) {
  :root {
    --marquee-width: 750px;
    --marquee-elements-displayed: 9;
    --marquee-animation-duration: calc(var(--marquee-elements) * .3s);
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-1 * 150px * var(--marquee-elements)));
    }
  }

  .connect-slide-track .slide {
    width: 150px;
    height: 120px;
    margin-right: 0;
  }
}

/* ===============================KV End================================================================== */
/* ===============================KV End================================================================== */
/* ===============================KV End================================================================== */
/* ===============================KV End================================================================== */
/* ===============================solution block start================================================================== */
/* ===============================solution block start================================================================== */
/* ===============================solution block start================================================================== */
@keyframes moveSwipeGesture {
  0% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(-5px);
  }
}

.index-solution {
  padding: 160px 0;
  /* 20220518 若內部沒內容時 只overflow-x會出現卷軸 -->改為overflow */
  overflow: hidden;
  position: relative;
  background-color: #005087;
}

.index-solution .introduce-block {
  max-width: 303px;
  margin-right: 47px;
  width: 303px;
  position: relative;
}

.index-solution .introduce-block::before {
  content: "";
  background-image: url("/template/images/index/auo-solutions-pattern.png");
  display: block;
  position: absolute;
  left: -70px;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 70px;
  top: 94px;
  background-size: contain;
}

.index-solution .introduce-block .small-title {
  color: #87DC64;
}

.index-solution .introduce-block .title {
  margin-top: 20px;
  max-height: 112px;
  overflow-y: hidden;
  color: #fff;
  position: relative;
}

.index-solution .introduce-block p {
  color: #fff;
  margin-top: 40px;
  max-height: 130px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  white-space: normal;
  display: -webkit-box;
}

.en .index-solution .introduce-block p {

  max-height: 140px;
}

.index-solution .introduce-block .solution-slide-hint {
  padding: 0 42px;
  color: #64CDE1;
  position: relative;
  margin-top: 40px;
  display: inline-block;
}

.index-solution .introduce-block .solution-slide-hint::before {
  color: #64CDE1;
  position: absolute;
  background-image: url("/Other/energy/template/images/common/auo-solutuin-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 22px;
  content: '';

}

.index-solution .introduce-block .solution-slide-hint::after {
  color: #64CDE1;
  position: absolute;
  background-image: url("/Other/energy/template/images/common/auo-solutuin-arrow-revert.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 23px;
  height: 22px;
  content: '';
}

.index-solution .slide-container {
  cursor: w-resize;
}

.index-solution .slide-container .slide-box {
  max-width: 1760px;
  margin: 0;
  margin-left: auto;
}

.index-solution .slide-container .view-box>.flex-block {
  align-items: flex-start;
}

.index-solution .slide-container .view-box {
  padding: 0 60px;
  padding-left: 110px;
}


.index-solution .slide-container .view-box .link-block {
  width: calc(100% - 350px);
  overflow-x: unset;
  position: relative;
  flex-wrap: nowrap;
}

.index-solution .slide-container .view-box .link-block .slide-icon {
  position: absolute;
  background-image: url("/template/images/index/auo-slide-box.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding-top: 0;
  width: 142px;
  height: 56px;
  top: 285px;
  z-index: 2;
  pointer-events: none;
  left: 272px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.index-solution .slide-container .view-box .link-block .slide-icon::before {
  content: "";
  display: inline-block;
  background-image: url("/Other/energy/template/images/index/auo-slide-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding-top: 0;
  width: 31px;
  height: 38px;
  animation: moveSwipeGesture 2.25s infinite;
}

.index-solution .slide-container .view-box .link-block .link-content {
  min-width: 340px;
  height: 490px;
  -webkit-mask-image: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
}

.index-solution .slide-container .view-box .link-block .link-content:nth-of-type(n+2) {
  margin-left: 10px;
}

.index-solution .slide-container .view-box .link-block .link-content a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.index-solution .slide-container .view-box .link-block .link-content a .bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 0;
  transition: all 0.4s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-solution .slide-container .view-box .link-block .link-content a:hover .bg {
  transform: scale(1.2);
}

.index-solution .slide-container .view-box .link-block .link-content a:hover::before {
  height: 16px;
}

.index-solution .slide-container .view-box .link-block .link-content a h3 {
  color: #fff;
  position: relative;
  height: 64px;
  overflow: hidden;
  z-index: 2;
}

.index-solution .slide-container .view-box .link-block .link-content a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #87DC64;
  z-index: 2;
}

@media (max-width: 1199px) {
  .index-solution {
    padding: 80px 0;
  }

  .index-solution .introduce-block {
    max-width: 280px;
    margin-right: 40px;
    width: 280px;
  }

  .index-solution .introduce-block::before {
    left: 0;
    top: auto;
    bottom: -100px;
  }

  .index-solution .introduce-block .title {
    max-height: none;
    overflow-y: visible;
  }

  .index-solution .introduce-block p {
    margin-top: 20px;
    max-height: none;
    overflow: visible;
    display: block;
  }

  .en .index-solution .introduce-block p {

    max-height: none;

  }

  .index-solution .introduce-block .solution-slide-hint {
    padding: 0 32px;

    margin-top: 30px;
  }

  .index-solution .introduce-block .solution-slide-hint::before,
  .index-solution .introduce-block .solution-slide-hint::after {
    width: 17px;
    height: 17px;
    background-size: cover;
  }


  .index-solution .slide-container .view-box {
    padding: 0 40px;
  }

  .index-solution .slide-container .view-box .link-block {
    width: calc(100% - 320px);
  }

  .index-solution .slide-container .view-box .link-block .slide-icon {
    width: 100px;
    height: 40px;
    top: 245px;
    left: 232px;
    background-size: contain;
  }

  .index-solution .slide-container .view-box .link-block .slide-icon::before {
    width: 22px;
    height: 27px;
    background-size: contain;
  }

  .index-solution .slide-container .view-box .link-block .link-content {
    min-width: 280px;
    height: 403px;
  }

  .index-solution .slide-container .view-box .link-block .link-content a {
    padding: 20px;
  }

  .index-solution .slide-container .view-box .link-block .link-content a h3 {
    min-height: 56px;
    height: auto;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .index-solution .introduce-block {
    max-width: none;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .index-solution .introduce-block::before {
    left: auto;
    right: 0;
    top: -35px;
    bottom: auto;
  }

  .index-solution .slide-container .view-box {
    padding: 0 20px;
  }

  .index-solution .slide-container .view-box .link-block {
    width: 100%;
  }
}

/* ===============================solution block End================================================================== */
/* ===============================solution block End================================================================== */
/* ===============================solution block End================================================================== */
/* ===============================installation block start================================================================== */
/* ===============================installation block start================================================================== */
/* ===============================installation block start================================================================== */
.index-installation-slider-block {
  padding: 150px 0;
}

.index-installation-slider-block .top-block {
  text-align: center;
}

.index-installation-slider-block .top-block h2 {
  color: #005087;
}

.index-installation-slider-block .top-block h2 span {
  color: #87DC64;
}

.index-installation-slider-block .top-block p {
  margin-top: 10px;
}

.index-installation-slider-block .bottom-block {
  margin-top: 80px;
}

.index-installation-slider-block .bottom-block .flex-block {
  justify-content: center;
}

.index-installation-slider-block .bottom-block .data-content {
  width: 240px;
  position: relative;
  text-align: center;
}

.index-installation-slider-block .bottom-block .data-content .title {
  margin-top: 10px;
  color: #005087;
  max-height: 60px;
  overflow: hidden;
}

.index-installation-slider-block .bottom-block .data-content .num {
  margin-top: 10px;
  /* color: #FFE364; */
  color: #64CDE1;
  position: relative;
  max-height: 60px;
}

.index-installation-slider-block .bottom-block .data-content:nth-child(2) .num {
  /* color: #64CDE1; */
  color: #A582C8;
}

.index-installation-slider-block .bottom-block .data-content:nth-child(3) .num {
  /* color: #A582C8; */
  color: #87DC64;
}

.index-installation-slider-block .bottom-block .data-content:nth-child(4) .num {
  color: #87DC64;
}

.index-installation-slider-block .bottom-block .data-content .unit {
  margin-top: 10px;
  max-height: 28px;
  overflow: hidden;
}

.index-installation-slider-block .bottom-block .data-content:nth-child(n+2) {
  margin-left: 40px;
}

.index-installation-slider-block .bottom-block .data-content:nth-child(n+2) .num::before {
  /* content: "";
  background-image: url("/template/images/index/installation-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding-top: 0;
  width: 28px;
  height: 58px;
  left: -34px;
  top: 0;
  display: block;
  position: absolute; */
}

@media (max-width: 1199px) {
  .index-installation-slider-block {
    padding: 80px 0 198px;
  }

  .index-installation-slider-block .bottom-block {
    margin: 0 auto;
    margin-top: 40px;
  }

  .index-installation-slider-block .bottom-block .flex-block {
    justify-content: center;
  }

  .index-installation-slider-block .bottom-block .data-content {
    width: calc((100% - 87px) * 0.25);
    position: relative;
    text-align: center;
  }

  .index-installation-slider-block .bottom-block .data-content .title,
  .index-installation-slider-block .bottom-block .data-content .unit,
  .index-installation-slider-block .bottom-block .data-content .num {
    max-height: none;
    overflow: visible;
  }

  .index-installation-slider-block .bottom-block .data-content .num {
    font-size: 36px;
    line-height: 54px;
  }

  .index-installation-slider-block .bottom-block .data-content:nth-child(n+2) {
    margin-left: 29px;
  }

  .index-installation-slider-block .bottom-block .data-content:nth-child(n+2) .num::before {
    width: 14px;
    height: 31px;
    left: -21px;
  }
}

@media (max-width: 767px) {
  .index-installation-slider-block {
    padding: 133px 0 177px;
  }

  .index-installation-slider-block .bottom-block .flex-block {
    max-width: 320px;
    margin: 0 auto;
  }

  .index-installation-slider-block .bottom-block .data-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .index-installation-slider-block .bottom-block .data-content .img {
    width: 100px;
    margin-right: 20px;
  }

  .index-installation-slider-block .bottom-block .data-content .num {
    font-size: 40px;
    line-height: 56px;
  }

  .index-installation-slider-block .bottom-block .data-content article {
    width: calc(100% - 120px);
    text-align: left;
  }

  .index-installation-slider-block .bottom-block .data-content .title {
    margin: 0;
  }

  .index-installation-slider-block .bottom-block .data-content:nth-child(n+2) {
    margin-left: 0;
    margin-top: 36px;
  }

  .index-installation-slider-block .bottom-block .data-content:nth-child(n+2) .num::before {
    display: none;
  }

  .index-installation-slider-block .bottom-block .data-content:nth-child(n+2)::before {
    /* content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 16px;
    left: 45px;
    bottom: auto;
    top: -26px;
    background-image: url("/template/images/index/installation-icon-vertical.png"); */
  }
}

.fixed-pattern-wrapper {
  position: relative;
  z-index: 2;
}

.fixed-pattern {
  position: relative;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.fixed-pattern>div {
  display: block;
  background-size: contain;
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
}

.index-fixed-pattern1>.index-fixed-item-pattern1 {
  width: 149px;
  height: 105px;
  background-image: url("/template/images/index/auo-pattern-img1.png");
  left: 1335px;
  top: 0px;
}

.index-fixed-pattern2>.index-fixed-item-pattern2 {
  width: 470px;
  height: 540px;
  background-image: url("/template/images/index/auo-pattern-img2.png");
  top: -345px;
  left: -615px;
}

.index-fixed-pattern3>.index-fixed-item-pattern3 {
  width: 60px;
  height: 60px;
  background-image: url("/template/images/index/auo-pattern-img3.png");
  left: -71px;
  top: -44px;
}

.index-fixed-pattern4>.index-fixed-item-pattern4 {
  width: 105px;
  height: 103px;
  background-image: url("/template/images/index/auo-pattern-img4.png");
  top: -238px;
  left: 1285px;
}

@media (max-width: 1199px) {
  .fixed-pattern {
    max-width: 768px;
  }

  .index-fixed-pattern1>.index-fixed-item-pattern1 {
    width: 125px;
    height: 94px;
    background-image: url("/template/images/index/auo-pattern-img1-tb.png");
    left: 667px;
    top: 0px;
  }

  .index-fixed-pattern2>.index-fixed-item-pattern2 {
    width: 255px;
    height: 292px;
    top: -156px;
    left: -104px;
  }

  .index-fixed-pattern3>.index-fixed-item-pattern3 {
    width: 40px;
    height: 40px;
    left: 40px;
    top: -90px;
  }

  .index-fixed-pattern4>.index-fixed-item-pattern4 {
    top: -165px;
    left: 622px;
  }
}

@media (max-width: 767px) {
  .fixed-pattern {
    max-width: 100vw;
  }

  .index-fixed-pattern1>.index-fixed-item-pattern1 {
    left: auto;
    right: 0;
    top: -94px;
  }

  .index-fixed-pattern2>.index-fixed-item-pattern2 {
    left: -128px;
  }

  .index-fixed-pattern3>.index-fixed-item-pattern3 {
    left: 20px;
  }

  .index-fixed-pattern4>.index-fixed-item-pattern4 {
    left: auto;
    right: 15px;
  }
}

/* ===============================installation block end================================================================== */
/* ===============================installation block end================================================================== */
/* ===============================installation block end================================================================== */
/* ===============================Success Story start================================================================== */
/* ===============================Success Story start================================================================== */
/* ===============================Success Story start================================================================== */
.index-success {
  background-color: #64CDE1;
}

.successstory-container {
  height: 700px;
  max-width: 1760px;
  padding-left: 60px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.tech-main-block,
.tech-main-swiper,
.slide-container {
  height: 100%;
}

.tech-main-swiper .swiper-slide {
  width: 100%;
}

.tech-main-btn {
  position: absolute;
  bottom: 84px;
  left: 442px;
  z-index: 2;
}

.tech-slide-wrapper {
  height: 100%;
}

.tech-slide-wrapper .tech-main-block {
  padding-top: 120px;
}

.tech-slide-wrapper .left-info {
  margin-right: 60px;
  width: 500px;
  max-width: 500px;
  padding-top: 120px;
}

.tech-slide-wrapper .left-info .counter-block {
  justify-content: space-between;
}

.tech-slide-wrapper .left-info .counter-block .total {
  opacity: 0.4;
  margin-left: 16px;
}

.tech-slide-wrapper .left-info .title {
  margin-top: 20px;
  max-height: 126px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
}

.tech-slide-wrapper .left-info .text {
  font-size: 18px;
  line-height: 28px;
  max-height: 112px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  margin-top: 40px;
}

.tech-slide-wrapper .left-info .btn-block {
  margin-top: 40px;
}

.tech-slide-wrapper .right-image {
  width: calc(100% - 560px);
  position: relative;
}

.tech-slide-wrapper .right-image .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .successstory-container {
    height: auto;
    padding-left: 0;
  }

  .tech-main-btn {
    bottom: calc(61.41vw + 40px);
    left: auto;
    right: 40px;
    z-index: 2;
  }

  .tech-slide-wrapper .tech-main-block {
    padding-top: 0px;
  }

  .tech-slide-wrapper .left-info {
    margin-right: 0px;
    width: 100%;
    max-width: none;
    padding: 167px 40px 125px;
  }

  .tech-slide-wrapper .left-info .counter-block .total {
    margin-left: 0px;
  }

  .tech-slide-wrapper .left-info .title {
    margin-top: 16px;
    max-height: none;
    display: block;
    overflow: visible;
  }

  .tech-slide-wrapper .left-info .text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
    max-height: none;
    display: block;
    overflow: visible;
  }

  .tech-slide-wrapper .left-info .btn-block {
    margin-top: 30px;
  }

  .tech-slide-wrapper .right-image {
    width: 100%;
    padding-top: 61.41%;
  }
}

@media (max-width: 767px) {
  .tech-main-btn {
    bottom: calc(61.41vw + 40px);
    right: 20px;
  }

  .tech-slide-wrapper .left-info {
    padding: 167px 20px 125px;
  }

  .tech-slide-wrapper .right-image {
    width: 100%;
    min-height: 280px;
  }
}

@media (max-width: 455px) {
  .tech-main-btn {
    bottom: 320px;
  }
}

/* ===============================Success Story End================================================================== */
/* ===============================Success Story End================================================================== */
/* ===============================Success Story End================================================================== */
/* ===============================Index event start================================================================== */
/* ===============================Index event start================================================================== */
/* ===============================Index event start================================================================== */
.index-event {
  padding: 160px 0 335px;
  /* 20220518 若內部沒內容時 只overflow-x會出現卷軸 -->改為overflow */
  overflow: hidden;
  position: relative;
}

.index-event .content {
  padding-top: 40px;
  max-width: 880px;
  color: var(--gray-1);
  max-height: 125px;
  overflow: hidden;
}

.index-event .title.font-40 {
  padding-bottom: 60px;

}

.index-event .swiper-btn-block {
  margin-bottom: 40px;
}

.index-event .index-event-swiper {
  width: calc(100% - (100% - 1080px)/2);
  margin-left: calc((100% - 1080px)/2);
}

.index-event-swiper .swiper-slide {
  width: 440px;
}

.index-event .swiper-slide {
  margin-right: 24px;
}

.index-event .index-event-swiper .title {
  padding-top: 12px;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 8px;
}

.index-event .index-event-swiper .title+div {
  max-height: 90px;
  overflow: hidden;
}

.swiper-event-content-block {
  position: relative;
}

.swiper-event-content-block .bg {
  position: absolute;
  background-color: #FFE364;
  border-radius: 250px 0px 0px 250px;
  width: calc(1480px + (100% - 1480px) * 0.5);
  height: 450px;
  top: 170px;
  right: 0;
}

@media (max-width: 1199px) {
  .index-event {
    padding-top: 120px;
    padding-bottom: 0px;
  }

  .swiper-event-content-block {
    padding-bottom: 186px;
    background-image: linear-gradient(#fff 117px, #FFE364 1px);
  }

  .index-event .title {
    max-width: none;
  }

  .index-event .index-event-swiper .title {
    max-width: none;
    padding-top: 16px;
  }

  .index-event .content {
    padding-top: 16px;
    font-size: 16px;
    line-height: 22px;
    max-height: none;
    overflow: visible;
  }

  .index-event .title.font-40 {
    padding-bottom: 40px;

  }

  .index-event .swiper-btn-block {
    margin-bottom: 60px;
  }

  .index-event-swiper .swiper-slide {
    width: 280px;
  }

  .index-event .index-event-swiper {
    width: calc(100% - (100% - 688px)/2);
    margin-left: calc((100% - 688px)/2);
  }

  .swiper-event-content-block .bg {
    display: none;
  }

  .index-event .index-event-swiper .title+div {
    max-height: none;
  }
}

@media (max-width: 767px) {
  .index-event {
    padding-top: 120px;
    padding-bottom: 0px;
  }

  .swiper-event-content-block {
    padding-bottom: 182px;
  }

  .index-event .content {
    padding-top: 20px;
  }

  .index-event .index-event-swiper {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}

/* ===============================Index event End================================================================== */
/* ===============================Index event End================================================================== */
/* ===============================Index event End================================================================== */
/* ============================== href bullet start================================================================== */
/* ============================== href bullet start================================================================== */
/* ============================== href bullet start================================================================== */
.anchor-bullet-wrapper {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  top: 234px;
  padding-right: 28px;
  right: 0;
  /* text-align: right; */
  z-index: 990;
}

.anchor-bullet-sticky {
  /* position: sticky;
  top: 0; */
  width: auto;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.anchor-bullet-sticky>li {
  height: 32px;
  padding: 7px 30px 7px 14px;
  position: relative;
  border-radius: 17px;
  cursor: pointer;
  transition: 0.3s ease;
}

.anchor-bullet-sticky>li:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.anchor-bullet-sticky>li:hover>a {
  display: block;
}

.anchor-bullet-sticky>li:hover:after {
  background-color: var(--auo-blue);
}

.anchor-bullet-sticky>li.is-active {
  background-color: rgba(255, 255, 255, 0.4);
}

.anchor-bullet-sticky>li>a {
  display: none;
  /* width: auto; */
  transition: 0.3s ease;
}

.anchor-bullet-sticky>li.is-active>a {
  display: block;
  margin-right: auto;
  text-align: right;
  width: auto;
}

.anchor-bullet-sticky>li:after {
  content: "";
  /* display: block; */
  position: absolute;
  top: 11px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--gray-6);
}

.anchor-bullet-sticky>li.is-active:after {
  background-color: var(--auo-blue);
}

.anchor-btn {
  background-image: url("/Other/energy/template/images/common/auo-anchor-btn.svg");
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-top: 8px;
}

@media (max-width: 1199px) {
  .index-solution {
    position: static;
  }

  .anchor-bullet-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 60, 101, 0.9);
    padding: 40px 20px 84px 20px;
    flex-direction: column;
    align-items: flex-end;
    /* display: none; */
  }

  .anchor-bullet-sticky>li {
    margin-top: 4px;
  }

  .anchor-bullet-sticky>li:hover,
  .anchor-bullet-sticky>li.is-active {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .anchor-bullet-sticky>li>a {
    display: block;
    color: white;
  }

  .anchor-bullet-sticky>li:hover>a,
  .anchor-bullet-sticky>li.is-active>a {
    color: var(--auo-blue);
  }

  .anchor-btn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 990;
  }

  .is-hidden-tb {
    display: none;
  }
}

@media (max-width: 767px) {
  .anchor-bullet-wrapper {
    padding-bottom: 64px;
  }

  .anchor-btn {
    bottom: 20px;
  }
}

/* ============================== href bullet end================================================================== */
/* ============================== href bullet end================================================================== */
/* ============================== href bullet end================================================================== */
