/* piaofu */

#o63092 {animation-duration: 10000ms;animation-iteration-count: infinite;animation-timing-function: linear;}@keyframes spin {from {transform:rotate(0deg);}to {transform:rotate(360deg);}}
.f1{}
@media(max-width:768px){
.f1{display:block;}
}

@media (max-width: 767px)
{
#ifm{height:150px!important;}
}


.float-top {
  width:1180px;
       position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 9999;
	height:60px;
   display:none;
margin:auto;
}

.float-bottom {
    width:960px;
       position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 99;
	height:60px;
	margin:auto;
}


.float-top img {width:100%;height:100%}
.float-bottom img {width:100%;height:100%}

@media (max-width: 720px)
{
.float-top {
    display: block;
	z-index:999999;
	width:100%;
    height:60px;
}

.float-bottom {
    display: block;
	z-index:999999;
	width:100%;
    height:60px;
}

body, body.active {
    padding-top: 60px;
        padding-bottom: 60px;
}


}

