html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

input,
select,
textarea {
  vertical-align: middle;
  -ms-behavior: url(css/PIE.htc);
  behavior: url(css/PIE.htc);
  outline: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}

ul,
li {
  list-style-type: none;
}

a {
  blr: expression(this.onFocus=this.blur());
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

div,
a {
  tap-highlight-color: rgba(0, 0, 0, 0);
  focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

#wrapper,
#ns-page-body {
  width: 100%;
  overflow: hidden;
}

.top {
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}

.top img {
  width: 100%;

}

.logo {
  width: 65px;
  margin-left: 5.1%;
}

.nav {
  overflow: hidden;
  margin-right: 5.3%;
}

.nav>li {
  font-size: 0.85vw;
  float: left;
  color: #fff;
  opacity: 0.5;
  line-height: 90px;
  margin-left: 1.9vw;
  position: relative;
  font-family: 'PingFang_Regular';
  cursor: pointer;
}

.nav>li:first-child {
  margin-left: 0;
}

.nav>li.active {
  opacity: 1;
}

.nav>li.active::after {
  content: '';
  display: block;
  width: 100%;
  left: 0;
  top: 70%;
  height: 2px;
  position: absolute;
  background-color: #fff;
}

/* WiFi 7页面样式 */
.hz-240117wifi7-banner {
  width: 100%;
  height:100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.hz-240117wifi7-banner>img:nth-child(2){
  display:none;
}
.hz-240117wifi7-banner>img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hz-240117wifi7-banner>picture,
.hz-240117wifi7-banner>picture>img {
  width: 100%;
}

.hz-240117wifi7-bannertxt {
  position: absolute;
  left: 50%;
  top: 10%;
  transform:translate(-50%);
  width: 60%;
}

.hz-240117wifi7-bannertxt1 {
  /* font-size: 3.95vw; */
  font-size: 2.916vw;
  font-weight: bold;
  color: #fff;
  font-family: 'PingFang_Bold';
  position: relative;
  padding-bottom: 3%;
  margin-bottom: 3%;
  text-align: center;
}

.hz-240117wifi7-bannertxt1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.hz-240117wifi7-bannertxt1 span{display: inline-block;vertical-align: middle; background-image:-webkit-linear-gradient(90deg,#b1b6b8,#fff,#b1b6b8); -webkit-background-clip:text; -webkit-text-fill-color:transparent; color: #fff;}
.hz-240117wifi7-bannertxt1 img{ width:3.5vw;display: inline-block;vertical-align: middle;}

.hz-240117wifi7-bannertxt2 {
  font-size: 1.5vw;
  font-weight: 100;
  color: #fff;
  font-family: 'PingFang_Regular';
  text-align: center;
}



.hz-240117wifi7-bannertxt2>span {
  font-family: 'PingFang_Bold';
}

.hz-240117wifi7-bannerpic img{ display: block; width: 100%;}

.hz-2401117wifi7-bannerbtn {
  width: 9.4vw;
  padding: 0.833vw 0;
  text-align: center;
  font-size: 0.8vw;
  background-color: #e60012;
  border-radius: 4vw;
  margin: 5% auto 0;
}

.hz-2401117wifi7-bannerbtn>a {
  color: #fff;
}

.hz-2401117wifi7-bannerbtn img {
  width: 22px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.hz-240117wifi7-wrap {
  width: 100%;
  margin-top: -8vw;
  position: relative;
  z-index: 10;
  /* background-color:#000; */
}

.hz-240117wifi7-wrap section {
  width: 100%;
  overflow: hidden;
}

.hz-240117wifi7-wrap img {
  width: 100%;
}

.hz-240117wifi7-content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.hz-240117wifi7-title1 {
  width: 31.8%;
  margin: 0 auto 2.5vw;
}

.hz-240117wifi7-part1 {
  width: 73.1%;
  margin: 0 auto;
  border-top: 1px solid rgba(107, 145, 188, 0.6);
  border-bottom: 1px solid rgba(107, 145, 188, 0.6);
  display: flex;
  flex-wrap: wrap;
}

.hz-240117wifi7-part1left {
  width: 19.4%;
  border-right: 1px solid rgba(107, 145, 188, 0.6);
  box-sizing: border-box;
}

.hz-240117wifi7-part1left>li:last-child {
  border-bottom: none;
}

.hz-240117wifi7-part1left>li {
  width: 100%;
  border-bottom: 1px solid rgba(107, 145, 188, 0.6);
  padding: 5% 0;
}

.hz-240117wifi7-p1bg {
  width: 90%;
  margin: 0 auto;
  padding: 8% 0;
  text-align: center;
  border-radius: 1.1vw;
  cursor: pointer;
}

.hz-240117wifi7-p1bg.active {
  background: -webkit-linear-gradient(top, #00af74 0%, #007358 50%, #00af74 100%);
  background: linear-gradient(top, #00af74 0%, #007358 50%, #00af74 100%);
}

.hz-240117wifi7-p1bg>img {
  width: 25.9%;
  margin: 0 auto;
}

.hz-240117wifi7-p1bg>p {
  font-size: 0.95vw;
  text-align: center;
  color: #fff;
  margin: 3% auto 0;
}

.hz-240117wifi7-part1right {
  width: 80.6%;
  padding: 2% 0;
  display: none;
}

.hz-240117wifi7-part1right.active {
  display: block;
}

.hz-240117wifi7-part1right>img,
.hz-240117wifi7-part1right .hz-240117wifi7-part1img3 {
  opacity: 0;
}

.hz-240117wifi7-part1right.active>img,
.hz-240117wifi7-part1right.active .hz-240117wifi7-part1img3 {
  opacity: 0;
  animation: wifi7part1right 1s;
  animation-fill-mode: forwards;
}

@keyframes wifi7part1right {
  0% {
    opacity: 0;
    transform: translateX(4vw);
  }

  100% {
    opacity: 1;
    transform: translateX(0vw);
  }
}

.hz-240117wifi7-part1right>p {
  font-size: 1.0vw;
  color: #fff;
  text-align: center;
  font-family: 'PingFang_Regular';
}

.hz-240117wifi7-part1right>p+p {
  margin-top: 1%;
  font-family: 'PingFang_Regular';
  margin-bottom: 3%;
}

.hz-240117wifi7-part1right>p>span {
  color: #ff6200;
  font-size: 1.65vw;
  font-family: 'PingFang_Bold';
}

.hz-240117wifi7-part1right .hz-240117wifi7-part1img1 {
  width: 95.7%;
  margin-left: 4.3%;
}

.hz-240117wifi7-part1right .hz-240117wifi7-part1img2 {
  width: 84.1%;
  margin-left: 11.4%;
}

.hz-240117wifi7-part1img3 {
  position: relative;
  width: 95.1%;
  margin-left: 4.9%;
}

.hz-240117wifi7-part1img3q1 {
  position: absolute;
  width: 15%;
  left: 5.2%;
  top: 0;
  animation: wifi7cir 2s infinite linear;
}

.hz-240117wifi7-part1img3q2 {
  position: absolute;
  width: 12.2%;
  left: 82.2%;
  top: 5.7%;
  animation: wifi7cir 2s infinite linear;
}

.hz-240117wifi7-part1img3q3 {
  position: absolute;
  width: 15%;
  left: 5.2%;
  top: 58.2%;
  animation: wifi7cir 2s infinite linear;
}

.hz-240117wifi7-part1img3q4 {
  position: absolute;
  width: 12.2%;
  left: 82.2%;
  top: 56%;
  animation: wifi7cir 2s infinite linear;
}

.hz-240117wifi7-part1img4 {
  width: 95%;
  margin-left: 5%;
}

.hz-240117wifi7-title2 {
  position: absolute;
  left: 38%;
  top: 13%;
  width: 24.1%;
  z-index: 10;
}

.hz-240117wifi7-part2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hz-240117wifi7-part2imgwrap {
  width: 100%;
  position: relative;
}

.hz-240117wifi7-part2l1 {
  position: absolute;
  width: 21.4%;
  left: 12.8%;
  top: 25.8%;
  opacity: 0;
}

.hz-240117wifi7-part2l2 {
  position: absolute;
  width: 21.4%;
  left: 24.4%;
  top: 32.1%;
  opacity: 0;
}

.hz-240117wifi7-part2l3 {
  position: absolute;
  width: 21.4%;
  left: 36.2%;
  top: 38.1%;
  opacity: 0;
}

.hz-240117wifi7-part2l4 {
  position: absolute;
  width: 9.8%;
  left: 24.4%;
  top: 54.6%;
  opacity: 0;
}

.hz-240117wifi7-part2l5 {
  position: absolute;
  width: 9.8%;
  left: 36.1%;
  top: 58%;
  opacity: 0;
}

.hz-240117wifi7-part2wrap {
  position: absolute;
  left: 70.2%;
  top: 50%;
  width: 16.4%;
  transform: translateY(-50%);
}

.hz-240117wifi7-part2p1 {
  font-size: 1.58vw;
  color: #fff;
  font-family: 'PingFang_Bold';
}

.hz-240117wifi7-part2p1>span {
  font-size: 1.25vw;
}

.hz-240117wifi7-part2line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 5% auto;
}

.hz-240117wifi7-part2ul {
  width: 100%;
  overflow: hidden;
}

.hz-240117wifi7-part2ul>li {
  width: 100%;
  color: #fff;
  font-size: 0.9vw;
  margin-bottom: 3%;
  font-family: 'PingFang_Regular';
}

.hz-240117wifi7-part2tip {
  font-size: 0.7vw;
  position: absolute;
  right: 4%;
  bottom: 3%;
  color: #878787;
  z-index: 10;
}

.hz-240117wifi7-part2l6 {
  position: absolute;
  width: 28.1%;
  left: 5.1%;
  top: 42%;
  opacity: 0;
}

.hz-240117wifi7-part2l7 {
  position: absolute;
  width: 20.9%;
  left: 34.2%;
  top: 44.1%;
  opacity: 0;
}

.hz-240117wifi7-part2l8 {
  position: absolute;
  width: 19.2%;
  left: 45.9%;
  top: 45.5%;
  opacity: 0;
}

.hz-240117wifi7-part2p2 {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 13%;
  color: #fff;
  font-size: 1.4vw;
  font-family: 'PingFang_Bold';
  line-height: 1em;
}

.hz-240117wifi7-part2p2>span:first-child {
  display: inline-block;
  padding: 1px 3px;
  background-color: #fff;
  color: #000;
  font-family: 'PingFang_Bold';
  border-radius: 3px;
}

.hz-240117wifi7-part2p2>span:last-child {
  font-size: 1.25vw;
}

.hz-240117wifi7-part2bottom {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 300;
}

.hz-240117wifi7-part2bottom>li {
  position: relative;
  padding-right: 4%;
  margin-right: 4%;
  box-sizing:border-box;
}

.hz-240117wifi7-part2bottom>li::after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hz-240117wifi7-part2bottom>li:last-child::after {
  display: none;
}

.hz-240117wifi7-part2bottom>li>p {
  position: relative;
  text-align: center;
}

.hz-240117wifi7-part2bottom>li:last-child {
  padding-right: 0;
}

.hz-240117wifi7-part2p3 {
  font-size: 0.9vw;
  color: #999;
}

.hz-240117wifi7-part2bottom>li>p>span {
  padding: 1px 7px 1px 9px;
}


.hz-240117wifi7-title3 {
  width: 24.1%;
  margin: 4vw auto 0;
}

.hz-240117wifi7-part3 {
  width: 73.1%;
  position: relative;
  margin: 2.5vw auto 0;
}

.hz-240117wifi7-part3>img {
  opacity: 1;

}

.hz-240117wifi7-part3p1 {
  font-size: 0.9vw;
  font-family: 'PingFang_Regular';
  color: #fff;
  line-height: 1.75em;
  width: 45.5%;
  margin: 1% auto 0;
  text-align: center;
}

.hz-240117wifi7-part3main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;

}

.hz-240117wifi7-part3.hz-240117wifi7-part3animate>img {
  animation: wifi7img 1s;
  animation-fill-mode: forwards;
}

@keyframes wifi7img {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.hz-240117wifi7-part3animate.hz-240117wifi7-part3>.hz-240117wifi7-part3main {
  animation: ciran1 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.hz-240117wifi7-part3cir {
  position: absolute;
  width: 10.5%;
  animation: wifi7cir 2s infinite linear;
  transform: scale(0);
}

@keyframes wifi7cir {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }

  50% {
    opacity: 1;
    transform: scale(0.8);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

.hz-240117wifi7-part3cir.cir1 {
  left: 4.9%;
  top: 4.3%;
}

.hz-240117wifi7-part3cir.cir2 {
  left: 17.4%;
  top: 4.3%;
}

.hz-240117wifi7-part3cir.cir3 {
  left: 29.4%;
  top: 4.3%;
}

.hz-240117wifi7-part3cir.cir4 {
  left: 41.2%;
  top: 4.3%;
}

.hz-240117wifi7-part3cir.cir5 {
  left: 52.9%;
  top: 4.3%;
}

.hz-240117wifi7-part3cir.cir6 {
  left: 64.7%;
  top: 4.3%;
}

.hz-240117wifi7-part3cir.cir7 {
  left: 17.4%;
  top: 47.2%;
}

.hz-240117wifi7-part3cir.cir8 {
  left: 29.4%;
  top: 47.2%;
}

.hz-240117wifi7-part3cir.cir9 {
  left: 64.7%;
  top: 47.2%;
}

.hz-240117wifi7-part3icon {
  position: absolute;
  left: 91%;
  width: 3.6%;
  top: 30.6%;
  z-index: 10;
  animation: wifi7part3icon 2s infinite linear;
}

@keyframes wifi7part3icon {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.hz-240117wifi7-part4 {
  position: relative;
  width: 100%;
}

.hz-240117wifi7-part4img2 {
  position: absolute;
  left: 18.6%;
  top: 7.5%;
  width: 65.4%;
}

.hz-240117wifi7-part4cir1 {
  width: 32.6%;
  position: absolute;
  left: 34.5%;
  top: 5%;
  animation: wifi7part4cir1 3s infinite linear;
}

@keyframes wifi7part4cir1 {
  0% {
    opacity: 0;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(3vw);
  }

  100% {
    opacity: 0;
    transform: translateX(6vw);
  }
}

.hz-240117wifi7-part4cir2 {
  width: 39.1%;
  position: absolute;
  left: 38.1%;
  top: -4%;
  animation: wifi7part4cir1 3s infinite linear;
  animation-delay: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.hz-240117wifi7-part4cir3 {
  width: 46.9%;
  position: absolute;
  left: 46.3%;
  top: -11%;
  animation: wifi7part4cir1 3s infinite linear;
  animation-delay: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.hz-240117wifi7-part4cir4 {
  width: 32.6%;
  position: absolute;
  right: 34.5%;
  top: 5%;
  animation: wifi7part4cir4 3s infinite linear;
}

@keyframes wifi7part4cir4 {
  0% {
    opacity: 0;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(-3vw);
  }

  100% {
    opacity: 0;
    transform: translateX(-6vw);
  }
}

.hz-240117wifi7-part4cir5 {
  width: 39.1%;
  position: absolute;
  right: 38.1%;
  top: -4%;
  animation: wifi7part4cir4 3s infinite linear;
  animation-delay: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.hz-240117wifi7-part4cir6 {
  width: 46.9%;
  position: absolute;
  right: 46.3%;
  top: -11%;
  animation: wifi7part4cir4 3s infinite linear;
  animation-delay: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.hz-240117wifi7-part4cir4>img,
.hz-240117wifi7-part4cir5>img,
.hz-240117wifi7-part4cir6>img {
  transform: rotate(180deg);
}

.hz-240117wifi7-title5 {
  width: 30.4%;
  margin: 0 auto 3vw;
}

.hz-240117wifi7-part5 {
  width: 73.1%;
  margin: 0 auto 7%;
}

.hz-240117wifi7-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.hz-240117wifi7-top>li {
  width: 24%;
  padding: 1% 0;
  text-align: center;
  font-size: 1.15vw;
  color: #fff;
  cursor: pointer;
  background-color: #1c1d1f;
  border-radius: 15px;
  font-family: 'PingFang_Bold';
}

.hz-240117wifi7-top>li.active {
  background: -webkit-linear-gradient(top, #00af74 0%, #007358 50%, #00af74 100%);
  background: linear-gradient(top, #00af74 0%, #007358 50%, #00af74 100%);
}

.hz-240117wifi7-bottom {
  width: 100%;
  margin: 3% auto;
  display: flex;
  flex-wrap: wrap;
  display: none;
}

.hz-240117wifi7-bottom.active {
  display: flex;
}

.hz-240117wifi7-bottom>li {
  width: 31.4%;
  margin-left: 2.9%;
  margin-bottom: 4%;
}

.hz-240117wifi7-bottom>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.hz-240117wifi7-cp {
  width: 100%;
  position: relative;
}

.hz-240117wifi7-cpmain {
  width: 35%;
  position: absolute;
  left: 32%;
  top: 20%;
  opacity: 0;
}

.hz-240117wifi7-bottom.active .hz-240117wifi7-cpmain {
  animation: wifi7part1right 1s;
  animation-fill-mode: forwards;
}

.hz-240117wifi7-part5-tip {
  margin-left: 9%;
  width: 82%;
  font-family: 'PingFang_Bold';
  margin-top: 5%;
}

.hz-240117wifi7-part5p1 {
  font-size: 1.15vw;
  font-family: 'PingFang_Bold';
  color: #91c5ff;
}

.hz-240117wifi7-part5p2 {
  font-size: 1.03vw;
  font-family: 'PingFang_Regular';
  color: #fff;
}

.hz-240117wifi7-part5line {
  width: 70%;
  height: 1px;
  background-color: #303030;
  margin: 4% 0;
}

.hz-240117wifi7-part5p3 {
  font-size: 0.9vw;
  font-family: 'PingFang_Regular';
  color: #999;
}

.hz-240117wifi7-part4p2 {
  font-size: 0.9vw;
  position: absolute;
  text-align: center;
  bottom: 20%;
  color: #fff;
  width: 100%;
}

.hz-240117wifi7-part2animate .hz-240117wifi7-part2l1 {
  animation: ciran1 5s infinite;
  animation-fill-mode: forwards;
}

@keyframes ciran1 {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.hz-240117wifi7-part2animate .hz-240117wifi7-part2l2 {
  animation: ciran2 5s infinite;
  animation-fill-mode: forwards;
}

@keyframes ciran2 {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.hz-240117wifi7-part2animate .hz-240117wifi7-part2l4 {
  animation: ciran3 5s infinite;
  animation-fill-mode: forwards;
}

@keyframes ciran3 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  23.33% {
    opacity: 1;
  }

  26.66% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.hz-240117wifi7-part2animate .hz-240117wifi7-part2l3 {
  animation: ciran4 5s infinite;
  animation-fill-mode: forwards;
}

@keyframes ciran4 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.hz-240117wifi7-part2animate .hz-240117wifi7-part2l5 {
  animation: ciran5 5s infinite;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes ciran5 {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  43.33% {
    opacity: 1;
  }

  46.66% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.hz-240117wifi7-part2animate .hz-240117wifi7-part2l6 {
  animation: ciran6 5s infinite;
  animation-fill-mode: forwards;
}

.hz-240117wifi7-part2animate .hz-240117wifi7-part2l7 {
  animation: ciran7 5s infinite;
  animation-fill-mode: forwards;
}

.hz-240117wifi7-part2animate .hz-240117wifi7-part2l8 {
  animation: ciran8 5s infinite;
  animation-fill-mode: forwards;
}

@keyframes ciran6 {
  0% {
    opacity: 0;
  }

  16.66% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ciran7 {
  0% {
    opacity: 0;
  }

  16.66% {
    opacity: 0;
  }

  33.32% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ciran8 {
  0% {
    opacity: 0;
  }

  33.32% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.hz-240117wifi7-part2btn {
  width: 46.6%;
  margin: 4% 0 0;
  position: relative;
  cursor: pointer;
}

.hz-240117wifi7-part2btnq {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: wifi7cir 2s infinite linear;
}

.hand {
  position: absolute;
  width: 30%;
  right: 0;
  bottom: 0;
  animation: hand 1s infinite linear;
}

@keyframes hand {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }

  100% {
    opacity: 1;
    transform: translate(-1vw, -1vw);
  }
}

.bottom {
  width: 100%;
  height: 60px;
  background-color: #404043;
  text-align: center;
  font-size: 12px;
  line-height: 60px;
  color: #cccccc;
}

.bottom .main {
  margin: 0 auto;
}

.bottom img {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  padding-left: 1%;
  padding-right: 0.5%;
}

.menu {
  display: none;
}

.hz-250919wifi7-title {
  font-size: 1.979vw;
  font-weight: bold;
  text-align: center;
  background-image:-webkit-linear-gradient(90deg,#7094be,#fff); 
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent;
  color: #7094be;
}

.hz-250919wifi7-title1 { margin: 0 auto 2.5vw;}
.hz-250919wifi7-title3 { margin: 4vw auto 0;}
.hz-250919wifi7-title4 { margin: 4vw auto 0;}
.hz-250919wifi7-title5 { margin: 3vw auto;}

.show-phone{ display: none;}

.hz-240117wifi7-btn a{ color: #91c5ff;}



@media only screen and (max-width: 768px) {

  .top {
    height: auto;
    padding: 3% 0;
    overflow: visible;
  }

  .menu {
    width: 6.7%;
    margin-right: 4%;
    display: block;
  }

  .logo {
    width: 18.7%;
    margin-left: 4%;
    margin-top: 0;
  }

  .nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    background-color: #051521;
    border-top: 1px solid #e5e5e5;
    display: none;
    padding-bottom: 7%;
    box-shadow: 0 10px 15px 0 #808080;
  }
  .hz-240117wifi7-banner>img{
    
  }
  .hz-240117wifi7-banner>img:nth-child(2){
    display:block;
  }
  .hz-240117wifi7-banner>img:nth-child(1){
    display:none;
  }
  .nav>li {
    width: 100%;
    margin-left: 0;
    border-bottom: none;
    box-sizing: border-box;
    padding: 5% 8%;
    font-size: 3.4vw;
    line-height: 1em;
  }

  .nav li:after {
    content: '';
    width: 84%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }


  .nav li.active:after {
    content: '';
    width: 84%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }


  .hz-240117wifi7-bannertxt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 25%;
    transform:translate(0);
  }

  .hz-240117wifi7-bannertxt1 {
    font-size: 7.5vw;
    text-align: left;
    border-bottom: 0;
    position: relative;
    padding-bottom: 3%;
	padding-left: 8%;
  }
  .hz-240117wifi7-bannertxt1 img{ width:15vw;}

  .hz-240117wifi7-bannertxt1::after {
    content: '';
    width: 58%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .hz-240117wifi7-bannertxt2 {
    font-size: 5.2vw;
    text-align: center;
  }
  
  .hz-240117wifi7-bannerpic{ width: 80%; margin: 0 auto;}


  .hz-2401117wifi7-bannerbtn {
    width: 36%;
    font-size: 3vw;
    margin: 10% auto 0;
	padding: 2.3vw 0;
  }

  .hz-240117wifi7-title1 {
    width: 77.1%;
    margin: 0 auto 5vw;
  }

  .hz-240117wifi7-part1 {
    width: 100%;
  }

  .hz-240117wifi7-part1left {
    width: 100%;
  }

  .hz-240117wifi7-part1left>li {
    width: 25%;
    float: left;
    border-right: 1px solid rgba(107, 145, 188, 0.6);
    padding: 1.5% 0;
    box-sizing:border-box;
  }

  .hz-240117wifi7-part1left>li:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(107, 145, 188, 0.6);
  }

  .hz-240117wifi7-p1bg>p {
    font-size: 3vw;
  }

  .hz-240117wifi7-p1bg>img {
    width: 30%;
  }

  .hz-240117wifi7-p1bg {
    width: 83%;
  }

  .hz-240117wifi7-part1right {
    width: 100%;
    padding: 4% 0;
  }

  .hz-240117wifi7-part1img3icon {
    transform-origin: 47.5% 43%;
  }

  .hz-240117wifi7-part1right>p {
    font-size: 3.2vw;
  }

  .hz-240117wifi7-part1right>p>span {
    font-size: 4.5vw;
  }

  .hz-240117wifi7-part1right>p+p {
    margin-bottom: 8%;
  }

  .hz-240117wifi7-part1right .hz-240117wifi7-part1img1,
  .hz-240117wifi7-part1right .hz-240117wifi7-part1img2,
  .hz-240117wifi7-part1right .hz-240117wifi7-part1img3,
  .hz-240117wifi7-part1right .hz-240117wifi7-part1img4 {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .hz-240117wifi7-part1right .hz-240117wifi7-part1img2 {
    margin-top: -3.8%;
  }

  .hz-240117wifi7-part1right .hz-240117wifi7-part1img3 {
    margin-top: -2.8%;
  }

  .hz-240117wifi7-part1right .hz-240117wifi7-part1img4 {
    margin-top: -2.5%;
  }

  .hz-240117wifi7-part2imgwrap {
    width: 147%;
    position: relative;
  }

  .hz-240117wifi7-part2wrap {
    position: relative;
    width: 90.8%;
    left: 0;
    top: 0;
    margin-left: 4.9%;
    transform: translateY(0);
  }

  .hz-240117wifi7-part2p1 {
    font-size: 4vw;

  }

  .hz-240117wifi7-part2ul {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 8%;
  }

  .hz-240117wifi7-part2ul>li {
    margin-bottom: 0;
    font-size: 2.8vw;
  }

  .hz-240117wifi7-part2line {
    margin: 3% auto;
  }

  .hz-240117wifi7-part2tip {
    font-size: 2.2vw;
    bottom: 3%;
  }

  .hz-240117wifi7-part2ulfloat {
    display: block;
    padding-bottom: 5%;
  }

  .hz-240117wifi7-part2ulfloat>li {
    float: left;
    width: 60%;
    margin-bottom: 3%;
  }

  .hz-240117wifi7-part2ulfloat>li:nth-child(1),
  .hz-240117wifi7-part2ulfloat>li:nth-child(3) {
    width: 40%;
  }

  .hz-240117wifi7-part2p2 {
    position: relative;
    left: 0;
    top: 0;
    font-size: 3.8vw;
  }

  .hz-240117wifi7-part2bottom {
    position: relative;
    left: 0;
    top: 0;
    width: 90%;
    margin: 4% auto 5%;
    flex-wrap: wrap;
  }

  .hz-240117wifi7-part2bottom>li {
    width: 50%;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 3%;
    padding-top: 3%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }

  .hz-240117wifi7-part2bottom>li::after {
    display: none;
  }

  .hz-240117wifi7-part2p2 {
    font-size: 3.2vw;
    margin-bottom: 2%;
  }

  .hz-240117wifi7-part2p3 {
    font-size: 2.6vw;
  }

  .hz-240117wifi7-part2bottom>li:last-child,
  .hz-240117wifi7-part2bottom>li:nth-child(2) {
    border-right: 0;
  }

  .hz-240117wifi7-part2bottom>li:nth-child(3),
  .hz-240117wifi7-part2bottom>li:nth-child(4) {
    border-bottom: 0;
  }

  .hz-240117wifi7-part2p1>span {
    font-size: 3.2vw;
  }

  .hz-240117wifi7-part2bottom>li>p>span {
    padding: 1px 5px 1px 7px;
  }

  .hz-240117wifi7-title2 {
    width: 61.3%;
    top: 35px;
    left: 19.35%;
  }

  .hz-240117wifi7-title3 {
    width: 60.8%;
    margin: 10vw auto 0;
  }

  .hz-240117wifi7-part3p1 {
    font-size: 3vw;
    width: 83%;
    margin: 5% auto 0;
  }

  .hz-240117wifi7-part3 {
    width: 89.2%;
    margin: 4vw auto 0;
  }

  .hz-240117wifi7-part3main {
    width: 100%;
  }

  .hz-240117wifi7-part4p2 {
    font-size: 3.1vw;
    bottom: 8%;
  }

  .hz-240117wifi7-part4 {
    width: 140%;
    margin-left: -21%;
  }

  .hz-240117wifi7-part4>img {
    padding-top: 14%;
  }

  .hz-240117wifi7-part4cir1 {
    top: 25%;
    left: 36.5%;
  }

  .hz-240117wifi7-part4cir4 {
    top: 25%;
    right: 36.5%;
  }

  .hz-240117wifi7-part4cir2 {
    top: 20%;
    left: 40.1%;
  }

  .hz-240117wifi7-part4cir5 {
    top: 20%;
    right: 40.1%;
  }

  .hz-240117wifi7-part4 picture img {
    width: 100%;
  }

  .hz-240117wifi7-title5 {
    width: 77.8%;
    margin: 0 auto 5vw;
  }

  .hz-240117wifi7-part5 {
    width: 93%;
  }

  .hz-240117wifi7-top {
    flex-wrap: wrap;
    justify-content:flex-start;
  }

  .hz-240117wifi7-top>li {
    width: 32%;
    margin-bottom: 3%;
    font-size: 3vw;
    padding: 2% 0;
    margin-left:2%;
  }
  .hz-240117wifi7-top>li:first-child,.hz-240117wifi7-top>li:nth-child(4){
    margin-left:0;
  }
  .hz-240117wifi7-bottom>li {
    width: 100%;
    margin-bottom: 3%;
    display: flex;
    margin-left: 0;
    align-items: center;
  }

  .hz-240117wifi7-cp {
    width: 48.2%;
  }

  .hz-240117wifi7-part5-tip {
    width: 44.7%;
    margin-left: 7.2%;
    margin-top: 0;
  }

  .hz-240117wifi7-part5p1 {
    font-size: 3.2vw;
  }

  .hz-240117wifi7-part5p2 {
    font-size: 3vw;
  }

  .hz-240117wifi7-part5line {
    width: 90%;
  }

  .hz-240117wifi7-part5p3 {
    font-size: 2.8vw;
  }

  .hz-240117wifi7-cpmain {
    width: 38%;
    left: 31%;
    top: 9%;
  }

  .hz-240117wifi7-part2p2>span:last-child {
    font-size: 3vw;
  }

  .hz-240117wifi7-part2btn {
    position: absolute;
    right: 2%;
    top: -63vw;
    width: 20%;
    margin-top: 0;
  }

  .bottom .main {
    margin: 0 auto;
  }

  .bottom {
    padding: 2.5% 0;
    height: auto;
    line-height: 1.75em;
    font-size: 3vw;
  }

  .div-br {
    display: block;
  }
  .hz-240117wifi7-wrap section{
    padding:5% 0;
  }
  
  .hz-250919wifi7-title {
    font-size: 4.8vw;
  }
  .hz-250919wifi7-title1 { margin: 0 auto 5vw;}
  .hz-250919wifi7-title3 { margin: 5vw auto 0;}
  .hz-250919wifi7-title4 { margin: 5vw auto 0;}
  .hz-250919wifi7-title5 { margin: 0 auto 5vw;}
  
  .show-pc{ display: none;}
  .show-phone{ display: block;}
  
  
}

.hz-220802-dhb {
  transition: 1s;
  transform: translateY(15px);
  opacity: 0;
}

.hz-220802-dhb.hz-220802-dh {
  transform: translateY(0);
  opacity: 1;
}

/* WiFi 7页面样式结束 */