@charset "UTF-8";
body {
	color: #333;
	background: #f7f7f7;
	font: 400 .26rem/1 "Microsoft YaHei", sans-serif;
	-webkit-user-select: inherit;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 58.5938px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

input,
select,
textarea {
	font: 400 .26rem/1 "Microsoft YaHei", sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

#back-to-top {
	position: fixed;
	width: .72rem;
	height: .75rem;
	background: url("../images/back-to-top.png");
	background-size: 100%;
	right: .4rem;
	bottom: 1rem;
	display: none;
}


/*index*/

#iHeader {
	height: .78rem;
	background: #efefef;
	display: -webkit-box;
	position: fixed;
	width: 100%;
	z-index: 1000;
	left: 0;
	top: 0;
	border-bottom: .01rem solid #cecece;
}

#iHeader h1 {
	font-size: .32rem;
	text-align: center;
	-webkit-box-flex: 1;
	line-height: .78rem;
}

.iconHome {
	display: block;
	width: .78rem;
	height: .78rem;
	padding-top: .46rem;
	background: url(../images/icon-home.png) 0.27rem .13rem no-repeat;
	background-size: .27rem .26rem;
	font-size: .2rem;
	color: #44c0f0;
	text-align: center;
	box-sizing: border-box;
}

.iconSearch {
	display: block;
	width: .78rem;
	height: .78rem;
	background: url(../images/icon-search.png) center no-repeat;
	background-size: .38rem;
}

.slideBox {
	position: relative;
	overflow: hidden;
	/*padding-top: .78rem;*/
}

.slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	right: 10px;
	z-index: 1;
}

.slideBox .hd li {
	display: inline-block;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #dbf2fa;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 4px;
}

.slideBox .hd li.on {
	background: #43c0f0;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.tempWrap ul {
	width: 9999px;
}

.slideBox .bd li {
	position: relative;
	text-align: center;
	display: table-cell;
	vertical-align: top;
}

.slideBox .bd li img {
	background: url(../images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
	/* 图片宽度100%，达到自适应效果*/
}

.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hlTxt {
	display: -webkit-box;
	border-left: 1px solid #cbcaca;
	padding-left: .18rem;
}

.headlines {
	display: -webkit-box;
	height: .5rem;
	padding: .1rem;
	border-top: 1px solid #cac9c9;
	border-bottom: 1px solid #cac9c9;
	background-color: #fff;
}

.hlTxt span {
	display: inline-block;
	/*width: .55rem;*/
	width:auto;
	height: .29rem;
	border: .02rem solid #f960ac;
	color: #f53f84;
	text-align: center;
	font-size: .22rem;
	line-height: .29rem;
	border-radius: .06rem;
	margin-top: .08rem;
}

.headlines img {
	width: 1.69rem;
	margin: .1rem .18rem 0 .14rem;
	height: .28rem;
}

.headlines p {
	font-size: .22rem;
	color: #575655;
	line-height: .5rem;
	margin-left: .18rem;
}

#indexModule {
	padding: .3rem 0;
	background-color: #fff;
	border-bottom: 1px solid #cccbcb;
}

#indexModule ul {
	display: -webkit-box;
	text-align: center;
}

#indexModule li {
	width: 1%;
	-webkit-box-flex: 1;
}

#indexModule ul li:nth-child(2),
#indexModule ul li:nth-child(1) {
	border-right: 1px solid #e6e5e5;
}

#indexModule a {
	display: block;
	height: 1.4rem;
	font-size: .26rem;
}

.indexModule1 {
	border-bottom: 1px solid #e6e5e5;
}

.indexModule1 span {
	display: block;
	height: .6rem;
	margin-bottom: .12rem;
}

.indexModule1 li:nth-child(1) span {
	background: url("../images/dianqi.jpg") center bottom no-repeat;
	background-size: .54rem .51rem;
}

.indexModule1 li:nth-child(2) span {
	background: url("../images/index2.png") center bottom no-repeat;
	background-size: .51rem .54rem;
}

