
.audio.view-audio-player .current-controls {
    margin-top: 10px;
    padding-left: 7px;
    width: 491px;
}

.black_play {
    /* border: 30px solid #d7ecd5; */
    border-radius: 50%;
    width: 79px;
    height: 77px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
    position: absolute;

}


.audio.view-audio-player {
    padding-left: 20px;
    width: 561px;
    margin-bottom: 15px;
    margin-top: 30px;
    height: 88px;
    line-height: 26px;
    padding-right: 24px;
    border-radius: 4px;
    -webkit-user-select: none;
    margin-left: 1px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    float: left;
    background: #eeeeee6b;
}

.audio.view-audio-player .simp-cover {
    float: left;
    height: 75px;
    overflow: hidden;
    width: 33px
}

.audio.view-audio-player .play-pause-btn {
    display: none;
    cursor: pointer;
    float: left;
    margin-right: 0;
    margin-top: -3px;
    margin-left: -2px;
    z-index: 2;
    position: absolute;
}

.audio.view-audio-player .spinner {
    width: 18px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    animation: spin .4s linear infinite
}

.audio.view-audio-player .slider {
    flex-grow: 1;
    background-color: #22b45e5e;
    cursor: pointer;
    position: relative
}

.audio.view-audio-player .slider .progress {
    background-color: #3fb298;
    border-radius: inherit;
    position: absolute;
    pointer-events: none
}

.audio.view-audio-player .slider .progress .pin {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: #3fb298;
    position: absolute;
    pointer-events: all;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32)
}

.audio.view-audio-player .controls {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #607d8b;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-right: 24px;
    float: left;
    width: 353px;
    margin-left: 90px;
}

.audio.view-audio-player .controls .slider {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px;
    height: 6px
}

.audio.view-audio-player .controls .title {
    display: block;
    float: left
}

.audio.view-audio-player .controls .slider .progress {
    width: 0;
    height: 100%
}

.audio.view-audio-player .controls .slider .progress .pin {
    right: -8px;
    top: -6px
}

.audio.view-audio-player .controls span {
    cursor: default
}

.audio.view-audio-player .volume {
    position: relative;

}

.audio.view-audio-player .controls-content {
    width: 327px;
    float: left
}

.audio.view-audio-player .current-title {
    color: #3f3f3f;
    width: 27px;
    padding-left: 78px;
    margin-top: 20px;
    height: 32px;
    line-height: 45px;
    font-size: 19px
}

.audio.view-audio-player .volume .volume-btn {
    cursor: pointer;
    width: 495px
}

.audio.view-audio-player .volume .volume-btn.open path {
    fill: #3fb298
}

.audio.view-audio-player .volume .volume-controls {
    width: 30px;
    height: 75px;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 7px;
    position: absolute;
    left: -3px;
    bottom: 52px;
    flex-direction: column;
    align-items: center;
    display: flex;
    z-index: 7
}

.audio.view-audio-player .volume .volume-controls.hidden {
    display: none
}

.audio.view-audio-player .volume .volume-controls .slider {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 6px;
    border-radius: 3px
}

.audio.view-audio-player .volume .volume-controls .slider .progress {
    bottom: 0;
    height: 100%;
    width: 6px
}

.audio.view-audio-player .volume .volume-controls .slider .progress .pin {
    left: -5px;
    top: -8px
}

div#comments {
    float: left;
}

.comments .comment {
    clear: both;
    overflow: hidden;
    padding: 15px 5px;
    position: relative;
}

.comment-l {
    float: left;
}

.comment-r {
    width: 500px;
    float: left;
    /*left: 75px;*/
    /*position: absolute;*/
    right: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.comments .comment .comment_username {
    color: #963;
    font-weight: bold;
    float: left;
    font-size: 16px;
}

.comments .comment .comment_dateline {
    float: left;
    margin-left: 15px;
}

.comments .comment .comment_msgbody {
    float: left;
    clear: both;
    font-size: 14px;
    line-height: 22px;
    margin-top: 9px;
    width: 100%;
}

.comments .commentsTitle .commentsLabel {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
    margin-left: 0px;
    margin-top: 29px;
}

.comments .comment .comment_delete {
    float: right;
    margin-left: 15px;
}

.articalContent p {
    padding: 10px 0;
    color: #333;
    font-size: 18px;
    line-height: 36px !important;
}

.articalTitle .titleName.RAD_txta {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
}

.titleinfo {
    max-width: 628px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.tag.RAD_txtc {
    float: left;
    color: #868686
}

#buzz {
    float: right;
}

.non-comments {
    margin-top: 20px;
}

a.tag RAD_txtc {
    color: #868686;
}

span.time.RAD_txtc {
    color: #868686;
    margin-right: 15px;
}

.maincontent {
    background: #ffffff00 !important;
    padding: 0px !important;
}

.bg_white {
    background: #fff;

}

.display_flex {
    display: flex;
    padding: 0px 20px !important;
}

.sidebar .block {
    width: 300px !important;
}

#twitter-widget-0, #twitter-widget-1, #twitter-widget-2, #twitter-widget-7, #twitter-widget-8 {
    float: right;
    margin: 5px 15px 0 10px;
}

.we, .logo, .po {
    background: url(/images/bbg2.webp) no-repeat;
}

.we {
    float: right;
    background-position: 0 -287px;
    width: 100px;
    height: 35px;
}

#infometa {
    border-bottom: 1px solid #dddddd63;
    height: 36px;
    line-height: 32px;
    padding-bottom: 10px;
}


#buzz {
    float: left;
    margin-left: 556px;
    margin-top: 10px;
}
