footer {
    width: 100%;
    display: flex;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 1;
}
.time_play {
    width: 34%;
    height: 100%;
}
.time_play ul{
    margin: 5px 0;
    padding: 0;
    display: flex;
}
.time_play ul li{
    margin-top: 10px;
    width: 33.33%;
    list-style: none;
    text-align: center;
}
.time_play ul li img{
    width: 6.5vw;
}
#showTime{
    margin: 0 10px;
    text-align: right;
    font-size: 14px;
    line-height: 2;
}

.loading_line {
    width: 91%;
    height: 2px;
    background: #E0E0E0;
    border-radius: 1em;
    margin-top: 24px;
}
#loading {
    background: #1890FF;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 1em;
    position: relative;
}
.loading_time ul {
    padding: 0 0 0 9%;
    margin: 10px 0 0;
    display: flex;
}
.loading_time ul li {
    margin-bottom: 10px;
    list-style: none;
    width: 20%;
    font-family: PingFangSC-Regular;
    font-size: 3vw;
    text-align: center;
    color: #9499A2;
}