.archer-banner .nowrap {
  white-space: nowrap;
}
.archer-banner {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background: url(./img/a.jpg) 50% 100% no-repeat;
  background-size: 120em;
  height: 60em;
}
.archer-banner .w-container {
  width: 73.125em;
  margin: 0 auto;
  position: relative;
}
.archer-banner .text {
  padding: 11em 20em 0 10em;
}
.archer-banner .w-container img {
  padding-bottom: 1em;
  position: absolute;
  width: 14.109375em;
  right: 1em;
  top: 7em;
}
.archer-banner h2 {
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.25em;
}
.archer-banner h3 {
  font-size: 1.875em;
  line-height: 1.5;
  font-weight: 400;
}
.archer-banner .model-name-line {
  margin: 1.5em 0 0em;
}
.archer-banner .model-name {
  padding: 0.25em 0.5em;
  border-radius: 0.5em;
  font-size: 1.875em;
  font-weight: 400;
  border: 1px solid currentColor;
}

@media (max-width: 1680px) {
  .archer-banner {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .archer-banner {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .archer-banner {
    font-size: 10.35px;
    height: auto;
    background: url(./m/a.jpg) 50% 100%/100% auto no-repeat;
    position: relative;
    height: 130.5vw;
  }
  .archer-banner .w-container {
    width: auto;
  }
  .archer-banner .text {
    padding: 7vw 20px 0;
    text-align: left;
  }
  .archer-banner h2 {
    padding: 0vw 0 0.25em;
    font-size: 7.8125vw;
  }
  .archer-banner h3 {
    font-size: 4.6875vw;
    padding: 0;
    margin: 0 0 1em;
  }
  .archer-banner .model-name-line {
    margin-top: 1em;
  }
  .archer-banner .model-name {
    font-size: 4.6875vw;
  }
  .archer-banner .w-container img {
    width: 24vw;
    padding-bottom: 2vw;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (max-width: 414px) {
  .archer-banner {
    font-size: 2.5vw;
  }
}

.ces-selling-points {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
}
.ces-selling-points .w-container {
  width: 73.125em;
  position: relative;
  margin: 0 auto;
}
.ces-selling-points .text {
  padding: 7em 0;
}
.ces-selling-points .box {
  position: relative;
  background-image: url(./img/b.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 0;
  padding-top: 41%;
}
.ces-selling-points .box .desc {
  position: absolute;
  width: 26%;
}
.ces-selling-points .box .desc.center {
  text-align: center;
  transform: translateX(-50%);
}
.ces-selling-points .box .desc p {
  font-weight: 300;
  font-size: 1.25em;
}
.ces-selling-points .box p.color {
  font-weight: 500;
  line-height: 1.2;
  color: #000;

  display: inline-block;
}

.ces-selling-points .box p.lp {
  font-size: 2em;
  font-weight: 700;
}
.ces-selling-points .box p.sp {
  font-size: 1.5em;
}
.ces-selling-points .box p.title {
  font-weight: 500;
  color: #fff;
}

.ces-selling-points .box .desc1 {
  top: 78%;
  left: 36%;
}
.ces-selling-points .box .desc2 {
  top: 27%;
  left: 26%;
}
.ces-selling-points .box .desc7 p.lp {
  font-size: 2.8em;
}
.ces-selling-points .box .desc7 {
  top: 13%;
  left: 53%;
}
.ces-selling-points .box .desc8 {
  top: 49%;
  left: 15%;
  width: 12%;
  text-align: center;
}
.ces-selling-points .box .desc8 p {
  font-size: 1.15em;
  font-weight: 500;
}
.ces-selling-points .box .desc9 {
  top: 87%;
  text-align: center;
  left: 50.5%;
  width: 12%;
}
.ces-selling-points .box .desc9 p {
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.2;
}

.ces-selling-points .box .desc10 {
  top: 87%;
  left: 63%;
  width: 12%;
  text-align: center;
}
.ces-selling-points .box .desc10 p {
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.2;
}

.ces-selling-points .box .desc11 {
  top: 87%;
  left: 75%;
  width: 13%;
  text-align: center;
}
.ces-selling-points .box .desc11 p {
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.2;
}
.ces-selling-points .box .desc4 p {
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.2;
}
.ces-selling-points .box .desc3 {
  top: 55%;
  left: 76%;
  width: 40%;
}
.ces-selling-points .box .desc4 {
  top: 87%;
  left: 88%;
  width: 12%;
  text-align: center;
}

.ces-selling-points .box .desc5 {
  top: 84%;
  left: 58%;
  width: 17%;
  color: #ababbc;
}
.ces-selling-points .box .desc6 {
  top: 81%;
  left: 88%;
  width: 10%;
  color: #ababbc;
}

@media (max-width: 1680px) {
  .ces-selling-points {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .ces-selling-points {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .ces-selling-points {
    font-size: 10px;
  }
}
@media (max-width: 736px) {
  .ces-selling-points {
    font-size: 10.35px;
  }
  .ces-selling-points .w-container {
    width: 90vw;
  }
  .ces-selling-points .text {
    padding: 5em 0;
  }
  .ces-selling-points .box {
    background-size: 100%;
    background-image: url(./m/b.png);
    padding-top: 148vw;
    background-repeat: no-repeat;
    position: relative;
  }
  .ces-selling-points .box .desc {
    width: 48%;
  }
  .ces-selling-points .box .desc p {
    font-size: 3vw;
  }
  .ces-selling-points .box p.lp {
    font-size: 4.5vw;
  }
  .ces-selling-points .box p.sp {
    font-size: 4vw;
  }

  .ces-selling-points .box .desc1 {
    top: 59vw;
    left: 73%;
  }
  .ces-selling-points .box .desc2 {
    top: 29vw;
    left: 50%;
  }

  .ces-selling-points .box .desc3 {
    top: 116vw;
    left: 50%;
    width: 89%;
  }
  .ces-selling-points .box .desc4 {
    top: 139vw;
    left: 68vw;
    width: 21vw;
    text-align: center;
  }
  .ces-selling-points .box .desc7 p.lp {
    font-size: 7vw;
  }
  .ces-selling-points .box .desc5 {
    top: 186vw;
    left: 15%;
    width: 31vw;
  }
  .ces-selling-points .box .desc6 {
    top: 187vw;
    left: 66%;
    width: 31vw;
  }
  .ces-selling-points .box .desc7 {
    top: 84vw;
    left: 7vw;
  }
  .ces-selling-points .box .desc8 {
    top: 49vw;
    left: 27vw;
    width: 23vw;
    text-align: center;
  }
  .ces-selling-points .box .desc8 p {
    font-size: 2.8vw;
    font-weight: 500;
  }
  .ces-selling-points .box .desc9 {
    top: 139vw;
    left: 1vw;
    width: 21vw;
    text-align: center;
  }
  .ces-selling-points .box .desc9 p {
    font-size: 2.5vw;
    font-weight: 500;
  }

  .ces-selling-points .box .desc10 {
    top: 139vw;
    left: 23vw;
    width: 21vw;
    text-align: center;
  }
  .ces-selling-points .box .desc10 p {
    font-size: 2.5vw;
    font-weight: 500;
  }

  .ces-selling-points .box .desc11 {
    top: 139vw;
    left: 46vw;
    width: 21vw;
    text-align: center;
  }
  .ces-selling-points .box .desc11 p {
    font-size: 2.5vw;
  }
  .ces-selling-points .box .desc4 p {
    font-size: 2.5vw;
  }
}
@media (max-width: 414px) {
  .ces-selling-points {
    font-size: 2.5vw;
  }
}

.deco-wifi6e {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  background: #e8eced url(./img/c.jpg) 50% 100% no-repeat;
  background-size: 120em;
  padding-bottom: 40em;
}
.deco-wifi6e .w-container {
  width: 73.125em;
  margin: 0 auto;
  position: relative;
}
.deco-wifi6e .text {
  padding: 3em 0 0;
  text-align: center;
}
.deco-wifi6e .text h2 {
  font-weight: 400;
  font-size: 2.8125em;
  line-height: 1.2;
  padding-bottom: 0.25em;
}
.deco-wifi6e .text p {
  font-weight: 300;
  font-size: 1.21875em;
  line-height: 1.5;
}
.deco-wifi6e .text p.link a{
  color: #0039b6;
}
.deco-wifi6e .bg {
  position: absolute;
  left: 0;
  right: 0;
}
.deco-wifi6e .bg .desc {
  position: absolute;
}
.deco-wifi6e .bg .desc1 {
  right: 56em;
  top: 5.5em;
  width: 10em;
}
.deco-wifi6e .bg .desc1 span {
  font-size: 1.3125em;
  font-weight: 700;
  color: #fff;
}
.deco-wifi6e .bg .desc2 {
  left: 57em;
  top: 5.5em;
  width: 10em;
}
.deco-wifi6e .bg .desc2 span {
  font-size: 1.6875em;
  font-weight: 700;
  color: #63a3ff;
}
.deco-wifi6e .bg .desc3 {
  right: 62em;
  top: 25em;
  width: 10em;
  text-align: right;
}
.deco-wifi6e .bg .desc3 span {
  font-size: 1.3125em;
  font-weight: 500;
}
.deco-wifi6e .bg .desc4 {
  left: 59em;
  top: 24.5em;
  width: 10em;
}
.deco-wifi6e .bg .desc4 span {
  font-size: 1.6875em;
  font-weight: 700;
  color: #000;
}
.deco-wifi6e .bg .desc5 {
  right: 62em;
  top: 27.75em;
  width: 10em;
  text-align: right;
}
.deco-wifi6e .bg .desc5 span {
  font-size: 1.3125em;
  font-weight: 500;
}
.deco-wifi6e .bg .desc6 {
  left: 29em;
  top: 27.5em;
  width: 10em;
}
.deco-wifi6e .bg .desc6 span {
  font-size: 1.6875em;
  font-weight: 700;
  color: #000;
}
.deco-wifi6e .bg .desc7 {
  left: 11em;
  top: 31.5em;
  width: 15em;
}
.deco-wifi6e .bg .desc7 span {
  font-size: 1.125em;
  font-weight: 400;
}
.deco-wifi6e .bg .desc8 {
  left: 33em;
  top: 31.5em;
  width: 15em;
}
.deco-wifi6e .bg .desc8 span {
  font-size: 1.125em;
  font-weight: 400;
}

.deco-wifi6e .bg .desc9 {
  left: 55em;
  top: 31.5em;
  width: 15em;
}
.deco-wifi6e .bg .desc9 span {
  font-size: 1.125em;
  font-weight: 400;
}
.deco-wifi6e .bg .desc10 {
  left: 57em;
  top: 30.05em;
  text-align: center;
  width: 15em;
}
.deco-wifi6e .bg .desc10 span {
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1680px) {
  .deco-wifi6e {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .deco-wifi6e {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .deco-wifi6e {
    font-size: 10.35px;
    height: auto;
    background: url(./m/c.jpg) 50% 100% no-repeat;
    background-size: 100%;
    padding-bottom: 80vw;
  }
  .deco-wifi6e .w-container {
    width: auto;
  }
  .deco-wifi6e .text {
    padding: 0 0 1.5em;
    text-align: left;
  }
  .deco-wifi6e .text h2 {
    font-size: 2.5em;
    padding: 1.5em 20px 0.5em;
  }
  .deco-wifi6e .text p {
    font-size: 1.75em;
    padding: 0 20px;
  }
  .deco-wifi6e .bg .desc1 {
    left: 5vw;
    top: 0vw;
    width: 40vw;
  }
  .deco-wifi6e .bg .desc1 span {
    font-size: 3vw;
  }
  .deco-wifi6e .bg .desc2 {
    right: 6vw;
    top: 0vw;
    left: auto;
    width: auto;
  }
  .deco-wifi6e .bg .desc2 span {
    font-size: 1.6875em;
  }
  .deco-wifi6e .bg .desc3 {
    left: 7vw;
    top: 45vw;
    width: 40vw;
    text-align: left;
  }
  .deco-wifi6e .bg .desc3 span {
    font-size: 1.3125em;
  }
  .deco-wifi6e .bg .desc4 {
    left: 73vw;
    top: 47vw;
    width: auto;
  }
  .deco-wifi6e .bg .desc4 span {
    font-size: 1.6875em;
  }
  .deco-wifi6e .bg .desc5 {
    left: 7vw;
    top: 53vw;
    width: 40vw;
    text-align: left;
  }
  .deco-wifi6e .bg .desc5 span {
    font-size: 1.3125em;
  }
  .deco-wifi6e .bg .desc6 {
    left: 31vw;
    top: 55vw;
    width: auto;
  }
  .deco-wifi6e .bg .desc6 span {
    font-size: 1.6875em;
  }
  .deco-wifi6e .bg .desc7 {
    left: 13vw;
    top: 67vw;
    width: 23vw;
  }
  .deco-wifi6e .bg .desc7 span {
    font-size: 1.125em;
  }
  .deco-wifi6e .bg .desc8 {
    left: 40vw;
    top: 67vw;
    width: 23vw;
  }
  .deco-wifi6e .bg .desc8 span {
    font-size: 1.125em;
  }

  .deco-wifi6e .bg .desc9 {
    left: 70vw;
    top: 67vw;
    width: 25vw;
  }
  .deco-wifi6e .bg .desc9 span {
    font-size: 1.125em;
  }
  .deco-wifi6e .bg .desc10 {
    left: 51vw;
    top: 103vw;
    width: 44vw;
  }
  .deco-wifi6e .bg .desc10 span {
    font-size: 1.125em;
  }
}
@media (max-width: 414px) {
  .deco-wifi6e {
    font-size: 2.5vw;
  }
}

.deco-wifi7 {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  background: url(./img/d.jpg) bottom/120em auto no-repeat;
  height: 54.75em;
  position: relative;
}
.deco-wifi7 .w-container {
  width: 89.125em;
  margin: 0 auto;
  position: relative;
}
.deco-wifi7 .text {
  padding: 16em 0 0 62em;
  text-align: left;
}
.deco-wifi7 h2 {
  font-weight: 400;
  font-size: 2.8125em;
  line-height: 1.2;
  padding-bottom: 0.25em;
}
.deco-wifi7 .text p {
  font-weight: 300;
  font-size: 1.21875em;
  line-height: 1.5;
}
.deco-wifi7 .bg {
  position: absolute;
  left: 0;
  right: 0;
}
.deco-wifi7 .bg .desc {
  position: absolute;
}
.deco-wifi7 .bg .desc {
  left: 41em;
  top: -4.5em;
  width: 10em;
}
.deco-wifi7 .bg .desc span {
  font-size: 1.3125em;
  font-weight: 500;
}
@media (max-width: 1680px) {
  .deco-wifi7 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .deco-wifi7 {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .deco-wifi7 {
    font-size: 10.35px;
    height: auto;
    background: #f6f7f9 url(./m/d.jpg) 50% 100% no-repeat;
    padding-bottom: 81vw;
    background-size: 100%;
  }
  .deco-wifi7 .w-container {
    width: auto;
  }
  .deco-wifi7 .text {
    padding: 0 0 1.5em;
    text-align: left;
  }
  .deco-wifi7 h2 {
    font-size: 2.5em;
    padding: 1.5em 20px 0.5em;
  }
  .deco-wifi7 .text p {
    font-size: 1.75em;
    padding: 0 20px;
  }
  .deco-wifi7 .bg .desc {
    left: 72vw;
    top: 35vw;
    width: 26vw;
  }
  .deco-wifi7 .bg .desc span {
    font-size: 3vw;
    font-weight: 500;
  }
}
@media (max-width: 414px) {
  .deco-wifi7 {
    font-size: 2.5vw;
  }
}

.boosted-throughput-unmatched-reliability {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  background: url(./img/e.jpg) bottom/120em auto no-repeat;
  padding-bottom: 42.5em;
  position: relative;
}
.boosted-throughput-unmatched-reliability .w-container {
  width: 73.125em;
  margin: 0 auto;
  position: relative;
}
.boosted-throughput-unmatched-reliability .text {
  padding: 5em 0 0;
  text-align: center;
}
.boosted-throughput-unmatched-reliability h2 {
  font-weight: 400;
  font-size: 2.8125em;
  line-height: 1.2;
  padding-bottom: 1em;
}
.boosted-throughput-unmatched-reliability h3 {
  font-weight: 400;
  font-size: 2em;
  line-height: 1.2;
  padding-bottom: 0.25em;
}
.boosted-throughput-unmatched-reliability .text p {
  font-weight: 300;
  font-size: 1.21875em;
  line-height: 1.5;
}
.boosted-throughput-unmatched-reliability ul {
  display: flex;
  justify-content: space-between;
}
.boosted-throughput-unmatched-reliability ul li {
  width: 33em;
}
@media (max-width: 1680px) {
  .boosted-throughput-unmatched-reliability {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .boosted-throughput-unmatched-reliability {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .boosted-throughput-unmatched-reliability {
    font-size: 10.35px;
    height: auto;
    background: none;
    padding: 0;
  }
  .boosted-throughput-unmatched-reliability .w-container {
    width: auto;
  }
  .boosted-throughput-unmatched-reliability .text {
    padding: 0 0 1.5em;
    text-align: left;
  }
  .boosted-throughput-unmatched-reliability h2 {
    font-size: 2.5em;
    padding: 1.5em 20px 0.5em;
  }
  .boosted-throughput-unmatched-reliability h3 {
    font-size: 2em;
    padding: 0 20px 0.5em;
  }
  .boosted-throughput-unmatched-reliability .text p {
    font-size: 1.75em;
    padding: 0 20px 1em;
  }
  .boosted-throughput-unmatched-reliability .text ul {
    display: block;
  }
  .boosted-throughput-unmatched-reliability .li-1 {
    background: url(./m/e1.jpg) 50% 100% no-repeat;
    background-size: 100%;
    padding-bottom: 68vw;
    width: auto;
    margin-bottom: 3em;
  }
  .boosted-throughput-unmatched-reliability .li-2 {
    background: url(./m/e2.jpg) 50% 100% no-repeat;
    background-size: 100%;
    padding-bottom: 68vw;
    width: auto;
  }
}
@media (max-width: 414px) {
  .boosted-throughput-unmatched-reliability {
    font-size: 2.5vw;
  }
}

.wired-connections-devices {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  background: #000 url(./img/f.jpg) bottom/120em auto no-repeat;
  height: 62.5em;
  position: relative;
}
.wired-connections-devices .w-container {
  width: 73.125em;
  margin: 0 auto;
  position: relative;
}
.wired-connections-devices .text {
  padding: 25em 0 0 36em;
  text-align: left;
}
.wired-connections-devices h2 {
  font-weight: 400;
  font-size: 2.8125em;
  line-height: 1.2;
  padding-bottom: 0.25em;
}
.wired-connections-devices .text p {
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.5;
}
.wired-connections-devices .desc-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.wired-connections-devices .desc-text .desc {
  position: absolute;
  font-weight: 500;
  text-align: center;
  font-size: 3em;
}
.wired-connections-devices .desc-text .desc1 {
  background: linear-gradient(to right, #5f618b, #eaebf5, #666383);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  left: 13.5em;
  top: 17.25em;
  text-align: left;
}
@media (max-width: 1680px) {
  .wired-connections-devices {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .wired-connections-devices {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .wired-connections-devices {
    font-size: 10.35px;
    height: auto;
    background: url(./m/f.jpg) bottom/100% auto no-repeat;
    padding-bottom: 74vw;
  }
  .wired-connections-devices .w-container {
    width: auto;
  }
  .wired-connections-devices .text {
    padding: 0 0 1.5em;
    text-align: left;
  }
  .wired-connections-devices h2 {
    font-size: 2.5em;
    padding: 1.5em 20px 0.5em;
  }
  .wired-connections-devices .text p {
    font-size: 1.75em;
    padding: 0 20px;
  }
  .wired-connections-devices .desc-text {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
  }
  .wired-connections-devices .desc-text .desc1 {
    top: 68vw;
    left: 52vw;
    font-size: 6vw;
  }
}
@media (max-width: 414px) {
  .wired-connections-devices {
    font-size: 2.5vw;
  }
}

.mesh-wifi-easymesh {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
}
.mesh-wifi-easymesh .w-container {
  width: 74em;
  margin: 0 auto;
}
.mesh-wifi-easymesh .text {
  padding: 4em 0 0;
  text-align: center;
}
.mesh-wifi-easymesh h2 {
  font-size: 2.8125em;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.mesh-wifi-easymesh p {
  font-size: 1.25em;
  line-height: 1.5;
}
.mesh-wifi-easymesh p.link {
  margin-top: 1em;
}
.mesh-wifi-easymesh p.link a {
  color: #00a7ff;
  text-decoration: underline;
  font-weight: 400;
}
.mesh-wifi-easymesh ul {
  text-align: center;
  width: 73.125em;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.mesh-wifi-easymesh ul.diff {
  margin: 0 auto 5em;
}
.mesh-wifi-easymesh ul li {
  display: flex;
  vertical-align: top;
  text-align: left;
  margin: 0 1%;
  position: relative;
}
.mesh-wifi-easymesh ul li video {
  width: 100%;
}
.mesh-wifi-easymesh ul li .product-1 {
  width: 1.5em;
  position: absolute;
  left: 20.5em;
  top: 2.5em;
}
.mesh-wifi-easymesh ul li .product-2 {
  width: 4em;
  position: absolute;
  left: 19.5em;
  top: 19.5em;
}
.mesh-wifi-easymesh .feature {
  padding: 3em 0 4em;
  display: flex;
  justify-content: center;
}
.mesh-wifi-easymesh .feature li {
  width: 29%;
}
.mesh-wifi-easymesh .feature li.li-3 {
}
.mesh-wifi-easymesh .feature li.li-4 {
  width: 27%;
}
.mesh-wifi-easymesh .feature li .img {
  width: 8em;
  margin-right: 1em;
  display: block;
}
.mesh-wifi-easymesh .feature li img {
  width: 100%;
  display: block;
}
.mesh-wifi-easymesh .feature li .desc {
  display: block;
  width: 25em;
}
.mesh-wifi-easymesh .feature li .desc p.title {
  font-size: 1.25em;
  font-weight: 500;
}
.mesh-wifi-easymesh .feature li .desc p {
  font-size: 1.125em;
}
.mesh-wifi-easymesh .diff li {
  width: 47.5%;
  line-height: 0;
  position: relative;
  display: block;
}
.mesh-wifi-easymesh .diff p {
  font-size: 1.5em;
  position: absolute;
  top: 0.75em;
  left: 1em;
}
.mesh-wifi-easymesh .diff-new p {
  font-size: 1em;
  line-height: 1.4;
  position: absolute;
  top: 3.3%;
  left: 5%;
  width: 35.5%;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1680px) {
  .mesh-wifi-easymesh {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .mesh-wifi-easymesh {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .mesh-wifi-easymesh {
    font-size: 10.35px;
    height: auto;
  }
  .mesh-wifi-easymesh .w-container {
    width: auto;
  }
  .mesh-wifi-easymesh .text {
    padding: 0 0 1.5em;
    text-align: left;
  }
  .mesh-wifi-easymesh h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .mesh-wifi-easymesh p {
    font-size: 1.75em;
    padding: 0 20px;
  }
  .mesh-wifi-easymesh p.link {
    margin-top: 0.5em;
  }
  .mesh-wifi-easymesh ul {
    width: auto;
    padding: 0 20px;
  }
  .mesh-wifi-easymesh ul.diff {
    margin: 0 auto;
  }
  .mesh-wifi-easymesh ul li {
    margin: 0;
  }
  .mesh-wifi-easymesh .feature {
    padding: 0em 20px 3em;
    width: auto;
    flex-wrap: wrap;
  }
  .mesh-wifi-easymesh .feature li {
    margin: 1em 0;
  }
  .mesh-wifi-easymesh .feature li.li-1,
  .mesh-wifi-easymesh .feature li.li-3 {
    width: 100%;
  }
  .mesh-wifi-easymesh .feature li.li-2,
  .mesh-wifi-easymesh .feature li.li-4 {
    width: 100%;
  }
  .mesh-wifi-easymesh .feature li .img {
    width: 4em;
    display: inline-block;
    float: left;
  }
  .mesh-wifi-easymesh .feature li .desc p {
    font-size: 1.5em;
    padding: 0;
  }
  .mesh-wifi-easymesh .feature li .desc p.title {
    font-size: 1.75em;
  }
  .mesh-wifi-easymesh .diff {
    padding: 0 5vw 10vw;
    display: block;
  }
  .mesh-wifi-easymesh .diff li {
    display: block;
    width: auto;
  }
  .mesh-wifi-easymesh .diff li + li {
    margin-top: 1em;
  }
  .mesh-wifi-easymesh .diff-new p {
    font-size: 2.5vw;
    padding: 0;
  }
  .mesh-wifi-easymesh ul li .product-1 {
    font-size: 2.6vw;
  }
  .mesh-wifi-easymesh ul li .product-2 {
    font-size: 2.6vw;
  }
}
@media (max-width: 414px) {
  .mesh-wifi-easymesh {
    font-size: 2.5vw;
  }
}

.archer-setup-with-app2 {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background: url(./img/g.jpg) top / 120em auto no-repeat;
  height: 52.25em;
  position: relative;
}
.archer-setup-with-app2 .w-container {
  width: 73.125em;
  margin: 0 auto;
}
.archer-setup-with-app2 .text {
  padding: 7.5em 12em 0 22em;
}
.archer-setup-with-app2 h2 {
  font-weight: 400;
  font-size: 2.8125em;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.archer-setup-with-app2 p {
  font-size: 1.25em;
  line-height: 1.5;
}
.archer-setup-with-app2 .apps-img .item {
  display: table-cell;
  padding-right: 0.625em;
  max-height: 4.375em;
  height: 4.375em;
  vertical-align: middle;
}
.archer-setup-with-app2 .apps-img {
  display: table;
  margin-top: 2em;
}
.archer-setup-with-app2.apps-img .item {
  display: table-cell;
  padding-right: 0.625em;
  max-height: 4.375em;
  height: 4.375em;
  vertical-align: middle;
}
.archer-setup-with-app2 .apps-img .icon {
  width: auto;
  height: 100%;
}
.archer-setup-with-app2 .apps-img .store-group {
  height: 4.375em;
}
.archer-setup-with-app2 .apps-img .store-group > a {
  display: table-row;
}
.archer-setup-with-app2 .apps-img .store-group > a img {
  max-height: 2.1875em;
  height: 2.1875em;
}

@media (max-width: 1680px) {
  .archer-setup-with-app2 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .archer-setup-with-app2 {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .archer-setup-with-app2 {
    height: auto;
    background: url(./m/g.jpg) 50% 100% no-repeat;
    font-size: 10.35px;
    background-size: 100%;
    position: relative;
    padding-bottom: 59vw;
  }
  .archer-setup-with-app2 .w-container {
    width: auto;
  }
  .archer-setup-with-app2 .text {
    padding: 0 0 1.5em;
  }
  .archer-setup-with-app2 .text h2 {
    font-size: 2.5em;
    padding: 1.5em 20px 0.5em;
  }
  .archer-setup-with-app2 p {
    font-size: 1.75em;
    padding: 0 20px;
  }
  .archer-setup-with-app2 .apps-img {
    padding: 0 20px;
    font-size: 1.5em;
  }
}
@media (max-width: 414px) {
  .archer-setup-with-app2 {
    font-size: 2.5vw;
  }
}

video::cue {
  color: #000;
  font-size: 16px;
  background: none;
  font-size: 0.75em;
}
