/* Christmas banner start */
.the_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: #363838;
}
.the_banner .banner-content {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
@media (min-width: 992px) {
  .the_banner .banner-content {
    white-space: normal;
  }
}
.the_banner .banner-content .icon {
  width: 30px;
  height: 32px;
  flex-shrink: 0;
}
.the_banner .banner-content a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  text-decoration: underline;
  display: inline-block;
}
@media (min-width: 992px) {
  .the_banner .banner-content a {
    font-size: 18px;
    line-height: 27px;
    white-space: normal;
  }
}
.the_banner .banner-content a:hover {
  opacity: 0.7;
}
.the_banner .banner-content a .yellow-word {
  font-weight: 900;
  color: #ffcf1b;
}
/* Christmas banner end- */
video {
  clip-path: inset(-1px -1px);
}

video:focus {
  outline: none;
}

.text-primary a {
  color: #f50 !important;
}

.ms-32 {
  margin-left: 32px;
}

.mt-32 {
  margin-top: 32px;
}

main h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
  margin-top: 40px;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  main h2 {
    font-size: 24px;
    font-weight: 500;
  }
}
main h3 {
  font-size: 24px;
}

.sec1 {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(255, 85, 0, 0.15) -72%,
    rgba(255, 85, 0, 0) 100%
  );
}
.sec1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 202px;
  height: 249px;
  background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-lft.png")
    no-repeat;
  background-size: 100%;
}
.sec1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 298px;
  height: 184px;
  background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-rgt.png")
    no-repeat;
  background-size: 100%;
}
.sec1 .container {
  max-width: 1467px;
}
.sec1 .content {
  padding: 118px 0 4px;
}
.sec1 .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 704px;
  height: 307px;
  background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-center.png")
    no-repeat;
  background-size: 100%;
}
.sec1 .content h1 span {
  color: #ff5500;
}
.sec1 .content p {
  max-width: 788px;
  margin: 12px 0 32px;
  color: #6b6b6b;
}
.sec1 .content  .dev-desktop{
  margin-top: 32px;
}
.sec1 .content  .dev-mobile{
  margin-top: 24px;
}
.sec1 svg {
  margin-top: -4px;
}
.sec1 .btn-group {
  gap: 32px;
}
.sec1 .switch-sys {
  text-decoration: underline;
}
@media (max-width: 1599.98px) {
  .sec1::before {
    width: 192px;
    height: 127px;
    background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-xl-lft.png")
      no-repeat;
    background-size: 100%;
  }
  .sec1::after {
    width: 216px;
    height: 124px;
    background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-xl-rgt.png")
      no-repeat;
    background-size: 100%;
  }
  .sec1 .container {
    max-width: 1224px;
  }
  .sec1 .content {
    /* padding: 84px 0 77px; */
  }
  .sec1 .content::before {
    transform: translateX(-50%);
    width: 504px;
    height: 220px;
    background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-center.png") no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1279.98px) {
  .sec1::before,
  .sec1::after {
    display: none;
  }
  .sec1 .content {
    padding: 40px 0 0;
  }
  .sec1 .content::before {
    width: 350px;
    height: 168px;
    top: 60px;
  }
  .sec1 .content p {
    margin: 16px 0;
    font-size: 16px;
  }
  .sec1 .content h1 {
    font-size: 26px;
  }
  .sec1 .btn-group {
    gap: 16px;
  }
}

#articl-part {
  padding-bottom: 100px;
}
#articl-part {
  padding: 64px 0;
}
#articl-part .container {
  max-width: 1716px;
}
#articl-part .articl-part-wrap {
  gap: 48px;
}
@media (max-width: 1599.98px) {
  #articl-part .articl-part-wrap {
    gap: 40px;
  }
}
@media (max-width: 1279.98px) {
  #articl-part .articl-part-wrap {
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  #articl-part .articl-part-wrap {
    gap: 0px;
  }
}
#articl-part .guide-part {
  width: 280px;
  flex-shrink: 0;
  transition: all 0.4s;
  left: 0px;
}
#articl-part .guide-part h3 {
  font-size: 24px;
  font-weight: 500;
}
#articl-part .guide-part .content {
  position: sticky;
  /*top: 70px; */
  top: 110px;
}
#articl-part .guide-part .guide-wrap {
  margin-top: 24px;
  padding: 8px 8px 24px 8px;
  background: #f6f8fc;
  border-radius: 12px;
}
#articl-part .guide-part .guide-list {
  max-height: 416px;
  overflow: overlay;
  font-weight: 400;
  line-height: 150%;
  color: #212121;
  scrollbar-gutter: stable;
  padding-right: 4px;
}
#articl-part .guide-part .guide-list .guide-item {
  position: relative;
  padding-right: 0;
}

