.shop-list-wrp {
  background: #ffffff;
  min-width: 1300px;
}
.shop-list-wrp .content {
  padding: 64px 0;
}
.shop-list-wrp .content .page-t {
  color: #303133;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
}
.shop-list-wrp .content .rows {
  width: 1200px;
  margin: 0 auto;
}
.shop-list-wrp .content .rows .row {
  position: relative;
  height: 330px;
  margin-top: 60px;
}
.shop-list-wrp .content .rows .row.low {
  height: 213px;
}
.shop-list-wrp .content .rows .row ul {
  position: absolute;
  z-index: 2;
  left: 46px;
  right: 46px;
  bottom: 45px;
  text-align: center;
  font-size: 0;
}
.shop-list-wrp .content .rows .row ul li {
  display: inline-block;
  width: 206px;
  cursor: pointer;
  vertical-align: bottom;
  text-align: center;
  margin-left: 57px;
}
.shop-list-wrp .content .rows .row ul li img {
  width: 206px;
  height: 259px;
  display: block;
  margin: 0 auto;
}
.shop-list-wrp .content .rows .row ul li.low img {
  height: 142px;
}
.shop-list-wrp .content .rows .row ul li p {
  line-height: 28px;
  color: #303133;
  font-size: 20px;
  position: relative;
  top: 30px;
}
.shop-list-wrp .content .rows .row.row-last ul {
  display: flex;
  justify-content: center;
}
.shop-list-wrp .content .rows .row.row-last ul li {
  float: none;
  margin-left: 57px;
}
.shop-list-wrp .content .rows .row.row-last ul li:first-child {
  margin-left: 0;
}
.shop-list-wrp .content .rows .row .shelf {
  width: 1200px;
  height: 145px;
  background: url('../../images/shop/index/15.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.small-nav-alone {
  position: relative;
  z-index: 3;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.small-nav-alone.black {
  background-color: #28292B;
}
.small-nav-alone.white {
  color: #333;
  background-color: #fff;
}
.small-nav-alone.white .fr-li a {
  color: #333;
}
.small-nav-alone.absolue {
  position: absolute;
  top: 0;
  width: 1190px;
  left: 50%;
  margin-left: -595px;
}
.small-nav-alone .hello-text {
  font-size: 12px;
}
.small-nav-alone .fr-li {
  margin-left: 30px;
}
.small-nav-alone .fr-li a {
  color: #fff;
}
.small-nav-alone .fr-li.top-nav-dynamic {
  margin-left: 0;
}
.small-nav-alone .fr-li.top-nav-dynamic div {
  margin-left: 30px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li {
  position: relative;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-a {
  width: 80px;
  height: 36px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li:hover .user-name-drop {
  display: block;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -34px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.small-nav-alone .fr-li.top-nav-dynamic div.user-name-li .user-name-drop a:hover {
  color: #09C867;
}
.small-nav-alone .fr-li.top-nav-dynamic div .register-li {
  color: #09C867;
}
.small-nav-alone .fr-li.user-order-li {
  position: relative;
}
.small-nav-alone .fr-li.user-order-li .user-order-a {
  height: 36px;
}
.small-nav-alone .fr-li.user-order-li i {
  font-size: 24px;
}
.small-nav-alone .fr-li.user-order-li:hover .user-order-drop {
  display: block;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop {
  display: none;
  position: absolute;
  width: 96px;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  left: -10px;
  z-index: 99;
  padding: 5px 3px;
  top: 36px;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop a {
  display: block;
  color: #191919;
  line-height: 30px;
  padding: 0 0 0 8px;
}
.small-nav-alone .fr-li.user-order-li .user-order-drop a:hover {
  color: #09C867;
}
.small-nav-alone .fr-li.qrcode-li {
  position: relative;
}
.small-nav-alone .fr-li.qrcode-li:hover .head-qrcode-div {
  display: block;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div {
  display: none;
  position: absolute;
  height: 168px;
  width: 130px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 3;
  left: 50%;
  margin-left: -65px;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div img {
  display: block;
  height: 98px;
  width: 98px;
  margin: 16px auto 0;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div .qr-t {
  height: 17px;
  text-align: center;
  color: #000000;
  line-height: 17px;
  margin-top: 2px;
}
.small-nav-alone .fr-li.qrcode-li .head-qrcode-div .qr-t.desc {
  color: #606266;
}
.small-nav-alone {
  color: #191919 !important;
}
.small-nav-alone * {
  color: #191919 !important;
}
.preview-div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: url('../../images/alert-mask.png') repeat;
  overflow: hidden;
}
.preview-div .preview-img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  transition: transform 0.3s linear;
}
.preview-div .preview-opr {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.preview-div .preview-opr .opr {
  padding: 0 0px;
  margin: 0 auto;
  height: 40px;
  text-align: center;
}
.preview-div .preview-opr .opr li {
  color: #fff;
  font-size: 14px;
}
.preview-div .preview-opr .opr li.li-1,
.preview-div .preview-opr .opr li.li-3 {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50% 50%;
  cursor: pointer;
}
.preview-div .preview-opr .opr li.li-1 i,
.preview-div .preview-opr .opr li.li-3 i {
  font-size: 26px;
}
.preview-div .preview-opr .opr li.li-2 {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  margin: 0 24px;
  pointer-events: auto;
  user-select: none;
  -webkit-user-drag: none;
}
