@charset "utf-8";

/**
 * iSumsoft Website - Main Global & Product Stylesheet
 * 
 * Reorganized Architecture:
 * 1. Base Foundations (/css/base/)
 *    - reset.css: Reset, normalize & base typography
 *    - grid.css: Responsive grid container, row, col & flex utilities
 * 2. Shared UI Components (/css/shared/ and /css/product/components/)
 *    - product-nav.css: Sticky navigation bar, macOS pill, mobile kebab menu
 *    - totop.css: Floating back-to-top button controls
 * 3. Shared Product & Article Modules (/css/pages/ and /css/product/pages/)
 *    - scam.css: Against-scam trust center layout
 *    - review.css: Product review score rating display
 *    - upgrade.css: Upgrade page redesign & version history grid
 *    - product-banners.css: Product category hero banners & gradients
 *
 * Page-only modules such as contact.css and resources.css are linked by
 * their owning HTML entries instead of being loaded on every site page.
 * 4. Core Product Content (below):
 *    - Feature lists, how-to steps, comparison matrix, discount pricing,
 *      system requirements, FAQ accordion, related guides
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ==========================================================================
   1. Base Foundations
   ========================================================================== */
@import "../base/reset.css";
@import "../base/grid.css";

/* ==========================================================================
   2. Shared UI Components
   ========================================================================== */
@import "../product/components/product-nav.css";
@import "./dynamic-island.css";
@import "./totop.css";

/* ==========================================================================
   3. Specialized Page Modules
   ========================================================================== */
@import "../pages/scam.css";
@import "../product/components/tech-specs.css";
@import "../product/components/purchase.css";
@import "../product/components/discount-box.css";
@import "../product/pages/review.css";
@import "../product/pages/upgrade.css";
@import "../product/pages/product-banners.css";

/* ==========================================================================
   4. Core Product Layout & Shared Content Styles
   ========================================================================== */

/* css for style */
@font-face {
    font-family: "bootstrap-icons";
    src: url("../../fonts/bootstrap-icons.woff?384e23a3718bb6ac643a9118eb53727d") format("woff"),
        url("../../fonts/bootstrap-icons.woff2?384e23a3718bb6ac643a9118eb53727d") format("woff2");
}

@font-face {
    font-family: "iconfont";
    src: url('../../fonts/iconfont.woff2') format('woff2'),
        url('../../fonts/iconfont.woff?t=1698889420103') format('woff'),
        url('../../fonts/iconfont.ttf?t=1698889420103') format('truetype');
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-facebook::before {
    content: "\f30d";
}

.bi-youtube::before {
    content: "\f5af";
}

.bi-twitter::before {
    content: "\f57a";
}

.bi-chevron-down::before {
    content: "\f270";
}

.bi-cart4::before {
    content: "\f233";
}

.bi-chevron-up::before {
    content: "\f274";
}

.bi-cloud-arrow-down-fill::before {
    content: "\f282";
}

.bi-person-lines-fill::before {
    content: "\f489";
}

.bi-chat-square-text-fill::before {
    content: "\f251";
}

.bi-brush-fill::before {
    content: "\f1c5";
}

.bi-check2-square::before {
    content: "\f25f";
}

.bi-check-circle-fill::before {
    content: "\f258";
}

.bi-grid-fill::before {
    content: "\f3c4";
}


.btn-buy,
.btn-trial {
    height: 40px;
    width: 90px;
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    color: #FFF;
    padding-left: 40px;
    /* float: right; 移除此行 */
}

.btn-buy,
.info .paddle_button.btn-buy {
    background: #ff8800 url(../../images/common/button-buy.png) no-repeat;
}

.btn-buy:hover,
.btn-trial:hover,
.info .paddle_button.btn-buy:hover {
    background-color: #e57a00;
}

.btn-trial {
    background: url(../../images/common/button-trial.png) no-repeat #7bba4e;
}

.btn-trial:hover {
    background-color: #73ad49;
}

.blog {
    display: inline-block;
    color: #fff;
    background-color: #194eb9;
    padding: 10px 25px;
    margin-top: 10px;
}

.store {
    padding-top: 10px;
    text-align: right;
}

.store a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../../images/common/store-bg.png) 5px center no-repeat;
    border: 1px solid #fff;
}

