.contact {
  position: relative;
  width: 100%;
  height: 56.1875rem;
  background: linear-gradient(180deg, #8D8D9F 0%, #484955 100%);
}
.contact-container {
  width: var(--maxWidth);
  height: auto;
  padding: 0 10rem;
}
.contact-desc {
  min-width: 600px;
  font-size: 18px;
  /* font-weight: 500; */
  color: #FFFFFF;
  /* line-height: 32px; */
  text-align: center;
  margin-bottom: 40px;
  padding: 0 100px;
}
.contact-span {
  color: #FFBFBE;
  border-bottom: 1px solid;
  cursor: pointer;
}
.contact-span:hover {
  color: #D41B19;
}
.contact-from {
  min-width: 600px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 2;
}
.contact-input {
  width: 100%;
  height: 50px;
  background: #D8D8DD;
  border-radius: 30px 30px 30px 30px;
  border: none;
  outline: none;
  color: #111;
  padding: 0 20px;
  margin-bottom: 15px;
}
.contact-textarea {
  width: 100%;
  height: 200px;
  background: #D8D8DD;
  border-radius: 25px 25px 25px 25px;
  border: none;
  outline: none;
  color: #111;
  padding: 10px 20px;
  margin-bottom: 40px;
}

.contact-btn-list {
  text-align: center;
}
.contact-btn {
  width: 150px;
  height: 40px;
  font-size: 14px;
  border-radius: 10px 0px 10px 0px;
  color: #fff;
  border: none;
  outline: none;
  transition: all .2s ease-out;
}
.contact-reset {
  background-color: #82838B;
  margin-right: 50px;
}
.contact-submit {
  background-color: #D41B19;
}


/* 弹窗 */
.contact-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  z-index: 99;
}
.contact-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 25rem;
  height: 15.625rem;
  background: #FFFFFF;
  box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.25);
  border-radius: 20px 0px 20px 0px;
  font-size: 18px;
  font-weight: 400;
  color: #242424;
  line-height: 1.3;
  text-align: center;
}
.contact-pop-btn {
  width: 150px;
  height: 40px;
  color: #fff;
  background: #D41B19;
  border-radius: 10px 0px 10px 0px;
  font-size: 14px;
  border: none;
  margin-top: 40px;
  cursor: pointer;
  transition: all .2s ease-out;
}
.contact-pop-btn:hover, .contact-btn:hover {
  box-shadow: 10px 10px 15px 1px rgba(0,0,0,0.16);
  transform: translate(0, -4px);
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .contact-container {
    padding: 0 20px;
  }
  .contact-desc {
    line-height: 28px;
    font-size: 16px;
    min-width: 100%;
    margin-bottom: 30px;
    padding: 0 45px;
  }
  .contact-from {
    min-width: 100%;
    font-size: 16px;
  }
  .contact-input {
    margin-bottom: 20px;
  }
  .contact-reset {
    margin-right: 20px;
  }
  p {
    margin: 0;
    padding: 0;
  }
  .contact-pop {
    width: 80%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}
