@charset "utf-8";

html,body,ul,p,h2,h3,audio {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑"
}

html {
    -webkit-text-size-adjust: none
}

a {
    text-decoration: none;
    color: #666
}

li {
    list-style: none;
    cursor: pointer
}

b {
    font-weight: normal
}

p {
    font-family: "微软雅黑"
}

.body {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: "微软雅黑"
}

.a {
    text-decoration: none
}

.wrap {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    background: #f5f5f5
}

.header {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    box-shadow: 0 3px 0 0 #ddd;
    background: #f2f6fa
}

.box {
    width: 1280px;
    height: 60px;
    margin-left: 13%;
    margin: 0 auto;
    position: relative;
    min-width: 1280px
}

.logo {
    width: 30%;
    height: 60px;
    float: left
}

.daohang {
    width: 50%;
    float: right;
    height: 60px
}

.caidan {
    list-style: none;
    display: inline;
    padding-left: 40%
}

.caidan li {
    display: inline-block;
    padding-left: 10%
}

.caidan li a {
    font-size: 19px;
    text-decoration: none;
    color: #575656
}

.abs {
    position: absolute
}

.rel {
    position: relative
}

.c {
    zoom: 1
}

.c:after {
    content: "";
    display: block;
    clear: both;
    height: 0
}

.music {
    font: 12px/20px "Microsoft Yahei"
}

.music-main {
    left: 0;
    top: 220px;
    width: 320px;
    padding: 20px;
    border: 1px solid #aaa;
    box-shadow: 3px 3px 3px #ccc;
    z-index: 100;
    background: #fff
}

.song-pic {
    position: relative;
    float: left;
    margin-right: 25px
}

.song-pic img {
    width: 80px;
    height: 80px;
    -webkit-transition: 1s all
}

.song-pic .circle {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -13px;
    opacity: .8;
    background: #666
}

.song-name {
    padding: 10px 0 12px;
    font: normal 18px/20px "微软雅黑"
}

.song-des span {
    color: #960
}

.play-bar {
    -moz-user-select: none
}

.play-bar .prev,.play-bar .status,.play-bar .next {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #666;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden
}

.play-bar .status {
    top: 10px;
    width: 45px;
    height: 45px
}

.action-icon {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    font-size: 0;
    line-height: 0
}

.prev .prev-icon {
    left: 3px;
    top: 5px;
    border: 8px solid #fff;
    border-right: 8px solid #666
}

.next .next-icon {
    left: 7px;
    top: 5px;
    border: 8px solid #fff;
    border-left: 8px solid #666
}

.line {
    position: absolute;
    width: 3px;
    height: 16px;
    top: 0;
    background: #666
}

.prev .line {
    left: 7px;
    top: 5px
}

.next .line {
    right: 6px;
    top: 5px
}

.stop-icon {
    left: 18px;
    top: 10px;
    border: 12px solid #fff;
    border-left: 12px solid #ccc
}

.play-icon {
    left: 15px;
    top: 13px;
    width: 8px;
    height: 18px;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc
}

.status-stop .play-icon {
    display: none
}

.status-play .stop-icon {
    display: none
}

.progress-bar {
    height: 4px;
    width: 320px;
    margin: 15px 0;
    background: #CCC
}

.progress-val {
    height: 4px;
    width: 0;
    left: 0;
    top: 0;
    background: #36C;
    overflow: hidden
}

.progress-icon {
    top: -3px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d62c21;
    cursor: pointer;
    overflow: hidden
}

.time {
    right: 0;
    top: 6px
}

.volume {
    left: 180px;
    top: 10px
}

.volume-icon {
    width: 0;
    height: 0;
    border: 7px solid #fff;
    border-right: 7px solid #666;
    font-size: 0;
    line-height: 0;
    cursor: pointer
}

.volume-icon01 {
    left: 1px;
    top: -3px;
    width: 3px;
    height: 6px;
    border-left: 4px solid #666;
    border-right: 1px solid #666
}

.volume-icon02 {
    left: 10px;
    top: -4px;
    width: 1px;
    height: 8px;
    background: #666
}

.volume-icon03 {
    left: 8px;
    top: -6px;
    width: 1px;
    height: 10px;
    color: #333;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    background: #fff
}

.volume-bar {
    left: 23px;
    top: 5px;
    height: 3px;
    width: 90px;
    background: #CCC;
    cursor: pointer
}

.volume-val {
    height: 3px;
    width: 82px;
    left: 0;
    top: 0;
    background: #36C;
    overflow: hidden
}

.volume-control {
    top: -2px;
    left: 82px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d62c21;
    overflow: hidden
}

.volume-bar2 {
    left: 11px;
    top: -95px;
    height: 90px;
    width: 3px;
    cursor: pointer;
    z-index: 99
}

.volume-bar2:after {
    border: 1px solid #dcdcdc;
    width: 17px;
    height: 99px;
    background: #FFF;
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: -8px;
    z-index: -1
}

.volume-bar2:before {
    background: #CCC;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.volume-control2 {
    top: 6px;
    left: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d62c21;
    overflow: hidden;
    z-index: 9
}

.volume-val2 {
    height: 82px;
    width: 3px;
    left: 0;
    bottom: 0;
    background: #d62c21;
    overflow: hidden;
    z-index: 3
}

.volume-bar2.hidden {
    display: none
}

.list-btn {
    right: 0;
    top: 8px;
    width: 12px;
    height: 30px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font: bold 12px/30px "Mircrosoft Yahei";
    text-align: center;
    background: #CCC;
    z-index: 1000
}

.song-box {
    top: 0;
    width: 320px;
    border: 1px solid #aaa;
    padding: 10px;
    box-shadow: 3px 2px 3px #ccc;
    transition: .6s all;
    -ms-transition: .6s all;
    -webkit-transition: .6s all;
    z-index: 10;
    -moz-user-select: none;
    height: 327px
}

.song-box-unfold {
    left: 0
}

.song-box-fold {
    left: 362px
}

.song-box .close-list {
    top: 5px;
    right: 8px
}

.list-hd {
    height: 28px;
    border-bottom: 1px solid #dad8d8;
    font-size: 13px;
    line-height: 28px;
    background: -webkit-linear-gradient(top,#ddd,#f0f0f0)
}

.list-song-tracks,.list-song-name,.list-song-songer {
    display: inline-block;
    height: 27px;
    padding-left: 10px;
    line-height: 27px;
    text-align: center;
    padding-top: 3px;
    font-family: "微软雅黑"
}

.list-song-songeri {
    font-family: "微软雅黑"
}

.list-song-tracks {
    width: 12%;
    padding-left: 29px;
    text-align: center;
    margin-top: -6px;
    font-family: "微软雅黑"
}

.list-song-name {
    width: 55%;
    padding-left: 3px;
    font-family: "微软雅黑";
    margin-top: -6px
}

.cur-song .list-song-tracks {
    background: url(../img/ic5.png) 42px center no-repeat;
    background-size: 18px
}

.cur-song-stop .list-song-tracks {
    background: url(../img/stop.png) 42px center no-repeat;
    background-size: 18px
}

.cur-song .tracks-val,.cur-song-stop .tracks-val {
    font-size: 0
}

.bg-song {
    background: #fff
}

.list-bd {
    height: 302px;
    overflow: auto
}

.list-bd .hoverLi {
    color: black;
    background: #d62c21
}

::-webkit-scrollbar {
    width: .5em;
    height: .5em
}

::-webkit-scrollbar-track {
    background: rgba(217,217,217,0.5)
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px
}

.song-list {
    overflow: auto
}

.play-mode {
    left: 190px;
    top: 35px
}

.play-mode a {
    display: inline-block;
    width: 25px;
    height: 10px;
    margin-right: 15px;
    color: #333;
    cursor: pointer
}

.play-mode a:hover,.play-mode .cur-mode {
    color: #F30
}

.single-mode01,.list-mode01 {
    left: 0;
    top: 0
}

.single-mode01,.list-mode02 {
    left: 0;
    top: 10px
}

.single-mode03 {
    left: 3px;
    top: 6px;
    height: 11px;
    overflow: hidden
}

.random-mode01 {
    left: -1px;
    top: 5px;
    z-index: 100;
    background: #fff
}

.random-mode02 {
    left: 2px;
    top: 1px;
    width: 15px;
    overflow: hidden
}

.random-mode03 {
    left: 2px;
    top: 9px;
    width: 15px;
    overflow: hidden
}

.lrc {
    left: 0;
    top: 0;
    width: 320px;
    padding: 20px;
    border: 1px solid #aaa;
    box-shadow: 3px 3px 3px #ccc;
    z-index: 10;
    background: #fff
}

.lrc-box {
    height: 496px;
    overflow-x: hidden;
    overflow-y: auto
}

.lrc-box ul {
    height: auto;
    overflow: hidden
}

.curLrc {
    color: #d62c21;
    font-weight: bold
}

.rorate-pic-stop {
    -webkit-animation-play-state: paused
}

@-webkit-keyframes rorate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.fun-intro {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 450px;
    line-height: 26px;
    font-size: 12px
}

.fun-intro .intro-tit {
    font: 20px/28px "微软雅黑"
}

.bofangqi {
    width: 1080px;
    min-width: 1080px;
    top: 128px;
    height: 900px;
    margin-left: 20%;
    background: white;
    margin: 0 auto;
    border: 1px transparent
}

.musiclrc {
    width: 600px;
    float: left;
    position: relative;
    margin-top: 130px
}

#lrcName {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px;
    float: right;
    padding-right: 85px;
    font-weight: bold
}

