blockquote, body, button, caption, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, menu, ol, p, pre, table, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left;
    font-weight: 400
}

abbr, body, fieldset, html, iframe, img {
    border: 0
}

address, cite, dfn, em, i, var {
    font-style: normal
}

[hidefocus], summary {
    outline: 0
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%
}

sub, sup {
    font-size: 83%
}

code, kbd, pre, samp {
    font-family: inherit
}

q:after, q:before {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}

label, summary {
    cursor: default
}

a, button {
    cursor: pointer
}

b, em, h1, h2, h3, h4, h5, h6, strong {
    font-weight: 400
}

a, a:hover {
    text-decoration: none
}

body, button, input, keygen, legend, select, textarea {
    -webkit-font-smoothing: antialiased;
    color: #333;
    outline: none !important;
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
    overflow-y: scroll;
}

button:focus-visible, input:focus-visible {
    outline: auto
}

body {
    background: #fff
}

.root {
    --themeColor: #404580;
    --themeColorRgba00: rgba(64, 69, 128, 0.0);
    --themeColorRgba01: rgba(64, 69, 128, 0.1);
    --themeColorRgba02: rgba(64, 69, 128, 0.2);
    --themeColorRgba05: rgba(64, 69, 128, 0.5);
    --themeColorRgba08: rgba(64, 69, 128, 0.8);
    --themeColorRed: #FF403A;
}

a {
    color: #121212
}

a:hover {
    color: #404580;
    color: var(--themeColor);
}

a:visited {
    color: #999
}

.home-container {
    position: relative;
    min-width: 1280px;
    padding-bottom: 40px
}

.home-container:before {
    content: "";
    width: 100%;
    z-index: 201
}

.home-container .fix-header, .home-container:before {
    position: fixed;
    top: -64px;
    left: 0;
    height: 64px;
    background: #fff
}

.home-container .fix-header {
    display: none;
    width: 100vw;
    min-width: 1280px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 16px rgba(54, 56, 79, .06);
    box-shadow: 0 2px 16px rgba(54, 56, 79, .06);
    z-index: 200
}

.home-container .fix-header > div {
    height: 100%;
    background: #fff;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-container .fix-header .logo {
    flex-shrink: 0;
    width: 100px;
    height: 28px;
}

.home-container .fix-header .logo:hover {
    opacity: .8
}

.home-container .fix-header .feed-m-nav {
    flex-shrink: 0;
    width: 546px;
    margin-left: 28px;
    padding-bottom: 0
}

.home-container .fix-header .feed-m-nav .feed-default-nav-item, .home-container .fix-header .feed-m-nav .feed-more-nav li, .home-container .fix-header .feed-m-nav .more-btn, .home-container .fix-header .feed-m-nav .ttp-city-selector-current-name {
    font-size: 16px
}

.home-container .fix-header .feed-m-nav .feed-default-nav-item {
    padding: 2px 0
}

.home-container .fix-header .feed-m-nav .more-btn {
    padding: 2px 8px
}

.home-container .fix-header .feed-m-nav .ttp-city-selector .ttp-city-selector-city-picker {
    width: 12px;
    height: 12px
}

.home-container .fix-header .feed-m-nav .feed-default-nav-item.active:after {
    width: 16px;
    height: 2px;
    bottom: -2px
}

.home-container .fix-header .user-icon.red {
    margin-left: 28px
}

.home-container .fix-header .login-button {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    margin-left: 16px
}

.home-container .fix-header .header-notification-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 40px
}

.home-container .fix-header .header-publisher-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 32px
}

.home-container .fix-header .header-publisher-wrapper .publisher-icon {
    padding: 0 0 0 30px;
    margin: 0
}

.home-container .fix-header .search-wrapper {
    width: 440px
}

.home-container .web-header {
    min-width: 1280px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.home-container .search-container {
    width: 100%;
    min-width: 1280px;
    height: 312px;
    height: 39vh;
    max-height: 360px;
    min-height: 273px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 1
}

.home-container .search-container.new-style {
    height: auto;
    min-height: auto;
    top: 102px
}

.home-container .search-container.new-style .show-monitor {
    display: none
}

.home-container .main-search {
    width: 704px;
    height: 157px
}

.home-container .main-content {
    width: 1066px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 16px 16px 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home-container .main-content .left-container {
    width: 676px
}

.home-container .main-content .left-container > .show-monitor {
    display: block
}

.home-container .main-content .right-container {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 318px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.home-container.new-style .web-header {
    padding: 0 40px
}

.home-container.new-style .web-header .common-component-wrapper .login-button {
    background-color: #313769;
    background-color: var(--themeColor);
    border-radius: 4px
}

.home-container.new-style .feed-default-nav .default-nav-hidden {
    display: none
}

.home-container.new-style .search-wrapper.white .search {
    background-color: hsla(0, 0%, 100%, .85);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 8px
}

.home-container.new-style .search-wrapper.white .search input {
    background-color: transparent;
    border: none
}

.home-container.new-style .search-wrapper.white .search button {
    background-color: transparent
}

.home-container.new-style .search-wrapper.white .search button i {
    background-image: url(../images/search_icon_blue.svg)
}

.home-container.new-style .main-content {
    width: 1060px
}

.home-container.new-style .main-content .left-container {
    width: 658px
}

.home-container.new-style .main-content .left-container .feed-default-nav .feed-default-nav-item, .home-container.new-style .main-content .left-container .feed-default-nav .feed-default-nav-item .ttp-city-selector-current-name {
    font-size: 16px !important
}

.home-container.new-style .main-content .left-container .feed-default-nav .feed-default-nav-item .ttp-city-selector-city-picker {
    margin-left: 4px
}

.home-container.new-style .main-content .left-container .feed-default-nav .feed-default-nav-item.active:after, .home-container.new-style .main-content .left-container .feed-default-nav .feed-default-nav-item.hidden {
    display: none
}

.home-container.new-style .main-content .left-container .more-btn-wrapper .more-btn {
    font-size: 16px !important;
    background-color: transparent
}

.home-container.new-style .main-content .left-container .more-btn-wrapper .more-btn:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqBAMAAAA37dRoAAAAG1BMVEVHcEwgICAiIiIiIiIgICAhISEhISEiIiIiIiI3zrLhAAAACHRSTlMAMO9/E9m1QKyOxBkAAABESURBVCjPY2CgEmApwSYq1CqARTSiQxGraBMWxRYd2BQzd4wqRlHcRqwo0AQVIm3DatkwVYoj9WVgTami2JTiyAEUAADwzjHkrymCMgAAAABJRU5ErkJggg==);
    background-size: contain;
    background-position: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg)
}

.home-container.new-style .main-content .left-container .more-btn-wrapper .more-btn.hover:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.home-container.new-style .main-content .left-container .follow-channel-feed .feed-card-media-header .feed-card-user-info span {
    font-size: 16px
}

.home-container.new-style .main-content .left-container .follow-channel-feed .feed-card-wrapper .feed-card-article.single-cover .title {
    min-height: 40px;
    margin: 8px 0
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .title {
    font-size: 18px !important;
    line-height: 24px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-article.single-cover .feed-card-article-l {
    width: 436px;
    /*min-height: 104px*/
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-article.single-cover .title {
    /*min-height: 84px*/
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-article .feed-card-cover, .home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-wenda .feed-card-cover {
    width: 210px;
    height: 140px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-wtt .wtt-link-card-wrapper .card-l {
    width: 489px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-wtt .wtt-link-card-wrapper .card-r .feed-card-cover {
    width: 118px;
    height: 88px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-wtt .feed-card-cover {
    width: 155px;
    height: 104px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-wtt .feed-card-wtt-user-info span {
    font-size: 16px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-wtt .content {
    font-size: 16px;
    line-height: 24px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-wtt.single-cover .feed-card-wtt-l {
    min-height: 84px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-wtt.single-cover .content {
    max-height: 48px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-video-single .l-content {
    width: 482px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-video-single .l-content .title {
    min-height: 84px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-video-single .r-content .feed-card-cover, .home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-video-single .r-content .feed-video-item {
    width: 155.5px;
    height: 104px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-video-single.feed-card-video-follow .l-content {
    min-height: 104px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-video-single.feed-card-video-follow .l-content .title {
    min-height: 40px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-short-video-multi .feed-card-cover, .home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-short-video-multi .feed-card-short-video-multi-item {
    width: 155.5px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-short-video-multi .feed-card-short-video-multi-item .title {
    margin-bottom: 0
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-video-multi-item, .home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-video-multi-item .feed-card-cover {
    width: 323px
}

.home-container.new-style .main-content .left-container .feed-card-wrapper .feed-card-cover {
    border: none !important
}

.home-container.new-style .main-content .left-container .ttp-feed-module .video-channel-feed .feed-card-video-wrapper {
    width: 323px
}

.home-container.new-style .main-content .right-container .home-hot-board .suiYou-hot-board .title {
    font-size: 16px;
    padding-left: 24px
}

.home-container.new-style .main-content .right-container .home-hot-board .suiYou-hot-board .title:before {
    width: 20px;
    height: 20px;
    background-image: url(../images/hot_board.svg)
}

.home-container.new-style .main-content .right-container .home-hot-board .suiYou-hot-board .article-item {
    padding: 6px 0
}

.home-container.new-style .main-content .right-container .home-hot-board .suiYou-hot-board .news-index {
    font-family: PingFang SC;
    font-weight: 500;
    color: #a1a3a6;
    font-size: 16px
}

.home-container.new-style .main-content .right-container .home-hot-board .suiYou-hot-board .news-index.num-1 {
    color: #ff403a
}

.home-container.new-style .main-content .right-container .home-hot-board .suiYou-hot-board .news-index.num-2 {
    color: #ff9500
}

.home-container.new-style .main-content .right-container .home-hot-board .suiYou-hot-board .news-index.num-3 {
    color: #fc0
}

.home-container.new-style .main-content .right-container .home-hot-board .suiYou-hot-board .news-icon.new {
    background-image: url(../images/hotboard_new.svg)
}

.home-container.new-style .main-content .right-container .home-hot-board .suiYou-hot-board .news-icon.hot {
    background-image: url(../images/hotboard_hot.svg)
}

.home-container.new-style .main-content .right-container .home-hot-board .suiYou-hot-board .news-icon.boom {
    background-image: url(../images/hotboard_boom.svg)
}

.home-container.new-style .main-content .right-container .home-hot-board .suiYou-hot-board .title-bar .refresh {
    color: #a1a3a6;
    font-size: 14px;
    font-weight: 400
}

.home-container.new-style .main-content .right-container .home-hot-board .suiYou-hot-board .title-bar .refresh:before {
    width: 14px;
    height: 14px;
    background-image: url(../images/rotate_new.3094a784.svg);
    top: 2.5px
}

.home-container.new-style .main-content .right-container .hot-video .pane-header .header {
    font-size: 16px !important
}

.home-container.new-style .main-content .right-container .hot-video .pane-header .header:before {
    width: 20px;
    height: 20px;
    background-image: url(../images/hot_video.svg);
    margin-right: 4px
}

.home-container.new-style .main-content .right-container .hot-video .pane-header .right span {
    color: #a1a3a6;
    font-size: 14px;
    font-weight: 400
}

.home-container.new-style .main-content .right-container .hot-video .pane-header .right img {
    width: 14px;
    height: 14px
}

.home-container.new-style .main-content .right-container .hot-video .video-list .video-item .left-img {
    width: 153px;
    height: 96px;
    border: none
}

.home-container.new-style .main-content .right-container .hot-video .video-list .video-item .number {
    width: 20px;
    background: rgba(0, 0, 0, .5);
    padding: 4px 0;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    font-family: PingFang SC
}

.home-container.new-style .main-content .right-container .hot-video .video-list .video-item .number.num1, .home-container.new-style .main-content .right-container .hot-video .video-list .video-item .number.num2, .home-container.new-style .main-content .right-container .hot-video .video-list .video-item .number.num3 {
    background: rgba(0, 0, 0, .5)
}

.home-container.new-style .main-content .right-container .hot-video .video-list .video-item .duration {
    font-size: 12px;
    font-weight: 400;
    background: rgba(0, 0, 0, .5);
    padding: 4px
}

.home-container.new-style .main-content .right-container .hot-video .video-list .video-item .like {
    font-size: 10px;
    line-height: 12px;
    color: #ff403a;
    color: var(--themeColor);
    background-color: rgba(255, 64, 58, .1);
    background-color: var(--themeColorRgba01);
    border-radius: 2px;
    padding: 1px 4px
}

.home-container.new-style .fix-header {
    padding: 0 40px;
    min-width: 1230px
}

.home-container.new-style .fix-header .search-wrapper .search input {
    padding-right: 46px;
    border-radius: 4px
}

.home-container.new-style .fix-header .search-wrapper .search button {
    width: 46px
}

.home-container.new-style .fix-header .search-wrapper .search button i {
    width: 24px;
    height: 24px;
    margin-top: -2px
}

.home-container.new-style .fix-header .search-wrapper span {
    display: none
}

.home-container.new-style .fix-header .header-notification-wrapper {
    margin-left: 16px
}

.home-container.new-style .fix-header .header-notification-wrapper .ttp-header-notice .notice-icon {
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 0 22px
}

.home-container.new-style .fix-header .header-notification-wrapper .ttp-header-notice .notice-icon:before {
    width: 20px;
    height: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAMFBMVEVHcEwiIiIhISEgICAiIiIgICAiIiIhISEiIiIhISEiIiIhISEhISEiIiIiIiIiIiK1TMnAAAAAD3RSTlMAgL8YnzzvYHBP39+wz5A9IKz8AAABDElEQVQoz2NgoApgLrm1yN0ATezZfyD4gira9h8MMpDFGP//T2mvOPb/vwCSoPz/RKBOZvn/HxFinP9/gU1j3v8/AC7I/X8xhGENYwBBPUwB6/8fcMH7X2As/U9wR/7/CmPG/zeA25MAE2T7PwHK4vivABPk/d8Ad/oBmCDL/wcYLCDTAcpiQvgOoYnpfwFMkP3/BbiHJiAEF0BZ/Agfs/7/gOFioD8+Q1nzvyECLP87lOH/ByF4HhYM+78jBPu/GUBt/IwQtIc6jxvuC7CbF6BbDnLTV6jlgkgg/yfUGBTwGRqcKAAaODVKSMCVUKrjcAECATRBJpBxDujp0////08G6PpZRfwCqJP+GQD33Yh140n1EwAAAABJRU5ErkJggg==);
    background-size: cover;
    background-position: 50%;
    top: 0
}

.home-container.new-style .fix-header .header-publisher-wrapper {
    margin-left: 16px
}

.home-container.new-style .fix-header .header-publisher-wrapper .ttp-header-publisher .publisher-icon {
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 0 22px
}

.home-container.new-style .fix-header .header-publisher-wrapper .ttp-header-publisher .publisher-icon:before {
    width: 20px;
    height: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAANlBMVEVHcEwhISEiIiIhISEgICAhISEgICAhISEiIiIgICAhISEiIiIhISEiIiIkJCQhISEhISEiIiJ0E+ANAAAAEXRSTlMAW2+gI4BA358QaI/P70C/r5HADWIAAAExSURBVDjLtVXLtsMgCIxvPUET//9nr9iomGLauyibKg4yIJlu249NS+9izhFOqR9g4sjEQCxgyeWbOQ4a9noWvRTWWqleUXt4IwfoP+zwWFUvvVHVeIGznHNCBnSpwNIB6kaH4Qo0yJO0Zd5SQ6KDUUnsAg9EUo5eSCgHY0iULYetnaUzfuZF+ZbXOq4uTDQqLRpnez5JWDDArQyJrIvzdqBWe2gRC2DPGDvFYHwxbAj+ttpLU2JdjFrMPGVX7aks/weMvaN86tRSu8/FwHM7xv5sEfEJ2DN+eMI0RmY8OzcUqlF8jZldjZkmY/b14NZJ8jxwpxd+/3FtAVhVCD7fSTHf+iVGrFRknwisShvohUg5L1NKQvq4ECls57vs2ZWQAoUd4lGaT0BpLgz0r/8G/gDs+BoJAekznQAAAABJRU5ErkJggg==);
    background-size: cover;
    background-position: 50%;
    top: 0
}

.home-container.new-style .fix-header .login-button {
     padding: 4px 12px;
     border-radius: 4px;
     font-size: 14px
 }

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn .5s ease forwards;
    -moz-animation: fadeIn .5s ease forwards;
    animation: fadeIn .5s ease forwards
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media screen and (max-width: 1440px) {
    .home-container .fix-header .search-wrapper {
        width: 390px
    }
}

@media screen and (max-width: 1366px) {
    .home-container .fix-header .feed-m-nav {
        width: 514px;
        margin-left: 24px
    }

    .home-container .fix-header .search-wrapper {
        width: 360px
    }

    .home-container .fix-header .header-notification-wrapper {
        margin-left: 32px
    }

    .home-container .fix-header .header-publisher-wrapper, .home-container .fix-header .user-icon.red {
        margin-left: 24px
    }
}

@media screen and (max-width: 1162px) {
    .toolbar {
        display: none
    }
}

.web-header {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%
}

.web-header a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    padding: 16px 0
}

.header-left a:not(:last-of-type) {
    margin-right: 36px
}

.add-to-desktop-wrapper {
    display: inline-block;
    margin-right: 36px;
    position: relative
}

.add-to-desktop-wrapper a {
    margin-right: 0
}

.add-to-desktop-wrapper .add-panel {
    width: 216px;
    padding: 32px 16px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    mix-blend-mode: normal;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .08);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .08);
    border-radius: 8px;
    text-align: center;
    position: absolute;
    left: -73px
}

.add-to-desktop-wrapper .add-panel:before {
    content: "";
    width: 16px;
    height: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -5px;
    left: 50%
}

.add-to-desktop-wrapper .add-panel i {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url(../images/随游logo.svg) no-repeat 50%;
    background-size: contain
}

.add-to-desktop-wrapper .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin: 8px 0 4px
}

.add-to-desktop-wrapper .tips {
    font-size: 14px;
    line-height: 20px;
    color: #999
}

.home-banner-wrapper {
    position: relative;
    overflow: hidden;
    height: 312px;
    height: 39vh;
    max-height: 360px;
    min-height: 273px;
    background: #222
}

.home-banner-wrapper.ie .video-poster, .home-banner-wrapper.ie video {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3)
}

.home-banner-wrapper .home-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.home-banner-wrapper .static-img, .home-banner-wrapper .video-poster {
    width: 100%;
    height: 100%;
    background: transparent no-repeat 50%;
    background-size: cover
}

.home-banner-wrapper .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    background: #62B0F7;
}

.home-banner-wrapper video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-banner-headline {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    height: 32px
}

.home-banner-headline .headline {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    padding: 0 8px;
    height: 100%;
    background: hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px)
}

.home-banner-headline .headline.padding-right-4 {
    padding-right: 4px
}

.home-banner-headline .icon-eye {
    display: inline-block;
    margin-right: 4px;
    width: 18px;
    height: 18px
}

.home-banner-headline h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #fff
}

.home-banner-headline .desc-popup {
    position: absolute;
    right: 0;
    bottom: 100%;
    padding-bottom: 10px
}

.home-banner-headline .desc-popup-inner {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    width: 256px;
    color: #fff;
    background: hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px)
}

.home-banner-headline .desc-popup-inner .title {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 24px 16px 0;
    margin-bottom: 12px;
    white-space: nowrap;
    max-width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px
}

.home-banner-headline .desc-popup-inner .content-wrapper {
    padding: 0 16px 12px
}

.home-banner-headline .desc-popup-inner .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
    font-size: 14px;
    line-height: 20px
}

.home-banner-headline .desc-popup-inner .look-btn {
    width: 224px;
    padding: 6px 0;
    margin: 0 16px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 4px;
    border: none
}

.ttp-popup-container {
    -webkit-transition: all .4s cubic-bezier(.3, 1.3, .3, 1);
    -moz-transition: all .4s cubic-bezier(.3, 1.3, .3, 1);
    transition: all .4s cubic-bezier(.3, 1.3, .3, 1);
    opacity: 0;
    display: none
}

.ttp-popup-container.popup-show {
    display: block
}

.ttp-popup-container.popup-hide {
    display: none
}

.ttp-popup-container.popup-animate-show {
    opacity: 1
}

.ttp-popup-container.popup-animate-hide {
    opacity: 0
}

.download-app-wrapper {
    display: inline-block;
    margin-right: 36px;
    position: relative
}

.download-app-wrapper a {
    margin-right: 0
}

.download-app-wrapper .download-panel {
    width: 148px;
    padding: 24px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    mix-blend-mode: normal;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    text-align: center;
    position: absolute;
    left: 0
}

.download-app-wrapper .download-panel:before {
    content: "";
    width: 16px;
    height: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -5px;
    left: 41px
}

.download-app-wrapper .download-panel i {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    background: url(../images/download/download.png) no-repeat 50%;
    background-size: 110px;
}

.download-app-wrapper .download-panel .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 8px
}

.header-right a {
    margin-left: 40px
}

.header-right .notification-container,
.header-right .publisher-icon,
.header-right .user-icon,
.article-header-right .publisher-icon {
    display: inline-block;
    margin-left: 36px
}

.header-right .notification-container {
    padding: 16px 0
}

.header-right .notification-container a {
    margin-left: 0;
    text-shadow: none
}

.header-right .notification-container a.notice-icon {
    padding: 0 0 0 30px;
    font-weight: 400;
    font-size: 14px
}

.header-right .notification-container a.notice-icon:hover {
    opacity: 1
}

.header-right .ttp-header-notice.dark .notice-icon:before {
    background-image: url(../images/msg_icon.36698e42.svg)
}

.common-component-wrapper .publisher-icon,
.article-header-right .publisher-icon {
    padding: 16px 0;
    cursor: pointer;
    position: relative;
    outline: none
}

.common-component-wrapper .publisher-icon:focus-visible,
.article-header-right .publisher-icon:focus-visible {
    outline: auto;
}

.common-component-wrapper .publisher-icon img,
.article-header-right .publisher-icon img {
    width: 18px;
    height: 18px;
    margin-bottom: -4px
}

.common-component-wrapper .publisher-icon a,
.article-header-right .publisher-icon a{
    margin-left: 8px;
    padding: 0;
    font-size: 14px;
    line-height: 20px
}

.common-component-wrapper .user-icon {
    padding: 13px 0;
    cursor: pointer;
    position: relative
}

.common-component-wrapper .user-icon img {
    width: 26px;
    height: 26px;
    margin-bottom: -8px;
    border-radius: 50%;
    pointer-events: none;
}

.common-component-wrapper .user-icon a {
    display: block;
    margin-left: 0;
    padding: 0;
}

.common-component-wrapper .user-icon span {
    margin-left: 8px;
    font-size: 14px;
    line-height: 20px;
    pointer-events: none;
}

.common-component-wrapper .hover-list,
.article-header-wrapper .hover-list {
    width: 108px;
    padding: 12px 0;
    margin-top: 47px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    mix-blend-mode: normal;
    border: .5px solid #f2f2f2;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    border-radius: 8px;
    position: absolute;
    top: 0;
    z-index: 100
}

.common-component-wrapper .hover-list a,
.article-header-wrapper .hover-list a {
    display: block;
    padding: 8px 25px;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    text-shadow: none;
    white-space: nowrap
}

.common-component-wrapper .hover-list a:hover,
.article-header-wrapper .hover-list a:hover {
    background: #f8f8f8
}

.common-component-wrapper .hover-list:before,
.article-header-wrapper .hover-list:before {
    content: "";
    width: 16px;
    height: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
    background-size: contain;
    position: absolute;
    top: -6px
}

.common-component-wrapper .publish-list {
    left: -16px
}

.common-component-wrapper .publish-list:before {
    left: 16px
}

.common-component-wrapper .user-list {
    right: 0
}

.article-header-wrapper .user-list {
    right: -40px;
}

.common-component-wrapper .user-list:before,
.article-header-wrapper .user-list:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.common-component-wrapper .login-button {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 4px 12px;
    background: #313769;
    background: var(--themeColor);
    border-radius: 6px;
    text-shadow: none
}

.common-component-wrapper .login-button:hover {
    opacity: .9
}

.common-component-wrapper .user-icon.red {
    padding: 0
}

.common-component-wrapper .user-icon.red img {
    width: 28px;
    height: 28px;
    margin: 0
}

.common-component-wrapper .user-icon.red .hover-list {
    margin-top: 40px;
    right: -24px
}

.common-component-wrapper .user-icon.red .hover-list:before {
    left: auto;
    right: 37px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%)
}

.weather-wrapper {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    outline: none
}

.weather-wrapper:focus-visible {
    outline: auto
}

.weather-wrapper .weather-abstract {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    padding: 15px 0;
    cursor: pointer;
}

.weather-wrapper .weather-abstract .weather-icon {
    width: 24px;
    height: 24px;
    margin: 0 4px -7px 8px
}

.weather-wrapper .weather-abstract .city_temperature {
    margin-left: 8px;
    margin-right: 8px
}

.weather-wrapper .weather-abstract .wind-direction {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 1px 2px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .16);
    background: hsla(0, 0%, 100%, .4);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px)
}

.weather-wrapper .weather-hover {
    color: #222;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .08);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .08);
    margin-top: 47px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10
}

.weather-wrapper .weather-hover .w-header {
    padding: 14px 16px
}

.weather-wrapper .weather-hover .w-header .header-bg {
    width: 100%;
    height: 53.34px;
    margin-top: -5.34px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABBQAAAChAgMAAAAKOQTaAAAADFBMVEVHcEz7+/v6+vr6+vqPU4c/AAAAA3RSTlMAd87m1MRYAAABcklEQVR42u3XwU3DUBAE0B8h5AMHjhxdAiUkJdAJJbgJ+qADQgkpgRJy8CEgnM23HSNSQRD7pgLryZ5ZlyLyV7J620AoTewglDZ6CKWLAcIqIhRDUxUUQ1sVFENXFQa1EIphqgXF0E4KvVpQDHMtZC+G5qyQuxiezwqfmREeYsnL9R/m9jWy5uvpp6K2kTfHzcVmZ01/uVZZM78Md8kVPn6db3kz+CCWT6JJr7BLvxDLSqzTK3xXhW16haNynOvxBkK8p7+Z5pG4hxB7QzlN5SOEODgXpoOhg1D/pyiMCk7H8XikMCowqKFAgQIFChQoUKBAgQIFChQoUKBAgQIFChQoUKBAgQIFChQoUKBAgQIFChQoUKBAgQIFChQoUKBAgQIFChQoUKBAgQIFChQoUKAgFChQoECBAgUKFChQoECBAgUKFChQoECBAgUKFChQoECBAgUKFChQoECBAgUKFChQoECBAgUKFChQoECBAoX/nRNNGFFLoiaCgQAAAABJRU5ErkJggg==);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.weather-wrapper .weather-hover .w-header .change {
    color: #707070;
    cursor: pointer;
    border: none;
    background: none
}

.weather-wrapper .weather-hover .w-header .change:before,
.weather-wrapper .weather-abstract .address-txt:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEVHcEzvQEDwQUHwQELvQEDwQULxQEDwQUHvQEDvQEHxQELwQEDwQUK/KU2WAAAADHRSTlMAHuZ5QL5fzzCQn0+3JUZuAAABI0lEQVQ4y42TPU7DQBCFx+BgSOUQQU0KOhdJjQs36VKgKCUFJUWO4MIHoOAAFHAGbuBNkBBzKPCsd3ZnPZH8Kns++83fLoDXLAdN8y3i/WoYXyNpF8dvsNenjKeFA20jwB5Z3+IHDFQF4DoEiwA8heDo4xeIulcmwSODV1vow5ct+sDgnd6XAOf0YGRuei1ldvrurnuakKeLJ87JeeUCVH4EI8HSt8qbLLgtSo5cVc3jjsrlBq3TD4ONnerLrZ3yr76OvlXSVIIPfbNit2KDrX5I5DE503NHS38OD1ahp3AtDk9iP7yoC5q894puT+niJrofmVZsp8sTTuxlBncw051cXa1yo/fD7qyuOvCmgKSO5xRsfqGC/wU3KoDS6HFIKxihP7CdYSgQByryAAAAAElFTkSuQmCC);
    background-size: contain;
    margin-right: 2px;
    margin-bottom: -3px
}

.weather-wrapper .weather-hover .w-header .time {
    float: right;
    font-weight: 500
}

.weather-wrapper .weather-hover .days-weather {
    width: 348px;
    padding: 20px 0;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden
}

.weather-wrapper .weather-hover .days-weather .day {
    width: 33.3%;
    float: left;
    text-align: center
}

.weather-wrapper .weather-hover .days-weather span {
    display: block
}

.weather-wrapper .weather-hover .days-weather .title {
    color: #222
}

.weather-wrapper .weather-hover .days-weather .weather-icon {
    margin: 8px 0
}

.weather-wrapper .weather-hover .days-weather .temperature {
    color: #707070
}

.weather-wrapper .weather-hover .days-weather .temperature em {
    font-weight: 500
}

.weather-wrapper .weather-hover .city-select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 14px 16px 20px;
    width: 370px;
    height: 156px;
    background: #fff
}

.weather-wrapper .weather-hover .city-select:before {
    content: "";
    width: 16px;
    height: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
    background-size: contain;
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.weather-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain
}

.weather-icon-white-0 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/0.png")
}

.weather-icon-white-1 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/1.png")
}

