.banner-top{
	width:100%;
	/*max-height:1080px;*/
}

.nav-title{
	height: 79px;
	line-height: 79px;
	color: #999999;
	font-family: "PingFang SC";
	font-size: 24px;
}
.category-list{
	/*width: 200px;*/
	width:100%;
	background: #F3F7FF;
	text-align: center;
	border-radius: 20px 20px 0 0;
}
.category-item{
	height:60px;
	line-height: 60px;
}
.active{
	background: #2453CB;
	color:#fff;
}
.category-item:first-child{
	border-radius: 20px 20px 0 0;
}
.category-item:last-child{
	border-radius: 0 0 20px 20px;
}
.detail-box{
	padding:50px 0;
}
.desc{
	color: #2453cb;
	font-family: "PingFang SC";
	font-size: 24px;
	font-weight: 700;
	padding-bottom:30px;
	border-bottom:1px dashed #D9D9D9;
}
.detail-content{
	margin-top:29px;
}
.img-detail{
	margin-top:50px;
}
.img-detail img{
	max-width:100%;
}

.product-list{
	margin-bottom: 20px;
	min-width: unset;
	box-shadow: 0px 0px 20px 1px rgba(13, 62, 172, 0.12);
	border-radius: 18px 18px 18px 18px;
	padding: 20px;
}
 table {
	width: 100%;
	margin: 15px 0;
}
table thead tr th {
	font-size: 24px;
	font-weight: 500;
	color: #0D3EAC;
	line-height: 40px;
	padding: 5px 25px 25px 25px;
	white-space: nowrap;
}
table tbody {
	border-radius: 8px;
	box-shadow: 0px 0px 15px 1px rgba(13, 62, 172, 0.1) inset, 0px 0px 0px 1px rgba(13, 62, 172, 0.15);
}
 table tbody tr {
	border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
table tbody tr:last-child {
	border-bottom: none;
}
 table tr th,  table tbody tr td {
	font-size: 18px;
	font-weight: 500;
	color: #707070;
	line-height: 32px;
	padding: 18px 25px;
}
table tbody tr:hover td{
	color:#2453CB;
}

.files-box{

}
.file-item{
	padding:20px;
	border-radius: 20px;
	background: #FFF;
	border: 1px solid #2453CB;
	position:relative;
	margin-bottom:20px;
}
.sn{
	color: #2453cb;
	font-family: "PingFang SC";
	font-size: 14px;
}
.file-title{
	color: #2453cb;
	font-family: "PingFang SC";
	font-size: 24px;
	font-weight: bold;

}
.version{
	color: #666666;
	font-family: "PingFang SC";
	font-size: 16px;
	margin-top:45px;
}
.date{
	color: #666666;
	font-family: "PingFang SC";
	font-size: 16px;
}
.btn{
	width:100%;

	border-radius: 8px;
	border: 1px solid #2453CB;
	background: #F3F7FF;
	margin-top:79px;
	color: #2453cb;
	font-family: "PingFang SC";
	font-size: 16px;
}
.file-active,.file-item:hover.file-item {
	background: #F3F7FF;

	border: 1px solid #F3F7FF;
}
.file-active .btn,.file-item:hover .btn{
	background: #2453cb;
	color: #fff;
}
.file-bg{
	width: 111px;
	position:absolute;
	top:16px;
	right:0;
}

/*弹窗*/
.mainbody{
	position: relative;

}
.modal-box{
	width: 100%;
	height:100%;
	position: absolute;
	background: rgba(51, 51, 51, 0.5);
	left:0;
	top:0;
	z-index:9999;
}
.modal-content-box{
	/*width:100%;*/
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.modal-content{
	padding:30px;
	border-radius:0 0 20px 20px ;
}
.car-icon{
	width:32px;
	height:32px;
}
.modal-top{
	/*height: 91px;*/
	padding:30px 32px;
	border-radius: 20px 20px 0 0;
	background: linear-gradient(90deg, #EEF1F5 0%, #FFF 100%);
	color: #2453cb;
	font-family: "Microsoft YaHei";
	font-size: 24px;
}
.select-title{
	color: #707070;
	font-family: "Microsoft YaHei";
	font-size: 15px;
	height:30px;
}
.select-item,.inp{
	min-width: 300px;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #707070;
	background: #FFF;
	margin-bottom:17px;
	padding:0 15px;
}
.textarea-box{
	width:100%;
	height: 82px;
	border-radius: 6px;
	border: 1px solid #707070;
	background: #FFF;
	padding: 15px;
}
.add-btn{
	width: 300px;
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	background: #2453CB;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	text-align: center;
	margin-top:35px;
}
@media (max-width: 768px) {
 .nav-title{
	 font-size:16px !important;
	 height:40px;
 }
	.category-list{
		margin-bottom:30px;
	}
	.desc{
		font-size:20px;
	}


	.product-list{
		overflow-x: auto;
		border-radius: 9px;
		padding: 0 10px 10px 10px;
		min-width: unset;
		box-shadow: 0px 0px 5px 0.35px rgb(10 121 226 / 35%) inset, 0px 0px 0px 0.5px rgb(10 121 226 / 35%);
	}
	.product-list table{
		width:100%;



	}
	.product-list table tr th, .product-list table tbody tr td, .product #content_detail #product_xpxx .box>div>table thead tr th {
		font-size: 10.5px;
		font-weight: 400;
		line-height: 1em;
		color: #7F7F7F;
		padding: 15px 13px;
		white-space: nowrap;
	}
	table tbody tr td img {
		width: 15px;
		height: 15px;
		cursor: pointer;
	}
}

.add{
	width: 30px;
}
.del{
	width: 30px;

}
.addv{
	height: 70px;
	display: flex;
	align-items: center;
	padding-top: 30px;
}
