*:focus{
    outline: none;
}

.music-player {
    display: block;
    position: relative;
    height: 90%;
    margin: 5% 15%;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 10px 20px 5px #000;
}
.cover {
    float: left;
    width: 100%;
    height: 66%;
}
.cover img {
    display: block;
    position: absolute;
    top: 8%;
    left: 14%;
    width: 70%;
    margin: auto;
    text-align: center;
}
.title {
    float: left;
    font-weight: 500;
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    margin-left: 10%;
    color: #999;
    width: 70%;
}
.title2 {
    float: left;
    font-weight: 500;
    font-size: 110%;
    height: 8%;
    line-height: 8%;
    margin-left: 10%;
    color: #999;
    width: 70%;
}
.player-play{
    float: right;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    margin-right: 10%;
    width: 10%;
    cursor: pointer;
}
.player-play2{
    float: right;
    height: 8%;
    font-size: 100%;
    line-height: 8%;
    margin-right: 10%;
    width: 10%;
    cursor: pointer;
}

.player-head {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 45px;
}

.player-bar {
    height: 4px;
    background-color: #aaa4;
    position: absolute;
    width: 80%;
    left: 10%;
}

.classical {
    color: #ca7041;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 16% 0 0;
}
.conv-form {
    color: #fff;
    margin: 0 10% 12%;
    font-size: 13px;
    float: left;
}

input[type=range] {
    -webkit-appearance: none;
    margin: 5.1px 0;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4.8px;
    cursor: pointer;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: rgba(169, 169, 169, 0.3);
    border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0);
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 15px;
    width: 15px;
    border-radius: 15px;
    background: rgba(128, 128, 129, 0.75);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.1px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(169, 169, 169, 0.3);
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 4.8px;
    cursor: pointer;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: rgba(169, 169, 169, 0.3);
    border-radius: 0px;
    border: 0px solid rgba(0, 0, 0, 0);
}
input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 15px;
    width: 15px;
    border-radius: 15px;
    background: rgba(128, 128, 129, 0.75);
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 4.8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: rgba(169, 169, 169, 0.3);
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
    background: rgba(169, 169, 169, 0.3);
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 15px;
    width: 15px;
    border-radius: 15px;
    background: rgba(128, 128, 129, 0.75);
    cursor: pointer;
    height: 4.8px;
}
input[type=range]:focus::-ms-fill-lower {
    background: rgba(169, 169, 169, 0.3);
}
input[type=range]:focus::-ms-fill-upper {
    background: rgba(169, 169, 169, 0.3);
}
