.select_tab {
  background-color: #fff;
  display: flex;
  height: 40px;
}
.select_tab .shu {
  height: 30px;
  margin-top: 5px;
}
.select_tab div {
  width: 50%;
  text-align: center;
  line-height: 40px;
}
.select_tab div a {
  box-sizing: border-box;
  height: 40px;
  width: 50%;
  margin: 0 auto;
  border-bottom: 3px solid transparent;
}
.select_tab div.on a {
  border-bottom-color: #fa974b;
  color: #fa974b;
}
.search_input {
  text-align: center;
  padding: 10px 0;
}
.search_input input {
  width: 90%;
  border: none;
  line-height: 16px;
  height: 30px;
  border-radius: 15px;
  padding-left: 30px;
  background-color: #fff;
}
.search_input input:hover {
  outline: none;
}
.search_input input:-moz-placeholder {
  color: #ddd;
}
.search_input input::-webkit-input-placeholder {
  color: #ddd;
}
.star_list {
  width: 90%;
  margin: 0 auto;
}
.star_list ul {
  display: flex;
  flex-wrap: wrap;
}
.star_list ul li {
  box-sizing: border-box;
  width: calc(50% - 5px);
  margin: 0 5px 20px 0;
  background-color: #fff;
  border-radius: 15px;
}
.star_list ul li .star_title {
  height: 40px;
  line-height: 40px;
  display: flex;
}
.star_list ul li .star_title .img_box {
  width: 30px;
  height: 30px;
  margin: 5px;
  line-height: 30px;
}
.star_list ul li .star_title .img_box img {
  border-radius: 50%;
}
.star_list ul li .photo_show_box {
  height: 150px;
}
.star_list ul li .star_data {
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
.star_list ul li .icon_l {
  padding-left: 20px;
}
.star_list ul li .icon_follow {
  align-self: flex-end;
}
.icon_search_input {
  background: url('../img/dhildren_star_list/icon_search.png') no-repeat left center;
  background-size: 30px 30px;
}
.icon_see {
  background: url('../img/index/icon_eye@3x.png') no-repeat 8px center;
  background-size: 12px auto;
}
.icon_follow {
  background: url('../img/index/icon_ren@3x.png') no-repeat 8px center;
  background-size: 12px auto;
}
