body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #1D2129;
  font-family: PingFang SC;
  min-width: 1480px;
}
body * {
  box-sizing: border-box;
}
.clickable {
  cursor: pointer;
  user-select: none;
}
.clickable:hover {
  opacity: 0.8;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner {
  height: 450px;
  background: url(/app/assets/images/details/banner-135b991c7e026e5ab79b76b112f820eb.png) no-repeat center / cover;
}
.container {
  background: url(/app/assets/images/details/bg-4258dcd3ebd062a056b5e21e39d62f38.png) no-repeat center / 100% 100%;
  padding: 20px 0;
}
.main {
  width: 1400px;
  margin: 0 auto;
}
.main-head {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 15px 24px;
}
.back {
  color: #B19557;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 24px;
  border-right: 1px solid #C9CDD4;
  width: 64px;
}
.back svg {
  width: 16px;
  height: 16px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #C9CDD4;
  font-size: 12px;
}
.breadcrumbs a {
  color: #4E5969;
  font-size: 14px;
  text-decoration: none;
}
.breadcrumbs a:last-child {
  color: #1D2129;
}
.base-info {
  background: #A681571A;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  display: flex;
  gap: 24px;
  margin-bottom: 45px;
}
.base-info .cover {
  width: 180px;
  height: 242px;
  border: 2px solid #B1955780;
  border-radius: 8px;
  padding: 10px;
}
.base-info .cover img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.base-info .infos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 786px;
}
.base-info .infos .info-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}
.base-info .infos .info-block {
  display: flex;
  gap: 8px;
}
.base-info .infos .info-block .info-label {
  color: #636E80;
  width: 120px;
  flex-shrink: 0;
}
.base-info .operations {
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
  gap: 10px;
}
.base-info .operations .operation {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  color: #4E5969;
  font-size: 14px;
  width: 102px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #0000001A;
  border-radius: 8px;
  height: 28px;
  cursor: pointer;
  user-select: none;
}
.base-info .operations .operation:hover {
  opacity: 0.8;
}
.base-info .operations .operation svg {
  width: 16px;
  height: 16px;
}
.section-title {
  height: 36px;
  min-width: 344px;
  background: url(/app/assets/images/details/section-title-a0c442bf0a5118ca74f743b5a06ef1c3.png) no-repeat left bottom;
  color: #423106;
  font-size: 18px;
  font-family: fangsong;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 32px;
}
.more {
  position: absolute;
  right: 0;
  top: 16px;
  display: flex;
  align-items: center;
  color: #B6987B;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
}
.more:hover {
  opacity: 0.8;
}
.more svg {
  width: 16px;
  height: 16px;
}
.volumes-wrap {
  margin-bottom: 58px;
  position: relative;
}
.volumes-wrap .volumes {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  max-height: 288px;
  overflow: hidden;
}
.volumes-wrap .volumes.all {
  max-height: unset;
}
.volumes-wrap .volume {
  gap: 16px;
  background: url(/app/assets/images/details/volume-31454abc068e948bc4783fa89b66947b.png) no-repeat center / 100% 100%;
  height: 44px;
  position: relative;
}
.volumes-wrap .volume .vol-name {
  color: #423106;
  font-size: 16px;
  margin-right: 6px;
  line-height: 44px;
  margin-left: 86px;
  max-width: 102px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.volumes-wrap .volume .vol-read,
.volumes-wrap .volume .vol-dir {
  color: #A68157;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  background: #A6815733;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 11px;
}
.volumes-wrap .volume .vol-read:hover,
.volumes-wrap .volume .vol-dir:hover {
  opacity: 0.8;
}
.volumes-wrap .volume .vol-read svg,
.volumes-wrap .volume .vol-dir svg {
  width: 16px;
  height: 16px;
}
.volumes-wrap .volume .vol-read {
  left: 206px;
}
.volumes-wrap .volume .vol-dir {
  left: 300px;
}
.volumes-wrap .volume .vol-dir.active {
  border: 1px solid #A68157;
  background: #A68157B2;
  color: #fff;
}
.about-wrap {
  margin-bottom: 58px;
  position: relative;
}
.about-wrap .abouts {
  display: flex;
  justify-content: flex-start;
  gap: 23px;
  flex-wrap: wrap;
}
.about-wrap .abouts .about {
  width: 180px;
  height: 283px;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
  user-select: none;
}
.about-wrap .abouts .about:hover {
  opacity: 0.8;
}
.about-wrap .abouts .about .a-cover {
  margin-bottom: 16px;
}
.about-wrap .abouts .about .a-cover img {
  display: block;
  width: 160px;
  height: 222px;
  object-fit: contain;
}
.about-wrap .abouts .about .a-name {
  color: #24110D;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.dir-wrap {
  margin-bottom: 58px;
  position: relative;
}
.dir-wrap .direction {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.dir-wrap .dir-item {
  background: #A6815726;
  padding: 0px 16px;
  height: fit-content;
}
.dir-wrap .dir-item .dir-item-name {
  padding-left: 22px;
  background: url(/app/assets/images/details/fold-f7243c508eabc0c74f293a4f1f89c36d.png) no-repeat 6px 20px / 12px 12px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dir-wrap .dir-item .dir-item-name.active {
  background-image: url(/app/assets/images/details/unfold-a89d8bab6879089201664044d800015e.png);
}
.dir-wrap .dir-item .dir-item-name.empty {
  background: none;
  position: relative;
}
.dir-wrap .dir-item .dir-item-name.empty::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 23px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8A6642;
}
.dir-wrap .dir-item .dir-item-sub {
  margin: 0;
  padding: 0;
  padding-left: 32px;
}
.dir-wrap .dir-item .dir-item-sub li::marker {
  color: #8A6642;
}
.dir-wrap .dir-item .dir-item-sub li {
  min-height: 50px;
  line-height: 50px;
}
.dir-wrap .dir-item .dir-item-sub li:last-child {
  border-bottom: none;
}
.dir-wrap .dir-item .dir-item-sub dl dd {
  position: relative;
}
.dir-wrap .dir-item .dir-item-sub dl dd::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #8A6642;
  position: absolute;
  top: 23px;
  left: -12px;
}
.dir-wrap .dir-item .dir-item-name,
.dir-wrap .dir-item .dir-item-sub li > div,
.dir-wrap .dir-item .dir-item-sub li dd {
  border-bottom: 1px dashed #C9CDD4;
  cursor: pointer;
}
.dir-wrap .dir-item .dir-item-name:hover,
.dir-wrap .dir-item .dir-item-sub li > div:hover,
.dir-wrap .dir-item .dir-item-sub li dd:hover {
  color: #A68157;
}
.share-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.share-layer .share-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 120px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.share-layer .share-wrap .social-share {
  display: flex;
  align-items: center;
  gap: 8px;
}
.share-layer .share-wrap .bshare-clipboard {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/app/assets/images/details/share-links-afbdfd1d53f3dbaad4f085a2f6b1891b.png) no-repeat center / 24px 24px;
  margin-left: 10px;
  border-radius: 50%;
  border: 1px solid #3D82F2;
}
