.search-select-input {
  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;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
}

input[type="checkbox"]:checked {
  background-color: #0a5cff;
  width: 20px;
  height: 20px;
}

.personal-quotation-page .c-list-sidebar__link.is-active {
  z-index: 1;
  color: #0a5cff;
  background-color: #ffffff;
}

.left-content {
  width: calc((100% + 32px) / 12 * 3 - 32px);
}

.c-list-sidebar__item:first-of-type {
  border-top: 0px;
}

.left-content .c-accordion__tget.is-box__gray {
  margin-bottom: 0;
}

.left-content .c-accordion__tget.is-box__gray.is-open {
  padding: 0;
}

/*right-content*/

.right-content {
  width: calc((100% + 32px) / 12 * 9 - 32px);
}

.basicSec,
.companySec {
  border: 2px solid #eaecf0;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
}

.basicSec .sec-title,
.companySec .sec-title {
  font-weight: bold;
  font-size: 1.2em;
  color: #0a5cff;
}

.sec-content {
  padding-top: 20px;
}

.item-content {
  line-height: 2em;
  font-size: 1.2em;
}

.sec-content .item-content {
  display: flex;
}

.left {
  width: 13%;
}

.right {
  /*width: 40%;*/
  display: inline-block;
}

.item-content a {
  padding-left: 2em;
  display: inline-block;
  text-align: right;
}

.companySec {
  margin-top: 20px;
}

.top-sec {
  display: flex;
  justify-content: space-between;
}

/* 模态框 */
.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: 6% auto;
  width: 80%;
  max-width: 1200px;
  overflow-y: auto;
  padding: 10px 1em 2em 1em;
}

.modal-content .modal-content-tit {
  background: #fff;
  padding: 1em 0;
  position: sticky;
  z-index: 1;
  top: 0;
}

.modal-content h2 {
  display: inline-block;
  margin-bottom: 0;
}

.modal-content .modal-table {
  width: 100%;
  border: 1px solid #d5d5dd;
  border-spacing: 0;
}

.modal-content .modal-table th {
  font-weight: bold;
  background-color: #f2f4f7;
  padding: 10px;
}

.modal-content .modal-table td {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #d5d5dd;
}

.modal-content .modal-table td :last-of-type {
  border: none;
}

.modal-content .modal-content-sec {
  border: 1px solid #d5d5dd;
}

.modal-content .modal-content-sec .modal-detail-tit {
  width: 14%;
  font-weight: bold;
  background: #f2f4f7;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d5d5dd;
}

.modal-content .modal-content-sec .modal-detail-detail {
  padding: 15px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f9fafb;
}

.modal-content .modal-content-sec .modal-detail-detail .modal-detail-right {
  display: inline-block;
  padding: 10px 1em;
  width: 100%;
  border: 1px solid #d5d5dd;
  margin: 4px 0;
}

.modal-content .modal-content-sec .landline-phone-input {
  padding: 10px 1em;
  border: 1px solid #d5d5dd;
  width: 100%;
  margin: 4px 0;
}

.modal-content .modal-detail-item {
  width: 45%;
  padding: 10px 0;
  position: relative;
}

.modal-content .addrdetail {
  width: 100%;
}
.modal-content .addrdetail textarea {
  height: 6em;
}

.modal-content .default-addr-div {
  display: flex;
}

.modal-content .modal-detail-item .phone-div {
  float: left;
  margin-right: 1em;
}

.modal-content .width100 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.modal-content .width100 div {
  width: 32%;
}

.modal-content .width100 div select {
  width: 100%;
}

.modal-content .modal-detail-detail .cartBottom-button .clearBtn {
  background-color: transparent;
  color: #0a5cff;
}

.modal-content .cartBottom-button {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  background: #f9fafb;
}

.modal-content .cartBottom-button [class*="c-btn"].is-padding-wide-2.clearBtn {
  background: transparent;
  color: #0a5cff;
  font-size: 1em;
}

[class*="c-btn"].is-padding-wide-2,
.c-btn--iconwraper.is-padding-wide-2 {
  font-size: 1em;
}

