html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;  
  background: #fff

}
*{   
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color:transparent;
}
a {
  text-decoration: none;
  color: #666 !important;
  -webkit-tap-highlight-color: transparent;
}
i {
  font-style: normal;
}
.m_header {
  height: 50px;
  text-align: left;
  line-height: 50px;
  font-size: 12px;
  color: #999;
}
/* 祛除点击阴影 */
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m_header img {
  height: 40px;
  margin: 5px 10px;
  border-radius: 3px;
  float: left;
 
}
.m_search{ 
  height: 32px;
  width: 100%;
  position: fixed;
  top: 50px;
  z-index: 99;
}
.m_search_box{
  padding: 16px;
  display: flex
}
.m_search_box #m_search_in{
  height: 32px;
  text-align: center;
  flex: 1;
  outline: none;
  border: none;
  border-radius: 32px;
  color: #999;
  font-size: 12px;
  background: #fff;
  line-height: 32px;
}
.m_Search{
  position: fixed;
  top: 0;
  width: 94%;
  background: #fff;
  z-index: 99999;
}
.m_header .close_btn {
  width: 14px;
  height: 14px;
  margin: 18px 0 18px 10px;
}
.m_header .btn {
  float: right;
  width: 100px;
  background-color: #e56a69;
  color: white !important;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  height: 100%;
}
.container {
  width: 100%;
  /* height: 100%; */
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  top: 0;
}

