.home {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.top {
	width: 100%;
	background-color: #1e73be;
	z-index: 999;
	margin: 0 !important;
	padding: 0 !important;
}
.top .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
.top .logo {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	cursor: pointer;
}
.top .r {
	display: flex;
	align-items: center;
}
.top .btn +.btn {
	margin-left: 10px;
}
.top .btn {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 24px;
	background-color: rgba(255,255,255,.3);
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.top .btn:hover {
	background-color: rgba(255,255,255,.4);
	transform: scale(1.05);
}
.top .btn .ico {
	width: 18px;
	height: 18px;
	margin-right: 6px;
	vertical-align: middle;
}
.stationBoxs {
	background-color: #101827;
	color: #fff;
}
.stationBoxs .tabs {
	display: flex;
	align-items: center;
	justify-content: center;
}
.stationBoxs .tabs .tab {
	padding: 16px 16px 10px;
	font-size: 16px;
	border-bottom: 2px solid transparent;
	margin: 0 10px;
}
.stationBoxs .tabs .tab.on {
	color: #0076fe;
	border-color: #0076fe;
}
.stationBoxs .tabContent {
	min-height: 260px;
	padding: 1px 0;
}
.stationBoxs .bulletin {
	width: 100%;
	padding-bottom: 20px;
}
.stationBoxs .bulletin .noticeBox {
	width: 100%;
	height: 220px;
	color: rgba(255,255,255,.5);
	font-size: 15px;
	border-radius: 10px;
	border: 1px solid #564646;
	margin: 10px auto 0;
	overflow: hidden;
	position: relative;
}
.stationBoxs .bulletin .title{
	width: 100%;
	position: absolute;
	background-color: #101827;
	font-weight: bolder;
	padding: 2px 8px;
	color: red;
	z-index: 9;
}
.stationBoxs .bulletin .notice{
	width: 100%;
	position: absolute;
	top: 220px;
}
.stationBoxs .bulletin .notice .item {
	border-bottom: 1px solid #564646;
}
.stationBoxs .bulletin .notice .item td {
	padding: 10px;
	border-bottom: 1px solid #564646;
	text-align: center;
	font-size: 15px;
}
.stationBoxs .bulletin .notice .item td:last-of-type {
	color: #2ba972;
}
.stationBoxs .proclamation {
	width: 100%;
	box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
	min-height: 200px;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 20px;
}
.stationBoxs .contact {
	max-width: 860px;
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 20px auto 0;
}
.stationBoxs .contact .custom {
	padding: 16px;
}
.stationBoxs .contact .custom img {
	width: 120px;
	border-radius: 50%;
	border: 2px solid rgba(169, 150, 253, 0.5);
	object-fit: object-fit;
	aspect-ratio: 1/1;
	box-shadow: rgb(221 221 221 / 30%) 0px 6px 18px -3px, rgb(221 221 221 / 20%) 0px -3px 0px inset;
	transform: all 0.2s;
	display: block;
	margin: 0 auto;
}
.stationBoxs .contact .custom p {
	margin-top: 16px;
	font-size: 16px;
	text-align: center;
}
.stationBoxs .contact .custom:hover img {
	border: 4px solid rgba(169, 150, 253, 0.6);
}
.stationBoxs .contact .custom:hover {
	color: #0076fe;
}
.slider-container {
  margin: 0 auto;
  width: 100%;
}

.swiper {
  width: 90%;
  padding: 16px 0 32px;
}

.swiper-slide {
  position: relative;
  width: 480px;
}

.swiper-slide img {
  border-radius: 20px;
  height: 260px;
  object-fit: cover;
  border: 1px solid rgba(159, 160, 168, 0.5);
}

.swiper-pagination {
  --swiper-pagination-bottom: 5px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffffe7;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 18px;
  border-radius: 8px;
}

.slide-overlay {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-daohang: flex-end;
  row-gap: 12px;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    240deg,
    transparent,
    transparent,
    rgba(38, 21, 149, 0.8)
  );
  border-radius: 20px;
  padding: 30px;
}

.slide-overlay h2 {
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  font-weight: 700;
}

.slide-overlay button {
  display: flex;
  align-items: center;
  justify-daohang: center;
  column-gap: 10px;
  width: max-daohang;
  padding: 12px 16px;
  background: #e9e6eb2a;
  color: #e8e5e5;
  border: 1px solid rgba(159, 160, 168, 0.4);
  border-radius: 12px;
  outline: 0;
  font-size: clamp(0.7rem, 3vw, 1rem);
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: all 0.4s linear;
  cursor: pointer;
}

.slide-overlay button:is(:hover, :focus-visible) {
  background: #e9e6eb;
  color: #000;
}
@media screen and (max-width: 767px) {
	.stationBoxs .container {
		padding: 0;
	}
	.stationBoxs .tabs .tab {
		font-size: 14px;
	}
	.stationBoxs .tabContent {
		padding-bottom: 1px;
		min-height: 160px;
	}
	.stationBoxs .bulletin .noticeBox {
		height: 120px;
	}
	.stationBoxs .bulletin .notice{
		top: 120px;
	}
	.stationBoxs .contact {
		margin-top: 0;
		flex-wrap: wrap;
		height: auto;
		padding-bottom: 16px;
	}
	.stationBoxs .contact .custom {
		padding: 20px 10px 0;
	}
	.stationBoxs .contact .custom img {
		width: 60px;
	}
	.stationBoxs .contact .custom p {
		font-size: 13px;
		flex-shrink: 0;
	}
	.swiper-slide {
	    width: 280px;
	}
	
	.swiper-slide img {
	    height: 140px;
	}
	  
	.slide-overlay {
	    row-gap: 8px;
	    padding: 10px 28px;
	}
	  
	.slide-overlay h2 {
		font-size: clamp(1rem, 1vw, 1rem);
		font-weight: 600;
	}
	.stationBoxs .swiperItem {
		height: 150px;
	}
	.stationBoxs .bulletin {
		padding: 0 10px 16px;
	}
	.stationBoxs .bulletin .notice {
		margin-top: 10px;
	}
}
.banner {
	width: 100%;
	height: 400px;
	background: url('../img/banner.jpeg') no-repeat center;
	background-size: cover;
	padding-top: 40px;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #fff;
}
.banner .container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.banner .title {
	font-size: 24px;
	margin-top: 30px;
}
.banner .star {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.banner .star .ico {
	width: 30px;
	height: 30px;
}
.banner .pcDesc {
	display: none;
	width: 100%;
	max-width: 720px;
	padding: 0 16px;
	margin-top: 16px;
	font-size: 15px;
}
.banner .searchIpt {
	width: 100%;
	max-width: 600px;
	height: 40px;
	border: 5px solid rgba(0,0,0,.3);
	border-radius: 30px;
	background-color: rgba(255,255,255,.5);
	padding: 0 16px;
	margin-top: 16px;
}
.banner .desc {
	width: 100%;
	max-width: 600px;
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-top: 16px;
	justify-content: center;
}
.banner .desc .ico {
	width: 18px;
	height: 18px;
	margin: 0;
}
.category {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 20px 0;
	gap: 10px;
}
.category .cg {
	height: 30px;
	border: 1px solid #333;
	color: #333;
	display: flex;
	align-items: center;
	padding: 0 8px;
	margin-top: 8px;
}
.category .cg .ico {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.category .cg.on {
	background-color: #333;
	color: #fff;
}
.category .cg.on .ico {
	filter: invert(100%);
}
@media screen and (max-width: 767px) {
	.banner {
		height: 300px;
		padding-top: 20px;
	}
}
.searchBox {
	display: flex;
	align-items: center;
}
.searchBox .search {
	width: 100%;
	position: relative;
}
.searchBox .search .ico {
	width: 20px;
	height: 20px;
	margin: 0;
	position: absolute;
	left: 8px;
	top: 8px;
}
.searchBox .searchIpt {
	width: 100%;
	max-width: 360px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	background-color: #fff;
	padding: 0 16px 0 32px;
	font-size: 15px;
}
/* 商品列表样式 */
.list {
	padding: 16px 0;
	/* margin-top: 16px; */
	/* 默认单列显示 */
}
.list .item {
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	display: flex;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 16px;
	transition: all 0.3s ease;
}
.list .item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
}
/* PC端商品列表两列布局 */
@media screen and (min-width: 768px) {
	.banner .pcDesc {
		display: block;
	}
	.list {
		display: flex;
		flex-wrap: wrap;
		/* justify-content: space-between; */
		gap: 16px;
	}
	.list .item {
		width: calc(33% - 8px);
		margin-bottom: 16px;
	}
}
.list .item .img {
	width: 100px;
	height: 100px;
	border-radius: 8px;
}
/* 移动端图片尺寸调整 */
@media screen and (max-width: 767px) {
	.searchBox .search {
		width: 100%;
	}
	.searchBox .searchIpt {
		max-width: 100%;
	}
	.list .item .img {
		width: 80px;
		height: 80px;
	}
}
.list .item .msg {
	width: calc(100% - 110px);
	line-height: 1.5;
}
/* 移动端消息区域宽度调整 */
@media screen and (max-width: 767px) {
	.container {
		padding: 0 10px;
	}
	.category {
		padding: 10px 0;
		gap: 6px;
	}
	.list {
		margin-top: 0;
	}
	.list .item .msg {
		width: calc(100% - 90px);
	}
}
.list .item .msg .ico {
	width: 14px;
	height: 14px;
	margin: 0;
	vertical-align: baseline;
}
.list .item .title {
	font-size: 13px;
	color: #333;
}
.list .item .desc {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.list .item .tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 8px;
}
.list .item .tags .tag {
	font-size: 12px;
	padding: 0 8px 1px;
	color: #0ec789;
	border: 1px solid #0ec789;
	border-radius: 3px;
	margin-right: 5px;
}
.list .item .tags .tag.zi {
	color: #ec27ef;
	border-color: #ec27ef;
}
.list .item .tags .price {
	color: red;
	font-size: 16px;
	font-weight: bolder;
}