.info {
    width: 600px;
    border-bottom: 1px solid #eaeaea;
    margin: 20px 0 10px 0;
    text-align: center;
    padding-bottom: 10px
}

.info p {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    display: inline
}

.info p.album {
    margin-right: 5px
}

.info p.artist {
    margin-left: 5px
}

.info span.text {
    color: #3ca1f0
}

.music-main {
    display: none
}

.bofangqi .musiclrc .lrc {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 456px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    width: 95%;
    border: 0 none;
    box-shadow: none
}

.playerBox {
    width: 411px;
    float: left;
    position: relative;
    margin-left: 5%;
    margin-top: 135px
}

.pay_a {
    width: 318px;
    margin: 0 auto
}

.playerBox .song-pic img {
    width: 180px;
    height: 180px;
    padding-left: 30px
}

.playerBox .pay_b {
    width: 100%;
    float: left;
    position: relative
}

.playerBox .status {
    width: 44px;
    height: 44px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 50%;
    transform: scale(0.7)
}

.playerBox .status b {
    cursor: pointer
}

.playerBox .progress-bar {
    width: 220px;
    top: 5px;
    left: 51px;
    position: absolute
}

.playerBox .progress-val,.playerBox .volume-val {
    background: #d62c21
}

.playerBox .volume {
    left: 346px;
    top: 15px
}

.playerBox .time {
    right: -85px;
    top: -9px
}

.pay_c {
    width: 383px;
    float: left;
    position: relative;
    margin-top: 12px
}

.playerBox .song-box {
    width: 362px;
    border: 0 none;
    box-shadow: none
}

.contentbf {
    width: 100%;
    height: 1100px;
    margin-left: 16%;
    background: #f5f5f5;
    min-width: 1080px;
    margin: 0 auto
}

#biaoqian {
    padding-left: 160px;
    margin-top: 10px
}

.cur-time {
    color: #ccc
}

.total-time {
    color: #ccc
}

.oneto {
    clear: both
}

.twoto {
    clear: both
}

.threeto {
    clear: both
}

.fourto {
    clear: both
}

.footer {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background: #333232;
    position: relative
}

.youqing1 {
    position: absolute;
    color: white;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 636px;
    height: 60px;
    margin: auto;
    line-height: 2
}

.lianjie1 a {
    text-decoration: none;
    color: white
}

.lianjieThree {
    padding-left: 50px
}

.lianjieFour {
    padding-left: 120px
}

