html,body{color: #333333;font-family:Microsoft YaHei;min-width: 320px;padding: 0 0;margin: 0 0;}
a{color: #333333;font-family:Microsoft YaHei;font-size: 14px;text-decoration: none;}
ul,li,dl,dt,dd{
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
body a:hover{color: #10B2E3 !important;}
body{overflow-x: hidden;overflow-y: auto;font-size: 14px;}
pre{font-family:Microsoft YaHei;font-family: inherit;margin: 0;
	white-space: pre-wrap;
	  white-space: -moz-pre-wrap;
	  white-space: -pre-wrap;
	  white-space: -o-pre-wrap;
	  word-wrap: break-word;
}
.all{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
input,button,a,select,img{
	padding: 0;
  outline:0 none !important;
  blr:expression(this.onFocus=this.blur());
}
input:focus,button:focus,a:focus,select:focus,img:focus{ outline: none !important; }

.slh{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slh2{
	display: -webkit-box; /* 必须指定display属性 */
	overflow: hidden; /* 必须指定overflow属性 */
	text-overflow: ellipsis; /* 显示省略号 */
	-webkit-line-clamp: 2; /* 最多显示的行数 */
	-webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}
.slh3{
	display: -webkit-box; /* 必须指定display属性 */
	overflow: hidden; /* 必须指定overflow属性 */
	text-overflow: ellipsis; /* 显示省略号 */
	-webkit-line-clamp: 3; /* 最多显示的行数 */
	-webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}
.slh4{
	display: -webkit-box; /* 必须指定display属性 */
	overflow: hidden; /* 必须指定overflow属性 */
	text-overflow: ellipsis; /* 显示省略号 */
	-webkit-line-clamp: 4; /* 最多显示的行数 */
	-webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}
.slh5{
	display: -webkit-box; /* 必须指定display属性 */
	overflow: hidden; /* 必须指定overflow属性 */
	text-overflow: ellipsis; /* 显示省略号 */
	-webkit-line-clamp: 5; /* 最多显示的行数 */
	-webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}

/* 最大宽度 */
.maxW{
	width: 1400px;	
	max-width: 100%;
}
/**/
.dialog-con{
	max-height: 600px;
	overflow-x: hidden;
	overflow-y: auto;
}
/* 图标 */
.searchIcon::before{
	content: '';
	display: flex;
	width: 23px;
	height: 23px;
	background: url('../images/1.png');
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
}
.page-list{
	padding: 40px 0 0 0;
}
.page-list .el-pagination{
	display: flex;
	justify-content: center;
}

.zanwu{
	line-height: 200px;
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
	color: #999999;
	border-radius: 4px;
}

/* 顶部导航 */
.header{
	width: 100%;
	background: #fff;
}
.header-top{
	width: 100%;
	background: #f3f3f3;
	position: sticky;
	top: 0;
	z-index: 1000;
}
.header-top .con{
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	line-height: 46px;
}
.header-top .con .menu{
	position: fixed;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	display: none;
}
.header-top .con .right{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.header-top .con .right a{
	display: flex;
}
.header-top .con .right .line{
	margin: 0 20px;
}
.header-con .con{
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	padding: 10px 0;
}
.header-con .con .logo img{
	max-height: 96px;
}

.header-con .con .search-con{
	width: 520px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header-con .con .search-con .search{
	width: 100%;
	height: 44px;
	display: flex;
}
.header-con .con .search-con .search .keyword{
	width: 400px;
	height: 44px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #10B2E3;
	border-radius: 4px 0 0 4px;
}
.header-con .con .search-con .search .searchSubmit{
	width: 120px;
	height: 44px;
	background: #10B2E3;
	box-sizing: border-box;
	border: none;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	line-height: 40px;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
}
.header-con .right{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header-con .right a{
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	padding-left: 28px;
	margin-right: 40px;
}
.header-con .right a:last-child{
	margin-right: 0;
}
.header-con .right .order{
	background: url('../images/2.png') no-repeat 0 center;
}
.header-con .right .cart{
	background: url('../images/3.png') no-repeat 0 center;
}

.header-menu{
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	position: relative;
	box-sizing: border-box;
	padding-left: 220px;
	height: 50px;
	background: #fff;
}
.header-menu .category{
	width: 220px;
	line-height: 50px;
	color: #10B2E3;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.header-menu .category .category-label{
	font-size: 18px;
	font-weight: 500;
	height: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 30px;
	background: #10B2E3;
	color: #fff;
}
.header-menu .category .category-menu{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 5px #dddddd;
	display: none;
}
.header-menu .category:hover .category-menu{
	display: block;
}

.header-menu .category .category-menu dt a{
	color: #333;
	display: flex;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background: url('../images/4.png') no-repeat 190px center;
}
.header-menu .category .category-menu dt a:hover{
	background:#10B2E3 url('../images/4.png') no-repeat 190px center;
	color: #fff !important;
}
.header-menu .category .category-menu dd{
	position: absolute;
	left: 100%;
	top: 0;
	background: #ffffff;
	box-shadow: 0 0 5px #dddddd;
	display: none;
}
.header-menu .category .category-menu dd ul li{
	width: 200px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 20px;
}
.header-menu .category .category-menu dt a:hover{
	padding-left: 25px;
}
.header-menu .category .category-menu dl:hover dd{
	display: block;
}

.header-menu .header-nav{
	display: flex;
	justify-content: flex-start;
}
.header-menu .header-nav li a{
	display: flex;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
}
.header-menu .logout{
	display: none;
}


/* 底部导航 */
.footer-top{
	background: #303030;
	margin-top: 100px;
}
.footer-top-con{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.footer-top-con li{
	width: 30%;
	color: #fff;
	height: 76px;
	line-height: 76px;
	display: flex;
	justify-content: center;
}
.footer-top-con li:nth-child(1)::before{
	content: '';
	width: 48px;
	height: 76px;
	margin-right: 10px;
	background:url('../images/5.png') no-repeat 0 center;
}
.footer-top-con li:nth-child(2)::before{
	content: '';
	width: 48px;
	height: 76px;
	margin-right: 10px;
	background:url('../images/6.png') no-repeat 0 center;
}

.footer-top-con li:nth-child(3)::before{
	content: '';
	width: 48px;
	height: 76px;
	margin-right: 10px;
	background:url('../images/7.png') no-repeat 0 center;
}

.footer-con{
	background: #303030;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 25px 0;
}
.footer-con-con{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-con-con dl dt{
	color: #ddd;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
.footer-con-con dl dd{
	color: #ddd;
	font-size: 14px;
	line-height: 30px;
}
.footer-con-con dl dd a{
	color: #ddd;
	font-size: 14px;
	line-height: 30px;
}

.footer-bottom{
	background: #303030;
}
.footer-bottom-con{
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #ddd;
	line-height: 40px;
	margin: 0 auto;
}

/* 轮播图指示点 */
.swiper-pagination .swiper-pagination-bullet{
	background: #ffffff;
}


.footer-right{
	position: fixed;
	z-index: 1000;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.footer-right ul{
	background: #ffffff;
}
.footer-right ul li{
	margin-bottom: 10px;
}
.footer-right ul li:last-child{
	margin-bottom: 0;
}
.footer-right ul li a{
	display: flex;
	justify-content: center;
	text-align: center;
	background: #ffffff;
	width: 40px;
	font-size: 16px;
	padding: 44px 10px 10px 10px;
	box-sizing: border-box;
}
.footer-right ul li a:hover{
	color: #333333 !important;
}
.footer-right ul .user a{
	background:url('../images/8.png') no-repeat center 10px;
	background-size:24px 24px;
}
.footer-right ul .cart a{
	background:url('../images/9.png') no-repeat center 10px;
	background-size:24px 24px;
}
.footer-right ul .kefu a{
	background:url('../images/10.png') no-repeat center 10px;
	background-size:24px 24px;
}
.footer-right ul .gotop a{
	background:url('../images/11.png') no-repeat center 10px;
	background-size:24px 24px;
}

/* 地址导航 */
.list-map{
	margin: 0 auto;
	line-height: 40px;
	box-sizing: border-box;
}
.list-map a{
	color: #666666;
}


/* 小屏幕设备（例如手机） */
@media (max-width: 991px) {
    .header-top .con,
    .header-con .con {
        flex-direction: column;
        align-items: center;
		padding: 0 10px;
		box-sizing: border-box;
    }
	
	.header-top .con{
		line-height: 36px;
	}
    .header-con .con .logo {
        padding: 10px 0;
    }
	.header-con .con .logo img{
		height: 60px;
	}
    .header-con .con .search-con {
        width: 100%;
    }
    
    .header-con .con .search-con .search .keyword {
        width: calc(100% - 120px); /* 减去按钮的宽度 */
    }
    
    .header-con .right {
        margin-top: 10px;
        justify-content: center;
    }
	
	.header-top .con{
		height: 50px;
		line-height: 50px;
	}
	.header-top .con .right{
		display: none;
	}
	
	.header-menu{
		padding-left: 0;
	}
	
	.header-menu .header-nav{
		display: flex;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
	
	}

	.header-menu .header-nav li{
		flex: 0 0 auto; /* 禁止列表项缩小或增长 */
		white-space: nowrap; /* 防止文本换行 */
	}
	.header-menu .header-nav li a{
		padding: 0 10px;
	}
	
	.header-menu .category{
		position: fixed;
		z-index: 1000;
		height: 100vh;
		width: 100%;
		overflow: hidden;
		display: none;
	}
	.header-menu .category .category-menu{
		width: 0;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 0;
		z-index: 1;
		height: 100%;
		padding: 50px 0 50px 0;
		box-sizing: border-box;
	}

	.header-menu .category .category-label{
		width: 220px;
		height: 50px;
		z-index: 2;
		position: relative;
	}
	.header-menu .category.map{
		display: block;
		background: rgba(0, 0, 0, 0.5) !important;
	}
	.header-menu .category.map .category-menu{
		width:220px;
		display: block;
	}
	.header-top .con .menu{
		display: block;
	}
	
	.header-menu .category .category-menu dd{
		display: block;
		position: relative;
		left: 0;
		box-shadow: unset;
		box-sizing: border-box;
	}
	.header-menu .category .category-menu dd ul li{
		width: 100%;
		padding-left: 30px;
	}
	
	.header-menu .logout{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 220px;
		text-align: center;
		z-index: 2;
		background: #fff;
		display: block;
	}
	
	.footer-top-con{
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer-top-con li{
		width: 100%;
		color: #fff;
		height: 56px;
		line-height: 56px;
		display: flex;
		justify-content: center;
	}
	.footer-top-con li:nth-child(1)::before{
		content: '';
		width: 38px;
		height: 56px;
		margin-right: 10px;
		background:url('../images/5.png') no-repeat 0 center;
		background-size: 28px auto;
	}
	.footer-top-con li:nth-child(2)::before{
		content: '';
		width: 38px;
		height: 56px;
		margin-right: 10px;
		background:url('../images/6.png') no-repeat 0 center;
		background-size: 28px auto;
	}
	
	.footer-top-con li:nth-child(3)::before{
		content: '';
		width: 38px;
		height: 56px;
		margin-right: 10px;
		background:url('../images/7.png') no-repeat 0 center;
		background-size: 28px auto;
	}
	
	.footer-con-con{
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.footer-con-con dl{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-con-con dl:last-child{
		width: 100%;
	}
	
	.footer-bottom-con{
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.footer-right{
		display: none;
	}
	
	.list-map{
		margin: 0 auto;
		padding: 0 10px;
		line-height: 40px;
	}
}

.el-dialog{
	max-width: 90%;
}
