@charset "UTF-8";
.contact-section {
  padding: 1rem;
  width: 100%;
  background-image: url(../images/320.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.contact-section h1 {
  font-family: "montserrat", sans-serif;
  color: #ddd;
}

.contact-section .contact-text {
  color: #ccc;
  margin-bottom: 0.2rem;
  margin-top: 0.1rem;
}

.contact-section .contact-form .contact-form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-section .contact-form .contact-form-flex .flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-section .contact-form .contact-form-flex .flex-right {
  margin-right: 0.2rem;
}

.contact-section .contact-form .contact-form-flex .textarea .el-textarea__inner {
  height: 3.38rem;
}

.contact-section .circular-black {
  width: 2rem;
  height: 2rem;
  background-color: #1c3e6275;
  border-radius: 50%;
  position: absolute;
  top: 0.3rem;
  right: 0.22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.12rem;
  color: #fff;
  padding: 0.2rem;
}

.contact-section .circular-yellow {
  position: absolute;
  right: 0.66rem;
  bottom: 0.63rem;
}

.contact-section .circular-yellow .confirm-btn {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #dd861bb3;
  border: none;
  color: #fff;
  cursor: pointer;
  /*设置鼠标指针为手状*/
  -webkit-transition: 1s;
  transition: 1s;
  /*渐变*/
}

.contact-section .circular-yellow .confirm-btn:hover {
  background-color: #da7c18;
}

/* 移动端 */
@media (max-width: 1024px) {
  .contact-section {
    padding: 0.5rem;
  }
  .contact-section .contact-form .contact-form-flex {
    display: block;
  }
  .contact-section .contact-form .contact-form-flex .flex-right {
    margin-right: 0;
  }
  .contact-section .circular-black {
    display: none;
  }
  .contact-section .circular-yellow {
    right: 0.26rem;
    bottom: 0.23rem;
  }
  .contact-section .circular-yellow .confirm-btn {
    padding: 0;
  }
  .contact-section .contact-form .contact-form-flex {
    display: block;
  }
  .contact-section .contact-form .contact-form-flex .flex-right {
    margin-right: 0;
  }
  .contact-section .circular-yellow {
    right: 0.26rem;
    bottom: 0.23rem;
  }
  .contact-section .circular-yellow .confirm-btn {
    padding: 0;
  }
  .contact-section .circular-black {
    display: none;
  }
}
/*# sourceMappingURL=contact-us.css.map */