.post-entry-content div {
    margin-bottom: 20px;
}

.post-entry-content figure {
    margin: 0 0 20px 0 !important;
}

.post-entry-content p,
.post-entry-content ul,
.post-entry-content ol {
    margin-bottom: 20px;
    color: #555a5d;
}
.post-entry-content ul a{
    color: #1695f7;
}
.post-entry-content ul a:hover{
    text-decoration: underline;
}
.url-list a:hover{
    text-decoration: underline;
}
#toc-list {
    color: #555a5d;
}

#toc-list li {
    margin-bottom: 10px;
}

.post-entry-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.post-entry-content ol {
    list-style-type: decimal;
    list-style-position: inside;
}
.post-entry-content p > a {
    color: #1695f7;
}
.post-entry-content p > a:hover {
    text-decoration: underline;
}

.url-list {
    color: #1695f7 !important;
}

.post-entry-content h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 5px;
}

.post-entry-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.post-entry-content h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.post-entry-content img {
    margin-bottom: 20px;
}

.post-entry-content h5 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.post-entry-content h2 > a {
    color: #1695f7;
}
.post-entry-content h2 > a:hover {
    text-decoration: underline;
}
.table-container {
    overflow-x: auto;
}
.table-container a{
    color: #1695f7;
}
.table-container a:hover {
    text-decoration: underline;
}
.recommend-button div,
.recommend-box div{
    margin: 0;
}
.recommend-button a,
.recommend-box a,
.recommend-button a p,
.recommend-box a p,
.recommend-box img,
.recommend-button img
{
    margin: 0;
}
.recommend-box div > p {
    margin-bottom: .75rem;
}
.recommend-button a p,
.recommend-box a p,
.recommend-button a p span,
.recommend-box a p span {
    color: #ffffff;
}
.recommend-button p a,
.recommend-box p a {
    color: #555a5d;
}


.recommend-box .active-win,
.recommend-box .active-mac {
    margin-top: .5rem;
}

table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #484e4e;
    color: white;
}

table td {
    color: #555a5d;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 25px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    margin-bottom: 20px;
}

.wp-block-buttons {
    display: flex;
}

.wp-block-button {
    margin: 10px;
    border: 1px solid #1695f7;
    border-radius: 5px;
    padding: 10px;
}
.wp-block-button {
    color: #1695f7;
}

.wp-block-button:hover {
    cursor: pointer;
    background-color: #1695f7;
    color: #fff !important;
}

.wp-block-button:hover a {
    color: #fff !important;
}

.hot-outline {
    margin-bottom: 30px;
}

.hot-links-title {
    margin-bottom: 10px;
    font-weight: 500;
}


.hot-links ul {
    list-style-type: disc !important;
    list-style-position: unset !important;
    padding-left: 20px;
}

.hot-links li {
    color: #555a5d;
}

.hot-links li:hover {
    color: #0484e7;
}

.author-meta-container {
    align-items: center;
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 30px;
}

.author-meta-container img {
    border-radius: 99999px;
    margin-right: 25px;
    width: 120px;
}

.author-meta-container .info-container .name {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.comment-reply-title {
    font-size: 1.1rem;
    font-weight: 500;
}

.comment-notes {
    font-style: italic;
    color: #787878;
    font-size: 0.8rem;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input {
    border: 1px solid #c3c3c4;
}

.comment-form-comment textarea {
    font-family: Arial, Helvetica, sans-serif;
}

.comment-form-author,
.comment-form-email {
    width: 50%;
}

.comment-form-url,
.comment-form-cookies-consent {
    display: none;
}

.comments-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 15px 0px;
}

#submit {
    margin: 15px 0px;
    background: #1695f7;
    color: white;
    padding: 8px;
    border-radius: 6px;
    font-size: 0.9rem;
}

#submit:hover {
    background: #0484e7;
    cursor: pointer;
}

.comment-author {
    display: flex;
    align-items: center;
}

.comment-author img {
    border-radius: 99999px;
    margin-right: 10px;
}

.comment-author cite {
    margin-right: 5px;
}

.comment-meta {
    color: #787878;
    font-size: 0.8rem;
}

.comment-body {
    margin-bottom: 12px;
}

.comment-body p {
    padding-left: 10px;
}

#cancel-comment-reply-link,
.comment-body .reply {
    font-size: 0.8rem;
    color: #787878;
}

