@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}
	.bigbox{position: relative;
    margin:20px auto; padding-left: 150px; width: 1400px}
	.bigbox>.imgbox{width:382px;float:left;border-radius:5px;overflow: hidden;margin: 0 10px 10px 10px; position: relative}
	.bigbox>.imgbox>img{width:100%;}
	.imgbox:hover{cursor:zoom-in}
	.mask:hover{cursor:zoom-out}
	.mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
	.mask>img:hover{cursor:pointer}

	.titl {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
	justify-content: center;}
.titl {
    position: absolute;
    bottom: 0;
    width: 382px;
    height: 44px;
    background: rgba(46,85,89,.6);
    font-size: 16px;
    line-height: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #fff;
	top:480px
}