.indexModule1 li:nth-child(3) span {
	background: url("../images/index3.png") center bottom no-repeat;
	background-size: .49rem .55rem;
}

.indexModule2 span {
	display: block;
	height: .9rem;
	margin-bottom: .16rem;
}

.indexModule2 li:nth-child(1) span {
	background: url("../images/index4.png") center bottom no-repeat;
	background-size: .68rem .71rem;
}

.indexModule2 li:nth-child(2) span {
	background: url("../images/index5.png") center bottom no-repeat;
	background-size: .48rem .62rem;
}

.indexModule2 li:nth-child(3) span {
	background: url("../images/index6.png") center bottom no-repeat;
	background-size: .78rem .55rem;
}

#irerelease h3 {
	line-height: .5rem;
	border-left: .05rem solid #44c0f0;
	font-size: .26rem;
	padding-left: .2rem;
	margin: .1rem 0;
}

.relCon {
	display: -webkit-box;
	height: 2.66rem;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	background-color: #fff;
}

.relCon>img {
	display: block;
	height: 2.66rem;
	width: 2.73rem;
	border-right: 1px solid #c4c4c4;
}

.relCon div {
	-webkit-box-flex: 1;
	margin-right: .2rem;
}

.relCon div img {
	display: block;
	width: 100%;
	height: 1.32rem;
}

.relCon div img:nth-child(1) {
	border-bottom: .02rem solid #c4c4c4;
}

#iSpecial h3 {
	width: 2rem;
	margin: .22rem auto;
	height: .26rem;
	text-align: center;
	position: relative;
}

#iSpecial h3:after,
#iSpecial h3:before {
	content: "";
	position: absolute;
	width: 2rem;
	height: .02rem;
	background: #44c0f0;
	top: .12rem;
	right: -2rem;
}

#iSpecial h3:before {
	left: -2rem;
	right: auto;
}

.iSpecialList {
	padding: 0 .18rem;
	padding-bottom: 1rem;
}

.iSpecialList li {
	float: left;
	padding-bottom: .18rem;
	margin-top: .24rem;
}

.iSpecialList li:nth-child(odd) {
	margin-right: .14rem;
}

.iSpecialList a {
	width: 2.95rem;
	height: 4.24rem;
	background: #ffffff;
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: .09rem;
	border: .01rem solid #eaeaea;
}

.iSpecialList em {
	position: absolute;
	display: block;
	width: .86rem;
	height: .48rem;
	text-align: center;
	font-size: .24rem;
	color: #7e7e7e;
	line-height: .48rem;
	background-color: #fff;
	border-radius: .24rem;
	border: 1px solid #ececec;
	top: -.22rem;
	left: 1rem;
}

.iSpecialList img {
	display: block;
	border: 1px solid #dcdcdc;
	width: 2.73rem;
	height: 2.66rem;
}

.iSpecialList h4 {
	font-size: .3rem;
	color: #000;
	padding: .2rem 0 .3rem;
}

.iSpecialList p {
	font-size: .2rem;
	color: #454545;
}

.iSpecialList span {
	display: block;
	width: 2.95rem;
	height: .18rem;
	background: url("../images/bottom2.png") left bottom no-repeat;
	position: absolute;
	background-size: 100%;
	left: -.01rem;
	bottom: -.17rem;
}

.iSpecialList .on span {
	background-image: url("../images/bottom1.png")
}

#iFooter {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	border-top: .01rem solid #c3c3c3;
	font-size: .22rem;
	text-align: center;
}

#iFooter ul {
	display: -webkit-box;
}

#iFooter li {
	width: 1%;
	-webkit-box-flex: 1;
}

#iFooter a {
	color: #848080;
	display: block;
	height: .88rem;
}

#iFooter i {
	display: block;
	height: .38rem;
	margin-bottom: .14rem;
}

#iFooter li:nth-child(1) i {
	background: url("../images/foot1.png") center bottom no-repeat;
	background-size: .21rem .33rem;
	height: .42rem;
	margin-bottom: .1rem;
}

