.shop-top {
  /* border-top: 1px solid #ccc; */
  padding-top: 20px;
  width: 100%;
}

.shop-info {
  min-height: 81px;
  position: relative;
  background-color: rgba(255,255,255,1);
  width: 1224px;
  margin: 20px auto 0;
}
.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: 1226px;
  min-width: 1226px;
  height: 46px;
  line-height: 46px;
  /* margin: 20px auto 0; */
  margin: 0 auto;
  background-color: rgba(255,255,255,1);;
}

.shop-nav-navitems {
  height: 100%;
  overflow: hidden;
  background-color: rgba(255,255,255,1);;
}

.shop-nav-navitems li {
  float: left;
  line-height: 46px;
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(51,51,51,1);
  /* color: white; */
}
.shop-nav-navitems .shop-nav-item-more {
  font-family: '宋体';
  float: right;
}

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

.shop-nav-navitems li:hover a{
  /* color: #FC0F63; */
}

.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{
  margin-top: 10px;
}

.shop-goods-item {
  width: 228px;
  height: 324px;
  background-color: #fff;
  margin: 20px 21px 0 0;
  float: left;
  /* border-radius: 10px;
  border: 2px solid #FC0F63; */
}

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

.shop-goods-item a {
  display: block;
  width: 100%;
  height: 204px;
  margin: 0 auto;
}

.shop-goods-item .goods-img {
  width: 204px;
  height: 204px;
  display: block;
  margin: 10px auto 0;
}

.sgi-con {
  width: 100%;
  padding: 0 10px;
  margin: 20px 0px 10px;
}

.sgi-con .sgi-name {
  line-height: 18px;
  height: 36px;
  /* margin-bottom: 30px; */
  overflow: hidden;
  text-overflow: ellipsis; 
  /* Firefox */ 
  display: -moz-box; 
  -moz-line-clamp: 1; 
  -moz-box-orient: vertical; 
  /* Safari、Opera、Chrome */ 
  display: -webkit-box; 
  /* 盒子垂直对齐 */ 
  -webkit-box-orient: vertical; 
  /* 两行 */ 
  -webkit-line-clamp: 2;
}
.sgi-con .sgi-price{
  margin-bottom: 13px;
  height: 27px;
  overflow: hidden;
}

.sgi-con .sgi-price span.now{
  display: inline-block;
  color: #111111;
  /* color: #FC0F63; */
  font-size: 18px;
  font-weight:bold;
}

.sgi-con .sgi-price span.old{
  display: inline-block;
  font-size: 14px;
  color: #999999;
  /* color: #FC0F63; */
  text-decoration: line-through;
  margin-left: 5px;
}

.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: #D71212;
}

.ellipsis-name{
  font-size:30px;
  font-family:Source Han Sans CN;
  font-weight:bold;
  color:rgba(51,51,51,1);
  line-height:30px;
  padding-top: 25px;
  padding-left: 46px;
  overflow: hidden;
}

.ellipsis-phone{
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:30px;
  position: absolute;
  bottom: 17px;
}

.ellipsis-collect{
  position: absolute;
  bottom: 17px;
  right: 35px;
}
.ellipsis-collect-red{
  background: url(../images/f002/heart.png) no-repeat;
  position: absolute;
  top: 3px;
  left: -20px;
}

.ellipsis-collect:hover .collect-span{
  color: #FF432E;
}

.nav22{
  display: none;
}

.shop-nav-navitems .red{
  color: #FF432E;
  text-decoration:underline;
}

.shop-nav-navitems li:hover{
  color: #FF432E;
  text-decoration:underline;
}