.buma-page-haiwai {
  --woto-pink: #d939cd;
  --woto-pink-soft: rgba(217, 57, 205, .06);
  --woto-purple: #a775ff;
  --woto-rose: #ff5277;
  --woto-text: #333;
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: var(--woto-text);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

html,
body {
  margin: 0;
  overflow-x: hidden;
}

.buma-page-haiwai *,
.buma-page-haiwai *::before,
.buma-page-haiwai *::after { box-sizing: border-box; }
.buma-page-haiwai img { display: block; max-width: 100%; }

.woto-brand-hero {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #080716;
}
.woto-brand-hero img { width: 100%; height: 100%; object-fit: cover; }
.woto-brand-hero-title {
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  line-height: 46px;
  white-space: nowrap;
}

.wt-brand-part { width: 100%; }
.wt-brand-part h2 {
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  color: #000;
  line-height: 40px;
  letter-spacing: 1px;
  position: relative;
}
.wt-brand-part h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  background: var(--woto-pink);
  border-radius: 4px;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}
.section-subtitle {
  margin: 31px 0 0;
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 28px;
}

.part-one {
  padding: 112px 24px 132px;
  display: flex;
  justify-content: center;
  background: #fafafa;
}
.part-left { width: 413px; margin-right: 133px; }
.part-title-img {
  width: 413px;
  height: 42px;
  background: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-2.e311f7f.png") center/cover no-repeat;
  position: relative;
}
.part-title-img span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
.part-desc {
  margin: 26px 0 0;
  width: 400px;
  font-size: 14px;
  color: #000;
  line-height: 26px;
}
.obj-tag {
  margin: 60px 0 24px;
  width: 112px;
  height: 40px;
  background: var(--woto-pink);
  border-radius: 20px 20px 20px 0;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.obj-item {
  display: flex;
  align-items: center;
  width: 250px;
  height: 40px;
  background: linear-gradient(270deg, rgba(217,57,205,0), rgba(217,57,205,.8) 65%, #d939cd);
  border-radius: 100px 0 0 100px;
  padding: 6px;
  margin-bottom: 12px;
}
.obj-item span {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 24px;
  color: var(--woto-pink);
  line-height: 30px;
  margin-right: 12px;
  text-align: center;
}
.obj-item em { font-style: normal; font-weight: 600; font-size: 16px; color: #f8f8f8; }
.part-right { width: 556px; padding-top: 40px; position: relative; }
.part-main-img { width: 556px; height: 333px; object-fit: cover; }

.intrdouce-card {
  position: absolute;
  padding: 24px;
  background: rgba(255,255,255,.8);
  box-shadow: 2px 4px 20px 1px rgba(0,0,0,.1);
  border-radius: 20px 20px 0 20px;
  backdrop-filter: blur(4px);
}
.intrdouce-card h3 {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 16px;
  color: var(--woto-pink);
  line-height: 22px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
  position: relative;
}
.card-grid span { font-size: 12px; color: #333; display: flex; align-items: center; white-space: nowrap; }
.card-grid span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 6px;
  background: rgba(230,135,222,.4);
  border-radius: 50%;
  flex: 0 0 auto;
}
.card-grid i { position: absolute; width: 24px; height: 24px; border-radius: 50%; background: var(--woto-pink); }
.card-grid i::after { content: ""; position: absolute; left: 5px; top: 5px; width: 14px; height: 14px; border-radius: 50%; background: #fff; }
.intrdouce-card:nth-of-type(1) { left: -20px; top: -20px; animation-delay: 0s; }
.intrdouce-card:nth-of-type(1) i { left: 179px; top: 47px; }
.intrdouce-card:nth-of-type(2) { right: -30px; top: -40px; border-radius: 20px 20px 20px 0; animation-delay: .2s; }
.intrdouce-card:nth-of-type(2) i { left: -36px; top: 70px; }
.intrdouce-card:nth-of-type(3) { left: -95px; bottom: 90px; border-radius: 20px 0 20px 20px; animation-delay: .4s; }
.intrdouce-card:nth-of-type(3) i { right: -36px; top: -73px; }
.intrdouce-card:nth-of-type(4) { right: -88px; bottom: 68px; border-radius: 0 20px 20px 20px; animation-delay: .6s; }
.intrdouce-card:nth-of-type(4) i { left: -36px; top: -72px; }

.part-two { padding: 84px 24px 62px; background: rgba(217,57,205,.04); }
.service-grid {
  width: min(1224px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 100px auto 0;
}
.service-item {
  min-height: 300px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
}
.service-item:nth-child(1) { background-image: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-3-new.10e9eba.png"); }
.service-item:nth-child(2) { background-image: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-4.c8236fb.png"); }
.service-item:nth-child(3) { background-image: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-5.002f43f.png"); }
.service-item:nth-child(4) { background-image: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-6.67a4522.png"); }
.service-item:hover { transform: translateY(-10px); box-shadow: 0 16px 35px rgba(0,0,0,.08); }
.service-left {
  width: 210px;
  padding: 40px 0 32px 24px;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: background .3s ease;
}
.service-item:hover .service-left { background: var(--woto-pink); }
.service-icon { width: 74px; height: 74px; background-repeat: no-repeat; background-size: 100% 100%; }
.logo-1 { background-image: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-7.25f6354.png"); }
.logo-2 { background-image: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-9.7962a5c.png"); }
.logo-3 { background-image: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-11.fe3c8d3.png"); }
.logo-4 { background-image: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-13.db405b8.png"); }
.service-item:hover .logo-1 { background-image: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-8.65ba11e.png"); }
.service-item:hover .logo-2 { background-image: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-10.f08e9fa.png"); }
.service-item:hover .logo-3 { background-image: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-12.195644b.png"); }
.service-item:hover .logo-4 { background-image: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-14.2f353e0.png"); }
.service-left h3 {
  margin: auto 0 0;
  font-weight: 600;
  font-size: 20px;
  color: var(--woto-pink);
  line-height: 28px;
  transition: color .3s ease;
}
.service-left p { margin: 0; font-size: 14px; color: #000; line-height: 30px; transition: color .3s ease; }
.service-item:hover .service-left h3,
.service-item:hover .service-left p { color: #fff; }
.service-center {
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 30px 300px 0;
  transition: border-bottom-color .3s ease;
}
.service-item:hover .service-center { border-bottom-color: var(--woto-pink); }
.service-right {
  flex: 1;
  align-self: flex-end;
  padding: 0 18px 22px 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 11px 8px;
}
.service-right span { display: flex; align-items: center; font-weight: 500; font-size: 14px; color: #fff; min-width: 0; }
.service-right span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.6);
  margin-right: 10px;
  flex: 0 0 auto;
}

.part-three { padding: 160px 24px 190px; background: #fafafa; }
.link-part {
  margin: 129px auto 0;
  width: min(1200px, 100%);
  min-height: 521px;
  position: relative;
  border: 2px dashed #b0afaf;
  border-radius: 10px;
  padding: 63px 30px 0;
}
.link-top {
  display: flex;
  align-items: center;
  position: absolute;
  top: -26px;
  left: 30px;
  background: #fafafa;
}
.link-top span {
  width: 160px;
  height: 50px;
  background: var(--woto-pink);
  box-shadow: 0 10px 20px rgba(0,0,0,.05);
  border-radius: 14px;
  text-align: center;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.link-top i {
  width: 52px;
  height: 9px;
  background: linear-gradient(90deg, rgba(217,57,205,.2), rgba(217,57,205,.9));
  clip-path: polygon(0 35%, 82% 35%, 82% 0, 100% 50%, 82% 100%, 82% 65%, 0 65%);
  margin: 0 16px;
}
.step-row { display: flex; align-items: center; justify-content: center; }
.box-step {
  width: 160px;
  height: 320px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
.box-step img { width: 60px; height: 60px; }
.box-step h3 { margin: 24px 0 22px; font-weight: 600; font-size: 18px; color: #232323; line-height: 24px; letter-spacing: 1px; }
.box-step p { margin: 0 0 16px; font-size: 14px; color: #232323; line-height: 20px; }
.step-arrow {
  width: 30px;
  height: 170px;
  background: url("/wp-content/themes/moban0628/buma-replica-assets/wotokol-brand/img-16.053bcca.png") center/100% 100% no-repeat;
  margin: 0 25px 0 29px;
  flex: 0 0 auto;
}
.last-step { position: relative; }
.last-step::after {
  content: "A/S级客户专享";
  position: absolute;
  width: 100%;
  height: 36px;
  left: 0;
  bottom: 0;
  background: #eee;
  border-radius: 0 0 20px 20px;
  font-size: 14px;
  color: #666;
  line-height: 36px;
  text-align: center;
}
.flow-points { margin-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.flow-points span {
  width: 340px;
  height: 56px;
  background: var(--woto-pink-soft);
  border-radius: 12px;
  font-size: 18px;
  color: var(--woto-pink);
  line-height: 56px;
  letter-spacing: 1px;
  text-align: center;
}
.link-bottom {
  position: absolute;
  width: calc(100% - 64px);
  height: 60px;
  background: linear-gradient(90deg, rgba(217,57,205,0), rgba(217,57,205,.9) 52%, rgba(217,57,205,0));
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  bottom: -30px;
  left: 32px;
}

.kol__animation { animation-duration: 1s; animation-fill-mode: both; }
.kol_show { animation-name: inShow; }
.kol__inLeft { animation-name: inLeft; }
@keyframes inShow { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes inLeft { 0% { opacity: 0; transform: translateX(-50px); } 100% { opacity: 1; transform: translateX(0); } }

@media (max-width: 1240px) {
  .part-one { gap: 60px; }
  .part-left { margin-right: 0; }
  .part-right { transform: scale(.9); transform-origin: center; }
  .service-grid { grid-template-columns: 1fr; max-width: 760px; }
  .link-top { position: static; flex-wrap: wrap; justify-content: center; gap: 12px; margin: -88px auto 46px; }
  .link-top i,
  .step-arrow { display: none; }
  .step-row { flex-wrap: wrap; gap: 20px; }
}

@media (max-width: 900px) {
  .woto-brand-hero { height: 220px; }
  .woto-brand-hero-title { bottom: 68px; font-size: 28px; }
  .part-one { display: block; padding: 64px 18px 56px; }
  .part-left,
  .part-desc,
  .part-title-img { width: 100%; }
  .part-left { max-width: 520px; margin: 0 auto; }
  .part-right { width: 100%; max-width: 556px; margin: 56px auto 0; transform: none; padding: 0; }
  .part-main-img { width: 100%; height: auto; }
  .intrdouce-card { position: relative; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; margin: 14px 0 0; border-radius: 20px; }
  .card-grid i { display: none; }
  .part-two,
  .part-three { padding-left: 14px; padding-right: 14px; }
  .wt-brand-part h2 { font-size: 24px; line-height: 34px; }
  .section-subtitle { font-size: 16px; line-height: 26px; }
  .service-grid { margin-top: 58px; }
  .service-item { min-height: 0; display: block; background-size: cover; background-position: center; }
  .service-left { width: 100%; min-height: 180px; }
  .service-center { display: none; }
  .service-right { padding: 28px 22px; grid-template-columns: 1fr; background: rgba(0,0,0,.18); }
  .part-three { padding-top: 88px; padding-bottom: 118px; }
  .link-part { margin-top: 76px; padding: 28px 18px 56px; }
  .link-top { margin: 0 0 26px; }
  .link-top span { width: calc(50% - 8px); height: 44px; line-height: 44px; font-size: 13px; }
  .box-step { width: calc(50% - 10px); height: 260px; padding-top: 28px; }
  .flow-points { display: grid; grid-template-columns: 1fr; }
  .flow-points span { width: 100%; }
  .link-bottom { width: calc(100% - 32px); left: 16px; font-size: 16px; }
}

@media (max-width: 560px) {
  .woto-brand-hero { height: 190px; }
  .woto-brand-hero-title { font-size: 24px; }
  .obj-item { width: 100%; max-width: 280px; }
  .box-step,
  .link-top span { width: 100%; }
}
