#banner{
  position: absolute;
  width: 336px;
  height: 280px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  background-color: #f4f4f2;
  /* opacity:0; */
}

.retina{
  position: absolute;
  width: 336px;
  height: 280px;
}

#border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  z-index: 9998;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#overlay{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.clickArea{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
    cursor:pointer;
    z-index: 9999;
}

#white{
  position: absolute;
  top: 0;
  left: 0;
  width: 336px;
  background: #fff;
  height: 15px;
}

#whiteRec{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 336px;
  background: #fff;
  height: 15px;
}

.btn{
  position: absolute;
  width: 94px;
  top: 229px;
  left: 120px;
}