:root {
  --b: #009bb9;
  --b2: #06477f;
  --navy: #071d34;
  --ink: #102033;
  --muted: #637083;
  --line: #dfe6ee;
  --soft: #f4f7fa;
  --white: #fff;
  --ok: #177245;
  --shadow: 0 14px 40px rgba(7, 29, 52, .09);
  --r: 18px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  line-height: 1.55;
  background: #fff
}

a {
  text-decoration: none;
  color: inherit
}

.wrap {
  width: min(1400px, calc(100% - 40px));
  margin: auto
}
.distributor-wrapper {
  padding-top: 60px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 13px 22px;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  transition: .2s
}
.btn.primary .spinner-border {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.btn.primary {
  background: var(--b);
  color: #fff
}

.btn.primary:hover {
  background: #1a7a8d;
}

.btn.white {
  background: #fff;
  color: var(--b)
}

.btn.outline {
  background: #fff;
  border-color: #cfd9e4;
  color: var(--b)
}

.section {
  padding: 82px 0
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 16px;
  font-weight: 850;
  color: #60c6da;
  margin-bottom: 10px
}

.h2 {
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 0 0 14px
}

.lead {
  font-size: 18px;
  color: var(--muted);
  max-width: 780px
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line)
}

.nav {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.logo {
  font-weight: 950;
  font-size: 27px;
  letter-spacing: -.055em;
  color: var(--b)
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700
}

.navlinks a:hover {
  color: var(--b)
}

.mobile-cta {
  display: none
}

.hero {
  min-height: 620px;
  background: linear-gradient(100deg, #fff 0%, #fff 42%, #e9f3fc 65%, #092745 100%);
  overflow: hidden;
  background: url("/assets/images/distributor/home_banner_bg1920-800-1.png") center / cover no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  min-height: 620px
}

.hero h1 {
  font-size: 66px;
  line-height: .96;
  letter-spacing: -.055em;
  margin: 0 0 20px
}

.hero h1 span {
  color: var(--b)
}

.hero p {
  font-size: 19px;
  color: #4b5867;
  max-width: 600px;
  margin-bottom: 20px !important;
}

.hero-note {
  font-size: 14px;
  color: #64748b;
  margin-top: 14px
}

.hero-art {
  height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/assets/images/distributor/banner_product_520_520.png") center / cover no-repeat;
}

.glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 147, 220, .25), rgba(12, 43, 76, 0) 65%)
}

.gridlines {
  position: absolute;
  inset: 0;
  opacity: .35;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .2) 0 1px, transparent 1px 12px), linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, .08) 50%, transparent 50.2%), linear-gradient(0deg, transparent 49.8%, rgba(255, 255, 255, .08) 50%, transparent 50.2%)
}

.machines {
  position: relative;
  display: flex;
  align-items: end;
  gap: 24px;
  margin-top: 110px
}

.machine {
  width: 140px;
  height: 190px;
  border: 7px solid #17314c;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(#cad8e5, #f6f8fb);
  position: relative;
  box-shadow: 0 25px 40px rgba(0, 0, 0, .25)
}

.machine:before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 30px;
  height: 96px;
  border: 4px solid #203b55;
  background: #e8eef4
}

.machine:after {
  content: "SOVOL";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  color: var(--b);
  font-weight: 950;
  font-size: 13px
}

.machine.tall {
  height: 275px;
  width: 176px
}

.machine.tall:before {
  top: 44px;
  height: 132px
}

.spool {
  position: absolute;
  width: 66px;
  height: 66px;
  border: 10px solid #b1bfd0;
  border-radius: 50%;
  right: 14%;
  top: 12%;
  box-shadow: inset 0 0 0 9px #e8edf3
}

.valuebar {
  border-bottom: 1px solid var(--line);
  background: #fff
}

.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.value {
  padding: 25px;
  border-right: 1px solid var(--line);
  text-align: center
}

.value:last-child {
  border-right: 0
}

.ico {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #edf6fe;
  display: grid;
  place-items: center;
  color: var(--b);
  font-weight: 950;
  margin: 0 auto 9px
}

.value b {
  display: block;
  font-size: 15px
}

.value span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px
}

.bg {
  background: var(--soft)
}

.cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 36px
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--shadow)
}

.card .mini {
  font-size: 28px;
  color: var(--b)
}

.card h3 {
  font-size: 18px;
  margin: 10px 0 7px
}

.card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0
}

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px
}

.product {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff
}

