.overview-content {
  font-weight: 300;
}
.mr-banner {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  height: 53.7em;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120em;
  background-image: url(./img/a.jpg);
  color: #fff;
}
.mr-banner .w-container {
  width: 85.375em;
  margin: 0 auto;
}
.mr-banner .text {
  padding: 15em 0 0 10.625em;
}
.mr-banner h2 {
  font-size: 2.8125em;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.25em;
}
.mr-banner p {
  font-size: 1.40625em;
  line-height: 1.5;
}
.mr-banner p + p {
  margin-top: 0.5em;
}
.mr-banner p .model-name {
  font-weight: 500;
  display: inline-block;
  text-align: center;
  border-radius: 0.25em;
  background: red;
  line-height: 1.6666666em;
  padding: 0 0.5em;
}
@media (max-width: 1680px) {
  .mr-banner {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .mr-banner {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .mr-banner {
    font-size: 10.35px;
    height: 127.8125vw;
    background-size: 100%;
    background-image: url(./m/a.jpg);
  }
  .mr-banner .m-hide {
    display: none;
  }
  .mr-banner .w-container {
    width: auto;
  }
  .mr-banner .text {
    padding: 0;
  }
  .mr-banner h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .mr-banner p {
    font-size: 1.75em;
    line-height: 1.5;
    padding: 0 20px;
  }
  .mr-banner p + p {
    margin-top: 0.5em;
  }
  .mr-banner p .model-name {
    font-size: 1em;
  }
}
@media (max-width: 414px) {
  .mr-banner {
    font-size: 2.5vw;
  }
}

.upgrade-network {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120em;
  background-image: url(./img/b.jpg);
  color: #fff;
  background-color: #000;
  height: 58.375em;
}
.upgrade-network .w-container {
  width: 78em;
  margin: 0 auto;
}
.upgrade-network .text {
  padding: 5em 0 0;
  text-align: center;
}
.upgrade-network h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.upgrade-network p {
  font-size: 1.25em;
  line-height: 1.5;
}
@media (max-width: 1680px) {
  .upgrade-network {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .upgrade-network {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .upgrade-network {
    font-size: 10.35px;
    background-size: 100%;
    background-image: url(./m/b.jpg);
    background-position: 50% 100%;
    height: auto;
    padding-bottom: 66%;
    background-color: #000;
  }
  .upgrade-network .m-hide {
    display: none;
  }
  .upgrade-network .w-container {
    width: auto;
  }
  .upgrade-network .text {
    padding: 0;
    text-align: left;
  }
  .upgrade-network h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .upgrade-network p {
    font-size: 1.75em;
    line-height: 1.5;
    padding: 0 20px;
  }
}
@media (max-width: 414px) {
  .upgrade-network {
    font-size: 2.5vw;
  }
}

.level-up-speed {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  height: 58.75em;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120em;
  background-image: url(./img/c.jpg);
  color: #fff;
}
.level-up-speed .w-container {
  width: 70em;
  margin: 0 auto;
  position: relative;
}
.level-up-speed .text {
  padding: 5em 0 0;
  text-align: center;
}
.level-up-speed h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.level-up-speed p {
  font-size: 1.25em;
  line-height: 1.5;
}
.level-up-speed .desc-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 21em;
}
.level-up-speed .desc-text .desc {
  position: absolute;
  font-size: 1.5em;
  line-height: 1;
  top: -0.25em;
  left: 0%;
}
.level-up-speed .desc-text .desc .bolder {
  display: block;
  font-size: 1.5em;
}
.level-up-speed .desc-text .desc2 {
  top: 4em;
  color: #909090;
}
.level-up-speed .desc-text .desc3 {
  left: auto;
  right: 0;
  top: 12.875%;
  font-size: 2.875em;
  font-style: italic;
}
.level-up-speed .desc-text .desc4 {
  left: auto;
  right: 27%;
  top: 3.1em;
  font-size: 2.125em;
  font-style: italic;
}
.level-up-speed .desc-text .ul-desc {
  top: 14em;
  left: 0;
  right: 0;
  position: absolute;
}
.level-up-speed .desc-text .ul-desc li {
  display: inline-block;
  width: 32%;
  box-sizing: border-box;
  padding: 0 1em;
}
.level-up-speed .desc-text .ul-desc p:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(./img/arrow.png) center/contain no-repeat;
  vertical-align: text-top;
  margin-right: 0.5em;
}
@media (max-width: 1680px) {
  .level-up-speed {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .level-up-speed {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .level-up-speed {
    font-size: 10.35px;
    background-size: 100%;
    background-image: url(./m/c.jpg);
    background-position: 50% 100%;
    background-color: #060000;
    height: auto;
    padding-bottom: 94.7%;
  }
  .level-up-speed .m-hide {
    display: none;
  }
  .level-up-speed .w-container {
    width: auto;
  }
  .level-up-speed .text {
    padding: 0;
    text-align: left;
  }
  .level-up-speed h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .level-up-speed p {
    font-size: 1.75em;
    line-height: 1.5;
    padding: 0 20px;
  }
  .level-up-speed .desc-text {
    top: auto;
    bottom: 0;
    font-size: 1.5vw;
  }
  .level-up-speed .desc-text .desc {
    padding: 0;
    top: 4em;
    left: 7%;
  }
  .level-up-speed .desc-text .desc2 {
    top: 8.9em;
  }
  .level-up-speed .desc-text .desc3 {
    text-align: right;
    top: 2.2em;
    right: 9%;
  }
  .level-up-speed .desc-text .desc4 {
    text-align: right;
    top: 6.7em;
    right: 42%;
  }
  .level-up-speed .desc-text .ul-desc {
    top: 21em;
    text-align: left;
    display: flex;
    padding: 0 20px 0 30px;
    gap: 4em;
  }
  .level-up-speed .desc-text .ul-desc ul {
    padding: 0 20px;
  }
  .level-up-speed .desc-text .ul-desc li {
    width: auto;
    padding: 0;
    display: block;
    font-size: 2vw;
  }
  .level-up-speed .desc-text .ul-desc li > p {
    padding: 0;
  }
  .level-up-speed .desc-text .ul-desc p:before {
    margin-left: -2em;
  }
}
@media (max-width: 414px) {
  .level-up-speed {
    font-size: 2.5vw;
  }
}

.connect-more-devices {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  text-align: center;
  padding-bottom: 5em;
}
.connect-more-devices .w-container {
  width: 73em;
  margin: 0 auto;
}
.connect-more-devices .text {
  padding: 5em 0 0;
}
.connect-more-devices h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.connect-more-devices h3 {
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 1.5em;
}
.connect-more-devices h4 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.25em;
}
.connect-more-devices p {
  font-size: 1.25em;
  line-height: 1.5;
}
.connect-more-devices .box {
  max-width: 100em;
  margin: 4em auto 0;
}
.connect-more-devices .box li {
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
  padding: 0 2%;
}
.connect-more-devices .box p {
  max-width: 31em;
  margin: 0 auto;
}
.connect-more-devices .box .img {
  padding-bottom: 30%;
  height: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.connect-more-devices .box .img3,
.connect-more-devices .box .img4 {
  padding-bottom: 45%;
  margin-bottom: -7%;
}
.connect-more-devices .box .img1 {
  background-image: url(./img/d11.png);
}
.connect-more-devices .box .img2 {
  background-image: url(./img/d12.png);
}
.connect-more-devices .box .img3 {
  background-image: url(./img/d21.png);
}
.connect-more-devices .box .img4 {
  background-image: url(./img/d22.png);
}
@media (max-width: 1680px) {
  .connect-more-devices {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .connect-more-devices {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .connect-more-devices {
    font-size: 10.35px;
    padding-bottom: 1px;
  }
  .connect-more-devices .m-hide {
    display: none;
  }
  .connect-more-devices .w-container {
    width: auto;
  }
  .connect-more-devices .text {
    padding: 0;
    text-align: left;
  }
  .connect-more-devices h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .connect-more-devices h3 {
    font-size: 2em;
    line-height: 1.2;
    padding: 0.5em 20px 0.5em;
  }
  .connect-more-devices h4 {
    font-size: 1.75em;
  }
  .connect-more-devices p {
    font-size: 1.75em;
    line-height: 1.5;
    padding: 0 20px;
  }
  .connect-more-devices .box {
    margin-top: 2em;
  }
  .connect-more-devices .box li {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 3em;
  }
  .connect-more-devices .box p {
    font-size: 1.5em;
  }
}
@media (max-width: 414px) {
  .connect-more-devices {
    font-size: 2.5vw;
  }
}

.broader-stronger-coverage {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  height: 64.5em;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120em;
  background-image: url(./img/e.jpg);
  color: #fff;
  background-color: #060606;
}
.broader-stronger-coverage .w-container {
  width: 73em;
  margin: 0 auto;
}
.broader-stronger-coverage .text {
  padding: 5em 0 0;
  text-align: center;
}
.broader-stronger-coverage h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.broader-stronger-coverage p {
  font-size: 1.25em;
  line-height: 1.5;
}
.broader-stronger-coverage .img {
  margin: 2em auto 0;
  position: relative;
  width: 36.625em;
}
.broader-stronger-coverage .img > img {
  width: 100%;
}
.broader-stronger-coverage .img .e1 {
  color: #bcbcbc;
  font-size: 1em;
  position: absolute;
  top: 100%;
  left: -1.5em;
  width: 15em;
}
.broader-stronger-coverage .img .e2 {
  color: #ff1d1d;
  font-size: 1em;
  position: absolute;
  top: 100%;
  width: 15em;
  right: 2em;
}
@media (max-width: 1680px) {
  .broader-stronger-coverage {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .broader-stronger-coverage {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .broader-stronger-coverage {
    font-size: 10.35px;
    background-size: 100%;
    background-image: url(./m/e.jpg);
    background-position: 50% 100%;
    padding-bottom: 35%;
    height: auto;
  }
  .broader-stronger-coverage .m-hide {
    display: none;
  }
  .broader-stronger-coverage .w-container {
    width: auto;
  }
  .broader-stronger-coverage .text {
    padding: 0;
    text-align: left;
  }
  .broader-stronger-coverage h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .broader-stronger-coverage p {
    font-size: 1.75em;
    line-height: 1.5;
    padding: 0 20px;
  }
  .broader-stronger-coverage .img {
    font-size: 2vw;
    text-align: center;
    margin-top: 3em;
  }
  .broader-stronger-coverage .img p {
    padding: 0;
  }
}
@media (max-width: 414px) {
  .broader-stronger-coverage {
    font-size: 2.5vw;
  }
}

.overall-security-protection {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  height: 59.25em;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120em;
  background-image: url(./img/f.jpg);
  color: #fff;
  background-color: #101010;
}
.overall-security-protection .w-container {
  width: 85.375em;
  margin: 0 auto;
}
.overall-security-protection .text {
  padding: 11em 52% 0 0;
}
.overall-security-protection h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.overall-security-protection p {
  font-size: 1.25em;
  line-height: 1.5;
}
.overall-security-protection li {
  margin-top: 3em;
  padding-left: 2.5em;
  margin-left: -2.5em;
  position: relative;
}
.overall-security-protection li::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(./img/arrow.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.overall-security-protection li p.title {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 0.25em;
}
.overall-security-protection li p {
  font-size: 1em;
}
@media (max-width: 1680px) {
  .overall-security-protection {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .overall-security-protection {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .overall-security-protection {
    font-size: 10.35px;
    background-size: 100%;
    background-image: url(./m/f.jpg);
    background-position: 50% 100%;
    padding-bottom: 90%;
    height: auto;
  }
  .overall-security-protection .m-hide {
    display: none;
  }
  .overall-security-protection .w-container {
    width: auto;
  }
  .overall-security-protection .text {
    padding: 0;
    text-align: left;
  }
  .overall-security-protection h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .overall-security-protection p {
    font-size: 1.75em;
    line-height: 1.5;
    padding: 0 20px;
  }
  .overall-security-protection ul {
    margin-top: 3em;
  }
  .overall-security-protection li {
    padding: 0;
    margin: 0 0 2em;
  }
  .overall-security-protection li p.title {
    font-size: 2em;
    line-height: 1.2;
  }
  .overall-security-protection li p {
    font-size: 1.5em;
  }
}
@media (max-width: 414px) {
  .overall-security-protection {
    font-size: 2.5vw;
  }
}

.less-wifi-interference {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 46em;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120em;
  background-image: url(./img/g.jpg);
  color: #fff;
  background-color: #171719;
}
.less-wifi-interference .w-container {
  width: 85.375em;
  margin: 0 auto;
}
.less-wifi-interference .text {
  padding: 5em 9em 0;
  text-align: center;
}
.less-wifi-interference h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.less-wifi-interference p {
  font-size: 1.25em;
  line-height: 1.5;
}
@media (max-width: 1680px) {
  .less-wifi-interference {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .less-wifi-interference {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .less-wifi-interference {
    font-size: 10.35px;
    background-size: 100%;
    background-image: url(./m/g.jpg);
    background-position: 50% 100%;
    padding-bottom: 60%;
    height: auto;
  }
  .less-wifi-interference .m-hide {
    display: none;
  }
  .less-wifi-interference .w-container {
    width: auto;
  }
  .less-wifi-interference .text {
    padding: 0;
    text-align: left;
  }
  .less-wifi-interference h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .less-wifi-interference p {
    font-size: 1.75em;
    line-height: 1.5;
    padding: 0 20px;
  }
}
@media (max-width: 414px) {
  .less-wifi-interference {
    font-size: 2.5vw;
  }
}

.power-saving {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  height: 38.625em;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120em;
  background-image: url(./img/h.jpg);
  color: #fff;
}
.power-saving .w-container {
  width: 85.375em;
  margin: 0 auto;
}
.power-saving .text {
  padding: 5em 0 0 62%;
  text-align: right;
  position: relative;
}
.power-saving h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.power-saving p {
  font-size: 1.25em;
  line-height: 1.5;
}
.power-saving li {
  position: absolute;
  width: 8em;
  text-align: center;
}
.power-saving .h1,
.power-saving .h2,
.power-saving .h3 {
  top: 13.5em;
  left: 20em;
}
.power-saving .h4,
.power-saving .h5,
.power-saving .h6 {
  top: 28.2em;
  left: 20em;
}
.power-saving .h2,
.power-saving .h5 {
  left: 28.6em;
}
.power-saving .h3,
.power-saving .h6 {
  left: 38.1em;
}
@media (max-width: 1680px) {
  .power-saving {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .power-saving {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .power-saving {
    font-size: 10.35px;
    background: #000 url(./m/h.jpg) 50% 100% no-repeat;
    background-size: 100%;
    padding-bottom: 65%;
    height: auto;
  }
  .power-saving .m-hide {
    display: none;
  }
  .power-saving .w-container {
    width: auto;
  }
  .power-saving .text {
    padding: 0;
    text-align: left;
  }
  .power-saving h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .power-saving p {
    font-size: 1.75em;
    line-height: 1.5;
    padding: 0 20px;
  }
  .power-saving ul {
    font-size: 2vw;
    position: relative;
  }
  .power-saving .h1,
  .power-saving .h2,
  .power-saving .h3 {
    top: 12em;
  }
  .power-saving .h4,
  .power-saving .h5,
  .power-saving .h6 {
    top: 25.2em;
  }
  .power-saving .h1,
  .power-saving .h4 {
    left: 21.4em;
  }
  .power-saving .h2,
  .power-saving .h5 {
    left: 29.4em;
  }
  .power-saving .h3,
  .power-saving .h6 {
    left: 38.3em;
  }
}
@media (max-width: 414px) {
  .power-saving {
    font-size: 2.5vw;
    background-color: #050505;
  }
}

.smart-connect-combines {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  height: 50.875em;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120em;
  background-image: url(./img/i.jpg);
  color: #fff;
  background-color: #101010;
}
.smart-connect-combines .w-container {
  width: 85.375em;
  margin: 0 auto;
}
.smart-connect-combines .text {
  padding: 12.25em 62% 0 0;
}
.smart-connect-combines h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.smart-connect-combines p {
  font-size: 1.25em;
  line-height: 1.5;
}
@media (max-width: 1680px) {
  .smart-connect-combines {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .smart-connect-combines {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .smart-connect-combines {
    font-size: 10.35px;
    background-size: 100%;
    background-image: url(./m/i.jpg);
    background-position: 50% 100%;
    background-color: #151515;
    height: auto;
    padding-bottom: 91%;
  }
  .smart-connect-combines .m-hide {
    display: none;
  }
  .smart-connect-combines .w-container {
    width: auto;
  }
  .smart-connect-combines .text {
    padding: 0 0 2em;
    text-align: left;
  }
  .smart-connect-combines h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .smart-connect-combines p {
    font-size: 1.75em;
    line-height: 1.5;
    padding: 0 20px;
  }
}
@media (max-width: 414px) {
  .smart-connect-combines {
    font-size: 2.5vw;
  }
}

.abundant-features {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background: #000;
  color: #fff;
}
.abundant-features .w-container {
  width: 85.375em;
  margin: 0 auto;
}
.abundant-features .text {
  padding: 6em 0 2em;
  text-align: center;
}
.abundant-features h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.abundant-features p {
  font-size: 1.25em;
  line-height: 1.5;
}
.abundant-features ul {
  text-align: center;
  padding: 1em 0 3em;
}
.abundant-features li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  padding: 0 1.5% 3em;
}
.abundant-features li i {
  display: block;
  width: 4.95em;
  height: 5em;
  margin: 0 auto;
  background-image: url(./img/j-icons.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.abundant-features .li2 i {
  background-position: 20% 50%;
}
.abundant-features .li3 i {
  background-position: 40% 50%;
}
.abundant-features .li4 i {
  background-position: 60% 50%;
}
.abundant-features .li5 i {
  background-position: 79.75% 50%;
}
.abundant-features .li6 i {
  background-position: 100% 50%;
}
.abundant-features li h3 {
  font-size: 1.875em;
  font-weight: bold;
  padding-top: 1em;
}
@media (max-width: 1680px) {
  .abundant-features {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .abundant-features {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .abundant-features .w-container {
    width: auto;
  }
  .abundant-features .text {
    padding: 0;
  }
  .abundant-features h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .abundant-features p {
    font-size: 1.75em;
    line-height: 1.5;
    padding: 0 20px;
  }
  .abundant-features ul {
    padding: 2em 20px;
    text-align: left;
  }
  .abundant-features li {
    width: 49%;
    padding-bottom: 2em;
  }
  .abundant-features li h3 {
    font-size: 1.75em;
    padding-top: 0.5em;
  }
  .abundant-features li p {
    padding: 0;
    font-size: 1.25em;
  }
}
@media (max-width: 414px) {
  .abundant-features {
    font-size: 2.5vw;
  }
}

.cover-whole-home-with-easymesh {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 39em;
  background: #000 url(./img/k.jpg) 50% 100% no-repeat;
  background-size: 120em;
  color: #fff;
}
.cover-whole-home-with-easymesh .w-container {
  width: 82em;
  margin: 0 auto;
  position: relative;
}
.cover-whole-home-with-easymesh .text {
  padding: 5em 0 0;
  text-align: center;
}
.cover-whole-home-with-easymesh h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.cover-whole-home-with-easymesh p {
  font-size: 1.25em;
  line-height: 1.5;
}
.cover-whole-home-with-easymesh .feature {
  margin-top: 2.5em;
  text-align: center;
}
.cover-whole-home-with-easymesh .feature > li {
  width: 30%;
  max-width: 20em;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.cover-whole-home-with-easymesh .feature .img,
.cover-whole-home-with-easymesh .feature .desc {
  display: inline-block;
  vertical-align: middle;
}
.cover-whole-home-with-easymesh .feature .img {
  width: 3.75em;
  line-height: 0;
}
.cover-whole-home-with-easymesh .feature img {
  max-width: 100%;
}
.cover-whole-home-with-easymesh .feature .desc {
  max-width: 80%;
}
@media (max-width: 1680px) {
  .cover-whole-home-with-easymesh {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .cover-whole-home-with-easymesh {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .cover-whole-home-with-easymesh {
    font-size: 10.35px;
    background-size: 100%;
    background-image: url(./m/k.jpg);
    background-position: 50% 100%;
    background-color: #060000;
    height: auto;
    padding-bottom: 58%;
  }
  .cover-whole-home-with-easymesh .m-hide {
    display: none;
  }
  .cover-whole-home-with-easymesh .w-container {
    width: auto;
  }
  .cover-whole-home-with-easymesh .text {
    padding: 0;
    text-align: left;
  }
  .cover-whole-home-with-easymesh h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
  }
  .cover-whole-home-with-easymesh p {
    font-size: 1.75em;
    line-height: 1.5;
    padding: 0 20px;
  }
  .cover-whole-home-with-easymesh .feature {
    margin-top: 1em;
  }
  .cover-whole-home-with-easymesh .feature > li {
    vertical-align: top;
  }
  .cover-whole-home-with-easymesh .feature .img,
  .cover-whole-home-with-easymesh .feature .desc {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .cover-whole-home-with-easymesh .feature .desc {
    max-width: 95%;
  }
  .cover-whole-home-with-easymesh .feature .desc p {
    padding: 0;
    font-size: 1.25em;
  }
}
@media (max-width: 414px) {
  .cover-whole-home-with-easymesh {
    font-size: 2.5vw;
  }
}

.cover-with-easyMesh {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background: url(./img/j.jpg) 50% 0 no-repeat;
  background-size: 120em;
  height: 68.125em;
}

.cover-with-easyMesh .w-container {
  width: 90em;
  margin: 0 auto;
}
.cover-with-easyMesh .text {
  padding: 8em 2em 2em;
  color: #fff;
  text-align: center;
}
.cover-with-easyMesh h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.cover-with-easyMesh p {
  font-size: 1.25em;
  line-height: 1.5;
}
.cover-with-easyMesh .icons {
  width: 56.25em;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 2em;
  color: #fff;
}
.cover-with-easyMesh .icon {
  display: flex;
  align-items: center;
}
.cover-with-easyMesh .icon img {
  display: block;
  width: 3.125em;
  margin-right: 0.5em;
}
.cover-with-easyMesh .icon span {
  font-size: 1.125em;
  line-height: 1.3333333333;
  font-weight: 500;
}

@media (max-width: 1680px) {
  .cover-with-easyMesh {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .cover-with-easyMesh {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .cover-with-easyMesh {
    font-size: 10.35px;
    height: auto;
    background: #000 url(./m/j.jpg) 50% 100%/100% no-repeat;
    padding-bottom: 45vw;
  }
  .cover-with-easyMesh .w-container {
    width: auto;
  }

  .cover-with-easyMesh .text {
    padding: 0 0 2em;
    text-align: left;
  }

  .cover-with-easyMesh h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
  }

  .cover-with-easyMesh p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 20px;
  }
  .cover-with-easyMesh .icons {
    width: auto;
    padding: 0 20px;
  }
  .cover-with-easyMesh .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cover-with-easyMesh .icon img {
    display: block;
    width: 3em;
    margin: 0 auto 1em;
  }
  .cover-with-easyMesh .icon span {
    font-size: 1.125em;
  }
}
@media (max-width: 414px) {
  .cover-with-easyMesh {
    font-size: 2.5vw;
  }
}

.easy-setup-with-mercusys-app {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background: url(./img/l.jpg) 50% 0 no-repeat;
  background-size: 120em;
  height: 48.75em;
}
.easy-setup-with-mercusys-app .w-container {
  width: 90em;
  margin: 0 auto;
}
.easy-setup-with-mercusys-app .text {
  padding: 6.25em 50% 0 0;
}
.easy-setup-with-mercusys-app h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
.easy-setup-with-mercusys-app p {
  font-size: 1.25em;
  line-height: 1.5;
  padding-right: 4em;
}
.easy-setup-with-mercusys-app p + p {
  padding-top: 1em;
}
.easy-setup-with-mercusys-app p a {
  color: #ff0000;
  text-decoration: underline;
}
.easy-setup-with-mercusys-app .icons {
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-top: 2em;
}
.easy-setup-with-mercusys-app .icons div {
  display: inline-block;
}
.easy-setup-with-mercusys-app .icons .mercysys-logo {
  width: 5.625em;
  height: 5.625em;
  padding-right: 1.5em;
}
.easy-setup-with-mercusys-app .icons .store {
  padding-right: 1.5em;
}
.easy-setup-with-mercusys-app .icons .qrcode {
  width: 5.75em;
  height: 5.75em;
}
.easy-setup-with-mercusys-app .icons .store a {
  display: inline-block;
  width: 8.75em;
  height: 2.5625em;
}
.easy-setup-with-mercusys-app .icons img {
  height: 100%;
}
.easy-setup-with-mercusys-app .learn-more {
  color: #2e75b6;
  font-size: 1.25em;
  font-weight: 400;
  font-style: italic;
  margin-top: 1em;
  display: inline-block;
  text-decoration: underline;
}
@media (max-width: 1680px) {
  .easy-setup-with-mercusys-app {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .easy-setup-with-mercusys-app {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .easy-setup-with-mercusys-app {
    font-size: 10.35px;
    background: #000 url(./m/l.jpg) bottom no-repeat;
    background-size: 100%;
    padding: 0 0 67.96875vw;
    height: auto;
    color: #fff;
  }
  .easy-setup-with-mercusys-app .w-container {
    width: auto;
  }
  .easy-setup-with-mercusys-app h2 {
    font-size: 2.5em;
    line-height: 1.2;
    padding: 1.5em 20px 0.5em;
    text-align: left;
  }
  .easy-setup-with-mercusys-app p {
    font-size: 1.75em;
    line-height: 1.42857;
    padding: 0 20px;
    text-align: left;
  }
  .easy-setup-with-mercusys-app .text {
    padding: 0;
    display: block;
    width: auto;
    text-align: left;
  }
  .easy-setup-with-mercusys-app .learn-more {
    margin: 1em 20px;
    font-size: 1.5625em;
    font-weight: 400;
  }
  .easy-setup-with-mercusys-app .img {
    display: none;
  }
  .easy-setup-with-mercusys-app .icons {
    display: block;
    width: auto;
    text-align: left;
    padding: 2em 20px;
    margin: 0;
  }
}
@media (max-width: 414px) {
  .easy-setup-with-mercusys-app {
    font-size: 2.5vw;
  }
}
