* {
	margin: 0;
	padding: 0;
	font-family: "MicroSoft Yahei", "Arial";
	box-sizing: border-box;
}
/*联合质保书*/
.WarrantyBook {
	padding: 20px;
}
.head_div{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:15px;
}
.WarrantyBook div:first-child img{
	transform: scale(0.8);
}
.WarrantyBook div h3{
	font-size: 17px;
	margin-left: 5px;
}
.tuji{
	display: flex;
	justify-content: flex-start;
}
.tuji div{
	width: 25%;
	padding: 0 5px;
}
.tuji div img{
	width: 100% !important;
	transform: none !important;
	height: 110px;
}
/*.WarrantyBook  li img{
	width: 159px;
    height: 219px;
    transform: scale(0.6);
}*/
/*報告列表*/
.TheReportLists{
	background-color: #FFFFFF;
	padding:20px 10px 20px 20px ;
}
.TheReportLists li{
	font-size: 0;
	margin-top: -5px;
}
.TheReportLists li:first{
	margin-top: 0;
}
.YTD{
	font-size: 16px;
	margin-bottom: 20px;
}
.lefttime{
	width: 11%;
	display: inline-block;
	position: relative;
	border-right: 1px solid #E9E9E9;
}
.lefttime p{
	line-height: 20px;
	font-size: 13px;
	margin-top: -5px;
}
.lefttime:before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100px;
	background-color:#E9E9E9;
	font-size: 12px;
	display: block;
	right: -3px;
	position: absolute;
	top: 0;
}
.lefttime:after{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100px;
	background-color: #E9E9E9;
	font-size: 12px;
	display: block;
	right: -3px;
	position: absolute;
	bottom: 0;
}
.rightlists{
	width: 89%;
	display: inline-block;
	padding-left: 20px;
	vertical-align:top;
	margin-top: -5px;
}
.rightlists h3{
	font-size: 16px;
	margin-bottom: 8px;
	display: inline-block;
}
.Mark{
	font-size: 12px;
	padding: 1px 5px;
	background-color: #FC5656;
	color: white;
	display: inline-block;
	margin-left: 5%;
	border-radius: 5px;
	
}
.Introduce{
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}
.imglists  {
	margin-bottom: 10px;
}
.imglists img{
	width:30%;
	height: 65px;
	display: inline-block;
	margin-left: 10px;
}
.Commentslists span:first-child{
	color:#c8c8c8 ;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
.Commentslists{
/*	border-bottom: 1px solid #E9E9E9;*/
	
}
.Commentslists li{
	margin-bottom: 10px;
}
.Commentslists li:last-child{
	margin-bottom:20px;
}
.Commentslists li p{
	font-size: 14px;
	color: #FF5601;
	/*width: 20%;*/
	display: inline-block;
}
.Commentslists li span{
	font-size: 14px;
	width: 70%;
	color:#666666;
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	vertical-align: top;
}
.Commentslists ul{
	padding-top: 5px;
}
.TheReportLists li:last-child .lefttime{
	height: 230px;
}
.TheReportLists li:last-child .lefttime:after{
	display: none;
}

