.player-content {
    box-sizing: border-box;
}

.hd-audio-control {
    z-index: 1;
    position: relative;
    height: 100%;
    padding: 0 8px;
    display: flex;
    align-items: center;
}

.hd-audio-control .audio-left {
    width: 114px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hd-audio-control .audio-cover {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.hd-audio-control .audio-play {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #909090;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    visibility: visible;
    box-sizing: border-box;
    color: #909090;
}

.hd-audio-control .audio-play:hover {
    border-color: #00b7ee;
    color: #00b7ee;
}

/*******中间部分*******/

.hd-audio-control .audio-middle {
    height: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 0 8px 0 12px;
    position: relative;
}

.hd-audio-control .audio-progress {
    width: 100%;
    height: 4px;
    position: relative;
    cursor: pointer;
    background-color: #909090;
    border-radius: 2px;
}

/**********右侧部分***********/

.hd-audio-control .audio-right .audio-panle {
    display: flex;
    align-items: center;
    color: #909090;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

.hd-audio-control .audio-right .audio-panle-list {
    height: 20px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: -22px;
    width: 116px;
    border: 1px solid #909090;
    font-size: 12px;
    display: none;
}

.hd-audio-control .audio-right .audio-panle-list div {
    box-sizing: border-box;
    padding: 0 2px;
    height: 20px;
    line-height: 20px;
}

.hd-audio-control .audio-right .bitname {
    display: block;
    width: 36px;
    text-align: center;
}

.hd-audio-control .audio-right .audio-panle-list div+div {
    border-left: 1px solid #909090;
}

.hd-audio-control .audio-right .audio-panle span:hover {
    color: #00b7ee;
}

.hd-audio-control .audio-right,
.hd-audio-control .audio-volume {
    display: flex;
    align-items: center;
}

.hd-audio-control .audio-volume-progress {
    position: relative;
    width: 70px;
    height: 4px;
    cursor: pointer;
    display: flex;
    border-radius: 2px;
    background-color: #909090;
    align-items: center;
}

.audio-volume-switch .iconfont,
.audio-panle .iconfont {
    font-size: 24px;
    margin-right: 6px;
}

.audio-volume {
    margin-right: 8px;
}

.audio-volume-switch .iconfont:hover,
.audio-panle .iconfont:hover {
    color: #00b7ee;
}

.player-content .pointer:after {
    background-color: rgba(0, 183, 238, .4);
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    border-radius: 50%;
}

.player-content .pointer {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -4px;
    left: -4px;
    background-color: #00b7ee;
}

.player-content .little-pointer {
    position: absolute;
    width: 8px;
    height: 8px;
    top: -2px;
    background-color: #00b7ee;
    border-radius: 50%;
    left: calc(50% - 4px);
}

.player-content .little-pointer::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: -4px;
    top: -4px;
    background-color: rgba(0, 183, 238, .4);
    border-radius: 50%;
}

.player-content .timebar {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    background-color: #00b7ee;
}

.player-content .audio-volume .timebar {
    width: 50%;
}


 /*分享功能 */
.rightContent {
    width: 90px;
}

.rightContent img {
    width: 100%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
}

.rightContent .icon {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rightContent .icon .iconfont {
    font-size: 44px;
    color: #aaa;
    justify-content: center;
    text-align: center;
    margin-top: 24px;
    cursor: pointer;
}

.rightContent .icon i:nth-child(2) {
    color: #e60012;
}

.bottomNews {
    margin-bottom: 88px;
}

.weixin {
    font-size: 44px;
    color: #aaa;
    justify-content: center;
    text-align: center;
    margin-top: 24px;
    cursor: pointer;
}
.weixin {
    position: relative;
}

.weixin:hover .imgCode {
    display: block;
}

.imgCode {
    display: none;
    position: absolute;
    top: -57px;
    left: 118px;
    width: 180px;
    height: 204px;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 10px #aaa;
    box-shadow: 0 2px 10px #aaa;
    text-align: center;
    background-color: #fff;
    z-index: 99;
}

.weixin .imgCode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
    margin-bottom: 5px;
}

.weixin .imgCode .qrcode {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.weixin .imgCode .qrcode canvas {
    margin-top: 10px;
}

.weixin .imgCode .help {
    margin-top: 20px;
    padding: 0 15px;
}

.textList p {
    font-size: 18px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #212121;

    line-height: 2.2;
    margin-bottom: 15px;
}

.textList p img {
    max-width: 100%;
}

.shares p {
    width: 90px;
    text-align: center;
    font-size: 20px;
    color: #8d8d8d;
    font-weight: 700;
}

.qrcode img {
    width: 108px !important;
    height: 108px !important;
}

.help p {
    text-indent: 0;
    padding: 0;
    line-height: normal;
}