main {
  padding: 112px 0 64px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -170.74%, #FFFFFF 95.88%), linear-gradient(90deg, #7231FB 0%, #E091F2 100%) no-repeat;
  background-size: 100% 293px;
}
@media (min-width: 992px) {
  main {
    padding: 116px 0 100px;
    background-size: 100% 198px;
  }
}
@media (min-width: 1600px) {
  main {
    padding: 122px 0 120px;
    background-size: 100% 258px;
  }
}

article {
  padding: 0 24px;
}
@media (min-width: 992px) {
  article {
    padding: 0;
    max-width: 1080px;
  }
}
article p {
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  article p {
    font-size: 16px;
  }
}
article .sub-title {
  font-size: 18px;
}
article .desc a {
  color: #9d9d9d;
  text-decoration: none;
}
article .desc a:hover {
  color: #7231FB;
}
article .desc span {
  color: #595959;
}
article .h1-title {
  font-size: 24px;
}
@media (min-width: 992px) {
  article .h1-title {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  article .h1-title {
    font-size: 36px;
  }
}
article .create-time {
  font-size: 16px;
  color: rgba(26, 26, 26, 0.8);
}
article .catalog .title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  padding-left: 24px;
  border-left: 4px solid #7231FB;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  article .catalog .title {
    font-size: 32px;
  }
}
article .catalog a {
  text-decoration: none;
}
article .catalog .list {
  margin-bottom: 48px;
}
article .catalog .item .item-title {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  article .catalog .item .item-title {
    gap: 32px;
    font-size: 20px;
    justify-content: start;
  }
}
article .catalog .item .item-title a {
  color: #1a1a1a;
}
article .catalog .item .item-title a:hover {
  color: #7231FB;
}
article .catalog .item .item-title svg {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
  cursor: pointer;
}
article .catalog .item .item-title.active {
  margin-bottom: 24px;
}
article .catalog .item .item-title.active svg {
  transform: rotate(0);
  color: #7231FB;
}
article .catalog .item .item-title.active + .sub-list {
  max-height: 500px;
}
article .catalog .item .sub-list {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-in-out;
  padding-left: 44px;
}
article .catalog .item .sub-list .sub-item a {
  color: #000;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
article .catalog .item .sub-list .sub-item a:hover, article .catalog .item .sub-list .sub-item a.active {
  color: #7231FB;
}
article .catalog .item .sub-list .sub-item a:hover::before, article .catalog .item .sub-list .sub-item a.active::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="10" fill="none"><path fill="%237231FB" d="M6.95 4.279a.875.875 0 0 1 0 1.442L1.372 9.557A.875.875 0 0 1 0 8.837V1.163C0 .459.79.044 1.371.443l5.58 3.836Z"/></svg>');
}
article .catalog .item .sub-list .sub-item a::before {
  content: "";
  width: 8px;
  height: 10px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="10" fill="none"><path fill="%23595959" d="M6.95 4.279a.875.875 0 0 1 0 1.442L1.372 9.557A.875.875 0 0 1 0 8.837V1.163C0 .459.79.044 1.371.443l5.58 3.836Z"/></svg>');
  display: inline-block;
  margin-right: 8px;
}
article .catalog .item .sub-list .sub-item:not(:last-child) {
  margin-bottom: 16px;
}
article .catalog .item:not(:last-child) {
  margin-bottom: 32px;
}
article .cont {
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  article .cont {
    margin-bottom: 64px;
  }
}
article h2 {
  font-size: 24px;
  line-height: 140%;
  padding: 12px 24px;
  background: rgba(114, 49, 251, 0.1019607843);
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  article h2 {
    font-size: 32px;
    padding: 14.5px 24px;
  }
}
article h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
article h3 span {
  color: #7231FB;
}
article h3::before {
  content: "";
  width: 12px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" fill="none"><path fill="%231A1A1A" d="M10.908 7.272a.875.875 0 0 1 0 1.456L1.36 15.093A.875.875 0 0 1 0 14.365V1.635C0 .936.78.52 1.36.907l9.548 6.365Z"/></svg>');
  background-size: cover;
  display: inline-block;
  margin-right: 8px;
}
article .step-num {
  counter-reset: step-num-li;
  margin-bottom: 32px;
}
article .step-num li {
  display: flex;
  align-items: center;
  color: #595959;
  font-size: 14px;
}
@media (min-width: 992px) {
  article .step-num li {
    font-size: 16px;
  }
}
article .step-num li::before {
  counter-increment: step-num-li;
  content: counter(step-num-li);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(114, 49, 251, 0.1019607843);
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #595959;
  margin-right: 8px;
  font-weight: 700;
  flex-shrink: 0;
}
article .step-num li:not(:last-child) {
  margin-bottom: 12px;
}
article .img-cont {
  margin-bottom: 24px;
}
article .step-check {
  margin-bottom: 32px;
}
article .step-check li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #595959;
}
@media (min-width: 992px) {
  article .step-check li {
    font-size: 16px;
  }
}
article .step-check li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><circle cx="12" cy="12" r="7.429" stroke="%237231FB" stroke-width="1.143"/><path stroke="%237231FB" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.143" d="m8.571 12 2.857 2.286 4-4.572"/></svg>');
  background-size: cover;
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
}
article .step-check li:not(:last-child) {
  margin-bottom: 12px;
}
article .product-cont {
  padding: 24px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -2.96%, #FFFFFF 133.58%), linear-gradient(90deg, rgba(224, 145, 242, 0.3) 0%, rgba(253, 106, 15, 0.3) 50.12%, rgba(254, 208, 1, 0.3) 100%);
  border-radius: 20px;
}
@media (min-width: 992px) {
  article .product-cont {
    padding: 40px 64px;
  }
}
article .product-cont .title {
  font-size: 24px;
}
article .product-cont .title span {
  background: linear-gradient(90deg, #E091F2 44.15%, #7231FB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
article .product-cont .step-dot {
  color: #595959;
  margin-bottom: 20px;
}
article .product-cont .step-dot li {
  display: flex;
  align-items: center;
}
article .product-cont .step-dot li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #9D9D9D;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
}
article .product-cont .step-dot li:not(:last-child) {
  margin-bottom: 12px;
}
article .product-cont .btn {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
article .product-cont .rgt {
  max-width: 375px;
}
article .step-arrow li {
  font-size: 14px;
  color: #595959;
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  article .step-arrow li {
    font-size: 16px;
  }
}
article .step-arrow li p {
  font-size: 14px;
  color: #595959;
}
@media (min-width: 992px) {
  article .step-arrow li p {
    font-size: 16px;
  }
}
article .step-arrow li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><circle cx="12" cy="12" r="7.429" stroke="%237231FB" stroke-width="1.143"/><path stroke="%237231FB" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.143" d="m11 15 3.5-3L11 9"/></svg>');
  display: inline-block;
  margin-right: 4px;
  flex-shrink: 0;
}
article .table-responsive {
  width: 100%;
  overflow-x: auto;
}
article .table-responsive::-webkit-scrollbar {
  width: 0;
  height: 0;
}
article .table-responsive table {
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #DADADA;
}
article .table-responsive table th, article .table-responsive table td {
  height: 64px;
  width: 124px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 992px) {
  article .table-responsive table th, article .table-responsive table td {
    width: 224px;
  }
}
article .table-responsive table th {
  font-size: 16px;
  font-weight: 700;
  color: white;
}
@media (min-width: 992px) {
  article .table-responsive table th {
    font-size: 18px;
  }
}
article .table-responsive table th:not(:last-child) {
  border-right: 1px solid #DADADA;
}
article .table-responsive table td {
  font-size: 14px;
  color: #080A1D;
  border-top: 1px solid #DADADA;
}
@media (min-width: 992px) {
  article .table-responsive table td {
    font-size: 16px;
  }
}
article .table-responsive table td:not(:last-child) {
  border-right: 1px solid #DADADA;
}
article .table-responsive table tr:nth-child(even) {
  background: rgba(114, 49, 251, 0.0509803922);
}
article .table-responsive table tr:nth-child(odd) {
  background: white;
}
article .table-responsive table tr:nth-child(1) {
  background: #7231FB;
}
article .bottom-ads {
  padding: 32px 20px;
  background: linear-gradient(90deg, #E091F2 0%, #7231FB 100%);
  border-radius: 16px;
}
@media (min-width: 992px) {
  article .bottom-ads {
    padding: 38px 40px;
  }
}
article .bottom-ads img {
  max-width: 46px;
}
@media (min-width: 992px) {
  article .bottom-ads img {
    max-width: 64px;
  }
}
article .bottom-ads p {
  font-size: 18px;
}
@media (min-width: 992px) {
  article .bottom-ads p {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  article .bottom-ads .btn {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
}
article .bottom-ads .btn-outline-white:hover {
  background: white;
  color: #7231FB;
}
article .tag-cont {
  padding-top: 32px;
  border-top: 1px solid #BDBDBD;
  color: #1a1a1a;
}
article .tag-cont .title {
  font-size: 16px;
  margin-right: 8px;
}
article .tag-cont .tag {
  text-decoration: none;
  color: #1a1a1a;
  padding: 4px 16px;
  border-radius: 24px;
  border: 1px solid #1A1A1A;
  font-size: 14px;
  cursor: pointer;
}
article .tag-cont .tag:hover, article .tag-cont .tag.active {
  color: #7231FB;
  border: 1px solid #7231FB;
}
article .tag-cont .tag:not(:last-child) {
  margin-right: 12px;
}
@media (min-width: 992px) {
  article .tag-cont .tag:not(:last-child) {
    margin-right: 16px;
  }
}
article #pre-page a {
  text-decoration: none;
}
article #pre-page .point-cont {
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  padding: 24px;
  font-size: 14px;
}
@media (min-width: 992px) {
  article #pre-page .point-cont {
    padding: 24px 48px;
  }
}
article #pre-page .point-cont span {
  color: #9d9d9d;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
article #pre-page .point-cont .point-tit {
  color: #1a1a1a;
  margin-top: 16px;
}
article #pre-page .point-cont:hover {
  border: 1px solid #7231FB;
}
article #pre-page .point-cont:hover span {
  transform: scale(1.1);
  color: #7231FB;
}
article #pre-page .point-cont:hover .point-tit {
  color: #7231FB;
}
article #related-articles .title {
  font-size: 24px;
  color: #1A1A1A;
}
article #related-articles .ul-articles {
  margin-bottom: 0;
  padding: 20px;
  background: rgba(189, 189, 189, 0.1490196078);
  border-radius: 8px;
}
@media (min-width: 992px) {
  article #related-articles .ul-articles {
    padding: 24px 28px;
  }
}
article #related-articles .ul-articles li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #595959;
  cursor: pointer;
}
@media (min-width: 992px) {
  article #related-articles .ul-articles li {
    font-size: 16px;
  }
}
article #related-articles .ul-articles li::before {
  content: "";
  width: 8px;
  height: 10px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="10" fill="none"><path fill="%23595959" d="M6.95 4.279a.875.875 0 0 1 0 1.442L1.372 9.557A.875.875 0 0 1 0 8.837V1.163C0 .459.79.044 1.371.443l5.58 3.836Z"/></svg>');
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
}
article #related-articles .ul-articles li:not(:last-child) {
  margin-bottom: 16px;
}
article #related-articles .ul-articles li:hover {
  color: #7231FB;
}
article #related-articles .ul-articles li:hover::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="10" fill="none"><path fill="%237231FB" d="M6.95 4.279a.875.875 0 0 1 0 1.442L1.372 9.557A.875.875 0 0 1 0 8.837V1.163C0 .459.79.044 1.371.443l5.58 3.836Z"/></svg>');
}
article #related-articles .ul-articles li:hover a {
  color: #7231FB;
}
article #related-articles .ul-articles a {
  text-decoration: none;
  color: #595959;
}/*# sourceMappingURL=article.css.map */