@charset "UTF-8"; 
 | 
/** 
 | 
 * 这里是uni-app内置的常用样式变量 
 | 
 * 
 | 
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 
 | 
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App 
 | 
 * 
 | 
 */ 
 | 
/** 
 | 
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 
 | 
 * 
 | 
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 
 | 
 */ 
 | 
/* uView的全局SCSS主题文件 */ 
 | 
/* 颜色变量 */ 
 | 
/* 行为相关颜色 */ 
 | 
/* 文字基本颜色 */ 
 | 
/* 背景颜色 */ 
 | 
/* 边框颜色 */ 
 | 
/* 尺寸变量 */ 
 | 
/* 文字尺寸 */ 
 | 
/* 图片尺寸 */ 
 | 
/* Border Radius */ 
 | 
/* 水平间距 */ 
 | 
/* 垂直间距 */ 
 | 
/* 透明度 */ 
 | 
/* 文章场景相关 */ 
 | 
.hz.data-v-eb1fb978 { 
 | 
  width: 100%; 
 | 
  display: flex; 
 | 
  flex-direction: column; 
 | 
} 
 | 
.hz .search_z.data-v-eb1fb978 { 
 | 
  width: 100vw; 
 | 
  height: 100vh; 
 | 
  position: fixed; 
 | 
  top: 0; 
 | 
  left: 0; 
 | 
  z-index: 7; 
 | 
  transition: .3s; 
 | 
  background: rgba(0, 0, 0, 0.5); 
 | 
} 
 | 
.hz .search.data-v-eb1fb978 { 
 | 
  width: 100%; 
 | 
  height: 100rpx; 
 | 
  padding: 12rpx 30rpx; 
 | 
  box-sizing: border-box; 
 | 
  background: #FFFFFF; 
 | 
  position: fixed; 
 | 
  top: 0; 
 | 
  z-index: 9; 
 | 
} 
 | 
.hz .search .search_sou.data-v-eb1fb978 { 
 | 
  width: 100%; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: space-between; 
 | 
  background-color: #ffffff; 
 | 
} 
 | 
.hz .search .search_sou .search_sou_input.data-v-eb1fb978 { 
 | 
  flex: 1; 
 | 
  padding: 0 30rpx; 
 | 
  box-sizing: border-box; 
 | 
  height: 76rpx; 
 | 
  background: #F7F7F7; 
 | 
  border-radius: 38rpx; 
 | 
  margin-right: 30rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
} 
 | 
.hz .search .search_sou .search_sou_input image.data-v-eb1fb978 { 
 | 
  width: 28rpx; 
 | 
  height: 28rpx; 
 | 
  margin-right: 16rpx; 
 | 
} 
 | 
.hz .search .search_sou .search_sou_input input.data-v-eb1fb978 { 
 | 
  flex: 1; 
 | 
  height: 100%; 
 | 
  font-weight: 400; 
 | 
  font-size: 26rpx; 
 | 
  color: #222222; 
 | 
  font-style: normal; 
 | 
} 
 | 
.hz .search .search_sou .search_sou_sha.data-v-eb1fb978 { 
 | 
  flex-shrink: 0; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
} 
 | 
.hz .search .search_sou .search_sou_sha image.data-v-eb1fb978 { 
 | 
  width: 28rpx; 
 | 
  height: 28rpx; 
 | 
} 
 | 
.hz .search .search_sou .search_sou_sha text.data-v-eb1fb978 { 
 | 
  font-weight: 400; 
 | 
  font-size: 26rpx; 
 | 
  color: #333333; 
 | 
  font-style: normal; 
 | 
  margin-left: 8rpx; 
 | 
} 
 | 
.hz .search_nr.data-v-eb1fb978 { 
 | 
  width: 100%; 
 | 
  max-height: 724rpx; 
 | 
  padding: 0 30rpx; 
 | 
  border-radius: 0rpx 0rpx 32rpx 32rpx; 
 | 
  box-sizing: border-box; 
 | 
  display: flex; 
 | 
  flex-direction: column; 
 | 
  position: fixed; 
 | 
  z-index: 8; 
 | 
  transition: .3s; 
 | 
  left: 0; 
 | 
  background-color: #FFFFFF; 
 | 
} 
 | 
