﻿.mf_content {
  width: 100%;
  padding-top: 10px;
}
.mf_content .content {
  width: 103%;
}
.mf_content .content .mf_item {
  width: 220px;
  height: 102px;
  float: left;
  background: #fff;
  margin: 0 10px 10px 0;
  position: relative;
  border: 1px solid #fff;
}
.mf_content .content .mf_item.item-lv-1 {
  width: 220px;
  height: 220px;
}
.mf_content .content .mf_item.item-lv-1 img {
  width: 218px;
  height: 218px;
}
.mf_content .content .mf_item.item-lv-1 span {
  width: 218px;
}
.mf_content .content .mf_item img {
  width: 218px;
  height: 76px;
}
.mf_content .content .mf_item span {
  width: 218px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
}
.mf_content .content .mf_item:hover {
  border-color: #232323;
}
.phone_list_content {
  width: 100%;
}
.phone_list_content .content {
  width: 103%;
}
.phone_list_content .content .phone_item {
  width: 197px;
  height: 110px;
  float: left;
  background: #fff;
  margin: 0 10px 10px 0;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
  padding: 5px 0;
}
.phone_list_content .content .phone_item .icon {
  float: left;
  margin-left: 5px;
}
.phone_list_content .content .phone_item .info {
  float: left;
  width: 120px;
}
.phone_list_content .content .phone_item img {
  width: 68px;
  height: 98px;
}
.phone_list_content .content .phone_item span {
  width: 68px;
  line-height: 18px;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 5px;
  color: #333;
}
.phone_list_content .content .phone_item:hover {
  border-color: #232323;
}
.position {
  position: relative;
  margin-bottom: 10px;
}
.position .position_search {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
  width: 250px;
  padding: 5px;
}
.null_list {
  display: none;
}
.not_data {
  text-align: center;
  background: #fff;
  line-height: 100px;
  width: 1024px;
}
.quickchoice {
  right: 125px !important;
}
@media screen and (max-width: 1519px) {
  .quickchoice {
    right: 85px !important;
  }
  label {
    display: none;
  }
}