#articl-part .guide-part .guide-list .guide-item > a:hover {
  color: #212121;
}

#articl-part .guide-part .guide-list .guide-item.show {
  padding-top: 12px;
}
#articl-part .guide-part .guide-list .guide-item:first-child.show {
  padding-top: 0px;
}
#articl-part .guide-part .guide-list .guide-item a {
  display: block;
  font-size: 14px;
}
#articl-part .guide-part .guide-list .guide-item .guide-item-tit {
  font-size: 16px;
  display: block;
  font-weight: 600;
}
#articl-part .guide-part .guide-list .guide-item:not(.show) > a {
  padding: 8px 12px;
  line-height: 1.5;
}
#articl-part .guide-part .guide-list .guide-item:nth-child(1) > a {
  padding-top: 0;
}
#articl-part .guide-part .guide-list .guide-item:nth-child(1) ul {
  list-style: none;

  display: none;
  max-width: 266px;
  max-height: 0;
  transition: all 0.4s;
  overflow: hidden;
}
#articl-part .guide-part .guide-list .guide-item.show ul {
  max-height: 500px;
  margin-top: 16px;
  list-style: none;
  position: relative;
}
#articl-part .guide-part .guide-list .guide-item.show ul::after {
  content: "";
  width: 1px;
  height: calc(100% - 34px);
  border-right: 1px dashed #d8dfe2;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
#articl-part .guide-part .guide-list .guide-item.show ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
#articl-part .guide-part .guide-list .guide-item.show ul li a:hover {
  text-decoration: none;
}
#articl-part .guide-part .guide-list .guide-item.show ul li:not(:nth-child(1)) {
  margin-top: 8px;
}
#articl-part .guide-part .guide-list .guide-item.show ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #a2a7a9;
  position: absolute;
  left: -22px;
  top: 7px;
  z-index: 10;
}
#articl-part .guide-part .guide-list .guide-item.show ul li.active a {
  color: #f50;
}
#articl-part .guide-part .guide-list .guide-item.show ul li.active::before {
  border: 2px solid #f50;
}
#articl-part .guide-part .guide-list .guide-item > a {
  padding: 0 12px;
}
#articl-part .guide-part .guide-list .guide-item.show > a {
  border-radius: 2px;
  background: #e6e6e6;
  padding: 12px;
}
#articl-part .guide-part .guide-list .guide-item.show::after {
  content: none;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjUgMTcuNUw1IDcuNUwxOCA3LjVMMTEuNSAxNy41WiIgZmlsbD0iI0ZGNTUwMCIvPgo8L3N2Zz4=")
    no-repeat center center;
  position: absolute;
  top: 12px;
  right: 8px;
  transform: none;
  transition: all 0.4s;
}
#articl-part .guide-part .guide-list .guide-item.show.not-show::after {
  transform: rotate(-90deg);
  top: 12px;
}
#articl-part .guide-part .guide-list .guide-item:nth-child(1) ul {
  display: block;
}
#articl-part .guide-part .guide-list .guide-item.show.not-show {
  padding: 12px 0;
}
#articl-part .guide-part .guide-list .guide-item.show.not-show ul {
  max-height: 0;
  overflow: hidden;
  display: none;
}
#articl-part .guide-part .guide-list::-webkit-scrollbar {
  width: 8px;
  position: absolute;
}
#articl-part .guide-part .guide-list::-webkit-scrollbar-track {
  background-color: inherit;
}
#articl-part .guide-part .guide-list::-webkit-scrollbar-thumb {
  background: #d8dfe2;
  border-radius: 25px;
}
#articl-part .guide-part .boder {
  margin: 24px 0;
  width: 100%;
  border-bottom: 1px dashed #d8dfe2;
}
#articl-part .guide-part .down-wrap {
  padding-right: 12px;
}
#articl-part .guide-part .down-wrap .tit {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
  color: #212121;
}
#articl-part .guide-part .btn {
  width: fit-content;
}
#articl-part .content-part {
  /* margin-left: 48px; */
  max-width: 1020px;
}
@media (max-width: 1599.98px) {
  #articl-part .content-part {
    max-width: 806px;
  }
}
#articl-part {
  padding-bottom: 100px;
}
#articl-part .content-part {
  color: #212121;
}
#articl-part .content-part .breadcrumb {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
#articl-part .content-part .breadcrumb a {
  color: #6b6b6b;
}
#articl-part .content-part .des {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 30px 0;
}
#articl-part .content-part .component-navigation {
  margin: 32px 0;
}
#articl-part .content-part .component-navigation a {
  display: block;
  color: #0670fb;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 32px;
  position: relative;
}
#articl-part .content-part .component-navigation a:not(:nth-child(1)) {
  margin-top: 20px;
}
#articl-part .content-part .component-navigation a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3IDEyLjVMNyAxOUw3IDZMMTcgMTIuNVoiIGZpbGw9IiMwNjcwRkIiLz4KPC9zdmc+");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#articl-part .content-part .component-navigation a:hover {
  text-decoration: underline;
}
#articl-part .content-part .component-step {
  margin: 30px 0;
  position: relative;
}
#articl-part .content-part .component-step .component-step-tit {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}
#articl-part .content-part .component-step .component-step-tit span {
  position: absolute;
  left: -98px;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://images.tenorshare.com/img-2023/guide/guide-tit-point.png")
    no-repeat;
  background-size: 100% 100%;
  color: var(--unnamed, #fff);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  padding: 0 20px 0 10px;
  z-index: 10;
}
#articl-part
  .content-part
  .component-step
  .component-step-tit:not(:nth-child(1)) {
  margin-top: 60px;
}
#articl-part .content-part .component-step .component-step-tit + p + .img-wrap {
  margin: 24px 0;
}
#articl-part .content-part .img-wrap {
  margin: 24px 0;
}
#articl-part .content-part .component-step .content-wrap {
  padding-left: 98px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