.weather-icon-white-2 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/2.png")
}

.weather-icon-white-3 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/3.png")
}

.weather-icon-white-4 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/4.png")
}

.weather-icon-white-5 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/5.png")
}

.weather-icon-white-6 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/6.png")
}

.weather-icon-white-7 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/7.png")
}

.weather-icon-white-8 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/8.png")
}

.weather-icon-white-9 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/9.png")
}

.weather-icon-white-10 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/10.png")
}

.weather-icon-white-13 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/13.png")
}

.weather-icon-white-14 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/14.png")
}

.weather-icon-white-15 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/15.png")
}

.weather-icon-white-16 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/16.png")
}

.weather-icon-white-17 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/17.png")
}

.weather-icon-white-18 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/18.png")
}

.weather-icon-white-19 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/19.png")
}

.weather-icon-white-20 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/20-36.png")
}

.weather-icon-white-29 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/29-35.png")
}

.weather-icon-white-30 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/30.png")
}

.weather-icon-white-31 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/31.png")
}

.weather-icon-white-32 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/32.png")
}

.weather-icon-white-33 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/33.png")
}

.weather-icon-white-34 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/34.png")
}

.weather-icon-white-35 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/29-35.png")
}

.weather-icon-white-36 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/20-36.png")
}

.weather-icon-white-44 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/44.png")
}

.weather-icon-white-45, .weather-icon-white-46 {
    background-image: url("https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/pipieh7nupabozups/toutiao_web_pc/weather_white/45-46.png")
}

.weather-icon-0 {
    background-image: url(../images/weather/0.png)
}

.weather-icon-1 {
    background-image: url(../images/weather/1.png)
}

.weather-icon-2 {
    background-image: url(../images/weather/2.png)
}

.weather-icon-3 {
    background-image: url(../images/weather/3.png)
}

.weather-icon-4 {
    background-image: url(../images/weather/4.png)
}

.weather-icon-5 {
    background-image: url(../images/weather/5.png)
}

.weather-icon-6 {
    background-image: url(../images/weather/6.png)
}

.weather-icon-7 {
    background-image: url(../images/weather/7.png)
}

.weather-icon-8 {
    background-image: url(../images/weather/8.png)
}

.weather-icon-9 {
    background-image: url(../images/weather/9.png)
}

.weather-icon-10 {
    background-image: url(../images/weather/10.png)
}

.weather-icon-13 {
    background-image: url(../images/weather/13.png)
}

.weather-icon-14 {
    background-image: url(../images/weather/14.png)
}

.weather-icon-15 {
    background-image: url(../images/weather/15.png)
}

.weather-icon-16 {
    background-image: url(../images/weather/16.png)
}

.weather-icon-17 {
    background-image: url(../images/weather/17.png)
}

.weather-icon-18 {
    background-image: url(../images/weather/18.png)
}

.weather-icon-19 {
    background-image: url(../images/weather/19.png)
}

.weather-icon-20 {
    background-image: url(../images/weather/20-36.png)
}

.weather-icon-29 {
    background-image: url(../images/weather/29-35.png)
}

.weather-icon-30 {
    background-image: url(../images/weather/30.png)
}

.weather-icon-31 {
    background-image: url(../images/weather/31.png)
}

.weather-icon-32 {
    background-image: url(../images/weather/32.png)
}

.weather-icon-33 {
    background-image: url(../images/weather/33.png)
}

.weather-icon-34 {
    background-image: url(../images/weather/34.png)
}

.weather-icon-35 {
    background-image: url(../images/weather/29-35.png)
}

.weather-icon-36 {
    background-image: url(../images/weather/20-36.png)
}

.weather-icon-44 {
    background-image: url(../images/weather/44.png)
}

.weather-icon-45, .weather-icon-46 {
    background-image: url(../images/weather/45-46.png)
}

.sy-city-selector-panel .desc {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #222
}

.sy-city-selector-panel .cascade-options {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.sy-city-selector-panel .btn {
    border: none;
    border-radius: 6px;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    cursor: pointer
}

.sy-city-selector-panel .btn:hover {
    opacity: .8
}

.sy-city-selector-panel .btn:focus-visible {
    outline: auto
}

.sy-city-selector-panel .btn.cancel {
    margin-right: 8px;
    background: #f2f2f2
}

.sy-city-selector-panel .btn.ok {
    font-weight: 500;
    background: #f04142;
    color: #fff
}

.sy-city-selector-cascade-option {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    width: 108px;
    height: 40px;
    background: #fff;
    cursor: pointer
}

.cascade-options ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px
}

.cascade-options ul::-webkit-scrollbar-thumb {
    background-color: #9e9e9e;
    height: 10px;
    outline-offset: -2px;
    outline: 2px solid #fff;
    border-radius: 2px
}

.cascade-options ul::-webkit-scrollbar-thumb:hover {
    background-color: #e9e9e9
}

.cascade-options ul::-webkit-scrollbar-track-piece {
    background-color: #fff;
    border-radius: 2px
}

.sy-city-selector-cascade-option .current-option {
    position: relative;
    padding: 10px 24px 10px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    white-space: nowrap; /* 确保文本不换行 */
    overflow: hidden; /* 隐藏超出div尺寸的文本 */
    text-overflow: ellipsis; /* 使超出的文本显示为省略号 */
}

.sy-city-selector-cascade-option .current-option:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 16px;
    width: 10px;
    height: 10px;
    background: url(../images/arrow_down.4f461124.svg) no-repeat 50%;
    background-size: contain
}

.sy-city-selector-cascade-option .options-list {
    position: absolute;
    top: 44px;
    left: -1px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .12);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .12);
    overflow-y: scroll;
    opacity: 0;
    width: 216px;
    height: 0;
    max-height: 276px;
    background: #fff;
    -webkit-transition: opacity .2s, height .2s;
    -moz-transition: opacity .2s, height .2s;
    transition: opacity .2s, height .2s
}

.sy-city-selector-cascade-option .options-list.show {
    padding: 12px 0;
    opacity: 1;
    height: auto
}

.sy-city-selector-cascade-option .options-list .option {
    padding: 8px 10px 8px 26px;
    font-size: 14px;
    line-height: 20px
}

.sy-city-selector-cascade-option .options-list .option:hover {
    background-color: #f8f8f8
}

div.ttp-login-modal {
    z-index: 1001
}

div.ttp-login-modal .ttp-modal {
    width: 650px;
    background: #f2f2f2;
    border-radius: 8px
}

div.ttp-login-modal .ttp-modal .ttp-modal-header {
    padding: 16px 16px 16px 36px;
    border-bottom: 1px solid #e8e8e8
}

div.ttp-login-modal .ttp-modal .ttp-modal-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #222
}

div.ttp-login-modal .ttp-modal .ttp-modal-close-btn {
    padding: 0;
    margin-top: 2px;
    background: hsla(0, 0%, 84.7%, .4);
    border-radius: 50%
}

div.ttp-login-modal .ttp-modal .ttp-modal-close-btn i {
    background-image: url(../images/close.78e46e2d.svg)
}

div.ttp-login-modal .ttp-modal .ttp-modal-body {
    padding: 0
}

div.ttp-login-modal .web-login-container {
    width: auto
}

div.ttp-login-modal .web-login {
    background-color: transparent
}

div.ttp-login-modal .web-login-union__login {
    padding: 24px 0 28px
}

div.ttp-login-modal .web-login-union__login__form__content {
    width: 288px
}

div.ttp-login-modal .web-login-union__login__form__title, div.ttp-login-modal .web-login-union__login__scan-code__title {
    font-size: 18px
}

div.ttp-login-modal .web-login-union__login__form {
    padding: 0 32px 0 36px;
    position: relative
}

div.ttp-login-modal .web-login-union__login__form:after {
    content: "";
    display: block;
    width: 1px;
    height: 238px;
    background-color: #e8e8e8;
    position: absolute;
    right: 0;
    top: 0
}

div.ttp-login-modal .web-login-account-password__account-input-wrapper, div.ttp-login-modal .web-login-mobile-code__mobile-input-wrapper, div.ttp-login-modal .web-login-password-reset__account-input-wrapper {
    margin-top: 16px
}

div.ttp-login-modal .web-login-account-password__password-input-wrapper, div.ttp-login-modal .web-login-mobile-code__code-input-wrapper, div.ttp-login-modal .web-login-password-reset__code-input-wrapper, div.ttp-login-modal .web-login-password-reset__confirm-password-input-wrapper, div.ttp-login-modal .web-login-password-reset__new-password-input-wrapper {
    margin-top: 12px
}

div.ttp-login-modal .web-login-button-input, div.ttp-login-modal .web-login-normal-input, div.ttp-login-modal .web-login-normal-input__input {
    background: #fff
}

div.ttp-login-modal .web-login-button, div.ttp-login-modal .web-login-button-input, div.ttp-login-modal .web-login-normal-input {
    height: 44px;
    border-radius: 6px
}

div.ttp-login-modal .web-login-area-code__input-wrapper__input:focus-visible, div.ttp-login-modal .web-login-button-input__input:focus-visible, div.ttp-login-modal .web-login-normal-input__input:focus-visible {
    outline: none
}

div.ttp-login-modal .web-login-button-input__button-text {
    line-height: 20px;
    height: 20px
}

div.ttp-login-modal .web-login-button-input__button-text:hover {
    opacity: .8
}

div.ttp-login-modal .web-login-button-input__button-text:focus-visible {
    outline: auto
}

div.ttp-login-modal .web-login-area-code {
    margin-right: 21px;
    position: relative
}

div.ttp-login-modal .web-login-area-code:after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    margin-left: 8px;
    margin-right: 12px;
    background-color: #e8e8e8;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -21px
}

div.ttp-login-modal .web-login-confirm-info__checkbox {
    width: 14px;
    height: 14px;
    margin-right: 4px
}

div.ttp-login-modal .web-login-confirm-info__checkbox__checked {
    background-image: url(../images/icon-checkbox-active.svg);
    background-size: 14px 14px
}