.store a:last-child {
    background-position-x: -35px;
}

.store a:hover {
    border-color: #000;
}

.store a:active {
    border-style: dashed;
}

.follw-icon {
    margin-right: 10px;
    transition: all 0.3s;
}

.follw-icon:hover {
    transition: all 0.3s;
    transform: translateY(-5px);
}

#main {
    background-color: #fff;
    color: #000;
    padding: 30px 0 50px;
}

.index {
    max-width: 1200px;
    margin: 0 auto;
}

.index2 {
    max-width: 960px;
    margin: 0 auto;
}

#main h2 {
    font-size: 36px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}

#main h3 {
    font-size: 36px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}

.bor {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.bor p {
    font-size: 18px;
    color: #000;
}

.main2-bottom>div {
    width: 48%;
    min-height: 200px;
    background-color: #f7f7f7;
    position: relative;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 20px;
}

.main2-bottom>div>div {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 20px;
    top: -40px;
    background: url(../../images/common/main2-bottom-bg.png) no-repeat -180px 0;
}

.main2-bottom span {
    padding-left: 110px;
    font-size: 20px;
}

.main2-bottom p {
    padding-top: 20px;
    color: #333;
    line-height: 2;
}

/*-----------------------------------------------------------------*/
.system1 {
    width: 550px;
}

.system2 {
    max-width: 500px;
}

.system1>p,
.system1>h2 {
    line-height: 1.5;
    font-size: 26px;
    padding: 10px 0;
    color: #333;
    font-weight: 400;
}

.system1>ul li {
    line-height: 1.5;
    font-size: 16px;
}

.system1>.p-size {
    font-size: 24px;
}

/*-----------------------------------------------------------------*/
.power {
    position: relative;
    padding: 50px;
    border: 1px solid #194eb9;
    margin-bottom: 50px;
}

.power ul a {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-decoration: underline;
    display: block;
    text-align: center;
}

.power ul a:hover {
    color: #FF8800;
}

.plus,
.total {
    position: absolute;
    left: 50%;
}

.plus {
    margin-left: -25px;
    top: 32%;
}

.total {
    margin-left: -11px;
    bottom: 22%;
}

.power-a {
    font-size: 24px;
    background: #FF8800;
    color: #fff;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.power-a:hover {
    background-color: #e57a00;
}

.power ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 150px;
}

.power ul:nth-child(4) {
    margin-bottom: 100px;
}

.power li {
    width: 210px;
    padding-right: 11px;
}

.power ul li:last-child {
    padding-right: 0;
}

.power div {
    width: 90px;
    margin: 0 auto;
}

.power>p {
    font-size: 24px;
}

.power>p span {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    text-decoration: line-through;
}

/*-----------------------------------------------------------------*/
.faq-container {
    margin-top: 80px;
}

.cor-faq {
    display: grid;
    grid-gap: 30px;
    grid-auto-flow: row;
}

.cor-faq>.change-q-a {
    border-radius: 4px;
}

.cor-faq p {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 16px 20px;
    border-radius: 4px;
    border: 1px dashed #d9d9d9;
}

.cor-faq p:hover {
    color: #194eb9;
}

.cor-faq>.change-q-a>span {
    display: none;
    line-height: 2;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    margin: 16px 0 0;
    padding: 12px 20px;
    background: #ffffff;
    border-radius: 4px;
    transition: all 0.3s;
}

/*-----------------------------------------------------------------*/
#video-banner {
    margin-top: 100px;
    padding: 100px 0;
    background-color: #194eb9;
    position: relative;
}

#video-banner>.index {
    box-sizing: border-box;
    padding: 0 50px;
    position: relative;
    z-index: 2;
}

.video-right a {
    padding: 10px 40px;
    display: block;
    font-size: 24px;
    margin-top: 58px;
    color: #fff;
}

.video-right span {
    font-size: 14px;
    display: block;
}

.video-right a:first-child {
    background-color: #FF8800;
}

.video-right a:first-child:hover {
    background-color: #e57a00;
}

.video-right a:last-child {
    background-color: #16c75a;
}

.video-right a:last-child:hover {
    background-color: #14b351;
}

.video-left {
    max-width: 770px;
}

