body,
body>.page-content-wrapper,
html {overflow: visible !important;}

.overview-content section {font-size: 16px;max-width: 120em;margin: 0 auto;position: relative;}
.overview-content .w-container {width: 73.125em;margin: 0 auto;}
.overview-content .text {padding: 7em 0 1em;box-sizing: border-box;text-align: center;}
.overview-content .text.text-left {text-align: left;}
.overview-content .text.text-black {color: #000;}
.overview-content .text.text-white {color: #fff;}
.overview-content h2 {font-size: 2.8125em;font-weight: 400;line-height: 1.2;padding-bottom: 0.375em;}
.overview-content h3 {font-size: 1.875em;font-weight: 400;line-height: 1.3333;padding-bottom: 0.5em;}
.overview-content p {font-size: 1.22em;font-weight: 300;line-height: 1.5;padding-bottom: 0.75em;}
.overview-content p .highlight {font-weight: 500;}
.overview-content p.title {font-size: 1.25em;font-weight: 400;line-height: 1.3333;padding-bottom: 0.5em;}
.overview-content p.point {padding-left: 1.5em;position: relative;}
.overview-content p.point::before {content: '\2022';position: absolute;top: 0;left: 0;font-weight: 700;}
.overview-content p.note {font-size: 1.11em;font-weight: 300;line-height: 1.5;padding-top: 0.5em;padding-bottom: 0.25em;}
.overview-content a {color: inherit;outline: none;border: none;background: none;}
.overview-content a.link-more {font-size: 1.25em;font-weight: 300;line-height: 1.3333;display: inline-block;}
.overview-content button {color: inherit;outline: none;border: none;background: none;}
.overview-content button:hover {opacity: 0.6;}
.overview-content sup {font-size: 0.75em;}
.overview-content sup a {font-size: 1em !important;margin: 0 !important;text-decoration: none !important;border: none!important;}
.overview-content video {background-color: transparent;-webkit-tap-highlight-color: transparent;-webkit-focus-ring-color: transparent;}
.overview-content .white {color: #fff;}
.overview-content .black {color: #000;}
.overview-content .tapo-blue {color: #005eac;}
.overview-content .link-flex-box {display: flex;flex-wrap: wrap;justify-content: center;}
.overview-content .no-wrap {white-space: nowrap;}
.overview-content .m-show {display: none;}
@media(min-width: 1921px) {.overview-content section {font-size:0.8333vw;}}
@media(max-width: 1680px) {.overview-content section {font-size:14px;}}
@media(max-width: 1440px) {.overview-content section {font-size:12px;}}
@media (max-width: 736px) {
  .overview-content section {font-size: 10.35px;width: 100vw;max-width: 100%;}
  .overview-content .w-container {width: auto;}
  .overview-content .text {padding: 0 0 0.5em;text-align: left;}
  .overview-content h2 {font-size: 2.5em;padding: 2em 6vw 0.5em;}
  .overview-content h3 {font-size: 2em;padding: 0 6vw 0.5em;}
  .overview-content p {font-size: 1.75em;padding: 0 6vw 0.75em;}
  .overview-content p.title {font-size: 2em;font-weight: 400;padding-bottom: 0.5em;}
  .overview-content p.note {font-size: 1.5em;padding-top: 0em;padding-bottom: 0.25em;}
  .overview-content a.link-more {font-size: 1.75em;}
  .overview-content button:hover {opacity: 1;}
  .overview-content .m-show {display: block;}
  .overview-content .m-hide {display: none;}
}
@media(max-width: 414px) {.overview-content section {font-size:2.5vw;}}


.tp-videoContainer {width: auto;position: relative;font-size: 16px;max-width: 120em;margin: 0 auto;background-color: transparent;-webkit-tap-highlight-color: transparent;-webkit-focus-ring-color: transparent;}
.tp-videoContainer video {width: 100%;display: block;}
.tp-videoContainer .tp-controllerDiv {position: absolute;right: 2.5em;bottom: 2.5em;}
.tp-videoContainer .tp-controllerDiv .tp-pauseIcon {width: 3em;height: 3em;color: transparent;border-radius: 100%;-webkit-user-select: none;user-select: none;cursor: pointer;}
@media (min-width: 1921px) {.tp-videoContainer {font-size: 0.8333vw;}}
@media (max-width: 1680px) {.tp-videoContainer {font-size: 14px;}}
@media (max-width: 1440px) {.tp-videoContainer {font-size: 12px;}}
@media (max-width: 736px) {
  .tp-videoContainer {font-size: 10.35px;}
  .tp-videoContainer .videoController {top: 50%;left: 50%;right: unset;bottom: unset;transform: translate(-50%, -50%);}
}
@media (max-width: 414px) {.tp-videoContainer {font-size: 2.5vw;}}



.overview-content .animation-text.active {
  transform: translateY(0);
  opacity: 1;
}
.overview-content .animation-text {
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 1s linear, transform 1s linear;
}
@media(max-width:736px) {
  .overview-content .tapo-rv70-pro-ultra_v1.active .animation-text.active {
    transform: translateY(0);
    opacity: 1;
  }
  .overview-content .tapo-rv70-pro-ultra_v1.active .animation-text {
    transform: translateY(12vw);
    opacity: 0;
    transition: opacity 1s linear, transform 1s linear;
  }
}



.overview-content .tapo-banner {
  background: url(./img/a.jpg) top / 120em no-repeat;
  height: 59.5em;
  position: relative;
  display: flex;
  align-items: center;
}
.overview-content .tapo-banner .w-container {
  width: 73.125em;
  margin: 0 auto;
}
.overview-content .tapo-banner .text {
  color: #fff;
  padding: 0em 54% 12em 0;
  text-align: left;
}
.overview-content .tapo-banner h2 {
  font-size: 3.05em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.375em;
}
.overview-content .tapo-banner h3 {
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 1.125em;
}
.overview-content .tapo-banner .model {
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  padding: 0.2em 0.75em;
  border-radius: 1em;
  background-color: #005eac;
  display: inline-block;
  vertical-align: middle;
}
.overview-content .tapo-banner .banner-logos {
  margin-top: 2.5em;
}
.overview-content .tapo-banner .banner-logo {
  width: auto;
  height: 3em;
  margin-right: 0.25em;
  display: inline-block;
  vertical-align: middle;
}
.overview-content .tapo-banner video {
  width: 100%;
  display: block;
}
.overview-content .tapo-banner .m-hide {
  display: block;
}
.overview-content .tapo-banner .m-show {
  display: none;
}
@media(max-width: 736px) {
  .overview-content .tapo-banner {
    background: url(./m/a.jpg) top / 100% no-repeat;
    height: 134vw;
    display: block;
  }
  .overview-content .tapo-banner .w-container {
    width: auto;
  }
  .overview-content .tapo-banner .text {
    color: #fff;
    padding: 8vw 0 0;
    text-align: left;
  }
  .overview-content .tapo-banner h2 {
    font-size: 7.75vw;
    padding: 0 6vw 0.25em 6vw;
  }
  .overview-content .tapo-banner h3 {
    font-size: 4.75vw;
    line-height: 1.4;
    padding-bottom: 1em;
  }
  .overview-content .tapo-banner p {
    font-size: 3.5vw;
  }
  .overview-content .tapo-banner .model {
    font-size: 4.75vw;
    padding: 0.2em 0.75em 0.3em;
    border-radius: 1em;
    margin: 0 6vw;
  }
  .overview-content .tapo-banner .banner-logos {
    margin: 6vw 0 0 6vw;
  }
  .overview-content .tapo-banner .banner-logo {
    height: 8vw;
    margin-right: 0.25em;
  }
  .overview-content .tapo-banner .m-hide {
    display: none;
  }
  .overview-content .tapo-banner .m-show {
    display: block;
  }
}



.overview-content .tapo-selling-points {
  height: 0;
  padding-top: 55.5%;
  margin: 0 auto;
  background: url(./img/b.jpg) 50% 0 / 100% no-repeat;
  position: relative;
}
.overview-content .tapo-selling-points .text {
  padding: 0;
}
.overview-content .tapo-selling-points .desc {
  position: absolute;
  color: #fff;
  line-height: normal;
  text-align: center;
}
.overview-content .tapo-selling-points .font-large {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}
.overview-content .tapo-selling-points .font-big {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 0.2em;
}
.overview-content .tapo-selling-points .font-medium {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.3;
}
.overview-content .tapo-selling-points .font-small {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.4;
}
.overview-content .tapo-selling-points .font-smaller {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.2;
}
.overview-content .tapo-selling-points .highlight {
  font-weight: 500;
}
.overview-content .tapo-selling-points .desc-1 {
  top: 12.5%;
  left: 21%;
  width: 27.5%;
}
.overview-content .tapo-selling-points .desc-2 {
  top: 71%;
  left: 21%;
  width: 27.5%;
}
.overview-content .tapo-selling-points .desc-3 {
  top: 21%;
  left: 51.5%;
  width: 12.5%;
}
.overview-content .tapo-selling-points .desc-4 {
  top: 22%;
  left: 66.75%;
  width: 12.5%;
}
.overview-content .tapo-selling-points .desc-5 {
  top: 32%;
  left: 51.5%;
  width: 12.5%;
}
.overview-content .tapo-selling-points .desc-6 {
  top: 32%;
  left: 66.75%;
  width: 12.5%;
}
.overview-content .tapo-selling-points .desc-7 {
  top: 52%;
  left: 51.5%;
  width: 12.5%;
}
.overview-content .tapo-selling-points .desc-8 {
  top: 52%;
  left: 66.75%;
  width: 12.5%;
}
.overview-content .tapo-selling-points .desc-9 {
  top: 71%;
  left: 51.5%;
  width: 12.5%;
}
.overview-content .tapo-selling-points .desc-10 {
  top: 71%;
  left: 66.75%;
  width: 12.5%;
}
.overview-content .tapo-selling-points .no-wrap {
  white-space: nowrap
}
@media (max-width: 736px) {
  .overview-content .tapo-selling-points {
    height: 0;
    padding-top: 299%;
    margin: 0 auto;
    background: url(./m/b.jpg) 50% 0 / 100% no-repeat;
    position: relative;
  }
  .overview-content .tapo-selling-points .text {
    padding: 5em 0 1em;
  }
  .overview-content .tapo-selling-points .font-large {
    font-size: 6.75vw;
    font-weight: 400;
  }
  .overview-content .tapo-selling-points .font-big {
    font-size: 4.375vw;
    font-weight: 400;
  }
  .overview-content .tapo-selling-points .font-medium {
    font-size: 3.5vw;
    font-weight: 300;
  }
  .overview-content .tapo-selling-points .font-small {
    font-size: 3.5vw;
  }
  .overview-content .tapo-selling-points .font-smaller {
    font-size: 2.5vw;
  }
  .overview-content .tapo-selling-points .desc-1 {
    top: 6%;
    left: 10%;
    width: 80%;
  }
  .overview-content .tapo-selling-points .desc-2 {
    top: 39.5%;
    left: 10%;
    width: 80%;
  }
  .overview-content .tapo-selling-points .desc-3 {
    top: 56.6%;
    left: 7%;
    width: 40%;
  }
  .overview-content .tapo-selling-points .desc-4 {
    top: 57.5%;
    left: 52.5%;
    width: 40%;
  }
  .overview-content .tapo-selling-points .desc-5 {
    top: 63%;
    left: 7%;
    width: 40%;
  }
  .overview-content .tapo-selling-points .desc-6 {
    top: 63%;
    left: 52.5%;
    width: 40%;
  }
  .overview-content .tapo-selling-points .desc-7 {
    top: 74%;
    left: 7%;
    width: 40%;
  }
  .overview-content .tapo-selling-points .desc-8 {
    top: 74%;
    left: 52.5%;
    width: 40%;
  }
  .overview-content .tapo-selling-points .desc-9 {
    top: 85%;
    left: 7%;
    width: 40%;
  }
  .overview-content .tapo-selling-points .desc-10 {
    top: 85%;
    left: 52.5%;
    width: 40%;
  }
}



.overview-content .tapo-functions {
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin: 0 auto;
  background: #0e0c0c url(./img/c.jpg) top / 100% no-repeat;
  position: relative;
}
.overview-content .tapo-functions .text {
  color: #fff;
  padding: 4em 0% 1.25em;
  text-align: center;
  position: absolute;
  top: 0;
  width: 73.125em;
  margin: 0 auto;
}
.overview-content .tapo-functions .desc {
  position: absolute;
  line-height: normal;
}
.overview-content .tapo-functions .desc-m {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.overview-content .tapo-functions .img-item-1 .desc-1 {
  top: 43.5%;
  left: 11%;
  width: 10%;
  text-align: center;
}
.overview-content .tapo-functions .img-item-1 .desc-2 {
  top: 43.5%;
  left: 24%;
  width: 10%;
  text-align: center;
}
.overview-content .tapo-functions .img-item-1 .desc-3 {
  top: 43.5%;
  left: 36%;
  width: 9%;
  text-align: center;
}
.overview-content .tapo-functions .img-item-1 .desc-4 {
  top: 43.5%;
  left: 46%;
  width: 10%;
  text-align: center;
}
.overview-content .tapo-functions .img-item-1 .desc-5 {
  top: 43.5%;
  left: 56.5%;
  width: 9%;
  text-align: center;
}
.overview-content .tapo-functions .img-item-1 .desc-6 {
  top: 43.5%;
  left: 68%;
  width: 9%;
  text-align: center;
}
.overview-content .tapo-functions .img-item-1 .desc-7 {
  top: 43.5%;
  left: 81%;
  width: 9%;
  text-align: center;
}
.overview-content .tapo-functions .img-item-1 .button-prev,
.overview-content .tapo-functions .img-item-1 .button-next {
  display: none;
}
.overview-content .tapo-functions .img-item-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 55%;
  width: 73.125em;
}
.overview-content .tapo-functions .img-item-2 .img-txt {
  width: 44%;
  color: #fff;
  text-align: left;
}
.overview-content .tapo-functions .img-item-2 .ul-points {
  width: 100%;
}
.overview-content .tapo-functions .img-item-2 .ul-points li {
  width: 100%;
  padding-left: 1.5em;
  box-sizing: border-box;
  position: relative;
}
.overview-content .tapo-functions .img-item-2 .ul-points li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: -0.2em;
  font-size: 1.875em;
}
.overview-content .tapo-functions .img-item-2 .ul-points li+li {
  margin-top: 2.5em;
}
.overview-content .tapo-functions .img-item-2 .ul-points li p.title {
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.25em;
}
.overview-content .tapo-functions .img-item-2 .ul-points li p.info {
  font-size: 1.22em;
  font-weight: 300;
  line-height: 1.5;
  padding: 0;
}
.overview-content .tapo-functions .img-item-2 .img {
  width: 48%;
  height: 0;
  padding-bottom: 42.5%;
  margin: 0;
  background: url(./img/c-img.png) bottom / 100% no-repeat;
  position: relative;
} 
.overview-content .tapo-functions .img-item-2 .desc-1 {
  top: 25.5%;
  left: 7.5%;
}
.overview-content .tapo-functions .img-item-2 .desc-2 {
  top: 61%;
  left: 45.5%;
  width: 34%;
  transform: rotateZ(90deg);
}
.overview-content .tapo-functions .img-item-2 .desc-3 {
  top: 42%;
  left: 59.25%;
  width: 48%;
  text-align: right;
  transform: rotateZ(90deg);
}
@media (max-width: 736px) {
  .overview-content .tapo-functions {
    width: 100%;
    height: auto;
    padding-top: 0%;
    margin: 0 auto;
    background: #0e0c0c url(./m/c.jpg) top / 100% no-repeat;
    position: relative;
  }
  .overview-content .tapo-functions .text {
    color: #fff;
    padding: 0 0 1.25em;
    text-align: center;
    position: static;
    top: 0;
    width: auto;
    margin: 0 auto;
  }
  .overview-content .tapo-functions .desc-m {
    font-size: 3.75vw;
  }
  .overview-content .tapo-functions .img-container {
    position: relative;
  }
  .overview-content .tapo-functions .img-item-1 {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .overview-content .tapo-functions .img-item-1 .img {
    position: relative;
    width: 437.5vw;
    height: 136vw;
    margin: 0 auto;
    background: url(./m/c-swiper.jpg) center / 100% no-repeat;
  }
  .overview-content .tapo-functions .img-item-1 .desc-1 {
    top: 77%;
    left: 5%;
    width: 12%;
  }
  .overview-content .tapo-functions .img-item-1 .desc-2 {
    top: 77%;
    left: 19.5%;
    width: 12%;
  }
  .overview-content .tapo-functions .img-item-1 .desc-3 {
    top: 77%;
    left: 34%;
    width: 10%;
  }
  .overview-content .tapo-functions .img-item-1 .desc-4 {
    top: 77%;
    left: 45.5%;
    width: 10%;
  }
  .overview-content .tapo-functions .img-item-1 .desc-5 {
    top: 77%;
    left: 56.5%;
    width: 10%;
  }
  .overview-content .tapo-functions .img-item-1 .desc-6 {
    top: 77%;
    left: 69.5%;
    width: 10%;
  }
  .overview-content .tapo-functions .img-item-1 .desc-7 {
    top: 77%;
    left: 84.5%;
    width: 10%;
  }
  .overview-content .tapo-functions .img-item-1 .button-prev,
  .overview-content .tapo-functions .img-item-1 .button-next {
    display: block;
    position: absolute;
    top: 60vw;
  }
  .overview-content .tapo-functions .img-item-1 .button-prev.swiper-button-disabled,
  .overview-content .tapo-functions .img-item-1 .button-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .overview-content .tapo-functions .img-item-1 .button-prev {
    left: 6vw;
  }
  .overview-content .tapo-functions .img-item-1 .button-next {
    right: 6vw;
  }
  .overview-content .tapo-functions .img-item-1 .button-arrow {
    width: 5vw;
    height: 5vw;
  }
  .overview-content .tapo-functions .img-item-2 {
    display: block;
    position: relative;
    top: auto;
    width: 88%;
    margin: 0 auto;
  }
  .overview-content .tapo-functions .img-item-2 .img-txt {
    width: auto;
    color: #fff;
    padding-top: 3em;
    text-align: left;
  }
  .overview-content .tapo-functions .img-item-2 .ul-points li {
    width: 100%;
    padding-left: 1.5em;
  }
  .overview-content .tapo-functions .img-item-2 .ul-points li::before {
    left: 0;
    top: -0.2em;
    font-size: 1.875em;
  }
  .overview-content .tapo-functions .img-item-2 .ul-points li+li {
    margin-top: 2.5em;
  }
  .overview-content .tapo-functions .img-item-2 .ul-points li p.title {
    font-size: 2em;
    padding: 0 0 0.25em;
  }
  .overview-content .tapo-functions .img-item-2 .ul-points li p.info {
    font-size: 1.75em;
    padding: 0;
  }
  .overview-content .tapo-functions .img-item-2 .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin: 0 auto;
    background: url(./m/c-img.png) bottom / 100% no-repeat;
  } 
  .overview-content .tapo-functions .img-item-2 .desc-1 {
    top: 30vw;
    left: 4vw;
  }
  .overview-content .tapo-functions .img-item-2 .desc-2 {
    top: 61vw;
    left: 37.8vw;
    width: 34vw;
  }
  .overview-content .tapo-functions .img-item-2 .desc-3 {
    top: 38vw;
    left: 49vw;
    width: 48vw;
  }
}



.overview-content .tapo-obstacle-avoidance {
  background: url(./img/d.jpg) top / 120em no-repeat;
  height: 59.5em;
  position: relative;
}
.overview-content .tapo-obstacle-avoidance .text {
  color: #fff;
  padding: 4em 0% 1.25em;
}
.overview-content .tapo-obstacle-avoidance h2 span {
  font-weight: 700;
  color: #53a4e8;
}
@media (max-width: 736px) {
  .overview-content .tapo-obstacle-avoidance {
    background: #0d0906 url(./m/d.jpg) bottom / 100% no-repeat;
    height: auto;
    padding-bottom: 54%;
  }
  .overview-content .tapo-obstacle-avoidance .text {
    border-radius: 0;
  }
}
