<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.oid-unit{
	background-color: RGBA(250, 250, 250, 1);
}
.oid-unit .box1{
	margin-top: 35px;
	padding-bottom: 100px;
}
.oid-unit .title{
	position: relative;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding-left: 20px;
	
}
.oid-unit .title::before{
	position: absolute;
	content: "";
	left: 0;
	top: -8px;
	width: 12px;
	height: 12px;
	background: linear-gradient(-31deg, #2553A8, #2C5CB4);
	box-shadow: 5px 9px 30px 0px rgba(46,92,175,0.3);
	border-radius: 50%;
}
.oid-unit .box1 .item:not(:last-child){
	margin-bottom: 63px;
}
.oid-unit .box1 .table{
	margin-top: 23px;
	border: 1px dashed #DEDEDE;
	padding: 40px 50px;
	background-color: #fff;
	box-shadow: 5px 9px 30px 0px rgba(220,220,220,0.3);
}
.oid-unit .box1 .table table{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.oid-unit .box1 .table table th{
	padding-bottom: 15px;
	font-size: 16px;
}
.oid-unit .box1 .table table tr{
	border-bottom: 1px solid rgba(244, 244, 244, 1);
	transition: all .6s;
}
.oid-unit .box1 .table table tr:first-child{
	border-bottom: 2px solid rgba(222, 222, 222, 1);
}
.oid-unit .box1 .table table td{
	padding: 15px 0;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	transition: all .6s;
}
.oid-unit .box1 .table table th:first-child,
.oid-unit .box1 .table table td:first-child{
	padding-left: 49px;
}
.oid-unit .box1 .table table th:last-child,
.oid-unit .box1 .table table td:last-child{
	padding-right: 49px;
}
.oid-unit .box1 .table table th,
.oid-unit .box1 .table table td{
	width: 23%;
}
.oid-unit .box1 .table table th:last-child,
.oid-unit .box1 .table table td:last-child{
	width: 31%;
}
.oid-unit .box1 .table table tr:not(:first-child){
	cursor: pointer;
}
.oid-unit .box1 .table table tr:not(:first-child):hover{
	background-color: rgba(250, 250, 250, 1);
}
.oid-unit .box1 .table table tr:not(:first-child):hover td{
	color: rgba(39, 85, 171, 1);
}
.oid-unit .box1 .table table th:not(:last-child), 
.oid-unit .box1 .table table td:not(:last-child){
	padding-right: 10px;
}
@media (max-width:1199px) {
	.oid-unit .box1 .table{
		padding: 30px;
	}
	.oid-unit .box1 .table table th:first-child, .oid-unit .box1 .table table td:first-child{
		padding-left: 20px;
	}
	.oid-unit .box1 .table table th:last-child, .oid-unit .box1 .table table td:last-child{
		padding-right: 20px;
	}
	.oid-unit .box1 .table table th, .oid-unit .box1 .table table tr{
		width: 20%;
	}
	.oid-unit .box1 .table table th:last-child, .oid-unit .box1 .table table td:last-child{
		width: 40%;
	}
	.oid-unit .box1{
		margin-top: 30px;
	}
	.oid-unit .box1 .item:not(:last-child){
		margin-bottom: 45px;
	}
	.oid-unit .box1{
		padding-bottom: 70px;
	}
}
@media (max-width:1024px) {
	.oid-unit .box1 .item:not(:last-child){
		margin-bottom: 40px;
	}
	.oid-unit .box1 .table{
		padding: 20px;
	}
	.oid-unit .box1 .table table th,
	.oid-unit .box1 .table table td{
		font-size: 16px;
	}
	.oid-unit .box1{
		margin-top: 25px;
	}
	.oid-unit .title{
		font-size: 22px;
		padding-left: 14px;
	}
	.oid-unit .title::before{
		width: 8px;
		height: 8px;
		top: -5px;
	}
	.oid-unit .box1{
		padding-bottom: 60px;
	}
}
@media (max-width:768px) {
	.oid-unit .box1 .item:not(:last-child){
		margin-bottom: 35px;
	}
	.oid-unit .box1 .table table th, .oid-unit .box1 .table table td{
		font-size: 14px;
		line-height: 1.5;
	}
	.oid-unit .box1 .table table th{
		padding-bottom: 10px;
	}
	.oid-unit .box1{
		margin-top: 20px;
	}
	.oid-unit .title{
		font-size: 20px;
	}
	.oid-unit .box1 .table{
		padding: 20px 0 0;
	}
	.oid-unit .box1 .table table td{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.oid-unit .box1{
		padding-bottom: 50px;
	}
}
@media (max-width:500px) {
	.oid-unit .title{
		font-size: 18px;
	}
	.oid-unit .box1{
		padding-bottom: 40px;
	}
	.oid-unit .box1 .item:not(:last-child){
		margin-bottom: 30px;
	}
	.oid-unit .box1 .table{
		margin-top: 13px;
	}
	.oid-unit .box1 .table table th:first-child, .oid-unit .box1 .table table td:first-child{
		padding-left: 10px;
	}
	.oid-unit .box1 .table table th:last-child, .oid-unit .box1 .table table td:last-child{
		padding-right: 10px;
	}
	.oid-unit .box1{
		margin-top: 15px;
	}
}</pre></body></html>