* {
  margin: 0;
  padding: 0;
}
.info-box {
  position: absolute;
  top: 0;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.info-active-box {
  position: absolute;
  top: 46%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.info-active-box img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.info-active-box p {
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 42px;
  margin-top: 80px;
}
.info-active-box span {
  font-family: PingFangSC;
  font-size: 24px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  width: 848px;
  display: block;
  line-height: 34px;
  margin: 30px auto 0;
}
.info-active-box a {
  background: #ed7700;
  width: 260px;
  height: 48px;
  border-radius: 3px;
  line-height: 48px;
  text-align: center;
  font-family: PingFangSC;
  font-size: 16px;
  color: #ffffff !important;
  display: block;
  margin: 67px auto 0;
  text-decoration: none;
}

.info-gray-box {
  position: absolute;
  top: 44%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.info-gray-box img {
  display: block;
  /*width: 150px;*/
  margin: 0 auto;
}
.info-gray-box p {
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 42px;
  margin-top: 80px;
}
.info-gray-box span {
  font-family: PingFangSC;
  font-size: 24px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  width: 900px;
  display: block;
  margin: 30px auto 0;
  line-height: 34px;
}
.info-gray-box .btn-group {
  text-align: center;
  margin-top: 54px;
}
.info-gray-box a {
  width: 260px;
  height: 48px;
  border-radius: 3px;
  line-height: 48px;
  text-align: center;
  font-family: PingFangSC;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}
.info-gray-box .btn-down {
  background: #ed7700;
  color: #ffffff !important;
}
.info-gray-box .btn-update {
  color: #666 !important;
  margin-left: 16px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
}
.customer-box {
  position: fixed;
  bottom: 5%;
  text-align: center;
  width: 100%;
  font-family: PingFangSC;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
}
.customer-box a {
  color: #151515 !important;
  padding-left: 6px;
  text-decoration: revert;
  padding-left: 4px;
  font-weight: bold;
}
