@charset "utf-8";
/* 首页 */
.swiper-banner{
	overflow: hidden;
	position: relative;
}
.swiper-banner .swiper-slide img{
	display: block;
	width: 100%;
}
.ban-pagination{
	position: absolute;
	width: 100%;
	bottom: 12px !important;
	z-index: 9;
	text-align: center;
	line-height: 8px;
}
.ban-pagination .swiper-pagination-bullet{
	opacity: 1;
	background: rgba(255,255,255,0.5);
	vertical-align: top;
}
.ban-pagination .swiper-pagination-bullet-active{
	background: #fff;
}

.cmimg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}


.ind_a .ind_al,.ind_a .ind_ar{
	width: 50%;
	box-sizing: border-box;
}
.ind_a .ind_al,.ind_a .ind_ar li{
	padding:5px;
}
.ind_a .ind_ar li{
	width: 100%;
	box-sizing: border-box;
}
.ind_a .ind_a2 li{
	width: 50%;
	box-sizing: border-box;
	padding: 5px;
}
.ind_a .ind_a2 li:last-child{
	width: 100%;
}
.ind_a3{
	padding:8px 5px;
}
.ind_att .m span{
	color: #e0af58;
	font-family: "宋体";
	font-weight: bold;
}
.ind_a3 .pimg{
	display: block;
	padding-top: 5px;
}

.com_tt{
	text-align: center;
}
.com_tt p{
	display: inline-block;
	font-size: 22px;
	position: relative;
	padding: 0 35px;
}
.com_tt p::after{
	width: 25px;
	height: 2px;
	position: absolute;
	top: 50%;
	content: '';
	right: 0;
	background:-webkit-gradient(linear,0 50%,100% 50%,from(#bfbfbf),to(#fff));
	background:-webkit-linear-gradient(left,#bfbfbf,#fff);
}
.com_tt p::before{
	width: 25px;
	height: 2px;
	position: absolute;
	top: 50%;
	content: '';
	left: 0;
	background:-webkit-linear-gradient(right,#bfbfbf,#fff);
}


.ind_b li{
	width: 33.3333%;
	padding: 5px;
	box-sizing: border-box;
}
.ind_b li a{
	display: block;
	border: 1px solid #dcdcdc;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}
.ind_b .ul1 li a{
	padding-bottom: 8px;
}
.ind_b .ul1 li .imgs{
	padding-bottom: 74%;
}
.ind_b li .h3{
	font-size: 15px;
	padding:8px 5px 0;
}
.ind_b li p{
	color: #999999;
	padding: 0px 5px;
}
.ind_b .ul2 li a{
	padding: 5px;
	font-size: 15px;
} 

.comlist{
	overflow: hidden;
}
.comlist li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 5px 5px 10px;
}
.comlist li .imgs{
	padding-bottom: 115%;
}
.comlist li .h3{
	padding: 5px 0 3px;
}
.comlist li .price{
	color: #ec0a0a;
	font-size: 12px;
}
.comlist li .price strong{
	font-size: 20px;
	font-weight: bold;
}
.comlist li .h_r{
	color: #a7a7a7;
}
.comlist li .p{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	height: 60px;
}


/* 子页面 */

.sub_ban{
	width: 100%;
	overflow: hidden;
}
.sub_ban img{
	display: block;
	width: 100%;
}
.wz_padd{
	padding: 0 12px;
}
.weizhi{
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	color: #999999;
}
.list_padd{
	padding: 15px 7px 20px;
}
.sub_list{
	padding-top: 5px;
	padding-bottom: 18px;
}

/* 详细页 */
.art_padd{
	padding: 15px 12px 10px;
}
.art_tt{
	padding: 10px 5px 0;
	line-height: 1.2;
	font-size: 20px;
	text-align: center;
}
.art_nav{
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	background: #f9f9f9;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: none;
}
.art_nav.navFix{
	display: block;
}
.art_nav li{
	flex: 1;
}
.art_nav li a{
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.art_nav li a.active{
	background: rgba(226,178,97,0.9);
	color: #fff;
}
.art_btt {
    background: #f0f0f0;
    line-height: 30px;
    padding: 5px 12px;
    font-size: 16px;
	border-radius: 3px;
	font-weight: bold;
}
.art_com {
    padding: 20px 0 30px;
	line-height: 1.8;
	overflow: hidden;
	font-size: 14px;
}
.art_com img{
	max-width: 100% !important;
	height: auto !important;
}

/* 拼团 */
.pt_list{
	padding: 5px 5px 18px;
}
.pt_list li{
	padding:5px 0 10px;
}
.pt_list li .imgs{
	padding-bottom: 56.25%;
}
.pt_list li .h3{
	color: #131313;
	font-size: 16px;
	line-height: 1.4;
	padding-top: 10px;
}
.pt_list li .p{
	color: #a7a7a7;
	font-size: 13px;
	padding-top: 6px;
}

.commm{
	padding: 5px 5px 20px;
	line-height: 1.8;
	overflow: hidden;
}
.commm img{
	max-width: 100% !important;
	height: auto !important;
}


/* 分页 */
.pages{
	text-align: center;
	padding: 10px 0 15px;
}
.pages ul{
	font-size: 0;
}
.pages ul li{
	display: inline-block;
	padding: 0 4px;
}
.pages ul li a{
	font-size: 12px;
	color: #1f1407;
	display: inline-block;
	padding: 0 7px;
	background: #d8d3cf;
	border-radius: 2px;
	line-height: 22px;
}
.pages ul li a:hover{
	color: #d7a44e;
}
.pages ul li a.thisclass{
	background: #d7a44e;
	color: #fff;
}