body {
  padding-top: 0;
}

.item {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../img/contact-bg.png") no-repeat;
  background-size: cover;
}
.item .back {
  width: 125px;
  height: 42px;
  background: #ffffff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  border-radius: 21px;
  position: absolute;
  top: 58px;
  right: 70px;
  font-size: 14px;
  font-weight: 400;
  color: #4c4c4c;
}
.item .back a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.item .back img {
  width: 40px;
}
.item .ts {
  position: absolute;
  bottom: 77px;
  left: 200px;
}
.item .ts .t1 {
  height: 42px;
  font-size: 30px;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 42px;
  letter-spacing: 5px;
}
.item .ts .t2 {
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 20px;
  margin-top: 13px;
  text-align: center;
}
.item .form {
  width: 590px;
  height: 750px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.06);
  border-radius: 56px;
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  padding: 58px 99px 0 91px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.item .form .t1 {
  width: 100%;
  height: 42px;
  font-size: 30px;
  font-weight: bold;
  color: #191c3d;
  line-height: 42px;
}
.item .form .t2 {
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #525252;
  line-height: 20px;
  margin-top: 11px;
  margin-bottom: 33px;
}
.item .form .label {
  width: 100%;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #525252;
  line-height: 22px;
  margin-bottom: 9px;
}
.item .form .input {
  width: 100%;
  height: 30px;
  display: flex;
  margin-bottom: 20px;
}
.item .form .input input {
  width: 100%;
  height: 30px;
  line-height: 28px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.47);
  outline: none;
  font-size: 16px;
  background-color: transparent;
}
.item .form .input input::-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #cdcdcd;
}
.item .form .input input::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #cdcdcd;
}
.item .form .checkbox {
  width: 100%;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: #525252;
  border-bottom: 1px solid rgba(151, 151, 151, 0.47);
  padding-top: 15px;
}
.item .form .checkbox label {
  cursor: pointer;
  margin: 0 25px 0 0;
  display: flex;
  align-items: center;
}
.item .form .submit {
  width: calc(100% - 190px);
  height: 63px;
  background: linear-gradient(127deg, #5e7cf6 0%, #2954ff 100%);
  box-shadow: 0 11px 15px 0 rgba(94, 125, 247, 0.22);
  border-radius: 32px;
  text-align: center;
  line-height: 63px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  cursor: pointer;
}
.item .form .tip {
  width: 180px;
  height: 25px;
  display: inline-block;
  background: rgba(255, 248, 202, 0.64);
  border-radius: 5px;
  border: 1px solid rgba(255, 142, 0, 0.31);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  font-size: 12px;
  font-weight: 400;
  color: #ffa78b;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  opacity: 0;
}
.item .form .tip.opacity {
  opacity: 1;
}
.item .form .tip img {
  width: 16px;
  margin-right: 5px;
}

.pc-boxs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.51);
  justify-content: center;
  padding-top: 200px;
  display: none;
}
.pc-boxs.flex {
  display: flex;
}
.pc-boxs .box {
  width: 514px;
  height: 406px;
  background: #ffffff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pc-boxs .box img {
  width: 99px;
  height: 98px;
  margin-bottom: 20px;
}
.pc-boxs .box .t1 {
  width: 100%;
  text-align: center;
  height: 42px;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
}
.pc-boxs .box .t2 {
  width: 100%;
  text-align: center;
  height: 27px;
  font-size: 18px;
  color: #000000;
  line-height: 27px;
  margin-top: 20px;
}
.pc-boxs .box .ok {
  width: 180px;
  height: 63px;
  box-shadow: 0 11px 15px 0 rgba(61, 61, 61, 0.24);
  border-radius: 32px;
  border: 1px solid #000000;
  line-height: 63px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-top: 50px;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .item .form {
    right: 50px;
    width: 530px;
    height: 750px;
    padding: 58px 60px 0 60px;
  }
}
@media (max-width: 768px) {
  .item {
    background: #ffffff;
    position: relative;
  }
  .item .ts {
    display: none;
  }
  .item .back {
    width: 125px;
    height: 42px;
    position: absolute;
    top: 20px;
    left: 50px;
    font-weight: 400;
    color: #4c4c4c;
    z-index: 9;
    background: transparent;
    box-shadow: none;
  }
  .item .form {
    width: 100%;
    right: 0;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    transform: translateY(0);
  }
  .item .form .checkbox {
    flex-wrap: wrap;
  }
  .item .form .submit {
    bottom: 50px;
  }
  .pc-boxs .box {
    width: calc(100% - 20px);
  }
}/*# sourceMappingURL=contact.css.map */