@charset "UTF-8";

/* 与漫画首页 comic-hall 页脚主题保持一致 */
:root {
  --hall-dim: rgba(247, 248, 251, .68);
  --hall-line: rgba(255, 255, 255, .09);
}

.footer-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 30px 0 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  background: #101119;
  color: var(--hall-dim);
  box-sizing: border-box;
}

.footer-wrapper a {
  color: #fff;
}

.footer-wrapper a:hover {
  color: #42e8b4;
}

.footer-wrapper .container--response {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 38px;
  padding-right: 38px;
  box-sizing: border-box;
}

.footer-wrapper .footer-top {
  display: none;
}

.footer-wrapper .column-title {
  font-size: 13px;
  color: var(--hall-dim);
  margin-bottom: 4px;
}

.footer-wrapper .footer-bottom {
  text-align: center;
  padding: 22px 0 28px;
  padding-left: 0;
  padding-right: 0;
}

.footer-wrapper .footer-bottom p {
  margin-top: 10px;
}

.footer-wrapper .footer-company {
  margin-top: 0 !important;
  margin-bottom: 4px;
}

.footer-wrapper .footer-company__name {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body:has(.cyber-dock) .footer-wrapper .footer-company__name,
body.p-index .footer-wrapper .footer-company__name,
body.page-user .footer-wrapper .footer-company__name,
body.p-author-index .footer-wrapper .footer-company__name {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.footer-wrapper .footer-bottom span {
  margin-right: 12px;
}

.footer-wrapper .footer-icp {
  margin-top: 10px;
}

.footer-wrapper .footer-icp__link {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font: inherit;
  text-decoration: none;
}

.footer-wrapper .footer-icp__link:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: underline;
}

body:has(.cyber-dock) .footer-wrapper .footer-icp__link,
body.p-index .footer-wrapper .footer-icp__link,
body.page-user .footer-wrapper .footer-icp__link,
body.p-author-index .footer-wrapper .footer-icp__link,
body.p-hall-index .footer-wrapper .footer-icp__link,
.page-login .footer-wrapper .footer-icp__link {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body:has(.cyber-dock) .footer-wrapper .footer-icp__link:hover,
body.p-index .footer-wrapper .footer-icp__link:hover,
body.page-user .footer-wrapper .footer-icp__link:hover,
body.p-author-index .footer-wrapper .footer-icp__link:hover,
body.p-hall-index .footer-wrapper .footer-icp__link:hover,
.page-login .footer-wrapper .footer-icp__link:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.footer-wrapper .footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0;
}

.footer-wrapper .footer-link li {
  float: none;
  padding: 0 12px;
  border-left: 1px solid rgba(255, 255, 255, .35);
  font-size: 12px;
}

.footer-wrapper .footer-link li:first-child {
  border: none;
}

body.p-author-index .footer-wrapper a,
body.p-comic-info .footer-wrapper a,
body.page-user .footer-wrapper a {
  color: #fff;
}

body.p-author-index .footer-wrapper a:hover,
body.p-comic-info .footer-wrapper a:hover,
body.page-user .footer-wrapper a:hover {
  color: #42e8b4;
}

body.p-author-index .footer-wrapper .column-title,
body.p-comic-info .footer-wrapper .column-title,
body.page-user .footer-wrapper .column-title {
  color: var(--hall-dim);
}

.in-aside-handle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 46px;
  height: auto !important;
  z-index: 999;
}

/* 隐藏默认模板遗留的浮动按钮 */
.in-aside-handle .aside__item.qr-code,
.in-aside-handle .aside__item.feedback {
  display: none !important;
}

.in-aside-handle .aside__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(41, 45, 62, .98), rgba(24, 27, 39, .98));
  color: #dfe3ef;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .3);
  cursor: pointer;
  box-sizing: border-box;
  overflow: visible;
}

.in-aside-handle .aside__item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  font-size: 21px;
  line-height: 1;
}

.in-aside-handle .aside__item:hover {
  background: linear-gradient(145deg, rgba(255, 98, 14, .95), rgba(31, 143, 120, .92));
  color: #fff;
  border-color: rgba(255, 255, 255, .18);
}

.in-aside-handle .aside__item .aside__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  position: relative;
  z-index: 1;
}

.in-aside-handle .aside__item .aside__link .aside-custom-icon {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.in-aside-handle .aside-custom-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  color: inherit;
  vertical-align: middle;
}

