.mt60 {
  margin-top: 60px;
}
.mt40 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .mt40 {
    margin-top: 20px;
  }
}
html,
body {
  font-size: 16px !important;
  background: #fff;
}
.videomask .icon-close {
  color: #000 !important;
}
.wifi6 {
  max-width: 1920px;
  margin: 0 auto;
}
.wifi6 .text-composable {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.wifi6 .wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 1200px;
}
.wifi6 .wrapper .h3-title {
  font-size: 40px;
  color: #333;
  text-align: center;
  padding-bottom: 34px;
}
.wifi6 .wrapper img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .wifi6 .wrapper {
    padding: 40px 10px;
  }
  .wifi6 .wrapper .h3-title {
    font-size: 26px;
    padding-bottom: 20px;
  }
}
.wifi6 .text-pic:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 74vh;
  vertical-align: middle;
}
.wifi6 .content {
  padding: 0;
}
.wifi6 .pro-desc {
  color: #000;
  font-style: normal;
}
.wifi6 .main img {
  width: 100%;
  display: block;
  position: relative;
}
.wifi6 .main .hw-btn {
  padding-left: 0;
  padding-right: 50px;
}
.wifi6 .main .btn-banner {
  padding: 9px 30px;
  margin: 0 10px;
}
.LANG_jp .wifi6 .main .btn-banner {
  padding: 9px 10px;
}
.wifi6 .main .hw-btn-banner {
  padding-top: 20px;
}
.wifi6 .main .hw-btn-banner a {
  margin-top: 0;
  padding: 0 20px;
  font-size: 18px;
}
.wifi6 .cistern-box {
  width: 100%;
  overflow: hidden;
  _zoom: 1;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wifi6 .cistern-box .lazyload-v2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wifi6 .text-content {
  z-index: 2;
  text-align: center;
  position: relative;
}
.wifi6 .text-content.content-normal {
  position: relative;
  left: auto;
  top: auto;
  margin: 0 auto;
}
.wifi6 .text-content.content-left {
  text-align: left;
}
.wifi6 .text-content.content-right {
  text-align: right;
}
@media (max-width: 1200px) {
  .wifi6 .text-content {
    width: 100%;
  }
}
.wifi6 .col-2 {
  width: 50%;
}
.wifi6 .col-3 {
  width: 33.33%;
}
.wifi6 .col-4 {
  width: 25%;
}
.wifi6 .col-5 {
  width: 20%;
}
.wifi6 .hw-btn {
  color: #000;
  font-size: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.wifi6 .hw-btn.font-medium:hover > span {
  text-decoration: underline;
}
.wifi6 .hw-btn.btn-arrow .icon-arrowhead-top {
  position: absolute;
  right: 10px;
  top: 30%;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wifi6 .hw-btn.btn-arrow:hover .icon-arrowhead-top {
  right: 5px;
}
.wifi6 .hw-btn.btn-empty-white:hover {
  background: #c7000b;
}
.wifi6 .hw-btn.btn-empty-white:hover span {
  text-decoration: none;
}
@media (max-width: 768px) {
  .wifi6 .hw-btn {
    margin-top: 0;
    font-size: 14px;
    padding: 6px 8px;
  }
}
.wifi6 .h2-title .six {
  line-height: 1;
  color: #000;
  border-color: transparent;
  border-style: solid;
}
.wifi6 .h3-title {
  font-size: 44px;
  color: #333;
}
.wifi6 .h3-title .six {
  line-height: 1;
  color: #000;
  border-color: transparent;
  border-style: solid;
}
.wifi6 .h4-title-02 {
  font-size: 32px;
  color: #333;
}
@media (max-width: 768px) {
  .wifi6 .h4-title-02 {
    font-size: 24px;
  }
}
.wifi6 .h4-title {
  font-size: 30px;
  color: #333;
}
.wifi6 .h5-title {
  font-size: 24px;
  color: #fff;
}
.wifi6 .text-p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
.wifi6 .c-hazy .h3-title {
  color: #000;
}
.wifi6 .c-hazy .text-p {
  color: rgba(0, 0, 0, 0.6);
}
.wifi6 .c-hazy .h4-title {
  color: #2f2f30;
}
.wifi6 .video {
  cursor: pointer;
  font-size: 16px;
}
.wifi6 .video .iconfont {
  font-size: 40px;
}
.flex-space-bt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
     -moz-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
}
.flex-center-start {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
}
.flex-start-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
}
.highlighted {
  color: #333 !important;
}
.f-r {
  float: right;
}
.f-l {
  float: left;
}
.ta-c {
  text-align: center;
}
.nav-gblnav.hidden-xs.hidden-sm.direction.online {
  display: none;
}
.zl-pc-header-box.headerNew {
  display: none;
}
.bannar-breadcrumbs-wrap {
  display: none;
}
.nav-gblnav {
  display: none;
}
/*header*/
/*==S header*/
.all-container .logo {
  float: left;
  width: 152px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.all-container .logo img {
  max-width: 127px;
  display: block;
  width: 100%;
}
.all-container #pc-nav {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  padding-right: 10px;
  overflow: hidden;
  padding-top: 5px;
}
.LANG-cn .all-container #pc-nav {
  padding-top: 10px;
}
.all-container #pc-nav ul {
  text-align: center;
}
.all-container #pc-nav ul li {
  padding: 4px 15px;
  display: inline-block;
}
.LANG-ru .all-container #pc-nav ul li {
  padding: 4px 10px;
}
@media (max-width: 1400px) {
  .LANG-ru .all-container #pc-nav ul li {
    padding: 4px 5px;
  }
}
.LANG-cn .all-container #pc-nav ul li {
  padding: 0 20px;
}
.all-container #pc-nav ul li a {
  color: #000;
}
.all-container #pc-nav ul li a:hover,
#pc-nav li.current .all-container #pc-nav ul li a {
  color: #c7000b;
  text-decoration: none;
}
.all-container #pc-nav ul li.active a {
  color: #c7000b;
}
.all-container #pc-nav ul li.disable a,
.all-container #pc-nav ul li.disable a:hover {
  cursor: default;
  color: #999;
}
.all-container .head_link {
  float: right;
  color: #000;
  font-size: 12px;
  /* padding-top: 5px; */
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.all-container .head_link a {
  color: #000;
  font-size: 12px;
  margin-left: 20px;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  border-radius: 2px;
  border: solid 1px #000;
  display: inline-block;
}
.all-container .head_link a:hover {
  text-decoration: none;
  background: #c7000b;
  border: 1px solid #c7000b;
}
.all-container .head_link .btn-back-01 {
  border: 0;
  background: none;
}
.all-container .head_link .btn-back-01:hover {
  color: #c7000b;
  background: none;
  text-decoration: underline;
  border: 0;
}
.all-container.min .logo {
  width: 127px;
}
.all-container.min .head_link {
  padding-top: 2px;
}
.all-container.min #pc-nav {
  padding-top: 4px;
}
.all-container.min #pc-nav ul li a {
  color: #000;
}
.all-container.min #pc-nav ul li.active a {
  color: #c7000b;
}
.all-container.min .head_link {
  color: #000;
}
.all-container.min .head_link a {
  color: #000;
}
#wap-nav {
  display: none;
}
#navposition0,
#navposition1,
#navposition2,
#navposition3,
#navposition4,
#navposition5 {
  position: absolute;
  top: -50px;
  left: 0;
}
@media (max-width: 1400px) {
  #pc-nav li a {
    font-size: 14px;
  }
  #pc-nav {
    padding-right: 95px;
  }
}
@media (max-width: 1024px) {
  #pc-nav {
    display: none;
  }
  #wap-nav {
    display: block;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 888;
  }
  #wap-nav ul {
    text-align: center;
    margin-top: 76px;
  }
  #wap-nav li {
    width: 100%;
    font-size: 16px;
    padding: 12px 0;
  }
  #wap-nav li a {
    color: #666;
  }
  #wap-nav li:active a {
    color: #2196f3;
    transition: 0s;
    -webkit-transition: 0s;
  }
  #wap-nav li:active a:active {
    color: #2196f3;
    transition: 0s;
    -webkit-transition: 0s;
  }
  #wap-nav div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    border-top: 1px solid #f0f0f0;
    text-align: center;
  }
  #wap-nav div a {
    text-align: center;
    width: 50%;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    padding: 8px;
  }
  #wap-nav div a.en {
    border-right: 1px solid #f0f0f0;
  }
}
/*==E header*/
.wifi6 {
  overflow: hidden;
  /*==S header*/
}
.wifi6 .bg0 {
  background: #191919;
}
.wifi6 .bgf {
  background: #fff;
}
.wifi6 .bgf6 {
  background: #f6f6f6;
}
@media (max-width: 768px) {
  .wifi6 {
    width: 100%;
    overflow-x: hidden;
  }
}
.wifi6 header {
  width: 100%;
  padding: 23px 30px;
  position: fixed;
  left: 0;
  top: 40px;
  background: transparent;
  z-index: 1000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wifi6 header.fiexdTop {
  top: 0;
}
@media (max-width: 992px) {
  .wifi6 header.fiexdTop {
    background: #ffffff;
    border-bottom: 1px solid #e2e2e2;
  }
}
.wifi6 header .wrapper {
  padding: 0;
}
.wifi6 header .wap_navbtn {
  display: none;
  float: right;
  width: 25px;
  height: 29px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  margin-left: 20px;
}
.wifi6 header .wap_navbtn span {
  display: inline-block;
  width: 25px;
  height: 2px;
  top: 14px;
  right: auto;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.wifi6 header .wap_navbtn span:before,
.wifi6 header .wap_navbtn span:after {
  content: '';
  display: block;
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wifi6 header .wap_navbtn span:before {
  top: -8px;
}
.wifi6 header .wap_navbtn span:after {
  bottom: -8px;
}
.wifi6 header .wap_navbtn.close span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.wifi6 header .wap_navbtn.close span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}
@media (max-width: 1024px) {
  .wifi6 header {
    padding: 10px 10px;
    overflow: initial;
    z-index: 999;
    top: 0;
  }
  .wifi6 header .logo {
    width: 120px;
  }
  .wifi6 header .head_link {
    display: none;
  }
  .wifi6 header #pc-nav {
    padding-top: 4px;
  }
  .wifi6 header #pc-nav li {
    padding: 0 10px;
  }
  .wifi6 header.min header {
    padding: 10px 10px;
  }
  .wifi6 header .wap_navbtn {
    display: block;
  }
  .wifi6 header .wap_navbtn span,
  .wifi6 header .wap_navbtn span:after,
  .wifi6 header .wap_navbtn span:before {
    background-color: #000;
  }
}
.wifi6.min header {
  top: 0;
  padding: 10px 30px;
  background: #ffffff;
  border-bottom: 1px solid #e2e2e2;
}
.wifi6 .banner {
  background-color: #dddfdf;
}
.wifi6 .banner .text-content {
  text-align: left;
  padding-bottom: 300px;
  padding-top: 200px;
}
@media (max-width: 1600px) {
  .wifi6 .banner .text-content {
    width: 100%;
    padding-bottom: 22%;
    top: 10px;
  }
  .wifi6 .banner .text-content .text-composable .h1-title {
    font-size: 36px;
  }
  .wifi6 .banner .text-content .text-composable .banner-p {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .wifi6 .banner .text-content {
    width: 100%;
    top: 50px;
    padding-bottom: 60vw;
  }
  .wifi6 .banner .text-content .text-composable {
    width: 100%;
    padding: 0 25px;
  }
  .wifi6 .banner .text-content .text-composable .h1-title {
    font-size: 28px;
  }
  .wifi6 .banner .text-content .text-composable .h1-title .six {
    font-size: 1em;
  }
  .wifi6 .banner .text-content .text-composable .banner-p {
    font-size: 16px;
  }
  .wifi6 .banner .text-content .text-composable .hw-btn-warp .hw-btn {
    font-size: 14px;
    padding: 6px 20px;
  }
  .wifi6 .banner .text-content .text-composable .hw-btn-warp .hw-btn.btn-icon-video:before {
    top: 3px;
  }
}
.wifi6 .banner .h1-title {
  color: #000;
  font-size: 48px;
  margin: 0;
  margin-bottom: 6px;
  line-height: 1.3;
}
.wifi6 .banner .h1-title .six {
  font-size: 48px;
  color: #c7000b;
  padding-left: 2px;
}
.wifi6 .banner .btn-banner {
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: auto 15px;
}
.LANG-en .wifi6 .banner .btn-banner {
  margin: auto 15px;
}
@media (max-width: 1280px) {
  .LANG-en .wifi6 .banner .btn-banner.btn-icon-video:before {
    top: 0;
  }
}
*:not(.LANG-cn) .wifi6 .banner .btn-banner {
  margin-bottom: 10px;
}
.wifi6 .banner .btn-banner:hover,
.wifi6 .banner .btn-banner.active {
  text-decoration: none;
  background: #c7000b;
  border: 2px solid #c7000b;
}
.wifi6 .banner .btn-banner:hover span,
.wifi6 .banner .btn-banner.active span {
  text-decoration: none;
}
.wifi6 .banner .btn-banner.active:hover {
  background: #c7000b;
  border: 2px solid #c7000b;
}
.wifi6 .banner .btn-banner .iconfont {
  display: none;
}
.wifi6 .banner .banner-p {
  font-size: 28px;
  line-height: 1.5;
  color: #000;
}
.wifi6 .banner .ebg-btn-box {
  padding-top: 0;
}
.wifi6 .banner.video .text-content {
  text-align: center;
  max-width: 990px;
  padding-bottom: 60px;
  padding-top: 120px;
}
@media (max-width: 1200px) {
  .wifi6 .banner.video .text-content {
    padding-bottom: 300px;
    padding-top: 100px;
  }
}
.wifi6 .banner.video .text-composable .h1-title {
  font-size: 28px;
  text-align: center !important;
}
@media (max-width: 1200px) {
  .wifi6 .banner.video .text-composable .h1-title {
    text-align: left !important;
  }
}
.wifi6 .banner.video .text-composable video {
  width: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .wifi6 .banner.video .text-composable video {
    display: none;
  }
}
.wifi6 .banner.video .text-composable .banner-p{
  display: none;
}
@media (max-width: 1200px) {
  .wifi6 .banner.video .text-composable .banner-p{
    display: block;
  }
}
.wifi6 .wifi6-01 {
  background: #fff;
}
.wifi6 .wifi6-01 .wrapper {
  padding-bottom: 70px;
}
.wifi6 .wifi6-01 .pt0 {
  padding-top: 0;
}
.wifi6 .wifi6-01 .h3-title .title-focus:after {
  content: '，';
  margin-left: -13px;
}
.wifi6 .wifi6-01 .tab-content .tab-hd {
  text-align: center;
  font-size: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wifi6 .wifi6-01 .tab-content .tab-hd .tab-hd-item {
  position: relative;
  padding: 0 40px;
  cursor: pointer;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.LANG-en .wifi6 .wifi6-01 .tab-content .tab-hd .tab-hd-item {
  padding: 0 30px;
}
*:not(.LANG-cn) .wifi6 .wifi6-01 .tab-content .tab-hd .tab-hd-item {
  font-size: 20px;
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
}
.LANG-cn .wifi6 .wifi6-01 .tab-content .tab-hd .tab-hd-item {
  font-size: 24px;
}
.wifi6 .wifi6-01 .tab-content .tab-hd .tab-hd-item .iconfont {
  display: none;
}
.wifi6 .wifi6-01 .tab-content .tab-hd .tab-hd-item:hover {
  color: #000;
}
.wifi6 .wifi6-01 .tab-content .tab-hd .tab-hd-item.active {
  position: relative;
  color: #000;
}
.wifi6 .wifi6-01 .tab-content .tab-hd .tab-hd-item.active:after {
  position: absolute;
  bottom: -10px;
  left: calc((100% - 10px) / 2);
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}
.wifi6 .wifi6-01 .tab-content .tab-hd em.line {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: -45px;
}
*:not(.LANG-cn) .wifi6 .wifi6-01 .tab-content .tab-hd em.line {
  width: 1px;
  height: 20px;
  margin-right: 0;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  /* margin-right: -0.45rem; */
  position: absolute;
  right: 0;
  top: 5px;
}
.LANG-en .wifi6 .wifi6-01 .tab-content .tab-hd em.line {
  margin-left: 30px;
}
.wifi6 .wifi6-01 .tab-content .tab-bd {
  margin-top: 40px;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item {
  display: none;
  border: 1px solid #d8d5d5;
  font-size: 0;
  padding: 20px 50px;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .h4-title {
  font-size: 26px;
  padding: 0;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-mb-item {
  display: none;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item.active {
  display: block;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .text-p {
  margin-top: 15px;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item.tab-bd-item-02 .text-p:not(:nth-of-type(1)) {
  margin-top: 5px;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd,
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-bd {
  display: inline-block;
  vertical-align: top;
  padding: 40px 50px;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd {
  padding: 10px 50px;
  margin-bottom: 20px;
  border-right: 2px solid #000;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd .tab-center-hd-item {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  margin: 20px 0;
  max-width: 160px;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd .tab-center-hd-item:first-child {
  margin-top: 0;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd .tab-center-hd-item:last-child {
  margin-bottom: 0;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd .tab-center-hd-item:hover,
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd .tab-center-hd-item.active {
  color: #000;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd .tab-center-hd-item:hover span,
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd .tab-center-hd-item.active span {
  position: relative;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd .tab-center-hd-item:hover span:after,
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd .tab-center-hd-item.active span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #000;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd .tab-center-hd-item:hover:before,
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd .tab-center-hd-item.active:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #50a9ab;
  border-top: 2px solid #50a9ab;
  right: -55px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 30%;
  background: #101010;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-hd .mb-title {
  display: none;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-bd {
  width: 84.5%;
  padding-top: 20px;
}
*:not(.LANG-cn) .wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-bd {
  width: 78%;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-bd .tab-center-bd-item {
  display: none;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-bd .tab-center-bd-item.active {
  display: block;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-bd .tab-center-bd-item .text-p {
  margin-top: 0;
}
.wifi6 .wifi6-01 .tab-content .tab-bd .tab-bd-item .tab-center-bd .mb-title {
  display: none;
}
.wifi6 .wifi6-01 .hor-list {
  width: 100%;
}
.wifi6 .wifi6-01 .hor-list dl.hor-item {
  float: left;
  padding: 0 45px;
}
.wifi6 .wifi6-01 .hor-list dl.hor-item dd {
  width: 83px;
  margin: 0 auto;
}
.wifi6 .wifi6-01 .hor-list dl.hor-item dd img {
  display: block;
  width: 100%;
}
.wifi6 .wifi6-01 .hor-list dl.hor-item dt {
  margin-top: 20px;
}
.wifi6 .wifi6-01 .hor-list dl.hor-item dt .hor-item-desc {
  font-size: 18px;
  color: #999;
  line-height: 1.44444444;
  text-align: center;
}
.wifi6 .wifi6-01 .text-p {
  font-size: 18px;
}
.wifi6 .wifi6-01 .tab-ver {
  width: 100%;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd,
.wifi6 .wifi6-01 .tab-ver .tab-ver-bd {
  display: inline-block;
  vertical-align: top;
  padding: 40px 50px;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd {
  max-width: 160px;
  padding: 0 46px 0 0;
  border-right: 2px solid #000;
}
*:not(.LANG-cn) .wifi6 .wifi6-01 .tab-ver .tab-ver-hd {
  max-width: 260px;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd .tab-ver-hd-item {
  position: relative;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  margin: 20px 0;
  max-width: 160px;
  color: #fff;
}
*:not(.LANG-cn) .wifi6 .wifi6-01 .tab-ver .tab-ver-hd .tab-ver-hd-item {
  max-width: 210px;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd .tab-ver-hd-item:first-child {
  margin-top: 0;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd .tab-ver-hd-item:last-child {
  margin-bottom: 0;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd .tab-ver-hd-item:hover,
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd .tab-ver-hd-item.active {
  color: #000;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd .tab-ver-hd-item:hover span,
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd .tab-ver-hd-item.active span {
  position: relative;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd .tab-ver-hd-item:hover span:after,
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd .tab-ver-hd-item.active span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #000;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd .tab-ver-hd-item:hover:before,
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd .tab-ver-hd-item.active:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #50a9ab;
  border-top: 2px solid #50a9ab;
  right: -52px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 30%;
  background: #262626;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-hd .mb-title {
  display: none;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-bd {
  width: 86%;
  max-width: 1068px;
  padding-top: 20px;
  padding: 0 0 0 50px;
}
*:not(.LANG-cn) .wifi6 .wifi6-01 .tab-ver .tab-ver-bd {
  width: 77%;
  max-width: 950px;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item {
  display: none;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item .mb-title {
  display: none;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item.active {
  display: block;
}
.wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item .text-p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .wifi6 .wifi6-01 .tab-ver .tab-ver-hd {
    display: none;
  }
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd {
    width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  *:not(.LANG-cn) .wifi6 .wifi6-01 .tab-ver .tab-ver-bd {
    width: 100%;
  }
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item {
    margin-top: 0;
  }
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item:first-child {
    margin-top: 0;
  }
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item .h5-title,
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item .h6-title {
    font-size: 16px;
  }
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item .h6-title {
    color: #c7000b;
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    padding: 16px 0 16px 0;
    border-top: 1px solid #e2e2e2;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
  }
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item .h6-title .icon-right {
    position: absolute;
    right: 0;
    top: 20px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item .h6-title.active {
    color: #c7000b;
    font-weight: bold;
  }
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item .h6-title.active .icon-right {
    color: #c7000b;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item .h5-title {
    margin-top: 5px;
  }
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item .show-box {
    display: none;
    padding: 10px 0 16px;
  }
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item .show-box .text-p {
    margin-top: 15px;
  }
  .wifi6 .wifi6-01 .tab-ver .tab-ver-bd .tab-ver-bd-item .text-p {
    margin-top: 0;
  }
}
.wifi6 .wifi6-01 .per-list {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#292929), to(#e2e2e2)), -webkit-gradient(linear, left top, left bottom, from(#292929), to(#e2e2e2));
  background-image: linear-gradient(90deg, #292929 0%, #e2e2e2 100%), linear-gradient(#292929, #e2e2e2);
  background-blend-mode: normal,
        normal;
}
.wifi6 .wifi6-01 .per-list .per-list-title {
  padding: 0 40px;
  color: #fff;
  font-size: 24px;
  line-height: 1.33333333;
}
.wifi6 .wifi6-01 .per-list dl {
  width: 48%;
  padding: 0 60px 0 80px;
  margin: 20px 0;
  border-left: 2px solid #383838;
}
.wifi6 .wifi6-01 .per-list dl dd {
  max-width: 120px;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #969fa3;
}
.wifi6 .wifi6-01 .per-list dl dd img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1.0001);
      -ms-transform: scale(1.0001);
          transform: scale(1.0001);
}
.wifi6 .wifi6-01 .per-list dl dt {
  margin-left: 20px;
}
.wifi6 .wifi6-01 .per-list dl dt .per-name {
  font-size: 16px;
  color: #fff;
  line-height: 2.5;
}
.wifi6 .wifi6-01 .per-list dl dt .per-pos {
  font-size: 14px;
  color: #999;
}
.wifi6 .wifi6-01 .per-list dl dt .hw-btn {
  margin-top: 10px;
  padding: 0 30px 0 0;
  text-align: left;
}
.wifi6 .wifi6-01 .per-list dl dt .hw-btn .icon-arrowhead-top {
  top: 20%;
}
.wifi6 .wifi6-01 .hw-btn-warp {
  text-align: center;
}
.wifi6 .wifi6-01 .hw-btn-warp .hw-btn {
  padding: 9px 30px;
}
.wifi6 .wifi6-01 .hw-btn-warp .hw-btn .icon-arrowhead-top {
  margin-left: 5px;
}
.wifi6 .wifi6-01 .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.wifi6 .wifi6-01 .box .ebg-row {
  padding: 15px;
}
.wifi6 .wifi6-01 .box .list {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 20px 0;
  background-color: #f6f6f6;
  overflow: hidden;
  border-radius: 8px;
}
.wifi6 .wifi6-01 .box .list .text {
  font-size: 14px;
  line-height: 1.3;
  color: #666;
  padding-right: 15px;
  width: 44%;
  padding-top: 5px;
  padding-bottom: 15px;
}
.wifi6 .wifi6-01 .box .list .text h6.title {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
}
.LANG-en .wifi6 .wifi6-01 .box .list .text h6.title {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
.wifi6 .wifi6-01 .box .list .text p.title {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
}
.LANG-en .wifi6 .wifi6-01 .box .list .text p.title {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
.wifi6 .wifi6-01 .box .list .text dl dt {
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  padding-bottom: 10px;
}
.wifi6 .wifi6-01 .box .list .text dl dd {
  position: relative;
  padding-left: 10px;
}
.wifi6 .wifi6-01 .box .list .text dl dd:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 7px;
}
.wifi6 .wifi6-01 .box .list .pic {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 1201px) {
  .LANG-cn .wifi6 .wifi6-01 .box .list {
    padding-top: 40px;
  }
  .LANG-cn .wifi6 .wifi6-01 .box .list .text {
    line-height: 1.5;
  }
  .LANG-cn .wifi6 .wifi6-01 .box .list .text dl dt {
    line-height: 1.625;
    padding-bottom: 5px;
  }
}
.wifi6 .wifi6-01 .box a.list:hover h6.title {
  text-decoration: underline;
}
@media (min-width: 1201px) {
  .wifi6 .wifi6-01 .box .left {
    width: 30%;
  }
  .wifi6 .wifi6-01 .box .left .ebg-row {
    height: 100%;
  }
  .wifi6 .wifi6-01 .box .left .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 35px 0;
  }
  .wifi6 .wifi6-01 .box .left .text {
    width: 100%;
    padding-right: 0;
  }
  .wifi6 .wifi6-01 .box .left .pic {
    width: 100%;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.wifi6 .wifi6-01 .box .right {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1200px) and (min-width: 751px) {
  .wifi6 .wifi6-01 .box .left,
  .wifi6 .wifi6-01 .box .right {
    width: 100%;
  }
  .wifi6 .wifi6-01 .box .ebg-row2 > .ebg-row {
    width: 50%;
  }
  .wifi6 .wifi6-01 .box .left .text {
    width: 80%;
  }
}
.wifi6 .wifi6-01 .ebg-btn-box {
  padding-top: 0;
}
@media (max-width: 1200px) {
  .wifi6 .wifi6-01 .tab-content .tab-hd .tab-hd-item {
    padding: 0 20px;
  }
}
@media (max-width: 750px) {
  .wifi6 .wifi6-01 .wrapper {
    width: 100%;
    padding: 40px 10px;
  }
  .wifi6 .wifi6-01 .wrapper.pt0 {
    padding-top: 10px;
  }
  .wifi6 .wifi6-01 .wrapper .text-p {
    font-size: 14px;
  }
  .wifi6 .wifi6-01 .wrapper .h3-title {
    padding: 0 20px 20px;
  }
  .wifi6 .wifi6-01 .wrapper .h3-title .title-focus {
    display: block;
  }
  .wifi6 .wifi6-01 .wrapper .h3-title .title-focus:after {
    display: none;
    content: '';
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-hd {
    display: none;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-hd .tab-hd-item {
    display: none;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-hd .line {
    display: none;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd {
    margin-top: 0;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item {
    display: block;
    padding: 0;
    border: 0;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .text-p {
    font-size: 14px;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .tab-mb-item {
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    padding: 16px 0 16px 0;
    border-top: 1px solid #e2e2e2;
    font-size: 16px;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .tab-mb-item:after {
    display: none;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .tab-mb-item .iconfont {
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .tab-mb-item.active {
    color: #000;
    font-weight: bold;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .tab-mb-item.active .iconfont {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .show-box {
    display: none;
    padding: 10px 0 16px;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .show-box.mb-active {
    display: block;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .show-box .h4-title {
    font-size: 16px;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .show-box .tab-center-hd {
    display: none;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .show-box .tab-center-bd {
    width: 100%;
    padding: 0;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .show-box .tab-center-bd .tab-center-bd-item {
    display: block;
    padding: 15px 0 0;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .show-box .tab-center-bd .tab-center-bd-item .text-p {
    font-size: 14px;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .show-box .tab-center-bd .mb-title {
    display: block;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item .show-box .tab-center-bd .h5-title {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item:last-child .tab-mb-item {
    border-bottom: 1px solid #e2e2e2;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item:last-child .tab-mb-item.active {
    border-bottom: 0;
  }
  .wifi6 .wifi6-01 .wrapper .tab-content .tab-bd .tab-bd-item:last-child .show-box {
    border-bottom: 1px solid #e2e2e2;
  }
  .wifi6 .wifi6-01 .wrapper .hor-list {
    margin-top: -20px;
  }
  .wifi6 .wifi6-01 .wrapper .hor-list dl.hor-item {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    margin-top: 20px;
    padding: 0;
  }
  .wifi6 .wifi6-01 .wrapper .hor-list dl.hor-item dd {
    width: 20%;
  }
  .wifi6 .wifi6-01 .wrapper .hor-list dl.hor-item dd img {
    width: 100%;
  }
  .wifi6 .wifi6-01 .wrapper .hor-list dl.hor-item dt {
    margin-top: 0;
    margin-left: 2%;
    width: 78%;
  }
  .wifi6 .wifi6-01 .wrapper .hor-list dl.hor-item dt .hor-item-desc {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .wifi6 .wifi6-01 .wrapper .per-list {
    display: block;
  }
  .wifi6 .wifi6-01 .wrapper .per-list > div,
  .wifi6 .wifi6-01 .wrapper .per-list > dl {
    width: 100%;
    padding: 20px;
  }
  .wifi6 .wifi6-01 .wrapper .per-list > div .per-list-title,
  .wifi6 .wifi6-01 .wrapper .per-list > dl .per-list-title {
    width: 100%;
  }
  .wifi6 .wifi6-01 .wrapper .per-list > div .per-list-title {
    font-size: 18px;
    padding: 0;
  }
  .wifi6 .wifi6-01 .wrapper .per-list > dl {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-top: 1px solid #333;
  }
  .wifi6 .wifi6-01 .wrapper .per-list > dl dt .per-name {
    font-size: 16px;
  }
  .wifi6 .wifi6-01 .wrapper .per-list > dl dt .hw-btn {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.2;
    padding-right: 20px;
  }
  .wifi6 .wifi6-01 .wrapper .per-list > dl dt .hw-btn .icon-arrowhead-top {
    top: 0px;
  }
  .wifi6 .wifi6-01 .wrapper .hw-btn-warp {
    margin-top: 10px;
  }
  .wifi6 .wifi6-01 .wrapper .hw-btn-warp .hw-btn {
    margin-top: 10px;
    padding: 6px 30px 6px 0;
    display: inline-block;
    min-width: 42vw;
  }
  .wifi6 .wifi6-01 .wrapper .hw-btn-warp .hw-btn .icon-arrowhead-top {
    top: 6px;
  }
  .wifi6 .wifi6-01 .box .list {
    padding-top: 30px;
  }
  .wifi6 .wifi6-01 .box .list .text {
    padding-right: 10px;
  }
  .wifi6 .wifi6-01 .box .list .text h6.title {
    font-size: 16px;
  }
  .wifi6 .wifi6-01 .box .list .text dl dt {
    font-size: 14px;
  }
  .wifi6 .wifi6-01 .box .left,
  .wifi6 .wifi6-01 .box .right {
    width: 100%;
  }
  .wifi6 .wifi6-01 .box .ebg-row {
    padding-bottom: 0;
  }
  .wifi6 .wifi6-01 .box .right {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .wifi6 .wifi6-01 .box .right .ebg-row2 {
    margin: 0;
  }
}
.wifi6 .wifi6-02 {
  color: #666;
}
.wifi6 .wifi6-02 .article {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
  border-bottom: 1px solid #d8d5d5;
}
.wifi6 .wifi6-02 .article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.wifi6 .wifi6-02 .article .p-slogin {
  margin-top: 20px;
  text-align: center;
  color: #666;
  font-size: 24px;
}
.wifi6 .wifi6-02 .article .p-slogin > br {
  display: none;
}
.wifi6 .wifi6-02 .article .p-slogin span {
  font-weight: bold;
  display: inline-block;
}
.LANG-en .wifi6 .wifi6-02 .article .p-slogin span {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
.wifi6 .wifi6-02 .article .text-desc {
  width: 80.8%;
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.wifi6 .wifi6-02 .article a.btn-empty-white {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  border-color: #c7000b;
}
.wifi6 .wifi6-02 .article .hw-btn-warp {
  text-align: center;
}
@media (max-width: 768px) {
  .wifi6 .wifi6-02 .article {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .wifi6 .wifi6-02 .article .p-slogin {
    font-size: 20px;
    max-width: 80vw;
    margin: 14px auto 20px;
  }
  .wifi6 .wifi6-02 .article .p-slogin > br {
    display: block;
  }
  .wifi6 .wifi6-02 .article .text-desc {
    width: 100%;
    font-size: 16px;
  }
  .wifi6 .wifi6-02 .article .hw-btn-warp {
    width: 100%;
    margin-top: 10px;
  }
  .wifi6 .wifi6-02 .article .hw-btn-warp .btn-empty-white {
    display: inline-block;
    padding: 11px 15px;
    margin-top: 10px;
  }
  .wifi6 .wifi6-02 .article .hw-btn-warp .btn-arrow {
    margin-top: 10px;
    padding: 6px 20px 6px;
    min-width: 42vw;
  }
  .wifi6 .wifi6-02 .article .hw-btn-warp .btn-arrow .icon-arrowhead-top {
    display: inline-block;
    position: static;
    margin-left: 5px;
  }
}
.wifi6 .wifi6-02 .hor-list {
  margin: 30px -48px 20px;
}
.wifi6 .wifi6-02 .hor-list .hor-item {
  text-align: left;
  position: relative;
  padding: 0 48px;
}
.wifi6 .wifi6-02 .hor-list .hor-item em {
  display: block;
  position: absolute;
  top: -5px;
  width: 26px;
  height: 26px;
  background-size: cover;
}
.wifi6 .wifi6-02 .hor-list .hor-item p {
  color: #666;
  text-align: left;
  text-indent: 30px;
  font-size: 18px;
  line-height: 1.44444444;
}
@media (max-width: 768px) {
  .wifi6 .wifi6-02 .hor-list {
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }
  .wifi6 .wifi6-02 .hor-list .hor-item {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .wifi6 .wifi6-02 .hor-list .hor-item:last-child {
    margin-bottom: 0;
  }
  .wifi6 .wifi6-02 .hor-list .hor-item em {
    width: 20px;
    height: 20px;
    top: 0;
  }
  .wifi6 .wifi6-02 .hor-list .hor-item p {
    font-size: 14px;
    text-indent: 25px;
  }
}
.wifi6 .wifi6-02 .dl-hor {
  margin-top: 30px;
  font-size: 0;
}
.wifi6 .wifi6-02 .dl-hor .dt-hor,
.wifi6 .wifi6-02 .dl-hor .dd-hor {
  display: inline-block;
  vertical-align: middle;
}
.wifi6 .wifi6-02 .dl-hor .dd-hor {
  width: 44.16%;
  max-width: 530px;
}
.wifi6 .wifi6-02 .dl-hor .dd-hor .dd-hor-imgs {
  display: block;
  width: 100%;
}
.wifi6 .wifi6-02 .dl-hor .dd-hor .dd-hor-imgs.mb-img {
  display: none;
}
.wifi6 .wifi6-02 .dl-hor .dd-hor .dd-hor-video {
  display: block;
  width: 100%;
}
.wifi6 .wifi6-02 .dl-hor .dd-hor .hw-btn-warp {
  padding-top: 0;
}
.wifi6 .wifi6-02 .dl-hor .dd-hor .hw-btn-warp .btn-arrow {
  margin-top: 11px;
}
.wifi6 .wifi6-02 .dl-hor .dt-hor {
  width: 50.82%;
  margin-left: 5%;
  margin-top: -60px;
  text-align: left;
}
.wifi6 .wifi6-02 .dl-hor .dt-hor .dt-hor-p {
  color: #666;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.wifi6 .wifi6-02 .dl-hor .dt-hor .dt-hor-p .highlighted {
  font-size: 30px;
  line-height: 0.8;
  font-weight: bold;
  display: inline-block;
  vertical-align: text-bottom;
}
.LANG-en .wifi6 .wifi6-02 .dl-hor .dt-hor .dt-hor-p .highlighted {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
.wifi6 .wifi6-02 .dl-hor .dt-hor .dt-hor-p .highlighted .unit {
  font-weight: normal;
  font-style: normal;
}
.wifi6 .wifi6-02 .dl-hor .dt-hor .dt-hor-p .no-fs {
  font-size: 18px;
  vertical-align: initial;
}
.wifi6 .wifi6-02 .dl-hor .dt-hor .hw-btn-warp {
  margin-left: -15px;
  text-align: left;
}
.wifi6 .wifi6-02 .dl-hor .dt-hor .hw-btn-warp .hw-btn {
  margin: 0 15px;
}
.wifi6 .wifi6-02 .dl-hor .dt-hor .hw-btn-warp .hw-btn.btn-icon-video span {
  position: relative;
  padding-left: 0;
  padding-right: 25px;
}
.wifi6 .wifi6-02 .dl-hor .dt-hor .hw-btn-warp .hw-btn.btn-icon-video span:before {
  font-size: 22px;
  position: absolute;
  top: 0;
  right: -10px;
  font-family: 'iconfont' !important;
  content: '\e6d2';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.wifi6 .wifi6-02 .dl-hor .dt-hor .hw-btn-warp .hw-btn.btn-icon-video:before {
  display: none;
  content: '';
}
@media (max-width: 768px) {
  .wifi6 .wifi6-02 .dl-hor {
    width: 100%;
    margin-top: 20px;
  }
  .wifi6 .wifi6-02 .dl-hor .dd-hor,
  .wifi6 .wifi6-02 .dl-hor .dt-hor {
    width: 100%;
    float: none;
  }
  .wifi6 .wifi6-02 .dl-hor .dd-hor .hw-btn-warp {
    margin-top: 0;
  }
  .wifi6 .wifi6-02 .dl-hor .dd-hor .ebg-btn-box {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .wifi6 .wifi6-02 .dl-hor .dd-hor .dd-hor-imgs.mb-img {
    display: block;
  }
  .wifi6 .wifi6-02 .dl-hor .dd-hor .dd-hor-video {
    display: none;
  }
  .wifi6 .wifi6-02 .dl-hor .dt-hor {
    margin-left: 0;
    margin-top: 10px;
  }
  .wifi6 .wifi6-02 .dl-hor .dt-hor .dt-hor-p {
    font-size: 14px;
    line-height: 1.5;
  }
  .wifi6 .wifi6-02 .dl-hor .dt-hor .dt-hor-p .highlighted {
    font-size: 22px;
    display: inline-block;
    vertical-align: bottom;
  }
  .wifi6 .wifi6-02 .dl-hor .dt-hor .hw-btn-warp {
    margin-left: 0;
  }
  .wifi6 .wifi6-02 .dl-hor .dt-hor .hw-btn-warp .btn-empty-white {
    padding: 11px 15px;
    display: block;
    width: 100%;
    margin: 10px auto;
  }
}
.wifi6 .wifi6-02 .art-01 {
  padding-top: 0;
  text-align: center;
}
.wifi6 .wifi6-02 .art-02 {
  width: 100%;
  text-align: center;
}
.wifi6 .wifi6-02 .art-02 .art-swiper {
  position: relative;
}
.wifi6 .wifi6-02 .art-02 .art-swiper .art-swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wifi6 .wifi6-02 .art-02 .art-swiper .art-swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
}
.wifi6 .wifi6-02 .art-02 .art-swiper .swiper-button-next,
.wifi6 .wifi6-02 .art-02 .art-swiper .swiper-button-prev {
  width: 17px;
  height: 30px;
  top: 42%;
}
.wifi6 .wifi6-02 .art-02 .art-swiper .swiper-button-next {
  background: url("/~/media/EBG/topic-minisite/wifi6-v3/img/arrow-right.png") 100% 100% no-repeat;
  right: -47px;
}
.wifi6 .wifi6-02 .art-02 .art-swiper .swiper-button-prev {
  background: url("/~/media/EBG/topic-minisite/wifi6-v3/img/arrow-left.png") 100% 100% no-repeat;
  left: -47px;
}
.wifi6 .wifi6-02 .art-02 .art-swiper .swiper-pagination {
  width: 100%;
  bottom: -12px;
}
.wifi6 .wifi6-02 .art-02 .art-swiper .dl-hor .dt-hor .hw-btn-warp {
  margin-top: -20px;
}
.wifi6 .wifi6-02 .art-02 .art-swiper .dl-hor .dt-hor .hw-btn-warp .hw-btn {
  margin-top: 20px;
}
.wifi6 .wifi6-02 .art-02 .art-swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #999;
  margin: 0 5px;
  cursor: pointer;
}
.wifi6 .wifi6-02 .art-02 .art-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c7000b;
  border-color: #c7000b;
}
@media (max-width: 768px) {
  .wifi6 .wifi6-02 .art-02 .art-swiper .swiper-button-next,
  .wifi6 .wifi6-02 .art-02 .art-swiper .swiper-button-prev {
    display: none;
  }
  .wifi6 .wifi6-02 .art-02 .art-swiper .dl-hor .dt-hor .hw-btn-warp {
    margin-top: 0;
  }
}
.wifi6 .wifi6-02 .art-03 .dl-hor .dt-hor {
  margin-top: 60px;
  margin: 10px 5% 0 0;
}
.LANG-cn .wifi6 .wifi6-02 .art-03 .dl-hor .dt-hor {
  margin: 60px 5% 0 0;
}
.wifi6 .wifi6-02 .art-03 .dl-hor .dd-hor .media-box {
  width: 100%;
  overflow: hidden;
}
.wifi6 .wifi6-02 .art-03 .dl-hor .dd-hor .media-box .dd-hor-video {
  -webkit-transform: translate(-6%, 0) scale(1.5);
      -ms-transform: translate(-6%, 0) scale(1.5);
          transform: translate(-6%, 0) scale(1.5);
}
@media (max-width: 768px) {
  .wifi6 .wifi6-02 .art-03 .dl-hor .dt-hor {
    margin: 10px 5px 0 0;
  }
  .LANG-cn .wifi6 .wifi6-02 .art-03 .dl-hor .dt-hor {
    margin: 10px 5px 0 0;
  }
}
.wifi6 .wifi6-02 .art-04 .dd-hor .media-box {
  width: 100%;
  overflow: hidden;
}
.wifi6 .wifi6-02 .art-04 .dd-hor .media-box .dd-hor-video {
  -webkit-transform: scale(1.18);
      -ms-transform: scale(1.18);
          transform: scale(1.18);
}
@media (max-width: 768px) {
  .wifi6 .wifi6-02 .art-04 .p-slogin {
    margin-bottom: 20px;
  }
}
.wifi6 .wifi6-03 .ul {
  margin: -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wifi6 .wifi6-03 .ul .li {
  padding: 10px;
}
.wifi6 .wifi6-03 .list {
  display: block;
  padding: 10px 10px 40px 10px;
  background-color: #f6f6f6;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  height: 100%;
  overflow: hidden;
}
@media (min-width: 993px) {
  .wifi6 .wifi6-03 .list:hover {
    text-decoration: none;
  }
  .wifi6 .wifi6-03 .list:hover .a,
  .wifi6 .wifi6-03 .list:hover .iconfont,
  .wifi6 .wifi6-03 .list:hover .a:hover {
    color: #000;
  }
  .wifi6 .wifi6-03 .list:hover .pic {
    opacity: 0.6;
  }
}
.wifi6 .wifi6-03 .list .a {
  position: relative;
  z-index: 9;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-top: -60px;
}
.wifi6 .wifi6-03 .list .iconfont {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  display: none;
}
.wifi6 .wifi6-03 .list .pic {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.wifi6 .wifi6-03 .hw-btn-warp {
  text-align: center;
}
@media (max-width: 768px) {
  .wifi6 .wifi6-03 .wrapper {
    padding: 50px 10px;
  }
  .wifi6 .wifi6-03 .ul {
    margin: auto -7px;
  }
  .wifi6 .wifi6-03 .ul .li {
    width: 50%;
    padding: 7px;
  }
  .wifi6 .wifi6-03 .ul .li .list {
    padding-bottom: 20px;
  }
  .wifi6 .wifi6-03 .ul .li .list .a {
    margin-top: -20px;
  }
  .wifi6 .wifi6-03 .ul .li .list .a span {
    font-size: 14px;
  }
  .wifi6 .wifi6-03 .hw-btn-warp {
    padding-top: 10px;
  }
  .wifi6 .wifi6-03 .hw-btn-warp .hw-btn {
    margin-top: 10px;
    padding: 6px 15px;
    font-size: 14px;
  }
}
.wifi6 .wifi6-04 {
  position: relative;
  z-index: 1;
}
.wifi6 .wifi6-04 .wrapper {
  padding-top: 65px;
  padding-bottom: 30px;
}
.wifi6 .wifi6-04 .h3-title {
  padding-bottom: 14px;
}
.wifi6 .wifi6-04 .text-desc {
  width: 80%;
}
.wifi6 .wifi6-04 .text-p {
  margin: 0 auto;
  font-size: 18px;
  color: #4c4c4c;
}
.wifi6 .wifi6-04 .time-p {
  font-size: 14px;
  color: rgba(67, 67, 67, 0.6);
  padding-top: 8px;
  line-height: 1.5;
}
.wifi6 .wifi6-04 .hw-btn {
  margin-top: 0;
  padding-left: 0;
  padding-right: 80px;
}
.wifi6 .wifi6-04 .ul {
  margin: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wifi6 .wifi6-04 .li {
  padding: 20px;
}
.wifi6 .wifi6-04 .text {
  line-height: 0;
  padding-top: 20px;
}
@media (min-width: 993px) {
  .wifi6 .wifi6-04 .list:hover {
    color: #000;
    text-decoration: none;
  }
  .wifi6 .wifi6-04 .list:hover .text-p {
    color: #000;
  }
  .wifi6 .wifi6-04 .list:hover .pic img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.wifi6 .wifi6-04 .list .pic {
  overflow: hidden;
  border-radius: 8px;
}
.wifi6 .wifi6-04 .list .pic img {
  -webkit-transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 768px) {
  .wifi6 .wifi6-04 .wrapper {
    padding: 50px 10px;
  }
  .wifi6 .wifi6-04 .wrapper .text-desc {
    font-size: 16px;
  }
  .wifi6 .wifi6-04 .wrapper .ul {
    margin: 10px auto -7px;
  }
  .wifi6 .wifi6-04 .wrapper .ul .li {
    width: 50%;
    padding: 7px;
  }
  .wifi6 .wifi6-04 .wrapper .ul .li a {
    width: 100%;
  }
  .wifi6 .wifi6-04 .wrapper .text {
    padding-top: 12px;
  }
  .wifi6 .wifi6-04 .wrapper .text .text-p {
    width: 100%;
    font-size: 14px;
  }
  .wifi6 .wifi6-04 .wrapper .text .hw-btn {
    margin-left: 0;
    font-size: 14px;
    padding-right: 30px;
  }
}
.wifi6 .wifi6-05.big-view .wrapper .mb-swiper {
  display: none;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box {
  position: relative;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nutshell-dynamic-one {
  border-radius: 8px;
  overflow: hidden;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nutshell-dynamic-one > div {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nutshell-dynamic-one > div > img {
  width: 100%;
  cursor: pointer;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nutshell-dynamic-one.nut-active > div > img {
  cursor: pointer;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nutshell-dynamic-one,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nutshell-name {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  color: #666;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-active {
  width: 56%;
  color: #666;
  position: relative;
  top: 0px;
  left: 0;
  z-index: 99;
  opacity: 1;
  background: #eee;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-active .nutshell-name,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-active .nutshell-text,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-active .nutshell-title,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-active .nutshell-describe {
  position: absolute;
  width: 44%;
  right: 15%;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-active .nutshell-name {
  bottom: 26%;
  height: 30px;
  line-height: 30px;
  font-weight: 700px;
  font-size: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-active .nutshell-text {
  height: 50px;
  bottom: 5%;
  line-height: 16px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-active .nutshell-title {
  top: 12%;
  line-height: 30px;
  height: 30px;
  font-weight: 700px;
  font-size: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-active .nutshell-describe {
  color: #fff;
  top: 24%;
  height: 60px;
  line-height: 20px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-one,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-two {
  position: absolute;
  top: -12%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  width: 50%;
  height: 100%;
  opacity: 1;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: #f6f6f6;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-one .nutshell-name,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-two .nutshell-name {
  position: absolute;
  width: 100%;
  left: 0;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-one .nutshell-name,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-two .nutshell-name {
  bottom: -64px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 700;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-one .nutshell-title,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-two .nutshell-title,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-one .nutshell-describe,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-two .nutshell-describe {
  display: none;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-one > a,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-two > a {
  width: 100%;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-one > a > img,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-two > a > img {
  width: 100%;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-one {
  left: 37%;
  z-index: 999;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-two {
  left: 63%;
  z-index: 9;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  width: 50%;
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-hide {
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 50%;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-hide .nutshell-name,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-hide .nutshell-title,
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box .nut-hide .nutshell-describe {
  display: none;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-dynamic-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-prev {
  top: 35% !important;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-next {
  top: 35% !important;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content {
  padding: 30px 30px 20px;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl {
  width: 100%;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl .nutshell-dd {
  width: 30%;
  max-width: 146px;
  border-radius: 50%;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl .nutshell-dd img {
  display: block;
  width: 100%;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl .nutshell-dt {
  margin-left: 30px;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl .nutshell-dt .per-name {
  font-size: 22px;
  color: #333;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl .nutshell-dt .per-pos {
  margin-top: 10px;
  font-size: 16px;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl .nutshell-dt .hw-btn.btn-empty-white:hover {
  border: 2px solid #c7000b;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl .nutshell-dt .hw-btn span {
  color: #fff;
  font-size: 14px;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content .nutshell-quotations {
  position: relative;
  margin-top: 40px;
  margin-right: 50px;
  padding: 20px 0 40px;
  font-size: 22px;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content .nutshell-quotations:before,
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content .nutshell-quotations:after {
  position: absolute;
  display: block;
  line-height: 0.5;
  font-size: 60px;
  font-family: "Arial";
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content .nutshell-quotations:before {
  top: 0%;
  left: 0;
  content: '“';
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-content .nutshell-quotations:after {
  right: 0;
  bottom: 0;
  content: '”';
}
.wifi6 .wifi6-05.big-view .wrapper #nutshell-dynamic-box {
  width: 100%;
  height: 100%;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-prev {
  position: absolute;
  top: 180px;
  left: -50px;
  width: 21px;
  height: 37px;
  cursor: pointer;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-prev > img {
  width: 100%;
  height: 100%;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-next {
  position: absolute;
  top: 180px;
  right: -50px;
  width: 21px;
  height: 37px;
  cursor: pointer;
}
.wifi6 .wifi6-05.big-view .wrapper .nutshell-next > img {
  width: 100%;
  height: 100%;
}
.wifi6 .wifi6-05.big-view #nutshell-the-page {
  position: relative;
  padding-top: 30px;
}
.wifi6 .wifi6-05.big-view #nutshell-the-page > section {
  margin: 0 auto;
  text-align: center;
}
.wifi6 .wifi6-05.big-view #nutshell-the-page > section .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #999;
  margin: 0 5px;
  cursor: pointer;
}
.wifi6 .wifi6-05.big-view #nutshell-the-page > section .swiper-active-switch {
  background: #c7000b;
  border: 1px solid #c7000b;
}
@media (max-width: 1200px) {
  .wifi6 .wifi6-05.big-view {
    background-position: center center !important;
  }
  .wifi6 .wifi6-05.big-view .nutshell-dynamic-container {
    display: none;
  }
  .wifi6 .wifi6-05.big-view .wrapper .mb-swiper {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
  }
  .wifi6 .wifi6-05.big-view .wrapper .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wifi6 .wifi6-05.big-view .wrapper .swiper-slide > a {
    display: block;
    width: 100%;
  }
  .wifi6 .wifi6-05.big-view .wrapper .swiper-slide > a > img {
    width: 100%;
  }
  .wifi6 .wifi6-05.big-view .wrapper .nutshell-content {
    background: #f6f6f6;
    padding: 15px;
  }
  .wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl .nutshell-dt {
    margin-left: 15px;
    text-align: left;
  }
  .wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl .nutshell-dt .per-name,
  .wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl .nutshell-dt .per-pos {
    color: #666;
  }
  .wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl .nutshell-dt .per-name {
    font-size: 18px;
  }
  .wifi6 .wifi6-05.big-view .wrapper .nutshell-content dl.nutshell-dl .nutshell-dt p.hw-btn {
    margin-top: 10px;
    margin-left: 0;
  }
  .wifi6 .wifi6-05.big-view .wrapper .nutshell-content .nutshell-quotations {
    margin-top: 20px;
    margin-right: 0;
    padding: 10px 0 30px;
    text-align: left;
    color: #666;
    font-size: 16px;
  }
  .wifi6 .wifi6-05.big-view #nutshell-the-page {
    padding-top: 10px;
  }
  .wifi6 .wifi6-05.big-view .swiper-pagination-bullets {
    width: 100%;
    text-align: center;
  }
  .wifi6 .wifi6-05.big-view .swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 10px;
    height: 10px;
    border: 2px solid #999;
    margin: 0 5px;
  }
  .wifi6 .wifi6-05.big-view .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c7000b;
    border: 2px solid #c7000b;
  }
}
.wifi6 .wifi6-06 {
  background: url("/~/media/EBG/topic-minisite/wifi6-v3/img/licheng_bg.jpg") no-repeat #f6f6f6 center bottom;
  background-size: cover;
}
.wifi6 .wifi6-06 .wrapper .h3-title {
  padding-bottom: 14px;
}
.wifi6 .wifi6-06 .wrapper .text-desc {
  font-size: 18px;
}
.wifi6 .wifi6-06 .wrapper .time-line {
  margin-top: 70px;
}
@media (max-width: 750px) {
  .wifi6 .wifi6-06 .wrapper .time-line {
    margin-top: 30px;
  }
}
.wifi6 .wifi6-06 .wrapper .time-line img {
  width: 100%;
}
.wifi6 .wifi6-06 .ebg-btn-box .iconfont {
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.LANG-en .wifi6 .wifi6-06 .ebg-btn-box .iconfont {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
.wifi6 .wifi6-06 .ebg-btn-box .iconfont:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e70d";
  font-size: 24px;
}
@media (max-width: 750px) {
  .wifi6 .wifi6-06 .ebg-btn-box .iconfont {
    padding-left: 20px;
  }
  .wifi6 .wifi6-06 .ebg-btn-box .iconfont:before {
    font-size: 16px;
  }
}
.wifi6 .wifi6-06 .ebg-btn-box .close .iconfont:before {
  content: "\e713";
}
.wifi6 .line-box {
  position: relative;
  padding-bottom: 660px;
  display: none;
}
.wifi6 .line-box > .line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #666;
}
.wifi6 .line-box > .line span {
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.wifi6 .line-box > .line span:nth-last-of-type(1) {
  left: 1.7037037%;
}
.wifi6 .line-box > .line span:nth-last-of-type(2) {
  left: 5.40740741%;
}
.wifi6 .line-box > .line span:nth-last-of-type(3) {
  left: 9.11111111%;
}
.wifi6 .line-box > .line span:nth-last-of-type(4) {
  left: 12.81481481%;
}
.wifi6 .line-box > .line span:nth-last-of-type(5) {
  left: 16.51851852%;
}
.wifi6 .line-box > .line span:nth-last-of-type(6) {
  left: 20.22222222%;
}
.wifi6 .line-box > .line span:nth-last-of-type(7) {
  left: 23.92592593%;
}
.wifi6 .line-box > .line span:nth-last-of-type(8) {
  left: 27.62962963%;
}
.wifi6 .line-box > .line span:nth-last-of-type(9) {
  left: 31.33333333%;
}
.wifi6 .line-box > .line span:nth-last-of-type(10) {
  left: 35.03703704%;
}
.wifi6 .line-box > .line span:nth-last-of-type(11) {
  left: 38.74074074%;
}
.wifi6 .line-box > .line span:nth-last-of-type(12) {
  left: 42.44444444%;
}
.wifi6 .line-box > .line span:nth-last-of-type(13) {
  left: 46.14814815%;
}
.wifi6 .line-box > .line span:nth-last-of-type(14) {
  left: 49.85185185%;
}
.wifi6 .line-box > .line span:nth-last-of-type(15) {
  left: 53.55555556%;
}
.wifi6 .line-box > .line span:nth-last-of-type(16) {
  left: 57.25925926%;
}
.wifi6 .line-box > .line span:nth-last-of-type(17) {
  left: 60.96296296%;
}
.wifi6 .line-box > .line span:nth-last-of-type(18) {
  left: 64.66666667%;
}
.wifi6 .line-box > .line span:nth-last-of-type(19) {
  left: 68.37037037%;
}
.wifi6 .line-box > .line span:nth-last-of-type(20) {
  left: 72.07407407%;
}
.wifi6 .line-box > .line span:nth-last-of-type(21) {
  left: 75.77777778%;
}
.wifi6 .line-box > .line span:nth-last-of-type(22) {
  left: 79.48148148%;
}
.wifi6 .line-box > .line span:nth-last-of-type(23) {
  left: 83.18518519%;
}
.wifi6 .line-box > .line span:nth-last-of-type(24) {
  left: 86.88888889%;
}
.wifi6 .line-box > .line span:nth-last-of-type(25) {
  left: 90.59259259%;
}
.wifi6 .line-box > .line span:nth-last-of-type(26) {
  left: 94.2962963%;
}
.wifi6 .line-box > .line span:nth-last-of-type(27) {
  left: 98%;
}
.wifi6 .line-box > .line span:nth-of-type(even) {
  height: 6px;
  width: 1px;
  background: #666;
  opacity: 0.6;
}
.wifi6 .line-box > .line span:nth-of-type(odd) {
  height: 10px;
  width: 1px;
  background: #666;
  opacity: 0.6;
}
.wifi6 .line-box > .line span:nth-of-type(4n + 1) {
  display: none;
}
.wifi6 .line-box > .line span:nth-last-of-type(2) {
  display: block;
}
.wifi6 .line-box > .line .icon-right {
  position: absolute;
  right: -0.7%;
  display: inline-block;
  color: #666;
  top: 1px;
  width: 16px;
  height: 16px;
}
.wifi6 .line-box .line-item {
  position: absolute;
  max-width: 28%;
}
.wifi6 .line-box .line-item .line-item-dl {
  position: relative;
  margin-top: 20px;
  margin-right: -2px;
}
.wifi6 .line-box .line-item .line-item-dl dt.dt-m {
  background: #999;
  height: 30px;
  width: 200px;
  float: right;
  text-align: center;
  border-radius: 50px 0 0 50px;
}
.wifi6 .line-box .line-item .line-item-dl dt.dt-m span {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.wifi6 .line-box .line-item .line-item-dl dd.dd-info {
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 85%;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wifi6 .line-box .line-item .line-item-dl dd.dd-info img {
  width: 60px;
}
.wifi6 .line-box .line-item .line-item-dl dd.dd-info p {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 70%;
  padding: 0 20px 0 10px;
  font-size: 14px;
  color: #666;
}
.wifi6 .line-box .line-item:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  background: #333;
  border-radius: 5px;
  border: 2px solid #f6f6f6;
  right: -6px;
  z-index: 2;
}
@media (min-width: 751px) {
  .wifi6 .line-box .line-item:before {
    content: '';
    height: 100%;
    width: 2px;
    background-color: #666;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}
.wifi6 .line-box .line-item .line-point {
  position: absolute;
  right: 0;
}
.wifi6 .line-box .line-item .line-point .icon-point {
  display: block;
  font-size: 30px;
  width: 26px;
  height: 32px;
  margin: 0 auto;
  text-align: center;
  color: #c7000b;
  background: url("/~/media/EBG/topic-minisite/wifi6-v3/img/icon-point.png") 100% 100% no-repeat;
}
.wifi6 .line-box .line-item .line-point > span {
  font-size: 30px;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 1600px) {
  .wifi6 .line-box .line-item .line-point > span {
    font-size: 24px;
  }
}
.wifi6 .line-box .line-item.line-top {
  bottom: calc(50% - 10px);
}
.wifi6 .line-box .line-item.line-top:nth-of-type(2) {
  right: 20.5%;
}
.wifi6 .line-box .line-item.line-top:nth-of-type(4) {
  right: 50.1%;
}
.wifi6 .line-box .line-item.line-top:nth-of-type(6) {
  right: 79.8%;
}
.wifi6 .line-box .line-item.line-top .line-item-dl {
  margin-bottom: 20px;
}
.wifi6 .line-box .line-item.line-top .line-item-dl dt.dt-m {
  margin-top: 20px;
}
.wifi6 .line-box .line-item.line-top:after {
  bottom: -5px;
}
.wifi6 .line-box .line-item.line-top .line-point {
  -webkit-transform: translate(52%, -100%);
      -ms-transform: translate(52%, -100%);
          transform: translate(52%, -100%);
}
.wifi6 .line-box .line-item.line-top .line-point .icon-point {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wifi6 .line-box .line-item.line-bottom {
  top: calc(50% + 10px);
}
.wifi6 .line-box .line-item.line-bottom:nth-of-type(1) {
  right: 5.6%;
}
.wifi6 .line-box .line-item.line-bottom:nth-of-type(3) {
  right: 35.2%;
}
.wifi6 .line-box .line-item.line-bottom:nth-of-type(5) {
  right: 64.9%;
}
.wifi6 .line-box .line-item.line-bottom .line-item-dl {
  margin-top: 20px;
}
.wifi6 .line-box .line-item.line-bottom .line-item-dl dd.dd-info {
  margin-top: 20px;
}
.wifi6 .line-box .line-item.line-bottom:after {
  top: -5px;
}
.wifi6 .line-box .line-item.line-bottom .line-point {
  -webkit-transform: translate(52%, 0);
      -ms-transform: translate(52%, 0);
          transform: translate(52%, 0);
}
@media (max-width: 768px) {
  .wifi6 .line-box {
    padding-bottom: 0;
  }
  .wifi6 .line-box p.line {
    top: 0;
    border-bottom: none;
  }
  .wifi6 .line-box p.line .icon-right {
    left: 0px;
    right: auto;
    -webkit-transform: rotate(-90deg) translateY(-47%);
        -ms-transform: rotate(-90deg) translateY(-47%);
            transform: rotate(-90deg) translateY(-47%);
    top: -7px;
  }
  .wifi6 .line-box p.line > span {
    display: none;
  }
  .wifi6 .line-box p.line > span:nth-last-of-type(2) {
    display: none;
  }
  .wifi6 .line-box .line-items {
    padding-top: 60px;
    border-left: 1px solid #999;
  }
  .wifi6 .line-box .line-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: top;
       -moz-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    border-right: 0;
    border-top: 1px solid #999;
  }
  .wifi6 .line-box .line-item:after {
    background: #666;
  }
  .wifi6 .line-box .line-item .line-item-dl {
    width: 50%;
  }
  .wifi6 .line-box .line-item .line-item-dl.item-one .dd-info p {
    width: 180%;
    max-width: 180%;
  }
  .wifi6 .line-box .line-item .line-item-dl dt.dt-m {
    float: left;
    height: 25px;
    width: 55%;
    margin: 0 auto;
    -webkit-transform: translateY(-13px);
        -ms-transform: translateY(-13px);
            transform: translateY(-13px);
    border-radius: 50px;
  }
  .wifi6 .line-box .line-item .line-item-dl dt.dt-m span {
    font-size: 14px;
    line-height: 25px;
  }
  .wifi6 .line-box .line-item .line-item-dl dt.dt-m:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -18px;
    left: 35%;
    width: 20px;
    height: 15px;
    margin-left: -13px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 10px solid transparent;
    border-top: 10px solid #999;
  }
  .wifi6 .line-box .line-item .line-item-dl dd.dd-info {
    display: inherit;
    margin-top: 0;
  }
  .wifi6 .line-box .line-item .line-item-dl dd.dd-info p {
    padding: 10px 0px 0 0px;
    max-width: 100%;
  }
  .wifi6 .line-box .line-item .line-point .icon-point {
    width: 20px;
    height: 26px;
    -webkit-transform: rotate(180deg) translate(-110%, 0);
        -ms-transform: rotate(180deg) translate(-110%, 0);
            transform: rotate(180deg) translate(-110%, 0);
    background-size: 100% 100%;
  }
  .LANG-cn .wifi6 .line-box .line-item .line-point .icon-point {
    -webkit-transform: rotate(180deg) translate(-120%, 0);
        -ms-transform: rotate(180deg) translate(-120%, 0);
            transform: rotate(180deg) translate(-120%, 0);
  }
  .wifi6 .line-box .line-item .line-point span {
    font-size: 20px;
    font-weight: bold;
  }
  .wifi6 .line-box .line-item:after {
    left: -5px;
  }
  .wifi6 .line-box .line-item.line-top,
  .wifi6 .line-box .line-item.line-bottom {
    position: relative;
    width: 96%;
    max-width: 100%;
    padding-bottom: 30px;
    right: 0 !important;
  }
  .wifi6 .line-box .line-item.line-top .line-item-dl,
  .wifi6 .line-box .line-item.line-bottom .line-item-dl {
    margin-top: 0;
    padding-left: 25px;
  }
  .wifi6 .line-box .line-item.line-top .line-item-dl dd.dd-info,
  .wifi6 .line-box .line-item.line-bottom .line-item-dl dd.dd-info {
    max-width: 100%;
    margin-top: 0;
  }
  .wifi6 .line-box .line-item.line-top .line-item-dl dd.dd-info img,
  .wifi6 .line-box .line-item.line-bottom .line-item-dl dd.dd-info img {
    width: 12vw;
  }
  .wifi6 .line-box .line-item.line-top .line-point,
  .wifi6 .line-box .line-item.line-bottom .line-point {
    -webkit-transform: translate(0, -26px);
        -ms-transform: translate(0, -26px);
            transform: translate(0, -26px);
  }
  .wifi6 .line-box .line-item.line-top:after,
  .wifi6 .line-box .line-item.line-bottom:after {
    top: -6px;
  }
  .wifi6 .line-box .line-item.line-top .line-item-dl {
    margin-bottom: 0;
  }
  .wifi6 .line-box .line-item.line-top .line-item-dl dt.dt-m {
    margin-top: 0;
  }
  .wifi6 .line-box .line-item.line-top .line-point .icon-point {
    -webkit-transform: rotate(180deg) translate(-110%, 0);
        -ms-transform: rotate(180deg) translate(-110%, 0);
            transform: rotate(180deg) translate(-110%, 0);
  }
  .LANG-cn .wifi6 .line-box .line-item.line-top .line-point .icon-point {
    -webkit-transform: rotate(180deg) translate(-120%, 0);
        -ms-transform: rotate(180deg) translate(-120%, 0);
            transform: rotate(180deg) translate(-120%, 0);
  }
  .wifi6 .line-box .line-item.line-top:after {
    bottom: auto;
  }
  .wifi6 .line-box .line-item.line-top:last-of-type {
    padding-bottom: 0;
  }
}
.wifi6 .wifi6-07 .wrapper .news-list {
  margin-top: -30px;
}
.wifi6 .wifi6-07 .wrapper .news-list > a > dl {
  margin-top: 30px;
}
.wifi6 .wifi6-07 .wrapper .news-list > a > dl > dd {
  width: 43.3333%;
  overflow: hidden;
  border-radius: 8px;
}
.wifi6 .wifi6-07 .wrapper .news-list > a > dl > dd img {
  -webkit-transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.wifi6 .wifi6-07 .wrapper .news-list > a > dl > dt {
  margin-left: 3%;
}
.wifi6 .wifi6-07 .wrapper .news-list > a > dl > dt .news-title {
  color: #333;
  font-size: 18px;
}
.wifi6 .wifi6-07 .wrapper .news-list > a > dl > dt .news-date {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
.wifi6 .wifi6-07 .wrapper .news-list > a > dl > dt .hw-btn {
  padding-left: 0;
}
@media (min-width: 993px) {
  .wifi6 .wifi6-07 .wrapper .news-list > a > dl:hover {
    color: #000;
    text-decoration: none;
  }
  .wifi6 .wifi6-07 .wrapper .news-list > a > dl:hover .text-p {
    color: #000;
  }
  .wifi6 .wifi6-07 .wrapper .news-list > a > dl:hover > dd img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 992px) {
  .wifi6 .wifi6-07 .wrapper .news-list > a {
    width: 50%;
    display: block;
    float: left;
  }
}
@media (max-width: 768px) {
  .wifi6 .wifi6-07 .wrapper .news-list {
    margin: auto -7px;
  }
  .wifi6 .wifi6-07 .wrapper .news-list > a {
    width: 50%;
    display: block;
    float: left;
  }
  .wifi6 .wifi6-07 .wrapper .news-list > a > dl {
    width: 100%;
    margin-top: 0;
    padding: 7px;
  }
  .wifi6 .wifi6-07 .wrapper .news-list > a > dl > dd,
  .wifi6 .wifi6-07 .wrapper .news-list > a > dl > dt {
    width: 100%;
  }
  .wifi6 .wifi6-07 .wrapper .news-list > a > dl > dt {
    padding-top: 12px;
    margin-left: 0;
  }
  .wifi6 .wifi6-07 .wrapper .news-list > a > dl > dt .news-title,
  .wifi6 .wifi6-07 .wrapper .news-list > a > dl > dt .news-date,
  .wifi6 .wifi6-07 .wrapper .news-list > a > dl > dt .hw-btn {
    font-size: 14px;
  }
  .wifi6 .wifi6-07 .wrapper .news-list > a > dl > dt .hw-btn {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }
}
.wifi6 .wifi6-08 {
  background-color: #fff;
  text-align: center;
}
.wifi6 .wifi6-08 .ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: -10px;
}
.wifi6 .wifi6-08 .li {
  padding: 10px;
}
.wifi6 .wifi6-08 .list .a {
  border: 1px solid #999;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  color: #4c4c4c;
  padding: 14px 30px;
}
.wifi6 .wifi6-08 .list .a.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wifi6 .wifi6-08 .list .a:hover {
  border-color: #000;
  color: #000;
  text-decoration: none;
}
.wifi6 .wifi6-08 .list .a .iconfont {
  display: none;
}
@media (max-width: 768px) {
  .wifi6 .wifi6-08 .li {
    width: 100%;
  }
  .wifi6 .wifi6-08 .li .list .a {
    padding: 9px 30px;
  }
}

.wifi6 .lazyload {
  position: relative;
  background: #ccc url(/Assets/enp/v2/img/lazy.png) center center no-repeat;
}

.wifi6 .lazyload::after {
  content: "";
  width: 100%;
  display: block;
}

.wifi6 .lazyload img {
  transform: scale(1);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wifi6-01 .lazyload::after {
  padding-top: 133.33%;
}
.wifi6-03 .lazyload::after {
  padding-top: 74.73%;
}
.wifi6-04 .lazyload::after {
  padding-top: 49.99%;
}
.wifi6-05 .lazyload::after,
#productv2_8_eblog .lazyload::after {
  padding-top: 100%;
}
.wifi6-07 .lazyload::after {
  padding-top: 75%;
}
.wifi6-06 .lazyload::after {
  width: 60px;
}
.wifi6-06 .lazyload img {
  height: auto;
  left: -60px;
}