html {
    font-family: Segoe UI;
    color: #333;
}

.home .top-bg {
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 653px;
    background-color: #151f28;
    /* background-image: url(/static/webp/home-top-banner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}

.home .top-bg .banner {
    padding-top: 37px;
}
@media (min-width: 1414px) {
    .home .top-bg .banner {
        min-width: 1414px;
    }
}
.home .top-bg .banner .banner-left {
    flex: 1;
}
.home .top-bg .banner .banner-left .software-name {
    font-family: Microsoft YaHei UI;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    background: linear-gradient(180deg, #8dd2ff 0%, #57a0ff 104.69%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.home .top-bg .banner .banner-left h1 {
    margin-top: 25px;
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    background: linear-gradient(180deg, #8dd2ff 0%, #57a0ff 104.69%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.home .top-bg .banner .banner-left .banner-desc {
    margin-top: 35px;
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.home .top-bg .banner .banner-left .banner-btns {
    margin-top: 52px;
    column-gap: 82px;
}
.home .top-bg .banner .banner-left .banner-btns button,
.home .top-bg .banner .banner-left .banner-btns .banner-btns-more {
    display: inline-flex;
    min-width: 240px;
    height: 71px;
    font-family: Microsoft YaHei UI;
    font-size: 24px;
    font-weight: 700;
    line-height: 71px;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
}
.home .top-bg .banner .banner-left .banner-btns button a,
.home .top-bg .banner .banner-left .banner-btns .banner-btns-more a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.home .top-bg .banner .banner-left .banner-btns button.banner-btns-download {
    border-radius: 8px;
    /* margin-right: 40px; */
}
.home .top-bg .banner .banner-btns button.banner-btns-download:hover {
    /* background-color: #396fff; */
}
.home .top-bg .banner .banner-left .banner-btns .banner-btns-more {
    background: #ff7700;
}
.home .top-bg .banner .banner-left .banner-btns .banner-btns-more a {
    min-width: 154px;
    min-height: 48px;
}

main > .feature {
    padding: 32px 0;
    box-sizing: border-box;
}
main > .feature:nth-child(2n) {
    background-color: #fafcff;
}
.feature .introduce {
    justify-content: center;
    align-items: center;
    column-gap: 60px;
}
.feature .introduce .introduce-info {
    max-width: 505px;
}
.feature .introduce .introduce-content div:first-of-type {
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
}
/* .feature .introduce .introduce-content a {
    margin-top: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 251px;
    height: 71px;
    line-height: 71px;
    border-radius: 10px;
    font-family: Microsoft YaHei UI;
    font-weight: 700;
    font-size: 20px;
} */
.tab-box {
    position: relative;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    /* row-gap: 40px; */
    color: #fff;
    width: 100%;
    height: 584px;
    background: url(/static/webp/home-tab-bg.webp) no-repeat center center;
    background-size: cover;
}
.tab-box h2 {
    padding-top: 80px;
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 44px;
}
.tab-box-container {
    margin-top: 40px;
    width: 1050px;
    height: 592px;
    padding-top: 20px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0px 7px 29.8px -12px #00000040;
}
.tab-box-container .tab-nav {
    color: #333;
    font-family: Microsoft YaHei UI;
    height: 58px;
    column-gap: 84px;
}
.tab-box-container .tab-nav .tab-nav-item {
    cursor: pointer;
    min-width: 134px;
    position: relative;
    height: 100%;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
}
.tab-box-container .tab-nav .tab-nav-item.active {
    color: #1c72f0;
}
.tab-box-container .tab-nav .tab-nav-item.active::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    background: #1c72f0;
    width: 134px;
    height: 6px;
    border-radius: 49px;
}
.tab-box-container .tab-content .tab-content-item ul {
    padding: 42px 105px 44px 105px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}
