@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}

ul li{
	list-style-type: none;
}


.musicanalysisbg-box{ background:#f5f5f5; padding-top:2rem;}
.pt10 {
    padding-top: 30px;
    padding-bottom: 2rem;
}
.musicanalysis-box .title {
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    position: relative;
    padding-top: 0;
} 
.musicanalysis-box .title .width50new span {
    border-bottom: 1px solid #986749;
    width: 100px;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
}
.musicanalysis-box .title h9 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: .5rem;
    height: 32px;
    line-height: 32px;
}

.LIFE-list li {
  
    width: calc(97%/4 - 2px);
}

.LIFE-list li:nth-child(3n) {
    margin-right: 1%;
}
.LIFE-list li:nth-child(4n) {
    margin-right: 0rem;
}

.LIFE-list li { background:#fff;     box-shadow: 0 4px 6px #dcdcdc;}

.LIFE-list li .fa-txt2 {
    position: relative;
    text-align: left;
     background: #ffffff;
    padding: 14px;
}
.fa-txt2 h2 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    clear: both;
    line-height: 30px;
    height: 30px;
}
.LIFE-list li .fa-txt3 {
      position: relative;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    color: #666;
    clear: both;
    top: 10px;
    float: left;
}
.LIFE-list .item .fa-img {
    min-height: auto;
    height: 220px;
    overflow: hidden;
}

.pc {
    display: block;
}


.mb {
    display: none;
}

.audio-box{
	/*position: fixed;
	width: 100%;
	min-width: 338px;
	height: auto;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	color: #fff;*/
}
.cdControllerArm {
    width: 200px;
    height: 220px;
    /* border-radius: 100px; */
    background: url(../images/controllerArm.png) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 2001;
    top: 0px;
    left: 335px;
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    transition: all 0.8s;
    transform: rotate(-0deg);
}
.cdControllerArmpaused{       left: 321px;


 top: -34px;
        transform: rotate(-15deg);}

.audio-container{
	width: 100%;
	margin: auto;
	position:relative;
}
.audio-view{
	float: right;
	width: calc(100% - 410px);
	    padding-left: 2rem;
}
.audio-cover{
	float: left;
	margin: 50px;
	width: 278px;
	height: 278px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: none;
	border-radius: 50%;
	-webkit-animation: rotating 9s linear infinite;
	animation: rotating 9s linear infinite;
}

.audio-coverpaused{-webkit-animation:none;
	animation:none;
}

.audio-cover img{
	display: block;
	height: 100%;
	margin: auto;
}
.audio-body{
	float: left;
	width: calc(100% - 28px);
	height: 38px;
	padding: 0 10px;
	clear: both;
}
.maudio-title{
	width: 100%;
	height: 48px;
	padding-left: 10px;
	font-weight: 100;
	font-size: 36px;
	line-height: 38px;
	overflow: hidden;
	letter-spacing: 1.8px;
}

.audio-title{
	width: 100%;
	height: 48px;
	padding-left: 10px;
	font-weight: 100;
	font-size: 30px;
	line-height: 38px;
	overflow: hidden;
	letter-spacing: 1.8px;
}

.audio-mtext{
	width: 100%;
	    min-height: 120px;
	height: auto;
	padding-left: 10px;
	font-weight: 100;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	letter-spacing: 1.8px;
}



