* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
}

body {
	color: #333;
	background: #f6f6f6;
}

img {
	display: block;
	width: 100%;
}

.layermcont {
	padding: 5px;
	line-height: 30px;
}

.fanhui_cou {
	z-index: 1;
}

/* 头部 */
.aui-navBar {
	width: 100%;
	height: 44px;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 10;
	background: #fff;
	border-bottom: 1px solid #B2B2B2;
}

.aui-navBar-item {
	display: block;
	-webket-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 15%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
}

.aui-navBar-item img {
	display: inline-block;
	width: 45%;
	vertical-align: middle;
}

.aui-center {
	width: 64%;
	height: 44px;
	line-height: 44px;
	margin: 0 3%;
	text-align: center;
}

.aui-center p {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 20px;
	color: #333;
}

#scrollSearchPro {
	display: block;
}

#scrollSearchPro {
	width: 100%;
	height: 44px;
	line-height: 44px;
	/* display: none; */
}

.current {
	color: #FF5E53;
	border-bottom: 2px solid #FF5E53;
}

.integral_price{
	text-decoration: line-through;
	color: #777; 
	font-size: 14px;
	font-weight: normal;
}
#scrollSearchPro span {
	margin: 0 12px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	font-size: 14px;
}
#scrollSearchPro  a{
	margin: 0 15px;
	height: 44px;
	line-height: 44px; 
	display: inline-block;
	font-size: 14px
}
.comment {
	margin: 0 12px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	font-size: 14px;
}

.aui-header-item-icon {
	min-width: 19%;
}

.aui-header-item-icon img {
	width: 45px;
	margin-bottom: 1px;
}

/* container */
.container {
	width: 100%;
	margin-top: 44px;
	margin-bottom: 45px;
}

/* 轮播图 start */
.banner img {
	width: 100%;
	height: 58vh;
	/* background: url(/public/wap/images/loading.gif) center center no-repeat; */
	background-size: 100% 100%;
}

.banner .bannertop{
	position: relative;
}

.swiper-pagination-bullet-active {
	background: #ff8800;
}

.bannertop .swiper-pagination{
	position: absolute;
	bottom: 5px !important;
	left: 0 !important;
}

.bannertop .swiper-slide {
	width: 100% !important;
	margin-left: 0px;
	padding-right: 0px;
}

.bannertop a {
	display: block;
}

/* 标题 */
.product-title-container {
	width: 100%;
	padding: 5px 8px 15px 8px;
	background: #fff;
}

.product-price-container {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.product-price {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #d74c35;
}

.product-original-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-decoration: line-through;
	color: #d74c35;
}

.stockout {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #d74c35;
}