.video-left h2 {
    padding: 0 0 40px;
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
}

.video-left p {
    line-height: 1.5;
    font-size: 18px;
    color: #fff;
}

.video-left a {
    margin-top: 40px;
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    display: block;
    color: #fff;
    background: url(../../images/icon/video.png) no-repeat 172px 14px;
    border: 1px solid #fff;
    padding: 10px 20px;
}

.video-left a:hover {
    color: #194eb9;
    background-color: #fff;
    background-position-y: -90px;
}

.clouds img {
    opacity: 0;
    position: absolute;
    transform: translateY(50px);
    transition: all 0.4s ease-out;
}

.clouds img.active {
    opacity: 1;
    transform: translateY(0);
}

.cloud1 {
    top: 160px;
    left: 10%;
}

.cloud2 {
    top: 60px;
    left: 20%;
}

.cloud3 {
    top: 265px;
    left: 35%;
}

.cloud4 {
    top: 55px;
    left: 50%;
}

.cloud5 {
    top: 310px;
    left: 65%;
}

.cloud6 {
    top: 80px;
    left: 80%;
}

.cloud7 {
    top: 160px;
    left: 90%;
}

/*-----------------------------------------------------------------*/
.product-info {
    width: 60%;
}

.product-info h2 {
    color: #444;
    line-height: 1.5;
    font-size: 26px;
    padding-bottom: 6px;
    font-weight: 500;
}

.product-info ul {
    padding: 20px 0 0;
}

