@charset "utf-8";
article, aside, audio, body, canvas, caption, details, div,p, figure, footer, header, hgroup, html, iframe, img, mark, menu, nav, object, section, span, summary, table, tbody, td, tfoot, thead, tr, video,dl,dd {
  margin: 0;
  padding: 0;
  border: 0;
}
body{
	font-size: 14px;
	line-height: 1.5;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	background-color:#f4f4f4;
	padding-bottom: 49px;
}

a,a:visited,a:hover{
 	color: #999;
	text-decoration: none;
	outline: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.hide{
	display:none;
}
.openLeftWindow{

}
.openRightWindow{

}
.openTopWindow{

}
.openBottomWindow{

}

#pageLoadTip{
	background-color: white;
	position: absolute;
	z-index: 9999;
	top: 0px;
	bottom: 0px;
	left: 0;
	width: 100%;
	overflow: hidden;
}
#pageLoadTip div{
	height:50px;
	line-height:50px;
	text-align:center;
	padding-top:50px;
	background: url(../img/loading.gif) no-repeat;
	background-position: center top;
	background-size:50px;
}



.footerMenu {
	position: fixed;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	z-index: 900;
  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  	height: 49px;
  	  width: 100%;
}
.footerMenu ul{
  	margin: auto;
  	display: block;
  	width: 100%;
  	height: 48px;
 	display: -webkit-box;
  	display: box;
  	-webkit-box-orient: horizontal;
  	background-color: #F9F9F9;
  	border-top:1px solid #cecece;
}
.footerMenu ul li {
  	float:left;
  	width:19%;
  	height: 100%;
}

.footerMenu ul li.voiceBox{
	width:24%;
}
.footerMenu.wap li{
	width:25%;
}
.footerMenu.wap .voiceBox{
	display:none;
}

.footerMenu ul li a {
  color: #777;
  line-height: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding-top: 2px;
  font-size: 12px;
  position: relative;
  height: 46px;
}
.footerMenu ul li a em {
  margin: 0 auto;
  display: block;
  height: 20px;
  width: 22px;
  margin-top: 3px;
  margin-bottom: 2px;
  background-repeat:no-repeat;
  background-size: 100%;
  border-bottom:0px;
}
.footerMenu ul li a em.home{
	background-image: url(../img/footer_home.png);
}
.footerMenu ul li a.active em.home,.footerMenu ul li a.hover em.home{
	background-image: url(../img/footer_home_active.png);
}
.footerMenu ul li a em.group{
	background-image: url(../img/footer_group.png);
}
.footerMenu ul li a.active em.group,.footerMenu ul li a.hover em.group{
	background-image: url(../img/footer_group_active.png);
}
.footerMenu ul li a em.store{
	background-image: url(../img/footer_store.png);
}
.footerMenu ul li a.active em.store,.footerMenu ul li a.hover em.store{
	background-image: url(../img/footer_store_active.png);
}
.footerMenu ul li a em.my{
	background-image: url(../img/footer_my.png);
}
.footerMenu ul li a.active em.my{
	background-image: url(../img/footer_my_active.png);
}
.footerMenu ul li a em.bbs{
	background-image: url(../img/footer_bbs.png);
}
.footerMenu ul li a.active em.bbs,.footerMenu ul li a.hover em.bbs{
	background-image: url(../img/footer_bbs_active.png);
}
.footerMenu ul li a p{
	color:#727272;
	opacity: .6;
}
.footerMenu ul li a.active p,.footerMenu ul li a.hover p{
	color:#06c1ae;
	opacity: 1;
}
.footerMenu ul li.voiceBox{

}
.footerMenu ul li.voiceBox a{
	padding:1px;
	background:url(../img/footer_voice.png) no-repeat;
	background-size: 38px;
	background-position: center;
}

.iScrollLoneScrollbar{
	  width:3px!important;
}

.iScrollIndicator{
		height:48px;
		border:none!important;
		background: rgba(0, 0, 0, 0.398039)!important;
}

#pullDown{
	height: 50px;
    line-height: 50px;
    text-align: center;
	top:-50px;
	width: 100%;
	position: absolute;
}
.pullDownIcon{
	background: url(../img/pullDownIcon.png) no-repeat;
	background-size:100%;
	width:11px;
	height:14px;
	margin-right: 3px;
	top: 18px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 500ms;
}
.reverse_icon .pullDownIcon{
	-webkit-transform: rotate(-180deg);
}
.pullDownLabel{
	padding-left: 18px;
}

