.head-container {
  line-height: 50px;
}
.top-icon {
  height: 50px;
  margin-right: 10px;
}
.app-name {
  font-weight: bold;
}
.avator-wapper {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  margin: 100px auto 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.logo-image {
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.download-note {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.download-desc {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}

.download-btn {
  line-height: 44px;
  width: 180px;
  margin: 0 auto 20px;
  text-align: center;
  display: block;
  font-size: 16px;
}
.download-btn:hover {
  text-decoration: none;
  color: #fff;
}
.download-ios {
  background-color: #000;
  color: #fff;
}
.download-android {
  background-color: #2f6bf4;
  color: #fff;
}
.icon {
  height: 30px;
}