.audio-backs{
	position: relative;
	padding-left: 43px;
	padding-right: 43px;
	margin-top: 10px;
	height: 20px;
}
.audio-this-time,
.audio-count-time{
	position: absolute;
	top: 0;
	width: 38px;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	letter-spacing: 0px;
	background:#a6845f;
	color:#fff;
		border-radius:10px;
		

}
.audio-this-time{
	left: 0;    text-align: center;
}
.audio-count-time{
	right: 0;
	text-align: center;
}
.audio-setbacks{
	height: 2px;
	border-radius: 3px;
	background-color: #cccccc;
}
.audio-setbacks{
	position: relative;
	top: 50%;
}
.audio-cache-setbacks,
.audio-this-setbacks{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}
.audio-cache-setbacks{
	background-color: #a6845f;
	z-index: 1;
	cursor: pointer;
}
.audio-this-setbacks{
	background-color: #866540;
	z-index: 2;
}
.audio-backs-btn{
	position: absolute;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	top: 50%;
	right: -4px;
	background-color: #614526;
	border-radius: 50%;
	cursor: pointer;
}
.audio-btn{
	float: left;
	clear:both;
	display:block;
	
	    position: relative;
}
.audio-select{margin-top: 12px;}
.audio-select > div{
	margin-left: 14px;
	width: 26px;
	height: 26px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
.audio-select .audio-stop ,.audio-select .audio-play{ width:36px; height:36px; margin-top:-5px;}
.audio-coverbg{ background:url('../images/audio-coverbg.png');
    float: left;
    margin: 5px;
    width: 374px;
    height: 374px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    -webkit-animation: rotating 9s linear infinite;
    animation: rotating 9s linear infinite;}
.audio-coverbgpaused{-webkit-animation: none;
    animation: none;}
.audio-prev{
	background-image: url('../images/prev.png');
}
.audio-next{
	background-image: url('../images/next.png');
}
.audio-play{
	background-image: url('../images/play.png');
}
.audio-stop{
	background-image: url('../images/pause.png');
}
.audio-menu{
	background-image: url('../images/menu.png');
}
.audio-volume{
	background-image: url('../images/volume.png');
}
.audio-select > div + div{
	margin-left: 10px;
}
.audio-list {
    position: absolute;
    right: -180px;
    color: #000;
    background-color: #fff;
    bottom: 36px;
    border: 1px solid #ccc;
    width: 288px;
    border-radius: 5px 5px 0 0;
    padding-top: 10px;
    letter-spacing: 0.5px;
    display: none;
}
.audio-list-head{
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.audio-list-head p{
	padding-left: 8px;
	font-size: 16px;
	color: #a6845f;
}
.audio-list-head span{
	position: absolute;
	right: 6px;
	top: 0;
	font-size: 12px;
	display: block;
	width: 35px;
	line-height: 20px;
	border: 1px solid #eee;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	color: #f10b0b;
}
.audio-inline{
	height: 152px;
	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:#a6845f;border-radius:20px;}
.audio-inline::-webkit-scrollbar-thumb:hover{background:#45B6F7;border-radius:6px;}
/*audio-inline滚动条样式结束*/
.audio-inline li{
	font-size: 12px;
	line-height: 2.6;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px solid #ccc;
}
.audio-inline li:first-child{
	border-top: 0px solid #ccc;
}
.audio-inline a{
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	height: 30px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888;
}
.menu-show,
.audio-show-volume{
	display: block !important;
}
.audio-set-volume{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 36px;
	width: 26px;
	height: 118px;
	right: 0px;
	z-index: 999;
	display: none;
}
.volume-box{
	width: 2px;
	margin: auto;
	display: block;
	position: relative;
	background-color: #333;
	border-radius: 2.5px;
	height: 100px;
	bottom: -10px;
}
.volume-box span{
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	margin-left: -4px;
	margin-top: -4px;
	left: 50%;
	cursor: pointer;
}
.volume-box i{
	position: absolute;
	width: 100%;
	border-radius: 2.5px;
	background-color: #a6845f;
	height: 0;
	display: block;
	bottom: 0;
}
@-webkit-keyframes rotating {
	from{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
    	transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*.LIFE-list li:nth-child(3n) {
    margin-right: 1rem;
}*/
/** iPad **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {

.LIFE-list li:nth-child(3n) {
    margin-right: 1rem;
}
.LIFE-list li:nth-child(4n) {
    margin-right: 1rem;
}

.LIFE-list li {
   
    width:calc(100%/2 - 1rem);
    margin-right: 1rem;
	    margin-bottom: 1rem;
}
.audio-list {
    position: absolute;
    right: 0px;
    color: #000;
    background-color: #fff;
    bottom: 36px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px 5px 0 0;
    padding-top: 10px;
    letter-spacing: 0.5px;
    display: none;
}
.maudio-title {
    width: 100%;
    min-height: 48px;
	height:auto;
    padding-left: 0;
    font-weight: 100;
    font-size: 32px;
    line-height: 32px;
    overflow: hidden;
    letter-spacing: -2px;
}

.audio-title {
    width: 100%;
	    min-height: 22px;
height:auto;
    padding-left: 0;
    font-weight: 100;
    font-size: 20px;
    line-height: 22px;
    overflow: hidden;
    letter-spacing: 0;
}.audio-mtext {
    width: 100%;
    min-height: 120px;
    height: auto;
    padding-left: 0;
    font-weight: 100;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    letter-spacing: 0;
}
.audio-body {
    float: left;
    width: calc(100%);
    height: 38px;
    padding: 0 10px;
    clear: both;
}




}



/** iPhone **/
@media only screen and (min-width: 320px) and (max-width: 767px) {

.LIFE-list li:nth-child(3n) {
    margin-right: 1rem;
}
.LIFE-list li:nth-child(4n) {
    margin-right: 1rem;
}
.LIFE-list li {
   
    width:calc(100% - 1rem);
    margin-right:1rem;
	    margin-bottom: 1rem;
}



.pc {
    display: none;
}


.mb {
    display: block;
}


.audio-box {
    padding-top: 2rem;
}
.audio-btn {
    width: 100%;
}

.audio-list {
    position: absolute;
    right: 0;
    color: #000;
    background-color: #fff;
    bottom: 36px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px 5px 0 0;
    padding-top: 10px;
    letter-spacing: 0.5px;
}
.audio-set-volume {
    right: auto;
    left: 168px;
}

.audio-coverbg{width: 304px;
    height: 304px;}
	
	.audio-view {
    float: none;
    width: calc(100%);
	clear:both;
	padding-left:0
}
.cdControllerArm{ left:255px}

.cdControllerArmpaused {
    left: 251px;

}

.audio-cover {
    width: 208px;
    height: 208px;}
	
	.maudio-title {
    width: 100%;
    height: 36px;
    padding-left: 10px;
    font-weight: 100;
    font-size: 28px;
    line-height: 36px;
    overflow: hidden;
    letter-spacing: 0px;
}

.audio-title {
       font-size: 20px;}
	   
	   .audio-mtext {
    min-height: 70px;
    }
	.audio-body {
    float: left;
    width: calc(100% );
    height: 38px;
    padding: 0 10px;
    clear: both;
    margin-bottom: 2rem;
}
}