div.ttp-login-modal .web-login-confirm-info {
    font-size: 14px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

div.ttp-login-modal .web-login-confirm-info__before-text, div.ttp-login-modal .web-login-confirm-info__connect-text {
    color: #222
}

div.ttp-login-modal .web-login .web-login-confirm-info__info {
    margin: 0;
    color: #1b4187;
    color: var(--themeColor);
}

div.ttp-login-modal .web-login-account-password__button-wrapper, div.ttp-login-modal .web-login-mobile-code__button-wrapper {
    margin-top: 8px
}

div.ttp-login-modal .web-login-error {
    padding-top: 4px;
    padding-left: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #f04142;
    white-space: nowrap;
    outline: none
}

div.ttp-login-modal .web-login-button {
    height: 44px;
    line-height: 44px;
    font-weight: 500
}

div.ttp-login-modal .web-login-button:not(.web-login-button__disabled):hover {
    opacity: .9
}

div.ttp-login-modal .web-login-union__login__scan-code {
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

div.ttp-login-modal .web-login-union__login__scan-code__title {
    text-align: center
}

div.ttp-login-modal .web-login-scan-code__content {
    margin-top: 16px;
    padding: 0
}

div.ttp-login-modal .web-login-scan-code__content__qrcode-wrapper {
    width: 136px;
    height: 136px;
    overflow: hidden;
    position: relative
}

div.ttp-login-modal .web-login-scan-code__content__qrcode-wrapper:before {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    background: url("//sf1-cdn-tos.huoshanstatic.com/obj/ies.fe.mis/814c8ed898364418e2ded3a00312b49d.png") no-repeat 50%;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1
}

div.ttp-login-modal .web-login-scan-code__content__qrcode-wrapper__mask {
    z-index: 10
}

div.ttp-login-modal .web-login-scan-code__content__qrcode-wrapper__mask__toast {
    width: 100%;
    height: 100%;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

div.ttp-login-modal .web-login-scan-code__content__qrcode-wrapper__mask__toast__icon.failed, div.ttp-login-modal .web-login-scan-code__content__qrcode-wrapper__mask__toast__icon.refresh {
    width: 48px;
    height: 48px;
    margin: 40px auto 8px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    background-size: 24px 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIBAMAAACnw650AAAAJFBMVEVHcEwhISEiIiIiIiIhISEgICAgICAhISEhISEiIiIhISEiIiIOl4cEAAAAC3RSTlMA2+9vQSIQvaCAX+RifBcAAAGxSURBVEjH7ZahT8NQEMY3thUGhgkgoZIgSE2DYCSYGhISzEZIsCU4FGRBkBkScDMEg5gBg8GsZYzB/XPcey9pe/euacXmdu5ef6+5d/e9r61UFjGvqB+2ALZ6gcmqAOs2c+KBjvhJp2sAI444L5DEdh60D0ApAboAEhsSVPMoFPsCNNRPesehc/6qqV8bWlHrPwcmuXZV9mBBA8UESb8UNeVQ01RBKxwy6MicJ42uKT8LNXBjFGahhmtBOCXYpKe9tKBPfFGHDcnlEC7s8imdMWgVU5/uAatwLCnKvgQk6BRgXAgNmARFCLv0JkPp3jpmpJNJ4XG6t4azLbwjy0o8JaBxIYRt+i6EUFyTMtBoZtBkNoVXy7QA79xXIVRqLDjgOLSXHZxwQKTi2xCKOqZ3/EY8z7SSL19xdUms3KWiboJQFJ6ZiNrx5MtJ7pkylYg1QTnGH9emZBjU6rX1dLhfxMxDRBPjAxXt8JmfRRlrlBprH2i7MxYdfZjkqq8t2u6vNnu4V2bf9ozZC6KyPxtCdCl0J2vvPcvs5Ck0Q+2FuTpmn9c8tbdvAVqPweKXZW7xDwRLYogpLtmjAAAAAElFTkSuQmCC);
    background-color: #fff
}

div.ttp-login-modal .web-login-scan-code__content__qrcode-wrapper__mask__toast__icon.success {
    width: 32px;
    height: 32px;
    margin: 38px auto 8px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgBAMAAAAQtmoLAAAAHlBMVEVHcEwAp1AAqlUAqlQAqlMAqlQAqVMAqVQAqlQAqlQP9D2jAAAACXRSTlMAHd5mqO+QQ78CWaQWAAACSklEQVRYw61YvU9CQQw/fEQcCUaJGy/q8Db8IrIRXGREExM2jRMbjmwmujjKh9D/1nsKcveu7bVqt5e079dev2tMSPVW9xjg5vXxyUhotws/9HoSZS9dgkcvVZ6/8gYFmo1YdTIIaNKk+ZMBgEaikgFoJEo9IGiGW34BJB1i/PvA0AOiUMYJTEKl9oClNHhRiFDxpdoxgakSoAjRjgt4ECUQkPtQNYlAX+oDxBfbIKJ7jcme2TKNAOZrncogpI5OI4DFSiCTCkzEYeGHx5ZcoK8zYf2wmVzgy4gKKGik8UJOz1bgIMJzd+aU8/e4zTZGndDJrX6Ll4tNRVlGk+0rCbbdtEsE9ShxfV0WZFniBuyWoOA5P23wr7pK45r7ruM4gJuRC9YNIYB1xFAFAB+mpwKAGedoBMAGeKYCsAIDFQDMjf/5eJ6xAACm+NMaC1AQyH+65iAAfIGZw0IAgGf0dMNDAcy9Z51umCgA3w8fP1wUgM3RXtgAajSANXOI+YoEsEq0sWggAayZYywcSACbQAfkmIO2vvdiEUgj3b5RLDMbCLy3doJClvLjRDMolWsIonlXw2KccgBLpNx/QxAAU6yhpMxAlDeUHSz5qfGjgzbFlJ64RmjbnVy1BtzsoG7se3KBxu+GE/X4w/cUbOhTj3ClgVCj6m/HUP2gqx6lZb5L/7IOqBcO/UqjXpr0a1lsq+n/fbVUL6/GnNL8t/+zgJuEWvHJwwMuMefODtiZgr2eVAI7lqP/PbUUjjlHJ6L7T711nZ+LjtBz0Sfm3K1U1ixjCAAAAABJRU5ErkJggg==)
}

div.ttp-login-modal .web-login-scan-code__content__qrcode-wrapper__mask__toast__text {
    margin: 0;
    font-size: 14px
}

div.ttp-login-modal .web-login-scan-code__content__qrcode-wrapper__mask__toast__text.failed, div.ttp-login-modal .web-login-scan-code__content__qrcode-wrapper__mask__toast__text.refresh {
    color: #0e408c;
    color: var(--themeColor);
    display: none;
}

div.ttp-login-modal .web-login-union__footer {
    padding: 0 36px;
    background-color: hsla(0, 0%, 91%, .6);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

div.ttp-login-modal .web-login-other-login-method__text {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #222;
    margin-right: 12px
}

div.ttp-login-modal .web-login-other-login-method__list__item {
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
    position: relative
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon {
    width: 24px;
    height: 24px;
    background-size: 24px 24px
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon:hover:after, div.ttp-login-modal .web-login-other-login-method__list__item__icon:hover:before {
    display: block
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__aweme {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAt1BMVEVHcEwYCBgbCxscCxscChocCxscCxsbChoUEBQbCRobCRsaCxocCxocChsbCBj///8cCxtY///9GFQdCxwgHi15///8LmTyF1FFDiW1///6scVFrrT8QnSxE0A8j5al///8g6OHEDWgEjzm//8yDB/+5+0nO0cxY238l7L7+fpP2t1p///+y9jJFEf8H1lYM0cpCx5x+/tW9PVoDy7SY4TL//98rrSM//+Vl5+hXnb9ZY6R3+HR2t5I5aFRAAAAD3RSTlMAIJBAgO+/3xBwa1nPrzCWi1FCAAADFElEQVRYw7WY63qiMBCGAYHA44GQYRGVKiig2GrP3ba7939diyCWmhAS13791z68ncwpM1GUdlkjWxsihAuhganZPeUSWbZp4HOZfVWagltk9iUwuoE5Qrp6DUyFEuD0EBYQ6nK8pWFBaRaPoyIsLMTxVM/AEjJa42djKQHYbI6OpaVfwZ5KDJv6+CJRaaAal4GMs9hZCF8o9D2fNG50ZpU8dmaKO8hzbyeL4ucjhi43oQ7QL+egiCQdh+vIoBo0Jc/8bOqqsBqU+0t25CzBlK5BznT8wDUJiYKcKOaZ1JnTXyAnCjiVYkqA8uk980YoXY0lQE6ev689Op0soWptggqtFm8JMM5myoIOCXXDOBu+BqiIW+8qIDziNkbwSr+eai1tB9ntDSSbb59c182+QL7/nraBtBZfQzZz3cfFZJWHu+AEGkPwsblLWaChMmCC5gXmtfw6JE0QhuR5N97TIMQutIKzyB0WqFQSJDSohTOpI8QCFUenvmGB1g1OCwiLgGDr/nb+HwSwdm9X5Yd3URiGvigIMQyaHHs92cVB8JyIgBhRy1x3VWUdWcK3EuGBBsqQdnXlIZ8sz2qNBzKpEoG5uygdRMaJBEiji3ZWuahRBjUo5IBsZURbdATFdRhPFhHgjDeWQaV1CUprEC7yoQLtOSBGq10fo/+5q3+zPXmN42t65POeys+c1A9OlVfmw4bsWkGHAdeivH1srOnL4YL2Dp3gWCxxK0hlXZBZZUChv7P57Kmu4DtCAt7JqLMVA9riVLKvi6JLVjdjSHezbydT6Lh525VDKeIYhNhjDUD2SHGKyos753bKJJz9OeNs9nUFc9cbnb7Q3pqY/JNwOI1FgpqyAeB+WmPSyCfjmNeKGvsV4+8P9y/RZrOJwj0ZLxPRLUJjDupBvLy5WcYBcFdJsRUCSomvENylBiSWGkVkvGH9j/7PLX6XrKKgX2U5xm3LcTHgyq3rvZ9/QJB40gD+k8b1HlnK6HWiDN0SekFSuSgQxVTxM9tKz7QtuWc2lWIBGNKU2vG2Zg6q50M01OwRj/IPJt8QKVpbDZYAAAAASUVORK5CYII=)
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__aweme:before {
    display: none;
    content: "抖音登录";
    font-size: 14px;
    line-height: 28px;
    color: #000;
    text-align: center;
    width: 72px;
    height: 28px;
    background: #fff;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -36px
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__aweme:after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -8px
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__qzone_sns {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAPFBMVEVHcEw7r/88rf89rf89rf88rP89rf89rf88rf9Ar/9An/88rf89rf////9Rtv96x//t+P+74v+d1v/T7P8M5RPBAAAADHRSTlMAI7+QgEbv3msQEK8MGrFWAAACDElEQVRYw71Y2XKDMAzEBnwEWz74/38tSZqmBUlY1O2+MczsSKvL0jDQ8MqNi7Vhg7V6dPNwBd5pE/bQTolZAgHtBDSTCQzspHrQPKkaeGYbGmDPhPdjaMR443iUDc2wjFKzCQIY0j0XhCAyYQpiTF3sIWyawyUcdFLmGpHZxc4zcQcALgt+5hOVh1DXHGPMJdGZ2SAQ1PiFnFpkwh1LOX7HCqfO4RmU4g4ZTrIJr7ADD8lkbpxBEBEQ3k2cQhkjipUzCa2NGnEkplJ0q2MP5/CJ8JAa+1MoIsKkG+VZJokK6ZtuCz2fAnffZJ4Rvm1xm2WeUb4pVCJgeIi4ObSBJI4oE81EC7LxCVTtBa2PC0QWJSosUcKJMK1zlKs9iA0iTBrEBhEmDcLgk3IjYq+nRLUtavmUqGBEi6g+yOTWxxI5lyhGrEQcRsTIlDNK5I6dFu7Ni2ZK2/xdsbntD++ZWoHxDwJgLwqi1dI5UAM5RlwI7S2JGv/35u/R+ZhFvT8oYkBWYclqYmSDMK0/R/YxbtIpYslnjXBAvp41iEnwbm7bQ/SdC7kCt95gLy1Itayl1AT7D2aR8ILtilboF/sDskWM13nG5hXixDH/N0tNvzWr3+LXbxXttxz3W9f7HRBEJw3/P0eWR/ROqczkmy5IiqdqpXlmAnMa87Izm0K4jJjlJbwb9et8uIxOcSwfa+jEaqwnVyoAAAAASUVORK5CYII=)
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__qzone_sns:before {
    display: none;
    content: "QQ登录";
    font-size: 14px;
    line-height: 28px;
    color: #000;
    text-align: center;
    width: 72px;
    height: 28px;
    background: #fff;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -36px
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__qzone_sns:after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -8px
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__weixin {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAARVBMVEVHcEwAzFEAzVEAzlIAzFAAzFIAy1AAzFIAzVIAz1AAzFIAzFL///+F56wi02rf+elo4Zm58dDv/PRF2oEQz12g7L7P9t9YMVfsAAAAC3RSTlMAv5BfRO8jd94QrwQVVMEAAAJ8SURBVFjDrZjpsoIgFIDTUiBkB9//Ua+pXNlBh/Oraaavsy+8XnlBMxi/EOJNIBxG8Hk9EQSGCYcyvOfbFJyR4X0HM+GCQDD3wByoBs4H4gaBNcejETfKiEqcGeJmgQVPfSZ8Q6aseQDfFNCJkyE94CRJH/xIIj/N0zPQFMQOQfxQoJ9PI34sYwcHxW5KGKYVEUwukgmiaKtxceQVkYsjgjflQFRhVCyhMFWIHMooxOWSEKKrKgUKkSUtjFZUerdxSqRDJb/P8yUva3Yi7K72/cxOj1BtVZNc0/X8NkdCkWXmtOL3+fz1L/TqhNKCbZ5l1DVCXCD7PSnYlvYQubTYfKxtYsl83PwyuzJRMidce2IxQwjJ2TYH2bjmAia41oqTjZWuPBA0EJbJIKX5pSzjNNFMhgaQ0WHVRE7/BvXB0lUmqlkOA5BJcWgKL2kAwrUCYZkIBKQApOMOQrPdQBdAce0L+t/ZDnWl/eB7PARFKilz/Wq3Ufynm3RVivq+CkA2kMIW3GaR9b7KRy0yzlq2AdZTWSZknE3w9cVFklCFRifc8k/MWOXkjeFtoDG5zTg/No0agaDThs1kWWkBxN25jeJ9hu4VzsnPqVKzPMjJ7WiIHJYx+1+6NJ6M32pjJxleqZpYod+BgmprSy5uxOu0Sdtwy+wl4YBsWGdJhYOP0wvV99B4P+F+V2vesKnJO/paa1DLakztGJGCMF+j67xpXfqpUsdUI0wk1//7WzY1OvJQ1/W428Le74TodtT0O7P6HX79TtF+x3G/c73fA0K/J41+jyy7z6uoCaCmF6S5jGrFHKdX/mnsDmZXK8GablOs48E42OfD7wjmEuUPsXi38WCEQiwAAAAASUVORK5CYII=)
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__weixin:before {
    display: none;
    content: "微信登录";
    font-size: 14px;
    line-height: 28px;
    color: #000;
    text-align: center;
    width: 72px;
    height: 28px;
    background: #fff;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -36px
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__weixin:after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -8px
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__account_pwd {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIBAMAAACnw650AAAAMFBMVEVHcEx0co11co1wcI90cox1c410co13cI51cY11co3////b2uK4tsTy8fSDgJmXlaml+yADAAAACXRSTlMAd94QTL3vI5Cz2CkcAAAB60lEQVRIx52WPU8CQRCGV09D7Ah+hQ7Bxu60IJZoosYOE2OkNGhBh4mNtbGw8wynrB5Ys2KsNcYeDT9Awh84o7E30XhwwM3e3tyuvhUMT4bZ2dmZIQRK2z9OUprcniC45rdoT+YagmiTFGgzmJminGaKcsahRGiZCpr1M4s0QEc8E5kLgs74sFZpoHYhM0QRRQEUxyBDwRF0tY5DpcHRCjh03j/gArR+vjz+wO+pHnQCbO8txtgTMJRdZgSYrA7DWAOYMl1oGFieuwyrC/8HkmQx1ravm5wrw39tb6xud/3dgfPpvkw+uC4sduPLJwipym77sO1Z83y6rX7EX/6gct7XK1ZzP3ywe89qOnFTCPV+q0CI6lwqB9AVB0XJqBzKkjE5lOdqCYEuuMpFIAPWSZMBtWG15ODtQjVAorzrveShV++N4lANQFQO0X9C7W8FyK6KkD9wp+xaQuBKUE4OmeBaUKgMLhiFDHIoP12JpOV5OgXli2Y8Cx4wCmWIJoeK4HFWkHoyYefBKrPTW9OyGk+EN3Gv9WiFcMadQvFwyBDbuKiE0KIDlBGbvaBy0NjwK/WXAaQ0ytSGotJ4VRvUSiNfbXlQWkPUFhpCYn5mRxehSEzOOFqBzIaObHUHg5ezNx6yHy65K+Q07+YXxuTd0ZXyAwQAAAAASUVORK5CYII=)
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__account_pwd:before {
    display: none;
    content: "账密登录";
    font-size: 14px;
    line-height: 28px;
    color: #000;
    text-align: center;
    width: 72px;
    height: 28px;
    background: #fff;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -36px
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__account_pwd:after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -8px
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__mobile_code:before {
    display: none;
    content: "手机登录";
    font-size: 14px;
    line-height: 28px;
    color: #000;
    text-align: center;
    width: 72px;
    height: 28px;
    background: #fff;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -36px
}

div.ttp-login-modal .web-login-other-login-method__list__item__icon__mobile_code:after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -8px
}

div.ttp-login-modal .web-login-password-reset {
    padding: 0 36px 24px
}

div.ttp-login-modal .web-login-tab-list__item {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #222
}

div.ttp-login-modal .web-login-password-reset__button-wrapper {
    margin-top: 0
}

div.ttp-login-modal .web-login-link-list {
    margin-top: 8px
}

div.ttp-login-modal .web-login-common-wrapper {
    min-height: auto
}

div.ttp-login-modal .scan-code-desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    white-space: nowrap;
    text-align: center;
    position: relative
}

div.ttp-login-modal .scan-code-desc i {
    color: #f04142
}

div.ttp-login-modal .scan-code-desc > div:nth-child(2) {
    margin-top: 4px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

div.ttp-login-modal .scan-code-desc > div:nth-child(2) i {
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    background: url(../images/tips.b3311312.svg) no-repeat 50%;
    background-size: contain
}

div.ttp-login-modal .scan-code-desc:hover i {
    opacity: .8
}

div.ttp-login-modal .scan-code-desc:hover .scan-preview {
    display: block
}

div.ttp-login-modal .scan-preview {
    display: none;
    width: 200px;
    height: 210px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    border-radius: 4px;
    position: absolute;
    right: -66px;
    bottom: 24px;
    z-index: 10
}

div.ttp-login-modal .scan-preview i {
    display: block;
    width: 180px;
    height: 178px;
    margin-left: 8px;
    margin-top: 10px;
    background: url(../images/scan.deafd2d1.svg) no-repeat 50%;
    background-size: contain
}

div.ttp-login-modal .scan-preview:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 100%
}

div.ttp-login-modal [data-xg-focus-visible].xg-focus-visible {
    border: none
}

.ttp-modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.ttp-modal-wrapper .ttp-modal-mask {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.ttp-modal-wrapper.modal-show {
    display: block
}

.ttp-modal-wrapper.modal-hide {
    display: none
}

.ttp-modal-wrapper.modal-animate-show .ttp-modal-mask {
    opacity: 1
}

.ttp-modal-wrapper.modal-animate-show .ttp-modal {
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ttp-modal-wrapper.modal-animate-hide .ttp-modal-mask {
    opacity: 0
}

.ttp-modal-wrapper.modal-animate-hide .ttp-modal {
    top: 47%;
    opacity: 0
}

.ttp-modal-wrapper .ttp-modal {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -47%);
    -moz-transform: translate(-50%, -47%);
    transform: translate(-50%, -47%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.ttp-modal-wrapper .ttp-modal .ttp-modal-header {
    padding: 16px 16px 0 24px
}

.ttp-modal-wrapper .ttp-modal .ttp-modal-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #000
}

.ttp-modal-wrapper .ttp-modal .ttp-modal-close-btn {
    float: right;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 0
}

.ttp-modal-wrapper .ttp-modal .ttp-modal-close-btn:focus-visible {
    outline: auto
}

.ttp-modal-wrapper .ttp-modal .ttp-modal-close-btn i {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/icon_close.e1880c6e.svg) no-repeat 50%;
    background-size: contain
}

.ttp-modal-wrapper .ttp-modal .ttp-modal-body {
    padding: 20px 24px 0
}

.ttp-modal-wrapper .ttp-modal .ttp-modal-footer-btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 15px;
    width: 100%;
    text-align: right
}

.ttp-modal-wrapper .ttp-modal .ttp-modal-footer-btn button {
    padding: 10px 15px;
    border: 1px solid #bfcbd9;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #1f2d3d;
    background: #fff;
    outline: none;
    cursor: pointer
}

.ttp-modal-wrapper .ttp-modal .ttp-modal-footer-btn button:focus-visible {
    outline: auto
}

.ttp-modal-wrapper .ttp-modal .ttp-modal-footer-btn .btn-ok {
    margin-left: 10px;
    border-color: #f04142;
    background: #f04142;
    color: #fff
}

.ttp-modal-wrapper .ttp-modal .ttp-modal-footer-btn .btn-ok:hover {
    border-color: #d53a3a;
    background: #d53a3a
}

.ttp-modal-wrapper .ttp-modal .ttp-modal-footer-btn .btn-cancel:hover {
    color: #f04142;
    border-color: #f04142
}

.ttp-header-notice {
    cursor: pointer;
    position: relative;
    outline: none
}

.ttp-header-notice:focus-visible {
    outline: auto
}

.ttp-header-notice .notice-count {
    padding: 2px 5px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: #f04142;
    border-radius: 8px
}

.ttp-header-notice > .notice-count {
    position: absolute;
    left: 12px;
    top: -6px;
    z-index: 1
}

.ttp-header-notice .notice-icon {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    padding-left: 30px
}

.ttp-header-notice .notice-icon:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_black.512bde3a.svg);
    position: absolute;
    top: -2px;
    left: 0
}

.ttp-header-notice .notice-icon:hover {
    opacity: .6
}

.ttp-header-notice .notice-list {
    padding: 12px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    mix-blend-mode: normal;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    border-radius: 8px;
    position: absolute;
    top: 35px;
    left: -13px;
    z-index: 100
}

.ttp-header-notice .notice-list a {
    display: block;
    padding: 8px 25px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    white-space: nowrap
}

.ttp-header-notice .notice-list a:hover {
    background: #f8f8f8
}

.ttp-header-notice .notice-list:before {
    content: "";
    width: 16px;
    height: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
    background-size: contain;
    position: absolute;
    top: -6px;
    left: 16px
}

.ttp-header-notice .notice-list .notice-count {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -1px
}

.ttp-header-notice.dark .notice-icon {
    color: #fff
}

.ttp-header-notice.dark .notice-icon:before {
    background-image: url(../images/icon_white.e26fd22f.svg);
}

.ttp-header-notice.black .notice-icon {
    color: #cacaca
}

.ttp-header-notice.black .notice-icon:before {
    background-image: url(../images/icon_grey.d8c2586c.svg);
}

.ttp-header-notice.black .notice-icon:hover {
    opacity: 1;
    color: #fff
}

.ttp-header-notice.black .notice-icon:hover:before {
    background-image: url(../images/icon_white.e26fd22f.svg);
}

.search-wrapper .logo {
    background-size: contain;
    background-repeat: no-repeat
}

.search-wrapper .search, .search-wrapper .search input {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.search-wrapper .search input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    padding-left: 18px;
    background-color: #fff;
    border-radius: 8px;
    z-index: 10;
    outline: none
}

.search-wrapper .search input::-webkit-input-placeholder {
    color: grey
}

.search-wrapper .search input:-moz-placeholder, .search-wrapper .search input::-moz-placeholder {
    color: grey
}

.search-wrapper .search input:-ms-input-placeholder {
    color: grey
}

.search-wrapper .search input::-ms-input-placeholder {
    color: grey
}

.search-wrapper .search input::placeholder {
    color: grey
}

.search-wrapper .search button {
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11
}

.search-wrapper .search button i {
    display: block;
    margin: auto
}

.search-wrapper .search .sug {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #fff;
    border-radius: 8px 0 8px 8px
}

.search-wrapper .search .sug:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 48px;
    left: 0
}

.search-wrapper .search .sug .sug-item {
    font-size: 16px;
    line-height: 16px;
    color: #222;
    padding: 12px 20px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-wrapper .search .sug .sug-item.current, .search-wrapper .search .sug .sug-item:hover {
    background: #f8f8f8
}

.search-wrapper .search .sug .sug-item em {
    color: #f04142
}

.search-wrapper .hot-word {
    padding-top: 12px
}

.search-wrapper .hot-word img {
    width: 20px;
    height: 20px;
    margin-bottom: -3px
}

.search-wrapper .hot-word .hot, .search-wrapper .hot-word .words {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4)
}

.search-wrapper .hot-word .hot {
    cursor: inherit;
    margin-left: 8px;
    margin-right: 4px
}

.search-wrapper .hot-word .words {
    cursor: pointer;
    margin-right: 16px;
    outline: none
}

.search-wrapper .hot-word .words:focus-visible {
    outline: auto
}

.search-wrapper .hot-word .words:hover {
    opacity: .8
}

.search-wrapper.white .logo {
    display: block;
    width: 164px;
    height: 55px;
    margin: 0 auto 20px;
}

.search-wrapper.white .search {
    width: 704px;
    height: 48px
}

.search-wrapper.white .search input {
    padding-right: 92px;
    border: 2px solid #fff
}

.search-wrapper.white .search button {
    width: 72px;
    background: #f04142
}

.search-wrapper.white .search button i {
    width: 32px;
    height: 32px;
    background-image: url(../images/search_icon.3dd08573.svg)
}

.search-wrapper.white .search button span {
    display: none
}

.search-wrapper.white .search .sug {
    width: 632px;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .12);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .12);
    padding: 48px 0 8px
}

.search-wrapper.red .search {
    width: 100%;
    height: 40px
}

.search-wrapper.red .search input {
    padding-right: 92px;
    border: 2px solid #f5f5f5;
    background: #f5f5f5
}

.search-wrapper.red .search button {
    width: 92px;
    background: transparent;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-wrapper.red .search button:before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #e8e8e8;
    position: absolute;
    left: 0
}

.search-wrapper.red .search button i {
    width: 28px;
    height: 28px;
    margin: 0;
    background-image: url(../images/search_icon_blue.svg)
}

.search-wrapper.red .search button span {
    display: inline-block;
    margin-left: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #f04142
}

.search-wrapper.red .search .sug {
    width: 100%;
    padding: 8px 0;
    margin-top: 44px;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .12);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .12)
}

.search-wrapper.red .search .sug:before {
    content: none
}

.show-monitor {
    display: inline-block
}

.show-monitor.show-monitor-block {
    display: block
}

.feed-m-loading {
    padding-bottom: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #707070
}

.feed-m-loading .text {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 128px
}

.feed-m-loading .text:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 88px;
    height: 22px;
    background: url(data:image/png;base64,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) no-repeat 50%;
    background-size: cover;
    -webkit-animation: scan 1.2s linear infinite;
    -moz-animation: scan 1.2s linear infinite;
    animation: scan 1.2s linear infinite
}

@-webkit-keyframes scan {
    to {
        right: -100%
    }
}

@-moz-keyframes scan {
    to {
        right: -100%
    }
}

@keyframes scan {
    to {
        right: -100%
    }
}

.feed-m-nav {
    padding-bottom: 3px
}

.feed-m-nav a {
    outline: none
}

.feed-m-nav .feed-default-nav {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feed-m-nav .feed-default-nav li {
    outline: none
}

.feed-m-nav .feed-default-nav li:focus-visible {
    outline: auto
}

.feed-m-nav .feed-default-nav-item {
    position: relative;
    padding: 6px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #222;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 3px solid transparent;
}

.feed-m-nav .feed-default-nav-item:hover, .feed-m-nav .feed-default-nav-item:hover a {
    color: #707070
}

.feed-m-nav .feed-default-nav-item.active {
    color: #f04142;
    color: var(--themeColorRed);
    font-weight: 500;
    border-bottom: 3px solid var(--themeColorRed);
}

.feed-m-nav .feed-default-nav-item.active:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 1.5px;
    width: 20px;
    height: 3px;
    background: #f04142;
    background: var(--themeColor);
}

.feed-m-nav .feed-default-nav-item.active:hover {
    opacity: 0.8;
}

.feed-m-nav .feed-default-nav-item.active.local:after {
    margin-left: -10px
}

.feed-m-nav .feed-default-nav-item.active .ttp-city-selector-current-name {
    color: #f04142;
    color: var(--themeColor);
}

.feed-m-nav .feed-default-nav-item a {
    display: block;
    color: #222
}

.feed-m-nav .feed-default-nav-item a:visited {
    color: #222
}

.feed-m-nav .feed-default-nav-item a:hover {
    color: #707070
}

.feed-m-nav .more-btn-wrapper {
    position: relative
}

.feed-m-nav .more-btn {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #222;
    cursor: pointer;
    background: #f8f8f8
}

.feed-m-nav .feed-more-nav-wrapper {
    position: absolute;
    top: 100%;
    z-index: 200;
    padding-top: 15px
}

.feed-m-nav .feed-more-nav-wrapper.left {
    right: 0
}

.feed-m-nav .feed-more-nav-wrapper.left .feed-more-nav:before {
    right: 18px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.feed-m-nav .feed-more-nav-wrapper.center {
    left: 50%
}

.feed-m-nav .feed-more-nav-wrapper.center .feed-more-nav:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.feed-m-nav .feed-more-nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 14px 0 14px 16px;
    width: 352px;
    font-size: 0;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .08);
    background: #fff;
    position: relative
}

.feed-m-nav .feed-more-nav:before {
    content: "";
    width: 16px;
    height: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
    background-size: contain;
    position: absolute;
    top: -6px
}

.feed-m-nav .feed-more-nav li {
    display: inline-block;
    margin: 6px 8px;
    font-size: 18px;
    line-height: 24px;
    color: #222;
    outline: none
}

.feed-m-nav .feed-more-nav .feed-more-nav-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 4px 0;
    min-width: 64px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.feed-m-nav .feed-more-nav .feed-more-nav-item:focus-visible {
    outline: auto
}

.feed-m-nav .feed-more-nav .feed-more-nav-item:hover {
    background: #f8f8f8;
    cursor: pointer
}

.feed-m-nav .feed-more-nav .feed-more-nav-item a {
    display: block;
    color: #222
}

.feed-m-nav .feed-more-nav .feed-more-nav-item a:visited {
    color: #222
}

.feed-m-nav .red-point {
    position: relative
}

.feed-m-nav .red-point:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #f04142;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -8px
}

.ttp-city-selector-wrapper {
    display: inline-block
}

.ttp-city-selector {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ttp-city-selector .ttp-city-selector-current-name {
    font-size: 20px;
    line-height: 24px;
    color: #222
}

.ttp-city-selector .ttp-city-selector-current-name:hover {
    opacity: .6
}

.ttp-city-selector .ttp-city-selector-city-picker {
    border: none;
    margin-left: 6px;
    padding: 0;
    width: 14px;
    height: 14px;
    background: url(../images/arrow.ea756e97.svg) no-repeat 50%;
    background-size: contain;
    cursor: pointer
}

.ttp-city-selector .ttp-city-selector-city-picker:hover {
    opacity: .6
}

.ttp-city-selector .ttp-city-selector-city-picker:focus-visible {
    outline: auto
}

.ttp-city-selector-wrapper.dark .ttp-city-selector-current-name {
    color: #fff
}

.ttp-city-selector-wrapper.dark .ttp-city-selector-city-picker {
    background-image: url(../images/arrow_white.f7b905ce.svg)
}

.ttp-city-selector-wrapper.black .ttp-city-selector-current-name {
    color: #cacaca
}

.ttp-city-selector-wrapper.black .ttp-city-selector-current-name:hover {
    opacity: 1;
    color: #fff
}

.ttp-city-selector-wrapper.black .ttp-city-selector-city-picker {
    background-image: url(../images/arrow_grey.f728364a.svg)
}

.ttp-city-selector-wrapper.black .ttp-city-selector-city-picker:hover {
    opacity: 1;
    background-image: url(../images/arrow_white.f7b905ce.svg)
}

.ttp-city-selector-portal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200
}

.ttp-city-selector-portal.ttp-portal-hide {
    display: none
}

.ttp-city-selector-dropdown-wrapper {
    position: absolute;
    top: 200px;
    padding-top: 6px
}

.ttp-city-selector-dropdown-wrapper:before {
    content: "";
    width: 16px;
    height: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ttp-city-selector-dropdown {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 14px 16px 20px;
    width: 256px;
    height: 156px;
    background: #fff;
    -webkit-box-shadow: 0 2px 30px rgba(54, 56, 79, .08);
    box-shadow: 0 2px 30px rgba(54, 56, 79, .08)
}

.feed-m-top-refresh {
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 54px;
    display: flex;
    justify-content: center;
}

.feed-m-top-refresh.fade-out {
    height: 0;
    opacity: 0;
    -webkit-transition: all .5s 1s;
    -moz-transition: .5s all 1s;
    transition: all .5s 1s
}

.feed-m-top-refresh .refresh-loading {
    width: 32px;
    height: 100%
}

.refresh-loading .show {
    display: inline-block
}

.feed-m-top-refresh .refresh-loading i {
    display: inline-block;
    margin-top: 11px;
    width: 32px;
    height: 32px;
    background: url(../images/refresh.cbb346f7.gif) no-repeat 50%;
    background-size: contain
}

.feed-m-top-refresh .refresh-increase-count {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 8px;
    border-radius: 19px;
    padding: 0 16px;
    opacity: 0;
    font-size: 16px;
    line-height: 38px;
    color: #222;
    background: #f8f8f8
}

.feed-m-top-refresh .refresh-increase-count.show {
    -webkit-animation: refreshTips .5s ease forwards;
    -moz-animation: refreshTips .5s ease forwards;
    animation: refreshTips .5s ease forwards
}

.feed-m-top-refresh .refresh-increase-count.error {
    color: #f04142;
    padding-left: 39px
}

.feed-m-top-refresh .refresh-increase-count.error:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 18px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA2BAMAAACPYCxjAAAALVBMVEVHcEzvQEDwQUHwQELwQULxQUHvQEDwQUHvQEDwQEHwQEHwQEHwQUHvQEDwQULsF0vvAAAADnRSTlMAIN95u6BA7xCQYFDPMBPnAm0AAAIRSURBVDjLjVU9S1xBFJ11k6f7QsRP0gQxhEBM8VhBUQiIFmK3mMZyMZA6BEwtjwSxCWKlVouNpSL+ANkm2Ila2AiiG93VuJ7f4H1vZu587D5wit0798zce2bumfuEsEeuV2SN3PgR0JjdbQv+jiDHSE8r+A08blvgFSAbzi+T8+fn097zsSTBJwfsqhCfDWkHZYLXbfQPgZPMfQJoWrFzFG3GmtLud2b6C1jyWDRjnpVQO3F49AHTvNQJpFL90/YQav753wCLyoxQV9bAB7UsAKrSCoEir/uorIoO3YGacr0CHoR2NiTrPXaFBg10wIjZk6tuTpl6XwPbbdDv0ixwWpEDHrXdKWm9wK2FXmu7gJvkr9tEI/ROGP5xmoA9ArjikgPJ3R/qW3FROkpCdsqUQyzjh1W4Ynpn89b6YbbLqXzKDlq10HkPLVlZpL+Sia57rNw4xbREhkmfJZII+/R7ad2GMGCX1M4a19QZdJOyCvft0JeyCnk0TLivbHbICgZGnMRf64/IPnqHDB3lVNWGOudiJYRaT6ssnQKYIcs4z485MMqZwn9lHXPog+Y+rxtmcTb8V0ZPtOdZLzR53e7mM+t1J03F7wy12OkqX6y4JTfVW+pIo3zZSUeK7VjUzbCgDrNJ9pZDI4xUJ7wYS3riknfAQaeLxiIbvllsFUO/7t7v47adf2eOqP8dzf40eF+NJ6aLShT+3WYXAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain
}

@-webkit-keyframes refreshTips {
    to {
        top: 0;
        opacity: 1
    }
}

@-moz-keyframes refreshTips {
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes refreshTips {
    to {
        top: 0;
        opacity: 1
    }
}

.feed-card-article-wrapper {
    padding: 16px 0
}

.feed-card-article-wrapper.sticky-cell {
    padding: 3px 0
}

.feed-card-article-wrapper.sticky-cell:first-child {
    padding-top: 12px
}

.feed-card-article-wrapper.sticky-cell + .feed-card-wrapper:not(.sticky-cell) {
    padding-top: 21px
}

.feed-card-article-wrapper.sticky-cell .feed-card-article.no-cover .title {
    padding-bottom: 0
}

.feed-card-article-wrapper.sticky-cell .title.stick-tag:after {
    content: "置顶"
}

.feed-card-article-wrapper.sticky-cell .feed-card-footer-cmp {
    display: none
}

.feed-card-article-wrapper.visited .feed-card-article-l .title, .feed-card-article-wrapper a:visited {
    color: #999
}

.feed-card-article:after {
    content: "";
    display: table;
    clear: both
}

.feed-card-article .feed-card-article-r {
    display: none;
}

.feed-card-article .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    word-break: break-all
}

.feed-card-article .title:hover {
    color: #f04142 !important;
    color: var(--themeColor) !important;
}

.feed-card-article .title h2 {
    font-size: inherit;
    font-weight: inherit
}

.feed-card-article .title.stick-tag:after {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #f04142;
    background: #fff2f2;
    border-radius: 4px;
    padding: 2px 4px;
    position: relative;
    top: -2px;
    left: 6px
}

.feed-card-article .cover-list {
    display: none;
    padding: 12px 0;
    font-size: 0
}

.feed-card-article .cover-list li {
    display: inline-block;
    margin-right: 12px
}

.feed-card-article .cover-list li:last-child {
    margin-right: 0
}

.feed-card-article.no-cover {
    padding: 4px 0
}

.feed-card-article.no-cover .title {
    margin-bottom: 0;
    padding-bottom: 8px
}

.feed-card-article.single-cover {
    padding: 4px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.feed-card-article.single-cover .feed-card-article-r {
    display: block;
    margin-right: 12px;
}

.feed-card-article.single-cover .feed-card-article-l {
    width: 496px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 20px;
    min-height: 120px
}

.feed-card-article.single-cover .feed-card-footer-cmp {
    position: absolute;
    bottom: 0;
    width: 100%
}

.feed-card-article.single-cover .title {
    width: 100%;
    /*min-height: 100px*/
}

.feed-card-article.multi-cover .title {
    display: block;
    padding-bottom: 8px
}

.feed-card-article.multi-cover .cover-list {
    display: block;
    padding-top: 0
}

.feed-card-footer-cmp:after {
    content: "";
    display: table;
    clear: both
}

.feed-card-footer-cmp .left-tools {
    float: left
}

.feed-card-footer-cmp .right-tools {
    float: right;
    font-size: 0
}

.feed-card-footer-cmp-author {
    display: inline-block;
    margin-right: 20px
}

.feed-card-footer-cmp-author .source, .feed-card-footer-cmp-author a {
    font-size: 14px;
    line-height: 20px;
    color: #999
}

.feed-card-footer-cmp-author .source:hover, .feed-card-footer-cmp-author a:hover {
    opacity: .8
}

.feed-card-footer-cmp-author .source {
    cursor: default
}

.feed-card-footer-cmp-author .source:hover {
    opacity: 1
}

.feed-card-footer-comment-cmp {
    display: inline-block;
    margin-right: 20px
}

.feed-card-footer-comment-cmp a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #999
}

.feed-card-footer-comment-cmp a:hover {
    opacity: .8
}

.feed-card-footer-comment-cmp.style-2 a {
    position: relative;
    padding-left: 24px
}

.feed-card-footer-comment-cmp.style-2 a i {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAJFBMVEVHcEyYmJiXl5eYmJiZmZmXl5eZmZmfn5+ampqYmJiZmZmZmZlNIPkhAAAAC3RSTlMAeiCY3DrvELxgUP8q6QUAAAGFSURBVDjL5VQ9T8JQFIVWBJ1YVJIuiOjiAn7EoQu6iOlCYuriaIwmLJ2MiYuDcWFSp8bFqH8AqQU8f85XLLfvvft0cuNM977z3un96s3lZgKW71d/JVd3INB+NJLFClIcGRSKyyDscz5ho2YYVrzkvc5eA/FuMJF5E/yWyhY8xCsUoodIlT8B9jJvDThXHndV/x1xR3Lrmprl4UByVW9yf5Q5eT2U5HmZnA186ome4oJsV7qawkaflJi2KE43DlJzAWPeA4cUS/jg9BVuU+uGLAklDCnKMqfzlI2DDqcLFLqDwDAeRLswDRcG/0I7qP4V2jNeOL2Ir9TaRIPTNuU9jxan5+jQ5u1OStmgKEacdrNS9nhVC4gkoUP+6bHUvAHXzsK1unpL85BL5WSDZzqwoT7XfVcZVqunBSOut5RF0dAjHVLKgu2zRNL7xWOxPSKtTNMfxXq6F6sjWxRUpFEYPmzfTRYTY8VEZDjrGP6oKS6XDHNX/1FtN1/N+7S27vu1IDcz+AakIqvqma7ZwQAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: contain
}

.feed-card-footer-comment-cmp.style-2 a:hover {
    opacity: .8
}

.feed-card-footer-time-cmp {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    cursor: default
}

.feed-card-footer-dislike-cmp {
    position: relative;
    font-size: 0;
    text-align: right
}

.feed-card-footer-dislike-cmp .dislike-wrapper {
    display: inline-block;
    width: 20px;
    outline: none
}

.feed-card-footer-dislike-cmp .dislike-wrapper:focus-visible {
    outline: auto
}

.feed-card-footer-dislike-cmp .dislike-wrapper:hover .dislike-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAG1BMVEVHcEzvQEDwQUHwQUHxQEHxQELvQUHvQEDwQUJ81f6CAAAACHRSTlMAMO/vX5+QIH0cREEAAACNSURBVDjLY2AYBaMAC3ArgLEYQzBlWToMYUzhDgcMadaOZgGoZouOBAxpoKAhTHNzAabpwlDtCHVYtQvDbcGmHYdmmAQuzRAZnJoh2nFrBmvHrRmsHY9mkHY8mglJEzAcv9MIeAx/sBAIVPxRQiBC8ScHduTEhKmdDTkpBpCakBlc4Sayp4wWCqMAGwAA1UYyEwpcChIAAAAASUVORK5CYII=)
}

