section {
	background: #fff;
	/*margin-bottom: .4rem;*/
	/*min-height: 50px;*/
	/*overflow: hidden;*/
}

.main {
	padding-bottom: 4rem;
}

.banner-list img {
	/*width: 100%;*/
	display: block;
	max-height: 175px;
}

.banner-list {
	position: relative;
}

.swipe,
.comments-list {
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 11;
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
}

.bottom-space {
	background: #fff;
	border: 1px solid #fff;
	position: absolute;
	/*bottom: -13px;*/
	bottom: -25px;
	width: 100%;
	border-radius: 100%;
	z-index: 1;
	height: 50px;
	font-size: 0;
}

.goods_img a img {
	float: left;
}

.swipe-wrap>div {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.comment-block {
	position: relative;
	zoom: .9;
	/*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;*/
}

.mBxCm {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
}

.bgboxgo {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	bottom: 10px;
	z-index: 111;
	text-align: center;
}

.botton-box span {
	text-indent: -9999px;
	height: .4rem;
	width: .4rem;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
	margin-right: 4px;
	cursor: pointer;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, .5);
}

.botton-box span.on {
	background: #fff;
	border: 1px solid #fff;
}


/*banner and city css*/

.address_tab a {
	color: #333;
	position: absolute;
	left: 0;
	right: 0;
	top: 1rem;
	border-radius: 100%;
	z-index: 111;
	text-align: center;
}

.address_tab a span {
	background: rgba(255, 255, 255, .5);
	padding: .4rem 2.2rem .4rem 1.6rem;
	height: 2rem;
	line-height: 2rem;
	margin: 1rem auto;
	border-radius: 12px;
	position: relative;
}

.address_tab a em {
	display: inline-block;
	border-top: .3rem solid #333;
	border-right: .3rem solid transparent;
	border-left: .3rem solid transparent;
	border-bottom: .3rem solid transparent;
	position: absolute;
	top: .9rem;
	margin-left: .4rem;
}

.div-block,
.service-block,
.hot-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	font-size: 1rem;
}

.div-block div {
	position: relative;
	padding-top: 1rem;
}

.div-block div,
.service-block div,
.hot-block div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	text-align: center;
	font-size: 1rem;
}

.div-block div:first-child {
	background: #fafdff;
	border-right: 1px solid #e9ebf2;
}

.div-block div:nth-child(2) {
	background: #fffcfc;
	border-right: 1px solid #e9ebf2;
}

.div-block div:nth-child(3) {
	background: #fdfbff;
}

.div-block div:nth-child(4) {
	border-left: 1px solid #e9ebf2;
	background: #faffff;
}

.div-block img,
.hot-block img {
	width: 5.2rem;
	height: 5.2rem;
	margin: .5rem 0 .6rem 0;
}


/*奢侈品*/

.luxury-block table {
	width: 100%;
	position: relative;
}

.luxury-block table td.two-cloume {
	/*border-right: 1px solid #eee; */
	/*padding: .5rem;*/
}

.luxury-block table td.two-cloume span {
	padding-left: 1.8rem;
	text-align: center;
	width: 3rem;
	position: absolute;
	top: 32%;
	font-size: .9rem;
}

.luxury-block table td.two-cloume span.more-len {
	width: 4rem;
}

.luxury-block table td.two-cloume span.more-len2 {
	width: 10rem;
	text-align: left;
}

.luxury-block table td.two-cloume span.more-len2 p {
	font-size: .8rem;
}

.luxury-block a {
	width: 5.2rem;
	/*height: 6.2rem;*/
	background: #fff;
	padding: 0rem 1rem 0rem 0;
	display: block;
	float: right;
}

.luxury-block table td {
	position: relative;
}

.luxury-block a.one-col {
	width: 14rem;
	height: 7rem;
	margin-top: .4rem;
	padding: 0;
	margin-bottom: -0.2rem;
}

.luxury-block a.one-col img {
	width: 100%;
	display: inline-block;
}

.center-text {
	position: absolute;
	top: 30%;
	left: 2.6rem;
}

.luxury-block a img {
	width: 100%;
	height: 100%;
	display: block;
}

.service-block {
	padding-bottom: 1rem;
}

.service-block img {
	margin-bottom: .6rem;
	width: 3.2rem;
	height: 3.2rem;
}

.bag-info {
	padding: 1rem 1rem 0 1rem;
	position: relative;
	font-size: 1rem;
	background: #fff;
	overflow: hidden;
}

