.main{
    display: flex;
    padding: 1px 15px;
}
img{
    width: 100%;
}
.con{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.side{
    display: none;
}
.tab-nav-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    align-items: center;
}
.tab-nav-list::-webkit-scrollbar {
    display: none;
}
.tab-nav-list .tab-con{
    height: 36px;
    background: var(--search-bgcolor);
    border-radius: 18px;
    font-weight: 500;
    font-size: 14px;
    color: var(--font-4-color);
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 20px;
    border: none;
    margin-right: 8px
}
.tab-nav-list .tab-con:hover:not(.active) {
    color: rgb(var(--a-color-bg-inverse)) !important;
    cursor: pointer;
}
.tab-nav-list .active {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    background: var(--button-register-bgcolor);
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 8px;
}
.flash{
    margin-top:20px;
}
.flash .date{
    position: relative;
    padding-right: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    letter-spacing: .4px;
    display: flex;
    align-items: center;
}
.flash .date .date-left {
    width: 58px;
    height: 53px;
    color: #0b1721;
    text-align: center;
}
.flash .date .date-left .top {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    background: var(--button-register-bgcolor);
    border-radius: 6px 6px 0 0;
}
.flash .date .date-left .bottom {
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 6px 6px;
    color: var(--footer-color);
}
.dark .flash .date .date-left .bottom {
    border: 1px solid #30363d;
}
.dark .lives__item.timeline {
    border-left: 1.8px solid #30363d;
}
.flash .date .date-right .datetime{
    display: none;
}
.flash .date .date-right {
    margin-left: 15px;
    min-width: 55px;
    height: 53px;
    color: #0b1721;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    white-space: nowrap;
}
.flash .date .emptyDay{
    display: none;
}
.flash .date .date-right .top {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: var(--footer-color);
}
.flash .date-right .bottom {
    font-size: 14px;
    line-height: 28px;
    color: var(--font-4-color);
}
.js_main {
    padding: 0 20px;
    margin-left: 5px;
}
.lives__item.timeline {
    border-left: 1.8px solid #dcdfe6;
}
.lives__item {
    position: relative;
    padding: 15px 0 15px 15px;
}
.lives__grade {
    width: 12px;
    height: 12px;
    background: #007aff;
    border-radius: 50%;
    position: absolute;
    top: 19px;
    left: -7px;
}
.lives__grade:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    background: #fff;
}
.lives__intro{
    display: flex;
}
.lives__intro .time {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 16px;
    margin-right: 30px;
    color: #455058;
    margin-top: 2px;
}
.dark .lives__intro .time{
    color: #999999;
}
.lives__intro .content {
    position: relative;
}
.lives__intro .content-wrapper {
    padding: 0 0 25px;
    width: 100%;
}
.js_main .title {
    display: block;
    overflow: hidden;
    padding: 0 0 0 2px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .5px;
    color: var(--font-5-color);
    margin-bottom: 10px;
}
.js_main .source{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #999;
    margin-left: auto;
}
.lives__intro .summ{
    font-size: 15px;
    line-height: 24px;
    color: #333;
    display: inline-block;
    margin-bottom: 16px;;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.dark .lives__intro .summ{
    color: #999999;
}
.showAllBtn {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    right: 0;
    width: 106px;
    font-size: 15px;
    font-weight: 400;
    color: #2e82cc;
    text-align: right;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%);
}
.dark .showAllBtn {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #30363d 50%);
}
.lives__intro .summ.hl {
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.points {
    padding-top: 10px;
    font-size: 12px;
    line-height: 26px;
    color: #666;
    display: flex;
    align-items: center;
}
.points .up,.points .down{
    white-space: nowrap;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
}
.points .down img, .points .up img {
    width: 15px;
    margin-right: 10px;
    height: 9px;
}
.points .down .count, .points .up .count {
    margin-left: 4px;
}
.points .iconfont{
    font-size: 15px;
    margin-right: 5px;
}
.points .green,.green,.detail .content .points .green{
    color: #17A888;
}
.points .red,.red,.detail .content .points .red{
    color: #E44D66;
}
.flash .content-wrapper .source,.points .source{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .4px;
    color: #999;
    margin-left: auto;
    flex-shrink: 0;
}
.flash .content-wrapper .points .source a ,.source .source__label,.detail .source .source__label{
    color: rgb(56, 97, 251);
    font-size: 12px;
    cursor: pointer;
}
.photo {
    margin-top: 20px;
}.photo:after, .photo:before {
    display: table;
    content: "";
}.photo:after {
    clear: both;
}.photo figure {
    display: block;
    float: left;
    width: 210px;
    max-height: 85px;
    margin: 0 6px 6px 0;
    border-radius: 4px;
    overflow: hidden;
}img {
    vertical-align: middle;
    border-style: none;
}.photo img {
    width: 100%;
    height: 100%;
    transition: transform .15s ease-in;
    will-change: transform;
    cursor: zoom-in;
}
#up-down{
    display: none;
    position: absolute;
    will-change: transform;
}
.detail .content{
    margin-top: 20px;
    font-size: 15px;
}
.detail .content .points{
    font-size: 12px;
    line-height: 26px;
    color: #666;
    padding-top: 20px;
}
.detail .detail_title {
    color: var(--footer-color);
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
}
.detail .author .information{
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}
.detail .author .information .v-avatar {
    height: 32px;
    min-width: 32px;
    width: 32px;
}
.detail .author .information .time{
    color: #999999;
}
.detail .share{
    margin-bottom: 16px;
}
.detail .author .share{
    margin-bottom: 0px;
}
.detail .share_area{
    width: 40px;
    height: 40px;
    background-color: #F0F1F1;
    cursor: pointer;
}
.detail .share_area:hover,.detail .share_wrap .active,.detail .share_wrap .collect .active:hover{
    background-color: #0057FF;
    color: #fff;
}
.detail .collect .share_area:hover{
    background-color: #F0F1F1;
    color: rgba(0, 0, 0, .85);
}
.detail .share_wrap{
    display: none;
    position: sticky;
    top: 10px;
    height: 300px;
}
.detail .share_wrap .collect{
    margin-top: 30px;
    margin-bottom: 20px !important;
}
.detail .share_area .iconfont{
    font-size: 24px;
}
.detail .share_wrap .text {
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px !important;
}
.detail .weixin{
    position: relative;
}
.detail .weixin .weixin-code {
    background-color: #fff;
    display: none;
    position: absolute;
    right: -124px;
    top: 0;
}
.detail .weixin:hover .weixin-code{
    display: block;
}
.detail .weixin-code .qr_code{
    display: block;
}
.detail .weixin-code .text{
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.detail .content h3{
    font-size: 22px !important;
}
.detail .content * {
    color: var(--footer-color);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.detail .content h3 {
    background-image: linear-gradient(90deg, #d4e2ff 10%, #f5f8ff 20%, #fff);
    border-left: 5px solid #0057ff;
    border-radius: 3px 3px;
    color: #131926;
    font-weight: 700 !important;
    line-height: 2em;
    padding-left: 18px !important;
    white-space: inherit !important;
    width: 100%;
}
.dark .detail .content h3 {
    background-image: linear-gradient(90deg, #131926 10%, #323546 20%, #A1A7BB);
}
.detail .content img {
    border-radius: 10px;
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.detail .content  p {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    background-color: transparent !important;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: justify;
    white-space: normal;
    word-break: break-all;
}
.detail .content  p:first-child{
    margin-top: 0px;
}
.detail .content ul {
    font-size: 16px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
    list-style: revert;
    margin: 1em 0;
    padding-left: 40px;
}
.detail .content li {
    line-height: 1.8em;
    list-style: revert;
}
.detail .offs {
    margin-top: 32px !important;
    color: #999;
    font-size: 12px;
    line-height: 28px;
}
.navigation{
    margin-bottom: 10px;
    display: flex;
}
.breadcrumb .link,.breadcrumb .link1{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    color: var(--footer-color);
    font-family: Inter, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Arial, sans-serif;
}
.breadcrumb .iconfont {
    color: #c0c4cc;
    font-weight: 700;
    margin: 0 9px;
    font-size: 8px;
}
.breadcrumb:last-child .link {
    cursor: unset;
}
.breadcrumb:last-child .iconfont {
    display: none;
}
.navigation .breadcrumb .title{
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
[data-type="detail"]{
    height: 100vh;
}
@media (min-width: 1099px) {
    .con {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .side {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 900px) {
    .main{
        padding: unset;
    }
    .main .detail{
        padding: 1px 15px;
    }
    .tab{
        padding: 1px 15px;
    }
    .flash .date {
        padding-right: 0px;
    }
    .lives__week .tip {
        margin-right: 20px;
        display: inline-block;
    }
    .flash .date .date-right{
        height: 35px;
        line-height: 35px;
        margin-left: 0px;
        background-color:var(--flash-date-bg-color);
        width: 100%;
        text-align: left;
        padding: 0 20px;
    }
    .flash .date .emptyDay{
        display: block;
    }
    .flash .date .date-right .datetime,.flash .date .date-right .top{
        font-size: 15px;
        line-height: 28px;
        color: var(--font-4-color);
        margin-right: 15px;
        display: inline-block;
    }
    .flash .date .date-right .datetime,.flash .date .date-right .bottom{
        font-size: 15px;
        display: inline-block;
    }
    .js_main {
        padding: 0 15px;
        margin-left: 0px;
    }
    .search-area .js_main{
        padding: 0 5px;
    }
    .points{
        padding-top: 1px;
    }
    .flash .date .date-left{
        display: none;
    }
    .lives__intro {
        display: block;
    }
}
@media (max-width: 599px) {
    .detail .detail_title{
        font-size: 20px;
    }
}
@media (min-width: 600px) {
    .detail .content {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
        padding: 12px 12px 12px 24px;
    }
    .detail .share_wrap{
        display: block;
    }
    .detail .author .information .share{
        display: none;
    }
}