#pullUp{
	height: 50px;
    line-height: 50px;
    text-align: center;
	bottom:-50px;
	width: 100%;
	position: absolute;
}
.pullUpIcon{
	background: url(../img/pullDownIcon.png) no-repeat;
	background-size:100%;
	width:11px;
	height:14px;
	margin-right: 3px;
	top: 18px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 500ms;
}
.reverse_icon .pullUpIcon{
	-webkit-transform: rotate(-180deg);
}
.pullUpLabel{
	padding-left: 18px;
}

#container {
	position: absolute;
	z-index: 1;
	top:0px;
	bottom:49px;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	transform:translate3d(0px,0px,0px);
}
.scrollerBox{
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	transform:translate3d(0px,0px,0px);
}

/*声音*/
.voiceContainer{
	position: absolute;
	z-index: 999;
	top: 0px;
	bottom: 0px;
	left: 0;
	width: 100%;
	overflow: hidden;
	background-color:white;
}
.voiceContainer .close{
	position:absolute;
	top:21px;
	right:21px;
	width:15px;
	height:15px;
	background: url(../img/close_voice.png) no-repeat;
	  background-size: 15px;
  background-position: 5px;
  padding: 5px;
}
.voiceContainer .title{
	top:22%;
	position: absolute;
	text-align: center;
	  width: 100%;
	  font-size: 20px;
	  color:#06c1ae;
}
.voiceContainer .content{
	top:50%;
	position:absolute;
	color:#8B8B8B;
	width:100%;
	text-align: center;
}
.voiceContainer .btn{
	background: url(../img/start_voice.png) no-repeat;
	width:72px;
	height:72px;
	background-size: 100%;
	margin: 25px auto 0;
}
.voiceContainer .btn.start{
	background-image: url(../img/end_voice.png);
}


.voiceContainer .searchBtm1{
	position:absolute;
	bottom: 0px;
  	height: 105px;
  	right:0;
  	left:0;
  	background: url(../img/search/searchBtmBg1.png) repeat-x;
}
.voiceContainer .searchBtm2{
	position:absolute;
	bottom: 0px;
  	height: 113px;
  	right:0;
  	left:0;
  	background: url(../img/search/searchBtmBg2.png) repeat-x;
}

