/**
 * 商场相关css
 */
.shop-nav {
  padding: 0px 5px;
}
.shop-nav-root {
  display: flex;
}
.shop-nav-root-item {
  width: 20%;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  background-image: url("/mobile/images/jiantoupng.png");
  background-repeat: no-repeat;
  background-position: 10px 8px;
  text-align: center;
  cursor: pointer;
}
.shop-nav-root-item.is-active {
  background-color: #f1f1f1;
}
.shop-nav-content {
  background-color: #f1f1f1;
  padding: 10px;
}
.shop-nav .shop-nav-cate-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.shop-nav .shop-nav-cate-wrapper .shop-nav-cate-item {
  min-width: 20%;
  padding: 4px 10px;
  text-align: center;
}
.shop-nav .shop-nav-jiage-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.shop-nav .shop-nav-jiage-wrapper .shop-nav-jiage-split {
  padding: 0 4px;
}
.shop-nav .is-active-nav {
  border: 1px solid #ff4a00;
  border-radius: 4px;
  background: #ffffff url("/mobile/images/check.png") no-repeat right bottom;
}
.shop-goods-wrapper .goods-loading-wrapper {
  display: flex;
  justify-content: center;
}
.shop-goods-wrapper .goods-loading-wrapper .van-loading {
  margin-top: 10%;
}
.shop-goods-wrapper .goods-list {
  display: flex;
  flex-wrap: wrap;
}
.shop-goods-wrapper .goods-list-item {
  width: 50%;
  padding: 10px;
}
.shop-goods-wrapper .goods-list-item-image {
  width: 100%;
  height: 4rem;
}
.shop-goods-wrapper .goods-list .goods-list-item-content {
  width: 100%;
  display: block;
}
.shop-goods-wrapper .goods-list .goods-list-item-desc {
  display: flex;
  font-size: 0.8em;
  margin-top: 10px;
}
.shop-goods-wrapper .goods-list .goods-list-item-desc .goods-title {
  flex: 1;
  text-align: right;
}
.goodinfo-wrapper .goodinfo-loading-wrapper {
  display: flex;
  justify-content: center;
}
.goodinfo-wrapper .goodinfo-loading-wrapper .van-loading {
  margin-top: 30%;
}
.goodinfo-wrapper .goodinfo-photos-wrapper {
  padding: 10px;
}
.my-swiper-pagination {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.my-swiper-pagination .my-swiper-pagination-item {
  width: 15%;
  height: 1.5rem;
  opacity: 0.9;
  background: transparent;
  border-radius: inherit;
}
.my-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
/**
 * 店铺样式
 */
.store-info.resetstyle {
  margin-top: 10px;
  padding: 0 5px;
  display: flex;
}
.store-info.resetstyle .store-info-desc {
  width: 50%;
}
.store-info.resetstyle .store-title {
  font-size: 1.2em;
  color: #999;
  font-weight: bold;
  margin: 4px 0;
}
.store-info.resetstyle .store-logo {
  overflow: hidden;
  width: 50%;
  padding: 10px 20px 10px 10px;
}
.store-info.resetstyle .store-logo a {
  width: 190px;
  height: 190px;
}
.store-info.resetstyle .store-name.third-store {
  text-align: left;
  font-size: 16px;
  padding: 10px 5px;
}
.store-info.resetstyle .store-name.third-store a {
  font-size: 14px;
}
.store-info.resetstyle .store-about {
  padding: 6px;
}
.detail-info {
  padding: 10px;
}
.detail-info h1.goods-name.js-goods-name {
  font-size: 20px;
  margin-bottom: 15px;
}
/**
 * 商品的参数
 */
.detail-info .goods-param {
  border: 1px solid #EFEFEF;
  padding: 5px;
  font-size: 14px;
}
.detail-info .goods-param .goods-param-line {
  border-bottom: 1px dashed #efefef;
  display: flex;
  padding: 10px;
}
.detail-info .goods-param .goods-param-item {
  flex: 1;
}
.detail-info .goods-param .goods-param-item .item-title {
  color: #AAA;
}
.detail-info .goods-price {
  background: transparent;
  margin-top: 20px;
  margin-bottom: 10px;
}
.detail-info .goods-price .second-color {
  color: #e23435;
  font-size: 1.4em;
}
.detail-info .choose .action {
  margin-left: 10px;
  padding-left: 0;
}
.zhiliangbaozheng .phone {
  padding: 5px 5px 5px 60px;
  width: 361px;
  line-height: 34px;
  font-size: 28px;
  background: url('/static/images/contact-icon.png') no-repeat 0 5px;
}
.zhiliangbaozheng .weixin {
  padding: 5px 5px 5px 60px;
  margin-top: 10px;
  width: 361px;
  line-height: 34px;
  font-size: 28px;
  background: url('/static/images/contact-icon.png') no-repeat 0 -45px;
}
.goods-detail-group {
  padding: 10px;
  position: relative;
}
.goods-detail-group-title {
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
}
.goods-detail-group-title:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f33;
  position: absolute;
  top: 16px;
  left: 22px;
}
.goods-detail-group-content {
  margin: 10px 15px;
  padding: 10px;
  background: #EFEFEF;
  font-size: 16px;
}
/**
 * 大师店铺首页
 */
