.fittler .fittler_item {
  border-bottom: 1px dashed #dcdcdc;
  padding: 7px 0;
  padding-left: 87px;
  padding-right: 38px;
  line-height: 24px;
}
.fittler .fittler_item:last-of-type {
  border-bottom: none;
}
.fittler .fittler_item label.more {
  width: 20px;
  height: 20px;
  cursor: pointer;
  padding: 7px 5px;
  position: absolute;
  top: 14px;
  right: 9px;
}
.fittler .fittler_item label.more.row {
  transform: rotate(-180deg);
}
.fittler .fittler_item .label {
  width: 87px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 12px;
  line-height: 24px;
  text-align: right;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.fittler .fittler_item.mi .label {
  line-height: 32px;
}
.fittler .fittler_item.tab .form_btn span {
  margin: 16px 0;
  margin-right: 24px;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.fittler .fittler_item.tab .form_btn span.btn {
  background: #2b7afe;
  color: #ffffff;
}
.fittler .fittler_item.tab .form_btn span.line {
  border: 1px solid #d2d2d2;
  color: #808080;
}
.fittler_item .f_item_cont {
  /* min-height: 48px; */
  width: 100%;
}
.fittler_item .f_item_cont .d_list {
  height: 34px;
  overflow: hidden;
}
.fittler_item .f_item_cont .d_list.show {
  height: auto;
}
.fittler_item .f_item_cont .d_list .d_l_item {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 5px 0;
  margin-right: 27px;
  cursor: pointer;
  padding: 0 7px;
}
.fittler_item .f_item_cont .d_list .d_l_item.select {
  background: #2b7afe;
  border-radius: 4px;
  color: #ffffff;
}

.fittler_item .f_item_cont .d_list1 {
  overflow: hidden;
}
.fittler_item .f_item_cont .d_list1.show {
  height: auto;
}
.fittler_item .f_item_cont .d_list1 .d_l_item {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 5px 0;
  margin-right: 27px;
  cursor: pointer;
  padding: 0 7px;
}
.fittler_item .f_item_cont .d_list1 .d_l_item.select {
  background: #2b7afe;
  border-radius: 4px;
  color: #ffffff;
}

.fittler_item .line_form {
  padding-right: 200px;
  position: relative;
}
.fittler_item .line_form .line_btn {
  width: 100px;
  height: 36px;
  background: #2b7afe;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  top: 5px;
  right: 107px;
  cursor: pointer;
}
.fittler_item .line_form .select_label {
  width: 160px;
}
.fittler_item .line_form .input_label {
  width: 160px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  outline: none;
  padding-left: 7px;
  padding-right: 36px;
}
.fittler_item .line_form .input_label input{
  width: 100%;
  height: 36px;
  line-height: 36px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
}
.fittler_item .line_form .input_label input:input-placeholder {
  color: #1a1a1a;
}
.fittler_item .line_form > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  margin: 5px 0;
  margin-right: 10px;
}
.fittler_item .line_form .switch_label {
  width: 160px;
  height: 32px;
  border: 1px solid #2b7afe;
  border-radius: 8px;
}
.fittler_item .line_form .switch_label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.fittler_item .line_form .switch_label span {
  width: 100%;
  height: 100%;
}
.fittler_item .line_form .switch_label span em {
  width: 50%;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.fittler_item .line_form .switch_label span em:first-of-type {
  border-radius: 8px 0 0 8px;
}
.fittler_item .line_form .switch_label.onCheck span em:first-of-type {
  background-color: #2b7afe;
  color: #ffffff;
}
.fittler_item .line_form .switch_label.onCheck span em:last-of-type {
  color: #3f3f3f;
  background-color: transparent;
}
.fittler_item .line_form .switch_label span em:last-of-type {
  border-radius: 0 8px 8px 0;
  background-color: #2b7afe;
  color: #ffffff;
}
.fittler_item .filter_fail span {
  padding: 0 10px;
  height: 32px;
  background: #f2f7ff;
  border-radius: 4px;
  margin-right: 12px;
  margin: 5px 0;
  padding-right: 37px;
  font-size: 14px;
  font-weight: 400;
  color: #2b7afe;
  margin-right: 12px;
}
.fittler_item .filter_fail span i {
  width: 10px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  cursor: pointer;
}
.final_panel .final_title {
  padding: 20px 0 4px;
}
.final_panel .final_title .rit {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.final_panel .final_title .rit em {
  color: #ffa61a;
}
.search_are {
  position: relative;
}
.search_are input {
  width: 490px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px 0px 0px 4px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  padding: 0 16px;
}
.search_are span {
  width: 80px;
  height: 40px;
  border-radius: 0px 4px 4px 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #f2f2f2;
}
.search_are span label {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.page_are {
  margin: 56px 0 72px;
}

.page_panel a {
  text-decoration: none;
}
.f-box a {
  text-decoration: none;
}

/**
*新增样式
*/
.cust_select {
  height: 36px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  outline: none;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 7px;
  padding-right: 24px;
  cursor: default;
  position: relative;
}
.cust_select span.txt {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 36px;
  position: relative;
}
.cust_select input.btn_iput {
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.search_input_label {
  display: inline-block;
  position: absolute;
  min-width: 200px;
  left: 0;
  top: 100%;
  transform: translateY(6px);
  z-index: 999;
  background-color: #ffffff;
  border: 1px solid #f0f1f7;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.search_input_label .panel_title {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border-bottom: 1px solid #f0f1f7;
}
.search_input_label .panel_title i {
  width: 10px;
  height: 10px;
  border: 1px solid #cccccc;
  border-radius: 100%;
  margin-right: 5px;
}
.search_input_label .tigger_panel {
  padding: 0 10px;
}
.tigger_panel .select_fx {
  padding: 10px 0;
}
.select_fx .select_item,
.select_fx .item_btn {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
}
.select_fx .select_item:hover,
.select_fx .select_item:active {
  color: #2b7afe;
}
.select_fx .select_item.on {
  color: #2b7afe;
}
.select_fx .item_cust {
  position: relative;
  height: 36px;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  outline: none;
  padding-left: 7px;
  padding-right: 36px;
}
.select_fx .item_cust input {
  outline: none;
  height: 36px;
  line-height: 36px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: transparent;
}
.select_fx .item_cust i {
  display: inline-block;
  width: 30px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.tigger_panel .data_picker {
  padding-top: 10px;
}
.tigger_panel .data_picker .picker_box {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  outline: none;
  padding-left: 7px;
  padding-right: 36px;
}
.tigger_panel .data_picker .picker_box input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
}
.tigger_panel .tigger_foot {
  padding: 10px 0;
}
.tigger_panel .tigger_foot .btn {
  width: 60px;
  height: 32px;
  background-color: #cccccc;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  margin-left: 10px;
}
.tigger_panel .tigger_foot .btn.confirm {
  background: #2b7afe;
  color: #ffffff;
}
