﻿.mHead {
    margin-top: 12px;
}
.playPage {
    margin: 0 15px;
}
.destWrap > p {
    line-height: 26px;
}

.destWrap p {
    margin-bottom: 17px;
    text-align: justify;
}

p.q {
    line-height: 27px;
    text-indent: 0;
}
.musicInfo {
    line-height: 25px;
}
.musicInfo a {
    color: #2d64b3;
}
@media all and (max-width: 415px) {
    .destWrap > p {
        font-size: 18px;
        line-height: 30px;
        text-indent1: 30px;
    }
    .destWrap img, .imgWrap img {
        max-width: 100%;
        display: block;
        margin1: auto;
        margin-bottom: 15px;
    }
    .destWrap > div, .destWrap > blockquote, p.q {
        margin-left1: 30px;
    }
    iframe1 {
        max-height: 332px;
    }
}
#player {
    background: #2e2e2e none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    height: 55px;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 9998;
    color: White;
    padding-right: 6px;
    z-index: 1000;
}
.jp-audio {
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0;
}

#player img {
    height1: 38px;
    margin1: 0 8px;
    width1: 38px;
    display: block;
    height: 100%;
    margin-left: -50%;
    min-width: 40px;
}

#player .info {
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    -webkit-box-flex: 1; /* Safari */
    -webkit-flex: 1; /* Chrome, WebKit */
    -ms-flex: 1; /* IE10 */
    flex: 1;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 14px;
    border1: 1px solid green;
    padding: 0 8px 0 0;
}

.jp-audio .info .title {
    margin-bottom: 4px;
}
.jp-audio .info strong {
    line-height: 16px;
}
.loadState {
    margin-left: 9px;
    font-size: 13px;
    vertical-align: top;
    display: none;
}
.jp-audio .info .name {
    color: #aeaeae;
    font-size: 0.9em;
    line-height: 13px;
}
.jp-audio .info .artist {
    overflow: hidden;
    white-space: nowrap;
}
.jp-play {
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url("http://i.htcyy.com/img1/play.png") no-repeat scroll -1px -2px;
    background-size: 40px 40px;
    height: 35px;
    width: 36px;
    margin-right: 0px;
    -webkit-tap-highlight-color: transparent;
}
.jp-play:focus {
    outline: none;
}

.jp-state-playing .jp-play {
    background: rgba(0, 0, 0, 0) url("http://i.htcyy.com/img1/pause.png") no-repeat scroll -1px -2px;
    background-size: 40px 40px;
}
.imgWrap {
    max-width: 100%;
    margin-bottom: 14px;
}
.down {
    background: rgba(0, 0, 0, 0) url("/img/m/down.png") no-repeat scroll -1px -2px;
    background-size: 32px 32px;
    margin-right: 12px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.jp-play {
    margin-right: 12px;
    margin-right: 7px;
}
.jp-next {
    background: rgba(0, 0, 0, 0) url("/img/m/next.png") no-repeat scroll -1px -2px;
    background-size: 32px 32px;
    margin-left1: 8px;
    width: 28px;
    height: 28px;
    cursor:pointer;
    display:none;
}