#articl-part .content-part .img-wrap{
  max-width: 863px;
}
#articl-part .content-part .img-wrap img {
  max-width: 100%;
}
#articl-part .content-part .component-step .content-wrap .img-wrap {
  background: #fff;
  width: fit-content;
  border-radius: 8px;
  max-width: 863px;
  border: 2px solid #eeeeee;
  overflow: hidden;
}
#articl-part .content-part .component-step .content-wrap .img-wrap img {
  max-width: 100%;
}
#articl-part .content-part .component-step .content-wrap .content {
  position: relative;
  z-index: 2;
}
#articl-part .content-part .component-step .content-wrap::after {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px dashed #bdc3c6;
  position: absolute;
  left: 32px;
  top: 0;
  z-index: 1;
}
#articl-part .content-part .component-step .bt-warp {
  padding-left: 32px;
}
#articl-part .note-tips,
#articl-part .note-warning {
  padding: 24px 28px;
  border-radius: 4px;
  margin: 24px 0;
}
#articl-part .note-tips P,
#articl-part .note-warning P {
  margin: 0;
}
#articl-part .note-tips p:nth-child(1),
#articl-part .note-warning p:nth-child(1) {
  font-weight: 600;
  margin: 0;
}
#articl-part .note-tips p:nth-child(2),
#articl-part .note-warning p:nth-child(2) {
  font-weight: 400;
  margin-top: 4px;
}
#articl-part .note-warning {
  background: rgba(255, 236, 227, 0.8);
  border: 1px dashed #f50;
}
#articl-part .note-tips {
  background: #eff7fa;
  border: 1px dashed var(--06, #d8dfe2);
}
#articl-part .youtube-video {
  border-radius: 8px;
  margin-top: 20px;
  max-width: 100%;
  width: 872px;
  height: 488px;
  display: block;
  object-fit: cover;
}
#articl-part .more-video {
  margin: 24px 0;
}
#articl-part .more-video a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ff681c;
  text-decoration: underline;
}
@media (min-width: 992px) {
  #articl-part .more-video a {
    justify-content: start;
  }
}
#articl-part .btn-group {
  margin: 32px 0;
  text-align: center;
}
#articl-part .guide-wrap .btn.btn-outline-black{
  color: #f50;
  border-color: #f50;
  background-color: white;
}
#articl-part .guide-wrap .btn.btn-outline-black:hover {
  color: #f50;
  background-color: #f50;
  border-color: #f50;
}
#articl-part .guide-wrap .btn.btn-outline-black.btn-29:hover {
  border: 2px solid #f50;
}
#articl-part .guide-wrap .btn.btn-29.btn-outline-black:hover .text {
  color: #f50;
}
#articl-part .guide-wrap .btn.btn-29.btn-outline-black::before {
  background: white;
}
#articl-part .btn-group .btn {
  padding: 0 34px;
  text-align: center;
  justify-content: center;
}
#articl-part .component-vote {
  text-align: center;
  background: url("https://images.tenorshare.com/img-2023/guide/guide-vote-bg.png")
    no-repeat center center;
  background-size: cover;
  padding: 36px 0;
}
#articl-part .component-vote p {
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}
#articl-part .component-vote button {
  height: 52px;
  line-height: 52px;
  background: #fff;
  border: 1px solid #d8dfe2;
  padding: 0 48px;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
}
#articl-part .component-vote button img {
  margin-right: 12px;
}
#articl-part .component-vote button:nth-of-type(2) {
  margin-left: 24px;
}
#articl-part .component-vote button:disabled {
  opacity: 0.7;
}
#articl-part .component-vote .message {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
#articl-part .component-vote .message.active {
  max-height: 40px;
}
#articl-part .component-support {
  background: #f5f9ff;
  background-size: cover;
  padding: 0 48px;
  position: relative;
  margin-top: 200px;
  border-radius: 12px;
}
#articl-part .component-support .lft {
  flex-basis: 52%;
  position: relative;
  z-index: 1;
  padding: 55px 0;
}
#articl-part .component-support .lft P {
  margin: 0;
}
#articl-part .component-support .lft .tit {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
}
#articl-part .component-support .lft .des {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}
#articl-part .component-support .lft .btn {
  margin-top: 36px;
}
#articl-part .component-support .rgt {
  position: relative;
  z-index: 1;
  flex: 1;
}
#articl-part .component-support .rgt img {
  position: absolute;
  left: 36px;
  bottom: 0;
  width: 89%;
  max-width: none;
}
#articl-part .component-support::after {
  content: "";
  background: url("https://images.tenorshare.com/img-2024/guide/guide-suppor-bg.png") no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#btn-open-guide {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 10;
}

