html,body{
  width: 100%;
  height: 100%;
  background: #f6f6f6;
}
.funtion-music-header{
  width: 100%;
  height: 80px;
  background: #ffffff;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.funtion-music-header-inner{
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.funtion-music-header-inner .logo-mini{
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  color: #008CD6;
}
.funtion-music-header-inner .logo-mini img{
    margin-right: 10px;
  }
  .funtion-music-header-inner .back{
    font-size: 22px;
    font-weight: 400;
    color: #008CD6;
    cursor: pointer;
  }
  .funtion-music-header-inner .back a{
    color: #008CD6;
  }
  .function-music-img{
    width: 100%;
    object-fit: cover;
    min-width: 1200px;
  }