.tab-box-container .tab-content .tab-content-item ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
}
.tab-box-container .tab-content .tab-content-item ul li span {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #333333;
}
.section6 {
    padding: 60px 0 70px 0;
}
.section6-table {
    width: 929px;
    margin-top: 40px;
    /* height: 636px; */
    background: #ffffff;
    border-radius: 24px;
    backdrop-filter: blur(14.699999809265137px);
    /* border: 1px solid transparent; */
    border: 1px solid rgba(255, 255, 255, 0.04);
    /* border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.37) -544.95%, rgba(255, 255, 255, 0) 100%); */
    /* border-image-slice: 1; */
    box-sizing: border-box;
}
.section6-table table thead tr {
    display: flex;
    align-items: center;
    height: 127px;
}
.section6-table table tbody tr {
    font-family: Microsoft YaHei UI;
    font-size: 20px;
    color: #111532;
    display: flex;
    align-items: center;
    height: 65px;
    line-height: 100%;
}
.section6-table .main-table .tfoot,
.section6-table .vip-table .tfoot {
    height: 99px;
    line-height: 99px;
}
.section6-table .main-table thead tr th:first-of-type,
.section6-table .main-table tbody tr td:first-of-type,
.section6-table .main-table .tfoot div span:first-of-type {
    display: flex;
    flex: 1;
    font-size: 20px;
    padding: 0 24px;
    box-sizing: border-box;
}
.section6-table .main-table tbody tr:last-of-type {
    border-radius: 0 0 0 24px;
}
.section6-table table thead tr th:nth-of-type(2),
.section6-table table tbody tr td:nth-of-type(2),
.section6-table .tfoot div span:nth-of-type(2) {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    text-align: center;
    margin-left: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.04);
    box-sizing: border-box;
}
.section6-table table thead tr th:nth-of-type(3),
.section6-table table tbody tr td:nth-of-type(3),
.section6-table table .tfoot div span:nth-of-type(3) {
    width: 260px;
    line-height: 82px;
    text-align: center;
}
.section6-table .main-table tbody tr:nth-of-type(2n),
.section6-table .tfoot div span:nth-of-type(2) {
    background: #ffffff;
}
.section6-table .main-table tbody tr:nth-of-type(2n-1) {
    background: #00000005;
}
.section6-table .main-table .div span {
    background: #1d1b26;
}
.section6-table .vip-table {
    font-size: 20px;
    width: 260px;
    box-sizing: border-box;
    background-image: url("/static/webp/home-table-vip-bg.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.section6-table .vip-table thead tr th:first-of-type,
.section6-table .vip-table tbody tr td:first-of-type,
.section6-table .vip-table .div span:first-of-type {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.section6-table .main-table .table-download-btn {
    margin-top: 12px;
    font-style: 16px;
    width: 173px;
    height: 47px;
    line-height: 47px;
    color: #0663ff;
    border: 1px solid #0663ff;
    border-radius: 10px;
}
.section6-table .buy-now-btn {
    margin-top: 12px;
    width: 179px;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
}

.two-row-box {
    background: url(/static/webp/home-big-box-bg.webp) no-repeat center center;
    background-size: cover;
    padding-top: calc(187px + 60px); /* 187+60修改此处 */
    padding-bottom: 90px;
}
.two-row-box h2 {
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
}
.two-row-box .function-list {
    column-gap: 98px;
    margin-top: 50px;
    justify-content: center;
    row-gap: 20px;
}
.two-row-box .function-list .function-list-item {
    width: 392px;
    height: 435px;
    border-radius: 16px;
    padding: 24px 26px 45px 26px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 10px 34.3px 0px #00307712;
}
.two-row-box .function-list .function-list-item .function-list-item-title {
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 24px;
    box-shadow: 0px 10px 34.3px 0px #00307712;
    background: #ffffff;
}

.download-nums-box {
    padding-top: 86px;
    padding-bottom: 35px;
}
.download-nums-box .download-nums-bg {
    z-index: 0;
    top: 125px;
}
.download-nums-box .download-nums {
    column-gap: 122px;
}
.download-nums-box .download-nums .download-nums-info {
    max-width: 624px;
}
.download-nums-box .download-nums .download-nums-title {
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 44px;
    color: #0048b4;
    margin-top: 54px;
}
.download-nums-box .download-nums .download-nums-info .btns {
    column-gap: 62px;
    margin-bottom: 43px;
}
.download-nums-box .download-nums .download-nums-info .btns .btn {
    width: 265px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 20px;
    border-radius: 14px;
}
.download-nums-box .download-nums .download-nums-info .btns .btn-download {
    color: #0663ff;
    border: 1px solid #0663ff;
    background-color: #fff;
}

.trust {
    position: relative;
    margin-top: 68px;
    /* padding: 16px 77px; */
    margin-bottom: 70px;
    /* padding-top: 50px;
    padding-bottom: 60px; */
}
.trust .trust-title {
    font-weight: 700;
    color: #333;
    font-size: 44px;
    margin-bottom: 40px;
}
.trust .trust-title .trust-title-colorful {
    background: linear-gradient(180deg, #8dd2ff 0%, #57a0ff 104.69%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.trust .company {
    position: relative;
    justify-content: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 126px;
    overflow: hidden; /* 隐藏溢出的内容 */
    white-space: nowrap; /* 防止换行 */
}
.trust .company::before,
.trust .company::after {
    background: linear-gradient(90deg, #fff 15.7%, hsla(0, 0%, 100%, 0));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 10;
}
.trust .company::after {
    right: 0;
    left: auto;
    transform: rotate(180deg);
}

.trust .company #scroll-content {
    /* display: inline-block; */
    /* width: 2704px; */
    white-space: nowrap;
    overflow-x: auto;
    height: 100%;
    /* animation: scroll 10s linear infinite; */
}
.trust .company #scroll-content::-webkit-scrollbar {
    display: none;
}
/* 滚动动画 */
@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.trust .company #scroll-content a {
    border-radius: 1px;
    width: 245px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    transition: all 0.3s ease-in 0s;
    outline: none;
    flex-shrink: 0;
    margin-right: 93px;
}
/* .trust .company #scroll-content a:not(:last-of-type) {
} */

.trust .company #scroll-content a:hover {
    /* background-color: #fff;
    box-shadow: 0 6px 16px -2px #0051d733; */
}
.trust .company #scroll-content a img {
    /* width: 259px;
    height: 70px; */
    width: 100%;
    height: auto;
    /* height: 42px; */
}
.saying {
    padding: 0px 0 130px 0;
}
.saying h2 {
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 44px;
    color: #111532;
    margin-bottom: 50px;
}

