p,
article p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 330;
    color: #525252;
}

@media (max-width: 991.98px) {
    p {
        font-weight: 400;
    }
}

@media (max-width: 991.98px) {
    #articl-part p.des {
        color: rgba(19, 18, 18, 1);
        margin-top: 20px;
    }
}

.text-primary {
    color: rgba(255, 85, 0, 1);
}

.tiny {
    color: rgba(255, 255, 255, 0.6);
}

#articl-part .articl-part-wrap .part-tit {
    font-size: 24px;
    font-weight: 520;
    color: #212121;
    padding: 10px 20px;
    border-radius: 12px;
    background: rgba(255, 245, 241, 1);
    line-height: 140%;
    position: relative;
    border-left: 4px solid var(----, rgba(255, 85, 0, 1));
    margin: 48px 0 24px !important;
    text-align: start;
}

@media (min-width: 992px) {
    #articl-part .articl-part-wrap .part-tit {
        font-size: 26px;
        font-weight: 520;
        padding: 14px 14px 14px 30px;
        margin: 0;
        text-align: center;
    }
}

@media (min-width: 1280px) {
    #articl-part .articl-part-wrap .part-tit {
        font-size: 26px;
        padding: 16px 16px 16px 28px;
    }
}

@media (min-width: 1600px) {
    #articl-part .articl-part-wrap .part-tit {
        margin: 32px 0;
        font-size: 32px;
        padding: 14px 24px;
    }

    #articl-part .articl-part-wrap .part-tit:last-child {
        margin-top: 80px;
    }
}

.sec1 {
    position: relative;
    background: rgba(255, 85, 0, 0.04);

}

.sec1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 417px;
    height: 219px;
    background: url("https://images.tenorshare.tw/guide/bg-left.png") no-repeat;
    background-size: 100%;
}

.sec1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 239px;
    background: url("https://images.tenorshare.tw/guide/bg-left.png") no-repeat;
    background-size: 100%;
}

.sec1 .container {
    max-width: 862px;
}

.sec1 .content {
    padding: 111px 0 4px;
}

.sec1 .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: 704px;
    height: 307px;
    background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-center.png") no-repeat;
    background-size: 100%;
}

.sec1 .content h1 {
    font-size: 40px;
    line-height: 1.3;
    color: #212121;

}

.sec1 .content h1 span {
    color: #ff5500;
}

.sec1 .content p {
    max-width: 788px;
    margin: 12px 0 20px;
    color: #6B6B6B;
    margin-bottom: 20px;
}

.sec1 .content .dev-mobile {
    margin-top: 24px;
}

.sec1 svg {
    margin-top: -4px;
    margin-right: 8px;
}

.sec1 .btn-group {
    gap: 32px;
}

.sec1 .btn-group .bottom-tip {
    font-size: 14px;
    color: rgba(19, 18, 18, 0.8);
    line-height: 1.3;
}

.sec1 .switch-sys {
    text-decoration: underline;
}

@media (max-width: 1599.98px) {
    .sec1::before {
        width: 192px;
        height: 127px;
        background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-xl-lft.png") no-repeat;
        background-size: 100%;
    }

    .sec1::after {
        width: 216px;
        height: 124px;
        background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-xl-rgt.png") no-repeat;
        background-size: 100%;
    }

    .sec1 .container {
        max-width: 1224px;
    }

    .sec1 .content::before {
        transform: translateX(-50%);
        width: 504px;
        height: 220px;
        background: url("https://images.tenorshare.com/img-2024/purchase/tp-banner-center.png") no-repeat;
        background-size: 100%;
    }
}

@media (max-width: 1279.98px) {

    .sec1::before,
    .sec1::after {
        display: none;
    }

    .sec1 .content {
        padding: 40px 0 38px;
    }

    .sec1 .content::before {
        width: 350px;
        height: 168px;
    }

    .sec1 .content p {
        margin: 32px 0;
        font-size: 16px;
    }

    .sec1 .content h1 {
        font-size: 24px;
        font-weight: 520;
        line-height: 1.5;
    }

    .sec1 .btn-group {
        gap: 0px;
    }
}

#articl-part {
    padding: 15px 0 65px 0;
}

#articl-part .container {
    max-width: 1716px;
    margin-left: 0px;
    padding-left: 32px;
}

#articl-part .articl-part-wrap {
    gap: 248px;
}

