.top-banner {
  position: relative;
  height: 200px;
  background: linear-gradient(270deg, #A138FE 0%, #9373FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.top-banner::before {
  content: '';
  position: absolute;
  width: 182px;
  height: 152px;
  top: 0;
  left: 0;
  transform-origin: top left;
  background-image: url(https://images.litmedia.ai/litmediaen/assets/images/about-us/banner-left.png);
}

.top-banner::after {
  content: '';
  position: absolute;
  width: 203px;
  height: 159px;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  background-image: url(https://images.litmedia.ai/litmediaen/assets/images/about-us/banner-right.png);
}

.top-banner .base-maxwidth {
  position: relative;
  z-index: 1;
}

.top-banner h1 {
  font-weight: 600;
  font-size: 48px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.content-box {
  padding: 20px 16px 100px;
  position: relative;
}

.left-aside {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 10;
  display: none;
}

.left-aside.curr {
  display: block;
}

.left-aside.fixed {
  position: fixed;
  top: 120px;
}

.left-aside .menu-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 260px;
  border-radius: 10px 0 0 10px;
  color: #fff;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px #00000040;
  background: #956AFF url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/menu-arrow-icon.svg) no-repeat center / cover;
  transform: rotate(180deg);
}

.left-aside .menu-icon svg {
  display: none;
}

.left-aside .menu-icon.close {
  transform: rotate(0deg);
  border-radius: 0 10px 10px 0;
}

.left-aside .menu-icon.hide {
  display: none;
}

.left-aside .recent-blogs-box {
  display: flex;
  width: 260px;
  transition: 0.2s cubic-bezier(.4, 0, .2, 1);
}

.left-aside .recent-blogs {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px #00000040;
  overflow: hidden;
}

.recent-blogs .rb-title {
  background: linear-gradient(270deg, #956AFF 0%, #956AFF 100%);
  display: flex;
  align-items: center;
  height: 48px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
}

.recent-blogs .rb-list {
  max-height: 300px;
  overflow: auto;
}

.recent-blogs .rb-list li {
  position: relative;
  padding: 12px 0;
}

.recent-blogs .rb-list li::after {
  position: absolute;
  width: 8px;
  height: 14px;
  content: '';
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
  background: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/menu-arrow.svg);
}

.recent-blogs .rb-list li:hover::after {
  background: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/menu-arrow-hover.svg);
}

.recent-blogs .rb-list li+li::before {
  position: absolute;
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  left: 15px;
  top: 0;
  z-index: 1;
  background-color: #F4F4F4;
}

.recent-blogs .rb-list a {
  display: block;
  padding: 0 36px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.recent-blogs .rb-list li:hover a {
  color: #956AFF;
}

.recommended-product {
  width: 260px;
  border: 1px solid #E5CAFC;
  box-shadow: 0px 2px 8px 0px #00000040;
  background-color: #F9F3FF;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  border-radius: 10px;
  text-align: center;
}

.recommended-product .recommended-product-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.recommended-product .recommended-icon {
  height: 36px;
  width: 36px;
  margin-right: 11px;
}

.recommended-product.hide {
  display: none;
}

.recommended-product .slogan {
  margin: 24px 0;
  opacity: 0.6;
}

.recommended-product .linear-btn {
  --btn-color-a: #A138FE;
  --btn-color-b: #9373FF;
  --btn-linear-rotate: 270deg;
  width: 180px;
  height: 44px;
  margin-bottom: 30px;
}

.recommended-product .number-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recommended-product .number-count {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  background: linear-gradient(270deg, #A138FE 0%, #9373FF 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: fit-content;
}

.recommended-product .number-desc {
  font-size: 12px;
  line-height: 14px;
  opacity: 0.6;
  margin: 8px 0;
}

.article-container {
  max-width: 940px;
  margin: 0 auto;
}

.article-container .bread-crumbs {
  font-size: 14px;
  line-height: 17px;
}

.article-container .bread-crumbs a,
.article-container .bread-crumbs span {
  color: rgba(0, 0, 0, 0.6);
  transition: 0.2s cubic-bezier(.4, 0, .2, 1);
  padding: 6px 0;
}

.article-container .bread-crumbs a:hover {
  color: #956AFF;
  text-decoration: underline;
}

.article-content .bread-crumbs .gt {
  margin: 0 2px;
}

.author-box {
  margin: 20px 0 0;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
}

.author-box .author-avatar {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #D9D9D9;
  flex-shrink: 0;
  overflow: hidden;
}

.author-box .author-avatar img {
  max-width: 100%;
}

.author-box .author-info {
  flex-grow: 1;
  margin: 0 14px;
  color: #000000;
}

.author-box .author-info .author-name {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 4px;
}

.author-box .author-info .updated-time {
  font-size: 12px;
  line-height: 14px;
  opacity: 0.6;
}

.author-box .author-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.author-box .author-right .read-info {
  font-size: 12px;
  line-height: 14px;
  opacity: 0.6;
  margin-bottom: 7px;
}

.share-box {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.share-box p {
  margin-bottom: 0 !important;
}

.share-box .share-buttons {
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.share-box .share-buttons a {
  display: flex;
  margin-right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.also-like.hide {
  height: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}

.also-like .recommend-article li a {
  display: block;
  width: fit-content;
  padding: 4px 0;
  transition: all 0.2s cubic-bezier(.4, 0, .2, 1);
}

.also-like .recommend-article li a:hover {
  color: #956AFF;
  text-decoration: underline;
}

/* article content start */
.article-content-box {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  padding-top: 40px;
}

.article-content-box .mt0 {
  margin-top: 0px !important;
}

.article-content-box .mt10 {
  margin-top: 10px !important;
}

.article-content-box .mt20 {
  margin-top: 20px !important;
}

.article-content-box .mt30 {
  margin-top: 30px !important;
}

.article-content-box .mt40 {
  margin-top: 40px !important;
}

.article-content-box .mt50 {
  margin-top: 50px !important;
}

.article-content-box .mb0 {
  margin-bottom: 0px !important;
}

.article-content-box .mb10 {
  margin-bottom: 10px !important;
}

.article-content-box .mb20 {
  margin-bottom: 20px !important;
}

.article-content-box .mb30 {
  margin-bottom: 30px !important;
}

.article-content-box .mb40 {
  margin-bottom: 40px !important;
}

.article-content-box .mb50 {
  margin-bottom: 50px !important;
}

.article-content-box p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.article-content-box a:not(.linear-btn a) {
  transition: all 0.2s cubic-bezier(.4, 0, .2, 1);
}

.article-content-box a:not(.linear-btn a):hover {
  color: #956AFF;
  text-decoration: underline;
}

.article-content-box .inline-block {
  position: relative;
  top: -2px;
  display: inline-block;
}

.article-content-box .mr-5 {
  margin-right: 5px;
}

.article-content-box .hot-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/hot-icon.svg);
}

.article-content-box .video-box {
  margin: 40px 0;
}

.article-content-box .youtube-video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}

.article-content-box .youtube-video img {
  height: auto;
}

.article-content-box .video-box .oss-video {
  display: flex;
}

.article-content-box .video-box .oss-video video {
  border-radius: 10px;
  margin: 0 auto;
  max-width: 100%;
}

.youtube-video .play-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  cursor: pointer;
  background-size: 70px;
  background-image: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/play-icon.svg);
}

.article-content-box .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.article-content-box .button-group .linear-btn {
  --btn-color-a: #A138FE;
  --btn-color-b: #9373FF;
  --btn-linear-rotate: 270deg;
  width: 275px;
  height: 50px;
  margin: 20px 10px 0;
}

.article-content-box .button-group .linear-btn.orange {
  --btn-color-a: #FF7E1B;
  --btn-color-b: #FF7E1B;
}

.article-content-box .highlight {
  color: #7D10EA;
}

.article-content-box .highlight-orange {
  background-image: linear-gradient(180deg, #FF7E1B 0%, #FF7E1B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.article-content-box .highlight-bg {
  background-color: #FFEE99;
}

.article-content-box .underline {
  text-decoration: underline;
}

.article-content-box .link {
  text-decoration: underline;
  color: #7D10EA;
}

.article-content-box .link:hover {
  opacity: 0.7;
}

.article-content-box .img-box {
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
  width: fit-content;
}

.article-content-box .img-box.shadow {
  box-shadow: 0px 8px 6px 0px #00000040;
}

.article-content-box .audio-box {
  max-width: 353px;
  margin: 20px auto 0;
  border: 1px solid #E5CAFC;
  border-radius: 40px;
}

.article-content-box .play-audio {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 10px;
  background: #F9F3FF;
  border-radius: 23px;
}

.article-content-box .play-audio .audioPlay {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.article-content-box .play-audio .hove {
  margin: 0 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex: 1;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}

.play-audio .hove .bar {
  flex: 1;
  border-radius: 10px;
  margin-right: 8px;
  margin-left: 8px;
}

.play-audio .hove .bar .bg {
  position: relative;
  width: auto;
  height: 4px;
  background: #E5CAFC;
  cursor: pointer;
  border-radius: 10px;
}

.play-audio .hove .bar .progress-bar {
  background: #9B53FF;
  border-radius: 5px;
  width: 0%;
  height: 100%;
}

.article-content-box .collapse-box {
  border: 1px solid #E5CAFC;
  border-radius: 10px;
  background-color: #F9F3FF;
  padding: 20px 30px;
  margin: 40px 0;
  position: relative;
}

.collapse-box .collapse-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #E5CAFC;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.collapse-box .collapse-icon::before,
.collapse-box .collapse-icon::after {
  content: '';
  position: absolute;
  border-radius: 2px;
  background-color: #7D10EA;
}

.collapse-box .collapse-icon::before {
  top: 11px;
  left: 5px;
  width: 14px;
  height: 2px;
}

.collapse-box .collapse-icon::after {
  width: 2px;
  height: 14px;
  top: 5px;
  left: 11px;
  transform: rotate(90deg);
  transition: all 0.2s cubic-bezier(.4, 0, .2, 1);
}

.collapse-box.closed .collapse-icon::after {
  transform: rotate(0deg);
}

.collapse-box .collapse-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  margin: 0;
}

.collapse-box .callapse-content {
  padding-top: 20px;
}

.collapse-box .collapse-ol {
  margin: 20px 0 20px 20px;
}

.collapse-box .collapse-ol li {
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
}

.article-content-box h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 40px 0;
}

.article-content-box .border-h2 {
  border: 1px solid #E5CAFC;
  border-radius: 10px;
  background-color: #F9F3FF;
  padding: 18px 24px;
}

.article-content-box .line-h2 {
  padding: 4px 20px;
  border-left: 5px solid #7D10EA;
}

.article-content-box .left-h2 {
  padding: 18px 24px;
  background: linear-gradient(90deg, #F9F3FF 51.78%, rgba(249, 243, 255, 0) 100%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.article-content-box .left-h2::before {
  width: 8px;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7D10EA;
}

.article-content-box .anchor-point {
  position: relative;
  margin: 0;
  height: 0;
  overflow: hidden;
  top: -80px;
}

.article-content-box .anchor-point+h2,
.article-content-box .anchor-point+h3 {
  margin-top: 0;
}

.article-content-box h3 {
  margin: 40px 0;
  font-size: 24px;
  line-height: 26px;
}

.article-content-box h4 {
  margin: 40px 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}

.article-content-box h5 {
  margin: 40px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.article-content-box .h-box {
  margin: 40px 0;
}

.article-content-box .h-box .h-box {
  margin: 20px 0;
  padding-left: 20px;
}

.article-content-box .h-box h4,
.article-content-box .h-box h5 {
  margin-top: 20px;
}

.article-content-box .h-box h3,
.article-content-box .h-box h4,
.article-content-box .h-box h5 {
  margin-bottom: 10px;
}

.article-content-box .h-box p:last-child {
  margin-bottom: 0;
}

.article-content-box .step-box {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.article-content-box .step-box .step-left {
  flex-shrink: 0;
}

.article-content-box .step-box .step-right {
  flex-grow: 1;
  font-size: 18px;
  line-height: 26px;
}

.article-content-box .step-text .step-left {
  font-size: 18px;
  line-height: 18px;
  color: #7D10EA;
  margin-right: 16px;
  font-weight: 600;
}

.article-content-box .step-block .step-left {
  padding: 4px 5px;
  border-radius: 4px;
  background-color: #7D10EA;
  margin-right: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
}

.article-content-box .step-arrow .step-left {
  padding: 4px 0 4px 5px;
  border-radius: 4px 0 0 4px;
  background-color: #7D10EA;
  margin-right: 17px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  position: relative;
}

.article-content-box .step-arrow .step-left::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #7D10EA;
  position: absolute;
  top: 0;
  right: -10px;
}

.article-content-box .step-dot .step-left {
  line-height: 18px;
  font-weight: 600;
  margin-right: 11px;
  display: flex;
  align-items: center;
  color: #7D10EA;
  ;
}

.article-content-box .step-dot .step-left::before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #7D10EA;
  ;
}

.article-content-box .section-box {}

.article-content-box ul {
  margin: 20px 0;
}

.article-content-box ul li {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  padding-left: 20px;
  list-style: none;
}

.article-content-box .list-dot li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #000;
  border-radius: 50%;
}

.article-content-box .list-number {
  counter-reset: list-counter;
}

.article-content-box .list-number li {
  counter-increment: list-counter;
}

.article-content-box .list-number li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  top: 0;
  left: 0;
}

.article-content-box .list-star li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/purple-start.svg);
}