/*带商家的商品列表*/
.dealcard{
	padding:0px 3px;
	background-color: white;
}
.dealcard dd{
	overflow: hidden;
	position: relative;
	border-bottom:1px solid #f1f1f1;
	padding:8px 0;
}
.dealcard dd:last-child{
	border-bottom: none;
}
.dealcard .dealcard-img{
	width:91px;
	/*width:120px;*/
	height:84px;
	/*height:60px;*/
	border-radius:2px;
	float:left;
	position: absolute;
	overflow:hidden;
}
.dealcard .dealcard-img img{
	margin-left: -15px;
	width: 120px;
	/*width: 100%;*/
	height: 100%;
	border-radius:2px;
}
.dealcard .dealcard-block-right{
	margin-left:100px;
/*	margin-left:125px;*/
}
.dealcard .brand{
	font-size:16px;
	line-height:24px;
	color:#333;
}
.dealcard .brand em{
	font-style:normal;
	color:#06c1ae;
}
.dealcard .brand .location-right{
	position: absolute;
  	top: 8px;
  	right: 4px;
  	color:#999;
  	font-size: 12px;
}
.dealcard .title{
	color:#999;
	height:32px;
	line-height: 16px;
	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	font-size: 12px;
	margin-bottom:8px;
	letter-spacing: 1px;
}
.dealcard .title em{
	font-style:normal;
	color:#06c1ae;
}
.dealcard .price strong{
	font-size:18px;
	color:#06c1ae;
	letter-spacing:0.5px;
	line-height: 18px;
}
.dealcard .price del{
	color:#999;
	margin-left:5px;
}
.dealcard .price .strong-color{
	color:#999;
}
.dealcard .price .tag{
	display:inline-block;
	margin-left:3px;
	border:1px solid #f58300;
	color:#f58300;
	padding:1px 3px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 12px;
}
.dealcard .price .imgLabel{
	width:49px;
	height:16px;
	margin-right:10px;
	display:inline-block;
}
.dealcard .price .imgLabel.daodian{
	background:url(../img/waishangdao2.png) no-repeat;
	background-size:100%;
	background-position: 0px -16px;
}
.dealcard .price .imgLabel.waisong{
	background:url(../img/waishangdao2.png) no-repeat;
	background-position:0px -32px;
	background-size:100%;
}
.dealcard .price .imgLabel.shangmen{
	background:url(../img/waishangdao2.png) no-repeat;
	background-position:0px 0px;
	background-size:100%;
}
.dealcard .price .line-right{
	position: absolute;
  	bottom: 8px;
  	right: 4px;
  	color:#999;
  	font-size: 12px;
}
/*单独的商品列表*/
.goodList{
	border-top: 1px solid #edebeb;
	padding: 0px 8px;
	border-bottom: 1px solid #edebeb;
}
.goodList li{
  	overflow: hidden;
  	position: relative;
  	border-bottom: 1px solid #f1f1f1;
  	padding: 8px 0;
}
.goodList li:last-child{
	border-bottom:none;
}
.goodList li .dealcard-img {
  width: 92px;
  height: 84px;
  border-radius: 2px;
  float: left;
  position: absolute;
}
.goodList li .dealcard-img img {
  width: 100%;
  height: 100%;
}
.goodList li .dealcard-block-right {
  margin-left: 100px;
}
.goodList li .title {
  color: #999;
  height: 40px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
    margin:5px 0 15px;
}
.goodList li .price strong {
  font-size: 18px;
  color: #06c1ae;
  letter-spacing: 0.5px;
  line-height: 18px;
}
.goodList li .price{
	  margin-bottom: 2px;
}
.goodList li .price .strong-color {
  color: #999;
}
.goodList li .price .tag {
  display: inline-block;
  margin-left: 3px;
  border: 1px solid #f58300;
  color: #f58300;
  padding: 1px 3px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 12px;
}
.goodList li .price .line-right {
  position: absolute;
  bottom: 10px;
  right: 4px;
  color: #999;
  font-size: 12px;
}
.goodList li.more{
	border-bottom: none;
	  height: 26px;
	  line-height: 26px;
  	text-align: center;
  	  color: #999;
}
.goodList li.more:after {
 	 content: "";
  	display: inline-block;
	margin-left:6px;
	  width: 8px;
  height: 8px;
  border: 1px solid #999;
  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: 6px;
    vertical-align: top;
}

/*商家店铺列表*/
.storeBox{
	background-color: white;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	 margin-bottom: 10px;
}
.storeBox dd{
	border-bottom: 1px solid #f1f1f1;
	padding:12px 64px 8px 12px;
	position:relative;
}
.storeBox dd:last-child{
	border-bottom: none;
}
.storeBox dd .name{
	color:black;
	font-size: 16px;
	line-height: 2;
}
.storeBox dd .address{
	color:#999;
	line-height: 2;
	     text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
}
.storeBox dd .position{
	color:#999;
}
.storeBox dd .range{
	background: url(../img/range.png) no-repeat;
	background-size: 9px 11px;
	padding-left: 15px;
	background-position: 0px 5px;
	display: inline-block;

}
.storeBox dd .desc{
	display: inline-block;
	margin-left: 23px;
	color:#ff9c00;
}
.storeBox dd .phone{
	position:absolute;
	right:0px;
	width:62px;
	border-left:1px solid #f1f1f1;
	top:15px;
	bottom: 15px;
	background: url(../img/phoneBig.png) no-repeat;
	background-size: 18px;
	background-position: center center;
}
.storeBox .more{
	height:45px;
	line-height: 45px;
	border-top: 1px solid #E1E1E1;
	padding-left:12px;
	font-size:16px;
	color: #06c1ae;
	position: relative;
}
.storeBox .more:after {
    display: block;
    content: "";
    border-top: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -5px;
}

/*列表排头*/
.introList{
	background-color: white;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding-left: 8px;
	margin-bottom: 10px;
}
.introList.storeProList .goodList li .title{
	color:black;
}
.introList .titleDiv{
	border-bottom: 1px solid #E1E1E1;
    padding:16px 0;
    /*margin-bottom: ;*/
}
.introList .titleDiv .title{
	border-left: 4px solid #06c1ae;
	padding-left: 8px;
	   font-size: 16px;
    line-height: 16px;
    color:#06c1ae;
}
.introList.storeProList .goodList{
	border-top: none;
	border-bottom: none;
	padding:0;
}
.introList.sysProList .dealcard{
	padding:0;
}

