.index_nav_header {
  position: fixed;
  padding-top: 10px;
 background: rgba(62,90,124,1);
}
body {
  background-color: #f5f5f5;
  padding-top: 80px;
}
.taobao_main {
  position: relative;
  margin-top:-80px;
}
.taobao_main .bg_box {
  position: absolute;
  height: 240px;
  width: 100%;
  z-index: -1;
  background-image: url(../images/other/shopListBg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}
.taobao_main .breadcrumb {
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
  overflow: hidden;
}
.taobao_main .breadcrumb .separate {
  margin: 0 10px;
}
.taobao_main .screen_box {
  background-color: #fff;
  padding: 18px 0;
}
.taobao_main .screen_box:last-child {
  content: "";
  display: block;
  clear: both;
}
.taobao_main .screen_box .search_row {
  border-bottom: 1px dashed #e3e3e3;
  padding: 0px 15px;
  font-size: 14px;
  clear: both;
  padding-top: 18px;
}
.taobao_main .screen_box .search_row:first-child {
  padding-top: 0;
}
.taobao_main .screen_box .search_row:last-child {
  border-bottom: none;
}
.taobao_main .screen_box .search_row::after {
  content: "";
  clear: both;
  *zoom: 1;
  display: block;
  height: 0;
}
.taobao_main .screen_box .search_row dt {
  float: left;
  width: 84px;
  line-height: 20px;
  text-align: center;
  color: #464646;
}
.taobao_main .screen_box .search_row .row_name {
  width: 60px;
  font-weight: bold;
}
.taobao_main .screen_box .search_row .all a {
  color: #7e87fc;
}
.taobao_main .screen_box .search_row .row_list {
  float: left;
  width: 990px;
  padding-top: 0px;
  box-sizing: border-box;
  padding-bottom: 14px;
}
.taobao_main .screen_box .search_row .row_list .range_xy_box {
  width: 800px;
}
.taobao_main .screen_box .search_row .row_list .search_btn {
  user-select: none;
  border-radius: 13px;
  border: 1px solid #7e87fc;
  background-color: transparent;
  padding: 2px 16px;
  color: #7e87fc;
  cursor: pointer;
  margin-top: -6px;
}
.taobao_main .screen_box .search_row .row_list .item {
  width: 82px;
  float: left;
  text-align: left;
}
.taobao_main .screen_box .search_row .row_list .action {
  color: #7e87fc;
}
.taobao_main .screen_box .search_row .row_list .search_select_list::after {
  content: "";
  display: block;
  clear: both;
}
.taobao_main .screen_box .search_row .row_list .search_select_list > li {
  float: left;
  margin-right: 15px;
}
.taobao_main .screen_box .search_row .row_list .search_select_list > li .li_box {
  position: relative;
  width: 100%;
  user-select: none;
}
.taobao_main .screen_box .search_row .row_list .search_select_list > li .li_box .title_box {
  user-select: none;
  border-radius: 20px;
  padding-right: 30px;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  padding-left: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #dadada;
  background-color: #fff;
  height: 38px;
  line-height: 38px;
  position: relative;
}
.taobao_main .screen_box .search_row .row_list .search_select_list > li .li_box .title_box .title {
  font-size: 14px;
}
.taobao_main .screen_box .search_row .row_list .search_select_list > li .li_box .title_box .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  margin-left: 10px;
  display: block;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  border-top-color: #c2c2c2;
  transition: all 0.3s;
}
.taobao_main .screen_box .search_row .row_list .search_select_list > li .li_box .select_list {
  position: absolute;
  left: 0;
  top: 42px;
  z-index: 12;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  transition: all 0.3s;
  transform: translateY(35px);
  width: 0;
  height: 0;
}
.taobao_main .screen_box .search_row .row_list .search_select_list > li .li_box .select_list .select_item {
  padding: 0 10px;
  line-height: 36px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.taobao_main .screen_box .search_row .row_list .search_select_list > li .li_box .select_list .active_s_item {
  color: #fff;
  background-color: #7e87fc;
}
.taobao_main .screen_box .search_row .row_list .search_select_list > li .li_box .open_select .icon {
  margin-top: -8px;
  transform: rotate(180deg);
}
.taobao_main .screen_box .search_row .row_list .search_select_list > li .li_box .open_select + .select_list {
  display: block;
  transform: translateY(5px);
  border: 1px solid #d2d2d2;
  width: auto;
  height: auto;
}
.taobao_main .screen_box .search_row .row_list .price_range {
  font-size: 14px;
  float: right;
}
.taobao_main .screen_box .search_row .row_list .price_range input {
  width: 80px;
  padding: 4px 5px;
  box-sizing: border-box;
  border-radius: 13px;
  border: 1px solid #a0a0a0;
}
.taobao_main .screen_box .search_row .row_list .price_range span {
  margin: 0 10px;
}
.taobao_main .screen_box .search_row .row_list .price_range span:last-child {
  margin-right: 0;
}
.taobao_main .screen_box .search_row .category_list_box .category_list::after {
  content: "";
  display: block;
  clear: both;
}
.taobao_main .screen_box .search_row .category_list_box .category_list > li {
  display: block;
  width: 82px;
  float: left;
  position: relative;
}
.taobao_main .screen_box .search_row .category_list_box .category_list > li:hover .child_list {
  display: block;
}
.taobao_main .screen_box .search_row .category_list_box .category_list > li:hover .child_list .list {
  background-color: #7e87fc;
}
.taobao_main .screen_box .search_row .category_list_box .category_list > li .c_item {
  width: 82px;
  height: 18px;
  line-height: 18px;
}
.taobao_main .screen_box .search_row .category_list_box .category_list > li .child_list {
  display: none;
  position: absolute;
  top: 18px;
  z-index: 15;
  padding-top: 18px;
}
.taobao_main .screen_box .search_row .category_list_box .category_list > li .child_list .a_icon {
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #7e87fc;
  position: absolute;
  margin-left: 10px;
  margin-top: -10px;
}
.taobao_main .screen_box .search_row .category_list_box .category_list > li .child_list .list {
  padding: 10px;
  border-radius: 8px;
}
.taobao_main .screen_box .search_row .category_list_box .category_list > li .child_list .list p a {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.5px;
  margin-top: 10px;
  transition: all 0.4s ease;
}
.taobao_main .screen_box .search_row .category_list_box .category_list > li .child_list .list p a:hover {
  text-decoration: underline;
}
.taobao_main .screen_box .range_box {
  padding-top: 0;
}
.taobao_main .screen_box .range_box .row_name {
  margin-top: 14px;
}
.taobao_main .screen_box .range_box .all {
  margin-top: 14px;
}
.taobao_main .screen_box .other_search {
  padding: 10px 15px;
}
.taobao_main .screen_box .other_search .row_name {
  padding-top: 8px;
}
.taobao_main .screen_box .other_search .row_list {
  padding-left: 25px;
}
.taobao_main .sort_box {
  width: 1200px;
  height: 35px;
  margin: 20px auto;
  color: #4d4d4d;
  user-select: none;
  border-bottom: 2px solid #7e87fc;
}
.taobao_main .sort_box .sort_item {
  font-size: 14px;
  display: block;
  padding: 0 25px;
  height: 37px;
  line-height: 37px;
  cursor: pointer;
}
.taobao_main .sort_box .active_sort {
  color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #7e87fc;
}
.taobao_main .shop_list {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.taobao_main .shop_list .shop_item {
  cursor: pointer;
}
.taobao_main .shop_list .shop_item:hover {
  box-shadow: 0px 0px 10px #cccccc;
}
.taobao_main .shop_list .shop_item .shop_item_box {
  height: 277px;
  margin-top: 14px;
  padding: 30px 30px 20px;
  box-sizing: border-box;
  min-height: 155px;
  background-color: #fff;
  color: #a0a0a0;
}
.taobao_main .shop_list .shop_item .shop_item_box .l_box {
  width: 130px;
  height: 100%;
}
.taobao_main .shop_list .shop_item .shop_item_box .l_box .cover_box {
  text-align: center;
  height: 110px;
  line-height: 110px;
  overflow: hidden;
}
.taobao_main .shop_list .shop_item .shop_item_box .l_box .cover_box > img {
  width: 104px;
  height: 104px;
  vertical-align: middle;
}
.taobao_main .shop_list .shop_item .shop_item_box .l_box .introduce {
  padding: 10px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.taobao_main .shop_list .shop_item .shop_item_box .l_box .introduce span {
  width: 110px;
  height: 42px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #818181;
  line-height: 180%;
  position: relative;
}
.taobao_main .shop_list .shop_item .shop_item_box .l_box .introduce span::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 20px;
  /* 省略号宽度 */
  background: -webkit-linear-gradient(left, transparent, #fff 55%);
  /* #fff为遮罩颜色，下同↓ */
  background: -o-linear-gradient(right, transparent, #fff 55%);
  background: -moz-linear-gradient(right, transparent, #fff 55%);
  background: linear-gradient(to right, transparent, #fff 55%);
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box {
  flex: 1;
  height: 100%;
  margin-left: 35px;
  box-sizing: border-box;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .title_box {
  height: 26px;
  line-height: 26px;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .title_box::after {
  content: "";
  display: block;
  clear: both;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .title_box .title {
  width: 650px;
  float: left;
  font-weight: bold;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .title_box .title span {
  flex: 1;
  color: #4d4d4d;
  font-weight: bold;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .title_box .title .platform_icon {
  margin-right: 8px;
  vertical-align: middle;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .title_box .title .tag_icon {
  margin-right: 8px;
  vertical-align: middle;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .title_box > span {
  color: #a0a0a0;
  float: right;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .info_box {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .info_box ul::after {
  content: "";
  display: block;
  clear: both;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .info_box .item {
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
  color: #a0a0a0;
  border-right: 1px solid #e3e3e3;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .info_box .item:first-child {
  padding-left: 0;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .info_box .item:last-child {
  border-right: none;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .info_box .item p {
  font-size: 14px;
  color: #686868;
  line-height: 26px;
  height: 26px;
  text-align: center;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .info_box .item .tips {
  font-size: 12px;
  color: #a0a0a0;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .info_box .grade_item .grade_icon {
  width: 16px;
  height: auto;
  margin-right: 2px;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .info_box .grade_item .grade_icon:last-child {
  margin-right: 0;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .r_bottom_box {
  margin-top: 15px;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .r_bottom_box .price_box {
  font-size: 14px;
  color: #f15500;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .r_bottom_box .price_box span {
  font-size: 34px;
  margin-left: 5px;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .r_bottom_box .btn_box .btn_item {
  font-size: 14px;
  border-radius: 35px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 0 28px;
  line-height: 36px;
  background-color: #7e87fc;
  margin-right: 10px;
}
.taobao_main .shop_list .shop_item .shop_item_box .r_box .r_bottom_box .btn_box .btn_item:last-child {
  margin-right: 0;
  background-color: #ff874c;
}
.taobao_main .shop_list .shop_item .hide {
  opacity: 0;
}
.taobao_main .shop_list .shop_item .show {
  opacity: 1;
  transform: translateY(180px);
  animation: come-in 1s ease forwards;
}
.taobao_main .shop_list .shop_item .show:nth-child(odd) {
  animation-duration: 1.1s;
}
.taobao_main .shop_list .shop_item .visible {
  transition: none;
  opacity: 1;
  transform: translateY(0);
  animation: none;
}
@keyframes come-in {
  100% {
    transform: translateY(0);
  }
}
.taobao_main .paging_box {
  text-align: center;
  margin: 50px 0;
}
.taobao_main .nothing {
  padding: 20px 0;
}
.taobao_main .nothing > img {
  width: 62px;
  height: auto;
}
.taobao_main .nothing .title {
  color: #272727;
  font-size: 24px;
  margin-top: 8px;
}
.taobao_main .nothing .tips {
  font-size: 16px;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 20px;
}
.taobao_main .nothing .btn_list .btn {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border-radius: 35px;
  padding: 0 22px;
  color: white;
  font-size: 13px;
  margin: 0 10px;
  background-color: #537ada;
}
.taobao_main .nothing .btn_list .btn:last-child {
  background-color: #ff874c;
}
.taobao_main .nothing .btn_list .btn img {
  margin-right: 8px;
}
.taobao-wz { width:100%; height:45px; background:#FFF; margin-top:95px;}
.wzi-taobao { width:1200px; margin:0 auto; background:#FFF; height:25px; color:#666; line-height:45px; font-size:14px;}
.wangdianpaix {width:1200px; margin:0 auto; background:#FFF; height:40px; margin-top:10px;font-size:14px; line-height:40px;}

.wangdianpaix span { margin-left:30px;}