.product-discounts {
	width: 100%;
	margin-top: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.credit-card-product-reduction,
.credit-card-product-coupon {
	color: #EB5211;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 12px;
	background: rgba(254, 222, 194, 0.57);
	margin-right: 10px;
}

.credit-card-product-discounts {
	margin-right: 15px;
	margin-right: 15px;
	-webkit-box-flex: 1;
	flex: 1;
	text-align: right;
}

.right-arrow {
	position: relative;
}

.right-arrow::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: url(../images/rightback.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 5px;
	right: 0px;
}

.product-title {
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 800;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-description {
	width: 100%;
	margin-top: 5px;
	font-size: 12px;
	color: #888;
}

/* 商品评价 */
.product-evaluate-container {
	width: 100%;
	padding: 5px 8px;
	background: #fff;
}

.product-evaluate-wrapper {
	display: block;
	width: 100%;
}

.product-evaluate-list-container {
	width: 100%;
	margin-top: 10px;
}

.evaluate-item {
	width: 100%;
	padding: 3px 0;
	margin-bottom: 5px;
}

.profile-photo-wrapper img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.evaluate-detail-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.evaluate-detail-container {
	width: 100%;
	padding: 0 5px;
}

.evaluate-content {
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
}

.view-more {
	width: 120px;
	padding: 3px 5px;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 8px;
	border: 1px solid #888;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	color: #888;
}

/* 进店逛逛 */
.shop-entrance-container {
	width: 100%;
	padding: 8px;
	background: #fff;
}

.shop-entrance-wrapper {
	width: 100%;
}

.shop-entrance-link {
	display: black;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.shop-img {
	-webket-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 15%;
}

.shop-title {
	-webket-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 50%;
	height: 20px;
	line-height: 20px;
	margin-right: 5%;
	margin-left: 5%;
	color: #ff8800;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.shop-title span {}

.enter-shop-wrapper {
	-webket-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 25%;
	text-align: right;
}

.enter-shop {
	display: inline-block;
	width: 76px;
	text-align: center;
	color: #ff8800;
	border: 1px solid #ff8800;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
}


/*为您推荐*/
.aui-recommend {
	width: 100%;
	text-align: center;
	font-size: 16px;
}

.aui-recommend img {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}

.aui-list-product {
	width: 100%;
	height: auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
	margin-bottom: -1px;
}

.aui-list-product-box {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0;
	padding: 0 2px 0;
	background: #fff;
}

.aui-list-product-item {
	width: 50%;
	float: left;
	padding: 0 2px;
	margin-top: 4px;
	position: relative;
	height: 255px;
}

.aui-list-product-item-img {
	height: auto;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.aui-list-product-item-img img {
	width: 100%;
	height: 176px;
	display: block;
	border: none;
}

.aui-list-product-item-text {
	background-color: #FFF;
	padding: 8px;
}

.aui-list-product-item-text h3 {
	color: #505050;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom:3px;
	height: 16px;
	line-height: 13px;
}

.aui-list-product-mes-box {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #999;
}

.aui-list-product-item-price {
	font-size: 16px;
	color: #EB5211;
}

.aui-list-product-item-price em {
	font-size: 14px;
}
.jf_tj_integral_price{
	font-style: normal;
	font-weight: normal;
	color:#FF5E53;
}
.jf_tj_integral{
	font-style: normal;
	font-weight: normal;
	font-size:15px;
	color:#FF5E53;
}
.jf_tj_goods_price{
	text-decoration: line-through;
	color: #777; 
	font-size: 14px;
	font-weight: normal;
}
.reduction {
	color: #EB5211;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #EB5211;
	padding: 0 3px;
	font-size: 12px;
	display: table;
}
#goods2{
	display:none;
	padding-top:45px;
	padding-bottom:50px;
}
/* 查看图文详情 */
.product-deyail-link {
	font-size: 14px;
	color: #888;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 20px;
	clear: both;
}

/* 底部 */
#footer-nav {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 0;
    bottom: 0px;
    background: #FFFFFF;
    max-width: 640px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10PX 0PX rgba(155, 143, 143, 0.6);
	-webkit-box-shadow: 0 0 10PX 0PX rgba(155, 143, 143, 0.6);
	-moz-box-shadow: 0 0 10PX 0PX rgba(155, 143, 143, 0.6);
}

.footer-nav-wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.footer-left-wrapper {
	-webket-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 60%;
	height: 100%;
}

.footer-right-wrapper {
	-webket-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 40%;
	height: 100%;
	text-align: center;
	background: #f77d3c;
}

.footer-left {
	height: 100%;
	line-height: 60px;
	padding-left: 10px;
}

#final-price {
	font-size: 18px;
	font-weight: bold;
	color: #d74c35;
}

.footer-right {
	height: 100%;
	line-height: 60px;
}

.footer-right a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}

.nav-padding{
	width: 100%;
	height: 100%;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	justify-content: left;
}

.my_intagral{
	width: 50%;
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: left;
}

.footer_img img{
	display: block;
	width: 45px;
	height: 100%;
}

.total_integral{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 8px;
}

.total_title{
	color: #000000;
	font-size: 14px;
	letter-spacing: 1px;
}

.integral_value{
	color: #FF8800;
	font-size: 18px;
}

.total_btn{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 10px;
}

.total_btn p{
	width: 140px;
	height: 40px;
	background-color: #FF8800;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	letter-spacing: 2px;
	border-radius: 14px;
	font-size: 16px;
}

/* 商品评价 start */
#goods2 {
	margin-top: 45px;
	margin-bottom: 50px;
	display: none;
}

