@media screen and (min-width: 750px) {
  body {
    min-width: 1300px;
  }
}
[v-cloak] {
  display: none;
}
.article{
  word-break: break-all;
}
.article-en{
  word-break: keep-all !important;
}
body {
  margin: 0;
  background-color: #f6f6f6;
}
.footer {
  width: 100%;
  height: 399px;
  vertical-align: bottom;
}
.m-header {
  display: none;
}
.container {
  width: 1204px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
  min-height: calc(100vh - 280px);
  max-width: 100%;
}

.title-nav {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  gap: 8px;
}
.title-nav a {
  text-decoration: none;
  color: #333333;
}
.title-nav a:last-child {
  color: #999999;
}

.title {
  font-weight: 800;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
  text-align: center;
  font-style: normal;
  margin-top: 40px;
  margin-bottom: 40px;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #eee;
  gap: 48px;
  overflow-y: auto;
}
.tab {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  padding-bottom: 16px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.tab.active {
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #000;
}
.product-content {
  margin-top: 40px;
  margin-bottom: 80px;
}
.el-select {
  width: 255px;
  background: #ffffff;
  border-radius: 6px;
}

.file-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 16px;
  box-sizing: border-box;
  margin-top: 24px;
}
.file-item {
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  padding: 21px 26px 27px 26px;
  box-sizing: border-box;
}
.file-name-content {
  display: flex;
  align-items: center;
}
.file-name {
  flex: 1;
  width: 0; /* 防止文字省略把容器撑开 */
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-tag {
  display: inline-block;
  width: 44px;
  height: 22px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  background: #0ab1a1;
  border-radius: 4px;
  margin-left: 14px;
}
.file-date {
  font-size: 14px;
  color: #999999;
  text-align: left;
  font-style: normal;
  margin-top: 4px;
}
.file-actions {
  margin-top: 24px;
  display: flex;
  gap: 24px;
}
.download-btn {
  width: 24px;
  height: 24px;
  background: url(/static/icon/download-icon.png) no-repeat;
  background-size:100% 100%;
  cursor: pointer;
}
.download-btn:hover {
  background: url(/static/icon/download-icon-hover.png) no-repeat;
}
.share-btn {
  width: 24px;
  height: 24px;
  background: url(/static/icon/share-icon.png) no-repeat;
  background-size:100% 100%;
  cursor: pointer;
}
.share-btn:hover {
  background: url(/static/icon/share-icon-hover.png) no-repeat;
}
.install-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 80px;
}
.install-item {
  background: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 24px;
}
.install-header {
  display: flex;
  align-items: center;
  gap: 19px;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}
.install-header img {
  width: 34px;
}
.install-header-right {
  flex: 1;
  width: 0; /* 防止文字省略把容器撑开 */
}
.install-name {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.install-title {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-top: 4px;
}
.install-info {
  margin-top: 16px;
}
.install-Instruction {
  font-weight: 600;
  font-size: 16px;
  color: #4D66FF;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .footer {
    display: none;
  }
  .m-header {
    display: flex;
    justify-content: center;
    padding: 15px 0px 20px 0px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
  }
  .m-header img {
    width: 217px;
    height: 53px;
  }
  .title-nav {
    display: none;
  }
  .title {
    font-weight: 800;
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    font-style: normal;
    margin-top: 0px;
  }
  .tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eee;
    padding: 0 24px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  .tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
  }
  .tab {
    box-sizing: border-box;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    padding-bottom: 14px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    text-align: center;
  }
  .filter-bar{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 0 24px;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .el-select {
    width: 100%;
  }
  .file-list{
    margin-top: 40px;
    padding: 0 24px;
    box-sizing: border-box;
    grid-template-columns: 1fr;
  }
  .install-list{
    padding: 0 24px;
    box-sizing: border-box;
    grid-template-columns: 1fr;
  }
}
