@charset "utf-8";

ul{
	list-style: none;
	padding: 0;
}
#outBox{
	width: 1002px;
	height: 540px;
	margin: 2px auto;
}
.w{
	width: 450px;
	height: 450px;
}
.leftBox{
	width: 450px;
	height: 540px;
	float: left;
}
.normalBox{
	overflow: hidden;
	position: relative;
	border: 1px solid #f2f2f2;
}
.normalBox .w{
	display: none;
}
.botBox{
	width: 100%;
	height: 90px;
	background: white;
	overflow: hidden;
}
.botBox ul li{
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	
	margin-top:10px;
	
	
}
.bord{
	border-color: #f2f2f2 !important;
	opacity: 1 !important;
}
.moveBox{
	width: 200px;
	height: 200px;
	background: rgba(222,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: move;
}
.magBox{
	width: 450px;
	height: 450px;
	border: 1px solid #f2f2f2;
	position: relative;
	float: left;
	overflow: hidden;
	display: none;
	z-index:999999999999999;
	background-color:#FFFFFF
}

.magBox ul li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#n,.m{
	display: block !important;
}
.box{
	width: 110px;
	margin: auto;
}


@media only screen and (max-width: 768px){


#outBox{
	width: 100%;
	margin: 2px auto;
}
.w{
	width: 100%!important;
	height:auto!important
	
}
.leftBox{
	width: 100%;
	height:auto;
	float: left;
}
.normalBox{
	overflow: hidden;
	position: relative;
	border: 1px solid #f2f2f2;
}
.normalBox .w{
	display: none;
}
.botBox{
	width: 100%;
	height: 90px;
	background: white;
	overflow: hidden;
}
.botBox ul li{
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	
	margin-top:10px;
	
	
}
.bord{
	border-color: #f2f2f2 !important;
	opacity: 1 !important;
}

.moveBox{
	width: 200px;
	height: 200px;
	background: rgba(222,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: move;
}
.magBox{display: none;
	width: 450px;
	height: 450px;
	border: 1px solid #f2f2f2;
	position: relative;
	float: left;
	overflow: hidden;
	display: none;
	z-index:999999999999999;
	background-color:#FFFFFF
}
.magBox ul li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#n,.m{
	display: block !important;
}
.box{
	width: 110px;
	margin: auto;
}


}