.warranty {
  overflow: hidden;
  font-style: normal;
  font-family: MiSansVF;
}

.warranty .file-box {
  margin-top: 39px;
  margin-bottom: 56px;
}

.warranty .file-box .file {
  padding: 17px 8px;
  display: flex;
  justify-content: space-between;
  padding: 48px;
  background: #f7f8f9;
  border-radius: 16px;
  margin-bottom: 24px;

}
.warranty .file-box .file img {
  width: 100%;
  max-width: 300px;
}
.parter-title {
  font-family: MiSansVF_Bold;
  font-size: 32px;
  color: #333333;
  line-height: 42px;
  text-align: left;
  font-style: normal;
  margin-bottom: 20px;
}
.warranty .file-box .file .file-icon-title {
  display: flex;
  align-items: start;
}

.warranty .file-box .file .file-icon {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  display: inline-block;
  font-size: 20px;
  color: #21a13b;
}

.warranty .file-box .file .file-title {
  font-family: MiSansVF;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  color: #21a13b;
}
.warranty .file-box .file .file-title img {
  max-width: 20px;
  margin-right: 12px;
}
.parter-number {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}
.not-blink {
  cursor: auto;
  pointer-events: none;
  color: #666666 !important;
}

@media screen and (max-width: 768px) {
  .warranty .file-box .file .file-icon {
    font-size: 18px;
    margin-right: 12px;
  }
  .warranty .file-box .file .file-title {
    font-size: 14px;
  }
  .warranty .file-box .file .file-preview {
    display: none;
  }
  .warranty .file-box .file {
    padding: 16px;
    flex-direction: column;
  }
  .warranty .file-box .file .file-icon-title {
    margin-bottom: 16px;
  }
  .warranty .file-box .file img {
    max-width: 100%;
  }
  .parter-number {
    font-size: 16px;
  }
  .parter-title {
    font-size: 24px;
  }
  .warranty .file-box {
    margin-top: 8px;
    margin-bottom: 0;
  }
}
