.downloadCenterFirmware .current-page {
  color: #231815 !important;
}
.downloadCenterFirmware table{
  width: 100%;
}
.downloadCenterFirmware .noData{
  text-align: center;
}
.downloadCenterFirmware .no-data {
  width: 100%;
  text-align: center;
  color: #9FA0A0;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 21.333vw;
}
.downloadCenterFirmware .no-data p {
  margin-top: 1.25vw /* 24px -> 1.25vw */;
  font-size: 3.7333vw;
}
.downloadCenterFirmware .page .page-num-box{
  display: flex;
  align-items: center;
}
.downloadCenterFirmware .crumbs {
  padding: 6.4vw 0 21.3333vw !important;
}
.downloadCenterFirmware .crumbs span:hover {
  font-family: "Montserrat-SemiBold" !important;
}
.downloadCenterFirmware .search-container {
  position: relative;
  display: inline-block;
}
.downloadCenterFirmware .search-input {
  width: 100%;
  display: block;
  padding: 1.0667vw 4.2667vw 1.0667vw 10.9333vw;
  text-wrap: nowrap;
  border-radius: 10.6667vw;
  background: #f2f2f2;
  height: 6.9333vw;
  font-size: 3.2vw;
}
.downloadCenterFirmware .changeInput{
  border-radius: 10.6667vw;
  padding: 1.0667vw 4.2667vw;
  background: #f2f2f2;
  width: 25.8667vw;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.downloadCenterFirmware .changeInput .iconfont{
  font-size: 4.2667vw;
  line-height: 4.2667vw;
}
.downloadCenterFirmware .changeInput span{
  font-size: 3.2vw;
  margin-left: 2.1333vw;
}
.downloadCenterFirmware .search-box {
  display: flex;
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.downloadCenterFirmware .activeMore {
  width: 100% !important;
}
.downloadCenterFirmware .search-form{
  width: 100%;
}
.downloadCenterFirmware .hidden{
  display: none;
}
.downloadCenterFirmware .search-input-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10.6667vw;
}
.downloadCenterFirmware .search-icon,
.downloadCenterFirmware .close-icon {
  position: absolute;
  font-size: 6.4vw !important;
  line-height: 1;
}
.downloadCenterFirmware .search-input-box .iconfont {
  font-size: 6.4vw !important;
  margin: 0 4.2667vw;

  line-height: 1;
}
.downloadCenterFirmware .top-nav {
  position: sticky;
  z-index: 1000;
  top: 12.8vw; /* 确保在垂直滚动时生效 */
  /* padding: 8px 0; */
  background-color: #fff;
  border: 0.2667vw solid #2318151a;
}
.downloadCenterFirmware .top-nav-title {
  color: #231815;
  /* Heading5-40 */
  font-family: Montserrat;
  font-size: 4.2667vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
}
.downloadCenterFirmware .top-nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
  height: 11.2vw;
}
.downloadCenterFirmware .top-nav-right {
  display: flex;
  align-items: center;
  width: 25.8667vw;
  height: 6.9333vw;
}
.downloadCenterFirmware .top-nav-right span {
  color: #231815;
  font-family: Montserrat;
  font-style: normal;
  /* font-family: "Montserrat-SemiBold" !important; */
  line-height: 4.2667vw;
  height: fit-content;
}
.downloadCenterFirmware .search-btn {
  cursor: pointer;
}
.downloadCenterFirmware .search-icon {
  position: absolute;
  font-size: 4.2667vw !important;
  margin: 1.3333vw 0.2667vw 1.3333vw 4.2667vw;
  line-height: 1;
}
.downloadCenterFirmware .dropdown-search {
  position: absolute;
  top: 100%; /* 位于 top-nav 下方 */
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1020;
  display: none;
  transform: translateY(-2.6667vw); /* 初始位置在上方 */
  transition: transform 0.3s ease, opacity 0.3s ease; /* 添加动画效果 */
  background: #fff;
  /* Shadow */
  box-shadow: 0vw 2.6667vw 2.6667vw rgba(35, 24, 21, 0.1);
  padding: 10.6667vw 0;
}

.downloadCenterFirmware .dropdown-search.active {
  transform: translateY(0); /* 滑动到目标位置 */
  display: block;
}
.downloadCenterFirmware .search-title {
  color: #9fa0a0;
  /* Heading8-R-24 */
  font-family: Montserrat;
  font-size: 6.4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
  display: flex;
  align-items: center;
}