.feed-card-footer-dislike-cmp .dislike-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAHlBMVEVHcEzV1dXY2NjZ2dna2trY2NjX19fZ2dnX19fY2Njh5OoZAAAACXRSTlMAMO/vMJdgXiAyZE3cAAAAqUlEQVQ4y+3UMRKDIBAFUJzRxDLDDVLac4Acwc4T2Nuk5wym4rYB1sWC/zkBW+24Pga+jMb06gXq67Ubt3r6CE5bG45qPIXfR7phCWs1jg+d4tPXq9uLx/feYGvKI36hrQsnWDnDwikWznHmHGfewIk3cB4701xck4f4XDhPZ7acpzMPlEtglEtgjGvahGvamM8lbcinkja8is87bXSRzV4+1bz1n0IvVH+2gTclx+L2cQAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: contain;
    cursor: pointer
}

.feed-card-footer-dislike-cmp .dislike-type-list {
    width: 208px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 0;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    background: #fff;
    position: absolute;
    left: 32px;
    z-index: 101
}

.feed-card-footer-dislike-cmp .dislike-type-list > li:before {
    content: "";
    width: 5px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8BAMAAABLFv16AAAAKlBMVEU1NVE0NFXHx83y8vLw8PDX19vm5ujr6+2oqLbt7e3i4uX////09PT6+vqCsoV1AAAAC3RSTlMLCSnixkFskRysWOFCA1cAAADNSURBVCjPbdG9EYIwFAfwB2LOMuEcgDtbR6BwAAoGoHAACwawdAwKR0ifhj5wZ88yvrwPTsXX5Hf/hOQlgHPOQiodEfCFCuEEvKQFayl5atLr4osk+SgwCJopRvwq4fyS/QcPkOG4nz3QzC56CuC+eFph5sDoIiOvA+MUGSkgpCCBggQKEBwgiii4LYImCOoNhvC7+Kifl7rhekRWyqFO23BrY1Zaddp89nEdMJNgvTI8oiA9C1ej6PTp8DG5jOKgwF8g1SuuilZRbfCn3izhgSaCqmAvAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain;
    background-color: #fff;
    position: absolute;
    left: -5px
}

.feed-card-footer-dislike-cmp .dislike-type-list > li:hover:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8BAMAAABLFv16AAAAJFBMVEU1NU41NVPHx83y8vLw8PDl5efX19vr6+3t7e2oqLb4+Pjz8/NaXuGyAAAACnRSTlMJCynixmlBkawc5b/JnAAAAMRJREFUKM9l0TEOgzAMBVAH9QAxhUrdkDr2CCzdWdi7sLOwcwTWHoA5U2a4XJ3Yn0plytOPQ+xAROSY2duaIYsDmBsyNVbCAzmXkx7JhOKXJWU01NF2qiinEp5RA15WYi/rbV+19rqtlAKeBfnwHhTjpijaoHhsilKCjBQk5CAhBwINBNVmeANdMLQnLOG/+AIU+OBxhS/sUkIbdDTmrFXrVQfEOL8BeQY+Nnt+Fn2oDhjxdBVQA3dAfoFhAnpgAJoT/BlffWyDxKxHR9wAAAAASUVORK5CYII=)
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-top {
    bottom: -26px
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-top > li:not(:last-of-type):before {
    display: none
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-top > li:last-of-type {
    position: relative
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-top > li:last-of-type:before {
    bottom: 14px
}

.panel-top-open {
    display: block;
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-bottom {
    top: -26px
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-bottom > li:not(:first-of-type):before {
    display: none
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-bottom > li:first-of-type {
    position: relative
}

.feed-card-footer-dislike-cmp .dislike-type-list.panel-bottom > li:first-of-type:before {
    top: 14px
}

.feed-card-footer-dislike-cmp .dislike-type-wrapper {
    position: relative
}

.feed-card-footer-dislike-cmp .dislike-type-panel {
    padding-left: 4px;
    position: absolute;
    left: 100%
}

.feed-card-footer-dislike-cmp .dislike-type-panel .dislike-type-panel-container, .feed-card-footer-dislike-cmp .dislike-type-panel ul {
    width: 159px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    border-radius: 8px
}

.feed-card-footer-dislike-cmp .dislike-type-panel li > div {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    text-align: left;
    cursor: pointer
}

.feed-card-footer-dislike-cmp .dislike-type-panel li > div:hover {
    background: #f8f8f8
}

.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1500;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 16px;
    text-align: center;
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .8);
    border-radius: 8px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.toast.fade {
    opacity: 0
}

.dislike-item {
    padding: 8px 28px 8px 40px;
    cursor: pointer;
    text-align: left;
    position: relative
}

.dislike-item:hover {
    background: #f8f8f8
}

.dislike-item:focus-visible {
    outline: auto
}

.dislike-item:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 16px;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: contain
}

.dislike-item.icon-uninterested:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAM1BMVEVHcEwhISEhISEhISEgICAgICAiIiIiIiIhISEhISEhISEiIiIiIiIhISEhISEgICAiIiLgNwilAAAAEHRSTlMAoEDPECDvgF/fv2+Qr08wllIYewAAAXBJREFUSMftVtm2gyAMlH1V+f+vLaHcU9QEqL2P5skjDEyYbMvy2GM3bQ9MuJSS89Gqr5DSAO5j3n4B1elsbhK+FahmYQe6igf/hs+Qj4XnJptfyhYvwpCygEv45b8BtJnAMomsKDdEr/QOuQ6Ym+7pLK9yclX1mYFPTlKr2S3fc0pp+nCb1e2LCTskefFAjMVTW/ghimwTj59vTl2dH5O1BE2jgW3YcYI1b8F/aNDPNgcxLIEzI0zyo/bgG5ZMKa1IwJzjJqsl0egy13C7xFwOlB19r4Bk0vnIHOEbCrYTeYhs+38wStujQuetce7BOBr0M1IlVCr1S5CA/LfDE2punEmMjUjJJt3IlHR4potxMRAE68kylBR9br8A9goVHzSFbuktTa5f9Pd+dSTbDRs1q58aXW2xFh8WRkLW5n6Ev6F62NxBzDIG6DXwMlZsdazwczORipd5Jun5eagOIXdGqTrErQI8dSJa+cy0j922FyzeHB0UXR7pAAAAAElFTkSuQmCC)
}

.dislike-item.icon-report:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAMFBMVEVHcEwgICAhISEhISEhISEhISEiIiIiIiIgICAhISEhISEiIiIiIiIiIiIgICAiIiJNdqwuAAAAD3RSTlMAI9+kRGDvgBC/z3B/kBGqZBQDAAABmElEQVQ4y+2UsU/CQBTGDy0IJCgOjkYcTNhKnExMBDcTB9HJDRcTtzq54mwccHAxMSQObgYSJzf/A/wPHNyctEDRgPmk9N71tT0hceYtvevv+u677/qeENOYELHHO9i3+3/QSxOjuNZTCzLWNNSw4GwuithuHViN4ld873gKDoBmmF7ALtG4ikGIJhvY8E9g4jmIZ9Fjszf0g7iFUz4tohQwRH6cvPGyviPP8Qxqo2cGHW+5xfcSFScrJXTpxTnDZo8Uel+LFNdikE9zhA2c8GMVCH9Svg5XJs8RV7ja9vGKI8J4z2bC2wp/yFECvvRWT2kknEbW97Cv8JFS69ta7CpzcwqX/4Frgmzzk1d/aKRwmmF1MEH2iQV2MGWLMAsaWxIqU72sMTWDF9ImNFcSuD75JsdmDXL1qUTCC5qfSaWpMMvdxTV5Y1+yEAbBreSPvN6Uy/OhAgyVQTaAU6EiGkRKcGtMCboFTIbNn0UK2N1d8iF1IuUv4uaweWx7zeNK01yWqfPgWNualsY2Lrft3cN+OJz2/4nxCywVyL/TIIpwAAAAAElFTkSuQmCC)
}

.dislike-item.icon-block:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAh1BMVEVHcEwiIiJaWlr///8gICAiIiIhISEgICAiIiIhISEiIiIiIiL///////8gICAhISH///////8iIiL////n5+fw8PD7+/shISEjIyMiIiLe3t7g4OAiIiL///8/Pz8jIyPh4eGsrKxZWVnGxsYwMDD+/v6enp6FhYV1dXVgYGB0dHQxMTFnZ2dzfm5OAAAAHHRSTlMA7xAkIIBfQP7fv5+YRjCvZYCPwuju589QcN/e7CR4GQAAAfVJREFUSMftltuWgjAMRW0pIDdF8D6BchWX+v/fNymjFYXqlHmYF88TdK3NadIkZTL56KN/kh05AMS1RqA0gqscW5dlG5Ca6pq7CLloySzc+1TP20J2d90D0o4WjIApIyB61jNMM5VvJoCnAW8B5p0z09u39eDF/gJjEBvNmB8+NdfJNgGwOqnXKxNMMGHXZw9DZlqVLXqitbNd/frEyhAt5TqiuE3tznBkY5gjmtJqcTKfjRsHzLZndBRJtztTaKvtTE33PgwcLXfmQVeiIakRGL+rENIyZOOh3M3UYWGclXmZxeFb23bDxJT9T4N1XrSfS/N18P58idkJM8xSGUGaLd6x826GAmQ5VMWpqDjAOQtf1vRjRRl74VusE1SOj9VSmbioV43+SWyX5wJORACFr55dED0u7XGpknSJTxlVTtynaRXkIkvpja4x7YdQOeqfJvSiAX5I7jR+6+Kr7pjnYbU4tZSkS1XQrG98gyWthK2B+Rw2AE0i6fqA2x6sE29gxAZodU7uNBZMHihC3vUWV3hOB0mLI/9SHVT/NsR0I13f6WY42TAE07XoqGNZ13V5Ea2hKE8CfTnMWLaGVVrBC3biDsBYrcbyyK8vvFgZynac9oWXheFnx5RzXh3L+MUsmtnP+rmkDD9eZavYDz5/px9p6hsFukHhTt2LygAAAABJRU5ErkJggg==)
}

.dislike-item.icon-shield:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAMFBMVEVHcEwiIiIhISEgICAhISEiIiIgICAgICAhISEiIiIhISEiIiIiIiIhISElJSUiIiJ/mr5jAAAAD3RSTlMAgN8gQpAwEMLvoO5srzCb7MVlAAABkklEQVQ4y+1VMUvDUBB+bWJSRbGDu4KIkyR0EnGogw4uFXFxagcXdWjwFwguHQR3ESIoLg666FrBRSfFX+BP0NIW2wifSZP23b2+2j/QG5J7973v7rjcXYQYyRCx1z/8VmVmAGruoiPnn1r0DIn8uBrPRWDh2bP3toGG1wfngOtYOwDmVdTycdLVV1ArKfA+LuThFY8cNRxKMJyAZ3fEw+WwyOBiy+WZNJhv/PJgb8iTUwaXHM7gmJzKIL5f3MhdncB3bamn8B5ZaHC/KfVZZMNnIZCFNTFHyN/RK01yS2FLIYsxYsrIqwlZTHYy6MIlhRymLuONw1PIwsZ9D56GShYCX/1wj8zgnnNJps7TSU0J2SJFn8KTQg4rJeGkBoQcmrJqUQmZFdX26wpZlAPaS+1OBln9JxaFKHXjlHZXc2DvhDLBDGZ/K7q8kdnYGLyRh42BUa0Rb5ZTU0b88N8RDAm46urLCEqa8b+JtU3N+MfLY8OzV/XLQxhy9eR1q8m6jdGH/IDNtlapBks73ugHMEz+APkHxf99C53aAAAAAElFTkSuQmCC)
}

.dislike-item .dislike-title {
    font-size: 14px;
    line-height: 20px;
    color: #222
}

.dislike-item .dislike-desc {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dislike-item-arrow:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEVHcEwiIiIhISEgICAgICAiIiJ2bCNiAAAABXRSTlMAf84QMAYdL8wAAAA3SURBVDjLY2AYBaQDUQEcEqGBuHSE4tDCOBK04JQQDVXGoSHIYKhrYMClgUEVhwYGltGsRQAAAKoUDlyCyYwgAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 8px
}

