/* 软件仓库 */
.article-banner{
    height: 60.3rem!important;
    background: #F7F9FA;
}
.article-banner .banner-img{
    height: 60.3rem!important;
    object-fit: cover!important;
}

  
/* 软件商店 */
.section-soft-container{
  padding: 19.6rem 17.5rem 19.3rem 23.6rem!important;
  background-color: var(--white-primary);
}
.soft-shop-cont{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.soft-shop-itemLeft h1{
  margin-top: 10.7rem;
  font-size: 5.6rem;
  line-height: 6.4rem;
  color: var(--text-color-4);
  font-family: "SourceHanSansCN-Bold";
}
.soft-shop-itemLeft p{
  margin: 5.5rem 0rem;
  font-size: 2.2rem;
  line-height: 3.6rem;
  color: rgba(29, 29, 31, 0.95);
  font-family: "SourceHanSansCN-Medium";
}
.soft-shop-itemRight{
  width: 72.3rem;
  height: 41rem;
}
.soft-shop-itemRight img{
  width: 100%;
  height: 100%;
}

.section-warehouse-container{
  padding: 19.5rem 22.7rem 19.5rem 23.4rem;
  background-color: var( --bg-color-3);
}
.soft-warehouse-cont{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.soft-warehouse-itemLeft{
  width: 67.4rem;
  height: 41rem;
}
.soft-warehouse-itemLeft img{
  width: 67.4rem;
  height: 41rem;
}
.soft-warehouse-itemRight h1{
  margin-top: 5.29rem;
  font-size: 5.6rem;
  line-height: 6.4rem;
  color: var(--text-color-1);
  font-family: "SourceHanSansCN-Bold";
}
.soft-warehouse-itemRight p{
  margin: 5.5rem 0rem;
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-family: "SourceHanSansCN-Medium";
  color: var(--text-color-4);
  }
.component-repository .soft-shop-itemLeft h1{
  margin-top: 3.4rem!important;
}

.banner-link{
  font-family: "SourceHanSansCN-Regular"!important;
  color: var(--text-color-4)!important;
  border: 1px solid var(--text-color-4)!important;
}
.banner-link:hover{
  background-color: var(--red-primary)!important;
  border-color: var(--red-primary)!important;
  color: var(--white-primary)!important;
}

@media screen and (max-width: 1280px) {
  /* 软件商店 */
  .section-soft-container,
  .section-warehouse-container {
    padding: 3rem 6rem;
  }
}

/* 媒体查询 */
@media screen and (max-width: 768px){
  .article-banner{
    height: 11rem!important;
  }
  .article-banner .banner-img{
    height: 11rem!important;
    object-fit: contain!important;
  }
  .banner-title p{
      margin-right: 9rem;
      font-size: 0.6rem!important;
  }
  /* 软件商店 */
  .section-soft-container{
    padding: 2rem 1rem!important;
  }
  .soft-shop-itemLeft h1{
    margin-top: 0rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .soft-shop-itemLeft{
    margin-right: 1rem;
  }
  .soft-shop-itemLeft p{
    margin: 1rem 0rem;
    font-size: 0.45rem;
    line-height: 1rem;
  }
  .soft-shop-itemRight{
    width: 15rem;
    height: 6.5rem;
  }
  .soft-shop-itemRight img{
    width: 100%;
    height: auto!important;
  }
  .section-warehouse-container{
    padding: 2rem 1rem;
  }
  .soft-warehouse-itemLeft{
    width: 9rem;
    height: 10rem;
  }
  .soft-warehouse-itemLeft img{
    width: 9rem;
    height: auto;
  }
  .soft-warehouse-itemRight{
    margin-left: 1rem;
  }
  .soft-warehouse-itemRight h1{
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .soft-warehouse-itemRight p{
    margin: 1rem 0rem;
    font-size: 0.45rem;
    line-height: 1rem;
  }
  .component-repository .soft-shop-itemLeft h1{
    margin-top: 0rem!important;
  }
}