@keyframes audio_play {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  background: #fff;
}
* {
  box-sizing: border-box;
}
img {
  vertical-align: top;
}
.muban {
  width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
.muban.audio_list {
  padding-bottom: 28px;
}
.muban .recommend_content {
  padding-bottom: 6px;
}
.muban .recommend_content .item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  width: 330px;
  height: 222px;
  border-radius: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .muban .recommend_content .item {
    width: 285px;
    height: 198px;
  }
}
.muban .video_item {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  margin-right: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  flex-direction: column;
  margin-bottom: 22px;
}
.muban .video_item:nth-child(4n) {
  margin-right: 0;
}
.muban .video_item:hover .static_info {
  display: none;
}
.muban .video_item:hover .hover_info {
  display: block;
}
.muban .video_item .img_box {
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.muban .video_item .prev_box {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  height: 184px;
}
.muban .video_item .prev_box video.prev {
  display: none;
  width: 100%;
}
.muban .video_item .static_info .rate_tag {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 19px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.muban .video_item .video_info {
  height: 38px;
  line-height: 38px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: #FFFFFF;
  border-radius: 0 0 4px 4px;
  font-size: 0;
  color: #191919;
  padding: 0 10px;
  box-sizing: border-box;
}
.muban .video_item .video_info .icon {
  width: 30px;
  height: 13px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.muban .video_item .video_info .icon > img {
  width: 100%;
}
.muban .video_item .video_info .radio {
  width: 0;
  height: 0;
}
.muban .video_item .video_info .radio_4k {
  width: 23px;
  background-size: 100% 100%;
  margin-left: 10px;
  display: inline-block;
  width: 24px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 24px 18px;
  background-image: url(//bpic.588ku.com/audio_site/list/video@4k.png);
}
.muban .video_item .video_info .radio_8k {
  width: 23px;
  background: url('https://bpic.588ku.com/audio_site/basic/8K_icon.png') no-repeat center;
  background-size: 100% 100%;
  margin-left: 10px;
  display: inline-block;
  width: 24px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 24px 18px;
  background-image: url(//bpic.588ku.com/audio_site/list/video@8k.png);
}
.muban .video_item .video_info .video_name {
  margin-right: 10px;
  width: 140px;
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 0, 0, 0.5);
  line-height: 17px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  margin-right: 4px;
  flex-grow: 1;
}
@media screen and (max-width: 1440px) {
  .muban .video_item .video_info .video_name {
    width: 120px;
  }
}
.muban .video_item .video_info .video_name > span {
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .muban .video_item .video_info .video_name > span {
    width: 120px;
  }
}
.muban .video_item .video_info .video_time {
  text-align: left;
  font-size: 13px;
  color: #757575;
}
.muban .video_item .hover_info {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
.muban .video_item .hover_info .btns {
  position: absolute;
  bottom: 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.muban .video_item .hover_info .btns .coll {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E5E7E9;
  cursor: pointer;
}
.muban .video_item .hover_info .btns .coll:hover > i {
  color: #FFC001;
}
.muban .video_item .hover_info .btns .coll > i {
  font-size: 16px;
}
.muban .video_item .hover_info .btns .coll .liebiaoweishoucang {
  color: #7F8A91;
  display: inline-block;
}
.muban .video_item .hover_info .btns .coll .liebiaoyishoucang {
  color: #FFC001;
  display: none;
}
.muban .video_item .hover_info .btns .coll.colled .liebiaoweishoucang {
  display: none;
}
.muban .video_item .hover_info .btns .coll.colled .liebiaoyishoucang {
  display: inline-block;
}
.muban .video_item .hover_info .btns .coll.colled:hover {
  background: #F7F8F8;
}
.muban .video_item .hover_info .btns .download {
  width: 148px;
  height: 40px;
  margin-right: 8px;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  background: #5E4CFA;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}
.muban .video_item .hover_info .btns .download:hover {
  background: #7E70FC;
  box-shadow: 0px 2px 10px 0px rgba(94, 76, 250, 0.5);
}
.muban .audio-item {
  width: 330px;
  display: flex;
  flex-direction: column;
  height: 190px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1440px) {
  .muban .audio-item {
    width: 285px;
    height: 164px;
  }
}
.muban .audio-item:nth-child(4n) {
  margin-right: 0;
}
.muban .audio-item .audio_info {
  padding-left: 24px;
  padding-right: 30px;
  padding-top: 24px;
  padding-bottom: 22px;
  display: flex;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .muban .audio-item .audio_info {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .muban .audio-item .audio_info {
    padding-left: 20px;
    padding-right: 26px;
    padding-top: 20px;
  }
}
.muban .audio-item .audio_info .audio_prev {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .muban .audio-item .audio_info .audio_prev {
    width: 72px;
    height: 72px;
  }
}
.muban .audio-item .audio_info .play_pan {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  animation-name: audio_play;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: paused;
}
.muban .audio-item .audio_info .play_pan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.muban .audio-item .audio_info .ctrl_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(//bpic.588ku.com/audio_site/basic/play_230407.svg);
  background-size: 30px auto;
  cursor: pointer;
}
.muban .audio-item .audio_info .info {
  overflow: hidden;
}
.muban .audio-item .audio_info .name {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.muban .audio-item .audio_info .type {
  height: 18px;
  line-height: 18px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 14px;
}
@media screen and (max-width: 1440px) {
  .muban .audio-item .audio_info .type {
    margin-bottom: 8px;
  }
}
.muban .audio-item .audio_info .progress {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.muban .audio-item .audio_info .progress .progress_bar {
  width: 128px;
  height: 4px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  position: relative;
  margin-right: 8px;
}
@media screen and (max-width: 1440px) {
  .muban .audio-item .audio_info .progress .progress_bar {
    width: 99px;
  }
}
.muban .audio-item .audio_info .progress .progress_bar .current {
  background: #5E4CFA;
  position: absolute;
  height: 4px;
  left: 0;
  top: 0;
  width: 0%;
  border-radius: 4px;
}
.muban .audio-item .audio_info .progress .progress_bar .current:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #5E4CFA;
  position: absolute;
  top: -3px;
  right: -5px;
  border-radius: 50%;
}
.muban .audio-item .audio_info .timer {
  font-size: 14px;
  height: 19px;
  color: #000000;
  line-height: 19px;
}
.muban .audio-item .audio_handle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 4px 4px;
}
.muban .audio-item .audio_handle .coll {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E5E7E9;
  cursor: pointer;
}
.muban .audio-item .audio_handle .coll:hover > i {
  color: #FFC001;
}
.muban .audio-item .audio_handle .coll > i {
  font-size: 16px;
}
.muban .audio-item .audio_handle .coll .liebiaoweishoucang {
  color: #7F8A91;
  display: inline-block;
}
.muban .audio-item .audio_handle .coll .liebiaoyishoucang {
  color: #FFC001;
  display: none;
}
.muban .audio-item .audio_handle .coll.colled .liebiaoweishoucang {
  display: none;
}
.muban .audio-item .audio_handle .coll.colled .liebiaoyishoucang {
  display: inline-block;
}
.muban .audio-item .audio_handle .coll.colled:hover {
  background: #F7F8F8;
}
.muban .audio-item .audio_handle .download {
  width: 200px;
  height: 40px;
  margin-right: 14px;
  background: #fff;
  color: #5E4CFA;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #5E4CFA;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .muban .audio-item .audio_handle .download {
    width: 167px;
  }
}
.muban .audio-item .audio_handle .download:hover {
  background: #5E4CFA;
  color: #fff;
}
.muban .audio-item.active .audio_info .ctrl_icon {
  background-image: url(//bpic.588ku.com/audio_site/basic/pause_230407.svg);
}
.muban .audio-item.active .audio_info .play_pan {
  animation-play-state: running;
}
.muban .recommend_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.muban .recommend_head .recommend_title {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
  letter-spacing: 1px;
}
.muban .recommend_head .more_link {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #000000;
  line-height: 19px;
  opacity: 0.5;
}
.muban .recommend_list {
  display: flex;
  flex-wrap: wrap;
}
.muban.swiper_recommend .recommend_swiper .change_btn.left {
  background: linear-gradient(90deg, #fff 10%, rgba(0, 0, 0, 0));
}
.muban.swiper_recommend .recommend_swiper .change_btn.right {
  background: linear-gradient(270deg, #fff 10%, rgba(0, 0, 0, 0));
}
.shipai {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin: 0 60px;
}
.shipai .recommend_content {
  padding-bottom: 30px;
}
.shipai img.prev {
  object-fit: contain;
}
.shipai img.prev,
.shipai video.prev {
  width: 100%;
  height: 100%;
}
.shipai .recommend_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
}
.shipai .recommend_head .recommend_title {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
  letter-spacing: 1px;
}
.shipai .recommend_head .more_link {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  opacity: 0.8;
}
.shipai .item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.shipai .item img.prev,
.shipai .item video.prev {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shipai .item video.prev {
  display: none;
}
.shipai .video_item {
  position: relative;
  cursor: pointer;
}
.shipai .video_item:hover .static_info {
  display: none;
}
.shipai .video_item:hover .hover_info {
  display: block;
}
.shipai .video_item .img_box {
  position: relative;
  border-radius: 10px 10px 0 0;
  height: 237px;
  display: block;
}
.shipai .video_item .prev_box {
  border-radius: 10px 10px 0 0;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}
.shipai .video_item .video_info {
  white-space: nowrap;
  background: #363840;
  border-radius: 0 0 10px 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 14px;
}
.shipai .video_item .video_info * {
  letter-spacing: 0.8px;
}
.shipai .video_item .video_info .icon {
  width: 30px;
  height: 13px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  overflow: hidden;
}
.shipai .video_item .video_info .icon img {
  width: 100%;
  stroke: #f00;
  position: relative;
  transform: translateX(-80px);
  filter: drop-shadow(rgba(255, 255, 255, 0.6) 80px 0);
}
.shipai .video_item .video_info .ratio {
  padding: 0 6px;
  height: 20px;
  background: #EEEDFE;
  border-radius: 4px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #5E4CFA;
  line-height: 20px;
}
.shipai .video_item .video_info .ratio.ratio_1 {
  background: linear-gradient(-45deg, rgba(143, 123, 252, 0.6), rgba(58, 35, 255, 0.6));
  color: #FFFFFF;
}
.shipai .video_item .video_info .video_name {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 0.6);
  line-height: 19px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  flex-grow: 1;
}
.shipai .video_item .video_info .video_name span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
  display: block;
}
.shipai .video_item .video_info .video_time {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 0.6);
  line-height: 19px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}
.shipai .video_item .video_info .video_tag {
  background: #7351FA;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #5E4CFA;
  padding: 0 8px;
  font-size: 12px;
  height: 18px;
  line-height: 16px;
  font-family: MicrosoftYaHei;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  max-width: 80px;
  overflow: hidden;
  flex-shrink: 0;
  text-overflow: ellipsis;
}
.shipai .video_item .hover_info {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}
.shipai .video_item .hover_info .btns {
  position: absolute;
  bottom: 26px;
  right: 10px;
  display: flex;
}
.shipai .video_item .hover_info .btns .btn {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.shipai .video_item .hover_info .btns .btn:hover .popup {
  display: flex;
}
.shipai .video_item .hover_info .btns .btn:not(:last-child) {
  margin-right: 14px;
}
.shipai .video_item .hover_info .btns .btn.download {
  background-image: url(//bpic.588ku.com/audio_site/index/230220/download_icon.png);
}
.shipai .video_item .hover_info .btns .btn.coll {
  background-image: url(//bpic.588ku.com/audio_site/index/230220/coll_icon.png);
}
.shipai .video_item .hover_info .btns .btn.coll.colled {
  background-image: url(//bpic.588ku.com/audio_site/basic/coll_icon1.svg);
}
.shipai .video_item .hover_info .btns .popup {
  position: absolute;
  top: 0;
  transform: translate(0, -100%);
  white-space: nowrap;
  display: none;
  padding-bottom: 10px;
}
.shipai .video_item .hover_info .btns .popup:hover span {
  background-color: rgba(0, 0, 0, 0.7);
}
.shipai .video_item .hover_info .btns .popup:hover span:after {
  border-top-color: rgba(0, 0, 0, 0.7);
  border-left-color: rgba(0, 0, 0, 0.7);
}
.shipai .video_item .hover_info .btns .popup span {
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 17px;
  border-radius: 2px;
  position: relative;
}
.shipai .video_item .hover_info .btns .popup span:after {
  content: '';
  border: 4px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
  border-left-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 100%) rotate(-135deg);
}
.shipai .audio {
  display: flex;
  flex-direction: column;
  background: #363840;
  height: 285px;
  position: relative;
}
.shipai .audio * {
  letter-spacing: 1px;
}
.shipai .audio.active .audio_info .ctrl_icon {
  background-image: url(//bpic.588ku.com/audio_site/basic/pause_230407.svg);
}
.shipai .audio.active .audio_info .play_pan {
  animation-name: audio_play;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shipai .audio .audio_info {
  padding: 34px;
  display: flex;
  justify-content: center;
}
.shipai .audio .audio_info .audio_prev {
  position: relative;
  margin-right: 20px;
}
.shipai .audio .audio_info .play_pan {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.shipai .audio .audio_info .play_pan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shipai .audio .audio_info .ctrl_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(//bpic.588ku.com/audio_site/basic/play_230407.svg);
  background-size: 30px auto;
  cursor: pointer;
}
.shipai .audio .audio_info .info {
  padding-top: 7px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.shipai .audio .audio_info .name {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  margin-bottom: 12px;
  line-height: 18px;
}
.shipai .audio .audio_info .name span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 170px;
}
.shipai .audio .audio_info .type {
  font-size: 14px;
  line-height: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  letter-spacing: 1px;
  opacity: 0.5;
  margin-bottom: 36px;
}
.shipai .audio .audio_info .progress {
  display: flex;
  align-items: center;
}
.shipai .audio .audio_info .progress .progress_bar {
  flex-grow: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  position: relative;
  margin-right: 20px;
}
.shipai .audio .audio_info .progress .progress_bar .current {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: #7351FA;
}
.shipai .audio .audio_info .progress .progress_bar .current:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #7351FA;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  border-radius: 50%;
}
.shipai .audio .audio_info .timer {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 19px;
  opacity: 0.65;
}
.shipai .audio .audio_handle {
  background-color: rgba(0, 0, 0, 0.07);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shipai .audio .audio_handle .btn {
  height: 54px;
  border-radius: 6px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.shipai .audio .audio_handle .btn.download {
  background: #7351FA;
  margin-right: 12px;
  width: 288px;
}
.shipai .audio .audio_handle .btn.download::before {
  content: '';
  width: 19px;
  height: 19px;
  background-image: url(//bpic.588ku.com/audio_site/index/230220/audio_down2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
}
.shipai .audio .audio_handle .btn.coll {
  border: 2px solid #7E70F9;
  width: 54px;
}
.shipai .audio .audio_handle .btn.coll:hover {
  border: none;
  background: rgba(115, 81, 250, 0.8);
}
.shipai .audio .audio_handle .btn.coll:hover::after {
  background-image: url(//bpic.588ku.com/audio_site/index/230220/audio_coll.png);
}
.shipai .audio .audio_handle .btn.coll.colled {
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.shipai .audio .audio_handle .btn.coll.colled:after {
  background-image: url(//bpic.588ku.com/audio_site/basic/coll_icon1.svg);
}
.shipai .audio .audio_handle .btn.coll:after {
  content: '';
  background-image: url(//bpic.588ku.com/audio_site/index/230220/audio_colled.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 19px;
}
.shipai .audio .audio_handle .btn:hover {
  color: #fff;
}
.shipai .audio .audio_handle .btn:hover.download {
  background: rgba(115, 81, 250, 0.8);
}
.shipai .recommend_list {
  display: grid;
  grid-template-columns: repeat(4, 422px);
  gap: 24px;
}
.muban .recommend_content .list241126 .item {
  height: 408px;
}
.muban .video_item.video_vertical .prev_box {
  height: 370px;
}
.muban .recommend_content .list241126 .item .play_ico {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
.muban .recommend_content .list241126 .item .play_ico img {
  width: 50px;
}
.muban .recommend_content .list241126 .item:hover .play_ico {
  display: none;
}
.muban .recommend_content .list241126 .item .prev_box video.prev {
  height: 100%;
  background: #343434;
}
@media screen and (max-width: 1890px) {
  .shipai .recommend_list {
    grid-template-columns: repeat(4, 342px);
    gap: 24px;
  }
  .shipai .video_item .img_box {
    height: 192px;
  }
  .shipai .video_item .video_info {
    height: 40px;
    padding: 0 10px;
  }
  .shipai .video_item .video_info .video_name span {
    max-width: 174px;
  }
  .shipai .audio {
    height: 230px;
  }
  .shipai .audio .audio_info {
    padding: 28px 26px 0;
  }
  .shipai .audio .audio_info .play_pan {
    width: 96px;
    height: 96px;
  }
  .shipai .audio .audio_info .name {
    height: 30px;
    line-height: 24px;
  }
  .shipai .audio .audio_info .type {
    height: 23px;
    margin-bottom: 18px;
  }
  .shipai .audio .audio_handle {
    height: 77px;
    padding: 0 26px;
  }
  .shipai .audio .audio_handle .btn {
    height: 45px;
  }
  .shipai .audio .audio_handle .btn.download {
    width: 235px;
  }
  .shipai .audio .audio_handle .btn.coll {
    width: 45px;
  }
  .muban .recommend_content .list241126 .item {
    height: 358px;
  }
}
@media screen and (max-width: 1440px) {
  .shipai .recommend_list {
    grid-template-columns: repeat(4, 285px);
    gap: 24px;
  }
  .shipai .video_item .img_box {
    height: 160px;
  }
  .shipai .video_item .video_info {
    height: 35px;
    padding: 0 10px;
  }
  .shipai .video_item .video_info .video_name span {
    max-width: 117px;
  }
  .shipai .audio {
    height: 193px;
  }
  .shipai .audio .audio_info {
    padding: 23px 20px 0;
  }
  .shipai .audio .audio_info .info {
    padding-top: 4px;
  }
  .shipai .audio .audio_info .play_pan {
    width: 80px;
    height: 80px;
  }
  .shipai .audio .audio_info .name {
    height: 26px;
    margin-bottom: 2px;
    line-height: 24px;
    font-size: 18px;
  }
  .shipai .audio .audio_info .type {
    font-size: 14px;
    height: 20px;
    margin-bottom: 16px;
  }
  .shipai .audio .audio_handle {
    height: 60px;
    padding: 0 26px;
  }
  .shipai .audio .audio_handle .btn {
    height: 38px;
  }
  .shipai .audio .audio_handle .btn.download {
    width: 198px;
  }
  .shipai .audio .audio_handle .btn.coll {
    width: 38px;
  }
  .muban {
    width: 1200px;
  }
  .muban .item {
    width: 285px;
    height: 198px;
  }
  .muban .video_item .prev_box {
    height: 159px;
  }
  .muban .audio .audio_info {
    padding: 23px 20px 24px;
  }
  .muban .audio .audio_info .name {
    line-height: 24px;
  }
  .muban .audio .audio_info .info {
    padding-top: 0;
  }
  .muban .audio .audio_info .audio_prev {
    width: 80px;
    height: 80px;
  }
  .muban .audio .audio_handle {
    padding: 0 20px;
  }
  .muban .audio .audio_handle .btn {
    height: 38px;
  }
  .muban .audio .audio_handle .btn.download {
    width: 198px;
  }
}
/*# sourceMappingURL=./video_detail_recommend_240703.css.map */