.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: #fff;
    text-decoration: underline;
}
@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;
}
[data-page="article"] .h1,
[data-page="article"] h1 {
    font-size: 28px;
    line-height: 130%;
    font-weight: 900;
}
@media (min-width: 1280px) {
    [data-page="article"] .h1,
    [data-page="article"] h1 {
        font-size: 36px;
        line-height: 140%;
    }
}
@media (min-width: 1600px) {
    [data-page="article"] .h1,
    [data-page="article"] h1 {
        font-size: 40px;
    }
}
[data-page="article"] .h2,
[data-page="article"] h2 {
    font-size: 26px;
    line-height: 130%;
    font-weight: 600;
}
@media (min-width: 1280px) {
    [data-page="article"] .h2,
    [data-page="article"] h2 {
        font-size: 36px;
        line-height: 140%;
    }
}
[data-page="article"] .h3,
[data-page="article"] h3 {
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
}
@media (min-width: 1280px) {
    [data-page="article"] .h3,
    [data-page="article"] h3 {
        font-size: 26px;
        line-height: 130%;
    }
}
[data-page="article"] .h4,
[data-page="article"] h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
@media (min-width: 1280px) {
    [data-page="article"] .h4,
    [data-page="article"] h4 {
        font-size: 24px;
        line-height: 28px;
    }
}
.article-part .join {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    margin-top: 42px;
}
.article-part .join-item {
    padding: 20px 32px;
    display: flex;
    justify-content: space-between;
}
.article-banner {
    padding: 40px 0;
    background: url(https://images.tenorshare.com/article/article-banner-bg-mb.png) no-repeat top center;
    background-size: 100% 100%;
}
@media (min-width: 992px) {
    .article-banner {
        font-size: 14px;
        gap: 32px;
        background: url(https://images.tenorshare.com/article/article-banner-bg-1366.png) no-repeat top center;
        background-size: cover;
    }
}
@media (min-width: 1600px) {
    .article-banner {
        background: url(https://images.tenorshare.com/article/article-banner-bg.png) no-repeat top center;
        background-size: cover;
    }
}
.article-banner h1 {
    max-width: 800px;
    font-size: 32px;
    margin: 0 auto 16px;
}
@media (min-width: 1600px) {
    .article-banner h1 {
        font-size: 48px;
        margin: 0 auto 12px;
    }
}
.article-banner p.desc {
    max-width: 800px;
    margin: 0 auto 12px;
}
.article-banner .author-cont {
    font-size: 12px;
    gap: 12px;
}
@media (min-width: 1600px) {
    .article-banner .author-cont {
        font-size: 14px;
        gap: 32px;
    }
}
.article-banner .author-cont .author-img a {
    color: #6767ff;
}
.article-banner .author-cont .time-class-type {
    gap: 8px;
}
@media (min-width: 1600px) {
    .article-banner .author-cont .time-class-type {
        gap: 32px;
    }
}
.article-banner .author-cont .review-avgstar {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.article-banner .author-cont .review-avgstar li {
    color: #eff5fb !important;
}
.article-banner .author-cont .review-avgstar li.active {
    color: #ffcc16 !important;
}
.article-banner .author-cont .review-avgstar li:hover {
    cursor: pointer;
    transform: scale(1.1);
}
.article-banner .author-cont .review-avgstar li.star-control svg.star-full {
    display: none;
}
.article-banner .author-cont .review-avgstar li.star-control svg.star-half {
    display: inline-block;
}
.article-banner .author-cont .review-avgstar svg {
    width: 20px;
}
.article-banner .author-cont .review-avgstar svg.star-half {
    display: none;
}
.hidden-box {
    display: none;
}
.mask::after {
    content: "";
    background: #212121;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    opacity: 0.4;
}
.btn-down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 48px;
    padding: 12px 0;
    text-align: center;
    background-color: #f50;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 6px;
    margin: auto;
}
.btn-down .btn-content {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.btn-down:hover {
    background-color: #f50;
    color: #fff;
}
.btn-down-pc {
    height: 60px;
    font-size: 18px;
    line-height: 28px;
}
main ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    position: absolute;
}
main ::-webkit-scrollbar-track {
    background-color: inherit;
}
main ::-webkit-scrollbar-thumb {
    background: #d8dfe2;
    border-radius: 25px;
}
main p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
    margin: 24px 0;
}
@media (min-width: 1600px) {
    main p {
        font-size: 18px;
        line-height: 27px;
    }
}
main p .emphasize {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #525252;
}
@media (min-width: 1600px) {
    main p .emphasize {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
    }
}
.h4-style {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #212121;
    margin: 16px 0;
}
@media (min-width: 1280px) {
    .h4-style {
        margin: 24px 0;
    }
}
@media (min-width: 1600px) {
    .h4-style {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        margin: 32px 0 24px;
    }
}
.orange-bg {
    background-color: #ffece3;
    padding: 12px 8px;
    width: -moz-max-content;
    width: max-content;
}
.free-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #212121;
}
@media (min-width: 1280px) {
    .bold-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
}
@media (min-width: 1600px) {
    .bold-text {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
    }
}
#article-fixed-header {
    height: 70px;
    overflow: hidden;
    max-height: 0;
    display: flex;
    align-items: center;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s;
    z-index: 999;
}
#article-fixed-header .rgt ul.fix-list li {
    padding: 0 8px;
    font-size: 16px;
}
@media (min-width: 992px) {
    #article-fixed-header .rgt ul.fix-list li {
        padding: 0 28px;
        font-size: 18px;
    }
}
#article-fixed-header .rgt ul.fix-list li:not(:last-child) {
    position: relative;
}
#article-fixed-header .rgt ul.fix-list li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #6b6b6b;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
}
#article-fixed-header .rgt ul.fix-list li a {
    color: #212121;
    font-weight: 600;
}
#article-fixed-header .rgt ul.fix-list li a:hover {
    color: #f50;
    text-decoration: none;
}
#article-fixed-header .rgt .fix-btns div {
    display: flex;
    gap: 28px;
}
#article-fixed-banner {
    width: 100%;
    position: sticky;
    bottom: 0;
    height: 72px;
    background: #e9eef5;
    border-top: 1px solid #d8dfe2;
    z-index: 20;
}
#article-fixed-banner .content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
}
@media (min-width: 1280px) {
    #article-fixed-banner .content {
        width: 1020px;
        padding: 0;
    }
}
#article-fixed-banner .content img {
    width: 32px;
    flex-shrink: 0;
}
@media (min-width: 992px) {
    #article-fixed-banner .content img {
        width: 48px;
    }
}
#article-fixed-banner .content .txt {
    margin-left: 12px;
}
#article-fixed-banner .content .txt p {
    margin: 0;
}
#article-fixed-banner .content .txt p.title {
    font-size: 14px;
    font-weight: 600;
    color: #525252;
}
@media (min-width: 992px) {
    #article-fixed-banner .content .txt p.title {
        font-size: 20px;
    }
}
#article-fixed-banner .content .txt p.desc {
    font-size: 12px;
    font-weight: 400;
    color: #525252;
}
@media (min-width: 992px) {
    #article-fixed-banner .content .txt p.desc {
        font-size: 14px;
    }
}
#article-fixed-banner .close-banner {
    position: absolute;
    width: 14px;
    left: 4px;
    top: 4px;
}
@media (min-width: 992px) {
    #article-fixed-banner .close-banner {
        width: 24px;
        left: 12px;
        top: 12px;
    }
}
#article-fixed-banner .close-banner:hover {
    cursor: pointer;
}
#picModal .modal-dialog {
    position: relative;
    max-width: 100% !important;
}
@media (min-width: 1280px) {
    #picModal .modal-dialog {
        max-width: 624px !important;
    }
}
@media (min-width: 1600px) {
    #picModal .modal-dialog {
        max-width: 1020px !important;
    }
}
#picModal .modal-dialog .modal-content {
    width: 100%;
    border: none !important;
    background-color: transparent;
}
#picModal .modal-dialog .btn-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 8px;
}
@media (min-width: 1280px) {
    #picModal .modal-dialog .btn-close {
        width: 40px;
        height: 40px;
        right: -40px;
        top: -40px;
    }
}
.article-part {
    padding: 0 0 64px;
}
@media (max-width: 991px) {
    .article-part .container {
        padding: 0;
        margin: 0;
    }
}
.article-part .article-page {
    display: flex;
    flex-direction: column;
    position: relative;
}
@media (min-width: 992px) {
    .article-part .article-page {
        flex-direction: row-reverse;
        gap: 40px;
    }
}
@media (min-width: 1600px) {
    .article-part .article-page {
        gap: 48px;
    }
}
.article-part .article-page .guide-part-wrap {
    position: fixed;
    top: 75px;
    width: auto;
    z-index: 300;
}
.article-part .article-page .guide-part-wrap.mask {
    width: 342px;
}
@media (min-width: 992px) {
    .article-part .article-page .guide-part-wrap {
        top: 0;
        padding-top: 56px;
        position: relative;
        z-index: 10;
    }
}
@media (min-width: 1600px) {
    .article-part .article-page .guide-part-wrap {
        padding-top: 64px;
    }
}
.article-part .article-page .guide-part-wrap .btn-open {
    width: 54px;
    height: 48px;
    border-radius: 0 36px 36px 0;
    background: #fff;
    padding: 10px 14px 10px 12px;
    cursor: pointer;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
}
.article-part .article-page .guide-part-wrap .btn-open svg {
    color: #212121;
}
.article-part .article-page .guide-part-wrap .btn-open:hover svg {
    color: #f50;
}
.article-part .article-page .guide-part-wrap .guide-part {
    border-radius: 12px;
    background: #f6f8fc;
    padding: 4px;
}
@media (max-width: 991px) {
    .article-part .article-page .guide-part-wrap .guide-part {
        position: relative;
        z-index: 100;
    }
}
@media (min-width: 992px) {
    .article-part .article-page .guide-part-wrap .guide-part {
        padding: 8px;
        width: 280px;
    }
    .article-part .article-page .guide-part-wrap .guide-part.guide-part-sticky {
        position: sticky;
        top: 50px;
    }
}
.article-part .article-page .guide-part-wrap .guide-part .guide-title {
    background: #eee;
    margin: 0;
    padding: 12px 20px 12px 24px;
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
}
.article-part .article-page .guide-part-wrap .guide-part .guide-title svg {
    cursor: pointer;
}
@media (min-width: 992px) {
    .article-part .article-page .guide-part-wrap .guide-part .guide-title svg {
        transform: rotate(-90deg);
    }
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container {
    background: #f6f8fc;
    box-shadow: none;
    border-radius: 12px;
    margin-bottom: 0;
    max-height: -moz-max-content;
    max-height: max-content;
}
@media (min-width: 992px) {
    .article-part .article-page .guide-part-wrap .guide-part .ul-container {
        max-height: -moz-max-content;
        max-height: max-content;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container li:last-child .new-articles-title,
.article-part .article-page .guide-part-wrap .guide-part .ul-container li:last-child .title {
    border-bottom: none;
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container li .new-articles-title {
    margin-bottom: 0;
    position: relative;
    padding: 0.5rem 0 0.5rem 1.5rem;
    margin: 0;
    border-left: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    border-bottom: 1px dashed #bdc3c6;
    color: #212121;
}
@media (min-width: 992px) {
    .article-part .article-page .guide-part-wrap .guide-part .ul-container li .new-articles-title {
        padding-left: 18px;
        font-size: 16px;
        line-height: 24px;
    }
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container li .new-articles-title + ul {
    max-height: 500px;
    overflow-y: auto;
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container li .title {
    border-left: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    border-bottom: 1px dashed #bdc3c6;
    color: #212121;
}
@media (min-width: 992px) {
    .article-part .article-page .guide-part-wrap .guide-part .ul-container li .title {
        padding-left: 18px;
        font-size: 16px;
        line-height: 24px;
    }
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container li .title::after {
    width: 12px;
    height: 12px;
    background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.23242" y="5" width="10" height="2" rx="1" fill="%23212121"/><rect x="7.23242" y="1" width="10" height="2" rx="1" transform="rotate(90 7.23242 1)" fill="%23212121"/></svg>');
    right: 24px;
}
@media (min-width: 992px) {
    .article-part .article-page .guide-part-wrap .guide-part .ul-container li .title::after {
        right: 20px;
    }
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container li .title:hover {
    color: #f50;
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container li .title:hover::after {
    background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.23242" y="5" width="10" height="2" rx="1" fill="%23FF5500"/><rect x="7.23242" y="1" width="10" height="2" rx="1" transform="rotate(90 7.23242 1)" fill="%23FF5500"/></svg>');
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container li .title.active {
    color: #f50;
    border-bottom: 1px solid #ffd9c6;
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container li .title.active::after {
    background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.23242" y="5" width="10" height="2" rx="1" fill="%23FF5500"/></svg>');
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container .sidebar-item-ul li {
    position: relative;
    margin: 16px 0 8px;
}
@media (min-width: 992px) {
    .article-part .article-page .guide-part-wrap .guide-part .ul-container .sidebar-item-ul li {
        position: relative;
        margin: 16px 0 8px;
    }
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container .sidebar-item-ul li:hover::before {
    background-color: #f50;
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container .sidebar-item-ul li::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 12px;
    width: 4px;
    height: 4px;
    background-color: #525252;
    border-radius: 50%;
}
@media (min-width: 992px) {
    .article-part .article-page .guide-part-wrap .guide-part .ul-container .sidebar-item-ul li::before {
        left: 22px;
        top: 9px;
    }
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container .sidebar-item-ul li .sidebar-item-link {
    border-left: none;
    padding: 0 0 0 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
}
@media (min-width: 992px) {
    .article-part .article-page .guide-part-wrap .guide-part .ul-container .sidebar-item-ul li .sidebar-item-link {
        border-left: none;
        padding: 0 0 0 32px;
        font-size: 14px;
        line-height: 21px;
    }
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container .sidebar-item-ul li .sidebar-item-link.active,
.article-part .article-page .guide-part-wrap .guide-part .ul-container .sidebar-item-ul li .sidebar-item-link:hover {
    text-decoration: underline;
    background-color: #f6f8fc;
    color: #f50;
}
.article-part .article-page .guide-part-wrap .guide-part .ul-container .new-articles-icon {
    display: inline-block;
    width: 29px;
    height: 14px;
    background-image: url(https://images.tenorshare.com/article/new-articles-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.article-part .article-page .guide-part-wrap .guide-part .sidebar.v1 ul {
    transform: none;
    -webkit-transition: none;
}
@media (min-width: 1280px) {
    .article-part .article-page .guide-part-wrap .asideFixed {
        position: sticky;
        top: 50px;
    }
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside {
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f6f8fc;
    border-radius: 12px;
    padding: 32px 8px;
    margin-top: 24px;
    text-align: center;
    display: none;
}
@media (min-width: 992px) {
    .article-part .article-page .guide-part-wrap .asideFixed .pro-aside {
        display: block;
    }
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .pro-logo {
    margin: 0 auto 16px;
    display: block;
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .pro-name {
    font-weight: 600;
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .pro-desc {
    margin: 4px 0 24px;
    font-size: 14px;
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .rate-installs {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #525252;
    margin-bottom: 24px;
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .rate-installs .installs,
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .rate-installs .reate {
    display: flex;
    align-items: center;
    padding: 0 12px;
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .rate-installs .installs svg,
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .rate-installs .reate svg {
    margin-right: 8px;
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .rate-installs .reate {
    border-right: 1px solid #d8dfe2;
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .btn-cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .btn-cell a {
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .change-sys {
    font-size: 14px;
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .change-sys a {
    color: rgba(33, 33, 33, 0.5);
}
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .change-sys a.active,
.article-part .article-page .guide-part-wrap .asideFixed .pro-aside .change-sys a:hover {
    color: #f50 !important;
}
.article-part .article-page .guide-part-wrap .evaluationVertical {
    display: none;
    width: 280px;
    background-color: #f6f8fc;
    border-radius: 12px;
    padding: 32px 20px;
    text-align: center;
    margin-bottom: 24px;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .header-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .header-box .introduce {
    text-align: left;
}
@media (min-width: 992px) {
    .article-part .article-page .guide-part-wrap .evaluationVertical {
        display: block;
    }
}
.article-part .article-page .guide-part-wrap .evaluationVertical .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #212121;
    margin: 0 0 4px;
    display: block;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .time {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #525252;
    margin: 0;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .review-avgstar {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .review-avgstar li {
    color: #eff5fb !important;
    margin-right: 8px;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .review-avgstar li:last-child {
    margin-right: 0;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .review-avgstar li.active {
    color: #ffcc16 !important;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .review-avgstar li:hover {
    cursor: pointer;
    transform: scale(1.1);
}
.article-part .article-page .guide-part-wrap .evaluationVertical .review-avgstar li.star-control svg.star-full {
    display: none;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .review-avgstar li.star-control svg.star-half {
    display: inline-block;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .review-avgstar svg {
    width: 28px;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .review-avgstar svg.star-half {
    display: none;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}
.article-part .article-page .guide-part-wrap .evaluationVertical .info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #525252;
    margin: 0;
}
 
@media (max-width: 991px) {
   
}
@media (min-width: 992px) {
  
}
@media (min-width: 1600px) {
   
}
.article-main  h2 {
    margin: 48px 0 16px;
    font-size: 26px;
    font-weight: 600;
    color: #212121;
    line-height: 140%;
}
@media (min-width: 1280px) {
    .article-main  h2 {
        margin: 48px 0 24px;
        font-size: 26px;
    }
}
@media (min-width: 1600px) {
    .article-main  h2 {
        margin: 64px 0 32px;
        font-size: 36px;
    }
}
.article-main  h2.h2-full {
    border-radius: 12px;
    background: #ffece3;
    position: relative;
    padding: 14px 14px 14px 30px;
}
@media (min-width: 1280px) {
    .article-main  h2.h2-full {
        padding: 16px 16px 16px 28px;
    }
}
@media (min-width: 1600px) {
    .article-main  h2.h2-full {
        padding: 24px 24px 24px 42px;
    }
}
.article-main  h2.h2-full::before {
    content: "";
    background: #f50;
    position: absolute;
    width: 4px;
    height: calc(100% - 28px);
    left: 16px;
    top: 18px;
}
@media (min-width: 1280px) {
    .article-main  h2.h2-full::before {
        width: 4px;
        height: calc(100% - 32px);
        left: 16px;
        top: 16px;
    }
}
@media (min-width: 1600px) {
    .article-main  h2.h2-full::before {
        width: 6px;
        height: calc(100% - 48px);
        left: 24px;
        top: 24px;
    }
}
.article-main  h2.h2-line {
    padding-bottom: 24px;
    border-bottom: 1px solid #a2a7a9;
}
.article-main  h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #212121;
    margin: 32px 0 16px;
}
@media (min-width: 1280px) {
    .article-main  h3 {
        margin: 48px 0 24px;
        font-size: 26px;
    }
}
@media (min-width: 1600px) {
    .article-main  h3 {
        line-height: 34px;
    }
}
.article-main  h3.h3-line {
    position: relative;
    padding-left: 8px;
}
.article-main  h3.h3-line::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #f50;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1px;
}
@media (min-width: 1280px) {
    .article-main  h3.h3-line::before {
        width: 4px;
    }
}
.article-main  h3.h3-special .label {
    color: #fff;
    background: #f50;
    padding: 2px 4px;
    font-size: 20px;
    font-weight: 600;
}
.article-main  .hot-part-icon,
.article-main  .new-part-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}
@media (min-width: 992px) {
    .article-main  .hot-part-icon,
    .article-main  .new-part-icon {
        width: 30px;
        height: 30px;
    }
}
@media (min-width: 1280px) {
    .article-main  .hot-part-icon,
    .article-main  .new-part-icon {
        transform: translateY(-12px);
    }
}
.article-main  .orange-little-tips {
    z-index: 1;
    margin-left: 6px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    color: #515455;
    padding-left: 0;
    position: relative;
    font-size: 12px;
}
.article-main  .orange-little-tips::before {
    content: "";
    background: url(https://www.tenorshare.com/article2024/hot-icon.svg) no-repeat;
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 7px;
    bottom: 2px;
    left: -4px;
    z-index: -1;
}
.article-main  .blue-little-tips {
    z-index: 1;
    margin-left: 6px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    color: #515455;
    padding-left: 0;
    position: relative;
    font-size: 12px;
}
.article-main  .blue-little-tips::before {
    content: "";
    background: url(https://www.tenorshare.com/article2024/blue-tips-bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 7px;
    bottom: 2px;
    left: -4px;
    z-index: -1;
}
.article-main  .quote-orange {
    text-align: center;
    padding: 78px 24px;
    background: rgba(255, 236, 227, 0.5);
    border-radius: 12px;
    position: relative;
    margin: 24px 0;
}
.article-main  .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) {
    .article-main  .quote-orange::before {
        left: 32px;
        top: 24px;
    }
}
.article-main  .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) {
    .article-main  .quote-orange::after {
        right: 32px;
        bottom: 24px;
    }
}
@media (min-width: 1280px) {
    .article-main  .quote-orange {
        padding: 40px 85px;
    }
}
@media (min-width: 1280px) {
    .article-main  .quote-orange {
        padding: 50px 105px;
    }
}
.article-main  .quote-orange p {
    font-size: 16px;
    margin: 0;
}
.article-main  .quote-purple {
    box-shadow: 0 4px 0 0 #d4d4ff;
    background: #eef2ff;
    border-radius: 12px;
    padding: 24px;
    margin: 24px 0;
}
.article-main  .quote-purple p {
    font-size: 16px;
    margin: 0;
}
.article-main  .quote-orange-line {
    padding: 24px;
    border-left: 2px solid #f50;
    box-shadow: 0 4px 8px 0 rgba(229, 229, 229, 0.25);
    margin: 24px 0;
}
.article-main  .quote-orange-line p {
    font-size: 16px;
    margin: 0;
}
.article-main  .content-guide-component {
    padding: 24px 16px 8px;
    background: #f3fbfe;
    border-radius: 12px;
    margin: 40px 0;
}
@media (min-width: 1280px) {
    .article-main  .content-guide-component {
        padding: 32px 24px 14px;
    }
}
@media (min-width: 1600px) {
    .article-main  .content-guide-component {
        padding: 32px 106px 14px;
    }
}
@media (min-width: 1280px) {
    .article-main  .content-guide-component.two-list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
}
.article-main  .content-guide-component.two-list ul li {
    align-items: center;
}
@media (min-width: 1280px) {
    .article-main  .content-guide-component.two-list ul li {
        min-height: 60px;
    }
}
.article-main  .content-guide-component.two-list ul li a {
    line-height: 30px;
}
.article-main  .content-guide-component ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.article-main  .content-guide-component ul li {
    margin-bottom: 16px;
    font-weight: 600;
    display: flex;
}
@media (min-width: 1280px) {
    .article-main  .content-guide-component ul li {
        margin-bottom: 18px;
    }
}
.article-main  .content-guide-component ul li span {
    min-width: 50px;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 2px solid #212121;
    font-size: 18px;
}
@media (min-width: 1280px) {
    .article-main  .content-guide-component ul li span {
        font-size: 26px;
    }
}
.article-main  .content-guide-component ul li a {
    font-size: 18px;
}
@media (min-width: 1280px) {
    .article-main  .content-guide-component ul li a {
        font-size: 20px;
    }
}
@media (min-width: 1280px) {
    .article-main  .content-guide-component.one-list {
        padding: 32px 24px 20px;
    }
}
@media (min-width: 1600px) {
    .article-main  .content-guide-component.one-list {
        padding: 32px 106px 20px;
    }
}
@media (min-width: 1280px) {
    .article-main  .content-guide-component.one-list ul li {
        margin-bottom: 12px;
        align-items: center;
    }
}
.article-main  .content-guide-component.one-list ul li span {
    min-width: 34px;
    border-right: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    padding-right: 8px;
    margin-right: 0;
}
.article-main  .content-guide-component.one-list ul li a {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}
.article-main  .content-guide-component.one-list ul li:hover {
    color: #f50;
}
.article-main  .compare-component {
    display: flex;
    margin: 32px 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.article-main  .compare-component .list-bad,
.article-main  .compare-component .list-good {
    flex-basis: 50%;
}
.article-main  .compare-component .list-bad > div,
.article-main  .compare-component .list-good > div {
    background: #ff7b39;
    padding: 18px 0;
}
.article-main  .compare-component .list-bad p,
.article-main  .compare-component .list-good p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}
@media (min-width: 1280px) {
    .article-main  .compare-component .list-bad p,
    .article-main  .compare-component .list-good p {
        font-size: 24px;
    }
}
.article-main  .compare-component .list-bad p::after,
.article-main  .compare-component .list-good p::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(https://www.tenorshare.com/article2024/iocn-hand-good.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 1280px) {
    .article-main  .compare-component .list-bad p::after,
    .article-main  .compare-component .list-good p::after {
        width: 32px;
        height: 32px;
        right: -40px;
    }
}
.article-main  .compare-component .list-bad ul,
.article-main  .compare-component .list-good ul {
    list-style: none;
    padding-left: 26px;
    padding-right: 10px;
    margin-bottom: 24px;
}
@media (min-width: 1280px) {
    .article-main  .compare-component .list-bad ul,
    .article-main  .compare-component .list-good ul {
        padding-left: 60px;
        padding-right: 24px;
    }
}
.article-main  .compare-component .list-bad ul li,
.article-main  .compare-component .list-good ul li {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}
@media (min-width: 1280px) {
    .article-main  .compare-component .list-bad ul li,
    .article-main  .compare-component .list-good ul li {
        font-size: 18px;
    }
}
.article-main  .compare-component .list-bad ul li:nth-child(1),
.article-main  .compare-component .list-good ul li:nth-child(1) {
    margin-top: 16px;
}
@media (min-width: 1280px) {
    .article-main  .compare-component .list-bad ul li:nth-child(1),
    .article-main  .compare-component .list-good ul li:nth-child(1) {
        margin-top: 24px;
    }
}
.article-main  .compare-component .list-bad ul li:not(:nth-child(1)),
.article-main  .compare-component .list-good ul li:not(:nth-child(1)) {
    margin-top: 12px;
}
@media (min-width: 1280px) {
    .article-main  .compare-component .list-bad ul li:not(:nth-child(1)),
    .article-main  .compare-component .list-good ul li:not(:nth-child(1)) {
        margin-top: 20px;
    }
}
.article-main  .compare-component .list-good {
    box-shadow: 0 -2px 0 0 #ff8e55 inset;
    background: #ffece3;
}
.article-main  .compare-component .list-good li::before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.88324 8.02986L10.3711 3.71585C10.5506 3.48251 10.8973 3.4302 11.1455 3.59902C11.3936 3.76784 11.4492 4.09385 11.2697 4.3272L7.40049 10.2842C7.20041 10.5442 6.80039 10.5742 6.55903 10.3472L3.66243 7.62347C3.44586 7.41982 3.44586 7.08964 3.66243 6.88598C3.87901 6.68233 4.23014 6.68233 4.44672 6.88598L6.88324 8.02986Z" fill="%23FF7B39"/></svg>') !important;
    background-size: 100% 100%;
    position: absolute;
    left: -16px;
    top: 2px;
}
@media (min-width: 1280px) {
    .article-main  .compare-component .list-good li::before {
        width: 30px;
        height: 30px;
        left: -36px;
        top: -2px;
    }
}
.article-main  .compare-component .list-bad {
    background: #fff;
    box-shadow: 0 -2px 0 0 #9c9c9c inset;
    border: 1px solid #d8dfe2;
}
@media (min-width: 1280px) {
    .article-main  .compare-component .list-bad {
        border: none;
    }
}
.article-main  .compare-component .list-bad > div {
    background: #eee;
}
.article-main  .compare-component .list-bad p {
    color: #525252;
}
.article-main  .compare-component .list-bad p::after {
    background: url(https://www.tenorshare.com/article2024/iocn-hand-bad.png) no-repeat;
    background-size: cover;
}
.article-main  .compare-component .list-bad li::before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.81286 19.4194C8.3247 19.9076 8.3247 20.699 8.81286 21.1872C9.30101 21.6754 10.0925 21.6754 10.5806 21.1872L15.0001 16.7678L19.4194 21.1871C19.9076 21.6753 20.6991 21.6753 21.1872 21.1871C21.6754 20.699 21.6754 19.9075 21.1872 19.4194L16.7678 15L21.1872 10.5806C21.6754 10.0924 21.6754 9.30099 21.1872 8.81284C20.6991 8.32468 19.9076 8.32468 19.4195 8.81284L15.0001 13.2322L10.5806 8.81276C10.0925 8.32461 9.301 8.32461 8.81285 8.81276C8.32469 9.30092 8.32469 10.0924 8.81285 10.5805L13.2323 15L8.81286 19.4194Z" fill="%239C9C9C"/></svg>') !important;
    background-size: 100% 100%;
    position: absolute;
    left: -16px;
    top: 2px;
}
@media (min-width: 1280px) {
    .article-main  .compare-component .list-bad li::before {
        width: 30px;
        height: 30px;
        left: -36px;
        top: -2px;
    }
}
.article-main  .swipe-to-view {
    color: #ff7b39;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px 0 12px;
}
.article-main  .compare-table-1,
.article-main  .compare-table-2,
.article-main  .compare-table-3 {
    overflow-x: auto;
}
@media (min-width: 1280px) {
    .article-main  .compare-table-1,
    .article-main  .compare-table-2,
    .article-main  .compare-table-3 {
        margin: 32px 0;
    }
}
.article-main  .compare-table-1 .table-wrap,
.article-main  .compare-table-2 .table-wrap,
.article-main  .compare-table-3 .table-wrap {
    min-width: 600px;
    padding: 2px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d8dfe2;
}
@media (min-width: 1280px) {
    .article-main  .compare-table-1 .table-wrap,
    .article-main  .compare-table-2 .table-wrap,
    .article-main  .compare-table-3 .table-wrap {
        padding: 8px;
    }
}
.article-main  .compare-table-1 .table-wrap .tbody:last-child div,
.article-main  .compare-table-2 .table-wrap .tbody:last-child div,
.article-main  .compare-table-3 .table-wrap .tbody:last-child div {
    border-top: 0;
}
.article-main  .compare-table-1 .table-wrap .tbody:last-child div:nth-child(1),
.article-main  .compare-table-2 .table-wrap .tbody:last-child div:nth-child(1),
.article-main  .compare-table-3 .table-wrap .tbody:last-child div:nth-child(1) {
    border-radius: 0 0 0 8px;
}
.article-main  .compare-table-1 .table-wrap .tbody:last-child div:last-child,
.article-main  .compare-table-2 .table-wrap .tbody:last-child div:last-child,
.article-main  .compare-table-3 .table-wrap .tbody:last-child div:last-child {
    border-radius: 0 0 8px 0;
}
.article-main  .compare-table-1 .tbody,
.article-main  .compare-table-1 .thead,
.article-main  .compare-table-2 .tbody,
.article-main  .compare-table-2 .thead,
.article-main  .compare-table-3 .tbody,
.article-main  .compare-table-3 .thead {
    display: flex;
    text-align: center;
}
.article-main  .compare-table-1 .tbody .no,
.article-main  .compare-table-1 .tbody .yes,
.article-main  .compare-table-1 .thead .no,
.article-main  .compare-table-1 .thead .yes,
.article-main  .compare-table-2 .tbody .no,
.article-main  .compare-table-2 .tbody .yes,
.article-main  .compare-table-2 .thead .no,
.article-main  .compare-table-2 .thead .yes,
.article-main  .compare-table-3 .tbody .no,
.article-main  .compare-table-3 .tbody .yes,
.article-main  .compare-table-3 .thead .no,
.article-main  .compare-table-3 .thead .yes {
    position: relative;
}
.article-main  .compare-table-1 .tbody .no::after,
.article-main  .compare-table-1 .tbody .yes::after,
.article-main  .compare-table-1 .thead .no::after,
.article-main  .compare-table-1 .thead .yes::after,
.article-main  .compare-table-2 .tbody .no::after,
.article-main  .compare-table-2 .tbody .yes::after,
.article-main  .compare-table-2 .thead .no::after,
.article-main  .compare-table-2 .thead .yes::after,
.article-main  .compare-table-3 .tbody .no::after,
.article-main  .compare-table-3 .tbody .yes::after,
.article-main  .compare-table-3 .thead .no::after,
.article-main  .compare-table-3 .thead .yes::after {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjQ4MzYgMjIuNDAzOEwyOC4wMTI3IDkuODY5NTdDMjguNTAzMiA5LjE5MTYxIDI5LjQ1MDQgOS4wMzk2MyAzMC4xMjg0IDkuNTMwMTJDMzAuODA2MyAxMC4wMjA2IDMwLjk1ODMgMTAuOTY3OCAzMC40Njc4IDExLjY0NThMMTkuODk2OCAyOC45NTM2QzE5LjM1MDEgMjkuNzA5MSAxOC4yNTcyIDI5Ljc5NjIgMTcuNTk3OCAyOS4xMzY4TDkuNjg0MDEgMjEuMjIzQzkuMDkyMzEgMjAuNjMxMyA5LjA5MjMxIDE5LjY3MiA5LjY4NDAxIDE5LjA4MDNDMTAuMjc1NyAxOC40ODg2IDExLjIzNTEgMTguNDg4NiAxMS44MjY4IDE5LjA4MDNMMTguNDgzNiAyMi40MDM4WiIgZmlsbD0iI0ZGN0IzOSIvPgo8L3N2Zz4K)
        no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.article-main  .compare-table-1 .tbody .no::after,
.article-main  .compare-table-1 .thead .no::after,
.article-main  .compare-table-2 .tbody .no::after,
.article-main  .compare-table-2 .thead .no::after,
.article-main  .compare-table-3 .tbody .no::after,
.article-main  .compare-table-3 .thead .no::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS43NTAyIDI1Ljg5MjRDMTEuMDk5MyAyNi41NDMzIDExLjA5OTMgMjcuNTk4NiAxMS43NTAyIDI4LjI0OTVDMTIuNDAxIDI4LjkwMDMgMTMuNDU2MyAyOC45MDAzIDE0LjEwNzIgMjguMjQ5NUwxOS45OTk5IDIyLjM1NjhMMjUuODkyNyAyOC4yNDk2QzI2LjU0MzYgMjguOTAwNCAyNy41OTg4IDI4LjkwMDQgMjguMjQ5NyAyOC4yNDk2QzI4LjkwMDYgMjcuNTk4NyAyOC45MDA2IDI2LjU0MzQgMjguMjQ5NyAyNS44OTI1TDIyLjM1NjkgMTkuOTk5N0wyOC4yNDkzIDE0LjEwNzNDMjguOTAwMiAxMy40NTY0IDI4LjkwMDIgMTIuNDAxMiAyOC4yNDkzIDExLjc1MDNDMjcuNTk4NCAxMS4wOTk0IDI2LjU0MzIgMTEuMDk5NCAyNS44OTIzIDExLjc1MDNMMTkuOTk5OSAxNy42NDI3TDE0LjEwNzYgMTEuNzUwNEMxMy40NTY3IDExLjA5OTUgMTIuNDAxNCAxMS4wOTk1IDExLjc1MDYgMTEuNzUwNEMxMS4wOTk3IDEyLjQwMTMgMTEuMDk5NyAxMy40NTY2IDExLjc1MDYgMTQuMTA3NEwxNy42NDI5IDE5Ljk5OTdMMTEuNzUwMiAyNS44OTI0WiIgZmlsbD0iIzlDOUM5QyIvPgo8L3N2Zz4K)
        no-repeat;
    background-size: cover;
}
.article-main  .compare-table-1 .tbody div,
.article-main  .compare-table-1 .thead div,
.article-main  .compare-table-2 .tbody div,
.article-main  .compare-table-2 .thead div,
.article-main  .compare-table-3 .tbody div,
.article-main  .compare-table-3 .thead div {
    border: 1px solid #d8dfe2;
    border-collapse: collapse;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.article-main  .compare-table-1 .tbody div:not(:nth-child(1)),
.article-main  .compare-table-1 .thead div:not(:nth-child(1)),
.article-main  .compare-table-2 .tbody div:not(:nth-child(1)),
.article-main  .compare-table-2 .thead div:not(:nth-child(1)),
.article-main  .compare-table-3 .tbody div:not(:nth-child(1)),
.article-main  .compare-table-3 .thead div:not(:nth-child(1)) {
    border-left: 0;
}
.article-main  .compare-table-1 .thead div,
.article-main  .compare-table-2 .thead div,
.article-main  .compare-table-3 .thead div {
    background: #ffece3;
    border-color: #ffb38e;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
}
@media (min-width: 1600px) {
    .article-main  .compare-table-1 .thead div,
    .article-main  .compare-table-2 .thead div,
    .article-main  .compare-table-3 .thead div {
        padding: 18px 12px;
        font-size: 20px;
    }
}
.article-main  .compare-table-1 .thead div.active,
.article-main  .compare-table-2 .thead div.active,
.article-main  .compare-table-3 .thead div.active {
    background: #ff7b39;
    color: #fff;
}
.article-main  .compare-table-1 .thead div:nth-child(1),
.article-main  .compare-table-2 .thead div:nth-child(1),
.article-main  .compare-table-3 .thead div:nth-child(1) {
    border-radius: 8px 0 0 0;
}
.article-main  .compare-table-1 .thead div:last-child,
.article-main  .compare-table-2 .thead div:last-child,
.article-main  .compare-table-3 .thead div:last-child {
    border-radius: 0 8px 0 0;
}
.article-main  .compare-table-1 .tbody div,
.article-main  .compare-table-2 .tbody div,
.article-main  .compare-table-3 .tbody div {
    padding: 12px 10px;
    border-top: 0;
    font-size: 12px;
}
@media (min-width: 1280px) {
    .article-main  .compare-table-1 .tbody div,
    .article-main  .compare-table-2 .tbody div,
    .article-main  .compare-table-3 .tbody div {
        padding: 10px 12px;
    }
}
@media (min-width: 1600px) {
    .article-main  .compare-table-1 .tbody div,
    .article-main  .compare-table-2 .tbody div,
    .article-main  .compare-table-3 .tbody div {
        font-size: 18px;
        padding: 18px 12px;
    }
}
.article-main  .compare-table-1 .tbody div:nth-child(1),
.article-main  .compare-table-2 .tbody div:nth-child(1),
.article-main  .compare-table-3 .tbody div:nth-child(1) {
    text-align: left;
    color: #212121;
    background: rgba(255, 236, 227, 0.3);
}
.article-main  .compare-table-2 {
    padding-top: 68px;
}
.article-main  .compare-table-2 .table-wrap {
    overflow: unset;
}
.article-main  .compare-table-2 .table-wrap .tbody:last-child div:last-child {
    border-bottom: 1px solid #ff7b39;
}
.article-main  .compare-table-2 .tbody div,
.article-main  .compare-table-2 .thead div {
    background: #fff;
    border-color: #d8dfe2;
    color: #525252;
    font-weight: 600;
}
.article-main  .compare-table-2 .tbody div:nth-child(1),
.article-main  .compare-table-2 .thead div:nth-child(1) {
    font-weight: 400;
}
.article-main  .compare-table-2 .tbody div.active,
.article-main  .compare-table-2 .thead div.active {
    background: #fffae6;
    border-color: #ff7b39;
    border-left: 1px solid #ff7b39;
    border-bottom: 2px solid #ffc6aa;
}
.article-main  .compare-table-2 .thead div {
    position: relative;
    color: #212121;
    background: #eee;
}
.article-main  .compare-table-2 .thead div:nth-child(1) {
    font-weight: 600;
}
.article-main  .compare-table-2 .thead div.active {
    border-radius: 0;
    color: #212121;
}
.article-main  .compare-table-2 .thead div span {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    left: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    width: calc(100% + 2px);
    background: #ff7b39;
    border: 1px solid #ff7b39;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
}
.article-main  .compare-table-2 .tbody div:nth-last-child(2) {
    border-right: 0;
}
.article-main  .compare-table-3 {
    margin: 32px 0;
}
.article-main  .compare-table-3 .table-wrap {
    min-width: 540px;
}
.article-main  .compare-table-3 .thead div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    line-height: 130%;
    font-size: 12px;
}
@media (min-width: 1280px) {
    .article-main  .compare-table-3 .thead div {
        font-size: 18px;
    }
}
@media (min-width: 1600px) {
    .article-main  .compare-table-3 .thead div {
        font-size: 24px;
    }
}
.article-main  .compare-table-3 .tbody div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
}
.article-main  .compare-table-3 .tbody div svg {
    width: 16px;
}
@media (min-width: 1280px) {
    .article-main  .compare-table-3 .tbody div svg {
        width: 20px;
    }
}
@media (min-width: 1600px) {
    .article-main  .compare-table-3 .tbody div svg {
        width: 28px;
    }
}
.article-main  .compare-table-3 .tbody div:nth-child(1) {
    color: #212121;
}
.article-main  .compare-table-3 .tbody div:not(:nth-child(1)) {
    font-weight: 600;
}
@media (min-width: 1600px) {
    .article-main  .compare-table-3.tab-simplify .thead div {
        font-size: 18px;
    }
}
.article-main  .compare-table-3.tab-simplify .tbody div:not(:nth-child(1)) {
    color: #525252;
    font-weight: 400;
}
.article-main  .hot-wrap {
    margin-bottom: 40px;
}
.article-main  .hot-wrap .cont {
    gap: 32px;
}
.article-main  .hot-wrap .cell {
    padding: 16px;
    background-color: rgba(180, 211, 255, 0.2);
    width: 100%;
    border-radius: 12px;
}
@media (min-width: 1280px) {
    .article-main  .hot-wrap .cell {
        padding: 24px;
    }
}
.article-main  .hot-wrap .cell ul {
    padding-left: 0;
}
.article-main  .hot-wrap .cell ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.article-main  .hot-wrap .cell ul li:not(:last-child) {
    margin-bottom: 12px;
}
@media (min-width: 1280px) {
    .article-main  .hot-wrap .cell ul li:not(:last-child) {
        margin-bottom: 16px;
    }
}
.article-main  .hot-wrap .cell ul li:hover {
    color: #f50;
}
.article-main  .hot-wrap .cell ul li svg {
    width: 32px;
    flex-shrink: 0;
}
.article-main  .hot-wrap .cell ul li a {
    line-height: 28px;
    color: #525252;
}
.article-main  .hot-wrap .cell ul li a:hover {
    color: #f50;
}
.article-main  .hot-wrap .title {
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 16px;
    color: #000;
}
@media (min-width: 1280px) {
    .article-main  .hot-wrap .title {
        font-size: 26px;
        padding-bottom: 24px;
    }
}
.article-main  .navigation-bar {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #525252;
    list-style-type: none;
}
@media (min-width: 1600px) {
    .article-main  .navigation-bar {
        font-size: 16px;
        line-height: 24px;
    }
}
.article-main  .navigation-bar svg {
    display: none;
}
@media (min-width: 992px) {
    .article-main  .navigation-bar svg {
        display: block;
    }
}
.article-main  h1 {
    font-size: 28px;
    font-weight: 900;
    line-height: 130%;
    text-align: left;
    margin: 24px 0;
}
@media (min-width: 1280px) {
    .article-main  h1 {
        font-size: 36px;
        font-weight: 900;
        line-height: 140%;
        margin: 32px 0 12px;
    }
}
@media (min-width: 1600px) {
    .article-main  h1 {
        font-size: 40px;
        margin: 40px 0 12px;
    }
}
.article-main  .comments-horizontal {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 24px 0;
}
.article-main  .comments-horizontal .avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
@media (min-width: 992px) {
    .article-main  .comments-horizontal .avatar {
        width: 60px;
        height: 60px;
    }
}
.article-main  .comments-horizontal .content {
    flex: 1;
}
.article-main  .comments-horizontal .content .up {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .article-main  .comments-horizontal .content .up {
        margin-bottom: 8px;
    }
}
.article-main  .comments-horizontal .content .up p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #3d445c;
    margin: 0;
}
@media (min-width: 992px) {
    .article-main  .comments-horizontal .content .up p {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
    }
}
.article-main  .comments-horizontal .content .up .review-avgstar {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.article-main  .comments-horizontal .content .up .review-avgstar li {
    color: #eff5fb !important;
}
.article-main  .comments-horizontal .content .up .review-avgstar li.active {
    color: #ffcc16 !important;
}
.article-main  .comments-horizontal .content .up .review-avgstar li:hover {
    cursor: pointer;
    transform: scale(1.1);
}
.article-part
    .article-page
    .content-part-wrap
    .comments-horizontal
    .content
    .up
    .review-avgstar
    li.star-control
    svg.star-full {
    display: none;
}
.article-part
    .article-page
    .content-part-wrap
    .comments-horizontal
    .content
    .up
    .review-avgstar
    li.star-control
    svg.star-half {
    display: inline-block;
}
.article-main  .comments-horizontal .content .up .review-avgstar svg {
    width: 22px;
}
@media (min-width: 992px) {
    .article-main  .comments-horizontal .content .up .review-avgstar svg {
        width: 24px;
    }
}
.article-main  .comments-horizontal .content .up .review-avgstar svg.star-half {
    display: none;
}
.article-main  .comments-horizontal .content .down {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.article-main  .comments-horizontal .content .down a {
    color: #878b8d;
}
@media (min-width: 992px) {
    .article-main  .comments-horizontal .content .down a {
        font-weight: 600;
        font-size: 16px;
        color: #6c7071;
    }
}
.article-main  .comments-horizontal .content .down p {
    margin: 0;
    color: #878b8d;
}
@media (min-width: 992px) {
    .article-main  .comments-horizontal .content .down p {
        font-weight: 400;
        font-size: 16px;
        color: #6c7071;
    }
}
.article-main  .downCard-switch {
    width: 100%;
    border-radius: 8px;
    background: rgba(180, 211, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 16px;
    text-align: center;
    gap: 24px;
    margin: 24px 0;
}
@media (min-width: 992px) {
    .article-main  .downCard-switch {
        flex-direction: row;
        text-align: left;
        align-items: center;
    }
}
@media (min-width: 1280px) {
    .article-main  .downCard-switch {
        margin: 32px 0;
        padding: 24px 32px;
    }
}
.article-main  .downCard-switch .left a {
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 27px;
    color: #212121;
}
@media (min-width: 992px) {
    .article-main  .downCard-switch .left a {
        font-size: 26px;
        line-height: 34px;
    }
}
.article-main  .downCard-switch .left .info {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #3a3a3a;
    margin: 0;
}
@media (min-width: 992px) {
    .article-main  .downCard-switch .left .info {
        font-size: 18px;
        line-height: 27px;
        margin-top: 8px;
    }
}
.article-main  .downCard-switch .right .btn-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 200px;
    justify-content: center;
    align-items: center;
    margin: auto;
}
@media (max-width: 991px) {
    .article-main  .downCard-switch .right .btn-layout a.btn {
        min-width: 200px;
    }
}
.article-main  .downCard-switch .right .btn-layout a img {
    max-width: 220px;
}
.article-main  .downCard-switch .right .btn-layout .change-sys {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #6b6b6b;
    display: flex;
    align-items: flex-end;
    gap: 4px;
}
.article-main  .downCard-switch .right .btn-layout .change-sys .qr-component {
    position: relative;
    margin: 0 4px;
}
.article-main  .downCard-switch .right .btn-layout .change-sys .qr-component .qr-panel {
    display: none;
    position: absolute;
    left: 24px;
    top: 0;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 100;
    border-radius: 16px;
}
.article-main  .downCard-switch .right .btn-layout .change-sys .qr-component .qr-code {
    width: 140px;
    height: 140px;
}
.article-main  .downCard-switch .right .safe-download {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #6b6b6b;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}
.article-main  .downCard-switch .right .btn-group .sys-android a,
.article-main  .downCard-switch .right .btn-group .sys-ios a,
.article-main  .downCard-switch .right .btn-group .sys-mac a,
.article-main  .downCard-switch .right .btn-group .sys-win a {
    width: 200px;
    justify-content: center;
}
.article-main  .downCard-switch .right .switch-sys {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #6b6b6b;
}
.article-main  .downCard-switch .right .switch-sys a {
    color: #6b6b6b;
}
.article-main  .downCard-switch .right .switch-sys a:hover {
    color: #212121;
}
.article-main  .downCard-switch .right .switch-sys a.active {
    color: #212121;
}
.article-main  .downCard {
    width: 100%;
    border-radius: 8px;
    background: rgba(180, 211, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 16px;
    text-align: center;
    gap: 24px;
    margin: 24px 0;
}
@media (min-width: 992px) {
    .article-main  .downCard {
        flex-direction: row;
        text-align: left;
        align-items: center;
    }
}
@media (min-width: 1280px) {
    .article-main  .downCard {
        margin: 32px 0;
        padding: 24px 32px;
    }
}
.article-main  .downCard .left a {
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 27px;
    color: #212121;
}
@media (min-width: 992px) {
    .article-main  .downCard .left a {
        font-size: 26px;
        line-height: 34px;
    }
}
.article-main  .downCard .left .info {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #3a3a3a;
    margin: 0;
}
@media (min-width: 992px) {
    .article-main  .downCard .left .info {
        font-size: 18px;
        line-height: 27px;
        margin-top: 8px;
    }
}
.article-main  .downCard .right .btn-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 200px;
    justify-content: center;
    align-items: center;
    margin: auto;
}
@media (max-width: 991px) {
    .article-main  .downCard .right .btn-layout a.btn {
        min-width: 200px;
        text-wrap: nowrap;
    }
}
.article-main  .downCard .right .btn-layout a img {
    max-width: 220px;
}
.article-main  .downCard .right .safe-download {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #6b6b6b;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}
.article-main  .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: hidden;
    transition:
        max-height 0.3s ease,
        border-bottom-color 0.3s ease;
    position: relative;
}
.article-main  .directory-container::after {
    width: 104%;
    height: 56px;
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    position: absolute;
    bottom: 0;
    left: -2%;
}
.article-main  .directory-container.expanded {
    max-height: none;
    border-bottom-color: #bdc3c6;
}
.article-main  .directory-container.expanded::after {
    display: none;
}
.article-main  .directory-container .directory-part .dir-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #f50;
    cursor: pointer;
    margin: 0 0 16px;
}
@media (min-width: 1600px) {
    .article-main  .directory-container .directory-part .dir-title {
        font-size: 20px;
        line-height: 30px;
    }
}
.article-main  .directory-container .directory-part .dir-title:hover {
    color: #f50;
}
.article-main  .directory-container .directory-part .dir-title a {
    color: #f50;
}
.article-main  .directory-container .directory-part .dir-title a:hover {
    color: #f50;
}
.article-main  .directory-container .directory-part .content {
    margin: 16px 0;
    padding-left: 20px;
    position: relative;
    display: block;
    list-style-type: none;
}
@media (min-width: 1280px) {
    .article-main  .directory-container .directory-part .content {
        padding-left: 80px;
    }
}
.article-main  .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;
}
.article-main  .directory-container .directory-part .content li:hover {
    color: #f50;
}
.article-main  .directory-container .directory-part .content li:hover::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f50;
    transform: translate(0, -50%);
}
@media (min-width: 1280px) {
    .article-main  .directory-container .directory-part .content li:hover::before {
        left: -20px;
    }
}
.article-main  .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) {
    .article-main  .directory-container .directory-part .content::before {
        left: 62px;
    }
}
.article-main  .directory-container .directory-part.hide .dir-title {
    color: #212121;
}
.article-main  .directory-container .directory-part.hide .dir-title:hover {
    color: #f50;
}
.article-main  .directory-container .directory-part.hide .dir-title a {
    color: #212121;
}
.article-main  .directory-container .directory-part.hide .dir-title a:hover {
    color: #f50;
}
.article-main  .directory-container .directory-part.hide .content {
    display: none;
}
.article-main  .directory-container .directory-part.hide .toggle-icon.open svg {
    transform: rotate(-90deg);
}
.article-main  .directory-container .directory-part .toggle-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
}
.article-main  .orange-background {
    background-color: #ffece3;
    border: 0;
}
.article-main  .orange-background .directory-part .content::before {
    background-color: #fff;
}
.article-main  .purple-background {
    background-color: #e9e9ff;
    border: 0;
}
.article-main  .purple-background .directory-part .content::before {
    background-color: #fff;
}
.article-main  .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) {
    .article-main  .show-more {
        font-size: 18px;
        line-height: 27px;
    }
}
.article-main  .show-more span {
    margin-right: 4px;
}
.article-main  .show-more svg {
    transition: transform 0.3s ease;
}
.article-main  .show-more.hidden svg {
    transform: rotate(180deg);
}
.article-main  .show-more.visible {
    display: block;
}
.article-main  .table-version .table-swipe-tips {
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ff7b39;
    text-align: center;
}
.article-main  .table-version .table-swipe-tips svg {
    margin-right: 8px;
}
.article-main  .table-version .table-container {
    margin: 12px 0 48px;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #d8dfe2;
}
.article-main  .table-version .table-container .custom-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    table-layout: fixed;
    width: -moz-max-content;
}
.article-main  .table-version .table-container .custom-table thead {
    background-color: #eee;
}
.article-main  .table-version .table-container .custom-table td,
.article-main  .table-version .table-container .custom-table th {
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #d8dfe2;
}
.article-main  .table-version .table-container .custom-table th {
    padding: 16px 0;
    color: #212121;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
}
.article-main  .table-version .table-container .custom-table td {
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #212121;
}
@media (min-width: 1280px) {
    .article-main  .table-version .table-container .custom-table td {
        font-size: 18px;
        line-height: 27px;
    }
}
.article-main  .table-version .table-container .custom-table tbody tr:nth-child(odd) {
    background-color: #fff !important;
}
.article-main  .table-version .table-container .custom-table tbody tr:nth-child(even) {
    background-color: #e6e6e6 !important;
}
.article-main  .table-version .table-container .custom-table tbody tr:last-child td {
    color: #f50;
    font-weight: 600;
}
.article-main  .part-tit {
    margin: 48px 0 16px;
    font-size: 26px;
    font-weight: 600;
    color: #212121;
    padding: 14px 14px 14px 30px;
    border-radius: 12px;
    background: #ffece3;
    line-height: 140%;
    position: relative;
}
@media (min-width: 1280px) {
    .article-main  .part-tit {
        margin: 48px 0 24px;
        font-size: 26px;
        padding: 16px 16px 16px 28px;
    }
}
@media (min-width: 1600px) {
    .article-main  .part-tit {
        margin: 64px 0 32px;
        font-size: 36px;
        padding: 24px 24px 24px 42px;
    }
}
.article-main  .part-tit::before {
    content: "";
    width: 4px;
    height: calc(100% - 36px);
    background: #f50;
    position: absolute;
    left: 16px;
    top: 18px;
}
@media (min-width: 1280px) {
    .article-main  .part-tit::before {
        left: 16px;
        top: 16px;
        width: 4px;
    }
}
@media (min-width: 1600px) {
    .article-main  .part-tit::before {
        width: 6px;
        left: 24px;
        top: 24px;
        height: calc(100% - 46px);
    }
}
.article-main  .part-subTit {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #212121;
    position: relative;
    padding-left: 10px;
}
@media (min-width: 1600px) {
    .article-main  .part-subTit {
        font-size: 26px;
        line-height: 34px;
        padding-left: 12px;
    }
}
.article-main  .part-subTit::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #f50;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 1px;
}
@media (min-width: 1280px) {
    .article-main  .part-subTit::before {
        width: 4px;
        height: 24px;
        top: 4px;
    }
}
.article-main  .step-list-1 {
    counter-reset: step-list-li;
    margin: 16px 0;
    padding: 0;
}
@media (min-width: 1280px) {
    .article-main  .step-list-1 {
        counter-reset: list;
        margin: 24px 0;
    }
}
@media (min-width: 1600px) {
    .article-main  .step-list-1 {
        counter-reset: list;
        margin: 24px 0;
    }
}
.article-main  .step-list-1 > li {
    list-style: none;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
    margin: 16px 0;
    counter-increment: step-list-li;
    padding-left: 20px;
}
@media (min-width: 1280px) {
    .article-main  .step-list-1 > li {
        margin: 12px 0;
        padding-left: 30px;
    }
}
@media (min-width: 1600px) {
    .article-main  .step-list-1 > li {
        font-size: 18px;
        line-height: 27px;
        margin: 24px 0;
    }
}
.article-main  .step-list-1 > li::before {
    content: counter(step-list-li);
    border-radius: 50%;
    background: #eee;
    width: 16px;
    height: 16px;
    color: #212121;
    font-size: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 4px;
}
@media (min-width: 1280px) {
    .article-main  .step-list-1 > li::before {
        width: 20px;
        height: 20px;
        font-size: 12px;
        left: 0;
        top: 4px;
    }
}
@media (min-width: 1600px) {
    .article-main  .step-list-1 > li::before {
        width: 24px;
        height: 24px;
        left: 0;
        top: 0;
    }
}
.article-main  .num-orange > li::before {
    background: #ffece3;
    color: #ff681c;
}
.article-main  .num > li::before {
    background: 0 0;
    color: #525252;
    content: counter(step-list-li) ".";
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
}
.article-main  .step-num > li {
    padding-left: 60px;
}
@media (min-width: 1600px) {
    .article-main  .step-num > li {
        padding-left: 72px;
    }
}
.article-main  .step-num > li::before {
    background: 0 0;
    color: #525252;
    content: "Step " counter(step-list-li) ": ";
    border-radius: 0;
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #212121;
    width: -moz-fit-content;
    width: fit-content;
    top: 3px;
}
@media (min-width: 1280px) {
    .article-main  .step-num > li::before {
        top: 1px;
    }
}
@media (min-width: 1600px) {
    .article-main  .step-num > li::before {
        top: 0;
        font-size: 18px;
        line-height: 27px;
    }
}
.article-main  .step-list-4 {
    margin: 16px 0;
    padding: 0;
}
@media (min-width: 1280px) {
    .article-main  .step-list-4 {
        margin: 24px 0;
    }
}
@media (min-width: 1600px) {
    .article-main  .step-list-4 {
        margin: 24px 0;
    }
}
.article-main  .step-list-4 > li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
    margin: 16px 0;
    display: flex;
    gap: 4px;
}
@media (min-width: 1280px) {
    .article-main  .step-list-4 > li {
        margin: 12px 0;
    }
}
@media (min-width: 1600px) {
    .article-main  .step-list-4 > li {
        font-size: 18px;
        line-height: 27px;
        margin: 24px 0;
    }
}
.article-main  .step-list-4 > li .step {
    color: #212121;
    width: -moz-max-content;
    width: max-content;
    font-weight: 700;
}
.article-main  .step-list-4 > li .text {
    flex: 1;
}
.article-main  .img-container {
    width: 100%;
    border-radius: 8px;
    margin: 8px auto 24px;
    text-align: center;
    cursor: url(https://images.tenorshare.com/article/magnifier.svg), auto;
}
@media (min-width: 1280px) {
    .article-main  .img-container {
        max-width: 624px;
        width: auto;
        margin: 24px auto;
    }
}
@media (min-width: 1600px) {
    .article-main  .img-container {
        max-width: 872px;
    }
}
.article-main  .img-des-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
@media (min-width: 1280px) {
    .article-main  .img-des-cont {
        flex-direction: row;
        gap: 24px;
    }
}
@media (min-width: 1600px) {
    .article-main  .img-des-cont {
        gap: 32px;
    }
}
.article-main  .img-des-cont .des-cont {
    flex: 1;
}
@media (min-width: 1280px) {
    .article-main  .img-des-cont .des-cont {
        width: calc(50% - 24px);
    }
}
@media (min-width: 1600px) {
    .article-main  .img-des-cont .des-cont {
        width: calc(50% - 32px);
    }
}
.article-main  .img-des-cont .des-cont span {
    font-weight: 600;
    font-size: 20px;
}
.article-main  .img-des-cont .des-cont p {
    color: #525252;
    font-size: 18px;
    margin: 16px 0 0;
}
.article-main  .img-des-cont .img-container {
    flex: 1;
}
.article-main  .note {
    width: 100%;
    padding: 20px;
    background: rgba(233, 233, 255, 0.5);
    border: 1px dashed #3c3cff;
    border-radius: 4px;
    margin: 16px 0 32px;
}
@media (min-width: 1280px) {
    .article-main  .note {
        border-radius: 12px;
        margin: 16px 0 32px;
        padding: 24px;
    }
}
.article-main  .note .title {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 12px;
}
@media (min-width: 1280px) {
    .article-main  .note .title {
        margin: 0 0 8px;
    }
}
.article-main  .note .title .icon {
    width: 28px;
    height: 28px;
}
.article-main  .note .title .text {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #212121;
}
.article-main  .note p {
    margin: 0;
}
.article-main  .important {
    background: #fffae6;
    border: 1px solid #ffcf1b;
}
.article-main  .warning {
    background: #ffece3;
    border: 1px solid #f50;
}
.article-main  .technique {
    background: #f7ffea;
    border: 1px solid #b9ff46;
}
.article-main  .tips {
    background: #eff7fa;
    border: 1px solid #bdc3c6;
}
.article-main  .btn-secure-group {
    text-align: center;
    margin: 24px 0;
}
.article-main  .btn-secure-group .btns-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}
@media (min-width: 991px) {
    .article-main  .btn-secure-group .btns-group {
        gap: 32px;
        flex-direction: row;
    }
}
.article-main  .step-list-2 {
    counter-reset: step-list-2-li;
    padding-left: 0;
    margin: 24px 0;
}
.article-main  .step-list-2 > li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    counter-increment: step-list-2-li;
    margin: 24px 0 8px;
}
@media (min-width: 1280px) {
    .article-main  .step-list-2 > li {
        margin: 24px 0;
    }
}
@media (min-width: 1600px) {
    .article-main  .step-list-2 > li {
        font-size: 18px;
        line-height: 27px;
        margin: 32px 0 24px;
    }
}
.article-main  .step-list-2 > li::before {
    content: counter(step-list-2-li, decimal);
    color: #525252;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}
.article-main  .step-list-2 > li:nth-of-type(-n + 9)::before {
    content: "0" counter(step-list-2-li, decimal);
}
.article-main  .step-list-2 > li::after {
    content: "";
    background-color: #ff681c;
    width: 27px;
    height: 2px;
    position: absolute;
    left: -4px;
    top: 24px;
}
@media (min-width: 1600px) {
    .article-main  .step-list-2 > li::after {
        left: -4px;
        top: 27px;
    }
}
.article-main  .video-div {
    text-align: center;
}
.article-main  .video-div .video-container {
    width: 100%;
    border: 1px solid #d8dfe2;
    border-radius: 12px;
    aspect-ratio: 16/9;
    position: relative;
    margin: 8px auto;
    overflow: hidden;
}
@media (min-width: 1280px) {
    .article-main  .video-div .video-container {
        max-width: 624px;
    }
}
@media (min-width: 1600px) {
    .article-main  .video-div .video-container {
        max-width: 872px;
    }
}
.article-main  .video-div .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: center;
}
@media (min-width: 1280px) {
    .article-main  .video-div .video-container video {
        margin: 24px auto 32px;
        max-width: 872px;
        width: auto;
    }
}
.article-main  .video-div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
    margin: 8px 0 16px;
}
.article-main  .video-div .btn-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 200px;
    justify-content: center;
    align-items: center;
    margin: 16px auto;
}
@media (max-width: 991px) {
    .article-main  .video-div .btn-layout a.btn {
        min-width: 200px;
    }
}
@media (min-width: 992px) {
    .article-main  .video-div .btn-layout {
        margin: 32px auto;
    }
}
.article-main  .video-div .safe-download {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #6b6b6b;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}
.article-main  .video-container {
    width: 100%;
    border: 1px solid #d8dfe2;
    border-radius: 12px;
    aspect-ratio: 16/9;
    position: relative;
    margin: 8px auto 32px;
    overflow: hidden;
}
@media (min-width: 1280px) {
    .article-main  .video-container {
        max-width: 624px;
    }
}
@media (min-width: 1600px) {
    .article-main  .video-container {
        max-width: 872px;
    }
}
.article-main  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: center;
}
@media (min-width: 1280px) {
    .article-main  .video-container video {
        margin: 24px auto 32px;
        max-width: 872px;
        width: auto;
    }
}
.article-main  .important-tips {
    width: 100%;
    padding: 20px;
    margin: 16px 0 48px;
    border-radius: 4px;
    background-color: #fffae6;
    border: 1px solid #ffcf1b;
}
@media (min-width: 1280px) {
    .article-main  .important-tips {
        padding: 24px;
        margin: 24px 0 48px;
        border-radius: 12px;
    }
}
@media (min-width: 1600px) {
    .article-main  .important-tips {
        margin: 24px 0 64px;
    }
}
.article-main  .important-tips .title {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}
.article-main  .important-tips .title .icon {
    width: 28px;
    height: 28px;
}
.article-main  .important-tips .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
    margin-top: 12px;
}
@media (min-width: 1280px) {
    .article-main  .important-tips .text {
        margin-top: 8px;
    }
}
@media (min-width: 1600px) {
    .article-main  .important-tips .text {
        margin-top: 7px;
        font-size: 18px;
    }
}
.article-main  .step-list-3 {
    padding-left: 0;
    margin: 16px 0 24px;
}
@media (min-width: 1280px) {
    .article-main  .step-list-3 {
        margin: 24px 0;
    }
}
@media (min-width: 1600px) {
    .article-main  .step-list-3 {
        margin: 24px 0 32px;
    }
}
.article-main  .step-list-3 > li {
    list-style-type: none;
    padding-left: 24px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
    margin: 8px 0;
}
@media (min-width: 1280px) {
    .article-main  .step-list-3 > li {
        padding-left: 26px;
        margin: 12px 0;
    }
}
@media (min-width: 1600px) {
    .article-main  .step-list-3 > li {
        font-size: 18px;
        margin: 16px 0;
    }
}
.article-main  .step-list-3 > li::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 8L7 10.5L12 5.5" stroke="%23FF5500" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}
@media (min-width: 1280px) {
    .article-main  .step-list-3 > li::before {
        width: 20px;
        height: 20px;
        background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.625 10L8.75 13.125L15 6.875" stroke="%23FF5500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }
}
.article-main  .svg-dot > li::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12.5" r="3" fill="%23FF5500"/></svg>');
}
.article-main  .svg-cross > li::before {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9995 6L6.00004 13.9995" stroke="%23FF5500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.00049 6L14 13.9995" stroke="%23FF5500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.article-main  .svg-triangle > li::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.0369 11.805C17.511 12.1471 17.511 12.8529 17.0369 13.195L10.3587 18.0146C9.79186 18.4237 9 18.0186 9 17.3196L9 7.68044C9 6.98135 9.79186 6.57629 10.3587 6.9854L17.0369 11.805Z" fill="%23212121"/></svg>');
}
.article-main  .svg-black-dot > li::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="5" fill="%23212121"/></svg>');
}
.article-main  .svg-star > li::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.7884 5.45569C11.872 5.27562 12.128 5.27562 12.2116 5.45569L13.9285 9.15264C13.9625 9.22585 14.0319 9.27628 14.1121 9.286L18.1586 9.77643C18.3557 9.80032 18.4348 10.0438 18.2894 10.179L15.3039 12.9542C15.2448 13.0092 15.2183 13.0908 15.2338 13.17L16.0179 17.1701C16.056 17.3649 15.8489 17.5154 15.6754 17.4188L12.1134 15.4371C12.0429 15.3979 11.9571 15.3979 11.8866 15.4371L8.32456 17.4188C8.15106 17.5154 7.94395 17.3649 7.98214 17.1701L8.76617 13.17C8.78169 13.0908 8.75518 13.0092 8.69606 12.9542L5.7106 10.179C5.56518 10.0438 5.64429 9.80032 5.84139 9.77643L9.88794 9.286C9.96807 9.27628 10.0375 9.22585 10.0715 9.15264L11.7884 5.45569Z" fill="%23212121"/></svg>');
}
.article-main  .svg-flag > li::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.96856 8.75024C8.58366 8.40913 9 7.75319 9 7C9 5.89543 8.10457 5 7 5C5.89543 5 5 5.89543 5 7C5 7.75319 5.41634 8.40913 6.03144 8.75024C6.01092 8.83007 6 8.91376 6 8.99999V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V8.99999C8 8.91376 7.98908 8.83007 7.96856 8.75024ZM11.7423 7C12.8562 7 13.5962 7.12615 14.2769 7.52846C14.96 7.93077 15.3515 8.12846 16.4646 8.12846C17.1638 8.12846 17.7137 8.08402 18.1954 7.95119C18.5686 7.84825 19 8.0999 19 8.48707V13.7229C19 13.8999 18.9073 14.0652 18.7511 14.1485C18.1381 14.4756 17.4682 14.6923 16.4869 14.6923C15.3723 14.6923 14.9592 14.5708 14.2769 14.1638C13.5954 13.7615 12.8562 13.6362 11.7423 13.6362C11.007 13.6362 10.3451 13.8081 9.78367 14.0416C9.42582 14.1905 9 13.9456 9 13.558V8.08595C9 7.90961 9.09207 7.745 9.24745 7.66161C9.90406 7.3092 10.7573 7 11.7423 7Z" fill="%23212121"/></svg>');
}
.article-main  .svg-finger > li::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 4.5001C13.9 3.7001 11 7.50012 9 9.5001V16.5001C10.5 16.5001 13.4 17.5001 15 17.5001C16.6 17.5001 16.6667 15.3335 16.5 14.5001C17.3 14.1001 17.5 12.3335 17.5 11.5001C19 11.5001 21.5 11.1653 21.5 10.0001C21.5 8.37972 16.5 9.00012 14 9.00012C15.1667 7.83345 16.5 5.00011 15.5 4.5001Z" stroke="%23212121" stroke-linecap="round" stroke-linejoin="round"/><rect x="5" y="9" width="5" height="8" rx="1" fill="%23212121"/><path d="M7 13.5V16" stroke="white" stroke-linecap="round"/></svg>');
}
.article-main  .svg-right > li::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="6.5" stroke="%23212121"/><path d="M9 12L11.5 14L15 10" stroke="%23212121" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.article-main  .svg-wrong > li::before {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="6.5" stroke="%23212121"/><path d="M14.8281 9.17139L9.17127 14.8282" stroke="%23212121" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.17188 9.17139L14.8287 14.8282" stroke="%23212121" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.article-main  .frame {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #bdc3c6;
    padding: 14px;
    margin: 24px 0;
}
@media (min-width: 1280px) {
    .article-main  .frame {
        padding: 32px 40px;
        margin: 32px 0;
    }
}
@media (min-width: 1600px) {
    .article-main  .frame {
        margin: 64px 0;
    }
}
.article-main  .frame ul {
    margin: 0;
}
.article-main  .frame ul li:first-child {
    margin-top: 0;
}
.article-main  .frame ul li:last-child {
    margin-bottom: 0;
}
.article-main  .related-topic {
    width: 100%;
    margin: 16px 0 48px;
}
@media (min-width: 1280px) {
    .article-main  .related-topic {
        margin: 24px 0 48px;
    }
}
@media (min-width: 1600px) {
    .article-main  .related-topic {
        margin: 24px 0 64px;
    }
}
.article-main  .related-topic .up {
    width: -moz-fit-content;
    width: fit-content;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #ffece3;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #212121;
    padding: 4px 16px;
}
@media (min-width: 1280px) {
    .article-main  .related-topic .up {
        gap: 8px;
        padding: 6px 24px;
    }
}
@media (min-width: 1600px) {
    .article-main  .related-topic .up {
        gap: 8px;
        font-size: 18px;
        line-height: 27px;
        padding: 4px 24px;
    }
}
.article-main  .related-topic .up .icon {
    width: 26px;
    height: 26px;
}
.article-main  .related-topic .down {
    border: 1px solid #bdc3c6;
    padding: 7px 16px;
    border-radius: 12px;
    border-top-left-radius: 0;
}
@media (min-width: 1280px) {
    .article-main  .related-topic .down {
        padding: 24px;
    }
}
.article-main  .related-topic .down a {
    color: #ff681c;
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (min-width: 1280px) {
    .article-main  .related-topic .down a {
        line-height: 24px;
    }
}
.article-main  .related-topic .down a .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
@media (min-width: 1600px) {
    .article-main  .related-topic .down a .link {
        font-size: 18px;
        line-height: 27px;
    }
}
.article-main  .related-topic .down a svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.article-main  .related-topic .down a:hover {
    text-decoration: underline;
}
.article-main  .related-link {
    width: 100%;
    margin: 24px 0;
    border-radius: 8px;
    background-color: #ffece3;
    padding: 11px 16px;
}
.article-main  .related-link a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #212121;
}
.article-main  .related-link a:hover {
    color: #f50;
}
.article-main  .related-link a .icon {
    width: 26px;
    height: 26px;
}
.article-main  .related-link a .link {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-decoration-line: underline;
    flex: 1;
}
.article-main  .subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #212121;
    margin: 16px 0;
}
@media (min-width: 1280px) {
    .article-main  .subtitle {
        margin: 24px 0;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }
}
@media (min-width: 1600px) {
    .article-main  .subtitle {
        font-size: 26px;
        line-height: 34px;
        margin: 32px 0 24px;
    }
}
.article-main  .questions-accordion {
    width: 100%;
    margin: 16px 0;
}
@media (min-width: 1280px) {
    .article-main  .questions-accordion {
        margin: 24px 0;
    }
}
@media (min-width: 1600px) {
    .article-main  .questions-accordion {
        margin: 32px 0;
    }
}
.article-main  .questions-accordion .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #212121;
    margin-bottom: 10px;
    border-bottom: 1px solid #bdc3c6;
    cursor: pointer;
    padding: 4px 0;
}
@media (min-width: 1280px) {
    .article-main  .questions-accordion .question {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 16px;
        padding: 8px 0;
    }
}
@media (min-width: 1600px) {
    .article-main  .questions-accordion .question {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }
}
.article-main  .questions-accordion .question svg {
    width: 16px;
    height: 16px;
    transition:
        transform 0.3s ease,
        width 0.3s ease,
        height 0.3s ease;
}
@media (min-width: 1280px) {
    .article-main  .questions-accordion .question svg {
        width: 24px;
        height: 24px;
    }
}
.article-main  .questions-accordion .answer {
    width: 100%;
    margin: 0;
    display: block;
}
.article-main  .questions-accordion .answer.hide {
    display: none;
}
.article-main  .advertisement-card {
    width: 100%;
    padding: 32px 16px;
    border-radius: 8px;
    background: rgba(180, 211, 255, 0.1490196078);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 58px;
    margin: 16px 0;
}
@media (min-width: 992px) {
    .article-main  .advertisement-card {
        padding: 24px;
        margin: 24px 0 48px;
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card {
        padding: 32px;
        margin: 48px 0 64px;
    }
}
.article-main  .advertisement-card .left {
    width: 280px;
    display: none;
}
@media (min-width: 992px) {
    .article-main  .advertisement-card .left {
        display: block;
        width: 200px;
    }
}
@media (min-width: 1280px) {
    .article-main  .advertisement-card .left {
        width: 280px;
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .left {
        width: 429px;
    }
}
.article-main  .advertisement-card .left .up {
    padding: 4px 9px 4px 16px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    color: #848484;
    width: 208px;
    margin: 0 auto 30px;
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .left .up {
        margin: 0 auto 20px;
        padding: 8px 24px;
        width: 307px;
    }
}
.article-main  .advertisement-card .left .up .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .left .up .text {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
}
.article-main  .advertisement-card .left .up .num {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .left .up .num {
        font-size: 24px;
        font-weight: 500;
        line-height: 31px;
    }
}
.article-main  .advertisement-card .left .down {
    width: 100%;
}
.article-main  .advertisement-card .right {
    flex: 1;
}
.article-main  .advertisement-card .right .brand {
    text-align: center;
}
@media (min-width: 992px) {
    .article-main  .advertisement-card .right .brand {
        text-align: left;
    }
}
.article-main  .advertisement-card .right .brand .icon {
    width: 56px;
    height: 56px;
    margin: auto;
}
@media (min-width: 992px) {
    .article-main  .advertisement-card .right .brand .icon {
        display: none;
    }
}
.article-main  .advertisement-card .right .brand .name {
    font-size: 26px;
    font-weight: 900;
    line-height: 34px;
    color: #212121;
    margin: 16px 0 4px;
}
@media (min-width: 1280px) {
    .article-main  .advertisement-card .right .brand .name {
        font-size: 18px;
        line-height: 27px;
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .right .brand .name {
        font-size: 28px;
        line-height: 36px;
        margin: 32px 0 8px;
    }
}
.article-main  .advertisement-card .right .brand .info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 4px 0 18px;
}
@media (min-width: 992px) {
    .article-main  .advertisement-card .right .brand .info {
        justify-content: start;
        margin: 4px 0 18px;
    }
}
@media (min-width: 1280px) {
    .article-main  .advertisement-card .right .brand .info {
        margin: 4px 0 4px;
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .right .brand .info {
        margin: 8px 0 16px;
    }
}
.article-main  .advertisement-card .right .brand .info .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3a3a3a;
}
@media (min-width: 1280px) {
    .article-main  .advertisement-card .right .brand .info .text {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .right .brand .info .text {
        font-size: 16px;
        line-height: 24px;
    }
}
.article-main  .advertisement-card .right .brand .info .rate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .right .brand .info .rate svg {
        width: 20px;
        height: 20px;
    }
}
.article-main  .advertisement-card .right .introduction {
    margin: 18px 0 24px;
    padding-left: 0;
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .right .introduction {
        margin: 16px 0 32px;
    }
}
.article-main  .advertisement-card .right .introduction li {
    padding-left: 18px;
    list-style-type: none;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #525252;
}
@media (min-width: 1280px) {
    .article-main  .advertisement-card .right .introduction li {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .right .introduction li {
        padding-left: 24px;
        font-size: 14px;
        line-height: 21px;
    }
}
.article-main  .advertisement-card .right .introduction li::before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNjI1IDEwTDguNzUgMTMuMTI1TDE1IDYuODc1IiBzdHJva2U9IiM0Nzc4RkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}
@media (min-width: 1280px) {
    .article-main  .advertisement-card .right .introduction li::before {
        background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.62138 5.5999L7.00365 2.46636C7.12628 2.29686 7.36308 2.25887 7.53258 2.38149C7.70207 2.50412 7.74006 2.74092 7.61744 2.91042L4.97468 7.23735C4.83802 7.42624 4.56479 7.44802 4.39994 7.28316L2.42149 5.30471C2.27357 5.15679 2.27357 4.91695 2.42149 4.76903C2.56942 4.6211 2.80925 4.6211 2.95718 4.76903L4.62138 5.5999Z" fill="%23FF5500"/></svg>');
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .right .introduction li::before {
        width: 16px;
        height: 16px;
        background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.39436 8.96179L11.206 3.94812C11.4022 3.67693 11.7811 3.61614 12.0523 3.81234C12.3235 4.00854 12.3842 4.38743 12.188 4.65862L7.95963 11.5817C7.74098 11.8839 7.30382 11.9188 7.04005 11.655L3.87453 8.4895C3.63785 8.25281 3.63785 7.86908 3.87453 7.6324C4.11121 7.39571 4.49495 7.39571 4.73163 7.6324L7.39436 8.96179Z" fill="%23FF5500"/></svg>');
    }
}
.article-main  .advertisement-card .right .p_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #525252;
    margin: 19px 0 28px;
}
@media (min-width: 992px) {
    .article-main  .advertisement-card .right .p_text {
        font-size: 12px;
        line-height: 18px;
        margin: 12px 0 24px;
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .right .p_text {
        font-size: 14px;
        line-height: 21px;
        margin: 12px 0 32px;
    }
}
.article-main  .advertisement-card .right .btn-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 200px;
    justify-content: center;
    align-items: center;
    margin: auto;
}
@media (max-width: 991px) {
    .article-main  .advertisement-card .right .btn-group a.btn {
        min-width: 200px;
    }
}
@media (min-width: 992px) {
    .article-main  .advertisement-card .right .btn-group {
        gap: 8px;
        margin: 0;
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .right .btn-group {
        gap: 16px;
    }
}
.article-main  .advertisement-card .right .btn-group .safe-download {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #6b6b6b;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1280px) {
    .article-main  .advertisement-card .right .btn-group .safe-download {
        font-size: 12px;
        line-height: 18px;
    }
    .article-main  .advertisement-card .right .btn-group .safe-download svg {
        width: 14px;
        height: 14px;
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card .right .btn-group .safe-download {
        font-size: 14px;
        line-height: 21px;
    }
    .article-main  .advertisement-card .right .btn-group .safe-download svg {
        width: 16px;
        height: 16px;
    }
}
.article-main  .advertisement-card .right .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-direction: column;
}
@media (min-width: 992px) {
    .article-main  .advertisement-card .right .btn-group {
        flex-direction: row;
        justify-content: start;
    }
}
.article-main  .advertisement-card-1 {
    width: 100%;
    padding: 32px 10px;
    background: linear-gradient(
            0deg,
            #eab9e6 0,
            #dab0e7 3%,
            #b79cea 13.17%,
            #9a8bed 21.22%,
            #817def 28.02%,
            #6f72f0 36.06%,
            #626bf1 46.27%,
            #5a66f2 63.28%,
            #5865f2 92.05%
        ),
        linear-gradient(173.31deg, #404eed -29.4%, rgba(64, 78, 237, 0) 55.63%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 64px;
    margin: 16px 0;
}
@media (min-width: 992px) {
    .article-main  .advertisement-card-1 {
        background: linear-gradient(180deg, #404eed 0, #cccffa 75.7%);
        flex-direction: row;
        padding: 23px 27px 23px 40px;
        align-items: center;
        gap: 39px;
        margin: 24px 0 48px;
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card-1 {
        padding: 21px 28px 13px 42px;
        gap: 33px;
        margin: 48px 0 64px;
    }
}
.article-main  .advertisement-card-1 .left {
    text-align: center;
}
@media (min-width: 992px) {
    .article-main  .advertisement-card-1 .left {
        flex: 1;
        text-align: left;
    }
}
.article-main  .advertisement-card-1 .left .text1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    margin-bottom: 6px;
}
@media (min-width: 992px) {
    .article-main  .advertisement-card-1 .left .text1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card-1 .left .text1 {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
    }
}
.article-main  .advertisement-card-1 .left .text2 {
    font-family: Be Vietnam Pro;
    font-size: 32px;
    font-weight: 900;
    line-height: 42px;
    color: #fff;
    margin-bottom: 32px;
}
@media (min-width: 992px) {
    .article-main  .advertisement-card-1 .left .text2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card-1 .left .text2 {
        font-size: 28px;
        font-weight: 900;
        line-height: 36px;
    }
}
.article-main  .advertisement-card-1 .left .btn {
    width: 200px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 2px solid #212121;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #212121;
    margin: 0 auto;
}
.article-main  .advertisement-card-1 .left .btn svg {
    margin-right: 0;
}
@media (min-width: 992px) {
    .article-main  .advertisement-card-1 .left .btn {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        height: 60px;
        margin: 0;
    }
    .article-main  .advertisement-card-1 .left .btn svg {
        width: 18px;
        height: 18px;
    }
}
.article-main  .advertisement-card-1 .right {
    width: 100%;
}
@media (min-width: 992px) {
 
}
@media (min-width: 1600px) {
    .article-main  .advertisement-card-1 .right {
        width: 446px;
    }
}
.article-main  .mind-card {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #d8dfe2;
    padding: 12px 16px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    margin: 8px 0 16px;
}
@media (min-width: 992px) {
    .article-main  .mind-card {
        padding: 24px;
        gap: 8px;
        margin: 24px 0 48px;
    }
}
@media (min-width: 1600px) {
    .article-main  .mind-card {
        margin: 32px 0 64px;
    }
}
.article-main  .mind-card .text {
    display: flex;
    flex-direction: column;
}
@media (min-width: 992px) {
    .article-main  .mind-card .text {
        flex-direction: row;
        gap: 8px;
    }
}
.article-main  .mind-card .text .t1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0670fb;
    margin: 0;
}
@media (min-width: 1600px) {
    .article-main  .mind-card .text .t1 {
        font-size: 18px;
        font-weight: 900;
        line-height: 27px;
    }
}
.article-main  .mind-card .text .t2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
    margin: 0;
}
@media (min-width: 1600px) {
    .article-main  .mind-card .text .t2 {
        font-size: 18px;
        line-height: 27px;
    }
}
.article-main  .related-articles {
    background: rgba(180, 211, 255, 0.2);
    border-radius: 12px;
    padding: 16px;
    list-style: none;
    margin: 8px 0 16px;
}
@media (min-width: 992px) {
    .article-main  .related-articles {
        margin: 32px 0 32px;
    }
}
@media (min-width: 1600px) {
    .article-main  .related-articles {
        margin: 32px 0 64px;
    }
}
.article-main  .related-articles li {
    padding-left: 16px;
    position: relative;
    margin: 12px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #525252;
}
@media (min-width: 992px) {
    .article-main  .related-articles li {
        font-size: 18px;
        line-height: 27px;
    }
}
.article-main  .related-articles li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.article-main  .related-articles li a .text {
    width: 88%;
}
.article-main  .related-articles li a .icon {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 12H20M20 12L14 6M20 12L14 18" stroke="%23525252" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
}
.article-main  .related-articles li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    width: 5px;
    height: 5px;
    background-color: #525252;
    border-radius: 50%;
}
@media (min-width: 992px) {
    .article-main  .related-articles li::before {
        left: 0;
        top: 50%;
        transform: translateY(-3px);
    }
}
.article-main  .related-articles li:hover::before {
    background-color: #ff681c;
}
.article-main  .related-articles li:hover a {
    color: #ff681c;
}
.article-main  .related-articles li:hover a .icon {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 12H20M20 12L14 6M20 12L14 18" stroke="%23FF681C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.article-main  .all-topics {
    margin: 32px 0 48px;
    padding-bottom: 32px;
    overflow: hidden;
}
@media (min-width: 1280px) {
    .article-main  .all-topics {
        margin: 32px 0;
        padding-bottom: 0;
    }
}
.article-main  .all-topics ul {
    list-style: none;
}
.article-main  .all-topics-lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
@media (min-width: 1280px) {
    .article-main  .all-topics-lists {
        gap: 16px;
    }
}
.article-main  .all-topics-lists a {
    padding: 12px;
    border-radius: 46px;
    color: #212121;
}
@media (min-width: 1280px) {
    .article-main  .all-topics-lists a {
        margin-bottom: 8px;
        padding: 12px 24px;
    }
}
@media (min-width: 1600px) {
    .article-main  .all-topics-lists a {
        margin-bottom: 12px;
    }
}
.article-main  .all-topics-lists a:hover {
    opacity: 0.8;
}
.article-main  .all-topics-lists a.bg-purple {
    background: #e9e9ff;
}
.article-main  .all-topics-lists a.bg-green {
    background: #e8ffc1;
}
.article-main  .all-topics-lists a.bg-yellow {
    background: #fffae6;
}
.article-main  .all-topics-lists a.bg-orange {
    background: #ffece3;
}
.article-main  .all-topics .topics-swiper-pagination {
    bottom: -32px;
}
.article-main  .all-topics .topics-swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ff681c;
    opacity: 0.4;
    border-radius: 4px;
}
.article-part
    .article-page
    .content-part-wrap
    .all-topics
    .topics-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 6px;
    opacity: 1;
}
.article-main  .third-down-btn {
    width: -moz-fit-content;
    width: fit-content;
    height: 56px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 16px 0;
    padding: 0 16px;
    cursor: pointer;
}
.article-main  .third-down-btn svg {
    width: 24px;
    height: 24px;
}
.article-main  .third-down-btn:hover {
    text-decoration: none;
}
@media (min-width: 992px) {
    .article-main  .third-down-btn {
        height: 60px;
    }
}
.article-main  .dark {
    background-color: #5fb2ff;
    color: #f3fbfe;
}
.article-main  .light {
    border: 2px solid #5fb2ff;
    color: #5fb2ff;
    background-color: #fff;
}
.article-main  .btn-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 200px;
    justify-content: center;
    align-items: center;
    margin: 16px auto;
}
@media (max-width: 991px) {
    .article-main  .btn-layout a.btn {
        min-width: 200px;
    }
}
@media (min-width: 992px) {
    .article-main  .btn-layout {
        margin: 32px auto;
    }
}
.article-main  .btn-layout .safe-download {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #6b6b6b;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}
.article-main  .directory-list-container {
    border: 1px solid #bdc3c6;
    border-radius: 12px;
    padding: 16px;
    margin: 24px 0;
}
@media (min-width: 1280px) {
    .article-main  .directory-list-container {
        padding: 32px 40px;
        margin: 32px 0;
    }
}
@media (min-width: 1600px) {
    .article-main  .directory-list-container {
        margin: 64px 0;
    }
}
.article-main  .directory-list-container .layout {
    display: flex;
    align-items: stretch;
    gap: 16px;
    flex-direction: column;
}
@media (min-width: 992px) {
    .article-main  .directory-list-container .layout {
        flex-direction: row;
        position: relative;
    }
}
@media (min-width: 1280px) {
    .article-main  .directory-list-container .layout {
        gap: 96px;
    }
}
.article-main  .directory-list-container .layout .column {
    flex: 1;
}
.article-main  .directory-list-container .layout .column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.article-main  .directory-list-container .layout .column ul li {
    position: relative;
    margin-bottom: 14px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 24px;
}
@media (min-width: 1280px) {
    .article-main  .directory-list-container .layout .column ul li {
        font-size: 18px;
        padding-left: 27px;
    }
}
.article-main  .directory-list-container .layout .column ul li:last-child {
    margin-bottom: 0;
}
.article-main  .directory-list-container .layout .column ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12L11 16L18 8" stroke="%23525252" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
}
.article-main  .directory-list-container .layout .divider {
    width: 2px;
    height: 100%;
    background-color: #eee;
    border-radius: 2px;
    display: none;
}
@media (min-width: 992px) {
    .article-main  .directory-list-container .layout .divider {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
.article-main  .directory-list-dot .layout .column ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #525252;
}
.article-main  .coupon-part {
    background: url(https://images.tenorshare.com/img-2023/aritcle/coupon-part-bg-1.png?w=873&h=186) no-repeat center
        center;
    background-size: 873px 186px;
    width: 873px;
    margin: 32px auto;
    display: flex;
    margin: 24px 0;
}
@media (min-width: 1280px) {
    .article-main  .coupon-part {
        margin: 48px 0;
    }
}
.article-main  .coupon-part p {
    margin: 0;
}
.article-main  .coupon-part .lft {
    display: flex;
    justify-content: start;
    width: 35.7%;
    padding: 28px 0 28px 52px;
}
.article-main  .coupon-part .lft .num {
    color: #f50;
    font-size: 96px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
}
.article-main  .coupon-part .lft .unit {
    color: #f50;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    line-height: 130%;
    margin-left: 10px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.article-main  .coupon-part .lft .unit p {
    margin-bottom: 0 !important;
}
.article-main  .coupon-part .rgt {
    width: 64.3%;
    position: relative;
    text-align: center;
    padding: 14px 0;
}
.article-main  .coupon-part .rgt .content {
    position: relative;
    z-index: 10;
}
.article-main  .coupon-part .rgt::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://images.tenorshare.com/img-2023/aritcle/coupon-part-bg-2.png?w=562&h=184) no-repeat left
        center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.article-main  .coupon-part .rgt .btn-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-main  .coupon-part .rgt .btn-wrap .coupon-num {
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    border-radius: 12px 0 0 12px;
    border: 1px dashed #f50;
    border-right: none;
    background: #fff;
    color: var(3, #525252);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.article-main  .coupon-part .rgt .btn-wrap .btn-copy {
    height: 68px;
    border-radius: 0 6px 6px 0;
    background: #f50;
    color: #f3fbfe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    min-width: 200px;
    transition: all 0.4s;
}
.article-main  .coupon-part .rgt .btn-wrap .btn-copy:hover {
    background: #ff6f26;
    cursor: pointer;
}
.article-main  .coupon-part .rgt .tit {
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 600;
}
.article-main  .coupon-part .rgt .bt-text {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    margin-top: 14px;
}
.article-main  .coupon-part .rgt .btn-wrap .btn-copy:hover {
    background: #ff6f26;
    cursor: pointer;
}
.article-main  .coupon-part .rgt .tit {
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 600;
}
.article-main  .coupon-part .rgt .bt-text {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    margin-top: 14px;
}
.article-main  .coupon-part-mb {
    background: url(https://images.tenorshare.com/img-2023/aritcle/coupon-part-mb-bg-2.png?w=684&h=656) no-repeat center
        center;
    background-size: contain;
    width: 342px;
    height: 328px;
    margin: 24px auto;
}
.article-main  .coupon-part-mb .top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 28px;
}
.article-main  .coupon-part-mb .num {
    color: #f50;
    font-size: 92px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
}
.article-main  .coupon-part-mb .top-rgt {
    margin-left: 4px;
}
.article-main  .coupon-part-mb .top-rgt span {
    color: #f50;
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
    line-height: 130%;
    display: block;
}
.article-main  .coupon-part-mb .bottom {
    text-align: center;
    padding-top: 40px;
}
.article-main  .coupon-part-mb .bottom .tit {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0 !important;
}
.article-main  .coupon-part-mb .bottom .des {
    color: #525252;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    margin-top: 8px;
}
.article-main  .coupon-part-mb .btn-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-main  .coupon-part-mb .btn-wrap .coupon-num {
    color: #525252;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 0 24px;
    border-radius: 6px 0 0 6px;
    border: 1px dashed #f50;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
    margin-bottom: 0 !important;
}
.article-main  .coupon-part-mb .btn-wrap .btn-copy {
    height: 56px;
    border-radius: 0 6px 6px 0;
    background: #f50;
    color: #f3fbfe;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    min-width: 138px;
    transition: all 0.4s;
}
.article-main  .coupon-part-mb .btn-wrap .btn-copy:hover {
    background: #ff6f26;
    cursor: pointer;
}
@media (max-width: 1600px) {
    .article-main  .coupon-part .lft .num {
        font-size: 65px;
    }
    .article-main  .coupon-part .lft .unit p {
        font-size: 22px;
        line-height: 130%;
    }
    .article-main  .coupon-part {
        width: 596px;
        background-size: 596px 116px;
    }
    .article-main  .coupon-part .lft {
        padding: 26px 0 28px 25px;
    }
    .article-main  .coupon-part .rgt .tit {
        font-size: 16px;
    }
    .article-main  .coupon-part .rgt .btn-wrap .coupon-num {
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        padding: 0 32px;
    }
    .article-main  .coupon-part .rgt .btn-wrap .btn-copy {
        height: 48px;
        line-height: 48px;
    }
    .article-main  .coupon-part .rgt .btn-wrap {
        margin-top: 4px;
    }
    .article-main  .coupon-part .rgt .bt-text {
        margin-top: 4px;
    }
    .article-main  .coupon-part .rgt .btn-wrap .btn-copy {
        min-width: 138px;
    }
    .article-main  .coupon-part .rgt {
        padding: 10px 0;
    }
}
.down-other-btn {
    background: url(https://images.tenorshare.com/guide/down-other-btn.png) no-repeat top center;
    background-size: 100% 160px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 40px 80px 0 80px;
    display: inline-block;
    color: #fff;
    min-height: 124px;
    text-align: center;
}
.down-other-btn:hover {
    opacity: 0.8;
    text-decoration: none !important;
}
@media (min-width: 992px) {
    .down-other-btn {
        line-height: 28px;
        min-height: 160px;
        padding: 46px 80px 0 80px;
    }
}
@media(max-width: 992px) {
    .article-main .downCard-switch{
        gap: 0;
    }
}