.pdfcvert-option-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #fff;
}
.pdfcvert-option-list img {
  width: 14px;
}
.pdfcvert-option-list-tooltip {
  position: relative;
  height: 14px;
  width: 14px;
}
.pdfcvert-option-list-tooltip:hover .pop {
  display: block;
}
.pdfcvert-specification-button {
  margin-top: 51px;
  width: 240px;
  background: #2e64c9;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .pdfcvert-specification-option {
    width: 320px;
    margin: 0 auto;
    align-items: flex-start;
  }
  .pdfcvert-option-total {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .pdfcvert-option-total .pdfcvert-option-list {
    min-width: 100%;
    width: 100%;
  }
  .pdfcvert-option-list img {
    width: 22px;
  }
  .pdfcvert-option-list-tooltip {
    position: absolute;
    right: -44px;
    height: 22px;
    width: 22px;
  }
  .pdfcvert-option-list-tooltip .pop.show {
    display: block !important;
  }
  .pdfcvert-option-list-tooltip:hover .pop {
    display: block;
  }
  .pdfcvert-option-list-tooltip .pop {
    top: 36px;
    left: 10px;
  }
  .pdfcvert-option-list:first-child .pop {
    top: -77px;
    left: 10px;
    /* display: block; */
  }
  .pdfcvert-option-list:first-child .pop::after {
    border-color: #333333cc transparent transparent transparent;
    top: 63px;
  }
  .pdfcvert-specification-button {
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pdfcvert-specification-option {
    width: 240px;
  }
  .pdfcvert-option-list {
    padding-inline-start: 36px;
  }
  .pdfcvert-option-list:before {
    top: calc(50% - 7px);
  }
  .pdfcvert-option-list-tooltip .pop {
    top: 36px;
    left: auto;
    right: -20px;
    transform: none;
  }
  .pdfcvert-option-list:first-child .pop {
    top: -77px;
    left: auto;
    right: -20px;
    transform: none;
  }
  .pdfcvert-option-list:first-child .pop::after {
    border-color: #333333cc transparent transparent transparent;
    top: 60px;
  }
  .pdfcvert-option-list .pop::after {
    right: 20px;
    transform: none;
  }
}
.pop {
  display: none;
  width: 280px;
  padding: 6px 10px;
  border-radius: 4px;
  background: #333333cc;
  border-radius: 8px;
  position: absolute;
  z-index: 2;
  top: 27px;
  left: 6px;
  transform: translateX(-50%);
}
.pop::after {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: transparent transparent #333333cc transparent;
  position: absolute;
  top: -24px;
  right: 50%;
  transform: translateX(50%);
}
.pdfcvert-option-list .pop p {
  color: #ffffff !important;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 16px;
}
.pdfcvert-progress-complete {
  transition: width 0.2s linear;
}
