.search {
  padding-bottom: 50px;
}
.search .group {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 21px 3px rgba(162, 159, 159, 0.2);
  margin-top: 60px;
}
.search .group tr .title {
  height: 60px;
  background: linear-gradient(0deg, #44D492 0%, #2FD1AA 99%);
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.search .group tr .info {
  background: no-repeat top 46px left 50px;
  background-size: 54px 54px;
  box-sizing: border-box;
  padding: 46px 37px 10px 124px;
  vertical-align: top;
}
.search .group tr .info .p1 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}
.search .group tr .info .p2 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 38px;
}
.search .group tr .info .p3 button {
  height: 38px;
  background: #17CFA1;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 38px;
  cursor: pointer;
  padding: 0 10px;
  margin-top: 30px;
}
.search .group tr .one {
  vertical-align: top;
  padding: 40px 46px 30px 28px;
}
.search .group tr .one .p1 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
  position: relative;
  left: -7px;
}
.search .group tr .one .explain {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
}