.product-visual {
  height: 205px;
  position: relative;
  background: linear-gradient(145deg, #edf3f8, #fff);
  display: grid;
  place-items: center
}
.product-visual-1 {
  background: url("/assets/images/distributor/high_speed_560_410-SV08.jpg") center/cover;
}
.product-visual-2 {
  background: url("/assets/images/distributor/large_format_560_410-SV08MAX.jpg") center/cover;
}
.product-visual-3 {
  background: url("/assets/images/distributor/multi-color_560_410-M1D.jpg") center/cover;
}
.product-visual-4 {
  background: url("/assets/images/distributor/Filaments&Accessories.jpg") center/cover;
}
.prod-machine {
  width: 152px;
  height: 112px;
  border: 5px solid #1a3147;
  border-bottom-width: 8px;
  border-radius: 6px;
  position: relative;
  background: linear-gradient(#cdd9e4, #f8fafc)
}

.prod-machine:before {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  top: 20px;
  height: 56px;
  border: 3px solid #223d58
}

.prod-machine:after {
  content: "SOVOL";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--b);
  font-weight: 950;
  font-size: 10px
}

.prod-machine.large {
  width: 170px;
  height: 140px
}

.prod-machine.multi {
  width: 165px;
  height: 125px
}

.spools {
  display: flex;
  gap: 6px
}

.spools i {
  width: 27px;
  height: 73px;
  border-radius: 5px;
  background: #17314c;
  display: block
}

.spools i:nth-child(2) {
  background: #0b6bbc
}

.spools i:nth-child(3) {
  background: #7d8590
}

.product-body {
  padding: 20px
}

.product h3 {
  font-size: 17px;
  margin: 0 0 6px
}

.product p {
  font-size: 14px;
  color: var(--muted);
  min-height: 44px
}

.product .typical-model {
  color:#333;
  font-size: 14px;
  font-weight: bold;
  min-height: auto;
  margin-bottom: 10px;
}

.text {
  color: var(--b);
  font-weight: 800;
  font-size: 13px
}

.feature {
  background: linear-gradient(116deg, #79d1e4, #057085);
  color: #fff
}

.feature-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center
}

.feature-art {
  height: 400px;
  display: grid;
  place-items: center;
  background: url("/assets/images/distributor/feature_art_product.png") center / cover no-repeat;
}

.m1d {
  width: 330px;
  height: 260px;
  border: 8px solid #182d44;
  border-radius: 12px;
  background: linear-gradient(#c6d3df, #f5f7f9);
  position: relative;
  box-shadow: 0 28px 55px rgba(0, 0, 0, .3)
}

.m1d:before {
  content: "";
  position: absolute;
  left: 35px;
  right: 35px;
  top: 42px;
  height: 115px;
  border: 5px solid #223c58;
  background: #e6edf4
}

.m1d:after {
  content: "SOVOL M1D";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  text-align: center;
  color: var(--b);
  font-weight: 950;
  font-size: 16px
}

.head {
  position: absolute;
  width: 64px;
  height: 58px;
  left: 53px;
  top: -45px;
  border: 5px solid #183047;
  background: #d8e2eb;
  border-radius: 8px
}

.head2 {
  position: absolute;
  width: 72px;
  height: 72px;
  right: 45px;
  top: -57px;
  border: 5px solid #183047;
  background: #dbe5ee;
  border-radius: 50%
}

.feature h2 {
  font-size: 45px;
  line-height: 1.07;
  letter-spacing: -.03em;
  margin: 0 0 14px
}

.feature .lead {
  color: #c9d8e8
}

.specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 25px 0
}

.spec {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
  padding: 13px;
  border-radius: 12px
}

.spec b {
  display: block;
  font-size: 14px
}

.spec span {
  display: block;
  color: #f1f1f1;
  font-size: 12px;
  margin-top: 3px
}

.partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 34px
}

.partner-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px
}

.partner-box h3 {
  margin: 0 0 14px
}

.partner-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 11px
}

.partner-box li {
  font-size: 14px
}

.partner-box li:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eaf5ff;
  color: var(--b);
  font-weight: 950;
  margin-right: 9px;
  font-size: 12px
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px
}

.step {
  text-align: center
}

.stepno {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d6e0ea;
  display: grid;
  place-items: center;
  color: var(--b);
  font-weight: 950;
  font-size: 22px;
  margin: 0 auto 14px;
  box-shadow: 0 10px 28px rgba(7, 29, 52, .08)
}

.step h3 {
  font-size: 15px;
  margin: 0 0 6px
}

.step p {
  font-size: 13px;
  color: var(--muted);
  margin: 0
}

.apply {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 28px;
  align-items: start
}

.apply-side {
  background: linear-gradient(140deg, #067c92, #6acfe2);
  color: #fff;
  border-radius: 18px;
  padding: 38px;
  position: sticky;
  top: 95px
}

.apply-side h2 {
  font-size: 36px;
  line-height: 1.06;
  margin: 0 0 12px
}

.apply-side p {
  color: #d7e7f7
}

.apply-side ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 10px
}

.apply-side li:before {
  content: "✓";
  font-weight: 950;
  margin-right: 10px
}

.form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 34px;
  box-shadow: var(--shadow)
}

.form h2 {
  font-size: 28px;
  margin: 0 0 6px
}

