.modal-fixed {
  width: 100%;
  position: fixed; }
@charset "UTF-8";
/* 单行省略号处理 */
/* 多行省略号处理 */
html {
  font-size: 20px; }

@media only screen and (min-width: 360px) {
  html {
    font-size: 22.5px !important; } }

@media only screen and (min-width: 375px) {
  html {
    font-size: 23.4375px !important; } }

@media only screen and (min-width: 401px) {
  html {
    font-size: 25px !important; } }

@media only screen and (min-width: 414px) {
  html {
    font-size: 25.875px !important; } }

@media only screen and (min-width: 428px) {
  html {
    font-size: 26.75px !important; } }

@media only screen and (min-width: 481px) {
  html {
    font-size: 30px !important; } }

@media only screen and (min-width: 569px) {
  html {
    font-size: 35px !important; } }

@media only screen and (min-width: 640px) {
  html {
    font-size: 40px !important; } }

.item-cell {
  width: 49%;
  padding: 0px 5px 15px 5px;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .item-cell .sold-out {
    position: absolute;
    border-radius: 45px;
    background: rgba(0, 0, 0, 0.7);
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 0.768rem;
    color: white; }
  .item-cell .item-logo {
    display: inline-block;
    position: relative;
    width: 100%;
    background: white;
    position: relative; }
    .item-cell .item-logo .img-responsive {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      width: 100%;
      height: 100%; }
    .item-cell .item-logo .tags {
      position: absolute;
      height: 15px;
      bottom: 0px; }
      .item-cell .item-logo .tags .tag {
        height: 15px;
        margin-right: 3px; }
    .item-cell .item-logo .newUserTagBox {
      position: absolute;
      z-index: 10;
      top: 9px;
      right: 9px;
      width: 42px;
      height: 42px;
      border-radius: 21px;
      background-color: #f6002c;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      overflow: hidden;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      .item-cell .item-logo .newUserTagBox .newUserTagName {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        font-size: 8px;
        font-family: PingFangSC-Semibold;
        color: #ffffff;
        text-align: center; }
      .item-cell .item-logo .newUserTagBox .newUserTagDesc {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        font-size: 14px;
        font-family: PingFangSC-Semibold;
        color: #ffffff;
        text-align: center; }
  .item-cell .item-logo::after {
    display: block;
    padding-top: 100%;
    content: ''; }
  .item-cell .item-title {
    margin: 8px 0 2px 0px;
    height: 17px;
    font-size: 0.59733rem;
    line-height: 17px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1; }
  .item-cell .item-detail {
    font-size: 0.68267rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px; }
    .item-cell .item-detail .price {
      color: black; }
    .item-cell .item-detail .priceMark {
      color: black;
      font-size: 0.42667rem; }
    .item-cell .item-detail .origin-price {
      color: #999999;
      text-decoration: line-through;
      margin-left: 6px;
      font-size: 0.512rem; }
  .item-cell .sale-count {
    position: absolute;
    right: 5px;
    bottom: 2px;
    color: #A6A6A6;
    font-size: 0.512rem; }
  .item-cell .store-info {
    font-size: 0.512rem;
    color: #A6A6A6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 14px; }

.mid-container {
  height: 30px;
  margin-top: 5px; }

.address-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .address-view .title-gray {
    color: #999999;
    font-size: 0.42667rem;
    width: 153px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    white-space: nowrap; }

.tag-view {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 4px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%; }
  .tag-view .tag {
    margin-right: 6px;
    padding-right: 6px;
    padding-left: 6px;
    border: 1px solid #ff386c; }
    .tag-view .tag .tag-title {
      color: #ff386c;
      font-size: 0.768rem; }

.packageTag {
  position: absolute;
  left: 0;
  top: 0;
  height: 19px;
  line-height: 19px;
  font-size: 0.512rem;
  color: #ffffff;
  background-color: #BF3B51;
  border-bottom-right-radius: 3px;
  padding-left: 4.5px;
  padding-right: 4.5px; }

.packagePriceView {
  margin-left: 6px;
  margin-bottom: -1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: inline-block; }

.packageText {
  font-size: 12px;
  color: #999999; }

.packageRedText {
  font-size: 12px;
  color: #cf2a4e; }

.activityBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .activityBox .activityItem {
    height: 0.768rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.384rem;
    margin-right: 0.128rem;
    overflow: hidden; }
    .activityBox .activityItem .activityLeft {
      height: 0.768rem;
      font-size: 0.42667rem;
      color: #ffffff;
      padding-right: 0.256rem;
      padding-left: 0.256rem;
      border-radius: 0.384rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .activityBox .activityItem .activityRight {
      height: 0.768rem;
      border-top-right-radius: 0.384rem;
      border-bottom-right-radius: 0.384rem;
      font-size: 0.42667rem;
      color: #7902E0;
      background-color: #ffffff;
      border-left: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 0.128rem;
      padding-right: 0.256rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
@charset "UTF-8";
/* 单行省略号处理 */
/* 多行省略号处理 */
html {
  font-size: 20px; }

@media only screen and (min-width: 360px) {
  html {
    font-size: 22.5px !important; } }

@media only screen and (min-width: 375px) {
  html {
    font-size: 23.4375px !important; } }

@media only screen and (min-width: 401px) {
  html {
    font-size: 25px !important; } }

@media only screen and (min-width: 414px) {
  html {
    font-size: 25.875px !important; } }

@media only screen and (min-width: 428px) {
  html {
    font-size: 26.75px !important; } }

@media only screen and (min-width: 481px) {
  html {
    font-size: 30px !important; } }

@media only screen and (min-width: 569px) {
  html {
    font-size: 35px !important; } }

@media only screen and (min-width: 640px) {
  html {
    font-size: 40px !important; } }

.tagContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: 13px; }
  .tagContainer .tag365 {
    height: 13px; }
  .tagContainer .discountPrice {
    color: #CDA76E;
    font-size: 11px;
    line-height: 13px;
    margin-left: 2.5px; }
@font-face {
  font-family: 'anniversaryIconfont';
  src: url("//at.alicdn.com/t/font_1474440798_873032.eot");
  /* IE9*/
  src: url("//at.alicdn.com/t/font_1474440798_873032.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1474440798_873032.woff") format("woff"), url("//at.alicdn.com/t/font_1474440798_873032.ttf") format("truetype"), url("//at.alicdn.com/t/font_1474440798_873032.svg#iconfont") format("svg");
  /* iOS 4.1- */ }

.anniversaryIconfont {
  font-family: anniversaryIconfont !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale; }

.table {
  display: table;
  width: 100%; }
  .table > .row {
    display: table-row; }
    .table > .row > .cell {
      display: table-cell;
      width: 50%; }

@-webkit-keyframes transitionLeft {
  from {
    left: 375px; }
  to {
    left: -375px; } }

@keyframes transitionLeft {
  from {
    left: 375px; }
  to {
    left: -375px; } }

@-webkit-keyframes transitionRight {
  from {
    right: -16rem; }
  to {
    right: 16rem; } }

@keyframes transitionRight {
  from {
    right: -16rem; }
  to {
    right: 16rem; } }

.bubble {
  -webkit-animation-name: transitionLeft;
          animation-name: transitionLeft;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  position: absolute;
  opacity: 0.7;
  border-radius: 20px;
  background-color: rgba(100, 100, 100, 0.7);
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 16rem; }

.text {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center; }
@charset "UTF-8";
@font-face {
  font-family: 'anniversaryIconfont';
  src: url("//at.alicdn.com/t/font_1474440798_873032.eot");
  /* IE9*/
  src: url("//at.alicdn.com/t/font_1474440798_873032.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1474440798_873032.woff") format("woff"), url("//at.alicdn.com/t/font_1474440798_873032.ttf") format("truetype"), url("//at.alicdn.com/t/font_1474440798_873032.svg#iconfont") format("svg");
  /* iOS 4.1- */ }

.anniversaryIconfont {
  font-family: anniversaryIconfont !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale; }

.table {
  display: table;
  width: 100%; }
  .table > .row {
    display: table-row; }
    .table > .row > .cell {
      display: table-cell;
      width: 50%; }

/* 单行省略号处理 */
/* 多行省略号处理 */
html {
  font-size: 20px; }

@media only screen and (min-width: 360px) {
  html {
    font-size: 22.5px !important; } }

@media only screen and (min-width: 375px) {
  html {
    font-size: 23.4375px !important; } }

@media only screen and (min-width: 401px) {
  html {
    font-size: 25px !important; } }

@media only screen and (min-width: 414px) {
  html {
    font-size: 25.875px !important; } }

@media only screen and (min-width: 428px) {
  html {
    font-size: 26.75px !important; } }

@media only screen and (min-width: 481px) {
  html {
    font-size: 30px !important; } }

@media only screen and (min-width: 569px) {
  html {
    font-size: 35px !important; } }

@media only screen and (min-width: 640px) {
  html {
    font-size: 40px !important; } }

.bgImage {
  width: 16rem;
  height: 23.72267rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.headerView {
  margin-top: 2.98667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.portrait {
  width: 1.70667rem;
  height: 1.70667rem;
  border-radius: 0.85333rem; }

.from {
  font-size: 0.512rem;
  color: #000000;
  border-radius: 0.64rem;
  background-color: #ede8de;
  margin-left: 0.21333rem;
  padding-left: 0.42667rem;
  padding-right: 0.42667rem;
  padding-top: 0.21333rem;
  padding-bottom: 0.21333rem; }

.firstRow {
  margin-top: 0.85333rem;
  font-size: 0.59733rem;
  color: #666666; }

.blackRow {
  font-size: 0.896rem;
  color: #000000;
  font-weight: bold; }

.redRow {
  font-size: 0.896rem;
  color: #EB1831;
  font-weight: bold; }

.grayRow {
  padding-top: 0.21333rem;
  font-size: 0.512rem;
  color: #666666; }

.input[type='tel'] {
  margin-top: 3.84rem;
  height: 1.62133rem;
  line-height: 1.62133rem;
  width: 10.66667rem;
  border-radius: 0.81067rem;
  padding-left: 0.85333rem;
  padding-right: 0.85333rem;
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 0;
  border: 0; }

.couponImage {
  background: url("https://gw.alicdn.com/tfs/TB1hsF5sqmWBuNjy1XaXXXCbXXa-478-126.png") no-repeat;
  background-size: 100%;
  width: 10.19733rem;
  height: 2.688rem;
  margin-top: 0.42667rem;
  padding-left: 1.06667rem;
  padding-right: 1.06667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.couponTitle {
  font-size: 0.59733rem;
  color: #000000;
  text-align: center; }

.couponTip {
  font-size: 0.512rem;
  color: #000000;
  text-align: center; }

.couponSubTitle {
  font-size: 0.768rem;
  color: #EB1831;
  font-weight: bold;
  text-align: center; }

.couponButton {
  font-size: 0.768rem;
  color: #9C210C;
  font-weight: bold; }

.usableView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0.85333rem;
  padding-right: 0.85333rem;
  background-color: #ffffff;
  border-bottom-color: #cbcbcb;
  border-bottom-width: 1px;
  height: 1.87733rem;
  border-bottom-style: solid; }

.redpacketUsable {
  font-size: 0.768rem;
  color: #000000;
  font-weight: bold; }

.mallCountView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.arrowRight {
  margin-left: 0.42667rem;
  height: 0.59733rem;
  width: 0.32rem; }

.mallCount {
  font-size: 0.768rem;
  color: #666666; }

.mallNameView {
  padding-left: 0.85333rem;
  padding-right: 0.85333rem;
  background-color: #ffffff;
  height: 1.87733rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mallName {
  font-size: 0.768rem;
  color: #333333;
  background-color: #ffffff;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden; }

.recommendHeader {
  height: 1.87733rem;
  line-height: 1.87733rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.81067rem;
  color: #000000;
  background-color: #ffffff;
  margin-top: 0.64rem;
  font-weight: bold; }

.item-container {
  padding: 15px 10px 0px 10px;
  background: white; }
  .item-container:before, .item-container:after {
    display: table;
    content: " "; }
  .item-container:after {
    clear: both; }
