.ws-huaweiauto .auto-sharebtn {
  width: 100%;
  height: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background-color: #0051f3;
  border-radius: 20px;
  background-repeat: no-repeat !important;
}

.ws-huaweiauto {
  /* mask */
}
.ws-huaweiauto.img-container {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.ws-huaweiauto .auto-imghref {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ws-huaweiauto .mask {
  position: fixed;
  height: 100%;
  width: 100%;
  font-size: 1.15rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 99;
  top: 0;
  left: 0;
}
.ws-huaweiauto .mask-content {
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 0.25rem;
}
.ws-huaweiauto .mask-arrow {
  width: 50%;
  margin-top: 0.25rem;
}
.ws-huaweiauto .mask-arrow img {
  width: 100%;
}
.ws-huaweiauto .mask-msg-third {
  margin-bottom: 0.5rem;
}
.ws-huaweiauto .mask-msg-fourth {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ws-huaweiauto .mask-brow {
  display: flex;
  align-items: center;
}
.ws-huaweiauto .mask-brow img {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 0.6rem;
}

.ws-huaweiauto {
  width: 100%;
  height: 100%;
}
.ws-huaweiauto .auto-magazine {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.ws-huaweiauto .aito-cmp-magazine {
  overflow: auto !important;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.ws-huaweiauto .aito-cmp-magazine .page-container {
  overflow: hidden;
  position: absolute;
  transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
.ws-huaweiauto .aito-cmp-magazine .magazine-page {
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  position: absolute;
  overflow: auto;
  left: 0;
  opacity: 1;
}
.ws-huaweiauto .aito-cmp-magazine .magazine-page.fade-in {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 1;
}
.ws-huaweiauto .aito-cmp-magazine .magazine-page.fade-out {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0 !important;
}