#cancel-comment-reply-link:hover,
.comment-body .reply:hover {
    color: #1695f7;
}

.comment .children {
    margin-left: 20px;
}

.tips {
    margin: 1.25rem 0;
    border: 1px solid #ddd;
    padding: 15px 15px 15px 65px;
    font-size: small;
    background: no-repeat url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjE2MzgzNjg2MDU3IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9Ijc2NDkiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTc0Ni42NjY2NjcgMTI4aC02NFYxMDYuNjY2NjY3YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAtMjEuMzMzMzM0LTIxLjMzMzMzNEgzNjIuNjY2NjY3YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAtMjEuMzMzMzM0IDIxLjMzMzMzNHYyMS4zMzMzMzNoLTY0YTEwNi43NzMzMzMgMTA2Ljc3MzMzMyAwIDAgMC0xMDYuNjY2NjY2IDEwNi42NjY2Njd2NTk3LjMzMzMzM2ExMDYuNzczMzMzIDEwNi43NzMzMzMgMCAwIDAgMTA2LjY2NjY2NiAxMDYuNjY2NjY3aDQ2OS4zMzMzMzRhMTA2Ljc3MzMzMyAxMDYuNzczMzMzIDAgMCAwIDEwNi42NjY2NjYtMTA2LjY2NjY2N1YyMzQuNjY2NjY3YTEwNi43NzMzMzMgMTA2Ljc3MzMzMyAwIDAgMC0xMDYuNjY2NjY2LTEwNi42NjY2Njd6TTM4NCAxMjhoMjU2djQyLjY2NjY2N0gzODR6IG00MjYuNjY2NjY3IDcwNGE2NC4wNjQgNjQuMDY0IDAgMCAxLTY0IDY0SDI3Ny4zMzMzMzNhNjQuMDY0IDY0LjA2NCAwIDAgMS02NC02NFYyMzQuNjY2NjY3YTY0LjA2NCA2NC4wNjQgMCAwIDEgNjQtNjRoNjR2MjEuMzMzMzMzYTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAgMjEuMzMzMzM0IDIxLjMzMzMzM2gyOTguNjY2NjY2YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAgMjEuMzMzMzM0LTIxLjMzMzMzM1YxNzAuNjY2NjY3aDY0YTY0LjA2NCA2NC4wNjQgMCAwIDEgNjQgNjR6IiBmaWxsPSIjMTY5NWY3IiBwLWlkPSI3NjUwIj48L3BhdGg+PHBhdGggZD0iTTY2MS4zMzMzMzMgMzQxLjMzMzMzM0gzNjIuNjY2NjY3YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAgMCA0Mi42NjY2NjdoMjk4LjY2NjY2NmEyMS4zMzMzMzMgMjEuMzMzMzMzIDAgMCAwIDAtNDIuNjY2NjY3ek02NjEuMzMzMzMzIDQ2OS4zMzMzMzNIMzYyLjY2NjY2N2EyMS4zMzMzMzMgMjEuMzMzMzMzIDAgMCAwIDAgNDIuNjY2NjY3aDI5OC42NjY2NjZhMjEuMzMzMzMzIDIxLjMzMzMzMyAwIDAgMCAwLTQyLjY2NjY2N3pNNjYxLjMzMzMzMyA1OTcuMzMzMzMzSDM2Mi42NjY2NjdhMjEuMzMzMzMzIDIxLjMzMzMzMyAwIDAgMCAwIDQyLjY2NjY2N2gyOTguNjY2NjY2YTIxLjMzMzMzMyAyMS4zMzMzMzMgMCAwIDAgMC00Mi42NjY2Njd6TTUzMy4zMzMzMzMgNzI1LjMzMzMzM2gtMTcwLjY2NjY2NmEyMS4zMzMzMzMgMjEuMzMzMzMzIDAgMCAwIDAgNDIuNjY2NjY3aDE3MC42NjY2NjZhMjEuMzMzMzMzIDIxLjMzMzMzMyAwIDAgMCAwLTQyLjY2NjY2N3oiIGZpbGw9IiMxNjk1ZjciIHAtaWQ9Ijc2NTEiPjwvcGF0aD48L3N2Zz4=");
    background-position: 15px 15px;
    color: #555555;
}

.tips p {
    margin-bottom: 0px !important;
}

