* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "HuaweiFont-Regular", Helvetica, Arial, sans-serif,
    "&#24494;&#36719;&#38597;&#40657;", "&#23435;&#20307;",
    "Verdana,Arial,Helvetica,sans-serif";
  margin: 0 auto;
  color: #000;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ul,
ol,
ul li,
ol li {
  list-style: none;
}



.huawei-4e-container {
  position: relative;
  width: 100%;
  max-width: 1420px;
  height: auto;
  line-height: 0;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}

.huawei-4e-img {
  width: 100%;
}

.Title {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 1.25vw;
  color: #000000;
  line-height: 1.4;
}

.huawei-4e-pdtb {
  padding: 0 0 120px 0;
}

.huawei-4e-logo {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 8%;
  text-align: center;
}

.huawei-4e-logocolumn {
  padding-bottom: 10px;
}

.huawei-4e-logocolumn img {
  width: 98%;
}

.huawei-4e-logo > p {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  text-align: center;
}

.huawei-4e-tiTle h2 {
  font-size: 4.17vw;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
  margin-left: 5.6vw;
  margin-bottom: 4.7vw;
}

.huawei-4e-pic-column {
  text-align: center;
  margin-bottom: 30px;
}

.huawei-4e-pic-column img {
  width: 85%;
}

.huawei-4e-LRBox {
  position: relative;
  width: 100%;
  height: auto;
}

.huawei-4e-animate {
  position: relative;
  display: inline-block;
  width: 50%;
  overflow: hidden;
}

