.contact-content {
  padding: 1rem 0 0.8rem;
}

.liuyanright  {
    width: 45%;
       }
    
.contact-content .title-part {
  max-width: 8.8rem;
  width: 100%;
  margin: auto;
  text-align: center;
}

.contact-content .title-part .contact-text {
  margin: 10px auto .5rem;
}

.contact-ways-div {
  position: relative;
  padding: 73px 0;
  border-radius: 30px;
  background: #edf1f2;
}

.contact-ways-div::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 260px;
  content: '';
  background: #ddd;
  transform: translate(-50%,-50%);

}


.contact-ways-content {
  max-width: 12.36rem;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}

.contact-ways-content h2 {
  color: #009979;
  font-size: .32rem;
  font-family: 'Hind-Bold';
}

.contact-ways-content ul li {
  margin-top: 36px;
  font-size: 20px;
}

.contact-ways-content ul li img {
  width: 28px;
  flex-shrink: 0;
  margin-right: 16px;
}

.contact-ways-content ul li .flex {
  align-items: center;
}

.contact-ways-content ul li a:hover {
  color: #009979;
}

.leave-message {
  margin-top: 1rem;
  text-align: center;
}

.leave-message .title {
  margin-bottom: .5rem;
}

.leave-message  .row > div {
  margin-bottom: 20px;
}

.leave-message .drop-select {
  position: relative;
}

.leave-message .drop-select input {
  position: relative;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.leave-message .drop-select p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #009979;
  border: 1px dashed #009979;
  background: #00997930;
}

.leave-message  .zhusi {
  text-align: center;
  font-size: 14px;
  color: #999;
}

.leave-message input[type="submit"] {
  color: #fff;  
  font-family: 'Hind-Bold';
  cursor: pointer;
  border: none;
  background: #009979;
}


.map .title {
  text-align: center;
}


@media (max-width: 1023px) {
  .contact-ways-content ul li {
    font-size: 16px;
  }

  .contact-ways-div {
    padding: 50px 0;
  }

  .contact-ways-content .item {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .contact-ways-content {
    flex-direction: column;
  }

  .contact-ways-div::after {
    width: 100%;
    height: 1px;
  }

  .contact-ways-div {
    padding: 40px 0;
  }

  .contact-ways-content h2 {
    font-size: 20px;
  }

  .contact-ways-content .item:nth-child(1)  {
    margin-bottom: 50px;
  }

  .leave-message input,
  .leave-message .drop-select p {
    height: 56px;
  }

  .leave-message input::placeholder,
  .leave-message textarea::placeholder {
    font-size: 14px;
  }

  .leave-message textarea {
    height: 100px;
  }

  .leave-message .row > div {
    margin-bottom: 10px;
  }
 
}

  
   @media (max-width: 800px) {
       
      .liuyanright 
      {
    width: 95%;
  }  
       
       
   }  