@media (max-width: 1599.98px) {
    #articl-part .articl-part-wrap {
        gap: 40px;
    }
}

@media (max-width: 1279.98px) {
    #articl-part .articl-part-wrap {
        gap: 24px;
    }
}

@media (max-width: 991.98px) {
    #articl-part .articl-part-wrap {
        gap: 0px;
    }
}

#articl-part .guide-part {
    width: 280px;
    flex-shrink: 0;
    transition: all 0.4s;
    left: 0px;
}

#articl-part .guide-part h3 {
    font-size: 24px;
    font-weight: 500;
}

#articl-part .guide-part .content {
    position: sticky;
    /*top: 70px; */
    top: 110px;
}

#articl-part .guide-part .guide-wrap {
    border-radius: 12px;
    border: 1px solid var(---01, #E7E7E7);
    padding-bottom: 57px;
}

#articl-part .guide-part .teach-video {
    font-weight: 520;
    color: rgba(33, 33, 33, 1);
}

#articl-part .guide-part .guide-list {
    max-height: 416px;
    overflow: overlay;
    font-weight: 400;
    line-height: 150%;
    color: #212121;
    scrollbar-gutter: stable;
    padding: 0 4px;
}

@media (max-width: 991.98px) {
    #articl-part .guide-part .guide-list {
        padding: 0px;
        max-height: 100%;
        scrollbar-gutter: auto;
    }
}

#articl-part .guide-part .guide-list .guide-item {
    position: relative;
    padding-right: 0;
}

#articl-part .guide-part .guide-list .guide-item .line {
    width: 6px;
    height: 24px;
    border-radius: 2px;
    background-color: #FF5500;
}

#articl-part .guide-part .guide-wrap>.guide-item:first-child {
    background-color: #FFECE3;
    border-radius: 12px 12px 0 0;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 18px;
}

@media (max-width: 991.98px) {
    #articl-part .guide-part .guide-wrap>.guide-item:first-child {
        background-color: #fff;
        font-size: 20px;
        font-weight: 520;
        justify-content: start;
        margin-left: 24px;
    }
}

#articl-part .guide-part .guide-list .guide-item>a:hover {
    color: #212121;
}

#articl-part .guide-part .guide-list .guide-item.show {
    padding-top: 12px;
}

#articl-part .guide-part .guide-list .guide-item.not-show {
    padding: 12px 0;
}

#articl-part .guide-part .guide-list .guide-item:first-child.show {
    padding-top: 12px;
}

#articl-part .guide-part .guide-list .guide-item a {
    display: block;
    font-size: 14px;
}

#articl-part .guide-part .guide-list .guide-item .guide-item-tit {
    font-size: 16px;
    display: block;
    font-weight: 380;
    max-width: 200px;
}

@media (max-width: 991.98px) {
    #articl-part .guide-part .guide-list .guide-item .guide-item-tit {
        font-size: 16px;
        display: block;
        font-weight: 330;
    }
}

#articl-part .guide-part .guide-list .guide-item:not(.show)>a {
    padding: 8px 12px;
    line-height: 1.5;
}

#articl-part .guide-part .guide-list .guide-item:nth-child(1) ul {
    list-style: none;
    display: none;
    max-width: 266px;
    max-height: 0;
    transition: all 0.4s;
    overflow: hidden;
}

#articl-part .guide-part .guide-list .guide-item.show ul {
    max-height: 500px;
    margin-top: 16px;
    list-style: none;
    position: relative;
}

#articl-part .guide-part .guide-list .guide-item.not-show ul {
    max-height: 0;
    overflow: hidden;
    display: none;
}

#articl-part .guide-part .guide-list .guide-item.show ul::after {
    content: "";
    width: 1px;
    height: calc(100% - 34px);
    border-right: 1px dashed #d8dfe2;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

#articl-part .guide-part .guide-list .guide-item.show ul li {
    font-size: 16px;
    font-weight: 330;
    line-height: 150%;
    position: relative;
    color: rgba(102, 101, 101, 1);
}

#articl-part .guide-part .guide-list .guide-item.show ul li a {
    color: rgba(102, 101, 101, 1);
}

#articl-part .guide-part .guide-list .guide-item.show ul li a:hover {
    text-decoration: none;
}

#articl-part .guide-part .guide-list .guide-item.show ul li:not(:nth-child(1)) {
    margin-top: 8px;
}