.dislike-type-wrapper.report .dislike-type-panel {
    top: -moz-calc(-100% - 12px);
    top: calc(-100% - 12px)
}

.dislike-type-wrapper.block .dislike-type-panel {
    top: -moz-calc(-200% - 12px);
    top: calc(-200% - 12px)
}

.dislike-type-wrapper.block .dislike-type-panel-container {
    width: 174px;
    padding: 16px;
    color: #222;
    text-align: left
}

.dislike-type-wrapper.block .dislike-type-panel-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px
}

.dislike-type-wrapper.block .dislike-type-panel-desc {
    margin: 8px 0 12px;
    font-size: 14px;
    line-height: 20px;
    color: #505050
}

.dislike-type-wrapper.block .dislike-type-panel-button button {
    width: 66px;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    border: none;
    border-radius: 4px
}

.dislike-type-wrapper.block .dislike-button-cancel {
    color: #505050;
    background: #f2f2f2
}

.dislike-type-wrapper.block .dislike-button-commit {
    margin-left: 8px;
    color: #fff;
    background: #f04142
}

.dislike-type-wrapper.shield .dislike-type-panel {
    bottom: -12px
}

.dislike-type-wrapper.shield .shield-subitem {
    padding-right: 15px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.dislike-type-wrapper.shield .shield-subitem span:first-of-type {
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.feed-card-footer-share-cmp {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer
}

.feed-card-footer-share-cmp:hover button {
    opacity: .8
}

.feed-card-footer-share-cmp .inner {
    position: relative;
    padding-left: 24px;
    border: none;
    background: none
}

.feed-card-footer-share-cmp i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAJFBMVEVHcEyZmZmZmZmZmZmYmJifn5+ZmZmZmZmZmZmWlpaXl5eZmZkFnXIbAAAAC3RSTlMA25p5IBBbt+8wQNJkw1oAAAGBSURBVDjL3ZQ9T8JAGMdbak3ExcGE6C0Yw2BYSJwMS+viWmBkMSZGEvYu3XSTxY9A4sDAJBop/r+cz7W969F7+QA8C8/xb6+/59XzDsRWqUs9BroO2Qe+Irt8CuDcJTPkjw75huHbIXdjBx3JYWanI9kL7HRc9oYWuqOnjMsnZroJQ4llpFuB24A8E90DFzvXha/TBQvg9VmciG6gqnQf0kQem3REc9k495SQGDZJ4zaFLtYyQXQX8sAUX9JB0LUMVaDv/VXuHDs9iTE2FQfDwCEHwlGNQt+J5350eSbRhoa7lcBYrnGHfRlM2/BpJaktPSy1JD7OdK46yVPROuHnVSfSEr5G+eQkq3pN4SriWvKf+wXqVuypteGlHhedaGjkPvjg07vbu2IMZvvFL+Q+8JaIIdorPpdHpFpGkGSq/TaRA9xrtE00qspjGv85lhnerctjjVvkH3L1NJtyigy/9sXlQzZG0OQq/9sK/0Vfmm2Yeq22zLlIKbLIJbdS7/DsH8YZt9+OhEckAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain
}

.feed-card-footer-share-cmp span {
    font-size: 14px;
    line-height: 20px;
    color: #999
}

.feed-card-footer-share-cmp .ttp-interact-share .share-btn {
    padding-top: 0;
    padding-left: 24px;
    font-size: 14px;
    color: #999
}

.feed-card-footer-share-cmp .ttp-interact-share .share-btn:before {
    margin-right: 4px;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAJFBMVEVHcEyZmZmZmZmZmZmYmJifn5+ZmZmZmZmZmZmWlpaXl5eZmZkFnXIbAAAAC3RSTlMA25p5IBBbt+8wQNJkw1oAAAGBSURBVDjL3ZQ9T8JAGMdbak3ExcGE6C0Yw2BYSJwMS+viWmBkMSZGEvYu3XSTxY9A4sDAJBop/r+cz7W969F7+QA8C8/xb6+/59XzDsRWqUs9BroO2Qe+Irt8CuDcJTPkjw75huHbIXdjBx3JYWanI9kL7HRc9oYWuqOnjMsnZroJQ4llpFuB24A8E90DFzvXha/TBQvg9VmciG6gqnQf0kQem3REc9k495SQGDZJ4zaFLtYyQXQX8sAUX9JB0LUMVaDv/VXuHDs9iTE2FQfDwCEHwlGNQt+J5350eSbRhoa7lcBYrnGHfRlM2/BpJaktPSy1JD7OdK46yVPROuHnVSfSEr5G+eQkq3pN4SriWvKf+wXqVuypteGlHhedaGjkPvjg07vbu2IMZvvFL+Q+8JaIIdorPpdHpFpGkGSq/TaRA9xrtE00qspjGv85lhnerctjjVvkH3L1NJtyigy/9sXlQzZG0OQq/9sK/0Vfmm2Yeq22zLlIKbLIJbdS7/DsH8YZt9+OhEckAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain
}

.ttp-interact-share {
    display: inline-block;
    position: relative;
    background: #fff
}

.ttp-interact-share .share-btn {
    display: inline-block;
    position: relative;
    padding-top: 24px;
    font-size: 12px;
    line-height: 20px;
    color: #222;
    cursor: pointer;
    outline: none
}

.ttp-interact-share .share-btn:focus-visible {
    outline: auto
}

.ttp-interact-share .share-btn:hover {
    opacity: .8
}

.ttp-interact-share .share-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIBAMAAACnw650AAAAKlBMVEVHcEwhISEhISEgICAgICAhISEiIiIiIiIiIiIiIiIhISEhISEgICAiIiLvaEYqAAAADXRSTlMApN8gEMF/73CQQFkw2xS+1QAAAWdJREFUSMftlTFLw0AYhi+0Rq2OgoN0qmMDRXDv6OLqFhAcnJwcHKTgIDgJHVyFDDo4FBxdCv4BhwZiq/D+Fw80ua+57/J9OPfdkjy5e7hc3jNmlf/l6ExmWsn8VYRi4FOEIgBjDVQMFBB6Gmh+o4Ak918IDxooHyigZvcSanBvv+3+QWH3lwQuO/ww56Bh3WsM0GegO9Tjux96jO/eGfmQ537BMHX3GGz68kA198BAy+7TEETcWwnkodaCDArFbJgpZnObL26YbVhCB2ForFBauFUKKs2zitmWrY3ZlK0blpJW0LFsbcxEtLa5F61tHumjK87apuuQk6eIs7ZJq5dvXWEsDA8VmWuVZWv3VfKMVI9XTyltwIizrqBrWmJ+3Xfpzxpx1uU69Ugd5u8+NKV/fRQo1Q97/5Lsm9mQgdYtVJ1xHeA00Mpf7up5jy3UDWBfPAfbI8gnqkkLxQE++VZAW4rZVpHzA/2Awy7eroqsAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain
}

.ttp-interact-share .share-tools {
    display: none;
    position: absolute;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 16px 0;
    width: 172px;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .11)
}

.ttp-interact-share .share-tools li:hover {
    background: #f8f8f8
}

.ttp-interact-share .share-tools.pop-animate {
    display: block;
    opacity: 0;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: cubic-bezier(.3, 1.3, .3, 1);
    -moz-animation-timing-function: cubic-bezier(.3, 1.3, .3, 1);
    animation-timing-function: cubic-bezier(.3, 1.3, .3, 1);
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.ttp-interact-share .panel-right {
    left: 100%
}

.ttp-interact-share .panel-right-bottom li:first-of-type, .ttp-interact-share .panel-right-top li:last-of-type {
    position: relative
}

.ttp-interact-share .panel-right-bottom li:first-of-type:before, .ttp-interact-share .panel-right-top li:last-of-type:before {
    content: "";
    width: 5px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8BAMAAABLFv16AAAAKlBMVEU1NVE0NFXHx83y8vLw8PDX19vm5ujr6+2oqLbt7e3i4uX////09PT6+vqCsoV1AAAAC3RSTlMLCSnixkFskRysWOFCA1cAAADNSURBVCjPbdG9EYIwFAfwB2LOMuEcgDtbR6BwAAoGoHAACwawdAwKR0ifhj5wZ88yvrwPTsXX5Hf/hOQlgHPOQiodEfCFCuEEvKQFayl5atLr4osk+SgwCJopRvwq4fyS/QcPkOG4nz3QzC56CuC+eFph5sDoIiOvA+MUGSkgpCCBggQKEBwgiii4LYImCOoNhvC7+Kifl7rhekRWyqFO23BrY1Zaddp89nEdMJNgvTI8oiA9C1ej6PTp8DG5jOKgwF8g1SuuilZRbfCn3izhgSaCqmAvAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain;
    background-color: #fff;
    position: absolute;
    left: -5px
}

.ttp-interact-share .panel-right-bottom li:first-of-type:hover:before, .ttp-interact-share .panel-right-top li:last-of-type:hover:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8BAMAAABLFv16AAAAJFBMVEU1NU41NVPHx83y8vLw8PDl5efX19vr6+3t7e2oqLb4+Pjz8/NaXuGyAAAACnRSTlMJCynixmlBkawc5b/JnAAAAMRJREFUKM9l0TEOgzAMBVAH9QAxhUrdkDr2CCzdWdi7sLOwcwTWHoA5U2a4XJ3Yn0plytOPQ+xAROSY2duaIYsDmBsyNVbCAzmXkx7JhOKXJWU01NF2qiinEp5RA15WYi/rbV+19rqtlAKeBfnwHhTjpijaoHhsilKCjBQk5CAhBwINBNVmeANdMLQnLOG/+AIU+OBxhS/sUkIbdDTmrFXrVQfEOL8BeQY+Nnt+Fn2oDhjxdBVQA3dAfoFhAnpgAJoT/BlffWyDxKxHR9wAAAAASUVORK5CYII=)
}

.ttp-interact-share .panel-right-top {
    bottom: 0;
    -webkit-transform: translate(18px, 23px);
    -moz-transform: translate(18px, 23px);
    transform: translate(18px, 23px)
}

.ttp-interact-share .panel-right-top.pop-animate {
    -webkit-animation-name: pop-right-top;
    -moz-animation-name: pop-right-top;
    animation-name: pop-right-top
}

.ttp-interact-share .panel-right-top li:last-of-type:before {
    bottom: 10px
}

.ttp-interact-share .panel-right-bottom {
    top: 0;
    -webkit-transform: translate(18px, -23px);
    -moz-transform: translate(18px, -23px);
    transform: translate(18px, -23px)
}

.ttp-interact-share .panel-right-bottom.pop-animate {
    -webkit-animation-name: pop-right-bottom;
    -moz-animation-name: pop-right-bottom;
    animation-name: pop-right-bottom
}

.ttp-interact-share .panel-right-bottom li:first-of-type:before {
    top: 10px
}

.ttp-interact-share .panel-top {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    transform-origin: center bottom
}

.ttp-interact-share .panel-top.pop-animate {
    -webkit-animation-name: pop-top;
    -moz-animation-name: pop-top;
    animation-name: pop-top
}

.ttp-interact-share .panel-top:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    width: 5px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8BAMAAABLFv16AAAAKlBMVEU1NVE0NFXHx83y8vLw8PDX19vm5ujr6+2oqLbt7e3i4uX////09PT6+vqCsoV1AAAAC3RSTlMLCSnixkFskRysWOFCA1cAAADNSURBVCjPbdG9EYIwFAfwB2LOMuEcgDtbR6BwAAoGoHAACwawdAwKR0ifhj5wZ88yvrwPTsXX5Hf/hOQlgHPOQiodEfCFCuEEvKQFayl5atLr4osk+SgwCJopRvwq4fyS/QcPkOG4nz3QzC56CuC+eFph5sDoIiOvA+MUGSkgpCCBggQKEBwgiii4LYImCOoNhvC7+Kifl7rhekRWyqFO23BrY1Zaddp89nEdMJNgvTI8oiA9C1ej6PTp8DG5jOKgwF8g1SuuilZRbfCn3izhgSaCqmAvAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain;
    background-color: #fff
}

.ttp-interact-share .panel-bottom {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    transform-origin: center top;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .08);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .08)
}

.ttp-interact-share .panel-bottom.pop-animate {
    -webkit-animation-name: pop-bottom;
    -moz-animation-name: pop-bottom;
    animation-name: pop-bottom
}

.ttp-interact-share .panel-bottom:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    width: 5px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA8BAMAAABLFv16AAAAKlBMVEU1NVE0NFXHx83y8vLw8PDX19vm5ujr6+2oqLbt7e3i4uX////09PT6+vqCsoV1AAAAC3RSTlMLCSnixkFskRysWOFCA1cAAADNSURBVCjPbdG9EYIwFAfwB2LOMuEcgDtbR6BwAAoGoHAACwawdAwKR0ifhj5wZ88yvrwPTsXX5Hf/hOQlgHPOQiodEfCFCuEEvKQFayl5atLr4osk+SgwCJopRvwq4fyS/QcPkOG4nz3QzC56CuC+eFph5sDoIiOvA+MUGSkgpCCBggQKEBwgiii4LYImCOoNhvC7+Kifl7rhekRWyqFO23BrY1Zaddp89nEdMJNgvTI8oiA9C1ej6PTp8DG5jOKgwF8g1SuuilZRbfCn3izhgSaCqmAvAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain
}

.ttp-interact-share .ttp-interact-wx-wrapper .qrcode-panel {
    top: -48px
}

@-webkit-keyframes pop-right-top {
    0% {
        opacity: 0;
        -webkit-transform: translate(18px, 23px) scale(.8);
        transform: translate(18px, 23px) scale(.8)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(18px, 23px) scale(1);
        transform: translate(18px, 23px) scale(1)
    }
}

@-moz-keyframes pop-right-top {
    0% {
        opacity: 0;
        -moz-transform: translate(18px, 23px) scale(.8);
        transform: translate(18px, 23px) scale(.8)
    }
    to {
        opacity: 1;
        -moz-transform: translate(18px, 23px) scale(1);
        transform: translate(18px, 23px) scale(1)
    }
}

@keyframes pop-right-top {
    0% {
        opacity: 0;
        -webkit-transform: translate(18px, 23px) scale(.8);
        -moz-transform: translate(18px, 23px) scale(.8);
        transform: translate(18px, 23px) scale(.8)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(18px, 23px) scale(1);
        -moz-transform: translate(18px, 23px) scale(1);
        transform: translate(18px, 23px) scale(1)
    }
}

@-webkit-keyframes pop-right-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate(18px, -23px) scale(.8);
        transform: translate(18px, -23px) scale(.8)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(18px, -23px) scale(1);
        transform: translate(18px, -23px) scale(1)
    }
}

@-moz-keyframes pop-right-bottom {
    0% {
        opacity: 0;
        -moz-transform: translate(18px, -23px) scale(.8);
        transform: translate(18px, -23px) scale(.8)
    }
    to {
        opacity: 1;
        -moz-transform: translate(18px, -23px) scale(1);
        transform: translate(18px, -23px) scale(1)
    }
}

@keyframes pop-right-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate(18px, -23px) scale(.8);
        -moz-transform: translate(18px, -23px) scale(.8);
        transform: translate(18px, -23px) scale(.8)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(18px, -23px) scale(1);
        -moz-transform: translate(18px, -23px) scale(1);
        transform: translate(18px, -23px) scale(1)
    }
}

@-webkit-keyframes pop-top {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -10px) scale(.8);
        transform: translate(-50%, -10px) scale(.8)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -10px) scale(1);
        transform: translate(-50%, -10px) scale(1)
    }
}

@-moz-keyframes pop-top {
    0% {
        opacity: 0;
        -moz-transform: translate(-50%, -10px) scale(.8);
        transform: translate(-50%, -10px) scale(.8)
    }
    to {
        opacity: 1;
        -moz-transform: translate(-50%, -10px) scale(1);
        transform: translate(-50%, -10px) scale(1)
    }
}

@keyframes pop-top {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -10px) scale(.8);
        -moz-transform: translate(-50%, -10px) scale(.8);
        transform: translate(-50%, -10px) scale(.8)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -10px) scale(1);
        -moz-transform: translate(-50%, -10px) scale(1);
        transform: translate(-50%, -10px) scale(1)
    }
}

@-webkit-keyframes pop-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 10px) scale(.8);
        transform: translate(-50%, 10px) scale(.8)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, 10px) scale(1);
        transform: translate(-50%, 10px) scale(1)
    }
}

@-moz-keyframes pop-bottom {
    0% {
        opacity: 0;
        -moz-transform: translate(-50%, 10px) scale(.8);
        transform: translate(-50%, 10px) scale(.8)
    }
    to {
        opacity: 1;
        -moz-transform: translate(-50%, 10px) scale(1);
        transform: translate(-50%, 10px) scale(1)
    }
}

@keyframes pop-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 10px) scale(.8);
        -moz-transform: translate(-50%, 10px) scale(.8);
        transform: translate(-50%, 10px) scale(.8)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, 10px) scale(1);
        -moz-transform: translate(-50%, 10px) scale(1);
        transform: translate(-50%, 10px) scale(1)
    }
}

