
* {
    margin: 0;
    padding: 0;
}

body {
    background: #232222;
    font-family: sans-serif;
    overflow-y: scroll;
    font-size: 16px;
}

div#base-container {
    margin: 0 auto;
    width: 800px;
    background: #333;
    border-radius: 9px;
}

#header {
    background: #565656;
    height: 70px;
    display: table;
    width: 100%;
    border-radius: 9px 9px 0px 0px;
    margin-top: 20px;
}

#container {
    display: table-cell;
    width: 80%;
}

#table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#logo {
    display: table-cell;
    width: 188px;
    padding-top: 10px;
}

#logo a {
    display: inline-block;
    margin-left: 30px;
    outline: none;
    text-decoration: none;
}

#logo-icon {
    width: 48px;
    height: 48px;
    display: table-cell;
    color: #ececec;
}

#logo-text {
    display: table-cell;
    color: #ededed;
    font-size: 20px;
    font-weight: bold;
    padding-left: 7px;
    vertical-align: middle;
}

#search {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-top: 18px;
}

form input {
    height: 32px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #8e8e8e;
    padding-left: 8px;
    outline: none;
    color: #555;
}

#setting {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    padding-top: 18px;
}


button {
    height: 34px;
    width: 70px;
    border: 0px;
    border-radius: 0px 6px 6px 0px;
    background-color: #939393;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    position: relative;
}

h1 {
    color: #dcdcdc;
    font-size: 22px;
    display: inline-block;
    padding: 20px;
}

div#tracks {
    padding-left: 10px;
    padding-right: 10px;
}

.item {
    height: 60px;
    color: #fff;
    font-size: 18px;
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #424242;
    margin-bottom: 10px;
    border-radius: 6px;
}

.c1 {
    display: table-cell;
    vertical-align: middle;
    width: 82px;
    cursor: pointer;
}

.cover {
    position: absolute;
    margin-top: -25px;
    margin-left: 20px;
}

.cover img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    opacity: 0.7;
}

.notCover {
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 6px;
}

.play {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    margin-left: 27px;
    margin-top: -17px;
    padding: 8px;
    padding-right: 6px;
    padding-left: 10px;
    position: absolute;
}






.c2 {
    display: table-cell;
    vertical-align: middle;
}

.song {
    margin-left: 5px;
}

.artist {
    overflow: hidden;
    white-space: nowrap;
    max-width: 480px;
}

.artist a {
    color: #dcdcdc;
}

.title {
    color: #ccc;
    overflow: hidden;
    white-space: nowrap;
    max-width: 480px;
}

.c3 {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
}

.download {
    float: right;
    width: 36px;
    height: 36px;
    margin-right: 20px;
    border-radius: 6px;
    background-position: 10px 8px;
    margin-top: 2px;
    color: #ffffff;
    background-color: #3b3b3b;
}

.duration {
    float: right;
    margin-right: 20px;
    color: #ccc;
    border-radius: 6px;
    padding: 10px;
    padding-bottom: 8px;
    margin-top: 2px;
    background-color: #3b3b3b;
    font-size: 16px;
}

div#footer {
    width: 100%;
    height: 400px;
}


#p-container {
    padding: 20px;
    color: #ccc;
    display: table;
    margin: 0 auto;
}

#p-container div {
    padding: 10px;
    background: #585858a1;
    margin-right: 20px;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
}

.current-page {
    float: left;
    background: #d45858 !important;
}

#p-container a {
    display: inline-block;
    color: #ccc;
    float: left;
}

#t-container {
    padding: 0px 30px 10px 30px;
}

#t-container a {
    color: #ccc;
    margin-left: 5px;
}

#t-info {
    color: #ccc;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
}










#amp-player {
    position: fixed;
    bottom: 0px;
    height: 85px;
    width: 100%;
    max-width: 800px;
    background: #202020;
    opacity: 0;
}

.p-top {
    display: table;
    height: 15px;
    background: #b0b0b0;
    width: 100%;
}

