* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
body {
  /*-webkit-user-select: none;
  -webkit-touch-callout: none;*/
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background-color: #fff;
}
@media screen and (max-width: 321px) {
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 400px) {
  body {
    font-size: 16px;
  }
}
.container {
  max-width: 750px;
  margin: auto;
}
.divtitle p{
	font-weight: bold;
	font-size: 0.54rem;
	color:#333440;
}

.divCatalog {
  height:1.2rem;
  border-bottom: 1px solid #f4f4f4;
  background-color: #f4f4f4;
}


.catalog {
  font-size: 0.45rem;
  height: 1.2rem;
  line-height: 1.2rem;
  padding-left: 0.1rem;
  float:left;
  font-weight: bold;
}
.catalog:before {
  content: '';
  display: inline-block;
  width: 0.1rem;
  height: 0.6rem;
  background-color: #4C92E6;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.1rem;
}
.catalog span{
	margin-left: 0.1rem;
}
.divtitle{
	text-align: center;
	line-height: 1rem;
}
.content{
	padding: 0.5rem;
}
.content p{
	color:#333440;
	line-height: 1.8;
	text-indent: 2em;
	font-size: 0.44rem;
	margin-bottom: 0.2rem;
}
.content p span{
	font-weight: bold;
	color:#1d1c1c;
}
.span1{
	font-weight: bold;
	color:#1d1c1c;
	font-size: 0.44rem;
}
.p1{
	margin-top: 0.1rem;
}
.table-c{border-collapse:collapse;width: 100%;font-size: 0.4rem;}
.table-c td{border:1px solid #333440;word-break:break-all;} 
.table-c th{border:1px solid #333440;width: 20%;} 

.tab{
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: .5rem;
	width: 100%;
}
.tab td{
	font-size: .3rem;
	border: .03rem solid black;
	padding: .07rem .05rem;
	word-break: break-all;
	text-align: left;
}
.c{
	text-align: center !important;
}
.tabBox{
	overflow-x: auto;
	width: 100%;
}