﻿/* CSS3 STYLE GENERIC */
.view {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	overflow:hidden;
	padding:0px;
	margin-bottom:7px;
	box-shadow:0px 0px 7px #cccccc;
}
.view .mask, .view .content {
   width: 100%;
   height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
    padding:8px;
	background:#ffffff;
	box-sizing:border-box;
}
.info {   
   display: inline-block;
   text-decoration: none;
   padding:0;background:url(../image/link.png) center center no-repeat; width:100%; height:100%;
   text-indent:-9999px;float:left;
}
.info2{background:url(../image/link.png) center center no-repeat;}
.fdj{ width:100%; height:100%;z-index:9999; bottom:0; position:absolute; top:0;float:left;}

.fdj2{ width:100%; height:100%;z-index:9999; bottom:0; margin-top:-40%; margin-left:49%;text-align:center;float:left;}
@media (max-width:800px) {
	.info {   
	   background:none; 
	}
	.info2{background:none;}
}