.m_categories {
  height: 80px;
  font-size: 13px;
  color: #333;
  padding: 10px 8px 0;
  /* width: 100%; */
  overflow-x: scroll;
  white-space: nowrap;
  text-align: center;
}
.m_categories .m_category {
  width: 19.3%;
  /* float: left; */
  display: inline-block;
}
.split_line {
  height: 10px;
  background-color: #f6f6f6;
}
.recommend {
  text-align: left;
  font-size: 16px;
  /* font-weight: 500; */
  padding: 13px 13px;
  color: #333;
}
.m_host .first {
  text-align: left;
  padding: 0 13px;
  height: 44px;
}
.first .split {
  font-size: 6px;
  line-height: 0px;
  margin: 6px;
  position: relative;
  top: -2px;
  color: #999;
}
.first .name {
  font-size: 18px;
  /* font-weight: 700; */
  color: #333;
}
.first .name2 {
  font-size: 12px;
  color: #999;
}
.first .name_split {
  color: #979797;
  /* margin: 0 3px; */
  position: relative;
  top: 1px;
}
.first .price {
  color: #e56a69;
}
.first .like {
  float: right;
  width: 30px;
  margin-top: 5px;
}
.first .nameline {
  height: 20px;
  line-height: 10px;
}
.first .desline {
  height: 18px;
  line-height: 18px;
}
.first::after {
  clear: both;
}
.second {
  font-size: 10px;
  line-height: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 64px;
}
.second .coupon {
  background-color: #e56a69;
  color: white;
  padding: 0px 4px;
  border: 1px solid #e56a69;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.second .coupon_num {
  border: 1px solid #e56a69;
  color: #e56a69;
  padding: 0px 4px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.third {
  padding: 12px 5px 0 13px;
  text-align: left;
  height: 180px;
  width: 92%;
  overflow-x: scroll;
  white-space: nowrap;
}

.third img {
  height: 160px;
  /* border-radius: 8px; */
  margin-right: 10px;
}
.swiper-pagination-bullet-active {
  background: #ccc;
}

input {
  -webkit-appearance: none;
  appearance: none;
}
.control_bar {
  display: flex;
  /* padding: 5px 10px 5px 10px; */
  padding: 0;
  position: fixed;
  z-index: 10;
  bottom: 0;
  /* height: 44; */
  background-color: white;
  width: 100%;
  text-align: center;
}
.control_bar a {
  flex: 1;
  height: 44px;
  width: 95px;
  /* border-radius: 5px; */
  line-height: 44px;
}
.control_bar .btn1 {
  border: 1px solid white;
  background-color: white;
  font-size: 15px;
  color: #e56a69 !important;
  /* margin: 3px 8px 3px 15px; */
}
.control_bar .btn2 {
  border: 1px solid #000;
  background-color: #000;
  font-size: 15px;
  color: #ddd !important;
  /* margin: 3px 8px 3px 8px; */
}
.control_bar .btn3 {
  border: 1px solid #e56a69;
  background-color: #e56a69;
  font-size: 15px;
  color: white !important;
  /* margin: 3px 15px 3px 8px; */
}
.mask {
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.mask2 {
  z-index: 2002;
}
.m_contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  min-height: 250px;
  background-color: white;
  padding: 20px 0 15px 0;
  z-index: 100;
  text-align: center;
  z-index: 2001;
  display: none;
}
.mask .close {
  min-height: 300px;
  /* position: fixed; */
  width: 100%;
}
.m_contact .line1 {
  font-size: 18px;
  font-weight: 400;
}
.m_contact .line2 {
  /* margin-top: 20px; */
    margin-top: 15px;
  position: relative;
}
.line2 button {
  position: absolute;
  right: 24px;
  /* top: 10px;
  height: 28px; */
  /* top: 5px; */
  height: 34px;
  background-color: #e56a69;
  color: white;
  border: none;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  outline: none;
}
.line2 .sended {
  background-color: #ccc;
  color: white;
}
.line2 input {
  width: 78%;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 4px 15px;
  font-size: 14px;
  color: #666;
}
.line3 {
  background-color: black;
  width: 87%;
  height: 45px;
  line-height: 45px;
  margin: 15px auto;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  font-size: 16px;
}
.disable {
  background-color: gray;
}
.video_container {
  width: 100%;
}
video {
  width: 100%;
}
.video_bg {
  position: relative;
}
.video_bg .playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  margin: -25px 0 0 -25px;
}
.alert {
  z-index: 10;
  bottom: 0;
  background-color: white;
  width: 60%;
  height: 130px;
  margin: 200px auto 0;
  border-radius: 4px;
  color: #999;
  font-size: 14px;
}
.alert .content {
  height: 50px;
  color: #999 !important;
  text-align: center;
  line-height: 20px;
  padding: 30px 15px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
.alert .btn {
  text-align: center;
  line-height: 40px;
  color: #666;
  font-size: 14px;
}
.M_bottom {
  margin-bottom: 45px;
}
.video_mask {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video_mask video {
  position: fixed;
  top: 50%;
  margin-top: -25%;
  left: 0;
}
.m_host {
  margin-top: 20px;
}
.m_categories {
  height: 80px;
  font-size: 13px;
  color: #333;
  padding: 10px 8px 0;
  /* width: 100%; */
  overflow-x: scroll;
  white-space: nowrap;
}
.m_categories .m_category {
  width: 19.3%;
  /* float: left; */
  display: inline-block;
}
.split_line {
  height: 10px;
  background-color: #f6f6f6;
}
.recommend {
  text-align: left;
  font-size: 16px;
  /* font-weight: 500; */
  padding: 13px 13px;
  color: #333;
}
/* 搜索 */
.m_filteSearch{
  border-bottom: 1px solid #eee;
  /* padding-left: 15px; */
  padding: 7px 15px
}
.m_filteSearch .m_iconBack{
  float: left;
  width: 21px;
}
.m_inputWrapper{
  height: 30px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
  border-radius: 20px;
  height: 30px;
}
.m_inputWrapper .m_iconSearch{
  flex: 1;
  text-align: center
 }
.m_iconSearch img{
 width: 12.5px;
 padding-left: 10px
}
.m_search_warp{
  flex: 11;
  /* padding-left: 10px */
}
.m_search_del{
  /* flex: 1 */
  position: absolute;
  right: 24px;
}
.m_iconBack img{
  height: 15px;
  padding: 7px 0;
}
.m_search_warp #hotWordSearch{
 outline: none;
 border: none;
 background: #F5F5F5;
 line-height: 22px;
 font-size: 14px;
 color: #333;
 width: 93%;
 /* width: 100%; */
 /* border-radius: 20px;
 border-top-left-radius:0;
 border-bottom-left-radius:0; */
 
}
.m_hotcontent{
  padding: 16px 15px
}
.m_interest_title{
  font-size: 12px;
  color: #999999;
}
.m_search_interest {
  padding: 15px 0 30px -15px;
  margin-left: -15px

}
.m_search_interest span{
  display: inline-block;
  font-size: 14px;
  color: #333333;
  padding: 6px 11px;
  background: #F5F5F5;
  border-radius: 4px;
  margin-left: 14.5px;
  margin-top:15px 
}
/* 搜索 */

/* .m_host { */
  /* margin-top: 30px; */
  /* border: 1px solid red */
/* } */
.first .m_brandImg{
   float: left;
   border-radius: 20px; 
   position: relative;
   top: -5px;
   height: 40px;
   border: 1px solid #eee;
}
.first .m_yanxucIcon{
  position: absolute; 
  width: 28px;
  top: 23px;
  left: 25px;
}
.m_host .first {
  text-align: left;
  padding: 0 13px;
  height: 44px;
}
.first .split {
  font-size: 6px;
  line-height: 0px;
  margin: 3px;
  position: relative;
  top: -2px;
  color: #999;
}

.first .name {
  font-size: 18px;
  /* font-weight: 700; */
  color: #333;
}
.first .name2 {
  font-size: 12px;
  color: #999;
}
.first .name_split {
  color: #979797;
  /* margin: 0 3px; */
  position: relative;
  top: 1px;
}
.first .price {
  color: #e56a69;
}
.first .like {
  float: right;
  width: 30px;
  margin-top: 5px;
}
.first .nameline {
  height: 20px;
  line-height: 1;
}
.first .desline {
  height: 18px;
  line-height: 18px;
}
.first::after {
  clear: both;
}

.second {
  font-size: 10px;
  line-height: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 64px;
}
.second .coupon {
  background-color: #e56a69;
  color: white;
  padding: 0px 4px;
  border: 1px solid #e56a69;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.second .coupon_num {
  border: 1px solid #e56a69;
  color: #e56a69;
  padding: 0px 4px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.third {
  padding: 12px 5px 0 13px;
  text-align: left;
  height: 180px;
  /* width: 100%; */
  overflow-x: scroll;
  overflow-y:auto;
  white-space: nowrap;
  -webkit-overflow-scrolling : touch;
}
.third::-webkit-scrollbar{
  display: none;
}
.third img {
  height: 160px;
  /* border-radius: 8px; */
  margin-right: 10px;
}
.swiper-pagination-bullet-active {
  background: #ccc;
}
/* M站首页商机头条 */
.M_IndexNews {
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.06);
  height: 50px;
  overflow: hidden;
  border-radius: 1px;
  padding: 5px 13px;
  margin: 8px 13px;
  position: relative;
}
.M_IndexNewsBox {
  height: 44px;
  overflow: hidden;
}
.M_IndexNews ul {
  padding: 0;
  margin: 7px 0;
  margin-left: 50px;
}
.M_IndexNews ul li {
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 86%;
}
.M_IndexNews .M_NewsEntrance {
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}
.M_IndexNews::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  background: url(/m_images/M_newsIcon.png) no-repeat;
  background-size: 100%;
  top: 10px;
  left: 4px;
}
/* M站页尾tab栏 */
.m_footerTab {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #eee;
}
.m_footerTab ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: justify;
  background: #fff;
}
.m_footerTab ul li {
  list-style: none;
  text-align: center;
  flex: 1;
  position: relative;
  color: #999;
  font-size: 14px;
}
.m_footerTab ul li a {
  color: #999;
  font-size: 14px;
}
.m_footerTab ul li:first-child::after {
  content: '';
  display: inline-block;
  width: 1px;
  background: #eee;
  height: 18px;
  position: absolute;
  right: 0;
  top: 12px;
}
.m_footerTab ul li .activeTabe {
  color: #333;
}
.m_tabicon {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
}
.m_homeIcom {
  background: url(/m_images/m_homeIcom.jpg);
  background-size: 100%;
}
.m_homeActiveICon {
  background: url(/m_images/m_homeActiveICon.jpg);
  background-size: 100%;
}
.mTab_newActive {
  background: url(/m_images/mTab_newActive.png);
  background-size: 100%;
}
.mTab_news {
  background: url(/m_images/mTab_news.png);
  background-size: 100%;
}
.M_Newslink{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 86%;
  white-space: nowrap;
}
.lastDiv{height:40px}
#remark{
    width: 78%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px 15px;
    font-size: 14px;
    color: #666;
    height: 40px;
    resize: none;
}
#BrandId{
    box-sizing: border-box;
    background: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    width: 100%;

}
.brandRo{
  border: 1px solid #ccc;
  padding: 4px 15px;
  width: 78%;
  margin: 0 auto;
  border-radius: 5px;
  height: 25px
}

