/*打印报告样式*/
.print header,
.print .button,
footer{
	display: none;
}
.print .w1200{
	width: 100%;
	margin: 0 auto;
}
.titlenav{
	padding: 30px 0;
}
.titlenav a{
	display: inline-block;
	min-width: 130px;
	height: 46px;
	line-height: 36px;
	border-radius: 50px;
	padding: 4px;
	margin-right: 35px;
	font-size:18px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:#000000;
	position: relative;
	text-align: center;
}
.titlenav .on{
	color: #fff;
	background:rgba(252,182,54,1);
}
.titlenav a i{
	position: absolute;
	left: 50%;
	bottom: -33px;
	margin-left: -25px;
	width: 50px;
	height: 17px;
	background: url(../img/onbg.png) no-repeat center;
	z-index: 2;
	display: none;
}
.titlenav .his i{
	background: url(../img/onbg2.png) no-repeat center;
}
.titlenav .on i{
	display: block;
}
.titlenav a span{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	padding: 0 15px;
}
.titlenav a.on span{
	border: dashed 1px #fff;
}
.print .test_tit{
  text-align: center;
  padding: 30px 0 50px;
}
.print .test_tit h2{
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:#000000;
	margin-bottom: 18px;
}
.print .test_tit .name{
	font-size:27px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(239,165,31,1);
}
.print .test_tit .name .icon{
	display: inline-block;
	width: 54px;
	height: 47px;
	background: url(../img/bg4.png) no-repeat center;
	vertical-align: middle;
	margin-right: 20px;
}
.print .section{
	width: 100%;
	height:70px;
	line-height: 70px;
	background:rgba(236,184,89,1);
	padding: 0 20px;
}
.print .section h3{
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:#000000;
}
.print .section h3 span{
	font-size: 12px;
	color: #000000;
	margin-left: 15px;
}
.print .section p{
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:#000000;
}
.print .content{
	width: 100%;
	background:rgba(255,255,255,1);
	border:1px solid rgba(204,204,204,1);
	padding: 0 30px 70px;
	page-break-after: always;
}
.print .content .up{
	display:box;
	display:-webkit-box;
	display:-webkit-flex; 
	display:-moz-box; 
	display:-ms-flexbox; 
	display:flex;
}
.print .content .up .up_con{
	-prefix-box-flex: 1; 
 	-webkit-box-flex: 1; 
 	-webkit-flex: 1; 
 	-moz-box-flex: 1; 
 	-ms-flex: 1; 
 	flex: 1;
}
.print .content .up .up_con .chart{
	width: 280px;
	position: relative;
	margin: 0 auto;
}
.print .gauge {
    width: 280px;
    height: 280px;
}
.print .small_gauge{
	position: absolute;
	top: 50px;
	left: 35px;
	width: 210px;
	height: 210px;
}
.print .label p{
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:#000000;
	line-height:29px;
	padding-left: 50px;
	transform: translateY(-30px);
}
.print .label p span{
	display: inline-block;
	width:25px;
	height:10px;
	margin-right: 23px;
}
.print .label p .blue{
	background: #4F87EE;
}
.print .label p .orange{
	background: #E37043;
}
.print .content .down{
	padding-top: 50px;
}
.print .content .down h3{
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:#000000;
	margin-bottom: 20px;
}
.print .content .down h3::before{
	content: '';
	display: inline-block;
	width:3px;
	height:23px;
	background:rgba(227,124,32,1);
	margin-right: 20px;
	vertical-align: middle;
}
.print .content .down p{
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:#000000;
	line-height:29px;
	padding-left: 23px;
}
.print .content .label_color{
	overflow: hidden;
	padding: 35px 0;
}
.print .content .label_color li{
	float: left;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:#000000;
	margin-right: 35px;
}
.print .content .label_color li span{
	display: inline-block;
	vertical-align: middle;
	width:14px;
	height:14px;
	margin-right: 10px;
	border-radius:50%;
}
.print .content .label1{
	background:rgba(153,153,153,1);
}
.print .content .label2{
	background:rgba(238,78,78,1);
}
.print .content .label3{
	background:rgba(237,177,68,1);
}
.print .content .label4{
	background:rgba(142,211,68,1);
}
.print .content .label5{
	background:rgba(50,173,76,1);
}
.print .content .label6{
	background:rgba(86,143,249,1);
}
.print .atlas_up .atlas_tit{
	font-size:16px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:#000000;
	margin-top: 30px;
}
.print .button{
	padding: 54px 0 77px;
	text-align: center;
}
.print .button a{
	display: inline-block;
	width:131px;
	height:46px;
	background:rgba(252,182,54,1);
	border-radius:23px;
	padding-top: 3.5px;
	margin: 0 30px;
}
.print .button .btn2{
	background:rgba(54,119,252,1);
}
.print .button a span{
	display: inline-block;
	width:125px;
	height:39px;
	line-height: 37px;
	border:1px dashed rgba(247,247,247,1);
	border-radius:20px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:#000000;
}