/*      右侧板块          */
.sidebar {
  width: 28%;
}

.sidebar .sidebar-wrap {
  /* padding: .625rem; */
  border-radius: var(--radius);
}

/* 用户信息 */
.rnl_card-lightblue {
  margin-bottom: 20px;
  width: 100%;
  border-radius: var(--radius);
  background: var(--card-bg);
  font-size: 16px;
}
/* 粒子时钟 */
.local-date-time-id {
  padding-top: 30px;
  margin-bottom: -10px;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto Mono', sans-serif;
}

/* 公告 */
.rnl-icon-gonggao,
.tags-yun p {
  color: rgb(234, 96, 41);
}

/* 内容换行 */
.call-board {
  word-break: break-all;
  line-height: 1.8;
  font-size: 16px;
}

.rnl_card-lightblue .card-header {
  position: relative;
  /* overflow: hidden; */
  height: 118px;
  margin-bottom: 1.25rem;
  border-radius: var(--radius) var(--radius) 0 0;
  /* background: url(../../assets/2023.png) no-repeat center; */
  background-size: cover !important;
}

.rnl_card-lightblue .head-portrait {
  position: absolute;
  overflow: hidden;
  bottom: -1.75rem;
  left: 50%;
  transform: translate(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(225, 225, 225, 0.1);
  box-shadow: 0rem 0rem .625rem rgb(0 0 0 / 18%);
  cursor: pointer;
}

.rnl_card-lightblue .head-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rnl_card-lightblue .card-title h5,
.rnl_card-lightblue .card-title p {
  padding: 4px 8px;
  font-size: 16px;
}

.rnl_card-lightblue .card-title h5 {
  font-size: 18px;
  font-weight: 700;
}

.rnl_card-lightblue .card-title {
  margin-top: 10%;
  text-align: center;
}

.rnl_card-lightblue .card-contact {
  display: flex;
  padding: 10px 0 8px;
  justify-content: space-around;
  align-items: center;
}

.rnl_card-lightblue .card-contact li {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.rnl_card-lightblue .card-contact a {
  display: block;
  width: 100%;
  height: 100%;
}

.rnl_card-lightblue .card-contact .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}

.rnl_card-lightblue .card-contact .icon-QQ {
  color: #12b7f5;
}

.rnl_card-lightblue .card-contact li:nth-child(1) {
  border: 1px solid #12b7f5;
}

.rnl_card-lightblue .card-contact .icon-weixin {
  color: #4cbf2a;
}

.rnl_card-lightblue .card-contact li:nth-child(2) {
  border: 1px solid #4cbf2a;
}

/* icon-youxiang */
.rnl_card-lightblue .card-contact .icon-bilibili {
  color: #ff6699;
  font-size: 22px;
}

.rnl_card-lightblue .card-contact li:nth-child(3) {
  border: 1px solid #ff6699;
}

.rnl_card-lightblue .card-contact .icon-weibo {
  color: #e6162d;
}

.rnl_card-lightblue .card-contact li:nth-child(4) {
  border: 1px solid #e6162d;
}

.rnl_card-lightblue .card-contact .icon-qunzu {
  color: #38638c;
}

.rnl_card-lightblue .card-contact li:nth-child(5) {
  border: 1px solid #38638c;
}

.rnl_card-lightblue .card-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
}

.rnl_card-lightblue .card-footer li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
}

.rnl_card-lightblue .card-footer li span {
  font-size: 16px;
}