#articl-part .guide-part .guide-list .guide-item.show ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #a2a7a9;
    position: absolute;
    left: -22px;
    top: 7px;
    z-index: 10;
}

#articl-part .guide-part .guide-list .guide-item.show ul li.active a {
    color: #f50;
}

#articl-part .guide-part .guide-list .guide-item.show ul li.active::before {
    border: 2px solid #f50;
}

#articl-part .guide-part .guide-list .guide-item>a {
    padding: 0 12px;
}

#articl-part .guide-part .guide-list .guide-item.show>div {
    border-radius: 2px;
    background: #F7F7F7;
    padding: 12px;
}

@media (max-width: 991.98px) {
    #articl-part .guide-part .guide-list .guide-item.show>div {
        background: rgba(255, 236, 227, 1);

    }
}

#articl-part .guide-part .guide-list .guide-item.not-show>div svg {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}

#articl-part .guide-part .guide-list .guide-item.show::after {
    content: none;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjUgMTcuNUw1IDcuNUwxOCA3LjVMMTEuNSAxNy41WiIgZmlsbD0iI0ZGNTUwMCIvPgo8L3N2Zz4=") no-repeat center center;
    position: absolute;
    top: 12px;
    right: 8px;
    transform: none;
    transition: all 0.4s;
}

#articl-part .guide-part .guide-list .guide-item.show.not-show::after {
    transform: rotate(-90deg);
    top: 12px;
}

#articl-part .guide-part .guide-list .guide-item:nth-child(1) ul {
    display: block;
}

#articl-part .guide-part .guide-list .guide-item.show.not-show {
    padding: 12px 0;
}

#articl-part .guide-part .guide-list .guide-item.show.not-show ul {
    max-height: 0;
    overflow: hidden;
    display: none;
}

#articl-part .guide-part .guide-list::-webkit-scrollbar {
    width: 8px;
    position: absolute;
}

#articl-part .guide-part .guide-list::-webkit-scrollbar-track {
    background-color: inherit;
}

#articl-part .guide-part .guide-list::-webkit-scrollbar-thumb {
    background: #d8dfe2;
    border-radius: 25px;
}

#articl-part .guide-part .boder {
    margin: 24px 0;
    width: 100%;
    border-bottom: 1px dashed #d8dfe2;
}

#articl-part .video-container {
    max-width: 500px;
    margin-bottom: 80px;
}

@media (max-width: 991.98px) {
    #articl-part .video-container {
        margin-bottom: 0px;
    }

    #articl-part .guide-part .boder {
        margin: 24px 0 0 0;
    }
}

.btn.btn-xl {
    width: fit-content;
    height: 56px !important;
    padding: 0 56px !important;

}

.btn.btn-xl span:first-child {
    font-size: 16px;
    font-weight: 520;
}

#articl-part .btn-group {
    margin: 32px 0;
    text-align: center;
}

@media (max-width: 991.98px) {
    #articl-part .btn-group {
        margin: 24px 0;
    }
}

@media (max-width: 1599.98px) {
    h2 {
        margin-top: 40px;
    }

    .mt-32 {
        margin-top: 24px;
    }

    #articl-part {
        padding: 20px 0;
    }

    #articl-part .container {
        max-width: 1246px;
    }

    #articl-part .guide-part .guide-wrap {
        padding-left: 20px;
    }

    #articl-part .guide-part .guide-list .guide-item.show::after {
        right: 0;
    }

    #articl-part .guide-part .guide-list .guide-item:nth-child(1) ul li:not(:nth-child(1)) {
        margin-top: 20px;
    }

    #articl-part .guide-part .guide-list .guide-item .guide-item-tit {
        font-size: 16px;
    }

    #articl-part .guide-part .guide-list .guide-item:nth-child(1) ul li {
        font-size: 14px;
    }
}


