@charset "utf-8";

html,
body {
    background-color: #F6F6F6;
}

.search button,
.Checked {
    color: white;
}

.list,
::-webkit-scrollbar,
.search input,
.sortpanel,
.morepanel {
    background-color: white;
}

::-webkit-scrollbar-thumb,
.loading,
.tags,
.unChecked {
    background-color: #EBEBEB;
}

.unChecked {
    color: #949494;
}

.Checked {
    background-color: #5DA8FF;
}

.listnumber {
    color: #EDEDED;
}