
* {
  margin: 0;
  padding: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  outline: none;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

input {
  background: none;
  outline: none;
  border: none;
}

input:focus {
  border: none;
}

html {
  width: 100%;
  height: 100%;
  font-size: 13.33333vw;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 100px;
  }
}

body {
  width: 100%;
  height: 100%;
  /*font: 14px helvetica;*/
  /*-webkit-font-smoothing: antialiased;*/
}

div, input, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  display: block;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, li {
  list-style: none;
}

em {
  font-style: normal;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    opacity: 0.1;
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes swingZ {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    opacity: 0.1;
  }
}

@keyframes swingZ {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes zoom {
  0% {
    opacity: .1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes zoom {
  0% {
    opacity: .1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes zip {
  0% {
    opacity: 0;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  65% {
    opacity: 1;
    -webkit-filter: brightness(300%);
    filter: brightness(300%);
  }
  100% {
    opacity: 0;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}

@keyframes zip {
  0% {
    opacity: 0;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  65% {
    opacity: 1;
    -webkit-filter: brightness(300%);
    filter: brightness(300%);
  }
  100% {
    opacity: 0;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}

@-webkit-keyframes ball {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ball {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes glint {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes glint {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  0% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
  }
  25% {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
  }
  50% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
  }
  75% {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
  }
  25% {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
  }
  50% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
  }
  75% {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
  }
}

.loading {
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
  background: #6688bd;
  left: 0;
  top: 0;
}

.loading>div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes ldio-0awbxf2zfqho {
  0% {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.12, 1.12);
    transform: translateZ(0) scale(1.12, 1.12);
  }
  100% {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
  }
}

@keyframes ldio-0awbxf2zfqho {
  0% {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.12, 1.12);
    transform: translateZ(0) scale(1.12, 1.12);
  }
  100% {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
  }
}

.ldio-0awbxf2zfqho div>div {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #90d8cb;
  -webkit-animation: ldio-0awbxf2zfqho 0.8849557522123893s linear infinite;
  animation: ldio-0awbxf2zfqho 0.8849557522123893s linear infinite;
}

.ldio-0awbxf2zfqho div:nth-child(1)>div {
  left: 73px;
  top: 46px;
  -webkit-animation-delay: -0.7743362831858406s;
  animation-delay: -0.7743362831858406s;
}

.ldio-0awbxf2zfqho>div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 77px 50px;
  -ms-transform-origin: 77px 50px;
  transform-origin: 77px 50px;
}

.ldio-0awbxf2zfqho div:nth-child(2)>div {
  left: 65px;
  top: 65px;
  -webkit-animation-delay: -0.663716814159292s;
  animation-delay: -0.663716814159292s;
}

.ldio-0awbxf2zfqho>div:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 69px 69px;
  -ms-transform-origin: 69px 69px;
  transform-origin: 69px 69px;
}

.ldio-0awbxf2zfqho div:nth-child(3)>div {
  left: 46px;
  top: 73px;
  -webkit-animation-delay: -0.5530973451327433s;
  animation-delay: -0.5530973451327433s;
}

.ldio-0awbxf2zfqho>div:nth-child(3) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50px 77px;
  -ms-transform-origin: 50px 77px;
  transform-origin: 50px 77px;
}

.ldio-0awbxf2zfqho div:nth-child(4)>div {
  left: 27px;
  top: 65px;
  -webkit-animation-delay: -0.44247787610619466s;
  animation-delay: -0.44247787610619466s;
}

.ldio-0awbxf2zfqho>div:nth-child(4) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 31px 69px;
  -ms-transform-origin: 31px 69px;
  transform-origin: 31px 69px;
}

.ldio-0awbxf2zfqho div:nth-child(5)>div {
  left: 19px;
  top: 46px;
  -webkit-animation-delay: -0.331858407079646s;
  animation-delay: -0.331858407079646s;
}

.ldio-0awbxf2zfqho>div:nth-child(5) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 23px 50px;
  -ms-transform-origin: 23px 50px;
  transform-origin: 23px 50px;
}

.ldio-0awbxf2zfqho div:nth-child(6)>div {
  left: 27px;
  top: 27px;
  -webkit-animation-delay: -0.22123893805309733s;
  animation-delay: -0.22123893805309733s;
}

.ldio-0awbxf2zfqho>div:nth-child(6) {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform-origin: 31px 31px;
  -ms-transform-origin: 31px 31px;
  transform-origin: 31px 31px;
}

.ldio-0awbxf2zfqho div:nth-child(7)>div {
  left: 46px;
  top: 19px;
  -webkit-animation-delay: -0.11061946902654866s;
  animation-delay: -0.11061946902654866s;
}

.ldio-0awbxf2zfqho>div:nth-child(7) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 50px 23px;
  -ms-transform-origin: 50px 23px;
  transform-origin: 50px 23px;
}

.ldio-0awbxf2zfqho div:nth-child(8)>div {
  left: 65px;
  top: 27px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.ldio-0awbxf2zfqho>div:nth-child(8) {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-transform-origin: 69px 31px;
  -ms-transform-origin: 69px 31px;
  transform-origin: 69px 31px;
}

.loadingio-spinner-spin-ohe46mbm9zg {
  width: 71px;
  height: 71px;
  display: inline-block;
  overflow: hidden;
}

.ldio-0awbxf2zfqho {
  width: 1rem;
  height: 1rem;
  position: relative;
  -webkit-transform: translateZ(0) scale(0.71);
  transform: translateZ(0) scale(0.71);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-0awbxf2zfqho div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* generated by https://loading.io/ */

img {
  display: block;
}

@media (min-width: 800px) {
  html, body {
    min-width: 1420px;
  }
}

.huawei {
  width: 100%;
}

.huawei .line {
  display: block;
  margin: auto;
  background: #C7000B;
}

.huawei .hw-nav {
  width: 100%;
  background: #fff;
}

.huawei .hw-nav-box {
  height: 80px;
  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: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1420px;
  margin: auto;
}

.huawei .hw-nav .nav-logo {
  float: left;
  width: 148px;
}

.huawei .hw-nav .nav-logo img {
  width: 100%;
}

.huawei .hw-nav .nav-list {
  height: 80px;
  line-height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-item.toggle:first-child{
  margin-right:15px;
}
.nav-item.toggle:last-child{
  margin-left:15px;
}
.huawei .hw-nav .nav-item {
  height: 80px;
  float: left;
  font-size: 18px;
  color: #333;
  display: block;
}

.huawei .hw-nav .nav-item.toggle {
  /*line-height: 90px;*/
}

.huawei .hw-nav .nav-item.toggle img {
  width: 30px;
  height: 23px;
  display: inline-block;
  border: none;
}

.huawei .hw-nav .nav-item.active {
  color: #C7000B;
  position: relative;
}

.huawei .hw-nav .nav-item.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #C7000B;
}

.huawei .hw-head {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url("../img/head.png") bottom no-repeat;
  -webkit-background-size:cover;
  background-size:cover;
  padding-bottom:80px;
}

/*.huawei .hw-head img {
  width: 100%;
}*/

.huawei .hw-head-box {
  /*position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height:80%;*/
  padding-top: 45px;
}
.huawei .hw-head-box .h1 {
  font-size: 72px;
  font-weight: bold;
  margin-top: 148px;
  margin-bottom: 50px;
  color: #1B1B1B;
}

.huawei .hw-head-box .h2 {
  font-size: 48px;
  color: #1C1C1C;
  margin-bottom: 42px;
}

.huawei .hw-head-box .h3 {
  font-size: 24px;
  color: #1C1C1C;
  line-height: 36px;
}

.huawei .hw-head-box .appt {
  display: block;
  /* margin-top: 50px; */
  width: 196px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  background: #C01C29;
  border-radius: 5px;
  text-align: center;
  font-size: 25px;
  margin: auto;
}

.iframe_box {
  /*width: 90%;*/
  /*height: 1275px;*/
  width:1200px;
  height:660px;
  position: relative;
  margin:0 auto;
  /*margin-bottom: 70px;*/
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 800px) {
  .huawei .hw-head-box {
    padding-left: 0;
    text-align: center;
    padding-top:18px;
  }
  .huawei .hw-head-box .h1 {
    margin-top: .8rem;
    font-size: .46rem;
    margin-bottom: .38rem;
  }
  .huawei .hw-head-box .h2 {
    margin: auto;
    font-size: .4rem;
    margin-bottom: .4rem;
    width: 4.02rem;
    line-height: .6rem;
  }
  .huawei .hw-head-box .h3 {
    font-size: .24rem;
    margin-bottom: .28rem;
    line-height: .36rem;
    font-weight: bold;
  }
  .huawei .hw-head-box .appt {
    font-size: .25rem;
    font-weight: bold;
    width: 1.96rem;
    height: .55rem;
    line-height: .55rem;
    margin: auto;
    border-radius: .1rem;
  }
}

.huawei .hw-main {
  background: url(../img/bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  /*margin-top:70px;*/
}

@media (min-width: 1920px) {
  .huawei .hw-main {
    background-size: 100% 100%;
  }
}

.huawei .hw-main-box {
  width: 1200px;
  margin: auto;
  /* overflow: hidden; */
}

.huawei .hw-main-cont {
  text-align: center;
  padding-top: 20px;
}

.huawei .hw-main-cont .h1 {
  width: 330px;
  height: 70px;
  font-size: 32px;
  color: #666666;
  line-height: 70px;
  font-weight: bold;
  background: url("../img/btn-bg.png") center no-repeat;
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
  cursor: pointer;
}

.huawei .hw-main-cont .h1.active {
  color: #ffffff;
  /* background-image: none;
  background: #c7000b; */
  background: url("../img/btn-bg1.png") center no-repeat;
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
  cursor: default;
}
.huawei .hw-main-cont .line{
  display: none;
}

.huawei .hw-main-cont .h2 {
  font-size: 24px;
  line-height: 48px;
  color: #000;
}

.huawei .hw-main-cont span {
  display: block;
  color: #C7000B;
}

.huawei .hw-main-cont .line {
  width: 198px;
  height: 4px;
  margin-top: 20px;
}

.huawei .hw-main-remark {
  /* 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; */
  padding-left: 27px;
  padding-right: 27px;
  margin-top: 54px;
  padding-bottom: 50px;
}
.xsztsrc{
  text-align: center;
  font-size: 16px;
  color: #c7000b;
  font-weight: bold;
}
.huawei .hw-main-remark::after {
  content: '';
  clear: both;
  display: block;
}

.huawei .hw-main-remark.en .title {
  height: 290px;
}

.huawei .hw-main-remark-item {
  /* float: left; */
  margin-bottom: 36px;
  width: 100%;
  height: auto;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  box-shadow: 0px 9px 14px 2px rgba(196, 196, 196, 0.51);
}

.huawei .hw-main-remark-item:first-child {
  margin-left: 0;
}

.huawei .hw-main-remark-item .time {
  width: 18%;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #2A2A2A;
  text-align: left;
  padding-left: 20px;
}

.huawei .hw-main-remark-item .time i {
  display: inline-block;
  width: 23px;
  height: 21px;
  background: url(../img/time.png) no-repeat 50%/contain;
  margin-right: 9px;
}

.huawei .hw-main-remark-item .title {
  display: inline-block;
  vertical-align: middle;
  /* margin-top: 19px; */
  width: 49.5%;
  font-size: 22px;
  line-height: 48px;
  /* font-weight: bold; */
  /* height: 145px; */
  text-align: left;
}

.huawei .hw-main-remark-item .person-info {
  display: inline-block;
  vertical-align: middle;
  /* margin-top: 19px; */
  width: 32%;
  font-size: 0;
}

.huawei .hw-main-remark-item .img {
  display: inline-block;
  width: 29%;
  height: auto;
  vertical-align: middle;
  border-radius: 50%;
  border: 10px solid #DFE2E5;
  overflow: hidden;
  margin: auto;
  /* margin-top: 19px; */
}

.huawei .hw-main-remark-item .person-info2 {
  display: inline-block;
  width: 61%;
  height: auto;
  vertical-align: middle;
  overflow: hidden;
  margin: auto;
  /* margin-top: 19px; */
  text-align: right;
  padding-right: 20px;
}

.huawei .hw-main-remark-item .person-info-line {
  padding-top: 5px;
  padding-bottom: 5px;
}

.huawei .hw-main-remark-item .img img {
  width: 100%;
}

.huawei .hw-main-remark-item .name {
  position: relative;
  width: auto;
  display: inline-block;
  font-size: 20px;
  color: #1C1C1C;
  text-align: right;
  margin-bottom: 0.05rem;
}
.titleafter::after{
  content: '';
  position: absolute;
  width:100%;
  height:1px;
  bottom:-2px;
  left:0;
  background: #C7000B;
}
.titleafter{
  display: inline-block;
  position: relative;
}
.huawei .hw-main-remark-item .name:after{
  content: '';
  position: absolute;
  width:100%;
  height:1px;
  bottom:-2px;
  left:0;
  background: #C7000B;
}
.huawei .hw-main-remark-item .line {
  width: 59px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 2px;
  display: none;
}

.huawei .hw-main-remark-item .position {
  width: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: right;
}

.huawei .hw-main .swiper {
  margin: auto;
  margin-top: 126px;
  height: 600px;
  margin-bottom: 70px;
}

.huawei .hw-main .swiper-item {
  margin: auto;
  width: 1288px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 2px solid white;
  height: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}

.huawei .hw-main .swiper-item img {
  float: left;
}

.huawei .hw-main .swiper-item .info {
  float: left;
}

.huawei .hw-main .swiper-item .info p {
  color: #2A2A2A;
  font-size: 36px;
  line-height: 60px;
  margin-bottom: 70px;
}

.huawei .hw-main .swiper-item .info a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #C7000B;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.huawei .hw-main .swiper-item .info a span {
  display: inline;
}

.huawei .hw-main .swiper-item .info a i {
  width: 14px;
  height: 11px;
  display: inline-block;
  margin-left: 10px;
  background: url(../img/arrow-r.png) no-repeat 50%/contain;
}

.huawei .hw-main .swiper-button-prev, .huawei .hw-main .swiper-button-next {
  background-image: url(../img/arrow.png);
  background-size: 100% 100%;
  width: 54px;
  height: 54px;
  left: 39px;
}

.huawei .hw-main .swiper-button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: 39px;
}

.huawei .hw-main .swiper-pagination {
  bottom: 33px;
}

.huawei .hw-main .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #666;
  opacity: 1;
}

.huawei .hw-main .swiper-pagination-bullet-active {
  width: 23px;
  height: 10px;
  background: #C7000B;
  border-radius: 5px;
}

/*.huawei .hw-main .foot {
  width: 100%;
  background: #1B1B1B;
}

.huawei .hw-main .foot-box {
  margin: auto;
  width: 1420px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 120px;
}

.huawei .hw-main .foot-box p {
  float: right;
  font-size: 16px;
  color: #fff;
}

.huawei .hw-main .foot-box p:first-child {
  float: left;
}*/

/*login alert start*/
.login-alert{
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.alert-box{
  position: absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width:430px;
  background: #ffffff;
  border-radius: 15px;
  padding:40px;
}
.alert-title{
  text-align: center;
  font-size: 16px;
  color: #282828;
}
.input-email{
  border: 1px solid #e0e0e0 !important;
  border-radius: 2px ;
  font-size: 16px ;
  width: 100%;
  height: 42px;
  line-height:42px;
  background-color: #fff;
  display: block;
  -webkit-appearance: none;
  outline: none;
  margin-top:40px;
  padding:0 10px;
}
.login-btn{
  width:100%;
  height:43px;
  line-height:43px;
  text-align: center;
  color: #ffffff;
  background: #e13841;
  border-radius: 3px;
  font-size:16px;
  cursor: pointer;
  margin-top:30px;
}
.login-a-box{
  text-align: center;
}
.login-reg-a {
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  font-size: 16px;
  line-height: 19px;
  border-bottom: 1px solid #282828;
}
.login-reg-a:hover, .login-reg-a:link, .login-reg-a:active, .login-reg-a:visited{
  text-decoration: none;
  color: #282828;
}
.error-tip{
  font-size: 14px;
  line-height: 20px;
  color: red;
}
/*login alert end*/

@media (max-width: 800px) {
  .huawei {
    width: 100%;
    overflow: hidden;
  }
  .huawei .hw-nav-box {
    height: .8rem;
    width: 100%;
    padding: 0 .15rem 0 0.3rem;
  }
  .huawei .hw-nav .nav-logo {
    width: 1.48rem;
  }
  .huawei .hw-nav .nav-logo img {
    margin: 0;
  }
  .huawei .hw-nav .nav-list {
    height: 100%;
  }
  .huawei .hw-nav .nav-item {
    font-size: .18rem;
    margin-left: .5rem;
    height: 100%;
    line-height: .8rem;
  }
  .huawei .hw-nav .nav-item.mb-btn-a{
    width:1.2rem;
    height:0.4rem;
    -webkit-border-radius:0.2rem;
    -moz-border-radius:0.2rem;
    border-radius:0.2rem;
    border:1px solid #C7000B;
    line-height:0.4rem!important;
    text-align: center;
    color: #C7000B;
  }
  .huawei .hw-nav .nav-item.toggle {
    line-height: .8rem;
    margin: .15rem;
  }
  .huawei .hw-nav .nav-item.toggle img {
    width: 60px;
    height: 20px;
    display: inline-block;
    margin-top: 10px;
  }
  .huawei .hw-nav .nav-item.active::after {
    height: .02rem;
    bottom: .1rem;
  }
  .huawei .hw-nav .nav-item.mobile {
    display: none;
  }
  .huawei .hw-main {
    background-size: auto 100%;
    width: 100%;
    margin-top:0;
  }
  .huawei .hw-main-box {
    width: 100%;
    padding-bottom: 20px;
  }
  .huawei .hw-main-cont {
    padding: 0 .15rem;
  }
  .huawei .hw-main-cont .zt_title {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .1rem;
    width: auto;
    margin-top: .4rem;
  }
  .huawei .hw-main-cont .zt_title .line {
    width: 3rem;
  }
  .huawei .hw-main-cont .zt_title p {
    height: .82rem;
    width: 3.36rem;
    font-size: .28rem;
    line-height: .82rem;
    background: #BFBFBF;
    color: #000;
  }
  .huawei .hw-main-cont .zt_title .left_title {
    margin-right: .5rem;
  }
  .huawei .hw-main-cont .zt_title p.active {
    color: #fff;
    background: #C7000B;
  }
  .huawei .hw-main-cont .h2 {
    font-size: .24rem;
    line-height: .48rem;
  }
  .huawei .hw-main-cont .line {
    display: none;
  }
  .huawei .hw-main-remark {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 .15rem;
    margin-top: .4rem;
    padding: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0px 0px 36px 4px rgba(158, 158, 158, 0.3);
    background: rgba(255, 255, 255, 0.5);
    /* margin-bottom:22px; */
  }
  .huawei .hw-main-remark::after {
    display: none;
  }
  .huawei .hw-main-remark.en .title {
    height: 2.9rem;
  }
  .huawei .hw-main-remark-item {
    width: 100%;
    height: 1.99rem;
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
    box-sizing: none;
    border-bottom: 1px solid #DCDCDC;
  }
  .huawei .hw-main-remark-item:last-child {
    height: 3.77rem;
  }
  .huawei .hw-main-remark-item:last-child .person-info-line {
    position: relative;
    width: 100%;
    height: 1.5rem;
    left: 0;
    top: 0;
  }
  .huawei .hw-main-remark-item:last-child .time {
    bottom: 1.4rem;
  }
  .huawei .hw-main-remark-item .time {
    font-size: .2rem;
    white-space: nowrap;
    width: auto;
    right: .76rem;
    position: absolute;
    bottom: 0.75rem;
  }
  .huawei .hw-main-remark-item .time i {
    width: .23rem;
    height: .21rem;
    margin-right: 0;
    position: relative;
    top: 0.025rem;
  }
  .huawei .hw-main-remark-item .title {
    font-size: .19rem;
    line-height: .38rem;
    margin-top: .2rem;
    width: 5.65rem;
    position: absolute;
    left: 1.55rem;
    color: #2c2c2c;
    font-weight: bold;
  }
  .huawei .hw-main-remark-item .title .red_title {
    font-size: .2rem;
  }
  .huawei .hw-main-remark-item .img {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: .14rem;
    top: 50%;
    transform: translateY(-50%);
    border:0.05rem solid #DFE2E5;
  }
  .huawei .hw-main-remark-item .person-info-line1 .img{
    top:69%;
  }
  .huawei .hw-main-remark-item .person-info-line2 .img{
    top:75%;
  }
  .huawei .hw-main-remark-item .person-info {
    display: block;
    width: 100%;
  }
  .huawei .hw-main-remark-item .person-info2 {
    position: absolute;
    text-align: left;
    left: 1.55rem;
    bottom: auto !important;
    top: 1rem;
  }
  .huawei .hw-main-remark-item .person-info2-spec{
    top: 0.85rem;
  }
  .huawei .hw-main-remark-item .person-info-line {
    display: flex;
    width: 100%;
  }
  .huawei .hw-main-remark-item .name {
    font-size: .19rem;
    text-align: left;
    font-weight:bold;
  }
  .huawei .hw-main-remark-item .line {
    height: .02rem;
    width: .59rem;
    margin: 0.02rem;
  }
  .huawei .hw-main-remark-item .position {
    font-size: .19rem;
    line-height: .28rem;
    text-align: left;
  }
  .huawei .hw-main .swiper {
    width: 6.83rem;
    height: 3.9rem;
    border-radius: .1rem;
    margin-top: .67rem;
    margin-bottom: .54rem;
  }
  .huawei .hw-main .swiper-item {
    height: 3.3rem;
    width: 100%;
    margin: 0;
    position: relative;
  }
  .huawei .hw-main .swiper-item img {
    margin-top: .1rem;
    width: 4.36rem;
  }
  .huawei .hw-main .swiper-item .info {
    position: absolute;
    left: 4rem;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: .1rem;
  }
  .huawei .hw-main .swiper-item .info p {
    font-weight: bold;
    font-size: .3rem;
    line-height: .48rem;
    margin-bottom: .38rem;
  }
  .huawei .hw-main .swiper-item .info a {
    line-height: .21rem;
    font-size: .2rem;
  }
  .huawei .hw-main .swiper-item .info a i {
    width: .2rem;
    height: .15rem;
  }
  .huawei .hw-main .swiper-button-prev, .huawei .hw-main .swiper-button-next {
    display: none;
  }
  .huawei .hw-main .swiper-pagination {
    bottom: 0;
  }
  .huawei .hw-main .swiper-pagination-bullet {
    height: .10rem;
    width: .10rem;
  }
  .huawei .hw-main .swiper-pagination-bullet-active {
    width: .23rem;
    height: .10rem;
    border-radius: .05rem;
  }
  /*.huawei .hw-main .foot {
    width: 100%;
  }
  .huawei .hw-main .foot-box {
    padding: 0 .39rem;
    width: 100%;
    height: 1.2rem;
  }
  .huawei .hw-main .foot-box p {
    font-size: .16rem;
  }*/
  .top-foot{
    display: none;
  }
  .right-text{
    display: none;
  }
  .footer .cistern{
    padding:0.15rem 0!important;
  }
  .footer .cistern .btm-foot{
    margin:0!important;
  }
  .footer .cistern .btm-foot .left-text{
    font-size:12px;
    float: none!important;
  }
}

@media (max-width: 800px) {
  .en .hw-head-box .h2 {
    width: 6rem;
  }
  .en .hw-main .swiper-item .info p {
    font-size: .25rem;
  }
}

/*footer*/

.maxWidth {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

/*.footer * {
  position: relative;
}

.footer {
  display: block;
  color: #fff;
  font-size: 12px;
  background-color: #212121;
}

.contactDiv {
  display: block;
  border-bottom: 1px solid #383838;
  padding-bottom: 20px;
}

.footerP {
  font-size: 25px;
  text-align: center;
  padding: 60px 0 0;
  margin-bottom: 10px;
}

.contact {
  display: block;
  width: 86%;
  margin: 0 auto;
  text-align: center;
}

.contact:after {
  content: "";
  display: block;
  clear: both;
}

.contact li {
  list-style: none;
  margin-right: 14%;
  display: inline-block;
  margin-top: 15px;
}

.contact li:first-child {
  margin: auto;
  display: block;
}

.contact li:last-child {
  margin-right: 0;
}

.contact li a {
  display: inline-block;
}

.contImg {
  display: inline-block;
  vertical-align: middle;
}

.contSpan {
  display: inline-block;
}

.par {
  cursor: pointer;
}

.joinDiv {
  margin-top: 20px;
  display: block;
  border-bottom: 1px solid #383838;
  padding-bottom: 20px;
}

.joinP {
  text-align: center;
  margin-top: 10px;
}

.joinDiv .footerP {
  margin-bottom: 0;
  padding-top: 10px;
}

.more {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  padding: 3px 0;
  border: 1px solid #383838;
  background-color: transparent;
  margin: 0 auto;
  width: 10%;
  margin-top: 10px;
}

.contactWay {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 30px 0;
  text-align: center;
}

.contactWay a {
  display: inline-block;
}

.contactWay:after {
  content: "";
  display: block;
  clear: both;
}

.contactWay li {
  list-style: none;
  float: left;
  margin-right: 14%;
}

.contactWay li:last-child {
  margin-right: 0;
}

.wayImg {
  width: auto;
  display: inline-block;
  margin: 0 10px;
}

.copy {
  background-color: #161616;
  text-align: center;
  font-size: 11px;
  padding: 15px 0;
  color: #fff;
}

.scan {
  position: absolute;
  width: 10%;
  z-index: 33;
  left: 38%;
  bottom: 23%;
  z-index: 22;
  display: none;
}

.rightC {
  display: block;
  background-color: #161616;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  margin: 0;
}

.appImg {
  position: absolute;
  width: auto;
  top: 45%;
  left: 37%;
  display: none;
}

.wxImg {
  position: absolute;
  width: auto;
  top: 45%;
  left: 42%;
  display: none;
}

.wxImg img {
  display: block;
  margin: 0 auto;
}

.appImg p, .wxImg p {
  text-align: center;
  margin-top: 5px;
}

.footer .maxWidth {
  position: relative;
}

.en .appImg {
  left: 35%;
  width: 95px;
}*/

@media screen and (min-width: 1px) and (max-width: 768px) {
  .changeT {
    line-height: 40px;
  }
  .banner-regist {
    width: 24%;
    top: 66%;
    left: 5%;
  }
  .bar-center div {
    padding: 0 15px;
    line-height: 61px;
  }
  .footCon .scan-nop {
    padding: 0;
  }
  .scan {
    margin-top: 20px;
  }
  .parentClear, .changeT {
    width: 50% !important;
  }
  .top-logo {
    width: 100% !important;
  }
  .appImg {
    top: 62%;
    left: 10%;
  }
  .wxImg {
    top: 62%;
    left: 26%;
  }
  .logo {
    padding: 7px 0;
    width: 70%;
  }
  .maxWidth {
    width: 100%;
  }
  .contact li:last-child {
    float: none;
    margin: 0 auto;
    line-height: 30px;
  }
  .contact li {
    float: none;
    width: 62%;
    margin: 0 auto !important;
    line-height: 30px;
    text-align: center;
  }
  .more {
    width: 35%;
  }
  .contactWay li {
    margin-right: 4%;
  }
  .scan {
    width: 29%;
    left: 19%;
    bottom: 17%;
  }
  .footerP {
    padding: 40px 0 0;
  }
  .mbUl li img {
    width: 35%;
    margin: 40px auto 10px;
  }
  .mbUl li {
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
  }
}

@media only screen and (device-width: 320px) {
  .scan {
    bottom: 17%;
    left: 16%;
  }
  .contact li {
    width: 74%;
  }
  .appImg {
    top: 60%;
    left: 0;
  }
  .wxImg {
    top: 60%;
    left: 23%;
  }
  .bar-center div {
    line-height: 51px;
  }
}

@media only screen and (min-width: 361px) and (max-width: 768px) {
  .scan {
    width: 29%;
    left: 19%;
    bottom: 17%;
  }
  .bar-center div {
    line-height: 57px;
  }
  .wxImg {
    left: 29%;
  }
}

@media only screen and (device-width: 360px) {
  .bar-center div {
    line-height: 55px;
  }
}

@media (max-width: 800px) {
  .maxWidth {
    display: none;
  }
  .mbFooter {
    display: block;
  }
}

@media (min-width: 801px) {
  .maxWidth {
    display: block;
  }
  .mbFooter {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */

.xszt {
  display: none;
  height: 665px;
}

.xszt>iframe {
  display: none;
}

.zt_title {
  display: inline-table;
  width: 60%;
}

.left_title {
  float: left;
}

.right_title {
  float: right;
}

.right_title>.line {
  background: #808080;
}

.red_title {
  color: #C7000B;
  font-size: 32px;
}

.iframe_title {
  width: 100%;
  font-size: 32px;
  line-height:40px;
  font-weight: bold;
  text-align: center;
  color: #323232;
}

.iframe_titles {
  width: 100%;
  text-align: center;
  margin: 10px 0 45px 0;
  color: #666666;
  font-size:22px;
}

.mobile_title {
  width: 90%;
  height: 0.5rem;
  margin: auto;
  margin-bottom: 0.16rem;
  /*background: rgba(255, 255, 255, .5);*/
  /*box-shadow: 0px 0px 36px 4px rgba(158, 158, 158, 0.3);*/
  color: #2B2B2B;
  font-size: 0.24rem;
  line-height: 0.48rem;
  text-align: center;
  display: none;
}

/*new speaker css*/
.speaker{
  position: relative;
  width:100%;
  text-align: center;
  /* margin-top:100px; */
  height:480px;
}
.speaker-li{
  position: relative;
  display: inline-block;
  width:218px;
  height:100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin:0 6px;
}
.speaker-li:hover{
  /* width:288px; */
  transform: scale(1.15);
}
.speaker-img{
  position: absolute;
  left:0;
  top:50%;
  display: block;
  width:100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.speaker-info{
  position: absolute;
  left:8%;
  width:84%;
  bottom:20%;
  text-align: left;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* .speaker-li:hover .speaker-info{
  bottom:-3%;
} */
.speaker-name{
  position: relative;
  display: inline-block;
  font-size:18px;
  line-height:30px;
}
.speaker-name:after{
  content: '';
  position: absolute;
  left:0;
  bottom:0;
  width:90%;
  height:1px;
  background: #c7000b;
}
.speaker-job{
  font-size:16px;
  line-height:22px;
  margin-top:5px;
}
.speaker-li:hover .speaker-name{
  font-size:18px;
}
.speaker-li:hover .speaker-job{
  font-size:18px;
}
.pc-hide{
  display: none;
}
.new-agenda-box{
  position: relative;
  width:884px;
  margin:0 auto;
  margin-top:0px;
  padding-bottom:70px;
}
.new-agenda-line{
  padding:20px 0;
  font-size:0;
  border-bottom:1px solid #666666;
}
.new-agenda-time{
  position: relative;
  display: inline-block;
  width:34%;
  vertical-align: middle;
  font-size:24px;
  line-height:36px;
  color: #666666;
}
.new-agenda-text{
  position: relative;
  display: inline-block;
  width:66%;
  vertical-align: middle;
  padding-left:0px;
}
.new-time-icon{
  display: inline-block;
  width:24px;
  position: relative;
  top:4px;
}
.new-time-icon2{
  display: none;
  width:24px;
  position: relative;
  top:4px;
}
.new-agenda-text{
  color: #666666;
}
.new-agenda-text2{
  display: inline-block;
  font-size:24px;
  line-height:36px;
}
.new-agenda-text3{
  position: relative;
  display: inline-block;
  font-size:20px;
  line-height:36px;
  margin-left:15px;
  top:2px;
}
.new-agenda-line:hover .new-time-icon{
  display: none;
}
.new-agenda-line:hover .new-time-icon2{
  display: inline-block;
}
.new-agenda-line:hover .new-agenda-time{
  color: #252525;
}
.new-agenda-line:hover .new-agenda-text2{
  color: #c7000b;
}
.new-agenda-line:hover .new-agenda-text3{
  color: #252525;
}
/*new speaker css*/
.xsztbox{
  height:100%;
}

@media screen and (min-width:1px) and (max-width:768px) {
  .mobile_title {
    display: block;
  }
  .iframe_title {
    display: none;
  }
  .iframe_titles {
    display: none;
  }
  .huawei .hw-main-remark {
    height:11.5rem;
    box-shadow: none;
    box-shadow: 0px 0px 36px 4px rgba(158, 158, 158, 0.1);
  }
  .huawei .hw-main-remark-item {
    box-shadow: none;
    background: none;
  }
  .huawei .hw-main .swiper-item {
    display: none;
  }
  .huawei .hw-main .swiper {
    height: .3rem;
    margin-top: 0;
  }
  .huawei .hw-nav .nav-item {
    margin-left: .2rem;
  }
  .swiper .swiper-container {
    border-radius: .1rem;
    margin-top: 0rem;
  }
  .mbFooter {
    display: none;
  }
  .huawei .hw-main-remark-item .time{
    right: .2rem;
    font-weight: bold;
  }
  .huawei .hw-main-remark-item:last-child{
    height: 3.5rem;
  }/*new css*/
  .iframe_box{
    margin: 0 0.3rem 0rem 0.3rem;
    width: auto;
    /*height: 12.16rem;*/
    height:4rem;
  }
  .hw-head{
    /*height:654px;*/
  }
  .new-agenda{
    display: none;
  }
  .pc-hide{
    display: block;
  }
  .mb-hide{
    display: none;
  }
  .v-line{
    display: none;
  }
  .head-title{
    display: none;
  }
  .xsztbox {
    width: 5.88rem;
    height: 6.52rem;
    margin: 0 auto;
    /* background-color: #e5e5e5; */
    position: relative;
    top: 1rem;
  }
  .xsztbtn {
    width: 5.33rem;
    height: 0.48rem;
    font-size: 0;
    position: relative;
    top: 1.7rem;
    margin: 0 auto;
    text-align: center;
    /* background-color: #ebf3f7; */
    line-height: 0.48rem;
    /* box-shadow: 0 0 36px 0px #d8dee0; */
  }
  .xsztsrc {
    font-size: 0.24rem;
    color: #c7000b;
    font-weight: bold;
    /* margin-top: 0.4rem; */
  }
  .alert-box{
    width: 90%;
    padding: 0.4rem;
  }
  .alert-title{
    font-size:0.22rem;
  }
  .input-email {
    border: 1px solid #e0e0e0 !important;
    border-radius: 2px;

    font-size:0.22rem;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    display: block;
    -webkit-appearance: none;
    outline: none;
    margin-top: 30px;
    padding: 0 5px;
  }
  .login-btn {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #e13841;
    border-radius: 3px;
    font-size:0.22rem;
    cursor: pointer;
    margin-top: 20px;
  }
  .login-reg-a {
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
    font-size:0.22rem;
    line-height: 17px;
    border-bottom: 1px solid #282828;
  }
  .error-tip{
    font-size:0.2rem;
  }
  .huawei .hw-head{
    padding-bottom:0.8rem;
  }
}