body .home {
  background: #000;
}
body .home .container {
  padding: 6.25vw 0 19.2708333333vw 0;
  background: url(../images/cbg.png) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
body .home .container .p1 {
  text-align: center;
  color: #FFF;
  line-height: 1;
  margin-bottom: 1.0416666667vw;
}
body .home .container .tip {
  color: #FFF;
  text-align: center;
}
body .home .container .form {
  width: 46.875vw;
  margin: 0 auto;
  margin-top: 5.4166666667vw;
}
body .home .container .form .flex {
  display: flex;
  justify-content: space-between;
  gap: 1.6666666667vw;
}
body .home .container .form .flex .item {
  width: 50%;
}
body .home .container .form .item {
  width: 100%;
  border-bottom: 1px dashed #BFBFBF;
  line-height: 2;
  padding-bottom: 0.5208333333vw;
  display: flex;
  align-items: center;
  margin-bottom: 2.0833333333vw;
}
body .home .container .form .item p {
  color: rgba(255, 255, 255, 0.6);
}
body .home .container .form .item input {
  background: transparent;
  outline: none;
  border: none;
  font-size: 0.8333333333vw;
  color: white;
  width: 15.625vw;
  margin-left: 0.5208333333vw;
}
body .home .container .form .item textarea {
  background: transparent;
  outline: none;
  border: none;
  font-size: 0.8333333333vw;
  color: white;
  width: 100%;
  height: 3.125vw;
  resize: none;
}
body .home .container .form .msg {
  flex-direction: column;
  align-items: flex-start;
}
body .home .container .form .uploadName {
  margin-bottom: 1.5625vw;
  display: none;
}
body .home .container .form .uploadName.show {
  display: block;
}
body .home .container .form .uploadName .p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}
body .home .container .form .uploadName .pu {
  display: flex;
  align-items: center;
}
body .home .container .form .uploadName .pu p {
  color: white;
  font-size: 0.7291666667vw;
}
body .home .container .form .uploadName .pu .close {
  margin-left: 1.0416666667vw;
  cursor: pointer;
}
body .home .container .form .uploadName .pu .close img {
  width: 20px;
}
body .home .container .form .btns {
  display: flex;
  justify-content: center;
  gap: 1.5625vw;
}
body .home .container .form .btns .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.0416666667vw 2.0833333333vw;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  gap: 0.4166666667vw;
  min-width: 7.5520833333vw;
  cursor: pointer;
  transition: all 600ms;
}
body .home .container .form .btns .submit img {
  width: 0.5208333333vw;
}
body .home .container .form .btns .submit:hover {
  color: #000;
}
body .home .container .form .btns .upload {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.0416666667vw 2.0833333333vw;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  gap: 0.4166666667vw;
  min-width: 7.5520833333vw;
  position: relative;
  transition: all 600ms;
}
body .home .container .form .btns .upload:hover {
  color: #000;
}
body .home .container .form .btns .upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
body .home .container .text_box {
  position: absolute;
  left: 0;
  bottom: -1.0416666667vw;
  font-size: 8.3333333333vw;
  color: #FFF;
  width: -moz-max-content;
  width: max-content;
  animation: goAnimate 60s infinite linear;
}
body .home .container .text_box .flex {
  display: flex;
}
body .home .container .text_box .flex .t {
  white-space: nowrap;
  line-height: 1;
}
@keyframes goAnimate {
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  body .home .container {
    padding: 30px 5% 150px 5%;
  }
  body .home .container .p1 {
    margin-bottom: 15px;
  }
  body .home .container .form {
    width: 100%;
    margin-top: 60px;
  }
  body .home .container .form .flex {
    flex-direction: column;
    gap: 0;
  }
  body .home .container .form .flex .item {
    width: 100%;
  }
  body .home .container .form .item {
    padding-bottom: 8px;
    margin-bottom: 25px;
  }
  body .home .container .form .item p {
    font-size: 14px;
  }
  body .home .container .form .item input {
    font-size: 14px;
    width: 70%;
    margin-left: 8px;
  }
  body .home .container .form .item textarea {
    font-size: 14px;
    height: 60px;
  }
  body .home .container .form .uploadName {
    margin-bottom: 20px;
  }
  body .home .container .form .uploadName .p {
    margin-bottom: 5px;
  }
  body .home .container .form .uploadName .pu p {
    font-size: 14px;
  }
  body .home .container .form .uploadName .pu .close {
    margin-left: 10px;
  }
  body .home .container .form .btns {
    gap: 20px;
  }
  body .home .container .form .btns .submit,
  body .home .container .form .btns .upload {
    padding: 12px 24px;
    min-width: 120px;
    font-size: 14px;
    gap: 8px;
  }
  body .home .container .form .btns .submit img,
  body .home .container .form .btns .upload img {
    width: 12px;
  }
  body .home .container .text_box {
    font-size: 80px;
    bottom: -10px;
  }
}