@media screen and (min-width:1024px) {
    html,body,ul,p,h2,h3,audio {
        margin: 0;
        padding: 0
    }

    html {
        -webkit-text-size-adjust: none
    }

    a {
        text-decoration: none;
        color: #666
    }

    li {
        list-style: none;
        cursor: pointer
    }

    b {
        font-weight: normal
    }

    p {
        font-family: "微软雅黑"
    }

    .body {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-family: "微软雅黑"
    }

    .a {
        text-decoration: none
    }

    .wrap {
        width: 100%;
        min-width: 1280px;
        margin: 0 auto;
        background: #f5f5f5
    }

    .header {
        width: 100%;
        height: 60px;
        margin: 0 auto;
        box-shadow: 0 3px 0 0 #ddd;
        background: #f2f6fa
    }

    .box {
        width: 1280px;
        height: 60px;
        margin-left: 13%;
        margin: 0 auto;
        position: relative;
        min-width: 1280px
    }

    .logo {
        width: 30%;
        height: 60px;
        float: left
    }

    .daohang {
        width: 50%;
        float: right;
        height: 60px
    }

    .caidan {
        list-style: none;
        display: inline;
        padding-left: 40%
    }

    .caidan li {
        display: inline-block;
        padding-left: 10%
    }

    .caidan li a {
        font-size: 19px;
        text-decoration: none;
        color: #575656
    }

    .abs {
        position: absolute
    }

    .rel {
        position: relative
    }

    .c {
        zoom: 1
    }

    .c:after {
        content: "";
        display: block;
        clear: both;
        height: 0
    }

    .music {
        font: 12px/20px "Microsoft Yahei"
    }

    .music-main {
        left: 0;
        top: 220px;
        width: 320px;
        padding: 20px;
        border: 1px solid #aaa;
        box-shadow: 3px 3px 3px #ccc;
        z-index: 100;
        background: #fff
    }

    .song-pic {
        position: relative;
        float: left;
        margin-right: 25px
    }

    .song-pic img {
        width: 80px;
        height: 80px;
        -webkit-transition: 1s all
    }

    .song-pic .circle {
        position: absolute;
        width: 20px;
        height: 20px;
        border: 3px solid #fff;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -13px;
        opacity: .8;
        background: #666
    }

    .song-name {
        padding: 10px 0 12px;
        font: normal 18px/20px "微软雅黑"
    }

    .song-des span {
        color: #960
    }

    .play-bar {
        -moz-user-select: none
    }

    .play-bar .prev,.play-bar .status,.play-bar .next {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 1px solid #666;
        border-radius: 50%;
        margin-right: 20px;
        cursor: pointer;
        overflow: hidden
    }

    .play-bar .status {
        top: 10px;
        width: 45px;
        height: 45px
    }

    .action-icon {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        font-size: 0;
        line-height: 0
    }

    .prev .prev-icon {
        left: 3px;
        top: 5px;
        border: 8px solid #fff;
        border-right: 8px solid #666
    }

    .next .next-icon {
        left: 7px;
        top: 5px;
        border: 8px solid #fff;
        border-left: 8px solid #666
    }

    .line {
        position: absolute;
        width: 3px;
        height: 16px;
        top: 0;
        background: #666
    }

    .prev .line {
        left: 7px;
        top: 5px
    }

    .next .line {
        right: 6px;
        top: 5px
    }

    .stop-icon {
        left: 18px;
        top: 10px;
        border: 12px solid #fff;
        border-left: 12px solid #ccc
    }

    .play-icon {
        left: 15px;
        top: 13px;
        width: 8px;
        height: 18px;
        border-left: 3px solid #ccc;
        border-right: 3px solid #ccc
    }

    .status-stop .play-icon {
        display: none
    }

    .status-play .stop-icon {
        display: none
    }

    .progress-bar {
        height: 4px;
        width: 320px;
        margin: 15px 0;
        background: #CCC
    }

    .progress-val {
        height: 4px;
        width: 0;
        left: 0;
        top: 0;
        background: #36C;
        overflow: hidden
    }

    .progress-icon {
        top: -3px;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #d62c21;
        cursor: pointer;
        overflow: hidden
    }

    .time {
        right: 0;
        top: 6px
    }

    .volume {
        left: 180px;
        top: 10px
    }

    .volume-icon {
        width: 0;
        height: 0;
        border: 7px solid #fff;
        border-right: 7px solid #666;
        font-size: 0;
        line-height: 0;
        cursor: pointer
    }

    .volume-icon01 {
        left: 1px;
        top: -3px;
        width: 3px;
        height: 6px;
        border-left: 4px solid #666;
        border-right: 1px solid #666
    }

    .volume-icon02 {
        left: 10px;
        top: -4px;
        width: 1px;
        height: 8px;
        background: #666
    }

    .volume-icon03 {
        left: 8px;
        top: -6px;
        width: 1px;
        height: 10px;
        color: #333;
        font-size: 10px;
        font-weight: normal;
        line-height: 10px;
        background: #fff
    }

    .volume-bar {
        left: 23px;
        top: 5px;
        height: 3px;
        width: 90px;
        background: #CCC;
        cursor: pointer
    }

    .volume-val {
        height: 3px;
        width: 82px;
        left: 0;
        top: 0;
        background: #36C;
        overflow: hidden
    }

    .volume-control {
        top: -2px;
        left: 82px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d62c21;
        overflow: hidden
    }

    .volume-bar2 {
        left: 11px;
        top: -95px;
        height: 90px;
        width: 3px;
        cursor: pointer;
        z-index: 99
    }

    .volume-bar2:after {
        border: 1px solid #dcdcdc;
        width: 17px;
        height: 99px;
        background: #FFF;
        content: '';
        display: block;
        position: absolute;
        top: -7px;
        left: -8px;
        z-index: -1
    }

    .volume-bar2:before {
        background: #CCC;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }

    .volume-control2 {
        top: 6px;
        left: -3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d62c21;
        overflow: hidden;
        z-index: 9
    }

    .volume-val2 {
        height: 82px;
        width: 3px;
        left: 0;
        bottom: 0;
        background: #d62c21;
        overflow: hidden;
        z-index: 3
    }

    .volume-bar2.hidden {
        display: none
    }

    .list-btn {
        right: 0;
        top: 8px;
        width: 12px;
        height: 30px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        font: bold 12px/30px "Mircrosoft Yahei";
        text-align: center;
        background: #CCC;
        z-index: 1000
    }

    .song-box {
        top: 0;
        width: 320px;
        border: 1px solid #aaa;
        padding: 10px;
        box-shadow: 3px 2px 3px #ccc;
        transition: .6s all;
        -ms-transition: .6s all;
        -webkit-transition: .6s all;
        z-index: 10;
        -moz-user-select: none;
        height: 327px
    }

    .song-box-unfold {
        left: 0
    }

    .song-box-fold {
        left: 362px
    }

    .song-box .close-list {
        top: 5px;
        right: 8px
    }

    .list-hd {
        height: 28px;
        border-bottom: 1px solid #dad8d8;
        font-size: 13px;
        line-height: 28px;
        background: -webkit-linear-gradient(top,#ddd,#f0f0f0)
    }

    .list-song-tracks,.list-song-name,.list-song-songer {
        display: inline-block;
        height: 27px;
        padding-left: 10px;
        line-height: 27px;
        text-align: center;
        padding-top: 3px
    }

    .list-song-tracks {
        width: 12%;
        padding-left: 29px;
        text-align: center;
        margin-top: -6px
    }

    .list-song-name {
        width: 55%;
        padding-left: 3px;
        margin-top: -6px
    }

    .cur-song .list-song-tracks {
        background: url(../img/ic5.png) 42px center no-repeat;
        background-size: 18px
    }

    .cur-song-stop .list-song-tracks {
        background: url(../img/stop.png) 42px center no-repeat;
        background-size: 18px
    }

    .cur-song .tracks-val,.cur-song-stop .tracks-val {
        font-size: 0
    }

    .bg-song {
        background: #fff
    }

    .list-bd {
        height: 302px;
        overflow: auto
    }

    .list-bd .hoverLi {
        color: white;
        background: #d62c21
    }

    ::-webkit-scrollbar {
        width: .5em;
        height: .5em
    }

    ::-webkit-scrollbar-track {
        background: rgba(217,217,217,0.5)
    }

    ::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px
    }

    .song-list {
        overflow: auto
    }

    .play-mode {
        left: 190px;
        top: 35px
    }

    .play-mode a {
        display: inline-block;
        width: 25px;
        height: 10px;
        margin-right: 15px;
        color: #333;
        cursor: pointer
    }

    .play-mode a:hover,.play-mode .cur-mode {
        color: #F30
    }

    .single-mode01,.list-mode01 {
        left: 0;
        top: 0
    }

    .single-mode01,.list-mode02 {
        left: 0;
        top: 10px
    }

    .single-mode03 {
        left: 3px;
        top: 6px;
        height: 11px;
        overflow: hidden
    }

    .random-mode01 {
        left: -1px;
        top: 5px;
        z-index: 100;
        background: #fff
    }

    .random-mode02 {
        left: 2px;
        top: 1px;
        width: 15px;
        overflow: hidden
    }

    .random-mode03 {
        left: 2px;
        top: 9px;
        width: 15px;
        overflow: hidden
    }

    .lrc {
        left: 0;
        top: 0;
        width: 320px;
        padding: 20px;
        border: 1px solid #aaa;
        box-shadow: 3px 3px 3px #ccc;
        z-index: 10;
        background: #fff
    }

    .lrc-box {
        height: 496px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .lrc-box ul {
        height: auto;
        overflow: hidden
    }

    .curLrc {
        color: #d62c21;
        font-weight: bold
    }

    .rorate-pic-stop {
        -webkit-animation-play-state: paused
    }@	-webkit-keyframes rorate {
0%{-webkit-transform: rotate(0deg)
}

100% {
    -webkit-transform: rotate(360deg)
}
}

.fun-intro {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 450px;
    line-height: 26px;
    font-size: 12px
}

.fun-intro .intro-tit {
    font: 20px/28px "微软雅黑"
}

.bofangqi {
    width: 1080px;
    min-width: 1080px;
    top: 128px;
    height: 900px;
    margin-left: 20%;
    background: white;
    margin: 0 auto;
    border: 1px transparent
}

.musiclrc {
    width: 600px;
    float: left;
    position: relative;
    margin-top: 130px
}

#lrcName {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px;
    float: right;
    padding-right: 85px;
    font-weight: bold
}

.info {
    width: 600px;
    border-bottom: 1px solid #eaeaea;
    margin: 20px 0 10px 0;
    text-align: center;
    padding-bottom: 10px
}

.info p {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    display: inline
}

.info p.album {
    margin-right: 5px
}

.info p.artist {
    margin-left: 5px
}

.info span.text {
    color: #3ca1f0
}

.music-main {
    display: none
}

.bofangqi .musiclrc .lrc {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 456px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    width: 95%;
    border: 0 none;
    box-shadow: none
}

.playerBox {
    width: 411px;
    float: left;
    position: relative;
    margin-left: 5%;
    margin-top: 135px
}

.pay_a {
    width: 318px;
    margin: 0 auto
}

.playerBox .song-pic img {
    width: 180px;
    height: 180px;
    padding-left: 30px
}

.playerBox .pay_b {
    width: 100%;
    float: left;
    position: relative
}

.playerBox .status {
    width: 44px;
    height: 44px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 50%;
    transform: scale(0.7)
}

.playerBox .status b {
    cursor: pointer
}

.playerBox .progress-bar {
    width: 220px;
    top: 5px;
    left: 51px;
    position: absolute
}

.playerBox .progress-val,.playerBox .volume-val {
    background: #d62c21
}

.playerBox .volume {
    left: 346px;
    top: 15px
}

.playerBox .time {
    right: -85px;
    top: -9px
}

.pay_c {
    width: 383px;
    float: left;
    position: relative;
    margin-top: 12px
}

.playerBox .song-box {
    width: 362px;
    border: 0 none;
    box-shadow: none
}

.contentbf {
    width: 100%;
    height: 1100px;
    margin-left: 16%;
    background: #f5f5f5;
    min-width: 1080px;
    margin: 0 auto
}

#biaoqian {
    padding-left: 160px;
    margin-top: 10px
}

.cur-time {
    color: #ccc
}

.total-time {
    color: #ccc
}

.oneto {
    clear: both
}

.twoto {
    clear: both
}

.threeto {
    clear: both
}

.fourto {
    clear: both
}

.footer {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background: #333232;
    position: relative
}

.youqing1 {
    position: absolute;
    color: white;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 636px;
    height: 60px;
    margin: auto;
    line-height: 2
}

.lianjie1 a {
    text-decoration: none;
    color: white
}

.lianjieThree {
    padding-left: 50px
}

.lianjieFour {
    padding-left: 120px
}}

