.play .mejs__time-total {
    height: 2px;
    background: #dedede;
}

.play .mejs__time-current {
    background: #1e7ab9;
    height: 2px;
}

.play .mejs__time-current:hover {
    padding: none;
}

.play .mejs__time-handle-content {
    border: 1px solid hsla(0, 0%, 100%, 0.9);
    width: 2px;
    height: 2px;
    left: 0;
    top: 0;
}

.play .mejs__time {
    color: #aeb7c9;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    padding: 0px;
    width: 45px;
    height: 20px;
    margin-left: 8px;
}

.play .mejs__button>button {
    width: 30px;
    height: 30px;
    background: url(../img/播放.png) no-repeat center;
    margin: 0px;
    background-size: cover;
    margin-left: -16px;
    margin-top: -4px;
}

.play .mejs__button {
    height: 20px;
    width: 20px;
    position: absolute;
    top: -6px;
    left: -7px;
}

.play .mejs__play>button {
    width: 20px;
    height: 20px;
    background: url(../img/播放.png) no-repeat center;
    margin: 0px;
    background-size: cover;
    margin-left: -16px;
    margin-top: 1px;
}

.play .mejs__pause>button {
    width: 20px;
    height: 20px;
    background: url(../img/暂停.png) no-repeat center;
    margin: 0px;
    background-size: cover;
    margin-left: -16px;
    margin-top: 1px;
}

.play .mejs__horizontal-volume-total {
    display: none;
}

/* .play .mejs__currenttime {
            display: none;
        } */

.play .mejs__container {
    background: none;
    height: 20px;
    width: 624px;
}

.play p , .play p span {
    overflow: hidden;
    font-family: "方正仿宋简体";
    font-size: 21px;
    line-height: 32px;
    
}

.play audio {}

.play .mejs__time-loaded {
    background: none;
    height: 2px;
}

.play .mejs__time-float {
    height: 2px;
}

.play .mejs__time-hovered {
    display: none;
}

.play .mejs__volume-button {
    display: none;
}

.play .mejs__time-handle {
    border: none;
}

.play .mejs__horizontal-volume-slider {
    display: none;
}

.play .mejs__controls {
    height: 20px;
    width: 624px;
}

.play mejs__mediaelement {
    display: none;
}

.play .mejs__controls:not([style*="display: none"]) {
    background: none;
}

.play .mejs__time-rail {
    margin: 0;
    padding: 0;
    height: 2px;
    margin-left: 10px;
}

#mep_0 {
    width: 624px !important;
    height: 20px !important;
    margin-top: 20px;
    margin-left: 124px;
    margin-bottom: 20px;
    float: left;
}

.play .xz {
    float: left;
    margin-top: 20px;
}

.play .mejs__time-float-corner {
    display: none;
}

.play .mejs__time-float {
    border: none !important;
    margin-bottom: 20px !important;
    width: 0px !important;
}

.play .mejs__time-hovered {
    display: none;
}

.play .mejs__time-float-current {
    left: -4px;
}

.play .bf {
    width: 20px;
    height: 20px;
    background: url(../img/播放.png) no-repeat center;
    margin: 30px 0 0 124px;
    float: left;
}

.play .zt {
    width: 20px;
    height: 20px;
    background: url(../img/暂停.png) no-repeat center;
    position: absolute;
    left: 172px;
    top: 20px;
}

.play {
    position: relative;
}

.play {
    font-size: 16px;
    font-family: STSongti-SC-Regular;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
}

.download {
    color: #666;
    font-size: 0;
    position: absolute;
    right: 130px;
    top: 16px;
    background: url(../img/下载.png) no-repeat center;
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
}