﻿.badge-up {
    position: absolute;
    top: 0;
    right: -10px;
}

.browse-tags .tag-items {
    grid-template-columns: repeat(4, 1fr);
}

.login-wrap-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    max-width: 364px;
    border-top: 0;
    padding-top: 0;
}

.login-wrap-nav .login {
    padding: 6px 14px;
    font-size: 16px;
    width: auto;
}

.login-wrap-nav .user-menu {
    flex-direction: row;
}

.login-wrap-nav .user-menu li {
    height: 40px;
    line-height: 40px;
    position: relative;
}

.login-wrap-nav .user-menu li:not(:last-child) {
    margin-right: 20px;
}

.login-wrap-nav .user-menu li i {
    margin-right: 2px;
}

.login-wrap-nav .user-menu li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.notify-bell {
    position: absolute;
    right: -6px;
    left: auto;
    top: -8px;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
    color: #e43636;
}

.notify-bell.mobile-block {
    display: none !important;
}

.triangle-bottom:after {
    left: -52px;
}

.triangle-bottom:before {
    left: -56px;
}

.container,
footer .wrapper,
#index-head {
    width: 970px;
}

.container.vspace {
    width: 1002px;
    padding: 16px;
    border-radius: 6px;
}

main {
    margin: 0 auto;
}

footer {
    height: 180px;
    padding: 20px;
}

footer .copyright {
    font-size: 12px;
}

footer .links {
    font-size: 14px;
}

footer .footer-logo {
    height: 90px;
}

.novel-item {
    width: 100%;
}

@supports not (display:grid) {
    .novel-item {
        width: calc(13.872% + 29px);
        padding-right: 29px;
    }

    .novel-item:nth-child(5n+5) {
        width: calc(13.872% + 29px);
        padding-right: 29px;
    }

    .novel-item:nth-child(6n+6) {
        width: 13.872%;
        padding-right: 0;
    }
}

.novel-item.ads .browse {
    display: inline-block;
    width: 100%;
    min-width: 200px;
    max-width: 530px;
    min-height: 200px;
    max-height: 250px;
    height: 100%;
}

.novel-item .novel-stats i {
    width: 16px;
}

.updates-table .author {
    max-width: 10rem;
}

.updates-table .time {
    max-width: 6rem;
}

.novel-title {
    font-size: 16px;
}

.novel-bg {
    height: 320px;
}

.largedb {
    display: block;
}

.ads-768 {
    display: none;
}

.page-in .titles {
    padding: 20px 40px;
}

.novel-list.col5 .novel-item {
    width: calc(20% - 20px);
}

.novel-list.col6 .novel-item {
    width: calc(16.6666666667% - 20px);
}

.novel-list.horizontal.col3 .novel-item {
    width: calc(33.3333333333% - 20px);
}

.novel-list.horizontal.col3 .novel-item .cover-wrap {
    width: 15%;
}

.novel-list.horizontal.col2 .novel-item .cover-wrap {
    width: 10%;
}

@media screen and (min-width:1024px) {
    .translate-panel {
        display: block;
    }
}