body {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1420px;
  margin: auto;
  text-align: center;
  position: relative;
}

.wap-nav-icon {
  transition: all 0.5s;
}

* {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei, Arial;
}

html,
body {
  height: 100%;
  font-size: 0;
}

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

a {
  cursor: pointer;
  text-decoration: none;
  outline-style: none;
  color: #333;
}

li {
  list-style: none;
}

.allPC {
  display: block;
}

.allMoblie {
  display: none;
}

.banner {
  width: 100%;
  height: 25.78125vw;
  background: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/solutions/enterprise-collaboration/e-center/banner-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 6.25vw;
}
.banner .banner-title {
  font-family: FZLTZHJW--GB1-0;
  font-size: 42px;
  color: #ffffff;
  line-height: 50px;
}
.banner .banner-icon {
  width: 55%;
  margin: 0 auto;
  margin-top: 55px;
  display: flex;
  flex-direction: row;
}
.banner .banner-icon .banner-icon-item {
  width: 25%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner .banner-icon .banner-icon-item > img {
  width: 35px;
  height: 35px;
}
.banner .banner-icon .banner-icon-item > span {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-left: 15px;
}
.banner .banner-location {
  text-align: left;
  padding-left: 30px;
  width: 55%;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.25vw;
}
.banner .banner-select {
  cursor: pointer;
  padding: 18px 30px;
  align-items: center;
  width: 55%;
  margin: 0 auto;
  margin-top: 6.09375vw;
  background: #fff;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner .banner-select > span {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.banner .banner-select > img {
  width: 20px;
  height: 20px;
}
.banner .banner-select-btn {
  z-index: 2;
  position: absolute;
  left: 50.0351%;
  top: 84.3%;
  transform: translateX(-50%);
  width: 55%;
  height: 452px;
  display: flex;
  flex-direction: row;
  border-radius: 0 0 2px 2px;
  padding: 0 30px 16px 30px;
  background: #fefefe;
  box-shadow: 0 15px 20px 0px rgba(0, 0, 0, 0.1);
}
.banner .banner-item-list {
  border-top: 1px solid #ccc;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: scroll;
}
.banner .banner-item-list .banner-item-list-text {
  width: 23%;
  margin-top: 20px;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  color: #333333;
}
.banner .banner-item-list .banner-item-list-text:hover {
  color: #c7000b;
}
.banner .banner-item-list .spanactive {
  padding-left: 5px;
  text-align: center;
  position: relative;
  background: rgba(199, 0, 11, 0.05);
  border-radius: 2px;
  color: #c7000b;
}
.banner .banner-item-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  /**/
}
.banner .banner-item-list::-webkit-scrollbar-track {
  border-radius: 2px;
}
.banner .banner-item-list::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 2px;
}
.banner .banner-item-list::-webkit-scrollbar-thumb:hover {
  background: #bbbbbb;
}
.banner .banner-item-list::-webkit-scrollbar-corner {
  background: #bbbbbb;
}

