<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    margin: 0;
    padding: 0;
    font-family: "PingFang SC", "å¾®è½¯é›…é»‘", "Helvetica Neue", "Helvetica", "STHeiTi", "Arial", "sans-serif";
    background-image: url("/style/img/bj2.png");
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

body {
    background-image: none;
}

body &gt; .header {
    width: 100%;
    height: 48px;
    background: #49A8FC;
    box-shadow: 0 2px 4px rgba(153, 153, 153, 0.25);
    display: flex;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}

body &gt; .header &gt; .logo {
    align-self: center;
    margin-left: 24px;
    width: 125px;
    height: 32px;
    position: absolute;
    z-index: 99999;
}

body &gt; .header &gt; .logo &gt; a &gt; img {
    height: 32px;
}

body &gt; .header &gt; .logo.show-fold &gt; .fold {
    display: none;
    height: 32px;
    line-height: 32px;
}

body &gt; .header &gt; .logo.show-fold &gt; .fold &gt; .open {
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
}

body &gt; .header &gt; .logo.show-fold &gt; .fold &gt; .close {
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
}

body &gt; .header &gt; .logo.show-fold:hover &gt; a {
    display: none;
}

body &gt; .header &gt; .logo.show-fold:hover &gt; .fold {
    display: block;
}

body &gt; .header &gt; .info {
    width: 956px;
    display: flex;
    align-self: center;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
    padding-left: 240px;
}