@media screen and (min-width:1280px) {
    html,body,ul,p,h2,h3,audio {
        margin: 0;
        padding: 0
    }

    html {
        -webkit-text-size-adjust: none
    }

    a {
        text-decoration: none;
        color: #666
    }

    li {
        list-style: none;
        cursor: pointer
    }

    b {
        font-weight: normal
    }

    p {
        font-family: "微软雅黑"
    }

    .body {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-family: "微软雅黑"
    }

    .a {
        text-decoration: none
    }

    .wrap {
        width: 100%;
        min-width: 1280px;
        margin: 0 auto;
        background: #f5f5f5
    }

    .header {
        width: 100%;
        height: 60px;
        margin: 0 auto;
        box-shadow: 0 3px 0 0 #ddd;
        background: #f2f6fa
    }

    .box {
        width: 1280px;
        height: 60px;
        margin-left: 13%;
        margin: 0 auto;
        position: relative;
        min-width: 1280px
    }

    .logo {
        width: 30%;
        height: 60px;
        float: left
    }

    .daohang {
        width: 50%;
        float: right;
        height: 60px
    }

    .caidan {
    list-style: none;
    display: inline;
    padding-left: 25%;
}

    .caidan li {
        display: inline-block;
        padding-left: 10.5%;
    }

    .caidan li a {
        font-size: 19px;
        text-decoration: none;
        color: #575656
    }

    .abs {
        position: absolute
    }

    .rel {
        position: relative
    }

    .c {
        zoom: 1
    }

    .c:after {
        content: "";
        display: block;
        clear: both;
        height: 0
    }

    .music {
        font: 12px/20px "Microsoft Yahei"
    }

    .music-main {
        left: 0;
        top: 220px;
        width: 320px;
        padding: 20px;
        border: 1px solid #aaa;
        box-shadow: 3px 3px 3px #ccc;
        z-index: 100;
        background: #fff
    }

    .song-pic {
        position: relative;
        float: left;
        margin-right: 25px
    }

    .song-pic img {
        width: 80px;
        height: 80px;
        -webkit-transition: 1s all
    }

    .song-pic .circle {
        position: absolute;
        width: 20px;
        height: 20px;
        border: 3px solid #fff;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -13px;
        opacity: .8;
        background: #666
    }

    .song-name {
        padding: 10px 0 12px;
        font: normal 18px/20px "Microsoft Yahei"
    }

    .song-des span {
        color: #960
    }

    .play-bar {
        -moz-user-select: none
    }

    .play-bar .prev,.play-bar .status,.play-bar .next {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 1px solid #666;
        border-radius: 50%;
        margin-right: 20px;
        cursor: pointer;
        overflow: hidden
    }

    .play-bar .status {
        top: 10px;
        width: 45px;
        height: 45px
    }

    .action-icon {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        font-size: 0;
        line-height: 0
    }

    .prev .prev-icon {
        left: 3px;
        top: 5px;
        border: 8px solid #fff;
        border-right: 8px solid #666
    }

    .next .next-icon {
        left: 7px;
        top: 5px;
        border: 8px solid #fff;
        border-left: 8px solid #666
    }

    .line {
        position: absolute;
        width: 3px;
        height: 16px;
        top: 0;
        background: #666
    }

    .prev .line {
        left: 7px;
        top: 5px
    }

    .next .line {
        right: 6px;
        top: 5px
    }

    .stop-icon {
        left: 18px;
        top: 10px;
        border: 12px solid #fff;
        border-left: 12px solid #ccc
    }

    .play-icon {
        left: 15px;
        top: 13px;
        width: 8px;
        height: 18px;
        border-left: 3px solid #ccc;
        border-right: 3px solid #ccc
    }

    .status-stop .play-icon {
        display: none
    }

    .status-play .stop-icon {
        display: none
    }

    .progress-bar {
        height: 4px;
        width: 320px;
        margin: 15px 0;
        background: #CCC
    }

    .progress-val {
        height: 4px;
        width: 0;
        left: 0;
        top: 0;
        background: #36C;
        overflow: hidden
    }

    .progress-icon {
        top: -3px;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #d62c21;
        cursor: pointer;
        overflow: hidden
    }

    .time {
        right: 0;
        top: 6px
    }

    .volume {
        left: 180px;
        top: 10px
    }

    .volume-icon {
        width: 0;
        height: 0;
        border: 7px solid #fff;
        border-right: 7px solid #666;
        font-size: 0;
        line-height: 0;
        cursor: pointer
    }

    .volume-icon01 {
        left: 1px;
        top: -3px;
        width: 3px;
        height: 6px;
        border-left: 4px solid #666;
        border-right: 1px solid #666
    }

    .volume-icon02 {
        left: 10px;
        top: -4px;
        width: 1px;
        height: 8px;
        background: #666
    }

    .volume-icon03 {
        left: 8px;
        top: -6px;
        width: 1px;
        height: 10px;
        color: #333;
        font-size: 10px;
        font-weight: normal;
        line-height: 10px;
        background: #fff
    }

    .volume-bar {
        left: 23px;
        top: 5px;
        height: 3px;
        width: 90px;
        background: #CCC;
        cursor: pointer
    }

    .volume-val {
        height: 3px;
        width: 82px;
        left: 0;
        top: 0;
        background: #36C;
        overflow: hidden
    }

    .volume-control {
        top: -2px;
        left: 82px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d62c21;
        overflow: hidden
    }

    .volume-bar2 {
        left: 11px;
        top: -95px;
        height: 90px;
        width: 3px;
        cursor: pointer;
        z-index: 99
    }

    .volume-bar2:after {
        border: 1px solid #dcdcdc;
        width: 17px;
        height: 99px;
        background: #FFF;
        content: '';
        display: block;
        position: absolute;
        top: -7px;
        left: -8px;
        z-index: -1
    }

    .volume-bar2:before {
        background: #CCC;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }

    .volume-control2 {
        top: 6px;
        left: -3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d62c21;
        overflow: hidden;
        z-index: 9
    }

    .volume-val2 {
        height: 82px;
        width: 3px;
        left: 0;
        bottom: 0;
        background: #d62c21;
        overflow: hidden;
        z-index: 3
    }

    .volume-bar2.hidden {
        display: none
    }

    .list-btn {
        right: 0;
        top: 8px;
        width: 12px;
        height: 30px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        font: bold 12px/30px "Mircrosoft Yahei";
        text-align: center;
        background: #CCC;
        z-index: 1000
    }

    .song-box {
        top: 0;
        width: 320px;
        border: 1px solid #aaa;
        padding: 10px;
        box-shadow: 3px 2px 3px #ccc;
        transition: .6s all;
        -ms-transition: .6s all;
        -webkit-transition: .6s all;
        z-index: 10;
        -moz-user-select: none;
        height: 327px
    }

    .song-box-unfold {
        left: 0
    }

    .song-box-fold {
        left: 362px
    }

    .song-box .close-list {
        top: 5px;
        right: 8px
    }

    .list-hd {
        height: 28px;
        border-bottom: 1px solid #dad8d8;
        font-size: 13px;
        line-height: 28px;
        background: -webkit-linear-gradient(top,#ddd,#f0f0f0)
    }

    .list-song-tracks,.list-song-name,.list-song-songer {
        display: inline-block;
        height: 27px;
        padding-left: 10px;
        line-height: 27px;
        text-align: center;
        padding-top: 3px
    }

    .list-song-tracks {
        width: 12%;
        padding-left: 29px;
        text-align: center;
        margin-top: -6px
    }

    .list-song-name {
        width: 55%;
        padding-left: 3px;
        margin-top: -6px
    }

    .cur-song .list-song-tracks {
        background: url(../img/ic5.png) 42px center no-repeat;
        background-size: 18px
    }

    .cur-song-stop .list-song-tracks {
        background: url(../img/stop.png) 42px center no-repeat;
        background-size: 18px
    }

    .cur-song .tracks-val,.cur-song-stop .tracks-val {
        font-size: 0
    }

    .bg-song {
        background: #fff
    }

    .list-bd {
        height: 302px;
        overflow: auto
    }

    .list-bd .hoverLi {
        color: white;
        background: #d62c21
    }

    ::-webkit-scrollbar {
        width: .5em;
        height: .5em
    }

    ::-webkit-scrollbar-track {
        background: rgba(217,217,217,0.5)
    }

    ::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px
    }

    .song-list {
        overflow: auto
    }

    .play-mode {
        left: 190px;
        top: 35px
    }

    .play-mode a {
        display: inline-block;
        width: 25px;
        height: 10px;
        margin-right: 15px;
        color: #333;
        cursor: pointer
    }

    .play-mode a:hover,.play-mode .cur-mode {
        color: #F30
    }

    .single-mode01,.list-mode01 {
        left: 0;
        top: 0
    }

    .single-mode01,.list-mode02 {
        left: 0;
        top: 10px
    }

    .single-mode03 {
        left: 3px;
        top: 6px;
        height: 11px;
        overflow: hidden
    }

    .random-mode01 {
        left: -1px;
        top: 5px;
        z-index: 100;
        background: #fff
    }

    .random-mode02 {
        left: 2px;
        top: 1px;
        width: 15px;
        overflow: hidden
    }

    .random-mode03 {
        left: 2px;
        top: 9px;
        width: 15px;
        overflow: hidden
    }

    .lrc {
        left: 0;
        top: 0;
        width: 320px;
        padding: 20px;
        border: 1px solid #aaa;
        box-shadow: 3px 3px 3px #ccc;
        z-index: 10;
        background: #fff
    }

    .lrc-box {
        height: 496px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .lrc-box ul {
        height: auto;
        overflow: hidden
    }

    .curLrc {
        color: #d62c21;
        font-weight: bold
    }

    .rorate-pic-stop {
        -webkit-animation-play-state: paused
    }@	-webkit-keyframes rorate {
0%{-webkit-transform: rotate(0deg)
}

100% {
    -webkit-transform: rotate(360deg)
}
}

.fun-intro {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 450px;
    line-height: 26px;
    font-size: 12px
}

.fun-intro .intro-tit {
    font: 20px/28px "微软雅黑"
}

.bofangqi {
    width: 1080px;
    min-width: 1080px;
    top: 128px;
    height: 800px;
    margin-left: 20%;
    background: white;
    margin: 0 auto;
    border: 1px transparent
}

.musiclrc {
    width: 600px;
    float: left;
    position: relative;
    margin-top: 130px
}

#lrcName {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px;
    float: right;
    padding-right: 85px;
    font-weight: bold
}

.info {
    width: 600px;
    border-bottom: 1px solid #eaeaea;
    margin: 20px 0 10px 0;
    text-align: center;
    padding-bottom: 10px
}

.info p {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    display: inline
}

.info p.album {
    margin-right: 5px
}

.info p.artist {
    margin-left: 5px
}

.info span.text {
    color: #3ca1f0
}

.music-main {
    display: none
}

.bofangqi .musiclrc .lrc {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    width: 95%;
    border: 0 none;
    box-shadow: none
}

.playerBox {
    width: 411px;
    float: left;
    position: relative;
    margin-left: 5%;
    margin-top: 135px
}

.pay_a {
    width: 318px;
    margin: 0 auto
}

.playerBox .song-pic img {
    width: 180px;
    height: 180px;
    padding-left: 30px
}

.playerBox .pay_b {
    width: 100%;
    float: left;
    position: relative
}

.playerBox .status {
    width: 44px;
    height: 44px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 50%;
    transform: scale(0.7)
}

.playerBox .status b {
    cursor: pointer
}

.playerBox .progress-bar {
    width: 220px;
    top: 5px;
    left: 51px;
    position: absolute
}

.playerBox .progress-val,.playerBox .volume-val {
    background: #d62c21
}

.playerBox .volume {
    left: 346px;
    top: 15px
}

.playerBox .time {
    right: -85px;
    top: -9px
}

.pay_c {
    width: 383px;
    float: left;
    position: relative;
    margin-top: 12px
}

.playerBox .song-box {
    width: 362px;
    border: 0 none;
    box-shadow: none
}

.contentbf {
    width: 100%;
    height: 880px;
    margin-left: 16%;
    background: #f5f5f5;
    min-width: 1080px;
    margin: 0 auto
}

#biaoqian {
    padding-left: 160px;
    margin-top: 10px
}

.cur-time {
    color: #ccc
}

.total-time {
    color: #ccc
}

.oneto {
    clear: both
}

.twoto {
    clear: both
}

.threeto {
    clear: both
}

.fourto {
    clear: both
}

.footer {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background: #333232;
    position: relative
}

.youqing1 {
    position: absolute;
    color: white;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 636px;
    height: 60px;
    margin: auto;
    line-height: 2
}

.lianjie1 a {
    text-decoration: none;
    color: white
}

.lianjieThree {
    padding-left: 50px
}

.lianjieFour {
    padding-left: 55px
}}