.amplitude-song-slider {
    cursor: pointer;
    width: 100%;
    height: 15px;
    position: absolute;
    opacity: 0;
    z-index: 2;
}

.p-b {
    background: #8a2b2b;
    height: 15px;
    position: absolute;
}

.p-played {
    background: #fd5757;
    height: 15px;
    position: absolute;
    z-index: 1;
}

.p-down {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.p-left {
    display: table-cell;
    width: 180px;
    vertical-align: top;
}

.p-center {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}

#c-cover {
    width: 55px;
    height: 55px;
    border-radius: 6px;
    margin-left: 2px;
    float: left;
    background-size: 55px;
    position: relative;
    top: 7px;
    border: 1px solid #bcbcbc;
}

.t-n {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    top: 8px;
    left: 10px;
}

.t-t {
    float: left;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    background: #bcbcbc;
    padding: 4px;
    position: absolute;
    margin-top: 15px;
    margin-left: 68px;
    border-radius: 6px;
}

.t-r {
    float: left;
    position: relative;
    top: 13px;
    left: 129px;
    color: #bcbcbc;
    cursor: pointer;
}

.t-d {
    float: left;
    position: relative;
    left: 144px;
    top: 13px;
    color: #bcbcbc;
    cursor: pointer;
}

.t-d a {
    color: #bcbcbc;
}

.v-i {
    color: #bcbcbc;
    float: left;
    position: relative;
    top: 13px;
    left: 159px;
    cursor: pointer;
}

.p-v {
    float: left;
    position: relative;
    top: 23px;
    left: 174px;
    border: 1px solid #000000;
    height: 7px;
    width: 130px;
}

.v-b {
    background: #aeaeae;
    height: 7px;
    position: absolute;
}

.amplitude-volume-slider {
    opacity: 0;
    height: 21px;
    cursor: pointer;
    position: absolute;
    width: 130px;
    margin-top: -7px;
    z-index: 1;
}

.p-prev {
    color: #bcbcbc;
    float: left;
    position: relative;
    top: 18px;
    cursor: pointer;
    margin-left: 20px;
}

.p-p {
    color: #bcbcbc;
    float: left;
    position: relative;
    top: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.p-next {
    color: #bcbcbc;
    float: left;
    position: relative;
    top: 18px;
    margin-left: 10px;
    cursor: pointer;
}

#e-container {
    color: #cbcbcb;
    padding: 20px;
    text-align: left;
    background: #505050;
    border-radius: 12px;
    margin: 10px;
}

#e-container a {
    color: #ffffff;
}

@media screen and (min-width:0px) and (max-width:600px) {

    div#base-container {
        width: 100%;
    }

    div#header {
        border-radius: 0px;
        margin-top: 0px;
    }

    div#logo {
        width: 98px;
        padding-top: 23px;
    }

    #logo a {
        margin-left: 10px;
    }

    #logo-icon {
        display: none;
    }

    div#logo-text {
        font-size: 20px;
        padding-left: 2px;
    }

    form input {
        border-radius: 6px;
    }

    h1 {
        font-size: 18px;
        padding: 10px 0px 10px 15px;
    }

    div#tracks {
        padding-left: 5px;
        padding-right: 5px;
    }

    .c1 {
        width: 60px;
    }

    .cover {
        margin-left: 5px;
    }

    .play {
        margin-left: 13px;
    }

    .song {
        font-size: 15px;
    }

    .c3 {
        width: 118px;
    }

    .download {
        margin-right: 5px;
    }

    .duration {
        margin-right: 5px;
        font-size: 12px;
        padding: 11px;
    }

    #e-container {
        margin: 5px;
    }

    .p-left {
        width: 150px;
    }

    .p-prev {
        margin-left: 10px;
    }

    .p-p {
        margin-left: 5px;
    }

    .p-next {
        margin-left: 5px;
    }

    .t-d {
        display: none;
    }

    .v-i {
        display: none;
    }

    .p-v {
        display: none;
    }

    .t-n {
        font-size: 14px;
    }




}