@media (max-width: 991.98px) {
    body {
        font-size: 14px;
    }

    #articl-part .guide-part {
        max-width: 0;
        padding: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        z-index: 100;
        left: 0;
        height: 100vh;
        width: 100%;
        background: rgba(33, 33, 33, 0.4);
    }

    #articl-part .guide-part .content {
        background: #fff;
        width: 86%;
        padding: 64px 0 24px;
        height: fit-content;
        top: 0;
        min-height: 100%;
    }

    #articl-part .guide-part .content h3 {
        padding: 0 24px;
    }

    #articl-part .guide-part .guide-list .guide-item.show>a {
        padding: 6px 24px;
    }

    #articl-part .guide-part .guide-list .guide-item:not(.show)>a {
        padding: 12px 24px;
    }

    #articl-part .guide-part .guide-list .guide-item.show ul {
        padding-left: 46px;
        max-width: 230px;
    }

    #articl-part .guide-part .guide-list .guide-item:not(:first-child) {
        max-width: 240px;
    }

    #articl-part .guide-part .guide-list .guide-item.show ul::after {
        left: 28px;
    }

    #articl-part .guide-part .guide-wrap {
        background: none;
        margin-top: 0;
        top: 0;
        padding: 0;
        border: 0px;
    }

    #articl-part .guide-part.show {
        max-width: 100%;
        max-height: 100vh;
        overflow: auto;
    }
}

#articl-part .main-content {
    max-width: 800px;
}

#articl-part .main-content .breadcrumb a {
    font-size: 14px;
    font-weight: 330;
    line-height: 1.5;
    color: rgba(107, 107, 107, 1);
}

@media (min-width: 992px) {
    #articl-part .main-content .breadcrumb a {
        font-size: 16px;
    }
}

#articl-part .main-content .list-catalog li {
    position: relative;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 330;
    line-height: 130%;
}

#articl-part .main-content .list-catalog li::before {
    position: absolute;
    content: "";
    top: 4px;
    left: -22px;
    width: 16px;
    height: 16px;
    background: 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="M11.7101 7.66156C12.3168 8.0559 12.3168 8.9441 11.7101 9.33844L4.54499 13.9958C3.87974 14.4282 3 13.9508 3 13.1573L3 3.84269C3 3.04925 3.87974 2.57183 4.54499 3.00424L11.7101 7.66156Z" fill="%232696FF"/></svg>');
}

@media (min-width:992px) {
    #articl-part .main-content .list-catalog li::before {
        top: 50%;
        transform: translateY(-50%);
    }
}

.list-catalog li::marker {
    content: none;
}

.list-step > li::marker {
    content: none;
}

.list-question>li::marker {
    content: none;
}

#articl-part .main-content .list-catalog li a {
    color: #2696FF;
}

#articl-part .main-content .list-step {
    list-style: none;
    margin-bottom: 0;
    counter-reset: li;
    padding-left: 0;
}

@media (min-width:992px) {
    #articl-part .main-content .list-step {
        padding-left: 32px;
        margin-top: 0;
    }
}

#articl-part .main-content .list-step li {
    position: relative;
    align-items: flex-start;
    padding-bottom: 24px;
    padding-left: 25px;
    border-left: none;
}

@media (min-width:992px) {
    #articl-part .main-content .list-step > li {
        padding-bottom: 60px;
        padding-left: 40px;
        border-left: 1px dashed #bdc3c6;
        position: relative;
    }
}

#articl-part .main-content .list-step li .img-container {
    padding-top: 8px;
    cursor: url("https://images.tenorshare.com/article/magnifier.svg"), auto;
}

#articl-part .main-content .list-step li:last-child {
    padding-bottom: 0;
    border-left: none;
}

#articl-part .main-content .list-step > li::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: counter(li);
    counter-increment: li;
    top: -3px;
    left: -35px;
    width: 67px;
    height: 30px;
    padding-bottom: 0;
    background-image: url("https://images.tenorshare.com/guide/pdnob-user-guide/list-step-li-bg.svg");
    background-size: 100% 100%;
    font-size: 14px;
    font-weight: 520;
    line-height: 150%;
    color: #fff;
    text-align: center;
    flex-shrink: 0;
    padding-right: 6px;
}

@media (max-width:991.98px) {
    #articl-part .main-content .list-step > li::before {
        top: 0px;
        left: 0;
        width: 44px;
        height: 24px;
        background-color: #FF5500;
        border-radius: 4px;
        font-size: 12px;
        padding: 0;
    }
}

#articl-part .main-content .list-step > li:nth-child(n):not(:nth-child(n+10))::before {
    content: "步驟" counter(li);
}

#articl-part .main-content .list-step h4 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 330;
    line-height: 150%;
    color: rgba(19, 18, 18, 1);
    margin-left: 52px;
    margin-left: 52px;

}

@media (min-width:992px) {
    #articl-part .main-content .list-step h4 {
        margin-left: 0px;
        margin-bottom: 20px
    }
}

