* {
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  background: #000000;
  box-sizing: border-box;
}

.help-page {
  max-width: 1552px;
  min-height: calc(100vh - 255px - 84px);
  margin: 0 auto;
  padding: 0 16px 50px;
  color: #fff;
}
.help-page .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-top: 17px;
}
.help-page .breadcrumbs .back {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  height: 56px;
}
.help-page .breadcrumbs .back .left {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #FFFFFF;
}
.help-page .breadcrumbs .back .left img {
  width: 24px;
  height: 24px;
}
.help-page .breadcrumbs .bread-right {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.help-page .breadcrumbs .bread-right img {
  width: 24px;
  height: 24px;
}
.help-page .breadcrumbs .bread-right a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  cursor: pointer;
  line-height: 24px;
}
.help-page .breadcrumbs .bread-right a:hover {
  color: #FFFFFF;
}
.help-page .breadcrumbs .bread-right span:last-child {
  color: #FFF;
}
.help-page .help-container {
  display: flex;
  gap: 40px;
}
.help-page .help-container .aside-menu {
  width: 200px;
  border-radius: 12px;
  height: fit-content;
  flex-shrink: 0;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.help-page .help-container .aside-menu .menu-item {
  height: 54px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}
.help-page .help-container .aside-menu .menu-item:hover {
  color: #FFFFFF;
  background: rgb(36, 36, 36);
}
.help-page .help-container .aside-menu .menu-item.active {
  background: rgb(36, 36, 36);
  color: #FFFFFF;
}
.help-page .help-container .main-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.help-page .help-container .main-content .content-item {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.help-page .help-container .main-content .content-item:last-child {
  border-bottom: none;
}
.help-page .help-container .main-content .content-item .content-item-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.help-page .help-container .main-content .content-item .content-item-title span:first-child {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  flex: 1;
  margin-right: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.help-page .help-container .main-content .content-item .content-item-title .time {
  color: rgb(121, 121, 121);
  font-size: 12px;
  white-space: nowrap;
  line-height: 20px;
  flex-shrink: 0;
}
.help-page .help-container .main-content .content-item .content-item-desc span {
  color: rgb(121, 121, 121);
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.help-page .help-container .main-content .help-detail-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 8px;
}
.help-page .help-container .main-content .help-detail-time {
  font-size: 12px;
  line-height: 17px;
  color: rgb(121, 121, 121);
}
.help-page .help-container .right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 32px;
  border-left: 1px solid rgb(68, 68, 68);
  min-height: 200px;
}
.help-page .help-container .line {
  width: 100%;
  height: 1px;
  background: rgb(68, 68, 68);
}
.help-page.help-detail-page .main-content {
  gap: 0;
}
.help-page.help-detail-page .main-content .line {
  margin: 16px 0 24px;
}

@media (max-width: 1552px) {
  .help-page {
    padding: 0 16px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .help-page {
    padding: 0 16px;
    padding-bottom: 50px;
  }
  .help-page.help-detail-page .main-content {
    gap: 0 !important;
  }
  .help-page.help-detail-page .main-content .line {
    margin: 16px 0 24px !important;
    margin-bottom: 24px !important;
  }
  .help-page .breadcrumbs {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 0px;
  }
  .help-page .breadcrumbs .bread-right {
    font-size: 12px;
  }
  .help-page .help-container {
    flex-direction: column;
    gap: 20px;
  }
  .help-page .help-container .aside-menu {
    width: 100%;
    padding: 16px 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 2px;
  }
  .help-page .help-container .aside-menu .menu-item {
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    color: rgb(121, 121, 121);
  }
  .help-page .help-container .aside-menu .menu-item.active {
    color: #FFFFFF;
  }
  .help-page .help-container .right-content {
    padding-left: 0;
    border-left: none;
    gap: 16px;
  }
  .help-page .help-container .main-content {
    padding-left: 0;
    border-left: none;
    gap: 16px;
  }
  .help-page .help-container .main-content .content-item {
    padding: 0;
  }
  .help-page .help-container .main-content .content-item .content-item-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .help-page .help-container .main-content .content-item .content-item-title span:first-child {
    font-size: 16px;
    margin-right: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .help-page .help-container .main-content .content-item .content-item-title .time {
    font-size: 12px;
  }
  .help-page .help-container .main-content .content-item .content-item-desc span {
    font-size: 14px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .help-page.help-detail-page .aside-menu {
    display: none;
  }
  .help-page.help-detail-page .breadcrumbs {
    line-height: 40px;
  }
  .help-page.help-detail-page .main-content {
    padding-top: 16px;
  }
  .help-page.help-detail-page .main-content .help-detail-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .help-page.help-detail-page .main-content .help-detail-time {
    font-size: 12px;
    line-height: 27px;
    color: rgb(121, 121, 121);
  }
  .help-page.help-detail-page .main-content .line {
    width: 100%;
    height: 1px;
    background: rgb(68, 68, 68);
    margin-bottom: 8px;
  }
  .help-page.help-detail-page .main-content .help-detail-content {
    font-size: 14px;
  }
}

/*# sourceMappingURL=help.css.map */