.in-aside-handle .aside-custom-icon svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.in-aside-handle .aside__item .share-full {
  position: absolute;
  right: 0;
  top: 0;
  width: 184px;
  height: 44px;
  padding-right: 44px;
  background: linear-gradient(90deg, #ff620e 0%, #ff7d23 70%, #1f8f78 100%);
  border-radius: 22px 10px 10px 22px;
  z-index: -1;
  box-sizing: border-box;
}

.in-aside-handle .aside__item .aside-share__item {
  float: left;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 9px 4px;
  line-height: 26px;
  border-radius: 13px;
}

.in-aside-handle .aside__item .aside-share__item.qq {
  background: url("../images/home/icon/ic_share_toast_qq.png?v=644f7a2") no-repeat center center;
  background-size: cover;
}

.in-aside-handle .aside__item .aside-share__item.wx {
  background: url("../images/home/icon/ic_share_toast_wx.png?v=a1eadcd") no-repeat center center;
  background-size: cover;
}

.in-aside-handle .aside__item .aside-share__item.wb {
  background: url("../images/home/icon/ic_share_toast_wb.png?v=be68653") no-repeat center center;
  background-size: cover;
}

.in-aside-handle .aside__item .aside-share__item.kj {
  background: url("../images/home/icon/ic_share_toast_kj.png?v=5863f9e") no-repeat center center;
  background-size: cover;
}

.in-aside-handle .aside__item .feed-full,
.in-aside-handle .aside__item .back-full,
.in-aside-handle .aside__item .aside-pop--label {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  min-width: 72px;
  max-width: 160px;
  height: 44px;
  padding: 0 16px;
  padding-right: 44px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(90deg, #ff620e 0%, #ff7d23 70%, #1f8f78 100%);
  border-radius: 22px 10px 10px 22px;
  z-index: -1;
  box-sizing: border-box;
  pointer-events: none;
}

/* 客服 / QQ群 / 返回顶部：与分享相同，向左水平展开 */
.in-aside-handle .aside__item .aside-tip-full {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  height: 44px;
  min-width: 108px;
  padding: 0 48px 0 12px;
  line-height: 44px;
  white-space: nowrap;
  color: #fff;
  background: linear-gradient(90deg, #ff620e 0%, #ff7d23 70%, #1f8f78 100%);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px 10px 10px 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
  z-index: -1;
  box-sizing: border-box;
  pointer-events: none;
}

.in-aside-handle .aside__item .aside-tip-full__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  color: inherit;
}

.in-aside-handle .aside__item .aside-tip-full__icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.in-aside-handle .aside__item .aside-tip-full__text {
  display: inline;
  font-size: 13px;
  line-height: 44px;
  vertical-align: middle;
  color: #fff;
}

.in-aside-handle .aside__item .aside-pop--follow {
  position: absolute;
  right: 52px;
  top: -8px;
  width: 156px;
  min-height: 70px;
  padding: 12px 14px;
  color: #fff;
  text-align: left;
  background: linear-gradient(145deg, #151823 0%, #252939 58%, #12342f 100%);
  border: 1px solid rgba(66, 232, 180, .22);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .36);
  box-sizing: border-box;
}

.in-aside-handle .aside__item .aside-pop--follow p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.in-aside-handle .aside-follow__codes {
  display: flex;
  gap: 10px;
}

.in-aside-handle .aside-follow__code {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .8) 2px, transparent 2px) 0 0 / 10px 10px,
    linear-gradient(rgba(255, 255, 255, .8) 2px, transparent 2px) 0 0 / 10px 10px,
    linear-gradient(145deg, rgba(255, 98, 14, .96), rgba(66, 232, 180, .9));
}

.in-aside-handle .aside-follow__code::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #151823;
  transform: translate(-50%, -50%);
  content: "";
}

.in-aside-handle .aside__item:hover .share-full,
.in-aside-handle .aside__item:hover .feed-full,
.in-aside-handle .aside__item:hover .back-full,
.in-aside-handle .aside__item:hover .aside-pop,
.in-aside-handle .aside__item:hover .aside-pop--label,
.in-aside-handle .aside__item:hover .aside-tip-full,
.in-aside-handle .aside__item.active .share-full,
.in-aside-handle .aside__item.active .feed-full,
.in-aside-handle .aside__item.active .back-full,
.in-aside-handle .aside__item.active .aside-pop,
.in-aside-handle .aside__item.active .aside-pop--label,
.in-aside-handle .aside__item.active .aside-tip-full {
  display: block !important;
}
