.b-banner{
position: fixed;
width: 500px;
height: 400px;
background-color: #fff;
left: 50%;
top: 50%;
z-index: 3;
margin-left: -250px;
margin-top: -200px;
}
.b-banner img{
width: 100%;
height: 100%;
}
.btn-close{
position: absolute;
top: -16px;
right: -16px;
height: 25px;
width:25px;
line-height: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
font-size: 16px;
z-index: 5;
color: #fff;
background-color: #cfcfcf;
cursor: pointer;
}
.btn{
text-align: center;
cursor: pointer;
display:block;
background-color: #fff;
}