html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.audio_banner{
  width: 92%;
  height: 4rem;
  margin: .34rem auto 0 auto;
  border-radius: .2rem;
  position: relative;
}
.audio_style{
  box-sizing: border-box;
  padding-left: .3rem;
  padding-right: .3rem;
  padding-top: .5rem;
  width: 100%;
  height: 100%;
  border-radius: .2rem;
  background:linear-gradient(135deg,rgba(21,181,255,1) 0%,rgba(20,153,255,1) 100%);
}
.audio_style_top{
  display: flex;
}
.audio_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.72rem;
  height: 1.72rem;
  border-radius: .1rem;
  margin-right: .3rem;
}
.audio_btn img{
  width: .64rem;
  height: .64rem;
}
/*.audio_info{*/
/*  flex: 1;*/
/*}*/
.audio_info {
  flex: 1;
  overflow: hidden;
}
.audio_info h1{
  font-size: .36rem;
  color: #fff;
  margin-top: .1rem;
}

.audio_info p {
  overflow: hidden;
  max-height: 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.26rem;
  color: #fff;
  margin-top: 0.2rem;
  line-height: 0.44rem;
}

/*.audio_info p{*/
/*  font-size: .26rem;*/
/*  color: #fff;*/
/*  margin-top: .2rem;*/
/*  line-height: .44rem;*/
/*}*/
.audio_info span{
  display: block;
  font-size: .32rem;
  color: #fff;
  margin-top: .45rem;
  margin-left: -.15rem;
}
.audio_style_bottom{
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .64rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 .2rem .2rem;
}
.audio_style_bottom img{
  width: .3rem;
  height: .3rem;
  margin-left: .52rem;
  margin-right: .16rem;
}
.audio_style_bottom span{
  font-size: .24rem;
  color: #fff;
}
.program h1{
  font-size: .36rem;
  color: #333;
  font-weight: 700;
  margin-top: .72rem;
  padding-left: .3rem;
  padding-bottom: .2rem;
  border-bottom: .01rem solid #E6E6E6;
}
.program_list li {
  box-sizing: border-box;
  padding-left: .3rem;
  padding-top: .3rem;
  min-height: 1.88rem;
  display: flex;
  justify-content: center;
}
.program_list li img{
  width: 1.28rem;
  height: 1.28rem;
  border-radius: .06rem;
  margin-right: .3rem;
}
.program_info{
  flex: 1;
  border-bottom: .01rem solid #EDEEEF;
}
.program_info h2{
  font-size: .34rem;
  color: #333;
  margin-top: .18rem;
  margin-bottom: .3rem;
}
.program_info p{
  font-size: .26rem;
  color: #999;
}
.program p{
  text-align: center;
  font-size: .3rem;
  color: #999;
  margin-top: 1rem;
}
.down{
  box-sizing: border-box;
  padding: 0 .3rem;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.16rem;
  box-shadow:0px -3px 20px 0px rgba(208,212,217,0.45);
}
.down_left{
  display: flex;
  align-items: center;
}
.down_left img{
  width: .72rem;
  height: .72rem;
  margin-right: .2rem;
  border-radius: .1rem;
}
.down_info p{
  font-size: .32rem;
  color: #333;
}
.down_info span{
  display: block;
  font-size: .22rem;
  color: #939698;
  margin-top: .1rem;
}
.down_btn{
  width: 1.5rem;
  height: .56rem;
  background-color: #21A3F9;
  text-decoration: none;
  color: #fff;
  font-size: .28rem;
  text-align: center;
  line-height: .56rem;
  border-radius: .05rem;
}

.vjs-error-display {
  display: none;
}
.vjs-loading-spinner{
  display: none !important
}