body {
    padding-right: 0px !important;
}

.post-meta-detail-words,
.post-meta-detail-words,
.post-meta-devide {
    display: none;
}

#sbsubdata {
    color: #343a40;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html.darkmode #sbsubdata {
    color: #eee;
}

#sbsubdata ul {
    padding-inline-start: 0px;
}

#sbsubdata i {
    margin: 0 0.25rem 0 0;
}

#sbsubdata a,
#sbsubdata a:active {
    color: #198ce4;
}

#sbsubdata form {
    display: flex;
    margin: 0;
    min-width: 0;
}

#sbsubdata .data-grid {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#sbsubdata .ybadge,
#sbsubdata .yb-0,
#sbsubdata .yb-1 {
    line-height: inherit !important;
    vertical-align: text-top !important;
    display: inline;
    padding: 2px 5px;
    font-size: 75%;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#sbsubdata .ylist-items span.restitle,
#sbsubdata .ylist-items span.restitle~div>div.tippy-box>div.tippy-content {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

#sbsubdata .yb-0,
#sbsubdata a.yb-0:not([href]):not([tabindex]) {
    background: #343a40;
    color: #f8f9fa;
    margin-left: 0.1rem;
    cursor: pointer;
}

#sbsubdata a.yb-0:hover::before {
    transform: scaleX(0);
}

html.darkmode #sbsubdata .yb-0,
html.darkmode #sbsubdata a.yb-0 {
    background: #eee;
    color: #303030;
}

#sbsubdata .yb-1 {
    border: 1px solid #343a40;
    border-style: inset;
    background: transparent;
    color: #343a40;
    margin-right: 0.2rem;
}

html.darkmode #sbsubdata .yb-1 {
    border: 1px solid #eee;
    color: #eee;
}

#sbsubdata .yb-0:link,
#sbsubdata .yb-0:visited，#sbsubdata .yb-0:active {
    color: #f8f9fa;
}

html.darkmode #sbsubdata .yb-0:link,
html.darkmode #sbsubdata .yb-0:visited，html.darkmode #sbsubdata .yb-0:active {
    color: #343a40;
}

#sbsubdata .yb-0:hover,
html.darkmode #sbsubdata .yb-0:hover {
    color: #f8f9fa;
    text-decoration: none;
    background: #198ce4;
}

#sbsubdata .yoho-sort.asc::after,
#sbsubdata .yoho-sort.desc::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: relative;
    right: -4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#sbsubdata .yoho-sort.asc::after {
    border-bottom: 5px solid #f8f9fa;
    top: -15px;
}

#sbsubdata .yoho-sort.desc::after {
    border-top: 5px solid #f8f9fa;
    top: 15px;
}

html.darkmode #sbsubdata .yoho-sort.asc::after {
    border-bottom: 5px solid #343a40;
}

html.darkmode #sbsubdata .yoho-sort.desc::after {
    border-top: 5px solid #343a40;
}

#sbsubdata .yoho-sort.asc:hover::after,
html.darkmode #sbsubdata .yoho-sort.asc:hover::after {
    border-bottom: 5px solid #f8f9fa !important;
}

#sbsubdata .yoho-sort.desc:hover::after,
html.darkmode #sbsubdata .yoho-sort.asc:hover::after {
    border-top: 5px solid #f8f9fa !important;
}

#sbsubdata .yrss-style,
#sbsubdata a:link.yrss-style,
#sbsubdata a:visited.yrss-style,
#sbsubdata a:active.yrss-style {
    color: #343a40;
    margin: 0 1rem 0 0;
    font-size: 0.9rem;
}

html.darkmode #sbsubdata .yrss-style,
html.darkmode #sbsubdata a:link.yrss-style,
html.darkmode #sbsubdata a:visited.yrss-style,
html.darkmode #sbsubdata a:active.yrss-style {
    color: #eee;
}

#sbsubdata a:hover.yrss-style {
    color: #198ce4;
    text-decoration: none;
}

#sbsubdata #y-container {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: default;
}

#sbsubdata .y-type-container {
    padding-bottom: 0.4rem;
}

#sbsubdata .ylist-items {
    position: relative;
    padding: 5px 10px;
    border-radius: 0.25rem;
}

#sbsubdata .ylist-items:hover {
    background: #deecf815;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#sbsubdata .ylist-items::after {
    background: #83838315;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
}

