@charset "utf-8";
body {
  background-color: #f7f7f7;
}

/* slide */
/* .mct-slide,.mct-slide-main{ width: 100%; height: 3.6rem; position: relative; overflow: hidden; }
.mct-slide-img{ display: block; width: 100%; height: 3.6rem; overflow: hidden; }
.mct-slide-img img{ width: 100%; height: 3.6rem; vertical-align: top; }
#serviceItem{ display: block; width: 100%; height: 0.04rem; position: absolute; z-index: 111; left: 0; bottom: .2rem; text-align: center; }
#serviceItem i{ display: inline-block; vertical-align: top; width: 0.4rem; height: 0.04rem; margin: 0 0.05rem; background: rgba(255,255,255,.6); }
#serviceItem i.active{ background: #fff; } */
/* slide end */

.mct-head {
  width: 100%;
  height: 3.2rem;
  max-width: 768px;
  margin: 0 auto;
  background-image: url(../../images/merchant-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.head-fb {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 0.7rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  border-radius: 0.24rem 0.24rem 0px 0px;
  z-index: -1;
}
.head-cover {
  width: 100%;
  height: 3.2rem;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
.search-head .i-back {
  width: 0.23rem;
  height: 0.23rem;
  border-style: solid;
  border-color: #fff;
  border-width: 0.03rem 0.03rem 0 0;
  transform: translateY(-50%) rotate(-135deg);
  position: absolute;
  left: 0.3rem;
  top: 50%;
}
.search-head .i-back.dark {
  border-color: #333;
}
.mct-head .m-info {
  height: 1.2rem;
  padding-left: 1.6rem;
  padding-right: 1.7rem;
  position: relative;
  margin-top: 1.8rem;
  overflow: hidden;
}
.mct-head .m-tx {
  width: 1.16rem;
  height: 1.16rem;
  position: absolute;
  top: 0;
  left: 0.3rem;
  border-radius: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 1);
}
.mct-head .m-name {
  color: #fff;
  font-size: 0.32rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.06rem;
}

.mct-head .m-collect {
  font-size: 0.2rem;
  position: absolute;
  right: 0.3rem;
  top: 0.06rem;
}
.mct-head .m-collect em {
  display: inline-block;
  width: 0.8rem;
  line-height: 0.26rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mct-head .m-btn {
  display: flex;
  width: 1.08rem;
  height: 0.42rem;
  line-height: 0.42rem;
  background: linear-gradient(84deg, #FF4444 0%, #FF0000 100%);
  border-radius: 0.42rem;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  color: #fff;
}
.mct-head .m-btn.dark {
  background: none;
  border: 1px solid rgba(255, 255, 255, 1);
}
.mct-menu.dark {
  z-index: 9000;
  background: #f7f7f7;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
.mct-menu {
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 100%;
  max-width: 768px;
  margin: 0 auto 0.2rem;
}
.mct-menu a {
  flex: 1;
  text-align: center;
  font-size: 0.28rem;
  color: #999;
  margin: 0 0.3rem;
  position: relative;
}
.mct-menu a span {
  display: block;
  width: 30%;
  height: 2px;
  background: #FF2121;
  position: absolute;
  left: 50%;
  bottom: 0.06rem;
  transform: translateX(-50%);
}
.mct-menu a.cur {
  color: #FF2121;
  /* border-bottom: solid 0.02rem #FF2121; */
}
.mct-menu a .tag {
  display: inline-block;
  width: 0.54rem;
  height: 0.28rem;
  background-color: #ff4343;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.28rem;
  border-radius: 0.14rem;
  position: absolute;
  top: 0.1rem;
  left: 60%;
}
.mct-main {
  max-width: 768px;
  margin: 0 auto 1rem;
}
.mct-nav {
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 50%;
  width: 100%;
  background: #fff;
  height: 1rem;
  line-height: 1rem;
  max-width: 768px;
  margin: 0 auto;
  box-shadow: #ccc 0 -0.02rem 0.2rem;
  transform: translateX(-50%);
  font-size: 0;
  display: none;
  cursor: pointer;
}
.mct-nav .tabbar-item {
  flex: 1;
  font-size: 0.28rem;
  color: #333;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  position: relative;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
.mct-nav .tabbar-item:nth-last-of-type(1) {
  border: none;
}
.mct-nav .tabbar-item::before {
  content: "";
  width: 0.37rem;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 0.2rem;
  transform: translateX(-50%);
  background: #e5e5e5;
}

/* .mct-nav a:last-of-type { border-right: none; } */
.mct-nav a:hover {
  background: #FF2121;
  color: #fff;
}
.mct-content {
  display: none;
}
.mct-filter {
  display: flex;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background-color: #f7f7f7;
  border-bottom: solid 1px #f0f0f0;
  font-size: 0.28rem;
  max-width: 768px;
  margin: 0 auto; /*position: fixed; top: 0.86rem; left: 0; right: 0; z-index: 1;*/
}
.mct-filter.add-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1222;
  transform: translateX(-50%);
}
.mct-filter.ch {
  top: 1.66rem;
}
.mct-filter a {
  flex: 1;
  color: #999;
}
.mct-filter a.cur {
  color: #FF2121;
}
.mct-filter em {
  position: relative;
  font-size: 0.28rem;
}
.mct-filter em:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.08rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-bottom: 0.09rem solid #aaa;
  position: absolute;
  top: 0.06rem;
  right: -0.23rem;
}
.mct-filter em:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.08rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-top: 0.09rem solid #aaa;
  position: absolute;
  bottom: 0.06rem;
  right: -0.23rem;
}
.mct-filter em.up:before {
  border-bottom: 0.09rem solid #FF2121;
}
.mct-filter em.down:after {
  border-top: 0.09rem solid #FF2121;
}
.mct-filter .i-view {
  margin: 0.22rem 0.27rem;
}
/* slide */
.mct-slide {
}
.mct-slide,
.mct-slide-main {
  width: 100%;
  height: 3.6rem;
  position: relative;
  overflow: hidden;
}
.mct-slide-img {
  display: block;
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}
.mct-slide-img img {
  width: 100%;
  height: 3.6rem;
  vertical-align: top;
}
.mct-item {
  display: block;
  width: 100%;
  height: 0.04rem;
  position: absolute;
  z-index: 111;
  left: 0;
  bottom: 0.2rem;
  text-align: center;
}
.mct-item i {
  display: inline-block;
  vertical-align: top;
  width: 0.4rem;
  height: 0.04rem;
  margin: 0 0.05rem;
  background: rgba(255, 255, 255, 0.6);
}
.mct-item i.active {
  background: #fff;
}
/* slide end */
.mct-ad2 {
  width: 100%;
  text-align: center;
  font-size: 0;
  height: 4.52rem;
  position: relative;
  padding: 0.2rem 0.2rem 0.2rem 3.3rem;
  box-sizing: border-box;
}
.mct-ad2 a {
  display: block;
}
.mct-ad2 a:nth-of-type(1) {
  width: 3rem;
  height: 4.12rem;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
}
.mct-ad2 a:nth-of-type(2),
.mct-ad2 a:nth-of-type(3) {
  display: block;
  width: 4rem;
  height: 2rem;
  float: right;
}
.mct-ad2 a:nth-of-type(2) {
  margin-bottom: 0.24rem;
}
.mct-ad2 a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.mct-pic a {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.24rem;
  height: 2.4rem;
}
.mct-pic img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mct-ad {
  display: flex;
  padding: 0 0.2rem;
  text-align: center;
  font-size: 0;
  flex-wrap: wrap;
}
.mct-ad a {
  display: block;
  float: left;
  height: 2rem;
  /* flex: 1; */
  margin-bottom: 0.24rem;
  width: calc(50% - 0.06rem);
}
.mct-ad a:nth-child(odd) {
  margin-right: 0.12rem;
}
.mct-ad a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border-radius: 0.16rem;
}
.mct-tit {
  font-size: 0.32rem;
  color: #333;
  line-height: 0.7rem;
  margin-bottom: 0.1rem;
  padding: 0 0.2rem;
  font-weight: normal;
}
.mct-tit.align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mct-tit span.i {
  display: inline-block;
  background: linear-gradient(84deg, #FF4444 0%, #FF0000 100%);
  border-radius: 0.02rem;
  transform: rotate(45deg);
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.06rem;
}
.mct-tit span.i:nth-of-type(1),
.mct-tit span.i:nth-last-of-type(1) {
  width: 0.08rem;
  height: 0.08rem;
}
.mct-lista {
  width: 100%;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.mct-lista.mt20 {
  margin-top: 1rem;
}
.mct-lista img {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto;
}
.mct-lista a {
  display: block;
  float: left;
  width: 48%;
  height: 5.5rem;
  border: solid 1px #ededed;
  margin: 0.1rem 1%;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.mct-lista p {
  padding: 0.15rem;
  color: #999;
  line-height: 1.4;
}
.mct-listb {
  background-color: #fff;
  overflow: hidden;
}
.mct-listb img {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.mct-listb a {
  display: flex;
  padding: 0.3rem;
  border-bottom: solid 1px #f0f0f0;
  position: relative;
}
.mct-listb a:last-of-type {
  border-bottom: none;
}
.mct-listb p {
  flex: 1;
  margin-left: 0.3rem;
  overflow: hidden;
}
.mct-listb .mct-name {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}
.mct-name {
  display: block;
  font-weight: normal;
  font-size: 0.28rem;
  line-height: 0.36rem;
  height: 0.72rem;
  color: #000;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mct-price {
  color: #FF2121;
  font-size: 0.32rem;
}
.mct-date {
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.3rem;
  font-weight: normal;
  color: #999;
}
.mct-bottom {
  text-align: center;
  padding: 0.2rem;
  color: #999;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
.mct-qr {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.mct-qr em {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5.5rem;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.08rem;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -4rem;
  margin-left: -3.25rem;
}
.mct-qr em img {
  width: 100%;
  height: 100%;
}
.mct-qr .close {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.56rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  font-size: 0.48rem;
  color: #333;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 2.8rem;
  margin-left: -0.3rem;
}
.mct-pro-tag {
  display: block;
  height: 0.36rem;
  padding: 0 0.15rem;
  white-space: nowrap;
}
.mct-pro-tag i {
  display: inline-block;
  height: 0.36rem;
  line-height: 0.36rem;
  color: #fff;
  font-size: 0.24rem;
  padding: 0 0.1rem;
  background: #ffa3bb;
  margin-right: 0.1rem;
  border-radius: 0.04rem;
  max-width: 50%;
}
.mct-pro-tag .zj {
}

.mct-pro-tag .mx {
}

.mct-det-info {
  background-color: #fff;
  padding: 0.2rem 0.3rem;
  margin-bottom: 0.2rem;
  border-top: solid 1px #f0f0f0;
  color: #999;
  line-height: 1.4;
}
.mct-det-list li {
  display: flex;
  min-height: 1rem;
  line-height: 1rem;
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
  background-color: #fff;
  color: #333;
  font-size: 0.28rem;
  overflow: hidden;
}
.mct-det-list li em {
  flex: 1;
  margin: 0.3rem 0 0.3rem 0.2rem;
  line-height: 1.5;
  overflow: hidden;
  text-align: right;
}
.mct-det-list li img {
  height: 0.5rem;
  vertical-align: top;
}

.i-home {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../../images/i-home.png);
  background-repeat: no-repeat;
  background-size: 0.4rem 0.8rem;
  background-position: 0 0;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.i-home.dark {
  background-position: 0 -0.4rem;
}
.i-share {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../../images/i-share.png);
  background-repeat: no-repeat;
  background-size: 0.4rem 0.8rem;
  background-position: 0 0;
  position: absolute;
  right: 1rem;
  top: 0.27rem;
}
.i-share.dark {
  background-position: 0 -0.4rem;
}
.i-star {
  display: inline-block;
  width: 0.28rem;
  height: 0.24rem;
  background: url(../../images/i-collect.png) no-repeat;
  background-size: 100%;
  margin-right: 0.04rem;
}
.i-star.cur {
  background-position: 0 -0.24rem;
}
.i-service {
  display: inline-block;
  width: 0.34rem;
  height: 0.36rem;
  background-image: url(../../images/i-service.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.i-view {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  background-image: url(../../images/i-view.png);
  background-repeat: no-repeat;
  background-size: 0.36rem 0.72rem;
  background-position: 0 0;
}
.i-view.cur {
  background-position: 0 -0.36rem;
}

.font-del {
  text-decoration: line-through;
}
.font-org {
  color: #ff8200;
}
.font-pink {
  color: #FF2121;
}
.pt0 {
  padding-top: 0;
}
/* merchant class */
.mct-class-wrap {
  width: 100%;
  max-width: 768px;
  padding-top: 1rem;
  margin: 0 auto;
}
.mct-class-all {
  display: block;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #fff;
  position: relative;
  padding: 0 0.2rem;
  color: #666;
  letter-spacing: 0.2px;
  margin-bottom: 0.14rem;
  font-size: 0.3rem;
  box-sizing: border-box;
}
.mct-class-all:after {
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  top: 0.32rem;
  right: 0.2rem;
}
.mct-class-list {
  width: 100%;
  font-size: 0;
  background: #fff;
}
.mct-class-list a {
  display: inline-block;
  width: 50%;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #666;
  border-bottom: 2px solid #fff;
  background: #fafafa;
}
.mct-class-list a:hover {
  background: #FF2121;
  color: #fff;
}
.mct-class-list a:nth-of-type(odd) {
  border-right: 1px solid #fff;
}
.mct-class-list a:nth-of-type(even) {
  border-left: 1px solid #fff;
}
.mct-class-title {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #fff;
  padding: 0 0.2rem;
  box-sizing: border-box;
  font-size: 0;
}
.mct-class-title strong,
.mct-class-title a {
  display: inline-block;
  width: 50%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-weight: normal;
}
.mct-class-title strong {
  font-size: 0.3rem;
  color: #333;
  text-align: left;
}
.mct-class-title a {
  font-size: 0.24rem;
  text-align: right;
  color: #999;
}

.evenly {
  justify-content: space-evenly;
}

.class-nav {
  display: flex;
  flex-flow: wrap;
  padding: 0 0.13rem;
  justify-content: flex-start;
}

.class-nav .item {
  width: 20%;
  padding: 0.13rem;
  padding-top: 0;
  box-sizing: border-box;
}

.class-nav .item i {
  margin: 0 9% 0.04rem;
  width: 82%;
  border-radius: 100%;
  /* background: #ba2828; */
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.class-nav .item i:before {
  content: "";
  padding: 48.5% 0;
  display: inline-block;
}

.class-nav .item i img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* height: 100%; */
  border-radius: 100%;
}

.class-nav .item span {
  display: block;
  text-align: center;
  padding: 0.04rem 0 0.1rem;
  color: #666;
}

.search-head-wrap {
  overflow: hidden;
  padding-bottom: 0.1rem;
  position: fixed;
  width: 100%;
  max-width: 768px;
  z-index: 9000;
  left: 50%;
  transform: translateX(-50%);
}
.search-head-wrap.dark {
  background: #f7f7f7;
}
.search-head {
  position: relative;
  padding: 0 1.08rem 0 0.8rem;
  margin-top: 0.3rem;
}

.search-input {
  display: inline-block;
  height: 0.64rem;
  line-height: 0.64rem;
  width: 100%;
  background: url(../../images/i-search.png) 0.2rem center no-repeat
    rgba(255, 255, 255, 0.29);
  background-size: 0.3rem auto;
  border-radius: 0.6rem;
  font-size: 0.26rem;
  color: #999;
  padding: 0 0.3rem 0 0.6rem;
  box-sizing: border-box;
}
.search-input.dark {
  background: url(../../images/i-search-dark.png) 0.2rem center no-repeat
    rgba(229, 229, 229, 0.59);
  background-size: 0.3rem auto;
}
.sub-menu {
  display: none;
  width: 92%;
  position: absolute;
  left: 4%;
  bottom: 1.2rem;
  background: #fff;
  border: 1px solid rgba(229, 229, 229, 1);
  box-shadow: 0px 1px 0px 0px rgba(245, 245, 245, 0.5);
  border-radius: 0.1rem;
}

.sub-menu li {
  height: 0.8rem;
  line-height: 0.5rem;
  padding: 0.15rem 0.14rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #f7f7f7;
}
.sub-menu li:nth-last-of-type(1) {
  border: none;
}
.sub-menu li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub-menu::after {
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.swiper-container {
  border-radius: 0.16rem;
  margin: 0 0.2rem;
  box-sizing: border-box;
  margin-bottom: 0.24rem;
  height: 2.6rem;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.gray-cover {
  opacity: 0.8;
}

.one-plus-two {
  display: flex;
  padding: 0 0.2rem;
  margin-bottom: 0.24rem;
}

.one-plus-two .left {
  width: 3.2rem;
  margin-right: 0.12rem;
}

.one-plus-two .right {
  flex: 1;
}

.one-plus-two .right a {
  display: block;
}

.one-plus-two .right a:nth-of-type(1) {
  margin-bottom: 0.12rem;
}
.one-plus-two .right a {
  height: calc(50% - 0.06rem);
}
.one-plus-two a img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0.16rem;
}
.one-three {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.2rem;
}

.one-three a {
  /* flex: 1; */
  width: calc((100% - 0.24rem) / 3);
}

.one-three a {
  margin-right: 0.12rem;
  margin-bottom: 0.12rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.one-three a:nth-child(3n),
.one-three a:nth-last-of-type(1) {
  margin-right: 0;
}
.one-three a img {
  width: 100%;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8999;
  opacity: 0;
}
