.contact {
  width: 100%;
  background: #e5edf7;
  padding: 130px 0 60px 0;
}
.contact .inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .inner .contact-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 48px;
}
.contact .inner .contact-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact .inner .contact-bottom .upload {
  width: 33%;
  border-radius: 12px;
  background: #cc141c;
  padding: 28px 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.contact .inner .contact-bottom .upload .contact-bottom-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
}
.contact .inner .contact-bottom .upload .contact-bottom-top .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.contact .inner .contact-bottom .upload .contact-bottom-top .upload-top {
  padding: 16px 47.5px;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.contact .inner .contact-bottom .upload .contact-bottom-top .upload-top p {
  color: #cc141c;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}
.contact .inner .contact-bottom .upload .contact-bottom-top .text2 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.contact .inner .contact-bottom .upload .contact-bottom-top .text3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contact .inner .contact-bottom .upload .contact-bottom-top .text3 p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.contact .inner .contact-bottom .upload .contact-bottom-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.contact .inner .contact-bottom .upload .contact-bottom-bottom .one {
  width: calc((100% - 20px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5.5px;
}
.contact .inner .contact-bottom .upload .contact-bottom-bottom .one .img {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16777200px;
  background: #ffffff;
}
.contact .inner .contact-bottom .upload .contact-bottom-bottom .one .img svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contact .inner .contact-bottom .upload .contact-bottom-bottom .one p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.contact .inner .contact-bottom .upload .contact-bottom-bottom .one:hover svg {
  transform: rotateY(360deg);
}
.contact .inner .contact-bottom .upload .contact-bottom-bottom::after {
  content: "";
  width: 70%;
  height: 1px;
  border-bottom: 2px dashed #fff;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.contact .inner .contact-bottom .contact-bottom-right {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact .inner .contact-bottom .contact-bottom-right .contact-bottom-right-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .inner .contact-bottom .contact-bottom-right .contact-bottom-right-top .one {
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact .inner .contact-bottom .contact-bottom-right .contact-bottom-right-top .one .content {
  display: flex;
  flex-direction: column;
}
.contact .inner .contact-bottom .contact-bottom-right .contact-bottom-right-top .one .content p:nth-child(1) {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.contact .inner .contact-bottom .contact-bottom-right .contact-bottom-right-top .one .content p:nth-child(2) {
  color: #000000;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 14px;
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 0px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #000000 0, #000000 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.contact .inner .contact-bottom .contact-bottom-right .contact-bottom-right-top .one .content:hover p:nth-child(2) {
  background-size: 100% 1px;
}
.contact .inner .contact-bottom .contact-bottom-right .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.contact .inner .contact-bottom .contact-bottom-right .form .form_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact .inner .contact-bottom .contact-bottom-right .form .form_item input {
  width: 30%;
  padding: 12px 16px;
  border-radius: 4px;
  background: #f7f7f7;
  border: none;
  outline: none;
}
.contact .inner .contact-bottom .contact-bottom-right .form .form_item textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  background: #f7f7f7;
  border: none;
  outline: none;
}
.contact .inner .contact-bottom .contact-bottom-right .form .submit {
  width: 100%;
  padding: 12px 0;
  border-radius: 8px;
  background: #cc141c;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.contact .inner .contact-bottom .contact-bottom-right .form .submit svg {
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contact .inner .contact-bottom .contact-bottom-right .form .submit span {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.contact .inner .contact-bottom .contact-bottom-right .form .submit:hover svg {
  transform: rotateY(360deg);
}
@media screen and (max-width: 1280px) {
  .contact .inner .contact-bottom {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .contact .inner .contact-bottom .upload {
    width: 50%;
    margin: 0 auto;
  }
  .contact .inner .contact-bottom .contact-bottom-right {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .contact .inner {
    width: 90%;
    margin: 0 auto;
  }
  .contact .inner .contact-top {
    padding-bottom: 20px;
  }
  .contact .inner .contact-bottom .upload {
    width: 60%;
    margin: 0 auto;
  }
  .contact .inner .contact-bottom .contact-bottom-right {
    width: 90%;
    margin: 0 auto;
  }
  .contact .inner .contact-bottom .contact-bottom-right .contact-bottom-right-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: start;
    gap: 20px;
  }
}
@media screen and (max-width: 821px) {
  .contact .inner .contact-bottom .upload {
    width: 70%;
    margin: 0 auto;
  }
  .contact .inner .contact-bottom .contact-bottom-right {
    width: 100%;
    margin: 0 auto;
  }
  .contact {
    padding: 60px 0 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact .inner .contact-bottom .upload {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 641px) {
  .contact .inner .contact-bottom .upload {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 521px) {
  .contact .inner .contact-bottom .upload {
    width: 100%;
    margin: 0 auto;
    padding: 28px 15px;
  }
  .contact .inner .contact-bottom .contact-bottom-right .form .form_item {
    flex-direction: column;
    gap: 20px;
  }
  .contact .inner .contact-bottom .contact-bottom-right .form .form_item input {
    width: 100%;
  }
}
@media screen and (max-width: 431px) {
  .contact .inner .contact-bottom .contact-bottom-right .contact-bottom-right-top {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact .inner .contact-top img {
    width: 100%;
  }
}
