@charset "UTF-8";

.home {
  position: relative;
}

.home .section {
  display: flex;
  margin-top: 4.0625vw;
}

.home .section .lbox {
  width: 40.46875vw;
  position: relative;
}

.home .section .lbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .section .lbox h1 {
  position: absolute;
  left: 5.5208333333vw;
  top: 8.0729166667vw;
  color: #313059;
  line-height: 1.43;
}

.home .section .lbox .tip {
  position: absolute;
  left: 9.2708333333vw;
  bottom: 5.2083333333vw;
  width: 20vw;
  color: #707481;
  line-height: 1.6;
}

.home .section .rbox {
  margin-left: 18.4375vw;
}

.home .section .rbox h1 {
  color: #313059;
  margin-top: 9.1145833333vw;
}

.home .section .rbox .t2 {
  margin: 0.5208333333vw 0 6.25vw 0;
  color: #313059;
  opacity: .5;
}

.home .section .rbox .form .item {
  position: relative;
}

.home .section .rbox .form .item .icon {
  position: absolute;
  left: -0.6770833333vw;
  top: 50%;
  transform: translateY(-50%);
}

.home .section .rbox .form .item .icon img {
  width: 0.3125vw;
}

.home .section .rbox .form .item .icon.hidden {
  display: none;
}

.home .section .rbox .form .item:not(:last-child) {
  margin-bottom: 1.1979166667vw;
}

.home .section .rbox .form .item input {
  width: 20vw;
  height: 2.8125vw;
  border-radius: 4px;
  border: 1.128px solid #E6E8EB;
  background: #FFF;
  font-size: 0.8333333333vw;
  padding: 1.0416666667vw 0.78125vw;
  color: #1D2129;
}

.home .section .rbox .form .item input::placeholder {
  color: #8A8A8A;
}

.home .section .rbox .form .item .d1 {
  display: flex;
  width: 20vw;
  height: 2.8125vw;
  border-radius: 4px;
  border: 1.128px solid #E6E8EB;
  background: #FFF;
  font-size: 0.8333333333vw;
  padding: 1.0416666667vw 0.78125vw;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.home .section .rbox .form .item .d1 p {
  color: #8A8A8A;
}

.home .section .rbox .form .item .d1.on {
  border-color: #323077;
}

.home .section .rbox .form .item .d1.on svg {
  transform: rotate(-180deg);
}

.home .section .rbox .form .item .d2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E5E6EB;
  background: #FFF;
  display: none;
  z-index: 10;
  /* shadow/一级下拉菜单 */
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.home .section .rbox .form .item .d2 p {
  padding: 0.3645833333vw 0.625vw;
  cursor: pointer;
  transition: all 600ms;
  color: #1D2129;
}

.home .section .rbox .form .item .d2 p:hover {
  background: #F2F3F5;
}

.home .section .rbox .form .item textarea {
  width: 20vw;
  height: 5vw;
  border-radius: 4px;
  border: 1.128px solid #E6E8EB;
  background: #FFF;
  font-size: 0.8333333333vw;
  padding: 0.5208333333vw 0.78125vw;
  resize: none;
  color: #1D2129;
}

.home .section .rbox .form .item textarea::placeholder {
  color: #8A8A8A;
}

.home .section .rbox .form .submit {
  margin: 1.3541666667vw 0 0.78125vw 0;
  width: 100%;
  border-radius: 4px;
  background: #323077;
  padding: 0.8333333333vw 0;
  color: white;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  transition: all 600ms;
  box-shadow: 0px 1.07px 1.07px 0px rgba(255, 255, 255, 0.2) inset, 0px 6.418px 12.836px 0px rgba(255, 255, 255, 0.12) inset, 0px 1.07px 2.139px 0px rgba(8, 8, 8, 0.08), 0px 4.279px 4.279px 0px rgba(8, 8, 8, 0.08);
}

.home .section .rbox .form .submit:hover {
  background: #000;
}

.home .section .rbox .form .notice {
  display: flex;
  align-items: center;
}

.home .section .rbox .form .notice .icon img {
  width: 0.3125vw;
}

.home .section .rbox .form .notice p {
  color: #787878;
  font-size: 0.625vw;
  margin: 0 0.1041666667vw;
}

.home .section .rbox .form .notice a {
  color: #313059;
  font-weight: 600;
  font-size: 0.625vw;
}

.home .section .rbox .form .notice a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1480px) {
  .home .section .rbox .form .item input {
    font-size: 16px;
  }

  .home .section .rbox .form .item .d1 {
    font-size: 16px;
  }

  .home .section .rbox .form .item textarea {
    font-size: 16px;
  }

  .home .section .rbox .form .notice p {
    font-size: 12px;
  }

  .home .section .rbox .form .notice a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .home .section {
    margin-top: 60px;
    flex-direction: column;
  }

  .home .section .lbox {
    width: 100%;
  }

  .home .section .lbox img {
    height: 400px;
  }

  .home .section .lbox h1 {
    left: 10%;
    top: 60px;
    width: 80%;
  }

  .home .section .lbox .tip {
    left: 10%;
    width: 80%;
    bottom: 50px;
  }

  .home .section .rbox {
    width: 80%;
    margin: 30px auto;
  }

  .home .section .rbox h1 {
    margin-top: 0;
  }

  .home .section .rbox .t2 {
    margin: 5px 0 30px 0;
  }

  .home .section .rbox .form .item:not(:last-child) {
    margin-bottom: 12px;
  }

  .home .section .rbox .form .item .icon {
    left: -11px;
  }

  .home .section .rbox .form .item .icon img {
    width: 6px;
  }

  .home .section .rbox .form .item input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 10px 8px;
  }

  .home .section .rbox .form .item .d1 {
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 10px 8px;
  }

  .home .section .rbox .form .item .d2 p {
    padding: 4px 6px;
  }

  .home .section .rbox .form .item textarea {
    width: 100%;
    height: 100px;
    font-size: 16px;
    padding: 10px 8px;
  }

  .home .section .rbox .form .submit {
    margin: 13px 0 8px 0;
    padding: 8px 0;
  }

  .home .section .rbox .form .notice .icon img {
    width: 6px;
  }

  .home .section .rbox .form .notice p {
    font-size: 12px;
    margin: 0 2px;
  }

  .home .section .rbox .form .notice a {
    font-size: 12px;
  }
}

/*# sourceMappingURL=form.css.map */