.tips-line {
    border-left: 5px solid #1695f7;
    padding: 15px 20px;
    background-color: #f2f2f2;
    font-size: revert;
}

.tips-line p {
    margin-bottom: 0px !important;
}

blockquote {
    background: no-repeat url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjE2NzMxMzc4NjYyIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjU5MCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNDcwLjk4ODggMjYxLjc3NTM2bDAgOTguNTQ5NzZjMCAxMy4zNjMyLTEwLjgzMzkyIDI0LjE5NzEyLTI0LjE5NzEyIDI0LjE5NzEyLTQ3LjY4NzY4IDAtNzMuNjI1NiA0OC45MDYyNC03Ny4yMTk4NCAxNDUuNDM4NzJsNzcuMjE5ODQgMGMxMy4zNjMyIDAgMjQuMTk3MTIgMTAuODQ0MTYgMjQuMTk3MTIgMjQuMTk3MTJsMCAyMDguMDc2OGMwIDEzLjM2MzItMTAuODMzOTIgMjQuMTk3MTItMjQuMTk3MTIgMjQuMTk3MTJMMjQwLjkwNjI0IDc4Ni40MzJjLTEzLjM3MzQ0IDAtMjQuMTk3MTItMTAuODQ0MTYtMjQuMTk3MTItMjQuMTk3MTJsMC0yMDguMDc2OGMwLTQ2LjI3NDU2IDQuNjU5Mi04OC43Mzk4NCAxMy44NDQ0OC0xMjYuMjI4NDggOS40MjA4LTM4LjQ0MDk2IDIzLjg3OTY4LTcyLjA0ODY0IDQyLjk2NzA0LTk5LjkwMTQ0IDE5LjY0MDMyLTI4LjYyMDggNDQuMjA2MDgtNTEuMDc3MTIgNzMuMDIxNDQtNjYuNzIzODQgMjkuMDA5OTItMTUuNzM4ODggNjIuNzQwNDgtMjMuNzI2MDggMTAwLjI1OTg0LTIzLjcyNjA4QzQ2MC4xNTQ4OCAyMzcuNTc4MjQgNDcwLjk4ODggMjQ4LjQxMjE2IDQ3MC45ODg4IDI2MS43NzUzNnpNNzgzLjA5Mzc2IDM4NC41MjIyNGMxMy4zNjMyIDAgMjQuMTk3MTItMTAuODQ0MTYgMjQuMTk3MTItMjQuMTk3MTJsMC05OC41NDk3NmMwLTEzLjM2MzItMTAuODMzOTItMjQuMTk3MTItMjQuMTk3MTItMjQuMTk3MTItMzcuNTA5MTIgMC03MS4yMzk2OCA3Ljk4NzItMTAwLjI0OTYgMjMuNzI2MDgtMjguODE1MzYgMTUuNjQ2NzItNTMuMzkxMzYgMzguMTAzMDQtNzMuMDMxNjggNjYuNzIzODQtMTkuMDg3MzYgMjcuODUyOC0zMy41NDYyNCA2MS40NjA0OC00Mi45NjcwNCA5OS45MTE2OC05LjE3NTA0IDM3LjQ5ODg4LTEzLjgzNDI0IDc5Ljk2NDE2LTEzLjgzNDI0IDEyNi4yMTgyNGwwIDIwOC4wNzY4YzAgMTMuMzYzMiAxMC44MzM5MiAyNC4xOTcxMiAyNC4xOTcxMiAyNC4xOTcxMmwyMDUuODc1MiAwYzEzLjM2MzIgMCAyNC4xOTcxMi0xMC44NDQxNiAyNC4xOTcxMi0yNC4xOTcxMmwwLTIwOC4wNzY4YzAtMTMuMzYzMi0xMC44MzM5Mi0yNC4xOTcxMi0yNC4xOTcxMi0yNC4xOTcxMkw3MDYuOTY5NiA1MjkuOTYwOTZDNzEwLjUxMjY0IDQzMy40Mjg0OCA3MzYuMDcxNjggMzg0LjUyMjI0IDc4My4wOTM3NiAzODQuNTIyMjR6IiBwLWlkPSI1OTEiIGZpbGw9IiMxNjk1ZjciPjwvcGF0aD48L3N2Zz4=");
    padding: 30px 30px 30px 65px;
    background-position: 24px 24px;
    background-color: #f2f2f2;
    margin: 0px 0px 20px 0px !important;

}