#sbsubdata .ylist-title {
    font-size: 1.5rem;
    margin: 0.5rem !important;
}

#sbsubdata .ylist-title .yinnerbadge {
    padding: 0.2rem 0.5rem;
}

#sbsubdata .row {
    margin: 0;
}

#sbsubdata .ybar-main {
    display: flex;
    font-weight: 400;
    border-radius: 0.25rem;
    height: 2.5rem;
    font-size: 1rem;
    border: 0 solid transparent;
    box-shadow: none;
}

#sbsubdata .ybar-main .item {
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    flex: 0 0 auto;
    padding: 0.8rem 1.2rem;
    text-transform: none;
    color: #f8f9fa;
    background: #1b1c1d;
    font-weight: 400;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#sbsubdata #global-search-button:hover {
    background: #198ce4;
}

#sbsubdata #global-search-button:active {
    background: #79b7e6;
}

#sbsubdata .ybar-main .item::before {
    background: #f8f9fa33;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
}

#sbsubdata .ybar-main .l1 {
    border-radius: 0.25rem 0 0 0.25rem;
    padding: 0.8rem 0.85rem 0.8rem 1.2rem;
}

#sbsubdata .ybar-main .l2 {
    flex: 1;
    border-width: 0px;
    min-width: 0;
    border-radius: 0;
}

#sbsubdata .ybar-main .l3 {
    border-width: 0px;
    min-width: 0;
    border-radius: 0 0.25rem 0.25rem 0;
    padding: 0.8rem 1rem;
    cursor: pointer;
}

#sbsubdata .ybar-main .l3::before {
    background: #f8f9fa33;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
}

#sbsubdata .list {
    padding: 0 0.5rem;
}

#sbsubdata .list:empty::after {
    font-weight: bold;
    font-size: 0.9rem;
    content: "没有符合条件的搜索结果";
}

#sbsubdata .yoho-sort {
    cursor: pointer;
}

#sbsubdata .resdiv-r {
    align-self: center;
    max-width: 28rem;
}

#sbsubdata .loadMore {
    margin: 0 0.8rem;
    font-size: 14px;
    display: inline;
    cursor: pointer;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: .3em;
    background: #ededed50;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap;
    padding: .5em 1.2em;
    font-size: .875em;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

#sbsubdata .loadMore:hover {
    color: #198ce4;
    border: 1px solid #198ce4;
    background: #f8f9fa50;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#sbsubdata .loadMore:active {
    color: #343a40;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#sbsubdata .btn-group {
    display: none;
}

div#sbsubdata.copyright .btn-group {
    display: inline-flex;
}

#sbsubdata .btn-group.show>.yb-0 {
    background: #198ce4 !important;
}

#sbsubdata .btn-group.redpoint {
    position: relative;
}

#sbsubdata .btn-group.redpoint::before {
    content: "";
    border: 4px solid red;
    border-radius: 50%;
    position: absolute;
    z-index: 900;
    right: 0%;
    margin-right: -3px;
    margin-top: -3px;
}

#sbsubdata .resb.redpoint::after {
    content: "NEW";
    font-size: 90%;
    margin-left: 5px;
    font-weight: bold;
    color: red;
    text-shadow: -1px -1px 0 #f8f9fa, 1px -1px 0 #f8f9fa, -1px 1px 0 #f8f9fa, 1px 1px 0 #f8f9fa;
}

#sbsubdata .filenametip:hover {
    text-decoration: underline;
    color: #198ce4;
}

/* checkbox开始 */

#sbsubdata .check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    top: -2px;
}

#sbsubdata .check:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

#sbsubdata .check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #f8f9fa;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

#sbsubdata .check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

#sbsubdata .check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

#sbsubdata .check:hover:before {
    opacity: 1;
}

#sbsubdata .check:hover svg {
    stroke: #198ce4;
}

#sbsubdata .cbx:checked+.check svg {
    stroke: #198ce4;
}

#sbsubdata .cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#sbsubdata .cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

/* checkbox结束 */

/* loading开始 */

#sbsubdata #y-container:empty+.spinner {
    display: block !important;
}

#sbsubdata .spinner {
    margin: 100px auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    display: none;
}

#sbsubdata .spinner>div {
    background-color: #198ce4;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

#sbsubdata .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

#sbsubdata .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

#sbsubdata .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

#sbsubdata .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* loading结束 */