.saying .saying-box {
    column-gap: 79px;
}
.saying .saying-box .saying-box-item {
    box-sizing: border-box;
    width: 330px;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0px 5px 10px 0px #2962bc1a, 0px 19px 19px 0px #2962bc17,
        0px 42px 25px 0px #2962bc0d, 0px 75px 30px 0px #2962bc03,
        0px 117px 33px 0px #2962bc00;
}
.saying .saying-box .saying-box-item p {
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.saying .saying-box .saying-box-item .saying-box-item-name {
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 18px;
}
.hot-tips {
    padding-bottom: 40px;
}
.hot-tips > div {
    margin: 0 auto;
    width: 100%;
    max-width: 1784px;
    justify-content: center;
    min-height: 933px;
    padding: 60px 167px 50px 168px;
    box-sizing: border-box;
    border-radius: 48px;
    background: url(/static/webp/home-hot-tips-bg.webp) no-repeat center center;
    background-size: cover;
}
.hot-tips h2 {
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 44px;
    color: #111532;
}
.tips-container {
    margin-top: 50px;
}
.tips-container ul {
    row-gap: 50px;
    column-gap: 42px;
    justify-content: center;
}
.tips-container ul li {
    width: 455px;
    height: 296px;
    border-radius: 20px;
    padding: 24px;
    background-color: #fff;
    box-sizing: border-box;
}
.tips-container ul li a .item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tips-container ul li a p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hot-tips .more-tips {
    margin-top: 40px;
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #3b3f61;
}
/* 手机 */
@media (max-width: 767.98px) {
    h2 {
        font-size: 24px !important;
        text-align: center;
    }
    .home .top-bg {
        padding-top: 40px;
        height: fit-content;
    }
    .home .top-bg .banner {
        flex-direction: column;
        padding-top: 76px;
    }
    .home .top-bg .banner .banner-left {
        align-items: center;
    }
    .home .top-bg .banner .banner-left h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .home .top-bg .banner .banner-left .banner-desc {
        font-size: 20px;
    }
    .home .top-bg .banner .banner-left .banner-btns {
        flex-direction: column;
        row-gap: 20px;
    }
    main > .feature:nth-child(2n) {
        padding: 32px 0 !important;
    }
    main > .feature:nth-child(2n-1) .introduce {
        flex-direction: column-reverse;
    }

    .feature .introduce .introduce-content div:first-of-type {
        font-size: 28px;
        line-height: 40px;
    }
    .two-row-box .function-list .function-list-item {
        height: fit-content;
    }
    .feature:nth-of-type(2) .introduce {
        /* flex-direction: column-reverse; */
    }
    .tab-box {
        padding: 20px 12px 0 12px;
    }
    .tab-box-container {
        width: 100%;
        height: fit-content;
    }
    .tab-box-container .tab-nav {
        column-gap: 20px;
    }
    .tab-box-container .tab-content .tab-content-item ul {
        padding: 20px 12px;
        /* display: flex; */
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
    }

    .two-row-box {
        padding-top: calc(187px + 60px + 16px + 30px);
        padding-bottom: 40px;
    }
    .section6-table {
        width: 100%;
    }
    .section6-table table thead tr {
        height: 68px;
    }
    .section6-table .main-table thead tr th:first-of-type,
    .section6-table .main-table tbody tr td:first-of-type,
    .section6-table .main-table .tfoot div span:first-of-type {
        font-size: 14px;
    }
    .section6-table table thead tr th:nth-of-type(2),
    .section6-table table tbody tr td:nth-of-type(2),
    .section6-table .tfoot div span:nth-of-type(2),
    .section6-table .vip-table {
        width: 110px;
        font-size: 12px;
    }
    .section6-table .main-table .table-download-btn,
    .section6-table .buy-now-btn {
        display: none;
        font-size: 12px;
        width: 100px;
        margin: 4px auto 0 auto;
        height: 30px;
        line-height: 30px;
    }

    .table-phone-btns {
        display: flex;
        flex-direction: column;
    }

    .table-phone-btns a {
        width: 265px;
        height: 65px;
        line-height: 65px;
        text-align: center;
        font-family: Segoe UI;
        font-weight: 700;
        font-size: 20px;
        border-radius: 14px;
    }
    .table-phone-btns a.table-phone-download-btn {
        color: #0663ff;
        border: 1px solid #0663ff;
        background-color: #fff;
    }
    .table-phone-btns a.table-phone-buy-btn {
        color: #ffffff;
        background-color: #ff6a00;
    }

    .download-nums-box {
        padding: 20px 12px;
    }
    .download-nums-box .download-nums-bg {
        display: none;
    }
    .download-nums-box .download-nums {
        flex-direction: column;
    }
    .download-nums-box .download-nums .download-nums-info .btns {
        flex-direction: column;
        row-gap: 20px;
    }
    .download-nums-subtitle {
        text-align: center;
    }
    .trust {
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .trust .trust-title {
        margin-bottom: 0px;
    }
    .trust .company {
        column-gap: 10px;
    }
    .trust .company #scroll-content a img,
    .trust .company .website-logo {
        transform: scale(0.7);
    }
    .saying {
        padding: 0 0 60px 0;
    }
    .saying .saying-box {
        flex-direction: column;
        row-gap: 40px;
    }
    .hot-tips {
        padding: 0 12px 40px 12px;
    }
    .hot-tips > div {
        padding: 12px;
    }
}
