.dowmloadSoftwares {
  padding-top: 4.35vw;
  position: relative;
}
.dowmloadSoftwares .noData{
  text-align: center;
  padding: 3.3854vw /* 65px -> 3.3854vw */ 0;
}
.dowmloadSoftwares .no-data {
  width: 100%;
  text-align: center;
  padding-top: 2.0833vw /* 40px -> 2.0833vw */;
  color: #9FA0A0;
  font-size: 4.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.dowmloadSoftwares .no-data p {
  font-size: 1.25vw /* 24px -> 1.25vw */;
}
.dowmloadSoftwares .page-num-box,
.dowmloadSoftwares .toPage-box{
  display: flex;
  align-items: center;
}
.dowmloadSoftwares .textCenter{
  text-align: center;
}
.dowmloadSoftwares .clo-FileName{
  width: 87%;
}
.dowmloadSoftwares .current-page {
  color: #231815 !important;
}
.dowmloadSoftwares .crumbs {
  padding: 1.25vw 0 4.1667vw !important;
}
.dowmloadSoftwares .search-container {
  position: relative;
  display: inline-block;
}
.dowmloadSoftwares .search-input {
  width: 100%;
  display: block;
  padding: 0.4167vw 0.8333vw 0.4167vw 2.5vw;
  text-wrap: nowrap;
}
.dowmloadSoftwares .changeInput{
  border-radius: 2.0833vw;
  padding: 0.4167vw 0.8333vw;
  background: #f2f2f2;
  width: 10.7292vw;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.dowmloadSoftwares .changeInput .iconfont{
  font-size: 1.25vw;
  line-height: 1.25vw;
}
.dowmloadSoftwares .changeInput span{
  font-size: 0.8333vw;
  margin-left: 0.4167vw;
}
.dowmloadSoftwares .search-box {
  display: flex;
  transition: width 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 10.7292vw;
}
.dowmloadSoftwares .activeMore {
  width: 17.8125vw;
}
.dowmloadSoftwares .search-form{
  width: 100%;
}
.dowmloadSoftwares .search-input-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.0833vw;
}
.dowmloadSoftwares .search-icon,
.dowmloadSoftwares .close-icon {
  position: absolute;
  font-size: 1.25vw !important;
  margin: 0.4167vw 0 0.4167vw 0.4167vw;
  line-height: 1;
}
.dowmloadSoftwares .search-icon .icon-icon_Search{
  font-size: 1.25vw;
  line-height: 1.25vw !important;
}
.dowmloadSoftwares .search-input-box .iconfont {
  font-size: 1.25vw !important;
  margin: 0 0.8333vw;

  line-height: 1;
}

.dowmloadSoftwares .top-nav {
  position: sticky;
  z-index: 1000;
  top: 4.3229vw; /* 确保在垂直滚动时生效 */
  /* padding: 8px 0; */
  background-color: #fff;
  border: 0.0521vw solid #2318151a;
}
.dowmloadSoftwares .blogs-title {
  color: #231815;
  /* Heading5-40 */
  font-family: Montserrat;
  font-size: 2.0833vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
}
.dowmloadSoftwares .top-nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
  height: 3.9583vw;
}
.dowmloadSoftwares .top-nav-right {
  display: flex;
  align-items: center;
}
.dowmloadSoftwares .top-nav-right span {
  color: #231815;
  font-family: Montserrat;
  font-style: normal;
  /* font-family: "Montserrat-SemiBold" !important; */
  line-height: 150%;
  height: fit-content;
}
.dowmloadSoftwares .search-input {
  border-radius: 2.0833vw;
  background: #f2f2f2;
  height: 2.0833vw;
  font-size: 0.8333vw;
}
.dowmloadSoftwares .search-btn {
  cursor: pointer;
}
.dowmloadSoftwares .dropdown-search {
  position: absolute;
  top: 100%; /* 位于 top-nav 下方 */
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1020;
  display: none;
  transform: translateY(-0.5208vw); /* 初始位置在上方 */
  transition: transform 0.3s ease, opacity 0.3s ease; /* 添加动画效果 */
  background: #fff;
  /* Shadow */
  box-shadow: 0vw 0.5208vw 0.5208vw rgba(35, 24, 21, 0.1);
  padding: 2.0833vw 0;
}

.dowmloadSoftwares .dropdown-search.active {
  transform: translateY(0); /* 滑动到目标位置 */
  display: block;
}
.dowmloadSoftwares .search-title {
  color: #9fa0a0;
  /* Heading8-R-24 */
  font-family: Montserrat;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
  display: flex;
  align-items: center;
}

