@charset "UTF-8";
.common-bottom-nav-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  .common-bottom-nav-footer .business-footer {
    padding-top: 0.192rem; }
    .common-bottom-nav-footer .business-footer .content {
      height: 0.48rem;
      background: white;
      box-shadow: 0px -1px 2px 0px rgba(144, 144, 144, 0.1);
      display: flex; }
      .common-bottom-nav-footer .business-footer .content .item {
        flex: 1;
        height: 100%; }
        .common-bottom-nav-footer .business-footer .content .item a {
          display: block;
          height: 100%;
          text-align: center;
          position: relative;
          color: #909090; }
          .common-bottom-nav-footer .business-footer .content .item a i {
            display: block;
            padding-top: 0.096rem;
            font-size: 0.17067rem; }
          .common-bottom-nav-footer .business-footer .content .item a p {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0.17067rem;
            line-height: 0.17067rem;
            font-size: 0.10667rem;
            font-family: PingFangSC-Regular;
            font-weight: 400; }
        .common-bottom-nav-footer .business-footer .content .item.publish a {
          position: relative; }
          .common-bottom-nav-footer .business-footer .content .item.publish a .add {
            position: absolute;
            top: -0.16rem;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 50%;
            width: 0.42667rem;
            height: 0.42667rem;
            line-height: 0.42667rem;
            background: linear-gradient(216deg, #ff6b6d 0%, #d7000f 100%);
            box-shadow: 0px 3px 6px 0px rgba(215, 0, 15, 0.2); }
            .common-bottom-nav-footer .business-footer .content .item.publish a .add i {
              padding: 0;
              line-height: 0.42667rem;
              color: #ffffff; }
        .common-bottom-nav-footer .business-footer .content .item.active a {
          color: #323232; }
  .common-bottom-nav-footer .segement {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8); }
    .common-bottom-nav-footer .segement .top {
      position: absolute;
      bottom: 1.49333rem;
      left: 0;
      width: 100%;
      display: flex; }
      .common-bottom-nav-footer .segement .top .icon {
        border-radius: 50%;
        height: 0.69333rem;
        width: 0.69333rem;
        margin: 0.16rem auto;
        color: #ffffff;
        text-align: center;
        line-height: 0.85333rem; }
        .common-bottom-nav-footer .segement .top .icon i {
          font-size: 0.256rem; }
      .common-bottom-nav-footer .segement .top p {
        text-align: center;
        font-size: 0.14933rem;
        color: #323232; }
      .common-bottom-nav-footer .segement .top .left {
        flex: 1; }
        .common-bottom-nav-footer .segement .top .left .icon {
          background: linear-gradient(180deg, #ffdb43 0%, #feb942 96%);
          box-shadow: 0px 4px 6px 0px rgba(248, 177, 52, 0.2); }
      .common-bottom-nav-footer .segement .top .right {
        flex: 1; }
        .common-bottom-nav-footer .segement .top .right .icon {
          background: linear-gradient(180deg, #14de99 0%, #1fc28a 100%);
          box-shadow: 0px 4px 6px 0px rgba(49, 227, 167, 0.4); }
    .common-bottom-nav-footer .segement .bottom {
      position: absolute;
      width: 100%;
      bottom: 0.69333rem;
      height: 0.34133rem;
      line-height: 0.34133rem;
      text-align: center;
      font-size: 0.192rem;
      color: #323232;
      font-weight: 600; }

.modal-1, .modal-2 {
  display: none; }

.modal-container-content {
  width: 90%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px; }
  .modal-container-content a {
    text-decoration: none;
    color: #77a9f2; }
  .modal-container-content .modal-title {
    font-size: 0.21333rem;
    text-align: center;
    margin-bottom: 0.21333rem; }
  .modal-container-content .modal-container-content-top {
    width: 100%;
    padding: 15px;
    font-size: 0.192rem; }
    .modal-container-content .modal-container-content-top .modal-desc {
      width: 90%;
      margin: 0 auto;
      height: auto; }
  .modal-container-content .modal-container-content-btn {
    width: 100%;
    height: 0.53333rem;
    display: flex;
    flex-direction: row;
    flex: 1; }
    .modal-container-content .modal-container-content-btn .set-color {
      color: #77a9f2; }
    .modal-container-content .modal-container-content-btn > div {
      color: #909090;
      width: 100%;
      text-align: center;
      line-height: 0.53333rem;
      height: 100%;
      border: 1px solid #efefef; }

.business-footer {
  height: 0.672rem; }

/*banner区*/
.banner-top {
  height: 1.6rem;
  width: 100%; }

.banner-top .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%; }

/*nav - list 区*/
.nav-list {
  height: 2rem;
  width: 100%;
  padding: 0 0.12rem;
  background: #fff; }

.nav-list ul {
  height: 100%;
  overflow: hidden; }

.nav-list ul li {
  width: 20%;
  height: 1rem; }

.nav-list ul li div.img {
  margin: 0.12rem auto;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.nav-list ul li div.last-all {
  background-color: #29c854;
  position: relative; }

.nav-list ul li div.last-all img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translateX(-50%) translateY(-50%); }

.nav-list ul li div.default {
  background-image: url(../../images/mall/default.png); }

.nav-list ul li p {
  font-size: 0.14rem;
  text-align: center;
  color: #696969; }

/* post-list区 */
.post-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .08rem;
  padding: 0 .16rem;
  height: .78rem;
  background: #fff; }
  .post-list .post-list-left {
    width: .49rem;
    height: .33rem; }
  .post-list .post-list-line {
    width: 1px;
    height: .213rem;
    margin: 0 .187rem;
    background: #e1e1e1; }
  .post-list .post-list-swiper {
    flex: 1;
    height: 100%; }
    .post-list .post-list-swiper .swiper-slide {
      display: flex;
      align-items: center; }
      .post-list .post-list-swiper .swiper-slide p {
        font-size: .15rem;
        color: #323232;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-wrap: break-word; }
  .post-list .post-list-right {
    width: .075rem;
    height: .133rem;
    margin-left: .352rem; }

/* express 区 */
.express {
  margin-top: 0.08rem;
  height: 0.7rem;
  background: #fff;
  padding: 0.15rem 0.12rem; }

.express .express-cont {
  position: relative;
  padding: 0 0rem 0 0.6rem;
  height: 0.4rem; }

.express .express-cont .content {
  height: 100%; }

.express .express-cont .express-content {
  width: 100%;
  height: 100%; }

.express .express-cont .express-content .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative;
  /* Center slide text vertically */
  /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/ }

.express .express-cont .left-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 0.4rem;
  border-right: 1px solid #e1e1e1; }

.express .express-cont .left-img .img {
  width: 00.4rem;
  height: 00.4rem;
  margin: 0 auto;
  background: url("./../../images/mall/express.png") no-repeat center/contain;
  background-size: contain; }

.express .express-cont .content-text {
  padding: 0 0.6rem 0 0.1rem; }

.express .express-cont .content-text h3 {
  font-size: 0.16rem;
  line-height: 0.2rem;
  padding-left: 0rem;
  color: #323232; }

.express .express-cont .content-text p {
  font-size: 0.13rem;
  line-height: 0.15rem;
  margin-top: 0.05rem;
  padding-left: 0rem;
  color: #969696; }

.express .express-cont .content-text p span {
  color: #d6010e;
  font-size: 0.17rem; }

.express .express-cont .right-status {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 0.4rem;
  overflow: hidden; }

.express .express-cont .right-status .time {
  line-height: 0.2rem;
  height: 0.2rem;
  font-size: 0.13rem;
  color: #969696;
  text-align: right; }

.express .express-cont .right-status .status {
  color: #117aea;
  font-size: 0.16rem;
  line-height: 0.16rem;
  text-align: right;
  margin-top: 0.04rem; }

/*hot-day 区*/
.list-title {
  margin-top: 0.08rem;
  padding: 0.15rem 0.12rem;
  background: #fff;
  border-bottom: 1px solid #e1e1e1; }

.list-title h3 {
  position: relative;
  height: 0.2rem;
  padding: 0 0.3rem; }

.list-title h3 .logo-icon {
  display: inline-block;
  height: 00.1rem;
  width: 0.2rem; }

.title-text {
  line-height: 0.2rem;
  font-size: 0.15rem;
  vertical-align: middle; }

.center-title {
  text-align: center; }

.list-title h3 .hot-logo {
  background: url("./../../images/mall/hot-day.png") no-repeat center/cover;
  background-size: cover; }

.list-title h3 .offer-logo {
  background: url("./../../images/mall/offer-logo.png") no-repeat center/cover;
  background-size: cover; }

.list-title h3 p {
  line-height: 0.2rem;
  font-size: 0.15rem; }

.list-title h3 p span {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: #e1e1e1;
  text-align: center;
  line-height: 0.2rem;
  border-radius: 0.02rem; }

.list-title h3 a {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8rem;
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.15rem;
  color: #969696;
  text-align: right; }

.commodity_show {
  width: 100%;
  height: 1rem; }

.commodity_show .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1rem !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-color: #fff; }

.block {
  background: #fff;
  margin-top: 0.08rem; }

.ad-above {
  height: 1rem; }

.ad-under div:nth-child(1) {
  height: 1.28rem;
  width: 4rem; }

.ad-under div:nth-child(2) {
  height: 1.28rem;
  width: 2rem;
  float: left; }

.ad-under div:nth-child(3) {
  height: 1.28rem;
  width: 2rem;
  float: right; }

.ad-product {
  height: 2.56rem; }

.ad-product div:nth-child(2n+1) {
  height: 1.28rem;
  width: 2rem;
  float: left; }

.ad-product div:nth-child(2n) {
  height: 1.28rem;
  width: 2rem;
  float: right; }

/* 品牌馆 */
.brand-list {
  height: 2.3rem;
  background: #fff;
  border-bottom: 1px solid #e1e1e1; }

.brand-list .brand-top {
  height: 1.6rem;
  width: 100%;
  border-bottom: 1px solid #e1e1e1; }

.brand-list .brand-bottom {
  height: 0.7rem;
  width: 100%; }

.brand-list .brand-top .brand-one,
.brand-list .brand-top .top-right {
  width: 50%;
  height: 100%; }

.brand-list .brand-top .brand-two,
.brand-list .brand-top .brand-three {
  width: 100%;
  height: 50%; }

.brand-list .brand-bottom .brand-four,
.brand-list .brand-bottom .brand-five,
.brand-list .brand-bottom .brand-six {
  height: 100%;
  width: 33.333%;
  border-right: 1px solid #e1e1e1; }

.brand-list .brand-top .brand-one {
  border-right: 1px solid #e1e1e1; }

.brand-list .brand-top .brand-two {
  border-bottom: 1px solid #e1e1e1; }

.brand-list .brand-bottom .brand-six {
  border: none; }

.brand-list .brand-one,
.brand-list .brand-two,
.brand-list .brand-three,
.brand-list .brand-four,
.brand-list .brand-five,
.brand-list .brand-six {
  position: relative; }

.brand-one .ad-content,
.brand-two .ad-content,
.brand-three .ad-content,
.brand-four .ad-content,
.brand-five .ad-content,
.brand-six .ad-content {
  position: absolute;
  width: 1.5rem;
  height: 0.4rem;
  z-index: 2; }

.brand-one .ad-content h4,
.brand-two .ad-content h4,
.brand-three .ad-content h4,
.brand-four .ad-content h4,
.brand-five .ad-content h4,
.brand-six .ad-content h4 {
  height: 0.2rem;
  font-size: 0.16rem; }

.brand-one .ad-content p,
.brand-two .ad-content p,
.brand-three .ad-content p,
.brand-four .ad-content p,
.brand-five .ad-content p,
.brand-six .ad-content p {
  padding: 0 0.1rem;
  color: #fff;
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.14rem; }

.brand-one .img,
.brand-two .img,
.brand-three .img,
.brand-four .img,
.brand-five .img,
.brand-six .img {
  position: absolute;
  background: hotpink; }

.brand-one,
.brand-two,
.brand-three,
.brand-four,
.brand-five,
.brand-six {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/*title*/
.brand-one .ad-content {
  right: 0.1rem;
  top: 0.15rem; }

.brand-two .ad-content,
.brand-three .ad-content,
.brand-four .ad-content,
.brand-five .ad-content,
.brand-six .ad-content {
  left: 0.1rem;
  top: 0.15rem; }

/*content*/
.brand-one .ad-content h4 {
  text-align: right;
  color: #4682a8; }

.brand-two .ad-content h4 {
  text-align: left;
  color: #a6a861; }

.brand-three .ad-content h4 {
  text-align: left;
  color: #c65938; }

.brand-four .ad-content h4,
.brand-five .ad-content h4,
.brand-six .ad-content h4 {
  text-align: left;
  color: #323232; }

/*chanpin*/
.brand-one .ad-content p {
  float: right;
  text-align: right;
  background: #58a9d4; }

.brand-two .ad-content p {
  float: left;
  text-align: left;
  background: #bcbe8c; }

.brand-three .ad-content p {
  float: left;
  text-align: left;
  background: #d58771; }

.brand-four .ad-content p,
.brand-five .ad-content p,
.brand-six .ad-content p {
  font-size: 0.12rem;
  padding: 0;
  float: left;
  text-align: left;
  color: #969696; }

/*图片*/
.brand-one .img {
  left: 0;
  bottom: 0;
  height: 1.2rem;
  width: 1.2rem; }

.brand-two .img,
.brand-three .img {
  right: 0;
  top: 0;
  height: 100%;
  width: 1.2rem; }

.brand-four .img,
.brand-five .img,
.brand-six .img {
  right: 0.02rem;
  top: 0.1rem;
  height: 0.5rem;
  width: 0.5rem; }

.brand-list .default {
  background-image: url(../../images/mall/banner.png); }
