.overview-content .tapo-about-us-banner {
  font-size: 16px;
  height: 45vw;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
.overview-content .tapo-about-us-banner video {
  width: 100%;
}

.overview-content .tapo-about-us-banner {
  background-color: #fff; /* 与父元素背景色相同 */
  clip-path: inset(11vw 38vw round 23vw); /* 创建中间透明区域 */
}
@keyframes expandMask {
  0% {
    clip-path: inset(11vw 38vw round 23vw); /* 创建中间透明区域 */
  }
  38% {
    clip-path: inset(11vw 26vw round 23vw);
  }
  100% {
    clip-path: inset(0 0 round 0vw); /* 创建中间透明区域 */
  }
}
.overview-content .tapo-about-us-banner.expand {
  animation: expandMask 1.42s ease-in-out;
  clip-path: inset(0 0 round 0vw); /* 创建中间透明区域 */
}
@media (min-width: 1920px) {
  .overview-content .tapo-about-us-banner {
    font-size: 0.83vw;
  }
}
@media (max-width: 1680px) {
  .overview-content .tapo-about-us-banner {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .tapo-about-us-banner {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content .tapo-about-us-banner {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .tapo-about-us-banner {
    font-size: 10.35px;
    height: auto;
    background: url(https://static.tapo.com/res/about-us/m/banner.png) 50% 100% no-repeat;
    background-size: 100%;
    height: 117vw;
    clip-path: none;
  }
  .overview-content .tapo-about-us-banner.expand {
    animation: none;
    clip-path: unset;
  }
  .overview-content .tapo-about-us-banner video {
    display: none;
  }
  .overview-content .tapo-about-us-banner a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media (max-width: 414px) {
  .overview-content .tapo-about-us-banner {
    font-size: 2.5vw;
  }
}
.overview-content .tapo-about-us-about-tapo {
  font-size: 16px;
  margin: 0 auto;
  position: relative;
}

.overview-content .tapo-about-us-about-tapo .bg {
  height: 51.25em;
  position: relative;
  max-width: 120em;
  margin: 0 auto;
}
.overview-content .tapo-about-us-about-tapo .bg .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  align-items: center;
}
.overview-content .tapo-about-us-about-tapo .bg .img.active {
  opacity: 1;
}
.overview-content .tapo-about-us-about-tapo .bg .img.active1 {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.2s ease-in-out;
}
.overview-content .tapo-about-us-about-tapo .fixed-box.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
}

.overview-content .tapo-about-us-about-tapo .fixed-box.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.overview-content .tapo-about-us-about-tapo .w-container {
  width: 90em;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overview-content .tapo-about-us-about-tapo .img-container {
  width: 44.625em;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.5s ease-in-out, transform 0.35s ease-in-out;
}
.overview-content .tapo-about-us-about-tapo .bg .img.active .img-container {
  opacity: 1;
  transform: translateY(0);
}
.overview-content .tapo-about-us-about-tapo .text-container {
  width: 40.375em;
}
.overview-content .tapo-about-us-about-tapo .img-container img {
  width: 100%;
}
.overview-content .tapo-about-us-about-tapo h2 {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.4em;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.2s ease-in-out 0.2s;
}

.overview-content .tapo-about-us-about-tapo p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  color: RGB(29, 37, 41, 0.8);
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.2s ease-in-out 0.2s;
}
.overview-content .tapo-about-us-about-tapo p .blue-color {
  color: #0069bf;
}
.overview-content .tapo-about-us-about-tapo .bg .img.active h2 {
  transform: translateY(0);
  opacity: 1;
}
.overview-content .tapo-about-us-about-tapo .bg .img.active p {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 1920px) {
  .overview-content .tapo-about-us-about-tapo {
    font-size: 0.83vw;
  }
}

@media (max-width: 1680px) {
  .overview-content .tapo-about-us-about-tapo {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .tapo-about-us-about-tapo {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .overview-content .tapo-about-us-about-tapo {
    font-size: 10.35px;
  }
  .overview-content .tapo-about-us-about-tapo .img-container img {
    border-radius: 8px;
  }
  .overview-content .tapo-about-us-about-tapo .w-container {
    width: auto;
    position: relative;
  }

  .overview-content .tapo-about-us-about-tapo .text-container {
    padding: 0 0 2.56em;
    text-align: center;
    color: #000;
  }
  .overview-content .tapo-about-us-about-tapo h2 {
    font-size: 2.35em;
    line-height: 1.2;
    padding: 2.7em 20px 0.54em;
    transform: none;
    opacity: 1;
    transition: none;
  }

  .overview-content .tapo-about-us-about-tapo p {
    font-size: 1.5em;
    line-height: 1.5;
    padding: 0 20px;
    transform: none;
    opacity: 1;
    transition: none;
  }

  .overview-content .tapo-about-us-about-tapo .bg {
    height: auto;
  }
  .overview-content .tapo-about-us-about-tapo .img-container {
    transition: none;
    opacity: 1;
    width: auto;
    transform: none;
    padding: 0 20px;
  }
  .overview-content .tapo-about-us-about-tapo .bg .img {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    opacity: 1;
  }
  .overview-content .tapo-about-us-about-tapo .w-container {
    flex-wrap: wrap-reverse;
  }
}

@media (max-width: 414px) {
  .overview-content .tapo-about-us-about-tapo {
    font-size: 2.5vw;
  }
}
.overview-content .tapo-awards {
  font-size: 16px;
  margin: 0 auto;
  position: relative;
  background: #f7f8f9;
}
.overview-content .tapo-awards .w-container {
  width: 90em;
  margin: 0 auto;
}
.overview-content .tapo-awards .text {
  padding: 5em 0 10em;
  text-align: center;
}
.overview-content .tapo-awards h2 {
  color: #1d2529;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 1.5em;
}
.overview-content .tapo-awards .award-1 ul {
  display: flex;
  justify-content: space-between;
}
.overview-content .tapo-awards .award-1 ul li {
  width: 21.9375em;
  height: 28.125em;
  position: relative;
}
.overview-content .tapo-awards .award-1 ul .li-1 {
  border-radius: 0.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview-content .tapo-awards .award-1 .li-1 .award-container {
  width: 15.25em;
  text-align: center;
}
.overview-content .tapo-awards .award-1 .li-1 img {
  width: 9.25em;
  height: 3.4375em;
  padding-bottom: 1.5em;
}
.overview-content .tapo-awards .award-1 .li-1 p {
  color: #1d2529;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
}
.overview-content .tapo-awards .award-1 .li-product img {
  width: 21.9375em;
  height: 28.125em;
}
.overview-content .tapo-awards .award-1 .li-product .text-container {
  position: absolute;
  bottom: 2em;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.overview-content .tapo-awards .award-1 .li-product p.title {
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.3em;
}
.overview-content .tapo-awards .award-1 .li-product p.desc {
  color: rgba(255, 255, 255, 0.8);

  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
}
.overview-content .tapo-awards .award-1 .star {
  display: flex;
  justify-content: center;
  padding-top: 0.75em;
}
.overview-content .tapo-awards .award-1 .star img {
  width: 1.25em;
  height: 1.25em;
}
.overview-content .tapo-awards .award-1 .star span {
  color: #fa0;

  font-size: 1em;
  font-weight: 500;
  line-height: 1.25;
}
.overview-content .tapo-awards .award-1 {
  padding-bottom: 2.5em;
}
.overview-content .tapo-awards .award-2 ul {
  display: flex;
  justify-content: space-between;
}
.overview-content .tapo-awards .award-2 ul .li-product {
  width: 33.3125em;
  height: 28.125em;
  position: relative;
}
.overview-content .tapo-awards .award-2 ul .li-1 {
  border-radius: 0.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.9375em;
  height: 28.125em;
}
.overview-content .tapo-awards .award-2 .li-1 .award-container {
  width: 15.25em;
  text-align: center;
}
.overview-content .tapo-awards .award-2 .li-1 img {
  width: 3.875em;
  height: 5.375em;
  padding-bottom: 1.5em;
}
.overview-content .tapo-awards .award-2 .li-1 p {
  color: #1d2529;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
}
.overview-content .tapo-awards .award-2 .li-product img {
  width: 33.3125em;
  height: 28.125em;
}
.overview-content .tapo-awards .award-2 .li-product .text-container {
  position: absolute;
  bottom: 2em;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}
.overview-content .tapo-awards .award-2 .li-product p.title {
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.3em;
}
.overview-content .tapo-awards .award-2 .li-product p.desc {
  color: rgba(255, 255, 255, 0.8);

  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
}
.overview-content .tapo-awards .tapo-awards-swiper {
  padding-bottom: 10em;
}
.overview-content .tapo-awards .tapo-awards-swiper .swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 3.75em;
}
.overview-content .tapo-awards .tapo-awards-swiper .img-container {
  height: 6.25em;
  padding-bottom: 1.5em;
}
.overview-content .tapo-awards .tapo-awards-swiper .img-container img {
  max-width: 100%;
  max-height: 100%;
}
.overview-content .tapo-awards .tapo-awards-swiper .swiper-slide {
  text-align: center;
}
.overview-content .tapo-awards .tapo-awards-swiper .swiper-slide p.desc {
  color: #1d2529;

  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.overview-content .tapo-awards .tapo-awards-swiper .swiper-slide p.time {
  color: #6B7174;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.25;
}
.overview-content
  .tapo-awards
  .tapo-awards-swiper
  .swiper-slide
  .text-container {
  width: 60em;
  margin: 0 auto;
  position: relative;
}
.overview-content
  .tapo-awards
  .tapo-awards-swiper
  .swiper-slide
  .text-container::before {
  content: '';
  background: url(https://static.tapo.com/res/about-us/img/text-before.png) 50% 100% no-repeat;
  background-size: 100%;
  width: 2.25em;
  height: 1.5em;
  display: block;
  position: absolute;
  left: -2em;
  top: -1em;
}
.overview-content
  .tapo-awards
  .tapo-awards-swiper
  .swiper-slide
  .text-container::after {
  content: '';
  background: url(https://static.tapo.com/res/about-us/img/text-after.png) 50% 100% no-repeat;
  background-size: 100%;
  width: 2.25em;
  height: 1.5em;
  display: block;
  position: absolute;
  right: -2em;
  bottom: 0em;
}

.overview-content .tapo-awards .tapo-awards-swiper .swiperDiv .page-next,
.overview-content .tapo-awards .tapo-awards-swiper .swiperDiv .page-prev {
  border: none;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  width: 3em;
  height: 3em;
  top: 50%;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  visibility: hidden;
}
.overview-content
  .tapo-awards
  .tapo-awards-swiper
  .swiperDiv:focus-within
  .page-next,
.overview-content
  .tapo-awards
  .tapo-awards-swiper
  .swiperDiv:focus-within
  .page-prev,
.overview-content .tapo-awards .tapo-awards-swiper .swiperDiv:hover .page-next,
.overview-content .tapo-awards .tapo-awards-swiper .swiperDiv:hover .page-prev {
  visibility: visible;
}
.overview-content .tapo-awards .tapo-awards-swiper .swiperDiv .page-prev {
  background: url(https://static.tapo.com/res/new-home/leftArrow.svg)
    center/1.25em no-repeat #ebedee;
  left: 0em;
}
.overview-content
  .tapo-awards
  .tapo-awards-swiper
  .swiperDiv
  .page-prev:focus-within,
.overview-content .tapo-awards .tapo-awards-swiper .swiperDiv .page-prev:hover {
  background: url(https://static.tapo.com/res/new-home/leftArrow-selected.svg)
    center/1.25em no-repeat #dfeaf4;
}
.overview-content .tapo-awards .tapo-awards-swiper .page-next {
  background: url(https://static.tapo.com/res/new-home/rightArrow.svg)
    center/1.25em no-repeat #ebedee;
  right: 0;
}
.overview-content .tapo-awards .tapo-awards-swiper .page-next:focus-within,
.overview-content .tapo-awards .tapo-awards-swiper .page-next:hover {
  background: url(https://static.tapo.com/res/new-home/rightArrow-selected.svg)
    center/1.25em no-repeat #dfeaf4;
}

.overview-content .tapo-awards .tapo-awards-swiper .scrollAndNavigation {
  width: auto;
  height: auto;
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overview-content
  .tapo-awards
  .tapo-awards-swiper
  .scrollAndNavigation
  .scrollbarContainer {
  width: 9em;
  margin: 0 auto;
}
.overview-content
  .tapo-awards
  .tapo-awards-swiper
  .scrollAndNavigation
  .scrollbarContainer
  .swiper-scrollbar {
  height: 0.25em;
  background: rgba(29, 37, 41, 0.122);
}
.overview-content
  .tapo-awards
  .tapo-awards-swiper
  .scrollAndNavigation
  .scrollbarContainer
  .swiper-scrollbar
  .swiper-custom-scrollbar-inner {
  display: block;
  height: 100%;
  background: #0069bf;
  width: 0;
  left: 0;
  position: absolute;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
@keyframes scrollIcon {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollIcon2 {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(-55%);
  }
}
.overview-content .tapo-awards .tapo-about-us-award-slip {
  overflow: hidden;

  padding-bottom: 5em;
}

.overview-content .tapo-awards .tapo-about-us-award-slip .icon-list-1 {
  display: flex;
  justify-content: space-around;
  animation: scrollIcon 15s linear infinite;
}
.overview-content .tapo-awards .tapo-about-us-award-slip .icon-list-2 {
  display: flex;
  justify-content: space-around;
  animation: scrollIcon2 17.5s linear infinite;
}
.overview-content .tapo-awards .tapo-about-us-award-slip .icon-box {
  width: 18.5625em;
  height: 9.375em;
  background: #fff;
  border-radius: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overview-content .tapo-awards .tapo-about-us-award-slip .icon-box img {
  max-width: 100%;
  height: 5em;
}
.overview-content .tapo-awards .tapo-about-us-award-slip .icons-1 {
  width: 231.75em;
}
.overview-content .tapo-awards .tapo-about-us-award-slip .icons-2 {
  width: 270.375em;
  margin-top: 1em;
}
@media (min-width: 1920px) {
  .overview-content .tapo-awards {
    font-size: 0.83vw;
  }
}

@media (max-width: 1680px) {
  .overview-content .tapo-awards {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .tapo-awards {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .overview-content .tapo-awards {
    font-size: 10.35px;
  }
  .overview-content .tapo-awards .tapo-about-us-award-slip {
    padding-bottom: 6.4em;
  }
  .overview-content .tapo-awards .w-container {
    width: auto;
    position: relative;
  }

  .overview-content .tapo-awards .text {
    padding: 0 0 10.6em;
    text-align: center;
    color: #000;
  }

  .overview-content .tapo-awards h2 {
    font-size: 2.35em;
    line-height: 1.2;
    padding: 2.7em 20px 1.08em;
  }
  .overview-content .tapo-awards .text p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 20px;
  }

  .overview-content .tapo-awards .award-1 {
    overflow: auto;
    scrollbar-width: none;
    padding: 0 20px 2.56em;
  }
  .overview-content .tapo-awards .award-1 ul li {
    width: 17.2em;
    height: 28em;
  }
  .overview-content .tapo-awards .award-1 ul {
    width: 87em;
  }
  .overview-content .tapo-awards .award-1 ul li.li-product {
    width: 21.9375em;
    height: 28.125em;
  }
  .overview-content .tapo-awards .award-2 {
    overflow: auto;
    scrollbar-width: none;
    padding: 0 20px 0;
  }
  .overview-content .tapo-awards .award-2 ul .li-1 {
    width: 17.2em;
    height: 29em;
  }
  .overview-content .tapo-awards .award-2 ul {
    width: 87em;
  }
  .overview-content .tapo-awards .award-2 ul li.li-product {
    width: 33.3125em;
    height: 28.125em;
  }
  .overview-content .tapo-awards .award-2 .li-product img {
    height: 28em;
  }
  .overview-content
    .tapo-awards
    .tapo-awards-swiper
    .swiper-slide
    .text-container {
    width: 80vw;
  }
  .overview-content .tapo-awards .tapo-awards-swiper .swiper-slide p.desc {
    font-size: 1.7em;
  }
  .overview-content .tapo-awards .award-1 ul .li-1 {
    border-radius: 8px;
  }
  .overview-content .tapo-awards .award-2 ul .li-1 {
    border-radius: 8px;
  }
  .overview-content .tapo-awards .award-1 .li-product img {
    border-radius: 8px;
  }
  .overview-content .tapo-awards .award-2 .li-product img {
    border-radius: 8px;
  }
  .overview-content .tapo-awards .tapo-awards-swiper .swiperDiv .page-prev,
  .overview-content .tapo-awards .tapo-awards-swiper .swiperDiv .page-next {
    display: none;
  }
  .overview-content .tapo-awards .tapo-awards-swiper .swiper-slide p.time {
    font-size: 1.5em;
  }
  .overview-content .tapo-awards .tapo-about-us-award-slip .icon-box {
    width: 15.78em;
    height: 9.6em;
  }
  .overview-content .tapo-awards .tapo-about-us-award-slip .icons-1 {
    width: 204.8em;
  }
  .overview-content .tapo-awards .tapo-about-us-award-slip .icons-2 {
    width: 239em;
  }
}

@media (max-width: 414px) {
  .overview-content .tapo-awards {
    font-size: 2.5vw;
  }
}

.overview-content .tapo-protect-your-privacy {
  font-size: 16px;
  margin: 0 auto;
  padding-bottom: 10em;
}

.overview-content .tapo-protect-your-privacy .w-container {
  width: 90em;
  margin: 0 auto;
}
.overview-content .tapo-protect-your-privacy .text {
  padding: 10em 12em 3.75em;
  text-align: center;
}
.overview-content .tapo-protect-your-privacy h2 {
  color: #1d2529;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.3em;
}
.overview-content .tapo-protect-your-privacy p {
  color: rgba(29, 37, 41, 0.6);

  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}
.overview-content .tapo-protect-your-privacy .swiper {
  overflow: hidden;
  margin-left: 15em;
  position: relative;
}
.overview-content .tapo-protect-your-privacy .swiper .swiper-wrapper {
  align-items: stretch;
}
.overview-content .tapo-protect-your-privacy .swiper .swiper-slide {
  height: auto;
}
.overview-content .tapo-protect-your-privacy .swiper-slide {
  width: 21.9375em;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 3.75em 0 2.5em;
  border-radius: 0.5rem;
  background: #f7f8f9;
  margin-right: 0.75em;
}
.overview-content .tapo-protect-your-privacy .swiper-slide img {
  width: 12.5em;
  height: 12.5em;
  padding-bottom: 5em;
}
.overview-content .tapo-protect-your-privacy .swiper-slide p {
  color: #1d2529;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.2;
  width: 16.8em;
}
.overview-content .tapo-protect-your-privacy .swiperDiv .page-next,
.overview-content .tapo-protect-your-privacy .swiperDiv .page-prev {
  border: none;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  width: 3em;
  height: 3em;
  top: 50%;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  visibility: hidden;
}
.overview-content .tapo-protect-your-privacy .swiperDiv:focus-within .page-next,
.overview-content .tapo-protect-your-privacy .swiperDiv:focus-within .page-prev,
.overview-content .tapo-protect-your-privacy .swiperDiv:hover .page-next,
.overview-content .tapo-protect-your-privacy .swiperDiv:hover .page-prev {
  visibility: visible;
}
.overview-content .tapo-protect-your-privacy .swiperDiv .page-prev {
  background: url(https://static.tapo.com/res/new-home/leftArrow.svg)
    center/1.25em no-repeat #ebedee;
  left: 5em;
}
.overview-content .tapo-protect-your-privacy .swiperDiv .page-prev:focus-within,
.overview-content .tapo-protect-your-privacy .swiperDiv .page-prev:hover {
  background: url(https://static.tapo.com/res/new-home/leftArrow-selected.svg)
    center/1.25em no-repeat #dfeaf4;
}
.overview-content .tapo-protect-your-privacy .page-next {
  background: url(https://static.tapo.com/res/new-home/rightArrow.svg)
    center/1.25em no-repeat #ebedee;
  right: 5em;
}
.overview-content .tapo-protect-your-privacy .page-next:focus-within,
.overview-content .tapo-protect-your-privacy .page-next:hover {
  background: url(https://static.tapo.com/res/new-home/rightArrow-selected.svg)
    center/1.25em no-repeat #dfeaf4;
}
.overview-content .tapo-protect-your-privacy .page-next.swiper-button-disabled,
.overview-content .tapo-protect-your-privacy .page-prev.swiper-button-disabled {
  display: none;
}
@media (min-width: 1920px) {
  .overview-content .tapo-protect-your-privacy {
    font-size: 0.83vw;
  }
}

@media (max-width: 1680px) {
  .overview-content .tapo-protect-your-privacy {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .tapo-protect-your-privacy {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .overview-content .tapo-protect-your-privacy {
    font-size: 10.35px;
    padding-bottom: 6.5em;
  }
  .overview-content .tapo-protect-your-privacy .swiper-slide{
    margin-right: 12px;
    border-radius: 8px;
  }
  .overview-content .tapo-protect-your-privacy .w-container {
    width: auto;
  }
  .overview-content .tapo-protect-your-privacy .text {
    padding: 0 0 2.56em;
  }
  .overview-content .tapo-protect-your-privacy h2 {
    font-size: 2.35em;
    line-height: 1.2;
    padding: 2.7em 20px 0.54em;
  }
  .overview-content .tapo-protect-your-privacy p {
    font-size: 1.5em;
    line-height: 1.5;
    padding: 0 20px;
  }
  .overview-content .tapo-protect-your-privacy .swiper {
    margin-left: 20px;
  }
  .overview-content .tapo-protect-your-privacy .swiperDiv .page-prev,
  .overview-content .tapo-protect-your-privacy .swiperDiv .page-next {
    display: none;
  }
  .overview-content .tapo-protect-your-privacy .swiper-slide img {
    width: 10.6em;
    height: 10.6em;
    padding-bottom: 3.52em;
  }
  .overview-content .tapo-protect-your-privacy .swiper-slide p {
    font-size: 1.5em;
    line-height: 1.5;
    padding: 0;
    width: 12.9em;
  }
}
@media (max-width: 414px) {
  .overview-content .tapo-protect-your-privacy {
    font-size: 2.5vw;
  }
}
.overview-content .tapo-smart-home-ecosystem {
  font-size: 16px;
  margin: 0 auto;
  position: relative;
}
.overview-content .tapo-smart-home-ecosystem .bg {
  height: 54.375em;
  position: relative;
  max-width: 120em;
  margin: 0 auto;
}

.overview-content .tapo-smart-home-ecosystem .fixed-box.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
}

.overview-content .tapo-smart-home-ecosystem .fixed-box.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.overview-content .tapo-smart-home-ecosystem .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://static.tapo.com/res/about-us/img/ecosystem.png) 50% 100% no-repeat;
  background-size: 120em;
  height: 54.375em;
}
.overview-content .tapo-smart-home-ecosystem .w-container {
  width: 90em;
  margin: 0 auto;
}
.overview-content .tapo-smart-home-ecosystem .text {
  padding: 5em 12em 7.5em;
  text-align: center;
}
.overview-content .tapo-smart-home-ecosystem h2 {
  color: #1d2529;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
}
.overview-content .tapo-smart-home-ecosystem .bg-container {
  background: url(https://static.tapo.com/res/about-us/img/house.png) 50% 100% no-repeat;
  background-size: 100%;
  width: 75em;
  height: 33.75em;
  margin: 0 auto;
  position: relative;
}

.overview-content .tapo-smart-home-ecosystem .desc-container-1 .product-1 {
  width: 2.625em;
  height: 2.5em;
  position: absolute;
  left: 13.25em;
  top: 21.5em;
  opacity: 0;
  transform: scale(0);
  transform-origin: right;
  transition: all 0.3s linear 0.1s;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active1
  .desc-container-1
  .product-1 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.2s;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-1 .product-2 {
  width: 2.625em;
  height: 2.5em;
  position: absolute;
  left: 18.9em;
  top: 22.25em;
  opacity: 0;
  transform: scale(0);
  transform-origin: left;
  transition: all 0.3s linear 0.1s;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active1
  .desc-container-1
  .product-2 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.2s;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-1 .product-3 {
  width: 2.5em;
  height: 2.625em;
  position: absolute;
  left: 23.5em;
  top: 9.25em;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom;
  transition: all 0.3s linear 0s;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active1
  .desc-container-1
  .product-3 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.3s;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-1 .product-4 {
  width: 2.5em;
  height: 2.625em;
  position: absolute;
  left: 27.2em;
  top: 9.5em;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom;
  transition: all 0.3s linear 0s;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active1
  .desc-container-1
  .product-4 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.3s;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-1 .product-5 {
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  left: 29em;
  top: 12.5em;
  opacity: 0;
  transform: scale(0);
  transform-origin: left top;
  transition: all 0.3s linear 0s;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active1
  .desc-container-1
  .product-5 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.3s;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-1 .product-6 {
  width: 2.625em;
  height: 2.5em;
  position: absolute;
  left: 31.5em;
  top: 21.5em;
  opacity: 0;
  transform: scale(0);
  transform-origin: left;
  transition: all 0.3s linear 0.2s;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active1
  .desc-container-1
  .product-6 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.1s;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-1 .product-7 {
  width: 2.5em;
  height: 2.625em;
  position: absolute;
  left: 35em;
  top: 19em;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom;
  transition: all 0.3s linear 0.2s;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active1
  .desc-container-1
  .product-7 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.1s;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-1 .product-8 {
  width: 2.625em;
  height: 2.5em;
  position: absolute;
  left: 42em;
  top: 23.5em;
  opacity: 0;
  transform: scale(0);
  transform-origin: left;
  transition: all 0.3s linear 0.2s;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active1
  .desc-container-1
  .product-8 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.1s;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-1 .product-9 {
  width: 2.5em;
  height: 2.625em;
  position: absolute;
  left: 47.7em;
  top: 8.75em;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom;
  transition: all 0.3s linear 0.2s;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active1
  .desc-container-1
  .product-9 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.1s;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-1 .product-10 {
  width: 2.5em;
  height: 2.625em;
  position: absolute;
  left: 47.75em;
  top: 16.5em;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom;
  transition: all 0.3s linear 0.1s;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active1
  .desc-container-1
  .product-10 {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.2s;
}
@keyframes bounce-scale {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes back-scale {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
.overview-content .tapo-smart-home-ecosystem .desc-container-2 .desc-1 {
  width: 14.75em;
  height: 14.75em;
  position: absolute;
  left: 30em;
  top: 7.5em;
  opacity: 0;
  transform: scale(0.6);
  animation: back-scale 0.4s linear 0s forwards;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active2
  .desc-container-2
  .desc-1 {
  animation: bounce-scale 0.4s linear 0.5s forwards;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-2 .desc-2 {
  width: 9.75em;
  height: 9.75em;
  position: absolute;
  left: 7.5em;
  top: 11.25em;
  opacity: 0;
  transform: scale(0.6);
  animation: back-scale 0.4s linear 0s forwards;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active2
  .desc-container-2
  .desc-2 {
  animation: bounce-scale 0.4s linear 1.16s forwards;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-2 .desc-6 {
  width: 9.75em;
  height: 9.75em;
  position: absolute;
  left: 18.25em;
  top: 1.25em;
  opacity: 0;
  transform: scale(0.6);
  animation: back-scale 0.4s linear 0s forwards;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active2
  .desc-container-2
  .desc-6 {
  animation: bounce-scale 0.4s linear 0.94s forwards;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-2 .desc-3 {
  width: 9.75em;
  height: 9.75em;
  position: absolute;
  left: 32.5em;
  top: -3.75em;
  opacity: 0;
  transform: scale(0.6);
  animation: back-scale 0.4s linear 0s forwards;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active2
  .desc-container-2
  .desc-3 {
  animation: bounce-scale 0.4s linear 0.72s forwards;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-2 .desc-4 {
  width: 9.75em;
  height: 9.75em;
  position: absolute;
  left: 47.5em;
  top: 1.25em;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.2s linear;
  animation: back-scale 0.4s linear 0s forwards;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active2
  .desc-container-2
  .desc-4 {
  animation: bounce-scale 0.4s linear 0.94s forwards;
}
.overview-content .tapo-smart-home-ecosystem .desc-container-2 .desc-5 {
  width: 9.75em;
  height: 9.75em;
  position: absolute;
  left: 57.5em;
  top: 12.25em;
  opacity: 0;
  transform: scale(0.6);
  animation: back-scale 0.4s linear 0s forwards;
}
.overview-content
  .tapo-smart-home-ecosystem
  .bg-container.active2
  .desc-container-2
  .desc-5 {
  animation: bounce-scale 0.4s linear 1.16s forwards;
}
@media (min-width: 1920px) {
  .overview-content .tapo-smart-home-ecosystem {
    font-size: 0.83vw;
  }
}
@media (max-width: 1680px) {
  .overview-content .tapo-smart-home-ecosystem {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .tapo-smart-home-ecosystem {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .overview-content .tapo-smart-home-ecosystem {
    font-size: 10.35px;
    background: url(https://static.tapo.com/res/about-us/m/ecosystem.png) 50% 100% no-repeat;
    background-size: 100%;
    height: 133vw;
  }
  .overview-content .tapo-smart-home-ecosystem .bg {
    height: auto;
  }
  .overview-content .tapo-smart-home-ecosystem .bg-container {
    display: none;
  }
  .overview-content .tapo-smart-home-ecosystem .img {
    background: none;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
  }
  .overview-content .tapo-smart-home-ecosystem .w-container {
    width: auto;
  }
  .overview-content .tapo-smart-home-ecosystem .text {
    padding: 0;
  }
  .overview-content .tapo-smart-home-ecosystem h2 {
    font-size: 2.35em;
    line-height: 1.2;
    padding: 2.7em 20px 0.54em;
  }
}
@media (max-width: 414px) {
  .overview-content .tapo-smart-home-ecosystem {
    font-size: 2.5vw;
  }
}

.overview-content .tapo-about-us-product-category {
  font-size: 0.83vw;
  margin: 0 auto;
}
.overview-content .tapo-about-us-product-category .w-container {
  width: 90em;
  margin: 0 auto;
  text-align: center;
}
.overview-content .tapo-about-us-product-category h2 {
  color: #1d2529;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 1.5em;
}
.overview-content .tapo-about-us-product-category .product-category {
  position: relative;
  padding: 0 2.5em 11.13em;
}
.overview-content .tapo-about-us-product-category .catgory-container {
  display: flex;
  justify-content: space-between;
}
.overview-content .tapo-about-us-product-category .catgory-container .slide {
  width: 24.5%;
}
.overview-content
  .tapo-about-us-product-category
  .catgory-container
  .slide
  img {
  width: 100%;
}
.overview-content
  .tapo-about-us-product-category
  .catgory-container
  .img-container {
  position: relative;
}
.overview-content
  .tapo-about-us-product-category
  .catgory-container
  .img-container
  p {
  color: #fff;

  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  width: 19.875em;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5em;
  text-align: center;
}
.overview-content .tapo-about-us-product-category .catgory-container .slide-1 {
  opacity: 0;
  transform: translateY(1.875em);
}
.overview-content
  .tapo-about-us-product-category.active
  .catgory-container
  .slide-1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear;
}
.overview-content .tapo-about-us-product-category .catgory-container .slide-2 {
  opacity: 0;
  transform: translateY(1.875em);
}
.overview-content
  .tapo-about-us-product-category.active
  .catgory-container
  .slide-2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear 0.15s;
}
.overview-content .tapo-about-us-product-category .catgory-container .slide-3 {
  opacity: 0;
  transform: translateY(1.875em);
}
.overview-content
  .tapo-about-us-product-category.active
  .catgory-container
  .slide-3 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear 0.3s;
}
.overview-content .tapo-about-us-product-category .catgory-container .slide-4 {
  opacity: 0;
  transform: translateY(1.875em);
}
.overview-content
  .tapo-about-us-product-category.active
  .catgory-container
  .slide-4 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear 0.45s;
}
.overview-content .tapo-about-us-product-category .catgory-container .slide-2-1,
.overview-content .tapo-about-us-product-category .catgory-container .slide-2-2,
.overview-content .tapo-about-us-product-category .catgory-container .slide-4-1,
.overview-content
  .tapo-about-us-product-category
  .catgory-container
  .slide-4-2 {
  height: 16.625em;
}
.overview-content .tapo-about-us-product-category .catgory-container .slide-2-1,
.overview-content
  .tapo-about-us-product-category
  .catgory-container
  .slide-4-1 {
  margin-bottom: 0.75em;
}
.overview-content .tapo-about-us-product-category p.desc {
  font-size: 1em;
  font-weight: 400;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 7em;
  color: rgba(29, 37, 41, 0.64);
}

@media (max-width: 736px) {
  .overview-content .tapo-about-us-product-category {
    font-size: 10.35px;
    position: relative;
  }

  .overview-content .tapo-about-us-product-category .w-container {
    width: auto;
    position: relative;
  }

  .overview-content .tapo-about-us-product-category .text-container {
    padding: 0 0 2.56em;
    text-align: center;
    color: #000;
  }
  .overview-content .tapo-about-us-product-category h2 {
    font-size: 2.35em;
    line-height: 1.2;
    padding: 2.7em 20px 1.08em;
    transform: none;
    opacity: 1;
    transition: none;
  }
  .overview-content .tapo-about-us-product-category .product-category {
    position: unset;
    overflow: auto;
    scrollbar-width: none; /* 可选项：auto, thin, none */
    padding: 0 20px 9.56em;
  }
  .overview-content
    .tapo-about-us-product-category
    .catgory-container
    .slide
    img {
    border-radius: 8px;
    font-size: 0;
    max-height: 100%;
  }
  .overview-content
    .tapo-about-us-product-category
    .product-category::-webkit-scrollbar {
    display: none;
  }
  .overview-content .tapo-about-us-product-category p {
    font-size: 1.5em;
    line-height: 1.5;
    padding: 0 20px;
    transform: none;
    opacity: 1;
    transition: none;
  }
  .overview-content
    .tapo-about-us-product-category
    .catgory-container
    .slide-1 {
    opacity: 1;
    transform: none;
  }
  .overview-content
    .tapo-about-us-product-category.active
    .catgory-container
    .slide-1 {
    opacity: 1;
    transform: none;

    transition: none;
  }
  .overview-content
    .tapo-about-us-product-category
    .catgory-container
    .slide-2 {
    opacity: 1;
    transform: none;
  }
  .overview-content
    .tapo-about-us-product-category.active
    .catgory-container
    .slide-2 {
    opacity: 1;
    transform: none;

    transition: none;
  }
  .overview-content
    .tapo-about-us-product-category
    .catgory-container
    .slide-3 {
    opacity: 1;
    transform: none;
  }
  .overview-content
    .tapo-about-us-product-category.active
    .catgory-container
    .slide-3 {
    opacity: 1;
    transform: none;

    transition: none;
  }
  .overview-content
    .tapo-about-us-product-category
    .catgory-container
    .slide-4 {
    opacity: 1;
    transform: none;
  }
  .overview-content
    .tapo-about-us-product-category.active
    .catgory-container
    .slide-4 {
    opacity: 1;
    transform: none;

    transition: none;
  }
  .overview-content .tapo-about-us-product-category .catgory-container {
    width: 278vw;
    overflow-x: auto;
    justify-content: center;
    display: flex;
    height: 81vw;
  }
  .overview-content .tapo-about-us-product-category .catgory-container .slide {
    /* 在小屏幕设备上每个 slide 占据整个宽度 */
    margin: 0 3.2vw 0 0; /* 可选：移除间距 */
    width: 66.1vw;
    height: 80vw;
  }
  .overview-content
    .tapo-about-us-product-category
    .catgory-container
    .slide-2-1,
  .overview-content
    .tapo-about-us-product-category
    .catgory-container
    .slide-2-2,
  .overview-content
    .tapo-about-us-product-category
    .catgory-container
    .slide-4-1,
  .overview-content
    .tapo-about-us-product-category
    .catgory-container
    .slide-4-2 {
    height: 39vw;
    margin-bottom: 1.9vw;
  }
  .overview-content .tapo-about-us-product-category p.desc {
    font-size: 1.28em;
    font-weight: 400;
    text-align: center;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
    padding-top: 2em;
  }
}

@media (max-width: 414px) {
  .overview-content .tapo-about-us-product-category {
    font-size: 2.5vw;
  }
}