.form-intro {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 22px
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px
}

.field.full {
  grid-column: 1/-1
}

.field label {
  font-size: 13px;
  font-weight: 800
}

.field input,
.field select,
.field textarea {
  font: inherit;
  font-size: 14px;
  padding: 12px 13px;
  border: 1px solid #ccd6e1;
  border-radius: 10px;
  background: #fff;
  outline: none
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--b);
  box-shadow: 0 0 0 3px rgba(9, 102, 180, .1)
}

.field textarea {
  min-height: 130px;
  resize: vertical
}

.privacy {
  font-size: 11.5px;
  color: var(--muted);
  margin: 12px 0
}

.success {
  display: none;
  margin-top: 12px;
  padding: 12px;
  border-radius: 10px;
  background: #edf8f1;
  color: var(--ok);
  font-size: 13px
}

.faq-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 26px;
  margin-top: 34px
}

.faq {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff
}

.faq details {
  border-bottom: 1px solid var(--line)
}

.faq details:last-child {
  border-bottom: 0
}

.faq summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 800;
  list-style: none
}

.faq summary::-webkit-details-marker {
  display: none
}

.faq p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
  font-size: 14px
}

.proof {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px
}

.proof h3 {
  margin-top: 0
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 18px;
  margin-top: 20px
}

.stat {
  text-align: center
}

.stat strong {
  display: block;
  color: var(--b);
  font-size: 35px;
  line-height: 1
}

.stat span {
  font-size: 11px;
  color: var(--muted)
}

footer {
  background: var(--navy);
  color: #d5dfeb;
  padding: 52px 0 24px
}

.foot {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 28px
}

.foot-logo {
  font-size: 26px;
  font-weight: 950;
  color: #fff
}

.foot p,
.foot a {
  font-size: 13px;
  color: #9fb0c3
}

.foot h4 {
  color: #fff;
  margin: 0 0 11px
}

.foot a {
  display: block;
  margin-bottom: 8px
}

.bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 18px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #8193a7
}

@media(max-width:980px) {
  .navlinks {
    display: none
  }

  .mobile-cta {
    display: inline-flex
  }

  .hero-grid,
  .feature-grid,
  .apply,
  .faq-grid {
    grid-template-columns: 1fr
  }

  .hero {
    min-height: auto
  }

  .hero-grid {
    padding: 60px 0
  }

  .hero-art {
    height: 420px
  }

  .cards {
    grid-template-columns: repeat(2, 1fr)
  }

  .products {
    grid-template-columns: repeat(2, 1fr)
  }

  .process {
    grid-template-columns: repeat(2, 1fr)
  }

  .apply-side {
    position: static
  }

  .foot {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:620px) {
  .wrap {
    width: min(100% - 28px, 1180px)
  }

  .section {
    padding: 60px 0
  }

  .hero h1 {
    font-size: 48px
  }

  .hero p {
    font-size: 17px
  }

  .hero-art {
    height: 340px
  }

  .machine {
    width: 100px;
    height: 145px
  }

  .machine.tall {
    width: 125px;
    height: 205px
  }

  .spool {
    width: 50px;
    height: 50px
  }

  .values {
    grid-template-columns: 1fr 1fr
  }

  .value:nth-child(2) {
    border-right: 0
  }

  .value {
    border-bottom: 1px solid var(--line)
  }

  .cards,
  .products,
  .process,
  .partner-grid,
  .form-grid {
    grid-template-columns: 1fr
  }

  .field.full {
    grid-column: auto
  }

  .h2 {
    font-size: 32px
  }

  .feature h2 {
    font-size: 35px
  }

  .specs {
    grid-template-columns: 1fr 1fr
  }

  .form {
    padding: 22px
  }

  .apply-side {
    padding: 28px
  }

  .foot {
    grid-template-columns: 1fr
  }

  .bottom {
    display: block
  }

  .bottom span {
    display: block;
    margin-bottom: 5px
  }

  .nav-cta {
    display: none
  }
}



.select2-container--default .select2-selection--single {
  padding: 8px 13px !important;
  height: auto !important;
  border: 1px solid #ccd6e1;
  border-radius: 10px !important;
}
.select2-results__option--selectable {
  font-size: 14px !important;
}
.select2-container--default .select2-selection--single:hover {
  border-color: #0966b4 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #323232 !important;
  font-size: 14px !important;
}

/*.select2-container--open .select2-dropdown--below{*/
/*  border-top: 1px solid #aaa !important;*/
/*}*/

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  position: relative;
  padding: 16px 48px 16px 20px;
  border: 1px solid #d8e2ef;
  border-radius: 20px;
  font-size:22px;
  width:100%;
  cursor:pointer;
}

/* IE清除默认箭头 */
.custom-select::-ms-expand {
  display: none;
}
.select2-selection__arrow {
  display: none !important;
}