.hz .search_nr .search_list.data-v-eb1fb978 { 
 | 
  width: 100%; 
 | 
  display: flex; 
 | 
  flex-direction: column; 
 | 
  margin-top: 52rpx; 
 | 
  background-color: #ffffff; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item.data-v-eb1fb978 { 
 | 
  width: 100%; 
 | 
  display: flex; 
 | 
  flex-direction: column; 
 | 
  margin-bottom: 30rpx; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item.data-v-eb1fb978:last-child { 
 | 
  margin: 0 !important; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item .search_list_item_label.data-v-eb1fb978 { 
 | 
  font-weight: 400; 
 | 
  font-size: 30rpx; 
 | 
  color: #222222; 
 | 
  font-style: normal; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item .search_list_item_cate.data-v-eb1fb978 { 
 | 
  width: 100%; 
 | 
  max-height: 260rpx; 
 | 
  margin-top: 24rpx; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item .search_list_item_cate .search_list_item_cate_data.data-v-eb1fb978 { 
 | 
  width: 100%; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  flex-wrap: wrap; 
 | 
  justify-content: space-between; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item .search_list_item_cate .search_list_item_cate_data .cate_active.data-v-eb1fb978 { 
 | 
  background: rgba(67, 124, 179, 0.12) !important; 
 | 
  color: #437CB3 !important; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item .search_list_item_cate .search_list_item_cate_data .cate_data_zw.data-v-eb1fb978 { 
 | 
  width: 216rpx; 
 | 
  height: 0; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item .search_list_item_cate .search_list_item_cate_data .cate_item.data-v-eb1fb978 { 
 | 
  width: 216rpx; 
 | 
  height: 68rpx; 
 | 
  line-height: 68rpx; 
 | 
  text-align: center; 
 | 
  background: #F2F2F2; 
 | 
  border-radius: 36rpx; 
 | 
  font-weight: 400; 
 | 
  font-size: 26rpx; 
 | 
  color: #222222; 
 | 
  font-style: normal; 
 | 
  margin-top: 30rpx; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item .search_list_item_cate .search_list_item_cate_data .cate_item.data-v-eb1fb978:nth-child(1) { 
 | 
  margin-top: 0 !important; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item .search_list_item_cate .search_list_item_cate_data .cate_item.data-v-eb1fb978:nth-child(2) { 
 | 
  margin-top: 0 !important; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item .search_list_item_cate .search_list_item_cate_data .cate_item.data-v-eb1fb978:nth-child(3) { 
 | 
  margin-top: 0 !important; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item .search_list_item_val.data-v-eb1fb978 { 
 | 
  width: 100%; 
 | 
  margin-top: 24rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: space-between; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item .search_list_item_val text.data-v-eb1fb978 { 
 | 
  font-weight: 400; 
 | 
  font-size: 26rpx; 
 | 
  color: #333333; 
 | 
  font-style: normal; 
 | 
  margin: 0 16rpx; 
 | 
} 
 | 
.hz .search_nr .search_list .search_list_item .search_list_item_val .time.data-v-eb1fb978 { 
 | 
  width: 320rpx; 
 | 
  height: 64rpx; 
 | 
  line-height: 64rpx; 
 | 
  text-align: center; 
 | 
  background: #FFFFFF; 
 | 
  border-radius: 32rpx; 
 | 
  border: 2rpx solid #E5E5E5; 
 | 
  font-weight: 400; 
 | 
  font-size: 26rpx; 
 | 
  color: #999999; 
 | 
  font-style: normal; 
 | 
} 
 | 
.hz .search_nr .search_footer.data-v-eb1fb978 { 
 | 
  width: 100%; 
 | 
  margin-top: 60rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: space-between; 
 | 
  margin-bottom: 30rpx; 
 | 
} 
 | 
.hz .search_nr .search_footer .search_footer_center.data-v-eb1fb978 { 
 | 
  width: 22rpx; 
 | 
  height: 30rpx; 
 | 
} 
 |