.container {
  position: relative;
  background: rgba(240, 242, 245, 1);
}

.container .home {
  background: url("../../img/download/download_banner.png") no-repeat center;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  padding: 0 4rem;
}

.container .home .banner {
  color: #fff;
}

.container .home .banner span {
  display: block;
}

.container .download_center {
  margin: 3rem 4rem 0 4rem;

}

.container .download_center .info {
  display: flex;
  align-items: start;
  gap: 1.25rem;
}

.container .download_center .info .category {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  gap: .5rem;
  width: 8rem;

}

.container .download_center .info .category .label {
  font-size: .6rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC', sans-serif;
}

.container .download_center .info .category .category-item {
  display: flex;
  align-items: start;
  gap: .5rem;
  border-bottom: 1px solid rgba(228, 225, 225, 1);
  height: 1.025rem;
  color: rgba(51, 51, 51, 1);
}

.container .download_center .info .category .category-item span {
  font-size: .5rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC', sans-serif;
}

.container .download_center .info .category .category-item.active {
  color: rgba(0, 89, 255, 1);
}

.container .download_center .info .resource {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  gap: .5rem;
  width: 30rem;
  padding-bottom: 3rem;
}

.container .download_center .info .resource .label span {
  display: block;
}

.container .download_center .info .resource .label span:first-child {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  margin-bottom: 1rem;
}

.container .download_center .info .resource .label span:last-child {
  width: 100%;
  font-size: .5rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
}

.container .download_center .info .resource .resource-item .title {
  font-size: .6rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  margin-bottom: .6rem;
  color: rgba(51, 51, 51, 1);
}

.container .download_center .info .resource .resource-item .content p {
  font-size: .4rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(79, 96, 109, 1);
  line-height: .8rem;
}

.container .download_center .info .resource .resource-item .content ._title span:first-child {
  font-size: .5rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(51, 51, 51, 1);
  line-height: 1rem;
}

.container .download_center .info .resource .resource-item .content ._content span {
  display: block;
  font-size: .4rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(79, 96, 109, 1);
  line-height: .8rem;
}