.product-info li {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.product-info li i {
    position: absolute;
    left: 0;
    /*	top: 8px;*/
    color: #194EB9;
    margin-right: 5px;
}

.hot-tag::after {
    position: absolute;
    content: 'HOT';
    color: #ffffff;
    padding: 0 8px;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    margin-left: 8px;
    border-radius: 12px 12px 12px 0;
    transform: skew(-15deg);
    background: linear-gradient(60deg, #ffd400, #ff1900);
}

.new-tag::after {
    position: absolute;
    content: 'NEW';
    color: #ffffff;
    padding: 0 8px;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    margin-left: 8px;
    border-radius: 8px 0;
    transform: skew(-15deg);
    background: linear-gradient(60deg, #ff0000, #e50000);
}

.product-info p {
    font-size: 18px;
    line-height: 2;
}

.go-to-win,
.go-to-mac,
.go-to-andr {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding-left: 20px;
    font-size: 18px;
    color: #FFF;
    margin-right: 30px;
    margin-top: 20px;
    background-color: #194eb9;
    background-repeat: no-repeat;
    background-position: right 0;
}

.go-to-win {
    background-image: url(../../images/icon/go-to-win.png);
}

.go-to-andr {
    width: 170px;
    background-image: url(../../images/icon/go-to-android.png);
}

.go-to-mac {
    background-image: url(../../images/icon/go-to-mac.png);
}

.go-to-win:hover,
.go-to-mac:hover,
.go-to-andr:hover {
    background-color: #133d93;
}

.product-pic {
    position: relative;
    height: 322px;
    padding: 20px 0 0;
}

.product-pic .box {
    position: absolute;
    top: 88px;
    left: 22px;
}

.product-pic .icon {
    position: absolute;
    top: 136px;
    left: 15px;
}

.product-pic .icon2 {
    position: absolute;
    top: 235px;
    left: 125px;
}

.product-pic .icon3 {
    position: absolute;
    top: 149px;
    left: 257px
}

.product-pic .icon4 {
    position: absolute;
    top: 145px;
    left: 231px;
}

.img-and {
    width: 170px;
    margin-left: 50px;
    border: 1px solid #e6e6e6;
}

.img-mac {
    width: 385px;
}

.product-pic .interface {
    margin-left: 50px;
}

.product-content {
    width: 100%;
}

.index>.left {
    max-width: 700px;
    margin: 0 auto 60px;
    line-height: 2;
}

.index>.left h1 {
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

.index>.left p {
    padding: 10px 0;
}

.index>.left h2 {
    font-size: 26px;
    border-bottom: 1px dashed #ccc;
    font-weight: 500;
}

.index>.left h3 {
    font-size: 20px;
    font-weight: 500;
}

.index>.left a {
    color: #194eb9;
}

.index>.left a:hover {
    text-decoration: underline;
}

.product-content .left {
    width: 800px;
    height: auto;
    float: left;
    position: relative;
}

/*----------------------------------------*/
.product-content .left h1 {
    font-size: 30px;
    padding: 10px 0;
    line-height: 1.2;
    border-bottom: 1px solid #AAA;
    font-weight: 500;
}

.author-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    margin: 20px 0;
}

.author-box img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.author-box img:hover {
    filter: brightness(1.1);
}

.author-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: #194eb9;
}

.author-info span {
    color: #194eb9;
    font-size: 20px;
    font-weight: bold;
}

.product-content .left .author-info p {
    margin: 0;
    font-size: 14px;
}

.product-content>.left>h2:first-child {
    margin: 20px 0 10px;
}

.product-content .left>h2 {
    font-size: 26px;
    margin: 40px 0 20px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 0 8px 20px;
    border-left: 8px solid #194eb9;
    background: linear-gradient(to right, rgba(242, 247, 255, 1) 70%, rgba(242, 247, 255, 0) 100%);
}

.product-content .left>h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 500;
    padding: 0 0 0 20px;
    border-left: 8px solid #194eb9;
}

.product-content .left h4 {
    font-size: 18px;
    font-weight: 500;
}

.product-content .left a {
    color: #194eb9;
}
.product-content .left .a-free{
    color: #ffffff;
}
.product-content .left .a-free:hover{
    color: #11c382;
}
.product-content .left a.learn_more {
    border: 1px solid;
    padding: 5px;
    display: block;
    width: 100px;
    text-decoration: none;
}

.left ul {
    margin: 10px 0;
}

.left ul li {
    list-style: none;
}

.left ol li {
    margin: 8px 0;
}

.left .list-ul{
    padding: 12px 20px;
    border-radius: 12px;
    background: #f5f8ff;
    border: 1px solid #d6e4ff;
}

.left .list-ul li {
    list-style: inside;
}

.left .decimal-ol {
    padding: 0 0 0 20px;
}
.left .decimal-ol li {
    list-style: decimal;
}

.left .link-ul li::marker {
    color: #194eb9;
    font-size: 14px;
}

.product-content .left>p {
    margin: 15px 0 10px;
    word-break: break-word;
}

.step {
    display: inline-block;
    position: relative;
    background: #194eb9;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    padding: 0 34px 0 12px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.step::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.product-div {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 30% auto;
    background: #f5f9ff;
    padding: 40px 20px;
    margin: 20px 0;
}

.function-div>h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.points {
    color: #194eb9;
}

.function-div ul li {
    list-style: disc;
    margin: 0 0 0 20px;
}

.function-div ul .points::marker {
    color: #194eb9;
}

.download-button {
    display: grid;
    grid-gap: 40px;
    grid-auto-flow: column;
    grid-template-columns: max-content;
    justify-content: flex-start;
    margin-top: 30px;
}

.download-link {
    position: relative;
    font-weight: bold;
    border-radius: 4px;
    transition: .3s ease;
    padding: 8px 20px 8px 56px;
    box-shadow: rgba(25, 78, 185, 0.25) 0px 13px 27px -5px, rgba(25, 78, 185, 0.3) 0px 8px 16px -8px;
}

.left .product-div .function-div .download-button a:hover {
    text-decoration: none;
    transform: scale(1.1);
    box-shadow: rgba(25, 78, 185, 0.55) 0px 13px 27px -5px, rgba(25, 78, 185, 0.6) 0px 8px 16px -8px;
}

.left .product-div .function-div .download-button .win-link {
    color: #ffffff;
    background: linear-gradient(to right, #1a8cff, #1aecff);
}

.win-link::before {
    content: url("../../images/common/windows.png");
    position: absolute;
    top: 10px;
    left: 20px;
}

.left .product-div .function-div .download-button .mac-link {
    color: transparent;
    background: #ffffff;
    border: 1px solid #194eb9;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #1a8cff, #1aecff);
}

.mac-link::before {
    content: url("../../images/common/mac.png");
    position: absolute;
    top: 10px;
    left: 20px;
}

@media(max-width: 992px) {
    .product-div {
        padding: 40px 20px;
        grid-gap: 40px;
        grid-template-columns: 100%;
    }
}

@media(max-width: 768px) {
    .download-button {
        grid-auto-flow: row;
        place-items: center;
        grid-template-columns: 100%;
    }
}

.bor-dashed {
    padding: 10px 20px;
    border: 1px dashed #ccc;
    margin-top: 20px;
    background-color: #f7f7f7;
}

.product-content .left a.a-free,
.index>.left .a-free {
    padding-left: 40px;
    background: url(../../images/common/a-free.png) no-repeat 20px -76px;
    display: block;
    width: 180px;
    height: 56px;
    border-radius: 4px;
    border: 1px solid #11c382;
    background-color: #11c382;
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.product-content .left a.a-free:hover,
.index>.left .a-free:hover {
    transition: all 0.4s;
    text-decoration: none;
    color: #11c382;
    border: 1px solid #11c382;
    background-color: #fff;
    background-position-y: 11px;
}

.product-content .left .no-left-border {
    border: none;
    margin-top: 0;
}

/*-----------------------------------------*/
.left a:hover {
    text-decoration: underline;
}

.left .price {
    font-style: italic;
    padding: 10px 0 0;
    color: #f00;
    font-size: 16px;
    display: block;
}

.bor-dashed li {
    list-style: inside;
}

.left>.guide-ul {
    padding: 20px;
    margin: 20px 0;
    border-radius: 12px 0 0 12px;
    border-left: 5px solid #194eb9;
    background: linear-gradient(to right, rgba(242, 247, 255, 1) 70%, rgba(242, 247, 255, 0) 100%);
}

.left .guide-ul li {
    line-height: 44px;
    list-style: inside;
}

.left .guide-ul li::marker {
    color: #194eb9;
}

.right {
    max-width: 700px;
    width: 100%;
    float: right;
    position: relative;
    padding: 0 2%;
    box-sizing: border-box;
}

.right p {
    font-size: 20px;
    display: block;
    padding: 20px;
    border-bottom: 1px solid #dadada;
    margin: 20px 0 5px;
    cursor: pointer;
    background-color: #f7f7f7;
}

.right p:hover {
    color: #194eb9;
}

.change-q-a>span {
    display: none;
    margin-bottom: 20px;
    line-height: 2;
    color: #194eb9;
    transition: all 0.3s;
    overflow: hidden;
    font-size: 16px;
}


/* Clean Shadow Style for Related Articles */
.related-articles {
    margin-top: 60px;
}

.related-articles>h4 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
    color: #fff;
}

.related-articles ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; Removed to restore original left alignment */
}

.related-articles ul li {
    width: 220px;
    padding: 14px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    margin: 0 7px 30px 7px;
}

.related-articles ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #e8e8e8;
}

