.flex-b{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.company{
  margin-top: 10px;
  margin-left: 350px;
  border-right: 1px solid #000;
  padding-right: 50px;
}
.company p{
  line-height: 50px;
}
.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(../image/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(../image/grade.png);
}

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

.shop-info-location i {
  background: url(../image/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: 260px;
  position: relative;
}

.shop-goods-item .goods-img {
  width: 240px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 10px;
}

.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: 400px;
  background-size: 100% 400px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* 店铺导航 */
.store_nav{
  width: 1224px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  margin: 0 auto;
}

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

.store_nav_category>li{
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  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: 40px;
  left: 0;
  display: none;
  z-index: 5;
  width: 180px;
  box-shadow: 0px 0 1px 0px #DDDDDD;
  background-color: #f8f8f8;
}

.store_nav_category_box li{
  height: 40px;
  line-height: 40px;
  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{
  color: #0493d7;
}

/* 首页 */
.store_nav ul>li{
  float: left;
  line-height: 37px;
}
.store_nav ul>li a{
  font-size: 16px;
  font-weight: bold;
  color: #0493d7;
}

.store_nav ul>li::after{
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  background: #0493d7;
  margin: 0 auto;
}

/* 店铺导航 end*/

.shop-goods .supplier_info_item {
  width: 300px;
  float: left;
  margin-top: 20px;
}

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

.shop-goods .supplier_info_item>a{
  width: 100%;
  height: 150px;
}
.supplier_info_item_txt>p{
  color: #0493d7 !important;
}
/* 新增店铺样式 end*/
