body, html {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    color: #333333;
}
*{
    border: 0;
    margin: 0;
    padding: 0;
}
img{
    width: 100%;
}
a{
    color: #333333;
    text-decoration: none;
}
/*46.875*/
.download-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.1333rem;
    background: #F5F5F5;
    z-index: 9;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.download-bar .download-info, .download-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.download-bar img{
    width: 4rem;
    /*height: 1.45rem;*/
    margin-left: .2rem;
}
.download-bar .invite-code {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-left: .75rem;
}
.download-bar .invite-code .p1 {
    font-size: 15px;
    color: #333333;
}
.download-bar .invite-code .p2 {
    color: #fff;
    font-size: 9px;
}
.download-bar .download {
    width: 2.8rem;
    height: 0.9386rem;
    background: #3B8EEF;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 2.1333rem;
    margin-right: 0.8533rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-thumb{
    width:5.8rem;
    height: 5.8rem;
    margin: 2.816rem auto 0 auto;
    position: relative;
}
.item-thumb .listen-count.vn_ {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 12px;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.8)),color-stop(97%,#dadada));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.8) 0,#dadada 97%);
    background-image: linear-gradient(90deg,rgba(0,0,0,.8) 0,#dadada 97%);
    text-align: left;
    color: #fff;
    font-weight: lighter;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    opacity: 0.8;
}
.item-name{
    font-size: 16px;
    margin-top: 0.6826rem;
    text-align: center;
    color:#333333
}
.item-ul{
    margin-top: 0.81rem;
    padding: 0.81rem 5% 0 5%;
    border-top: 0.03rem solid #E0E0E0;

}
.article-title{
    margin: 2.816rem 5% 0 5%;
}
.article-title-name{
    font-size: 18px;
}
.article-title-time{
    color: #BDBDBD;
}
.article-user{
    margin: 0.35rem auto 0 auto;
    /*height: 0.8533rem;*/
}
.article-user .article-user-info{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.article-user img{
    width: 1rem;
    height: 1rem;
    margin-left: .8533rem;
}
.article-user .invite-code {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-left: .4rem;
}

.article-user .invite-code .p1 {
    font-size: 14px;
    color: #333333;
}
.article-user .invite-code .p2 {
    color: #9E9E9E;
    font-size: 10px;
}

.musics {
    font-size: 0;
    border-bottom: 0.03rem solid #E0E0E0;
}
.musics .left-area {
    position: relative;
    display: inline-block;
    width: 11%;
    vertical-align: middle;
}
.musics .left-area em {
    display: block;
    width: 100%;
    line-height: 2.12rem;
    text-align: center;
    font-size: 0.625rem;
    color: #888888;
}
.musics .left-area a {
    /*position: absolute;*/
    display: block;
    width: 100%;
    height: 2.5rem;
    top: 0;
    left: 0;
    font-size: 0;
}
.musics .left-area .btn-play {
    background: url(../image/bf.png) center left no-repeat;
    background-size: 1.1rem 1.1rem;
    -webkit-background-size: 1.1rem 1.1rem;
}
.musics .left-area .btn-pause {
    background: url(../images/play.png) center left no-repeat;
    background-size: 1.1rem 1.1rem;
    -webkit-background-size: 1.1rem 1.1rem;
}
.musics .pinfo {
    display: inline-block;
    width: 89%;
    vertical-align: middle;
    text-align: left;
}

.musics .pinfo .musicInfo {
    display: inline-block;
    width: 86.5%;
    padding: 0.24rem 0 0.23rem;
    vertical-align: middle;
}
.musics .pinfo .musicInfo .name {
    font-size: 0.625rem;
    color: #333333;
    line-height: 0.9rem;
}
.musics .pinfo .musicInfo .lh {
    font-size: 0.45rem;
    color: #777777;
    margin-top: 0.01rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.musics .pinfo .musicInfo .lh span {
    display: inline-block;
    vertical-align: middle;
}
.musics:nth-child(1) .left-area em,
.musics:nth-child(2) .left-area em,
.musics:nth-child(3) .left-area em {
    color: #D33A31;
}

.fr-view{
    padding:1.8rem 5% 0 5%;
}

.player-next{
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, .05);
    height: 4rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: block;
}
.player-p{
    width: 40px;
    height: 40px;
    margin-left: 20%;
    background: url("../image/player_icon_syj.png");
    margin-top: 22px;
    display: inline-block;
    background-size: 100% 100%;
}
.player-n{
    width: 40px;
    height: 40px;
    margin-left: 38%;
    background: url("../image/player_icon_xyj.png");
    margin-top: 22px;
    display: inline-block;
    background-size: 100% 100%;
}

.content{
    position: fixed;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    top: 2.1333rem;
    bottom: 2.1333rem;;
    overflow: auto;
}

.buy-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2.1333rem;
    background: #F5F5F5;
    z-index: 9;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
}
.buy-bar .download {
    width: 80%;
    height: 1.6rem;
    background: #FFA823;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2.1333rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar {
    width:100px; 
    height:100px; 
    border-radius:50%;
    object-fit:cover;
}