.search-select-input {
  margin-bottom: 1em;
  width: 100%;
  border: 1px solid #d0d5dd;
  appearance: none;
  cursor: pointer;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2245%22%3E%3Cpath%20fill%3D%22%23003399%22%20d%3D%22M44%2C0H0V48H44c2.21%2C0%2C4-1.79%2C4-4V4c0-2.21-1.79-4-4-4Zm-13.3%2C20.62l-5.92%2C7.4c-.34%2C.43-.97%2C.5-1.41%2C.16-.06-.05-.11-.1-.16-.16l-5.92-7.4c-.34-.43-.27-1.06%2C.16-1.41%2C.18-.14%2C.4-.22%2C.62-.22h11.84c.55%2C0%2C1%2C.45%2C1%2C1%2C0%2C.23-.08%2C.45-.22%2C.63Z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: contain;
  padding: 15px 65px 15px 15px;
  line-height: 1;
}

/* 用于手机端样式 */
.p-3570-input-name__family input,
.p-3570-input-name__name input {
  width: 100% !important;
}

.flex-ul {
  display: flex;
  align-items: baseline;
}

:focus-visible {
  outline: 0 !important;
}

.c-list--base.is-line-height-wide-5 > li + li {
  margin-top: 0;
}

.input-div {
  flex: 0 0 100%;
}

.code-div {
  width: 75%;
  display: flex;
  padding-top: 1em;
}

.code-div input {
  border: 1px solid #d5d5dd;
  line-height: 48px;
  width: 60%;
  border-radius: 4px;
  text-indent: 0.8em;
}

.code-div input::placeholder {
  padding-left: 1em;
}

.getCode-btn-div {
  float: left;
  line-height: 52px;
  padding-left: 2em;
}

.c-check label::before,
.c-check .c-radio__nest__label::before,
.c-radio label::before,
.c-radio .c-radio__nest__label::before {
  top: 4px;
}

.c-check label,
.c-check .c-radio__nest__label,
.c-radio label,
.c-radio .c-radio__nest__label {
  line-height: 2em;
}

.clause-div-content {
  overflow-y: auto;
  height: 32vh;
}

.content-top-title-checkbox {
  position: sticky;
  padding: 15px 1em;
}

.add-pic {
  width: 4em;
  height: 4em;
}

#file-btn {
  background: none;
}

.other-input {
  border: 1px solid #d5d5dd;
  text-indent: 1em;
  line-height: 48px;
  border-radius: 4px;
}

#edit-inquiry-desired-answer .c-radio label:after,
.c-radio .c-radio__nest__label:after {
  background-color: #0a5cff;
  background-image: none;
  content: "";
  display: block;
  border-radius: 100%;
  left: 4px;
  width: 8px;
  height: 8px;
  top: 8px;
}

#customer-register-form .c-check label:after {
  height: 1em;
}

@media screen and (max-width: 834px) {
  .label {
    margin-right: 0 !important;
  }

  .c-tbl--base.is-padding-wide-3 td {
    padding: 15px 10px !important;
  }

  .flex-ul {
    display: block;
  }

  .code-div {
    width: 100%;
  }

  #agreeModal .modal-content {
    margin: 20% auto;
    width: 90%;
  }

  #agreeModal .modal-content .cartBottom-button {
    justify-content: space-between;
  }

  .modal-content .cartBottom-button .c-btn {
    height: 3em;
    width: 48%;
  }

  .other-input {
    width: 100%;
  }
}

/* 模态框 */
.modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  border: 1px solid #888;
  width: 40%;
  max-width: 1200px;
  padding: 20px;
}

.modal-content .modal-content-tit {
  background: #fff;
  padding-bottom: 1em;
  position: sticky;
  z-index: 1;
  top: 0;
}

.modal-content h2 {
  display: inline-block;
  margin-bottom: 0;
}

.modal-content .modal-content-sec .modal-detail-detail .modal-detail-right {
  display: inline-block;
  font-weight: bold;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 0px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-txt-box {
  padding-bottom: 4em;
}

.modal-btn-box {
  display: flex;
  justify-content: space-around;
}

.modal-btn-box .close {
  font-size: 1em;
}

.modal-content-sec {
  /* padding: 20px; */
  height: auto !important;
}

.modal-detail-item select {
  width: 100%;
}

.modal-content .modal-content-sec .modal-detail-detail {
  padding: 0;
  width: 100%;
}

.modal-content .cartBottom-button {
  display: flex;
  justify-content: end;
}

.modal-content .cartBottom-button .c-btn {
  font-size: 1em;
  padding: 15px 2em;
  color: white;
  margin-top: 0;
  height: 3em;
}

.modal-detail-item input {
  padding: 10px;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
}

.modal-content .cartBottom-button .clearBtn {
  background-color: transparent;
  color: #0a5cff;
  font-size: 1em;
  padding: 15px 2em;
}

@media screen and (min-width: 835px) {
  .modal-detail-item {
    display: flex;
    position: relative;
  }

  .width32 {
    width: 32%;
    margin-right: 1em;
  }
}

@media screen and (max-width: 834px) {
  .modal-detail-item select {
    margin-bottom: 1rem;
  }
}
