h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1en;
}
.card-header {
	font-size: 1.2em;  
}
.return-top {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 60px;
	z-index:999;
	}  
.span-red {
	color: red;
	}
.ug-xt {
	color: white;
	display: inline-block;
	border: 1px solid black;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0.2em;
	background-color: rgb(85, 160, 185, 1.0);
	}
.ug-dialog-title {
	font-weight: 550;
	color: rgb(57, 128, 156, 1.0);
	font-size: 1.2em;
	}
.ug-dialog-little-title {
	color: rgb(57, 128, 156, 1.0);
	font-size: 1em;
	}
.span-normal-green {
	font-weight: normal;
	color: green;
	}
.p-title {
	font-size: 1.1em;
	font-weight: bold;
	}
.detail-box {
	border:1px solid black; 
	padding:3px;
	}
.zs-box {
	background-color: lightblue; 
	padding: 5px; 
	border-radius: 5px;
	}
.zs-box p {
	margin-top: 10px;
	margin-bottom: 10px;
	}
.black-strong {
	font-weight: bolder ;
}
.en {
	text-indent: 2em;
}