.product-content .related-articles p {
    margin: 0;
}

.product-content .related-articles a {
    font-weight: 600;
    color: #1971b7;
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
}

.product-content .related-articles a:hover {
    color: #F28500;
}

.related-articles span {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.related-articles span a {
    margin: 0;
    height: 100%;
}

.related-articles span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-articles ul li:hover span img {
    transform: scale(1.05);
}

.resource-title {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    font-weight: 500;
}

.resources-list {
    width: 31%;
}

.product-content .resources-list>h2 {
    padding-bottom: 20px;
    padding-top: 30px;
    border-bottom: 1px dashed #ccc;
    font-weight: 500;
    font-size: 18px;
}

.resources-list h3 {
    font-size: 18px;
    padding: 2px 0 10px 0;
}

.resources-list h2 a,
.resources-list h3 a {
    color: #366BB4;
    text-decoration: underline;
}

.resources-list h2 a:hover,
.resources-list h3 a:hover {
    color: #F28500;
}

.resources-list p {
    margin-top: 10px;
    line-height: 2em;
}

.resources-list p a {
    text-decoration: underline;
}

.resources-list ul {
    padding: 5px 0 5px 20px;
}

.resources-list ul li {
    padding: 5px 0;
    list-style: inside;
    text-indent: -4px;
    list-style-position: outside;
}

.resources-list ul .li_line {
    border-bottom: dashed 1px #d6d6d6;
}

.resources-list ul li p {
    padding: 10px 0;
}

.resources-list ul a {
    color: #366BB4;
}

.resources-list ul a:hover {
    color: #F28500;
}

.support-bar {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 20px;
}

.left>.support-bar>li {
    background: none;
    padding: 0;
    width: 30%;
    list-style: none;
    margin-bottom: 20px;
}

.left>.support-bar>li>a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #333;
    padding: 6% 5%;
    border: 1px solid #dadada;
    min-height: 240px;
    transition: all 0.4s;
}

