.footer{
  width: 100%;
  height: 292px;
  border: 1px solid;
  background-color: #040B1F;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer span{
  font-size: 16px;
  color: white;
}
.footer .content{
  width: 1200px;
  margin-top: 40px;
  display: flex;
}
.footer .content a{
  color: #CCCCCC;
}
.footer .content a:hover{
  color: #0066FF;
}
.leftBox{
  width: 850px;
  height: 180px;
  border-right: 1px solid white;
  display: flex;
  justify-content: space-between;
}
.leftBox .item{
  margin-right: 40px;
}
.footer  li{
  list-style: none;
  font-size: 14px;
  color: #CCCCCC;
  margin-top: 20px;
  text-align: start;
}

.rightBox{
  display: flex;
  flex-direction: column;
}
.rightBox span{
  margin-top: 12px;
}
.rightBox .img{
  width: 42px;
  height: 42px;
}
.topItem{
  display: flex;
  margin-left: 40px;
}
.topItem i{
  font-size: 65px;
  color: white;
  margin: -10px 0 0 10px;
}
.bottomItem{
  margin-left: 40px;
  margin-top: -15px;
  display: flex;
  justify-content: space-between;
}
.bottomItem .img{
  width: 88px;
  height: 88px;
}
.bottomItem div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .bei-an{
  margin-top: 20px;
}
.footer .bei-an img{
  width: 20px;
  height: 20px;
}
.footer .bei-an a{
  color: white;
  font-size:16px
}
.footer .bei-an a:hover{
  color: #0066FF;
}
.bottomFloatBox .imgItem, .showAndHidden{
  cursor: pointer;
}
.topFloatBox .tipBox{
  cursor: pointer;
}
.topFloatBox .bigImg{
  width: 150px;
  height: 150px;
  /* border: 1px solid; */
  position: absolute;
  left: -150px;
  top: 10px;
  display: none;
}
.topFloatBox .bigImg img{
   width: 100%;
   height: 100%;
 }