/*new add start*/
.modal-addressNm-search {
  display: flex;
  justify-content: space-between;
}

.modal-content .modal-content-sec .modal-addressNm-search .modal-detail-right {
  width: 90%;
}

.modal-addressNm-search a {
  text-decoration: none;
  line-height: 40px;
}

.modal-detail-item .search-result {
  display: none;
  width: 90%;
  background: #fff;
  padding: 10px 20px;
  line-height: 2em;
  border: 1px solid #d5d5d5;
  position: absolute;
  z-index: 1;
  height: 200%;
  overflow-y: auto;
}

/*new add end*/

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 0px;
}

.content-top-title-radio input {
  width: 20px;
  height: 20px;
}

.content-top-title-radio .personal-radio {
  margin-left: 1em;
}
.content-top-title-radio span {
  margin-left: 8px;
  vertical-align: top;
  line-height: 20px;
}

/* 模态框 end*/

.modal-content input {
  border-radius: 4px;
}

input:focus {
  outline: none;
}

/* PC 样式*/
@media only screen and (min-width: 835px) {
  .modal-content {
    border: 1px solid #d5d5dd;
  }
}

.content-top-list .default {
  border: 3px solid #0a5cff;
  border-radius: 4px;
}

.content-top-list .no-default {
  border: 2px solid #eaecf0;
}

.content .content-bottom .content-top-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}

.content-top-list .address .address-item {
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.content-top-list .no-default {
  border: 2px solid #eaecf0;
}

.content-top-list .address .address-info .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-right: 6px;
  margin-top: 10px;
  margin-bottom: 6px;
}

.button-right .button-set {
  font-size: 18px;
  padding: 8px 10px;
  background-color: #039;
  color: #fff;
  border-radius: 5px;
}

.button-right .button-edit {
  font-size: 16px;
  margin-left: 6px;
  padding: 10px 12px;
  background-color: #0a5cff;
  color: #fff;
  border-radius: 5px;
  min-width: 80px;
  text-align: center;
}

.button-right .button-del {
  font-size: 16px;
  margin-left: 6px;
  padding: 10px 12px;
  background-color: #eaecf0;
  color: #667085;
  border-radius: 5px;
  min-width: 80px;
  text-align: center;
}

.button-edit:hover,
.button-del:hover,
.button-set:hover {
  cursor: pointer;
}

.content-top-list .address .address-info .button .button-left div {
  font-weight: bold;
  font-size: 1.2em;
  color: #0a5cff;
}

.content-top-list .address-info {
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
}

.content-top-list .address .address-info .button .button-right {
  display: flex;
}

.content-top-list .address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
}

.address-content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}

.content-top-list .address .address-info .address-content .item-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 32px;
}

.content-top-list .address .address-info .address-content .item-content .left {
  flex: 1.6;
  font-size: 1em;
}

.content-top-list .address .address-info .address-content .item-content .right {
  flex: 7;
  font-size: 1em;
}

.l-sec .top-title {
  display: inline-block;
}

.left-title-number {
  font-weight: bold;
  color: #0a5cff;
}

