.main.service {
  background: var(--Grey-10, rgba(241, 242, 246, 1));
}
.hero--service {
  height: 320px;
  background-image: url(../images/hero-service.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 1px;
}
.hero__container {
  width: 100%;
  margin: 0 auto;
}
/* 面包屑导航 */
.breadcrumbs {
  display: flex;
  justify-content: end;
}

.breadcrumbs__list {
  display: flex;
  list-style: none;
}

.breadcrumbs__item {
  color: var(--Grey-90, rgba(153, 153, 153, 1));
  font-family: OPPO Sans 4;
  font-size: 13px;
  text-align: left;
  display: flex;
  align-items: center;
}

.breadcrumbs__item .arrow_white-right {
  margin-left: 8px;
  margin-right: 8px;
}

.breadcrumbs__link {
  text-decoration: none;
  opacity: 0.7;
}

.breadcrumbs__link:hover {
  opacity: .8;
}

.breadcrumbs__link--active {
  color: var(--Grey-60, rgba(98, 98, 98, 1));
  opacity: 1;
}

.hero__title {
  color: var(--White, rgba(255, 255, 255, 1));
  font-family: OPPO Sans 4;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  margin-top: 130px;
}

.nav-tabs__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 66px;
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 1);
  max-width: 1400px;
  margin: 0 auto;
}

.nav-tabs__list {
  display: flex;
  white-space: nowrap;
}

.nav-tabs__item {
  color: var(--Grey-30, rgba(51, 51, 51, 1));
  font-family: OPPO Sans 4;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  position: relative;
  margin-right: 41px;
}

.nav-tabs__item:last-child {
  margin-right: 0;
}

.nav-tabs__item--active {
  color: var(--unnamed, rgba(204, 0, 0, 1));
}

.nav-tabs__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(196, 196, 196, 1);
}

.quick-open__container {
  margin-top: 40px;
  padding: 0 24px;
  padding-bottom: 80px;
}

.quick-open__header {
  padding: 12px 24px 12px 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 1);
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quick-open-list {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.quick-open-item {
  display: block;
  padding: 12px 20px 12px 20px;
  color: var(--Grey-60, rgba(98, 98, 98, 1));
  font-family: OPPO Sans 4;
  font-size: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.quick-open-item--active {
  background: var(--unnamed, rgba(204, 0, 0, 1));
  color: #fff;
}
.square_arrow_grey,
.square_arrow_white {
  display: none;
}
.quick-open-item:not(.quick-open-item--active) .square_arrow_grey {
  display: inline-block;
}
.quick-open-item--active .square_arrow_white {
  display: inline-block;
}

.quick-open__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
}

.quick-open__left {
  width: 489px;
  margin-right: 50px;
}

.quick-open__title {
  color: var(--Grey-30, rgba(51, 51, 51, 1));
  font-family: OPPO Sans 4;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 16px;
}

.quick-open__desc {
  color: var(--Grey-30, rgba(51, 51, 51, 1));
  font-family: OPPO Sans 4;
  font-size: 16px;
  line-height: 22px;
}

.quick-open__right {
  position: relative;
}

.quick-open__image {
  width: 700px;
  height: 478px;
}

.quick-open__qr-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(5px);
  color: #fff;
}
.quick-open__qr-text {
  color: var(--White, rgba(255, 255, 255, 1));
  font-family: OPPO Sans 4;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  margin-top: 16px;
}
.quick-open__qr-code {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto;
}

.quick-open__actions {
  display: flex;
  margin-top: 35px;
}

