#w-piao {
	width:460px;
  height:232px;
  position:fixed;
  top:0px;
  left:0px;
  z-index:9999;
  opacity:0;
  padding:20px;
  text-align:center;
  cursor:pointer;
}

#w-piao img {
  width:100%;
  height:auto;

  /*border:2px solid #ffdb00;*/
}

#w-piao.show {
	opacity:1;
  transition:opacity 1s;
}

#w-piao.close {
  opacity:0;
  visibility:hidden;
  transition:opacity 1s;
}

#w-piao p {
    font-size: 14px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: 21px;
    top: 21px;

}

#w-float-fade-out {
	width:100vw;
  height:100vh;
  position:fixed;
  top:0px;
  left:0px;
  z-index:999;
  background:url(/img/222222.png) center center rgba(255,255,255,0.95) no-repeat;
}

#w-float-fade-out.w-hide {
	opacity:0;
  visibility:hidden;
  transition:1s;
}