      *{
  	      margin:0px;
  	      padding:0px;
      }
      #ad{
          width:534px;	/*yunshead.png宽534px，高270px*/
          position:fixed;	/*相对于浏览器窗口进行绝对定位*/
          top:50%;
  	      left:50%;
  	      transform:translate(-50%,-50%);
          z-index:99999999
      }
      #ad #post{
   	      height:270px;	/*tanwanlanyue.png宽534px，高270px*/
      }
      #ad #close{
 	      height:15px;
      }
      #ad #close img{
    	  float:right;	/*关闭键close_img右浮*/
      }
