@charset "utf-8";


.titbg0{ background:rgba(240, 240, 240, 1) none repeat scroll 0 0;}
.titbg{ background:rgba(40, 140, 210, 1) none repeat scroll 0 0;}
.titbg1{ background:rgba(255, 50, 155, 1) none repeat scroll 0 0;}
.titbg2{ background:rgba(240, 150, 10, 1) none repeat scroll 0 0;}
.titbg3{ background:rgba(0, 170, 170, 1) none repeat scroll 0 0;}

.editbox{ height:36px; line-height:36px; overflow:hidden; text-indent:5px; border:1px #dddddd solid; color:#666; background:#fff; font-size:14px; -moz-border-radius:6px; -webkit-border-radius:6px;  border-radius:6px;}
.selectbox{ height:36px; line-height:36px; overflow:hidden; text-indent:0px; border:1px #dddddd solid; color:#666; background:#fff; -moz-border-radius:6px; -webkit-border-radius:6px;  border-radius:6px;}
.areabox{ border:1px #dddddd solid; padding:5px; overflow-y:auto; font-size:14px;}

a.btn_favorite{ display:inline-block; width:70px; height:23px; line-height:20px; text-align:center; overflow:hidden; border:1px #eeeeee solid; color:#999;}
a.btn_favorite:hover{ background:#f90; color:#fff; border:0;}

.body_mask{width:100%; height:100%; overflow:hidden; background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0; position:absolute; z-index:99;}
.background{ position:absolute; z-index:-1; width:100%; height:100%;}
.background img{width:100%; height:100%;}
.scroll_y{overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
	}
.scroll_y::-webkit-scrollbar{width:0;height:0}
/* layout */

.topbar{width:100%; height:40px; overflow:hidden; position:fixed; z-index:100; text-align:center;}
.logo { display: inline-block; margin-top:0px;}
.logo em{ float:left; display:inline-block; width:36px; height:36px; overflow:hidden; background:url(../images/logo.png) no-repeat center center; background-size:cover; margin-top:2px; display: none;}
.logo span{ float:left; display:inline-block; line-height:40px; color:#fff; font-size:20px; margin-left:5px; font-family:Microsoft YaHei;}

.headtit{ display: inline-block; margin-top:0px; line-height:38px; font-size:20px; color:#fff;}

a.backBtn
{
	display: inline-block; 
	text-align:center;
	width: 40px;
	height: 40px; 
	line-height:40px;
	position: absolute;
	left: 0px; color:#fff;
}


a.btn_search

{    
	display:inline-block;
	width: 40px;
	height: 40px;
	line-height:40px;
	position: absolute;
	color:#fff;
	right: 0;
}

.topbar a.btn_home{display:inline-block;
	width: 40px;
	height: 40px;
	line-height:40px;
	position: absolute;
	color:#fff;
	top:2px;
	right: 0;}
.topbar a.btn_member{display:inline-block;
	width: 40px;
	height: 40px;
	line-height:40px;
	position: absolute;
	color:#fff;
	right: 30px;}

.citylink{ position: absolute;
    height: 100%;
    left: 0;
    width: auto;
    max-width: 100px;
    padding: 0 24px 0 5px;
	z-index:99;
	
	}
.citylink em{ color:#f60; font-size:14px; margin-right:3px;}
.citylink span{white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; line-height:40px; font-size:14px; color:#f60;}
.ico_arrowdown{position: absolute;
    right: 8px;
    top: 45%;
    margin-left: -3px;
    margin-top: -5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}
.topcity{ overflow:hidden;}
.topcity h2{ font-size:18px; text-align:left; margin-bottom:10px;}
.topcity .editbox{width:100%;}
.topcity  h3{ font-size:14px; color:#333; font-weight:normal; text-align:left; height:24px; line-height:24px; overflow:hidden; background:#fff; margin:10px 0; text-indent:5px;}
.topcity  h3 a{ color:#F60;}
.topcity  h3 span{ color:#999; font-weight:normal;}
.topcity ul{width:105%; height:auto; overflow:hidden;}
.topcity li{width:29%; float:left; display:inline; margin:5px 4% 5px 0;}
.topcity li a{width:100%; height:30px; line-height:30px; overflow:hidden; display:block; text-align:center; font-size:14px; text-align:center; white-space:nowrap;}
.topcity li a:link,.topcity li a:visited{ color:#444;background:#fff; border:1px #eeeeee solid; }
.topcity li a:hover{ color:#fff;background:#f90; border:1px #f90 solid; }

.search_menu{ padding:10px 3px 0 3px;}
.search_menu a{ display:inline-block; width:30%; height:30px; line-height:30px; overflow:hidden; color:#666; font-size:14px; background:#fff; border:1px #dddddd solid; margin:1% 1%;}

footer{width:100%; height:45px; overflow:hidden; position:fixed; bottom:0; z-index:100; padding-top:3px;}
footer span{width:1px; height:40px; line-height:40px; overflow:hidden; text-align:center; display:inline-block; background:#fff;}
footer a{width:24%; height:40px; display:inline-block; overflow:hidden; text-align:center;}
footer a i.iconfont{ color:#fff; font-size:20px; display:block; line-height:24px;}
footer a em{ display:inline-block; color:#fff; font-size:12px;}
footer a:hover{ background:#999999;}

.footnav{width:100%; height:45px; overflow:hidden; position:fixed; bottom:0; z-index:102; border-top:1px #dddddd solid;}
.footnav a{width:20%; height:45px; float:left; display:inline-block; overflow:hidden; text-align:center; position:relative;}
.footnav a i.iconfont{ color:#999; font-size:22px; display:block; line-height:20px; margin-top:4px;}
.footnav a em{ display:inline-block; color:#666; font-size:14px; margin-top:0px;}

.footbtn0{width:100%;  background:#fff; }
.footbtn0 a.btn1{width:100%; display:inline-block; height:40px; line-height:40px; overflow:hidden; background:#f80; color:#fff; font-size:16px; }

.footbtn{width:100%; height:50px; background:#fff; position:fixed; bottom:0; z-index:100; padding:0 10px;}
.footbtn a.btn1{width:100%; display:inline-block; height:40px; line-height:40px; overflow:hidden; background:#f80; color:#fff; font-size:16px; margin:5px 10px 0 0; margin-bottom:10px; }


/* 空页面 */
.blank{ padding: 50px 20px; text-align: center;}
.blank img{width:60%;}
.blank h3{ font-size:16px; color:#454545; margin-top:30px;}
.blank  p{ padding: 30px 0; font-size: 14px; color: #999;}
.blank  a.abtn{width:60%; display:inline-block; height:40px; line-height:40px; overflow:hidden; background:#f90; color:#fff; font-size:16px; margin:5px 10px 0 0; margin-bottom:10px; }


/* 滑动焦点图 */
/* Swiper 3.1.2*/
 .swiper-container {
	width: 100%;
	height: 100%; 
	position:absolute;
	z-index:1;
	overflow:hidden;
}
.swiper-slide { height:auto; overflow:hidden;
	/* 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;
  }
.swiper-slide img{width:100%; height:100%; display: block;}


/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 50px; 
		background: #fff;
		position: absolute;
		z-index: 101;
		width:90%;
		padding: 30px 20px 24px 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		margin:20px;
		}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 

.topsearch{ overflow:hidden;}
.topsearch .editbox{width:100%;}
.topsearch  h3{ font-size:14px; color:#999; font-weight:normal; text-align:left; line-height:2em;}
.topsearch li{width:29%; float:left; display:inline; margin:5px 2%;}
.topsearch a{width:100%; height:24px; line-height:24px; overflow:hidden; display:block; text-align:center; font-size:12px; text-align:center; white-space:nowrap;}
.topsearch a:link,.topsearch a:visited{ color:#626262;background:#fff; border:1px #eeeeee solid; }
.topsearch a:hover{ color:#fff;background:#f90; border:1px #f90 solid; }

/* spinner jquery加减 */

.spinner-sprite, .spinner .decrease, .spinner .decrease[disabled], .spinner .increase, .spinner .value, .spinner .value.passive {
	background: url('../images/spinner.png') no-repeat
}
.spinner { 
	height: 25px;
	width: 72px; 
	background:none;
	overflow: hidden;
}
.spinner button, .spinner .value {
	text-align: center;
	display: block;
	float: left;
	height: 100%;
	line-height: 25px;
	margin: 0
}
.spinner button {
	border: none;
	width: 24px;
	color: #e5312a;
	font: 22px Arial bold;
	padding: 0;
	outline: none; overflow:hidden;
}
.spinner .decrease {
	background-position: 0 -50px;
	cursor: pointer;
	text-indent: -10000px
}
.spinner .decrease[disabled] {
	background-position: 0 -75px;
	cursor: default
}
.spinner .increase {
	background-position: 0 0;
	cursor: pointer;
	text-indent: -10000px
}
.spinner .value {
	background-position: 0 -100px;
	width: 24px;
	height: 27px;
	border: none;
	font-family: Arial;
	color: #090; font-weight:bold; font-size:16px;
	text-indent:0;
	padding: 0px
}
.spinner .value.passive {
	background-position: 0 -1000px;
	color: #fff; text-indent:100px;
}
.spinner .error, .spinner .invalid {
	background: #aa0000
}



/* 评论 */

.comment{ height:auto; overflow:hidden; margin-top:20px;}
.comment_tit{width:100%; height:30px; line-height:30px; text-align:left; margin-bottom:5px;}
.comment_tit strong{ float:left; display:inline; font-size:16px;}
.comment_tit span{ float:right; display:inline; font-size:12px;}
.comment_tit span i{ font-size:20px; color:#f60;}
.comment_list{width:100%;}
.comment_list li{width:100%; height:auto; overflow:hidden; text-align:left; border-top:1px #eeeeee solid; padding:10px 0;}
.comment_list_t{width:100%; height:30px; line-height:30px; overflow:hidden;}
.comment_list_t strong{ float:left; display:inline; font-size:12px; color:#454545;}
.comment_list_t strong em{ font-size:12px; color:#999; margin-left:10px; font-weight:normal;}
.comment_list_t span{ float:right; display:inline; font-size:10px; color:#f90;}

.comment_list_c{width:100%; height:auto; overflow:hidden; text-align:left; line-height:1.8em; font-size:14px; color:#888; padding:10px 0;}


.comment_tit1{ height: auto; overflow: hidden; text-align:left; border-bottom: 1px #dddddd solid; padding: 5px 10px 10px 10px;}
.comment_tit1 strong{ float:left; display:inline; font-size:16px;}
.comment_tit1 span{ float:right; display:inline; font-size:12px;}
.comment_tit1 span i{ font-size:20px; color:#f60;}
.comment_list1{ padding:10px 5px;}
.comment_list1 dt{width:100%; height: auto;; overflow: hidden; clear: both; text-align: center; padding: 10px; color: #cccccc;}
.comment_list1 dd{ height:auto; overflow:hidden; padding:10px 0; clear: both;}
.comment_list1 dd.fl{ padding-right:40px;}
.comment_list1 dd.fr{ padding-left:40px;}
.comment_list_l{width:40px; height:auto; overflow:hidden;}
.comment_list_l img{width:100%; -moz-border-radius:50%; -webkit-border-radius:50%;  border-radius:50%;}
.comment_list_r{text-align:left; background:#fbfbfb; border:1px #cccccc solid; -moz-border-radius:5px; -webkit-border-radius:5px;  border-radius:5px; position:relative; padding: 2%; min-width: 110px; min-height: 45px;}
.comment_list_r em.ico_arrow{width:9px; height: 15px; overflow: hidden; display: inline-block; position:absolute;  top:12px; z-index: 2;}
.comment_list_r span.ico_star{font-size:10px; color:#f90; margin: 0 5px;}
.comment_list_r i.time{ color:#ccc; }
.comment_list_r p{width:100%; display: inline-block; text-align: left; line-height: 1.5em; color: #666666; margin-top:5px; font-size: 14px; padding-left: 5px;}
.comment_list_r em.ico_voice{width:15px; height: 15px; overflow: hidden; display: inline-block; margin: 3px 5px;}
.comment_list1 dd.fl .comment_list_l{ float: left; display: inline;}
.comment_list1 dd.fl .comment_list_r{ margin-left: 50px;}
.comment_list1 dd.fl .comment_list_r em.ico_arrow{background: url(../images/ico_arrow_l.png) no-repeat 0 0; background-size: 100%; left:-9px;}
.comment_list1 dd.fl .comment_list_r em.ico_voice{background: url(../images/ico_voice_l.png) no-repeat 0 0; float: left;}
.comment_list1 dd.fl .comment_list_r .ico_star{ float: left; display: inline;}
.comment_list1 dd.fl .comment_list_r .time{ float: left; display: inline;}
.comment_list1 dd.fl .comment_list_r p i{ float: left; display: inline;}
.comment_list1 dd.fr .comment_list_l{ float: right; display: inline;}
.comment_list1 dd.fr .comment_list_r{ margin-right: 50px;}
.comment_list1 dd.fr .comment_list_r em.ico_arrow{background: url(../images/ico_arrow_r.png) no-repeat 0 0; background-size: 100%; right:-9px;}
.comment_list1 dd.fr .comment_list_r em.ico_voice{background: url(../images/ico_voice_r.png) no-repeat 0 0; float:right;}
.comment_list1 dd.fr .comment_list_r .ico_star{ float: right; display: inline;}
.comment_list1 dd.fr .comment_list_r .time{ float: right; display: inline;}
.comment_list1 dd.fr .comment_list_r p i{ float: right; display: inline;}
.comment_more a{width:100%; height:40px; line-height:40px;overflow:hidden; display:block; background:#fff; border-top:1px #eeeeee solid; font-size:14px; color:#f90; text-align:left;}
.comment_more a:hover{ background:#f3f3f3;}
.comment_more a i{ float:right; display:inline; margin-right:10px; font-size:10px; color:#ccc; text-indent:0;}


/* 星级评分 */

.shop-rating { 
    width:100%;
    height: 35px;
    overflow: hidden;
    zoom: 1;
    padding: 2px 0px;
    position: relative;
    z-index: 999;
}

.shop-rating span {
    height: 23px;
    display: block;
    line-height: 23px;
    float: left;
}

.shop-rating span.title {
    width:75px;
	font-size:14px;
    text-align: right;
    margin-right: 5px;
}

.shop-rating ul {
    float: left;
	margin:0;padding:0
}

.shop-rating .result {
    margin-left: 20px;
    padding-top: 2px;
}

.shop-rating .result span {
	color: #ff6d02;
}
.shop-rating .result em {
    color: #f60;
    font-family: arial;
    font-weight: bold;
}
.shop-rating .result strong {
	color: #666666;
	font-weight: normal;
}
.rating-level,
.rating-level a {
    background: url(../images/star_v2.png) no-repeat scroll 1000px 1000px;
}
.rating-level {
    background-position: 0px 0px;
    width: 120px;
    height: 23px;
    position: relative;
    z-index: 1000;
}
.rating-level li {
    display: inline;
}

.rating-level a {
    line-height: 23px;
    height: 23px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -999em;
    *zoom: 1;
    outline: none;
}


.rating-level a.one-star {
    width: 20%;
    z-index: 6;
}

.rating-level a.two-stars {
width: 40%;
z-index: 5;
}

.rating-level a.three-stars {
    width: 60%;
    z-index: 4;
}

.rating-level a.four-stars {
    width: 80%;
    z-index: 3;
}

.rating-level a.five-stars {
    width: 100%;
    z-index: 2;
}

.rating-level .current-rating,.rating-level a:hover{background-position:0 -28px;}
.rating-level a.one-star:hover,.rating-level a.two-stars:hover,.rating-level a.one-star.current-rating,.rating-level a.two-stars.current-rating{background-position:0 -116px;}
.rating-level .three-stars .current-rating,.rating-level .four-stars .current-rating,.rating-level .five-stars .current-rating{background-position:0 -28px;}
.shop_score{ margin:10px 0; text-align:left;}
.shop_score label{font-size:14px; margin-left:5px;}
.shop_score input{width:20px; border:0; font-size:20px; color:#f60;}


/* -------------------------------- 

xpopup 提示框

-------------------------------- */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 94, 94, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin:100px auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 3em 1em; font-size:14px;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 100%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #f90;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #999;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}



/**
 *
 * 下拉样式 Pull down styles
 *
 */

#pullDown, #pullUp {
	background:#fff;
	height:40px;
	line-height:40px;
	padding:5px 10px;
	font-size:14px;
	color:#999;
}
#pullDown .pullDownIcon, #pullUp .pullUpIcon  {
	display:block; float:left;
	width:40px; height:40px;
	background:url(../images/pull-icon@2x.png) 0 0 no-repeat;
	-webkit-background-size:40px 80px; background-size:40px 80px;
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:250ms;	
}
#pullDown .pullDownIcon {
	-webkit-transform:rotate(0deg) translateZ(0);
}
#pullUp .pullUpIcon  {
	-webkit-transform:rotate(-180deg) translateZ(0);
}

#pullDown.flip .pullDownIcon {
	-webkit-transform:rotate(-180deg) translateZ(0);
}

#pullUp.flip .pullUpIcon {
	-webkit-transform:rotate(0deg) translateZ(0);
}

#pullDown.loading .pullDownIcon, #pullUp.loading .pullUpIcon {
	background-position:0 100%;
	-webkit-transform:rotate(0deg) translateZ(0);
	-webkit-transition-duration:0ms;

	-webkit-animation-name:loading;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
}

@-webkit-keyframes loading {
	from { -webkit-transform:rotate(0deg) translateZ(0); }
	to { -webkit-transform:rotate(360deg) translateZ(0); }
}



/* screening 分类检索*/
div.screening{
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    position: fixed;
	top:40px;
    z-index: 4;
}
div.screening>ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: solid 1px #d3d3d3;
    overflow: hidden;
}
div.screening>ul>li{
    float: left;
    width: 33%;
    text-align: center;
    line-height: 2.5rem;
    border-left: solid 1px #d3d3d3;
    background: url("../images/on_1.png") no-repeat 85% center;
}
/* grade */
.grade-eject,.Category-eject,.Sort-eject{
    position:fixed;
    top: -50%;
    width: 100%;
    height: 50%;
    z-index: 1;
    -webkit-transition-duration: 0.4s;
}

.grade-eject>ul,.Category-eject>ul,.Sort-eject>ul{
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    -webkit-transition-duration: 0.4s;
}
.grade-eject>ul>li,.Category-eject>ul>li,.Sort-eject>ul>li{
    line-height: 2.5rem;
    font-size: 0.12rem;
    padding-left: 1rem;
	text-align:left;
    border-bottom: solid 1px #eee;
}
.grade-eject>ul.grade-w,.Category-eject>ul.Category-w{
    background: #ddd;
    position: absolute;
    z-index: 1;
}
.grade-eject>ul.grade-t,.Category-eject>ul.Category-t{
    background: #eee;
    position: absolute;
    z-index: 2;
    left: 100%;
}
.grade-eject>ul.grade-t>li,.Category-eject>ul.Category-t>li{
    border-bottom: solid 1px #fff;
}
.grade-eject>ul.grade-s,.Category-eject>ul.Category-s{
    background: #fff;
    position: absolute;
    z-index: 3;
    left: 100%;
    list-style-type: none;
}
.grade-eject>ul.grade-s>li,.Category-eject>ul.Category-s>li{
    border-bottom: solid 1px #eee;
    margin-left: 1rem;
    padding: 0;
}
.grade-w-roll{
top: 5rem;
}
.grade-w-roll::after{
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background:rgba(0,0,0,0.2);
    top: 0;
}
/*Sort-eject*/
.Sort-Sort{
    background: #fff;
    position: absolute;
    z-index: 3;
    left: 0;
    list-style-type: none;
}
.Sort-Sort>li{
	height:auto; overflow:hidden;
    border-bottom: solid 1px #eee;
    padding: 0;
}
.Sort-height{}




/* loading效果 */

.loader { position:absolute; z-index:1000; top:50%; left:35%;
	display: inline-block;
	font-size: 0px;
	padding: 0px;

}
.loader span {
	vertical-align: middle;
	border-radius: 100%;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	-webkit-animation: loader 0.8s linear infinite alternate;
	animation: loader 0.8s linear infinite alternate;
}
.loader span:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background: rgba(245, 103, 115,0.6);
}
.loader span:nth-child(2) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background: rgba(245, 103, 115,0.8);
}
.loader span:nth-child(3) {
	-webkit-animation-delay: -0.26666s;
	animation-delay: -0.26666s;
	background: rgba(245, 103, 115,1);
}
.loader span:nth-child(4) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background: rgba(245, 103, 115,0.8);
}
.loader span:nth-child(5) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background: rgba(245, 103, 115,0.4);
}
 @keyframes loader {
 from {
transform: scale(0, 0);
}
to {
	transform: scale(1, 1);
}
}
@-webkit-keyframes loader {
 from {
-webkit-transform: scale(0, 0);
}
to {
	-webkit-transform: scale(1, 1);
}
}


#sort_content{width:100%; height:80%; background:#fff; border-top:2px #393 solid; position:absolute; top:20%;left:0;z-index:100;padding-bottom:20px; -webkit-transform:translate3d(0px,100%,0px);-moz-transform:translate3d(0px,100%,0px);transform:translate3d(0px,100%,0px);-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);-moz-transition:-moz-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);-o-transition:-o-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);transition:transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19)}
#sort_content.show{ -webkit-transform:translate3d(0px,0%,0px);-moz-transform:translate3d(0px,0%,0px);transform:translate3d(0px,0%,0px);-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000);-moz-transition:-moz-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000);-o-transition:-o-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000);transition:transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000)}

#product_content{width:100%; height:80%; background:#fff; border-top:2px #393 solid; position:absolute; top:20%;left:0;z-index:110;padding-bottom:20px; -webkit-transform:translate3d(0px,100%,0px);-moz-transform:translate3d(0px,100%,0px);transform:translate3d(0px,100%,0px);-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);-moz-transition:-moz-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);-o-transition:-o-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);transition:transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19)}
#product_content.show{ -webkit-transform:translate3d(0px,0%,0px);-moz-transform:translate3d(0px,0%,0px);transform:translate3d(0px,0%,0px);-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000);-moz-transition:-moz-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000);-o-transition:-o-transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000);transition:transform 0.3s cubic-bezier(0.165,0.840,0.440,1.000)}
a.btn_close{ display:block; width:30px; height:31px; overflow:hidden; float:right; display:inline; background:url(../images/btn_close.png) no-repeat center top; position:relative; z-index:10;}

.sort_con {width:100%; height:100%;  overflow:auto; position:relative; top:-20px; z-index:5;}

.sort_list {width:100%; height:auto; overflow:hidden; padding-bottom:85px; }
.sort_list li{ height:auto; overflow:hidden; padding:10px 0; border-bottom:1px #eeeeee solid; position:relative;}
.sort_list li a{ display:block;}
.sort_list li img{width:100px; height:60px; overflow:hidden; float:left; display:inline;}
.sort_list li .tit{height:auto; overflow:hidden; text-align:left; margin-left:100px; padding-left:10px;}
.sort_list li .tit h3{width:100%; height:20px; line-height:20px; overflow:hidden;  font-size:14px; color:#333; font-weight:normal; margin-bottom:5px;}
.sort_list li .tit p{ margin-top:8px; color:#999;}
.sort_list li .tit span{margin-top:5px; color:#999;}
.sort_list li .tit p em{ float: left; display: inline; color:#f70; font-size:14px;}
.sort_list li .tit p i{ color:#999; font-size:12px; text-decoration:line-through;}
.sort_list li .btn{ position:absolute; right:10px; bottom:12px;}

.sort_price {width:100%; height:55px; line-height:55px; overflow:hidden; border-top:1px #dddddd solid; position:absolute; bottom:40px; z-index:10; background:#fff;padding-top:5px;}
.sort_price p{ line-height:20px; text-align:left; font-size:12px; color:#666; padding-left:10px; }
.sort_price p i{ color:#f60;}
.sort_price p em{ color:#f30; font-size:16px; font-weight:bold;}
.sort_price p span{ margin-right:5px; color:#999;}
.sort_price p span em{ font-size:14px; color:#f60; }

.product_detail{width:100%; padding:0px 10px 0px 10px; height:100%; overflow:auto; position:relative; top:-20px; z-index:5;}
.product_detail .tit{ font-size:16px; color:#454545; text-align:left; line-height:2em; border-bottom:1px #dddddd solid;}
.product_detail .con{width:100%; height:auto; overflow:hidden;}
.product_detail h4{ font-size:14px; color:#f90; text-align:left; margin:20px 0 0px 0;}
.product_detail p{ text-align:left; line-height:1.8em; font-size:14px; color:#666; margin:10px 0;}
.product_price{width:100%; height:40px; line-height:40px; overflow:hidden; border-top:1px #dddddd solid; position:absolute; bottom:0px; z-index:10; background:#fff;}
.product_price p{ float:left; display:inline; padding-left:10px; font-size:14px; color:#666;}
.product_price p em{  color:#f70; font-size:20px;}
.product_price p i{ color:#999; font-size:16px; text-decoration:line-through;}
.product_price .btn{ position:absolute; right:10px; bottom:8px;}

.product_con{ padding-bottom:30px;}
.product_con .product_con_top{ height:auto; overflow:hidden; background:#f9f9f9; }
.product_con .product_con_top img{ margin-bottom:20px;}
.product_con .product_con_top h3{ font-size:20px; color:#333; text-align:left; padding:0 10px; line-height:1.5em; }
.product_con .product_con_top p{ color:#999; font-size:14px; text-align:left; padding:0 10px;line-height:1.5em;}
.product_con .product_con_top h4{ color:#666; font-size:16px; text-align:left; padding:0 10px; margin:0 0 20px 0; line-height:1.5em; font-weight:normal;}
.product_con .product_con_tit{ color:#454545; font-size:20px; text-align:left; padding:10px 10px; margin-top:30px; border-bottom:1px #eeeeee solid;}
.product_con .product_con_con{}

/* 返回顶部 */

.return-top{ position:fixed; height:4em; display:none; width:4em; background:url(../img/returnBg.png) 50% 50% no-repeat; background-size:auto 90%; border-radius:50%; bottom:-4em; right:1em; z-index:5000;}

.return-topTo{bottom:30px; right:1em;}

			 

/* 圆形菜单导航 */

.info-nr {position:fixed;bottom:10px;left:0px;	z-index:900;tap-highlight-color: rgba(0, 0, 0, 0);}	 

#toMenu{display:block;width:45px!important;height:45px!important;border-radius:45px;position: absolute;box-shadow:0 0 0 3px #FFFFFF, 0 2px 3px 0 rgba(0, 0, 0, 0.25);

	    bottom:17px;left: 17px;z-index:9999;color:#fff;background:url(../img/navimg/png2.png) 50% 50% rgba(26,126,237,0.8);background-repeat: no-repeat;background-size:auto 80%;}

.info-nr-phone{height:100px;width:100px;}

.info-nr-phone2{height:185px;width:195px;}

#info-nr-phone{position:relative;border-radius:0 167px 0 0;}

.info-nr-phone>div {

	width:40px;

	height:40px;

	border-radius:40px;

	box-shadow:0 0 0 3px #FFFFFF, 0 2px 5px 0 rgba(0, 0, 0, 0.25);	

	position:absolute;

	bottom:0;

	left:0;

	margin-bottom:20px;

	margin-left:20px;

	z-index:900;

	-moz-transition: transform 200ms;

	-webkit-transition: -webkit-transform 200ms;

	-ms-transition: transform 200ms;	

}

.info-nr-phone>div a{ display: block;height:100%;width:100%;}

.info-nr-phone> .to_01 {-webkit-transform: translate(-14px, -120px) rotate(720deg); 

						   -moz-transform: translate(-14px, -120px) rotate(720deg);

						    -ms-transform: translate(-14px, -120px) rotate(720deg); 

						     -o-transform: translate(-14px, -120px) rotate(720deg);

							    transform: translate(-14px, -120px) rotate(720deg);

								background:url(../img/navimg/55.png) 50% 50% no-repeat rgba(0,0,0,0.7);

								background-size:auto 85%;}

.info-nr-phone> .to_02 {-webkit-transform: translate(39px, -108px) rotate(720deg); 

						   -moz-transform: translate(39px, -108px) rotate(720deg);

						    -ms-transform: translate(39px, -108px) rotate(720deg); 

						     -o-transform: translate(39px, -108px) rotate(720deg); 

							    transform: translate(39px, -108px) rotate(720deg);

								background:url(../img/navimg/4.png) 50% 50% no-repeat rgba(0,0,0,0.7);

								background-size:auto 80%;}

.info-nr-phone> .to_03 {-webkit-transform: translate(85px, -80px) rotate(720deg); 

						   -moz-transform: translate(85px, -80px) rotate(720deg);

						    -ms-transform: translate(85px, -80px) rotate(720deg); 

						     -o-transform: translate(85px, -80px) rotate(720deg);

						 	    transform: translate(85px, -80px) rotate(720deg);

								background:url(../img/navimg/3.png) 50% 50% no-repeat rgba(0,0,0,0.7);

								background-size:auto 75%;}

.info-nr-phone> .to_04 {-webkit-transform: translate(116px, -36px) rotate(720deg);

						   -moz-transform: translate(116px, -36px) rotate(720deg);

						    -ms-transform: translate(116px, -36px) rotate(720deg);

						     -o-transform: translate(116px, -36px) rotate(720deg); 

							    transform: translate(116px, -36px) rotate(720deg);

								background:url(../img/navimg/2.png) 50% 50% no-repeat rgba(0,0,0,0.7);

								background-size:auto 70%;} 

.info-nr-phone> .to_05 {-webkit-transform: translate(130px, 14px) rotate(720deg); 

						   -moz-transform: translate(130px, 14px) rotate(720deg);

						    -ms-transform: translate(130px, 14px) rotate(720deg); 

						     -o-transform: translate(130px, 14px) rotate(720deg); 

							    transform: translate(130px, 14px) rotate(720deg);

								background:url(../img/navimg/1.png) 50% 50% no-repeat rgba(0,0,0,0.7);

								background-size:auto 72%;}

































