.podcast-player {
  background: rgba(255, 255, 255, 0.1);
}
.podcast-player .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
}

.podcast-player button {
    cursor: pointer;
   }
.podcast-player .wrap-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  min-width: 155px;
}
.podcast-player .wrap-top .btn-prev {
  width: 40px;
  height: 40px;
      border: 0;
      color: #fff;
      background: none;
}
.podcast-player .wrap-top .btn-next {
  width: 40px;
  height: 40px;
  color: #fff;
      border: 0;
      background: none;
}
.podcast-player .wrap-top .play-button {
  padding-left: 0;
  margin: 0 6px;
  color: #0075ff;
  border: 0;
  background: none;
}
.podcast-player .wrap-top .play-button span {

}
.podcast-player .wrap-top .play-button span i {
  color: #dc3545;
}

.podcast-player .wrap-bottom {
  display: flex;
  align-items: center;
  width: calc(100% - 142px);
}
.podcast-player .wrap-bottom .progress-bar {
  display: block;
  width: 60%;
  position: relative;
  margin-right: 20px;
}
.podcast-player .wrap-bottom .progress-bar .bg {
  border-top: 2px solid;
  border-color: rgba(255, 255, 255, 0.2);
  top: 0;
  display: block;
  height: 0;
  width: 100%;
  transition: all 0.15s linear;
}
.podcast-player .wrap-bottom .time-display {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
}
.podcast-player .wrap-bottom .time-display > * {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-family: Mulish, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 10px;
}
.podcast-player .wrap-bottom .tts-playback-rate {
  font-size: 16px;
  color: #fff;
}
.podcast-player .wrap-bottom .tts-playback-rate .playback-rate {
  margin: 0 6px;
}
.podcast-player .mute-wrap {
  position: absolute;
  right: 0;
  top: 29px;
  width: 120px;
  display: flex;
}
.podcast-player .mute-button {
  padding: 0 16px 0 8px;
background: no-repeat;
    border: 0;
}
.podcast-player .mute-button i {
  color: #fff;
  font-size: 20px;
}
.podcast-player .volume-slider {
  width: 62px;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  cursor: pointer;
  transition: all 0.15s linear;
}
.podcast-player .volume-slider .volume-slider-handle {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-top: -6px;
  background-color: #f8f9fa;
  z-index: 999;
}
.podcast-player .volume-slider .volume-slider-handle:after,
.podcast-player .volume-slider .volume-slider-handle:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  height: 3px;
  margin-top: -2px;
  width: 64px;
}
.podcast-player .volume-slider .volume-slider-handle:before {
  left: -64px;
  background-color: #f8f9fa;
}
.podcast-player .volume-slider .volume-slider-handle:after {
  left: 12px;
  background-color: rgba(255, 255, 255, 0.1);
}
.podcast-player .volume-slider.is-active {
  margin-right: 10px;
  width: 62px;
}
.podcast-player .current_time {
  position: absolute;
  right: -7px;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-indent: -999em;
  transition: all 0.15s linear;
  background-color: #fff;
}
.podcast-player .fill-recent {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  height: 0;
  top: -1px;
  left: 0;
}
.podcast-detail {
    position: relative;
    padding-top: 90px;
    background: url(/common/v1/images/podcast-bg.png) center 0 no-repeat;
    background-size: cover;
}
.podcast-thumb img {
	width: 100%;
}

.podcast_audio {
	width: 100%;
	background: #f1f3f4;
}

.podcast_style  .cate_title_1 {
	display: none;
}
.podcast_style {
    padding: 16px 0;
    margin-bottom: 30px;
}

.podcast_style .swiper-slide .avatar {
    width: 90px;
    min-width: 90px;
    height: 90px;
    float: right;
    margin-left: 16px;
	padding: 0;
}

