.music_box_bottom{
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 20px;
}

.music_box_bottom_cc{
	width: 100%;
	height: 100%;
	position: relative;
}

.music_box_bottom_cc_s1{
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 10px;
	left: 50%;
	margin-left: -20px;
	z-index: 3;
}

.music_box_bottom_cc_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.music_box_bottom_cc_s1 img:hover{
	cursor: pointer;
}

.music_box_bottom_cc_s3 img:hover{
	cursor: pointer;
}

.music_box_bottom_cc_s4 img:hover{
	cursor: pointer;
}

.music_box_bottom_cc_s5 img:hover{
	cursor: pointer;
}

.music_box_bottom_cc_s6 img:hover{
	cursor: pointer;
}

.music_box_bottom_cc_s7 img:hover{
	cursor: pointer;
}

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

.css360 {
	animation: rotate 3s infinite linear;
}

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

.css361 {
	animation: rotate1 15s infinite linear;
}

.music_box_bottom_cc_s2{
	position: absolute;
	height: 1px;
	bottom: -10px;
	width: 100%;
	background-color: rgba(240, 240, 240, 0.7);
}

.music_tiao_box{
	position: relative;
	width: 100%;
	height: 100%;
}

.music_tiao_box_s2{
	position: absolute;
	left: 0;
	top: 0px;
	width: 0%;
	height: 100%;
	background-color: #280b07;
	transition-duration: 1s;
}

.music_tiao_box_s1{
	height: 15px;
	line-height: 16.5px;
	position: absolute;
	top: -8px;
	z-index: 2;
	font-size: 9px;
	background-color: #280b07;
	box-sizing: border-box;
	padding: 0 5px;
	border-radius: 100px;
	color: #fff;
	transition-duration: 1s;
}

.music_tiao_box_s3{
	position: absolute;
	z-index: 3;
	width: 100%;
	transition-duration: 1s;
	top: -9.4px;
}

.music_tiao_box_s3 input{
	width: 100%;
	opacity: 0;
}

