.content {
	display: inline-block;
	background: #F4F4F4 url(../img/icon_bg.png) no-repeat center -120px;
	background-size: 100%;
	width: 100%;
	height: 100%;
}

.unonline {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}

.top {
	margin-top: 1rem;
	display: flex;
	line-height: 7rem;
}

.top>img.imgurl {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	margin: 0.5rem 1rem;
}

.top>span.addbtn {
	width: 86px;
	height: 30px;
	background: rgb(144 216 255 / 0.7);
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	margin-top: 2rem;
	right: 2rem;
	font-size: 14px;
}

.footer {
	position: fixed;
	bottom: 1rem;
	text-align: center;
	height: 60px;
	width: 100%;
}

.footer>span {
	margin: 8px auto;
	display: inline-block;
	line-height: 50px;
	width: 92%;
	height: 50px;
	background: #4CB9FF;
	box-shadow: 0px 2px 10px 0px rgba(43, 156, 229, 0.3);
	border-radius: 25px;
	font-size: 16px;
	font-family: PingFangSC;
	font-weight: 400;
}

.box {
	width: 92%;
	margin: 17.5px 4%;
	background: #fff;
	padding: 20.5px 25px;
	box-shadow: 0px 2px 20px 0px rgb(121 121 121 / 12%);
	border-radius: 15px;
}

/* 没有测评报告 */
.man>span {
	color: #CBCBCB;
}

.man {
	text-align: center;
	line-height: 2rem;
}

.man>img {
	width: 50%;
	margin: 3rem auto;
	display: inherit;
}

.chtop {
	display: flex;
	height: 5rem;
	padding-top: 0.5rem;
}

.chtop>div>img {
	width: 4rem;
	height: 4rem;
	margin: 0 15.5px 0 0;
	border-radius: 50%;
	object-fit: cover;
}

.cname {
	color: black;
	font-weight: bold;
	font-size: medium;
	max-width: 14rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.chtop>div>.ctext {
	color: #a9c8e6;
	position: absolute;
	margin: 2.5rem 0 0 55.5px;
	font-size: x-small;
}

.chtop>div>.ctexts {
	color: #a9c8e6;
	position: absolute;
	margin: 2.5rem 0 0 0rem;
	font-size: x-small;
}

span.btntest {
	color: #68CDB9;
	line-height: 23px;
	text-align: center;
	position: absolute;
	right: 32.5px;
	/* margin-top: -8px; */
	width: 100px;
	height: 25px;
	border: 1px solid #68CDB9;
	border-radius: 13px;
	font-size: 11px;
	font-family: PingFangSC;
	font-weight: 400;
}

.tes {
	display: inline-flex;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	text-align: center;
	color: #000000;
	border-bottom: 1px solid #fff0cb;
	min-height: 161px;
}

/* 竖排 */
.aid {
	width: 16%;
	color: #000000;
	height: 150px;
	margin: 1rem 2% 0;
}

.aid>img {
	width: 90%;
	min-height: 3rem;
}

.hidediv {
	display: none;
}

.tes>span {
	color: #000000;
}

.aid>span {
	color: #8C8A8C;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	text-align: center;
	width: 90%;
	font-weight: bold;
	line-height: 20px;
}

.abox {
	height: 90px;
	width: 3rem;
	background: #f7f7f7;
	border-radius: 10px 10px 0 0;
	display: inline-block;
	position: relative;
	margin-top: 10px;
}

.abox>.adiv {
	background: linear-gradient(to bottom, #55bdff 0%, #6dd7ff 100%);
	height: 80px;
	border-radius: 10px 10px 0 0;
	position: absolute;
	margin-bottom: 0px;
	width: 3rem;
	bottom: 0;
}

.abox>.atext {
	position: absolute;
	width: 3rem;
	display: inline-block;
	margin-top: 70px;
	margin-left: -15px;
	color: #fff;
	z-index: 100;
}

.abox>.line {
	width: 3rem;
	height: 2px;
	background: rgb(255 255 255 / 74%);
	bottom: 0;
	display: inline-block;
	position: absolute;
	margin-left: -15px;
	z-index: 10;
}

/* 横排 */
.aid_s {
	width: 100%;
	margin-top: 9px;
	height: 7rem;
}

.abox_s {
	height: 3.5rem;
	width: 100%;
	background: #f4f4f4;
	border-radius: 0 10px 10px 0;
	display: inline-block;
	position: relative;
}

.abox_s>.adiv_s {
	background: linear-gradient(to bottom, #55bdff 0%, #6dd7ff 100%);
	height: 3.5rem;
	border-radius: 0 10px 10px 0;
	position: absolute;
	margin-bottom: 0px;
	width: 63%;
	left: 0;
}

.abox_s>.atext_s {
	position: absolute;
	width: 3rem;
	display: inline-block;
	margin-top: 2px;
	left: 1rem;
	color: #fff;
	z-index: 100;
	height: 3.5rem;
	line-height: 3.5rem;
}

.abox_s>.line_s {
	width: 2px;
	height: 3.5rem;
	background: rgb(255 255 255 / 74%);
	margin-top: 1px;
	display: inline-block;
	position: absolute;
	z-index: 10;
	left: 61px;
}

span.line_s>label {
	position: relative;
	display: inline-block;
	width: 9rem;
	margin-top: 4rem;
	z-index: 1000;
	text-align: center;
	margin-left: -43px;
	font-size: 13px;
	font-weight: 400;
	color: #BFBFBF;
}

.mans,
.mans>span#bg3 {
	padding: 1rem;
	width: 100%;
	/* height: 131px; */
	background: #FAFAFA;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 23px;
	opacity: 0.8;
}

span.btnbg {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 1rem;
	padding-top: 1rem;
	font-size: 14px;
	font-weight: 400;
	color: #3CABFF;
	line-height: 22px;
}

.tbnts {
	width: 100%;
	background: whitesmoke;
	height: 10rem;
	display: inline-flex;
	text-align: center;
}


.tbnts>span {
	width: 100%;
	line-height: 50px;
	margin: 2.5rem 6%;
	border-radius: 25px;
	height: 50px;
}

span.gren {
	background: #5ED578;
	box-shadow: 0 0 10px #5ED578;
}

span.buld {
	background: #43b1ff;
	box-shadow: 0 0 10px #43b1ff;
}

.box>img {
	width: 5rem;
}

.content {
	max-height: 300px;
}

li {
	color: #000000
}