.article-content-box .list-yes li::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0;
  background: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/yes.png) no-repeat center /cover;
}

.article-content-box .list-no li::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0;
  background: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/no.png) no-repeat center /cover;
}

.table-overflow {
  margin: 40px 0;
  border: 1px solid #E5CAFC;
  border-radius: 10px;
  overflow-x: auto;
}

.table-overflow .table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  min-width: 800px;
}

.table-overflow .table th {
  background-color: #F9F3FF;
  border-bottom: 1px solid #E5CAFC;
  font-size: 16px;
  line-height: 16px;
  padding: 16px 12px;
  font-weight: 600;
}

.table-overflow .table td {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}

.table-overflow .table tr:first-child td {
  padding-top: 24px;
}

.table-overflow .table tr:last-child td {
  padding-bottom: 24px;
}

.bg-purple-box {
  border: 1px solid #E5CAFC;
  border-radius: 10px;
  background-color: #F9F3FF;
  padding: 20px 30px 24px;
  margin: 40px 0;
}

.bg-orange-box {
  border: 1px solid #FEC08F;
  border-radius: 10px;
  background-color: #FFF1E6;
  padding: 20px 30px 24px;
  margin: 40px 0;
}

.bg-purple-box .title,
.bg-orange-box .title {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.bg-purple-box .title svg,
.bg-orange-box .title svg {
  margin-right: 5px;
  color: #fff;
}

.bg-purple-box ul,
.bg-orange-box ul {
  margin: 0;
}

.article-content-box .comparison-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.article-content-box .comparison-group.column {
  grid-template-columns: none;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.comparison-group .bg-purple-box,
.comparison-group .bg-orange-box {
  margin: 0;
}

.orange-smile-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/orange-smile-icon.svg);
}