#btn-close-guide {
  position: absolute;
  right: 24px;
  top: 68px;
  z-index: 10;
}

@media (max-width: 1599.98px) {
  #articl-part .component-support .lft .btn {
    margin-top: 28px;
  }
  h2 {
    margin-top: 40px;
  }
  p {
    font-size: 16px;
    line-height: 150%;
  }
  .mt-32 {
    margin-top: 24px;
  }

  #articl-part {
    padding: 48px 0;
  }
  #articl-part .container {
    max-width: 1246px;
  }

  #articl-part .guide-part {
    /* width: 300px; */
  }
  #articl-part .guide-part .guide-wrap {
    padding-left: 20px;
  }
  #articl-part .guide-part .guide-list .guide-item.show::after {
    right: 0;
  }
  #articl-part
    .guide-part
    .guide-list
    .guide-item:nth-child(1)
    ul
    li:not(:nth-child(1)) {
    margin-top: 20px;
  }
  #articl-part .guide-part .guide-list .guide-item .guide-item-tit {
    font-size: 16px;
  }
  #articl-part .guide-part .guide-list .guide-item:nth-child(1) ul li {
    font-size: 14px;
  }
  #articl-part .content-part .component-navigation {
    margin-top: 40px;
  }
  #articl-part .content-part .component-navigation a:not(:nth-child(1)) {
    margin-top: 16px;
  }
  #articl-part .content-part .des {
    font-size: 16px;
    margin: 26px 0;
    line-height: 150%;
  }
  #articl-part .content-part .component-navigation a {
    font-size: 18px;
    line-height: 150%;
  }
  #articl-part .content-part .component-step {
    margin: 24px 0;
  }
  #articl-part .content-part .component-step .component-step-tit {
    font-size: 18px;
    margin-bottom: 14px;
  }
  #articl-part .note-tips p:nth-chlid(1),
  #articl-part .note-warning p:nth-chlid(1) {
    font-size: 18px;
  }
  #articl-part .note-tips p:nth-child(2),
  #articl-part .note-warning p:nth-child(2) {
    margin-top: 8px;
  }
  #articl-part .component-vote p {
    font-size: 24px;
  }
  #articl-part .component-vote button {
    margin-top: 28px;
  }
  #articl-part .component-support .rgt img {
    width: 100%;
    left: 6px;
  }
  #articl-part .component-support .lft {
    padding: 40px 0;
  }
  #articl-part .component-support {
    margin-top: 136px;
  }
}