.downloadCenterFirmware .search-title .iconfont {
  margin-right: 4.2667vw;
  font-size: 8.5333vw;
  color: #9fa0a0;
}
.downloadCenterFirmware .search-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.downloadCenterFirmware .search-guide {
  color: #9fa0a0;
  margin-left: 12.8vw;
  /* Large2-S-16 */
  font-family: Montserrat;
  font-size: 4.2667vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
  cursor: pointer;
}
.downloadCenterFirmware .search-item {
  margin-top: 4.2667vw;
  padding: 0 12.8vw 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #231815;
  font-family: Montserrat;
  font-size: 4.2667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
  display: flex;
  align-items: center;
}

.downloadCenterFirmware .search-item:hover {
  background-color: #fafafa;
  color: #3a66fb;
}
.downloadCenterFirmware .search-item:hover a {
  background-color: #fafafa;
  color: #3a66fb;
}
.downloadCenterFirmware .search-item .iconfont {
  color: #231815;
  font-size: 4.2667vw;
  margin-right: 2.1333vw;
}
.downloadCenterFirmware{
    margin-top: 12.8vw;
}
.downloadCenterFirmware .crumbs{
    padding: 2.1333vw 6.4vw 10.6667vw 6.4vw !important;
}
.downloadCenterFirmware .crumbs .iconfont{
    font-size: 2.1333vw;
}

