.details-box2{
	width: 1100px;
	position: relative;
	margin: 0 auto;
}
.img-info{
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	border-bottom: 15px solid #ECECEC;
	position: relative;
	padding: 20px;
}
.top{
	margin-top: 55px;
}
.img-info-l{
	float: left;
	width: 25%;
	height: 100%;
}
.img-info-l a{
	display: block;
	width: 195px;
	height: 145px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.img-info-r{
	float: right;
	width: 73%;
	height: 100%;
}
.img-info-r1{
	width: 100%;
	margin-bottom: 20px;
}
.img-info-r1 a{
	font-size: 15px;
	font-weight: bold;
	color: black;
}
.img-info-r1 a:hover{
	color: #A00034;
}
.img-info-r1 span{
	font-size: 14px;
	display: inline-block;
	float: right;
	height: 13px;
	line-height: 12px;
	padding-left: 10px;
	border-left: 2px solid #A00034;
	position: relative;
	top: 4px;
	color: #A00034;
}
.img-info-r2{
	width: 100%;
	height: 105px;
	font-size: 12px;
	position: relative;
}
.img-info-r2 p{
	display: inline-block;
	width: 35%;
	height: 100%;
	line-height: 20px;
	word-break:break-all;
  	display:-webkit-box;
  	-webkit-line-clamp:6;
  	-webkit-box-orient:vertical;
  	overflow:hidden;
  	margin-right: 5%;
  	float: left;
}
.img-info-r2-100{
	width: 100%;
	height: 105px;
	font-size: 12px;
	position: relative;
}
.img-info-r2-100 p{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient:vertical;
	overflow:hidden;
	margin-right: 5%;
	float: left;
}
.img-info-r2 ul{
	width: 60%;
	height: 55%;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.img-info-r2 ul li{
	display: block;
	width: calc(92%/4);
	height: 100%;
	float: left;
}
.img-info-r2 ul li:not(:last-child){
	margin-right: 2%;
}

.img-info-r2 ul li a img{
	width: 100%;
	height: 100%;
}
.img-info-r2 ul li:last-child{
	background: rgba(0,0,0,0.5);
}
.img-info-r2 ul li:last-child a{
	width: 100%;
	height: 100%;
	display: block;
	line-height: 52.5px;
	text-align: center;
	color: white;
}
.img-info-r2 ul li:last-child a:hover{
	color: #A00034;
}
.pagination{
	width: 100%;
	height: 125px;
	border-top: 15px solid #ECECEC;
	border-bottom: 30px solid #ECECEC;
	box-sizing: border-box;
	padding: 27px 110px;
	font-size: 14px;
	display: flex;
	justify-content: center;
}
.pagination-l{
	float: left;
}
.prev{
	background: white;
	border: 1px solid black;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
}
.next{
	background: #ECECEC;
	border: 1px solid #ECECEC;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
}
.pagination-l span a{
	margin: 0 5px;
	color: black;
}
.pagination-l span a:hover{
	color: #A00034;
}
.pagination-r{
	float: right;
}
.pagination-r span input{
	width: 40px;
	height: 27.5px;
	margin: 0 10px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid black;
}
.pagination-r span input[type=number]{
	width: 60px;
}
.skip{
	background: #A00034;
	border: 1px solid #A00034;
	border-radius: 5px;
	padding: 5px 15px;
	margin-left: 10px;
	color: white;
	cursor: pointer;
}

.img-info-l-chanpin{
	float: left;
	width: 100%;
	height: 100%;
}
.img-info-l-chanpin a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}