.bag-info a {
	display: block;
}

.bag-info img {
	width: 6rem;
	height: 6rem;
	margin: 0 0rem -.4rem 2.6rem;
	display: inline-block;
}

.bag-info img,
.bag-info p {
	display: inline-block;
}

.bag-info p {
	position: absolute;
	top: 40%;
}

.recharge-block img {
	width: 100%;
	display: block;
	border-top: 1px solid #eee;
}


/*小icon*/

.trigger-icon {
	background: url("../images/ic_corner.png") no-repeat;
	text-align: center;
	height: 2.5rem;
	width: 2.5rem;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}

.trigger-icon b {
	font-weight: 0;
	display: block;
	font-size: .7rem;
	transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	/* IE 9 */
	-moz-transform: rotate(-40deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-40deg);
	margin-left: -14px;
	margin-top: 6px;
}

.border-out {
	border: 1px solid #fff;
	/*padding: 1rem; */
	margin: 0 .4rem;
	background: 0;
	position: relative;
	/*width: 83%;*/
}

.border-out img {
	width: 16px;
}

span.quote {
	position: absolute;
	margin-left: 1.2rem;
}

span.quote.quote-left {
	top: 2.2rem;
}

span.quote.quote-right {
	right: 1.4rem;
	bottom: 3rem;
}

.comments-list {
	background: url("../images/jyw_21.png") no-repeat;
	background-size: 100%;
	/*padding: .4rem 0;*/
	font-size: 1rem;
	/*padding: 1rem 2.6rem;*/
}

.comments-list .box {
	padding: 1rem 0 .6rem 0;
	position: relative;
	float: left;
	/*width: 20rem !important;*/
}

.comment-block div.bg-con {
	background: rgba(255, 255, 255, .8);
	margin: 0.24rem;
	/*margin: 1rem;*/
}

.p10-top {
	padding-top: 10px;
}

.p10-r {
	padding-right: 1.2rem;
	padding-bottom: .8rem;
}

.comment-block .comment-text {
	height: 6.6rem;
	display: table-cell;
	/*display: block;*/
	text-align: justify;
	padding: .4rem 1.2rem;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
	vertical-align: middle;
}

.go-buy {
	border-radius: 12px;
	display: inline-block;
	margin-top: .3rem;
	padding: 0 1rem;
	border: 1px solid #ff6969;
	color: #ff6969;
	line-height: 1.6rem;
	height: 1.6rem;
}

.hot-block p {
	padding-top: .2rem;
	/*color: #535963;*/
	font-size: .9rem;
	padding-bottom: .2rem;
}

.hot-block {
	position: relative;
	min-height: 9.6rem;
}

.hot-block p span {
	color: #535963;
	font-size: .9rem;
}

.hot-block a {
	display: inline-block;
}

.hot-block p em {
	display: inline-block;
	margin-left: .1rem;
	font-size: .9rem;
	text-decoration: line-through;
}

.icon-tri {
	display: inherit;
}

.hot-block .icon-tri img {
	width: 5rem;
	height: 1.6rem;
	margin-bottom: 0;
	margin-top: 0;
}

.hot-one {
	width: 70%;
	display: block;
	height: 100%;
	position: absolute;
}

.hot-one img {
	width: 100%;
	height: 100%;
	border-right: 1px solid #e9ebf2;
	display: block;
	margin: 0;
}

.hot-info {
	padding: 1rem;
	position: absolute;
	right: 0;
}

.hot-icon {
	background: url("../images/jyw_hot.png") no-repeat;
	background-size: 100%;
	width: 3.7rem;
	height: 1.4rem;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-indent: .4rem;
	line-height: 1.5rem;
}

.two-col-hot {
	padding: 1.2rem 0;
}


/*保险*/

.guarantee {
	background: #fff;
	border-radius: 6px;
	margin: 0 10%!important top: 18% !important;
}

.guarantee_top {
	width: 100%;
}

.guarantee_tip {
	padding: 1.6rem 0.8rem;
}

.guarantee_money {
	color: #bd2515;
	font-size: 0.99rem;
}

.I_know {
	background: #bd2515;
	color: #fff;
	width: 80%;
	padding: .625rem;
	font-size: 1.125rem;
	border-radius: 6px;
	text-align: center;
	margin: 0 auto;
}

.anxin_xi {
	width: 80%;
}

.anxin_detail {
	font-size: 1rem;
	color: #8a8a8a;
	padding-bottom: .875rem
}