#iFooter li:nth-child(2) i {
	background: url("../images/foot2.png") center bottom no-repeat;
	background-size: .24rem .24rem;
}

#iFooter li:nth-child(3) i {
	background: url("../images/foot3.png") center bottom no-repeat;
	background-size: .29rem .27rem;
}

#iFooter li:nth-child(4) i {
	background: url("../images/foot4.png") center bottom no-repeat;
	background-size: .30rem .23rem;
}

#iFooter li:nth-child(5) i {
	background: url("../images/foot5.png") center bottom no-repeat;
	background-size: .24rem .26rem;
}

#iFooter li:nth-child(1).on i {
	background: url("../images/foot1_on.png") center bottom no-repeat;
	background-size: .21rem .33rem;
	height: .42rem;
	margin-bottom: .1rem;
}

#iFooter li:nth-child(2).on i {
	background: url("../images/foot2_on.png") center bottom no-repeat;
	background-size: .24rem .24rem;
}

#iFooter li:nth-child(3).on i {
	background: url("../images/foot3_on.png") center bottom no-repeat;
	background-size: .29rem .27rem;
}

#iFooter li:nth-child(4).on i {
	background: url("../images/foot4_on.png") center bottom no-repeat;
	background-size: .30rem .23rem;
}

#iFooter li:nth-child(5).on i {
	background: url("../images/foot5_on.png") center bottom no-repeat;
	background-size: .24rem .26rem;
}

#iFooter li.on a {
	color: #47bfee;
}

.shopCar {
	position: relative;
}

.shopCar span {
	display: block;
	background: #fd0000;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	font-size: .18rem;
	width: .3rem;
	height: .3rem;
	line-height: .3rem;
	text-align: center;
	top: 0.02rem;
	left: .7rem;
}


/**/

#menu {
	padding: .79rem 0 .89rem;
	/* position: relative;*/
}

#scroller {
	text-align: center;
}

#scroller li {
	height: .7rem;
	line-height: .68rem;
	background: url(../images/bottom3.png) left bottom repeat-x;
	background-size: .01rem .02rem;
}

#scroller a {
	display: block;
}

#right_Menu {
	margin-left: 1.5rem;
	background: #fff;
	padding-bottom: .6rem;
}

#left_Menu {
	width: 1.5rem;
	position: fixed;
	background: #dfdfdf;
	top: 0;
	height: 100%;
	padding-top: .79rem;
	padding-bottom: .89rem;
	box-sizing: border-box;
	overflow: auto;
	border-right: .02rem solid #bdbdbd;
	background-size: 0.1rem auto;
}

#scroller2 li {
	display: -webkit-box;
	padding: .14rem;
	margin-bottom: .1rem;
}

#scroller2 img {
	display: block;
	width: .96rem;
	height: .96rem;
}

.fruitsInfo {
	-webkit-box-flex: 1;
	line-height: 1.3;
	margin: 0 .1rem 0 .2rem;
	position: relative;
}

#scroller2 .amount-control {
	width: 1.6rem;
	line-height: .4rem;
	height: .4rem;
	border: .02rem solid #666;
	display: -webkit-box;
	border-radius: .25rem;
	position: absolute;
	right: 0;
	bottom: 0;
}

#scroller2 .amount-input {
	display: block;
	-webkit-box-flex: 1;
	color: #737373;
	text-align: center;
	line-height: .4rem;
	border: none;
	margin: 0 .1rem;
	outline: none;
}

#scroller2 .amount-down {
	display: block;
	width: .13rem;
	background: url(../images/down.png) center no-repeat;
	background-size: .13rem auto;
	text-indent: 1rem;
	overflow: hidden;
	margin-left: .22rem;
}

#scroller2 .amount-up {
	display: block;
	width: .21rem;
	background: url(../images/up.png) center no-repeat;
	background-size: .21rem auto;
	text-indent: 1rem;
	overflow: hidden;
	margin-right: .18rem;
}