.rnl_card-lightblue .card-footer li:nth-child(2) {
  padding: 8px 38px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.rnl_card-lightblue .card-footer li span:nth-child(2) {
  font-size: 14px;
  color: rgb(112, 112, 112);
}

/* 标签云 友链 部分公共样式*/
.rnl_card-lightblue .tags-yun-wrap,
.links-yun-wrap {
  padding: 8px;
}

.rnl_card-lightblue .tags-yun-wrap h5,
.links-yun-wrap h5 {
  padding: 8px;
  font-size: 18px;
}

.rnl_card-lightblue .tags-yun-wrap .icon-biaoqian {
  font-size: 16px;
}

.tags-yun-wrap .tags-yun,
.links-yun-wrap .links-yun {
  padding: 12px;
}

.tags-yun-wrap .tags-yun li,
.links-yun-wrap li {
  display: inline-block;
  margin: 2px;
  border: 1px solid #dadcde;
  border-radius: var(--radius);
  overflow: hidden;
}

.tags-yun-wrap .tags-yun li a,
.links-yun-wrap li a {
  display: block;
  padding: 4px 8px;
  font-size: 16px;
  color: var(--text-color);
}
.tags-yun-wrap .tags-yun li:hover,
.links-yun-wrap li:hover{
  border-color: var(--color-0188);
}

.tags-yun-wrap .tags-yun li:nth-child(5n) {
  margin-right: 0;
}

.rnl_tagline {
  left: -24px;
}

/* 友链 */
.links-yun-wrap h5 i {
  color: var(--color-0188);
}

.rnl_card-lightblue .or-code {
  padding: 8px;
  max-width: 100%;
  box-sizing: border-box;
}
.rnl_card-lightblue .img {
  max-width: 100%;
  width: 100%;
  max-height: 132px;
  min-height: 131px;
  object-fit: fill;
}

/* 微信按钮 */
#weixin,
#weixin1,
#weixin2,
#weixin3,
#maxEntry,
#maxEntry1,
#maxEntry2,
#maxEntry3,
#contact {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}

.links-yun .progress-item{
  padding-bottom: 20px;
}

.links-yun .progress-item:last-of-type{
  padding-bottom: 0;
}

/* 进度条 */
.rnl-progress{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rnl-progress .rnl-progress-inner{
  margin-right: 5px;
  width: 0px;
  height: 12px;
  border-radius: 6px;
  background-size: 30px 30px;
  animation: shift 750ms linear infinite;
}

@keyframes shift {
  0%{
    background-position: 0 0;
  }
  100%{
    background-position: 30px 0;
  }
}

.rnl-progress-inner-wrap{
  flex: 1;
}

.rnl-progress-inner-percent-1,
.rnl-progress-inner-percent-2,
.rnl-progress-inner-percent-3,
.rnl-progress-inner-percent-4{
  width: 50px;
  text-align: right;
}

.rnl-progress-inner-1{
  background: #ddd1e5;
  background-image: linear-gradient(135deg, #dea4c1 25%, transparent 25%, transparent 50%, #dea4c1 50%, #dea4c1 75%, transparent 75%, transparent 100%);
}

.rnl-progress-inner-2{
  background: #e9dba9;
  background-image: linear-gradient(135deg, #878f2a 25%, transparent 25%, transparent 50%, #878f2a 50%, #878f2a 75%, transparent 75%, transparent 100%);
}

.rnl-progress-inner-3{
  background: #efb484;
  background-image: linear-gradient(135deg, #e05626 25%, transparent 25%, transparent 50%, #e05626 50%, #e05626 75%, transparent 75%, transparent 100%);
}

.rnl-progress-inner-4{
  background: #b9d5eb;
  background-image: linear-gradient(135deg, #f4fafd 25%, transparent 25%, transparent 50%, #f4fafd 50%, #f4fafd 75%, transparent 75%, transparent 100%);
}
/* 热门文章 start */
.rnl_card-lightblue .right-card-article {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.rnl_card-lightblue .right-card-article:not(:last-child) {
  margin-bottom: 8px;
}
.rnl_card-lightblue .right-card-article .right-card-article-caver {
  position: relative;
  overflow: hidden;
  display: block;
  min-width: 34%;
  max-width: 34%;
  width: 34%;
  border-radius: var(--radius);
}
.rnl_card-lightblue .right-card-article .right-card-article-caver:hover .right-card-article-caver-img {
  transform: scale(1.1);
}

.rnl_card-lightblue .right-card-article .right-card-article-caver-img{
  width: 100%;
  object-fit: cover;
  transition: all 0.2s;
}
.rnl_card-lightblue .right-card-article .right-card-article-content-wrap {
  flex: 1 0 auto;
  max-width: 66%;
  font-size: 12px;
}
.rnl_card-lightblue .right-card-article .right-card-article-content-wrap .fa {
  font-size: 12px;
}
.rnl_card-lightblue .right-card-article .overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rnl_card-lightblue .right-card-article .right-card-article-content-wrap h3 {
  font-size: 14px;
  font-weight: 700;
}
.rnl_card-lightblue .right-card-article .right-card-article-content-wrap .article-content-r,
.rnl_card-lightblue .right-card-article .right-card-article-content-wrap .article-content-r2 {
  margin: 3px 0;
}

.rnl_card-lightblue .right-card-article .right-card-article-content-wrap .article-content-r-bottom {
  display: flex;
  align-items: center;
  gap: 6px;
}

.rnl_card-lightblue .right-card-article .article-label {
  position: absolute;
  color: #fff;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: 1;
  border-radius: 8px;
  padding: 4px 8px;
  line-height: 1.8;
  text-shadow: 2px 2px 10px rgba(12, 25, 50, 0.8);
  background: rgba(0, 0, 0, 0.1);
  filter: blur(0.25px);
  backdrop-filter: blur(8px);
}
/* 热门文章 end */