/* 底部 */

.footer {
  margin-top: 20px;
  background-color: #fff;
}

.yublog_copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.yublog_copy .copyright p {
  line-height: 22px;
}

.side_col .item {
  text-align: right;
}
.side_col .item a {
  color: #909399;
}
.side_col .item a:hover {
  color: var(--theme-color);
}
.busuanzi-statistic img {
  min-width: 291px;
  height: 110px;
}
.busuanzi-statistic span {
  position: relative;
  display: inline-block;
  margin: 15px 0 6px 0;
  padding-left: 26px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  color: #e4e7ed;
  background: #000;
  border-radius: 5px;
}
.busuanzi-statistic span.site-pv em {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d0339b),
    to(#d03336)
  );
  background: linear-gradient(0deg, #d0339b, #d03336);
}

.busuanzi-statistic span em {
  display: inline-block;
  margin-left: 6px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: #29deb3;
}

.bottom-sidebar {
  position: fixed;
  right: 50px;
  bottom: 100px;
  display: none;
}

.bottom-sidebar > ul > li {
  width: 40px;
  height: 40px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.bottom-sidebar > ul > li i {
  font-size: 22px;
  color: var(--theme-color);
}

.bottom-sidebar > ul > li:hover .sidebar-sidebar {
  display: block;
}
.bottom-sidebar .sidebar-sidebar {
  top: 0;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 5px;
  right: 62px;
  text-align: center;
  position: absolute;
  display: none;
  white-space: nowrap;
  color: #333;
  box-shadow: 0 0 20px 4px rgb(0 0 0 / 20%);
}
.bottom-sidebar .sidebar-sidebar > .follow_service_triangle {
  top: 12px;
  right: -11px;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
  z-index: 1010;
}