.fruitsNum {
	font-size: .24rem;
}

.fruitsPrice {
	font-size: .3rem;
	color: #f80c0c;
}

#scroller .on a {
	background: #fff;
	border-left: .06rem solid #44c0f0;
}

.u-flyer {
	display: block;
	background: #fd0000;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	line-height: .3rem;
	text-align: center;
	padding: .08rem;
	font-style: inherit;
	font-weight: bold;
}

.main .item-login-other dd a span {
	display: block;
	height: 40px;
	overflow: hidden;
	width: 40px;
}

.main .item-login-other dd .qq {
	width: 20%;
	float: left;
}


/*search*/

.searchForm {
	display: -webkit-box;
	height: .54rem;
	border-bottom: .01rem solid #d9d9d9;
	background: #fff;
	padding: .22rem;
}

.searchBack {
	margin-right: .2rem;
	display: block;
	width: .2rem;
	height: .54rem;
	background: url("../images/back.png") center no-repeat;
	background-size: .2rem auto;
}

.searchForm input[type=text] {
	line-height: .52rem;
	height: .52rem;
	-webkit-box-flex: 1;
	display: block;
	text-indent: .52rem;
	background: url("../images/search.png") .2rem center no-repeat #f4f4f4;
	background-size: .24rem .25rem;
	border: .01rem solid #e4e3e3;
	border-radius: .26rem;
}

.searchForm button {
	color: #44C0F0;
	font-size: .3rem;
	border: none;
	background: transparent;
	display: block;
	margin-left: .22rem;
}

#search h2 {
	padding-left: .22rem;
	line-height: .88rem;
	color: #9b9b9b;
}

.searchHot li {
	float: left;
	width: 1.8rem;
	height: .72rem;
	line-height: .72rem;
	background: #fff;
	border: .02rem solid #e4e3e3;
	margin-right: .18rem;
	margin-bottom: .18rem;
}

.searchHot li:nth-child(3n) {
	margin-right: 0;
}

.searchHot ul {
	text-align: center;
	padding: 0 .24rem
}

.searchHot a {
	display: block;
}

.searchHot a:active,
.searchHstory a:active {
	background: #b3b1b1;
}

.searchHstory li {
	background: #fff;
}

.searchHstory a {
	display: block;
	line-height: .86rem;
	padding-left: .24rem;
	border-bottom: .02rem solid #e3e2e2;
}

.clearHstory a {
	text-align: center;
}

.clearHstory a:active {
	color: #fff;
	font-weight: bold;
}


/*classification*/

.goBack {
	display: block;
	width: .4rem;
	background: url("../images/back2.png") center no-repeat;
	background-size: .2rem .4rem;
	margin-left: .2rem;
}

.iconShop {
	display: block;
	margin-right: .2rem;
	width: .4rem;
	background: url("../images/shop.png") center no-repeat;
	background-size: .38rem .29rem;
}

.classList li {
	float: left;
	margin-left: .2rem;
	width: 1.3rem;
	padding-top: .2rem;
}

.classList img {
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	margin: 0 auto;
}

.classList a {
	display: block;
	color: #070002;
	text-align: center;
	font-size: .20rem;
	box-sizing: border-box;
}

.classList p {
	line-height: .66rem;
	height: .66rem;
	overflow: hidden;
}

.classList {
	background: #fff;
	border-top: .01rem solid #c2c2c2;
	border-bottom: .01rem solid #c2c2c2;
	/*margin-top: .2rem;*/
}

.classPro h2 {
	position: relative;
	font-size: .28rem;
	line-height: .8rem;
}

.classPro h2:before {
	content: "";
	display: block;
	position: absolute;
	height: .02rem;
	width: 100%;
	background: #44c0f0;
	left: 0;
	top: .4rem;
	z-index: -1;
}

.classPro h2 span {
	display: block;
	width: 1.2rem;
	margin: 0 auto;
	text-align: center;
	background-color: #f7f7f7;
}

