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 > .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 > .header > .logo {
  align-self: center;
  margin-left: 24px;
  width: 125px;
  height: 32px;
  position: absolute;
  z-index: 99999;
}
body > .header > .logo > a > img {
  height: 32px;
}
body > .header > .logo.show-fold > .fold {
  display: none;
  height: 32px;
  line-height: 32px;
}
body > .header > .logo.show-fold > .fold > .open {
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
body > .header > .logo.show-fold > .fold > .close {
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
body > .header > .logo.show-fold:hover > a {
  display: none;
}
body > .header > .logo.show-fold:hover > .fold {
  display: block;
}
body > .header > .info {
  width: 956px;
  display: flex;
  align-self: center;
  margin: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-left: 240px;
}
body > .header > .info > .search-bar {
  position: relative;
}
body > .header > .info > .search-bar > form > input {
  padding: 0 20px 0 16px;
  width: 320px;
  height: 32px;
  background: rgba(242, 244, 250, 0.5);
  border-radius: 200px;
  border: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  opacity: 1;
  outline: 0;
}
body > .header > .info > .search-bar > form > .icon-search {
  position: absolute;
  top: 2px;
  right: 10px;
  padding: 6px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
body > .header > .info > .search-bar > form > input::-webkit-input-placeholder {
  color: #fff;
}
body > .header > .info > .search-bar > form > input:-moz-placeholder {
  color: #fff;
}
body > .header > .info > .search-bar > form > input::-moz-placeholder {
  color: #fff;
}
body > .header > .info > .search-bar > .search-float {
  position: absolute;
  width: 500px;
  background: #fff;
  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 > .header > .info > .search-bar > .search-float > .init > .search-area {
  display: flex;
  align-items: center;
  padding: 0 24px;
  margin-bottom: 30px;
  gap: 12px;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-area
  > div {
  color: #49a8fc;
  border: 1px solid #49a8fc;
  padding: 4px 16px;
  border-radius: 15px;
  cursor: pointer;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-area
  > div.active {
  color: #fff;
  background: #49a8fc;
}
body > .header > .info > .search-bar > .search-float > .init > .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
body > .header > .info > .search-bar > .search-float > .init > .head > .title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .head
  > .action
  > .btn-clear-history {
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
body > .header > .info > .search-bar > .search-float > .init > .search-history {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  margin-right: -12px;
  padding: 0 24px;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-history
  > .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
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-history
  > .item
  > .txt {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  color: #999;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-history
  > .item
  > 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
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-discovery {
  margin-top: 24px;
  display: flex;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-discovery
  .item {
  width: 202px;
  height: 36px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-discovery
  .item:hover {
  background: #f2f4fa;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-discovery
  .item
  > .number {
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-discovery
  .item
  > .txt {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-discovery
  > .left
  > .item:nth-child(-n + 3)
  > .number {
  color: #49a8fc;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-discovery
  .item
  > .icon {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin-left: 4px;
  flex: none;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-discovery
  .item
  > .icon.icon-hot {
  background-image: url("/style/img/common/icon_hot.png");
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .init
  > .search-discovery
  .item
  > .icon.icon-new {
  background-image: url("/style/img/common/icon_new.png");
}
body > .header > .info > .search-bar > .search-float > .result {
  display: flex;
  flex-direction: column;
}
body > .header > .info > .search-bar > .search-float > .result > .search-area {
  display: flex;
  align-items: center;
  padding: 0 24px;
  margin-bottom: 30px;
  gap: 12px;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .result
  > .search-area
  > div {
  color: #49a8fc;
  border: 1px solid #49a8fc;
  padding: 4px 16px;
  border-radius: 15px;
  cursor: pointer;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .result
  > .search-area
  > div.active {
  color: #fff;
  background: #49a8fc;
}
body > .header > .info > .search-bar > .search-float > .result > .result-list {
  display: flex;
  flex-direction: column;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .result
  > .result-list
  > .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
  > .header
  > .info
  > .search-bar
  > .search-float
  > .result
  > .result-list
  > .item:hover {
  background: #f2f4fa;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .result
  > .result-list
  > .item.look {
  color: #db496a;
}
body
  > .header
  > .info
  > .search-bar
  > .search-float
  > .result
  > .result-list
  > .item
  > .active {
  color: #49a8fc;
}
body > .header > .info > .notice {
  position: relative;
  margin-left: 32px;
}
body > .header > .info > .notice > .icon-notice {
  font-size: 28px;
  color: #fff;
}
body > .header > .info > .notice > .badge {
  position: absolute;
  left: 18px;
  top: -8px;
  background: #db496a;
  border: 1px solid #db496a;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  padding: 0 4px;
}
body > .header > .info > .notice > .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 > .header > .info > .notice > .float > .arrow {
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 9999;
}
body > .header > .info > .notice > .float > .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
body > .header > .info > .notice > .float > .content > .tabs {
  display: flex;
  border-bottom: 2px solid #f2f4fa;
  align-items: center;
  justify-content: center;
}
body > .header > .info > .notice > .float > .content > .tabs > .tab {
  height: 40px;
  width: 90px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 4px 0;
}
body > .header > .info > .notice > .float > .content > .tabs > .tab.active {
  padding-bottom: 0;
  border-bottom: 4px solid #49a8fc;
}
body > .header > .info > .notice > .float > .content > .tabs > .tab > .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #db496a;
  position: absolute;
  right: 25%;
}
body > .header > .info > .notice > .float > .content > .tabs > .tab > .icon {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs
  > .tab
  > .iconfont {
  color: #ababab;
  font-size: 20px;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs
  > .tab.active
  > .iconfont {
  color: #49a8fc;
}
body > .header > .info > .notice > .float > .content > .tabs-item {
  height: 320px;
  border-bottom: 2px solid #f2f4fa;
}
body > .header > .info > .notice > .float > .content > .tabs-item > .item {
  display: flex;
  flex-direction: column;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .loading {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .no-data {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .split {
  border-top: 2px solid #f2f4fa;
  margin: 0 12px;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .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
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .sub-item
  > .nickname {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-right: 8px;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .sub-item
  > .tips {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  margin-right: 8px;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .sub-item
  > .tips
  > .flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .sub-item
  > .tips
  > .flex-row
  > .left {
  flex: 1;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .sub-item
  > .tips
  > .flex-row
  > .right {
  flex-shrink: 0;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .sub-item
  > .tips
  > .flex-row
  > .time {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  margin-left: 12px;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .sub-item
  > .target {
  font-size: 14px;
  font-weight: 500;
  color: #49a8fc;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .sub-item-user {
  display: flex;
  align-items: center;
  margin: 16px 12px;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .tips {
  margin: 0 12px;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
  color: #999;
  text-align: center;
  border-bottom: 2px solid #f2f4fa;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .sub-item-user
  > .avatar
  > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .sub-item-user
  > .info {
  margin-left: 12px;
  width: 274px;
  display: flex;
  flex-direction: column;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .sub-item-user
  > .info
  > .name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .tabs-item
  > .item
  > .sub-item-user
  > .info
  > .profile {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body > .header > .info > .notice > .float > .content > .today-count {
  width: 100%;
}
body > .header > .info > .notice > .float > .content > .today-count > .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  background: #f2f4fa;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
body
  > .header
  > .info
  > .notice
  > .float
  > .content
  > .today-count
  > .item
  .color-bilibili {
  margin: 0 4px;
}
body > .header > .info > .notice > .float > .content > .tabs-more {
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > .header > .info > .notice > .float > .content > .tabs-more > .item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
body > .header > .info > .pm {
  position: relative;
  margin-left: 32px;
}
body > .header > .info > .pm > a > .icon-comment {
  color: #fff;
  font-size: 28px;
}
body > .header > .info > .pm > .badge {
  position: absolute;
  left: 18px;
  top: -8px;
  background: #db496a;
  border: 1px solid #db496a;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  padding: 0 4px;
}
body > .header > .info > .pm > .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 > .header > .info > .pm > .float-simple > .arrow {
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 9999;
}
body > .header > .info > .pm > .float-simple > .content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
body > .header > .info > .pm > .float-simple > .content > a {
  text-decoration: underline;
  color: #fb7299;
  margin: 0 4px;
}
body > .header > .info > .avatar {
  position: relative;
  margin-left: 32px;
}
body > .header > .info > .avatar > a > img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
body > .header > .info > .avatar > .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 > .header > .info > .avatar > .float > .arrow {
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 9999;
}
body > .header > .info > .avatar > .float > .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 7px 20px;
  background: #fff;
  border-radius: 10px;
}
body > .header > .info > .avatar > .float > .content > .item {
  display: flex;
  align-items: center;
  padding: 7px 0;
  cursor: pointer;
}
body > .header > .info > .avatar > .float > .content > .item > i {
  font-size: 16px;
  color: #999;
}
body > .header > .info > .avatar > .float > .content > .item:hover > i {
  color: #49a8fc;
}
body > .header > .info > .avatar > .float > .content > .item > i.icon-pwd {
  background-image: url("/style/img/common/pwd.png");
}
body
  > .header
  > .info
  > .avatar
  > .float
  > .content
  > .item:hover
  > i.icon-pwd {
  background-image: url("/style/img/common/pwd_active.png");
}
body > .header > .info > .avatar > .float > .content > .item > a {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  opacity: 1;
  margin-left: 4px;
}
body > .header > .info > .avatar > .float > .content > .item:hover > a {
  color: #49a8fc;
  opacity: 1;
}
body > .header > .info.simple {
  padding-left: 80px;
}
body > .sidebar {
  position: fixed;
  width: 240px;
  background: #fff;
  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 > .sidebar > .sidebar-content {
  flex: 1;
  overflow-y: hidden !important;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
body > .sidebar > .sidebar-content > .split {
  margin: 16px 24px;
  border: 1px solid #f2f4fa;
}
body > .sidebar > .sidebar-content .title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 18px;
  margin: 10px 24px;
  border-left: 4px solid #49a8fc;
}
body > .sidebar > .sidebar-content .title-bar > .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 > .sidebar > .sidebar-content .title-bar > span {
  margin-left: 8px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}
body > .sidebar > .sidebar-content .title-bar .iconfont {
  font-size: 20px;
  cursor: pointer;
  display: inline-table;
  color: #999;
}
body > .sidebar > .sidebar-content .title-bar .icon-circle {
  display: none;
}
body > .sidebar > .sidebar-content .list {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
body > .sidebar > .sidebar-content .list > 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 > .sidebar > .sidebar-content .list > a:hover {
  background: #f2f4fa;
}
body > .sidebar > .sidebar-content .list > a[data-target="up"] > .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
  > .sidebar
  > .sidebar-content
  .list
  > a[data-target="up"]
  > .float-up
  > .arrow {
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  z-index: 9999;
}
body
  > .sidebar
  > .sidebar-content
  .list
  > a[data-target="up"]
  > .float-up
  > .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
}
body > .sidebar > .sidebar-content .list > a > img {
  width: 32px;
  height: 32px;
  border: 1px solid #f2f4fa;
  border-radius: 5px;
  margin-right: 16px;
  object-fit: cover;
  background-color: aliceblue;
}
body > .sidebar > .sidebar-content .list > a > i.iconfont {
  margin-left: 5px;
  margin-right: 22px;
  font-size: 20px;
  flex-shrink: 0;
}
body > .sidebar > .sidebar-content .list > a > i.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #db4869;
  margin-right: 8px;
}
body > .sidebar > .sidebar-content .list > a > span.txt-red {
  color: #db496a;
}
body > .sidebar > .sidebar-content > .sidebar-navigation {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  flex-shrink: 0;
}
body > .sidebar > .sidebar-content > .sidebar-my-circle {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
body > .sidebar > .sidebar-content > .sidebar-my-circle > .list.limit-height {
  overflow: hidden;
  max-height: 240px;
}
body > .sidebar > .sidebar-content > .sidebar-my-circle > .list-action {
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: 48px;
  cursor: pointer;
}
body > .sidebar > .sidebar-content > .sidebar-my-circle > .list-action:hover {
  background: #f2f4fa;
}
body > .sidebar > .sidebar-content > .sidebar-my-circle > .list-action > 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
  > .sidebar
  > .sidebar-content
  > .sidebar-my-circle
  > .list-action
  > i.down {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
body
  > .sidebar
  > .sidebar-content
  > .sidebar-my-circle
  > .list-action:hover
  > i {
  border: 1px solid #49a8fc;
}
body > .sidebar > .sidebar-content > .sidebar-my-circle > .list-action > span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}
body > .sidebar > .sidebar-content > .sidebar-hot-circle {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
body > .sidebar > .sidebar-content > .sidebar-circle {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
body > .sidebar > .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 > .sidebar > .sidebar-footer a {
  margin-right: 8px;
  color: rgba(152, 152, 152, 1);
}
body > .sidebar.simple {
  width: 80px;
}
body > .sidebar.simple > .sidebar-content .title-bar > .icon-circle {
  display: block;
  color: #49a8fc;
  font-size: 20px;
  margin-left: 8px;
}
body > .sidebar.simple > .sidebar-content .title-bar > span {
  display: none;
}
body > .sidebar.simple > .sidebar-content .title-bar > i {
  display: none;
}
body > .sidebar.simple > .sidebar-content .title-bar > a {
  display: none;
}
body > .sidebar.simple > .sidebar-content .list > a > i {
  margin-left: 5px;
}
body > .sidebar.simple > .sidebar-content .list > a > span {
  display: none;
}
body
  > .sidebar.simple
  > .sidebar-content
  .list
  > a[data-target="up"]
  > .float-up {
  right: -145px;
}
body
  > .sidebar.simple
  > .sidebar-content
  > .sidebar-my-circle
  > .list-action
  > span {
  display: none;
}
body > .sidebar.simple > .sidebar-footer {
  display: none;
}
body > .container {
  flex: 1;
  width: 956px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 96px 0 48px 0;
  margin-left: 240px;
}
body > .container.simple {
  margin-left: 80px;
}
body > .container.full {
  width: calc(100vw - 240px);
}
body > .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 > .container.full > .main-container {
  width: inherit;
  padding: 0 48px;
}
.hide {
  display: none !important;
}
.block {
  background-color: #fff;
  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 > a,
.block-more-top > a {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  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: 0;
  font-family:
    "PingFang SC", "微软雅黑", "Helvetica Neue", "Helvetica", "STHeiTi",
    "Arial", "sans-serif";
}
input {
  outline: 0;
  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 > .go-top {
  width: 30px;
  height: 30px;
  padding: 12px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url("/zb_users/theme/theme_51/style/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 > .go-publish {
  display: flex;
  flex-direction: row-reverse;
}
.scroll-float > .go-publish > i {
  font-size: 30px;
  color: #fff;
  padding: 12px;
  background: #49a8fc;
  border: 1px solid #49a8fc;
  border-radius: 50%;
  display: inline-table;
  flex-shrink: 0;
}
.scroll-float > .go-publish > .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: #fff;
  margin-right: 24px;
  flex-shrink: 0;
}
.scroll-float > .go-publish > .fast-publish > i {
  font-size: 30px;
  color: #fff;
}
.scroll-float > .go-publish > .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: #fff;
  margin-right: 16px;
  flex-shrink: 0;
}
.scroll-float > .go-publish > .common-publish > i {
  font-size: 26px;
  color: #fff;
}
.scroll-float > .wxmini-qrcode {
  width: 120px;
  margin-bottom: 24px;
}
.scroll-float > .wxmini-qrcode > img {
  width: 120px;
}
.scroll-float > .wxmini-qrcode:hover {
  width: 180px;
}
.scroll-float > .wxmini-qrcode:hover > img {
  width: 180px;
}
.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: #fff;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  box-shadow: 3px 5px 10px 0 rgba(255, 255, 255, 0.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, 0.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;
}
.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: #333 !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: #333;
}
.swal2-actions {
  margin: 0;
}
.swal2-confirm {
  background: #49a8fc;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  border: 1px solid #49a8fc;
  padding: 8px 24px;
  margin: 12px;
  outline: 0;
}
.swal2-cancel {
  background: #fff;
  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: 0;
}
.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;
}
.editor-content {
  box-sizing: border-box;
  height: 100%;
  outline: 0;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  word-wrap: break-word;
  color: #333;
  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 .ql-video.douyin {
  width: 324px;
  height: 720px;
  margin-left: 126px;
}
.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: #333;
  opacity: 1;
  margin-bottom: 24px;
  margin-left: 0;
}
.editor-content a {
  text-decoration: underline;
  color: #06c;
}
.editor-content .emoji-inline > img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.editor-content .git-container {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
.editor-content .git-container > .gif {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.editor-content .git-container > .gif .imgGif {
  width: 50px;
  height: 50px;
  border: 5px dashed #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}
.editor-content .git-container > .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 > img {
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
}
.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 #fff;
  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(0);
  }
  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 > .container {
  background: #fff;
  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 > .container > .btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #999;
  opacity: 1;
  cursor: pointer;
}
.my-circle-float > .container > .title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.my-circle-float > .container > .content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.my-circle-float > .container > .content > .info-container {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow: hidden;
}
.my-circle-float > .container > .content > .info-container > .item {
  display: flex;
  justify-content: space-between;
  height: 48px;
  flex-shrink: 0;
}
.my-circle-float > .container > .content > .info-container > .item > .circle {
  display: flex;
  flex: 1;
  align-items: center;
}
.my-circle-float
  > .container
  > .content
  > .info-container
  > .item
  > .circle
  > img {
  width: 32px;
  height: 32px;
  border: 1px solid #f2f4fa;
  border-radius: 5px;
}
.my-circle-float
  > .container
  > .content
  > .info-container
  > .item
  > .circle
  > span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  margin-left: 16px;
}
.my-circle-float > .container > .content > .info-container > .item > .operate {
  display: flex;
  align-items: center;
}
.my-circle-float
  > .container
  > .content
  > .info-container
  > .item
  > .operate
  > span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(153, 153, 153, 1);
  cursor: pointer;
}
.my-circle-float
  > .container
  > .content
  > .info-container
  > .item
  > .operate
  > span.exit {
  margin-left: 16px;
}
.my-circle-float
  > .container
  > .content
  > .info-container
  > .item
  > .operate
  > span.top:hover {
  color: rgba(73, 168, 252, 1);
}
.my-circle-float
  > .container
  > .content
  > .info-container
  > .item
  > .operate
  > 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: #fff;
  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 > .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 > .info {
  display: flex;
}
.user-card-float > .info > .avatar {
  position: absolute;
  top: -30px;
}
.user-card-float > .info > .avatar > 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 > .info > .avatar > img {
  border: 0;
}
.user-card-float > .info > .base {
  padding-left: 120px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.user-card-float > .info > .base > .user {
  display: flex;
}
.user-card-float > .info > .base > .user > .user-base {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.user-card-float > .info > .base > .user > .user-base > .nickname {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.user-card-float.bg > .info > .base > .user > .user-base > .nickname {
  color: #fff;
}
.user-card-float > .info > .base > .user > .user-base > .point-container {
  display: flex;
  margin-top: 4px;
}
.user-card-float
  > .info
  > .base
  > .user
  > .user-base
  > .point-container
  > .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
  > .info
  > .base
  > .user
  > .user-base
  > .point-container
  > .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 > .info > .base > .user > .stat {
  display: flex;
}
.user-card-float > .info > .base > .user > .stat > .item {
  display: flex;
  flex-direction: column;
  margin-left: 32px;
  align-items: flex-end;
}
.user-card-float > .info > .base > .user > .stat > .item > .number {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.user-card-float.bg > .info > .base > .user > .stat > .item > .number {
  color: #fff;
}
.user-card-float > .info > .base > .user > .stat > .item > .label {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.user-card-float > .info > .base > .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 > .split {
  border-top: 1px solid #f2f4fa;
  margin-top: 12px;
}
.user-card-float.bg > .split {
  border-top: 1px solid #f2f4fa;
  opacity: 0.25;
  margin-top: 12px;
}
.user-card-float > .action {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.user-card-float > .action > .button-pm {
  width: 72px;
  height: 27px;
  background: #fff;
  border: 1px solid #f2f4fa;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-card-float.bg > .action > .button-pm {
  background: rgba(51, 51, 51, 0.29);
  border: 1px solid rgba(242, 244, 250, 0.25);
}
.user-card-float > .action > .btn-follow-card-user {
  position: relative;
  width: 72px;
  height: 27px;
  background: #fff;
  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 > .action > .btn-follow-card-user {
  background: rgba(51, 51, 51, 0.29);
  border: 1px solid rgba(242, 244, 250, 0.25);
}
.user-card-float > .action > .btn-follow-card-user.followed {
  color: #999;
}
.user-card-float > .action > .btn-follow-card-user.duration {
  color: #fff;
}
.user-card-float.bg > .action > .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);
}
.sidebar-footer .beian {
  position: relative;
}
.sidebar-footer .beian > img {
  position: absolute;
  top: 0;
  left: -20px;
}
.sidebar-footer .app-download {
  display: flex;
  align-items: center;
  background-color: #b1bad0;
  border-radius: 5px;
}
.sidebar-footer .app-download > .download-item {
  height: 24px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  position: relative;
  margin: 0;
  padding: 6px 0;
  cursor: pointer;
}
.sidebar-footer .app-download > .download-item > .icon {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin-right: 12px;
  flex-shrink: 0;
}
.sidebar-footer .app-download > .download-item.android > .icon {
  background-image: url("/image/icon/icon_android.png");
}
.sidebar-footer .app-download > .download-item.wxmini > .icon {
  background-image: url("/image/icon/icon_wxmini.png");
}
.sidebar-footer .app-download > .download-item > .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sidebar-footer .app-download > .download-item > img {
  display: none;
  position: absolute;
  width: 120px;
  z-index: 999;
  right: -124px;
  top: -60px;
}
.sidebar-footer .app-download > .download-item.android:hover {
  background-color: #49a8fc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sidebar-footer .app-download > .download-item.wxmini:hover {
  background-color: #07c160;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sidebar-footer .app-download > .download-item:hover > img {
  display: block;
}
.exam-remind-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.exam-remind-container > .exam-remind-logo {
  margin-top: 48px;
}
.exam-remind-container > .exam-remind-logo > img {
  width: 160px;
  height: 160px;
}
.exam-remind-container > .exam-remind-title {
  color: red;
  font-size: 42px;
  margin-top: 24px;
}
.exam-remind-container > .exam-remind-desc {
  width: 90%;
  color: #000;
  font-size: 50px;
  text-align: center;
  margin-top: 12px;
}
.exam-remind-container > .exam-remind-action {
  width: 68%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}
.exam-remind-container > .exam-remind-action > div {
  width: 174px;
  height: 62px;
  text-align: center;
  font-size: 38px;
  line-height: 54px;
  cursor: pointer;
}
.exam-remind-container > .exam-remind-action > .exam-remind-action-cancel {
  background-image: url("/images/exam/exam-remind-action-cancel.webp");
  color: #cb8300;
}
.exam-remind-container > .exam-remind-action > .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);
  }
}
#cnzz_stat_icon_1278827412 {
  display: none;
}
