.content{
	width: 100%;
	background-color: #0F111B;
}
.content ul {
	display: flex;
	flex-wrap: wrap;
}
.content ul li{
	width: 19.8%;
	/* height: 393px; */
	position: relative;
	margin-top: 2px;
	padding: 0 0.1%;
	overflow: hidden;
}

.content ul li img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.xuanfu{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,.7);
	left: 0;
	top: 0;
	display: none;
	overflow: hidden;
	cursor: pointer;
}
.xuanfu_0{
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	margin-top: 35%;
	/* margin-top: 25px; */
	/* margin-left: 18px; */
	opacity: 0.7;
}
.xuanfu_1{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	/* margin-left: 18px; */
	opacity: 0.7;
}
.xian{
	width: 242px;
	height: 1px;
	background-color: #D8D8D8;
	margin-top: 41px;
	margin-left: 20px;
	opacity: 0.2;
}
.xuanfu_2{
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	margin: 14px;
	/* width: 226px; */
	opacity: 0.7;
}


.tanchu{
	position: fixed;
	display: none;
	width: 900px;
	max-width: 980px;
	height: 500px;
	background-color: #FFFFFF;
	z-index: 1111;
	left: 50%;
	top: 15%;
	transform: translate(-50%,0);
}
.tanchu .detail-wrapper {
	display: flex;
	z-index: 2000;
    height: 100%;
    width: 100%;
	margin: 0;
	overflow: hidden;
}
.tanchu .detail-wrapper>div{
	flex: 5;
}
.tanchu .detail-wrapper .detail-main{
	box-sizing: border-box;
    padding: 15px 0;
	overflow: auto;
	flex: 4;
  }
.detail-wrapper .photo-box img {
	width: 100%;
}
.detail-wrapper .detail-main>div{
	padding: 0 25px;
}
.tanchu_1{
	position: absolute;
	z-index: 2222;
	height: 20px;
	text-align: right;
	right: 0px;
	top: 0px;
}
.tanchu_1 img{
	top: 15px;
	cursor:pointer;
}
.tanchu_2{
	position: relative;
	z-index: 2222;
	color: #0F111B;
	font-size: 22px;
}
.tanchu_3 img{
	width: 100%;
	height: 238.21px;
	margin-top: 35px;
}
.tanchu_4{
	color: #4E4E4E;
	font-size: 18px;
	margin: 20px 0;
}
.tanchu_5{
	color: #4E4E4E;
	font-size: 14px;
	line-height: 1.8em;
	/* width: 869px; */
	margin-top: 14px;
}