.productList li {
	float: left;
	width: 2.98rem;
	border: .01rem solid #a2a2a2;
	margin-left: .13rem;
	background-color: #ffffff;
	margin-bottom: .15rem;
}

.productList a {
	color: #000;
}

.productTit {
	margin: .18rem .1rem;
	font-size: .24rem;
}

.productTool {
	padding: 0 .1rem .1rem;
	line-height: .28rem;
	height: .28rem;
}

.productTool span:nth-child(1) {
	float: left;
}

.productTool span:nth-child(2) {
	float: right;
	color: #b6b6b6;
}

.classPro {
	padding-bottom: 1.2rem;
}


/*list*/

.productList img {
	display: block;
	width: 100%;
	height: 210px;
}

.listNav {
	padding-top: .79rem;
}

.listNav ul {
	display: -webkit-box;
	padding: .24rem 0;
	border-top: .01rem solid #cecdd1;
	border-bottom: .01rem solid #cecdd1;
	background: #efefef;
	position: relative;
}

.listNav li {
	-webkit-box-flex: 1;
	width: 100%;
	text-align: center;
	text-align: center;
	font-size: .28rem;
	line-height: .4rem;
	height: .4rem;
	border-right: .02rem solid #7d7d7d;
}

.listNav a {
	display: inline-block;
	padding: 0 .04rem;
}

.listNav .on a {
	border-bottom: .03rem solid #44c0f0;
	color: #44c0f0;
}

.lMoney a {
	padding-right: .44rem;
	background: url(../images/arrow1.png) right center no-repeat;
	background-size: .3rem .16rem;
}

.iMoneyTwo {
	padding: .18rem 0;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	border-top: .01rem solid #cecdd1;
	border-bottom: .01rem solid #cecdd1;
	top: .88rem;
	display: none;
}

.iMoneyTwo input {
	vertical-align: middle;
	display: inline-block;
	width: 1rem;
	height: .4rem;
	text-align: center;
	margin: 0 .1rem;
}

.lMoney.on a {
	background-image: url(../images/arrow2.png);
	border-bottom: none;
}


/*snack*/

.snackList {
	padding: .3rem .14rem 1rem;
}

.snackImg {
	display: block;
	position: relative;
}

.snackImg img {
	display: block;
	width: 100%;
}

.snackImg span {
	position: absolute;
	width: .7rem;
	height: .66rem;
	background: url(../images/span1.png);
	background-size: cover;
	left: 0;
	top: 0;
	font-size: .3rem;
	color: #fff;
	line-height: .48rem;
	text-indent: .06rem;
}

.snackList div {
	display: -webkit-box;
	padding: .1rem .2rem;
}

.snackList div a {
	display: block;
	width: 1.24rem;
	height: .38rem;
	background: #3ac9ff;
	border: .01rem solid #1daeff;
	color: #fff;
	line-height: .38rem;
	text-align: center;
	border-radius: .04rem;
	font-size: .22rem;
}

.snackList div em {
	display: block;
	-webkit-box-flex: 1;
	line-height: .4rem;
}

.snackList p {
	font-size: .22rem;
	padding: .1rem;
	line-height: 1.3;
}

.snackList li {
	border: .01rem solid #c2c2c2;
	margin-bottom: .28rem;
	padding-bottom: .2rem;
	background: #fff;
}


/*detail*/

.iconBack {
	width: .78rem;
	height: .78rem;
	background: url(../images/back2.png) center no-repeat;
	background-size: .2rem .4rem;
	display: block;
}

.iconHome.on {
	color: #7b7b7b;
	background-image: url(../images/icon-home2.png);
}

.tabBox {
	margin: .2rem 0;
}

.tabBox .hd {
	font-size: .28rem;
	background: #fff;
	border-top: .01rem solid #c7c7c7;
	border-bottom: .01rem solid #c7c7c7;
}

.tabBox .hd ul {
	display: -webkit-box;
	padding: .2rem 0;
}

