
.floatNotice {
     position: absolute;
     top: 0;
     left: 0;
     padding: 1px;
     overflow: hidden;
     z-index: 1111111111111111;
     width:300px;
 }
 .floatNotice img{
 	width:300px;
 	height:117px;
 }
 .floatNotice .floatNotice-btn {
     display: block;
     position: absolute;
     top: 5px;
     right: 10px;
     width: 16px;
     height: 16px;
     cursor: pointer;
     color: #555;
 }

 .floatNotice-cnt {
     width: 400px;
     display: block;
     height: auto;
     padding: 14px;
 }

 .floatNotice-cnt p {
     height: auto;
     line-height: 34px;
     display: block;
     color: #333;
     font-size: 16px;
     text-indent: 2em;
     margin: 0px;
     padding: 0px;
 }


 .floatNotice img {
 width:100%;
 height:100%;
 }