body,div,ul{
    padding: 0;
    margin: 0;
}
ul li{
	list-style-type: none;
}
#swty_player{
    height: 100%;
    
}
.track-page{
    /* height: 2000px;        最后取消高度 */
    border: 1px solid #eee;
    max-width: 640px;
    min-width: 320px;
    margin:auto;
}
.top{
    position: fixed;
    top:0;
    height:56x;
    width: 100%;
    max-width: 640px;    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    background: #eee;
}
.top img{
    display: block;
    padding: 10px 15px;    
}
.player-box{
    background-color: rgb(165, 167, 168);
    padding-bottom: 25px;
    overflow: hidden;
}


.track-cover{
    width: 130px;
    height: 130px;
    margin: 90px auto 0;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    overflow: hidden;
    border-radius: 5px;
}
.player-sprite {
    overflow: hidden;
    background-image: url(../images/player-sprite.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 300%;
}
.play-btn {
    cursor: pointer;
}

.track-cover .play-btn {
    position: absolute;
    width: 76px;
    height: 76px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.track-cover .play-btn.player-play {
    background-position: 0 -152px
}

.track-cover .play-btn.player-pause {
    background-position: 0 -76px
}

.track-cover .play-btn.player-loading {
    background-position: 0 0
}

.title{
    margin: 20px 15px 12px;
    font-size: 20px;
    line-height: 1.4;
    color: #fff
}
.audio-title{
    text-align: center;
    margin: 20px 15px 12px;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
}
.progress-bar-wrap {
    margin: 30px 35px 40px 35px;
}
.progress-bar {
    position: relative;
    height: 2px;
    background-color: rgba(255,255,255,.3);
}
.progress-bar .cache-round, .progress-bar .play-round {
    position: absolute;
    left: 0;
    height: 2px;
}
.progress-bar .cache-round {
    background-color: #fff;
}
.progress-bar .play-round {
    background-color: #f86442;
}

.progress-bar .play-round::after, .progress-bar .play-round::before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    border-radius: 50%;
}
.progress-bar .play-round::before {
    width: 22px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.3);
}
.progress-bar .play-round::after {
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.time-bar {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}
.current {
    left: 0;
}
.duration {
    right: 0;
}
.touch-box{
    cursor: pointer;
}

.current-item-content{
    color: #333333;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    font-family: Helvetica,Arial,sans-serif;
    hyphens: auto;
    text-align: justify;
    margin: 15px;
    border-bottom: 1px solid #ccc;
}
.other-item{
    margin: 15px 15px 37px 15px;
}
.other-item p{
    margin-top: 25px;
    margin-bottom: 13px;
    font-weight: 900;
    font-size: 18px;
}
.other-item p a{
    cursor: pointer;
}
.other-item p span,
.other-item p a{
    display: block;
    float: right;   
    font-size: 13px;
    font-weight: 400;
}

.other-item p a.active{
    color: #f86442;
}

.audio-inline{
	overflow-y: scroll;
}
/*audio-inline滚动条样式开始*/
.audio-inline::-webkit-scrollbar{width:3px;height:0px;border-radius:6px;}
.audio-inline::-webkit-scrollbar-button{display:none;}
.audio-inline::-webkit-scrollbar-track-piece{display:none;}
.audio-inline::-webkit-scrollbar-thumb{background:#47a3da;border-radius:20px;}
.audio-inline::-webkit-scrollbar-thumb:hover{background:#45B6F7;border-radius:6px;}
/*audio-inline滚动条样式结束*/
.audio-inline li{
	font-size: 14px;
    line-height: 2.8;
	border-bottom: 1px solid #f3f4f5;	
}
.audio-inline li:first-child{
	border-top: 1px solid #f3f4f5; 
}
.audio-inline a{
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	height: 40px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

 .audio-inline li a:hover{
    color: #f86442;
}
.audio-inline li.active a{
    color: #f86442;
}
/*-----------------------倍速----------------------------------*/
.speed-control-container {
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 35px;
    
  }
  
  #speed-btn {
    color: hsla(0,0%,100%,.8);
    cursor: pointer;
    font-weight: 600;
    width: 100%;
  }
  #speed-btn:hover{
    color:#fff;
  }
  
  #speed-options {
    position: absolute;
    bottom: 30px; /* 下拉选项显示在按钮下方 */
    left: 0;
    list-style: none;
    margin-left: -30px;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 80px;
    z-index: 1000;
  }
  
  #speed-options li {
    padding: 8px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    

  }
  
  #speed-options li:hover {
    background-color: #f0f0f0;
  }
  
  .hidden {
    display: none;
  }
  /* 倍速 end */


/* 公用部分 */
.tc {
    text-align: center;
}

.rel{
    position: relative;
}
.v-m {
    vertical-align: middle;
}
