@-webkit-keyframes bannerLineAnimation {
  0% {
    -webkit-transform: translateY(100%) scaleY(1);
            transform: translateY(100%) scaleY(1);
  }
  40% {
    -webkit-transform: translateY(-120vh) scaleY(1.5);
            transform: translateY(-120vh) scaleY(1.5);
  }
  100% {
    -webkit-transform: translateY(-120vh) scaleY(1);
            transform: translateY(-120vh) scaleY(1);
  }
}
@keyframes bannerLineAnimation {
  0% {
    -webkit-transform: translateY(100%) scaleY(1);
            transform: translateY(100%) scaleY(1);
  }
  40% {
    -webkit-transform: translateY(-120vh) scaleY(1.5);
            transform: translateY(-120vh) scaleY(1.5);
  }
  100% {
    -webkit-transform: translateY(-120vh) scaleY(1);
            transform: translateY(-120vh) scaleY(1);
  }
}
@-webkit-keyframes bannerProductLineAnimation {
  0% {
    -webkit-transform: translateY(100%) scaleY(1);
            transform: translateY(100%) scaleY(1);
  }
  40% {
    -webkit-transform: translateY(-1200px) scaleY(1.5);
            transform: translateY(-1200px) scaleY(1.5);
  }
  100% {
    -webkit-transform: translateY(-1200px) scaleY(1);
            transform: translateY(-1200px) scaleY(1);
  }
}
@keyframes bannerProductLineAnimation {
  0% {
    -webkit-transform: translateY(100%) scaleY(1);
            transform: translateY(100%) scaleY(1);
  }
  40% {
    -webkit-transform: translateY(-1200px) scaleY(1.5);
            transform: translateY(-1200px) scaleY(1.5);
  }
  100% {
    -webkit-transform: translateY(-1200px) scaleY(1);
            transform: translateY(-1200px) scaleY(1);
  }
}
@-webkit-keyframes bannerScrollDownAnimation {
  0% {
    opacity: 0;
    top: 4px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 14px;
  }
}
@keyframes bannerScrollDownAnimation {
  0% {
    opacity: 0;
    top: 4px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 14px;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes cloud {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes cloud {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes magnifier {
  0% {
    left: -40px;
  }
  50% {
    top: 10px;
  }
}
@keyframes magnifier {
  0% {
    left: -40px;
  }
  50% {
    top: 10px;
  }
}
@-webkit-keyframes geometry {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes geometry {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes geometry2 {
  0% {
    -webkit-transform: translateY(30px) rotate(8deg);
            transform: translateY(30px) rotate(8deg);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes geometry2 {
  0% {
    -webkit-transform: translateY(30px) rotate(8deg);
            transform: translateY(30px) rotate(8deg);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.areaLineBox .line::after {
  -webkit-animation-name: bannerProductLineAnimation;
          animation-name: bannerProductLineAnimation;
}

@media (max-width: 480px) {
  .bannerArea .img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}
.bannerArea .img img {
  max-height: 120vh;
}
@media (min-width: 768px) {
  .bannerArea .img img {
    min-height: 1080px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .bannerArea .img img {
    min-height: 85vh;
  }
}
@media (max-width: 480px) {
  .bannerArea .img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    max-height: none;
  }
}
.bannerArea .bannerInsBox {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 19rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  height: 100%;
}
@media (min-width: 481px) {
  .bannerArea .bannerInsBox {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerInsBox {
    padding-top: 0.6rem;
    padding-bottom: 1.5rem;
  }
}
.bannerArea .bannerInsBox .textBox {
  text-align: center;
}
.bannerArea .bannerInsBox .textBox .title {
  font-size: 0.64rem;
  font-weight: 300;
  letter-spacing: 0.0192rem;
  color: #fff;
}
.bannerArea .bannerInsBox .textBox .enTitle {
  font-size: 0.18rem;
  font-family: "Roboto Slab", "Noto Sans TC", serif;
  letter-spacing: 0.0096rem;
  color: #fff;
}
@media (max-width: 480px) {
  .bannerArea .bannerInsBox .textBox .enTitle {
    display: none;
  }
}
.bannerArea .bannerInsBox .textBox .text {
  padding-top: 0.35rem;
  padding-bottom: 0.45rem;
  font-size: 0.18rem;
  line-height: 2.13;
  letter-spacing: 0.0054rem;
  color: rgba(255, 255, 255, 0.85);
}
.bannerArea .bannerInsBox .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -0.8rem;
}
.bannerArea .bannerInsBox .iconBox .iconItem {
  padding-left: 0.45rem;
  padding-right: 0.45rem;
}
@media (max-width: 480px) {
  .bannerArea .bannerInsBox .iconBox .iconItem {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.bannerArea .bannerInsBox .iconBox .icon {
  position: relative;
  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: 0.9rem;
  height: 0.9rem;
  margin-bottom: 0.2rem;
  border-radius: 50%;
  background-image: linear-gradient(-45deg, #296bff, #8401ff);
}
.bannerArea .bannerInsBox .iconBox .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.38);
  pointer-events: none;
}
.bannerArea .bannerInsBox .iconBox .icon img {
  display: block;
  max-width: 0.7rem;
  height: auto;
}
@media (max-width: 767px) {
  .bannerArea .bannerInsBox .iconBox .icon img {
    max-width: 0.4rem;
  }
}
.bannerArea .bannerInsBox .iconBox .title {
  font-size: 0.16rem;
  letter-spacing: 0.0048rem;
  color: #fff;
  text-align: center;
}
.bannerArea .bannerInsBox .interactiveBox {
  position: relative;
  z-index: 0;
  margin-bottom: -1.7rem;
}
@media (max-width: 1100px) {
  .bannerArea .bannerInsBox .interactiveBox {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 680px) {
  .bannerArea .bannerInsBox .interactiveBox {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 380px) {
  .bannerArea .bannerInsBox .interactiveBox {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
}
.bannerArea .bannerInsBox .interactiveBox .imgBox {
  position: relative;
  z-index: -1;
}
.bannerArea .bannerInsBox .interactiveBox .imgBox img {
  min-width: 19rem;
}
@media (max-width: 480px) {
  .bannerArea .bannerInsBox .interactiveBox .imgBox img {
    min-width: 12rem;
  }
}
.bannerArea .bannerInsBox .interactiveBox .geometryBox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .bannerArea .bannerInsBox .interactiveBox .geometryBox {
    display: none;
  }
}
.bannerArea .bannerInsBox .interactiveBox .geometryBox img {
  -webkit-animation-name: geometry;
          animation-name: geometry;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.bannerArea .bannerInsBox .interactiveBox .geometry1 {
  top: 2.4rem;
  margin-left: -4.9rem;
  width: 1.36rem;
}
.bannerArea .bannerInsBox .interactiveBox .geometry1 img {
  -webkit-animation-name: geometry;
          animation-name: geometry;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.bannerArea .bannerInsBox .interactiveBox .geometry2 {
  top: 1.8rem;
  margin-left: -2.65rem;
  width: 1.28rem;
}
.bannerArea .bannerInsBox .interactiveBox .geometry2 img {
  -webkit-animation-name: geometry2;
          animation-name: geometry2;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.bannerArea .bannerInsBox .interactiveBox .geometry3 {
  top: 2.8rem;
  margin-left: -2.8rem;
  width: 2.55rem;
}
.bannerArea .bannerInsBox .interactiveBox .geometry3 img {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bannerArea .bannerInsBox .interactiveBox .geometry4 {
  top: 1.3rem;
  margin-left: 3.8rem;
  width: 1.27rem;
}
.bannerArea .bannerInsBox .interactiveBox .geometry4 img {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.bannerArea .bannerInsBox .interactiveBox .geometry5 {
  top: 2.5rem;
  margin-left: 4.5rem;
  width: 1.86rem;
}
.bannerArea .bannerInsBox .interactiveBox .geometry5 img {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.bannerArea .bannerInsBox .interactiveBox .magnifierBox {
  position: absolute;
  left: 50%;
  top: 1.8rem;
  width: 3.37rem;
  margin-left: -1.68rem;
}
@media (max-width: 767px) {
  .bannerArea .bannerInsBox .interactiveBox .magnifierBox {
    width: 2.5rem;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerInsBox .interactiveBox .magnifierBox {
    top: 1.2rem;
    width: 1.5rem;
    margin-left: -0.75rem;
  }
}
.bannerArea .bannerInsBox .interactiveBox .magnifierBox .ins {
  position: relative;
  left: 0.4rem;
  top: -0.05rem;
  -webkit-animation: magnifier 1.5s infinite linear;
          animation: magnifier 1.5s infinite linear;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.bannerArea .bannerInsBox .interactiveBox .magnifierBox .magnifier {
  position: absolute;
  z-index: 1;
  left: 0.9rem;
  top: 0.28rem;
}
@media (max-width: 767px) {
  .bannerArea .bannerInsBox .interactiveBox .magnifierBox .magnifier {
    left: 0.4rem;
    top: 0.1rem;
  }
}
.bannerArea .bannerInsBox .interactiveBox .magnifierBox .shadow {
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
}

.benefitArea {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
  background-color: #eaedf5;
}
@media (max-width: 1180px) {
  .benefitArea {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.benefitArea .wrap {
  max-width: 14.4rem;
}
.benefitArea .titleInsArea {
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  .benefitArea .titleInsArea .text {
    display: none;
  }
}

.benefitContentBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1180px) {
  .benefitContentBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.benefitContentBox .imgBox {
  width: 100%;
  max-width: 6.85rem;
}
@media (min-width: 1181px) {
  .benefitContentBox .imgBox {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}
@media (max-width: 1180px) {
  .benefitContentBox .imgBox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 0.4rem;
  }
}
.benefitContentBox .imgBox img {
  display: block;
  width: 100%;
}
.benefitContentBox .imgBox .front {
  position: absolute;
  top: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.4rem;
  background-color: #e9ecf5;
  padding: 0.15rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  .benefitContentBox .imgBox .front {
    top: 1.4rem;
    width: 2rem;
  }
}
@media (max-width: 380px) {
  .benefitContentBox .imgBox .front {
    top: 0.7rem;
  }
}
.benefitContentBox .imgBox .front .text {
  line-height: 1.4;
  padding-top: 0.15rem;
  text-align: center;
}
.benefitContentBox .imgBox .front .text .title {
  font-size: 0.2rem;
  font-weight: 300;
  letter-spacing: 0.006rem;
  color: #4f5254;
}
.benefitContentBox .imgBox .front .text .en {
  font-size: 0.14rem;
  font-weight: 300;
  font-family: "Roboto Slab", "Noto Sans TC", serif;
  text-transform: uppercase;
  color: #58bf7b;
  letter-spacing: 0.0042rem;
}
.benefitContentBox .benefitList {
  margin-top: 0.3rem;
  color: #505050;
}
@media (min-width: 1181px) {
  .benefitContentBox .benefitList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 1180px) {
  .benefitContentBox .benefitList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.12rem;
    margin-right: -0.12rem;
  }
}
@media (max-width: 640px) {
  .benefitContentBox .benefitList {
    margin-top: 0.6rem;
  }
}
@media (min-width: 1181px) {
  .benefitContentBox .benefitList li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1180px) {
  .benefitContentBox .benefitList li {
    width: 50%;
    padding-left: 0.12rem;
    padding-right: 0.12rem;
  }
}
@media (max-width: 640px) {
  .benefitContentBox .benefitList li {
    width: 100%;
    text-align: center;
  }
  .benefitContentBox .benefitList li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.benefitContentBox .benefitList .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
  line-height: 1;
}
@media (max-width: 640px) {
  .benefitContentBox .benefitList .top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.benefitContentBox .benefitList .top .no {
  margin-right: 0.15rem;
  font-weight: 300;
  font-family: "Roboto Slab", "Noto Sans TC", serif;
}
.benefitContentBox .benefitList .top .title {
  letter-spacing: 0.0096rem;
  color: #2c6bff;
}
.benefitContentBox .benefitList .bottom .title {
  margin-bottom: 0.05rem;
  font-size: 0.2rem;
}
.benefitContentBox .benefitList .bottom .text {
  font-size: 0.16rem;
  letter-spacing: 0.0048rem;
}

.technologyArea {
  padding-top: 1.1rem;
  padding-bottom: 0.8rem;
  background-image: url("../images/product/technologyBg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 480px) {
  .technologyArea {
    padding-top: 0.8rem;
    background-image: url("../images/product/technologyMobileBg.jpg");
  }
}
.technologyArea .wrap {
  max-width: 13rem;
}
.technologyArea .technologyContentBox {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
.technologyArea .technologyPagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.2rem;
}
.technologyArea .technologyPagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.technologyArea .technologyPagination .swiper-pagination-bullet-active {
  background-color: #2c6bff;
}
.technologyArea .titleInsArea {
  margin-bottom: 0.5rem;
}
.technologyArea .titleInsArea .text {
  opacity: 0.68;
  color: rgba(233, 236, 245, 0.68);
}
.technologyArea .arrowStyle1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.technologyArea .technologyPrev {
  left: -10px;
}
.technologyArea .technologyNext {
  right: -10px;
}

.productPagePagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productPagePagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.productPagePagination .swiper-pagination-bullet-active {
  background-color: #2c6bff;
}

.technologyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.technologyList li {
  width: 25%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  height: auto;
}
.technologyList .item {
  position: relative;
  height: 100%;
  background-color: #fff;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.3rem;
  padding-top: 5px;
}
.technologyList .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, right top, left top, from(#296bff), to(#8401ff));
  background-image: linear-gradient(to left, #296bff, #8401ff);
}
.technologyList .item .top {
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #efefef;
}
.technologyList .item .top .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.4rem;
  height: 1.1rem;
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto;
}
.technologyList .item .top .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.technologyList .item .top .title {
  padding-bottom: 0.25rem;
  font-size: 0.2rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.technologyList .item .textBox .text {
  position: relative;
  padding: 0.12rem 0.12rem 0.12rem 0.55rem;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  background-color: #eee;
  font-size: 0.16rem;
  color: #5c5c5c;
}
.technologyList .item .textBox .text::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../images/product/iconCheck.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.technologyList .item .textBox .text:not(:last-child) {
  margin-bottom: 10px;
}

.featureArea {
  width: 100%;
  background-color: #ececec;
}
.featureArea .wrap {
  position: relative;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.featureArea .titleInsArea {
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .featureArea .titleInsArea .text {
    display: none;
  }
}
.featureArea .featureTopBox {
  width: 100%;
}
@media (min-width: 481px) {
  .featureArea .featureTopBox {
    position: absolute;
    left: 0;
    top: 0.9rem;
    z-index: 3;
  }
}
@media (max-width: 480px) {
  .featureArea .featureTopBox {
    padding-top: 0.4rem;
  }
}

.featureSliderControl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (max-width: 480px) {
  .featureSliderControl {
    margin-bottom: 0.25rem;
  }
}
.featureSliderControl .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.05rem 0.25rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.24rem;
  font-weight: 300;
  letter-spacing: 0.0072rem;
  color: #000;
  cursor: pointer;
}
@media (max-width: 480px) {
  .featureSliderControl .item {
    color: #a2a2a2;
    font-size: 0.28rem;
  }
}
@media (max-width: 440px) {
  .featureSliderControl .item {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    font-size: 0.24rem;
  }
}
.featureSliderControl .item::before {
  content: "";
  position: absolute;
  left: -0.38rem;
  top: 0.1rem;
  width: 0.38rem;
  height: 0.3rem;
  background-image: url("../images/product/iconFinger.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .featureSliderControl .item::before {
    display: none;
  }
}
.featureSliderControl .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #2c6bff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.featureSliderControl .item .no {
  font-family: "Roboto Slab", "Noto Sans TC", serif;
  font-size: 0.2rem;
  margin-right: 15px;
  color: #2c6bff;
}
@media (max-width: 480px) {
  .featureSliderControl .item .no {
    color: #a2a2a2;
  }
}
@media (max-width: 480px) {
  .featureSliderControl .item.active, .featureSliderControl .item:hover {
    color: #000;
  }
}
@media (max-width: 480px) {
  .featureSliderControl .item.active .no, .featureSliderControl .item:hover .no {
    color: #2c6bff;
  }
}
.featureSliderControl .item.active::before, .featureSliderControl .item:hover::before {
  opacity: 1;
}
.featureSliderControl .item.active::after, .featureSliderControl .item:hover::after {
  width: 100%;
}

.featureSliderSwiper .swiper-slide {
  position: relative;
  background-color: #ececec;
}
@media (max-width: 480px) {
  .featureSliderSwiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.featureSliderSwiper .img img {
  display: block;
  width: 100%;
}
.featureSliderSwiper .img .pc {
  min-height: 10.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .featureSliderSwiper .img .pc {
    display: none;
  }
}
@media (min-width: 481px) {
  .featureSliderSwiper .img .mobile {
    display: none;
  }
}
.featureSliderSwiper .bottom {
  width: 100%;
  max-width: 8.7rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media (min-width: 481px) {
  .featureSliderSwiper .bottom {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0.6rem;
    z-index: 3;
  }
}
.featureSliderSwiper .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.18rem 0.48rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 481px) {
  .featureSliderSwiper .textBox {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #eee;
    border-radius: 5px;
  }
}
@media (max-width: 480px) {
  .featureSliderSwiper .textBox {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.featureSliderSwiper .textItem {
  position: relative;
  padding-left: 0.4rem;
  width: 33.333%;
  padding: 0.06rem 0.12rem;
}
@media (max-width: 540px) {
  .featureSliderSwiper .textItem {
    width: 50%;
  }
}
.featureSliderSwiper .textItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 0.19rem;
  height: 0.19rem;
  background-image: url("../images/product/iconStar.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.featureSliderSwiper .textItem .text {
  padding-left: 0.22rem;
  font-size: 0.16rem;
  letter-spacing: 0.0048rem;
  color: #000;
}
@media (max-width: 480px) {
  .featureSliderSwiper .textItem .text {
    font-size: 0.2rem;
  }
}

.applicationArea {
  padding-top: 1.1rem;
  background-image: url("../images/product/applicationBg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 480px) {
  .applicationArea {
    background-image: url("../images/product/applicationMobileBg.jpg");
  }
}
.applicationArea .wrap {
  max-width: 100%;
  padding: 0;
}
.applicationArea .titleInsArea {
  margin-bottom: 0.5rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.applicationArea .titleInsArea .text {
  color: rgba(255, 255, 255, 0.68);
  line-height: 2;
}

.applicationContentBox {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.applicationContentBox.swiper {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
@media (max-width: 480px) {
  .applicationContentBox.swiper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.applicationContentBox .applicationPagination {
  position: absolute;
}
.applicationContentBox .arrowStyle1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.applicationContentBox .applicationPrev {
  left: 5px;
}
.applicationContentBox .applicationNext {
  right: 5px;
}

.applicationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.applicationList li {
  width: 33.333%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.2rem;
}
.applicationList li:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.applicationList .item {
  padding: 0.7rem 0.4rem;
}
@media (max-width: 1280px) {
  .applicationList .item {
    padding: 0.3rem;
  }
}
@media (max-width: 480px) {
  .applicationList .item {
    text-align: center;
  }
}
.applicationList .title {
  font-weight: 700;
  font-size: 0.32rem;
  letter-spacing: 0.0096rem;
  color: #2c6bff;
}
.applicationList .enTitle {
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: 300;
  font-size: 0.24rem;
  font-family: "Roboto Slab", "Noto Sans TC", serif;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
}
.applicationList .enTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.5rem;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
}
@media (max-width: 480px) {
  .applicationList .enTitle::after {
    left: 50%;
    margin-left: -0.25rem;
  }
}
.applicationList .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.applicationList .img img {
  display: block;
}
.applicationList .text {
  color: #fff;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}