.header{
	background-image: url(../images/LymScanTM-bg.png);
}
.content-title{
	color: #333;
	font-size: 0.36rem;
	margin-bottom: 0.2rem;
}
.content-info, .content-main{
	font-size: 0.18rem;
	color: #666;
	font-weight: lighter;
	margin-bottom: 0.2rem;
	line-height: 0.38rem;
	/* height: 9.5rem; */
}

.content-main{
	font-size: 0.18rem;
	color: #666;
	font-weight: lighter;
	margin-bottom: 0.2rem;
	line-height: 0.38rem;
}
.CN-box{
	height: 9rem;
}
.EN-box{
	height: 12.5rem;
}
.content-main>.main-left{
	float: left;
	width: 49%;
	height: 100%;
	border: 1px solid #22B7AD;
}
.content-main>.main-right{
	float: right;
	width: 49%;
	height: 100%;
	border: 1px solid #22B7AD;
}
.main-img-01{
	width: 5.15rem;
	height: 1.54rem;
}
.main-img-02{
	width: 5.15rem;
	height: 2.1rem;
}
.main-img-03{
	width: 5.15rem;
	height: 1.5rem;
}
.sort{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.sort>div{
	padding: 0.1rem 0.2rem;
	color: #3f3f3f;
	box-sizing: border-box;
}
.sort>div:nth-child(2){
	padding: 0.35rem 0.2rem;
	border-top: 1px solid #22B7AD;
	border-bottom: 1px solid #22B7AD;
}
.sort img{
	margin-top: 0.1rem;
}
.document{
	margin-top: 0.1rem;
}
.document-title{
	color: #333;
	font-size: 0.24rem;
	margin: 0.4rem 0 0.3rem;
}
.document>p{
	color: #666;
	font-size: 0.18rem;
	font-weight: lighter;
	line-height: 0.34rem;
}
.right-title{
	color: #333;
	font-size: 0.24rem;
	margin: 0.2rem;
}
.right-main{
	/* border: 1px solid #22B7AD; */
	padding: 0.2rem;
	box-sizing: border-box;
	height: 100%;
}
.item-box{
	position: relative;
}
.right-main h4{
	font-size: 0.34rem;
	color: #666;
	font-weight: 600;
	margin-bottom: 0.2rem;
	text-align: center;
	position: relative;
	z-index: 2;
}
.item-box::before{
	position: absolute;
	top: 0.3rem;
	left: 1.97rem;
	content: '';
	display: block;
	width: 1.48rem;
	height: 0.1rem;
	border-radius: 0.05rem;
	background-color: #22B7AD;
	z-index: 1;
}
.box2::before{
	width: 1.64rem;
	left: 1.9rem;
}
.main-item{
	position: relative;
	font-size: 0.18rem;
	color: #666;
	margin-bottom: 0.1rem;
}
.main-item>p{
	padding-left: 0.16rem;
	line-height: 0.38rem;
}
.main-item::before{
	position: absolute;
	top: 0.14rem;
	content: '';
	display: inline-block;
	width: 0.1rem;
	height: 0.1rem;
	background-color: #22B7AD;
	border-radius: 50%;
}
.right-icon{
	margin: 0.2rem 0;
	text-align: center;
}
.down-icon{
	display: inline-block;
}
.down-icon::before{
	content: '';
	display: block;
	width: 0.04rem;
	height: 0.5rem;
	background-color: #8BD8D3;
	margin-left: 0.19rem;
}
.down-icon::after{
	content: '';
	display: block;
	width: 0;
	border-top: 0.42rem solid #8BD8D3;
	border-left: 0.21rem solid transparent;
	border-right: 0.21rem solid transparent;
}
.ly-img{
	width: 11.73rem;
	height: 3.57rem;
}

.footer-div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* height: 0.5rem; */
}

.footer-div1{
	height: 100%;
	font-size: 0.2rem;
	color: white;
	margin-left: 3%;
}

.footer-div2{
	height: 100%;
	font-size: 0.2rem;
	color: white;
	margin-right: 3%;
}
