@charset "UTF-8";
/* 移动端写法说明见 ./style-mobile-guide.md */
/* 使用scss编写，源文件是indexopc_mobile(scss).css 将后缀改回scss */
/* 默认字体颜色 */
/* 主题色 */
/* 辅助色 */
/* 大间距 */
/* 中间距 */
/* 小间距 */
/* 更小间距 */
/* 背景色 */
body {
  font-family: "Microsoft YaHei";
  color: #000000;
  background-color: #fff;
  overflow-x: hidden !important;
  min-width: auto !important;
}
body {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 375px) {
  body {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.old_type body {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type body {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type body {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .customer-services {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .customer-services {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .customer-services {
    display: none !important;
  }
}

.opc-main {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .opc-main {
    width: 75rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .opc-main {
    width: calc(100% - 1.5rem * 2);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .opc-main {
    width: calc(100% - 1.5rem * 2);
  }
}
@media screen and (max-width: 576px) {
  .opc-main {
    width: calc(100% - 1.5rem * 2);
  }
}
@media screen and (max-width: 375px) {
  .opc-main {
    width: calc(100% - 1.5rem * 2);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-main {
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (max-width: 576px) {
  .opc-main {
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-main {
    padding: 1.5rem 0 3rem;
  }
}
@media screen and (max-width: 576px) {
  .opc-main {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-main {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-breadcrumb {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    min-height: auto;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 576px) {
  .opc-breadcrumb {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    min-height: auto;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 375px) {
  .opc-breadcrumb {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    min-height: auto;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 576px) {
  .opc-breadcrumb {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-breadcrumb {
    font-size: 1.375rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-breadcrumb__path {
    flex-wrap: wrap;
  }
  .opc-breadcrumb__path span {
    margin: 0 0.375rem;
  }
}
@media screen and (max-width: 576px) {
  .opc-breadcrumb__path {
    flex-wrap: wrap;
  }
  .opc-breadcrumb__path span {
    margin: 0 0.375rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-breadcrumb__path {
    flex-wrap: wrap;
  }
  .opc-breadcrumb__path span {
    margin: 0 0.375rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-current-address {
    max-width: none;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    background: rgba(30, 120, 255, 0.08);
    font-size: 1.5rem;
    line-height: 1.6;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
@media screen and (max-width: 576px) {
  .opc-current-address {
    max-width: none;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    background: rgba(30, 120, 255, 0.08);
    font-size: 1.5rem;
    line-height: 1.6;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
@media screen and (max-width: 375px) {
  .opc-current-address {
    max-width: none;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    background: rgba(30, 120, 255, 0.08);
    font-size: 1.5rem;
    line-height: 1.6;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
@media screen and (max-width: 576px) {
  .opc-current-address {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-current-address {
    font-size: 1.375rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-summary {
    grid-template-columns: 1fr;
    gap: 1.125rem;
    min-height: auto;
    margin-top: 0.875rem;
    padding: 1.5rem;
    border-radius: 1.125rem;
    box-shadow: 0 0.75rem 2rem rgba(19, 43, 91, 0.08);
  }
}
@media screen and (max-width: 576px) {
  .opc-summary {
    grid-template-columns: 1fr;
    gap: 1.125rem;
    min-height: auto;
    margin-top: 0.875rem;
    padding: 1.5rem;
    border-radius: 1.125rem;
    box-shadow: 0 0.75rem 2rem rgba(19, 43, 91, 0.08);
  }
}
@media screen and (max-width: 375px) {
  .opc-summary {
    grid-template-columns: 1fr;
    gap: 1.125rem;
    min-height: auto;
    margin-top: 0.875rem;
    padding: 1.5rem;
    border-radius: 1.125rem;
    box-shadow: 0 0.75rem 2rem rgba(19, 43, 91, 0.08);
  }
}
@media screen and (max-width: 576px) {
  .opc-summary {
    gap: 0.875rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-summary {
    gap: 0.875rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-summary__cover {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .opc-summary__cover {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-summary__cover {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    border-radius: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-summary__content {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .opc-summary__content {
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .opc-summary__content {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-title {
    max-width: none;
    font-size: 2.125rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .opc-title {
    max-width: none;
    font-size: 2.125rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 375px) {
  .opc-title {
    max-width: none;
    font-size: 2.125rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .opc-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-title {
    font-size: 1.875rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-tag {
    height: auto;
    margin-top: 0.75rem;
    padding: 0.5rem 0.875rem;
    border-radius: 62.4375rem;
    font-size: 1.375rem;
    line-height: 1.4;
    font-weight: 700;
  }
}
@media screen and (max-width: 576px) {
  .opc-tag {
    height: auto;
    margin-top: 0.75rem;
    padding: 0.5rem 0.875rem;
    border-radius: 62.4375rem;
    font-size: 1.375rem;
    line-height: 1.4;
    font-weight: 700;
  }
}
@media screen and (max-width: 375px) {
  .opc-tag {
    height: auto;
    margin-top: 0.75rem;
    padding: 0.5rem 0.875rem;
    border-radius: 62.4375rem;
    font-size: 1.375rem;
    line-height: 1.4;
    font-weight: 700;
  }
}
@media screen and (max-width: 576px) {
  .opc-tag {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-tag {
    font-size: 1.25rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-meta {
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .opc-meta {
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-meta {
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
    margin-top: 1.25rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-meta__item {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 576px) {
  .opc-meta__item {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 375px) {
  .opc-meta__item {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 576px) {
  .opc-meta__item {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-meta__item {
    font-size: 1.375rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-meta__value {
    word-break: break-word;
  }
}
@media screen and (max-width: 576px) {
  .opc-meta__value {
    word-break: break-word;
  }
}
@media screen and (max-width: 375px) {
  .opc-meta__value {
    word-break: break-word;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-section-title {
    margin: 2rem 0 1.375rem;
    font-size: 2.125rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .opc-section-title {
    margin: 2rem 0 1.375rem;
    font-size: 2.125rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 375px) {
  .opc-section-title {
    margin: 2rem 0 1.375rem;
    font-size: 2.125rem;
    line-height: 1.4;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .opc-section-title::before {
    width: 4.5rem;
    height: 0.375rem;
    margin-bottom: 0.75rem;
    background: linear-gradient(90deg, var(--opc-blue) 0 3.375rem, transparent 3.375rem 3.625rem, #86bcff 3.625rem 4.5rem);
  }
}
@media screen and (max-width: 576px) {
  .opc-section-title::before {
    width: 4.5rem;
    height: 0.375rem;
    margin-bottom: 0.75rem;
    background: linear-gradient(90deg, var(--opc-blue) 0 3.375rem, transparent 3.375rem 3.625rem, #86bcff 3.625rem 4.5rem);
  }
}
@media screen and (max-width: 375px) {
  .opc-section-title::before {
    width: 4.5rem;
    height: 0.375rem;
    margin-bottom: 0.75rem;
    background: linear-gradient(90deg, var(--opc-blue) 0 3.375rem, transparent 3.375rem 3.625rem, #86bcff 3.625rem 4.5rem);
  }
}
@media screen and (max-width: 576px) {
  .opc-section-title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-section-title {
    font-size: 1.875rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-detail-card {
    width: 100%;
    min-height: auto;
    padding: 1.5rem;
    border-radius: 1.125rem;
    box-shadow: 0 0.75rem 2rem rgba(19, 43, 91, 0.08);
  }
}
@media screen and (max-width: 576px) {
  .opc-detail-card {
    width: 100%;
    min-height: auto;
    padding: 1.5rem;
    border-radius: 1.125rem;
    box-shadow: 0 0.75rem 2rem rgba(19, 43, 91, 0.08);
  }
}
@media screen and (max-width: 375px) {
  .opc-detail-card {
    width: 100%;
    min-height: auto;
    padding: 1.5rem;
    border-radius: 1.125rem;
    box-shadow: 0 0.75rem 2rem rgba(19, 43, 91, 0.08);
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-detail-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .opc-detail-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .opc-detail-content {
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-detail-section {
    padding: 1.125rem 0;
  }
}
@media screen and (max-width: 576px) {
  .opc-detail-section {
    padding: 1.125rem 0;
  }
}
@media screen and (max-width: 375px) {
  .opc-detail-section {
    padding: 1.125rem 0;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .opc-detail-section:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .opc-detail-section:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .opc-detail-section:first-child {
    padding-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-detail-section__title {
    align-items: flex-start;
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .opc-detail-section__title {
    align-items: flex-start;
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .opc-detail-section__title {
    align-items: flex-start;
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .opc-detail-section__title::before {
    width: 0.375rem;
    height: 1.5rem;
    margin-top: 0.5rem;
    margin-right: 0.625rem;
  }
}
@media screen and (max-width: 576px) {
  .opc-detail-section__title::before {
    width: 0.375rem;
    height: 1.5rem;
    margin-top: 0.5rem;
    margin-right: 0.625rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-detail-section__title::before {
    width: 0.375rem;
    height: 1.5rem;
    margin-top: 0.5rem;
    margin-right: 0.625rem;
  }
}
@media screen and (max-width: 576px) {
  .opc-detail-section__title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-detail-section__title {
    font-size: 1.625rem;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .opc-rich {
    font-size: 1.5rem;
    line-height: 1.8;
    word-break: break-word;
  }
}
@media screen and (max-width: 576px) {
  .opc-rich {
    font-size: 1.5rem;
    line-height: 1.8;
    word-break: break-word;
  }
}
@media screen and (max-width: 375px) {
  .opc-rich {
    font-size: 1.5rem;
    line-height: 1.8;
    word-break: break-word;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .opc-rich p {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .opc-rich p {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-rich p {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .opc-rich {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 375px) {
  .opc-rich {
    font-size: 1.375rem;
  }
}