.support-bar>li>a:hover {
    border-color: #194eb9;
}

.left>.support-bar>li>a>div {
    width: 180px;
    overflow: hidden;
    margin: 0 auto;
    height: 140px;
}

.img-div1 {
    background: url(../../images/common/support.png) no-repeat left 0;
}

.img-div2 {
    background: url(../../images/common/support.png) no-repeat center 0;
}

.img-div3 {
    background: url(../../images/common/support.png) no-repeat right 0;
}

.support-bar>li>a>h4 {
    padding-top: 4%;
    font-weight: 500;
    font-size: 20px;
}

.support-two-tem {
    width: 50%;
    float: left;
}

.support-two-tem ul {
    padding: 10px 20px;
}

.support-two-tem ul li {
    margin: 10px 5px;
    list-style: outside;
}

.left .order-ul li {
    background: none;
}

.order-ul {
    margin-top: 20px;
    border: 1px dashed #DADADA;
    padding: 20px;
}

.order-ul a {
    font-size: 18px;
    line-height: 2;
}

.order-an p strong {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
    display: block;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
}

.left>table,
.left>table>tbody>tr>td {
    border: 1px solid #CCCCCC;
}

/*---------------------------------------------------------------*/
.biaoti-h2 {
    font-size: 36px;
    line-height: 1.5;
    padding-bottom: 50px;
    font-weight: 400;
}

.title-h2 {
    font-size: 36px;
    line-height: 1.5;
    padding: 50px 0 50px;
    font-weight: 400;
}

.ver-h2,
.ver-h3 {
    font-weight: 400;
    line-height: 1.5;
    font-size: 26px;
}

.ver-h2 {
    padding: 20px 0 10px;
}

.ver-h3 {
    padding-bottom: 10px;
}

.ver-span {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

.ver-p {
    font-size: 18px;
    line-height: 2;
}

.ver-down {
    font-size: 24px;
    display: inline-block;
    color: #fff;
    padding: 8px 35px;
    background-color: #16c75a;
    margin-top: 20px;
}

.ver-down:hover {
    background-color: #14b351;
}

.ver-bg {
    padding: 20px;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.pro-h5 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    padding: 10px 0;
}

.pro-p {
    font-size: 16px;
    line-height: 1.5;
}

.version .feature-bg {
    margin-top: 0;
}

/*bg-color*/
.feature-bg {
    background-color: #f7f7f7;
    margin-top: 80px;
    padding: 50px;
}

/*1/2*/
.system {
    max-width: 575px;
    width: 100%;
    margin-top: 100px;
}

.system-pad .system {
    margin-top: 0;
    box-sizing: border-box;
    height: 310px;
}

/*1/3*/
.pro-windows {
    padding-top: 100px;
}

.pro-windows .promise {
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    padding: 50px;
}

.pro-windows .promise:hover {
    border-color: #194eb9;
}

.pro-windows a {
    font-size: 18px;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
}

.pro-windows a:first-child {
    background-color: #F08000;
}

.pro-windows a:first-child:hover {
    background-color: #e57a00;
}

.pro-windows a:last-child {
    background-color: #16c75a;
}

.pro-windows a:last-child:hover {
    background-color: #14b351;
}

.promise-all {
    margin-bottom: 50px;
    margin-top: 50px;
}

.promise-all ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}

.promise-all li {
    margin-bottom: 0;
}

.promise {
    max-width: 380px;
    width: 100%;
    margin-right: 30px;
}

.promise:last-child {
    margin-right: 0;
}

.work-upg>.promise {
    height: 250px;
}

.work-upg1>.promise {
    height: 265px;
}

.work-upg2>.promise {
    height: 286px;
}

.work-upg3>.promise {
    height: 358px;
}

.work-upg4>.promise {
    height: 372px;
}