.introList.storeProList .goodList li .dealcard-img{
/*	width:72px;*/
	width:119px;
	height:66px;
}
.introList.storeProList .goodList li .dealcard-block-right{
/*	margin-left:82px;*/
	margin-left:124px;
}
.introList.storeProList .goodList li .title{
	margin:4px 0;
}

/*评分*/
.rateInfo .starIconBg{
	width:97px;
	height:16px;
	background: url(../img/starIconBg.png) no-repeat;
	background-size: 100%;
	display:inline-block;
}
.rateInfo .starIcon{
	background: url(../img/starIcon.png) repeat-x;
	height:16px;
	background-size: 97px 16px;
}
.rateInfo .starText{
	display: inline-block;
	   vertical-align: top;
	   color:#ff9c00;
	   font-weight:bold;
	 margin-left: 5px;
}
.rateInfo .right{
	float:right;
	padding-right:14px;
	position: relative;
}
.rateInfo .right:after {
    display: block;
    content: "";
    border-top: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
}



/*下拉选择*/
.dropdown-wrapper {
    position: relative;
	z-index: 25;
}
.dropdown-list {
    width: 100%;
}
.dropdown-module {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s;
}
.scroller-wrapper {
    position: relative;
}
.scroller-wrapper .dropdown-scroller {
    width: 100%;
    background: #f6f4f0;
}
.scroller-wrapper .dropdown-scroller ul {
    width: 100%;
    background: #FFF;
}
.category-wrapper, .biz-wrapper, .brand-wrapper, .sort-wrapper, .subway-wrapper {
    display: none;
}
.category-wrapper.active, .biz-wrapper.active, .brand-wrapper.active, .sort-wrapper.active, .subway-wrapper.active {
    display: block;
}
.scroller-wrapper .dropdown-scroller ul {
    width: 100%;
    background: #FFF;
}
.dropdown-list>li {
    -webkit-transform: translate3d(0,0,0);
    border-bottom: 1px solid #f1f1f1;
    line-height: 45px;
    height: 45px;
    position: relative;
}
.dropdown-list>li:last-child{
	border-bottom:none;
}
.dropdown-list>li.active {
    background: #f6f4f0;
}
.dropdown-list.sub-list>li {
	border-bottom: 1px solid #e2e2e2;
}
.dropdown-list.sub-list>li:last-child{
	border-bottom:none;
}
.dropdown-list span {
    text-align: left;
    margin: 0;
       margin-left: 12px;
}
.dropdown-list .quantity {
    display: inline-block;
    text-align: right;
    margin-right: 8px;
    position: absolute;
    right: 0;
     top: 15px;
}
.dropdown-list .quantity>b {
    font-weight: 400;
    background: #CCC;
    border-radius: 5px;
    padding: 0 4px;
    color: #FFF;
    float: right;
}
.right-arrow-point-right .quantity>b:after {
    content: '>';
    -webkit-transform: scale(0.8,1.5);
    padding-left: 7px;
    float: right;
    font-family: simsun;
	    height: 14px;
    line-height: 14px;
    font-size: 12px;
}
.scroller-wrapper .dropdown-sub-scroller {
    position: absolute;
    top: 0;
    right: 0;
    left: 100%;
    bottom: 0;
    border-left: 1px solid #e2e2e2;
    background: #f6f4f0;
}


