

/*产品列表页样式*/

.p_banner{
	width: 7.5rem;
	height: 3rem;
	float: left;
}
.p_banner img{width: 7.5rem;height: 3rem;float: left;}


/*列表*/
.p_list{
	width: 7.5rem;
	float: left;
	padding-bottom: 0.5rem;
}
.p_list_cat{
	width: 100%;
	height: 0.64rem;
	float: left;
	margin:0.15rem 0;
	padding:  0 0.6rem;
}
.p_list_cat span{
	display: inline-block;
	width: 100%;
	height: 0.64rem;
	float: left;
	line-height: 0.64rem;
	font-size: 0.24rem;
	color: #fff;
	position: relative;
	border-radius: 0.32rem;
	background: #0091FF;
	text-indent: 0.6rem;
}
.p_list_cat span a{
	display: inline-block;
	position: absolute;
	right: 0;
	padding:0 0.46rem;
	height: 0.64rem;
	float: left;
	font-size: 0.24rem;
	color: #fff;
}


.i_product_lists{width: 100%;float: left;padding: 0 0.28rem;}
.i_product_lists li{
	width: 3.32rem;
	height: 3.2rem;
	float: left;
	margin-right:0.3rem;
	background: #fff;
	border-radius: 0.1rem;
	margin-top: 0.28rem;
	overflow: hidden;
}
.i_product_lists li:nth-child(2n){margin-right: 0px;}
.i_product_lists li a{
	display: inline-block;
	width: 100%;
	height: 3.2rem;
	float: left;
}
.i_product_lists li a>i{
	width: 100%;
	height: 2.44rem;
	float: left;
	overflow: hidden;
}
.i_product_lists li a>i img{max-width: 100%;float: left;}
.i_product_lists li a span{
	display: inline-block;
	width: 100%;
	height: 0.76rem;
	line-height: 0.76rem;
	font-size: 0.28rem;
	color: #0091FF;
	text-align: center;
}


/*侧滑分类*/
.sideslipCat{
	width: 100%;
	height: 100%;
	float: left;
	padding-top: 0.94rem;
	position: relative;
}
.sideslipCat_big{
	width: 100%;
	height: 1.28rem;
	float: left;
	background: #005cc9;
	margin-bottom: 2px;
}
.sideslipCat_big ul{width: 100%;float: left;}
.sideslipCat_big ul li{
	width: 32%;
	float: left;
	height: 1.06rem;
	line-height: 1.06rem;
	font-size: 0.28rem;
	font-weight: bold;
	color: rgba(255,255,255,0.5);
	text-align: center;
	position: relative;
	overflow: hidden;
}
.sideslipCat_big ul li span{
	display: inline-block;
	width: 0.82rem;
	height: 0.08rem;
	float: left;
	position: absolute;
	bottom: -0.08rem;
	background: #fff;
	border-radius: 0.04rem;
	transition: all 0.5s;
}
.sideslipCat_big ul .sideslipCat_big_active{color: rgba(255,255,255);}
.sideslipCat_big ul .sideslipCat_big_active span{bottom: 0.05rem;}

