.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: 30px;
  margin-top: 28px;
  background-color: #D71212;
}

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


/* 新增店铺样式 */

.store_adv>a{
  display: block;
  width: 100%;
  height: 100px;
  background-size: 100% 100px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* 店铺导航 */
.store_nav{
  width: 1200px;
  height: 44px;
  line-height: 44px;
  background: #FFFFFF;
  box-shadow: 0px 2px 0px 0px #DDDDDD;
  margin: 20px auto 0;
}

/* 店内分类 */
.store_nav_category{
  position: relative;
  float: left;
}

.store_nav_category>li{
  width: 180px;
  height: 44px;
  line-height: 44px;
  background: #F9FAFB;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.store_nav_category>li a{
  padding-left: 42px;
}

.store_nav_category>li i{
  width: 0;
  height: 0;
  display: block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #999999;
  position: absolute;
  right: 42px;
  bottom: 12px;
}

.store_nav_category_box{
  position: absolute;
  top: 44px;
  left: 0;
  display: none;
  z-index: 5;
  width: 180px;
  box-shadow: 0px 0 1px 0px #DDDDDD;
  background-color: #F9FAFB;
}

.store_nav_category_box li{
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.store_nav_category:hover .store_nav_category_box{
  display: block;
}
.store_nav_category_box li:hover{
  /* background: #38B6FF; */
  color: #1193DD;
}

/* 首页 */
.store_nav ul>li{
  float: left;
}
.store_nav ul>li a{
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  color: #1193DD;
}
/* 店铺导航 end*/

/* 第一个 */
.store_shop_item11{
  width: 1200px;
  height: 400px;
  background: linear-gradient(0deg, #BFD9FF 0%, #E0F0FF 100%);
  margin-top: 12px;
}

.store_shop_item11_left{
  float: left;
  margin: 65px 0 0 118px;
}

.store_shop_item_name11{
  width: 560px;
  height: 96px;
  line-height: 48px;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
}

.store_shop_item_price11{
  width: 330px;
  height: 60px;
  background: #FD254C;
  border-radius: 30px;
  margin-top: 50px;
}

.store_shop_item_price11 span{
  display: block;
  width: 140px;
  line-height: 24px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden;
  float: left;
  margin: 18px 0 0 20px;
  border-right: 1px solid #FFFFFF;
}

.store_shop_item_price11 span .li_xfo{
  font-size: 20px;
}

.store_shop_item_price11>a{
  display: block;
  line-height: 24px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  float: right;
  margin: 18px 16px 0 0;
}

.store_shop_item_img11{
  display: block;
  width: 340px;
  height: 340px;
  border-radius: 0px 40px 0px 40px;
  overflow: hidden;
  float: right;
  margin: 30px 90px 0 0;
}

/* 中间 */
.store_shop_item22_box{
  width: 1200px;
  height: 352px;
  background: #FFFFFF;
  border: 8px solid #C3DCFF;
  margin: 20px auto 0;
}

.store_shop_item22{
  width: 250px;
  float: left;
  margin: 30px 0 0 30px;
}

.store_shop_item_img22{
  display: block;
  width: 250px;
  height: 250px;
}

.store_shop_item_price22{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  color: #333333;
  margin-top: 20px;
}
/* 后面的商品 */

.store_shop_item33:nth-child(2n){
  margin-right: 0;
}

.store_shop_item33 {
  float: left;
  width: 580px;
  height: 300px;
  background: linear-gradient(0deg, #BFD9FF 0%, #E0F0FF 100%);
  border: 8px solid #C3DCFF;
	margin: 40px 40px 0 0;
	position: relative;
}

.store_shop_item33_left{
  float: left;
  margin: 50px 0 0 30px;
}

/* 商品名字 */
.store_shop_item_name33{
  width: 251px;
  height: 66px;
  line-height: 33px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
	overflow: hidden;
}

/* 商品价格 */
.store_shop_item_price33{
  line-height: 24px;
  font-size: 30px;
  font-weight: bold;
  color: #FD254C;
	margin-top: 30px;
	overflow: hidden;
}

.store_shop_item_price33 .li_xfo{
  font-size: 20px;
}

.store_shop_item33_left>a{
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FD254C;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 26px;
}

/* 图片 */
.store_shop_item_img33{
	display: block;
  width: 240px;
  height: 240px;
  float: right;
  margin: 30px 30px 0 0;
}

/* 后面的商品 end*/

/* 新增店铺样式 end*/