.warranty {
  overflow: hidden;
  font-style: normal;
  font-family: MiSansVF;

}

.containers {
  max-width: 1200px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: 100%;
}

.totalBar {
  width: 100%;
  height: auto;
  background: #F8F8F8;
  padding-top: 14px;
}

.public-title {
  font-weight: bold;
}

.selectBar {
  max-width: 1200px;
  height: auto;
  /* background-color: #F8F8F8; */
  margin: auto;
  padding-top: 0;
}

.selectItem {
  display: flex;
  font-size: 15px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 17px;
  /* margin-top:32px; */
}

.contentOpt {
  display: flex;
  flex-wrap: wrap;
}

.selectItem .titleItem {
  white-space: nowrap;
  color: #333;
  margin-top: 20px;
  /* min-width: 130px; */
  /* max-width: 200px; */
  /* white-space: pre-wrap;
  word-break: break-all; */
}

.selectItem:last-child .titleItem {
  min-width: auto;
}

.noBorder {
  border-bottom: none;
}

.selectedInput {
  padding: 0 16px;
  height: 32px;
  font-size: 15px;
  border-radius: 17px;
  border: 1px solid #D8D8D8;
  margin-left: 16px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* transform: translateY(-10px); */
}

.selectedInput .iconfont {
  font-size: 16px;
  color: #C1C1C1;
  margin-left: 6px;
}

.options,
.options1,
.options2 {
  display: flex;
  padding: 0 8px;
  align-items: center;
  height: 28px;
  background: #FFFFFF;
  border-radius: 4px;
  /* transform: translateY(-20px); */
  cursor: pointer;
  color: #666666;
  font-family: MiSansVF;
  margin-top: 14px;
  margin-left: 16px;
}

.activeOpt {
  background: #21A13B;
  color: #fff;
}

.warranty .file-box {
  margin-top: 19px;
  margin-bottom: 56px;
  padding-left: 0px;
  padding-right: 0px;
}

.warranty .file-box .file {
  padding: 17px 0px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}

.warranty .file-box .file .file-icon-title {
  display: flex;
  align-items: center;
  min-width: 80%;
}

.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-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 22px;
  cursor: pointer;
}

.warranty .file-box .file .file-title:hover {
  color: #21A13B;
  text-decoration: underline;
}

.warranty .file-box .file .file-preview {
  width: auto;
  padding: 8px 20px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  color: #333333;
  line-height: normal;
  cursor: pointer;
}

.warranty .file-box .file .file-preview:hover {
  background: #21A13B;
  border: 1px solid #21A13B;
}

.warranty .file-box .file .file-preview:hover>a {
  color: #fff;
}

@media screen and (max-width: 1360px) {
  .selectBar {
    max-width: 85%;
    height: auto;
  }

  .warranty .file-box {
    max-width: 85% !important;
  }

  .containers {
    max-width: 85%;
  }
}

@media screen and (max-width:640px) {
  .titleItem {
    margin-left: 0px;
  }

  .selectItem {
    flex-direction: column;
  }

  .options,
  .options1,
  .options2 {
    margin-left: 0px;
    margin-right: 16px;
  }

  .selectedInput {
    margin-left: 0px;
  }
}

@media screen and (max-width:440px) {
  .selectBar {
    max-width: 92%;
  }

  .totalBar {
    padding: 0;
  }

  .options,
  .options1,
  .options2 {
    margin-left: 0px;
    margin-top: 12px;
    margin-right: 16px;
    padding: 4px 15px 4px 10px;
    line-height: 20px;
    font-size: 14px;
  }

  .selectItem {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .selectItem .titleItem {
    margin-top: 20px;
    margin-left: 0px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 4px;
    font-family: MiSansVF_Semibold;
  }

  .warranty .file-box {
    max-width: 92% !important;
    margin-top: 4px;
    margin-bottom: 0px;
  }

  .warranty .file-box .file {
    padding: 16px 0;
  }

  .warranty .file-box .file .file-icon {
    font-size: 18px;
    margin-right: 12px;
    margin-right: 12px;
  }
  .warranty .file-box .file .file-icon img {
    object-fit: cover;
  }
  .warranty .file-box .file .file-title {
    font-size: 16px;
    line-height: 22px;
  }

  .warranty .file-box .file .file-preview {
    display: none;
  }

  .selectedInput {
    font-size: 14px;
    max-width: max-content;
    margin-left: 0px;
    margin-right: 6px;
  }

  .selectedInput .iconfont {
    margin-left: 11px;
  }

  .selectedInput-box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 16px;
  }
}