.personal-logistics-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: 10% 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-detail-item {
  width: 45%;
  padding: 10px 0;
  position: relative;
}

.modal-content .modal-detail-detail .cartBottom-button .clearBtn {
  background-color: transparent;
  color: #0a5cff;
}

.modal-content .cartBottom-button {
  display: flex;
  justify-content: flex-end;
  padding: 0 15px 15px 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-invoiceNm-search {
  display: flex;
  justify-content: space-between;
}


.modal-invoiceNm-search a {
  text-decoration: none;
  line-height: 40px;
}

.modal-detail-item .is-hide {
  display: none;
}

.search-resultDiv {
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.modal-detail-item .search-result {
  padding: 1em;
  line-height: 2em;
  border: 1px solid #d5d5d5;
  overflow-y: auto;
  height: 200px;
}

.btn-group {
  position: absolute;
  margin-top: 155px;
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 0 1em;
}

.search-resultDiv .btn-group .clearBtn {
  background-color: transparent;
  color: #0a5cff;
}

.btn-group button {
  min-width: 100px;
  padding: 10px;
}

/*new add end*/

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 0px;
}
.content-top-title-radio {
  padding: 10px 0;
}

.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;
}

#block-om-theme-footerblock{
  z-index: -1;
}

/* PC 样式*/
@media only screen and (min-width: 835px) {
  .modal-content {
    border: 1px solid #d5d5dd;
  }

  .content-top-list .invoice .invoice-info .invoice-content .item-content .left{
    flex: 2;
  }

  .invoice-content {
    padding: 20px 10px;
  }

}

.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 .invoice .invoice-item {
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.content-top-list .no-default {
  border: 2px solid #eaecf0;
}

.content-top-list .invoice .invoice-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 .invoice .invoice-info .button .button-left div {
  font-weight: bold;
  font-size: 1.2em;
}

.content-top-list .invoice-info {
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
}

.content-top-list .invoice .invoice-info .button .button-right {
  display: flex;
}

.content-top-list .invoice {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.invoice-content {
  display: flex;
  flex-wrap: wrap;
}

.content-top-list .invoice .invoice-info .invoice-content .item-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 32px;
}

.content-top-list .invoice .invoice-info .invoice-content .item-content .right {
  flex: 7;
  font-size: 18px;
}

.l-sec .top-title {
  display: inline-block;
}

.left-title-number {
  font-weight: bold;
  color: #0a5cff;
}

@media only screen and (max-width: 834px) {

  .button-right .button-edit {
    font-size: 12px;
    margin-left: 6px;
    background-color: #0a5cff;
    color: #fff;
    border-radius: 5px;
    min-width: 57px;
    padding: 8px 7px;
    text-align: center;
    height: 35px;
  }

  .button-right .button-del {
    font-size: 12px;
    margin-left: 6px;
    background-color: #eaecf0;
    color: #667085;
    border-radius: 5px;
    padding: 8px 7px;
    min-width: 57px;
    text-align: center;
    height: 35px;
  }

  .button-right .button-set {
    background-color: #039;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    padding: 7px 5px;
    height: 35px;
  }

  .content-top-list .invoice-info {
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
  }

  .modal-content {
    padding: 0 0 2em 0;
  }

  .left-content {
    display: none;
  }

  .right-content {
    width: calc((100% + 32px) / 12 * 12 - 32px);
  }

  .invoice-info .button-right.is-sp {
    display: flex !important;
    text-align: center;
    justify-content: flex-end;
  }

  .l-inner {
    padding-bottom: 20px;
  }

  .invoice-info .button-right.is-sp {
    display: flex !important;
    text-align: center;
    justify-content: flex-end;
  }

  .order-check-address-page .content-top-list .invoice-info:nth-child(2n) {
    padding: 10px;
  }

  .order-check-address-page
    .content-top-list
    .invoice
    .invoice-info
    .invoice-content {
    padding: 10px 0;
  }

  .order-check-address-page
    .content-top-list
    .invoice
    .invoice-info
    .invoice-content
    .item-content
    .right {
    font-size: 16px;
  }

  .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
    .invoice
    .invoice-info
    .invoice-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: 92%;
    border: 1px solid #d5d5dd;
    border-radius: 4px;
    margin: auto;
    height: 84vh;
    overflow: auto;
  }

  .modal-content .cartBottom-button {
    background: #fefefe;
  }

  .modal-content h2 {
    margin-left: 5px;
  }

  .modal-content .modal-detail-item {
    width: 100%;
  }
  .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;
  }

  .modal-content .modal-detail-item {
    width: 100%;
  }
  .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 .invoice {
    margin-top: 20px;
  }

  .content-top-list .invoice .invoice-item{
    margin-top: 10px;
  }

  .modal-content .cartBottom-button{
    padding: 0 15px 35px 15px;
  }
  .content-top-list .invoice .invoice-info .invoice-content .item-content {
    display: block;
    justify-content: space-between;
    width: 100%;
    line-height: 32px;
  }

  .content-top-list .invoice .invoice-info .invoice-content .item-content .left {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }

  .content-top-list .invoice .invoice-info .invoice-content .item-content .right {
    width: 100%;
    font-size: 16px;
  }

  .invoice-content {
    padding: 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: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fefefe;
  }

  .modal-content .modal-content-sec {
    border: none;
  }

  .close {
    line-height: 16px;
    margin-right: 5px;
  }

}
