/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */
.view { width: 386px; height: 290px;  overflow: hidden; position: relative; text-align: center; box-shadow: 0px 0px 5px rgb(170, 170, 170); cursor: default; }
.view .mask, .view .content { width: 386px; height: 290px; position: absolute; overflow: hidden; top: 0px; left: 0px; }
.view img { display: block; position: relative; }



.view a.info { background: url('../images/link.png') no-repeat scroll center center transparent; display: inline-block; text-decoration: none; padding: 0px; text-indent: -9999px; width: 86px; height: 86px; }

.third-effect .mask { opacity: 0; overflow: visible; border: 150px solid rgba(0, 0, 0, 0.7); box-sizing: border-box; transition: all 0.4s ease-in-out 0s; }
.third-effect a.info { position: relative; top: -50px; opacity: 0; transition: opacity 0.5s ease-in-out 0s; }
.third-effect:hover .mask { opacity: 0.7; border: 150px solid rgba(0, 0, 0, 0.7); }
.third-effect:hover a.info { opacity: 0.7; transition-delay: 0.3s; }