#BrandId{
  background: url(/m_images/arrow.png)right center no-repeat;

  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none;

}

.scroll-area{
    /* position:relative;
    height:20px;
    width:70%;
    overflow:hidden; */
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.mhost_p3 span {
  height: 18px;
  display: inline-block;
  font-size: 12px;
  padding: 0px 4px;
  color: #FD8D00;
  border: 1px solid #FFD29A;
  float: left;
  background: #fff;
  margin-right: 4px;
  line-height: 1.59;
  font-weight: 300;
  border-radius:1px; 
}
.mhost_p3 span .Discount {
  display: inline-block;
  background: rgba(255,68,20,0.12);
  color: #FF4414;
  width: 16px;
  height: 14px;
  text-align: center;
  border-right:1px solid #FFB6A4; 
  /* line-height: 1.2; */
  margin-left: -4px;
  position: relative;
  /* top: -1px; */
  margin-right: 4px;
  /* line-height: 1; */
}
.m_indetopFile{
  top: 53px;
}
.m_fieOtr{
  margin: 10px 10px 10px 0;
  height: 35px;
  overflow-x: scroll;
  white-space: nowrap;
}
.m_fieOtr span{
  /* flex: 1; */
  background: #F8F8F8;
  margin-left: 10px;
  border-radius: 4px;
  font-size: 13px;
  padding: 6px 9px;
  text-align: center;
}
#m_top_filter{
  transition: all .3S linear;
}
.m_fieOtr .topMenuActiv{
  background: #f5535326;
  color: #F55E53;
}
.m_fieOtr .AtopMenuActiv{
  background: #fff;
}
.itemActive{
  background: #fff;
  color: #333 !important;
  font-weight: 600
}
.itemActive::before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 17px;
  background: #F55E53;
  position: absolute;
  top: 12px;
  left: 3px;
}
.m_indetopFile1 ul a li{
  text-align: center !important
}
.m_doumIcon:before{
  transform: rotate(180deg);
  transition: all linear .1S;
}
#SpecialTage a{
  background: #F8F8F8;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 12px;
  padding: 9px 7px;
  text-align: center;
  line-height: 2.5;
}
#SpecialTage a span{
  padding: 6px 5px;
  margin-left: 0;
  background: transparent;;
}
#SpecialTage .topMenuActiv{
  background: #f5535326;
  color: #F55E53 !important;
}
/* 尾部APP下载按钮 */
.appDownBtn{
  font-size: 13px;
  text-align: center;
  background: #333;
  border-radius: 20px; 
  line-height: 3.5;
  margin: 6px 55px 22px;
}
.appDownBtn a{
  color: #fff !important;
}
/* 首页客服icon */
.indexkf{
   position: fixed;
   bottom: 50px;
   right: 20px;
   z-index: 1;
}
.m_menuInde{
  color: #333 !important;
  font-weight: 600
}
.m_Active{
  color: #e56a69;
}
/* 分享 */

