@charset "UTF-8";
.w1226 {
  width: 1226px;
  margin: 0 auto;
}

.w998 {
  width: 998px;
  margin: 0 auto;
}

.border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav {
  display: none;
}

.shop-top {
  border-top: 1px solid #ccc;
  padding-top: 29px;
  width: 100%;
  background-color: #0090FF;
}

.shop-info {
  min-height: 81px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  color: #fff;
}

.shop-name {
  font-weight: bold;
  font-size: 24px;
  float: left;
  padding-top: 18px;
  position: relative;
  max-width: 800px;
  color: #fff;
}

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

.shop-info-box {
  width: 200px;
  min-height: 300px;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
  float: left;
}

.shop-info-box > .title {
  height: 34px;
  line-height: 34px;
  background-color: #ff7a00;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
}

.shop-info-box .suppliers-name, .shop-info-box ul li.title {
  color: #0B0B0B;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px;
}

.shop-info-box ul {
  padding: 0 10px;
}

.shop-info-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0B0B0B;
  line-height: 20px;
}

.shop-info-box ul li.title {
  padding-left: 0;
  padding-right: 0;
}

.shop-info-box ul li label {
  font-size: 12px;
}

.shop-info-box ul li span {
  font-size: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.shop-goods {
  width: 780px;
  float: right;
}

.shop-goods > .title {
  border-top: 2px solid #ff7a00;
  color: #0B0B0B;
  font-size: 14px;
  font-weight: bold;
  font-family: Microsoft YaHei;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
}

.shop-goods .shop-goods-wrap {
  margin-top: 10px;
}

.shop-nav {
  width: 100%;
  min-width: 998px;
  height: 40px;
  margin-top: 28px;
  background-color: #0B0B0B;
}

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

.shop-nav-navitems li {
  float: left;
  line-height: 40px;
  color: #fff;
}

.shop-nav-navitems .shop-nav-item-more {
  font-family: '宋体';
  float: right;
}

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

.shop-goods-item {
  width: 180px;
  height: 258px;
  background-color: #fff;
  margin: 0 0 20px 20px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.shop-goods-item a {
  display: block;
  width: 100%;
  height: 180px;
  position: relative;
  border: 1px solid #ddd;
}

.shop-goods-item .goods-img {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sgi-con {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sgi-con .sgi-name {
  line-height: 15px;
  height: 30px;
  margin-bottom: 10px;
  overflow: hidden;
}

.sgi-con .sgi-price span {
  display: block;
  color: #d71212;
  font-size: 18px;
  float: left;
}

.sgi-con .sgi-price .sgi-buy {
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
  color: #ff7a00;
}
