@charset "utf-8";
body{
	max-width:640px;
	margin:0 auto;
}
header{
	height:50px;
	background-color: #06c1ae;
	position: relative;
	display: -webkit-box;
}
#cityBtn{
	margin-right:10px;
    height: 100%;
	line-height:50px;
	text-align:center;
	color:white;
	top: 0;
    left: 0;
	font-size:14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position:relative;
	padding-left: 10px;
	padding-right: 16px;
	max-width: 96px;
	/* background: url(../img/index/location.png) no-repeat;
	position: absolute;
	width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 19px 20px;
    background-position: 16px 15px; */
}
#cityBtn:after {
	content: "";
	display: inline-block;
	margin-left: 6px;
	width: 8px;
	height: 8px;
	border: 1px solid white;
	border-width: 0 1px 1px 0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	-webkit-transform: rotate(45deg);
	margin-top: 18px;
	vertical-align: top;
	right: 4px;
	position: absolute;

}
#locaitonBtn{
	background: url(../img/index/location.png) no-repeat;
	position: absolute;
	width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 19px 20px;
    background-position: 16px 15px;
}
#qrcodeBtn{
	background: url(../img/index/qrcode.png) no-repeat;
	position: absolute;
	width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    background-size: 19px 20px;
    background-position: 16px 15px;
}
#searchBox{
	margin:0 50px;
	background: rgba(255,255,255,.3);
	border-radius: 30px;
	height:30px;
	-webkit-box-sizing: border-box;
  	-webkit-box-flex: 1;
  	margin-top:10px;
}
#searchBox a{
	display: block;
  	color: #115851;
  	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
#searchBox .icon-search{
	margin-left:25px;
	float:left;
	background: url(../img/index/search.png) no-repeat;
	width:14px;
	height:14px;
	margin-top:8px;
	background-size:100%;
}
#searchBox .icon-hua{
	float: right;
	margin-right: 7px;
	background: url(../img/yuyin.png) no-repeat;
	width: 16px;
	height: 30px;
	margin-top: 8px;
	background-size: 100%;
}
#searchBox span{
	font-size:14px;
	line-height:30px;
	margin-left:5px;
	color:white;
	opacity: .8;
	overflow:hidden;
	width:100%;
	text-overflow:ellipsis
}
.hasManyCity #searchBox .icon-search{
	margin-left:15px;
}
.hasManyCity #locaitonBtn{
	left:auto;
	right:40px;
	width:40px;
}
/*.hasManyCity #qrcodeBtn{
	width:40px;
}*/
.hasManyCity #searchBox{
	margin-right:50px;
	margin-left:10px;
}

