@charset "utf-8";

html,
body {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 16px;
    transition-property: background-color, color;
    transition-duration: .2s;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.floatFix {
    clear: both;
}


.top {
    max-width: 50rem;
    height: 3rem;
    margin: 0 auto;
    overflow: hidden;
}

.logo {
    height: 3.5rem;
    width: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    user-select: none;
}

.logo>img {
    height: 60%;
}

.search {
    display: flex;
    align-items: center;
    float: right;
    margin: .5rem;
    height: 2.5rem;
}

.search input {
    height: 1.8rem;
    width: 7rem;
    outline: none;
    border: 0;
    padding: 0;
    border-radius: 2rem 0 0 2rem;
    float: left;
    padding: 0 1rem;
    box-sizing: border-box;
    color: #858585;
    user-select: none;
}

.search button {
    background-color: #5DA8FF;
    outline: none;
    border: 0;
    height: 1.8rem;
    width: 3.2rem;
    user-select: none;
    padding: 0;
    border-radius: 0 2rem 2rem 0;
    float: right;
    cursor: pointer;
}

.search img {
    width: 1.2rem;
    margin-top: .2rem;
    margin-right: .2rem;
}

.search button:active {
    background-color: #298dff;
}

#theme {
    float: right;
    height: 3.5rem;
    width: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

#theme>img {
    height: 1.4rem;
    width: 1.4rem;
    cursor: pointer;
}

@keyframes theme {
    form {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);

    }
}

.body {
    width: 100%;
    position: relative;
    /* height: 91%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list {
    max-width: 50rem;
    width: 92%;
    border-radius: 0.4rem;
    padding: 0.5rem 2rem 1.2rem 1rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1.4rem;
}

.listtool {
    color: #949494;
    position: relative;
}

.listtoolpin {
    color: red;
    float: left;
    position: absolute;
    top: 0;
    font-size: 0.8rem;
}

.listtooldate {
    font-size: .7rem;
    margin-left: 1rem;
    display: inline;
}

.listtooleye {
    float: right;
}

.listtoolmore {
    float: right;
    margin-right: -2rem;
}

.listtoolmore i {
    padding-left: 1.2rem !important;
    margin-top: -0.5rem;
    padding-right: 1rem !important;
    padding: 0.5rem;
    cursor: pointer;
}

.listcontent {
    color: #949494;
    line-height: 1.6rem;
    font-size: .9rem;
    min-height: 8rem;
    margin-top: 0.5rem;
    width: 100%;
    word-break: break-word;
    margin-bottom: 0.6rem;
}

::-webkit-scrollbar {
    width: .2rem;
    height: .2rem;
}

::-webkit-scrollbar-thumb {
    border-radius: .1rem;
}

.footer {
    width: 100%;
    text-align: center;
}

.loading {
    margin-top: 4rem;
    text-align: center;
    display: inline-block;
    padding: .2rem 2rem;
    color: #858585;
    border-radius: 4rem;
    font-size: .8rem;
    line-height: 0;
    user-select: none;
    display: none;
}

.loading p {
    line-height: 1.8rem;
}

.meta {
    font-size: .8rem;
    color: #858585;
    cursor: pointer;
    min-height: 4rem;
    margin-top: 4rem;
}

.meta p {
    color: #949494;
    text-align: center;
    margin-top: .8rem;
    cursor: pointer;
}

#e_content img, .listcontent img {
    width: 100%;
    max-width: 20rem;
    object-fit: cover;
    display: inline;
    border-radius: 0.4rem;
    margin: 0 .4rem 0 0;
}

#e_content p,
.listcontent p {
    padding-top: 0.5em;
    padding-bottom: 0.5rem;
    width: 100%;
    word-break: break-word;
}

#e_content {
    font-size: .8rem;
    color: #949494;
}

.zip {
    display: inline-block;
    text-decoration: none;
    margin: .4rem 0;
    inline-size: 100%;
}

.zip{
    display: flex;
    width: 14rem;
    border-radius: .4rem;
    border: 1px solid #97979738;
    padding: .4rem;
    align-items: center;
}

.zip img {
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    width: 3rem !important;
}

.zip p {
    color: #949494;
    width: 14rem;
    font-size: .6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    text-decoration: underline;
    padding: 0 .4rem;
}

audio {
    width: 15rem;
    height: 3rem;
    margin: .4rem 0;
    inline-size: 100%;
}

video,
#e_content video {
    width: 100%;
    max-width: 30rem;
    margin: 0.4rem 0;
    border-radius: 0.8rem;
}

#nav {
    max-height: 0%;
    transition: max-height .2s cubic-bezier(0, 0, 0.58, 0.86);
}

aside,
main {
    display: contents;
}

.nav {
    width: 96%;
    max-width: 50rem;
    display: flex;
    justify-content: space-between;
    user-select: none;
    margin: 0 auto;
}

.navSwitch {
    box-sizing: border-box;
    color: #949494;
    font-size: .8rem;
    display: inline;
    border-radius: 1rem;
    position: relative;
}

.navSwitch img {
    width: .8rem;
    padding-left: .2rem;
    transform: translateX(-0.7rem);
    user-select: none;
    pointer-events: none;
}

.navSwitch span {
    padding: .4rem 1.6rem .4rem .6rem;
    margin-right: -1rem;
    z-index: 2;
    position: inherit;
    cursor: pointer;
}

.condition {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    align-items: baseline;
}

.tags {
    padding: .2rem .6rem;
    margin: .4rem;
    border-radius: 1rem;
    background-color: white;
    color: #949494;
    font-size: .8rem;
    cursor: pointer;
}


.sortpanel {
    width: auto;
    height: auto;
    border-radius: .4rem;
    padding: .5rem 0;
    position: absolute;
    top: 1.5rem;
    left: 0;
    z-index: 9;
    box-shadow: 0px 1px 3px 0px #0000004d;
    display: none;
}

.sortpanel p {
    padding: .5rem 1rem;
    white-space: nowrap;
}

.morepanel {
    position: absolute;
    right: 0;
    top: 1.5rem;
    transform: translateX(2rem);
    display: inline-block;
    border-radius: 0.4rem;
    padding: 0.4rem 0;
    box-shadow: 0px 3px 1rem 0px #00000026;
    display: none;
    z-index: 999;
    cursor: pointer;
}

.moreitem {
    padding: .5rem 1.4rem;
    font-size: .8rem;
}

.fade {
    animation: fade .5s ease;
}

@keyframes fade {
    form {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.null {
    color: #949494;
    font-size: .8rem;
    line-height: 50vh;
    user-select: none;
}

.null1 {
    color: #949494;
    font-size: .8rem;
    line-height: 4rem;
    user-select: none;
}

.listnumber {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5rem 0.9rem;
    font-size: .8rem;
}