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

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


.post-entry-content ul,
.post-entry-content ol {
    margin-bottom: 10px;
    color: #000000;
}
.post-entry-content p {
    margin-bottom: 10px;
    color: #000000;
}
.post-entry-content ul a{
    color: #3546FF;
}
.post-entry-content ul a:hover{
    text-decoration: underline;
}
.url-list a:hover{
    text-decoration: underline;
}
#toc-list {
    color: #000000;
}

#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: #3546FF;
}
.post-entry-content p > a:hover {
    text-decoration: underline;
}

.url-list {
    color: #3546FF !important;
}

.post-entry-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 26px;
    margin-bottom: 10px;
}

.post-entry-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 16px;
    margin-bottom: 10px;
}

.post-entry-content h4 {
    font-size: 20px;
    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: #3546FF;
}
.post-entry-content h2 > a:hover {
    text-decoration: underline;
}
.table-container {
    overflow-x: auto;
}
.table-container a{
    color: #3546FF;
}
.table-container a:hover {
    text-decoration: underline;
}
.recommend-box.container {
    padding-left: 0;
    padding-right: 0;
}
.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 #3546FF;
    border-radius: 5px;
    padding: 10px;
}
.wp-block-button {
    color: #3546FF;
}

.wp-block-button:hover {
    cursor: pointer;
    background-color: #3546FF;
    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: #3546FF;
}

.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: #3546FF;
    color: white;
    padding: 8px;
    border-radius: 6px;
    font-size: 0.9rem;
}

#submit:hover {
    background: #3546FF;
    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: #3546FF;
}

.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("../svg/note-purple.svg");
    background-position: 15px 15px;
    color: #555555;
}

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

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

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

blockquote {
    background: no-repeat url("../svg/new-comma.svg");
    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("../svg/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("../svg/icon-win.svg");
}

.free-download-btn-mac::before {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.5rem;
    content: url("../svg/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("../svg/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("../svg/cut-icon.svg");
    transform: rotate(180deg);
}

.rhicon-check {
    content: url("../svg/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;
}
.btn-group-down {
    cursor: pointer;
    width: 28px;
    height: 100%;
    background: rgba(44,41,53,.2) url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCAxMCA2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9Ii0tLSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc3Ny4wMDAwMDAsIC0zMDM2LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1NTAuMDAwMDAwLCAyODU4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE1My4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0ieGlhIiBwb2ludHM9IjIzNyAyNSAyMzIgMzEgMjI3IDI1Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==') no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}
.btn-group-down:hover {
    background: rgba(44,41,53,.2) url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODApIiB3aWR0aD0iMTBweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCAxMCA2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiID4KICAgIDxnIGlkPSItLS0iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NzcuMDAwMDAwLCAtMzAzNi4wMDAwMDApIiBmaWxsPSIjZmZmZmZmIiA+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU1MC4wMDAwMDAsIDI4NTguMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTUzLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJ4aWEiIHBvaW50cz0iMjM3IDI1IDIzMiAzMSAyMjcgMjUiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+') no-repeat center;
}
.btn-groups {
    display: none;
}
.btn-group-down:hover .btn-groups {
    display: block;
}

.recommend-product-box {
    padding: 2.5rem 2rem;
    background-color: #F1F9FF;
    border-radius: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 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: #1595F7;
}
.recommend-product-download-btn:hover {
    background-color: #0888ea;
}
.recommend-product-buy-btn {
    background-color: #FF7301;
}
.recommend-product-buy-btn:hover {
    background-color: #ff9507;
}
.recommend-product-box .download-tip {
    margin-top: 12px;
}
.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: 20px;
}
.recommend-product-box ul > li:first-child{
    margin-top: 0 !important;
}
.google-download-btn {
    width: 266px;
    height: 68px;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #000000;
}
.google-download-btn span {
    font-size: 12px;
}
.google-download-btn b {
    font-size: 18px;
}
.google-download-btn:hover {
    background-color: #000000;
    color: #ffffff;
}
@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;
    }
}
@media (max-width: 1279.98px) {
    .recommend-product-btn-box {
        grid-template-columns: repeat(1, minmax(auto, 166px));
        grid-template-rows: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .post-entry-content p,
    .post-entry-content ul,
    .post-entry-content ol {
        font-size: 14px;
    }
    .hot-outline {
        margin-bottom: 20px;
    }
    .author-meta-container {
        margin-bottom: 0;
    }
    .author-meta-container {
        padding: 20px;
    }
    .author-meta-container .info-container .name {
        font-size: 20px;
    }
    .post-entry-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .post-entry-content h3  {
        font-size: 16px;
    }
    .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;
    }
    .recommend-product-btn-box {
        margin-top: 10px;
    }
    .scroll-bar-table-box {
        --scrollX: 0;
        position: relative;
        padding-bottom: 20px;
    }
    .scroll-bar-table-box table {
        margin-bottom: 0;
    }
    .scroll-bar-table-box::after {
        content: '';
        display: block;
        width: 100px;
        height: 6px;
        background-color: #3546FF;
        position: absolute;
        bottom: 6px;
        border-radius: 20px;
        left: var(--scrollX);
        z-index: 2;
    }
    .scroll-bar-table-box::before {
        content: '';
        display: block;
        width: 100%;
        height: 6px;
        background-color: #cccccc;
        position: absolute;
        bottom: 6px;
        border-radius: 20px;
        left: 0;
        z-index: 1;
    }
    .scroll-bar-table-box .table-container {
        margin-bottom: 0;
    }
    .recommend-box {
        padding: 0 !important;
    }
    .recommend-box > div {
        padding: 20px !important;
    }
    .recommend-box p {
        line-height: calc(1em + 4px);
    }
    .recommend-box iframe {
        border-radius: 10px;
    }
    .recommend-box h2 {
        margin-top: 0;
    }
    .google-download-btn {
        width: 200px;
        height: 56px;
    }
    .product-container{
        padding: 20px;
    }
    .product-img {
        width: 160px;
    }
    .product-title {
        font-size: 16px !important;
        line-height: calc(1em + 4px);
        text-align: center;
    }
    .product-title-des {
        text-align: center;
    }
    .product-title-des {
        margin-bottom: 10px !important;
    }
    .product-info-list > li {
        font-size: 12px !important;
        line-height: calc(1em + 4px);
        margin-bottom: 4px;
    }
    .product-box .secure {
        margin-bottom: 0 !important;
    }
    .step:after {
        position: absolute;
        display: inline-block;
        border-top: 6px solid transparent;
        border-left: 6px solid #313232;
        border-bottom: 6px solid transparent;
        right: -6px;
        top: 6px;
        content: '';
    }
}
