﻿@import '../commonCss/ion.rangeSlider.css';
body {
  background-color: #f5f5f5;
}
.shoplistBg {
  background-image: url(/Content/imgs/shops//shopListBg.png);
  height: 200px;
  background-size: cover;
}
#screenShop {
  background-color: #fff;
  padding: 18px 24px;
  box-sizing: border-box;
}
#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 solid #e6e6e6;
}
#screenShop .item_Selection dl dt {
  float: left;
  padding-top: 18px;
  width: 84px;
  line-height: 20px;
  text-align: center;
  color: #535457;
}
#screenShop .item_Selection dl dt:first-of-type {
  width: 60px;
  font-weight: bold;
}
#screenShop .item_Selection dl dt .action {
  color: white;
  background-color: #d3b16a;
  width: 48px;
  display: inline-block;
  border-radius: 5px;
}
#screenShop .item_Selection dl dt > a {
  color: #777776;
}
#screenShop .item_Selection dl dd {
  float: left;
  width: 990px;
  padding-top: 18px;
  box-sizing: border-box;
}
#screenShop .item_Selection dl dd .cates {
  padding: 0;
  margin: 0;
}
#screenShop .item_Selection dl dd .cates li {
  width: 84px;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  padding-bottom: 14px;
  position: relative;
}
#screenShop .item_Selection dl dd .cates li .action {
  color: #d3b16a;
}
#screenShop .item_Selection dl dd .cates li > span a:not(.action) {
  color: #777776;
}
#screenShop .item_Selection dl dd .out-div {
  display: none;
  width: 200px;
  border-radius: 8px;
  vertical-align: top;
  background-color: rgba(26, 27, 31, 0.95);
  position: absolute;
  box-shadow: 0 0 2px 0 #f2f2f2;
  left: 0;
  top: 35px;
  z-index: 100;
  padding: 10px;
}
#screenShop .item_Selection dl dd .arrow {
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1b1f;
  /*透明 透明  灰*/
  position: absolute;
  margin-left: 10px;
  margin-top: -15px;
}
#screenShop .item_Selection dl dd .out-div span a {
  display: inline-block;
  letter-spacing: 0.5px;
  color: #f6f6f6;
  transition: all 0.4s ease;
}
#screenShop .item_Selection dl dd .out-div > p:not(:first-of-type) span a {
  margin-top: 8px;
}
#screenShop .item_Selection dl dd .out-div span a:hover {
  color: white;
  text-decoration: underline;
}
#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: white;
  background-color: #1a1b1f;
  padding: 0 5px;
  height: 20px;
  line-height: 24px;
  border-radius: 5px;
}
#screenShop .item_Selection dl dd > span .action a {
  color: #d3b16a;
}
#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 #1b1b1b;
  background-color: transparent;
  padding: 2px 16px;
  color: #1b1b1b;
  cursor: pointer;
  margin-top: 2%;
  float: right;
}
#screenShop .item_Selection .priceSearch .priceRange {
  float: right;
  color: #777776;
  margin-top: -3px;
}
#screenShop .item_Selection .priceSearch .priceRange .line {
  margin: 0 5px;
}
#screenShop .item_Selection .priceSearch .priceRange input[type='text'] {
  width: 70px;
  padding: 4px;
  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 #1b1b1b;
  background-color: transparent;
  padding: 2px 16px;
  color: #1b1b1b;
  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: #d3b16a;
}
#screenShop .item_Selection .otherSearch dd ul li .layui-input {
  border-radius: 20px;
  border: none;
}
#sortOrder {
  height: 35px;
  margin: 20px 0;
  color: #4d4d4d;
}
#sortOrder .activeOrder {
  color: #d3b16a !important;
}
#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;
  color: #727272;
}
#sortOrder .searchResult span {
  color: #d3b16a;
  margin: 0 4px;
}
#shoplist.newTmlist .listItem {
  float: left;
  width: 49%;
  margin-bottom: 35px;
  height: auto;
}
#shoplist.newTmlist .listItem:nth-child(2n+1) {
  margin-right: 2%;
}
#shoplist.newTmlist .listItem:not(:first-of-type) {
  margin-top: 0;
}
#shoplist.newTmlist .listItem .shopBrief > h3 {
  padding-left: 0;
  font-size: 20px;
  font-weight: normal;
}
#shoplist.newTmlist .listItem .shopBrief > h3 span {
  margin-right: 0;
}
#shoplist.newTmlist .listItem .shopBrief .infoMsg li {
  float: left;
  width: 50%;
  font-size: 15px;
  margin-bottom: 10px;
}
#shoplist.newTmlist .listItem .shopBrief .infoMsg li span {
  color: #333333;
}
#shoplist.newTmlist .listItem .shopBrief .btmBox {
  margin-top: 20px;
  padding-left: 0;
  position: initial;
}
#shoplist.newTmlist .listItem .shopBrief .btmBox > .tips {
  color: red;
  margin-bottom: 15px;
}
#shoplist.newTmlist .listItem .shopBrief .btmBox .lContent {
  float: left;
}
#shoplist.newTmlist .listItem .shopBrief .btmBox .lContent > .btn {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #1a1b1f;
  padding: 0 15px;
  color: white;
  border-radius: 6px;
}
#shoplist.newTmlist .listItem .shopBrief .btmBox .lContent > .btn.reserve {
  margin-right: 15px;
}
#shoplist.newTmlist .listItem .shopBrief .btmBox .lContent > .btn.payViewInfo {
  background-color: #d3b16a;
}
#shoplist.newTmlist .listItem .shopBrief .btmBox .lContent > .btn.login {
  padding: 0 30px;
}
#shoplist.newTmlist .listItem .shopBrief .btmBox .rContent {
  float: right;
}
#shoplist.newTmlist .listItem .shopBrief .btmBox .rContent .contact {
  padding: 0 15px;
}
.listItem {
  display: block;
  padding: 30px 30px 30px 24px;
  box-sizing: border-box;
  height: 230px;
  min-height: 155px;
  background-color: #fff;
  color: #a0a0a0;
  position: relative;
}
.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 .shopBrief {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
}
.listItem .shopBrief h3 {
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 3%;
}
.listItem .shopBrief h3 .tmIco {
  margin-bottom: 3px;
}
.listItem .shopBrief h3 img.freeViewShop {
  margin-right: 8px;
  margin-bottom: 3px;
}
.listItem .shopBrief h3 span {
  margin-right: 10px;
}
.listItem .shopBrief h3 .favorite {
  float: right;
  font-size: 14px;
  color: #b6b6b6;
}
.listItem .shopBrief h3 .favorite > img {
  margin-bottom: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
.listItem .shopBrief .infoMsg ul {
  float: left;
  color: #a0a0a0;
  position: relative;
}
.listItem .shopBrief .infoMsg ul li {
  width: 120px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.listItem .shopBrief .infoMsg ul li:first-of-type {
  color: #686868;
}
.listItem .shopBrief .infoMsg 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 .shopBrief .btmBox {
  padding-left: 3%;
  position: absolute;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
}
.listItem .shopBrief .btmBox div {
  text-align: right;
}
.listItem .shopBrief .btmBox .price {
  color: #1a1b1f;
  font-size: 2.5em;
  float: left;
}
.listItem .shopBrief .btmBox .price span {
  font-size: 14px;
  margin-left: 3px;
}
.listItem .shopBrief .btmBox .shopNum {
  float: left;
  height: 40px;
  line-height: 55px;
  margin-left: 25px;
}
.listItem .shopBrief .btmBox .rContent .contact {
  border-radius: 6px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  font-size: 13px;
  color: white;
  background-color: #d3b16a;
}
.listItem .shopBrief .btmBox .rContent .qqConsult {
  margin: 0 15px;
  background-color: #1a1b1f;
}
.listItem .shopBrief .btmBox .rContent .qqConsult img {
  vertical-align: -1px;
}
.listItem .shopBrief .btmBox .rContent .wxConsult {
  background-color: #d3b16a;
  color: white;
}
.listItem .shopBrief .btmBox .rContent .wxConsult:hover + .qrCodeBox {
  display: block;
}
.listItem .shopBrief .btmBox .rContent .qrCodeBox {
  position: absolute;
  bottom: -110px;
  right: -200px;
  z-index: 1;
  width: 175px;
  padding: 20px;
  box-sizing: border-box;
  background-color: white;
  -moz-box-shadow: 0px 0px 10px #e6e6e6;
  -webkit-box-shadow: 0px 0px 10px #e6e6e6;
  box-shadow: 0px 0px 10px #e6e6e6;
  text-align: center;
  display: none;
}
.listItem .shopBrief .btmBox .rContent .qrCodeBox .wxQrCode {
  width: 100%;
}
.listItem .shopBrief .btmBox .rContent .qrCodeBox .name {
  font-size: 18px;
  color: #363636;
}
.listItem .shopBrief .btmBox .rContent .qrCodeBox .txt {
  color: #2b2b2b;
}
.listItem .shopBrief .btmBox .rContent .qrCodeBox .txt > img {
  margin-right: 5px;
}
.listItem .sellerDescribe {
  border-top: 1px dashed #e3e3e3;
  margin-top: 20px;
  padding: 20px 24px;
  float: left;
  width: 100%;
  color: #686868;
  box-sizing: border-box;
}
.listItem .sellerDescribe .describeMsg {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listItem .sellerDescribe .shopNum {
  float: right;
  color: #a0a0a0;
}
#shopListPage {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 100px;
}
#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;
}