@charset "UTF-8";
h3 {
  line-height: normal;
}

.content {
  width: 750px;
  height: 50vh;
  margin: 0 auto;
  background: url(//cdn-ali-file-shfront.shanhutech.cn/front/web/bg1_1624339413896.png) no-repeat;
  background-size: cover;
}

.content .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 21px;
}

.content .topBox .leftBox img {
  width: 236px;
  height: 236px;
}

.content .topBox .rightBox h3 {
  margin-top: 10px;
  font-size: 48px;
  color: #fff;
  margin-bottom: 19px;
}

.content .topBox .rightBox p.companyName {
  font-size: 28px;
  color: #fff;
}

.content .topBox .rightBox .infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content .topBox .rightBox .infoList .box {
  margin-top: 10px;
}

.content .topBox .rightBox .infoList .box p.name {
  font-size: 28px;
  color: #fff;
  height: 45px;
}

.content .topBox .rightBox .infoList .box p.other {
  height: 26px;
  font-size: 24px;
  color: #00A8FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
}

.content .topBox .rightBox .infoList .box p.other.appver {
  margin-top: 4px;
  font-size: 25px;
}

.content .topBox .rightBox .infoList .box p.other a {
  color: #00A8FF;
}

.content .topBox .rightBox .infoList .lineBox {
  margin-left: 38px;
  margin-right: 22px;
  width: 1px;
  height: 50px;
  background: #fff;
  position: relative;
  top: 30px;
}

.content .bannerBox {
  margin-top: 20px;
  margin-left: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
}

.content .bannerBox .box {
  width: 456px;
  height: 798px;
  margin-right: 33px;
}

.content .bannerBox .box img {
  width: 456px;
  height: 798px;
}

.content .btnBox {
  margin-top: 54px;
  text-align: center;
}

.content .btnBox p {
  font-size: 28px;
  color: #999;
  text-align: center;
}

.content .btnBox a {
  display: inline-block;
  width: 642px;
  height: 134px;
  background: url(//cdn-ali-file-shfront.shanhutech.cn/front/web/btn_1624341536334.png) no-repeat;
  background-size: cover;
}

.alertBox {
  padding: 0 50px;
  height: 70px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.alertBox p {
  font-size: 25px;
  color: #fff;
}

.tips {
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 3;
  display: none;
}

.tips.dd {
  animation: shake 1s;
  -o-animation: shake 1s;
  -webkit-animation: shake 1s;
  -moz-animation: shake 1s;
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(5px);
  }
}

@-webkit-keyframes shake {
  /* Safari 和 Chrome */
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(5px);
  }
}
