body {
    background: #fff;
    overflow-x: hidden;
}

.music_box {
    width: 100%;
    height: 2430px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.music_con {
    width: 1920px;
    height: 100%;
    background: #effaff;
    margin: 0 auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

/* 音乐模糊背景 */
.music-player__bg_box {
    position: relative;
}

.music-player__bg_box .bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 597px;
    background: url(../images/music_bg1.png) no-repeat center center;
    z-index: 9;
}

.music-player__bg_box .logo {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.music-player__bg_box .logo a {
    display: block;
}

.music-player__bg_box .logo img {
    width: 100%;
    height: 100%;
}

.music-player__bg_box .logo .bg_music {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #E5F9FF;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.09);
    margin-top: 28px;
}

.music-player__bg_con {
    width: 1180px;
    height: 740px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.home {
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    margin-top: 20px;
}

.home a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: url(../images/home_icon.png) no-repeat 15px center;
    padding-left: 20px;
    box-sizing: border-box;
}

.music-player__bg {
    width: 100%;
    height: 740px;
    background: url(../images/songs/1fgyj.jpg) no-repeat center;
    background-size: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.music-player__bg .logo a {
    display: block;
}

/* 播放器大小 */
.music-player {
    width: 606px;
}

/* 播放器位置 */
.music-player_box {
    height: 500px;
    background: url(../images/music_bg2.png) no-repeat center center;
    position: relative;
    z-index: 9;
}

.music-player {
    position: relative;
    top: -360px;
    margin: 0 auto;
    padding-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

/* 歌曲列表 */

.music-player__list {
    width: 480px;
    padding: 40px 20px 15px;
    background: #4E6496;
    border-radius: 10px;
    margin-left: 63px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.music-player__list .music__list_content {
    width: 100%;
    height: 90px;
    overflow-y: scroll;
    position: relative;
}

.music-player__list .music__list_content::-webkit-scrollbar {
    width: 5px;
    background: #3B4E78;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.music-player__list .music__list_content::-webkit-scrollbar-thumb {
    background: #91A6D5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.music__list__item {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    padding-left: 25px;
}

.music__list__item.play::before {
    content: '';
    background: url(../images/icon-volume2.png) no-repeat 0 center;
    background-size: 100%;
    display: block;
    width: 14px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 4px;
}

.music__list__item .player__song--timeProgess {
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    padding: 0px 3px;
    border-radius: 5px;
}

.music__list__item:last-of-type {
    margin: 0;
}

.music__list__item.play {
    color: #FEF9B1;
}

/* 歌曲介绍 */
.music-player-info {
    width: 480px;
    padding-top: 20px;
    box-sizing: border-box;
    margin-left: 63px;
}

.music-player-info .music-info_content li {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: none;
}

.music-player-info .music-info_content li.active {
    display: block;
}

/* 播放器主体 */
.music-player__main {
    width: 100%;
    height: 199px;
    background: url(../images/music_bg.png) no-repeat center center;
    border-radius: 10px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.music-player__list_box {
    margin-top: -40px;
}

/* 播放器唱片效果 */
.music-player__disc {
    float: left;
    width: 172px;
    height: 172px;
    background: #fff;
    box-shadow: 0px 10px 53px 6px rgb(69 92 143);
    background-size: 100%;
    border-radius: 50%;
    position: relative;
    top: 10px;
    margin-top: -90px;
    margin-right: 10px;
}

/* 唱片固定点 */
.music-player__disc .cd_fixed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33px;
    height: 33px;
    z-index: 999;
}

/* 唱片指针 */
.music-player__pointer {
    width: 25px;
    position: absolute;
    right: -10px;
    top: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 唱片指针播放状态 加play类名 */
.music-player__pointer.play {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* 唱片歌曲图片 */
.music-player__image {
    width: 146px;
    height: 146px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* 播放器控件 */

.music-player__controls {
    width: 275px;
    height: 130px;
    margin-left: 10px;
    margin-top: -30px;
}

/* 歌曲信息 */
.music__info {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}

.music__info .music__info--title,
.music__info .music__info--singer {
    color: #fff;
}

.music__info .music__info--title {
    font-size: 16px;
}

.music__info .music__info--singer {
    color: #fff;
    font-size: 14px;
}

/* 控件 */

.player-control {
    width: 100%;
}

.player-control__content {
    margin-bottom: 5px;
    overflow: hidden;
}

/* 播放暂停按钮 */
.player-control__btns {}

.player-control__btn {
    float: left;
    margin: 0 8px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
}

.player-control__btn .iconfont {
    display: block;
    width: 16px;
    height: 16px;
}

.player-control__btn.player-control__btn--play .iconfont {
    width: 11px;
}

.player-control__btn .iconfont.icon-prev {
    background: url(../images/btn--prev.png) no-repeat center center;
    background-size: 100%;
}

.player-control__btn .iconfont.icon-next {
    background: url(../images/btn--next.png) no-repeat center center;
    background-size: 100%;
}

.player-control__btn .iconfont.icon-play {
    background: url(../images/btn--pause.png) no-repeat center center;
    background-size: 100% 100%;
}

.player-control__btn .iconfont.icon-pause {
    background: url(../images/btn--play.png) no-repeat center center;
    background-size: 100%;
}

.player-control__btn .iconfont.icon-volume {
    background: url(../images/icon-volume.png) no-repeat center center;
    background-size: 100%;
}

.player-control__btn .iconfont.icon-muted {
    background: url(../images/icon-muted.png) no-repeat center center;
    background-size: 100%;
}

.player-control__volume {
    float: right;
    /* overflow: hidden; */
}

.control__volume--progress {
    float: left;
    width: 100px;
    position: relative;
    top: 4px;
}


.nowTime {
    float: left;
    color: #fff;
}

.totalTime {
    float: right;
    color: #fff;
}

.progress {
    background: #C6D6F6;
    height: 6px;
    /* overflow: hidden; */
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.progress .back {
    width: 0px;
    height: 100%;
    border-radius: 3px;
    background: #FEF9B1;
}

.progress .pointer {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 9;
}

.progress:hover .pointer {
    opacity: 1;
}


/* 播放 画片 动画 */

@-webkit-keyframes disc {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes disc {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.music-player__image.play {
    -webkit-animation: disc 20s linear 0s infinite;
    animation: disc 20s linear 0s infinite;
}


/*  播放进度  */

.player__song--progress {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

/* 作者介绍 */
.author_info {
    background: url(../images/music_bg3.png) no-repeat top center;
}

.author_info .author_info_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: relative;
    top: -390px;
    z-index: 9;
}

.author_tit_con .author_tit {
    margin: 0 auto;
    width: 176px;
    height: 45px;
    background: url(../images/author_tit_bg.png) no-repeat center center;
    background-size: 100%;
    position: relative;
}

.author_tit_con .author_tit .fl_line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 263px;
    width: 306px;
    height: 42px;
    background: url(../images/author_name_bg_fl.png) no-repeat center center;
}

.author_tit_con .author_tit .fr_line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: 263px;
    height: 0;
    width: 306px;
    height: 42px;
    background: url(../images/author_name_bg_fl.png) no-repeat center center;
}

.author_tit_con .author_tit p {
    line-height: 57px;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(0deg, #D7FFF3 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.author_tit_con .notes {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #4EAB8F;
    margin-top: 12px;
}

.author_des {
    margin-bottom: 36px;
    width: 1180px;
}

.author_des .author_des_list {
    width: 1230px;
    margin-left: -25px;
}

.author_des .author_des_list li {
    float: left;
    margin: 20px 25px;
}

.author_des_list li .author_des_con {
    width: 360px;
    position: relative;
}

.author_des_list li .author_des_con .botm_mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(to bottom, transparent 0%, #fff 42%);
    background: -moz-linear-gradient(to bottom, transparent 0%, #fff 42%);
    background: -o-linear-gradient(to bottom, transparent 0%, #fff 42%);
    background: linear-gradient(to bottom, transparent 0%, #fff 42%);
    cursor: pointer;
    border-radius: 0 0 20px 20px;
    z-index: 9;
}

.author_des_list .author_img {
    position: relative;
}

.author_des_list .author_img .author_name {
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 302px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 24px;
    color: #6C8BCD;
    background: url(../images/author_name_bg.png) no-repeat center center;
    background-size: 100%;
}

.author_des_list .author_img .author_name.xxyy {
    letter-spacing: -2px;
}

.author_des_list .author_img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
}

.author_des_list .author_intr {
    width: 100%;
    height: 300px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    padding: 50px 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.author_des_list .author_intr .author_intr_con {
    height: 240px;
    overflow-y: auto;
}

.author_des_list .author_intr .author_intr_con::-webkit-scrollbar {
    width: 5px;
    background: #F0F0F0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.author_des_list .author_intr .author_intr_con::-webkit-scrollbar-thumb {
    background: #C6C6C6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.author_des_list .author_intr p {
    line-height: 30px;
    color: #999;
    font-size: 16px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1179px) {
    .productHeader .w1180 {
        width: 96%;
        margin: 0 2%;
    }

    .commonFooter .w1180 {
        width: 96%;
        margin: 0 2%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

    .commonFooter .w1180 .commonFooterLeft {
        margin-bottom: 10px;
    }

    .music-player__bg_box .logo {
        top: 20vw;
    }

    .music_con {
        width: 100%;
    }

    .music-player__bg {
        height: 74vw;
    }

    .music-player__bg_con {
        width: 100%;
        height: 74vw;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .music-player {
        margin: 0 auto;
    }

    .music-player {
        top: -36vw;
    }

    .music-player__main {}

    .music-player__list {
        width: 92%;
        margin-left: 4%;
    }

    .music-player-info {
        width: 92%;
        margin-left: 4%;
    }

    .author_info .author_info_con {
        width: 100%;
        top: -39vw;
    }

    .author_tit_con .author_tit .fl_line {
        right: 18.3vw;
    }

    .author_tit_con .author_tit .fr_line {
        left: 18.3vw;
    }

    .author_des {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .author_des .author_des_list {
        width: 100%;
        margin-left: 0;
        display: grid;
        grid-template-columns: repeat(3, 33.33%);
    }

    .author_des .author_des_list li {
        width: calc(33.33 - 50px);
        margin: 20px 10px;
    }

    .author_des_list li .author_des_con {
        width: auto;
    }

    .author_des_list .author_img .author_name {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .Header {
        display: none;
    }

    .productFooter {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .music-player {
        width: 100%;
    }

    .author_des .author_des_list {
        display: grid;
        grid-template-columns: repeat(2, 50%);
    }

    body {
        background: #fff;
    }

    .music_box {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .music_con {
        width: 100%;
        height: 100%;
        background: #effaff;
        margin: 0 auto;
        overflow: hidden;
    }

    /* 音乐模糊背景 */
    .music-player__bg_box {
        position: relative;
    }

    .music-player__bg_box .bg {
        position: absolute;
        bottom: -0.4rem;
        width: 100%;
        height: .76rem;
        background: url(../images/ipbg.png) no-repeat center center  !important;
        z-index: 9;
    }

    .music-player__bg_box .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .music-player__bg_box .logo a {
        display: block;
    }

    .music-player__bg_box .logo img {
        width: 3.72rem;
        height: 1.41rem;
    }

    .music-player__bg_box .logo .bg_music {
        text-align: center;
        font-size: 0.32rem;
        font-weight: 400;
        color: #E5F9FF;
        text-shadow: 0rem 0rem 0.06rem rgba(0, 0, 0, 0.09);
        margin-top: 0.28rem;
    }

    .music-player__bg_con {
        width: 100%;
        height: 7rem;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        padding: 0 .3rem;
        box-sizing: border-box;
    }

    .home {
        float: right;
        width: 1.4rem;
        height: 0.6rem;
        line-height: 0.6rem;
        background: rgba(255, 255, 255, 0.1);
        border: 0.01rem solid #FFFFFF;
        border-radius: 0.3rem;
        margin-top: 0.2rem;
    }

    .home a {
        display: block;
        text-align: center;
        font-size: 0.28rem;
        color: #fff;
        background: unset !important;
        background-size: .18rem .18rem;
        padding-left: unset !important;
        box-sizing: border-box;
    }

    .music-player__bg {
        width: 100%;
        height: 7rem;
        background: url(../images/songs/1fgyj.jpg) no-repeat center;
        background-size: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        -webkit-filter: blur(0.2rem);
        filter: blur(0.2rem);
    }

    .music-player__bg .logo a {
        display: block;
    }

    /* 播放器位置 */
    .music-player_box {
        height: 5.7rem;
        min-height: 5.2rem !important;
        background: none !important;
        background-size: 100% 100%;
        position: relative;
        z-index: 9;
    }

    /* 播放器大小 */
    .music-player {
        width: 94%;
        position: relative;
        top: -1rem !important;
        margin: 0 auto;
        padding-bottom: 0.2rem;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    /* 歌曲列表 */
    .music-player__list_box {
        position: relative;
        margin-top: -0.4rem;
    }

    .music-player__list {
        width: 84%;
        height: 2.28rem;
        padding: 0.5rem 0.2rem 0.15rem;
        background: #4E6496;
        border-radius: 0.1rem;
        margin: 0 8% 0;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }

    .music-player__list .music__list_content {
        width: 100%;
        height: 1.4rem;
        overflow-y: scroll;
        position: relative;
    }

    .music-player__list .music__list_content::-webkit-scrollbar {
        width: 0.07rem;
        background: #3B4E78;
        border-radius: 0.07rem;
        -webkit-border-radius: 0.07rem;
        -moz-border-radius: 0.07rem;
    }

    .music-player__list .music__list_content::-webkit-scrollbar-thumb {
        background: #91A6D5;
        border-radius: 0.07rem;
        -webkit-border-radius: 0.07rem;
        -moz-border-radius: 0.07rem;
    }

    .music__list__item {
        color: #fff;
        position: relative;
        margin-bottom: 0.1rem;
        font-size: 0.24rem;
        cursor: pointer;
        padding-left: 0.35rem;
        line-height: .4rem;
    }

    .music__list__item.play::before {
        content: '';
        background: url(../images/icon-volume2.png) no-repeat 0 center;
        background-size: 100%;
        display: block;
        width: 0.22rem;
        height: 0.22rem;
        position: absolute;
        left: 0;
        top: 0.08rem;
    }

    .music__list__item .player__song--timeProgess {
        margin-right: 0.05rem;
        font-size: 0.18rem;
        color: #fff;
        margin-top: 0.05rem;
        padding: 0rem 0.03rem;
        border-radius: 0.05rem;
    }

    .music__list__item:last-of-type {
        margin: 0;
    }

    .music__list__item.play {
        color: #FEF9B1;
    }

    /* 歌曲介绍 */
    .music-player-info {
        width: 6.47rem;
        padding-top: 0.2rem;
        box-sizing: border-box;
        margin-left: 0.27rem;
    }

    .music-player-info .music-info_content li {
        font-size: 0.24rem;
        color: #666;
        line-height: 0.36rem;
        display: none;
    }

    .music-player-info .music-info_content li.active {
        display: block;
    }

    /* 播放器主体 */
    .music-player__main {
        width: 100%;
        height: 2.5rem;
        background: url(../images/music_bg.png) no-repeat center center;
        background-size: 100% 100%;
        border-radius: 0.1rem;
        position: relative;
        z-index: 9;
        padding: 0 0.3rem 0;
        box-sizing: border-box;
    }

    /* 播放器唱片效果 */
    .music-player__disc {
        float: left;
        width: 2.33rem;
        height: 2.33rem;
        background: #fff;
        box-shadow: 0rem 0.1rem 0.53rem 0.06rem rgba(10, 25, 57, 0.86);
        background-size: 100%;
        border-radius: 50%;
        position: relative;
        top: -0.4rem;
        margin-top: unset !important;
    }

    /* 唱片固定点 */
    .music-player__disc .cd_fixed {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0.4rem;
        height: 0.4rem;
        z-index: 999;
    }

    .music-player__disc .cd_fixed img {
        width: 100%;
        height: 100%;
    }

    /* 唱片指针 */
    .music-player__pointer {
        width: 0.25rem;
        position: absolute;
        right: -0.1rem;
        top: 0;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    /* 唱片指针播放状态 加play类名 */
    .music-player__pointer.play {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    /* 唱片歌曲图片 */
    .music-player__image {
        width: 1.97rem;
        height: 1.97rem;
        border-radius: 50%;
        position: absolute;
        overflow: hidden;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    /* 播放器控件 */

    .music-player__controls {
        width: 3.68rem;
        height: auto !important;
        float: right;
        margin-top: 0 !important;
    }

    /* 歌曲信息 */
    .music__info {
        width: 100%;
        height: 0.4rem;
        margin-bottom: 0.4rem;
    }

    .music__info .music__info--title,
    .music__info .music__info--singer {
        color: #fff;
    }

    .music__info .music__info--title {
        font-size: 0.24rem;
        line-height: unset;
    }

    .music__info .music__info--singer {
        color: #fff;
        font-size: 0.18rem;
    }

    /* 控件 */

    .player-control {
        width: 100%;
    }

    .player-control__content {
        margin-bottom: 0.05rem;
        overflow: hidden;
    }

    /* 播放暂停按钮 */
    .player-control__btns {
        float: left;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .player-control__btn {
        width: 33.33%;
        float: left;
        margin: 0 !important;
        font-weight: bolder;
        color: #fff;
        cursor: pointer;
    }
    .player-control__btn.player-control__btn--play{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .player-control__btn.player-control__btn--next{
        display: flex;
        justify-content: flex-end;
    }
    .player-control__btn .iconfont {
        display: block;
        width: 0.25rem;
        height: 0.25rem;
    }

    .player-control__btn.player-control__btn--play .iconfont {
        width: 0.17rem;
    }

    .player-control__btn .iconfont.icon-prev {
        background: url(../images/btn--prev.png) no-repeat center center;
        background-size: 100%;
    }

    .player-control__btn .iconfont.icon-next {
        background: url(../images/btn--next.png) no-repeat center center;
        background-size: 100%;
    }

    .player-control__btn .iconfont.icon-play {
        background: url(../images/btn--pause.png) no-repeat center center;
        background-size: 100%;
    }

    .player-control__btn .iconfont.icon-pause {
        background: url(../images/btn--play.png) no-repeat center center;
        background-size: 100%;
    }

    .player-control__btn .iconfont.icon-volume {
        width: 0.22rem;
        height: 0.22rem;
        background: url(../images/icon-volume.png) no-repeat center center;
        background-size: 100%;
    }

    .player-control__btn .iconfont.icon-muted {
        background: url(../images/icon-muted.png) no-repeat center center;
        background-size: 100%;
    }

    .player-control__volume {
        float: right;
        display: none;
    }

    .control__volume--progress {
        float: left;
        width: 1rem;
        position: relative;
        top: 0.08rem;
    }


    .nowTime {
        float: left;
        color: #fff;
    }

    .totalTime {
        float: right;
        color: #fff;
    }

    .progress {
        background: #C6D6F6;
        height: 0.08rem;
        /* overflow: hidden; */
        border-radius: 0.04rem;
        position: relative;
        cursor: pointer;
    }

    .progress .back {
        width: 0rem;
        height: 100%;
        border-radius: 0.04rem;
        background: #FEF9B1;
    }

    .progress .pointer {
        width: 0.14rem;
        height: 0.14rem;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0rem 0rem 0.05rem 0rem rgba(0, 0, 0, 0.3);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
        position: absolute;
        top: -0.03rem;
        left: 0;
        z-index: 9;
    }

    .progress:hover .pointer {
        opacity: 1;
    }


    /*  播放进度  */

    .player__song--progress {
        width: 100%;
        margin-top: 0.15rem;
        margin-bottom: 0.1rem;
    }

    /* 作者介绍 */
    .author_info {
        background: none !important;
        background-size: 100% 100%;
    }

    .author_info .author_info_con {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        position: relative;
        z-index: 9;
        top: 0 !important;
    }

    .author_tit_con .author_tit {
        margin: 0 auto;
        width: 1.76rem;
        height: 0.45rem;
        background: url(../images/author_tit_bg.png) no-repeat center center;
        background-size: 100%;
        position: relative;
    }

    .author_tit_con .author_tit .fl_line {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
        width: 3.06rem;
        height: 0.42rem;
        background: url(../images/author_name_bg_fl.png) no-repeat center center;
        background-size: 100%;
    }

    .author_tit_con .author_tit .fr_line {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        left: 1rem;
        height: 0;
        width: 3.06rem;
        height: 0.42rem;
        background: url(../images/author_name_bg_fl.png) no-repeat center center;
        background-size: 100%;
    }

    .author_tit_con .author_tit p {
        line-height: 0.57rem;
        font-size: 0.29rem;
        font-weight: bold;
        text-align: center;
        color: #FFFFFF;
        text-shadow: 0rem 0rem 0.1rem rgba(0, 0, 0, 0.2);
        background: linear-gradient(0deg, #D7FFF3 0%, #FFFFFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .author_tit_con .notes {
        text-align: center;
        font-size: 0.22rem;
        font-weight: 400;
        color: #666;
        margin-top: 0.12rem;
    }

    .author_des {
        margin-bottom: 0.36rem;
        width: 100%;
    }

    .author_des .author_des_list {
        width: 100%;
        padding: 0 .1rem;
    }

    .author_des .author_des_list li {
        float: left;
        margin: 0.2rem 0.1rem;
    }

    .author_des_list li .author_des_con {
        width: 3.45rem;
        position: relative;
    }

    .author_des_list li .author_des_con .botm_mask {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0.4rem;
        background: -webkit-linear-gradient(to bottom, transparent 0%, #fff 42%);
        background: -moz-linear-gradient(to bottom, transparent 0%, #fff 42%);
        background: -o-linear-gradient(to bottom, transparent 0%, #fff 42%);
        background: linear-gradient(to bottom, transparent 0%, #fff 42%);
        cursor: pointer;
        border-radius: 0 0 0.2rem 0.2rem;
        z-index: 9;
    }

    .author_des_list .author_img {
        position: relative;
    }

    .author_des_list .author_img .author_name {
        position: absolute;
        bottom: -0.75rem;
        left: 50%;
        transform: translateX(-50%);
        width: 3.02rem;
        height: 1.5rem;
        line-height: 1.5rem;
        text-align: center;
        font-size: 0.24rem;
        color: #6C8BCD;
        background: url(../images/author_name_bg.png) no-repeat center center;
        background-size: 100%;
    }

    .author_des_list .author_img .author_name.xxyy {
        letter-spacing: -0.02rem;
    }

    .author_des_list .author_img img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0.2rem 0.2rem 0 0;
    }

    .author_des_list .author_intr {
        width: 100%;
        height: 3rem;
        background: #fff;
        border-radius: 0rem 0rem 0.2rem 0.2rem;
        padding: 0.5rem 0.2rem 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    .author_des_list .author_intr .author_intr_con {
        height: 2.4rem;
        overflow-y: auto;
    }

    .author_des_list .author_intr .author_intr_con::-webkit-scrollbar {
        width: 0.07rem;
        background: #F0F0F0;
        border-radius: 0.07rem;
        -webkit-border-radius: 0.07rem;
        -moz-border-radius: 0.07rem;
    }

    .author_des_list .author_intr .author_intr_con::-webkit-scrollbar-thumb {
        background: #C6C6C6;
        border-radius: 0.07rem;
        -webkit-border-radius: 0.07rem;
        -moz-border-radius: 0.07rem;
    }

    .author_des_list .author_intr p {
        line-height: 0.36rem;
        color: #999;
        font-size: 0.24rem;
        margin-bottom: 0.3rem;
    }
}

@media screen and (max-width: 540px) {

    .author_des .author_des_list {
        display: grid;
        grid-template-columns: repeat;
    }
}