.swiper-container,.swiper-wrapper,.swiper-slide{
  width: 100%;
  height: 100%;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-slide{
	  float: left;
}
.swiper-pagination {
  position: absolute;
  z-index: 20;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom:4px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background: black;
  margin-right:5px;
  opacity: 0.14;
  cursor: pointer;
}
.swiper-active-switch {
  background: #06c1ae;
  opacity: 1;
}

.banner{
	height: 119px;;
}
.banner img{
	height:100%;
	width:100%;
}
.slider{
	background-color: white;
	border-bottom: 1px solid #edebeb;
	margin-bottom: 10px;
}

.icon-list .icon {
  float: left;
  width: 25%;
  text-align: center;
}
.icon-list.num10 .icon {
  float: left;
  width: 20%;
  text-align: center;
}
.icon-list .icon > a {
  padding-top: 12px;
  display: block;
}
.icon-list .icon-circle {
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  margin-bottom: 3px;
}
.icon-list.num10 .icon-circle {
	width:36px;
	height:36px;
}
.icon-list .icon-circle img {
  width: 100%;
  height: 100%;
}
.icon-list .icon-desc {
  text-align: center;
  color: #999;
}
.icon-list.num10 .icon-desc {
	font-size:12px;
}
.slider .swiper-pagination{
	bottom:2px;
}
.slider .swiper-pagination-switch{
	background-color: white;
	border:1px solid #d8d8d8;
	width:5px;
	height:5px;
	margin-right: 5px;
	opacity: 1;
}
.slider .swiper-active-switch{
	background: #06c1ae;
	border:1px solid #06c1ae;
}

.invote{
	background-color: white;
	border-bottom:1px solid #edebeb;
	margin-bottom: 10px;
	min-height:50px;
	border-top:1px solid #edebeb;
}
.invote a{
	color: #666;
    display: block;
    padding: 10px;
}
.invote img{
	width: 32px;
	height: 32px;
    margin-right: 6px;
    vertical-align: middle;
}
.invote button{
	float: right;
    height: 32px;
    border: none;
    background-color: green;
    color: white;
    border-radius: 5px;
    padding: 0 6px;
	font-size:12px;
}


.activity{
	height:124px;
	background-color: white;
	border-top: 1px solid #edebeb;
	border-bottom: 1px solid #edebeb;
	margin-bottom: 10px;
	overflow: hidden;
}
.activity .activityBox{
	padding:6px 0;
}
.activity .activityBox .swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
    height:110px;
}
.activity .activityBox .swiper-slide{
	  width: 85%;
  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;
  border-right: 1px solid #f1f1f1;
  float:none;
}
.activity .activityBox .swiper-slide a{
	display: block;
	margin: 0 6px;
	background-color: #F5F5F5;
	height: 100%;
 	width: 100%;
  	position: relative;
  	border-radius: 6px;
  	padding-left:125px;
  	padding-right: 6px;
}
.activity .activityBox .swiper-slide:last-child{
	border-right: none;
}
.activity .activityBox .swiper-slide a label{
	position: absolute;
	z-index: 1;
	left:16px;
	top:5px;
	width:34px;
	height:42px;
	background: url(../img/index/activity_label_02.png) no-repeat;
	background-size: 100%;
	color:white;
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
}
.activity .activityBox .swiper-slide a label span{
	display:block;
}
.activity .activityBox .swiper-slide a .icon{
	width:109px;
	height:96px;
	margin: 6px;
	position: absolute;
	left:0px;
}
.activity .activityBox .swiper-slide a .clock{
	position: absolute;
	border: 1px solid #DADADA;
  	border-radius: 5px;
 	padding: 1px 3px;
  	top: 5px;
  	background: url(../img/index/clock.png) no-repeat;
  	  background-size: 14px;
 	 background-position: 4px 4px; 
  padding-left: 22px;
}
.activity .activityBox .swiper-slide a .clock .timerBox{
  letter-spacing: 0.5px;
}
.activity .activityBox .swiper-slide a .clock .timer{
color:#FF658D;
}
.activity .activityBox .swiper-slide a .icon img{
	width:100%;
	height:100%;
}
.activity .activityBox .swiper-slide a .desc{
	padding-top:33px;
}
.activity .activityBox .swiper-slide a .desc .name{
	height: 42px;
	overflow: hidden;
	color: #666;
}
.activity .activityBox .swiper-slide a .desc .price strong{
	color:#FE3265;
	letter-spacing: 0.5px;
	font-size:16px;
}
.activity .activityBox .swiper-slide a .desc .price strong.yuan{
	color:#06c1ae;
	font-size:12px;
}
.activity .activityBox .swiper-slide a .desc .price del{
	color:#06c1ae;
	  font-size: 12px;
  margin-left: 3px;
}

.recommend{
	height:229px;
	border-top: 1px solid #edebeb;
	border-bottom: 1px solid #edebeb;
	background-color: white;
	margin-bottom: 10px;
}
.recommend .recommendBox{
	border-bottom:1px solid #f1f1f1;
	overflow: hidden;
}
.recommend .recommendLeft{
	height:143px;
	width:50%;
	border-right:1px solid #f1f1f1;
	float:left;
	margin-left:-1px;
}
.recommend .recommendLeft img{
	width:100%;
	height:100%;
}
.recommend .recommendRight{
	float:left;
	width: 50%;
}
.recommend .recommendRight .recommendRightTop{
	height:66px;
	border-bottom:1px solid #f1f1f1;
}
.recommend .recommendRight .recommendRightTop img{
	width:100%;
	height:100%;
}
.recommend .recommendRight .recommendRightBottom{
	height:76px;
}
.recommend .recommendRight .recommendRightBottom img{
	width:100%;
	height:100%;
}
.recommend .nearBox{
	height:85px;
}
.recommend .nearBox li{
	float:left;
	width:33%;
	border-right:1px solid #f1f1f1;
	height: 85px;
}
.recommend .nearBox li:last-child{
	border-right:none;
}
.recommend .nearBox li .nearBoxDiv{
	padding-left: 8px;
  	height: 79px;
 	padding-top: 6px;
}
.recommend .nearBox li .title{
	font-size: 14px;
	font-weight: bold;
}
.recommend .nearBox li .desc{
	color:#c1c1c1;
	font-size:12px;
}
.recommend .nearBox li .merchant .title{
	color:#f75689;
}
.recommend .nearBox li .group .title{
	color:#f88a1a;
}
.recommend .nearBox li .store .title{
	color:#06c1ae;
}
.recommend .nearBox li .icon{
	height: 40px;
	background-repeat:no-repeat;
	background-size: 23px 24px;
	background-position: right center;
	margin-right: 15%;
}
.recommend .nearBox li .merchant .icon{
	background-image: url(../img/index/near_mechant.jpg);
}
.recommend .nearBox li .group .icon{
	background-image: url(../img/index/near_group.jpg);
}
.recommend .nearBox li .store .icon{
	background-image: url(../img/index/near_store.jpg);
}

