/* 遮罩层样式开始 */
.zt-floatBg,.zt-floatCon{
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 9998;
background: #beb5b52e;
}
.zt-floatCon{
z-index: 9999;
background: #fff;
width: 700px;
height:500px;
top: 50%;
left: 50%;
transform: translate(-350px,-250px);
padding: 15px;
box-sizing: border-box;
border-radius: 5px;
}
.zt-floatCon img{
width: 100%;
height: 80%;
margin-top: 15px;
}
.zt-closeBtn{
text-align: right;
color: #ccc;
}
@media only screen and (max-width:960px){
.zt-floatCon{
width: 80%;
height:300px;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);

}

}