.podcast_style .swiper-slide .title1  {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.podcast_style .swiper-slide .fa-play-circle {
	display: none;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next, .swiper-rtl .swiper-button-prev {
	top: 50% !important;
}

.podcast_style .swiper-slide {
    padding-right: 30px;
    border-right: 1px solid rgba(0,0,0,.1);
}

.podcast_style .btn {
    font-size: 13px;
    color: #dc3545;
    font-weight: 500;
    background: #ffe69c;
    padding: 2px 12px;
    border-radius: 20px;
	display: unset !important;
}

.podcast_style .viewmore-video {
	display: none;
}

.sub_first_content {
	display: none;
}
.podcast-player {
	background: rgba(255, 255, 255, .1)
}

.podcast-player .container {
	position: relative;
	display: flex;
	align-items: center;
	height: 80px
}

.ad_banner {
	position: relative;
}
.ad_banner .fa-times{
	position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.podcast-info {
    display: flex;
    padding-bottom: 20px;
}

.podcast-thumb {
    width: 180px;
    height: 180px;
    min-width: 180px;
    display: block;
    overflow: hidden;
    background: #e9ecef;
    margin-right: 30px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(255,255,255,.3);
}

.podcast-info .article__title {
    color: #fff;
    margin-bottom: 16px;
}
.article__title {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 500;
    color: #212529;
    margin-bottom: 12px;
}

.podcast-info .article__meta {
    color: #fff;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-top: 0 none;
    border-color: rgba(255,255,255,.3);
	    display: flex;
    align-items: center;
}
.article__meta>* {
    display: flex;
    align-items: center;
}
.podcast-info .article__sapo {
    font-family: Mulish,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.article__sapo {
    font-family: NotoSerif,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 20px;
}
.article__meta {
    font-size: 13px;
    color: #888;
    display: flex;
    align-items: center;
    height: 54px;
    margin-bottom: 20px;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.podcast_audio {
	width: 100%;
	background: #f1f3f4;
}

.podcast_style  .cate_title_1 {
	display: none;
}
.podcast_style {
    padding: 16px 0;
    margin-bottom: 30px;
}

.podcast_style .swiper-slide .avatar {
    width: 90px;
    min-width: 90px;
    height: 90px;
    float: right;
    margin-left: 16px;
	padding: 0;
}

.podcast_style .swiper-slide .title1  {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.podcast_style .swiper-slide .fa-play-circle {
	display: none;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next, .swiper-rtl .swiper-button-prev {
	top: 50% !important;
}

.podcast_style .swiper-slide {
    padding-right: 30px;
    border-right: 1px solid rgba(0,0,0,.1);
}

.podcast_style .btn {
    font-size: 13px;
    color: #dc3545;
    font-weight: 500;
    background: #ffe69c;
    padding: 2px 12px;
    border-radius: 20px;
	display: unset !important;
}

.podcast_style .viewmore-video {
	display: none;
}

.sub_first_content {
	display: none;
}
.podcast-player {
	background: rgba(255, 255, 255, .1)
}

.podcast-player .container {
	position: relative;
	display: flex;
	align-items: center;
	height: 80px
}

.play-button i {
	font-size: 42px;
}

.play-button .fa-play-circle:before {
	font-size: unset; 
}

@media screen and (max-width: 768px) {
.podcast-info {
    display: block;
    padding-bottom: 10px;
}
.podcast-thumb {
    width: 140px;
    height: 140px;
    min-width: 140px;
    display: block;
    overflow: hidden;
    background: #e9ecef;
    margin-right: 10px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(255,255,255,.3);
	float: left;
}
.podcast-detail {
    position: relative;
    padding-top: 15px;
}
.podcast-info .article__title {
    font-size: 25px;
	margin-bottom: 10px;
}
.podcast-info .article__meta {
    display: block;
}
.podcast-player button i {
	font-size: 16px;
}
.podcast-player button i.fa-play-circle,
.podcast-player button i.fa-pause-circle {
	font-size: 20px;
}
.podcast-player .wrap-top {
     min-width: unset; 
}
.podcast-player .wrap-bottom .tts-playback-rate, .podcast-player .volume-slider {
    display: none;
}
.podcast-player .mute-wrap {
    width: auto; 
}
.podcast-player .wrap-bottom .time-display {
    min-width: unset;
}
.podcast-detail .podcast-player .wrap-top button {
	width: auto;
	height: auto;
}
.podcast-player .wrap-bottom {
    width: calc(100% - 85px);
}
.podcast-info .article__sapo {
	clear: both;
	display: none;
}
}