.wx_mask {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11111;
	-webkit-animation: an_wx_mask .25s ease-in
}

.title-sty {
	position: relative;
	/*font-size: 2rem;*/
	font-size: 12px;
}

.show_more {
	position: absolute;
	right: .6rem;
	font-size: .2rem;
	top: 30%;
}

.point-box {
	position: fixed;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 111;
	bottom: 0;
	width: 96%;
}

.points {
	background: rgba(92, 201, 255, .95);
	color: #fff;
	text-align: left;
	display: block;
	padding: .6rem;
	font-size: 1.2rem;
	text-indent: 1rem;
	border-radius: 4px;
	/*display: none;*/
}


/*老积分*/

.jifen_box {
	position: fixed;
	top: 36%;
	z-index: 111;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	left: 50%;
	right: 0;
	margin-left: -60px;
}

.jifen_box .jifen {
	height: 120px;
	width: 120px;
	text-align: center;
	background: #f90;
	border-radius: 100%
}

.jifen_box span.jifen_text {
	display: block;
	margin: -4px auto;
	font-size: 40px;
	text-align: center;
	color: #fff;
	opacity: 0;
	letter-spacing: 1px;
	-webkit-animation-delay: .8s
}

.jifen_box span.jifen_text em {
	font-size: 30px;
	position: absolute;
	left: 16px;
	top: 22px
}

.jifen_box span.jifen_text p {
	font-size: 14px;
	margin-left: 0
}

.jifen_box span.jifen_text p img {
	height: 20px;
	margin-top: -8px
}

@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
		opacity: 0
	}
}

@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation: bounceIn .9s ease 0s 1 forwards
}

.flipOutY {
	-webkit-animation: flipOutY .8s ease 0s 1 forwards;
	-webkit-animation-delay: 2s
}

.bounceInUp {
	-webkit-animation: bounceInUp 1s ease 0s 1 forwards
}


/*footer*/

footer {
	position: fixed;
	width: 100%;
	z-index: 1111;
	bottom: 0;
	left: 0;
	/*height: 3rem;*/
}

.bottomBox {
	width: 100%
}

.indexMsg {
	background: #fff;
	width: 100%;
	z-index: 997;
	height: 48px;
	box-shadow: 0 1px 0 #f6f8f7;
}

.indexMenu {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
}

.indexMenu a {
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	text-align: center;
	color: #808080;
}

.home-index,
.home-index-active,
.Order-index,
.Order-index-active,
.My-index,
.My-index-active,
.card-index,
.card-index-active {
	line-height: 10px;
	display: inline-block;
	padding-top: 32px;
	font-size: 11px;
	width: 34px;
	height: 43px;
}

.home-index {
	background: url(../images/foot-home.png) no-repeat center 6px;
	background-size: 50%;
}

.Order-index {
	background: url(../images/foot-order.png) no-repeat center 6px;
	background-size: 50%;
}

.card-index {
	background: url(../images/foot-mine.png) no-repeat center 6px;
	background-size: 50%;
}

.home-index.active {
	background: url(../images/foot-home-hover.png) no-repeat center 6px;
	background-size: 50%;
	color: #00dbf5;
}

.Order-index.active {
	position: relative;
	background: url(../images/foot-order-hover.png) no-repeat center 6px;
	background-size: 50%;
	color: #00dbf5;
}

.card-index.active {
	background: url(../images/foot-mine-hover.png) no-repeat center 6px;
	background-size: 50%;
	color: #00dbf5;
}

.wx_confirm_inner {
	background-color: #fff;
	padding: 6% 4%;
	margin: auto;
	color: #000;
	-webkit-animation: an_wx_confirm .25s ease-in;
	border-radius: 10px;
	width: 92%
}

.wx_confirm_hd {
	position: relative;
	text-align: center;
	border: 0;
}

.wx_confirm_tit {
	line-height: 16px;
	font-size: 16px;
	color: #666
}

.wx_confirm_bd {
	padding-top: 15px
}

.wx_mask {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11111;
	-webkit-animation: an_wx_mask .25s ease-in;
	animation: an_wx_mask .25s ease-in;
}

.wx_confirm_btn {
	text-align: center
}

.wx_confirm_btn .okbtn {
	height: 40px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	width: 50%;
	border: 1px solid #dbdbdb;
	display: inline-block
}

.manage-btn .okbtn {
	width: 45%;
	margin: 0 5px;
	background: #65c3ed;
	color: #fff;
	border-radius: 6px;
	border: 0
}