@media (max-width: 980px) {
  #articl-part .content-part .component-step .content-wrap .img-wrap {
    padding: 8px;
  }
  #articl-part .content-part .component-step .content-wrap .img-wrap img {
    border-radius: 8px;
  }
  #articl-part .content-part .img-wrap {
    padding: 8px;
  }
  #articl-part .content-part .img-wrap img {
    border-radius: 8px;
  }
}
@media (max-width: 980px) {
  body {
    font-size: 14px;
  }

  #articl-part .guide-part {
    max-width: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(33, 33, 33, 0.4);
  }
  #articl-part .guide-part .content {
    background: #f3fbfe;
    width: 86%;
    padding: 64px 0 24px;
    height: fit-content;
    top: 0;
    min-height: 100%;
  }
  #articl-part .guide-part .content h3 {
    padding: 0 24px;
  }
  #articl-part .guide-part .guide-list .guide-item.show > a {
    padding: 6px 24px;
  }
  #articl-part .guide-part .guide-list .guide-item:not(.show) > a {
    padding: 12px 24px;
  }
  #articl-part .guide-part .guide-list .guide-item.show ul {
    padding-left: 46px;
  }
  #articl-part .guide-part .guide-list .guide-item.show ul::after {
    left: 28px;
  }
  #articl-part .guide-part .guide-wrap {
    background: none;
    margin-top: 0;
    top: 0;
    padding: 4px 12px 24px 0;
  }
  #articl-part .guide-part .boder {
    display: none;
  }
  #articl-part .guide-part .down-wrap {
    display: none;
  }
  #articl-part .guide-part .guide-list {
    max-height: 100%;
  }
  #articl-part .guide-part.show {
    max-width: 100%;
    max-height: 100vh;
    overflow: auto;
  }
  #articl-part .content-part {
    margin-left: 0;
  }
  #articl-part {
    padding: 24px 0;
  }
  #articl-part .content-part .des {
    margin: 24px 0;
  }
  #articl-part .content-part .breadcrumb {
    font-size: 14px;
  }
  #articl-part .content-part .component-step .content-wrap::after {
    content: none;
  }
  #articl-part .content-part .component-step .content-wrap {
    padding-left: 0;
    padding-bottom: 40px;
  }
  #articl-part .content-part .component-navigation a::before {
    top: 0;
    transform: none;
  }
  #articl-part .content-part .component-step .component-step-tit span {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    transform: none;
    width: fit-content;
    background: url(https://images.tenorshare.com/img-2024/guide/step-bg.svg) no-repeat;
    background-size: 100% 100%;
    padding: 0 8px;
    height: auto;
    min-height: 38px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  #articl-part .content-part .component-step .component-step-tit {
    margin-bottom: 12px;
    font-weight: 600;
  }
  #articl-part .content-part .component-step .bt-warp {
    padding-left: 0;
  }
  #articl-part .component-vote button {
    padding: 0 28px 0 36px;
    margin: 16px 8px 0;
  }
  #articl-part .component-vote button:nth-of-type(2) {
    margin: 0 8px;
  }
  #articl-part .component-vote {
    padding: 24px 0;
  }
  #articl-part .component-support {
    margin-top: 150px;
    background: url(https://images.tenorshare.com/img-2023/guide/guide-suppor-bg-mb.png)
      no-repeat;
    background-size: cover;
    padding: 0;
  }
  #articl-part .component-support .rgt img {
    position: relative;
    left: -24px;
    max-width: 80%;
    margin-top: -56px;
  }
  #articl-part .component-support::after {
    content: none;
  }
  #articl-part .component-support .lft .tit {
    font-size: 32px;
  }
  #articl-part .component-support .lft .des {
    margin-top: 10px;
  }
  #articl-part .component-support .lft {
    padding: 30px 0 40px;
  }
  #articl-part .youtube-video {
    height: 500px;
  }
}
@media (max-width: 765px) {
  #articl-part .youtube-video {
    height: 400px;
  }
}
@media (max-width: 425px) {
  #articl-part .youtube-video {
    height: 192px;
  }
}

