.drop-audio .decorate{
	-ms-animation:'decorate' 30s linear 0s infinite normal;
	-moz-animation:'decorate' 30s linear 0s infinite normal;
	-o-animation:'decorate' 30s linear 0s infinite normal;
	-webkit-animation:'decorate' 30s linear 0s infinite normal;
	animation:'decorate' 30s linear 0s infinite normal;
}	

.drop-audio .control{
	position: absolute;
	height:55px;
	width:1060px;
	left:26px;
	bottom:0px;
}
.drop-audio .control .btn3{
	float: left;
	width: 30px;
	height: 34px;
	margin-top: 11px;
	margin-left: 45px;
	transition: opacity 0.2s;
}

.drop-audio .control .btn3.play{
	background: url(../images/audio-btn3.png);
}

.drop-audio .control .btn3.pause{
	background: url(../images/audio-btn4.png);
}

.drop-audio .control .btn1:hover,.drop-audio .control .btn2:hover,.drop-audio .control .btn3:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

.drop-audio .control .line{
	float: left;
	width:792px;
	height: 3px;
	background: #fff;
	border-radius: 1px;
	margin-top:26px;
	margin-left: 45px;
	position: relative;
}

.drop-audio .control .line span{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	border-radius: 1px;
	background: #f64f60;
}

.drop-audio .control .line i{
	position: absolute;
	cursor: pointer;
	right: -5px;
	top: -5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #f64f60;
	display:block;
}

.drop-audio .control .time{
	float: left;
	margin-left: 35px;
	height:55px;
	line-height: 55px;
	color: #fff;
	font-size:18px;
}

.drop-audio .control .time label{
	color: #fff;
}



.drop-video .textbg{background-color:rgba(0,0,0,0.3);}
.drop-video .show {
    background:#191b1f;
	position:absolute;
	top:50%;
	left:50%;
	margin:-310px 0px 0px -445px;
	width:890px;
	height: 620px;
}
.drop-video .play{
	background-color: rgb(0, 0, 0);
    width: 890px;
    height: 620px;
    cursor: pointer;
}
.drop-video .close2 {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
	background:url(../images/drop-close2.png) no-repeat;
}



.music-container {    background-color: #fff;
    border-radius: 0.6vw;
    box-shadow: 0 20px 20px 0 rgba(252, 169, 169, 0.6);
    display: flex;
    padding:2% 6%;
    position: relative;
    margin: 50% 0;
    z-index: 10;
}

.img-container {
  position: relative;
  width: 110px;
}

.img-container::after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 70%;
  left: 70%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, 50%);
}

.img-container img {
  border-radius: 50%;
  object-fit: cover;
  height: 110px;
  width: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: rotate 3s linear infinite;

  animation-play-state: paused;
}

.music-container.play .img-container img {
  animation-play-state: running;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
}

.action-btn {
  background-color: #fff;
  border: 0;

  cursor: pointer;
  padding: 10%;
  margin-left:15%;

}

.fa-pause{ background:url(../images/audio-btn4.png) no-repeat ; width: 30px; height: 34px; display:inline-block;}

.fa-play{ background:url(../images/audio-btn3.png) no-repeat ; width: 30px; height: 34px; display:inline-block;}


.action-btn:focus {
  outline: 0;
}

.music-info {
  display: none;
  border-radius: 15px 15px 0 0;
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  padding: 10px 10px 10px 150px;
  opacity: 0;
  transform: translateY(0%);
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  z-index: 0;
}

.music-container.play .music-info {
  opacity: 1;
  transform: translateY(-100%);
}

.music-info h4 {
  margin: 0;
  display: none;
}

.progress-container {

  cursor: pointer;
  margin: 10px 0;
  height: 4px;
  width: 100%;
}

.progress {

  height: 100%;
  width: 0%;
  transition: width 0.1s linear;
}

.close{ background:url(../images/drop-close.png) no-repeat ; width: 51px; height:51px; position: absolute;top: -35px;
    right: -24px; background-size:50%;}

.drop-audio{position: absolute;
    width: 25%;
    overflow: hidden;
    left: 40%;
    height: 100%;
}

#box01{
	position: relative;
}

#box02{
	width: auto !important;
  margin-left: 38.5vh;
  min-width: 120vh;
}

#box02 .title{
	
}

.sfq ul li img{
	width: 100%;
	height: 61vh;
}

.video1{
	object-fit: fill !important;
}