.dowmloadSoftwares .search-title .iconfont {
  margin-right: 0.8333vw;
  font-size: 1.6667vw;
  color: #9fa0a0;
}
.dowmloadSoftwares .search-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dowmloadSoftwares .search-guide {
  color: #9fa0a0;
  margin-left: 2.5vw;
  /* Large2-S-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
  cursor: pointer;
}
.dowmloadSoftwares .search-item {
  margin-top: 0.8333vw;
  padding: 0 2.5vw 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #231815;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
  display: flex;
  align-items: center;
}

.dowmloadSoftwares .search-item:hover {
  background-color: #fafafa;
  color: #3a66fb;
}
.dowmloadSoftwares .search-item:hover a {
  background-color: #fafafa;
  color: #3a66fb;
}
.dowmloadSoftwares .search-item .iconfont {
  color: #231815;
  font-size: 0.8333vw;
  margin-right: 0.4167vw;
}
.dowmloadSoftwares .category-title {
  color: #231815;
  /* Large2-S-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  margin-right: 2.0833vw;
}

.dowmloadSoftwares .category {
  display: flex;
  padding: 0 !important;
}
.dowmloadSoftwares .category-list {
  width: 100%;
  margin-bottom: 2.0833vw;
  flex-wrap: wrap;
  display: flex;
  gap: 0.4167vw 1.25vw;
}
.dowmloadSoftwares .category-list .list-li {
  padding: 0.2083vw 0.8333vw;
  color: #231815;
  border-radius: 2.6042vw;
  border: 0.0521vw solid #9fa0a0;
  background: #fff;
  text-align: center;
  /* Small-12-R */
  font-family: Montserrat;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: fit-content;
  text-wrap: nowrap;
  cursor: pointer;
}
.dowmloadSoftwares .category-list .list-li span{
  color: #231815;
  display: flex;
  align-items: center;
}
.dowmloadSoftwares .category-list .list-li:last-child {
  margin-right: 0;
}
.dowmloadSoftwares .category-list .list-li:hover,
.dowmloadSoftwares .category-list .list-li.active {
  background-color: #3a66fb;
  border: 0.0521vw solid transparent;
}
.dowmloadSoftwares .category-list .list-li:hover span,
.dowmloadSoftwares .category-list .list-li.active span {
  color: #ffffff;
}
.dowmloadSoftwares .page {
  padding: 2.0833vw 0 4.1667vw;
}
.dowmloadSoftwares .el-pager li.active {
  background-color: #3a66fb;
  color: #fff;
}
.dowmloadSoftwares .category-list .list-li.active span {
  color: #ffffff;
}
.dowmloadSoftwares .softwares-container{
  position: relative;
}
.dowmloadSoftwares .softwaresTable{
  width: 100%;
}
.dowmloadSoftwares .softwaresTable .fileName{
  width: 70%;
}
.dowmloadSoftwares .softwaresTable .date{
  width: 5.2083vw;
  white-space: nowrap;
}
.dowmloadSoftwares .softwaresTable tr{
  height: 2.9167vw;
  cursor: pointer;
}
.dowmloadSoftwares .softwaresTable tr th{
  padding: 0.9375vw 2.0833vw 0.7292vw 2.0833vw;
}
.dowmloadSoftwares .softwaresTable tr td{
  padding: 0.8333vw 2.0833vw;
}
.dowmloadSoftwares .softwaresTable thead tr{
  background: #FAFAFA;
}
.dowmloadSoftwares .softwaresTable th.fileName{
  width: 85%;
}
.dowmloadSoftwares .softwaresTable .downloadNname{
  cursor: pointer;
  color: #231815;
  /* Large1-R-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150% ; /* 150% */
}
.dowmloadSoftwares .softwaresTable .downloadNname:hover{
  color: #3A66FB;
}
.dowmloadSoftwares .softwaresTable .date{
  color: #231815;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
}
.dowmloadSoftwares .softwaresTable .iconBox{
  margin: 0 auto;
  display: flex;
  justify-content: center;

}
.dowmloadSoftwares .softwaresTable .iconBox .iconfont{
  font-size: 1.25vw;
  cursor: pointer;
}
.dowmloadSoftwares .softwaresTable .iconBox .iconfont:hover{
  color:#3A66FB;
}
.dowmloadSoftwares .softwaresTable th{
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%; /* 150% */
}
.dowmloadSoftwares .softwaresTable tbody tr:nth-child(even){
  background: #FAFAFA;
}
.dowmloadSoftwares .softwaresTable tbody tr:nth-child(odd){
  background: #FFFFFF;
}
/* 弹框文件下载 start */
.dowmloadSoftwares .softwaresModal .modal-content{
  padding: 3.3333vw 2.0833vw 4.1667vw 2.0833vw;
  text-align: center;
  width: 27.0833vw;
  height: auto;
}
.dowmloadSoftwares .softwaresModal .icon-icon_CircleClose{
  position: absolute;
  right: 1.25vw;
  top: 1.25vw;
  font-size: 1.25vw;
  cursor: pointer;
}
.dowmloadSoftwares .softwaresModal .modal-content .iconBox{
  height: 4.1667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dowmloadSoftwares .softwaresModal .icon-icon_install{
  font-size: 4.1667vw;
}

.dowmloadSoftwares .softwaresModal .modalBtn{
  margin: 0 auto;
  margin-top: 2.0833vw;
}
.dowmloadSoftwares .modalBtn span{
  padding: 0.4167vw 0.8333vw;
  border-radius: 1.25vw;
}
.dowmloadSoftwares .modalBtn .btn-Download .icon-icon_download2{
  background: #3a66fb;
  color: #FFF;
  border-radius: 50%;
  font-size: 1.25vw;
  margin-left: 0.4167vw;
}
.dowmloadSoftwares .modalBtn .btn-Download{
  color: #231815;
  border: 0.0521vw solid #231815;
  background: #FFF;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%; /* 150% */
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.dowmloadSoftwares .modalBtn .btn-Download:hover{
  background: #3A66FB;
  border: 0.0521vw solid #3A66FB;
  color: #fff;
}
.dowmloadSoftwares .modalBtn .btn-Download:hover .icon-icon_download2{
  background: #FFF;
  color: #3a66fb;
}
/* .dowmloadSoftwares .modalBtn .btn-Download::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.2);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 50px;
}
.dowmloadSoftwares .modalBtn .btn-Download:hover::before {
  opacity: 1;
} */
/* 弹框文件下载 end */
/* 弹框app下载 start */
.dowmloadSoftwares .softwaresAppModal .modalTitle{
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 2.0833vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 150% */
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 2.0833vw;
}
.dowmloadSoftwares .softwaresAppModal .softwaresAppModalDetail{
  text-align: center;
}
.dowmloadSoftwares .softwaresAppModal .modalBtn img{
  width: 6.0417vw;
  height: 1.7708vw;
  cursor: pointer;
}
.dowmloadSoftwares .modal-header{
  border: none;
  padding: 0;
}
.dowmloadSoftwares .modal-footer{
  border: none;
  padding: 0;
}
.dowmloadSoftwares  .modal-body{
  padding: 0;
}
.dowmloadSoftwares .modal-lg{
  width: 27.0833vw;
  height: 24.375vw;
}
.dowmloadSoftwares .modal-content{
  border-radius: 0.8333vw;
}
.dowmloadSoftwares .softwaresAppModal{
  position: relative;
}
.dowmloadSoftwares .softwaresAppModal .icon-icon_CircleClose{
  position: absolute;
  right: 1.25vw;
  top: 1.25vw;
  font-size: 1.25vw;
  cursor: pointer;
}
.dowmloadSoftwares .softwaresAppModal .modal-content{
  padding: 4.1667vw;
}
.dowmloadSoftwares .modal-content .modalTitle{
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%; /* 150% */
  margin-top: 0.8333vw;
}
.dowmloadSoftwares .modal-content .modalTxt{
  margin-top: 0.8333vw;
  color: #231815;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}
.dowmloadSoftwares .modal-content .modalMd5{
  margin-top: 0.8333vw;
}
.dowmloadSoftwares .modal-content .modalMd5,
.dowmloadSoftwares .modal-content .modalSha{
  color: #231815;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}
.dowmloadSoftwares .modal-content .modalBlueTxt{
  color: #3A66FB;
  word-break: break-all;
}
/* 弹框app下载 end */
/* loading动画 start*/
.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: 0.7292vw;
  border-radius: 1.5625vw;
  pointer-events: none; /* 禁止点击事件 */
}
.loading-indicator-down .spinner {
  border: 0.2083vw solid rgba(0, 0, 0, 0.1);
  border-top: 0.2083vw solid #3a66fb;
  border-radius: 50%;
  width: 1.25vw;
  height: 1.25vw;
  animation: spin 1s linear infinite;
}
/* loading动画 end*/
