@charset "utf-8";
/* CSS Document */

.bigimg{width:600px;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff;}
	.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
	.biggbox{width:1300px;margin:0 auto;border-radius: 10px;overflow: hidden;padding:10px;}
	.biggbox>.imgboxx{width:400px;height:380px;float:left;overflow: hidden;margin: 0 10px 10px 10px;}
	.biggbox>.imgboxx>img{width:100%;}
	.imgboxx:hover{cursor:zoom-in}
	.mask:hover{cursor:zoom-out}
	.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
	.mask>img:hover{cursor:pointer}
	.biggbox>.imgboxx h3 {
    height: 60px;
    padding: 0 20px 0 42px;
    line-height: 60px;
    font-size: 16px;

    overflow: hidden;
}