/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/download-center/style/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.cmp__download-center {
  padding-top: 56px;
}
@media screen and (max-width: 900px) {
  .cmp__download-center {
    padding-top: 50px;
  }
}
.cmp__download-center .pop-up-mob-container {
  background-color: rgba(0, 0, 0, 0.7); /* 蒙层，增加透明度 */
  opacity: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.cmp__download-center .pop-up-mob-container.show {
  opacity: 1;
  z-index: 8;
}
.cmp__download-center .pop-up-mob {
  border-radius: 16px;
  background: #FFF;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
}
.cmp__download-center .pop-up-mob.show {
  opacity: 1;
}
.cmp__download-center .pop-up-mob .pop-up-mob-text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.35;
  margin: 24px 20px 0px;
}
.cmp__download-center .pop-up-mob .pop-up-mob-button {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 32px 24px 24px;
  border-radius: 36px;
  text-align: center;
  background: var(--text-color-text-color-title-dark, rgba(0, 0, 0, 0.95));
}
.cmp__download-center .pop-up-mob .pop-up-mob-button .button-text {
  line-height: 3;
}
.cmp__download-center .heading {
  height: 16.9444444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 900px) {
  .cmp__download-center .heading {
    height: 48vw;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }
}
.cmp__download-center .heading-mob {
  height: 16.9444444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 900px) {
  .cmp__download-center .heading-mob {
    height: 48vw;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }
}
.cmp__download-center .heading-mob .svg-pop {
  margin-left: 16px;
}
.cmp__download-center .search-filter-item-mob ::-webkit-scrollbar {
  display: none;
}
.cmp__download-center .search-filter-item-mob .filter-list-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  overflow-x: scroll;
  white-space: nowrap;
}
.cmp__download-center .search-filter-item-mob .filter-list-mob li {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.55;
  padding-bottom: 20px;
}
.cmp__download-center .search-filter-item-mob .filter-list-mob li.active {
  border-bottom: 2px solid rgba(0, 0, 0, 0.95);
  color: rgba(0, 0, 0, 0.95);
  opacity: 1;
}
.cmp__download-center .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding-bottom: 19px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .tabs {
    gap: 32px;
    padding-bottom: 14px;
  }
}
.cmp__download-center .tabs span {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .tabs span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
}
.cmp__download-center .tabs span.active {
  color: rgba(0, 0, 0, 0.95);
}
.cmp__download-center .tabs .tabs-line {
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 0;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cmp__download-center .tabs svg {
  display: none;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .tabs svg {
    display: block;
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
  }
}
.cmp__download-center .tab-content {
  background: #f4f4f4;
  padding: 45px 0 100px;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .tab-content {
    padding: 20px 0 64px;
  }
}
.cmp__download-center .tab-content .responsive__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .tab-content .responsive__layout {
    display: block;
  }
}
.cmp__download-center .search-filter {
  width: 21.3089802131vw;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .search-filter {
    width: 100%;
  }
}
.cmp__download-center .search-filter .search-filter-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .search-filter .search-filter-text {
    display: none;
  }
}
.cmp__download-center .search-filter .search-filter-text span {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(26, 28, 32);
}
.cmp__download-center .search-filter .search-filter-text .clear {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  cursor: pointer;
}
.cmp__download-center .search-filter .search-filter-text .clear svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.cmp__download-center .search-filter .search-container {
  position: relative;
}
.cmp__download-center .search-filter .search-filter-input {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.cmp__download-center .search-filter .search-filter-input .search-icon {
  width: 30px;
  height: 20px;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .search-filter .search-filter-input .search-icon {
    width: 20px;
    height: 20px;
  }
}
.cmp__download-center .search-filter .search-filter-input .line-right {
  border-right: 1px solid #000;
  margin: 0 8px;
  height: 14px;
  opacity: 0.3;
}
.cmp__download-center .search-filter .search-filter-input .search-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.cmp__download-center .search-filter .search-filter-input .clear-icon {
  width: 16px;
  height: 20px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  right: 10px;
}
.cmp__download-center .search-filter .search-filter-input .clear-icon.active {
  opacity: 1;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .search-filter .search-filter-input .clear-icon {
    width: 12px;
    height: 20px;
    position: unset;
  }
}
.cmp__download-center .search-filter .search-filter-input input[type=text] {
  width: 14.5vw;
  border: none;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.95);
}
@media (max-width: 767.98px) {
  .cmp__download-center .search-filter .search-filter-input input[type=text] {
    width: 55vw;
  }
}
.cmp__download-center .search-filter .search-filter-input input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cmp__download-center .search-filter .search-filter-input input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cmp__download-center .search-filter .search-filter-input input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cmp__download-center .search-filter .search-filter-input input[type=text]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cmp__download-center .search-filter .search-filter-input input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cmp__download-center .search-filter .search-history-container {
  background: #fff;
  margin-top: 10px;
  padding: 10px 16px;
  position: absolute;
  width: 100%;
  border-radius: 8px;
}
.cmp__download-center .search-filter .search-history-container .search-history-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 12px;
  color: rgba(0, 0, 0, 0.55);
}
.cmp__download-center .search-filter .search-history-container .search-history-item:hover {
  background-color: #F6F6F6;
}
.cmp__download-center .search-filter .search-history-container .search-history-item em {
  font-style: normal;
  color: rgba(0, 0, 0, 0.95);
}
.cmp__download-center .search-filter .search-filter-item {
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .search-filter .search-filter-item {
    display: none;
  }
}
.cmp__download-center .search-filter .search-filter-item .filter-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(0, 0, 0);
}
.cmp__download-center .search-filter .search-filter-item .filter-list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.cmp__download-center .search-filter .search-filter-item .filter-list li {
  border: 1px solid rgb(220, 220, 220);
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.55);
}
.cmp__download-center .search-filter .search-filter-item .filter-list li.active {
  border: 1px solid rgba(0, 0, 0, 0.95);
  color: rgba(0, 0, 0, 0.95);
}
.cmp__download-center .search-filter .note {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.35);
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .search-filter .note {
    display: none;
  }
}
.cmp__download-center .download-list {
  width: calc(78.6910197869% - 40px);
  min-height: 500px;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .download-list {
    width: 100%;
    margin-top: 20px;
    min-height: 200px;
  }
}
.cmp__download-center .download-list .download-list-count {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.55);
}
.cmp__download-center .download-list .download-list-count span {
  color: rgb(0, 0, 0);
}
.cmp__download-center .download-list .download-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .download-list .download-list-wrapper {
    gap: 20px 8px;
  }
}
.cmp__download-center .download-list .download-list-wrapper .download-list-item {
  width: calc(33.3333333333% - 13.33333px);
}
@media screen and (max-width: 900px) {
  .cmp__download-center .download-list .download-list-wrapper .download-list-item {
    width: calc(50% - 4px);
  }
}
.cmp__download-center .download-list .download-list-wrapper .download-list-item .img {
  width: 100%;
  aspect-ratio: 317/198;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .download-list .download-list-wrapper .download-list-item .img {
    aspect-ratio: 167.5/104;
    border-radius: 4px;
  }
}
.cmp__download-center .download-list .download-list-wrapper .download-list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cmp__download-center .download-list .download-list-wrapper .download-list-item .img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cmp__download-center .download-list .download-list-wrapper .download-list-item .content {
  padding: 12px 8px 0;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .download-list .download-list-wrapper .download-list-item .content {
    padding: 10px 4px 0;
  }
}
.cmp__download-center .download-list .download-list-wrapper .download-list-item .content .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 900px) {
  .cmp__download-center .download-list .download-list-wrapper .download-list-item .content .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
.cmp__download-center .download-list .download-list-wrapper .download-list-item .content .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8.5px;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .download-list .download-list-wrapper .download-list-item .content .link-wrapper {
    margin-top: 6px;
  }
}
.cmp__download-center .download-list .download-list-wrapper .download-list-item .content .link-wrapper .link {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 900px) {
  .cmp__download-center .download-list .download-list-wrapper .download-list-item .content .link-wrapper .link {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
}
.cmp__download-center .download-list .download-list-wrapper .download-list-item .content .link-wrapper .link:hover {
  border-bottom: 1px solid #000;
  color: rgb(0, 0, 0);
}
.cmp__download-center .download-list .download-list-wrapper .download-list-item .content .link-wrapper svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .download-list .download-list-wrapper .download-list-item .content .link-wrapper svg {
    width: 20px;
    height: 20px;
  }
}
.cmp__download-center .download-list .download-list-wrapper .no-result {
  text-align: center;
}
.cmp__download-center .download-list .download-list-loadmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.95);
  margin-top: 48px;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .download-list .download-list-loadmore {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }
}
.cmp__download-center .download-list .download-list-loadmore a {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.95);
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .download-list .download-list-loadmore a {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }
}
.cmp__download-center .download-list .download-list-loadmore svg {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
.cmp__download-center .filter-panel {
  z-index: 9;
  opacity: 0;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmp__download-center .filter-panel.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cmp__download-center .filter-panel .filter-panel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.cmp__download-center .filter-panel .search-filter {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 16px 16px 0 0;
  background-color: #fff;
  padding: 24px;
}
.cmp__download-center .filter-panel .search-filter .search-filter-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 8px;
}
.cmp__download-center .filter-panel .search-filter .search-filter-text span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(26, 28, 32);
}
.cmp__download-center .filter-panel .search-filter .search-filter-text .clear {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.cmp__download-center .filter-panel .search-filter .search-filter-text .clear svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.cmp__download-center .filter-panel .search-filter .search-filter-item {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
}
.cmp__download-center .filter-panel .search-filter .search-filter-item .filter-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
}
.cmp__download-center .filter-panel .search-filter .search-filter-item .filter-list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.cmp__download-center .filter-panel .search-filter .search-filter-item .filter-list li {
  border: 1px solid rgb(220, 220, 220);
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.55);
}
.cmp__download-center .filter-panel .search-filter .search-filter-item .filter-list li.active {
  border: 1px solid rgba(0, 0, 0, 0.95);
  color: rgba(0, 0, 0, 0.95);
}
.cmp__download-center .filter-panel .search-filter .note {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.35);
}
.cmp__download-center .filter-panel .search-filter .filter-panel-action {
  margin-top: 32px;
}
.cmp__download-center .filter-panel .search-filter .filter-panel-action .filter-panel-btn {
  text-align: center;
  margin-top: 16px;
  display: block;
  border-radius: 36px;
  padding: 11px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}
.cmp__download-center .filter-panel .search-filter .filter-panel-action .filter-panel-btn.confirm {
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
}
@media screen and (max-width: 900px) {
  .cmp__download-center .filter-panel {
    display: block;
  }
}
