@charset "utf-8";
@font-face {
    font-family: 'scoreboard';
    src: url(../font/scoreboard.ttf);
}

.player {
    padding: 8px;
    margin: 0 0 24px;
    border: 1px solid #1564da;
}
.player .main_btns {
    float: left;
}
.player button,
.playlist td button {
    position: relative;
    border: 1px solid #1564da;
    background: rgba(21, 100, 218, 0.35) 50% 50% no-repeat;
    overflow: hidden;
    text-indent: -100em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.player button:after,
.playlist td button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
}
.player button:active:after,
.playlist td button:active:after {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: background 0s linear;
    -o-transition: background 0s linear;
    transition: background 0s linear;
}
.playlist td a {
    display: inline-block;
}
.player .main_btns button {
    width: 105px;
    height: 70px;
    margin: 0 15px 0 0;
}
.player #back {
    background-image: url(.././img/btn_back.png);
}
.player #play {
    background-image: url(.././img/btn_play.png);
}
.player #controller.plaing #play {
    background-image: url(.././img/btn_pause.png);
}
.player #next {
    background-image: url(.././img/btn_next.png);
}
.player #vol {
    float: left;
    background: url(.././img/txt_vol.png) 0 3px no-repeat;
    height: 70px;
    padding: 23px 0 0;
}
.player #vol button {
    height: 46px;
}
.player #minus {
    width: 46px;
    margin: 0 7px 0 0;
    background-image: url(.././img/btn_minus.png);
}
.player .scale {
    width: 24px;
    margin: 0 5px 0 0;
    background: rgba(21, 100, 218, 0);
}
.player #vol[class^='O'] .scale:nth-child(2),
.player #vol[class^='OO'] .scale:nth-child(3),
.player #vol[class^='OOO'] .scale:nth-child(4),
.player #vol[class^='OOOO'] .scale:nth-child(5),
.player #vol[class^='OOOOO'] .scale:nth-child(6) {
    background: rgba(21, 100, 218, 1);
}
.player #plus {
    width: 46px;
    margin: 0 0 0 2px;
    background-image: url(.././img/btn_plus.png);
}
.player #title {
    clear: both;
    padding: 6px 9px;
    margin: 0;
    border: 1px solid #1564da;
    font: 42rem/1 'scoreboard', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    overflow: hidden;
}
.player #title span {
    display: block;
    white-space: nowrap;
    -webkit-animation: titleMove 15s linear infinite;
    animation: titleMove 15s linear infinite;
}
@-webkit-keyframes titleMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    90% {
        -webkit-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
    }
    100% {
        -webkit-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
    }
}
@keyframes titleMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    90% {
        -webkit-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
    }
    100% {
        -webkit-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
    }
}

.playlist {
    width: 100%;
}
.playlist th {
    padding: 6px 0;
    text-align: left;
}
.playlist th small {
    display: block;
    margin: -0.4em 0 0 2.85em;
    color: #ffdf7a;
    font-size: 80%;
}
.playlist td {
    width: 174px;
    line-height: 0;
}
.playlist td button,
.playlist td .dl {
    width: 75px;
    height: 30px;
    margin: 0 0 0 12px;
}
.playlist td span {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 30px;
    margin: 0 0 0 12px;
    overflow: hidden;
    text-indent: -100em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #334;
    background: #000 50% 50% no-repeat;
    display: none;
}
.playlist td span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(20, 20, 28, 0.85);
}
.playlist td .play {
    background-image: url(.././img/btn_play_txt.png);
}
.playlist td .dl {
    background-image: url(.././img/btn_dl_txt.png);
}
.disc {
    overflow: hidden;
}
.disc:not(:last-child) {
    margin: 0 0 28px;
}

.pc-hide {
    display: none;
}
@media screen and (max-width: 670px) {
    .smart-hide {
        display: none;
    }
    .pc-hide {
        display: block;
    }
    #controller {
        overflow: hidden;
        margin: 0 0 8px;
    }
    .playlist td {
        display: none;
    }
    #plWrap .playlist td {
        display: table-cell;
    }
}

@media screen and (min-width: 671px) {
    h1 img {
        padding: 28px 0 0;
    }
    .player {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .player .main_btns button {
        width: 70px;
        height: 55px;
        margin: 0 8px 0 0;
    }
    .player #vol {
        height: 55px;
    }
    .player #vol button {
        height: 32px;
    }
    .player #minus,
    .player #plus {
        width: 32px;
        margin: 0 7px 0 0;
    }
    .player .scale {
        width: 10px;
        margin: 0 5px 0 0;
    }
    .player #title {
        width: 519px;
    }
    #plWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .playlist {
        width: 72%;
        margin: 0 0 0 0.3%;
    }
    #plWrap .playlist {
        width: 48.2%;
    }
    .playlist th {
        padding: 1px;
    }
    .playlist td {
        width: 132px;
    }
    .playlist td button,
    .playlist td .dl,
    .playlist td span {
        width: 60px;
        height: 24px;
        margin: 0 0 0 6px;
    }
    .player button:hover,
    .playlist td button:hover {
        background-color: rgba(21, 100, 218, 1);
    }
}

a.button {
    border: 1px solid #1563da;
    padding: 5px;
    font-size: 1.75em;
    color: #fff;
    background-color: #07234c;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
a.button:hover {
    background-color: #1563da;
}
