/**
 * EasyDecide 全球招聘中心
 * v=20260815gr39
 */
.ed-gr { --gr-ink:#0a100d; --gr-mute:#5b6560; --gr-green:#174a35; --gr-lime:#c6f04a; --gr-line:#d8e0dc; --gr-bg:#f4f7f4; }
.ed-gr-hero {
  background: linear-gradient(165deg, #0c241c 0%, #174a35 55%, #1e5c42 100%);
  color: #fff;
  padding: 28px 0 36px;
}
.ed-gr-hero .ed-ab-crumb a, .ed-gr-hero .ed-ab-crumb { color: rgba(255,255,255,.78); }
.ed-gr-kicker {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(198,240,74,.18);
  color: var(--gr-lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}
.ed-gr-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4.2vw, 44px);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.15;
  color: #fff;
}
.ed-gr-hero h1 em { font-style: normal; color: var(--gr-lime); }
.ed-gr-sub { margin: 0 0 8px; font-size: 16px; font-weight: 700; color: #e8f3ea; }
.ed-gr-lead { margin: 0 0 16px; max-width: 720px; line-height: 1.7; color: rgba(255,255,255,.82); }
.ed-gr-hero .ed-gr-lead a,
.ed-gr-hero .ed-gr-lead a:link,
.ed-gr-hero .ed-gr-lead a:visited,
.ed-gr-hero .ed-gr-lead strong {
  color: inherit !important;
  font-weight: 800;
  text-decoration: none;
}
.ed-gr-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.ed-gr-tags a, .ed-gr-tags span {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.ed-gr-tags a:hover { background: rgba(198,240,74,.22); border-color: var(--gr-lime); color: var(--gr-lime); }
.ed-gr-pills { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 8px; margin: 18px 0 8px; }
@media (max-width: 900px) { .ed-gr-pills { grid-template-columns: repeat(2, 1fr); } }
.ed-gr-pill {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 12px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  display: block;
}
a.ed-gr-pill:hover { border-color: var(--gr-lime); color: var(--gr-lime); }
.ed-gr-flow { margin: 14px 0 0; font-size: 14px; font-weight: 700; color: var(--gr-lime); }
.ed-gr-flow a { color: inherit; }

html:has(body.ed-gr),
body.ed-gr {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  max-height: none !important;
  overscroll-behavior-y: auto;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.ed-gr-regionpick { position: relative; z-index: 40; }
.ed-gr-sticky {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--gr-line);
  box-shadow: 0 8px 24px rgba(10,16,13,.06);
}
.ed-gr-sticky__inner { padding: 12px 0 14px; }
.ed-gr-sticky h2 { margin: 0 0 8px; font-size: 15px; }
.ed-gr-hotlabel { font-size: 12px; font-weight: 800; color: #b45309; margin: 0 0 8px; }
.ed-gr-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ed-gr-chips--hot { max-height: calc(36px * 2 + 8px); overflow: hidden; }
.ed-gr-chip {
  appearance: none;
  border: 1px solid var(--gr-line);
  background: #fff;
  border-radius: 999px;
  padding: 7px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  color: var(--gr-ink);
  touch-action: manipulation;
}
.ed-gr-chip.is-on {
  background: var(--gr-green);
  border-color: var(--gr-green);
  color: #fff;
}
.ed-gr-more {
  margin: 0;
  padding: 0 0 12px;
  background: #fff;
  border-bottom: 1px solid var(--gr-line);
}
.ed-gr-more:not([open]) { display: none; }
.ed-gr-more[open] { display: block; }
.ed-gr-more > summary {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#ed-gr-more-btn { margin-top: 8px; }
.ed-gr-chip--more {
  border-style: dashed;
  color: var(--gr-green);
  background: #f0fdf4;
}
.ed-gr-continents { display: grid; gap: 12px; margin-top: 10px; padding-bottom: 8px; }
.ed-gr-continents h3 { margin: 0 0 6px; font-size: 13px; color: var(--gr-mute); }

.ed-gr-section { padding: 28px 0; }
.ed-gr-section h2 { margin: 0 0 6px; font-size: 22px; }
.ed-gr-hint { margin: 0 0 16px; color: var(--gr-mute); font-size: 14px; }
.ed-gr-hint a { color: var(--gr-green); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }

.ed-gr-six { display: block; }
.ed-gr-sixlabel { margin: 18px 0 10px; font-size: 15px; font-weight: 800; color: #174a35; }
.ed-gr-sixlabel:first-child { margin-top: 0; }
.ed-gr-sixgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 800px) { .ed-gr-sixgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .ed-gr-sixgrid { grid-template-columns: 1fr; } }
.ed-gr-hotmark {
  display: inline-block; margin-left: 4px; padding: 1px 7px; border-radius: 999px;
  font-size: 11px; font-weight: 800; vertical-align: middle;
  background: #fef3c7; color: #b45309; border: 1px solid #fcd34d;
}
.ed-gr-six a, .ed-gr-six__card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--gr-line);
  border-radius: 18px;
  padding: 0 0 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(10,16,13,.05);
}
.ed-gr-six a:hover, .ed-gr-six__card:hover { border-color: #174a35; }
.ed-gr-six__img { display: grid; grid-template-columns: 1.2fr .8fr; height: 132px; overflow: hidden; }
.ed-gr-six__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ed-gr-pair {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  overflow: hidden;
  background: #e8eee9;
}
.ed-gr-pair img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ed-gr-pair__card {
  object-fit: contain !important;
  background: #f4f7f4;
  padding: 8px;
}
.ed-gr-six b { display: block; font-size: 17px; margin: 10px 14px 4px; }
.ed-gr-six small { color: var(--gr-green); font-size: 12.5px; font-weight: 800; margin: 0 14px; display: block; }
.ed-gr-sixgrid p { margin: 6px 14px 0; font-size: 13px; line-height: 1.55; color: var(--gr-mute); }

.ed-gr-stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 900px) { .ed-gr-stories { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ed-gr-stories { grid-template-columns: 1fr; } }
.ed-gr-story {
  background: #fff;
  border: 1px solid var(--gr-line);
  border-radius: 18px;
  overflow: hidden;
}
.ed-gr-story .ed-gr-pair { height: 168px; }
.ed-gr-story img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ed-gr-story div { padding: 12px 14px 16px; }
.ed-gr-story h3 { margin: 0 0 6px; font-size: 16px; }
.ed-gr-story p { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--gr-mute); }

.ed-gr-card__media { margin: -16px -16px 12px; height: 148px; overflow: hidden; border-radius: 18px 18px 0 0; }
.ed-gr-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ed-gr-modal__pair { height: 220px; border-radius: 12px; overflow: hidden; }
.ed-gr-intern {
  display: inline-block; margin-left: 6px; padding: 2px 8px; border-radius: 999px;
  font-size: 11px; font-weight: 800; vertical-align: middle;
  background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0;
}
.ed-gr-card__win { margin: 8px 0 0; font-size: 13.5px; line-height: 1.6; color: #0f766e; font-weight: 650; }
.ed-gr-card__desc { margin: 8px 0 0; font-size: 13.5px; line-height: 1.7; color: #334155; }
.ed-gr-card__perk { margin: 8px 0 0; font-size: 12.5px; line-height: 1.6; color: #175e4c; background: #f0fdf4; border-radius: 10px; padding: 8px 10px; }
.ed-gr-intern-banner {
  margin: 0 0 16px; padding: 14px 16px; border-radius: 14px;
  background: linear-gradient(135deg,#ecfdf5,#f0f9ff); border: 1px solid #a7f3d0;
}
.ed-gr-intern-banner h3 { margin: 0 0 6px; font-size: 16px; }
.ed-gr-intern-banner h3 a { color: #047857; text-decoration: underline; text-underline-offset: 2px; }
.ed-gr-intern-banner p { margin: 0; font-size: 13.5px; line-height: 1.65; color: #334155; }
.ed-gr-card__duties { margin: 0; padding-left: 18px; font-size: 13px; line-height: 1.55; color: #334155; }
.ed-gr-acts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e4eee8;
}
.ed-gr-act {
  appearance: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  min-height: 0;
  padding: 9px 11px;
  border-radius: 12px;
  border: 1px solid #d4e3da;
  background: linear-gradient(180deg, #ffffff 0%, #f4faf6 100%);
  color: #0c241c;
  text-decoration: none;
  text-align: left;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(12, 36, 28, .05);
  transition: transform .15s ease, box-shadow .15s ease;
}
.ed-gr-act:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(12, 36, 28, .1);
  border-color: #9cbcab;
}
.ed-gr-act .ed-gr-act__t {
  font-size: 13.5px;
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: #0c241c;
}
.ed-gr-act span:not(.ed-gr-act__t) {
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.3;
  color: #5b6560;
  word-break: break-all;
}
.ed-gr-act--primary {
  background: linear-gradient(145deg, #1e5c42 0%, #0c241c 100%);
  border-color: #0c241c;
  color: #fff;
  box-shadow: 0 8px 18px rgba(12, 36, 28, .18);
}
.ed-gr-act--primary span:not(.ed-gr-act__t) { color: #c6f04a; }
.ed-gr-act--primary .ed-gr-act__t { color: #ffffff !important; }
.ed-gr-act--mail {
  background: linear-gradient(145deg, #174a35 0%, #123528 100%);
  border-color: #174a35;
  color: #fff;
}
.ed-gr-act--mail span:not(.ed-gr-act__t) { color: #c6f04a; }
.ed-gr-act--mail .ed-gr-act__t { color: #ffffff !important; }
@media (max-width: 560px) {
  .ed-gr-acts { grid-template-columns: 1fr 1fr; gap: 6px; }
}
.ed-gr-link {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  font-weight: 800;
  color: var(--gr-green);
  cursor: pointer;
}

.ed-gr-modal[hidden] { display: none !important; }
.ed-gr-modal { position: fixed; inset: 0; z-index: 80; }
.ed-gr-modal__bg { position: absolute; inset: 0; background: rgba(6,18,31,.55); }
.ed-gr-modal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin: 3vh auto;
  width: min(860px, calc(100% - 24px));
  max-height: 94vh;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  padding: 22px 22px 26px;
  box-shadow: 0 28px 80px rgba(6,18,31,.28);
}
.ed-gr-modal__x {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 8;
  width: 36px;
  height: 36px;
  border: 1px solid var(--gr-line);
  border-radius: 10px;
  background: #fff;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(6,18,31,.12);
}
#ed-gr-modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.ed-gr-modal__visual {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 10px;
  margin: 0 0 16px;
}
.ed-gr-modal__hero {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 248px;
  background: #0c241c;
}
.ed-gr-modal__scene {
  width: 100%;
  height: 248px;
  object-fit: cover;
  display: block;
}
.ed-gr-modal__card {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: min(44%, 210px);
  height: auto;
  max-height: 46%;
  object-fit: contain;
  background: #fff;
  padding: 8px;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(6, 18, 31, .38);
}
.ed-gr-modal__side {
  width: 100%;
  height: 248px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  background: #10261c;
}
@media (max-width: 640px) {
  .ed-gr-modal__visual { grid-template-columns: 1fr; }
  .ed-gr-modal__hero, .ed-gr-modal__scene, .ed-gr-modal__side { height: 190px; min-height: 190px; }
}
.ed-gr-modal__panel h3 { margin: 0 0 6px; font-size: 22px; }
.ed-gr-modal__panel h4 { margin: 14px 0 6px; font-size: 14px; }
.ed-gr-modal__panel .pay { font-size: 20px; font-weight: 900; color: var(--gr-green); }
.ed-gr-modal__legal { font-size: 12.5px; color: var(--gr-mute); line-height: 1.6; }
.ed-gr-modal__panel .ed-gr-acts { margin-top: 12px; }
.ed-gr-mail span { display: block; font-size: 12px; font-weight: 700; color: var(--gr-mute); margin-top: 2px; }
body.ed-gr-modal-open { overflow: hidden; }

.ed-gr-week { display: grid; gap: 8px; }
.ed-gr-week__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  width: 100%;
  background: #fff;
  border: 1px solid var(--gr-line);
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  font-weight: 700;
  text-align: left;
  color: inherit;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.ed-gr-week__row:hover {
  border-color: #174a35;
  box-shadow: 0 10px 24px rgba(12, 36, 28, .1);
  transform: translateY(-1px);
}
.ed-gr-week__txt { flex: 1 1 180px; min-width: 0; line-height: 1.45; }
.ed-gr-week__go {
  margin-left: auto;
  font-size: 13px;
  font-weight: 900;
  color: #174a35;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 6px 12px;
  white-space: nowrap;
}
.ed-gr-badge {
  font-size: 11px;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 999px;
  background: #fff3cd;
  color: #92400e;
}
.ed-gr-badge--new { background: #dbeafe; color: #1e40af; }
.ed-gr-badge--hot { background: #fee2e2; color: #b91c1c; }
.ed-gr-badge--pay { background: #ecfccb; color: #3f6212; }

.ed-gr-regionhead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.ed-gr-note {
  background: #fff8e8;
  border: 1px solid #f1d7a6;
  color: #7c4a03;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0 0 14px;
}
.ed-gr-cities { color: var(--gr-mute); font-size: 13.5px; margin: 0 0 12px; }

.ed-gr-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (max-width: 800px) { .ed-gr-cards { grid-template-columns: 1fr; } }
.ed-gr-card {
  background: #fff;
  border: 1px solid var(--gr-line);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ed-gr-card h3 { margin: 0; font-size: 17px; }
.ed-gr-card .pay { font-size: 18px; font-weight: 900; color: var(--gr-green); }
.ed-gr-card .meta { font-size: 13px; color: var(--gr-mute); }

.ed-gr-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.ed-gr-cat {
  appearance: none;
  border: 1px solid var(--gr-line);
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.ed-gr-cat.is-on { background: #e8f3ea; border-color: #174a35; color: #174a35; }

.ed-gr-ladder {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-weight: 800;
}
.ed-gr-ladder a, .ed-gr-ladder span {
  background: #fff;
  border: 1px solid var(--gr-line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--gr-ink);
  text-decoration: none;
}
.ed-gr-ladder a:hover { border-color: #174a35; color: #174a35; }
.ed-gr-ladder i { font-style: normal; color: var(--gr-green); }

.ed-gr-apply {
  background: #0c241c;
  color: #f4f7f4;
  border-radius: 22px;
  padding: 22px 20px;
}
.ed-gr-apply h2 { color: #fff; }
.ed-gr-apply > p,
.ed-gr-apply .ed-gr-disc { color: #f4f7f4 !important; }
.ed-gr-apply a { color: #c6f04a; }
.ed-gr-form { display: grid; gap: 10px; margin-top: 12px; }
.ed-gr-form input, .ed-gr-form select, .ed-gr-form textarea {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
}
.ed-gr-file {
  display: grid;
  gap: 8px;
  color: #f4f7f4;
  font-size: 13.5px;
  font-weight: 700;
}
.ed-gr-file input[type="file"] {
  display: none;
}
.ed-gr-file__ui { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ed-gr-file__btn {
  appearance: none; border: 0; border-radius: 10px; padding: 10px 14px;
  background: var(--gr-lime); color: #0a100d; font: inherit; font-weight: 800; cursor: pointer;
}
.ed-gr-file__name { color: #d8e0dc; font-weight: 600; }
.ed-gr-err { display: none; color: #ffb4b4; font-weight: 800; }
.ed-gr-err.is-on { display: block; }
.ed-gr-form button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: var(--gr-lime);
  color: #174a35;
  font: inherit;
  font-weight: 900;
  padding: 14px 18px;
  cursor: pointer;
}
.ed-gr-ok { display: none; color: var(--gr-lime); font-weight: 800; }
.ed-gr-ok.is-on { display: block; }
.ed-gr-disc { font-size: 12.5px; line-height: 1.65; color: rgba(255,255,255,.7); margin-top: 12px; }