blockquote span {
    margin-bottom: 0px !important;
    color: #555555;
}

.image-source {
    text-align: center;
    font-size: small;
    color: #ccc !important;
    margin-top: -15px;
    margin-bottom: 0px !important;
}

.hot {
    background: no-repeat url("../img/hot-icon-blog.svg");
    margin: 0px 0px 20px 0px !important;
    width: 80px;
    height: 20px;
    display: inline-block;
    position: absolute;
}

.step {
    background: #313232;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
    border: 1px solid #313232;
    position: relative;
    margin-right: 4px;
}

.step:after {
    position: absolute;
    display: inline-block;
    border-top: 12px solid transparent;
    border-left: 12px solid #313232;
    border-bottom: 12px solid transparent;
    right: -8px;
    content: '';
}

@media only screen and (max-width: 600px) {
    table {
        min-width: 800px;
    }

    .comment-form-author,
    .comment-form-email {
        width: 100%;
    }

    .author-meta-container {
        flex-direction: column;
    }

    .author-meta-container img {
        margin-bottom: 10px;
        margin-right: 0px;
    }
}

/* Product Container Start */
.free-download-btn-win, .free-download-btn-mac, .free-download-btn {
    cursor: pointer;
    color: rgba(243, 244, 246, 1) !important;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
    padding: 0.8rem 1.5rem;
    background-color: rgba(22, 149, 247, 1);
    border-style: solid;
    border-color: rgba(22, 149, 247, 1);
    border-width: 1px;
    border-radius: 0.25rem;
}

.free-download-btn::before {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.5rem;
}

.free-download-btn-win::before {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.5rem;
    content: url("../img/icon-win.svg");
}

.free-download-btn-mac::before {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.5rem;
    content: url("../img/icon-finder.svg");
}

.free-download-btn-mac:hover, .free-download-btn-win:hover, .free-download-btn:hover {
    background-color: rgba(8, 136, 234, 1);
}

.product-box {
    max-width: 1280px;
    margin: 0 0 20px 0 !important;
    background: #f7f7f7;
    border-radius: 4px;
}

.product-container {
    padding: 1rem 1rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
    margin: 0 !important;
}

.product-img {
    text-align: center;
    margin: 0 auto !important;

}

.product-img > a {
    color: inherit;
    text-decoration: inherit;
}

.product-img img {
    margin: 0 !important;
}

.product-info {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
    text-align: left;
    color: #000000;
    margin: 20px 0 0 !important;
}

.product-title {
    font-size: 1.6rem !important;
    margin: 0;
    line-height: 2.25rem;
    color: rgba(22, 149, 247, 1);
    font-weight: inherit;
}

.product-title:hover {
    text-decoration: underline;
}

.product-title > a {
    color: inherit;
    text-decoration: inherit;
}

