header {
  position: static;
}
.banner {
  padding: 88px 0 68px 0;
  background: linear-gradient(270deg, #CDC4F5 0%, #EACAFF 50%, #F0C8E8 100%);
}
.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-content h1 {
  color: #13141C;
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.banner-content .banner-desc {
  color: #424243;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.banner-content .banner-search {
  max-width: 680px;
  width: 100%;
}
.banner-content .banner-search .search-input-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 26px;
  background: #FFF;
  border-radius: 87px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.banner-content .banner-search .search-input-wrapper .search-content {
  display: flex;
  align-items: center;
  width: 100%;
}
.banner-content .banner-search .search-input-wrapper .search-content::after {
  content: '';
  width: 1px;
  height: 26px;
  background: #E3D0FF;
  margin-left: 18px;
  flex-shrink: 0;
}
.banner-content .banner-search .search-input-wrapper.has-content {
  opacity: 1;
}
.banner-content .banner-search .search-input-wrapper .search-input {
  flex: 1;
  height: 50px;
  padding: 0 0 0 24px;
  border: none;
  border-radius: 87px;
  background: transparent;
  color: #13141C;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
}
.banner-content .banner-search .search-input-wrapper .search-input::placeholder {
  color: #5E5E5E;
  font-size: 14px;
  line-height: 1.8;
}
.banner-content .banner-search .search-input-wrapper .search-input::-webkit-search-cancel-button {
  display: none;
}
.banner-content .banner-search .search-input-wrapper .search-icon-btn {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0 16px 0 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.banner-content .banner-search .search-input-wrapper .search-icon-btn:hover {
  opacity: 0.7;
}
.banner-content .banner-search .search-input-wrapper .search-icon-btn .search-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.banner-content .banner-search .popular-tag {
  display: flex;
  align-items: center;
  gap: 13px;
}
.banner-content .banner-search .popular-tag .tag-title {
  color: #3B3B3B;
  font-size: 14px;
  line-height: 1.8;
}
.banner-content .banner-search .popular-tag .tag {
  padding: 5px 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.22);
  color: #5E5E5E;
  font-size: 14px;
  line-height: 1.8;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner-content .banner-search .popular-tag .tag:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #3B3B3B;
}
.blog {
  padding: 36px 0 86px 0;
}
.blog-content .nav-list {
  display: flex;
  align-items: center;
  gap: 65px;
  margin-bottom: 54px;
}
.blog-content .nav-list .list-item {
  font-size: 18px;
  line-height: 1.8;
  cursor: pointer;
  padding-bottom: 8px;
}
.blog-content .nav-list .first-item {
  color: #535353;
  font-weight: 600;
}
.blog-content .nav-list .other-item {
  position: relative;
}
.blog-content .nav-list .other-item .list-item-title {
  position: relative;
  color: #999;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
.blog-content .nav-list .other-item .list-item-title .list-arrow {
  font-size: 12px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.blog-content .nav-list .other-item .list-item-title::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 18px;
  background: transparent;
}
.blog-content .nav-list .other-item .list-item-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 3px 26px 0 rgba(112, 80, 186, 0.1);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 200px;
  z-index: 10;
}
.blog-content .nav-list .other-item .list-item-dropdown a {
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid transparent;
}
.blog-content .nav-list .other-item .list-item-dropdown a:hover {
  color: #9027FF;
  border-bottom-color: #9027FF;
}
.blog-content .nav-list .other-item.active .list-item-title {
  color: #9027FF;
  border-bottom-color: #9027FF;
}
.blog-content .nav-list .other-item.active .list-item-title .list-arrow {
  transform: rotate(180deg);
}
.blog-content .nav-mobile-list {
  display: none;
}
.blog-content .blog-category {
  display: flex;
  flex-direction: column;
  gap: 86px;
}
.blog-content .blog-category .category-panel {
  padding: 22px 28px 10px 27px;
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0 3px 26px 0 rgba(112, 80, 186, 0.1);
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.blog-content .blog-category .panel-left {
  max-width: 540px;
}
.blog-content .blog-category .panel-left .panel-left-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #3B3B3B;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  padding-bottom: 10px;
}
.blog-content .blog-category .panel-left .panel-left-head a {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  color: #5E5E5E;
  font-size: 14px;
  line-height: 1.8;
}
.blog-content .blog-category .panel-left .panel-left-head a::after {
  content: '>>';
  display: inline-block;
  transition: all 300ms;
}
.blog-content .blog-category .panel-left .panel-left-head a:hover {
  color: #9027FF;
}
.blog-content .blog-category .panel-left .panel-left-head a:hover::after {
  color: #9027FF;
  transform: translateX(10px);
}
.blog-content .blog-category .panel-left .panel-left-main {
  padding-top: 18px;
  border-top: 1px solid #E3E0E0;
}
.blog-content .blog-category .panel-left .panel-left-main .main-title {
  color: #3B3B3B;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 12px;
}
.blog-content .blog-category .panel-left .panel-left-main .main-title:hover {
  color: #9027FF;
}
.blog-content .blog-category .panel-left .panel-left-main .main-desc {
  color: #5E5E5E;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.blog-content .blog-category .panel-left .panel-left-main .main-publish-time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.blog-content .blog-category .panel-left .panel-left-main .main-publish-time img {
  width: 16px;
  height: 16px;
}
.blog-content .blog-category .panel-left .panel-left-main .main-publish-time span {
  color: #898989;
  font-size: 12px;
  line-height: 1.8;
}
.blog-content .blog-category .panel-left .panel-left-main .main-figure {
  border-radius: 8px;
  width: 100%;
}
.blog-content .blog-category .panel-left .panel-left-main .main-figure img {
  border-radius: 8px;
  width: 100%;
}
.blog-content .blog-category .panel-right {
  max-width: 386px;
  min-width: 280px;
}
.blog-content .blog-category .panel-right .panel-right-head {
  color: #3B3B3B;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  padding-bottom: 10px;
}
.blog-content .blog-category .panel-right .panel-right-head .mobile-icon {
  display: none;
}
.blog-content .blog-category .panel-right .panel-right-list {
  border-top: 1px solid #E3E0E0;
}
.blog-content .blog-category .panel-right .normal-item {
  padding: 18px 0;
}
.blog-content .blog-category .panel-right .spe-item {
  padding: 38px 0;
}
.blog-content .blog-category .panel-right .spe-item:first-child {
  padding: 18px 0 38px 0;
}
.blog-content .blog-category .panel-right .spe-item:last-child {
  padding: 38px 0 32px 0;
}
.blog-content .blog-category .panel-right .panel-list-item {
  display: flex;
  gap: 10px;
  position: relative;
}
.blog-content .blog-category .panel-right .panel-list-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url("../../img/common/blog/line.png");
  pointer-events: none;
}
.blog-content .blog-category .panel-right .panel-list-item:first-child::before {
  display: none;
}
.blog-content .blog-category .panel-right .panel-list-item .list-num {
  color: #9027FF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}
.blog-content .blog-category .panel-right .panel-list-item .item-detail a {
  color: #3B3B3B;
  font-size: 14px;
  line-height: 1.8;
}
.blog-content .blog-category .panel-right .panel-list-item .item-detail a:hover {
  color: #9027FF;
}
.blog-content .blog-category .panel-right .panel-list-item .item-detail .publish-time {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-content .blog-category .panel-right .panel-list-item .item-detail .publish-time img {
  width: 16px;
  height: 16px;
}
.blog-content .blog-category .panel-right .panel-list-item .item-detail .publish-time span {
  color: #898989;
  font-size: 12px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .banner {
    padding: 36px 0 26px 0;
  }
  .banner-content h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .banner-content .banner-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner-content .banner-search .search-input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 26px;
    background: #FFF;
    border-radius: 87px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
  .banner-content .banner-search .search-input-wrapper .search-content {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .banner-content .banner-search .search-input-wrapper .search-content::after {
    content: '';
    width: 1px;
    height: 26px;
    background: #E3D0FF;
    margin-left: 18px;
    flex-shrink: 0;
  }
  .banner-content .banner-search .search-input-wrapper.has-content {
    opacity: 1;
  }
  .banner-content .banner-search .search-input-wrapper .search-input {
    flex: 1;
    height: 48px;
    padding: 0 0 0 24px;
    border: none;
    border-radius: 87px;
    background: transparent;
    color: #13141C;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
  }
  .banner-content .banner-search .search-input-wrapper .search-input::placeholder {
    color: #5E5E5E;
    font-size: 14px;
    line-height: 1.8;
  }
  .banner-content .banner-search .search-input-wrapper .search-input::-webkit-search-cancel-button {
    display: none;
  }
  .banner-content .banner-search .search-input-wrapper .search-icon-btn {
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0 16px 0 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-content .banner-search .search-input-wrapper .search-icon-btn .search-icon {
    width: 100%;
    height: 100%;
    display: block;
  }
  .banner-content .banner-search .popular-tag {
    flex-direction: column;
    gap: 10px;
  }
  .banner-content .banner-search .popular-tag .tag-title {
    display: none;
  }
  .blog {
    padding: 22px 0 70px 0;
  }
  .blog-content .nav-list {
    display: none;
  }
  .blog-content .nav-mobile-list {
    display: block;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 3px 26px 0 rgba(112, 80, 186, 0.1);
    padding: 16px;
    margin-bottom: 32px;
  }
  .blog-content .nav-mobile-list .nav-mobile-list-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .blog-content .nav-mobile-list .nav-mobile-list-title span {
    font-size: 18px;
    color: #535353;
    font-weight: 600;
  }
  .blog-content .nav-mobile-list .nav-mobile-list-title .list-arrow {
    font-size: 14px;
    color: #535353;
    display: inline-block;
    transition: transform 0.3s ease;
  }
  .blog-content .nav-mobile-list .nav-mobile-dropdown {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
  }
  .blog-content .nav-mobile-list.active .nav-mobile-list-title .list-arrow {
    transform: rotate(180deg);
  }
  .blog-content .nav-mobile-list .dropdown-item {
    margin-bottom: 8px;
  }
  .blog-content .nav-mobile-list .dropdown-item .inner-title {
    color: #999;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .blog-content .nav-mobile-list .dropdown-item .inner-dropdown {
    border-radius: 8px;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    margin-top: 8px;
  }
  .blog-content .nav-mobile-list .dropdown-item .inner-dropdown a {
    color: #999;
    font-size: 14px;
  }
  .blog-content .nav-mobile-list .dropdown-item .inner-dropdown a:active {
    color: #9027FF;
  }
  .blog-content .nav-mobile-list .dropdown-item.active .inner-title {
    color: #9027FF;
  }
  .blog-content .blog-category {
    gap: 40px;
  }
  .blog-content .blog-category .category-panel {
    padding: 13px 18px 20px 18px;
    border-radius: 6px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .blog-content .blog-category .panel-left {
    max-width: 768px;
  }
  .blog-content .blog-category .panel-left .panel-left-head {
    font-size: 22px;
  }
  .blog-content .blog-category .panel-left .panel-left-head a {
    display: none;
  }
  .blog-content .blog-category .panel-left .panel-left-main {
    padding-top: 14px;
    border-top: unset;
  }
  .blog-content .blog-category .panel-left .panel-left-main .main-title {
    margin-bottom: 14px;
  }
  .blog-content .blog-category .panel-left .panel-left-main .main-desc {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .blog-content .blog-category .panel-left .panel-left-main .main-publish-time {
    margin-bottom: 10px;
  }
  .blog-content .blog-category .panel-left .panel-left-main .main-figure {
    border-radius: 6px;
  }
  .blog-content .blog-category .panel-left .panel-left-main .main-figure img {
    border-radius: 6px;
  }
  .blog-content .blog-category .panel-right {
    max-width: 768px;
    width: 100%;
  }
  .blog-content .blog-category .panel-right .panel-right-head {
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .blog-content .blog-category .panel-right .panel-right-head .mobile-icon {
    display: block;
  }
  .blog-content .blog-category .panel-right .panel-right-head .mobile-icon img {
    width: 18px;
    height: 18px;
  }
  .blog-content .blog-category .panel-right .panel-right-list {
    border-top: 1px solid #DCDCDC;
  }
  .blog-content .blog-category .panel-right .normal-item,
  .blog-content .blog-category .panel-right .spe-item {
    padding: 20px 0;
  }
  .blog-content .blog-category .panel-right .normal-item:first-child,
  .blog-content .blog-category .panel-right .spe-item:first-child {
    padding: 15px 0 20px 0;
  }
  .blog-content .blog-category .panel-right .normal-item:last-child,
  .blog-content .blog-category .panel-right .spe-item:last-child {
    padding: 20px 0 15px 0;
  }
  .blog-content .blog-category .panel-right .panel-list-item {
    gap: 8px;
  }
  .blog-content .blog-category .panel-right .panel-list-item::before {
    background-image: url("../../img/common/blog/line-mobile.png");
  }
  .blog-content .blog-category .panel-right .panel-list-item .item-detail a {
    color: #3B3B3B;
    font-size: 14px;
    line-height: 1.8;
  }
  .blog-content .blog-category .panel-right .panel-list-item .item-detail a:hover {
    color: #3B3B3B;
  }
  .blog-content .blog-category .panel-right .panel-list-item .item-detail .publish-time {
    margin-top: 8px;
    margin-left: -22px;
    gap: 10px;
  }
  .blog-content .blog-category .panel-right .panel-list-item .item-detail .publish-time img {
    width: 12px;
    height: 12px;
  }
  .blog-content .blog-category .panel-right .panel-list-item .item-detail:active a {
    color: #9027FF;
  }
  .blog-content .blog-category .panel-right .panel-list-item .item-detail:active .publish-time span {
    color: #9027FF;
  }
}
