@charset "utf-8";
					 	/*products 商品页*/
.classify{
	overflow-y: hidden;
}
.classify .weui-fixed-top{
	background-color: white;
	padding-top: 5px;
}
.classify .weui-content{
	padding-top: 58px;
	height: calc(100% - 58px);
	overflow-y: auto;
}
		/*侧滑导航*/
.slide-menu-box{
	position:fixed;
	top:0;
	left:-100%;
	width:100%;
	height:100%;
	z-index:9999;
	/*display: none;*/ 
	transition: 1s;
	cursor:pointer;
}
.slide-menu{
	background-color:white;
	height: 100%;
	padding-top: 50px;
}	
.slide-menu h5,.slide-menu ul li{
	line-height: 40px;
	font-size: 1rem;
	border-bottom: 1px solid #DCDCDC;
	text-align: center;
}
.slide-menu h5{
	font-weight:bold;
	color:#ef4f4f;
}
.slide-menu ul li{
	line-height: 40px;
}
.slide-bg{
	height:100%;
	background-color:rgba(0,0,0,0.6);
}  
.show-nav {
	transform:translateX(100%);
}
.hide-nav {
	transform:translateX(-100%);
} 

.product-classify_bg{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 100%;
}
.product-classify_side{
	overflow-y: scroll;
	width: 86px;
	height: calc(100% - 58px);
	background-color: #f2f2f2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	padding-bottom: 58px;
	-webkit-overflow-scrolling: touch;
}
.v-nav{
	width: 100%;
	/*height: 100%;*/
}
.v-nav_cell{
	display: block;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	color:#222222;
}
.v-nav_cell.v-nav_cell_active{
	background-color: white;
	color:#0081cc;
	font-weight: bold;
}
.cur:after{
	content:'';
	width: 4px;
	height: 14px;
	/*border-radius: 5px 0 0 5px;*/
	background-color: currentColor;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	margin: auto;
}
.product-classify_container{
	width: 100%;
	padding-left: 86px;
	padding-bottom: 58px;
	overflow-y: scroll;
	background-color: white;
	-webkit-overflow-scrolling: touch;
}
.product-classify_ad_box{
	padding: 0 10px;
}
.product-classify_ad_box>a,.product-classify_ad_box>p,.product-classify_ad_box .product-classify_ad{
	display: block;
	width: 100%;
}
.product-classify_ad_box>a img,.product-classify_ad_box>p img,.product-classify_ad_box>p a img,.product-classify_ad_box .product-classify_ad img{
	display: block;
	width: 100%;
	border-radius: 5px;
}
.product-classify_group{
	/*padding: 0 10px;*/
	/*margin: 10px;*/
	border-radius: 6px;
	/*box-shadow: 0px 0px 7px #f0f0f0;*/
}
.product-classify_group h4{
	margin: 0;
	overflow: hidden;
	color:#000000;
	font-size:14px;
	font-weight:600;
	/*line-height:36px;*/
	padding: 10px 0 10px 0;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.product-classify_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin-top: 6px;
}
.product-classify_list li{
	width: 30%;
	margin-bottom:10px;
	text-align: center;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.product-classify_list li+li{
	margin-left: auto;
}
.product-classify_list li:nth-child(3n-1){
	margin: 0 5% 10px 5%;
}

.product-classify_list li a img{
	display: block;
	width: 100%;
}
.product-classify_list li a p{
	font-size: 12px;
	padding: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#000000;
}
.product-classify_list .product-list_price{
	text-align: center;
	font-weight: bold;
	color: #ec1100;
}
.product-top{
	background-color: rgba(255,255,255,0) !important;
}
.product-top .weui-cell__r{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.product-top .img-btn{
	width: 30px;
	height: 30px;
	border-radius:50%;
	overflow: hidden;
	margin: 0 2px;
}
.product-top .img-btn img {
	display: block;
	width: 100%;
}
.swiper-product{
	/*background-color: white;*/
}
.product-title{
	width: 100%;
	background-color: white;
	padding-top: 3px;
}
.product-title .weui-media-box{
	padding: 15px;
	-moz-box-shadow: 0 -4px 4px #dddddd;/*顶部阴影*/
	-webkit-box-shadow: 0 -4px 4px #dddddd;
	box-shadow: 0 -4px 4px #dddddd;
	position: relative;
}
.product-title .weui-media-box__title{
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	font-weight: bold;
	padding-right: 35px;
}
.product-title .share-code{
	position: absolute;
	width: 40px;
	padding: 0 5px 0 8px;
	background-color: #f8f8f8;
	color:#999999;
	right:0;
	top:15px;
	border-top-left-radius: 11px;
	border-bottom-left-radius: 11px;
}
.product-title .weui-cell{
	padding: 10px 0;
}
.product-title .weui-media-box__info{
	margin-top: 0;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
.boot-upgrade{
	background: -webkit-linear-gradient(16deg, rgb(63,63,67) 0%, rgb(51,48,51) 60%, rgb(39,32,34) 98%);
	background: -o-linear-gradient(16deg, rgb(63,63,67) 0%, rgb(51,48,51) 60%, rgb(39,32,34) 98%);
	background: -moz-linear-gradient(16deg, rgb(63,63,67) 0%, rgb(51,48,51) 60%, rgb(39,32,34) 98%);
	background: linear-gradient(16deg, rgb(63,63,67) 0%, rgb(51,48,51) 60%, rgb(39,32,34) 98%);
	background-size: 100%100%;
	border-radius: 6px;
	padding: 8px 10px!important;
	color:#fcffd9;
	margin-top: 10px;
	font-size: 11px;
}
.boot-upgrade .weui-cell__hd{
	margin-right: 5px;
}
.boot-upgrade .weui-cell__ft{
	color:#fcffd9;
}
.boot-upgrade .weui-cell__ft:after{
	color:#fcffd9;
	margin-top: -13px;
	-webkit-mask-size: 80%;
	mask-size: 80%;
	top: 64%;
}
.details h2.title{
	font-size: 0.16rem;
	font-weight: bold;
	color:#8358f9;
	padding: 0 15px 0 15px;
}
.details section{
	padding-left: -16px!important;
	padding-right:-16px!important;
	margin-bottom: 0;
}
.details section p{
	margin: 0;
}
.details section p img{
	display: block;
	width: 100%;
}

.red-bold{
	color:#ec1100;
	font-weight: bold;
}
.product-price{font-size: 18px;color:#ec1100;font-weight:bold;}
.weui-footer_fixed-bottom .cart,.weui-footer_fixed-bottom .buy{
	flex: 2;
	font-size: 16px;
	line-height: 42px;
	/*font-weight: bold;*/
}
.weui-footer_fixed-bottom .cart .weui-tabbar__label,.weui-footer_fixed-bottom .buy .weui-tabbar__label{
	font-size: 16px;
	line-height: 42px;
	color:white;
	/*font-weight: bold;*/
}
.weui-footer_fixed-bottom .buy{
	background-color: #ec1100;
}
.weui-footer_fixed-bottom .cart{
	background-color: #ffba0d;
}
.product-half-screen{
	padding-top: 15px;
}
.product-half-screen .weui-media-box_appmsg{
	padding: 0;
	margin-right: 15px;
}
.product-half-screen .weui-half-screen-dialog__hd__side{
	position: absolute;
	left: auto;
	right: 8px;
	top:5px;
}
.product-half-screen .weui-half-screen-dialog__ft{
	padding: 0 0 32px;
}
.product-half-screen .weui-half-screen-dialog__ft .weui-btn{
	width: 100%;
}

/*轮播指标样式修改 样式类型 type: 'fraction', */
.swiper-product .swiper-pagination.swiper-pagination-fraction{
	width: 46px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	/*background-color: #e5e5e5;*/
	background-color: rgba(0,0,0,.1);
	color:#999999;
	left: auto;
	right:10px;
}
/*分享弹窗*/
.pop-share{
	margin-bottom: 10px;
}
.pop-share:first-child{
	padding: 15px 15px 0;
}
.pop-share-title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.pop-share-title img{
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.pop-share-title p{
	font-size: 14px;
	font-weight: normal;
	color:#666666;
	line-height: 30px;
}
.pop-share-title .close{
	position: absolute;
	right:10px;
	top: 10px;
	color:#f0f0f0;
}
.pop-share-code img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.pop-share-product{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;

	margin-top: 10px;
}
.pop-share-img{
	width: 70px;
	height: 70px;
	border-radius:6px;
	overflow: hidden;
}
.pop-share-img img{
	display: block;
	width: 100%;
}
.pop-share-info{
	flex: 1;
	font-weight: normal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 14px;
	margin: 0 5px;
}
.pop-share-info h4{
	font-size: 14px;
	text-align: left;
}
.dialog-share .weui-dialog__ft>div{
	flex: 1;
	font-size: 14px;
	color:#00abeb;
}
/*分享弹窗*/
.classify-choose{
	height: 100%;
	padding-top: 0.5rem;;
}
.classify-choose h4{
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.2rem;
	padding: 0.1rem 0;
}
.classify-choose-item{
	line-height: 0.3rem;
	height: calc(100% - 0.4rem);
	padding-bottom: 0.1rem;
	overflow-y: auto;
}

.classify-choose-item>li>a{
	min-width:1.5rem;
	padding: 0.05rem 0.3rem;
	display: block;
	color:#333333;
}
.classify-choose-item__on,a.classify-choose-item__on{
	background-color: #F2F2F2;
	color: #ef3e32!important;
}

.js_dialog{display: none;z-index: 9999}
.left-half-screen{
	/*display: none;*/
	position: fixed;
	left: 0;/*此处是以屏幕的宽度为查考*/
	top:0;
	bottom: 0;
	max-width: 75%;
	z-index: 5000;
	line-height: 1.4;
	background-color: #fff;
	background-color: var(--weui-BG-2);
	overflow: hidden;
	padding: 0;

	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	-webkit-transform: translateX(-100%);/*此处是以本身的宽度为查考*/
	transform: translateX(-100%);
	overflow: hidden;
}
.left-half-screen_show{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