.product-title-des {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.product-info-list {
    display: block;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    list-style-position: inside;
}

.product-info-list li {
    line-height: 1.8;
}

.download-box {
    margin: 0 !important;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.download-box > div {
    margin: 0 !important;
    text-align: center;
}

.btn-box {
    margin-bottom: 0 !important;
}

.secure {
    margin: .5rem 0 20px 0 !important;
    color: rgba(156, 163, 175, 1);
    font-size: .75rem;
    line-height: 1.25rem;
}

.secure::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: url("../img/secure-download.svg");
}

.secure > span {
    vertical-align: middle;
}

.secure-default {
    margin: .5rem 0 0 0 !important;
    color: rgba(156, 163, 175, 1);
    font-size: .75rem;
    line-height: 1.25rem;
}

.secure-default::before {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.secure-default > span {
    vertical-align: middle;
}

/* Product Container End */

/* Coupon Start*/
.coupon-box {
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 20px #F0F0F0;
    margin-bottom: 35px;
    padding: 18px 16px;
    overflow: hidden;
    clear: both;
    position: relative;
    background-color: #fff;

}

.coupon-container {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 !important;

}

.coupon-img {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 20px !important;

}

.coupon-img img {
    width: 64px;
    height: 64px;
    margin: 0 !important;
}

.coupon-info {
    padding: 0 20px;
    margin: 0 !important;
}

.coupon-info .title {
    font-weight: bold;
    margin-bottom: 10px !important;
}

.coupon-info .des {
    color: #999;
    font-size: 90%;
    margin-bottom: 20px !important;
}

.coupon-price {
    text-align: center;
    padding: 0 20px;
    min-width: 130px;
    max-width: 130px;
    color: #ff4e0c;
    font-weight: bold;
    margin: 0 !important;
}

.coupon-price del {
    color: #333;
    font-weight: normal;
    opacity: 0.4;
    font-size: 12px;
}

.coupon-button {
    min-width: 150px;
    max-width: 150px;
    display: inline-block;
    cursor: pointer;
    padding: 0.65em 1.1em;
    border: 1px dashed green;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    line-height: 18px;
    background-color: rgb(233, 255, 221);
    color: green;
    margin: 0 20px 0 0 !important;
}

.coupon-button i.rhicon, i.rhicon-check {
    position: absolute;
    top: 30%;
    right: -18px;
    margin-top: -9px;
}

.rhicon {
    content: url("../img/cut-icon.svg");
    transform: rotate(180deg);
}

.rhicon-check {
    content: url("../img/green-ok-icon.svg");
}

.coupon-button span {
    background: none transparent;
    border: none;
    text-align: center;
}
.post-entry-content div.mb-0 {
    margin-bottom:0;
}
.post-entry-content img.mb-0 {
    margin-bottom:0;
}

.post-entry-content .mac-btn {
  background-color: #2a6df4;
  color: #fff;
}
.mac-btn, .win-btn {
  box-sizing: border-box;
}

.post-entry-content .mac-btn a::after {
  display: inline-block;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg t='1590379899046' class='icon text-md' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1173' width='200' height='200'%3E%3Cpath d='M544.744 126.328H47v763.356h523.82c-11.866-44.012-18.85-89.66-20.764-136.894-136.694 8.006-267.532-27.56-360.774-68.42l16.732-39.088c114.48 49.02 229.352 70.6 343.624 64.864 0.892-40.2 5.184-81.44 13.06-123.702h-161.32c-2.5-179.14 59.388-325.768 143.366-460.116z m-269.2 121.24h42.51v102.816h-42.512v-102.814z' fill='%23ffffff' p-id='1174'%3E%3C/path%3E%3Cpath d='M597.67 706.02c74.152-8.716 147.994-28.84 221.242-60.686l16.96 38.982c-78.808 34.27-158.268 55.78-238.054 64.684 1.85 48.824 9.592 95.724 22.852 140.684h355.432V126.328H601.53c-96.3 146.094-144.092 277.154-151.122 412.288h171.366c-8.978 36.182-21.93 96.63-24.104 167.404z m121.574-355.636h-42.512v-102.814h42.512v102.814zM601.53 126.328c20.86-31.648 43.894-63.968 69.4-97.226L632.984 0c-33.286 43.402-62.494 85.338-88.24 126.328h56.786zM570.774 889.684c12.624 46.684 30.73 91.53 54.56 134.316l41.786-23.27c-19.752-35.462-35.168-72.544-46.55-111.046h-49.796z' fill='%23ffffff' p-id='1175'%3E%3C/path%3E%3C/svg%3E");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  margin-left: 10px;
  vertical-align: -25%;
}

.post-entry-content .win-btn a::after {
  display: inline-block;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg t='1591347227214' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='2266' width='200' height='200'%3E%3Cpath d='M426.276571 574.848l0 372.004571-389.705143-53.705143 0-318.281143 389.705143 0zM426.276571 150.290286l0 376.576-389.705143 0 0-322.852571zM987.428571 574.848l0 449.152-518.290286-71.424 0-377.709714 518.290286 0zM987.428571 73.142857l0 453.705143-518.290286 0 0-382.281143z' p-id='2267' fill='%232a6df4'%3E%3C/path%3E%3C/svg%3E");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  margin-left: 10px;
  vertical-align: -25%;
}

.post-entry-content .mac-btn:hover {
  background-color: #0c52df;
  border: 2px solid #0c52df;
}

.post-entry-content .mac-btn a {
  color: #fff;
}

.post-entry-content .win-btn:hover {
  background-color: #2a6df4;
  border: 2px solid #2a6df4;
}

.post-entry-content .win-btn:hover a {
  color: #fff;
}

.post-entry-content .win-btn:hover a::after {
  background-image: url("data:image/svg+xml,%3Csvg t='1591347227214' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='2266' width='200' height='200'%3E%3Cpath d='M426.276571 574.848l0 372.004571-389.705143-53.705143 0-318.281143 389.705143 0zM426.276571 150.290286l0 376.576-389.705143 0 0-322.852571zM987.428571 574.848l0 449.152-518.290286-71.424 0-377.709714 518.290286 0zM987.428571 73.142857l0 453.705143-518.290286 0 0-382.281143z' p-id='2267' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  color: #fff;
}
.post-entry-content .wp-block-buttons {
  display: flex;
  margin-bottom: 25px;
}

.post-entry-content .wp-block-button {
  margin-right: 20px;
  padding: 8px;
  text-align: center;
  border: 2px solid #2a6df4;
  border-radius: 5px;
  margin-bottom: 25px;
}

.post-entry-content .wp-block-button a {
  text-decoration: none;
}
@media (min-width: 768px) {
    .md\:coupon-container {
        flex-direction: row;
    }

    .md\:coupon-img {
        margin: 0 !important;
    }

    .md\:coupon-info {
        margin: 0 !important;
    }

    .md\:coupon-info .des {
        margin: 0 !important;
    }

    .md\:product-container {
        padding: 2rem 4rem;
        display: grid;
        grid-template-rows: repeat(1, minmax(0, 1fr));
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 2.5rem;
        row-gap: 0;
    }

    .md\:product-info {
        grid-column: span 2/span 2;
        grid-row: span 2/span 2;
        text-align: left;
        color: #000000;
        margin: 0 !important;
    }

    .md\:download-box {
        margin: 0 !important;
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }
}

/* 系统切换按钮 */
.changeSystemBox[data-sys="mac"] :last-child {    
    color: #2A6DF4;
}
.changeSystemBox[data-sys="win"] :first-child {    
    color: #2A6DF4;
}
.changeSystemBox {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.changeSystemBox .bar {
    position: relative;
    display: block;
    width: 32px;
    height: 16px;
    border: 1px solid #2A6DF4;
    border-radius: 500px;
    cursor: pointer;
    user-select: none;
}
.changeSystemBox .bar::before {
    transition: 0.2s ease-out;
}
.changeSystemBox[data-sys="win"] .bar::before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2A6DF4;

}
.changeSystemBox[data-sys="mac"] .bar::before {
    content: '';
    position: absolute;
    left: 15px;
    top: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2A6DF4;

}
/* 博客样式 - 新版 */
.step-item.active {
    color: #2a6df4;
}
.nav-links {
    font-size: 1.2rem;
}

.nav-links .current {
    font-weight: bold;
    color: #1695f7;
}
.list-tick > li {
    position: relative;
    padding-left: 24px;
}
.list-tick > li::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("/wp-content/themes/fliflik/assets/img/blog-2023/tick.svg");
    background-size: cover;
    position: absolute;
    left: 0;
    top: 6px;
}
#content-nav {
    list-style: none;
}
#content-nav .nav-tag {
    display: block;
    width: 28px;
    height: 28px;
    background-image: url('/wp-content/themes/fliflik/assets/img/blog-2023/content-tag-bg.svg');
    padding-left: 9px;
    padding-top: 6px;
    font-size: 12px;
    color: #ffffff;
    margin-right: 8px;
    flex-grow: 0;
    flex-shrink: 0;
}
.content-nav-hot::after {
    content: '';
    display: inline-block;
    width: 76px;
    height: 28px;
    background-image: url('/wp-content/themes/fliflik/assets/img/blog-2023/hot-2.svg');
    vertical-align: middle;
    margin-left: 10px;
}
.pop-triangle {
    position: relative;
}
.pop-triangle::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F3F3F3;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    border-radius: 2px;
}

