#install-doc {
  background-color: white;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.24rem;
  overflow-y: auto;
  display: none;
}

#install-doc .fix-close {
  position: fixed;
  right: 0.35rem;
  top: 0.32rem;
  width: 0.66rem;
  height: 0.66rem;
}

.download-list {
  height: 100%;
  padding: 25px 10px;
}

.download-list-header {
  width: 50vw;
  margin-left: 25vw;
  margin-bottom: 10px;
}

.download-item {
  margin-top: 10px;
}

.download-item-info {
  background-color: white;
  border-radius: 99px;
  display: flex;
  align-items: center;
  margin-bottom: 3vw;
  height: 60px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.download-item-logo {
  width: 32px;
  height: auto;
  margin-left: 4vw;
  border-radius: 8px;
  object-fit: contain;
}

.download-item-title {
  flex: 1;
  font-size: 14px;
  color: #333333;
  text-align: center;
}

.download-item-detail-button {
  margin-right: 4vw;
  border-radius: 99px;
  border: 1px solid #ffc12f;
  padding: 3px 12px;
  font-size: 15px;
  color: #ffc12f;
}

.download-item-header {
  width: 73px;
}

.download-item-big-title {
  font-size: 22px;
  color: #191e25;
  text-align: center;
  margin-bottom: 12px;
}

.download-item-detail {
  display: none;
  flex-direction: column;
  align-items: center;
}

.download-item-des {
  margin: 15px;
  display: flex;
}

.download-item-number {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: #e13c31;
  border-radius: 50%;
  font-size: 10px;
  color: white;
  line-height: 16px;
  text-align: center;
  margin-top: 2px;
}

.download-item-des-title {
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 20px;
  max-width: 298px;
  margin-left: 6px;
}

.download-item-des-title span {
  color: #d56559;
}

.download-item-image {
  width: 100%;
}
.fix_title {
  text-align: center;
  font-size: 18px;
  color: #333;
  padding-top: 8px;
  padding-bottom: 16px;
}