@media screen and (min-width:1366px) {
    html,body,ul,p,h2,h3,audio {
        margin: 0;
        padding: 0
    }

    html {
        -webkit-text-size-adjust: none
    }

    a {
        text-decoration: none;
        color: #666
    }

    li {
        list-style: none;
        cursor: pointer
    }

    b {
        font-weight: normal
    }

    p {
        font-family: "微软雅黑"
    }

    .body {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-family: "微软雅黑"
    }

    .a {
        text-decoration: none
    }

    .wrap {
        width: 100%;
        min-width: 1280px;
        margin: 0 auto;
        background: #f5f5f5
    }

    .header {
        width: 100%;
        height: 60px;
        margin: 0 auto;
        box-shadow: 0 3px 0 0 #ddd;
        background: #f2f6fa
    }

    .box {
        width: 1280px;
        height: 60px;
        margin-left: 13%;
        margin: 0 auto;
        position: relative;
        min-width: 1280px
    }

    .logo {
        width: 30%;
        height: 60px;
        float: left
    }

    .daohang {
        width: 50%;
        float: right;
        height: 60px
    }

    .caidan {
        list-style: none;
        display: inline;
        padding-left: 25%;
    }

    .caidan li {
        display: inline-block;
        padding-left: 10.5%;
    }

    .caidan li a {
        font-size: 19px;
        text-decoration: none;
        color: #575656
    }

    .abs {
        position: absolute
    }

    .rel {
        position: relative
    }

    .c {
        zoom: 1
    }

    .c:after {
        content: "";
        display: block;
        clear: both;
        height: 0
    }

    .music {
        font: 12px/20px "Microsoft Yahei"
    }

    .music-main {
        left: 0;
        top: 220px;
        width: 320px;
        padding: 20px;
        border: 1px solid #aaa;
        box-shadow: 3px 3px 3px #ccc;
        z-index: 100;
        background: #fff
    }

    .song-pic {
        position: relative;
        float: left;
        margin-right: 25px
    }

    .song-pic img {
        width: 80px;
        height: 80px;
        -webkit-transition: 1s all
    }

    .song-pic .circle {
        position: absolute;
        width: 20px;
        height: 20px;
        border: 3px solid #fff;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -13px;
        opacity: .8;
        background: #666
    }

    .song-name {
        padding: 10px 0 12px;
        font: normal 18px/20px "Microsoft Yahei"
    }

    .song-des span {
        color: #960
    }

    .play-bar {
        -moz-user-select: none
    }

    .play-bar .prev,.play-bar .status,.play-bar .next {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 1px solid #666;
        border-radius: 50%;
        margin-right: 20px;
        cursor: pointer;
        overflow: hidden
    }

    .play-bar .status {
        top: 10px;
        width: 45px;
        height: 45px
    }

    .action-icon {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        font-size: 0;
        line-height: 0
    }

    .prev .prev-icon {
        left: 3px;
        top: 5px;
        border: 8px solid #fff;
        border-right: 8px solid #666
    }

    .next .next-icon {
        left: 7px;
        top: 5px;
        border: 8px solid #fff;
        border-left: 8px solid #666
    }

    .line {
        position: absolute;
        width: 3px;
        height: 16px;
        top: 0;
        background: #666
    }

    .prev .line {
        left: 7px;
        top: 5px
    }

    .next .line {
        right: 6px;
        top: 5px
    }

    .stop-icon {
        left: 18px;
        top: 10px;
        border: 12px solid #fff;
        border-left: 12px solid #ccc
    }

    .play-icon {
        left: 15px;
        top: 13px;
        width: 8px;
        height: 18px;
        border-left: 3px solid #ccc;
        border-right: 3px solid #ccc
    }

    .status-stop .play-icon {
        display: none
    }

    .status-play .stop-icon {
        display: none
    }

    .progress-bar {
        height: 4px;
        width: 320px;
        margin: 15px 0;
        background: #CCC
    }

    .progress-val {
        height: 4px;
        width: 0;
        left: 0;
        top: 0;
        background: #36C;
        overflow: hidden
    }

    .progress-icon {
        top: -3px;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #d62c21;
        cursor: pointer;
        overflow: hidden
    }

    .time {
        right: 0;
        top: 6px
    }

    .volume {
        left: 180px;
        top: 10px
    }

    .volume-icon {
        width: 0;
        height: 0;
        border: 7px solid #fff;
        border-right: 7px solid #666;
        font-size: 0;
        line-height: 0;
        cursor: pointer
    }

    .volume-icon01 {
        left: 1px;
        top: -3px;
        width: 3px;
        height: 6px;
        border-left: 4px solid #666;
        border-right: 1px solid #666
    }

    .volume-icon02 {
        left: 10px;
        top: -4px;
        width: 1px;
        height: 8px;
        background: #666
    }

    .volume-icon03 {
        left: 8px;
        top: -6px;
        width: 1px;
        height: 10px;
        color: #333;
        font-size: 10px;
        font-weight: normal;
        line-height: 10px;
        background: #fff
    }

    .volume-bar {
        left: 23px;
        top: 5px;
        height: 3px;
        width: 90px;
        background: #CCC;
        cursor: pointer
    }

    .volume-val {
        height: 3px;
        width: 82px;
        left: 0;
        top: 0;
        background: #36C;
        overflow: hidden
    }

    .volume-control {
        top: -2px;
        left: 82px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d62c21;
        overflow: hidden
    }

    .volume-bar2 {
        left: 11px;
        top: -95px;
        height: 90px;
        width: 3px;
        cursor: pointer;
        z-index: 99
    }

    .volume-bar2:after {
        border: 1px solid #dcdcdc;
        width: 17px;
        height: 99px;
        background: #FFF;
        content: '';
        display: block;
        position: absolute;
        top: -7px;
        left: -8px;
        z-index: -1
    }

    .volume-bar2:before {
        background: #CCC;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }

    .volume-control2 {
        top: 6px;
        left: -3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d62c21;
        overflow: hidden;
        z-index: 9
    }

    .volume-val2 {
        height: 82px;
        width: 3px;
        left: 0;
        bottom: 0;
        background: #d62c21;
        overflow: hidden;
        z-index: 3
    }

    .volume-bar2.hidden {
        display: none
    }

    .list-btn {
        right: 0;
        top: 8px;
        width: 12px;
        height: 30px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        font: bold 12px/30px "Mircrosoft Yahei";
        text-align: center;
        background: #CCC;
        z-index: 1000
    }

    .song-box {
        top: 0;
        width: 320px;
        border: 1px solid #aaa;
        padding: 10px;
        box-shadow: 3px 2px 3px #ccc;
        transition: .6s all;
        -ms-transition: .6s all;
        -webkit-transition: .6s all;
        z-index: 10;
        -moz-user-select: none;
        height: 327px
    }

    .song-box-unfold {
        left: 0
    }

    .song-box-fold {
        left: 362px
    }

    .song-box .close-list {
        top: 5px;
        right: 8px
    }

    .list-hd {
        height: 28px;
        border-bottom: 1px solid #dad8d8;
        font-size: 13px;
        line-height: 28px;
        background: -webkit-linear-gradient(top,#ddd,#f0f0f0)
    }

    .list-song-tracks,.list-song-name,.list-song-songer {
        display: inline-block;
        height: 27px;
        padding-left: 10px;
        line-height: 27px;
        text-align: center;
        padding-top: 3px
    }

    .list-song-tracks {
        width: 12%;
        padding-left: 29px;
        text-align: center;
        margin-top: -6px
    }

    .list-song-name {
        width: 55%;
        padding-left: 3px;
        margin-top: -6px
    }

    .cur-song .list-song-tracks {
        background: url(../img/ic5.png) 42px center no-repeat;
        background-size: 18px
    }

    .cur-song-stop .list-song-tracks {
        background: url(../img/stop.png) 42px center no-repeat;
        background-size: 18px
    }

    .cur-song .tracks-val,.cur-song-stop .tracks-val {
        font-size: 0
    }

    .bg-song {
        background: #fff
    }

    .list-bd {
        height: 302px;
        overflow: auto
    }

    .list-bd .hoverLi {
        color: white;
        background: #d62c21
    }

    ::-webkit-scrollbar {
        width: .5em;
        height: .5em
    }

    ::-webkit-scrollbar-track {
        background: rgba(217,217,217,0.5)
    }

    ::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px
    }

    .song-list {
        overflow: auto
    }

    .play-mode {
        left: 190px;
        top: 35px
    }

    .play-mode a {
        display: inline-block;
        width: 25px;
        height: 10px;
        margin-right: 15px;
        color: #333;
        cursor: pointer
    }

    .play-mode a:hover,.play-mode .cur-mode {
        color: #F30
    }

    .single-mode01,.list-mode01 {
        left: 0;
        top: 0
    }

    .single-mode01,.list-mode02 {
        left: 0;
        top: 10px
    }

    .single-mode03 {
        left: 3px;
        top: 6px;
        height: 11px;
        overflow: hidden
    }

    .random-mode01 {
        left: -1px;
        top: 5px;
        z-index: 100;
        background: #fff
    }

    .random-mode02 {
        left: 2px;
        top: 1px;
        width: 15px;
        overflow: hidden
    }

    .random-mode03 {
        left: 2px;
        top: 9px;
        width: 15px;
        overflow: hidden
    }

    .lrc {
        left: 0;
        top: 0;
        width: 320px;
        padding: 20px;
        border: 1px solid #aaa;
        box-shadow: 3px 3px 3px #ccc;
        z-index: 10;
        background: #fff
    }

    .lrc-box {
        height: 496px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .lrc-box ul {
        height: auto;
        overflow: hidden
    }

    .curLrc {
        color: #d62c21;
        font-weight: bold
    }

    .rorate-pic-stop {
        -webkit-animation-play-state: paused
    }@	-webkit-keyframes rorate {
0%{-webkit-transform: rotate(0deg)
}

100% {
    -webkit-transform: rotate(360deg)
}
}

.fun-intro {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 450px;
    line-height: 26px;
    font-size: 12px
}

.fun-intro .intro-tit {
    font: 20px/28px "微软雅黑"
}

.bofangqi {
    width: 1080px;
    min-width: 1080px;
    top: 128px;
    height: 850px;
    margin-left: 20%;
    background: white;
    margin: 0 auto;
    border: 1px transparent
}

.musiclrc {
    width: 600px;
    float: left;
    position: relative
}

#lrcName {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px;
    float: right;
    padding-right: 85px;
    font-weight: bold;
    font-family: "微软雅黑"
}

.info {
    width: 600px;
    border-bottom: 1px solid #eaeaea;
    margin: 20px 0 10px 0;
    text-align: center;
    padding-bottom: 10px
}

.info p {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    display: inline
}

.info p.album {
    margin-right: 5px
}

.info p.artist {
    margin-left: 5px
}

.info span.text {
    color: #3ca1f0
}

.music-main {
    display: none
}

.bofangqi .musiclrc .lrc {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 556px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    width: 95%;
    border: 0 none;
    box-shadow: none
}

.playerBox {
    width: 411px;
    float: left;
    position: relative;
    margin-left: 5%;
    margin-top: 135px
}

.pay_a {
    width: 318px;
    margin: 0 auto
}

.playerBox .song-pic img {
    width: 180px;
    height: 180px;
    padding-left: 30px
}

.playerBox .pay_b {
    width: 100%;
    float: left;
    position: relative
}

.playerBox .status {
    width: 44px;
    height: 44px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 50%;
    transform: scale(0.7)
}

.playerBox .status b {
    cursor: pointer
}

.playerBox .progress-bar {
    width: 220px;
    top: 5px;
    left: 51px;
    position: absolute
}

.playerBox .progress-val,.playerBox .volume-val {
    background: #d62c21
}

.playerBox .volume {
    left: 346px;
    top: 15px
}

.playerBox .time {
    right: -85px;
    top: -9px
}

.pay_c {
    width: 383px;
    float: left;
    position: relative;
    margin-top: 12px
}

.playerBox .song-box {
    width: 362px;
    border: 0 none;
    box-shadow: none
}

.contentbf {
    width: 100%;
    height: 950px;
    margin-left: 16%;
    background: #f5f5f5;
    min-width: 1080px;
    margin: 0 auto
}

#biaoqian {
    padding-left: 160px;
    margin-top: 10px
}

.cur-time {
    color: #ccc
}

.total-time {
    color: #ccc
}

.oneto {
    clear: both
}

.twoto {
    clear: both
}

.threeto {
    clear: both
}

.fourto {
    clear: both
}

.footer {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background: #333232;
    position: relative
}

.youqing1 {
    position: absolute;
    color: white;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 636px;
    height: 60px;
    margin: auto;
    line-height: 2
}

.lianjie1 a {
    text-decoration: none;
    color: white
}

.lianjieThree {
    padding-left: 50px
}

.lianjieFour {
    padding-left: 55px
}}

