.aside{
					position: fixed;
					margin: 0 auto;
					top: 50%;
					right: 0;
					z-index: 111;
					height:82px;
					transform: translateY(-50%);
				}
				.aside:nth-child(1){
					transform: translateY(-200%);
				}
				.aside:nth-child(3){
					transform: translateY(100%);;
				}
				.aside .show{
					float: left;
					text-align: center;
					display: block;
					width: 18px;
					height: 82px;
					line-height: 82px;
					background-color: #333333;
					color: #fefefe;
					cursor: pointer;
				}
				.aside .moren{
					float: left;
					width: 82px;
				}
				.aside .moren img{
					display: block;
					width: 82px;
					height: 82px;
				}
				.aside-content{
					float: left;
					width: 0;
					height: 82px;
					background-color: #1a1e27;
				}
				.neirong{
					display: flex;
					width: 100%;
					height: 82px;
				}
				.neirong span{
					display: inline-block;
					margin-left: 30px;
					margin-top: 20px;
				}
				.neirong .tupian{
					margin-left: 40px;
					margin-top: 5px;
					width: 70px;
					height: 70px;
				}
				.neirong .wenzi{
					margin-left: 31px;
				}
				.neirong .wenzi p{
					color: #bfc1be;
					font-size: 12px;
				}
				.guangboBox{
					margin-right:20px;	
				}
				.online-bottom{
					margin-right: -20px;
				
				}
				.contentAudioLeftRLJ{
					width: 140px;
					height: 5px;
					border-radius: 10px;
					background-color: rgba(0,0,0,.5);
					overflow: hidden;
					margin: 10px auto 24px;
				}
				.contentAudioLeftRLJd{
					background-color: rgb(255,255,255);
					height: 100%;
					width: 0;
				}
				.swiper-slide a{
					display: block;
    				width: 100%;	
				}
				.audioLogo{
					width:82px;
					height:82px;
					margin-left:40px;
				}
				.contentAudioRlj {
					float: left;
					width: 260px;
					height: 5px;
					border-radius: 10px;
					background-color: rgba(0,0,0,1);
					overflow: hidden;
					margin-left: 10px;
					margin-top: 18px;
				}
				.contentAudioRljd{
					background-color: #b72b2e;
					height: 100%;
					width: 0;
				}
				.wenzi .contentAudioTime{
					margin-left: 17px;
					color: #999999;
					font-size: 12px;
					margin-top: 11px;
				}
				.player-control__volume{
					float: left;
					line-height: 82px;
					margin-left: 38px;
				}
				.player-control__btn{
					float: left;
					margin: 0 5px;
					font-weight: bolder;
					color: #fff;
					cursor: pointer;
				}
				.progress{
					background: #e4e4e4;
					height: 5px;
					overflow: hidden;
					border-radius: 2px;
					position: relative;
					cursor: pointer;
					margin: 0;
					float: left;
					width: 100px;
					top: 39px;
				}
				.progress .back{
					width: 0px;
					height: 100%;
					border-radius: 2px;
					background: rgb(12, 182, 212);
				}
				.progress .pointer{
					width: 7px;
					height: 7px;
					background: #fff;
					border-radius: 50%;
					opacity: 0;
					-webkit-transition: opacity 0.3s;
					-o-transition: opacity 0.3s;
					transition: opacity 0.3s;
					position: absolute;
					top: -1px;
					left: 0;
				}
				.progress:hover .pointer{
					opacity: 1;
				}
				.rightAudioTitle{
					margin-left: 10px;
					margin-top: 20px;
					line-height: 16px;
					height: 16px;
				}