.banner{
	width: 100%;
	height: 300px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.banner-box{
	width: 100%;
	height: 100%;
	position: relative;
}
.banner-text{
	position: absolute;
	width: 100%;
	max-width: 1280px;
	padding: 0 22px;
	left: 50%;
	top: 46%;
	transform: translate(-50%,-50%);
}
.banner-text h3{
	margin: 0;
	padding: 0;
	font-size: 40px;
	text-align: center;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
}
.banner-text p{
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #ddd;
	text-align: center;
	line-height: 1.3;
}
.banner-image{
	width: 100%;
	height: 100%;
}
.banner-image .wap{
	display: none;
}
.banner-image .pc{
	width: 100%;
	height: 100%;
}
.banner-image .wap{
	width: 100%;
	height: 100%;
}
.banner-image .pc img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-image .wap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media(max-width: 1068px){
	.banner{
		height: 240px;
	}
	.banner-text h3{
		font-size: 32px;
	}
	.banner-text p{
		font-size: 16px;
	}
}
@media(max-width: 734px){
	.banner-image .pc{
		display: none;
	}
	.banner-image .wap{
		display: block;
	}
}
/*下方*/
.software-search-wrapper{
	width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 10px;
}
.software-search-box{
	width: 100%;
	padding: 40px;
	background-color: #fff;
	border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.software-search-inner{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.software-search-form{
	display: flex;
	align-items: center;
	gap: 10px;
}
.software-search-form label:first-child{
	display: flex;
	flex: 1;
}
.software-search-form label:last-child{
	display: flex;
	min-width: 100px;
	flex-shrink: 0
}
.software-search-form button{
	all: unset;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	font-size: 16px;
	height: 40px;
	color: #1d1d1f;
	text-align: center;
	background-color: #2468de;
	border-radius: 4px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.software-search-form button:disabled{
	opacity: .5;
	cursor: not-allowed;
}
.software-search-form button:not(:disabled):hover{
	background-color: #0f5ada;
}
.software-search-form input{
	width: 100%;
	height: 40px;
	padding: 0 16px;
	font-size: 16px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.software-search-notice{
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	font-weight: 400;
}
.software-list{
	padding: 10px 0;
}
.software-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.software-item{
	background-color: #fff;
	border-radius: 4px;
	padding: 18px 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.software-item .item-box{
	display: flex;
	align-items: center;
	gap: 20px;
}
.software-info{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1;
	font-size: 12px;
	line-height: 1.4;
	color: rgba(0, 0, 0, .6);
	gap: 20px;
}
.software-info .text{
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.software-info .file{
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.software-info .text .name{
	font-size: 14px;
	color: #1d1d1f;
}
.software-info .file .download-btn a{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	background-color: #2468de;
	height: 28px;
	border-radius: 4px;
}
.software-info .file .download-btn a:hover{
	background-color: #0f5ada;
}
.software-image{
	width: 80px;
	height: 80px;
	background-color: #e7e7e7;
	border-radius: 4px;
}
.software-image a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.software-image a span{
	width: 70%;
	height: 70%;
	display: flex;
	align-items: center;
    justify-content: center;
}
.software-image a img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 734px){
	.software-search-wrapper{
		max-width: 450px;
	}
	.software-search-box{
		padding: 20px 14px;
	}
	.software-search-form input{
		height: 34px;
		padding: 0 14px;
		font-size: 14px;
	}
	.software-search-form button{
		height: 34px;
		font-size: 14px;
	}
	.software-search-notice{
		font-size: 12px;
	}
	.software-search-inner{
		gap: 12px;
	}
	.software-list{
		padding: 10px 0;
	}
	.software-list ul{
		flex-wrap: wrap;
		flex-direction: unset;
		gap: 10px;
	}
	.software-item{
		width: calc(50% - 5px);
		padding: 12px;
	}
	.software-item .item-box{
		flex-direction: column;
		gap: 10px;
	}
	.software-image{
		width: 100%;
		height: 100%;
		aspect-ratio: 1 / 1;
	}
	.software-info{
		flex-direction: column;
		gap: 0;
		width: 100%;
		padding: 0 4px;
	}
	.software-info .text{
		width: 100%;
		gap: 0;
	}
	.software-info .file{
		width: 100%;
		gap: 0;
	}
	.software-info .text .name{
		margin-bottom: 6px;
	}
	.software-info .file .download-btn{
		margin-top: 6px;
	}
	.software-info .file .download-btn a{
		min-width: 0;
	}
	.software-info .text > div,
	.software-info .file > div{	
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
}
@media(max-width: 350px){
	.software-info .text,
	.software-info .file{
		font-size: 10px;
	}
}
/*分页*/
.loop-control{
	padding: 18px 20px;
	background-color: #fff;
	margin-top: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.list-pagination .pagination{
	justify-content: center;
}
.list-pagination .pagination{
	margin: 0;
	padding: 0;
}
.list-pagination .pagination{
	display: flex;
	gap: 5px;
}
.list-pagination .pagination button{
  all: unset; /* 清除所有默认样式 */
  display: block; /* 让它像 div 一样是块级元素 */
  width: 100%; /* 可选，设置宽度为100%（视需要） */
  height: auto; /* 高度自动调整（视需要） */
  background: none; /* 去掉背景 */
  border: none; /* 去掉边框 */
  padding: 0; /* 去掉内边距 */
  margin: 0; /* 去掉外边距 */
  text-align: left; /* 可选，根据需要对齐文本 */
}
.list-pagination .pagination span{
	display: flex;
    align-items: center;
    justify-content: center;
}
.list-pagination .pagination button{
	font-size: 15px;
    line-height: 26px;
    height: 26px;
    padding: 0 8px;
/*    border: 1px solid #e1e1e1;*/
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    color: #1d1d1f;
    font-weight: 400;
}
.list-pagination .pagination button:disabled{
	cursor: not-allowed;
	color: #9e9e9e;
/*	border-color: #e1e1e1;*/
}
.list-pagination .pagination button.active{
	background-color: #1772f6;
	color: #fff;
	font-weight: 600;
}
.list-pagination .pagination button:not(.active):hover{
	background-color: #eee;
}
.list-pagination .pagination button:disabled:hover{
  background-color: inherit;
}
@media only screen and (max-width: 734px){
	.loop-control{
		padding: 12px;
		margin-top: 10px;
	}
	.list-pagination{
    width: 100%;
  }
  .list-pagination .pagination span{
    display: none;
  }
  .list-pagination .pagination{
    width: 100%;
    justify-content: space-between;
  }
  .list-pagination .pagination span:first-child,
  .list-pagination .pagination span:last-child{
    display: flex;
    width: calc(50% - 5px);
  }
  .list-pagination .pagination span:first-child,
  .list-pagination .pagination span:last-child{
  }
  .list-pagination .pagination button {
    font-weight: 600;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e1e1e1;
  }
    .list-pagination .pagination button:disabled {
      cursor: not-allowed;
      color: #9e9e9e;
  }
}
@media only screen and (max-width: 734px){
}
/*无结果*/
.no-result{
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
	font-size: 16px;
	color: #1d1d1f;
	font-weight: 600;
}

/*其它*/
.other-wrapper{
	width: 100%;
	max-width: 740px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 20px;
}
.other h4{
	margin: 0;
	font-size: 30px;
	text-align: center;
	line-height: 1.3;
	color: #1d1d1f;
	font-weight: 600;
	margin-bottom: 40px;
}
.other-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.other-list li{
	width: calc(50% - 5px);
	background-color: #fff;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.other-list li a{
	display: flex;
	padding: 20px;
	align-items: center;
	gap: 20px;
	font-size: 16px;
	color: #1d1d1f;
	font-weight: 600;
}
.other-list li a svg{
	width: 46px;
	height: 46px;
}
.other-list li a svg path{
	fill: #1d1d1f;
}
@media(max-width: 734px){
	.other-wrapper{
		max-width: 450px;
	}
	.other h4{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.other-list ul{
		gap: 10px;
	}
	.other-list li{
		width: calc(50% - 5px);
	}
	.other-list li a{
		flex-direction: column;
		gap: 8px;
		justify-content: center;
		font-size: 14px;
	}
	.other-list li a svg{
		width: 40px;
		height: 40px;
	}
}

/*加载动画*/
.loading{
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	margin-top: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.loading-feed{
	margin-bottom: 10px;
}
.loading-box{
	min-height: 200px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loading-spinner {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
}
.loading-spinner span {
	width: 8px;
	height: 8px;
	background: #333;
	border-radius: 50%;
	animation: bounce 0.6s infinite alternate;
}
.loading-spinner span:nth-child(2) {
	animation-delay: 0.2s;
}
.loading-spinner span:nth-child(3) {
	animation-delay: 0.4s;
}
@keyframes bounce {
	from {
		transform: translateY(0);
		opacity: 0.5;
	}
	to {
		transform: translateY(-8px);
		opacity: 1;
	}
}
@media(max-width: 734px){
	.loading{
		margin-top: 10px;
	}
}