@media screen and (min-width:2000px) {
    html,body,ul,p,h2,h3,audio {
        margin: 0;
        padding: 0
    }

    html {
        -webkit-text-size-adjust: none
    }

    a {
        text-decoration: none;
        color: #666
    }

    li {
        list-style: none;
        cursor: pointer
    }

    b {
        font-weight: normal
    }

    p {
        font-family: "微软雅黑"
    }

    .body {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-family: "微软雅黑"
    }

    .a {
        text-decoration: none
    }

    .wrap {
        width: 100%;
        min-width: 1280px;
        margin: 0 auto;
        background: #f5f5f5;
        height: 1280px
    }

    .header {
        width: 100%;
        height: 60px;
        margin: 0 auto;
        box-shadow: 0 3px 0 0 #ddd;
        background: #f2f6fa
    }

    .box {
        width: 1580px;
        margin-left: 13%;
        margin: 0 auto;
        position: relative;
        min-width: 1280px
    }

    .logo {
        width: 30%;
        height: 60px;
        float: left
    }

    .daohang {
        width: 50%;
        float: right;
        height: 60px
    }

    .caidan {
        list-style: none;
        display: inline;
        padding-left: 40%
    }

    .caidan li {
        display: inline-block;
        padding-left: 10%
    }

    .caidan li a {
        font-size: 19px;
        text-decoration: none;
        color: #575656
    }

    .abs {
        position: absolute
    }

    .rel {
        position: relative
    }

    .c {
        zoom: 1
    }

    .c:after {
        content: "";
        display: block;
        clear: both;
        height: 0
    }

    .music {
        font: 12px/20px "Microsoft Yahei";
        height: 900px
    }

    .music-main {
        left: 0;
        top: 220px;
        width: 320px;
        padding: 20px;
        border: 1px solid #aaa;
        box-shadow: 3px 3px 3px #ccc;
        z-index: 100;
        background: #fff
    }

    .song-pic {
        position: relative;
        float: left;
        margin-right: 25px
    }

    .song-pic img {
        width: 80px;
        height: 80px;
        -webkit-transition: 1s all
    }

    .song-pic .circle {
        position: absolute;
        width: 20px;
        height: 20px;
        border: 3px solid #fff;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -13px;
        opacity: .8;
        background: #666
    }

    .song-name {
        padding: 10px 0 12px;
        font: normal 18px/20px "Microsoft Yahei"
    }

    .song-des span {
        color: #960
    }

    .play-bar {
        -moz-user-select: none
    }

    .play-bar .prev,.play-bar .status,.play-bar .next {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 1px solid #666;
        border-radius: 50%;
        margin-right: 20px;
        cursor: pointer;
        overflow: hidden
    }

    .play-bar .status {
        top: 10px;
        width: 45px;
        height: 45px
    }

    .action-icon {
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        font-size: 0;
        line-height: 0
    }

    .prev .prev-icon {
        left: 3px;
        top: 5px;
        border: 8px solid #fff;
        border-right: 8px solid #666
    }

    .next .next-icon {
        left: 7px;
        top: 5px;
        border: 8px solid #fff;
        border-left: 8px solid #666
    }

    .line {
        position: absolute;
        width: 3px;
        height: 16px;
        top: 0;
        background: #666
    }

    .prev .line {
        left: 7px;
        top: 5px
    }

    .next .line {
        right: 6px;
        top: 5px
    }

    .stop-icon {
        left: 18px;
        top: 10px;
        border: 12px solid #fff;
        border-left: 12px solid #ccc
    }

    .play-icon {
        left: 15px;
        top: 13px;
        width: 8px;
        height: 18px;
        border-left: 3px solid #ccc;
        border-right: 3px solid #ccc
    }

    .status-stop .play-icon {
        display: none
    }

    .status-play .stop-icon {
        display: none
    }

    .progress-bar {
        height: 4px;
        width: 320px;
        margin: 15px 0;
        background: #CCC
    }

    .progress-val {
        height: 4px;
        width: 0;
        left: 0;
        top: 0;
        background: #36C;
        overflow: hidden
    }

    .progress-icon {
        top: -3px;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #d62c21;
        cursor: pointer;
        overflow: hidden
    }

    .time {
        right: 0;
        top: 6px
    }

    .volume {
        left: 180px;
        top: 10px
    }

    .volume-icon {
        width: 0;
        height: 0;
        border: 7px solid #fff;
        border-right: 7px solid #666;
        font-size: 0;
        line-height: 0;
        cursor: pointer
    }

    .volume-icon01 {
        left: 1px;
        top: -3px;
        width: 3px;
        height: 6px;
        border-left: 4px solid #666;
        border-right: 1px solid #666
    }

    .volume-icon02 {
        left: 10px;
        top: -4px;
        width: 1px;
        height: 8px;
        background: #666
    }

    .volume-icon03 {
        left: 8px;
        top: -6px;
        width: 1px;
        height: 10px;
        color: #333;
        font-size: 10px;
        font-weight: normal;
        line-height: 10px;
        background: #fff
    }

    .volume-bar {
        left: 23px;
        top: 5px;
        height: 3px;
        width: 90px;
        background: #CCC;
        cursor: pointer
    }

    .volume-val {
        height: 3px;
        width: 82px;
        left: 0;
        top: 0;
        background: #36C;
        overflow: hidden
    }

    .volume-control {
        top: -2px;
        left: 82px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d62c21;
        overflow: hidden
    }

    .volume-bar2 {
        left: 11px;
        top: -95px;
        height: 90px;
        width: 3px;
        cursor: pointer;
        z-index: 99
    }

    .volume-bar2:after {
        border: 1px solid #dcdcdc;
        width: 17px;
        height: 99px;
        background: #FFF;
        content: '';
        display: block;
        position: absolute;
        top: -7px;
        left: -8px;
        z-index: -1
    }

    .volume-bar2:before {
        background: #CCC;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }

    .volume-control2 {
        top: 6px;
        left: -3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d62c21;
        overflow: hidden;
        z-index: 9
    }

    .volume-val2 {
        height: 82px;
        width: 3px;
        left: 0;
        bottom: 0;
        background: #d62c21;
        overflow: hidden;
        z-index: 3
    }

    .volume-bar2.hidden {
        display: none
    }

    .list-btn {
        right: 0;
        top: 8px;
        width: 12px;
        height: 30px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        font: bold 12px/30px "Mircrosoft Yahei";
        text-align: center;
        background: #CCC;
        z-index: 1000
    }

    .song-box {
        top: 0;
        width: 320px;
        border: 1px solid #aaa;
        padding: 10px;
        box-shadow: 3px 2px 3px #ccc;
        transition: .6s all;
        -ms-transition: .6s all;
        -webkit-transition: .6s all;
        z-index: 10;
        -moz-user-select: none;
        height: 327px
    }

    .song-box-unfold {
        left: 0
    }

    .song-box-fold {
        left: 362px
    }

    .song-box .close-list {
        top: 5px;
        right: 8px
    }

    .list-hd {
        height: 28px;
        border-bottom: 1px solid #dad8d8;
        font-size: 13px;
        line-height: 28px;
        background: -webkit-linear-gradient(top,#ddd,#f0f0f0)
    }

    .list-song-tracks,.list-song-name,.list-song-songer {
        display: inline-block;
        height: 27px;
        padding-left: 10px;
        line-height: 27px;
        text-align: center;
        padding-top: 3px
    }

    .list-song-tracks {
        width: 12%;
        padding-left: 29px;
        text-align: center;
        margin-top: -7px
    }

    .list-song-name {
        width: 55%;
        padding-left: 3px;
        margin-top: -7px
    }

    .cur-song .list-song-tracks {
        background: url(../img/ic5.png) 40px center no-repeat;
        background-size: 18px
    }

    .cur-song-stop .list-song-tracks {
        background: url(../img/stop.png) 40px center no-repeat;
        background-size: 18px
    }

    .cur-song .tracks-val,.cur-song-stop .tracks-val {
        font-size: 0
    }

    .bg-song {
        background: #fff
    }

    .list-bd {
        height: 302px;
        overflow: auto
    }

    .list-bd .hoverLi {
        color: white;
        background: #d62c21
    }

    ::-webkit-scrollbar {
        width: .5em;
        height: .5em
    }

    ::-webkit-scrollbar-track {
        background: rgba(217,217,217,0.5)
    }

    ::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px
    }

    .song-list {
        overflow: auto
    }

    .play-mode {
        left: 190px;
        top: 35px
    }

    .play-mode a {
        display: inline-block;
        width: 25px;
        height: 10px;
        margin-right: 15px;
        color: #333;
        cursor: pointer
    }

    .play-mode a:hover,.play-mode .cur-mode {
        color: #F30
    }

    .single-mode01,.list-mode01 {
        left: 0;
        top: 0
    }

    .single-mode01,.list-mode02 {
        left: 0;
        top: 10px
    }

    .single-mode03 {
        left: 3px;
        top: 6px;
        height: 11px;
        overflow: hidden
    }

    .random-mode01 {
        left: -1px;
        top: 5px;
        z-index: 100;
        background: #fff
    }

    .random-mode02 {
        left: 2px;
        top: 1px;
        width: 15px;
        overflow: hidden
    }

    .random-mode03 {
        left: 2px;
        top: 9px;
        width: 15px;
        overflow: hidden
    }

    .lrc {
        left: 0;
        top: 0;
        width: 320px;
        padding: 20px;
        border: 1px solid #aaa;
        box-shadow: 3px 3px 3px #ccc;
        z-index: 10;
        background: #fff
    }

    .lrc-box {
        height: 496px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .lrc-box ul {
        height: auto;
        overflow: hidden
    }

    .curLrc {
        color: #d62c21;
        font-weight: bold
    }

    .rorate-pic-stop {
        -webkit-animation-play-state: paused
    }@	-webkit-keyframes rorate {
0%{-webkit-transform: rotate(0deg)
}

100% {
    -webkit-transform: rotate(360deg)
}
}

.fun-intro {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 450px;
    line-height: 26px;
    font-size: 12px
}

.fun-intro .intro-tit {
    font: 20px/28px "微软雅黑"
}

.bofangqi {
    width: 70%;
    top: 128px;
    height: 950px;
    margin-left: 20%;
    background: white;
    margin: 0 auto;
    border: 1px transparent
}

.musiclrc {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 135px
}

#lrcName {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 450px;
    float: right;
    font-weight: bold
}

.info {
    width: 600px;
    border-bottom: 1px solid #eaeaea;
    margin: 20px 0 10px 0;
    text-align: center;
    padding-bottom: 10px;
    margin-left: 16%
}

.info p {
    font-size: 14px;
    color: #666;
    line-height: 32px;
    display: inline
}

.info p.album {
    margin-right: 5px
}

.info p.artist {
    margin-left: 5px
}

.info span.text {
    color: #3ca1f0
}

.music-main {
    display: none
}

.bofangqi .musiclrc .lrc {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 456px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    width: 95%;
    border: 0 none;
    box-shadow: none
}

.playerBox {
    width: 25%;
    float: left;
    position: relative;
    margin-left: 10%;
    margin-top: 145px
}

.pay_a {
    width: 318px;
    margin: 0 auto
}

.playerBox .song-pic img {
    width: 180px;
    height: 180px;
    margin-left: -5px
}

.playerBox .pay_b {
    width: 100%;
    float: left;
    position: relative
}

.playerBox .status {
    width: 44px;
    height: 44px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 50%;
    transform: scale(0.7);
    margin-left: 10px
}

.playerBox .status b {
    cursor: pointer
}

.playerBox .progress-bar {
    width: 220px;
    top: 5px;
    left: 51px;
    position: absolute;
    margin-left: 10px
}

.playerBox .progress-val,.playerBox .volume-val {
    background: #d62c21
}

.playerBox .volume {
    left: 346px;
    top: 15px
}

.playerBox .time {
    right: -110px;
    top: -9px
}

.pay_c {
    width: 383px;
    float: left;
    position: relative;
    margin-top: 12px
}

.playerBox .song-box {
    width: 362px;
    border: 0 none;
    box-shadow: none
}

.contentbf {
    width: 100%;
    height: 1100px;
    margin-left: 16%;
    background: #f5f5f5;
    min-width: 1080px;
    margin: 0 auto
}

#biaoqian {
    padding-left: 34%;
    margin-top: 10px
}

.cur-time {
    color: #ccc
}

.total-time {
    color: #ccc
}

.oneto {
    clear: both
}

.twoto {
    clear: both
}

.threeto {
    clear: both
}

.fourto {
    clear: both
}

.footer {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background: #333232;
    position: relative
}

.youqing1 {
    position: absolute;
    color: white;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 686px;
    height: 60px;
    margin: auto;
    line-height: 2
}

.lianjie1 a {
    text-decoration: none;
    color: white
}

.lianjieThree {
    padding-left: 70px
}

.lianjieFour {
    padding-left: 120px
}
}
