.collect_info {
	display: inline-block;
	width: 460px;
	height: 475px;
	overflow: hidden;
	padding: 0;
	margin: 40px 40px 0 0;
}
.collect_info p {
	margin: 15px 0;
	line-height: 28px;
}
.detail-wrap {
	background: #fcf9f4;
	width: 1000px;
	margin: 60px auto;
	overflow: hidden;
	position: relative;
}
.datu {
	width: 100%;
	height: auto;
	font-size: 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}
.top-img {
	width: 100%;;
	height: auto;
	font-size: 0;
	overflow: hidden;
}
.activeimg {
	overflow: hidden;
	width: 100%;
	height: 380px;
	position: relative;
	text-align: left;
}
.top-img .activeimg span {
	display: inline-block;
	width: 100%;
	height: 380px;
	text-align: center;
	vertical-align: middle;
}
.top-img .activeimg img {
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	position: relative;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.datu .left {
	width: 30px;
	height: 380px;
	line-height: 460px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 300px;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	background: url('../images/left-arrow.png') no-repeat left center;
	background-size: 20px auto;
}
.datu .right {
	width: 30px;
	height: 380px;
	line-height: 460px;
	position: absolute;
	right: 0px;
	top: 0;
	text-align: center;
	line-height: 300px;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	background: url('../images/right-arrow.png') no-repeat right center;
	background-size: 20px auto;
}
.right, .left {
	display: block;
}
.backlist, .backlist:hover {
	position: absolute;
	right: 0;
	top: 0;
	background: #eee5d6 url('../images/backlist.png') no-repeat right center;
	color: #b58852;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0 40px 0 20px;
}
.bot-img {
	height: auto;
	margin-top: 15px;
	padding: 30px 50px;
	border-top:1px solid #88670d;
}
.bot-img ul {
	width: 100%;
	height: 100px;
}
.bot-img ul li {
	width: 140px;
	margin-right: 20px;
	float: left;
	cursor: pointer;
	font-size: 0;
	height: 90px;
	text-align: center;
}
.bot-img ul li.active {
	border: 2px solid #5b3b15;
}
.bot-img ul li img {
	height: 100%;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}
.bot-img ul li:last-child {
	margin-right: 0;
}
.magnify {
	display: block;
	z-index: 999;
	width: 95%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
}
#mask {
	position: absolute;
	left: 5%;
	top: 30px;
	z-index: 998;
	height: 90vh;
	width: 90%;
	background: rgba(85,85,64,0.8);
	padding: 5%;
}
.magnify img {
	max-width: 100%;
    max-height: 100%;
    top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#mask a.close{
	display: block;
	background: url('../images/close-button.png') no-repeat center/contain;;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top:0;
	z-index: 1000;
}

@media all and (max-width: 1023px) {
.detail-wrap {
	width: 100%;
	padding: 0;
	margin: 0;
}
.collect_info {
	display: block;
	width: 80%;
	float: none;
	height: auto;
	overflow: visible;
	margin: 0 auto;
}
.bot-img {
	display: none;
}
.datu {
	width: 100%;
	margin: 0px 0;
}
	.datu .left ,.datu .right{
		height: 35vh;
	}
.top-img {
	width: auto;
	margin: 0 40px;
}
.top-img .activeimg span {
	width: auto;
}
}