.quick-open__btn {
  width: 12.5rem;
  height: 3.1875rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem 1rem 1.5rem;
  border-radius: 0.75rem;
  background: rgba(204, 0, 0, 1);
  border: none;
  color: rgba(255, 255, 255, 1);
  font-family: OPPO Sans 4;
  font-size: 0.9375rem;
  font-size: max(0.9375rem, 14px);
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.quick-open__btn--mobile {
  background: none;
  box-sizing: border-box;
  border: 1px solid rgba(204, 0, 0, 1);
  border-radius: 0.75rem;
  color: rgba(204, 0, 0, 1);
  margin-right: 10px;
}

.quick-open__btn:hover {
  transform: scale(1.05);
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: flex;
}

.guide-list__items {
  display: flex;
  max-width: 1400px;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 32px;
  width: 100%;
}
.guide-list__item {
  width: calc(50% - 20px);
  height: 92px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0 24px;
}
.guide-list__item:hover,
.guide-list__item--highlighted {
  box-shadow: inset 0px 3px 0px 0px rgba(204, 0, 0, 1);
}

.guide-list__item-top {
  width: 100%;
  display: flex;
  align-items: center;
}
.guide-item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  align-items: flex-start;
  color: var(--Grey-30, rgba(51, 51, 51, 1));
  font-family: OPPO Sans 4;
  font-size: 18px;
  font-weight: 500;
}
.guide-item__hot {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.arrow_tr_btn,
.arrow_tr_btn_red {
  opacity: 0;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.guide-list__item:not(.guide-list__item--highlighted) .arrow_tr_btn {
  opacity: 1;
}
.guide-list__item:hover .arrow_tr_btn {
  opacity: 0;
}
.guide-list__item:hover .arrow_tr_btn_red,
.guide-list__item--highlighted .arrow_tr_btn_red {
  opacity: 1;
}
.guide-item__icon {
  margin-right: 8px;
}
.guide-item__action {
  margin-left: auto;
  position: relative;
  width: 34px;
  height: 22px;
}
.quick-open__content.tab-pane3 {
  max-width: 1400px;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
}
.bank-list__title {
  color: var(--Grey-30, rgba(51, 51, 51, 1));
  font-family: OPPO Sans 4;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 12px;
  margin-top: 56px;
}

.bank-list__title .news__title-icon {
  width: 16px;
  height: 12px;
}

.bank-list {
  max-width: 1400px;
  margin: 0 auto;
}

.bank-list__items {
  display: flex;
  flex-wrap: wrap;
  gap: 17.5px;
}

.bank-list__item {
  display: flex;
  flex-wrap: wrap;
}

.bank-card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  width: 185px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  background: var(--White, rgba(255, 255, 255, 1));
  cursor: pointer;
}

.bank-list__item {
  width: 185px;
}

.bank-list__item-empty {
  pointer-events: none;
}

/* 选中状态的卡片样式 */
.bank-list__item--active .bank-card,
.bank-card:hover {
  border: 1px solid #f00;
}

.bank-card__logo-placeholder {
  width: 40px;
  height: 40px;
  margin: 0 auto 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.bank-card__name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.bank-card__code {
  font-size: 12px;
  color: #666;
}
.bank-list__item--end-first-row {
  /* 从第4列开始，到最后一列结束（占据剩余列） */
  grid-column: 4 / -1;
}

.bank-card__name {
  display: none;
}

.bank-card__code {
  margin-top: 10px;
}

.bank-guide__wrap {
  width: 1400px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  padding-top: 40px;
}

.bank-guide__title {
  color: var(--Grey-30, rgba(51, 51, 51, 1));
  font-family: OPPO Sans 4;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
}

.bank-guide__bank {
  color: var(--Grey-30, rgba(51, 51, 51, 1));
  font-family: OPPO Sans 4;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 12px;
}

.bank-guide__img {
  width: 658px;
  margin-top: 60px;
}

.guide-list__items-left,
.guide-list__items-right {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.question-list__item {
  background-color: #fff;
  border-radius: 12px;
  padding: 0 24px 0 24px;
  cursor: pointer;
  transition: all 0.3s ease, max-height 0.3s linear;
}

.question-list__item.expand {
  max-height: 500px;
}

.question-list__item:hover,
.question-list__item--highlighted {
  box-shadow: inset 0px 3px 0px 0px rgba(204, 0, 0, 1);
}

.question-list__item:not(.question-list__item--highlighted) .arrow_tr_btn {
  opacity: 1;
}
.question-list__item:hover .arrow_tr_btn {
  opacity: 0;
}
.question-list__item:hover .arrow_tr_btn_red,
.question-list__item--highlighted .arrow_tr_btn_red {
  opacity: 1;
}

.question-item__top-wrap {
  height: 92px;
  display: flex;
  align-items: center;
  /* padding: 24px 0; */
}

.question-item__top {
  width: 100%;
  display: flex;
  align-items: center;
}

.guide-item__content {
  flex: 1;
  padding-right: 15%;
}

.guide-item__icon {
  align-self: self-start;
}

.question-item__content {
  color: var(--Grey-30, rgba(51, 51, 51, 1));
  font-family: OPPO Sans 4;
  font-size: 16px;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}

.question-list__item.expand .question-item__content {
  max-height: 500px;
  padding-bottom: 20px;
}
.question-list__item .add-btn-sub {
  opacity: 0;
}
.question-list__item.expand .add-btn-sub {
  opacity: 1;
}

.question-list__item.expand .arrow_tr_btn,
.question-list__item.expand .arrow_tr_btn_red {
  opacity: 0;
}
