.nkpp5sj {
  --1ume2gq: #ffffff;
  --whdmoy: #31373d;
  --7gi6dg: #aeb3c2;
  height: 4rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  background: var(--1ume2gq)
}

.darken .nkpp5sj {
  --1ume2gq: #171719;
  --whdmoy: #f5f6f7;
  --7gi6dg: #555b65
}

.nkpp5sj .title {
  color: var(--whdmoy);
  font-size: 1rem;
  padding-left: 1.25rem;
  font-weight: 600
}

.nkpp5sj .close-icon {
  width: 2rem;
  height: 2rem;
  margin-right: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}

.nkpp5sj .close-icon>svg {
  font-size: .8125rem;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.36, .66, .04, 1);
  -webkit-transition: transform .5s cubic-bezier(.36, .66, .04, 1);
  transition: transform .5s cubic-bezier(.36, .66, .04, 1);
  fill: var(--7gi6dg)
}

.nkpp5sj .close-icon:hover>svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: var(--primary-color)
}

@media screen and (max-width:621px) {
  .nkpp5sj {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11
  }
}

.s142m9jt {
  --6596nj: #F6F7FA;
  --15526kf: #31373D;
  --7zdxu8: rgba(218, 221, 229, .5);
  --mf57m2: linear-gradient(180deg, #394AE6 -20%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  background: var(--6596nj);
  border-radius: var(--border-radius);
  padding: 1rem 0;
  position: relative;
  margin-bottom: .5rem;
  word-break: break-word
}

.darken .s142m9jt {
  --6596nj: #24262B;
  --15526kf: #98A7B5;
  --7zdxu8: rgba(70, 71, 74, .4);
  --mf57m2: linear-gradient(180deg, #009f62 -75%, rgba(39, 42, 47, 0) 100%)
}

.s142m9jt.unread:after {
  content: "";
  width: .75rem;
  height: .75rem;
  border-radius: 50%;
  background: var(--primary-color);
  position: absolute;
  top: .75rem;
  right: .5625rem
}

.s142m9jt.unread.topmsg:after {
  display: none
}

.s142m9jt .top-msg-wrap {
  width: 100%;
  height: 3.375rem;
  background: var(--mf57m2);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .5rem
}

.s142m9jt .top-msg-wrap p {
  color: var(--title-color);
  margin: 0;
  padding: 0 1rem;
  font-weight: 600
}

.s142m9jt .top-msg-wrap .top-img {
  position: absolute;
  right: .125rem;
  top: -.5rem;
  width: auto;
  height: 130%
}

.s142m9jt .item-head {
  padding: 0 1rem
}

.s142m9jt .item-head .title {
  font-size: 1rem;
  color: var(--title-color);
  line-height: 1.25rem;
  font-weight: 600;
  margin-top: .75rem
}

.s142m9jt .item-head .time {
  font-size: .75rem;
  line-height: 1rem
}

.s142m9jt .max-height-content {
  width: 100%;
  margin-top: .75rem;
  position: relative
}

.s142m9jt .max-height-content .show-hide-btn {
  margin-right: 1.25rem;
  padding: 0 0 0 .75rem;
  background: var(--6596nj);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.25rem
}

.s142m9jt .max-height-content .show-hide-btn span {
  color: var(--title-color)
}

.s142m9jt .max-height-content .show-hide-btn .icon {
  fill: var(--title-color);
  font-size: .625rem;
  margin-left: .375rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.s142m9jt .max-height-content .show-hide-btn.sp {
  bottom: 3rem
}

.s142m9jt .max-height-content.show-more .item-content .text-p-wrap {
  max-height: none
}

.s142m9jt .max-height-content.show-more .show-hide-btn .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.s142m9jt .item-content {
  font-size: .875rem;
  color: var(--15526kf);
  padding: 0 1rem;
  line-height: 1.25rem
}

.s142m9jt .item-content .text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end
}

.s142m9jt .item-content .text-wrap .text-p-wrap {
  width: 100%;
  margin: 0;
  max-height: 3.75rem;
  white-space: pre-wrap;
  overflow: hidden;
  -webkit-transition: height .5s cubic-bezier(.36, .66, .04, 1);
  transition: height .5s cubic-bezier(.36, .66, .04, 1)
}

.s142m9jt .item-content .text-wrap .text-p-wrap p {
  margin: 0
}

.s142m9jt .item-content .image {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  margin: 0 0 .875rem
}

.s142m9jt .item-content .pdf-download-wrap {
  border-top: 1px solid var(--7zdxu8);
  padding-top: .875rem;
  margin-top: .875rem
}

.s142m9jt .item-content .pdf-download-wrap .link-item {
  color: var(--primary-color)
}

.s142m9jt .item-content .pdf-download-wrap .icon {
  fill: var(--primary-color);
  font-size: .75rem;
  vertical-align: top;
  margin-left: .375rem
}

.s142m9jt .item-content .link-btn-wrap {
  border-top: 1px solid var(--7zdxu8);
  margin: .875rem 0 0
}

.s142m9jt .item-content .link-btn-wrap .hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .75rem;
  cursor: pointer
}

.s142m9jt .item-content .link-btn-wrap .hover span {
  color: var(--primary-color);
  line-height: 1.25rem
}

.s142m9jt .item-content .link-btn-wrap .hover .icon {
  fill: var(--primary-color);
  font-size: .625rem;
  margin-left: .375rem;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.s142m9jt .item-content .link-btn-wrap .hover:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.n6c8a8 {
  --zofaf: #FFFFFF;
  --1qobehr: rgba(192, 196, 208, .6);
  --16g0km4: #31343D;
  height: 100%
}

.darken .n6c8a8 {
  --zofaf: #24262B;
  --1qobehr: rgba(49, 56, 61, .6);
  --16g0km4: #D1DAE2
}

.n6c8a8 .more-loading {
  height: 32px
}

.n6c8a8 .more-loading .loading {
  height: 100%
}

.n6c8a8 .more-loading .loadmore-btn {
  height: 1.5rem;
  margin-top: .5rem;
  margin-left: .75rem;
  color: var(--primary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.n6c8a8 .more-loading .loadmore-btn svg {
  font-size: .625rem;
  margin-left: .5rem
}

.n6c8a8 .empty-wrap {
  height: 100%
}

.n6c8a8 .comment-notice-list-wrap {
  background-color: var(--zofaf);
  padding: 0 .625rem
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item {
  position: relative;
  padding: 1.125rem .25rem;
  border-bottom: 1px solid var(--1qobehr)
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .green-point {
  position: absolute;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  top: .375rem;
  right: 0;
  background-color: var(--primary-color)
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: .375rem
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-header .avatar {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-header .cni-text {
  padding-top: .625rem;
  margin-left: .625rem;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-header .cni-text .user-info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-header .cni-text .user-info-title .user-title {
  margin-left: .5rem
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-header .cni-text .n {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-header .cni-text .n:hover {
  cursor: pointer;
  color: var(--primary-color);
  -webkit-text-decoration: underline;
  text-decoration: underline
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-header .cni-text .d {
  margin: 0;
  opacity: .5;
  font-size: .75rem
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-header .cni-img {
  width: 3.75rem;
  height: 3.75rem;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  cursor: pointer
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-header .cni-img img {
  width: 100%;
  height: 100%
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-content {
  margin-top: .625rem;
  color: var(--16g0km4);
  font-size: .75rem;
  padding-left: 2.75rem;
  word-wrap: break-word
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-footer {
  padding-left: 2.75rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-footer button {
  min-width: 1.25rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.5rem
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-footer button svg {
  font-size: .875rem
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-footer button span {
  margin-left: .375rem
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-footer .like svg {
  fill: var(--primary-color)
}

.n6c8a8 .comment-notice-list-wrap .comment-notice-item .cni-footer .like span {
  color: var(--primary-color)
}

.n1nddpnk {
  --12v585s: #ffffff;
  --14tbr77: linear-gradient(to bottom, #a5aeb8, rgba(197, 203, 213, 0));
  --qf1vno: .15;
  --1qobehr: rgba(192, 196, 208, .6);
  --whdmoy: #31373d;
  --7gi6dg: #aeb3c2;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: var(--12v585s);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.darken .n1nddpnk {
  --12v585s: #1C1E22;
  --14tbr77: linear-gradient(to bottom, #111415, rgba(17, 20, 21, 0));
  --qf1vno: .44;
  --1qobehr: rgba(49, 56, 61, .6);
  --whdmoy: #f5f6f7;
  --7gi6dg: #555b65
}

.n1nddpnk .notice-tabs {
  height: 3.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--12v585s);
  position: relative
}

.n1nddpnk .notice-tabs:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--1qobehr);
  z-index: 11
}

.n1nddpnk .notice-tabs .tab {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: .875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.n1nddpnk .notice-tabs .tab.is-active {
  position: relative;
  color: var(--whdmoy);
  font-weight: 600;
  background-image: linear-gradient(to top, rgb(26 197 153 / 11%), rgb(24 171 141 / 0%) 60%)
}
.n1nddpnk .notice-tabs .withdraw.tab.is-active {
  position: relative;
  color: var(--whdmoy);
  font-weight: 600;
  background-image: linear-gradient(to top, rgb(170 23 102 / 11%), rgb(255 21 146 / 0%) 60%)
}

.n1nddpnk .notice-tabs .tab.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--primary-color);
  z-index: 12
}
.n1nddpnk .notice-tabs .withdraw.tab.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #840024;
  z-index: 12
}

.n1nddpnk .notice-tabs .tab .icon {
  width: 1rem;
  height: 1rem;
  margin-right: .375rem;
  fill: var(--7gi6dg)
}

.n1nddpnk .notice-tabs .tab .reward {
  width: 1rem;
  height: 1rem;
  margin-right: .375rem;
  background: url(/assets/gift.1d6007eb.svg) no-repeat center/auto 100%
}

.n1nddpnk .notice-tabs .label {
  position: relative
}

.n1nddpnk .notice-tabs .label .badge {
  font-weight: 400;
  right: -.5rem
}

.n1nddpnk .scroll-wrap {
  overflow: hidden;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative
}

.n1nddpnk .system-notice-wrap {
  padding: .625rem
}

.n1nddpnk .reward-notice-wrap {
  padding-top: .625rem
}

.n1j4zfv7 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}