﻿.shop-top {
  border-top: 1px solid #ccc;
  padding-top: 29px;
  width: 100%;
}
.shop-info {
  min-height: 81px;
  position: relative;
}
.shop-name {
  font-weight: bold;
  font-size: 30px;
  float: left;
  padding-top: 18px;
  position: relative;
  max-width: 800px;
}
.shop-name i {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 35px;
  height: 32px;
  display: inline-block;
  background: url(http://www.njlulian.xyz/Public/images/shop/store-icon.png)
}
.shop-name span {
  display: inline-block;
  width: 100%;
  padding-left: 50px;
  line-height: 32px;
}
.shop-info-con {
  float: right;
  margin-right: 110px;
}

.shop-info-grade, .shop-info-phone, .shop-info-location {
  line-height: 27px;
  font-size: 16px;
  color: #666;
  position: relative;
}

.shop-info-grade i, .shop-info-phone i, .shop-info-location i {
  width:21px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}

.shop-info-grade i {
  background: url(http://www.njlulian.xyz/Public/images/shop/grade.png);
}

.shop-info-phone i {
  background: url(http://www.njlulian.xyz/Public/images/shop/phone.png);
}

.shop-info-location i {
  background: url(http://www.njlulian.xyz/Public/images/shop/location.png);
}

.shop-info-grade label, .shop-info-phone label, .shop-info-location label {
  padding-left: 34px;
}

.shop-nav {
  width: 100%;
  min-width: 1226px;
  height: 30px;
  margin-top: 28px;
  background-color: #FF4F01;
}

.shop-nav-navitems {
  height: 100%;
  overflow: hidden;
}

.shop-nav-navitems li {
  float: left;
  line-height: 30px;
  color: #fff;
}
.shop-nav-navitems .shop-nav-item-more {
  font-family: '宋体';
  float: right;
}

.shop-nav-navitems li a {
  padding: 0 30px;
}

.shop-con {
  /* margin-top: 38px; */
}

.shop-con-title {
  margin: 38px 0 11px 0;
  position: relative;
  text-align: center;
}

.shop-con-title .liner {
  position: absolute;
  top: 50%;
  width:100%;
  height:1px;
  background:#999999;
}

.shop-con-title span {
  width: 155px;
  padding: 0 10px;
  display: inline-block;
  background-color: #f8f8f8;
  font-weight: bold;
  font-size: 24px;
  z-index: 2;
  position: relative;
}

.shop-goods-item {
  width: 280px;
  height: 378px;
  background-color: #fff;
  margin: 35px 35px 0 0;
  float: left;
}

.shop-goods-item:nth-child(4n) {
  margin-right: 0;
}

.shop-goods-item a {
  display: block;
  width: 100%;
  height: 255px;
  position: relative;
}

.shop-goods-item .goods-img {
  width: 240px;
  height: 215px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -120px;
  margin-top: -107.5px;
}

.sgi-con {
  width: 100%;
  padding: 0 20px;
  height: 123px;
}

.sgi-con .sgi-name {
  line-height: 18px;
  height: 36px;
  margin-bottom: 30px;
  overflow: hidden;
}
.sgi-con .sgi-price span{
  display: block;
  color: #FF4F01;
  font-size: 18px;
  float: left;
}

.sgi-con .sgi-price .sgi-buy {
  float: right;
  width: 98px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background-color: #FF4F01;
}