/* 面包屑 */
.scc-main-breadcrumb {
  width: 120rem;
  max-width: 100%;
  margin: 3rem auto 4.2rem;
  color: var(--scc-color-breadcrumb);
  font-size: 1.4rem;
  font-weight: 400;
}

.scc-main-breadcrumb .breadcrumb-link .breadcrumb-item::after {
  content: '/';
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 0.5rem;
}

.scc-main-breadcrumb
  .breadcrumb-link
  .breadcrumb-item:nth-last-child(1)::after {
  display: none;
}

.scc-main-breadcrumb .breadcrumb-link .breadcrumb-item:nth-last-child(1) a {
  color: var(--scc-color-primary);
}

.contact-us-banner {
  max-width: 100%;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    #abe4ef 0%,
    rgb(52 200 229 / 73%) 53.37%,
    #34c8e5 95.39%
  );
  height: 31.3rem;
  display: flex;
  justify-content: end;
  position: relative;
}

.occupancy-img {
  height: 100%;
  width: 50%;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}

.occupancy-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.scc-contact {
  width: 120rem;
  position: absolute;
  top: 50%; /* 垂直方向居中 */
  left: 50%; /* 水平方向居中 */
  transform: translate(-50%, -50%); /* 调整元素的中心点 */
}

.scc-contact .scc-contact-text {
  color: #333;
  font-family: Exo, sens-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 3.2rem;
}

.contact-us-info-container {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto 3.2rem;
}

.contact-us-info-text h3,
h4 {
  color: #333;
  font-family: Exo, sens-serif;
}

.contact-us-info-text h3 {
  margin: 0 0 3.2rem;
  font-weight: 600;
}

.contact-us-info-text h4 {
  margin: 0;
  font-weight: 700;
}

.contact-us-info-text p {
  margin: 1.5rem 0;
  color: #323232;
  font-weight: 400;
  line-height: 2.4rem;
}

.contact-us-information-container {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto 9.6rem;
  display: flex;
  gap: 2.4rem;
}

.contact-us-information-container .contact-us-information-left {
  width: 58.4rem;
  height: 36.2rem;
  flex-shrink: 0; /* 关键代码：防止被压缩 */
}

.contact-us-information-container .contact-us-information-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us-information-right .oc-icon {
  color: var(--scc-color-primary);
  font-size: 3.2rem;
}

.contact-us-information-right .information-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.4rem;
}

.information-text {
  color: #323232;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  cursor: pointer;
}

.information-text:hover {
  text-decoration: underline;
}

.information-title {
  font-family: Exo, sens-serif;
  font-weight: 600;
  font-size: 2.2rem !important;
  color: #323232;
  margin: 0 0 2.1rem;
}

.information-spec {
  color: #323232;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.information-spec > a {
  color: var(--scc-color-primary);
  text-decoration: underline;
  word-break: break-all;
}

.scc-main-search-tabs-no-data {
  width: 120rem;
  margin: 0 auto 9.6rem;
}

.scc-main-search-tabs-no-data .no-data-form-content {
  padding: 6.1rem 7.7rem 9.9rem;
  background: #f6f6f6;
  border-radius: 1rem;
}

.no-data-form-content .no-form-title {
  font-family: Exo, sens-serif;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  margin-bottom: 5rem;
  text-align: center;
}

.no-data-form-content .no-data-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1.56rem 3rem;
  font-size: 1.9rem;
}

.no-data-item-label {
  margin-bottom: 2.4rem;
  font-family: Exo, sens-serif;
  color: #333;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 100%;
}

.no-data-item-label.required::after {
  content: '*';
  color: #ff5858;
}

.no-data-err-msg {
  margin: 0;
  line-height: 2rem;
  color: var(--scc-color-warning);
}

.no-data-item-input {
  background-color: #fff;
  border-radius: 0.5rem;
}

.no-data-item-input input {
  width: 100%;
  padding: 2rem 1.7rem;
}

.no-data-item {
  /* 平均两份 */
  width: 50%;
}

.no-data-item:nth-child(2) {
  width: calc(50% - 3rem);
}

.no-data-item:nth-child(3),
.no-data-item:nth-child(4),
.no-data-item:nth-child(5) {
  width: 100%;
}

.no-data-select-wrapper {
  padding: 2rem 1.7rem;
  width: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  color: #333;
  position: relative;
}

.no-data-select-wrapper .no-data-select-input {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.no-data-select-wrapper .oc-select-ul {
  width: 100%;
  margin: 0;
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 20;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25.1%);
  max-height: 40vh;
  overflow-y: auto;
  border-radius: 4px;
  list-style-type: none;
  padding-left: 0;
}

