.audio-player {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.mejs__container {
    background: url(https://www.globaltimes.cn/img/audio_player/audio_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.audio_mini .mejs__container {
    background: unset;
}

.audio_mini .mejs__controls {
    align-items: center;
    height: 40px;
    background: #e9eaeb;
}

.audio_mini .mejs__play,
.audio_mini .mejs__pause {
    width: 32px;
    height: auto;
}

.audio_mini .mejs__controls .mejs__button {
    position: relative;
}

.audio_mini .mejs__controls .mejs__replay button,
.audio_mini .mejs__controls .mejs__play button {
    background: url(https://www.globaltimes.cn/img/audio_player/mini_play.png);
    height: 18px;
    width: 15px;
}

.audio_mini .mejs__controls .mejs__pause button {
    background: url(https://www.globaltimes.cn/img/audio_player/mini_pause.png);
    height: 14px;
    width: 14px;
}

.audio_mini .mejs__controls .mejs__button button {
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    margin-bottom: 0;
}

.audio_mini .mejs__time-handle-content {
    background: #121212;
    border-color: #121212;
}

.audio_mini .mejs__time-handle {
    background: #121212;
}

.audio_mini .mejs__time-current {
    background: #121212;
}

.audio_mini .mejs__time-rail {
    margin-left: 2rem;
}

.audio_mini .mejs__time-rail:hover .mejs__time-handle-content {
    transform: scale(0);
}

.audio_mini .mejs__time {
    position: relative;
    right: unset;
    bottom: unset;
    line-height: 1.5rem;
    padding-top: 0;
    font-size: 1.4rem;
    color: #121212;
    margin-right: 5rem;
}

.audio_mini .mejs__controls .mejs__mute,
.audio_mini .mejs__controls .mejs__unmute {
    width: 2rem;
    height: 2.5rem;
}

.audio_mini .mejs__time-total {
    background-color: #999999;
}

.audio_mini .mejs__time-hovered {
    background: #999999;
    z-index: 1;
}

.audio_mini .mejs__volume-button {
    display: none;
}

.mejs__controls {
    height: 9rem;
}

.mejs__time-rail {
    //width: 70%;
    //flex-grow: unset;
    //left: 10%;
}

.mejs__play,
.mejs__pause {
    width: 12rem;
    height: 9rem;
}

.mejs__volume-button {
    margin-left: 14px;
}

.mejs__controls .mejs__play button,
.mejs__controls .mejs__pause button {
    width: 8rem;
    height: 8rem;
    top: -3.2rem;
    left: 1rem;
}

.mejs__controls .mejs__play button {
    background: transparent url(https://www.globaltimes.cn/img/audio_player/audio_play.png);
    background-size: cover;
}

.mejs__controls .mejs__pause button {
    background: transparent url(https://www.globaltimes.cn/img/audio_player/audio_pause.png);
    background-size: cover;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -21px;
}

.mejs__horizontal-volume-total {
    //left: 5rem;
    //top: unset;
}

.mejs__controls .mejs__mute,
.mejs__controls .mejs__unmute {
    width: 6rem;
    height: 6rem;
}

.mejs__controls .mejs__mute button {
    width: 2.2rem;
    height: 2rem;
    top: -0.4rem;
}

.mejs__controls .mejs__unmute button {
    width: 2.2rem;
    height: 2rem;
    top: -0.4rem;
}

.mejs__volume-button>.mejs__volume-slider {
    left: 24%;
}

.mejs__controls .mejs__mute button {
    background: transparent url(https://www.globaltimes.cn/img/audio_player/audio_unmute.png);
    background-size: cover;
}

.mejs__controls .mejs__unmute button {
    background: transparent url(https://www.globaltimes.cn/img/audio_player/audio_mute.png);
    background-size: cover;
}

/*.mejs-controls .mejs-unmute button {
    //background-position: 0 -12px;
} */
.mejs__time {
    //line-height: 1.5rem;
    font-family: ScalaOT Regular, ScalaOT;
    position: absolute;
    right: 8rem;
    bottom: 4rem;
    font-size: 1.8rem;
    margin-left: 14px;
    font-weight: lighter;
}

.mejs__time span:nth-child(2) {
    font-style: italic;
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-handle,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total,
.mejs__time-hovered {
    height: 0.2rem;
}

.mejs__time-current {
    background: #d70312;
}

.mejs__time-total {
    background-color: #fdb3b7;
}

.mejs__time-total {
    margin-top: 0.5625rem;
}

.mejs__time-handle {
    left: -0.3125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #ffffff;
    top: -0.3125rem;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 2;
    border: none;
}

.mejs__time-handle-content {
    top: 0;
    left: 0;
    width: 0.75rem;
    height: 0.75rem;
}

.audio-player .audio_speed {
    position: absolute;
    z-index: 4;
    left: 13rem;
    bottom: 3rem;
}

.audio-player .audio_speed button {
    width: 5rem;
    text-align: center;
    font-family: "Merriweather";
    font-size: 1.4rem;
    background-color: unset;
    color: #ffffff;
    line-height: 2rem;
    border: 1px solid #ffffff;
    border-radius: 16%;
    cursor: pointer;
}

.audio-player .audio_label {
    font-family: ScalaOT Regular, ScalaOT;
    font-size: 2.6rem;
    position: absolute;
    color: #ffffff;
    z-index: 2;
    right: 9rem;
    bottom: 9rem;
}

.audio_fixed_player {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
}

.audio_fixed_player .mejs__controls {
    height: 7rem;
}

.audio_fixed_player .mejs__container {
    background: url(https://www.globaltimes.cn/img/audio_player/audio_fixed_bg.png);
    background-size: cover;
}

.audio_fixed_player .mejs__controls .mejs__play button,
.audio_fixed_player .mejs__controls .mejs__pause button {
    left: 10rem;
    transform: translateZ(10px);
}

.audio_fixed_player .mejs__controls .mejs__play button {
    background: url(https://www.globaltimes.cn/img/audio_player/audio_fixed_play03.png);
    background-size: cover;
}

.audio_fixed_player .mejs__controls .mejs__pause button {
    background: url(https://www.globaltimes.cn/img/audio_player/audio_fixed_pause03.png);
    background-size: cover;
}

.audio_fixed_player .mejs__controls .mejs__mute button {
    background: url(https://www.globaltimes.cn/img/audio_player/audio_fixed_mute02.png);
    background-size: cover;
}

.audio_fixed_player .mejs__controls .mejs__unmute button {
    background: url(https://www.globaltimes.cn/img/audio_player/audio_fixed_unmute02.png);
    background-size: cover;
}

.audio_fixed_player .mejs__controls:not([style*='display: none']) {
    background: unset;
}

.audio_fixed_player .mejs__controls .mejs__mute,
.audio_fixed_player .mejs__controls .mejs__unmute {
    position: absolute;
    left: 3rem;
}

.audio_fixed_player .mejs__play,
.audio_fixed_player .mejs__pause {
    margin-left: 9rem;
    width: 6rem;
}

.audio_fixed_player .mejs__play button,
.audio_fixed_player .mejs__pause button {
    width: 4rem;
    height: 4rem;
    top: -1.4rem;
}

.audio_fixed_player .audio_speed {
    left: 18rem;
    bottom: 4rem;
}

.audio_fixed_player .audio_speed button {
    color: #121212;
    border-color: #121212;
}

.audio_fixed_player .mejs__time {
    color: #121212;
    bottom: 4.6rem;
}

.audio_fixed_player .mejs__time-rail {
    margin-left: 14rem;
    margin-right: 24rem;
}

.audio_fixed_player .mejs__time-rail .mejs__time-total {
    width: 100%;
}

.audio_fixed_player .mejs__time-total {
    background-color: #a7a7a7;
}

.audio_fixed_player .mejs__time-handle {
    background: #bc000e;
    width: 1rem;
    height: 1rem;
    top: -0.4125rem;
}

.audio_fixed_player .mejs__time-handle-content {
    background: #bc000e;
    border-color: #bc000e;
}

.audio_fixed_player .mejs__time-rail:hover .mejs__time-handle-content {
    transform: unset;
}

.audio_fixed_player .mejs__time-float {
    display: none;
    opacity: 0;
}

.audio_fixed_player .mejs__time-hovered {
    z-index: unset;
}

.mejs__time-float {
    width: 4rem;
    height: 1.6rem;
}

.mejs__time-float-current {
    font-size: 1rem;
    width: 100%;
    line-height: 100%;
    height: 100%;
}

.audio_fixed_player .mejs__time-handle-content {
    display: none;
}

.audio_section {
    margin-bottom: 40px;
}

.audio_section .play_box {
    height: 40px;
    background-color: #e9eaeb;
}

.audio_section .play_box .pre_play {
    display: flex;
    //display: none;
}

.audio_section .play_box .pre_play .play_icon {
    cursor: pointer;
    margin-left: 14px;
    height: 40px;
    width: 24px;
    background-image: url("https://www.globaltimes.cn/img/audio_start.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.audio_section .play_box .pre_play .audio_duration {
    font-family: ScalaOT Regular, ScalaOT;
    font-size: 16px;
    line-height: 40px;
    margin-left: 12px;
}

.audio_section .play_box .pre_play .audio_duration span {
    font-weight: normal;
}

.audio_section .play_box .on_play {
    display: none;
}

.audio_section .play_box .on_play .audio_mini {
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

.audio_mini .audio_speed {
    right: 1rem;
    bottom: unset;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
}

.audio_mini .audio_speed button {
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
    width: 3.6rem;
    border: 1px solid #121212;
    color: #121212;
}

@media screen and (max-width: 768px) {
    .audio_section .play_box .pre_play .audio_duration {
        font-size: 12px;
        font-family: Helvetica Neue;
        font-weight: normal;
        line-height: 40px;
    }

    .audio_section .play_box {
        height: 40px;
    }

    .audio_section .play_box .pre_play .play_icon {
        height: 40px;
        width: 24px;
    }

    .audio_section .play_box .on_play .audio_mini {
        height: 40px;
    }

    .mejs__container {
        height: 100px !important;
    }

    .audio_mini .mejs__container {
        height: 40px !important;
    }

    .audio_mini .mejs__controls {
        height: 40px;
    }

    .audio_mini .audio_speed {
        line-height: 4.4rem;
    }

    .audio_mini .mejs__controls .mejs__play button {
        width: 14px;
        height: 18px;
    }

    .audio_mini .mejs__controls .mejs__pause button {
        width: 14px;
        height: 14px;
    }

    .mejs__controls {
        height: 6rem;
    }

    .mejs__play,
    .mejs__pause {
        width: 6rem;
        height: 5rem;
    }

    .mejs__controls .mejs__play button,
    .mejs__controls .mejs__pause button {
        width: 4rem;
        height: 4rem;
        top: -1.3rem;
        left: 1rem;
    }

    .audio-player .audio_speed {
        left: 7rem;
        bottom: 2rem;
    }

    .audio_mini .audio_speed {
        bottom: 0;
        left: unset;
    }

    .audio-player .audio_speed button {
        width: 3rem;
        font-size: 0.8rem;
        line-height: 1rem;

    }

    .mejs__controls .mejs__mute,
    .mejs__controls .mejs__unmute {
        width: 3rem;
        height: 3rem;
    }

    .mejs__controls .mejs__mute button,
    .mejs__controls .mejs__unmute button {
        width: 1.5rem;
        height: 1.5rem;
        top: -0.1rem;
    }

    .mejs__time {
        right: 5rem;
        bottom: 2rem;
        font-size: 1.2rem;
    }

    .mejs__volume-button>.mejs__volume-slider {
        left: 36%;
    }

    .audio-player .audio_label {
        font-size: 1.6rem;
        right: 6rem;
        bottom: 6rem;
    }
}