@media (max-width:767.98px) {
    .pop-triangle::before {
        top: 100%;
        left: 50%;
        transform: rotate(45deg) translateY(-6px) translateX(-50%);
    }
}
.h2-no-number {
    background: #EAF6FF;
    border-radius: 10px;
    padding: 24px 16px;
}
.h2-no-number::before {
    content: '';
    display: inline-block;
    width: 57px;
    height: 38px;
    background-image: url('/wp-content/themes/fliflik/assets/img/blog-2023/h2-no-number.svg');
    background-size: cover;
    vertical-align: middle;
    margin-right: 8px;
}
.h2-number {
    background: #F5F5F5;
    border-radius: 10px;
    border: 1px dashed #C6C6C6;
    padding: 24px 16px;
}
.h2-number::before {
    display: inline-block;
    width: 57px;
    height: 38px;
    background-image: url('/wp-content/themes/fliflik/assets/img/blog-2023/h2-number.svg');
    background-size: cover;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 18px;
    color: #ffffff;
    padding-left: 12px;
    padding-top: 6px;
}
.h2-number::before{
    content: '01';
}
.h2-number:nth-of-type(2)::before{
    content: '02';
}
.h2-number:nth-of-type(3)::before{
    content: '03';
}
.h2-number:nth-of-type(4)::before{
    content: '04';
}
.h2-number:nth-of-type(5)::before{
    content: '05';
}
.h2-number:nth-of-type(6)::before{
    content: '06';
}
.h2-number:nth-of-type(7)::before{
    content: '07';
}
.h2-number:nth-of-type(8)::before{
    content: '08';
}
.h2-number:nth-of-type(9)::before{
    content: '09';
}
.h2-number:nth-of-type(10)::before{
    content: '10';
}
.prompt-blue > .title {
    background-color: #A7D7FF;
}
.prompt-blue > .content {
    border-color: #A7D7FF;
    background-color: #F5FBFF;
}
.prompt-purple > .title {
    background-color: #A7B0FF;
}
.prompt-purple > .content {
    border-color: #A7B0FF;
    background-color: #F6F7FF;
}
.prompt-origin > .title {
    background-color: #FFCEA7;
}
.prompt-origin > .content {
    border-color: #FFCEA7;
    background-color: #FFFAF6;
}
.prompt-red > .title {
    background-color: #FFA7A7 ;
}
.prompt-red > .content {
    border-color: #FFA7A7 ;
    background-color: #FFF6F6;
}
.prompt-green > .title {
    background-color: #AEF0B8 ;
}
.prompt-green > .content {
    border-color: #AEF0B8 ;
    background-color: #F7FDF8;
}
.prompt-blue-green > .title {
    background-color: #B7F6F1 ;
}
.prompt-blue-green > .content {
    border-color: #B7F6F1 ;
    background-color: #F8FEFE;
}
.blog-faq {
    position: relative;
}
.blog-faq::before {
    content: '';
    width: 36px;
    height: 36px;
    background-image: url('/wp-content/themes/fliflik/assets/img/blog-2023/faq.svg');
    background-size: cover;
    position: absolute;
    left: -8px;
    top: -2px;
    transform: translateX(-100%);
}