.work-upg h2,
.work-upg1 h2,
.work-upg2 h2,
.work-upg3 h2,
.work-upg4 h2 {
    padding-top: 10px;
}

.work-upg-mar {
    margin-top: 50px;
}

.pro-div-ss {
    padding: 100px 0 0;
}

.promise .price {
    font-size: 18px;
}

/*1/4*/
.seaf-div {
    width: 270px;
    height: 380px;
    margin-right: 40px;
}

.seaf-div:last-child {
    margin-right: 0;
}

.div-pad {
    padding-top: 50px;
}


.style-dashed {
    padding: 10px;

    background: #fff7eb;
    border: 1px dashed #ff481b;
}

@media (min-width:1200px) {

    .logo {
        padding-top: 10px;
    }

    #pro-nav li {
        width: 16%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

/* ------------------- */
.purchase {
    background-color: #f8faff;
    padding: 40px 0 80px;
}

.purchase h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

.tip-ul {
    justify-content: space-around;
}

.tip-ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
}

.tip-ul li i {
    position: absolute;
    color: #194eb9;
    top: 4px;
    left: 0;
}

.purchase-main {
    padding-bottom: 60px;
}

.purchase-tab {
    border-bottom: 2px solid #194eb9;
    display: flex;
    justify-content: center;
    transform: translateY(-56px);
}