body &gt; .header &gt; .info &gt; .search-bar {
    position: relative;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; form &gt; input {
    padding: 0 20px 0 16px;
    width: 320px;
    height: 32px;
    background: rgba(242, 244, 250, 0.5);
    border-radius: 200px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    opacity: 1;
    outline: none;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; form &gt; input.active {
    /*width: 464px;*/
}

body &gt; .header &gt; .info &gt; .search-bar &gt; form &gt; .icon-search {
    position: absolute;
    top: 2px;
    right: 10px;
    padding: 6px;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; form &gt; input::-webkit-input-placeholder {
    color: #FFFFFF;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; form &gt; input:-moz-placeholder {
    color: #FFFFFF;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; form &gt; input::-moz-placeholder {
    color: #FFFFFF;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float {
    position: absolute;
    width: 500px;
    background: #FFFFFF;
    box-shadow: 0 0 4px rgba(153, 153, 153, 0.25);
    border-radius: 2px;
    top: 36px;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-area {
    display: flex;
    align-items: center;
    padding: 0 24px;
    margin-bottom: 30px;
    gap: 12px;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-area &gt; div {
    color: #49a8fc;
    border: 1px solid #49a8fc;
    padding: 4px 16px;
    border-radius: 15px;
    cursor: pointer;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-area &gt; div.active {
    color: #FFFFFF;
    background: #49a8fc;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .head &gt; .title {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .head &gt; .action &gt; .btn-clear-history {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-history {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    margin-right: -12px;
    padding: 0 24px;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-history &gt; .item {
    max-width: 180px;
    height: 25px;
    background: #F2F4FA;
    border: 1px solid #F2F4FA;
    border-radius: 20px;
    flex-shrink: 0;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-bottom: 12px;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-history &gt; .item &gt; .txt {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    color: #999999;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-history &gt; .item &gt; i {
    width: 20px;
    height: 20px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url("/style/img/common/cancel_grey.png");
    background-position: center;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-discovery {
    margin-top: 24px;
    display: flex;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-discovery .item {
    width: 202px;
    height: 36px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-discovery .item:hover {
    background: #F2F4FA;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-discovery .item &gt; .number {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-discovery .item &gt; .txt {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-discovery &gt; .left &gt; .item:nth-child(-n+3) &gt; .number {
    color: #49A8FC;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-discovery .item &gt; .icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin-left: 4px;
    flex: none;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-discovery .item &gt; .icon.icon-hot {
    background-image: url("/style/img/common/icon_hot.png");
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .init &gt; .search-discovery .item &gt; .icon.icon-new {
    background-image: url("/style/img/common/icon_new.png");
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .result {
    display: flex;
    flex-direction: column;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .result &gt; .search-area {
    display: flex;
    align-items: center;
    padding: 0 24px;
    margin-bottom: 30px;
    gap: 12px;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .result &gt; .search-area &gt; div {
    color: #49a8fc;
    border: 1px solid #49a8fc;
    padding: 4px 16px;
    border-radius: 15px;
    cursor: pointer;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .result &gt; .search-area &gt; div.active {
    color: #FFFFFF;
    background: #49a8fc;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .result &gt; .result-list {
    display: flex;
    flex-direction: column;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .result &gt; .result-list &gt; .item {
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    word-break: break-word;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 428px;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .result &gt; .result-list &gt; .item:hover {
    background: #F2F4FA;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .result &gt; .result-list &gt; .item.look {
    color: #DB496A;
}

body &gt; .header &gt; .info &gt; .search-bar &gt; .search-float &gt; .result &gt; .result-list &gt; .item &gt; .active {
    color: #49A8FC;
}

/* å³ä¸Šè§’é€šçŸ¥ */
body &gt; .header &gt; .info &gt; .notice {
    position: relative;
    margin-left: 32px;
}

body &gt; .header &gt; .info &gt; .notice &gt; .icon-notice {
    font-size: 28px;
    color: #ffffff;
}

body &gt; .header &gt; .info &gt; .notice &gt; .badge {
    position: absolute;
    left: 18px;
    top: -8px;
    background: #DB496A;
    border: 1px solid #DB496A;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 4px;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float {
    position: absolute;
    width: 360px;
    height: 409px;
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0 0 4px rgba(153, 153, 153, 0.25));
    right: -166px;
    top: 20px;
    z-index: 9998;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .arrow {
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #FFFFFF transparent;
    z-index: 9999;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs {
    display: flex;
    border-bottom: 2px solid #F2F4FA;
    align-items: center;
    justify-content: center;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs &gt; .tab {
    height: 40px;
    width: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 4px 0;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs &gt; .tab.active {
    padding-bottom: 0;
    border-bottom: 4px solid #49A8FC;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs &gt; .tab &gt; .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #DB496A;
    position: absolute;
    right: 25%;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs &gt; .tab &gt; .icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs &gt; .tab &gt; .iconfont {
    color: #ABABAB;
    font-size: 20px;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs &gt; .tab.active &gt; .iconfont {
    color: #49A8FC;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item {
    height: 320px;
    border-bottom: 2px solid #F2F4FA;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item {
    display: flex;
    flex-direction: column;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .loading {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .no-data {
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .split {
    border-top: 2px solid #F2F4FA;
    margin: 0 12px;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item {
    display: flex;
    align-items: center;
    margin: 16px 12px;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #49A8FC;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item &gt; .nickname {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-right: 8px;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item &gt; .tips {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-right: 8px;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item &gt; .tips &gt; .flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item &gt; .tips &gt; .flex-row &gt; .left {
    flex: 1;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item &gt; .tips &gt; .flex-row &gt; .right {
    flex-shrink: 0;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item &gt; .tips &gt; .flex-row &gt; .time {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    margin-left: 12px;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item &gt; .target {
    font-size: 14px;
    font-weight: 500;
    color: #49A8FC;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item-user {
    display: flex;
    align-items: center;
    margin: 16px 12px;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .tips {
    margin: 0 12px;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    text-align: center;
    border-bottom: 2px solid #F2F4FA;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item-user &gt; .avatar &gt; img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item-user &gt; .info {
    margin-left: 12px;
    width: 274px;
    display: flex;
    flex-direction: column;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item-user &gt; .info &gt; .name {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-item &gt; .item &gt; .sub-item-user &gt; .info &gt; .profile {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .today-count {
    width: 100%;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .today-count &gt; .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    background: #F2F4FA;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .today-count &gt; .item .color-bilibili {
    margin: 0 4px;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-more {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body &gt; .header &gt; .info &gt; .notice &gt; .float &gt; .content &gt; .tabs-more &gt; .item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
}

body &gt; .header &gt; .info &gt; .pm {
    position: relative;
    margin-left: 32px;
}

body &gt; .header &gt; .info &gt; .pm &gt; a &gt; .icon-comment {
    color: #ffffff;
    font-size: 28px;
}

body &gt; .header &gt; .info &gt; .pm &gt; .badge {
    position: absolute;
    left: 18px;
    top: -8px;
    background: #DB496A;
    border: 1px solid #DB496A;
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 4px;
}

body &gt; .header &gt; .info &gt; .pm &gt; .float-simple {
    position: absolute;
    width: 166px;
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 4px rgba(153, 153, 153, 0.25));
    right: -8px;
    top: 25px;
    z-index: 9998;
}

body &gt; .header &gt; .info &gt; .pm &gt; .float-simple &gt; .arrow {
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #FFFFFF transparent;
    z-index: 9999;
}

body &gt; .header &gt; .info &gt; .pm &gt; .float-simple &gt; .content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}

body &gt; .header &gt; .info &gt; .pm &gt; .float-simple &gt; .content &gt; a {
    text-decoration: underline;
    color: #FB7299;
    margin: 0 4px;
}

body &gt; .header &gt; .info &gt; .avatar {
    position: relative;
    margin-left: 32px;
}

body &gt; .header &gt; .info &gt; .avatar &gt; a &gt; img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

body &gt; .header &gt; .info &gt; .avatar &gt; .float {
    position: absolute;
    width: 76px;
    top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0 0 4px rgba(153, 153, 153, 0.25));
    right: -20px;
    z-index: 9998;
}

body &gt; .header &gt; .info &gt; .avatar &gt; .float &gt; .arrow {
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #FFFFFF transparent;
    z-index: 9999;
}

body &gt; .header &gt; .info &gt; .avatar &gt; .float &gt; .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 7px 20px;
    background: #FFFFFF;
    border-radius: 10px;
}

body &gt; .header &gt; .info &gt; .avatar &gt; .float &gt; .content &gt; .item {
    display: flex;
    align-items: center;
    padding: 7px 0;
    cursor: pointer;
}

body &gt; .header &gt; .info &gt; .avatar &gt; .float &gt; .content &gt; .item &gt; i {
    font-size: 16px;
    color: #999999;
}

body &gt; .header &gt; .info &gt; .avatar &gt; .float &gt; .content &gt; .item:hover &gt; i {
    color: #49A8FC;
}

body &gt; .header &gt; .info &gt; .avatar &gt; .float &gt; .content &gt; .item &gt; i.icon-pwd {
    background-image: url("/style/img/common/pwd.png");
}

body &gt; .header &gt; .info &gt; .avatar &gt; .float &gt; .content &gt; .item:hover &gt; i.icon-pwd {
    background-image: url("/style/img/common/pwd_active.png");
}

body &gt; .header &gt; .info &gt; .avatar &gt; .float &gt; .content &gt; .item &gt; a {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    opacity: 1;
    margin-left: 4px;
}

body &gt; .header &gt; .info &gt; .avatar &gt; .float &gt; .content &gt; .item:hover &gt; a {
    color: #49A8FC;
    opacity: 1;
}

body &gt; .header &gt; .info.simple {
    padding-left: 80px;
}

body &gt; .sidebar {
    position: fixed;
    width: 240px;
    background: #FFFFFF;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 4px rgba(153, 153, 153, 0.25);
    z-index: 100;
}

body &gt; .sidebar &gt; .sidebar-content {
    flex: 1;
    overflow-y: hidden !important;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

body &gt; .sidebar &gt; .sidebar-content &gt; .split {
    margin: 16px 24px;
    border: 1px solid #F2F4FA;
}

body &gt; .sidebar &gt; .sidebar-content .title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 18px;
    margin: 10px 24px;
    border-left: 4px solid #49A8FC;
}

body &gt; .sidebar &gt; .sidebar-content .title-bar &gt; .simple-icon {
    width: 20px;
    height: 20px;
    background-image: url("/style/img/common/circle_active.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin-left: 8px;
    display: none;
}

body &gt; .sidebar &gt; .sidebar-content .title-bar &gt; span {
    margin-left: 8px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

body &gt; .sidebar &gt; .sidebar-content .title-bar .iconfont {
    font-size: 20px;
    cursor: pointer;
    display: inline-table;
    color: #999999;
}

body &gt; .sidebar &gt; .sidebar-content .title-bar .icon-circle {
    display: none;
}

body &gt; .sidebar &gt; .sidebar-content .list {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

body &gt; .sidebar &gt; .sidebar-content .list &gt; a {
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    display: flex;
    align-items: center;
    padding: 0 24px;
    flex-shrink: 0;
}

body &gt; .sidebar &gt; .sidebar-content .list &gt; a:hover {
    background: #F2F4FA;
}

body &gt; .sidebar &gt; .sidebar-content .list &gt; a[data-target=up] &gt; .float-up {
    position: absolute;
    width: 150px;
    display: flex;
    align-items: center;
    filter: drop-shadow(0 0 4px rgba(153, 153, 153, 0.25));
    right: -45px;
    top: 246px;
    z-index: 9998;
    pointer-events: none;
}

body &gt; .sidebar &gt; .sidebar-content .list &gt; a[data-target=up] &gt; .float-up &gt; .arrow {
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: transparent #FFFFFF transparent transparent;
    z-index: 9999;
}

body &gt; .sidebar &gt; .sidebar-content .list &gt; a[data-target=up] &gt; .float-up &gt; .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 42px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px;
}

body &gt; .sidebar &gt; .sidebar-content .list &gt; a &gt; img {
    width: 32px;
    height: 32px;
    border: 1px solid #F2F4FA;
    border-radius: 5px;
    margin-right: 16px;
    object-fit: cover;
    background-color: aliceblue;
}

body &gt; .sidebar &gt; .sidebar-content .list &gt; a &gt; i.iconfont {
    margin-left: 5px;
    margin-right: 22px;
    font-size: 20px;
    flex-shrink: 0;
}

body &gt; .sidebar &gt; .sidebar-content .list &gt; a &gt; i.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DB4869;
    margin-right: 8px;
}

body &gt; .sidebar &gt; .sidebar-content .list &gt; a &gt; span.txt-red {
    color: #DB496A;
}

body &gt; .sidebar &gt; .sidebar-content &gt; .sidebar-navigation {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    flex-shrink: 0;
}

body &gt; .sidebar &gt; .sidebar-content &gt; .sidebar-my-circle {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

body &gt; .sidebar &gt; .sidebar-content &gt; .sidebar-my-circle &gt; .list.limit-height {
    overflow: hidden;
    max-height: 240px;
}

body &gt; .sidebar &gt; .sidebar-content &gt; .sidebar-my-circle &gt; .list-action {
    display: flex;
    align-items: center;
    padding: 0 24px;
    height: 48px;
    cursor: pointer;
}

body &gt; .sidebar &gt; .sidebar-content &gt; .sidebar-my-circle &gt; .list-action:hover {
    background: #F2F4FA;
}

body &gt; .sidebar &gt; .sidebar-content &gt; .sidebar-my-circle &gt; .list-action &gt; i {
    width: 32px;
    height: 32px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/style/img/common/go_top_active.png");
    border: 1px solid #F2F4FA;
    border-radius: 50%;
    margin-right: 16px;
    flex-shrink: 0;
}

body &gt; .sidebar &gt; .sidebar-content &gt; .sidebar-my-circle &gt; .list-action &gt; i.down {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

body &gt; .sidebar &gt; .sidebar-content &gt; .sidebar-my-circle &gt; .list-action:hover &gt; i {
    border: 1px solid #49A8FC;
}

body &gt; .sidebar &gt; .sidebar-content &gt; .sidebar-my-circle &gt; .list-action &gt; span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

body &gt; .sidebar &gt; .sidebar-content &gt; .sidebar-hot-circle {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

body &gt; .sidebar &gt; .sidebar-content &gt; .sidebar-circle {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

body &gt; .sidebar &gt; .sidebar-footer {
    margin: 0 24px;
    padding-top: 12px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(152, 152, 152, 1);
    border-top: 2px solid #F2F4FA;
}

body &gt; .sidebar &gt; .sidebar-footer a {
    margin-right: 8px;
    color: rgba(152, 152, 152, 1);
}

body &gt; .sidebar.simple {
    width: 80px;
}

body &gt; .sidebar.simple &gt; .sidebar-content .title-bar &gt; .icon-circle {
    display: block;
    color: #49A8FC;
    font-size: 20px;
    margin-left: 8px;
}

body &gt; .sidebar.simple &gt; .sidebar-content .title-bar &gt; span {
    display: none;
}

body &gt; .sidebar.simple &gt; .sidebar-content .title-bar &gt; i {
    display: none;
}

body &gt; .sidebar.simple &gt; .sidebar-content .title-bar &gt; a {
    display: none;
}

body &gt; .sidebar.simple &gt; .sidebar-content .list &gt; a &gt; i {
    margin-left: 5px;
}

body &gt; .sidebar.simple &gt; .sidebar-content .list &gt; a &gt; span {
    display: none;
}

body &gt; .sidebar.simple &gt; .sidebar-content .list &gt; a[data-target=up] &gt; .float-up {
    right: -145px;
}

body &gt; .sidebar.simple &gt; .sidebar-content &gt; .sidebar-my-circle &gt; .list-action &gt; span {
    display: none;
}

body &gt; .sidebar.simple &gt; .sidebar-footer {
    display: none;
}

body &gt; .container {
    flex: 1;
    width: 956px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 96px 0 48px 0;
    margin-left: 240px;
}

body &gt; .container.simple {
    margin-left: 80px;
}

body &gt; .container.full {
    width: calc(100vw - 240px);
}

body &gt; .container.full.simple {
    width: calc(100vw - 80px);
}

.main-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.main-container-large {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.main-container-full {
    width: calc(100vw - 460px);
    min-width: 960px;
    max-width: 2080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}

body &gt; .container.full &gt; .main-container {
    width: inherit;
    padding: 0 48px;
}

.hide {
    display: none !important;
}

.block {
    background-color: #FFFFFF;
    border-radius: 10px;
}

.block-title {
    font-size: 24px;
    font-weight: bold;
}

.block-more {
    align-self: flex-end;
    display: flex;
}

.block-more-top {
    align-self: flex-start;
    display: flex;
}

.block-more &gt; a, .block-more-top &gt; a {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    opacity: 1;
    display: flex;
    align-items: center;
}

.rows {
    display: flex;
}

.mt-24 {
    margin-top: 24px;
}

.mt-48 {
    margin-top: 48px;
}

.opacity75 {
    opacity: 1;
}

.opacity25 {
    opacity: 0.25;
}

.color-ns {
    color: #DB496A;
}

.color-ps4 {
    color: #49A8FC;
}

.color-red {
    color: #DB496A;
}

.color-bilibili {
    color: #FB7299;
}

.txt-search-color {
    color: #49A8FC;
}

.number {
    font-family: 'dinpro light', "PingFang SC", "å¾®è½¯é›…é»‘", "Helvetica Neue", "Helvetica", "STHeiTi", "Arial", "sans-serif";
}

textarea {
    overflow: auto;
    resize: none;
    outline: none;
    font-family: "PingFang SC", "å¾®è½¯é›…é»‘", "Helvetica Neue", "Helvetica", "STHeiTi", "Arial", "sans-serif";
}

input {
    outline: none;
    font-family: "PingFang SC", "å¾®è½¯é›…é»‘", "Helvetica Neue", "Helvetica", "STHeiTi", "Arial", "sans-serif";
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    font-family: "PingFang SC", "å¾®è½¯é›…é»‘", "Helvetica Neue", "Helvetica", "STHeiTi", "Arial", "sans-serif";
}

/** å³ä¸‹è§’æ‚¬æµ® **/
.scroll-float {
    position: fixed;
    z-index: 99999;
    bottom: 48px;
    right: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.scroll-float &gt; .go-top {
    width: 30px;
    height: 30px;
    padding: 12px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background-image: url("/style/img/common/go_top_active.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-table;
    cursor: pointer;
    margin-top: 24px;
}

.scroll-float &gt; .go-publish {
    display: flex;
    flex-direction: row-reverse;
}

.scroll-float &gt; .go-publish &gt; i {
    font-size: 30px;
    color: #ffffff;
    padding: 12px;
    background: #49A8FC;
    border: 1px solid #49A8FC;
    border-radius: 50%;
    display: inline-table;
    flex-shrink: 0;
}

.scroll-float &gt; .go-publish &gt; .fast-publish {
    width: 54px;
    height: 54px;
    background: #1ABC9C;
    border: 1px solid #1ABC9C;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 24px;
    flex-shrink: 0;
}

.scroll-float &gt; .go-publish &gt; .fast-publish &gt; i {
    font-size: 30px;
    color: #ffffff;
}

.scroll-float &gt; .go-publish &gt; .common-publish {
    width: 54px;
    height: 54px;
    background: #DB496A;
    border: 1px solid #DB496A;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: 16px;
    flex-shrink: 0;
}

.scroll-float &gt; .go-publish &gt; .common-publish &gt; i {
    font-size: 26px;
    color: #ffffff;
}

.scroll-float &gt; .wxmini-qrcode {
    width: 120px;
    margin-bottom: 24px;
}

.scroll-float &gt; .wxmini-qrcode &gt; img {
    width: 120px;
}

.scroll-float &gt; .wxmini-qrcode:hover {
    width: 180px;
}

.scroll-float &gt; .wxmini-qrcode:hover &gt; img {
    width: 180px;
}

/** layerUI **/
.layui-layer {
    border-radius: 10px !important;
}

.layui-layer iframe {
    border-radius: 10px;
}

.layui-layer-title {
    display: none !important;
}

.layui-layer-setwin {
    display: none !important;
}

.layui-layer-page .layui-layer-content {
    height: 180px;
}

.layui-layer .frame-button {
    display: inline-block;
    height: 48px;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    box-shadow: 3px 5px 10px 0 rgba(255, 255, 255, .2);
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
}

.layui-layer .frame-button.close {
    background-color: #555398;
    box-shadow: 4px 7px 12px 0 rgba(85, 83, 152, .2);
}

.layui-layer .frame-button.close:hover {
    background-color: #45437f;
}

.layui-layer .layer-close {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    position: absolute;
    top: -16px;
    right: -16px;
    line-height: 40px;
}

/** SweetAlert **/
.swal2-popup-customer {
    min-width: 348px;
    width: auto !important;
    border-radius: 10px !important;
}

.swal2-toast .swal2-title {
    text-align: center !important;
    padding: 14px 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333333 !important;
}

.swal2-popup {
    box-shadow: 0 0 4px rgba(153, 153, 153, 0.25) !important;
}

.swal2-modal .swal2-title {
    padding-top: 37px !important;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.swal2-actions {
    margin: 0;
}

.swal2-confirm {
    background: #49A8FC;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #FFFFFF;
    border: 1px solid #49A8FC;
    padding: 8px 24px;
    margin: 12px;
    outline: none;
}

.swal2-cancel {
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(153, 153, 153, 1);
    border: 1px solid #F2F4FA;
    padding: 8px 24px;
    margin: 12px;
    outline: none;
}

.swal2-timer-progress-bar {
    background: rgba(73, 168, 252, 0.2) !important;
}

.swal2-html-container {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #DB496A !important;
}

/** ç¼–è¾‘å™¨å†…å®¹æ&nbsp;·å¼ **/
.editor-content {
    box-sizing: border-box;
    height: 100%;
    outline: none;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    word-wrap: break-word;
    color: #333333;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}

.editor-content hr {
    border: 1px solid #F2F4FA;
    width: 468px;
    margin: 36px 56px;
}

.editor-content .ql-size-large {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 6px;
}

.editor-content .ql-align-center {
    text-align: center;
}

.editor-content .ql-video {
    display: block;
    width: 576px;
    height: 386px;
    margin-bottom: 24px;
}

.editor-content .ql-video.ql-align-center {
    margin: 0 auto;
}

.editor-content .ql-video.ql-align-right {
    margin: 0 0 0 auto;
}

.editor-content img.zoom-image {
    max-width: 100%;
    border-radius: 10px;
    cursor: zoom-in;
}

.editor-content ol, .editor-content ul {
    padding-left: 24px;
    margin-bottom: 24px;
}

.editor-content blockquote {
    border-left: 4px solid #ccc;
    margin-top: 5px;
    padding-left: 16px;
    color: #333333;
    opacity: 1;
    margin-bottom: 24px;
    margin-left: 0;
}

.editor-content a {
    text-decoration: underline;
    color: #06c;
}

.editor-content .emoji-inline &gt; img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.editor-content .git-container {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.editor-content .git-container &gt; .gif {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.editor-content .git-container &gt; .gif .imgGif {
    width: 50px;
    height: 50px;
    border: 5px dashed #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: absolute;
    color: #FFFFFF;
    z-index: 1;
    cursor: pointer;
}

.editor-content .git-container &gt; .gif .imgPlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(152, 152, 152, 0.5);
    border-radius: 10px;
    cursor: pointer;
}

.editor-content .ql-align-justify {
    text-align: justify;
}

.editor-content .ql-align-center {
    text-align: center;
}

.editor-content .ql-align-right {
    text-align: right;
}

.editor-content p,
.editor-content pre,
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    margin-bottom: 24px;
}

.editor-content .cmg-title {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}

.editor-content .cmg-category {
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}

.editor-content img {
    max-width: 100%;
    border-radius: 10px;
}

.editor-comment .emoji-inline {
    vertical-align: middle;
}

.editor-comment .emoji-inline &gt; img {
    width: 20px !important;
    height: 20px !important;
    object-fit: cover;
}


/** æŒ‰é’®loadingæ&nbsp;·å¼ **/
.btn-loading-icon {
    width: 20px;
    height: 20px;
    border: 0 solid #319bef;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    z-index: 999999;
    display: none;
}

.btn-loading-icon-primary {
    width: 20px;
    height: 20px;
    border: 0 solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    z-index: 999999;
    display: none;
}

.btn-loading-icon-white {
    width: 20px;
    height: 20px;
    border: 0 solid #319bef;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    z-index: 999999;
    display: none;
}

.btn-loading-icon:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
}

.btn-loading-icon-primary:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
}

.btn-loading-icon-white:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
}

.btn-loading-icon:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.btn-loading-icon-primary:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.btn-loading-icon-white:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.duration .btn-loading-icon {
    background-color: transparent;
    display: inline-block;
}

.duration .btn-loading-icon-primary {
    background-color: transparent;
    display: inline-block;
}

.duration .btn-loading-icon-white {
    background-color: transparent;
    display: inline-block;
}

.duration .btn-loading-icon:after {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border-radius: 50%;
    animation: rotation infinite linear 0.5s;
    transition: none;
    border-top: 2px solid transparent;
    border-left: 2px solid #fff;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    z-index: 999999;
}

.duration .btn-loading-icon-primary:after {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border-radius: 50%;
    animation: rotation infinite linear 0.5s;
    transition: none;
    border-top: 2px solid transparent;
    border-left: 2px solid #319bef;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    z-index: 999999;
}

.duration .btn-loading-icon-white:after {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border-radius: 50%;
    animation: rotation infinite linear 0.5s;
    transition: none;
    border-top: 2px solid transparent;
    border-left: 2px solid #fff;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    z-index: 999999;
}

@keyframes rotation {
    0.00% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

/** æˆ‘çš„åœˆå­ç®¡ç† **/
.my-circle-float {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.my-circle-float &gt; .container {
    background: #FFFFFF;
    filter: drop-shadow(0 0 4px rgba(153, 153, 153, 0.25));
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 24px;
    width: 308px;
}

.my-circle-float &gt; .container &gt; .btn-close {
    position: absolute;
    right: 24px;
    top: 24px;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #999999;
    opacity: 1;
    cursor: pointer;
}

.my-circle-float &gt; .container &gt; .title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.my-circle-float &gt; .container &gt; .content {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.my-circle-float &gt; .container &gt; .content &gt; .info-container {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    max-height: 300px;
    overflow: hidden;
}

.my-circle-float &gt; .container &gt; .content &gt; .info-container &gt; .item {
    display: flex;
    justify-content: space-between;
    height: 48px;
    flex-shrink: 0;
}

.my-circle-float &gt; .container &gt; .content &gt; .info-container &gt; .item &gt; .circle {
    display: flex;
    flex: 1;
    align-items: center;
}

.my-circle-float &gt; .container &gt; .content &gt; .info-container &gt; .item &gt; .circle &gt; img {
    width: 32px;
    height: 32px;
    border: 1px solid #F2F4FA;
    border-radius: 5px;
}

.my-circle-float &gt; .container &gt; .content &gt; .info-container &gt; .item &gt; .circle &gt; span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin-left: 16px;
}

.my-circle-float &gt; .container &gt; .content &gt; .info-container &gt; .item &gt; .operate {
    display: flex;
    align-items: center;
}

.my-circle-float &gt; .container &gt; .content &gt; .info-container &gt; .item &gt; .operate &gt; span {
    font-size: 12px;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    cursor: pointer;
}

.my-circle-float &gt; .container &gt; .content &gt; .info-container &gt; .item &gt; .operate &gt; span.exit {
    margin-left: 16px;
}

.my-circle-float &gt; .container &gt; .content &gt; .info-container &gt; .item &gt; .operate &gt; span.top:hover {
    color: rgba(73, 168, 252, 1);
}

.my-circle-float &gt; .container &gt; .content &gt; .info-container &gt; .item &gt; .operate &gt; span.exit:hover {
    color: rgba(519, 73, 106, 1);
}

/** ç”¨æˆ·ä¿¡æ¯å¡ç‰‡ **/
.user-card {
    position: relative;
}

.user-card-float {
    z-index: 9999;
    position: absolute;
    width: 420px;
    height: 120px;
    background: #FFFFFF;
    filter: drop-shadow(0 0 4px rgba(153, 153, 153, 0.25));
    border-radius: 5px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    cursor: default;
}

.user-card-float.bg {
    background-size: cover !important;
    background-position: center !important;
}

.user-card-float &gt; .mask {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 5px;
}

.user-card-float &gt; .info {
    display: flex;
}

.user-card-float &gt; .info &gt; .avatar {
    position: absolute;
    top: -30px;
}

.user-card-float &gt; .info &gt; .avatar &gt; img {
    width: 106px;
    height: 106px;
    border: 1px solid #F2F4FA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.user-card-float.bg &gt; .info &gt; .avatar &gt; img {
    border: none;
}

.user-card-float &gt; .info &gt; .base {
    padding-left: 120px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.user-card-float &gt; .info &gt; .base &gt; .user {
    display: flex;
}

.user-card-float &gt; .info &gt; .base &gt; .user &gt; .user-base {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.user-card-float &gt; .info &gt; .base &gt; .user &gt; .user-base &gt; .nickname {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.user-card-float.bg &gt; .info &gt; .base &gt; .user &gt; .user-base &gt; .nickname {
    color: #FFFFFF;
}

.user-card-float &gt; .info &gt; .base &gt; .user &gt; .user-base &gt; .point-container {
    display: flex;
    margin-top: 4px;
}

.user-card-float &gt; .info &gt; .base &gt; .user &gt; .user-base &gt; .point-container &gt; .point {
    width: 12px;
    height: 12px;
    background-image: url("/style/img/common/point.png");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    margin-right: 2px;
}

.user-card-float &gt; .info &gt; .base &gt; .user &gt; .user-base &gt; .point-container &gt; .point.active {
    width: 12px;
    height: 12px;
    background-image: url("/style/img/common/point_red.png");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    margin-right: 2px;
}

.user-card-float &gt; .info &gt; .base &gt; .user &gt; .stat {
    display: flex;
}

.user-card-float &gt; .info &gt; .base &gt; .user &gt; .stat &gt; .item {
    display: flex;
    flex-direction: column;
    margin-left: 32px;
    align-items: flex-end;
}

.user-card-float &gt; .info &gt; .base &gt; .user &gt; .stat &gt; .item &gt; .number {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.user-card-float.bg &gt; .info &gt; .base &gt; .user &gt; .stat &gt; .item &gt; .number {
    color: #FFFFFF;
}

.user-card-float &gt; .info &gt; .base &gt; .user &gt; .stat &gt; .item &gt; .label {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
}

.user-card-float &gt; .info &gt; .base &gt; .profile {
    width: 300px;
    height: 17px;
    font-size: 12px;
    font-weight: 500;
    color: #49A8FC;
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-card-float &gt; .split {
    border-top: 1px solid #F2F4FA;
    margin-top: 12px;
}

.user-card-float.bg &gt; .split {
    border-top: 1px solid #F2F4FA;
    opacity: 0.25;
    margin-top: 12px;
}

.user-card-float &gt; .action {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.user-card-float &gt; .action &gt; .button-pm {
    width: 72px;
    height: 27px;
    background: #FFFFFF;
    border: 1px solid #F2F4FA;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-card-float.bg &gt; .action &gt; .button-pm {
    background: rgba(51, 51, 51, 0.29);
    border: 1px solid rgba(242, 244, 250, 0.25);
}

.user-card-float &gt; .action &gt; .btn-follow-card-user {
    position: relative;
    width: 72px;
    height: 27px;
    background: #FFFFFF;
    border: 1px solid #F2F4FA;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #49A8FC;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-card-float.bg &gt; .action &gt; .btn-follow-card-user {
    background: rgba(51, 51, 51, 0.29);
    border: 1px solid rgba(242, 244, 250, 0.25);
}

.user-card-float &gt; .action &gt; .btn-follow-card-user.followed {
    color: #999999;
}

.user-card-float &gt; .action &gt; .btn-follow-card-user.duration {
    color: #FFFFFF;
}

.user-card-float.bg &gt; .action &gt; .btn-follow-card-user.duration {
    color: rgba(0, 0, 0, 0);
}

/** æœç´¢æ¡†é®ç½© **/
.search-mask {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
}

/** å¤‡æ¡ˆæ&nbsp;·å¼ **/
.sidebar-footer .beian {
    position: relative;
}

.sidebar-footer .beian &gt; img {
    position: absolute;
    top: 0;
    left: -20px;
}

/** APPä¸‹è½½æ&nbsp;·å¼ **/
.sidebar-footer .app-download {
    display: flex;
    align-items: center;
    background-color: #b1bad0;
    border-radius: 5px;
}

.sidebar-footer .app-download &gt; .download-item {
    height: 24px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    position: relative;
    margin: 0;
    padding: 6px 0;
    cursor: pointer;
}

.sidebar-footer .app-download &gt; .download-item &gt; .icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin-right: 12px;
    flex-shrink: 0;
}

.sidebar-footer .app-download &gt; .download-item.android &gt; .icon {
    background-image: url("/image/icon/icon_android.png");
}

.sidebar-footer .app-download &gt; .download-item.wxmini &gt; .icon {
    background-image: url("/image/icon/icon_wxmini.png");
}

.sidebar-footer .app-download &gt; .download-item &gt; .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sidebar-footer .app-download &gt; .download-item &gt; img {
    display: none;
    position: absolute;
    width: 120px;
    z-index: 999;
    right: -124px;
    top: -60px;
}

.sidebar-footer .app-download &gt; .download-item.android:hover {
    background-color: #49A8FC;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sidebar-footer .app-download &gt; .download-item.wxmini:hover {
    background-color: #07c160;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sidebar-footer .app-download &gt; .download-item:hover &gt; img {
    display: block;
}

/** å½±å“åŠ›æ¸…é›¶è€ƒè¯•æé†’å¼¹çª—æ&nbsp;·å¼ **/
.exam-remind-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exam-remind-container &gt; .exam-remind-logo {
    margin-top: 48px;
}

.exam-remind-container &gt; .exam-remind-logo &gt; img {
    width: 160px;
    height: 160px;
}

.exam-remind-container &gt; .exam-remind-title {
    color: #FF0000;
    font-size: 42px;
    margin-top: 24px;
}

.exam-remind-container &gt; .exam-remind-desc {
    width: 90%;
    color: #000000;
    font-size: 50px;
    text-align: center;
    margin-top: 12px;
}

.exam-remind-container &gt; .exam-remind-action {
    width: 68%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
}

.exam-remind-container &gt; .exam-remind-action &gt; div {
    width: 174px;
    height: 62px;
    text-align: center;
    font-size: 38px;
    line-height: 54px;
    cursor: pointer;
}

.exam-remind-container &gt; .exam-remind-action &gt; .exam-remind-action-cancel {
    background-image: url("/images/exam/exam-remind-action-cancel.webp");
    color: #CB8300;
}

.exam-remind-container &gt; .exam-remind-action &gt; .exam-remind-action-yes {
    background-image: url("/images/exam/exam-remind-action-yes.webp");
    color: #009440;
}

.spin {
    -webkit-animation: round_animate 1.5s linear infinite;
    animation: round_animate 1.5s linear infinite;
}

@keyframes round_animate {
    to {
        transform: rotate(1turn);
    }
}

/** éšè—ç»Ÿè®¡ä»£ç&nbsp; **/
#cnzz_stat_icon_1278827412 {
    display: none;
}</pre></body></html>