#articl-part .content-part .quote-orange {
  text-align: center;
  padding: 78px 24px;
  background: rgba(255, 236, 227, 0.5);
  border-radius: 12px;
  position: relative;
  margin: 24px 0;
}
#articl-part .content-part .quote-orange::before {
  content: "";
  width: 48px;
  height: 38px;
  background-image: url('data:image/svg+xml,<svg width="48" height="38" viewBox="0 0 48 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.5" d="M0 38V25.5093C0 20.7006 0.770455 16.2438 2.31119 12.1389C3.97045 8.03395 6.75545 3.98765 10.6666 0L17.6001 5.10185C14.5187 8.50308 12.3851 11.6111 11.1999 14.4259C10.1333 17.1235 9.60014 19.9969 9.60014 23.0463L5.33345 20.0556H18.1335V38H0ZM29.8668 38V25.5093C29.8668 20.7006 30.6369 16.2438 32.1777 12.1389C33.8369 8.03395 36.6223 3.98765 40.5334 0L47.4666 5.10185C44.3851 8.50308 42.2519 11.6111 41.0668 14.4259C40.0001 17.1235 39.4666 19.9969 39.4666 23.0463L35.1999 20.0556H48V38H29.8668Z" fill="%23FFD9C6"/></svg>') !important;
  background-size: 100% 100%;
  position: absolute;
  left: 24px;
  top: 24px;
}
@media (min-width: 1600px) {
  #articl-part .content-part .quote-orange::before {
    left: 32px;
    top: 24px;
  }
}
#articl-part .content-part .quote-orange::after {
  content: "";
  width: 48px;
  height: 38px;
  background-image: url('data:image/svg+xml,<svg width="48" height="38" viewBox="0 0 48 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.5" d="M0 38V25.5093C0 20.7006 0.770455 16.2438 2.31119 12.1389C3.97045 8.03395 6.75545 3.98765 10.6666 0L17.6001 5.10185C14.5187 8.50308 12.3851 11.6111 11.1999 14.4259C10.1333 17.1235 9.60014 19.9969 9.60014 23.0463L5.33345 20.0556H18.1335V38H0ZM29.8668 38V25.5093C29.8668 20.7006 30.6369 16.2438 32.1777 12.1389C33.8369 8.03395 36.6223 3.98765 40.5334 0L47.4666 5.10185C44.3851 8.50308 42.2519 11.6111 41.0668 14.4259C40.0001 17.1235 39.4666 19.9969 39.4666 23.0463L35.1999 20.0556H48V38H29.8668Z" fill="%23FFD9C6"/></svg>') !important;
  background-size: 100% 100%;
  position: absolute;
  right: 24px;
  bottom: 24px;
  transform: rotate(180deg);
}
@media (min-width: 1600px) {
  #articl-part .content-part .quote-orange::after {
    right: 32px;
    bottom: 24px;
  }
}
@media (min-width: 1280px) {
  #articl-part .content-part .quote-orange {
    padding: 40px 85px;
  }
}
@media (min-width: 1280px) {
  #articl-part .content-part .quote-orange {
    padding: 50px 105px;
  }
}
#articl-part .content-part .quote-orange p {
  font-size: 16px;
  margin: 0;
}
#articl-part .content-part .quote-purple {
  box-shadow: 0px 4px 0px 0px rgb(212, 212, 255);
  background: rgb(238, 242, 255);
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
}
#articl-part .content-part .quote-purple p {
  font-size: 16px;
  margin: 0;
}
#articl-part .content-part .quote-orange-line {
  padding: 24px;
  border-left: 2px solid #ff5500;
  box-shadow: 0px 4px 8px 0px rgba(229, 229, 229, 0.25);
  margin: 24px 0;
}
#articl-part .content-part .quote-orange-line p {
  font-size: 16px;
  margin: 0;
}
/*  */
#articl-part .content-part .directory-container {
  margin: 24px 0;
  width: 100%;
  padding: 24px 16px;
  border-radius: 12px;
  border: 1px solid #bdc3c6;
  border-bottom-color: transparent;
  max-height: 400px;
  /* overflow-x: clip; */
  overflow-y: clip;
  transition: max-height 0.3s ease, border-bottom-color 0.3s ease;
  position: relative;
}
#articl-part .content-part .directory-container::after {
  width: 104%;
  height: 56px;
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  bottom: 0;
  left: -2%;
}
#articl-part .content-part .directory-container.expanded {
  max-height: none;
  border-bottom-color: #bdc3c6;
}
#articl-part .content-part .directory-container.expanded::after {
  display: none;
}
#articl-part .content-part .directory-container .directory-part .dir-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #ff5500;
  cursor: pointer;
  margin: 0 0 16px;
}
@media (min-width: 1600px) {
  #articl-part .content-part .directory-container .directory-part .dir-title {
    font-size: 20px;
    line-height: 30px;
  }
}
#articl-part
  .content-part
  .directory-container
  .directory-part
  .dir-title:hover {
  color: #ff5500;
}
#articl-part .content-part .directory-container .directory-part .dir-title a {
  color: #ff5500;
}
#articl-part
  .content-part
  .directory-container
  .directory-part
  .dir-title
  a:hover {
  color: #ff5500;
}
#articl-part .content-part .directory-container .directory-part .content {
  margin: 16px 0;
  padding-left: 20px;
  position: relative;
  display: block;
  list-style-type: none;
}
@media (min-width: 1280px) {
  #articl-part .content-part .directory-container .directory-part .content {
    padding-left: 80px;
  }
}
#articl-part .content-part .directory-container .directory-part .content li {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #525252;
  cursor: pointer;
  margin: 0 0 12px;
  position: relative;
}
#articl-part
  .content-part
  .directory-container
  .directory-part
  .content
  li:hover {
  color: #ff5500;
}
#articl-part
  .content-part
  .directory-container
  .directory-part
  .content
  li:hover::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff5500;
  transform: translate(0, -50%);
}
@media (min-width: 1280px) {
  #articl-part
    .content-part
    .directory-container
    .directory-part
    .content
    li:hover::before {
    left: -20px;
  }
}
#articl-part
  .content-part
  .directory-container
  .directory-part
  .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 4px;
  height: 100%;
  background-color: #ffece3;
  border-radius: 27px;
}
@media (min-width: 1280px) {
  #articl-part
    .content-part
    .directory-container
    .directory-part
    .content::before {
    left: 62px;
  }
}
#articl-part
  .content-part
  .directory-container
  .directory-part.hide
  .dir-title {
  color: #212121;
}
#articl-part
  .content-part
  .directory-container
  .directory-part.hide
  .dir-title:hover {
  color: #ff5500;
}
#articl-part
  .content-part
  .directory-container
  .directory-part.hide
  .dir-title
  a {
  color: #212121;
}
#articl-part
  .content-part
  .directory-container
  .directory-part.hide
  .dir-title
  a:hover {
  color: #ff5500;
}
#articl-part .content-part .directory-container .directory-part.hide .content {
  display: none;
}
#articl-part
  .content-part
  .directory-container
  .directory-part.hide
  .toggle-icon.open
  svg {
  transform: rotate(-90deg);
}
#articl-part .content-part .directory-container .directory-part .toggle-icon {
  cursor: pointer;
  transition: transform 0.3s ease;
}

