body{
	background: #e6edfa;
}

.content{
	height:100%;
	overflow-y:auto;
	overflow-x: hidden;
	scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.content::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
  }
h1{
	font-size: 0.28rem;
	text-align: center;
	color: #4a5976;
	margin: 0.35rem 0 0.15rem;
}
h5{
	font-size: 0.2rem;
	color: #4a5976;
	padding: 0 0.2rem;
	line-height: 0.34rem;
}
li{
	font-size: 0.2rem;
	list-style: disc;
	color: #4a5976;
}
p{
	font-size: 0.2rem;
	color: #4a5976;
	padding: 0 0.2rem;
	line-height: 0.33rem;
}
b{
	display: block;
	line-height: 0.15rem;
}
p span{
	color: #4a5976;
}
a{
	width:19.8%;
	margin: 0 auto;
	display:block;
}
table {
	font-size: 0.2rem;
	color: #4a5976;

}

table thead td{
	word-wrap: break-word;
	width: 20vw;
}

table  td{
	max-width:20vw;
	word-wrap: break-word;
	overflow-wrap: break-word;
	border: 1px solid black;
}