/* 产品盒子 */
.recommend-product-box {
    padding: 2.5rem 2rem;
    background-color: #f9f7ff;
    border-radius: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.recommend-product-box div {
    margin-bottom: 0;
}
.recommend-product-box figure {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}
.recommend-product-box figure img {
    margin-bottom: 0;
}
.recommend-product-box figcaption {
    font-size: 18px;
    font-weight: 700;
}
.recommend-product-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.recommend-product-btn-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 166px));
    gap: 12px;
    margin-top: 28px;
}
.recommend-product-download-btn, .recommend-product-buy-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    border-radius: 10px;
}
.recommend-product-download-btn svg, .recommend-product-buy-btn svg {
    margin-left: 8px;
}
.svg-change-sys {
    cursor: pointer;
}

.recommend-product-box .svg-change-sys {
    margin-right: 8px;
}
.recommend-product-download-btn {
    background-color: #7a32fd;
}
.recommend-product-download-btn:hover {
    background-color: #6625dd;
}
.recommend-product-buy-btn {
    background-color: #ff7301;
}
.recommend-product-buy-btn:hover {
    background-color: #e26703;
}
.recommend-product-box .download-tip {
    margin-top: 12px;
    color: #333333;
}
.recommend-product-box ul {
    list-style-type: disc;
    list-style-position: outside;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 20px;
}
.recommend-product-box ul > li{
    margin-top: 4px;
    color: #333333;
}
.recommend-product-box ul > li:first-child{
    margin-top: 0 !important;
}
.recommend-product-box figcaption {
    margin: 0 !important;
}
@media (max-width: 767.98px) {
    .recommend-product-box {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px;
    }
    .recommend-product-btn-box {
        justify-content: center;
    }
    .recommend-product-box figure {
        justify-content: center;
    }
    .recommend-product-title, .download-tip {
        text-align: center;
    }
    .recommend-product-box ul > li {
        margin-top: 10px;
    }
}