.tabBox .hd ul li {
	padding: .02rem 0;
	width: 1%;
	-webkit-box-flex: 1;
	text-align: center;
	border-right: 1px solid #d5d5d5;
}

.tabBox .hd a {
	display: block;
	color: #3d3d3d;
}

.tabBox .hd ul li.on {
	position: relative;
}

.tabBox .hd ul li.on:after {
	content: "";
	position: absolute;
	width: 100%;
	height: .03rem;
	background: #44c0f0;
	left: 0;
	bottom: -.22rem;
}

.tabBox .hd ul li.on:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: .1rem solid transparent;
	border-right: .1rem solid transparent;
	border-bottom: .1rem solid #4dc3f1;
	bottom: -.19rem;
	left: 50%;
	margin-left: -.05rem;
}

.tabBox .bd ul {
	width: auto;
}

.detailImg img {
	display: block;
	width: 100%;
	min-height: 3.9rem;
}

.detailCon {
	text-align: center;
	background: #fff;
	padding-bottom: .2rem;
	border-bottom: .01rem solid #d2d2d5;
}

.detailTit1 {
	color: #404040;
	padding: .2rem 0 .26rem;
}

.detailTit2 {
	color: #7e7e7e;
}

.detailPrice {
	font-size: .4rem;
	line-height: .4rem;
	padding: .26rem 0;
}

.detailPrice del {
	font-size: .26rem;
	color: #b6b6b6;
}

.detailTool {
	display: -webkit-box;
}

.detailTool a,
.detailTool span {
	display: block;
	-webkit-box-flex: 1;
	width: 1%;
	color: #b6b6b6;
}

.detailTool a {
	padding-right: .3rem;
	border-right: .01rem solid #d5d5d5;
	text-align: right;
}

.detailTool span {
	padding-left: .3rem;
	text-align: left;
}

.detailPin {
	background: #fff;
	margin-top: .2rem;
	border-top: .01rem solid #d1d1d4;
	border-bottom: .01rem solid #d1d1d4;
}

.detailPin li {
	padding: .3rem;
	border-top: .01rem solid #c7c7c7;
}

.apNum {
	display: -webkit-box;
	height: .8rem;
	line-height: .8rem;
	padding: 0 .24rem;
}

.apNum span {
	display: block;
	color: #636363;
}

.apNum p {
	-webkit-box-flex: 1;
}

.dpTop {
	display: -webkit-box;
}

.dpTop img {
	display: block;
	width: .5rem;
	height: .5rem;
	border-radius: .25rem;
}

.dpTop p {
	-webkit-box-flex: 1;
	font-size: .28rem;
	line-height: .5rem;
	margin-left: .1rem;
	font-weight: bold;
}

.dpCon {
	padding: .14rem 0;
	line-height: 1.4;
}

.dpTime {
	font-size: .24rem;
	color: #a1a1a1;
}

.detailInfo {
	background: #fff;
	padding-bottom: 1rem;
}

.tabBox1 h4,
.detailHot h4 {
	line-height: .7rem;
	font-size: .22rem;
	padding-left: .3rem;
}

.tabBox1 img {
	display: block;
	max-width: 100%;
}

.detailHot {
	background: #fff;
	border-top: .01rem solid #d1d1d4;
	border-bottom: .01rem solid #d1d1d4;
}

.detailHot img {
	display: block;
	width: 1.88rem;
	height: 2.8rem;
	border: .01rem solid #b3b3b3;
}

.detailHot li {
	float: left;
	width: 1.9rem;
	padding-left: .14rem;
	font-size: .22rem;
}

