.game163{ 
	position: relative; 
	width:745px;
	margin:0 auto;

}
.game163 .bigImg{ 
	width: 614px !important;
    height: 614px !important;
    position: relative;
	margin: 7px auto 0;
}
.game163 .bigImg li img{ 
	width:100%; 
	height:100%; 
	object-fit: cover;
	display:block;
}

.game163 .smallScroll{ 
	width: 745px;
	height: 150px;
	position: relative;
}
.game163 .sPrev,.game163 .sNext{
	 float: left; 
	 display: block; 
	 position: absolute;
	 left:0;
	 top: 50%;
	 width:19px; 
	 height:32px; 
	margin-top: -16px;
	 background:url(../images/in-scr-prev.png) center center no-repeat; 
	 z-index: 1;
}
	
.game163 .sNext{
	left: auto;
	right: 0;
	background:url(../images/in-scr-next.png) center center no-repeat ; }
	
.game163 .smImgArea{
	width: 146px;
	height:146px;
}

.game163 .smImgArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.game163 .smallImg{ 
	margin:44px auto 0; 
	width: 663px; 
	height: 150px;
	overflow: hidden;
	padding-top: 2px;
}
.game163 .smallImg ul{ 
	height: 9999px; 
	overflow: hidden;
	 }
.game163 .smallImg li{
	 margin: 2px 0;
	 text-align: center;
	 color: #fff;
	 font-size: 18px;
	 width:146px; 
	 height: 146px;
	 cursor:pointer;  
	 display: inline;  
	 margin:0 5px; 
	 }
	 
.game163 .smallImg img{
	width: 100%;
	height:100%;
	object-fit: cover;
	 border:2px solid transparent; 
	 cursor:pointer; 
	 opacity: .5;
}
.game163 .smallImg .on img{
	 border-color: #CC8F64;
	 opacity: 1;
}

.libImgDet{
	font-size: 15px;
	color: #fff;
	width: 100%;
	padding: 0 16px;
	height: 42px;
	line-height: 42px;
	background: rgba(0,0,0,.75);
	position: absolute;
	left: 0;
	bottom: 0;
}
.game163 .bigImg li .libImg{
	width: 614px;
	height: 614px;
}
.game163 .smallImg li{
float: left;
}