#articl-part .content-part .show-more {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #212121;
  text-align: center;
  margin: 24px 0;
  cursor: pointer;
  display: none;
}
@media (min-width: 1280px) {
  #articl-part .content-part .show-more {
    font-size: 18px;
    line-height: 27px;
  }
}
#articl-part .content-part .show-more span {
  margin-right: 4px;
}
#articl-part .content-part .show-more svg {
  transition: transform 0.3s ease;
}
#articl-part .content-part .show-more.hidden svg {
  transform: rotate(180deg);
}
#articl-part .content-part .show-more.visible {
  display: block;
}

#fix-header a:hover{
  text-decoration:none
}
#fix-header {
  height: 70px;
  overflow: hidden;
  max-height: 0;
  display: flex;
  align-items: center;
  position: fixed;
  background: rgb(255, 255, 255);
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  z-index: 999;
}
#fix-header .lft {
  font-size: 18px;
  font-weight: 600;
}
#fix-header .rgt {
  color: #212121;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
}
#fix-header .fix-header-item-1 {
  margin-right: 58px;
}
#fix-header .fix-header-item-2 {
  margin-right: 28px;
}
#fix-header .btn {
  border-radius: 3px;
  height: 40px;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 980px) {

  #fix-header .lft{
    font-size:16px}
  #fix-header {
    height: 60px;
  }
  #fix-header .btn {
    height: 32px;
    padding: 0 12px;
    font-size: 16px;
  }

  #fix-header .fix-header-item-1 {
    height: 40px
  }
}