.search {
  background: url(../image/search_02.jpg) no-repeat top center #f1f1f1;
  padding: 100px 0;
  margin: 0 auto;
}

.search .window {
  width: 900px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  padding-bottom: 45px;
  margin: 0 auto;
}

.search .window .tit {
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: url(../image/search_03.jpg) no-repeat top center;

}

.search .window .tit h2 {
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.search .window .tit h2:before {
  content: "";
  position: absolute;
  left: -156px;
  top: 50%;
  transform: translateY(1px);
  width: 120px;
  height: 1px;
  background: #fff;
}

.search .window .tit h2:after {
  content: "";
  position: absolute;
  right: -156px;
  top: 50%;
  transform: translateY(1px);
  width: 120px;
  height: 1px;
  background: #fff;
}

.search .window .form {
  width: 470px;
  padding-top: 35px;
  margin: 0 auto;
}

.search .window .form .item {
  margin-top: 25px;
}

.search .window .form label {
  float: left;
  display: block;
  width: 80px;
  line-height: 55px;
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  position: relative;
  margin-bottom: 20px;
}

.search .window .form label:before {
  content: "*";
  position: absolute;
  left: -15px;
  top: 0;
  color: #f61d1d;
}

.search .window .form input {
  width: 370px;
  height: 55px;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  outline: none;
  padding: 0 15px;
  float: right;
  margin-bottom: 20px;
  font-size: 16px;
}

.search .window .form button {
  width: 100%;
  background: #4869c9;
  border: 0;
  outline: none;
  height: 50px;
  color: #fff;
  font-size: 18px;
  margin-top: 40px;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
}

#mybody span {
  text-wrap: inherit !important;
}

.search .window .form button:hover {
  box-shadow: 0 0 5px #4869c9;
}

.search .window .tips {
  margin: 0 auto;
  width: 570px;
  margin-top: 55px;
}

.search .window .tips h3 {
  color: #d81e06;
  font-size: 16px;
  background: url(../image/search_07.png) no-repeat left center;
  background-size: 21px 21px;
  padding-left: 25px;
  margin-bottom: 10px;
}

.search .window .tips div {
  /*color: #9f9f9f;*/
  font-size: 14px;
  line-height: 25px;
  padding-left: 10px;
}

.wap {
  display: none;
}

@media screen and (max-width: 1024px) {
  .wap {
    display: block;
  }

  .pc {
    display: none;
  }

  .search2 {
    background: url(../image/search_02.jpg) no-repeat top center;
    background-size: cover;
    padding: 7rem 1.5rem 3rem;
    background-color: #fff;
  }

  .search2 form {
    border-radius: .5rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .3);
  }

  .search2 .tit {
    line-height: 6rem;
    text-align: center;
    background: url(../image/s_03.jpg) no-repeat top center;
    background-size: 100% 100%;

  }

  .search2 .tit h3 {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    position: relative;
    letter-spacing: .1rem;
  }

  .search2 .tit h3:before {
    content: "";
    position: absolute;
    left: -6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem;
    height: .1rem;
    background: #fff;
  }

  .search2 .tit h3:after {
    content: "";
    position: absolute;
    right: -6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem;
    height: .1rem;
    background: #fff;
  }

  .search2 .cont {
    padding: 0 1.5rem;
  }

  .search2 .item {
    margin-top: 20px;
  }

  .search2 .item label {
    font-size: 14px;
    color: #343434;
    font-weight: bold;
  }

  .search2 .item input {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: .1rem solid #dfdfdf;
    line-height: 20px;
    font-size: 14px;
  }

  .search2 button {
    margin-top: 20px;
    width: 100%;
    background: #4869c9;
    border: 0;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: .1rem;
  }

  .search2 .tips {
    padding: 2rem 1.5rem;
  }

  .search2 .tips h3 {
    color: #d81e06;
    font-weight: bold;
    font-size: 14px;
    background: url(../image/search_07.png) no-repeat left center;
    background-size: 19px 19px;
    padding-left: 1.8rem;
    background-size: 1.4rem;
  }

  .search2 .tips div {
    /* padding-left: 1.8rem; */
    line-height: 25px;
    margin-top: 10px;
    font-size: 14px;
  }

}