.classify{
	height:104px;
	border-top: 1px solid #edebeb;
	border-bottom: 1px solid #edebeb;
	background-color: white;
	margin-bottom: 10px;
}
.classify .headBox{
	color:#06c1ae;
	height:20px;
	line-height: 20px;
	margin:10px;
	padding-left:6px;
	font-size:14px;
	border-left:3px solid #06c1ae;
}
.classify .classifyBox{
	overflow: hidden;
	height: 64px;
}
.classify .classifyBox .swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 64px;
}
.classify .swiper-slide{
	width:22.3%;
	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;
    
    float:none;
}
.classify .swiper-slide a {
  	display: block;
  	padding-top: 6px;
  	width: 100%;
  	border-right: 1px solid #f1f1f1;
}
.classify .swiper-slide:last-child a{
	border-right: none;
}
.classify .swiper-slide .icon{
  display: block;
  margin: auto;
  width: 26px;
  height: 26px;
  text-align: center;
  color: white;
  margin-bottom: 3px;
}
.classify .swiper-slide .icon img {
  width: 100%;
  height: 100%;
}
.classify .swiper-slide .desc {
  text-align: center;
  color: #777;
  font-size:12px;
}

.youlike{
	border-top: 1px solid #edebeb;
	border-bottom: 1px solid #edebeb;
	background-color: white;
	/*margin-bottom: 10px;*/
}
.youlike .headBox{
	color:#666;
	height:38px;
	line-height: 38px;
	padding-left:8px;
	font-size:14px;
	border-bottom: 1px solid #edebeb;
	font-weight:bold;
}

.platformNews{
	border-top:1px solid #f1f1f1;
	padding:5px 10px;
}
.platformNews .left{
	float:left;
}
.platformNews .ico{
	margin-right:15px;
	width:42px;
	height:42px;
	background:url(../img/pigheadlines.png) no-repeat;
	background-size:100%;
}
.platformNews .list{
	padding-top:3px;
	border-left:1px solid #f1f1f1;
	padding-left:15px;
	font-size:12px;
	color:#999;
}
.platformNews .list li{
	height:18px;
	overflow:hidden;
}


header #backBtn {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
}
header #backBtn:after {
    display: block;
    content: "";
    border-top: 2px solid white;
    border-left: 2px solid white;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(315deg);
    background-color: transparent;
    position: absolute;
    top: 19px;
    left: 19px;
}