.no-data-select-label {
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.no-data-select-wrapper .oc-select-ul .oc-select-li.active-select-li {
  background-color: var(--scc-color-primary);
  color: #fff;
}

.no-data-select-wrapper
  .oc-select-ul
  .oc-select-li:not(.disable-select-li, .active-select-li):hover {
  /* #34c8e5 30% */
  background-color: rgb(52 200 229 / 30%);
  color: var(--scc-color-primary);
  cursor: pointer;
}

.no-data-select-wrapper .oc-select-ul .oc-select-li {
  padding: 1.1rem 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  border-radius: 0.4px;
  text-align: left;
  color: #333;
  transition: all 0.3s;
  margin-bottom: 0 !important;
}

.country-select .icon-down {
  width: 1.8rem;
  height: 1.8rem;
}

.no-data-item-textarea {
  padding: 2rem 1.7rem;
  width: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
}

.no-data-item-textarea textarea {
  border: none;
  width: 100% !important;
  min-height: 12.9rem;
  resize: vertical;
  outline: none;
  line-height: 1.6;
  height: 100%;
}

.no-data-item-full .oc-inquiry-checkbox input[type='checkbox'] {
  /* 1. 隐藏原生的复选框 */
  display: none;
}

.no-data-item-full .oc-inquiry-checkbox label {
  /* 2. 创建自定义的圆形容器 */
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%; /* 使其成为圆形 */
  border: 0.1rem solid #34c8e5; /* 边框颜色 */
  cursor: pointer;
  position: relative;
  background-color: #eaeaea;
  transition: all 0.2s ease-in-out;
}

.no-data-item-full .oc-inquiry-checkbox input[type='checkbox']:checked + label {
  background-color: var(--scc-color-primary); /* 选中时的背景色 */
  border-color: var(--scc-color-primary); /* 选中时的边框色 */
}

.no-data-item-full {
  width: 100%;
}

.no-data-item-full
  .oc-inquiry-checkbox
  input[type='checkbox']:checked
  + label::after {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.6rem;
  border: solid white;
  border-width: 0 0.1rem 0.1rem 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.no-data-item-full .oc-inquiry-checkbox .check-spec {
  color: #323232;
}

.no-data-btn-full {
  text-align: center;
  margin-top: 4.2rem;
}

.no-data-submit-btn {
  margin: 0 auto;
  padding: 1.2rem 3.5rem;
  background-color: #34c8e5;
  flex-direction: column;
  display: inline-block;
  color: #fff;
  font-family: Exo, sens-serif;
  font-weight: 700;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.no-data-submit-btn:hover {
  background-color: #333;
  color: #34c8e5;
}

.no-data-item-input .email-value::placeholder {
  content: 'For prompt processing, please use \n your company email address.'; /* 支持换行 */
  white-space: pre-line;
  color: #9ba7b2;
  position: absolute;
  font-size: 1.7rem;
  line-height: 2.3rem;

  /* 居中 */
  top: 10%;
  pointer-events: none; /* 不影响输入 */
}

@media screen and (width <= 768px) {
  .contact-us-banner {
    height: 21.3rem;
  }

  .occupancy-img img {
    object-fit: cover;
  }

  .scc-contact {
    width: 100%;
    padding: 0 1.6rem;
  }

  /* 面包屑 */
  .scc-main-breadcrumb {
    margin: 2.1rem 0 2.6rem;
    padding: 0 1.6rem;
    width: auto;
  }

  .contact-us-info-container {
    width: 100%;
    padding: 0 1.6rem;
  }

  .contact-us-info-text h3 {
    margin: 0 0 2.1rem;
  }

  .contact-us-info-text p {
    font-size: 1.7rem;
  }

  .contact-us-information-container {
    width: 100%;
    padding: 0 1.6rem;
    margin-bottom: 5.5rem;
    flex-direction: column;
  }

  .contact-us-information-container .contact-us-information-left {
    width: 100%;
  }

  .information-spec {
    font-size: 1.7rem;
  }

  .scc-main-search-tabs-no-data {
    width: 100%;
    margin-bottom: 5.5rem;
  }

  .scc-main-search-tabs-no-data .no-data-header-content {
    margin-bottom: 2.4rem;
    padding: 0 1.6rem;
  }

  .scc-main-search-tabs-no-data .no-data-header-content .no-data-desc {
    font-size: 1.7rem;
  }

  .scc-main-search-tabs-no-data .no-data-form-content {
    padding: 3.7rem 1.6rem 6.5rem;
    margin-bottom: 5.1rem;
  }

  .no-data-form-content .no-form-title {
    margin-bottom: 3.6rem;
    font-weight: 600;
  }

  .no-data-item {
    width: 100% !important;
  }

  .no-data-item-input .email-value {
    padding: 2rem 1.6rem;
  }

  .oc-inquiry-checkbox {
    display: flex;
    gap: 0.6rem;
  }

  .no-data-item-full .oc-inquiry-checkbox label {
    flex-shrink: 0;
  }

  .no-data-item-full .oc-inquiry-checkbox .check-spec {
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .no-data-btn-full {
    margin-top: 3.6rem;
  }
}