.purchase-tab li {
    font-weight: 600;
    border-left: 2px solid #dadada;
    border-top: 2px solid #dadada;
    border-right: 2px solid #dadada;
    background-color: #fff;
    padding: 16px 40px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.purchase-tab li:last-child {
    padding-right: 80px;
}

.purchase-tab li div {
    position: absolute;
    right: 5px;
    top: 0;
    transform-origin: 30px 0;
    animation: shake-img 3s linear infinite;
}

@keyframes shake-img {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(30deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.purchase-tab .active {
    border-color: #194eb9;
    color: #194eb9;
    transform: translateY(2px);
}

.purchase-tab li:first-child {
    margin-right: 30px;
}

.tab-div {
    display: none;
}

.tab-div .product-buy {
    background-color: #fff;
    align-items: center;
    position: relative;
    text-align: center;
    border: 2px solid #f9f9f9;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.tab-div .product-buy:hover {
    border: #194eb9 2px solid;
}

.tab-div .product-buy .p {
    font-size: 26px;
    padding: 40px 20px 10px;
    background-color: #f9f9f9;
}

.tab-div .product-buy .pp {
    background-color: #f9f9f9;
    padding-bottom: 20px;
}

.tab-div .product-buy ul {
    margin-bottom: 30px;
    padding-bottom: 20px;
    background-color: #f9f9f9;
}

.tab-div .product-buy li {
    font-size: 14px;
    color: #6f88b9;
    margin-bottom: 10px;
}

.tab-div .product-buy li i {
    position: relative;
    top: -2px;
    color: #194eb9;
    margin-right: 5px;
}

.tab-div .product-buy>div {
    background-color: #fff;
    padding: 40px 20px 60px;
}

.tab-div .product-buy a {
    padding: 15px 30px;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    background-color: #ff8800;
}

.tab-div .product-buy a:hover {
    background-color: #e57a00;
}

.tab-div .product-buy .pr {
    color: #ff8800;
    font-size: 30px;
    margin-bottom: 10px;
}

.tab-div .product-buy .pr span {
    text-decoration: line-through;
    color: #999;
    font-size: 18px;
}

.best {
    position: absolute;
    top: -2px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    width: 154px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    background: url(../../images/common/best.png) no-repeat center;
}

.tab-div .purchase-main .title-h2 {
    padding: 30px 0;
}

.container .seaf-div {
    margin-right: auto;
    margin-bottom: 30px;
}

.tab-div .purchase-main .box {
    border: none;
    padding: 0;
}

.tab-div .pro-box {
    background-color: #f7f9ff;
    border: 2px solid #fff;
    position: relative;
    margin-bottom: 20px;
}

.tab-div .pro-box:hover {
    border-color: #194eb9;
}

.tab-div .pro-box h2 {
    padding: 60px 20px 20px;
    font-weight: 400;
    background-color: #194eb9;
    color: #fff;
    margin-bottom: 20px;
}

.tab-div .pro-box .p {
    padding: 0 20px 20px;
}

.tab-div .pro-box .p p {
    color: #666;
    font-size: 16px;
    padding-top: 10px;
}

.tab-div .pro-box .a {
    display: flex;
}

.tab-div .pro-box h3 {
    font-weight: normal;
    font-size: 20px;
    padding-left: 10px;
}

.tab-div .pro-box .botm {
    padding-top: 10px;
    border-bottom: 1px solid #ebebeb;
}

.tab-div .pro-box .b {
    padding: 10px 20px 20px;
}

.tab-div .pro-box .b p {
    color: #ff8800;
    font-size: 30px;
    margin: 20px 0 10px;
}

.tab-div .pro-box .b span {
    text-decoration: line-through;
    color: #999;
    font-size: 18px;
}

.tab-div .pro-box .b a {
    padding: 15px 30px;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    background-color: #ff8800;
}

.tab-div .pro-box .b a:hover {
    background-color: #e57a00;
}

.tab-div .pro-box .pos {
    position: absolute;
    top: 20px;
    left: -6px;
    width: 117px;
    height: 41px;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    background: url(../../images/common/off.webp) no-repeat left center;
}

.purchase-main .left {
    max-width: 700px;
    margin: 0 auto 60px;
    line-height: 2;
}

.purchase-main .left h2 {
    font-size: 26px;
    border-bottom: 1px dashed #ccc;
    font-weight: 500;
}

.purchase-main .left p {
    padding: 10px 0;
}

.products-nav2 {
    background-color: #194eb9;
    padding: 20px 0;
}

.purchase-nav {
    justify-content: center;
}

.purchase-nav li {
    padding: 4px 26px;
}

.purchase-nav a {
    padding: 5px 0;
    border-bottom: 2px solid #194eb9;
    color: #fff;
    font-size: 16px;
}

.purchase-nav a:hover {
    border-bottom-color: #fff;
}

.advertising {
    width: 100%;
    height: auto;
    margin: 25px -0px -30px 0px;
    box-sizing: border-box;
}

@media(min-width:375px) {
    .advertising {
        height: 270px;
    }
}

@media(min-width:414px) {
    .advertising {
        height: 302px;
    }
}

@media(min-width:768px) {
    .advertising {
        height: 201px;
    }
}

@media(min-width:1024px) {
    .advertising {
        height: 197px;
    }
}

@media(min-width:1100px) {
    .advertising {
        height: 234px;
    }
}

/*new css*/
.article-full {
    padding: 0 0 60px 0;
}

.article-max {
    max-width: 1200px;
    margin: 0 auto;
}

.classify-h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
}

.ul-container {
    display: grid;
    grid-gap: 0 40px;
    grid-template-columns: repeat(2, auto);
    margin: 50px 0;
}

.li-container {
    display: grid;
    padding: 12px 0;
    border-bottom: 1px dashed #cccccc;
}

.li-container>a {
    position: relative;
    display: block;
    color: #194eb9;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    padding: 0 0 0 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.li-container>a::before {
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    width: 14px;
    height: 18px;
    background: url("../../images/common/aiticle-icon.png") 100% no-repeat;
}

.article-new-tag {
    display: inline-block;
    width: 32px;
    height: 20px;
    background: url("../../images/common/article-new-tag.png") no-repeat;
}

.article-hot-tag {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url("../../images/common/article-hot-tag.png") no-repeat;
}

.li-container>a:hover {
    text-decoration: underline;
}

.li-container>p {
    color: #808080;
    margin-left: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media(max-width: 1200px) {
    .ul-container {
        margin: 50px 20px;
        grid-template-columns: repeat(1, 100%);
    }
}

@media(max-width: 750px) {
    .li-container>a {
        text-overflow: ellipsis;
    }
}

.code-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.code-container pre {
    margin: 0;
    white-space: pre-wrap;
    overflow-x: auto;
    padding: 5px;
    border: 2px solid #194eb9;
    margin: 30px 10px 20px 10px;
    background-color: white;
    border-radius: 5px;
    color: black;
}

.code-container pre code {
    display: block;
    margin: 0;
    color: #000;
}

.code-container pre .comment {
    color: gray;
    margin-left: 10px;
}


