.base-fixed{
  height: 1rem;
}
.base{
  width: 100%;
  height: 1rem;
  background: #233650;
  position: fixed;
  left: 0;
  bottom: 0;
  /* padding: 0.1rem; */
}
.base .base-top{
  width: 100%;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem;
}
.base .base-top .left{ 

}
.base .base-top .left p{
  color: #FFCC00;
  font-weight: 700;
  font-size: 0.16rem;
}
.base .base-top .left .left-top{
  display: flex;
  align-items: center;
}
.base .base-top .left img{ 
  width: 0.2rem;
  height: 0.2rem;
}
.base .base-top .left span{ 
  color: #FFFFFF;
  font-size: 0.12rem;
  padding-left: 5px;
}
.base .base-top .right{
  display: flex;
  align-items: center;
}
.base .base-top .right p{
  text-align: right;
  color: #fff;
  padding-right: 0.1rem;
  font-size: 0.12rem;
}
.base .base-top .right img{
  width: 0.5rem;
  height: 0.5rem;
}
.base .base-btn{
  width: 100%;
}
.base .base-btn ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.base .base-btn ul li{
  width: 24.3%;
  height: 0.4rem;
  background: #192940;
}
.base .base-btn ul li a{
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.base .base-btn ul li a span{
  color: #fff;
  font-size: 0.12rem;
  padding-left: 5px;
}
.base .base-btn ul li a img{
  width: 0.12rem;
  height: 0.12rem;
}