/*全局样式*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ul,ol{
  list-style-type: none;
}
dt,dd {
  margin-inline-start: 0;
}


/*简述*/

/*详情描述*/

.swiper-container {width:100%;height:100%;}
.abyss {display:flex;align-items:center;flex-direction:row-reverse;margin:2% auto 5%;}
.ass {flex:1;display:grid;}
.bss {flex:0 1 45%;margin-right:5%;}
.yss {width:100%;overflow-y:auto;margin:0 auto;}
.yss h4 {font-size: 1.25rem;color:#252525;font-weight: bold;margin-bottom:1em;}
.yss p {line-height: 1.5;}
.yss table {width:100%;border:0; border-collapse:collapse; table-layout:fixed;}
.yss table td, .yss table th {vertical-align:middle;border:1px solid #999; padding:1em;text-align:center;}
.yss table tr:nth-child(1) {background:gainsboro;font-weight: bold;}
.yss span {color:#3e9722;font-weight:bold;}
.aly img {max-width:100%;margin:auto;}

@media (max-width:1028px) {
	.abyss {flex-wrap: wrap;}
	.ass, .bss {flex:1 1 100%;margin-right: 0;}
	.bss {margin-top:1em;}
	.yss table {table-layout: auto;}
	.aly {text-align: center;}
}

@media (max-width:768px) {
	.yss table td, .yss table th {padding:.5em;font-size: .8em;}
	.yss sp {display:block;}
}