.evaluate-level {
	background: #fff;
	margin-bottom: 10px;
}

.evaluate-level ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.evaluate-level ul li {
	-webket-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 23.3%;
	padding: 2px 5px;
	margin: 10px 5%;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #cecdcd;
	border: 1px solid #cecdcd;
}

.evaluate-level ul .cur {
	border: 1px solid #f80;
	color: #f80;
}

.evaluate-level ul li.cur a {
    color: #f80;
}

.goods-evaluate-list-container {
	margin-top: 10px;
	padding: 5px;
}

#goodsEvaluate .evaluate-item {
	background: #fff;
	padding: 3px;
}

/* 商品详情 start */
#goods3 {
	margin-top: 45px;
	margin-bottom: 50px;
	display: none;
}

#goodsDetail {
	margin-top: 0px;
	border-top: 0;
}

.prop-area img {
	max-width: 100%;
}

.property .prop-area img {
	width: 100%;
}

.clear {
	clear: both;
}

.property {
	max-width: 768px;
	width: 100%;
}

.prop-area {
	min-height: 300px;
}

.center img {
	display: block;
	width: 100%;
}

/* 优惠券弹框 */
.bg {
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.pop-up {
	display: none;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	/* display: none; */
	z-index: 2;
	overflow: visible !important;
}

.main {
	width: 100%;
	/*min-height: 45th;*/
	padding: 10px 15px;
	background: #fff;
	position: relative;
}

.close {
	display: inline-block;
	width: 50px;
	height: 50px;
	/* background: url(/public/wap/images/close.png); */
	background: url(../images/close.png);
	background-size: cover;
	position: absolute;
	top: -30px;
	right: 30px;
}

.pop-up-title {
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.aui-product-reduction-container {
	width: 100%;
	margin-top: 10px;
}

.reduction-tag {
	color: #EB5211;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 12px;
	background: rgba(254, 222, 194, 0.57);
	margin-right: 10px;
}

.coupon-title {
	color: #EB5211;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 12px;
	background: rgba(254, 222, 194, 0.57);
}

.coupon-wrapper {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.coupon-wrapper ul {
	display: inline-block;
	-webket-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 82%;
	padding-left: 10px;
}

.coupon-wrapper ul li {
	margin-bottom: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.coupon-wrapper li a {
	color: #FF5E53;
}
/**优惠 start**/
.aui-product-evaluate {
	background: #fff;
	margin-top:7px;
	margin-bottom:7px;
	margin-right: -8px;
}

.aui-address-cell-bd {
	font-size: 14px;
	-webkit-box-flex: 1;
    -webkit-flex: 1; 
    flex: 1;
    font-size: 16px;
}
.aui-fl-arrow:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 12px;
	background-image: url(/public/wap/newban/img/rightback.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 10px;
}
.aui-address-cell {
	background: #fff;
}

.aui-product-shop-img {
	width: 15%;
}

.aui-shop-title {
	width: 60%;
	padding-left: 8%;
}

.aui-shop-title span {
	color: #ff8800;
}

.aui-address-cell-ft {
	width: 25%;
}

.aui-address-cell-ft span {
	color: #ff8800;
	border: 1px solid #ff8800;
	padding: 3px;
	border-radius: 5px;
	font-size: 12px;
}

.aui-product-deyail-link {
	font-size: 14px;
	color: #888;
	text-align: center;
	padding-bottom: 70px;
	padding-top: 20px;
	clear: both;
}
.aui-address-cell {
	padding: 1% 3% 1% 1%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #999;
}

.rec-tag {
	color: #EB5211;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 12px;
	background: rgba(254, 222, 194, 0.57);
	margin-right: 10px;
}

.d-main {
	float: right;
	margin-right: 15px;
}

.p_tit {
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.details_con ul li {
	color: #999;
	font-size: 13px;
	padding: 10px 0px;
}
/**优惠 end**/