.mall-module {
  position: relative;
}
.mall-module .inputBox {
  position: absolute;
  top: 171px;
  width: 400px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  /*background: #fff;*/

  /*opacity: 0.4;*/

  border-radius: 5px;
  left: 50%;
  margin-left: -200px;
}
.mall-module .inputBox b {
  content: '';
  position: absolute;
  background: url('../images/mall/icon_search.svg') 50% 50% no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  display: block;
  top: 9px;
  left: 6px;
}
.mall-module .inputBox b:hover {
  cursor: pointer;
}
.mall-module .inputBox input {
  width: 358px;
  height: 40px;
  line-height: 40px ;
  border: 0;
  margin-left: 40px;
  color: #fff;
  opacity: 1;
  background: none;
  /*position: absolute;*/

  /*left:0;*/

  /*top:0;*/

  font-size: 14px;
}
.mall-module .inputBox input.fff {
  opacity: 1;
}
.mall-module .inputBox span {
  color: #C4C4C4;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
  width: 358px;
  margin-left: 40px;
  font-size: 14px;
  opacity: 1;
}
.mall-module .cur-area {
  margin-top: 48px;
  font-size: 18px;
  font-weight: 600;
  color: #232323;
}
.mall-module .malllistBox p.cityname {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #232323;
  letter-spacing: 0;
  padding-bottom: 23px;
  border-bottom: 1px solid #EFEFEF;
  font-weight: 700;
}
.mall-module .malllistBox .mallItemBox li {
  padding: 22px 0;
  border-bottom: 1px solid #EFEFEF;
}
.mall-module .malllistBox .mallItemBox li p {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #232323;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 700;
  margin:15px 0;
}
.mall-module .malllistBox .mallItemBox li p b {
  float: right;
  color: #666666;
}
.mall-module .malllistBox .mallItemBox li div {
  margin-top: 3px;
  font-size: 14px;
  color: #C4C4C4;
  letter-spacing: 0;
  line-height: 30px;
  text-align: right;
}
.mall-module .malllistBox .mallItemBox li div:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-right: 8px;
  vertical-align: baseline;
  background: url(../images/mall/icon_location.svg) 0 2px no-repeat;
  -webkit-background-size: 12px 12px;
  background-size: 12px 12px;
}
.mall-module .optionsBox {
  background: #F6F6F6;
  padding: 16px 24px;
}
.mall-module .optionsBox .bigarea > span,
.mall-module .optionsBox .city > span {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
}
.mall-module .optionsBox .bigarea > span:hover,
.mall-module .optionsBox .city > span:hover {
  cursor: pointer;
  background: #208BFE;
  color: #FFFFFF;
}
.mall-module .optionsBox .bigarea > span.active,
.mall-module .optionsBox .city > span.active {
  background: #208BFE;
  color: #FFFFFF;
}
.mall-module .optionsBox .bigarea > span.active:hover,
.mall-module .optionsBox .city > span.active:hover {
  cursor: text;
}
.mall-module .optionsBox .bigarea {
  padding-bottom: 7px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #fff;
}
.mall-module .optionsBox .bigarea span {
  height: 26px;
  line-height: 26px;
  margin-right: 26px;
  color: #232323;
  width:150px;
  margin-bottom: 8px;
}
.mall-module .optionsBox .city span {
  color: #C4C4C4;
  margin-right: 32px;
  height: 26px;
  line-height: 26px;
}
.mall-module .module-title span{
  color:#C4C4C4;
  font-size:18px;
}
/* 搜索页面 */
.malllistBox {
  margin-top: 48px;
}
.malllistBox p.cityname {
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #232323;
  letter-spacing: 0;
  padding-bottom: 23px;
  border-bottom: 1px solid #EFEFEF;
  font-weight: 700;
}
.malllistBox .mallItemBox li {
  padding: 22px 0;
  border-bottom: 1px solid #EFEFEF;
}
.malllistBox .mallItemBox li p {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #232323;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 700;
}
.malllistBox .mallItemBox li p b {
  float: right;
  color: #666666;
}
.malllistBox .mallItemBox li div {
  margin-top: 3px;
  font-size: 14px;
  color: #C4C4C4;
  letter-spacing: 0;
  line-height: 30px;
  text-align: right;
}
.tips {
  color: #C4C4C4;
  margin-top: 51px;
  font-size: 14px;
}
.nodata {
  margin-top: 50px;
  text-align: center;
}
.nodata img {
  width: 86px;
  height: 106px;
}
.nodata p {
  font-size: 14px;
  color: #808080;
  margin-top: 24px;
}