.huawei-4e-animate .boxshow {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.leftbox .box1 {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(250, 250, 250, 1);
  transform: translateX(0);
}

.leftbox .box1 img {
  position: relative;
  right: -22%;
  top: 0;
}

.rightbox .box1 {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(250, 250, 250, 1);
  transform: translateX(0);
}

.rightbox .box1 img {
  position: relative;
  left: -22%;
  top: 0;
}

.leftbox .text {
  position: absolute;
  top: 49%;
  transform: translate(-50%, -50%);
  max-width: 340px;
}
.rightbox .text {
  position: absolute;
  top: 50.5%;
  transform: translate(-50%, -50%);
  max-width: 340px;
}
.leftbox .text {
  left: 52%;
}

.rightbox .text {
  left: 48%;
}

.huawei-4e-animate .text h2 {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

.huawei-4e-animate .text p {
  font-size: 1.25vw;
  line-height: 1.4;
}

.leftbox .text {
  text-align: right;
}

.huawei-4e-model {
  position: relative;
}

.huawei-4e-modeltitle {
  position: absolute;
  max-width: 424px;
  width: 30%;
  top: 35%;
  left: 11.25%;
  padding: 0;
}

.huawei-4e-modeltitle > h2 {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #fff;
}

.huawei-4e-modeltitle > p {
  font-size: 1.25vw;
  line-height: 1.4;
  color: #fff;
}

.huawei-4e-modelbgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 99;
  opacity: 0;
}

.modeltrigger1 {
  transform: translateY(0);
}

.modeltrigger2 {
  z-index: 99;
  transform: translateY(20%);
  opacity: 0;
}

.huawei-4e-modeldata {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.huawei-4e-share {
  background-color: #fafafa;
  margin-top: 10px;
  position: relative;
}

.huawei-4e-share .share {
  width: 50%;
  display: inline-block;
}

.huawei-4e-share .sharetext {
  position: absolute;
  top: 50%;
  left: 11%;
  transform: translateY(-50%);
  max-width: 31%;
}

.right-share {
  padding: 100px 5% 100px 10%;
}

.left-share .Title {
  margin-bottom: 15px;
}

.huawei-4e-run {
  position: relative;
}

.huawei-4e-runtitle {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
}

.huawei-4e-runtitle > h2,
.huawei-4e-runtitle > p {
  color: #ffffff;
}

.huawei-4e-advice {
  padding: 7% 7% 10% 7%;
  /* margin-top: 10px; */
  background-color: #fafafa;
}

.huawei-4e-adviceBox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.huawei-4e-advicetit {
  display: inline-block;
  width: 45%;
}

.huawei-4e-logoclss {
  display: inline-block;
  position: relative;
  right: 0;
}

.huaweie-advicepic {
  text-align: center;
  margin-top: 8%;
}

.huawei-4e-life {
}

.huawei-4e-lflife {
  display: inline-block;
  width: 50%;
}

.huawei-4e-lftit {
  position: absolute;
  top: 35%;
  left: 15%;
  width: 26%;
  transform: translateY(-50%);
}

.huawei-4e-rtlife {
  display: inline-block;
  width: 50%;
  padding-right: 5%;
}

.huawei-4e-lfMeters {
  position: absolute;
  width: 27%;
  max-width: 384px;
  right: 16%;
  top: 35%;
}
.huawei-4e-rtMeters {
  position: relative;
  width: 45%;
  margin-left: 10%;
}

.huawei-4e-bands {
  position: absolute;
  max-width: 600px;
  width: 43%;
  margin-left: 10%;
  margin-top: 8%;
}

.huawei-4e-bandpic {
  text-align: center;
}

.huawei-4e-icontit {
  text-align: center;
  margin-bottom: 100px;
}

.huawei-4e-icon {
  width: 20%;
  padding: 30px 0;
  text-align: center;
  display: inline-block;
}

.huawei-4e-icon-box .huawei-4e-icon p {
  font-size: 1.25vw;
  color: #000000;
  padding-top: 40px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.advmb {
  display: none;
}

.huawei-4e-mbTitle {
  display: none;
}

.huawei-4e-mLRBox {
  margin-bottom: 30px;
  display: none;
}

.huawei-4e-mLRBox .content {
  width: 50%;
  display: inline-block;
  position: relative;
}

.huawei-4e-mtext > h2 {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.huawei-4e-mleft .huawei-4e-mtext {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translateY(-50%);
}

.huawei-4e-mright .huawei-4e-mtext {
  position: absolute;
  top: 50%;
  right: 35%;
  transform: translateY(-50%);
}
.huawei-4e-icon img {
  width: 50%;
}
.back {
  margin-left: 0;
}
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  .huawei-4e-pic-column img {
    width: 60%;
  }

  .huawei-4e-logo {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 6%;
    text-align: center;
  }
  .huawei-4e-LRBox {
    width: 80%;
    margin: 0 auto;
  }
  .rightbox .text {
    top: 49%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .huawei-4e-pdtb {
    padding: 50px 0 60px 0;
  }

  .huawei-4e-icontit {
    text-align: center;
    margin-bottom: 50px;
  }

  .huawei-4e-logoclss > img {
    max-width: 80%;
  }
  .huawei-4e-lfMeters {
    top: 40%;
  }
  .leftbox .text {
    max-width: 37%;
  }
  .rightbox .text {
    max-width: 37%;
  }
  .leftbox .text {
    left: 60%;
  }

  .rightbox .text {
    left: 40%;
  }
}

@media screen and (max-width: 767px) {
  .huawei-4e-logo {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 84%;
    margin: 30px auto;
  }

  .huawei-4e-logocolumn {
    padding-bottom: 20px;
  }

  .huawei-4e-logocolumn img {
    width: 95%;
  }

  .huawei-4e-logo > p {
    font-size: 16px;
  }

  .huawei-4e-pdtb {
    padding: 0;
  }

  .huawei-4e-pic-column {
    margin: 27% 0;
  }

  .huawei-4e-tiTle h2 {
    font-size: 10.83vw;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    margin-left: 8%;
    margin-bottom: 12%;
  }

  .huawei-4e-share .share {
    width: 100%;
    display: block;
  }

  .huawei-4e-share .sharetext {
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0);
    max-width: 100%;
    margin: 0 8% 2% 8%;
    padding-top: 10%;
  }

  .Title {
    font-size: 8.88vw;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .subtitle {
    font-size: 5.55vw;
    color: #000000;
    line-height: 1.6;
  }

  .right-share {
    padding: 50px 8% 50px 8%;
  }

  .huawei-4e-pdtb {
    padding: 0 0 40px 0;
  }

  .huawei-4e-runtitle {
    width: 100%;
    position: absolute;
    top: 5%;
    left: 0;
    transform: translateY(0);
    padding: 0 8%;
  }

  .huawei-4e-advice {
    padding: 0;
    margin-top: 10px;
    background-color: #fafafa;
  }

  .huawei-4e-adviceBox {
    display: block;
    padding: 10% 8% 0 8%;
  }

  .huawei-4e-logoclss {
    display: block;
    position: static;
    width: 50%;
    margin-left: 50%;
    margin-top: 30px;
  }

  .huawei-4e-advicetit {
    display: block;
    width: 100%;
  }

  .huaweie-advicepic {
    text-align: center;
    margin-top: -20%;
  }

  .advpc {
    display: none;
  }

  .advmb {
    display: block;
  }

  .huawei-4e-lflife {
    display: block;
    width: 100%;
  }

  .huawei-4e-lftit {
    position: static;
    width: 100%;
    transform: translateY(0);
    padding: 0 8%;
    margin-bottom: 10%;
  }

  .huawei-4e-rtlife {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .huawei-4e-Meters {
    display: block;
  }

  .huawei-4e-rtMeterstit {
    padding: 0 8%;
  }

  .huawei-4e-rtMeters {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .huawei-4e-lfMeters {
    width: 100%;
    position: static;
    max-width: 630px;
  }

  .huawei-4e-bands {
    position: absolute;
    max-width: 100%;
    width: 100%;
    padding: 10% 8% 20% 8%;
    margin: 0;
  }

  .huawei-4e-icon {
    width: 25%;
    padding: 15px 0;
  }

  .huawei-4e-icon > img {
    max-width: 50%;
  }

  .huawei-4e-icon-box .huawei-4e-icon p {
    font-size: 3.2vw;
    color: #000000;
    padding-top: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .huawei-4e-icontit {
    text-align: center;
    margin-bottom: 25px;
    padding: 0 8%;
  }

  .huawei-4e-icon-box {
    padding: 0 8%;
  }

  .huawei-4e-icontit {
    text-align: center;
    margin-bottom: 50px;
  }

  .huawei-4e-LRBox {
    display: none;
  }

  .huawei-4e-pcTitle {
    display: none;
  }

  .huawei-4e-mbTitle {
    display: block;
  }

  .huawei-4e-mLRBox {
    display: block;
  }

  .wearmob {
    position: relative;
  }

  .mobtext {
    width: 90%;
    max-width: 550px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 8%;
    padding-top: 12%;
  }

  .huawei-4e-modeltitle {
    position: absolute;
    max-width: 640px;
    width: 84%;
    top: 0;
    left: 0;
    padding-left: 8%;
    padding-top: 12%;
  }

  .huawei-4e-modeldata {
    z-index: 99;
    position: absolute;
    bottom: 2% !important;
    right: 0;
    top: auto;
  }

  .huawei-4e-modeltitle > h2 {
    font-size: 8.88vw;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #fff;
  }

  .huawei-4e-modeltitle > p {
    font-size: 5.4vw;
    line-height: 1.4;
    color: #fff;
  }

  .huawei-4e-pic-column {
    max-width: 100%;
  }
  .back {
    margin-left: 25%;
  }
  .huawei-4e-share {
    margin-top: 20px;
  }
  .huawei-4e-Meters {
    background: #fafafa;
    padding-top: 7%;
  }
}

@media screen and (max-width: 321px) {
  .huawei-4e-logo > p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
    .huawei-4e-modeltitle {
    width: 40%;
}
}