.More_drop{
	position: absolute;
	right: 0px;
	width: 50px;
	height: 50px;
	top: 0px;
	background: url(../img/index/indext_03.png) center no-repeat; background-size: 24px;
}
.drop_list{
	display: none;
	position: absolute;
	right: 0px;
	top: 50px;
	background: rgba(255,255,255,0.96);
	line-height: 50px;
	box-shadow: -2px 2px 15px 0px #d5d5d5;
}
.drop_list:after{
	content: '';
	display: block;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 8px solid #f5fdfc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 0;

   
    position: absolute;
    top: -8px;
    right:27px;
    -webkit-transform: rotate(180deg);
}
.slider:after{
	right: 19px !important;
}
.drop_list li{
	padding-left: 45px;
	min-width: 105px;
}
.drop_list span{
	display: block;
	border-bottom: #cbcacf 1px solid;
	padding: 0 8px;
}
.drop_list li:last-child span{ border: none; }
.drop_list li.nearby{  background: url(../img/index/indext_07.png) 18px center no-repeat; background-size: 24px; }
.drop_list li.scan{  background: url(../img/index/indext_10.png) 18px center no-repeat; background-size: 24px; }
.drop_list li.payment{  background: url(../img/index/indext_12.png) 18px center no-repeat; background-size: 24px; }
.drop_list li.location{  background: url(../img/index/indext_07.png) 18px center no-repeat; background-size: 24px; }
.drop_list li.my_order{  background: url(../img/index/indext_12.png) 18px center no-repeat; background-size: 24px; }
.payment_code{
	display: none;
	position: fixed;
	width: 90%; 
	margin: 0 5%;
	left: 0px; 
	top: 50%;
	margin-top: -176px;
	z-index: 999;
}
.payment_code .h2{
	line-height: 45px; 
	background: #06c1ae;
	border-radius: 5px 5px 0 0;
	text-align: center;
	color: #fff;
}
.payment_code .h3{
	line-height: 45px; 
	font-size: 13px;
	position: relative;
	text-align: center;
	border-bottom: #f1f1f1 1px solid;
	background: #fff;
}
.payment_code .h3:after{
	content: '';
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.8);
	width: 15px; 
   	height:7px;
   	border-radius:50px 50px 0 0 ;
  	-webkit-transform: rotate(90deg);
	bottom: -4px;
	left: -4px;
}
.payment_code .h3:before{
	content: '';
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.8);
	width: 15px; 
   	height:7px;
   	border-radius:50px 50px 0 0 ;
  	-webkit-transform: rotate(-90deg);
	bottom: -4px;
	right: -4px;
}


.payment_code .con_img{ text-align: center; background: #fff; border-radius: 0 0 5px 5px; padding-bottom: 5px; }
.payment_code .con_img #paybarcode{ width: 250px; height: 80px; vertical-align: middle; margin: 10px 0 0 0 ; }
.payment_code .con_img #payqrcode{ width: 170px; height: 170px; vertical-align: middle;}
.payment_code .con_img .refresh span{ display: inline-block; color: #999999; font-size: 12px; background: url(../img/index/tct_11.png) left center no-repeat; background-size:  13px 11px; line-height: 20px; padding-left: 18px; }

.mask{display: none; background: rgba(0,0,0,0.8); position: fixed;  z-index: 998; top: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%;}

.payment_code .del{ width: 45px; height: 45px; background: url(../img/index/tct_03.png) center no-repeat; background-size: 10px; right: 0px; top: 0px; position: absolute; }

.content_details{
	/*margin: 10px;*/

}
.content_details .list_header{
	display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}
.content_details .list_header img{
	width: 50px;
	height: 50px;
	margin-bottom: 6px;
}

.content_details .list_header dl{
	margin-left: 14px;
	color: #333;
	font-size: 15px;
	margin-top: -6px;
}
.content_details .list_header dl dd{
	color: #999;
	font-size: 13px;
}
.content_details .list_header dl dd i{
	display:inline-block;
	width: 15px;
	height: 16px;
	background:url(../imanges/ad1.png) center no-repeat;
	background-size:20px 18px;
	vertical-align: sub;
}
.details_list{
	margin-bottom: 15px;
	    background: #fff;
    padding: 10px;
}
.list_content{
	margin:6px 0 0 0;
}
.list_content ul li{
	width: 33.3%;	
	margin: 0;
	padding: 0;
}
.list_content ul li img{
	width: 90%;
	margin: 3px 5%;
	height: 91px;
	text-align: center;
}
.details_price{
	display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 96%;
    margin: 0 2%;
}
.details_price p{
	color:#333;
	font-size: 14px;
}
.details_price p span{
	color: #f00;
	font-size: 12px;
}
.notes{
	font-size: 12px;
	color: #666;
	margin: 0 2%;
	width: 96%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

dd.navlink{ border-bottom: #f1f1f1 1px solid; line-height: 41px;  color: #666666;padding: 0 10px 0 15px; }
dd.navlink a{ display: block; }
dd.navlink .link_Pay{  height: 22px; display: inline-block;  border: #29c7a2 1px solid; border-radius: 100px; line-height: 22px; font-size: 12px; color: #29c7a2; background: url(../images/cyt_17.png) 10px 5px no-repeat; padding: 0 8px; padding-left: 25px; background-size: 13px; }
dd.navlink .link_jt{ display: inline-block; width: 5px; height: 40px;  background: url(../images/sylj_03.png) left center no-repeat;  background-size: 5px; }
.fr {
    float: right;
    display: inline;
}

.slideImg img{
	width: 100%;
	height: 100%;
}