html,body{
	padding: 0;
	margin: 0;
}
img{
	border: 0 none;
}
.page{
	padding-top: 1.2rem;
}
/* PC */
/* tab栏 */
.page .tab{
	width: 100%;
	padding: .3rem 20%;
	background-color: #F9F9F9;
	overflow: hidden;
	font-size: .18rem;
	color: #979797;
	box-shadow: 0px 1px 10px 2px #ddd;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
.page .tab div{
	float: left;
	cursor: pointer;
}
.page .tab .homes{
	vertical-align: middle;
}
.page .tab .homes img{
	width: .22rem;
	vertical-align: middle;
}
.page .tab .homes span{
	padding-left: .26rem;
}
.page .tab .homes a{
	text-decoration: none;
	color: #979797;
}
.page .tab .shu{
	display: inline-block;
	width: 1px;
	height: .12rem;
	background-color: #A6A6A6;
	vertical-align: middle;
	margin: .06rem .24rem;
}
.page .content .c1{
	overflow: hidden;
}
.page .content .menuList{
	width: 28%;
	color: #C0BEC1;
	font-size: .18rem;
	float: left;
}
.page .content .menuList a{
	display: block;
	color: #C0BEC1;
	text-decoration: none;
}
.page .content .menuList div{
	padding-left: 72%;
	line-height: .9rem;
	cursor: pointer;
}
.page .content .menuList div:hover{
	border-bottom: 1px solid #F2F2F2;
	color: #2B3E8C;
	font-size: .22rem;
	font-weight: bold;
}
.page .content .menuList div:hover a{
	color: #2B3E8C;
	font-size: .22rem;
	font-weight: bold;
}
.page .content .menuList .active{
	border-bottom: 1px solid #F2F2F2;
	color: #2B3E8C;
	font-size: .22rem;
	font-weight: bold;
}
.page .content .intr{
	width: 60%;
	overflow: hidden;
}
.page .content .intr .left{
	float: left;
	padding-left: .8rem;
	padding-top: .8rem;
	box-sizing: border-box;
	position: relative;
}
.page .content .intr .left .bg{
	width: 3rem;
	height: 4.2rem;
	background-color: #FFEDE2;
	position: absolute;
	top: .3rem;
	left: .4rem;
	z-index: -1;
}
.page .content .intr .left img{
	width: 3rem;
	border-radius: .1rem;
}
.page .content .intr .right{
	width: 6rem;
	float: left;
	padding-left: .4rem;
	padding-top: .8rem;
}
.page .content .intr .right .title{
	width: 4rem;
	font-size: .3rem;
	font-weight: bold;
	padding-bottom: .1rem;
	border-bottom: 1px solid #ddd;
}
.page .content .intr .right .desc{
	font-size: .26rem;
	line-height: .4rem;
	padding-top: .2rem;
}
.page .contents{
	padding-left: 28%;
	width: 60%;
	padding-bottom: .3rem;
}
.page .contents .list{
	overflow: hidden;
	width: 100%;
	padding-left: .4rem;
}
.page .contents .list .box{
	float: left;
	box-shadow: 0 0px 10px #ddd;
	width: 30%;
	border-radius: .1rem;
	margin-right: .3rem;
	margin-bottom: .3rem;
}
.page .contents .list .box .img{
	overflow: hidden;
}
.page .contents .list .box img{
	display: block;
	width: 100%;
	/* height: 2.6rem; */
	/* object-fit: cover; */
	border-radius: .1rem .1rem 0 0;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.page .contents .list .box img:hover{
	transform: scale(1.1);
}
.page .contents .list .box .cont{
	padding: .2rem .2rem .3rem;
	border-radius: 0 0 .1rem .1rem;
}
.page .contents .list .box .name{
	font-size: .26rem;
	line-height: .3rem;
	height: .6rem;
	overflow: hidden;
	font-weight: bold;
}
.page .contents .list .box .desc{
	font-size: .22rem;
	color: #363636;
	height: .72rem;
	line-height: .36rem;
	padding-top: .1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.page .pages1{
	text-align: center;
	margin-top: -.6rem;
}
.page .pages1 .inline{
	display: inline-block;
	overflow: hidden;
}
.page .pages1 .homePage,.page .pages1 .lastPage{
	float: left;
	width: 1.2rem;
	height: .32rem;
	line-height: .32rem;
	font-size: .18rem;
	color: #5180BA;
	border: 1px solid #5180BA;
	border-radius: .5rem;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
}
.page .pages1 .homePage {
	margin-right: .4rem;
}
.page .pages1 .homePage img{
	transform: rotate(180deg);
}
.page .pages1 img{
	display: inline;
	vertical-align: middle;
	margin-bottom: .04rem;
}
.page .pages1 .pageList{
	height: .36rem;
	float: left;
	overflow: hidden;
}
.page .pages1 .lis{
	width: .32rem;
	height: .32rem;
	line-height: .32rem;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #6798CA;
	font-size: .18rem;
	font-weight: bold;
	color: #4577B8;
	float: left;
	margin-right: .4rem;
	cursor: pointer;
	box-sizing: border-box;
}
.page .pages1 .lis:hover{
	background-color: #08459B;
	color: #fff;
	border: none;
}


/* H5 */
.pages{
	padding-top: 1.4rem;
}
.pages .tabList{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: .4rem .4rem .2rem;
}
.pages .tabList .li{
	border-radius: .5rem;
	border: 1px solid #868686;
	color: #868686;
	font-size: .26rem;
	padding: 3px .2rem;
	margin-right: .4rem;
	margin-bottom: .2rem;
}
.pages .tabList .li a{
	color: #868686;
	text-decoration: none;
}
.pages .tabList .active{
	border: none;
	border: 1px solid #08459B;
	background-color: #08459B;
	color: #fff;
}
.pages .content{
	padding: 0 .3rem;
}
.pages .content .box{
	display: flex;
	box-shadow: 0 0 10px #eee;
	padding: .3rem;
	border-radius: .3rem;
	margin-bottom: .4rem;
}
.pages .content .box img{
	width: 2.6rem;
	border-radius: 4px;
}
.pages .content .box .shopInfo{
	flex: 1;
	padding-left: .3rem;
}
.pages .content .box .shopInfo .name{
	font-size: .4rem;
	font-weight: bold;
}
.pages .content .box .shopInfo .desc{
	font-size: .3rem;
	color: #DCAE23;
	height: .84rem;
	line-height: .42rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pages .content .box .shopInfo .price{
	font-size: .32rem;
	color: #DE0017;
}
.pages .content .box .shopInfo .price span{
	font-size: .5rem;
	font-weight: bold;
	padding: 0 .1rem;
}