@media only screen and (max-width: 834px) {
  .address-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .content-top-list .address-info {
    margin-top: 20px;
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
  }

  .left-content {
    display: none;
  }

  .right-content {
    width: calc((100% + 32px) / 12 * 12 - 32px);
  }

  .address-info .button-right.is-sp {
    display: flex !important;
    text-align: center;
    justify-content: flex-end;
  }

  .l-inner {
    padding-bottom: 20px;
  }

  .address-info .button-right.is-sp {
    display: flex !important;
    text-align: center;
    justify-content: flex-end;
  }

  .order-check-address-page .content-top-list .address-info:nth-child(2n) {
    padding: 10px;
  }

  .order-check-address-page
    .content-top-list
    .address
    .address-info
    .address-content {
    padding: 10px 0;
  }

  .order-check-address-page
    .content-top-list
    .address
    .address-info
    .address-content
    .item-content
    .right {
    font-size: 1em;
  }

  .content-top-list [class*="c-btn"] + [class*="c-btn"],
  .c-btn--iconwraper + [class*="c-btn"] {
    margin-top: 0;
  }

  .content .cartBottom-button {
    justify-content: space-between;
  }

  [class*="c-btn"].is-padding-wide-2,
  .c-btn--iconwraper.is-padding-wide-2 {
    width: 100%;
  }

  .order-check-address-page
    .content-top-list
    .address
    .address-info
    .address-content
    .item-content {
    width: 100%;
  }

  .cartBottom-button .c-btn {
    width: 40%;
  }

  .sp-search-content {
    position: fixed;
    /* 使用 fixed 使其独立于页面流 */
    z-index: 2;
    display: block;
    transform: translateY(100%);
    /* 初始状态完全在屏幕外 */
    opacity: 0;
    /* 初始透明 */
    visibility: hidden;
    /* 初始隐藏 */
    transition: transform 0.8s ease, opacity 0.8s ease;
    /* 添加过渡效果 */

    width: 100%;
    height: 100%;
    bottom: -100%;
  }

  .sp-search-content.active {
    /* right: 0; 展开时滑动到屏幕内 */
    transform: translateY(-90vh);
    /* 平滑滑动到屏幕内 */
    visibility: visible;
    /* 显示检索框 */
    opacity: 1;
    /* 变为完全不透明 */
  }

  .modal-content {
    width: 93%;
    border: 1px solid #d5d5dd;
    border-radius: 4px;
    margin: auto;
    height: 560px;
    /*overflow: hidden;*/
    padding: 0 0 2em 0;
  }

  .modal-content .modal-content-tit {
    background: #f9fafb;
    padding: 1em 0;
    position: sticky;
    z-index: 1;
    top: 0;
  }

  .modal-content .modal-content-sec .modal-detail-detail {
    padding: 15px;
    display: flex;
    width: 93%;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fefefe;
  }

  .modal-content h2 {
    margin-left: 5px;
  }

  .modal-content .modal-content-sec {
    border: none;
  }

  .modal-content .modal-detail-item {
    width: 100%;

    margin-top: 10px;
    padding: 0;
  }

  .modal-content .g-flex {
    display: flex;
    align-items: center;
    border: 1px solid #d5d5dd;
    background: #fff;
    border-radius: 4px;
  }

  .modal-content .g-flex .modal-detail-left {
    width: 54%;
    color: #999;
    padding-left: 10px;
  }

  .modal-content .g-marginT10 {
    margin-top: 10px;
  }

  .modal-content .g-flex select {
    border: none;
  }

  .modal-content
    .modal-content-sec
    .modal-detail-detail
    .g-flex
    .modal-detail-right {
    border: none;
  }

  .modal-content .cartBottom-button {
    justify-content: space-between;
  }
  .cartBottom-button [class*="c-btn"] + [class*="c-btn"],
  .c-btn--iconwraper + [class*="c-btn"] {
    margin-top: 0;
  }

  .cartBottom-button [class*="c-btn"].is-padding-wide-2,
  .c-btn--iconwraper.is-padding-wide-2 {
    padding: 10px;
  }
  .content-top-list .address .address-info .address-content .item-content {
    display: block;
    justify-content: space-between;
    width: 480px;
    line-height: 32px;
  }

  .content-top-list
    .address
    .address-info
    .address-content
    .item-content
    .left {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
  }
  .content-top-list
    .address
    .address-info
    .address-content
    .item-content
    .right {
    width: 100%;
    font-size: 16px;
  }
  .button-right .button-edit {
    font-size: 14px;
    margin-left: 6px;
    padding: 7px 12px;
    background-color: #0a5cff;
    color: #fff;
    border-radius: 5px;
    min-width: 67px;
    text-align: center;
    height: 35px;
  }

  .button-right .button-del {
    font-size: 14px;
    margin-left: 6px;
    padding: 7px 12px;
    background-color: #eaecf0;
    color: #667085;
    border-radius: 5px;
    min-width: 67px;
    text-align: center;
    height: 35px;
  }

  .button-right .button-set {
    font-size: 13px;
    padding: 8px 10px;
    background-color: #039;
    color: #fff;
    border-radius: 5px;
  }
}
