
	.area {
	    overflow: hidden;
	    height: auto;
	    width: 1200px;
    	margin: 0 auto;
      position:relative;
	}
     .area  .ad-remind {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 11px;
    color: #fff;
    width: 32px;
    height: 20px;
    line-height: 20px;
    background-color: #000;
    background-color: rgba(0,0,0,0.6);
}
	.area  iframe{display:none;}
