

body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-weight:normal;
}
.ffi{
  display: none;
  position: fixed;
  left: 50%;
  top: 200px;
  overflow: hidden;
  transform: translate(-50%,0);
  z-index: 111;  
  text-align: center;
  
}
.ffi .img_wrap{
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background-color:#0F92F6 ;
  margin-right: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 78px;
}
.ffi img{
  width: 239px;
  height: 58px;
  margin: 0;
  padding: 0;
}
.ffi .tip_wrap{
  display:inline-block;
  height: 118px;
}
.ffi .tip_line{
  text-align: center;
  margin: 0;
  line-height: 39px;
  /* line-height: 36px; */
  font-size: 20px;
  font-family: Source Han Sans CN, PingFangSC-Light, "PingFang SC", "PingFangSC-Regular", sans-serif;
}
.ffi a:visited {
  color: blue;
} 