.ttp-interact-item.wtt:before {
    background-image: url(../images/随游logo.svg);
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-modal {
    width: 560px
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-wtt-repost-panel textarea {
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    resize: none;
    outline: none
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-wtt-repost-panel .input-meta {
    margin-top: 12px;
    text-align: right
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-wtt-repost-panel .words-count {
    font-size: 14px;
    line-height: 20px;
    color: #999
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-wtt-repost-panel .words-count .count {
    color: #505050
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-wtt-repost-panel .publish-action {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: right
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-wtt-repost-panel .submit-btn {
    border: none;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    background: #f04142;
    cursor: pointer
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-wtt-repost-panel .submit-btn.disable {
    background: #ff5e5e;
    opacity: .5;
    cursor: default
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-wtt-repost-panel .origin-content {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    margin-top: 24px;
    padding: 4px 12px 4px 4px;
    background: #f8f8f8
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-wtt-repost-panel .origin-content .cover {
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 12px;
    border-radius: 2px;
    width: 112px;
    height: 84px;
    -o-object-fit: cover;
    object-fit: cover
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-wtt-repost-panel .origin-content .detail {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 44px;
    font-size: 16px;
    line-height: 22px;
    color: #656565
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-wtt-repost-panel .origin-content .user-name {
    color: #0e408c
}

.ttp-modal-wrapper.ttp-wtt-repost-modal .ttp-wtt-repost-panel .origin-content .rich-content {
    display: inline
}

.ttp-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1500;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 16px;
    text-align: center;
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .8);
    border-radius: 8px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

.ttp-toast.fade {
    opacity: 0
}

.ttp-interact-item {
    position: relative;
    padding-left: 52px;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #222;
    cursor: pointer;
    outline: none
}

.ttp-interact-item:focus-visible {
    outline: auto
}

.ttp-interact-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: transparent no-repeat 50%;
    background-size: contain
}

.ttp-interact-item.copy:before {
    background-image: url(../images/icon_copy.c12facea.svg)
}

.ttp-interact-item.wx:before {
    background-image: url(../images/icon_wx.719568c6.svg);
}

.ttp-interact-wx-wrapper {
    position: relative
}

.ttp-interact-wx-wrapper .qrcode-panel {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    transform: translateX(4px);
    z-index: 10;
    border-radius: 8px;
    text-align: center;
    width: 139px;
    height: 168px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .11)
}

.ttp-interact-wx-wrapper .qrcode-panel > span {
    display: block;
    margin-top: 21px;
    font-size: 14px;
    line-height: 20px;
    color: #222
}

.ttp-interact-wx-wrapper #_qrcode {
    margin: 30px auto 0;
    width: 80px;
    height: 80px
}

.ttp-interact-item.weibo:before {
    background-image: url(../images/icon_weibo.d8a7bdaf.svg)
}

.ttp-interact-item.qzone:before {
    background-image: url(../images/icon_qzone.74a6cb53.svg)
}

.feed-card-footer-like-cmp {
    display: inline-block;
    cursor: pointer
}

.feed-card-footer-like-cmp .inner {
    position: relative;
    padding-left: 24px;
    border: none;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    background: none
}

.feed-card-footer-like-cmp .inner:hover {
    opacity: .8
}

.feed-card-footer-like-cmp .inner i {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA9BAMAAAADjhfkAAAAHlBMVEVHcEyZmZmZmZmYmJiYmJiYmJiYmJiampqYmJiZmZn4AYs1AAAACXRSTlMAodxEJn9gv7/goODcAAABS0lEQVQ4y92UvU7DMBSF3TaJylYmlA1VASlbGdmiSgzdOgASGxJiyNql6oaQGNioC23P22I7je049/oBegZL1pfY9+9YiHPR+1uMvgC3PJ1DacniXOMdR0fA4x0OHB5iL8QGHK7xoaOrGFxqknN/Z9iqdSPZq3/1EUe2JhO1miMIJeZqFg/wZ3Lf03iBIoZzvKo1NfEFSq/WK5iMUhzWWl8z/1otc+oYJ8nKi1lr4r7UKlw9IKenhJLPqRFc52rc9PJVJ878VoTluG/HJjEkxBdNLLoSOxIv20ZSeBHHdRsaje1Q0dgOFY1LGcV2T+LEDAeLM2smEruxIPEAPzE8xHUM247Q2JacxrbkNHY+JvvtfNwYI8DOqE39Auxtzcx2ceZZ7Vu7q4vnntVqbKsufihtVTxfeZKV/yT1VPjd6/Fj53EbPV129CzOXP8tLbkpRqD0qgAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: contain
}

.feed-card-footer-like-cmp .inner.liked {
    color: #f04142
}

.feed-card-footer-like-cmp .inner.liked i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA9BAMAAADsTHzaAAAAHlBMVEVHcEzwQULwQELwQELxQELvQEDwQUHwQEDvQELwQULa8HB4AAAACXRSTlMA4WCDoRzEQm/x4KUeAAAA40lEQVQ4y+3UPQvCMBAG4FRtwa2CIO4ubt2ku1jc4iK4FRzEreAf6Opmrf14/621Dk1Meueu7/oQ7nLkIsRvZbCJKHbPQED4CEBN+LLxjPB54yC6A33eeXlJlyfcbcvnvT4E7YfWq17f0u62jIIabpMbeTvAt9klEt6bMV23WUmF97iLMfTMtMGYnkm1M9MRq4OxeNfo1erdRUPmfMjUt3vAeMp4wrikXXnHVi8ZzxmvGa8YLxj3GY8ZDxhPGU8Yl9pmGF7qi2v4Q3HP4oWg90P7JneGf/wii5NwJkqOifjnizwB85B1t/WPga4AAAAASUVORK5CYII=);
    -webkit-animation: liked .3s cubic-bezier(.3, 1.8, .3, 1);
    -moz-animation: liked .3s cubic-bezier(.3, 1.8, .3, 1);
    animation: liked .3s cubic-bezier(.3, 1.8, .3, 1)
}

@-webkit-keyframes liked {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes liked {
    0% {
        -moz-transform: scale(0);
        transform: scale(0)
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes liked {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.feed-card-footer-tag-cmp {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #f04142;
    cursor: default
}

.feed-card-footer-tag-cmp.tag-style {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 4px;
    margin-left: 6px;
    background: #fff2f2;
    border-radius: 4px
}

.feed-card-cover {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    width: 160px;
    height: 120px;
    cursor: pointer
}

.feed-card-cover.blur-bg > a {
    position: relative;
    background: none
}

.feed-card-cover.blur-bg > a img {
    -o-object-fit: contain;
    object-fit: contain
}

.feed-card-cover a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2
}

.feed-card-cover img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease .1s;
    -moz-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
    -o-object-fit: cover;
    object-fit: cover
}

.feed-card-cover img:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    transform: scale(1.04)
}

.feed-card-cover .cover-num {
    position: absolute;
    right: 6px;
    bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #fff
}

.feed-card-cover .cover-num .num {
    padding: 4px 6px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .5)
}

.feed-card-cover .cover-num .num span {
    font-weight: 500
}

.feed-card-cover .cover-num.middle {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none
}

.feed-card-cover .cover-num.middle .num {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 3px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-family: ByteNumber-Medium;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px
}

.feed-card-cover .blur-cover-bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.feed-card-cover .blur-cover-bg img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(60px);
    filter: blur(60px);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.feed-card-cover .video-placeholder {
    pointer-events: none
}

.feed-card-cover .video-placeholder i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsBAMAAAB9SEr+AAAALVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAADz8/OVlZU9PT20tLQeHh7Ly8v///92uvJTAAAADnRSTlMAgHRONxQIZPO0kcWI03a2vHkAAAI4SURBVFjDvZhNTgJBEIVHBdxaAzhqohEE3YJB3SJE3QJygEFN3IIavYMLE4/gMViydOHCW5iQzBkEHGHIVP/Uw/iWypeuqequ7nqOw6pdP8kT5Z8qZ461Upd3NJVX8e2omx7NybNZMXVBMT2YqRox2mvoqWSZWKW1XEpB6Tk+wh8V1FiLNCqqqGvSqqRIR06Pufzn1cgg9vMSZFRVkvtIFeLb85Ys9BhbrGeDeT6yWGw5u8Viy62QpeZrfmqLZYQ142rXsseiOzpnj7m+PCHzSWlKsCwSYyTKBIlUledxrP0QK8uwdNgMSKiGPP2zEjSl2Dryab/bOSfFJpVLkFjjyq3Ksa4qI+99U064g731EjwbcsI1n+0g+HrVNKJRz+L+vhEEwXCg5nw+kTsjTBdmg99aE0wTZonP/wTThNl1ltSYOsxdvmwhpgwzy/fjEFOGmdFjqjAz/LGZYoow0+wmmWGKMI0YH6bHH9IIxobpGrFgyGJkwoI35gcW2Oe/YlxO0JSABQDLXUY2l4duZfDggMcUbArLSAtaQxse2F6TSDOvYleH4qL6MF5U6LXY4f6x2R8Y3obglQ8+MFLy54xsBph/GXakWHaRhyH4DAUfvc6VDCsu9qCXVc6djorgsAKORpIo3cXHPnDIBEdadIAGx3XQHECtCND4QG0W0NRBLSTUsDLV/PhvzTjt5xV8uT3J535RW3PEHbLHxez2cpatjxjE55Z2dD0CHhz59kZ2u/40Nr/vVeb3N7CWT28+KXsLAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain
}

.feed-card-cover .video-placeholder .duration {
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 1;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.feed-card-wtt-wrapper {
    padding: 20px 0
}

.feed-card-wtt-wrapper.visited .content a {
    color: #999
}

.feed-card-wtt-wrapper.visited .content a .out-link {
    color: #999 !important
}

.feed-card-wtt-wrapper.visited .content a .out-link[data-type="9"]:before {
    background-image: url(../images/video_link_gray.cb022834.svg)
}

.feed-card-wtt:after {
    content: "";
    display: table;
    clear: both
}

.feed-card-wtt .feed-card-wtt-r {
    display: none;
    float: right;
    margin-left: 20px
}

.feed-card-wtt .feed-card-wtt-l {
    overflow: hidden
}

.feed-card-wtt .feed-card-wtt-header {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    white-space: nowrap;
    cursor: default
}

.feed-card-wtt .feed-card-wtt-header.padding-r {
    padding-right: 85px
}

.feed-card-wtt .feed-card-wtt-header .dot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    font-size: 14px;
    line-height: 20px;
    color: #505050
}

.feed-card-wtt .feed-card-wtt-header .time {
    margin-left: 8px
}

.feed-card-wtt .feed-card-wtt-header .text, .feed-card-wtt .feed-card-wtt-header .time, .feed-card-wtt .feed-card-wtt-header .user-auth-desc {
    display: inline;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #505050
}

.feed-card-wtt .feed-card-wtt-header .subscribe-wrapper {
    position: absolute;
    top: 0;
    right: 0
}

.feed-card-wtt .feed-card-wtt-header .verified-icon {
    margin: 0 0 -5px 5px
}

.feed-card-wtt .feed-card-wtt-user-info {
    display: inline-block
}

.feed-card-wtt .feed-card-wtt-user-info:hover span {
    color: #505050
}

.feed-card-wtt .feed-card-wtt-user-info img {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.feed-card-wtt .feed-card-wtt-user-info span {
    margin-left: 8px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #222
}

.feed-card-wtt .content {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 84px;
    font-size: 18px;
    line-height: 28px;
    word-break: break-all;
    color: #222
}

.feed-card-wtt .content > a {
    display: block
}

.feed-card-wtt .content > a:hover {
    color: #f04142
}

.feed-card-wtt .content > a:hover .out-link {
    color: #f04142 !important
}

.feed-card-wtt .content > a:hover .out-link[data-type="9"]:before {
    background-image: url(../images/video_link_red.4c36e668.svg)
}

.feed-card-wtt .content > a:visited {
    color: #999
}

.feed-card-wtt .content > a:visited .out-link {
    color: #999 !important
}

.feed-card-wtt .content > a:visited .out-link[data-type="9"]:before {
    background-image: url(../images/video_link_gray.cb022834.svg)
}

.feed-card-wtt .content > a .out-link {
    color: #0e408c
}

.feed-card-wtt .content > a .out-link[href^=sslocal] {
    display: none
}

.feed-card-wtt .content > a .out-link[data-type="9"]:before {
    content: "";
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background: url(../images/video_link.cc3edc04.svg) no-repeat 50%;
    background-size: contain
}

.feed-card-wtt .covers-list {
    margin-bottom: 12px;
    font-size: 0
}

.feed-card-wtt .covers-list li {
    display: inline-block;
    margin-right: 12px
}

.feed-card-wtt .covers-list li:last-child {
    margin-right: 0
}

.feed-card-wtt.single-cover .feed-card-wtt-r {
    display: block
}

.feed-card-wtt.single-cover .feed-card-wtt-l {
    min-height: 100px
}

.feed-card-wtt.single-cover .content {
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
    max-height: 56px
}

.feed-card-wtt.single-cover .content a {
    height: 56px
}

.feed-card-wtt.link-cover .content, .feed-card-wtt.multi-covers .content, .feed-card-wtt.origin-cover .content {
    -webkit-line-clamp: 2;
    max-height: 56px
}

.verified-icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat
}

.origin-card-wrapper {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 8px;
    background: #f8f8f8
}

.origin-card-wrapper > .card-l {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.origin-card-wrapper > .card-l.with-pic {
    max-width: 506px
}

.origin-card-wrapper .user-info {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-bottom: 8px
}

.origin-card-wrapper .user-info, .origin-card-wrapper .user-info a {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.origin-card-wrapper .user-info a {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.origin-card-wrapper .user-info .ttp-avatar {
    width: 20px;
    height: 20px
}

.origin-card-wrapper .user-info .name {
    margin: 0 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #222
}

.origin-card-wrapper .user-info .auth-info {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 6px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    color: #707070
}

.origin-card-wrapper .origin-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 56px;
    word-break: break-all;
    font-size: 18px;
    line-height: 28px;
    color: #222
}

.origin-card-wrapper .origin-content a:hover {
    color: #f04142
}

.origin-card-wrapper > .card-r {
    position: relative;
    margin-left: 19px
}

.origin-card-wrapper > .card-r .feed-card-cover {
    margin-top: 0;
    width: 118px;
    height: 88px
}

.origin-card-wrapper > .card-r > i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQBAMAAAAVaP+LAAAAMFBMVEVHcEwAAAABAQEAAAAAAAAAAAAAAAAAAAAAAAClpaXt7e1qamrQ0NA2Njb////7+/s8YEfEAAAADnRSTlMAgINFdGEoEYLB8qXckqIZUAUAAAN/SURBVGjezZq/jxJREMeX3AGWNw/23BYISryYQHISSwhBW4gX6zWcsd1L0Pq4GKMt/wB/wHVWdtefsbEy/hFLLV5Yl1+yK7vz5r03JE5NPtnv/HjMmzeWhVp+8OSsDVDsvmi6lrblB2diBCtzQHSbnh5n0HYgbnZTA3PQhx27qlXfqHJeQ7KNXqp55xTSzOkoeCrXh3QTBZeFE6qzXRbOInokdXkpB6BCIZ3KOaGf5JxzINlzaR4C0ermDlpZ0TN20No6LMIk4ujCJNk0BCVLjVy+rQZK9fe5GgfEg5QaE4ogcJKr9xUogxI/KecAsHzSBWjYffOQpQZuCFq2m0t9PZBtVGXRXPq34hqaIChwuDrB3YegbT0eZeBUYsr0Pyie3QbKAFosyuJxM1EWi9uBESgStwsz0LFpne3UWw4MbZMAWVNQT/uwTnFSwxRkc2TR0jyOLNr2E4fmoBaPrzfe7puDbCZfA7Dk9cbbaF6LcrlMze0M9oOT29m3GgF0KQmamATzYFyihQ0rkJNg7k/vvtOOWyT64tHc9/3gWi6uiEdf3IQcf0oQ5+DRFxN/SSKIc9GSXYMI4sKmJEsA+XJxPbT2/4Kk4pyWdY8Ckos7kuTjBiSN3EMiSCruGE3sCEgmrmA9JYIkkSug52MMhIuz6aBQXAkDtcmgMHJY1dJB/vRXCQEBHeTPEG1KoOlnLtD4vwN9YQLNkCpRCv/vEk8eBeMRAlIpkRpLrU3vfowwUIN+jIywOSDfwUY+ajFhAB/QC00EhAtbnNkZnr+jS+ofJC5s0SAT/7JH0r9sniYi7EZJbY1M2KKtwRot54YobHmtwar2J7X1q0qa0U8BTdiyGcVS+2oSBBRhsBj/YQ2S8/h29pXSsB/JrhAfy+Ua4YOWVwj8AkmhbC7sHLcjj/Pix3EVXc1sM1yXY/Pr+noYyTZAMPd2hXvIwjb2YRtEsY3GTJ20nddnObLIbAgdzSLOESvf0DfHpMxIW3zo/5ZHGePjAdtzhv7pVmd68qnu7xFKz93vPYvnk5JeWHWyW7g8j5mRZwOzTxIuz4MvPGN6ggZv34/iis/0VW//iwN8qwwK/pZts1DFOXXZ4sjQLIVUz8oOZUmnYe4gajZxLSBROSGpwcNBl71AZdkLWT8DtfWz0N4lOsquW+o22EEVdVb0VkuDUUxXE7OK33aNUeLjP6/Y9iAtcsWXAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain
}

.origin-card-wrapper > .card-r > .video-duration {
    position: absolute;
    right: 4px;
    bottom: 4px;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.origin-card-wrapper.origin-deleted {
    color: #999;
    font-size: 18px;
    line-height: 28px
}

.ttp-avatar {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: url(data:image/png;base64,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) no-repeat 50%;
    background-size: contain
}

.ttp-avatar.large {
    width: 60px;
    height: 60px
}

.ttp-avatar.middle {
    width: 44px;
    height: 44px
}

.ttp-avatar.small {
    width: 32px;
    height: 32px
}

.ttp-avatar.auth:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 13px;
    height: 13px;
    background: transparent no-repeat 50%;
    background-size: contain
}

.ttp-avatar.auth.large:before {
    width: 17px;
    height: 17px
}

.ttp-avatar.auth-0:before {
    background-image: url(../images/auth_0.600aa73b.svg)
}

.ttp-avatar.auth-1:before {
    background-image: url(../images/auth_1.9fe8a9f6.svg)
}

.ttp-avatar.auth-2:before {
    background-image: url(../images/auth_2.ac774735.svg)
}

.ttp-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.feed-card-subscribe-cmp {
    display: inline-block;
    border-radius: 4px;
    width: 56px;
    height: 28px;
    text-align: center;
    background-color: #f8f8f8;
    cursor: pointer;
    outline: none
}

.feed-card-subscribe-cmp:focus-visible {
    outline: auto
}

.feed-card-subscribe-cmp:hover {
    opacity: .8
}

.feed-card-subscribe-cmp.followed {
    width: 60px
}

.feed-card-subscribe-cmp.followed i {
    display: none
}

.feed-card-subscribe-cmp.followed span {
    color: #999
}

.feed-card-subscribe-cmp i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAAD1BMVEVHcEwiIiIgICAiIiIiIiK0gVusAAAABHRSTlMAvyCvrnxFbAAAAEFJREFUGNNjYKAKYDJUQOEzuhig8QXoxlcWFBQUcXEEkkJgvogLDDiD+SZwviOYrwhXbzQg7gUBZjQ+k7ACdSIGAFRTDhUOIWuFAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain
}

.feed-card-subscribe-cmp span {
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    color: #222
}

.wtt-link-card-wrapper {
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 8px;
    background: #f8f8f8;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wtt-link-card-wrapper .card-l {
    width: 506px;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wtt-link-card-wrapper .user-info {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-bottom: 8px
}

.wtt-link-card-wrapper .user-info, .wtt-link-card-wrapper .user-info a {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wtt-link-card-wrapper .user-info a {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.wtt-link-card-wrapper .user-info .ttp-avatar {
    width: 20px;
    height: 20px
}

.wtt-link-card-wrapper .user-info .name {
    margin: 0 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #222
}

.wtt-link-card-wrapper .user-info .auth-info {
    margin-left: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wtt-link-card-wrapper .link-content {
    max-height: 56px;
    word-break: break-all;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.wtt-link-card-wrapper .link-content:hover {
    color: #f04142
}

.wtt-link-card-wrapper .card-r {
    position: relative;
    margin-left: 19px
}

.wtt-link-card-wrapper .card-r .feed-card-cover {
    margin-top: 0;
    width: 118px;
    height: 88px
}

.feed-card-video-wrapper {
    padding: 20px 0
}

.feed-card-video-multi > ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.feed-card-video-multi > ul > li {
    margin-right: 12px;
    vertical-align: top
}

.feed-card-video-multi > ul > li:last-child {
    margin-right: 0
}

.feed-card-video-multi .multi-item-error, .feed-card-video-multi .multi-item-loading {
    width: 332px;
    height: 280px
}

.feed-card-video-multi-item {
    width: 332px
}

.feed-card-video-multi-item.visited .title {
    color: #999
}

.feed-card-video-multi-item .feed-card-cover {
    width: 332px;
    height: 186px
}

.feed-card-video-multi-item .title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
    max-height: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    word-break: break-all;
    color: #222
}

.feed-card-video-multi-item .title:hover {
    color: #f04142
}

.feed-card-video-multi-item .title:visited {
    color: #999
}

.feed-card-video-multi-item .title h2 {
    font-size: inherit;
    font-weight: inherit
}

.feed-card-video-multi-item .footer {
    margin-top: 12px
}

.feed-card-video-multi-item .feed-card-footer-cmp {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.feed-card-video-multi-item .feed-card-footer-cmp:after {
    display: none
}

.feed-card-video-multi-item .left-tools {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.feed-card-video-multi-item .feed-card-footer-cmp-author {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.feed-card-video-multi-item .feed-card-footer-comment-cmp, .feed-card-video-multi-item .feed-card-footer-time-cmp {
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.feed-card-article-follow.visited .feed-card-article-l .title, .feed-card-article-multi-item.visited .feed-card-article-l .title {
    color: #999
}

.feed-card-article-follow.single-cover .feed-card-article-l {
    padding-bottom: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feed-card-article-follow.single-cover .feed-card-footer-cmp {
    position: static
}

.feed-card-article-follow.single-cover .title {
    min-height: 72px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feed-card-article-follow.no-cover .title {
    margin: 8px 0 12px
}

.feed-card-article-follow.multi-cover .feed-card-media-header {
    margin-bottom: 8px
}

.feed-card-article-multi .feed-card-article-multi-header {
    margin-bottom: 8px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feed-card-article-multi .rest {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 16px;
    padding-right: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    cursor: pointer;
    position: relative
}

.feed-card-article-multi .rest:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqBAMAAAA37dRoAAAAG1BMVEVHcEwgICAhISEhISEgICAhISElJSUiIiIiIiL9ErKQAAAACHRSTlMAEM/fIHQwkOehQIMAAAB3SURBVCjPY2AYBWQBMQSTMQHGYrEwgYs6NztAWewdcCaLRUcBlMna0QFT7NzREQAzSwOmGKi0SQBmmBBMMVCpIsJiqGIUpXDFKEphitGUQhWjKYUodkFXClZsjK4UrLgDQylYMYZSsGJMpSDFilgCmTFUYAQnMQAGRyPumd7GGAAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0
}

.feed-card-article-multi-item.single-cover {
    padding: 10px 0
}

.feed-card-article-multi-item.single-cover:first-of-type {
    padding-top: 0
}

.feed-card-article-multi-item.single-cover:last-of-type {
    padding-bottom: 0
}

.feed-card-article-multi-item.single-cover .feed-card-article-l {
    padding-bottom: 16px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feed-card-article-multi-item.single-cover .feed-card-footer-cmp {
    position: static
}

.feed-card-article-multi-item.single-cover .title {
    padding-top: 16px;
    min-height: 68px
}

.feed-card-article-multi-item.no-cover {
    padding: 16px 0
}

.feed-card-media-header {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default
}

.feed-card-media-header .dot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    font-size: 14px;
    line-height: 20px;
    color: #505050
}

.feed-card-media-header .time, .feed-card-media-header .user-auth-desc {
    display: inline;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #505050
}

.feed-card-media-header .feed-card-user-info {
    display: inline-block;
    margin-right: 8px
}

.feed-card-media-header .feed-card-user-info:hover a span {
    color: #505050
}

.feed-card-media-header .feed-card-user-info img {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.feed-card-media-header .feed-card-user-info span {
    margin-left: 8px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #222
}

.feed-card-media-header .verified-icon {
    margin: 0 8px -5px -3px
}

.multi-item-error {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    border-radius: 4px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.multi-item-error i {
    display: block;
    width: 36px;
    height: 48px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAACQBAMAAAAfGJOcAAAAKlBMVEXo6OhHcEzm5ubn5+f29vbp6eno6Ojn5+fZ2dni4uLn5+f////Y2Nj4+Pjk16AtAAAADHRSTlOoANC57HKXSffjFQqnwIHNAAACGUlEQVRYw+3ZP2vCQBgG8Jeosf8cMpSCXYR2rJChYwWhs6CLrlnEVQf7AezqUHBya75B+w1KuijcUDRLB79LE01CrXeXvk8hXfKOOX7c5Xlzl+HIsqzLcdeh/apsomr+GDD7PTcgZFnVNh1UI2ZPh2Mld8seDkeoHjNbMjgI2QXpmGyQRgEbygZakfKlrGxR1dGxlZSZLp2Tjq2lo9ShZ+lzVf5RndJQy2pyVpYzQ5d/2Dpqyx4XtEGGzNHNpmKmnBW1+YeMdOyDWFXU56+qij7/NGbzWF0fZAr7xNiayVp/YtxIYnbPYxvtUaKsxgb6TJL95kMd4H5eyXQrLEvmdPHW4bYcDOUWm62A7dSo5dwtF/WgyWW7HtgQW7EVIYFEUfInM/jbNP68+GsMj1ggkLDdTYDVN74NsBa0RoICCdrmI5MZSNPCttkQgwKhRhNi15AiJBBjfgU0rTAVAmDHQogFP/+zgIkJm92FTDxy2c2WLWoQE54NMe4yY8bsQsJ4XUiY8DAmZhjjLPMbE0uMMbqwx4SNsXeMLTG2yJSBi3zLsgFYu70sP2Vs40yyPBRqGR54S56K/gHgYT5jqt2PyuMqOsJ+izTlv9j25z1HVF555ZVXXnnlldd/lIMgE2VthJVQNkRYmV4QdqK4JEypjuJKMiVIV3EBmvJqqutWfY1Ul7vaGiivkrVN210lW9Vx99e5mP3ea0C+AKI8PKUuidTNAAAAAElFTkSuQmCC) no-repeat 50%/contain
}

.multi-item-error span {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #707070
}

.multi-item-loading {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.multi-item-loading i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAJFBMVEVHcEzBwcHCwsLCwsLCwsLCwsLDw8PCwsLCwsLCwsLCwsLCwsL5VhyvAAAADHRSTlMAECBNPlyrmS9reohgeFzqAAACcUlEQVQ4y32VvW/TQBjG79IgWZ1i81GVLvEFJLMFzpYYU2ykIJa2rmk8ItBZbAhQPHgpqVWlGxIYcWZhoVXShYmI+J/jPefLic99l3P08/Pc3fO+SRBaFdbIcDggDSQtbWAYQ6iYyCghhjEQeNjtNiSUDHLejSVcI0JtzMRO/ExCyWAoeBx3HWe/SLFOxAtEV1U4PNDYaa6JBdXnH4TacYoX1nSyui+OBe6sxFB64bCCm0s5VnVNW7uK5ji2vZCrmqrr6zd5AOonCwx8IwbsmNRuLrzVUop3gO/PxapWyhjbtvl0gdVyh1ompY3cW1UlLVYopZ25WtZgm9LHgjZU6Xy0KDVhASrFdXAXuCH1RjXApwhDyWePUrcj1BWjeebS9g24RS0Re4U3umUBrtoZoS3X7SFkVPG6ZVG0xz5VYMX1XPSdsYqjKZ5lIcZYR45rnucJ3L4ZH1SZA+4z9qUSu+gvY78qLubNTv6+IhbPO0avGHstx3d9r4fOGXsrxw89/wjdY+ydHD9PkgO0zVggj437XhttsUCeS437PgwTqP9I250kCdhe9vtvZPgR97/Cch4Ess2xn/AjWLdZEEhirXPORTMUUEtufgE4/4Jfhv2wWT4359/yp51+GHzYxLuAD2fRh0EYNctifjp7PgH+cWPn0WjujdD9EOqwSG+PUj5aDBGeAI4KA6mkacqTZRh7gCfZ5+WvUjoep+nKDl8J+6yXv4/PxuPROE2K8YdRFIXZP9dxLJBCpWvD/1K4RxnUNMvpj/UGnAj1BOh0eg3490aTlKtopr7OaTnkn9FEUMHLFPxfZHP1ccXfoJVmGTeL0v/+XNSM60GDEgAAAABJRU5ErkJggg==) no-repeat 50%/contain;
    -webkit-animation: loading .5s linear infinite;
    -moz-animation: loading .5s linear infinite;
    animation: loading .5s linear infinite
}

@-webkit-keyframes loading {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-keyframes loading {
    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading {
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.feed-card-video-single:after {
    content: "";
    display: table;
    clear: both
}

.feed-card-video-single.visited .l-content .title {
    color: #999
}

.feed-card-video-single .r-content {
    float: right;
    margin-left: 20px
}

.feed-card-video-single .r-content .feed-video-item {
    width: 160px;
    height: 120px;
    overflow: hidden;
    position: relative
}

.feed-card-video-single .r-content .feed-video-item > i {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    transform: scale(1.7);
    position: absolute
}

.feed-card-video-single .r-content .video-placeholder i {
    width: 36px;
    height: 36px
}

.feed-card-video-single .l-content {
    width: 496px
}

.feed-card-video-single .l-content .title {
    display: block;
    min-height: 100px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #222;
    word-break: break-all
}

.feed-card-video-single .l-content .title:hover {
    color: #f04142
}

.feed-card-video-single .l-content .title:visited {
    color: #999
}

.feed-card-video-single .l-content .title h2 {
    font-size: inherit;
    font-weight: inherit
}

.feed-card-video-follow .l-content {
    min-height: 120px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feed-card-video-follow .l-content .title-wrapper {
    min-height: auto
}

.feed-card-video-follow .l-content .title {
    min-height: 60px;
    margin: 8px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis
}

.feed-card-shortvideo-follow .feed-video-item {
    border-radius: 4px
}

.feed-card-shortvideo-follow .feed-card-cover a {
    width: 90px;
    margin: 0 34px
}

.feed-card-short-video-multi-item {
    width: 160px;
    height: 214px;
    position: relative
}

.feed-card-short-video-multi-item .feed-card-cover {
    height: 214px
}

.feed-card-short-video-multi-item .dislike-container {
    position: absolute;
    top: 4px;
    right: 4px
}

.feed-card-short-video-multi-item .feed-card-footer-dislike-cmp .dislike-wrapper .dislike-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8BAMAAADI0sRBAAAAIVBMVEVHcEwKCgoJCQmrq6v8/Pz9/f3Y2Njt7e3i4uKWlpb////IW38wAAAACnRSTlMABxBI8vFxo4I2/yL1+wAAANZJREFUOMvt1DEOgzAMAED8A5xKlTpGDKhjET9gY+UFndg79B/tG8qSVxbjuKi13QcgMkWxzsFOQlHsY6MD1mmpoxjwM406HsZnXoTqHlX4mAZehNCmqwrXaWpKxn26/WaHQ5/5jF8PvXfLnHCn96Zl4oQbo7KFI9pYuIcz93DmLmbuYuY+XtrpYw4PsfyXfHKTU83SeeNCUM2ty5eGVR7nbgePc7fR4XLODpejApufpNvELyp3Ld1G6yrOF1m6bV7kMMoHwdl4Bl+PCHVl63YA+w9pq+MNED9OOWvqr7QAAAAASUVORK5CYII=)
}

.feed-card-short-video-multi-item .info-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 12px 8px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .6)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .6));
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6));
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    pointer-events: none;
    position: absolute;
    bottom: 0
}

.feed-card-short-video-multi-item .title {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 4px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.feed-card-short-video-multi-item .play-count {
    font-size: 12px
}

.feed-card-short-video-multi-item .play-count:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px -2px -2px;
    background: url(../images/icon_play_count.88d9e778.svg)
}

.feed-card-short-video-multi > ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.feed-card-short-video-multi > ul > li:not(:last-child) {
    margin-right: 12px
}

.feed-card-short-video-multi .feed-card-footer-cmp {
    margin-top: 12px
}

.feed-card-short-video-multi .multi-item-error, .feed-card-short-video-multi .multi-item-loading {
    width: 160px;
    height: 214px
}

.multi-card-wrapper.animate {
    animation: animateOut .25s ease-in-out, animateOut .3s ease-in-out .25s reverse
}

@-webkit-keyframes animateOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }
}

@-moz-keyframes animateOut {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -moz-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }
}

@keyframes animateOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        transform: scale(.9);
        opacity: 0
    }
}

.feed-card-refresh-wrapper {
    padding: 8px 0;
    text-align: center;
    background: #fff
}

.feed-card-refresh-wrapper .inner-tips {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 19px;
    padding: 0 36px 0 16px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    color: #f04142;
    background: #f8f8f8;
    cursor: pointer
}

.feed-card-refresh-wrapper .inner-tips:hover {
    opacity: .8
}

.feed-card-refresh-wrapper .inner-tips:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAKlBMVEVHcEzvQEDwQEDvQEDxQELwQEHwQUHwQUHxQEHwQEHwQELwQUHvQEDwQUIGToIRAAAADXRSTlMAIEQQaL/f76SQgM8wVdtNJgAAAYVJREFUOMu1VD1Lw1AUTV6qWD8gRXAQCx1cIghxUKeCSBAcBMHBKaC4FTqJUJSAuDgVpLgW1EEnwc1J0H9gtfmocv6LyfvIy0tqt97lvpyT3HfvO+dF08YSa+Yw1Nh9Bc6u7DxOrkEjqqm47oJHpNbbQxo/WXw9BvztytJK8uFBplATOKfb6jtAIIttAAPeTskDLlPCRcCaMawYx4vAp4FjVpL1vCWIqig7k8BBJ63UxhdbzMV4Q05IgBu2moJ/n+zkiMe0QYcuJvmLdXVYTVvFKc89laijT3MX+yoxgQEf704lSvil2UNOA4KQZuA9Jw5gs2QWCHMUYRSIWWD05m/ynIUM/n8DRtwh3ypR5TJsCjmkl9ibZRzRJh3pGW4HJ5lz0RWPZWTaJI+xqp9CjijFrSZS28SVevKck2ixA1iAlCGxTdhhXiQeH4/ZASGf3ugCJ4qpG7SQ8aSYml2Dh4/Kcu4aaNqzvDh9VZu2wP2cOIQzrVrhOluHwMWtPeyq6/Pj+bH8AVy61s69bkF4AAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain
}

.feed-card-wenda-wrapper {
    padding: 16px 0
}

.feed-card-wenda {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.feed-card-wenda.visited .desc, .feed-card-wenda.visited .title {
    color: #999
}

.feed-card-wenda .feed-card-wenda-l {
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.feed-card-wenda .feed-card-wenda-r {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px
}

.feed-card-wenda .title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    word-break: break-all
}

.feed-card-wenda .title:hover {
    color: #f04142 !important
}

.feed-card-wenda .title h2 {
    font-size: inherit;
    font-weight: inherit
}

.feed-card-wenda .desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    max-height: 56px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #505050
}

.feed-card-wenda .desc:hover {
    color: #f04142 !important
}

.feed-card-wenda .cover-list {
    display: none;
    padding: 12px 0;
    font-size: 0
}

.feed-card-wenda .cover-list li {
    display: inline-block;
    margin-right: 12px
}

.feed-card-wenda .cover-list li:last-child {
    margin-right: 0
}

.feed-card-wenda.no-cover {
    padding: 4px 0
}

.feed-card-wenda.no-cover .title {
    margin-bottom: 0;
    padding-bottom: 8px
}

.feed-card-wenda.no-cover .feed-card-footer-cmp {
    margin-top: 8px
}

.feed-card-wenda.single-cover {
    padding: 4px 0
}

.feed-card-wenda.single-cover .feed-card-wenda-l {
    min-width: 0
}

.feed-card-wenda.single-cover .feed-card-wenda-l .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-height: 28px
}

.feed-card-wenda.single-cover .feed-card-wenda-l .desc {
    margin: 8px 0;
    min-height: 56px
}

.feed-card-wenda.single-cover.two-line-title .title {
    max-height: 56px;
    white-space: normal
}

.feed-card-wenda.single-cover.two-line-title .desc {
    min-height: 28px;
    max-height: 28px;
    -webkit-line-clamp: 1
}

.feed-card-wenda.multi-cover .title {
    display: block;
    padding-bottom: 8px
}

.feed-card-wenda.multi-cover .desc {
    margin-bottom: 8px
}

.feed-card-wenda.multi-cover .cover-list {
    display: block;
    padding-top: 0
}

.feed-top-message-wrapper {
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.feed-five-wrapper, .feed-images-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
    /*background: rgba(216, 226, 235, 1);*/
    /*background: -webkit-linear-gradient(264deg, snow -1.9%, rgba(216, 226, 235, 1) 30.62%, rgba(216, 226, 235, 1) 98.17%), #fff;*/
    /*background: -moz-linear-gradient(264deg, snow -1.9%, rgba(216, 226, 235, 1) 30.62%, rgba(216, 226, 235, 1) 98.17%), #fff;*/
    background: linear-gradient(180deg, snow -1.9%, rgba(216, 226, 235, 0.5) 30.62%, rgba(216, 226, 235, 1) 98.17%), #fff;
    padding: 20px 32px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .21);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .21)
}

.feed-images-wrapper.red {
    background: linear-gradient(180deg, snow -1.9%, rgba(255, 64, 58, 0.2) 30.62%, rgba(255, 64, 58, 0.4) 98.17%), #fff;
}

.feed-five-wrapper .feed-five-session-title,
.feed-images-wrapper .feed-images-session-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.feed-five-wrapper .feed-five-session-title .title-icon,
.feed-images-wrapper .feed-images-session-title .title-icon {
    display: inline-block;
    width: 40px;
    height: 22px;
    margin-right: 3px;
    background-image: url(../images/icon-today-hot.svg);
    background-size: auto;
    vertical-align: baseline
}

.feed-five-wrapper .feed-five-session-title .title-time,
.feed-images-wrapper .feed-images-session-title .title-time {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .6px;
    color: #999;
    vertical-align: 1px;
    margin-left: 12px
}

.feed-images-wrapper .feed-images-session-title .title-instruction {
    color: #000000;
    font-size: 12px;
    cursor: pointer;
}

.feed-images-wrapper .feed-images-session-title .title-instruction:hover {
    opacity: 0.8;
}

.feed-five-wrapper .five-item {
    padding: 3px 0 3px 14px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative
}

.feed-images-wrapper .images-item {
    height: 100%;
    width: 100%;
}

.feed-five-wrapper .five-item .five-item-icon {
    position: absolute;
    left: 0;
    top: 15px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #999;
    margin-top: -1px
}

.feed-five-wrapper .five-item .title.stick-tag:after {
    content: "置顶";
    display: inline-block;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #ff403a;
    background: rgba(255, 64, 58, .1);
    border-radius: 2px;
    padding: 2px 4px;
    position: relative;
    top: -2px;
    left: 6px
}

.feed-five-wrapper .five-item a:hover,
.feed-images-wrapper .images-item a:hover{
    color: #ff403a !important;
    color: var(--themeColor) !important;
}

.feed-five-wrapper .five-item.visited a {
    color: #999
}

.ttp-feed-module .follow-channel-nodata-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #222;
    margin-bottom: 4px
}

.ttp-feed-module .follow-channel-nodata-tips {
    font-size: 16px;
    line-height: 24px;
    color: #999
}

.ttp-feed-module .follow-channel-unlogin {
    margin-top: 32px;
    text-align: center
}

.ttp-feed-module .follow-channel-unlogin i {
    display: block;
    margin: 0 auto;
    width: 112px;
    height: 112px;
    background: url(../images/un_login_shadow.228e1052.png) no-repeat 50% #FFFFFF;
    background-size: 112px;
    position: relative;
    z-index: -1
}

.ttp-feed-module .follow-channel-unlogin i:before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQBAMAAAAVaP+LAAAALVBMVEVHcEz5+fn////////////////////////////////////////////o6Ojy8vI3qETFAAAADHRSTlMA+8IgW5jfEECAcDCP7EDlAAAD9ElEQVRo3rWau28TQRCHLzaJDTQxioQAg4LEo3HhAlFR8BAFkosIRdC4iEBIFC4CEhICClekSUEkShdQ0VBARUNzh+3YsLaU3msp/dl/A+eYJL67mdmZ9fJrb/Vp57G7c7PreaTePnh4raZU+8nVj1uetXL3L6sZnVkvW2JqKqFgfVPOeVNSgIJ70uncVYiuiDjZHYXqmcBT+ZIi1Kq74USOqrvhRCSWdVkjJ7KOQ9pRDHXNnPeKpacmzivF1If5HTRVm3bTZ8XWeYqzqARac2GYIZtuKpHQyJ0uykD+NwR0Rwm1AnNOKLFug6CKHNR0NCF4Sj9tQBeAHCragPzyvDmE51LJDhTMtcqoFffVFvRb4OpCoch29xI+cqwj7ePfr8dADXTcSB9oiJ8oMcvQYRf1P+2hQ+ocy/r6SCE2ZoNj2egYNGSccVnGhPApzcQNzcbeLAj10uoR6BY2RMeEjeoY15kfB4Wm9ZZnWab1wJQAGWMSMZ20zQg+mQCHTqryfI17OzCtDy5Ileks8pOgkC6Wllh5TYLO0gcjH9Skt30+KKB9nfIRvuNukke1APSJymtB+A9y+50L0C5dzXCXyDRsVaWYi3agyKOEOPT7bFCbin4qbNTJvUkXaiOmiyalG1mG9JiWTYqSDFlrcC2LEmlBMadETkgtU/kYnxI9bhffsBMZENLj/hjL9D6LE6V2w1gBRzkwNNbOXWqFSNSyLYvTe6QzUM0NqO0OZBxSGEcqGIcZQP74MCHHxXlAl2YX7b49iL9nkyB/lDxFhnagFIck4eEHOAQJz6OeBjVAQSVmJWLYl9C1NsJAQwxUlRiGG9dCNjZNCNnYKsIJIVNqwp0MraVT6oDHUY8GDcDjaEESMjxwy9CR3dcGhdCRvSi2DLRtDSprtFHQL1tObhlkW/RbUxNbBtgWQMXoyAwaQsVoRe6i9D9AEyjY+xxQCBTsGbmL0k6a/EKckrso7aRJPzJn4aJUJpXTP34+D1QEfrMrcl8nvT39FX0h93XS29Ne1EnqjwjTHtCMzMqDlgxbGej62IBaUJNFa3n8O1Dbxwa0CjSifBtQHWiNsUEh1IretgDNpPavI1BGnNixGa1BTWgbUBlqsVqAumDT1wI02/TNz+PsWIu9Kl0iGrTM817a70cb2OVBv8BQEb2rcXWd4e6CxdmVj7tLKGfXYt53Rxd17q4OnV1murtelU9p5X9fQTu7FHd3Te/s4YC7pwxetubCsHSxROix6eEIM3LPzU9ZGhzOOc4jner8DuJmk6sHSFxORKq64UTWPSL8LHsWhz8/k76JuwE6Kvhi80QvhWrbPNGbeCr5aNAOc6DXx88Yf9Aj/wIi1KGvyQGRvgAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: 48px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.ttp-feed-module .follow-channel-unlogin .follow-channel-nodata-title {
    margin-top: -20px
}

.ttp-feed-module .follow-channel-nofollow {
    margin-top: 4px;
    text-align: center
}

.ttp-feed-module .follow-channel-nofollow i {
    display: block;
    margin: 0 auto;
    width: 406px;
    height: 200px;
    background: url(../images/no_follow_shadow.329f9139.png) no-repeat 50%;
    background-size: contain;
    position: relative;
    z-index: -1
}

.ttp-feed-module .follow-channel-nofollow i:before {
    display: block;
    content: "";
    width: 301px;
    height: 62px;
    background: url(data:image/png;base64,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) no-repeat 50%;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 44px;
    left: 50%
}

.ttp-feed-module .follow-channel-nofollow button {
    display: block;
    width: 160px;
    height: 40px;
    margin: 24px auto 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #f04142;
    background-color: #fff;
    border: 1px solid #f04142;
    border-radius: 6px
}

.ttp-feed-module .follow-channel-nofollow .follow-channel-nodata-title {
    margin-top: -80px
}

.ttp-feed-module .follow-channel-feed .feed-card-wrapper:not(:last-of-type) {
    border-bottom: 1px solid #f2f2f2
}

.ttp-feed-module .video-channel-feed {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ttp-feed-module .video-channel-feed > li:nth-child(2n) {
    margin-left: 12px
}

.ttp-feed-module .video-channel-feed .feed-card-video-wrapper {
    width: 332px;
    height: 280px
}

.ttp-feed-module .no-more {
    display: block;
    padding: 8px 34px 8px 16px;
    margin: 8px auto 24px;
    font-size: 16px;
    line-height: 22px;
    color: #f04142;
    background: #f8f8f8;
    border-radius: 38px;
    border: none;
    position: relative
}

.ttp-feed-module .no-more:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/arrow_right.8e2525d7.svg) no-repeat 50%;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px
}

.ttp-feed-module .no-more-text {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #707070;
    padding: 20px 0 40px
}

.ttp-toolbar {
    position: fixed;
    right: 24px;
    bottom: 60px;
    z-index: 200
}

.ttp-toolbar .tool-container {
    width: 40px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.ttp-toolbar .tool-item {
    padding: 33px 0 7px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    position: relative;
    outline: none
}

.ttp-toolbar .tool-item:focus-visible {
    outline: auto
}

.ttp-toolbar .tool-item:before {
    content: "";
    width: 21px;
    height: 21px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background: no-repeat 50%;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: 50%
}

.ttp-toolbar .tool-item:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.ttp-toolbar .home:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCBAMAAAAReh3bAAAAG1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABp4cHsAAAACHRSTlMAv5FA3hAwr6yRFRcAAAC/SURBVEjHY2AYvoBZPQG/AlaNjqYAvCpMOjo6nPEpCOoAAVU8jvAAq2gxwOMICMDpFJAjOpQ6cDslCCJngtMpYEcAzQfbhc0pCAmYUqyOUEW2DrsjMFRjOALdRiyOwKYBq7HoTsHiNFQ92LyHam8GtiACa2uGciqwBjPI6iYoWwJ7VAGd0ghX0YItulk9kFQ0Yo1siVEVoypGVQyYig5BbAA5Z+MCxKvQwKmiHarCAqeKNqgKtkJB7EDIYJjV8wBS39MLX8xCZQAAAABJRU5ErkJggg==)
}

