body {
  background: url(./bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.zhezhao {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/images/appDown/browse.png) no-repeat top right;
  background-position: 30px -37px;
  background-size: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.main {
  position: relative;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.appLogo {
  margin-bottom: 12px;
}

.ewm img {
  width: 150px;
}

.ewm span {
  display: block;
}

.appLogo img {
  height: 124px;
}

.webName {
  margin-bottom: 12px;
  font-size: 30px;
  color: #2a893a;
}

.appDownLink {
  margin: auto;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 65px;
  font-size: 20px;
  color: #fff;
  background-color: #0090ff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: 0px 10px 20px rgba(119, 119, 119, 0.18);
}

.appDownLink img {
  width: 50px;
}

.appDownLink .nameBox {
  margin-left: 20px;
}

.appDownLink .nameBox .type {
  text-align: left;
}

.tips {
  margin-top: 6px;
  color: #2a893a;
  margin-bottom: 12px;
}

.logo-list-box {
  display: flex;
  justify-content: center;
  gap: 40px;
  /* margin-bottom: 40px; */
  margin: 0 8px 24px 8px;
}

.logo-wrap {
  height: 92px;
  width: 92px;
  background-color: rgba(119, 174, 142, 0.6);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.logo-wrap:hover {
  background-color: rgba(119, 174, 142, 1);
}

.logo-img {
  width: 40px;
  height: 40px;
}

.ios-img {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.logo-text {
  font-size: 13px;
  color: #ffffff;
}

.bottom-box {
  width: 100%;
  padding: 4px 0;
  position: absolute;
  bottom: 0;

  display: flex;
  justify-content: center;
  flex-direction: column; /* 垂直排列子元素 */

  background-color: rgba(255, 255, 255, 0.5); /* 白色背景，50% 透明度 */
}

.information {
  width: 100%;
  /* height: 100px; */
  margin: 4px 0;
  display: flex;
  justify-content: center;
}
.text {
  font-size: 12px;
}
.divider {
  height: 14px;
  margin: 2px 8px 0 8px;
  border: 1px solid #909399;
}

.permit {
  margin: 4px 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