.shop-index .shop-index-about {
  margin-top: 30px;
  border-top: 3px solid #AD0000;
  display: flex;
  padding: 20px;
  background: #F7F7F5;
}
.shop-index .shop-index-about .about-avatar {
  padding: 10px;
  width: 40%;
}
.shop-index .shop-index-about .about-avatar img {
  width: 100%;
}
.shop-index .shop-index-about .about-text {
  flex: 1;
  padding-left: 25px;
}
.shop-index .shop-index-about .about-text .about-text-title {
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  margin: 20px 0;
}
.shop-index .shop-index-goods {
  margin-top: 45px;
}
.shop-index .shop-index-goods .shop-goods-title {
  border-left: 2px solid #AD0000;
  padding-left: 30px;
  font-size: 28px;
  margin: 25px 0;
  line-height: 1;
}
.goods-detail {
  z-index: 100;
  top: auto;
  overflow: visible;
  background: #fafafa;
  height: 38px;
  line-height: 37px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}
.goods-detail .tab {
  display: flex;
}
.goods-detail .tab > li {
  border-right: 1px solid #fafafa;
  float: left;
  text-align: center;
  margin-left: -1px;
  padding: 0 20px;
}
.goods-detail .tab > li.current {
  color: #ff0000;
  border-top: 2px solid #ff0000;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.storeindex-wrapper .store-loading-wrapper {
  display: flex;
  justify-content: center;
}
.storeindex-wrapper .store-loading-wrapper .van-loading {
  margin-top: 10%;
}
.storeindex-wrapper .store-list {
  display: flex;
  flex-wrap: wrap;
}
.storeindex-wrapper .store-list-item {
  width: 50%;
  padding: 10px;
  overflow: hidden;
}
.storeindex-wrapper .store-list-item-image {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.storeindex-wrapper .store-list .store-list-item-content {
  width: 100%;
  display: block;
}
.storeindex-wrapper .store-list .store-name {
  display: flex;
  margin-top: 10px;
}
.storeinfo-wrapper .storeinfo-content {
  padding: 10px;
}
.storeinfo-wrapper .storeinfo-content .about-avatar {
  width: 80%;
  margin: 0 auto;
  height: 6rem;
}
.storeinfo-wrapper .storeinfo-content .about-text-title {
  font-weight: bold;
  font-size: 1.2em;
}
.storeinfo-wrapper .storeinfo-content .about-text {
  background: #F7F7F5;
  margin-top: 10px;
  padding: 10px;
}
.storeinfo-wrapper .store-goods-title {
  border-left: 2px solid #AD0000;
  padding-left: 15px;
  font-size: 1.4em;
  margin: 25px 0;
  line-height: 1;
}
/*# sourceMappingURL=shop.css.map */