body {
    height: 100%;
    background-image: radial-gradient(ellipse 80% 80% at 50% -30%,rgba(248,113,113,.3),hsla(0,0%,100%,0))
}

@media screen and (min-width:1200px) {
    .layui-container {
        width: 1150px
    }
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-center {
    webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-end,.flex-start {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-middle {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.header {
    height: 100px;
    line-height: 100px;
    padding: 30px 0;
}

.logo {
    width: 126px;
    height: 40px;
    background-image: url('images/logo.svg');
    background-size: cover;
    display: block;
    font-size: 0;
    text-indent: -9999rem;
    overflow: hidden;
}

.main .layui-row {
    min-height: 800px
}

.bg-red {
    background-color: rgb(239 68 68/.4)
}

.bg-red .subtitle {
    color: rgb(239 68 68/.75)
}

.bg-red .bg-gradient {
    background-image: radial-gradient(ellipse 80% 80% at 50% -30%,rgba(248,113,113,.3),hsla(0,0%,100%,0))
}

.bg-orange {
    background-color: rgb(249 155 22/.4)
}

.bg-orange .subtitle {
    color: rgb(249 155 22/.75)
}

.bg-orange .bg-gradient {
    background-image: radial-gradient(ellipse 80% 80% at 50% -30%,rgba(251,146,60,.3),hsla(0,0%,100%,0))
}

.bg-blue {
    background-color: rgba(59 130 246/.4)
}

.bg-blue .subtitle {
    color: rgba(59 130 246/.75)
}

.bg-blue .bg-gradient {
    background-image: radial-gradient(ellipse 80% 80% at 50% -30%,rgba(96,165,250,.3),hsla(0,0%,100%,0))
}

.bg-cyan {
    background-color: rgba(60 198 253/.4)
}

.bg-cyan .subtitle {
    color: rgba(60 198 253/.75)
}

.bg-cyan .bg-gradient {
    background-image: radial-gradient(ellipse 80% 80% at 50% -30%,rgba(109,212,254,.3),hsla(0,0%,100%,0))
}

.bg-green {
    background-color: rgb(34 197 94/.4)
}

.bg-green .subtitle {
    color: rgb(34 197 94/.75)
}

.bg-green .bg-gradient {
    background-image: radial-gradient(ellipse 80% 80% at 50% -30%,rgba(74,222,128,.3),hsla(0,0%,100%,0))
}

.bg-black {
    background-color: rgb(107 114 128/.4)
}

.bg-black .subtitle {
    color: rgb(107 114 128/.75)
}

.bg-black .bg-gradient {
    background-image: radial-gradient(ellipse 80% 80% at 50% -30%,rgba(156,163,175,.3),hsla(0,0%,100%,0))
}

.bg-gradient {
    height: calc(100% - 57px);
    padding: 3px;
    border-radius: 8px;
    background-color: rgb(250 250 250/.7)
}

.box {
    height: 400px;
    padding: 16px;
    border-radius: 16px
}

.box-header {
    line-height: 1;
    padding: 0 0 10px;
    border-bottom-width: 0
}

.brand {
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-image: url('images/default.svg');
    background-size: cover;
    border-radius: 9999px;
}

.brand:hover {
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.brand-wbhot {
    background-image: url('images/wbhot.svg');
}

.brand-toutiao {
    background-image: url('images/toutiao.svg');
}

.brand-hupu {
    background-image: url('images/hupu.svg');
}

.brand-zhihuhot {
    background-image: url('images/zhihuhot.svg');
}

.brand-zhihuday {
    background-image: url('images/zhihuday.svg');
}

.brand-36ke {
    background-image: url('images/36ke.svg');
}

.brand-bili {
    background-image: url('images/bili.svg');
}

.brand-baidurd {
    background-image: url('images/baidurd.svg');
}

.brand-douyinhot {
    background-image: url('images/douyinhot.svg');
}

.brand-douban {
    background-image: url('images/douban.svg');
}

.brand-itnews {
    background-image: url('images/itnews.svg');
}

.brand-huxiu {
    background-image: url('images/huxiu.svg');
}

.brand-woshipm {
    background-image: url('images/woshipm.svg');
}

.brand-pengpai {
    background-image: url('images/pengpai.svg');
}

.brand-chongbluo {
    background-image: url('images/chongbluo.svg');
}

.title {
    margin-left: 10px;
}

.title h3 {
    font-size: 21px
}

.subtitle {
    margin-left: 8px;
    padding: 3px 8px;
    background-color: rgb(250 250 250/.5);
    border-radius: 5px;
    font-size: 14px
}

.updated {
    margin-top: 5px;
    font-size: 12px;
    display: block
}

.scrollbar {
    height: 100%;
    padding: 0 12px;
    overflow-y: auto;
    overflow-x: hidden
}

.scrollbar::-webkit-scrollbar {
    width: 8px
}

.scrollbar::-webkit-scrollbar-track {
    background-color: transparent
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgb(5 5 5/.5);
    border-radius: 6px
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgb(5 5 5/.7)
}

.scrollbar::-webkit-scrollbar-corner {
    background-color: transparent
}

.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgb(5 5 5/.5) transparent;
    scrollbar-face-color: rgb(5 5 5/.5);
    scrollbar-track-color: transparent
}

.item {
    line-height: 34px
}

.item:first-of-type .item-icon {
    background-color: #ff5722
}

.item:nth-of-type(2) .item-icon {
    background-color: #fb8f34
}

.item:nth-of-type(3) .item-icon {
    background-color: #ffb800
}

.item-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 6px;
    border-radius: 4px;
    background-color: #5a6f8d;
    color: #fafafa;
    font-size: 12px;
    text-align: center
}

.item-link {
    font-size: 16px
}

.item-view {
    margin-left: 10px;
    color: rgba(47,54,60,.3)
}

.footer {
    padding: 30px 0;
    text-align: center
}