.ttp-toolbar .home a {
    color: #000
}

.ttp-toolbar .home .bubble {
    width: 158px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 9px 34px 9px 12px;
    background: rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 6px;
    position: absolute;
    right: 0;
    top: -47px
}

.ttp-toolbar .home .bubble .icon-close {
    width: 10px;
    height: 10px;
    background: url(../images/icon_close.621337dc.svg) no-repeat 50%/contain;
    border: none;
    position: absolute;
    top: 12px;
    right: 12px
}

.ttp-toolbar .home .bubble:after {
    content: "";
    width: 14px;
    height: 5px;
    background: url(../images/icon_triangle.d4074937.svg) no-repeat 50%/contain;
    position: absolute;
    top: 34px;
    right: 10px
}

.ttp-toolbar .refresh:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCBAMAAAAReh3bAAAALVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACttl6nAAAADnRSTlMAYBDfIEBv74agw68wUON3dVcAAAIbSURBVEjH1ZbNK4RBGMDfXbsbQr5Oil4JiYQ4qW2llIs2Sj5KEjccnNbBm4uPHCSR28ZBOTmQq+TgKC7cZC3WWp6/wcw778w8Mzu7e/acZmZ/87zP96xl/VPpqNquH83ze8slUOmvzfG7vw64nJiBLZDSbSLGAPIj7aDKgQ6Uhenx6mLE8o+79iYjGvFMT6+8zSTdrKmAj57ti+0w3VYqxAs5OUV+7ZL9CgYCDsAXitw51fGDiUFyMCvwHeZNDybiAAm+Dp4zIFWp2SlUjDBgtRqrKMJWLLsKNmzFkwaALsWtWFQLF4mnjGApJDfYqnEemZFG/JOnIBBO3Yhb8G5INrl4LK3fMxDFAG/S0KiBCAJ8estrSBqrzoGMcCVjJOL8pl9qU4XEzubf+zAS9wDM3XJpsyojvIqI369GooITxXmIdXcRKkgU/orPnBbL6gR4YM2kFa2QGZ6NwhEjUU8bCZmvOKSMhMzXcs7sJ6TN6waiRPpYqnexSAuvwjKHD4vgktqI4uKQ118TYXGLlDpklV6Qjrpf3IgJdRROOrQdZex2cSPS/jpiDS0yFNKmkM9hwHcU9bIS6SYGnEWwil6taImCOQtbkVLmZSsBvtDImFLcEtNSjuG27GnJJu6ht5k2TFwyLNyXZcG2Aneu48kbPU/D2uS/yE5ljQL0mUoKIzHbWHXoFbNzvHQD3ks4l+e1bH7crLr9r38F/gBmMqBtGNS1cgAAAABJRU5ErkJggg==)
}

.ttp-toolbar .feedback:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCBAMAAAAReh3bAAAAJ1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+jSoGAAAADHRSTlMAv0CAGVue2zCvcO9t51/ZAAABMklEQVRIx2NgGAWYgGlZmiA6mJalgKSg5gw2cDwArsLmDHZwGKaA+QwuYABV4YNTxSGoijlAKwUxAdBxByEKWIAKFLB4kAWoxAHikzNnjmINA50zZxrADNYzZ45gVQF0XwBMxQGsKnhgKpjxqFhAUIXB4FShNgMqBWVgqOA4cwYS+DAGhgrOM2cSGJAZGCoYz5wRYEBmDGEVbGfOTGBAZmCoYIIlOhgDM9Q7k6ChDmUM3vRBIxWE8wuBPNdDUEUOLBpgKliclFBAILBcYUBWwSqDWUqdQlbBgq3ELEBWEY2tQHVAUoG1xBRBFKcHWHIw5U+LIhW4B9yBIseCULzS4gD3NrAcOwRy5gKcFQMrxNBNuKsODhR3YwXgkJiCr/6JQa4osDukBnvBjgRc00JGRm0NACcMkNIj/Qm4AAAAAElFTkSuQmCC)
}

.ttp-toolbar .download:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAKlBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHrpZrAAAADXRSTlMA32BAw3ggEO+SMFCvWu6yfgAAAPZJREFUOMtjYKA6YDeGggQ0idi7UHAVVZzrLhwYoEgwISQU0CQEIAzGUQm8EjYuLo4ICRcXF2/kIHeAcFiQgp4TxLyxACLB3AviTQCzWe9eVFJSh5mbpKQkezcAEt2yd92RHVJy9yI04hPhLBBgk73rBkshZ++KISQW3r1SAGNz3r0BTwJA2ycgJ56rWJhgh0EdgsSCAIu7NyGMuXebUcIK6JTjqE6FAYiT2XyR3QdxMlgoEcmpSE5egOpUJHfqoqd1mEPRnAoDO+7e7caaqdhkLy7Ant1Sw6mRaYuU4GAbioQsIg9eRAmQu0gAJVACBeFAlOqFCwDdRp6j2BqC5gAAAABJRU5ErkJggg==)
}

.ttp-toolbar .download {
    position: relative
}

.ttp-toolbar .download-panel {
    width: 148px;
    padding: 24px 16px;
    cursor: default;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    mix-blend-mode: normal;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    text-align: center;
    position: absolute;
    right: 52px;
    bottom: 0
}

.ttp-toolbar .download-panel i {
    display: block;
    width: 92px;
    height: 92px;
    margin: 0 auto;
    background: url(https://lf3-static.bytednsdoc.com/obj/eden-cn/beeh7nuvjvho/qrcode.png) no-repeat 50%;
    background-size: 83px
}

.ttp-toolbar .download-panel .close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAD1BMVEVHcEyho6aipKehoqaho6ZI/W5vAAAABHRSTlMAoJ9k1u0IbgAAAItJREFUKM+t0skRgCAMBVDABjxQgAcL8EADavqvSZbwszje5MSEN0N+IIRf13K89uWS0n6PEm2zkmiUIoHttI5NnizRyWdgQGCCwBRiphEzgzqzqDOHGnOoMY/qdZIU6ejy6MyO1euiZb0ny3pPhnHjmnHjiiGdMKQDUyOYrEi6yI9W1Ajy/fUBflsPWxgZo8D2lXAAAAAASUVORK5CYII=) no-repeat 50%;
    background-size: 12px;
    cursor: pointer
}

.ttp-toolbar .download-panel .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 8px
}

.ttp-toolbar .top {
    width: 38px;
    padding-top: 18px;
    line-height: 14px;
    position: absolute;
    pointer-events: none;
    opacity: 0
}

