<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*reset*/
* {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
a {
	text-decoration: none;
}
.clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfix{
    zoom:1;
}
.left{
	float: left;
}
.right{
	float: right;
}
body{
	font-family: PingFangSC-Regular;
	/* font-size: 0.65rem; */
}

.protocol{
	padding :  0 .75rem;
	padding-bottom: 1rem;
}
.protocol .title{
	/*line-height: 2.7rem;*/
	line-height: 60px;
	/*font-size: 1.25rem;*/
	font-size: 24px;
	font-weight: 700;
	color: #2a2e3d;
}
.protocol .des{
	/*font-size: .65rem;*/
	font-size: 15px;
	color: #7d829a;
	/*line-height: .975rem;*/
	line-height: 20px;
}
.protocol .detail{
	color: #2a2e3d;
}
.protocol .detail .detail-title{
	/*font-size: .75rem;*/
	font-size: 17px;
	/*line-height: 1.6rem;*/
	line-height: 50px;
	font-weight: 700;
}
.protocol .detail .detail-info{
	/*font-size: .75rem;*/
	font-size: 17px;
	/*line-height: 1.5rem;*/
	line-height: 26px;
}

.protocol .detail .detail-info .little-title{
	font-weight: 700;
}</pre></body></html>