.share-fail-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1555;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share-fail-dialog .dialog {
  position: relative;
  width: 64%;
  padding: 10px 10px 10px 10px;
  border-radius: 6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(63, 65, 71, 0.93);
  color: #fff;
  font-size: 0.373333rem;
}

.share-fail-dialog .dialog .close {
  position: absolute;
  right: 16px;
  top: 13px;
  font-size: 13px;
}

.share-fail-dialog .dialog .text {
  line-height: 1.5;
  font-size: 13px;
}

.share-fail-dialog .dialog .menu {
  color: #e49d05;
  font-size: 1px;
  padding: 8px;
}

.icon-share-safari:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/m_images/shareIcon.png);
  background-size: 100% 100%;
}

.share-fail-dialog .weixdiaLog {
  position: absolute;
  top: 10px;
  right: 10px;
}

.icon-share-wexin:before {
  content: '...';
  font-size: 35px;
}

.weixdiaLog::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 0px;
  border-top: solid 12px transparent;
  border-right: solid 12px rgba(63, 65, 71, 0.93);
  border-radius: 0;
}

.m_timeIcon {
  position: relative;
  top: 2px;
  width: 12px;
}

.first .desline {
  margin-top: 7px;
}

.mescroll-downwarp {
  margin-top: 59px;
}
.isDisabled{
  pointer-events:none
}
/* 商家详情host-bannerMax */
.host-bannerMax{
   width: 100%;
   height: 800px;
   background: #000;
   position: fixed; 
   top: 0;
   bottom: 0;
   z-index: 12;
  transition:all .4s linear
}
.img-alt-title , .img-alt-contet{
 color: #fff;
 margin: 0;
}
.img-alt-title {
  font-size: 18px;
  font-weight: 600
}
.img-alt-contet{
  font-size: 14px;
  line-height: 2
}
#swiper-pagination-host1{
    display: inline-block;
    position: absolute;
    color: #fff;
    background: #33333387;
    border-radius: 10px;
    padding: 2px 8px;
    position: absolute;
    left: 86%;
    width: 31px;
    font-size: 12px;
    white-space: nowrap;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    bottom: 20px;
}
#swiper-pagination-host2{
  bottom: auto
}
.host_brand_manin{
  padding: 16px
}
.host_brand_name ,.mhost_brand_city{
  display: -webkit-flex ;
  display: flex;
  -webkit-flex-flow:row nowrap;
  justify-content:space-around
}
.host_b_item.host_b_item_f1 h4 , .mhost_brand_city .mhost_city_item h4{
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  margin: 0
}
.host_b_item.host_b_item_f1 p,.mhost_brand_city .mhost_city_item p{
  color: #999999;
  font-size: 13px;
  margin: 0;
  line-height: 2;
}
.host-image-Pcontent{
  padding-left: 16px
}
.host_b_item_f1{
  flex: 7
}
.host_b_item_f2{
  flex: 2;
  color: #F55E53;
  font-size: 13px;
  justify-content:center;
  text-align: right
}
.host_b_item.host_b_item_f2 span{
  font-size: 20px;
  font-weight: 600;
  line-height: 2.6;
}
.host_b_tag{
  margin: 0
}
.host_b_tag span{
 float:inherit;
}
.mhost_city_item{
  flex: 1
}
.mhost_brand_city {
  padding: 16px 0;
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0 ;
  margin-top: 16px; 
}
.m_host_liner{
  background: #DDDDDD;
  height:23px;
  width: 1px; 
}
.mhost_brand_info{
  padding-top: 10px
}
.mhost_brand_info_item {
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
}
.mhost_brand_info_item p{
  margin: 4px
}
.item_tit{
 flex: 2;
 color: #999;
}
.item_tit_info{
 flex: 8;
 color: #333333;
}
.host_info_image{
 font-size: 18px;
 font-weight: 600;
 color: #333;
 line-height: 3;
 padding-left: 17px
}
.ashLine{
  background: #F6F6F6;
  height: 10px;
}
.swiper-pagination-host2{
  color: #fff;
}
.m_loading{
  text-align: center;
  display: none
}
.m_loading img{
  -webkit-animation: loadingIcon 1s infinite linear ;
  animation: loadingIcon 1s infinite linear;
}
@-webkit-keyframes loadingIcon {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes loadingIcon {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}