.select_list {
  display: flex;
  line-height: 40px;
  position: fixed;
  top: 40px;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  border-bottom: 1px solid #e1e1e1;
}
.select_list div {
  width: 33.33333333%;
  text-align: center;
}
.select_list div > a.on {
  color: #faa364;
}
.select_list div h1 {
  display: inline-block;
}
.branch .find_list {
  margin-top: 0;
}
.find_list {
  margin-top: 40px;
  position: relative;
  z-index: 9;
}
.find_list li {
  padding: 10px 15px;
}
.find_list li > a {
  position: relative;
}
.find_list li .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.find_list li .img_box img {
  border-radius: 8px;
}
.find_list li .des {
  padding-left: 75px;
  line-height: 20px;
  width: 100%;
}
.find_list li .des .title {
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.find_list li .des .score {
  font-size: 14px;
  color: #a9a9a9;
}
.find_list li .des .add {
  font-size: 14px;
  color: #a9a9a9;
  display: flex;
  justify-content: space-between;
}
.find_list li .des .add h2 {
  color: #faa364;
}
.find_list li .des .icon_l {
  font-size: 12px;
  color: #a9a9a9;
}
.zheng {
  position: relative;
}
.zheng:after {
  content: '证';
  background-color: #7ac49f;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  color: #fff;
  z-index: 9;
  right: 18px;
  top: 6px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.tan {
  position: relative;
}
.tan:before {
  content: '探';
  background-color: #85c226;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  color: #fff;
  z-index: 9;
  right: 0px;
  top: 6px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.ding {
  position: relative;
}
.ding:before {
  content: '订';
  background-color: #5fb22e;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  color: #fff;
  z-index: 9;
  left: 0px;
  top: 6px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.tuan {
  position: relative;
}
.tuan:before {
  content: '团';
  background-color: #fe6732;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  color: #fff;
  z-index: 9;
  left: 0px;
  top: 6px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.select_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 81px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
}
.select_mask .select_box {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
}
.select_mask .select_box .select_content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.select_mask .select_box .select_content .type_type , .select_mask .select_box .select_content .type_add {
  position: relative;
  width: 100%;
  height: 100%;
}
.select_mask .select_box .select_content .type_item {
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select_mask .select_box .select_content .type_list {
  width: 100px;
  height: 100%;
  border-right: 1px solid #e1e1e1;
  overflow-y: auto;
  position: absolute;
  z-index: 10;
}
.select_mask .select_box .select_content .type_list .type_item {
  text-align: center;
}
.select_mask .select_box .select_content .type_list .type_item.on {
  color: #faa364;
}
.select_mask .select_box .select_content .type_select_list {
  width: 100%;
  padding-left: 100px;
  height: 100%;
  position: relative;
  overflow-y: auto;
}
.select_mask .select_box .select_content .type_select_list .type_item {
  padding-left: 15px;
}
.select_mask .select_box .select_content .type_select_list .type_item.on {
  color: #faa364;
}
.select_mask .select_box .select_content .type_age {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.select_mask .select_box .select_content .age_item {
  padding: 0 15px;
  line-height: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.select_mask .select_box .select_content .age_item.on {
  color: #faa364;
}
.select_mask .select_box .select_content .type_screen {
  padding: 15px;
}
.select_mask .select_box .select_content .type_screen .label_box > div {
  width: 33.33333333%;
}
.select_mask .select_box .select_content .type_screen .label_box > div.on {
  color: #faa364;
}
.select_mask .select_box .select_content .type_screen .label_box > div.on > div {
  border: 1px solid #faa364;
}
.select_mask .select_box .select_content .type_screen .label_box > div > div {
  width: 90px;
  margin: 15px auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
}
.icon_sanjiao {
  background: url(../img/index/icon--sanjiao-@3x.png) no-repeat right center;
  background-size: 12px;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}