
*{
   	margin:  0;
   	padding:  0;
   	list-style:  none;
   	text-decoration:  none;
}
#viewReport{
  height: 100vh;
    overflow: scroll;
}
.eport1 {
   	min-width:  1400px;
}
.eport1-header {
   	width: 80%;
   	min-width: 1350px;
   	border-bottom: 1px solid #979797;
   	z-index: 1;
   	background-color: #fff;
   	box-sizing: border-box;
   	padding-bottom: 20px;
   	margin: 0 auto;
   	overflow: hidden;
   	margin-top:  30px;
   	position: static;
}
.left_button {
   	float: left;
   	font-size:  24px;
}
.left_button:after {
   	content: '';
   	width: 5px;
   	height: 35px;
   	background:  #20b3af;
   	float: left;
   	margin-right: 10px;
}
.right_button {
   	float: right;
}
.right_button button {
   	background:  #20b3af;
   	border: 1px solid #20b3af;
   	color: #fff;
}
.right_button button:hover {
   	background:  #20b3af;
   	border: 1px solid #20b3af;
   	opacity: 0.9;
}
.tbLi {
   	width: 100%;
   	height: 260px;
   	float: left;
}
.eport1  #report1 {
   	padding-top: 30px;
}
.eport1  .page1 {
   	margin: 10px auto;
   	box-shadow: 0 0px 13px 0 rgb(0 0 0 / 19%);
   	padding: 20px 40px;
   	position: relative;
   	width: 1060px;
   	height: 1500px;
   	/* box-shadow: 0 0px 13px 0 rgb(0 0 0 / 19%); */
   	box-sizing: border-box;
}
.eport1  .logo1 {
   	width: 153px;
   	height: 28px;
   	margin: 2px;
   	float: right;
}
.eport1  .ppp1 {
   	height: 72px;
   	position: absolute;
   	left: 20px;
   	top: 0;
   	font-size: 34px;
   	line-height: 72px;
   	color: #fff;
}
.eport1  .user_info1{
   	border-collapse: collapse;
   	width: 100%;
   	float: left;
   	padding: 2px 0;
}
.eport1  .user_info1 .info_left {
   	width: 50%;
   	/* padding-left: 30px; */
   	display: inline-block;
}
.eport1  .user_info1 .info_left .name {
   	font-weight: bold;
   	font-size: 26px;
   	color: #2C3039;
   	padding: 0 30px 0 0;
   	letter-spacing: 0;
   	display: inline-block;
}
.eport1  .user_info1 .info_left span {
   	display: inline-block;
   	vertical-align: top;
   	margin-top: 7px;
}
.eport1  .user_info1 .info_right {
   	display: inline-block;
   	float: right;
   	margin-top: 5px;
   	/* margin-right: 30px; */
}
.eport1 .user_info1 .info_right span {
   	font-size: 20px;
   	font-weight: 600;
}
.eport1  .subTitle1 {
   	font-weight: bold;
   	font-size: 28px;
   	color: #2C3039;
   	letter-spacing: 0;
   	/* padding-left: 23px; */
   	text-align: left;
   	margin-top: 10px;
   	float: left;
}
.eport1  .subLi {
   	width: 100%;
   	float: left;
   	/* padding: 0 60px; */
   	box-sizing: border-box;
   	margin-top: 8px;
   	border-bottom: #F9FBFD solid 2px;
   	padding-bottom: 8px;
}
.eport1  .subLi-left {
   	width: 45%;
   	float: left;
   	font-weight: 600;
   	font-size: 16px;
}
.eport1  .mr-15{
   	margin-right: 15px;
}
.eport1  .subLi-left span:nth-child(1) ,.eport1  .subLi-right span:nth-child(1) {
   	font-weight:  500;
}
.eport1  .subLi-left span:nth-child(2) ,.eport1  .subLi-right span:nth-child(2) {
   	font-weight:  600;
}
.eport1  .subLi-right {
   	width: 45%;
   	float: right;
   	text-align: right;
   	font-weight: 600;
   	font-size: 16px;
}
.eport1  .subLi  .li-one{
   	width:  22%;
   	float:  left;
   	height: 40px;line-height: 40px;
   	font-weight:  600;
}
.eport1  .subLi  .li-two{
   	width:  109px;
   	float:  left;
   	height: 40px;line-height: 40px;
   	font-weight:  600;
   	text-align: center;
   	font-size: 12px;
   	word-break: break-word;
}
.page-bot1 {
   	width: 90%;
   	position: absolute;
   	bottom: 20px !important;
}