#articl-part .main-content .list-step p {
    margin: 12px 0 8px;
    font-size: 16px;
    line-height: 150%;
}

@media (min-width:992px) {
    #articl-part .main-content .list-step p {
        margin: 13px 0 16px;
    }
}

@media (min-width:1600px) {
    #articl-part .main-content .list-step p {
        font-size: 18px;
    }
}

#articl-part .main-content .list-question {
    counter-reset: question-counter;
    list-style: none;
    padding-left: 0;
}

#articl-part .main-content .list-question .question {
    font-weight: 520;
    font-size: 18px;
    color: rgba(19, 18, 18, 1);
    margin-left: 21px;
    margin-bottom: 12px;
}

#articl-part .main-content .list-question .answer {
    margin-left: 24px;
    font-size: 16px;
    font-weight: 330;
    color: rgba(102, 101, 101, 1);
    line-height: 1.5;
    margin-bottom: 16px
}

@media (min-width:992px) {
    #articl-part .main-content .list-question .answer {
        margin-bottom: 32px
    }
}


#articl-part .main-content .list-question .answer li {
    margin-left: 24px;
    font-size: 18px;
    font-weight: 330;
    color: rgba(102, 101, 101, 1);
    line-height: 1.5;
}

#articl-part .main-content .list-question>li {
    position: relative;
    padding-left: 30px;
}

#articl-part .main-content .list-question>li::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "Q" counter(question-counter);
    counter-increment: question-counter;
    top: 0;
    left: 0;
    width: 44px;
    height: 29px;
    background-size: 100% 100%;
    font-size: 18px;
    font-weight: 520;
    line-height: 150%;
    color: #fff;
    text-align: center;
    background-color: #FF5500;
    border-radius: 4px;
}

#articl-part .main-content .list-marker {
    list-style: disc;
    padding-left: 0px;
    margin: 10px 0;
}

#articl-part .main-content .list-marker li {
    color: #000000;
    list-style: disc;
    margin-left: 20px;
}

#articl-part .main-content .list-marker li::marker {
    color: #FF5500;
}

#articl-part .component-support {
    margin-top: 117px;
    background: url(https://images.tenorshare.com/img-2023/guide/guide-suppor-bg-mb.png) no-repeat;
    background-size: cover;
    padding: 0;
    height: 400px;
}

@media (min-width:992px) {
    #articl-part .component-support {
        background: #F6FAFF url("https://images.tenorshare.com/img-2024/guide/guide-suppor-bg.png") no-repeat;
        background-size: cover;
        padding: 0 48px;
        position: relative;
        margin-top: 110px;
        border-radius: 12px;
        height: auto;
    }
}

#articl-part .component-support .lft {
    flex-basis: 52%;
    position: relative;
    z-index: 1;
    top: 222px;
}

@media (min-width:992px) {
    #articl-part .component-support .lft {
        padding: 53px 0;
        top: 0px;
    }
}

#articl-part .component-support .lft P {
    margin: 0;
}

#articl-part .component-support .lft .tit {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(33, 33, 33, 1);
}

@media (min-width:992px) {
    #articl-part .component-support .lft .tit {
        font-size: 36px;
        font-weight: 630;
        line-height: 130%;
    }
}


#articl-part .component-support .rgt {
    position: relative;
    z-index: 1;
    flex: 1;
}

#articl-part .component-support .rgt img {
    position: absolute;
    left: 18px;
    bottom: -195px;
    width: 79%;
    max-width: none;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 4%, rgba(0, 0, 0, 0.7) 20%, black 100%);
}

@media (min-width:992px) {
    #articl-part .component-support .rgt img {
        left: 14px;
        bottom: 0;
        width: 100%;
        -webkit-mask-image: none;
    }
}


#articl-part .component-support button {
    height: 52px;
    line-height: 52px;
    background: #fff;
    border: 1px solid #d8dfe2;
    padding: 0 30px;
    margin: 16px 0;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
}

@media (min-width:992px) {
    #articl-part .component-support button {
        padding: 0 48px;
    }
}


#articl-part .component-support button img {
    margin-right: 12px;
}

#articl-part .component-support button:nth-of-type(2) {
    margin-left: 24px;
}

#articl-part .component-support button:disabled {
    opacity: 0.7;
}

#btn-open-guide {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 10;
}

#btn-close-guide {
    position: absolute;
    right: 24px;
    top: 74px;
    z-index: 10;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