.audio_line{
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.music_box_bo{
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 60px;
}

.music_box_bo_ct {
	width: 130%;
	height: 150px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 28px;
	opacity: 0.3;
	margin-left: -70px;
}

@keyframes audio73-eff{
  0%{
    height: 0;
  }
  50%{
    height: 150px;
  }
  100%{
    height: 0;
  }
}

.music_box_bottom_cc_s3{
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 30px;
	top: 15px;
	left: 50%;
	margin-left: 40px;
}

.music_box_bottom_cc_s3 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.music_box_bottom_cc_s4{
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 30px;
	top: 15px;
	left: 50%;
	margin-left: -70px;
}

.music_box_bottom_cc_s4 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.music_box_bottom_cc_s5{
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 30px;
	top: 15px;
	left: 50%;
	margin-left: -120px;
}

.music_box_bottom_cc_s5 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.music_box_bottom_cc_s6{
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 30px;
	top: 15px;
	left: 50%;
	margin-left: 90px;
}

.music_box_bottom_cc_s6 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.music_box_bottom_cc_s7{
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 20px;
}

.music_box_bottom_cc_s7 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.music_box_bottom_cc_s8{
	position: absolute;
	z-index: 1;
	left: 15px;
	height: 100%;
	line-height: 70px;
	top: 0;
	transition-duration: 0.7s;
}

.music_box_bottom_cc_s8:hover{
    font-size: 21px;
    cursor: pointer;
    color: #ff0000;
}

.shouc_box_clos{
	position: absolute;
	z-index: 3;
	width: 30px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	border-radius: 0.02rem;
	border: 0.01rem solid rgba(255,255,255,.2);
	background: rgba(0,0,0,.2);
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	margin-left: 460px;
	margin-top: -300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shouc_box_clos:hover .jianyi_box_clos_x{
	animation: rotate 0.5s 1 linear;
}

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

.jianyi_box_clos_x{
	width: 20px;
	height: 20px;
	text-align: center;
	overflow: hidden;
}

.jianyi_box_clos_xs{
	width: 20px;
	height: 20px;
	text-align: center;
	overflow: hidden;
}

.jianyi_box_clos:hover .jianyi_box_clos_x{
	animation: rotate 0.5s 1 linear;
}

.music_box{
	position: fixed;
	z-index: 200000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
}

.music_box_cc{
	width: 900px;
	position: absolute;
	height: 600px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 7px;
	top: 50%;
	margin-top: -300px;
	left: 50%;
	margin-left: -450px;
}

.jianyi_box_cc_c{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	font-family: myfoot1;
	font-size: 14px;
}

.jianyi_box_cc_title{
	position: relative;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	border-bottom: 1px solid #eef0f4;
	line-height: 60px;
	padding: 0px 15px;
	overflow: hidden;
}

.jianyi_box_cc_title1{
	position: relative;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	line-height: 60px;
	padding: 0px 15px;
	overflow: hidden;
}

.sms_box_td_ytitme{
	width: 100%;
	line-height: 20px;
	background-color: rgba(0, 170, 127, 0.05);
	box-sizing: border-box;
	padding: 10px 15px;
	text-align: justify;
	word-break: break-all;
}

.sms_box_td_txt{
	width: 100%;
	text-align: justify;
	word-break: break-all;
	box-sizing: border-box;
	padding: 0 15px;
	overflow: hidden;
	font-size: 23px;
    font-family: "楷体";
    font-weight: bold;
    letter-spacing: 5px;
}

.sms_box_td_txt img{
	width: 80%;
	margin-left: 10%;
	text-align: center;
}

.sms_box_td_txt p{
    line-height: 20px;
    margin-top: 10px;
}

.sms_box_td{
	position: absolute;
	width: 100%;
	top: 60px;
	bottom: 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

.sms_box_tdb{
	position: absolute;
	width: 100%;
	top: 60px;
	bottom: 0px;
	overflow: hidden;
}

.sms_box_tdb_cc{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sms_box_tdb_cc_s1{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
}

.sms_box_tdb_cc_s1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.sms_box_tdb_cc_s2{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 506px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    text-indent: 2rem;
    box-sizing: border-box;
    padding: 0px 5px 0 0;
    word-break: break-all;
}

.jianyi_box_cc_title span{
    color: #ff0000;
    padding: 0 0 0 20px;
    font-weight: bold;
}

.sms_box_tdb_cc_s2::-webkit-scrollbar {
	width: 6px;
	border-radius: 6px;
}

.sms_box_tdb_cc_s2::-webkit-scrollbar-thumb {
	background: #888;
}

.sms_box_tdb_cc_s2::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.sms_box_td::-webkit-scrollbar {
	width: 6px;
	border-radius: 6px;
}

.sms_box_td::-webkit-scrollbar-thumb {
	background: #888;
}

.sms_box_td::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.sms_box_td1{
	position: absolute;
	width: 100%;
	top: 100px;
	bottom: 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

.sms_box_td2{
	position: absolute;
	width: 100%;
	top: 60px;
	bottom: 0px;
	overflow: hidden;
}

.sms_box_td_item{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.sms_box_td_item_s1{
	position: absolute;
	left: 15px;
	color: #1A2931;
	overflow: hidden;
	right: 80px;
}

.sms_box_td_item_s2 {
	position: absolute;
	right: 15px;
	overflow: hidden;
	color: #6F777A;
}

.sms_box_td_item:hover .sms_box_td_item_s1{
	color: #aaaa7f;
}

.sms_box_td_item:hover .sms_box_td_item_s2{
	color: #000;
}

.song_list {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px;
	width: 100%;
	height: 100%;
	margin-top: -0.01px;
}

.song_list li {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #676464;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border-bottom: 1PX dashed #efefef;
	transition-duration: 1s;
	cursor: pointer;
}

.song_list li:hover{
	background-color: rgba(0,0,0,0.06);
	color: #aaaa00;
	width: 110%;
	margin-left: -15px;
	box-sizing: border-box;
	padding: 0px 30px;
}

.song_list li.cur {
	color: #00aa7f;
	font-weight: bold;
	font-size: 16PX;
	text-decoration: underline;
	text-underline-offset: 5px;
}