/*二类*/
.sideslipCat_middle{
	width: 45%;
	float: left;
	position: relative;
	height: 100%;
}
.sideslipCat_middle ul{width: 100%;float: left;}
.sideslipCat_middle ul li{
	width: 100%;
	float: left;
	height: 0.84rem;
	line-height: 0.84rem;
	font-size: 0.24rem;
	color: #000;
	text-align: center;
	background: #fff;
	margin-top: 1px;
}
.sideslipCat_middle ul .sideslipCat_middle_active{background: rgba(0,92,201,0.8);color: #fff;}
.sideslipCat_middle ul li:nth-child(1){margin-top: 0;}

/*三类*/
.sideslipCat_bottom{
	width: 55%;
	position: relative;
	height: 100%;
	float: left;	
}
.sideslipCat_bottom ul{width: 100%;float: left;}
.sideslipCat_bottom ul li{
	width: 100%;
	float: left;
	height: 0.84rem;
	line-height: 0.84rem;
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	background: rgba(0,92,201,0.8);
	margin-top: 1px;
	border-left: 1px solid #f1f1f1;
}
.sideslipCat_bottom ul li:nth-child(1){margin-top: 0;}




/*关联产品*/
.p_rel{
	width: 7.5rem;
	float: left;
}
.p_rel_title{
	width: 100%;
	float: left;
	padding: 0 0.28rem;
}
.p_rel_title span{
	width: 100%;
	height: 1.38rem;
	line-height:1.38rem;
	font-size:0.4rem;
	color: #0091FF; 
	float: left;
}
.p_rel_title span i{
	display: inline-block;
	width: 0.12rem;
	height: 0.38rem;
	float: left;
	margin:0 0.14rem;
	background: #0091FF;
}
.p_rel .i_product_lists{padding-bottom: 0.55rem;}
.p_rel .mui-slider-indicator{
	bottom: 0;
	float: left;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
　　-webkit-justify-content:center;
　　-moz-box-pack:center;
　　-webkit--moz-box-pack:center;
　　box-pack:center;
	justify-content:center;
}
.p_rel .mui-slider-indicator .mui-indicator{
	width: 0.12rem;
	height: 0.12rem;
	margin: 0px 9px;
	box-shadow:0 0 0px 0px rgba(0,191,255,0.7);
	float: left;
	border:0.01rem solid #2670ac;
	background: none;
}
.p_rel .mui-slider-indicator .mui-active.mui-indicator{background: #2670ac;}

/*热销产品*/
.p_hot{
	width: 7.5rem;
	float: left;
	padding-bottom: 0.8rem;
}
.p_hot .mui-slider-indicator{
	bottom: 0;
	float: left;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
　　-webkit-justify-content:center;
　　-moz-box-pack:center;
　　-webkit--moz-box-pack:center;
　　box-pack:center;
	justify-content:center;
}
.p_hot .i_product_lists{padding-bottom: 0.55rem;}
.p_hot .mui-slider-indicator .mui-indicator{
	width: 0.12rem;
	height: 0.12rem;
	margin: 0px 9px;
	box-shadow:0 0 0px 0px rgba(0,191,255,0.7);
	float: left;
	border:0.01rem solid #2670ac;
	background: none;
}
.p_hot .mui-slider-indicator .mui-active.mui-indicator{background: #2670ac;}
.p_hot .i_product_lists li a{position: relative;}
.p_hot .i_product_lists li a>img{
	width: 0.7rem !important;
	height: 0.7rem;
	float: left;
	position: absolute;
	top:0;
	right: 0;
}

/*产品列表页样式end*/


/*产品详情页*/
.p_detail{
	width: 7.5rem;
	float: left;
	padding:0 0.28rem;
	padding-bottom: 1rem;
}
.p_detail_ban{
	width: 100%;
	float: left;
}
.p_detail_ban img{
	max-width: 100%;
	float: left;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.15);
}
.p_detail>span{
	display: inline-block;
	width: 100%;
	height: 1.24rem;
	line-height: 1.24rem;
	font-size: 0.32rem;
	color: #333333;
	float: left;
	text-align: center;
}
.p_detail_desc{
	width: 100%;
	float: left;
	padding: 0.14rem 1rem;
	background: #0091FF;
}
.p_detail_desc p{
	width: 50%;
	line-height: 0.46rem;
	float: left;
	font-size: 0.26rem;
	color: #fff;
}
.p_detail_desc a{
	width: 50%;
    line-height: 0.46rem;
    float: left;
    font-size: 0.26rem;
    color: #fff;
}
.mui-popover{
	height: 0.64rem;
	border-radius: 0.1rem;
	width: 4rem;
}
.mui-popover .mui-scroll-wrapper{
	margin:0;
	border-radius: 0.1rem;
	font-size: 0.28rem;
	color: #333;
	line-height: 0.64rem;
	text-align: center;
}
.p_detail_desc p:nth-child(2n){text-align: right;}
.p_detail_desc p i{color: #fff;}
.p_detail_content{
	width: 100%;
	float: left;
	padding: 0.6rem 0.55rem;
	line-height: 2em;
	font-size: 0.24rem;
	color: #666666;
	text-indent: 2em;
}
.p_detail_content img{max-width: 100%;float: left;margin:0.3rem 0;}

/*大小图预览*/
.p_imgs{padding: 0;margin-bottom: 0.4rem;width: 100%;}
.p_imgs .i_product_lists{padding: 0;margin: 0;height: 5.18rem;}
.p_imgs .mui-slider-indicator{bottom: 0.2rem;}
.p_imgs .mui-slider-indicator .mui-indicator{border: 0.01rem solid #0091FF;}
.p_imgs .mui-slider-indicator .mui-active.mui-indicator{background:#0091FF;}
.p_imgs .mui-slider .mui-slider-group .mui-slider-item img{
	width: 100%;
	height: 100%;
	float: left;
}


/*我要订购按钮*/
.p_order{
	width: 100%;
	height: 0.7rem;
	float: left;
}
.p_order a{
	display: inline-block;
	width: 2.7rem;
	height: 0.7rem;
	float: left;
	line-height: 0.7rem;
	text-align: center;
	font-size: 0.36rem;
	color: #fff;
	background: #0091FF;
}

