﻿@import '../commonCss/ion.rangeSlider.css';
body {
  background-color: #f5f5f5;
}
#topFunction {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
#topFunction .search {
  float: left;
  width: 70%;
  position: relative;
}
#topFunction .search input[type='text'] {
  border: none;
  padding: 16px 12px;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
#topFunction .search .searchImgBtn {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#topFunction .issuedDemand {
  width: 30%;
  text-align: right;
  float: left;
}
#topFunction .issuedDemand input[type='button'] {
  border-radius: 30px;
  padding: 14px 30px;
  border: 0;
  color: #fff;
}
#topFunction .issuedDemand input[type='button']:first-of-type {
  background-color: #21c68f;
  margin-right: 15px;
}
#topFunction .issuedDemand input[type='button']:last-of-type {
  background-color: #537ada;
}
.bgBox {
  position: absolute;
  height: 170px;
  width: 100%;
  background-image: url(/Content/imgs/shops/shopListBg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#screenShop {
  background-color: #fff;
  padding: 18px 0;
}
#screenShop .item_Selection dl {
  padding: 0px 15px;
}
#screenShop .item_Selection dl:first-of-type {
  padding-top: 0;
}
#screenShop .item_Selection dl:first-of-type dt {
  padding-top: 0;
}
#screenShop .item_Selection dl:first-of-type dd {
  padding-top: 0;
}
#screenShop .item_Selection dl:not(:last-of-type) {
  border-bottom: 1px dashed #e3e3e3;
}
#screenShop .item_Selection dl dt {
  float: left;
  padding-top: 18px;
  width: 84px;
  line-height: 20px;
  text-align: center;
  color: #464646;
}
#screenShop .item_Selection dl dt:first-of-type {
  width: 60px;
  font-weight: bold;
}
#screenShop .item_Selection dl dt .action {
  color: #537ada;
}
#screenShop .item_Selection dl dt a {
  color: #464646;
}
#screenShop .item_Selection dl dd {
  float: left;
  width: 990px;
  padding-top: 18px;
  box-sizing: border-box;
}
#screenShop .item_Selection dl dd > span {
  width: 82px;
  float: left;
  text-align: center;
  padding-bottom: 14px;
}
#screenShop .item_Selection dl dd > span .action {
  float: left;
  color: #537ada;
}
#screenShop .item_Selection dl dd > span .action a {
  color: #537ada;
}
#screenShop .item_Selection dl dd > span a {
  float: left;
  height: 20px;
  line-height: 20px;
  color: #777776;
}
#screenShop .item_Selection .creditRating dd {
  padding-top: 0;
  padding-bottom: 1%;
}
#screenShop .item_Selection .creditRating dd .scopeCredit {
  width: 80%;
  float: left;
}
#screenShop .item_Selection .creditRating dd .confirmCredit {
  border-radius: 13px;
  border: 1px solid #537ada;
  background-color: transparent;
  padding: 2px 16px;
  color: #537ada;
  cursor: pointer;
  margin-top: 2%;
  float: right;
}
#screenShop .item_Selection .priceSearch .priceRange {
  float: right;
  color: #777776;
  margin-top: -3px;
}
#screenShop .item_Selection .priceSearch .priceRange input[type='text'] {
  width: 70px;
  padding: 4px;
  border-radius: 13px;
  border: 1px solid #a0a0a0;
}
#screenShop .item_Selection .priceSearch .priceRange input[type='text']:first-of-type {
  margin-left: 10px;
}
#screenShop .item_Selection .priceSearch .priceRange .confirmPrice {
  border-radius: 13px;
  border: 1px solid #537ada;
  background-color: transparent;
  padding: 2px 16px;
  color: #537ada;
  cursor: pointer;
  margin-left: 10px;
}
#screenShop .item_Selection .otherSearch dd {
  padding-left: 2.5%;
  box-sizing: border-box;
  padding-top: 8px;
}
#screenShop .item_Selection .otherSearch dd ul li {
  float: left;
  width: 10.4%;
  margin-right: 1.4%;
}
#screenShop .item_Selection .otherSearch dd ul li:last-of-type {
  margin-left: 10px;
  position: relative;
}
#screenShop .item_Selection .otherSearch dd ul li:last-of-type::before {
  content: '-';
  position: absolute;
  width: 10px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: -14px;
  margin: auto;
  color: #a0a0a0;
}
#screenShop .item_Selection .otherSearch dd ul li dl {
  padding: 0;
}
#screenShop .item_Selection .otherSearch dd ul li dl dd {
  width: 100%;
  padding-left: 10px;
}
#screenShop .item_Selection .otherSearch dd ul li dl dd.layui-this {
  background-color: #537ada;
}
#screenShop .item_Selection .otherSearch dd ul li .layui-input {
  border-radius: 20px;
}
#sortOrder {
  height: 35px;
  margin: 20px 0;
  border-bottom: 2px solid #537ada;
  color: #4d4d4d;
}
#sortOrder .activeOrder {
  color: #fff !important;
  background-color: #537ada;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#sortOrder div:not(:last-of-type) {
  float: left;
  padding: 0 25px;
  height: 37px;
  line-height: 37px;
  cursor: pointer;
}
#sortOrder .searchResult {
  float: right;
  height: 37px;
  line-height: 37px;
}
#sortOrder .searchResult span {
  color: #537ada;
  margin: 0 4px;
}
.listItem {
  display: block;
  padding: 30px 30px 20px;
  box-sizing: border-box;
  min-height: 155px;
  background-color: #fff;
  color: #a0a0a0;
}
.listItem:hover {
  -moz-box-shadow: 0px 0px 10px #cccccc;
  -webkit-box-shadow: 0px 0px 10px #cccccc;
  box-shadow: 0px 0px 10px #cccccc;
}
.listItem:not(:first-of-type) {
  margin-top: 14px;
}
.listItem > .leftBox {
  width: 130px;
  float: left;
}
.listItem > .leftBox .cateImgBox {
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.listItem > .leftBox .cateImgBox .categoryImg {
  width: 80%;
}
.listItem > .leftBox .introduce {
  margin-top: 12px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.listItem > .leftBox .introduce > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  color: #818181;
  line-height: 180%;
}
.listItem > .rightBox {
  float: left;
  width: 1010px;
  padding-left: 35px;
  box-sizing: border-box;
}
.listItem > .rightBox .shopBrief > .titleBox {
  height: 26px;
  line-height: 26px;
}
.listItem > .rightBox .shopBrief > .titleBox .title {
  float: left;
  color: #4d4d4d;
  font-weight: bold;
}
.listItem > .rightBox .shopBrief > .titleBox .title img {
  margin-right: 8px;
}
.listItem > .rightBox .shopBrief > .titleBox .title span {
  margin-right: 10px;
  font-size:16px;
}
.listItem > .rightBox .shopBrief > .titleBox .shopNum {
  float: right;
}
.listItem > .rightBox .shopBrief .infoBox {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}
.listItem > .rightBox .shopBrief .infoBox ul {
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
  color: #a0a0a0;
  position: relative;
}
.listItem > .rightBox .shopBrief .infoBox ul:first-of-type {
  padding-left: 0;
}
.listItem > .rightBox .shopBrief .infoBox ul li {
  line-height: 26px;
  height: 26px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.listItem > .rightBox .shopBrief .infoBox ul li:first-of-type {
  color: #686868;
}
.listItem > .rightBox .shopBrief .infoBox ul:not(:last-of-type)::after {
  content: '';
  position: absolute;
  height: 40px;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #e3e3e3;
}
.listItem > .rightBox .bottomBox {
  margin-top: 15px;
  line-height: 36px;
  height: 36px;
  box-sizing: border-box;
}
.listItem > .rightBox .bottomBox .priceBox {
  float: left;
}
.listItem > .rightBox .bottomBox .priceBox .price {
  color: #f15500;
  font-size: 34px;
}
.listItem > .rightBox .bottomBox .priceBox span {
  font-size: 14px;
  color: #f15500;
  margin-left: 3px;
}
.listItem > .rightBox .bottomBox .contactBox {
  float: right;
}
.listItem > .rightBox .bottomBox .contactBox > span {
  display: inline-block;
  border-radius: 35px;
  color: white;
  text-align: center;
  box-sizing: border-box;
  padding: 0 28px;
}
.listItem > .rightBox .bottomBox .contactBox .qqConsult {
  background-color: #537ada;
}
.listItem > .rightBox .bottomBox .contactBox .qqConsult img {
  margin-bottom: 3px;
}
.listItem > .rightBox .bottomBox .contactBox .wxContact {
  background-color: #fe712a;
  margin-left: 10px;
}
#shopListPage {
  text-align: center;
  margin-top: 35px;
}
#shopListPage .layui-laypage a {
  border: none;
  background-color: transparent;
}
#shopListPage .layui-laypage span {
  border: none;
}
#shopListPage .layui-laypage-curr .layui-laypage-em {
  background-color: #21c68f;
}
#notFoundShop {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}
#notFoundShop .th {
  color: #272727;
  font-size: 24px;
  margin-top: 8px;
}
#notFoundShop .text {
  font-size: 16px;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 20px;
}
#notFoundShop .btnBox > a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 35px;
  padding: 0 22px;
  color: white;
  font-size: 13px;
  margin: 0 10px;
}
#notFoundShop .btnBox > a > img {
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}
#notFoundShop .btnBox .qqContact {
  background-color: #537ada;
}
#notFoundShop .btnBox .postMessage {
  background-color: #fe712a;
}