
*{margin: 0;padding: 0;}
ul{list-style: none}
a{text-decoration: none}
img{vertical-align: middle;}
    /*1rem=10px*/
/*html{font-size: 62.5%;}*/
/*@media only screen and (min-width: 481px) {html {font-size:122%!important}}*/
/*@media only screen and (min-width: 561px) {html {font-size:142%!important}}*/
/*@media only screen and (min-width: 641px) {html {font-size: 162.5% !important}}*/

/*@media only screen and (min-width: 481px) {html {font-size:94%!important}}*/
/*@media only screen and (min-width: 561px) {html {font-size:109%!important}}*/
/*@media only screen and (min-width: 641px) {html {font-size: 125% !important}}*/

html{font-size:60px}
@media only screen and (min-width:400px){html{font-size:21.33px!important}}
@media only screen and (min-width:414px){html{font-size:22.08px!important}}
@media only screen and (min-width:480px){html{font-size:25.6px!important}}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

body{
    position: absolute;
    top:6rem;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "微软雅黑";
    background: #f3f3f3;
}
.mobile-body,
.album-body{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}
/*清除浮动*/
.clear-float:after{
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}
/*头部*/
.header{
    width: 100%;
    height: 6rem;
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
    position: fixed;
    top:0;
    z-index: 9;
}
.header .logo{
    width:3.725rem;
    height:3.725rem;
    text-indent: -9999px;
    background-image: url("../image/mobile-logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    position:absolute;
    left:1.5rem;
    margin-top:1.15rem;
}
.header .open-app{
    width:9.7rem;
    height:3.7rem;
    border:2px solid #6a2329;
    float: right;
    text-align: center;
    line-height: 3.7rem;
    font-size: 1.5rem;
    color: #6a2329;
    border-radius:0.3rem;
    margin-top: 1.15rem;
    position: absolute;
    right: 1.5rem;
    cursor:pointer;
}
/*列表模块*/
.m-content{
    width: 100%;
    position: relative;
    font-size:1.5rem;
}
.list-module{

}
.contains-list{
    padding:0 1.5rem;
    background-color: #ffffff;
}
.list-module li{
    height:4.4rem;
    line-height: 4.4rem;
	font-size:1.8rem;
	margin: 1rem auto;
    border-bottom: 1px solid #ededed;
}
.list-module .text{
    width: 95%;
    margin-right: -1.6rem;
    float: left;
	line-height: 2rem;
}
.list-pay-but{
    width: 1.6rem;
    height:inherit;
    float: right;
	line-height: 2rem;
}
/*加载按钮*/
.upload-but{
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background-color: #f3f3f3;
    cursor: pointer;
}
/*名片*/
.business-card{
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
}
.business-card li{
    margin-top: 2rem;
}
.head-portrait{
    width: 10rem;
    height: 10rem;
    background:url("../image/mask.png") no-repeat;
    background-size: cover;
    margin: 0 auto;
    border-radius: 5rem;
}
.business-card .title{
    font-size: 1.8rem;
    color: #000000;
}
.business-card .text{
    width: 90%;
    margin:2rem auto;
    text-align: left;
    color:#999999 ;
}
.conceal{
    height: 4rem;
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 2rem;
}
.business-card .text p{
    height: inherit;
}
.view-but{
    width: 100%;
    height: 4rem;
    background-color: #fafafa;
    text-align: center;
    color: #999999;
    line-height: 4rem;
    cursor: pointer;
}
/*标签页*/
.tab{
    background-color: #ffffff;
}
.tab-head{
    border-bottom: 1px solid #ededed;
}
.tab-head li{
    width: 50%;
    float: left;
    text-align: center;
	font-size:1.7rem;
}
.tab-head .tab-but{
    line-height: 5.5rem;
    display: inline-block;
    padding: 0 1.5rem;
    color: #666666;
}
.tab-head .active{
    color: #6a2329;
    border-bottom: 2px solid #6a2329;
}

/*专辑模块*/
.album-list-module{

}
.cont-album{
    padding: 0 1.5rem;
}
.cont-album li{
    width: 100%;
    height:7rem;
    padding:1rem 0;
    border-bottom: 1px solid #f3f3f3;
	margin: 0.5rem auto;
}
.album-details{
    width: 100%;
    height: inherit;
    margin-right: -7.5rem;
    float: left;
}
.cont-album .icon-right{
    width: 7.5rem;
    height: inherit;
    float: right;
    text-align: right;
    line-height: 7rem;
}
.cont-album .text-right{
    margin-right: 7.5rem;
    height: inherit;
}
.cont-album .cover{
    width:7rem;
    height: 7rem;
    float: left;
}
.cont-album .cover img{
    width: inherit;
    height: inherit;
}
.cont-album .text{
    height: 7rem;
    margin-left: 8rem;
	width: 90%;
}
.cont-album .text h2{
    font-size: 1.7rem;
    color: #666666;
    font-weight: normal;
    margin: 0 0 1rem 0;
	line-height: 2rem;
}
.cont-album .text h2 .content{
    width: 100%;
    height: 5rem;
    color: #999999;
    line-height: 2.3rem;
	font-size: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*播放器*/
.player{
    padding: 0 1.5rem;
    background-color: #ffffff;
    overflow: hidden;
}
.player h3{
    font-size: 1.8rem;
    color: #000000;
    font-weight: normal;
    /*text-indent: -0.7rem;*/
    margin: 2rem 0 1rem 0;
}
.player .host{
    width: 50%;
    float: left;
}
.player .amount{
    width: 50%;
    float: right;
    text-align: right;
}
.player .like{
    width: 3rem;
    height: 3rem;
    background: url("../image/mask.png") no-repeat;
    background-size: cover;
    border-radius: 1.5rem;
    float: left;
}
.player .right-text{
    width: 100%;
    height: 3rem;
    float: right;
    margin-left:-3rem;
}
.information{
    height: 3rem;
    line-height: 3rem;
    margin-left: 4rem;
    font-size: 1.5rem;
    color: #000000;
}
.player .amount{
    color: #999999;
    line-height: 3rem;
}
.play-but{
    width: 25.5rem;
    height: 25.5rem;
    /*background-image: url("../image/album/mask-1.png");*/
    background-size: cover;
    margin: 2rem auto;
    position: relative;
}
.play-but .button{
    width: 6rem;
    height: 6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3rem;
    margin-top: -3rem;
    background: url("../image/play-but.png") no-repeat ;
    background-size: cover;
}
.play-bar{
    width: 100%;
    height:.5rem;
    background-color:#eaeaea;
    margin-bottom: 1.2rem;
    position: relative;
    cursor: pointer;
}
.play-bar .loading-bar{
    width:0;
    height: .5rem;
    background-color:#c6c6c6;
    position: absolute;
    top: 0;
}
.play-bar .progress-bar{
    width: 0;
    height: .5rem;
    background-color: #6a2329;
    position: absolute;
    top: 0;
}
.play-bar .progress-bar:before{
    content: "";
    width:1.5rem;
    height: 1.5rem;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    border-radius: .75rem;
    position: absolute;
    top: -.5rem;
    right:-.5rem;
    cursor: pointer;
}

.broadcast-information{
    font-size: 1.2rem;
    color: #999999;
    line-height: 1.2rem;
}
.ongoing-time{
    float: left;
}
.total-time{
    float: right;
}

/*下载页*/
.hd-download{
    width: 100%;
    position: relative;
}
.hd-download .phone{
    position: absolute;
    top: -1.4rem;
}
.download-but{
    right: 0;
    top: -.4rem;
}
.download-but .but{
    padding-left:20% ;
    height: 8rem;
    background-color: #6a2329;
    cursor: pointer;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    box-shadow:0 0 1rem #acacac;
    -webkit-box-shadow:0 0 1rem #acacac ;
    -moz-box-shadow:0 0 1rem #acacac ;
}
.download-but .ios{
    margin-bottom: .4rem;
}
.download-but .icon{
    width: 6.7rem;
    height: 8rem;
    line-height: 8rem;
    text-align: center;
    float: left;
}
.download-but .icon img{
    width: 4.8rem;
    height: 4.8rem;
    vertical-align: middle;
}
.download-but .text{
    float: left;
    color: #ffffff;
    padding: 1rem 0;
    line-height: 3rem;
    font-size: 2rem;
}
.download-but .system{
    font-size: 1rem;
}
.Qr-code{
    right: 7rem;
    top:-1rem;
    padding-left: 20%;
}
.download-code{
    width: 20rem;
    height: 20rem;
    position: relative;
}
.download-code img{
    width: inherit;
    height: inherit;
}
.Qr-code .text{
    margin: 2rem;
    color: #6a2329;
    font-size: 1.6rem;
}
.border-show{
    width: 21rem;
    height: 21rem;
    position: absolute;
    box-shadow:2px 2px 10px #d1d1d1;
    -webkit-box-shadow:2px 2px 10px #d1d1d1 ;
    -moz-box-shadow:2px 2px 10px #d1d1d1 ;
    z-index: -1;
}





/*//////////////////////////////首页详情//////////////////////////////////*/
.home-tab{
    margin-top:1rem;
}
.home-tab .tab2{
    display: none;
}
/*//////////////////////////////声音详情//////////////////////////////////*/
.sound-details .play{
    margin-bottom:2rem;
}
.sound-details .introduction{
    padding:2rem 1.5rem ;
    margin-top:1rem;
    background-color: #ffffff;
}
.album-introduction{
    text-indent: 3rem;
    font-size: 1.5rem;
}
.sound-details .introduction h2{
    font-size:1.7rem;
    color: #000000;
    font-weight: normal;
}
.sound-details .introduction p{
    text-indent:3rem;
    font-size:1.7rem;
    color: #666666;
	line-height: 3rem;
}

.subordinate{
    padding:2rem 1.5rem;
    margin-top: 1rem;
    background-color: #ffffff;
}
.subordinate h2{
    font-size: 1.5rem;
    color: #000000;
    font-weight: normal;
    margin-bottom:2rem;
}
.subordinate .cover{
    width:7rem;
    height: 7rem;
    background: url("../image/album/mask-1.png") no-repeat;
    background-size: cover;
    float: left;
}
.subordinate .text{
    width: 100%;
    height: 7rem;
    float: left;
    margin: 0 -6.4rem 0 -7rem;
}
.subordinate .jump{
    width:6.4rem;
    height: 7rem;
    float: right;
}
.album-introduce{
    height: 7rem;
    margin: 0 9.9rem 0 8rem;
}
.album-introduce h3{
    font-size: 1.7rem;
    color: #000000;
    font-weight: normal;
    margin-bottom: 1rem;
    /*text-indent: -0.5rem;*/
}

.album-introduce .introduction-text{
    width: 100%;
    height: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.6rem;
	line-height: 2rem;
    color: #666666;
}.sub-information{
    height: 1.6rem;
    line-height: 1.6rem;
 }
.sub-information img{
    vertical-align: middle;
}
.sub-information .icon{
    height: 1.6rem;
    float: left;
    line-height: 1.6rem;
    margin-right: .7rem;
}
.sub-information span{
    font-size: 1.7rem;
    color: #999999;
    line-height: 2rem;
}
.sub-information .amount-play,
.sub-information .number{
    height: 1.6rem;
    float: left;
}
.sub-information .amount-play{
    margin-right:1.3rem ;

}
.sub-information .amount-play img{
    vertical-align: middle;
}
.subordinate .jump{
    position: relative;
}
.subordinate .jump a{
    width:6.4rem;
    height: 3rem;
    display: inline-block;
    line-height: 3rem;
    text-align: center;
    background-color: #6a2329;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: .3rem;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top:-1.5rem;
}
/*//////////////////////////////专辑详情//////////////////////////////////*/
.album-card{
    padding: 2rem 1.5rem;
    background-color: #ffffff;
}
.album-card .cover{
    width:12rem;
    height: 12rem;
    float: left;
    /*background: url("../image/album/mask-1.png") no-repeat;*/
    background-size: cover;
}
.album-card  .detail{
    width: 100%;
    height: 12rem;
    margin-left: -12rem;
    float: right;
}
.album-card .introduce{
    margin-left: 13rem;
    height: 12rem;

}
.album-card .introduce li{
    color: #999999;
    margin-bottom: 1rem;
    line-height: 1.5rem;
	font-size:1.7rem;
}
.album-card .introduce h2{
    font-size:1.8rem;
    color: #000000;
    font-weight: normal;
    text-indent: -0.5rem;
}
.album-tab{
    margin-top: 1rem;
}
.album-tab .tab1{
    display: none;
}

.introduction-album{
    padding:2rem 1.5rem;
}
.introduction-album h2{
    font-size:1.8rem;
    color: #000000;
    font-weight: normal;
    margin-bottom:1rem;
}
.introduction-album p{
    color: #666666;
    text-indent:3rem;
    font-size: 1.7rem;
	line-height: 3rem;
}

.soundDetails,
.playBut,
.album-but,
.playVoice,
.logo{
    cursor: pointer;
}

.upload{
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    font-size:1.5rem;
}
.l_sound{
    margin-right: 2rem;
    display:block;
}
.lc_sound{
    width: 100%;
    text-overflow: ellipsis;
    height: 4.4rem;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.div_title {
    padding: 30px;
    background-color: white;
    color: #666666;
}

.search_all{
    width: 100%;
    font-size:1.7rem;
    display: block;
    height: 4rem;
    background-color: #fafafa;
    text-align: center;
    color: #999999;
    line-height: 4rem;
    cursor: pointer;
}

.tab_voice_album{
    margin: 10px 0;
}

.tab_voice_album .layout_a_album {
    display: block;
    overflow: auto;
    color: white;
    background: white;
}

.tab_voice_album .layout_a_album > img {
    float: left;
    width: 20%;
    padding: 20px;
    min-height: 200px;
}

.tab_voice_album .layout_a_album .title {
    display: block;
    padding-top: 10px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tab_voice_album .layout_a_album .content {
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tab_voice .div_content {
    overflow: auto;
    padding: 20px 10px;
    display: block;
    color: #666666;
    background-color: white;
}

.tab_voice .div_content .text {
    width: 80%;
}

.tab_voice .div_content img {
    float: right;
    padding: 10px;
}





