th,
td,
button,
input,
select,
textarea,
div,
span,
ul,
li {
	font-size: 0.18rem;
	font-family: "SiYuan";
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	display: block;
}

::-webkit-scrollbar {
	display: none;
	width: 0 !important;
}




@media screen and (min-width: 991px) {
	.box {
		width: 100vw;
		padding-top: 0.8rem;
	}
	
	.content {
		box-sizing: border-box;
		padding: 0 3.6rem 1rem 3.6rem;
	}
	
	.content-box {
		position: relative;
	}
	.tables{
		border-top: 0.01rem solid #F6DCDD;
	}
	
	.tables ul{
		width: 100%;
		height: 0.7rem;
		display: flex;
		border-left: 0.01rem solid #F6DCDD;
		border-bottom: 0.01rem solid #F6DCDD;
		color: #000;
	}
	.tables li{
		width: calc(100%/3);
		line-height: 0.7rem;
		text-align: center;
		border-right: 0.01rem solid #F6DCDD;
	}
	.tables ul:nth-of-type(2n){
		background: #fff;
	}
	.tables ul:nth-of-type(2n+1){
		background: rgba(205,21,29,0.05);
	}
	.tables ul:nth-of-type(1){
		background: #CD151D;
		color: #fff;
	}
	
	.sj-foot{
		display: none;
	}
}

@media (max-width:991px) {
	.box {
		width: 100vw;
		min-height: calc(100vh - 55px);
		box-sizing: border-box;
		padding-top: 0.8rem;
		position: relative;
	}
	.foot{
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 100;
	}
	
	.content {
		box-sizing: border-box;
		padding: 0 15px 100px;
	}
	
	.content-box {
		position: relative;
	}
	.tables{
		border-top: 1px solid #F6DCDD;
	}
	
	.tables ul{
		width: 100%;
		height: 50px;
		display: flex;
		border-left: 1px solid #F6DCDD;
		border-bottom: 1px solid #F6DCDD;
		color: #000;
	}
	.tables li{
		width: calc(100%/3);
		line-height: 50px;
		text-align: center;
		border-right: 1px solid #F6DCDD;
		font-size: 13px;
		
	}
	
	.tables ul:nth-of-type(2n){
		background: #fff;
	}
	.tables ul:nth-of-type(2n+1){
		background: rgba(205,21,29,0.05);
	}
	.tables ul:nth-child(1){
		background: #CD151D;
		color: #fff;
	}
	.pc-foot{
		display: none;
	}
	.sj-foot{
		display: block;
		height: auto;
	}
}