body {
  background-color: #FFFFFF; }

.banner {
  background-image: url("../../img/lianxiwom.png"); }

.uw-box {
  padding: 60px 0; }
  .uw-box h2 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #1C2C41;
    line-height: 42px;
    margin-bottom: 60px; }
   .uw-box form .left {
      flex: 1;  
    }
  .uw-box form .left div {
       
    margin-bottom: 30px; }
    .uw-box form .left div:last-child {
      margin-bottom: 0; }
    .uw-box form .left div label {
      font-weight: bold;
      font-size: 18px;
      color: #1C2C41;
      line-height: 27px;
      margin-bottom: 14px;
      display: block; }
    .uw-box form .left div input {
       width: 100%;
      max-width: 570px;
      min-width: 300px;
      height: 60px;
      background: #F9FAFF;
      border-radius: 6px;
      padding: 0 21px; }
      .uw-box form .right{
          flex: 1;
      }
      .uw-box form .right div {
          
    margin-bottom: 30px; }
  .uw-box form .right label {
    font-weight: bold;
    font-size: 18px;
    color: #1C2C41;
    line-height: 27px;
    margin-bottom: 14px;
    display: block; }
  .uw-box form .right textarea {
    width: 570px;
    height: 304px;
    background: #F9FAFF;
    border-radius: 6px;
    resize: none; }
    .uw-box form .right div input {
      width: 100%;
      max-width: 570px;
      min-width: 300px;
      height: 60px;
      background: #F9FAFF;
      border-radius: 6px;
      padding: 0 21px; }
      .uw-box form .textarea{
          width: 100%;
          height: 304px;
          margin-top: 30px;
      }
      
      .uw-box form .textarea textarea{
          width: 100%;
    height: 304px;
    background: #F9FAFF;
    border-radius: 6px;
    resize: none;
      }
      .uw-box form .textarea label{
          font-weight: bold;
    font-size: 18px;
    color: #1C2C41;
    line-height: 27px;
    margin-bottom: 14px;
    display: block; 
      }
  .uw-box form .btn {
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 60px; }
    .uw-box form .btn button:nth-child(1) {
      width: 110px;
      height: 40px;
      border-radius: 6px;
      border: 1px solid #1C2C41;
      font-weight: 400;
      font-size: 16px;
      color: #1C2C41;
      line-height: 24px; }
    .uw-box form .btn button:nth-child(2) {
      width: 110px;
      height: 40px;
      background: #1C2C41;
      border-radius: 6px;
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      line-height: 24px; }
@media screen and (max-width: 1024px) {
  #header {
    display: flex; }
  
    .uw-box form .uw-flex-between {
      flex-direction: column; }
    .uw-box form .left div {
      margin-bottom: 20px; }
      .uw-box form .left div label {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px; }
      .uw-box form .left div input {
        width: 100%;
        height: 40px;
        min-width: 100%;
        max-width: 100%;
        padding: 0 10px; }
    .uw-box form .right {
      margin-top: 20px; }
      .uw-box form .right label {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px; }
        .uw-box form .right div input{
            width: 100%;
            min-width: 100%;
        max-width: 100%;
        }
      .uw-box form .right textarea {
        width: 100%;
        height: 200px; }
    .uw-box form .btn {
      margin-top: 30px; }
      .uw-box form .btn button:nth-child(1) {
        width: 80px;
        height: 30px;
        font-size: 14px; }
      .uw-box form .btn button:nth-child(2) {
        width: 80px;
        height: 30px;
        font-size: 14px; } }
@media screen and (max-width: 768px) {
  #header {
    display: flex; }
  .banner {
    display: block;
    background: url("../../img/lianxiwomenshouji.png") no-repeat 0 0;
    background-size: 100% 100%;
    height: 26rem;
    padding: 0 1.5rem; }
    .banner .max-widht h2 {
      font-size: 3.4rem; }
    .banner .max-widht p {
      font-size: 1.5rem;
      line-height: 1.8rem;
      margin-bottom: 2rem; }
    .banner .max-widht a {
      width: 7.95rem;
      height: 2.8rem;
      border-radius: 0.5rem;
      border: 0.05rem solid #FFFFFF;
      font-size: 1.2rem;
      line-height: 1.8rem; }
  .uw-box {
    padding: 30px 0; }
    .uw-box h2 {
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 30px; }
    .uw-box form .uw-flex-between {
      flex-direction: column; }
    .uw-box form .left div {
      margin-bottom: 20px; }
      .uw-box form .left div label {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px; }
      .uw-box form .left div input {
        width: 100%;
        height: 40px;
        padding: 0 10px; }
    .uw-box form .right {
      margin-top: 20px; }
      .uw-box form .right label {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px; }
      .uw-box form .right textarea {
        width: 100%;
        height: 200px; }
    .uw-box form .btn {
      margin-top: 30px; }
      .uw-box form .btn button:nth-child(1) {
        width: 80px;
        height: 30px;
        font-size: 14px; }
      .uw-box form .btn button:nth-child(2) {
        width: 80px;
        height: 30px;
        font-size: 14px; } }