.page {
  padding: 4.2667vw 0 21.3333vw;
}
/* 目录start */
.downloadCenterFirmware .category-menu{
  width: 100%;
}
.downloadCenterFirmware .category-menu .categoryTitle{
    color: #231815;
    font-family: "Montserrat-SemiBold" !important;
    font-size: 4.2667vw;
    font-style: normal;
    line-height: 6.4vw; /* 150% */
    text-transform: capitalize;
}
.downloadCenterFirmware .category-menu .mobilenav-item{
  padding: 4.2667vw 0 10.6667vw 0;
}
.downloadCenterFirmware .category-menu .mobilenav-item .submenu-ul {
 display: none;
}
.downloadCenterFirmware .category-menu .mobilenav-item .navName{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.downloadCenterFirmware .category-menu .mobilenav-item .submenu-ul{
  width: 100%;
}
.downloadCenterFirmware .category-menu .mobilenav-item .navName .iconBox{
  width: 6.4vw;
  height: 6.4vw;
}
.downloadCenterFirmware .category-menu .mobilenav-item .navName .iconfont{
  font-size: 6.4vw;
  font-weight: bolder;
}
.downloadCenterFirmware .category-menu .mobilenav-item .submenu-title {
 font-size: 3.2vw;
 line-height: 150%;
 padding: 4.2667vw 0;
}
.downloadCenterFirmware .category-menu .list-li {
  padding: 1.6vw 4.2667vw;
  color: #231815;
  border-radius: 13.3333vw;
  border: 0.2667vw solid #9fa0a0;
  background: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: fit-content;
  text-wrap: nowrap;
  cursor: pointer;
  margin-top: 0.2667vw;
}
.downloadCenterFirmware .category-menu .list-li:last-child {
  margin-right: 0;
}
.downloadCenterFirmware .category-menu .list-li:hover,
.downloadCenterFirmware .category-menu .list-li.active {
  background-color: #3a66fb;
  border: 0.2667vw solid transparent;
}
.downloadCenterFirmware .category-menu .list-li:hover span,
.downloadCenterFirmware .category-menu .list-li.active span {
  color: #ffffff;
}
.downloadCenterFirmware .category-menu .categoryBox{
    display: flex;
    flex-wrap: wrap;
    gap: 2.1333vw;
    padding-right: 12.5333vw;
}
.downloadCenterFirmware .category-menu .getHeight{
  max-height: 9.3333vw;
  transition: max-height 0.3s linear;
  overflow: hidden;
}
/* 目录end */
.downloadCenterFirmware .firmwareList{
    position: relative;
}
.downloadCenterFirmware .firmwareTable thead tr{
  background: #FAFAFA;
  height: 14.9333vw;
}
.downloadCenterFirmware .firmwareTable thead tr th{
    padding: 4.2667vw 2.1333vw;
    color: #231815;
    font-family: "Montserrat-SemiBold" !important;
    font-size: 4.2667vw;
    font-style: normal;
    line-height: 150%; /* 150% */
}
.downloadCenterFirmware .firmwareTable tbody tr td{
    padding: 2.1333vw;
}
.downloadCenterFirmware .firmwareTable tbody tr:nth-child(even){
  background: #FAFAFA;
}
.downloadCenterFirmware .firmwareTable tbody tr:nth-child(odd){
  background: #FFFFFF;
}
.downloadCenterFirmware .firmwareTable .fileName{
    color: #231815;
    font-family: Montserrat;
    font-size: 3.7333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%; /* 157.143% */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.downloadCenterFirmware .firmwareTable .iconBox{
    display: flex;
    justify-content: space-between;
    padding-left: 1.8667vw;
}
.downloadCenterFirmware .firmwareTable .iconBox .iconfontBox{
  width: 6.4vw;
  height: 6.4vw;
  display: flex;
  align-items: center;  
  justify-content: center;
}
.downloadCenterFirmware .firmwareTable .iconBox .iconfontBox .disableIcon{
  color: #9fa0a0;
  cursor: default !important;
}
.downloadCenterFirmware .firmwareTable .iconBox .iconfontBox .disableIcon:hover{
  color: #9fa0a0 !important;
}
.downloadCenterFirmware .firmwareTable .iconBox .iconfont{
    font-size: 6.4vw;
}
/* 详情弹框 start */
.downloadCenterFirmware .infoModal{
    position: fixed;   /* 关键：固定在视口 */
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(35, 24, 21, 0.6);
    z-index: 1001;     /* 保证在最上层 */
    display: none;
}
.downloadCenterFirmware .infoModal .infoModalBox{
  width: 100%;
  height: 100%;
}
.downloadCenterFirmware .infoModal .icon-icon_CircleClose{
  position: absolute;
  right: 6.4vw;
  top: 11.2vw;
  font-size: 6.4vw;
  cursor: pointer;
}
.downloadCenterFirmware .infoModal .contentModal{
    padding: 10.6667vw 6.4vw;
    position: absolute;
    left: 0;
    bottom: 0;         /* 始终贴底 */
    width: 100%;
    max-height: 80vh;  /* 可选：防止内容过长顶出屏幕 */
    overflow-y: auto;
    background: #fff;
}
.downloadCenterFirmware .infoModal .modalTitle{
    color: #231815;
    font-family: "Montserrat-SemiBold" !important;
    font-size: 4.8vw;
    font-style: normal;
    line-height: 150%; /* 155.556% */
    text-transform: capitalize;
    margin-bottom: 10.6667vw;
}
.downloadCenterFirmware .infoModal .infoDetailLi:nth-child(even){
  background: #FAFAFA;
}
.downloadCenterFirmware .infoModal .infoDetailLi:nth-child(odd){
  background: #EFEFEF;
}
.downloadCenterFirmware .infoModal .infoDetailLi{
    display: flex;
}
.downloadCenterFirmware .infoModal .infoDetailLi #moadl-supportModels a{
    text-decoration: underline;
    display: block;
    margin-bottom: 2.1333vw;
}
.downloadCenterFirmware .infoDetailLi #moadl-softwareName,
.downloadCenterFirmware .infoDetailLi #moadl-softwareSize,
.downloadCenterFirmware .infoDetailLi #moadl-MD5,
.downloadCenterFirmware .infoDetailLi #moadl-SHA256,
.downloadCenterFirmware .infoDetailLi .infoDetailLi-title{
  display: flex;
  align-items: center;
}
.downloadCenterFirmware .infoModal .infoDetailLi .infoDetailLi-title{
    color: #231815;
    font-family: "Montserrat-SemiBold" !important;
    font-size: 3.7333vw;
    font-style: normal;
    line-height: 150%; /* 157.143% */
    outline: 0.5333vw solid #FFF;
    padding: 5.0667vw 2.1333vw;
    width: 25.6vw;
}
.downloadCenterFirmware .infoModal .infoDetailLi .infoDetailLi-detail{
    color: #231815;
    font-family: Montserrat;
    font-size: 3.7333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 157.143% */
    outline: 0.5333vw solid #FFF;
    padding: 2.1333vw;
    width: calc(100% - 25.6vw);
    word-break: break-all;
    display: flex;
    align-items: center;
}
.downloadCenterFirmware .infoModal .infoDetailLi .infoDetailLi-detail #moadl-supportModels a{
  display: block;
  margin-bottom: 2.1333vw;
}
.downloadCenterFirmware .infoModal .infoDetailLi .infoDetailLi-detail #moadl-supportModels a:last-of-type{
  margin-bottom: 0;
}
.downloadCenterFirmware .infoModal .redtxt{
    color: #E60012 !important;
    word-break: break-all;
}
.downloadCenterFirmware .modalBtn{
  margin-top: 10.6667vw;
  display: flex;
  justify-content: center;
  gap: 6.4vw;
}
.downloadCenterFirmware .modalBtn span{
  padding: 2.1333vw 4.2667vw;
  border-radius: 6.4vw;
}
.downloadCenterFirmware .modalBtn .btn-Release{
  border: 0.2667vw solid #231815;
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.2vw;
  font-style: normal;
  line-height: 150%; /* 150% */
}
.downloadCenterFirmware .modalBtn .btn-Release .icon-icon_CirclegotoFilled{
  background: #3a66fb;
  color: #FFF;
  border-radius: 50%;
}
.downloadCenterFirmware .modalBtn .btn-Download .icon-icon_download2{
  background: #FFF;
  color: #3a66fb;
  border-radius: 50%;
}
.downloadCenterFirmware .modalBtn .btn-Download{
  color: #FFF;
  background: #3a66fb;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 3.2vw;
  font-style: normal;
  line-height: 150%; /* 150% */
  margin-left: 6.4vw;
}
/* 详情弹框 end */
/* 协议弹框 start */
.downloadCenterFirmware .agreementModal{
    width: 100%;
    height: 100%;
    background: rgba(35, 24, 21, 0.60);
    position: absolute;
    top: 12.8vw;
    z-index: 1001;
    display: none;
}
.downloadCenterFirmware .agreementModal .agreementModalBox{
  width: 100%;
  height: 100%;
}
.downloadCenterFirmware .agreementModal .icon-icon_CircleClose{
  position: absolute;
  right: 6.4vw;
  top: 11.2vw;
  font-size: 6.4vw;
  cursor: pointer;
}
.downloadCenterFirmware .agreementModal .contentModal{
    padding: 10.6667vw 6.4vw;
    position: absolute;
    top: 21.3333vw;
    background: #FFF;
    width: 100%;
}
.downloadCenterFirmware .agreementModal .modalTitle{
    color: #231815;
    font-family: "Montserrat-SemiBold" !important;
    font-size: 4.8vw;
    font-style: normal;
    line-height: 150%; /* 155.556% */
    text-transform: capitalize;
    margin-bottom: 6.4vw;
}
.downloadCenterFirmware .agreementModal .agreementDetail h3{
    color: #231815;
    font-family: "Montserrat-SemiBold" !important;
    font-size: 3.7333vw;
    font-style: normal;
    line-height: 150%; /* 157.143% */
}
.downloadCenterFirmware .agreementModal .agreementDetail span{
    color: #231815;
    font-family: Montserrat;
    font-size: 3.7333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.8667vw;
}
.downloadCenterFirmware .agreementModal .confirmBtn{
    margin: 10.6667vw auto;
    text-align: center;
}
.downloadCenterFirmware .agreementModal .confirmBtn span{
    padding: 2.1333vw 6.4vw;
    font-family: "Montserrat-SemiBold" !important;
    font-size: 3.2vw;
    font-style: normal;
    line-height: 150%; /* 150% */
    background: #3a66fb;
    color: #FFF;
    border-radius: 6.4vw;
}
/* 协议弹框 end */
/* loading动画 start*/
.downloadCenterFirmware .loading-indicator-down {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  top: 0;
  right: 0;
  padding-right: 3.7333vw;
  border-radius: 8vw;
  pointer-events: none; /* 禁止点击事件 */
}
.downloadCenterFirmware .loading-indicator-down .spinner {
  border: 1.0667vw solid rgba(0, 0, 0, 0.1);
  border-top: 1.0667vw solid #3a66fb;
  border-radius: 50%;
  width: 6.4vw;
  height: 6.4vw;
  animation: spin 1s linear infinite;
}
/* loading动画 end*/
.downloadCenterFirmware .agreementModal .agreementDetail {
  max-height: 84vw;
  overflow-y: auto;
} 
.downloadCenterFirmware .agreementModal .confirmBtn {
  margin-bottom: 0;
}