#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
    }
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    overflow: auto;
}

.modal-open {
    padding-right: 0 !important;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.modal.show {
    display: block;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 30px;
    pointer-events: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-dialog.modal-lg {
        max-width: 800px;
    }
}

.modal-dialog.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 60px);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px;
}

#articl-part .component-support button:disabled {
    opacity: 0.7;
}

.component-support .message {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
}

.component-support .message.active {
    max-height: 40px;
}

[data-toggle=backToTop] .svg-hover {
    display: none;
}

[data-toggle=backToTop]:hover .svg-hover {
    display: block;
}

[data-toggle=backToTop]:hover .svg-normal {
    display: none;
}

[data-toggle="backToTop"] {
    position: fixed;
    right: .875rem;
    bottom: 2.875rem;
    display: none;
    width: 2.375rem;
    height: 2.375rem;
}

[data-toggle="backToTop"].show {
    display: block !important;
}

[data-toggle="backToTop"] {
    right: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 4rem
}

@media(min-width: 1600px) {
    [data-toggle="backToTop"] {
        right: 2.5rem;
        bottom: 2.5rem
    }
}

.article-part .article-page .content-part-wrap .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-part .article-page .content-part-wrap .img-container {
        max-width: 624px;
        width: auto;
        margin: 20px auto
    }
}

@media (min-width: 1600px) {
    .article-part .article-page .content-part-wrap .img-container {
        max-width: 872px
    }
}

.sec1 .content h1.mb-0+.dev-desktop {
    margin-top: 30px;
}
article .part-subTit{
    position: relative;
}
article .part-subTit::before {
  display: block;
  content: "";
  width: 4px;
  height: 36px;
  background: #f50;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
article .step-list-1 {
  counter-reset: step-list-li;
  padding: 0;
  font-size: 14px;
}
article .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;
}
article .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;
}
article .step-list-1.num-orange > li::before {
  background: #ffece3;
  color: #ff681c;
}
article .step-list-1.num > li::before {
  background: 0 0;
  content: counter(step-list-li) ".";
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  article .step-list-1 {
    counter-reset: list;
    font-size: 16px;
  }
  article .step-list-1 > li {
    margin: 12px 0;
    padding-left: 30px;
  }
  article .step-list-1 > li::before {
    width: 20px;
    height: 20px;
    font-size: 12px;
    left: 0;
    top: 4px;
  }
}
article .step-list-2 {
  counter-reset: step-list-2-li;
  padding-left: 0;
  font-size: 14px;
}
article .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;
}
article .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 .step-list-2 > li::after {
  content: "";
  background-color: #ff681c;
  width: 27px;
  height: 2px;
  position: absolute;
  left: -4px;
  top: 24px;
}
article .step-list-2 > li:nth-of-type(-n+9)::before {
  content: "0" counter(step-list-2-li, decimal);
}
@media (min-width: 992px) {
  article .step-list-2 {
    margin: 24px 0;
    font-size: 16px;
  }
}
article .note {
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  margin: 32px 0;
  background: #E9E9FF;
  border: 1px dashed #3C3CFF;
}
article .note .title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 8px;
}
article .note .title .text {
  font-weight: 520;
  line-height: 28px;
  color: #212121;
  flex: 1;
}
article .note img {
  width: 28px;
}
article .note p {
  margin: 0;
}
article .note ul {
  margin: 12px 0 0;
}
@media (min-width: 992px) {
  article .note {
    margin: 24px 0 60px;
    padding: 24px;
  }
  article .note .title .text {
    font-size: 20px;
  }
}
article .important,
article .important-tips {
  background: #FFFAE6;
  border: 1px dashed #FFCF1B;
}
article .warning {
  background: #FFECE3;
  border: 1px dashed #FF5500;
}
article .technique {
  background: #F7FFEA;
  border: 1px dashed #B9FF46;
}
article .tips {
  background: rgba(230, 244, 253, 0.4);
  border: 1px dashed #26CCFF;
}
article .further-reading {
  padding: 10px 16px;
  margin: 32px 0;
  border-left: 4px solid #f50;
  background: #F7F7F7;
  font-size: 16px;
}
article .further-reading * {
  margin: 0;
}
@media (min-width: 992px) {
  article .further-reading {
    font-size: 18px;
  }
}
.btn svg{
    margin-right: 8px;
}