.container {
  padding-top: 66px;
  box-sizing: border-box;
  min-height: calc(100vh - 200px);
}

.container * {
  box-sizing: border-box;
}

.container .banner {
  background: url(https://cdn.zhoupu123.com//website/download/banner.png) no-repeat;
  background-size: cover;
  min-height: 200px;
  height: 4rem;
}

.container .tip,
.container .slogan {
  text-align: center;
  line-height: 1;
}

.container .tip {
  margin-top: 0.46rem;
  font-size: 0.24rem;
  color: #666;
  margin-bottom: 12px;
}

.container .slogan {
  color: #5a60b2;
  font-size: 0.48rem;
}

.container .content {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}

.container .item {
  width: 3.3rem;
  height: 5rem;
  margin-left: 0.15rem;
  background: #fff;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container .item .icon {
  height: 0.45rem;
}

.container .item .app-name {
  margin: 0.5rem 0 0.2rem;
  color: #5a60b2;
  font-size: 0.24rem;
}

.container .item .app-desc {
  width: 2.9rem;
  font-size: 0.16rem;
  color: #666;
  white-space: pre;
  text-align: left;
  white-space: normal;
}

.container .item .qrcode {
  margin-top: 0.7rem;
  width: 1.6rem;
}

.container .item .link {
  text-decoration: none;
  cursor: pointer;
  font-size: 0.16rem;
  margin: 1rem 0 0.6rem;
  width: 1.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background-color: #5a60b2;
  color: #fff;
}

.container .bottom {
  text-align: center;
  margin: 0.5rem 0;
  font-size: 0.18rem;
}

.container .bottom .tel {
  font-size: 0.18rem;
  color: #4972bb;
}

#translate {
  display: none;
}