.cooperation_banner {
  position: relative;
}
.cooperation_banner .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cooperation_banner .content {
  height: 100%;
  display: flex;
}
.cooperation_banner .head {
  flex: 1;
  color: #fff;
  padding-top: 12.9rem;
}
.cooperation_banner h1 {
  font-size: 4.5rem;
  font-weight: 700;
}
.cooperation_main {
  padding: 5.2rem 0 6.1rem;
}
.cooperation_main .main {
  max-width: 61.4rem;
  margin: 2.7rem auto 0;
}
.cooperation_main form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.7rem 0;
}
.cooperation_main form span {
  width: 100%;
}
.cooperation_main form .col-2 {
  width: 48.848648%;
}
.cooperation_main form input {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  color: #303034;
  font-weight: 300;
  border: 1px solid #bfc6cc;
  border-radius: 7px;
  background-color: #fff;
  padding: 0.9rem 1.5rem;
}
.cooperation_main form input::placeholder {
  color: #303034;
}
.cooperation_main form span:has(input[type=submit]) {
  margin-top: 3rem;
  text-align: center;
}
.cooperation_main form input[type=submit] {
  display: inline-block;
  max-width: max-content;
  transition: all 0.3s;
  text-align: center;
  border-radius: 100px;
  background-color: #27272a;
  color: #fff;
  font-size: 2.2rem;
  line-height: 3.8rem;
  padding: 0 5.35rem;
}
.cooperation_main form input[type=submit]:hover {
  background-color: var(--primary);
}
.cooperation_main .contact {
  display: none;
}
.toplevel_page_sytech_fronteditor .cooperation_company .main {
  user-select: none;
}
.toplevel_page_sytech_fronteditor .cooperation_company .float li {
  cursor: grab;
}
.cooperation_company {
  overflow: hidden;
}
.cooperation_company .main {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}
.cooperation_company .float {
  position: static;
}
.cooperation_company .float ul {
  position: static;
}
.cooperation_company .float li {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  background: url("../img/icon-locate.png") no-repeat center / contain;
  width: 3.07316667%;
}
.cooperation_company .float li::after {
  display: block;
  padding-bottom: 79.661017%;
  content: '';
}
.cooperation_company .float li .info {
  position: absolute;
  min-width: 37.5rem;
  border-radius: 2.2rem;
  background-color: rgba(246, 247, 249, 0.8);
  text-align: center;
  padding: 1.2rem 1rem 1.3rem;
  top: 38%;
  left: calc(100% + 18px);
  box-shadow: 0 5px 8px rgba(100, 103, 109, 0.5);
  transform: translateY(-50%);
}
.cooperation_company .float li .info strong {
  font-size: 2.5rem;
  font-weight: 700;
}
.cooperation_company .float li .info p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-top: 0.5rem;
  font-weight: 300;
  letter-spacing: 0.11px;
}
.cooperation_company .float .bottom .info {
  transform: translateY(0) translateX(-10%);
  left: 0;
  top: calc(100% + 0.9rem);
}
.cooperation_company .float li:nth-child(1) {
  top: 2.7196653%;
  left: 52.8125%;
}
.cooperation_company .float li:nth-child(2) {
  top: 43.72385%;
  left: 51.09375%;
}
.cooperation_company .float li:nth-child(3) {
  top: 81.171548%;
  left: 44.84375%;
}
footer {
  padding-top: 6.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .cooperation_company .float .bottom .info {
    left: unset;
    right: calc(100% + 19px);
    top: 0;
    transform: translate(0);
  }
}
@media screen and (max-width: 768px) {
  .cooperation_banner .head {
    padding-top: 4rem;
  }
  .cooperation_main {
    padding: 4rem 0;
  }
  .cooperation_main .main {
    margin-top: 2rem;
  }
  .cooperation_main form {
    gap: 1rem 0;
  }
  .cooperation_main form input {
    font-size: 14px;
    padding: 10px 20px;
  }
  .cooperation_main form span:has(input[type=submit]) {
    margin-top: 1rem;
  }
  .cooperation_main form input[type=submit] {
    font-size: 14px;
    line-height: 41px;
    padding: 0 20px;
  }
  .cooperation_main .contact {
    border-top: 1px solid rgba(128, 128, 128, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1rem;
    margin-top: 2rem;
    gap: 2rem;
  }
  .cooperation_main .contact li {
    position: relative;
    font-size: 14px;
    padding-left: 1.5rem;
    color: var(--text);
    font-weight: 300;
  }
  .cooperation_main .contact li:hover .qrcode {
    transform: translateX(-50%);
    opacity: 1;
    pointer-events: all;
  }
  .cooperation_main .contact li::before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0.4rem;
    content: '';
    background: no-repeat center right / contain;
  }
  .cooperation_main .contact li a {
    vertical-align: top;
    transition: all 0.3s;
  }
  .cooperation_main .contact li a:hover {
    color: var(--primary);
    text-decoration: underline;
  }
  .cooperation_main .contact li span {
    cursor: pointer;
  }
  .cooperation_main .contact .qrcode {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(89, 89, 89, 0.2);
    text-align: center;
    transition: all 0.3s, transform 0.4s;
    opacity: 0;
    pointer-events: none;
    width: 120px;
    padding: 10px;
    border-radius: 6px;
  }
  .cooperation_main .contact .qrcode img {
    display: block;
    margin: 0 auto;
  }
  .cooperation_main .contact .qrcode img img {
    width: 70px;
    height: 70px;
  }
  .cooperation_main .contact .qrcode p {
    margin-top: -1px;
  }
  .cooperation_main .contact .email::before {
    background-image: url("../img/icon-email.png");
    background-size: 84.6154%;
  }
  .cooperation_main .contact .wechat::before {
    background-image: url("../img/wechat.png");
  }
  .cooperation_company .float li .info {
    padding: 5px 10px;
    border-radius: 11px;
    min-width: 188px;
    left: calc(100% + 9px);
  }
  .cooperation_company .float li .info strong {
    font-size: 13px;
  }
  .cooperation_company .float li .info p {
    font-size: 8px;
    line-height: 10px;
    margin-top: 0;
  }
  .cooperation_company .float .bottom .info {
    left: unset;
    right: calc(100% + 9px);
    top: 0;
    transform: translate(0);
  }
  footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .cooperation_banner .head {
    padding-top: 24px;
  }
  .cooperation_main {
    padding: 48px 0 50px;
  }
  .cooperation_main .head h2 {
    font-size: 19px;
  }
  .cooperation_main .main {
    max-width: 291px;
    margin-top: 26px;
  }
  .cooperation_main form {
    gap: 14px 0;
  }
  .cooperation_main form input {
    font-size: 11px;
    padding: 6px 11px;
  }
  .cooperation_main form span:has(input[type=submit]) {
    margin-top: 23px;
  }
  .cooperation_main form input[type=submit] {
    font-size: 18px;
    line-height: 30px;
    border-radius: 10px;
    padding: 0 40px;
  }
  .cooperation_main .contact {
    gap: 24px;
    padding-top: 9px;
    margin-top: 15px;
  }
  .cooperation_main .contact li {
    font-size: 10px;
    padding-left: 15px;
  }
  .cooperation_main .contact li::before {
    width: 10px;
    height: 10px;
    top: 4px;
  }
  .cooperation_main .contact .qrcode {
    width: 110px;
    padding: 12px 10px 14px;
  }
  .cooperation_company .float li {
    width: 29.5px;
  }
  .cooperation_company .float li .info {
    left: unset;
    right: calc(100% + 9px);
    padding: 1px 4px 7px;
  }
  .cooperation_company .float li .info strong {
    font-size: 12.5px;
  }
  .cooperation_company .float li .info p {
    line-height: 9px;
    margin-top: 1px;
  }
  .cooperation_company .float .bottom .info {
    top: 40%;
    transform: translateY(-50%);
  }
  .cooperation_company .float li:nth-child(1) {
    top: 21.4876%;
    left: 81.2%;
  }
  .cooperation_company .float li:nth-child(2) {
    top: 49.8623%;
    left: 78.266667%;
  }
  .cooperation_company .float li:nth-child(3) {
    top: 78.92562%;
    left: 59.466667%;
  }
}
/*# sourceMappingURL=cooperation.css.map */