@charset "UTF-8";
html {
  color: #000;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html * {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent; }

html,
body {
  font-family: sans-serif; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0; }

input,
select,
textarea {
  font-size: 100%; }

/* 去掉各 Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 去除默认边框 */
fieldset,
img {
  border: 0; }

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* 一致的 del 样式 */
del {
  text-decoration: line-through; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500; }

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none; }

/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500; }

q:before,
q:after {
  content: ''; }

/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* 正常链接 未访问 */
/* 鼠标悬停 */
a:hover {
  text-decoration: underline; }

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none; }

a {
  color: #000;
  display: block; }

a:hover {
  text-decoration: none; }

img {
  vertical-align: middle;
  width: 100%; }

.flex, .footer-nav, .head-nav, #love-shop, #love-shop .tabs, #love-shop .shop-list > li > a, #love-shop .shop-list .privilege, #love-shop .shop-list .donate {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex1, .footer-nav a, #love-shop > .main, #love-shop .tabs > a, #love-shop .shop-list .right {
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-flex: 1; }

.jc-center {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center; }

.jc-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.jc-between {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.jc-around {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.ai-center, .footer-nav, #love-shop .shop-list .privilege {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center; }

.ai-end {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.ai-stretch {
  -webkit-align-items: stretch;
  align-items: stretch; }

.ac-center {
  -webkit-align-content: center;
  align-content: center; }

.ac-between {
  -webkit-align-content: space-between;
  align-content: space-between; }

.ac-around {
  -webkit-align-content: space-around;
  align-content: space-around; }

/* 清除浮动 */
.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

/* 布局 */
.fl {
  float: left; }

.fr {
  float: right; }

.cb {
  clear: both; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.fix {
  position: fixed; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.dib {
  display: inline-block; }

.vab {
  vertical-align: bottom; }

.vam {
  vertical-align: middle; }

.vat {
  vertical-align: top; }

.hide {
  display: none; }

.block {
  display: block; }

/* 强制换行 */
.to-wrap {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap; }

/* 禁止换行 */
.no-wrap {
  white-space: nowrap; }

/*溢出显示...*/
.outE {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*多行溢出显示...配合使用-webkit-line-clamp:1(行数);*/
.lineOutE {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all; }

/* 边距 */
.m5 {
  margin: 5px; }

.p5 {
  padding: 5px; }

.pt5 {
  padding-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.mr10 {
  margin-right: 10px; }

.ml-auto, #love-shop .shop-list .privilege span, #love-shop .shop-list .donate .icon-love {
  margin-left: auto !important; }

.c-gray {
  color: gray; }

.fs12 {
  font-size: 12px; }

.fs14 {
  font-size: 14px; }

.icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden; }

.box-s, #love-shop > .select-list > .active, #love-shop .tabs > .active {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.more-link-box {
  padding-top: 10px;
  padding-bottom: 10px; }

.more-link {
  width: 94%;
  margin: 0 auto;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 4px #cacaca;
  box-shadow: 1px 1px 4px #cacaca;
  border-radius: 4px;
  color: gray;
  background-color: #fff; }

.more-link i {
  position: relative;
  margin-left: 5px; }

.more-link i:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: '';
  top: -2px;
  left: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #c7c7cc;
  border-right: 2px solid #c7c7cc; }

.arrow {
  position: relative; }
  .arrow:after {
    position: absolute;
    content: '';
    right: 0.3rem;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-bottom: 2px solid #c7c7cc;
    border-right: 2px solid #c7c7cc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.empty {
  padding-top: 6%;
  padding-bottom: 6%; }

.empty-icon {
  width: 0.893333rem;
  height: 0.893333rem;
  margin: 0 auto;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+lJREFUeNrsW81V40AMFnm5xx0QKsAd2KlgQwU4Fay3AnLhvKECTAfJlQvjCuJ0ECrYpALWw2qWYbDx/GicOI7e0+Pn4JE+aTSSRnPx9vYGfaYLDsDz87PPNUYlhyXHJY+R62iLXCC/+hAoz/P3n/f39zD0pPR1yQkqHTp8h4OxLJmVvPIh6JDY0lzptMHKJjTG76UIRoZM5hkDIsXvUMAFofJVYMxxnUdc9+AA/ESBuGBBi7ErwXXvDgXAZckvaPE2FZcpQODXGHNaA+AHRuj4SE6yEOW5bQOAO4zKARwfZRgbvJ0Cj7j3jpmEfDNqD+iC8jIIj5QA/O6Q8sYgNAFwi0lIFynROSYHDels1vFahx+TkfrPKIoaARidgPKClt9ljXUApI5FzDFRgAmbNgCX6DqnREnVVqgDYHGivY+5DgA88E0dF9ohiBn+7kqiDGaO34mrvGBYsfddSNQIewn1wiF1zpSs7hqBCBy8YCKfBIOKhoYLTSXlARsXiYPl1ZR24xifYoxx/9tig4o82sX6VZ2aleVWqFP0wVHOtC4GuO591gCOjQfYrKXjpV8AGBHU9xQBrw0ai20gA0DR3AgbkhGbBOY7JYDCCwYawpsEGKhJrEJXV1VOgjGVsSg9IKipvmwTqwSqe30LSm8dErmUGrmZFHFdgiuDjzuBAH+PjxkAIK4jAt9V6QB6ShGmgr0FoPcecAbgDMAZgEIGYNc37ctyeC8DUPRM/626BYo+uv8ZAAkA1jMAlp9qgTIgvJaZYQH+L0OYBDZTcv4Qa5IY/M0ZvQf8Ut/NJwAwLWaeAFhiQdM05rZSeghToJ04+2J9NQ+gvhDJUPgbRTnefosqWK79eXOVNz+v4GMgilIuUMthsSgjqLe3KHSuWDOW3LwpQImtwoF7QqvNwf3eYivJVZkJzgn2eIiL8NmCF/iYH5xqunOIinKl/8C/AQ0eI37hN1yStnlTKpw7nAjctSaowBr/dvUm0QXaIhDCQ3eW1n/SqQXmlpafSUL6CKZyayymsH4dALkaKTX3/Br8j9MEEsCpoYGeTKrB1MDNxH5tc6AiQ/mYgYxG5bDupeYODjdNkmmm8Fy+jU0/YAXNHVnb/UgZF5qSngeXhsisw3VCUefFOlNiMk07WC2qgxrWHgD4kbhDIGgrrwuADAI7JeVNABAgTOB4p8gyU+VNARBEkZOT1vd4GsxMlbcFQByRY8OM0VeDJQSHuSGXe4E91vqHiA1bXHcCjk/oKC5GchQkbsEjGJ7tV2pdb0uUDydzZNEASYhSZNEgWYCHp7Q+ns6KdhZnMX1m+3aYgaf3w4Iuzq/Hew7AXwEGAOyH+coGVJEVAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 100%; }

.empty-title {
  margin-top: 0.133333rem;
  font-size: 14px;
  text-align: center;
  color: gray; }

footer {
  height: 44px; }

.footer-nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  background-color: #fff;
  z-index: 10; }
  .footer-nav a {
    font-size: 12px;
    color: gray; }
    .footer-nav a p {
      line-height: 18px; }
  .footer-nav a.on {
    color: #f60; }

header {
  height: 44px; }

.head-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #ff4f63; }
  .head-nav h4 {
    line-height: 44px;
    font-size: 16px; }

#love-shop {
  position: absolute;
  top: 0;
  bottom: 44px;
  width: 100%; }
  #love-shop > .select-list {
    width: 1.9rem;
    height: 100%;
    overflow-y: auto;
    background-color: #f2f2f2; }
    #love-shop > .select-list > li {
      height: 1.18rem;
      line-height: 1.18rem;
      text-align: center;
      font-weight: bold;
      border-bottom: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0; }
    #love-shop > .select-list > .active {
      width: 1.9rem;
      border-left: 2px solid #f37f78;
      border-right: none;
      background-color: #fff; }
  #love-shop > .main {
    width: 8rem;
    height: 100%;
    overflow-y: auto; }
  #love-shop .tabs {
    border-bottom: 1px solid #d9d9d9; }
    #love-shop .tabs > a {
      height: 1.066667rem;
      line-height: 1.066667rem;
      text-align: center; }
    #love-shop .tabs > .active {
      color: #d9534f;
      border-bottom: 2px solid #d9534f; }
  #love-shop .shop-list {
    background-color: #efeff5; }
    #love-shop .shop-list > li {
      margin-bottom: 0.133333rem; }
      #love-shop .shop-list > li > a {
        padding: 0.213333rem;
        border-bottom: 1px solid #d9d9d9;
        background-color: #fff; }
    #love-shop .shop-list .photo {
      width: 2.2rem;
      height: 81px;
      margin-right: 0.133333rem;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    #love-shop .shop-list .lingquan-link {
      padding: 1px 2px;
      color: #fff;
      background-color: rgba(255, 0, 0, 0.5); }
    #love-shop .shop-list .right {
      line-height: 16px; }
    #love-shop .shop-list .name {
      font-size: 14px;
      font-weight: bold; }
    #love-shop .shop-list .privilege span {
      height: 12px;
      padding: 0 2px;
      font-size: 12px;
      line-height: 12px;
      border: 1px solid #3d9e8e;
      border-radius: 2px;
      color: #3d9e8e; }
    #love-shop .shop-list .privilege strong {
      color: #f45008; }
    #love-shop .shop-list .vip-day span {
      border-color: #f45008;
      color: #f45008; }
    #love-shop .shop-list .donate .icon-love {
      line-height: 14px;
      border: 1px solid #f45008;
      color: #f45008;
      border-radius: 2px; }
    #love-shop .shop-list .donate .icon {
      width: 14px;
      height: 14px; }

/*# sourceMappingURL=loveShop.css.map */
