.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(../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(../images/shop/grade.png);
}

.shop-info-phone i {
  background: url(../images/shop/phone.png);
}

.shop-info-location i {
  background: url(../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: 50px;
  background-color: #fff;
}

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

.shop-nav-navitems li {
  float: left;
  line-height: 50px;
  font-size: 18px;
  color: #333;
}
.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: 220px;
  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: 100px;
}

.sgi-con .sgi-name {
  line-height: 15px;
  height: 31px;
  margin-top: 14px;
  margin-bottom: 10px;
  overflow: hidden;
}
.sgi-con .sgi-price span{
  display: block;
  color: #D71212;
  font-size: 18px;
  float: left;
  
}

.sgi-con .sgi-price span:first-child{
  height:15px;
  line-height: 15px;
  padding-top: 8px;
  font-weight:bold;
  color: #F96C4C;
}

.sgi-con .sgi-price .sgi-buy {
  display: block;
  float: right;
  width:32px;
  height:32px;
  background:rgba(249,108,76,1);
  border-radius:10px;
  background-image: url('../images/shop47/goodslist-cart-icon.png');
  background-repeat: no-repeat;
  background-position: center;
}

/* 新增样式 */
.shop-goods{
  width: 100%;
}

.shop-goods-item{
  width:240px;
  height:340px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(221, 221, 221, 1);
  margin: 4px 2px 0 3px;
  position: relative;
  box-sizing: border-box;
}

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

.shop-goods-item .goods-img{
  width: 220px;
  height: 220px;
  position: absolute;
 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px auto 0;
}

.left-good{
  width:240px;
  box-sizing: border-box;
  background:rgba(252,252,252,1);
  border:1px solid rgba(204, 204, 204, 1);
  margin-top: 4px;
}
.left-good .title{
  width:210px;
  line-height:80px;
  background:rgba(252,252,252,1);
  box-shadow:0px 1px 0px 0px rgba(204,204,204,1);
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(51,51,51,1);
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.left-good .shop-goods-item{
  width: 210px;
  height: 100px;
  background: rgba(252,252,252,1);
  display: block;
  overflow: hidden;
  margin: 0 auto !important;
  position: relative;
  float: unset;
  overflow: hidden;
  border: none;
  border-bottom: dashed 1px #ccc;
}


.left-good .shop-goods-item:last-child{
  border: none;
}

.left-good .shop-goods-item a{
  width:70px;
  height:70px;
  position: relative;
  float: left;
  top: 15px;
  left: 0;

}

.left-good .shop-goods-item .goods-img{
  width: 100%;
  height: 100%;
  margin: unset;
}

.left-good .shop-goods-item .sgi-con{
  padding: 0;
  margin-left: 6px;
}

.left-good .sgi-con .sgi-name{
  margin-left: 6px;
  width:126px;
  height:31px;
  line-height: 15px;
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(102,102,102,1);
  padding-left: 6px;
}

.left-good .sgi-con .sgi-price span{
  padding: 0;
  padding-left: 6px;
  width:47px;
  height:12px;
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:36px;
}

/* 新增样式 */

.store-top{
  width: 1222px;
  height: 179px;
  background: url(../images/shop47/store.png) no-repeat;
  margin: 10px auto;
}

.store-top>div{
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 100px;
}