/*页面弹出层 多用于电话按钮事件*/
.msg-bg{background:rgba(0,0,0,.4);position:absolute;top:0;left:0;width:100%;z-index:998}
.msg-doc{position:fixed;left:.16rem;right:.16rem;bottom:15%;border-radius:.06rem;background:#fff;overflow:hidden;z-index:999}
.msg-hd{background:#f0efed;color:#333;text-align:center;padding:.28rem 0;overflow:hidden;font-size:.4rem;border-bottom:1px solid #ddd8ce}
.msg-bd{font-size: 18px;padding-left:12px;border-bottom:1px solid #ddd8ce;height:45px;line-height:45px;}
.msg-toast{background:rgba(0,0,0,.8);font-size:.4rem;color:#fff;border:0;text-align:center;padding:.4rem;-webkit-animation-name:pop-hide;-webkit-animation-duration:5s;border-radius:.12rem;bottom:60%;opacity:0;pointer-events:none}
.msg-confirm,.msg-alert{-webkit-animation-name:pop;-webkit-animation-duration:.3s}
.msg-option{-webkit-animation-name:slideup;-webkit-animation-duration:.3s}
@-webkit-keyframes pop-hide{0%{-webkit-transform:scale(0.8);opacity:0}2%{-webkit-transform:scale(1.1);opacity:1}6%{-webkit-transform:scale(1)}90%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(0.9);opacity:0}}
@-webkit-keyframes pop{0%{-webkit-transform:scale(0.8);opacity:0}40%{-webkit-transform:scale(1.1);opacity:1}100%{-webkit-transform:scale(1)}}
@-webkit-keyframes slideup{0%{-webkit-transform:translateY(100%)}40%{-webkit-transform:translateY(-10%)}100%{-webkit-transform:translateY(0)}}
.msg-ft{display:-webkit-box;display:-ms-flexbox;font-size:.34rem}
.msg-ft .msg-btn{display:block;-webkit-box-flex:1;-ms-flex:1;margin-right:-1px;border-right:1px solid #ddd8ce;height:.88rem;line-height:.88rem;text-align:center;color:#2bb2a3}
.msg-btn:last-child{border-right:0}
.msg-option{background:0;bottom:40px;}
.msg-option div:first-child,.msg-option .msg-option-btns:first-child .btn:first-child{border-radius:3px 3px 0 0;border-top:0}
.msg-option .btn{    display: inline-block;width:100%;background:#fff;border:0;color:#06c1ae;border-radius:0}
.msg-option .msg-bd{background:#fff;border-bottom:0}
.msg-option .btn{height:36px;line-height: 36px;border-top:1px solid #ccc;text-align:center;}
.msg-option-btns:last-child .btn{border-radius:0 0 3px 3px;border-bottom:1px solid #ccc}
.msg-option .msg-btn-cancel{padding:0;margin-top:2px;color:#FF6634;border-radius:3px;height:40px;line-height:40px;}
.msg-dialog .msg-hd{background-color:#fff}
.msg-dialog .msg-bd{background-color:#f0efed}
.msg-slide{background:0;bottom:0;left:0;right:0;border-radius:0;-webkit-animation-name:slideup;-webkit-animation-duration:.3s}



div.loadMoreList{
	border-top: 0;
    background-color: #f4f4f4;
	height: 40px;
    line-height: 40px;
	text-align:center;
	text-indent: -10000px;
	background: url(../img/loadingMore.gif) no-repeat;
	background-position: center;
	padding-bottom:7px;
}
div.noMore,div.noMoreList{
	height: 40px;
    line-height: 40px;
    background-color: #f4f4f4;
    border-top: 0;
	text-align:center;
	margin: 11px 0!important;
	color: #999;
}



/*加载层*/
.motifyShade{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom:0;
	padding: 0;
	z-index: 998;
	width: 100%;
}
.motify {
	display: none;
	position: fixed;
	top: 35%;
	left: 50%;
	width: 260px;
	padding: 0;
	margin: 0 0 0 -130px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.motify .motify-inner {
	padding: 10px 10px;
	text-align: center;
	word-wrap: break-word;
}



.anchorBL{height:20px!important;}
.anchorBL a img{height:12px!important;width:34px!important}



#enter_im_div {
    bottom: 82px;
    z-index: 11;
    display: none;
    position: fixed;
    width: 100%;
    max-width: 640px;
    height: 1px;
}
#enter_im {
    width: 94px;
    margin-left: 110px;
    position: relative;
    left: -100px;
    display: block;
}
#to_user_list {
    height: 16px;
    padding: 7px 6px 8px 8px;
    background-color: #00bc06;
    border-radius: 25px;
    /* box-shadow: 0 0 2px 0 rgba(0,0,0,.4); */
}
#to_user_list_icon_div {
    width: 20px;
    height: 16px;
    background-color: #fff;
    border-radius: 10px;
}
.left {
    float: left;
}
.rel {
    position: relative;
}
#to_user_list_txt {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding: 1px 3px 0 5px;
}
.abs {
    position: absolute;
}
.to_user_list_icon_em_a, .to_user_list_icon_em_b, .to_user_list_icon_em_c {
    width: 2px;
    height: 2px;
    border-radius: 1px;
    top: 7px;
    background-color: #00ba0a;
}
.to_user_list_icon_em_a {
    left: 4px;
}
.to_user_list_icon_em_b {
    left: 9px;
}
.to_user_list_icon_em_c {
    right: 4px;
}
.to_user_list_icon_em_d {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    top: 14px;
    left: 6px;
    border-color: #fff transparent transparent transparent;
}
#to_user_list_icon_em_num {
    background-color: #f00;
}
#to_user_list_icon_em_num {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    top: -14px;
    left: 68px;
}

.footerMenu.house{height:59px;}
.footerMenu.house .footer_top{height:10px;background: -webkit-gradient(linear,0 0,0 100%,from(#E9F9F8), to(#D8F5F3));opacity: 0.6;}
.footerMenu.house ul{background: #fff;border-top: 0px;}
.footerMenu.house.wap li{width:20%;}
.footerMenu.house.wap li.phoneBtn {
    margin-top: -15px;
    padding-top: 15px;
    background: white;
    z-index: 111;
    position: relative;
    border-radius: 50%;
}
.footerMenu ul li a em.phoneBtn{background-image:url(../img/footer_phone.png);width: 30px;height: 26px;margin-top:-3px;}
.footerMenu ul li a.hover em.phoneBtn{background-image:url(../img/footer_phone_active.png);width: 30px;height: 26px;margin-top:-3px;}

.footerMenu ul li a em.marketBtn{background-image:url(../img/footer_market.png);width: 30px;height: 26px;margin-top:-3px;}
.footerMenu ul li a.hover em.marketBtn{background-image:url(../img/footer_market_active.png);width: 30px;height: 26px;margin-top:-3px;}


.bigBtn{
	height:50px;
	line-height:50px;
	text-align:center;
	margin:15px 10%;
	border:1px solid #A4BC41;
	border-radius:3px;
	background-color:white;
	color:#A4BC41;
}
.grayLine{
	height:1px;
	background-color:#edebeb;
}

.pageSliderHide{
	position:relative;
}


.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.wx_aside {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 900;
    border-radius: 3px 0 0 3px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.7);
}
.WX_backtop.WX_backtop_active, .wx_aside {
    bottom: 76px;
    z-index: 99;
}
a, a:visited {
    text-decoration: none;
    color: #333;
}
.wx_aside > a {
    border-top: 1px solid #828282;
    position: relative;
}
.wx_aside .btn_ask, .wx_aside .btn_more, .wx_aside .btn_top {
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999em;
    display: none;
    overflow: hidden;
}
.wx_aside .btn_more {
    display: block;
}
.wx_aside > a:first-child {
    border-top: none;
}
.wx_aside .btn_ask {
    display: block;
}
.wx_aside_item {
    position: absolute;
    bottom: 90px;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 115px;
    display: none;
}
.wx_aside .wx_aside_item {
    width: 130px;
    width: auto;
}
.wx_aside .wx_aside_item {
    bottom: 100%;
    margin-bottom: 6px;
}
.wx_aside.more_active .wx_aside_item {
    display: block;
}
.wx_aside_item a {
    color: #666;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    display: block;
/*    margin: 0 15px;*/
    border-bottom: 1px solid #eee;
    float:left;
    margin-left:5px;
}
.wx_aside .wx_aside_item > a {
    overflow: visible;
    white-space: nowrap;
}
.item_gwq{
	width: 60px;
	color: #666;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    display: block;
    margin: 0 15px;
    border-bottom: 1px solid #eee;
}
.item_gwq img{
	width:20px;height:20px;float:left;margin-top:10px;
}
.order-zuo, .order-jiudian {
    background-color: #F5716E;
}
.order-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    color: white;
    margin-right: .25rem;
    margin-top: -.06rem;
    margin-bottom: -.06rem;
    background-color: #F5716E;
    vertical-align: initial;
    font-size: 16px;
}
.text-icon {
    font-family: base_icon;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}
.market-icon {
    display: inline-block;
    text-align: center;
    color: white;
    margin-left:5px;
    padding: 0px 3px;
    background-color: #F75D3A;
    vertical-align: initial;
    font-size: 12px;
}
.reteInfo_font{
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
	font-size: 12px;
	margin-left:2px;
	width:100%;
	margin-top:7px;
}
/*.more_active #quckMenu{ display:none}
.more_active:hover #quckMenu{ display:block}*/