﻿
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


html, body {
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
}

a, input, button {
  outline: none;
}

* {

}

p {
  /*换行*/
  /*word-break: break-all;*/
  /*不换行*/
  /*word-break: normal;*/
}

img {
  border: 0;
  /*border: none;*/
  vertical-align: middle
}

input, select {
  vertical-align: middle;
}

ul, li, ol {
  list-style: none;
}


/*自定义通用class类*/
.flex-r {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.flex-c {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.flex-1 {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-ai-c {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

/*  清除浮动方法一*/
/*.clear{*/
/*  clear: both;*/
/*}*/
/*  清除浮动方法二*/
.clear:after {
  content: ' ';
  display: table;
  clear: both;
}

.pointer {
  cursor: pointer;
}

/*banner*/

.eg-content .banner .banner-content > div .publicity {
  margin-top: 3% !important;;

}

.eg-content .banner .banner-content > div .publicity > span {
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}

.eg-content .banner .banner-content > div .btn-box {
  margin-top: 3%;
  width: 100%;
  text-align: right;
}

.eg-content .banner .banner-content > div .btn-box > button {
  padding: 14px 30px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #fff;
  background: #D70030;
  margin: 0;
}

.eg-content .banner .banner-content > div .btn-box > button > span {
  font-size: 24px;
}

/*wifi-improvement*/
.wifi-improvement .commom-header > span {
  color: #333333;
}

/*第八频新增*/
.network-management {
  position: relative;
  z-index: 99;
  /*margin: auto 0;*/
  right: -58px;
  margin-bottom: 240px;
  /*align-self: center;*/
}

.network-management > .tip-new {
  position: absolute;
  padding: 20px 30px;
  background: #ffffff;
  line-height: 24px;
  border-radius: 3px;
  z-index: 99;
  opacity: 1;
  min-width: 195px;
  top: -170px;
}

.network-management > .tip-new:before {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 8px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  bottom: -16px;
  left: 16px;
}

.network-management > .tip-new a {
  display: block;
}

.network-management .tip-new-content {
  padding-left: 0;
  /*-webkit-align-items:flex-start;*/
  /*-moz-align-items:flex-start;*/
  /*-ms-align-items:flex-start;*/
  /*-o-align-items:flex-start;*/
  /*align-items:flex-start;*/
  text-align: left;

}

.network-management .tip-new-content > h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.network-management .tip-new-content > p {
  font-size: 14px;
  line-height: 1.5em;
}

.network-management .tip-new-content > span {
  font-size: 14px;
  color: #D00027;
}

.network-management > button {
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  background: #d00027;
}

/*spotlight-story*/
.spotlight-story > .title {
  padding: 80px 0 28px 0;
}

.spotlight-story > .content {
  width: 1147px;
  margin: 0 auto;
  padding-bottom: 46px;
}

.spotlight-story .list-item {
  display: inline-block;
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-top: 35px;
  cursor: pointer;
}

.spotlight-story .list-item div {
  display: inline-block;
}

.spotlight-story .list-item:nth-child(2n+1) {
  margin-left: 0;
}

.spotlight-story .list-item .img-box {
  width: 100%;
  height: auto;
}

.spotlight-story .list-item .img-box > img {
  width: 100%;
}

.spotlight-story .list-item .desc {
  padding: 31px 23px 34px 23px;
  background: #F5FBFF;
  width: 100%;
}

.spotlight-story .list-item .title {
  width: 100%;

  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.spotlight-story .list-item p {
  overflow: hidden;
  line-height: 30px;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  position: relative;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}
/*.spotlight-story .list-item p::after{*/
/*  content: "...";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  padding-left: 40px;*/
/*  background: -webkit-linear-gradient(left, transparent, #F5FBFF);*/
/*  background: -o-linear-gradient(right, transparent,#F5FBFF);*/
/*  background: -moz-linear-gradient(right, transparent, #F5FBFF);*/
/*  background: linear-gradient(to right, transparent, #F5FBFF);*/
/*}*/
.spotlight-story .list-item button {
  height: 43px;
  border: 1px solid #D90030;
  border-radius: 4px;
  color: #D90030;
  background: #ffffff;
  padding: 0 20px;
  margin-top: 10px;
}

.spotlight-story .list-item:hover .title {
  color: #D00027;
}

.spotlight-story .list-item:hover button {
  color: #ffffff;
  background: #D90030;
}

/**/
.register-hint {
  height: 260px;
  background-image: url(../images/register-hint-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 67px;
}

.register-hint p {
  font-size: 36px;
  font-family: Arial;
  font-weight: 400;
  color: rgba(208, 0, 39, 1);
  line-height: 1em;
  /*margin-top: 66px;*/
  margin-bottom: 30px !important;
}

.register-hint button {
  background: #D90030;
  height: 60px;
  padding: 0 66px;
  color: #fff;
  font-size: 18px;
}

.register-hint > div {
  margin: auto 0;
}

/*footer middle*/
.middle{
  display: none;
  text-align: center;
  margin-bottom: 50px;
}
.middle>span{
  color: #666666;
  font-size: 24px;
  vertical-align: middle;
}
.middle>a{
  display: inline-block;
  background: #666666;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 10px;
  behavior: url(../images/pie.htc);
  margin-left: 20px;
}
.middle>a>img{
  /*vertical-align: middle;*/
  width: 100%;
}

/*适配*/

@media only screen and (max-width: 1680px) {
  .network-management {
    right: -40px;
  }

  .tab-content:nth-child(2) .tip {
    top: -126px;
    left: 50px;
  }

  .tab-content:nth-child(3) .tip {
    left: 54px;
    top: -85px;
  }
}

@media only screen and (max-width: 1600px) {
  .network-management {
    right: -50px;
  }
}

@media only screen and (max-width: 1360px) {
  .network-management {
    right: -40px;
  }
}

@media only screen and (max-width: 1280px) {
  .eg-content .banner .banner-content > div .publicity > span {
    font-size: 16px;
  }

  .network-management {
    right: -26px;
  }
}

@media only screen and (max-width: 1152px) {
  .network-management {
    right: -4px;
  }

  .spotlight-story > .content {
    width: 96%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1024px) {
  .scene-body {
    position: relative;
  }

  .network-management {
    position: absolute;
    left: 254px;
    top: 12px;
    right: inherit;
  }

  .scene .intro {
    margin-bottom: 174px;
  }
  .middle{
    display: block;
  }
}
@media only screen and (max-width: 835px) {
  .network-management {
    left: 184px;
  }
  .network-management > button{
    height: 40px;
    line-height: 40px;
  }
  .tab-content:nth-child(1) .tip {

    top: -228px;
    left: 15px;
  }

  .tab-content:nth-child(1) .tip:before {
    border-width: 8px 8px 0 8px;
    border-color: rgba(255, 255, 255, 0.9) transparent transparent;
    bottom: -8px;
  }

  .tab-content:nth-child(3) .tip {
    left: 33px;
  }
}
@media only screen and (max-width: 800px) {
  .network-management {
    left: 168px;
    top: 12px;
  }

  .tab-content:nth-child(1) .tip {

    top: -228px;
    left: 15px;
  }

  .tab-content:nth-child(1) .tip:before {
    border-width: 8px 8px 0 8px;
    border-color: rgba(255, 255, 255, 0.9) transparent transparent;
    bottom: -8px;
  }

  .tab-content:nth-child(3) .tip {
    left: 33px;
  }
}

@media only screen and (max-width: 520px) {
  .eg-content .banner .banner-content > div .publicity {

    margin-top: 0 !important;
    line-height: 0.5em;
  }

  .eg-content .banner .banner-content > div .publicity > span {
    font-size: 10px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

  .eg-content .banner .banner-content > div p {
    text-align: right;
    padding: 0;
  }

  .eg-content .banner .banner-content > div .btn-box {
    margin-top: 0 !important;
  }

  .eg-content .banner .banner-content > div .btn-box > button {
    font-size: 10px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    padding: 4px 10px;
  }

  .eg-content .banner .banner-content > div .btn-box > button > span {


  }

}

@media only screen and (max-width: 415px) {
  .eg-content .banner .banner-content > div{
    width: 55%;
  }
  .eg-content .section-1 .section-1-content .earth {
    margin-top: 0;
    padding: 15px 0 25px 0;
  }

  /*第八屏*/
  .scene .intro {
    padding: 0 1%;
    margin-bottom: 128px;
  }

  .scene-body {
    position: relative;
  }

  .network-management {
    /*display: none;*/
    transform: scale(0.6);
    position: absolute;
    left: 78px;
    top: -18px;
    right: inherit;
  }

  .network-management > .tip-new {
    position: absolute;
    padding: 8px 12px;
    background: #ffffff;
    line-height: 24px;
    border-radius: 3px;
    z-index: 99;
    opacity: 1;
    width: 142px;
    top: -110px;
    min-width: inherit;
  }

  .network-management .tip-new-content > h4 {
    font-size: 13px;
    float: none;
    margin-bottom: 2px;
  }

  .network-management .tip-new-content > p {
    font-size: 12px;
    margin-bottom: 0px !important;
  }

  .network-management .tip-new-content > span {
    font-size: 12px;
  }

  .network-management > button {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
  }

  .tip {
    padding: 8px;
  }

  .tip > .list-item {
    margin-bottom: 2px;
  }

  .tip > .list-item > div {
    display: none;
  }

  .tip > .list-item img {
    width: 30px;
  }

  .tip-content p {
    line-height: 12px;
    margin-bottom: 0 !important;
  }

  .tip-content span {
    font-size: 12px;
  }

  .tab-content:nth-child(1) .tip {
    top: -156px;
    left: 6px;
  }

  .tab-content:nth-child(1) .tip:before {
    border-width: 8px 8px 0 8px;
    border-color: rgba(255, 255, 255, 0.9) transparent;
    bottom: -8px;
    left: 18px;
  }

  /**/
  .spotlight-story > .title {
    line-height: 1em;
    padding: 0;
    padding-top: 25px;
    font-size: 14px;
  }

  .spotlight-story > .content {
    width: 100%;
    padding: 0 3.2%;
    padding-bottom: 12px;

  }

  .spotlight-story .list-item {
    width: 100%;
    margin: 0;
    margin-top: 12px;
  }

  .spotlight-story .list-item .img-box {
    width: 100%;
    height: auto;
  }

  .spotlight-story .list-item .desc {
    width: 100%;
    padding: 15px 16px;
    font-size: 12px;
  }

  .spotlight-story .list-item .title {
    width: 100%;
    font-size: 13px;
  }

  .spotlight-story .list-item p {
    line-height: 1.5em;

  }

  .spotlight-story .list-item button {
    height: 24px;
    padding: 0 10px;
    margin-top: 0;
  }

  .register-hint {
    height: 100px;
    padding-top: 5%;

  }

  .register-hint p {
    font-size: 14px;
    margin-bottom: 2% !important;
  }

  .register-hint button {
    height: 26px;
    padding: 0px 3%;
    font-size: 12px;
  }
  .middle{
    margin-bottom: 25px;
  }
  .middle>span{
    font-size: 20px;
  }
  .middle>a{
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .eg-content .banner .banner-content > div{
    width: 60%;
  }
  .network-management {
    left: 54px;
  }
}

@media only screen and (max-width: 320px) {
  .tab-content:nth-child(2) .tip {
    top: -40px;
    left: 19px;
  }

  .tab-content:nth-child(2) .ripple {
    left: 90px;
  }
  .tab-item{
    right: 14px;
  }
}

@media screen and (min-width: 1601px) {
  .network-management {
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .network-management {
    left: 160px;
  }
}

@media screen and (max-width: 550px) {
}

@media screen and (max-width: 415px) {
  .eg-content .section-1 .section-1-content .earth {
    margin-top: 0;
    padding: 15px 0 25px 0;
  }

  /*第八屏*/
  .scene .intro {
    padding: 0 1%;
    margin-bottom: 128px;
  }

  .scene-body {
    position: relative;
  }

  .network-management {
    /*display: none;*/
    transform: scale(0.6);
    position: absolute;
    left: 78px;
    top: -18px;
    right: inherit;
  }

  .network-management > .tip-new {
    position: absolute;
    padding: 8px 12px;
    background: #ffffff;
    line-height: 24px;
    border-radius: 3px;
    z-index: 99;
    opacity: 1;
    width: 142px;
    top: -110px;
    min-width: inherit;
  }

  .network-management .tip-new-content > h4 {
    font-size: 13px;
    float: none;
    margin-bottom: 2px;
  }

  .network-management .tip-new-content > p {
    font-size: 12px;
    margin-bottom: 0px !important;
  }

  .network-management .tip-new-content > span {
    font-size: 12px;
  }

  .network-management > button {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
  }

  .tip {
    padding: 8px;
  }

  .tip > .list-item {
    margin-bottom: 2px;
  }

  .tip > .list-item > div {
    display: none;
  }

  .tip > .list-item img {
    width: 30px;
  }

  .tip-content p {
    line-height: 12px;
    margin-bottom: 0 !important;
  }

  .tip-content span {
    font-size: 12px;
  }

  .tab-content:nth-child(1) .tip {
    top: -156px;
    left: 6px;
  }

  .tab-content:nth-child(1) .tip:before {
    border-width: 8px 8px 0 8px;
    border-color: rgba(255, 255, 255, 0.9) transparent;
    bottom: -8px;
    left: 18px;
  }

  .tab-content:nth-child(2) .tip {
    top: -34px;
    left: 37px;
  }

  .tab-content:nth-child(3) .tip {
    left: -3px;
    top: -18px;
  }

  /**/
  .spotlight-story > .title {
    line-height: 1em;
    padding: 0;
    padding-top: 25px;
    font-size: 14px;
  }

  .spotlight-story > .content {
    width: 100%;
    padding: 0 3.2%;
    padding-bottom: 12px;

  }

  .spotlight-story .list-item {
    width: 100%;
    margin: 0;
    margin-top: 12px;
  }

  .spotlight-story .list-item .img-box {
    width: 100%;
    height: auto;
  }

  .spotlight-story .list-item .desc {
    width: 100%;
    padding: 15px 16px;
    font-size: 12px;
  }

  .spotlight-story .list-item .title {
    width: 100%;
    font-size: 13px;
  }

  .spotlight-story .list-item p {
    line-height: 1.5em;
    max-height: 4.5em;
  }

  .spotlight-story .list-item button {
    height: 24px;
    padding: 0 10px;
    margin-top: 0;
  }

  .register-hint {
    height: 100px;
    padding-top: 5%;

  }

  .register-hint p {
    font-size: 14px;
    margin-bottom: 2% !important;
  }

  .register-hint button {
    height: 26px;
    padding: 0px 3%;
    font-size: 12px;
  }
}

@media screen and (max-width: 376px) {
  .network-management {
    left: 54px;
  }

}

@media screen and (max-width: 360px) {
  .eg-content .banner .banner-content > div {
    width: 52%;
  }

  .eg-content .banner .banner-content > div {
    padding: 2% 0;
    padding-right: 2%;
  }

  .eg-content .banner .banner-content > div p, .eg-content .banner .banner-content > div .publicity {
    margin-bottom: 4px !important;
  }
}

@media screen and (max-width: 320px) {
  .tab-content:nth-child(2) .tip {
    top: -40px;
    left: 19px;
  }

  .tab-content:nth-child(2) .ripple {
    left: 90px;
  }

  .tab-content:nth-child(3) .tip {
    left: -28px;
  }

  .tab-content:nth-child(3) .ripple {
    left: 111px;
  }
  .register-hint{
    padding-top: 3%;
  }
}

@media (max-width: 1700px) {
}

@media (max-width: 1350px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 820px) {
}

@media (max-width: 768px) {

}

@media (max-width: 650px) {
}

@media (max-width: 550px) {
}

@media (max-width: 450px) {

}

@media (max-width: 376px) {
  .network-management {
    left: 54px;
  }
}

@media (max-width: 320px) {
  .eg-content .banner .banner-content > div {
    width: 66%;
    top: 14%;
    padding: 2% 0;
    padding-right: 2%;
  }

  .eg-content .banner .banner-content > div p {
    margin-bottom: 2px !important;

  }

  .network-management {
    left: 28px;
  }

  .scene .intro {
    margin-bottom: 116px;
  }
}

@media (min-width: 0) {

}


