
.download-center-container[data-v-0e40a8b1] {
  height: 400px;
  box-sizing: border-box;
}
.layout-container[data-v-0e40a8b1] {
  display: flex;
  overflow-y: auto;
  height: 100%;
}
.client-list-aside[data-v-0e40a8b1] {
  width: 55%;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.section-header[data-v-0e40a8b1] {
  padding: 15px;
  margin: 0;
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #333;
}
.file-list[data-v-0e40a8b1] {
  list-style-type: none;
  padding: 0;
  padding-right: 10px;
  margin: 0;
  flex: 1;
  overflow-y: auto;
  border-right: 2px solid #f5f7fa;
div[data-v-0e40a8b1] {
    font-size: 14px;
}
}
.file-item[data-v-0e40a8b1] {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
  font-size: 14px;
  color: #333;
}
.file-item[data-v-0e40a8b1]:hover {
  background-color: #f5f7fa;
}
.file-item.selected[data-v-0e40a8b1] {
  background-color: #ecf5ff;
  color: #409eff;
  font-weight: bold;
}
.detail-main[data-v-0e40a8b1] {
  flex: 1;
  min-width: 0;
  padding: 0 10px;
  overflow-y: auto;
}
.detail-card[data-v-0e40a8b1] {
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
}
.detail-title[data-v-0e40a8b1] {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.version-info[data-v-0e40a8b1] {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
h4[data-v-0e40a8b1] {
    font-size: 16px;
    color: #4777e7;
    font-weight: 400;
}
}
.update-notes[data-v-0e40a8b1] {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #333;
  margin: 0;
  flex: 1;
  overflow-y: auto;
li[data-v-0e40a8b1] {
    font-size: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 120%;
    margin-bottom: 10px;
}
}
.mobile-download-qr-card[data-v-0e40a8b1] {
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.mobile-download-title[data-v-0e40a8b1] {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
}
.qrcode-grid[data-v-0e40a8b1] {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 20px;
}
.qrcode-item[data-v-0e40a8b1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}
.qrcode-box[data-v-0e40a8b1] {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qrcode-placeholder[data-v-0e40a8b1] {
  color: #909399;
  font-size: 12px;
}
.qrcode-item p[data-v-0e40a8b1] {
  margin-top: 10px;
  font-size: 14px;
  color: #606266;
}
@media (max-width: 768px) {
.download-center-container[data-v-0e40a8b1] {
    padding: 10px;
}
.layout-container[data-v-0e40a8b1] {
    flex-direction: column;
    height: auto;
}
.client-list-aside[data-v-0e40a8b1] {
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
}
.detail-main[data-v-0e40a8b1] {
    height: auto;
}
.qrcode-grid[data-v-0e40a8b1] {
    flex-direction: column;
    align-items: center;
}
.qrcode-item[data-v-0e40a8b1] {
    margin: 10px 0;
}
}