.dhName {
	margin-top: .22rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dhPrice {
	display: -webkit-box;
	padding: .06rem 0 .14rem;
}

.dhPrice span {
	display: block;
	-webkit-box-flex: 1;
}

.dhPrice a {
	display: block;
	background: url(../images/shop.png) center no-repeat;
	background-size: .26rem auto;
	width: .4rem;
}

.detailHot ul {
	overflow: hidden;
	margin-left: .07rem;
}

.detailFoot {
	height: .9rem;
	position: fixed;
	display: -webkit-box;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	border-top: .01rem solid #bcbcbc;
	z-index: 10;
}

.detailFoot a {
	display: block;
	font-size: .22rem;
	text-align: center;
	margin: .1rem 0;
}

.detailFoot a:nth-child(1) {
	width: 1rem;
	border-right: .01rem solid #b2b2b2;
	padding-top: .44rem;
	background: url(../images/foot5.png) center .06rem no-repeat;
	background-size: .24rem auto;
}

.detailFoot a:nth-child(2) {
	width: .9rem;
	padding-top: .44rem;
	background: url(../images/foot4.png) center .06rem no-repeat;
	background-size: .3rem auto;
}

.detailFoot a:nth-child(3) {
	width: 1.95rem;
	line-height: .7rem;
	background: #44c0f0;
	color: #fff;
	border-radius: .04rem;
}

.detailFoot a:nth-child(4) {
	width: 2.2rem;
	line-height: .7rem;
	color: #525252;
	border-radius: .04rem;
	border: .03rem solid #44c0f0;
	margin-left: .1rem;
}

.tabBox2 li {
	display: -webkit-box;
	line-height: .76rem;
	padding: 0 .26rem;
}

.tabBox2 span {
	display: block;
	width: 1.9rem;
}

.tabBox2 p {
	-webkit-box-flex: 1;
	color: #44c0f0;
}

.popUp1 {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 1001;
	display: none;
}

.ppTop {
	display: -webkit-box;
	padding: .2rem .22rem;
	border-bottom: .01rem solid #c7c7c7;
}

.ppTop img {
	width: 1.34rem;
	height: 1.34rem;
	display: block;
	border: .01rem solid #dcdcdc;
}

.ppTop div {
	width: 4rem;
	margin-left: .14rem;
}

.ppTop div p:nth-child(1) {
	margin-bottom: .14rem;
	line-height: .4rem;
}

.ppTop div p:nth-child(2) {
	color: #8a8a8a;
}

.ppTop span {
	color: #ff0000;
	margin-right: .1rem;
}

.ppTop>a {
	display: block;
	width: .4rem;
	background: url(../images/close.png) center center no-repeat;
	background-size: .24rem;
}

.ppItem1,
.ppItem2 {
	padding: .2rem .22rem;
	font-size: 0;
	border-bottom: .01rem solid #c7c7c7;
}

.ppItem1 P,
.ppItem2 P {
	font-size: .26rem;
	margin-bottom: .1rem;
}

.ppItem1 a {
	font-size: .24rem;
	margin-right: .1rem;
	margin-bottom: 0.1rem;
	display: inline-block;
	padding: .12rem;
	border: .03rem solid #4fc4f1;
	color: #858585;
	border-radius: .06rem;
}

.ppBtn button {
	display: block;
	width: 2rem;
	height: .66rem;
	font-size: .32rem;
	background: #44c0f0;
	margin: .2rem auto;
	border: navajowhite;
	border-radius: .06rem;
	color: #fff;
}

.Spinner {
	display: block;
	overflow: hidden;
}

.Spinner .Amount {
	width: .6rem;
	height: .4rem;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d9d9d9;
	float: left;
	text-align: center;
	color: #565656;
	outline: 0;
	box-sizing: content-box;
}

.Spinner a {
	display: inline-block;
	width: .5rem;
	height: .4rem;
	border: 1px solid #d9d9d9;
	float: left;
	cursor: pointer;
	outline: 0;
}

.Spinner a i {
	font-style: normal;
	background: url(../images/num1.png) center no-repeat;
	display: block;
	text-indent: 999999%;
	overflow: hidden;
	width: 100%;
	height: 100%;
	color: #fff;
	background-size: .29rem auto;
}

.Spinner .Decrease i {
	background-image: url(../images/num4.png);
}

.Spinner .Increase i {}

.Spinner .DisDe i {
	background-image: url(../images/num2.png);
}

.Spinner .DisIn i {
	background-position: -0px -0px;
}


/*service*/

.serTop {
	height: .5rem;
	padding: .16rem .2rem;
	background: #efefef;
	border-bottom: .01rem solid #c7c7c7;
	position: fixed;
	width: 100%;
	z-index: 10001;
}

.serTop input {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: .06rem;
	border: .01rem solid #eaeaea;
	text-indent: .6rem;
	background: url(../images/search1.png) .26rem center no-repeat #fff;
	background-size: .28rem auto;
}

.serLeft {
	background: #efefef;
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	padding-top: .83rem;
	overflow: auto;
	z-index: 1;
}

.serLeft li {
	width: 1.48rem;
	border-bottom: .02rem solid #c7c7c7;
	position: relative;
	border-right: .02rem solid #dbd9da;
}

.serLeft a {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	padding-left: .14rem;
	padding-right: .14rem;
	color: #999696;
	display: block;
}

.serRight {
	margin-left: 1.48rem;
	padding: .1rem;
	padding-top: .93rem;
}

.serImg {
	position: relative;
}

.serImg img {
	display: block;
	width: 100%;
}

.serImg p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .5rem;
	line-height: .5rem;
	background: rgba(68, 192, 240, .85);
	color: #fefefe;
	font-size: .24rem;
	display: -webkit-box;
}

