@font-face {
  font-family: 'iconfont';
  src: url('../font/font_3404986_h19os5188qq-webfont.eot');
  src: url('../font/font_3404986_h19os5188qq-webfont.eot') format('embedded-opentype'),
       url('../font/font_3404986_h19os5188qq-webfont.ttf') format('truetype'),
       url('../font/font_3404986_h19os5188qq-webfont.svg') format('svg');
}
.audio_group{
  margin-top: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.audio_group h2{
  color: #fff;
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.audio_group_items{
  display: flex;
  flex-direction: column;
  width: 1061px;
  margin-top: 60px;
}

.audio_group_items li{
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(83, 23, 23, 0.12); 
  box-sizing: border-box;
}

.audio_group_item_head{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.audio_group_item_head img{
  width: 120px;
  height: 120px;
}
.audio_group_item_container{
  display: flex;
  flex-direction: column;
  width: calc(100% - 92px);
  padding-left: 44px;
  box-sizing: border-box;
}

.audio_group_item_container .sound_waveform{
  height: 32px;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}

.audio_group_item_container p{
  color: #24242C;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 28px;
}
.audio_group_item_container p strong {
  color: #24242C;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.audio_group_item_container .options{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.audio_group_item_container .options .audio_time{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.25);
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.audio_group_item_container .options .audio_download_link{
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
}

.audio_group_item_head .draw{
  position: absolute;
  width: 100%;
  height: 35%;
  bottom: 0px;
  left: -4px;
  z-index: 999;
  pointer-events: none;
}
.audio_mask {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sound_item {
  position: relative;
}
.sound_item .sound_cover .music_btn {
  font-family: "iconfont" !important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #F66962;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.sound_item .sound_cover .music_btn::after{
  content: "\e63a";
}

.sound_item .sound_cover .music_btn.play::after{
  content: "\e628";
}

.sound_waveform wave wave{
  border-right:1px solid #F66962 !important;
}

.sound_item > img {
  position: absolute;
  left: 146px;
  top: 19px;
}