.content-pc {
  padding: 3.125vw 0;
  padding-top: 0 !important;
  width: 100%;
  height: auto;
}
.content-pc .content-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-pc .content-box .content-item {
  margin-top: 60px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  width: 31.7%;
  height: auto;
  flex-wrap: wrap;
}
.content-pc .content-box .content-item > div:nth-of-type(1) {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.content-pc .content-box .content-item > div:nth-of-type(1) > img {
  width: 100%;
  height: 100%;
  transition: all 2s;
}
.content-pc .content-box .content-item .content-item-box {
  cursor: pointer;
  width: 100%;
  height: auto;
}
.content-pc .content-box .content-item .content-item-box > a .content-item-title {
  text-align: left;
  font-size: 20px;
  color: #111111;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.content-pc .content-box .content-item .content-item-box > a > div {
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.content-pc .content-box .content-item .content-item-box > a > div > img {
  margin-top: 3px;
  width: 20px;
  height: 20px;
}
.content-pc .content-box .content-item .content-item-box > a > div > span {
  text-align: left;
  margin-left: 10px;
  font-size: 16px;
  color: #111111;
  line-height: 24px;
}
.content-pc .content-box .content-item:hover > div:nth-of-type(1) > img {
  transform: scale(1.2);
}
.content-pc .content-box .content-item:nth-of-type(3n) {
  margin-right: 0;
}

.picture-pc {
  padding: 3.125vw 0;
  padding-bottom: 6.25vw;
  width: 100%;
  height: auto;
}
.picture-pc .picture-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.picture-pc .picture-box > div {
  width: 690px;
  height: 180px;
  border-radius: 2px;
}
.picture-pc .picture-box > div > a > img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

@media screen and (max-width: 1550px) {
  .banner {
    width: 100%;
    height: 31.935483871vw;
    background: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/solutions/enterprise-collaboration/e-center/banner-bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 7.7419354839vw;
  }

  .banner-select {
    margin-top: 7.5483870968vw !important;
  }
}
@media screen and (min-width: 1921px) {
  .banner .banner-select-btn {
    top: 84.3%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .container,
  .banner-item-box {
    zoom: 0.85;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .banner {
    padding-top: 90px;
  }

  .banner .banner-select-btn {
    top: 88.3%;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1550px) {
  .banner .banner-select-btn {
    top: 73.3%;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1366px) {
  .banner .banner-select-btn {
    top: 77.3%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .banner .banner-select-btn {
    top: 80.3%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .banner .banner-select-btn {
    top: 72.3%;
  }

  .container,
  .banner-item-box {
    zoom: 0.72;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .banner .banner-select-btn {
    top: 76.3%;
  }

  .container,
  .banner-item-box {
    zoom: 0.69;
  }
}
@media screen and (min-width: 1px) and (max-width: 990px) {
  .allPC {
    display: none;
  }

  body {
    background: #f8f8f8 !important;
  }

  .allMoblie {
    display: block;
    position: relative;
  }

  .container-mb {
    width: 100%;
    height: 100%;
    max-width: 91.4666666667vw;
    margin: auto;
    text-align: center;
    position: relative;
  }

  .banner-mb {
    width: 100%;
    height: 80.9333333333vw;
    background: url("https://e.huawei.com/marketingcloud/pep/asset/2000000101/images/solutions/enterprise-collaboration/e-center/banner-bg-mb.jpg") no-repeat;
    background-size: cover;
    position: relative;
  }
  .banner-mb .banner-title-mb {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15.6vw;
    font-size: 6.4vw;
    color: #ffffff;
    line-height: 8.4vw;
  }
  .banner-mb .banner-box-mb {
    width: 91.4666666667vw;
    height: 36.6666666667vw;
    background: #fff;
    position: absolute;
    top: 49.0666666667vw;
    box-shadow: 0 0.78125vw 1.5625vw 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.2083333333vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 4vw 4.2666666667vw 4vw 4.2666666667vw;
  }
  .banner-mb .banner-box-mb > div:nth-of-type(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .banner-mb .banner-box-mb > div:nth-of-type(1) > img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .banner-mb .banner-box-mb > div:nth-of-type(1) > span {
    margin-left: 1.3333333333vw;
    font-size: 3.7333333333vw;
    color: #111111;
    line-height: 3.2vw;
  }
  .banner-mb .banner-box-mb > div:nth-of-type(2) {
    height: 10.6666666667vw;
    border: 0.0520833333vw solid #111111;
    border-radius: 0.5333333333vw;
    border-radius: 0.5333333333vw;
    margin-top: 4.8vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .banner-mb .banner-box-mb > div:nth-of-type(2) > span {
    font-size: 3.7333333333vw;
    color: #999999;
  }
  .banner-mb .banner-box-mb > div:nth-of-type(2) > img {
    width: 4vw;
    height: 4vw;
  }
  .banner-mb .banner-box-mb > div:nth-of-type(3) {
    display: flex;
    flex-direction: row;
    margin-top: 4.8vw;
  }
  .banner-mb .banner-box-mb > div:nth-of-type(3) > div {
    width: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .banner-mb .banner-box-mb > div:nth-of-type(3) > div > img {
    width: 4vw;
    height: 4vw;
  }
  .banner-mb .banner-box-mb > div:nth-of-type(3) > div > span {
    margin-left: 1.3333333333vw;
    font-size: 2.6666666667vw;
    color: #666666;
  }
  .banner-mb .banner-title1-mb {
    width: 100%;
    text-align: center;
    font-size: 2.6666666667vw;
    color: #999999;
    line-height: 4vw;
    position: absolute;
    top: 89.3333333333vw;
  }

  .content-mb {
    padding-top: 12vw;
    width: 100%;
    height: auto;
  }
  .content-mb .content-item-mb {
    margin-top: 4vw;
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 0.1041666667vw;
    border-radius: 0.1041666667vw;
    padding: 4vw;
  }
  .content-mb .content-item-mb > a > div {
    width: 100%;
    height: 48vw;
  }
  .content-mb .content-item-mb > a > div > img {
    width: 100%;
    height: 100%;
  }
  .content-mb .content-item-mb > a > p:nth-of-type(1) {
    text-align: left;
    margin-top: 8vw;
    font-size: 4.8vw;
    color: #111111;
    line-height: 5.0666666667vw;
  }
  .content-mb .content-item-mb > a > p:nth-of-type(2) {
    text-align: left;
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    color: #111111;
    line-height: 7.4666666667vw;
  }

  .dibanner-mb {
    width: 100%;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .dibanner-mb .dibanner-box-mb {
    width: 100%;
    height: 41.6vw;
  }
  .dibanner-mb .dibanner-box-mb > a > img {
    width: 100%;
    border-radius: 0.5333333333vw;
  }

  .select-mb {
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
  }

  .select-box-mb {
    z-index: 3;
    background: #ffffff;
    box-shadow: 0 -0.78125vw 1.5625vw 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.1041666667vw 0.1041666667vw 0 0;
    border-radius: 0.1041666667vw 0.1041666667vw 0vw 0vw;
    width: 100%;
    height: 107.2vw;
    position: absolute;
    bottom: 0;
  }
  .select-box-mb .select-box-top-mb {
    width: 100%;
    height: 17.3333333333vw;
    padding: 0 4.2666666667vw 0 4.2666666667vw;
    padding-top: 4.2666666667vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .select-box-mb .select-box-top-mb > span {
    font-size: 3.7333333333vw;
    color: #111111;
    line-height: 3.2vw;
  }
  .select-box-mb .select-box-top-mb > img {
    width: 4vw;
    height: 4vw;
  }
  .select-box-mb .select-box-bot-mb {
    width: 100%;
    height: 89.6vw;
    overflow: hidden;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }
  .select-box-mb .select-box-bot-mb > span {
    padding: 0 4.2666666667vw;
    display: block;
    width: 100%;
    height: 11.2vw;
    text-align: left;
    line-height: 11.2vw;
    font-size: 3.7333333333vw;
    color: #111111;
  }
  .select-box-mb .select-box-bot-mb > span:hover {
    color: #c7000b;
  }
  .select-box-mb .select-box-bot-mb .spanactivemb {
    background: rgba(199, 0, 11, 0.05);
    color: #c7000b;
  }
}

/*# sourceMappingURL=index.css.map */