.serImg span {
	margin-left: .1rem;
	display: block;
	-webkit-box-flex: 1;
	overflow: hidden;
}

.serImg a {
	color: #fff;
	margin-right: .1rem;
	display: block;
}

.serRight li {
	line-height: .84rem;
	font-size: .22rem;
	background: url(../images/service1.png) .2rem center no-repeat;
	background-size: .36rem;
}

.serRight li a {
	display: block;
	color: #9d9d9d;
	margin-left: .8rem;
	border-bottom: .01rem solid #e8e8e8;
}

.serRight li p {}

.serRight li input[type=text] {
	border: none;
	/*font-size: .22rem;
	line-height: .84rem;*/
	height: .36rem;
	/*outline: none;*/
}

.serRbtn {
	display: block;
	height: .86rem;
	width: 4.74rem;
	border: none;
	color: #fff;
	background: #44c0f0;
	font-size: .3rem;
	border-radius: .06rem;
	margin-top: 1.06rem;
}

.serLeft li.on:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	font-size: 0;
	border-right: .2rem solid #fff;
	border-top: .15rem solid transparent;
	border-bottom: .15rem solid transparent;
	position: absolute;
	right: -.02rem;
	top: 40%;
	margin-top: -.04rem;
	z-index: 2;
}

.serLeft li.on a {
	color: #44c0f0;
}

li.serR3 {
	background-image: url("../images/service2.png")
}

li.serR4 {
	background-image: url("../images/service3.png")
}

li.serR5 {
	background-image: url("../images/service4.png")
}


/*serviceInfo*/

.siCon {
	padding-top: .79rem;
}

.siTit {
	height: .98rem;
	background: #fff;
	position: relative;
	border-bottom: .01rem solid #e1e0e0;
	border-top: .01rem solid #e1e0e0;
	margin-bottom: .3rem;
}

.siTit span {
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	background: url("../images/span3.png");
	background-size: 1rem;
	font-size: .36rem;
	font-weight: bold;
	text-align: center;
	line-height: 1rem;
	color: #fff;
	top: .18rem;
	left: .28rem;
}

.siTit h2 {
	line-height: 1.3rem;
	padding-left: 1.4rem;
	color: #44c0f0;
	font-size: .34rem;
}

.siBox img {
	max-width: 100%
}


/*fixed weui*/

.weui_cells_title {
	padding-top: 0.2rem;
	font-size: 0.2rem;
}

.weui_btn_primary {
	background: #44c0f0;
}

.weui_btn_primary:not(.weui_btn_disabled):active {
	color: rgba(255, 255, 255, .4);
	background-color: #12ACE7
}

.weui_btn_plain_primary:active {
	border-color: #12ACE7
}