.purple-smile-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/purple-smile-icon.svg);
}

.orange-dismay-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/orange-dismay-icon.svg);
}

.purple-dismay-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/purple-dismay-icon.svg);
}

.tips-icon {
  display: inline-block;
  width: 14px;
  height: 19px;
  background: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/tips-icon.svg);
}

.note-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(https://images.litmedia.ai/litmediaen/assets/images/article-detail/note-icon.svg);
}

/* article content end */

@media (max-width: 1600px) {
  .left-aside {
    left: -260px;
    top: -60px;
    width: 260px;
    transition: left 0.2s cubic-bezier(.4, 0, .2, 1);
  }

  .left-aside.show {
    left: 0;
  }

  .left-aside.fixed {
    top: 100px;
  }

  .left-aside .recent-blogs {
    border-radius: 0 0 10px 0;
    position: relative;
    z-index: 1;
  }

  .recent-blogs .rb-title {
    height: 40px;
    padding: 8px 16px;
  }
}

@media (max-width: 1024px) {
  .top-banner {
    height: 165px;
  }

  .top-banner::before,
  .top-banner::after {
    transform: scale(0.5);
  }

  .top-banner h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .author-box,
  .article-content-box .collapse-box,
  .article-content-box .border-h2,
  .article-content-box .left-h2 {
    padding: 16px 20px;
  }

  .collapse-box .collapse-icon {
    top: 16px;
    right: 20px;
  }

  .bg-purple-box,
  .bg-orange-box {
    padding: 16px 20px;
  }

  .article-content-box .line-h2 {
    padding-left: 15px;
  }

  .youtube-video .play-button {
    background-size: 56px;
  }

  .recent-blogs .rb-title {
    padding: 8px 16px;
  }

  .recent-blogs .rb-list a {
    padding-left: 16px;
  }
}

@media (max-width: 768px) {
  .article-content-box .comparison-group {
    grid-template-columns: none;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .author-box .author-avatar {
    width: 36px;
    height: 36px;
  }

  .author-box .author-info {
    margin: 0 10px;
  }

  .rating-star svg {
    width: 16px;
    height: 16px;
  }
}


@media (max-width: 1440px) and (max-height: 800px) {
  .recent-blogs .rb-list {
    max-height: 180px;
    overflow: auto;
  }

  .recommended-product {
    padding: 24px 16px 16px;
  }

  .recommended-product .slogan {
    margin: 16px 0;
  }

  .recommended-product .linear-btn {
    margin-bottom: 24px;
  }
}