/*  contact*/
.contact {
  width: 100%;
  background: #F9F9F9;
  position: relative;
  margin-top: -60px;
  padding-bottom: 96px;
}

.contact-content {
  width: 1088px;
  margin: auto;
  box-sizing: border-box;
}

.ch3 {
  font-size: 48px;
  color: #3B3B3B;
  line-height: 48px;
  text-align: center;
  padding-top: 192px;
  padding-bottom: 30px;
}

.chp {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  text-align: center;
  width: 90%;
  margin: 0 auto 69px auto;
}

.con-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.con-item input {
  width: 45%;
  height: 70px;
  background: #FFFFFF;
  box-shadow: inset 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: rgb(118, 118, 118);
  line-height: 14px;
  padding-left: 22px;
  margin-bottom: 35px;
  box-sizing: border-box;
}

.con-item select {
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  box-shadow: inset 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: rgb(118, 118, 118);
  line-height: 14px;
  padding-left: 22px;
  margin-bottom: 35px;
  box-sizing: border-box;
}

#attr_39 {
  border: none;
  width: calc(100% - 22px);
  height: 188px;
  background: #FFFFFF;
  box-shadow: inset 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  font-weight: 400;
  font-size: 14px;
  color: rgb(118, 118, 118);
  line-height: 14px;
  padding-left: 22px;
  padding-top: 19px;
}

.cbutton {
  width: 140px;
  height: 60px;
  background: #C0C0C0;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 69px auto 0px auto;
  cursor: pointer;
}

@media (max-width:1400px) {
  .contact-content {
    width: 85%;
    margin: auto;
  }
}

@media (max-width:1000px) {
  .ch3 {
    padding-top: 52px;
  }

  .contact-content {
    width: 90% !important;
    overflow: hidden;
  }

  .con-item input {
    width: 100%;
  }

  .con-item {
    flex-direction: column;
  }
}