.ttp-toolbar .top:before {
    width: 12px;
    height: 8px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAYBAMAAABglkJ9AAAAG1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABp4cHsAAAACHRSTlMAf2W/sEjnIC7DJE4AAABhSURBVBjTY2CgAQgxQhdh7OgQQBOS6OhoxFCErkwCJNSIoQhVmQREqBFDEbIyCZhQI4YihDIJhFAjhqKODgWwUAWyUCtYyAJZqAUs5IEs1AwW0kAWagILMZkhRJIVKAhyAIGxTPN/5SDhAAAAAElFTkSuQmCC);
    top: 7px
}

.ttp-toolbar .top.show {
    pointer-events: auto;
    opacity: 1
}

.add-to-desktop-panel {
    height: 56px;
    padding-left: 72px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.add-to-desktop-panel:before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    background: url(../images/app-icon-suiyou.svg) no-repeat 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.add-to-desktop-panel .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #222
}

.add-to-desktop-panel .tips {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-top: 4px
}

.add-to-desktop-panel .add-btn {
    padding: 8px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #f04142;
    border-radius: 6px;
    border: none
}

.ttp-message-wrapper {
    width: 644px;
    background: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    border-radius: 8px;
    position: fixed;
    left: 50%;
    bottom: -80px;
    z-index: 100;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ttp-message-wrapper .message-container {
    padding: 12px 60px 12px 16px
}

.ttp-message-wrapper .close-btn {
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    background-image: url(../images/icon_close.e4732ad8.svg);
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ttp-message-wrapper.ttp-portal-wrapper {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out, -moz-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out, -moz-transform .4s ease-in-out
}

.ttp-message-wrapper.ttp-portal-wrapper.ttp-portal-show {
    display: block
}

.ttp-message-wrapper.ttp-portal-wrapper.ttp-portal-hide {
    display: none
}

.ttp-message-wrapper.ttp-portal-wrapper.ttp-portal-animate-show {
    -webkit-transform: translate(-50%, calc(-100% - 60px));
    -moz-transform: translate(-50%, -moz-calc(-100% - 60px));
    transform: translate(-50%, calc(-100% - 60px))
}

.flex-between {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.user-card {
    background: #fafafa;
    border-radius: 12px;
    margin-bottom: 36px
}

.user-card > div {
    width: 100%
}

.user-card.login {
    padding-bottom: 20px;
    text-align: center
}

.user-card .user-info {
    clear: both
}

.user-card .user-info .picture {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, .08));
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, .08));
    float: left
}

.user-card .user-info .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    margin-left: 8px;
    margin-right: 4px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.user-card .user-info .icon-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqBAMAAAA37dRoAAAAG1BMVEVHcEwgICAiIiIiIiIgICAhISEhISEiIiIiIiI3zrLhAAAACHRSTlMAMO9/E9m1QKyOxBkAAABESURBVCjPY2CgEmApwSYq1CqARTSiQxGraBMWxRYd2BQzd4wqRlHcRqwo0AQVIm3DatkwVYoj9WVgTami2JTiyAEUAADwzjHkrymCMgAAAABJRU5ErkJggg==);
    background-size: contain
}

.user-card .user-info > div {
    height: 32px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-card .user-info > div:hover .name {
    color: #505050
}

.user-card .user-info > div:hover .icon-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqBAMAAAA37dRoAAAAG1BMVEVHcExQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBu0oEwAAAACHRSTlMAMe9/2RO1cKno4vUAAABGSURBVCjPY2CgEmAVxSYq1CKARdSjQxGraBMWxRUd2BQzd2BVbDFiFbcRKwo0QZVI27BaNkyV4kh9GVhTqgg2pThyAAUAAOtaMTcx6OM5AAAAAElFTkSuQmCC)
}

.user-card .relate-num {
    padding: 20px 0 8px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.user-card .relate-num a {
    width: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0 10px;
    background: #fff;
    border-radius: 8px
}

.user-card .relate-num a:hover .num {
    color: #505050
}

.user-card .relate-num a:hover .word {
    color: #707070
}

.user-card .relate-num p {
    text-align: center
}

.user-card .relate-num .num {
    line-height: 27px;
    font-weight: 700;
    color: #222
}

.user-card .relate-num .num span:first-child {
    font-family: ByteNumber-center;
    font-size: 20px
}

.user-card .relate-num .num span:nth-child(2) {
    font-size: 17px;
    position: relative;
    top: 1px
}

.user-card .relate-num .long-num span:first-child {
    font-size: 18px
}

.user-card .relate-num .word {
    font-size: 14px;
    line-height: 16px;
    color: #505050
}

.user-card .publisher {
    padding: 10px 0;
    background: #fff;
    border-radius: 8px
}

.user-card .publisher .publish-item {
    display: inline-block;
    width: 25%;
    text-align: center
}

.user-card .publisher .publish-item:hover p {
    color: #505050
}

.user-card .publisher .publish-item img {
    width: 44px;
    height: 44px
}

.user-card .publisher .publish-item p {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin-top: 2px
}

.user-card .login-info {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #505050;
    padding: 60px 0 12px;
    background-image: url(../images/unlogin_bg.f00354c3.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.user-card .login-button {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background: #f04142;
    border-radius: 6px;
    padding: 8px 32px
}

.user-card .login-button:hover {
    opacity: .9
}

.user-card.new-style {
    border-radius: 6px;
    margin-bottom: 24px;
    background: rgba(244, 245, 247, .5)
}

.user-card.new-style .login-info {
    background-image: none
}

.user-card.login.new-style {
    padding: 0 16px 0 0
}

.user-card.login.new-style .show-monitor {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-card.login.new-style .login-info {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    padding: 16px
}

.user-card.login.new-style .login-button {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 400;
    background-color: #ff403a
}

.user-card.logged.new-style {
    padding: 20px
}

.user-card.logged.new-style .user-info .name {
    font-size: 16px
}

.user-card.logged.new-style .relate-num {
    padding: 12px 0 16px
}

.user-card.logged.new-style .relate-num a {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    background-color: transparent;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0
}

.user-card.logged.new-style .relate-num a .num {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    margin-right: 4px
}

.user-card.logged.new-style .relate-num a .word {
    color: #6f7073
}

.user-card.logged.new-style .publisher {
    background-color: transparent;
    padding: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.user-card.logged.new-style .publisher .publish-item {
    width: auto
}

.download-app-banner {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
    margin-top: 24px;
    background: -webkit-linear-gradient(154deg, rgba(243, 236, 242, .8) 33.56%, rgba(232, 237, 243, .8) 92.44%), #fff;
    background: -moz-linear-gradient(154deg, rgba(243, 236, 242, .8) 33.56%, rgba(232, 237, 243, .8) 92.44%), #fff;
    background: linear-gradient(296deg, rgba(243, 236, 242, .8) 33.56%, rgba(232, 237, 243, .8) 92.44%), #fff;
}

.download-app-banner.dark {
    background: -webkit-linear-gradient(152deg, #2c3034, #3a2b2b);
    background: -moz-linear-gradient(152deg, #2c3034 0, #3a2b2b 100%);
    background: linear-gradient(298deg, #2c3034, #3a2b2b)
}

.download-app-banner.dark .download-app-banner-title {
    color: #cacbce
}

.download-app-banner.dark .download-app-banner-desc {
    color: #989a9f
}

.download-app-banner-left {
    padding-left: 8px
}

.download-app-banner-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 3px
}

.download-app-banner-desc {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #6f7073
}

.download-app-banner-right {
    width: 56px;
    height: 56px;
    background-color: #fff;
    background-image: url(../images/qrcode.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 48px;
    border-radius: 4px
}

.home-hot-board .news-title {
    font-weight: 500
}

a {
    text-decoration: none
}

footer {
    display: block
}

ol, p, ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

button, input {
    outline: none
}

em {
    font-style: normal
}

input:focus {
    outline: 0
}

@font-face {
    font-family: ByteNumber-center;
    src: url(../fonts/Byte_Number-center.688369de.ttf) format("truetype");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ByteNumber-Medium;
    src: url(../fonts/ByteNumber-Medium.47b9dea4.ttf) format("truetype");
    font-style: normal;
    font-display: swap;
    font-weight: 500
}

.suiYou-hot-board {
    width: 318px
}

.suiYou-hot-board .title-bar {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
    height: 28px
}

.suiYou-hot-board .title-bar .title {
    position: relative;
    margin: 0;
    padding-left: 32px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #222;
    cursor: default
}

.suiYou-hot-board .title-bar .title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABCBAMAAAAGWI0SAAAAJ1BMVEVHcEzvQEDwQULwQELxQEHwQUHvQEDwQUHvQEDwQUHwQUHwQELwQUJ3RBxpAAAADHRSTlMAI9+FW7kQ70Cgz2+lx2XXAAABmElEQVRIx7WWsU7DMBCGbWgLtAyoC0IwMCEhZWBjYQhCYmJA6oY65AEYgJmhG0Ji4AG6sDPwAF1IWkrTeyjsNCT22ecLA//SKvrknO/+u4sQpuTxSLDqQRqzUBcg3eGgAwDIOGisIHgNMzLSUJ4EoXUA/qj+CgpHdbaCIJQsWTJwFIDWfqGswdtgnvBvAzjh7qZ1R0LDGvpmMhmOfGJAKR+2UnG9OBS2kjaVdCrdiSwoLoLEld4CB+o78U9cSBXgIxB2AelH97gDLCmztNXPzIKuEJSU5bayYN8NciFajrNa6KCFEE/Fn6XPblWBe9WRlV4QdNgZunYfI+j81GM/FDdEHvvhVBr6JC9naOk1JVJd4zYNzcg0eY28QUPzCtqmIfgHqFHgXRrK/5anRhkP1G5aty8NfXlHE9I12b+olUvdkpCxs8gcLIxu2eTdG4jcmlC7fEhkzjNyiJudbEPe9+GlLdm7+caYM8IIJ0wFM+11N42ofW/ojVtT9Kbas8xNfbM8Gwy99vffS2YQ+hSRFzeP8DC4tJ/+ADFNuYdM8+umAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain
}

.suiYou-hot-board .title-bar .refresh {
    position: relative;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #f04142;
    cursor: pointer;
    background: transparent
}

.suiYou-hot-board .title-bar .refresh:hover {
    opacity: .8
}

.suiYou-hot-board .title-bar .refresh:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAwCAMAAACPHmKLAAAAM1BMVEVHcEzxQEHwQEHwQUHvQEDwQUHwQELvQEDwQUHvQEDwQEHwQEHvQEDwQELwQEHwQELwQULQdpGMAAAAEHRSTlMAn2DvEL+AIN86kFAhcM+vUcBIKwAAAVJJREFUSMfVVduChCAIVVTwsmn//7W76kybilbzNrwFnLgfhfgi0UQPnMFHtf+JMj7oa3+Xivch0q39yeyDpFV+284KTgt4BzBbICLn8FDwYcgWq8JTtYRVaTmIrjbfdYd8hTBNKxkopjOu/MoMepwGFz8FsvVFsACQMplo64Q6o8y6PiVoZzmG8H06coGQbBFNjNasJ5MF6REBgnP9KgemsrV4tuErMat1e2do46mXueHh4s7yRvx/csPoB599dDMNuoGgzxHiBsI1WQnbfE0Rp8pdtHDR3HwN8fHI5BNAKbwbWSaPAIDoJUx4STNE8hJgD1cOuzg7njcLuMW5ATeM1FVR2dxGk+RQRyUT4kpbsQ/yDGcfMNzBol0Y7efE+2qwxZNRo5oDzq8BZvKgsB0KvVo3RrbVqyZHf3NxOR1GJXfjdQ7e1HlGD/r+ehNp8U3yC/YPH/jMrgU4AAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain
}

.suiYou-hot-board .title-bar .refresh.loading:before {
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite
}

.suiYou-hot-board .article-item {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
    cursor: pointer
}

.suiYou-hot-board .article-item:visited .news-title {
    color: #999
}

.suiYou-hot-board .news-index {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    width: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: ByteNumber-center;
    color: #999;
    text-align: center
}

.suiYou-hot-board .news-index.num-1 {
    color: #a82e2e
}

.suiYou-hot-board .news-index.num-2 {
    color: #f04142
}

.suiYou-hot-board .news-index.num-3 {
    color: #ff9a03
}

.suiYou-hot-board .news-title {
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    text-overflow: ellipsis
}

.suiYou-hot-board .news-title:hover {
    color: #f04142
}

.suiYou-hot-board .news-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background-size: contain
}

.suiYou-hot-board .icon-stick {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url(../images/icon_hot_board_stick.svg) no-repeat 50%;
    background-size: contain
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-keyframes rotate {
    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.hot-video {
    height: 675px;
    margin: 28px 0 12px
}

.hot-video > div {
    width: 318px
}

.hot-video .pane-header {
    margin-bottom: 7px
}

.hot-video .video-item {
    overflow: hidden;
    padding: 16px 0
}

.hot-video .video-item .left-img {
    display: block;
    width: 128px;
    height: 96px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .6)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .6));
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6));
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    float: left;
    position: relative
}

.hot-video .video-item .left-img:hover .pic {
    -webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -moz-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.hot-video .video-item .left-img .pic {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .5s ease-out .1s;
    -moz-transition: all .5s ease-out .1s;
    transition: all .5s ease-out .1s
}

.hot-video .video-item .left-img .number {
    width: 26px;
    padding: 2px 0;
    text-align: center;
    font-family: ByteNumber-center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-bottom-right-radius: 4px;
    position: absolute;
    left: 0;
    top: 0
}

.hot-video .video-item .left-img .number.num1 {
    background: #f04142
}

.hot-video .video-item .left-img .number.num2 {
    background: #ff7528
}

.hot-video .video-item .left-img .number.num3 {
    background: #ffbc11
}

.hot-video .video-item .left-img .number.num-other {
    background: rgba(0, 0, 0, .6)
}

.hot-video .video-item .left-img .duration {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .5);
    border-radius: 4px;
    padding: 4px 6px;
    position: absolute;
    right: 6px;
    bottom: 6px
}

.hot-video .video-item .right-content {
    height: 96px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hot-video .video-item .title {
    max-height: 44px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.hot-video .video-item .title:visited {
    color: #999
}

.hot-video .video-item .title:hover {
    color: #f04142
}

.hot-video .video-item .like {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 12px;
    line-height: 16px;
    color: #f04142;
    background: #fff2f2;
    border-radius: 4px;
    padding: 4px 6px
}

.hot-video .video-item .desc {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hot-video .video-item .desc span {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hot-video .video-item .desc a {
    color: #999;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hot-video .video-item .desc a:hover {
    opacity: .8
}

.pane-header {
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pane-header, .pane-header .header {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pane-header .header {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #222
}

.pane-header .header:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: no-repeat 50%/contain
}

.pane-header .header.icon-video:before {
    background-image: url(../images/hot_video.svg)
}

.pane-header .header.icon-related:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIBAMAAACnw650AAAAGFBMVEVHcEzwQUHvQEDwQEHwQUHvQELvQEDwQULAo2DbAAAAB3RSTlMA3RCFv2gsEF0AQwAAAJxJREFUSMdjYBj+gMlEvBwLKHRFVpRYjgOIISkSx6WoUAGuhrUcJzCAK2LBrcgBrogRtyIBuCJ23IoKRhUNAUXFCthSIZqiAJT0jEORAkqqN6dAkQGKdeLYFZUS4/DRCKZ+UknEqygALZHgTQXmFCsyQEsk+JJK4mgEjyqiUBFRlSJR1SszbkUBmIUfZpVPauOBIQR7M8RZYQS0wQADs64fXrF9FQAAAABJRU5ErkJggg==)
}

.pane-header .right {
    cursor: pointer;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: none
}

.pane-header .right:focus-visible {
    outline: auto
}

.pane-header .right:hover {
    opacity: .8
}

.pane-header .right img {
    width: 14px;
    height: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.pane-header .right span {
    line-height: 20px;
    margin-left: 4px;
    color: #a1a3a6;
    font-size: 14px;
    font-weight: 400
}

.company-wrapper {
    font-size: 12px;
    line-height: 24px;
    color: #999
}

.company-wrapper a {
    display: inline-block;
    color: #999
}

.company-wrapper .shdf {
    width: 12px;
    height: 12px;
    margin-bottom: -1px
}

.company-wrapper .gongan {
    width: 14px;
    height: 14px;
    margin-bottom: -3px
}

.footer-wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 200;
    background: #ececec;
    color: #a3a3a3;
}

.footer-wrapper > div {
    min-width: 1280px;
    padding: 0 16px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.footer-wrapper a, .footer-wrapper span {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    padding: 12px 0;
    margin-left: 24px
}

.footer-wrapper a:first-of-type, .footer-wrapper span:first-of-type {
    margin-left: 0
}

.footer-wrapper .more {
    padding: 12px 24px;
    margin: 0;
    cursor: pointer;
    position: relative;
    outline: none
}

.footer-wrapper .more:focus-visible {
    outline: auto
}

.footer-wrapper .more .more-link {
    display: none;
    width: 92px;
    padding: 8px 0;
    margin-bottom: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
    border: .5px solid #f2f2f2;
    -webkit-box-shadow: 0 -10px 50px rgba(54, 56, 79, .11);
    box-shadow: 0 -10px 50px rgba(54, 56, 79, .11);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer-wrapper .more .more-link a {
    display: block;
    padding: 6px 0;
    text-align: center;
    margin: 0;
    outline: none
}

.footer-wrapper .more .more-link a:focus-visible {
    outline: auto
}

.footer-wrapper .more .more-link a:hover {
    background: #f8f8f8
}

.footer-wrapper .more .more-link:after {
    content: "";
    width: 16px;
    height: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg)
}

@media screen and (max-width: 1073px) {
    .footer-wrapper a, .footer-wrapper span {
        margin-left: 19px
    }

    .footer-wrapper .more {
        padding: 12px 20px
    }
}

.new-home-banner-wrapper {
    position: relative;
    overflow: hidden;
    height: 312px;
    height: 39vh;
    max-height: 400px;
    min-height: 333px;
    background: #222
}

.new-home-banner-wrapper.ie .video-poster, .new-home-banner-wrapper.ie video {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3)
}

.new-home-banner-wrapper .static-img {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), color-stop(34.74%, transparent));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4), transparent 34.74%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .4) 0, transparent 34.74%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .4), transparent 34.74%);
    background-size: cover
}

.new-home-banner-wrapper .title-wrap {
    width: 100%;
    position: absolute;
    bottom: 16px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.new-home-banner-wrapper .title-wrap .static-title {
    width: 212px;
    background: rgba(0, 0, 0, .1);
    font-size: 14px;
    line-height: 20px;
    height: 68px;
    color: #fff;
    font-weight: 400;
    padding: 14px 12px;
    border-radius: 6px;
    margin: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px)
}

.new-home-banner-wrapper .title-wrap .static-title .text {
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.new-home-banner-wrapper .title-wrap .static-title.active {
    background: hsla(0, 0%, 100%, .6);
    color: #000
}

.new-home-banner-wrapper .title-wrap.one {
    bottom: 0
}

.new-home-banner-wrapper .title-wrap.one .static-title {
    height: 52px;
    border-radius: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 16px 12px
}

.new-home-banner-wrapper .title-wrap.one .static-title.active {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.security-banner-wrapper {
    height: 80px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px
}

.security-banner-wrapper .security-banner-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    transition: left .3s;
    background: -webkit-linear-gradient(154deg, rgba(243, 236, 242, .8) 33.56%, rgba(232, 237, 243, .8) 92.44%), #fff;
    background: -moz-linear-gradient(154deg, rgba(243, 236, 242, .8) 33.56%, rgba(232, 237, 243, .8) 92.44%), #fff;
    background: linear-gradient(296deg, rgba(243, 236, 242, .8) 33.56%, rgba(232, 237, 243, .8) 92.44%), #fff
}

.security-banner-wrapper .security-banner-image-wrapper .security-banner-image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-position: 50%;
    text-decoration: none;
    outline: none;
    background-size: contain
}

.security-banner-wrapper .security-banner-operation-wrapper {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.security-banner-wrapper .security-banner-operation-wrapper .security-banner-operation {
    cursor: pointer;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .5;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    margin: 0 4px
}

.security-banner-wrapper .security-banner-operation-wrapper .security-banner-operation.active {
    opacity: 1
}

.security-course-wrapper {
    margin-bottom: 24px
}

.security-course-wrapper .security-course-title {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px
}

.security-course-wrapper .security-course-title:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/security_icon.6e66438b.svg);
    background-position: 50%;
    vertical-align: text-bottom;
    margin-right: 4px
}

.security-course-wrapper .security-course-list-op {
    position: relative;
    overflow: hidden;
    height: 96px
}

.security-course-wrapper .security-course-list-op .security-course-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    transition: left .3s
}

.security-course-wrapper .security-course-list-op .security-course-list .security-course-item {
    position: absolute;
    top: 0;
    height: 100%;
    width: 153px;
    border-radius: 6px;
    background-position: 50%;
    background-size: contain;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden
}

.security-course-wrapper .security-course-list-op .security-course-operation-wrapper {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    left: 8px;
    right: 8px;
    top: 39px
}

.security-course-wrapper .security-course-list-op .security-course-operation-wrapper .security-course-operation {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -1px;
    background-image: url(../images/Icon_Arrow_24.7808f71f.svg);
    background-color: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.security-course-wrapper .security-course-list-op .security-course-operation-wrapper .security-course-operation.left {
    left: 0
}

.security-course-wrapper .security-course-list-op .security-course-operation-wrapper .security-course-operation.right {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.security-course-wrapper:hover .security-course-list-op .security-course-operation-wrapper {
    visibility: visible !important
}

.security-course-wrapper .security-course-empty-info {
    color: #999
}

.ttp-header-publisher {
    cursor: pointer;
    position: relative;
    outline: none
}

.ttp-header-publisher:focus-visible {
    outline: auto
}

.ttp-header-publisher .publisher-icon {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    padding-left: 30px
}

.ttp-header-publisher .publisher-icon:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_black.37ca1f59.svg);
    position: absolute;
    top: -2px;
    left: 0
}

.ttp-header-publisher .publisher-icon:hover {
    opacity: .6
}

.ttp-header-publisher .publish-list {
    width: 108px;
    padding: 12px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    mix-blend-mode: normal;
    border: .5px solid #f2f2f2;
    -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    box-shadow: 0 10px 50px rgba(54, 56, 79, .11);
    border-radius: 8px;
    position: absolute;
    top: 35px;
    left: -13px;
    z-index: 100
}

.ttp-header-publisher .publish-list a {
    display: block;
    padding: 8px 25px;
    font-size: 14px;
    line-height: 20px;
    color: #222
}

.ttp-header-publisher .publish-list a:hover {
    background: #f8f8f8
}

.ttp-header-publisher .publish-list:before {
    content: "";
    width: 16px;
    height: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
    background-size: contain;
    position: absolute;
    top: -6px;
    left: 16px
}

.ttp-header-publisher.dark .publisher-icon {
    color: #fff
}

.ttp-header-publisher.dark .publisher-icon:before {
    background-image: url(../images/icon_white.4afa1025.svg)
}

.ttp-header-publisher.black .publisher-icon {
    color: #cacaca
}

.ttp-header-publisher.black .publisher-icon:before {
    background-image: url(../images/icon_grey.e4b5b6ce.svg)
}

.ttp-header-publisher.black .publisher-icon:hover {
    opacity: 1;
    color: #fff
}

.ttp-header-publisher.black .publisher-icon:hover:before {
    background-image: url(../images/icon_white.4afa1025.svg)
}

.web-login .web-login-scan-desc__btn {
    cursor: pointer;
    padding: 0 6px;
    word-break: keep-all;
    color: #0e408c
}

.web-login .web-login-scan-desc__btn:hover {
    color: #1a74ff
}

.article-content {
    font-size: 16px;
    display: block;
    line-height: 28px;
    color: #525252;
    padding-bottom: 10px;
}