body {
    padding-bottom: 80px;
    background-color: #f8f8f8;
    color: #333;
}
header {
    position: fixed !important;
    width: 100%;
    /* height: 80px;
    line-height: 80px; */
    top: 0;
    z-index: 99;
    color: #333;
    border-bottom: 1px solid #cdcdcd;
    background: #ffffff38;
    backdrop-filter: blur(16.5px);
}
header .logo .software-info {
}
header .logo .software-info-des {
    height: auto;
    line-height: 100%;
    font-size: 14px;
    margin-top: 2px;
}
header.fixed-header .header-container {
    background: #232634;
}
header .header-container {
    width: 77%;
    min-width: 1212px;
}
.header-body {
    min-width: 100%;
    padding: 0 64px;
    box-sizing: border-box;
    height: 78px;
    line-height: 78px;
    /* background-color: #393844; */
    border-radius: 16px;
}

header nav ul li .more-box-menu-title.download-btn {
    position: relative;
    width: 114px;
    overflow: hidden;
    justify-content: center;
    height: 39px;
    line-height: 39px;
    gap: 4px;
    border-radius: 8px;
    background-color: #006eff;
}
header nav ul li .more-box-menu-title.download-btn::after {
    position: absolute;
    top: calc((39px - 114px) / 2);
    left: 0px;
    content: '';
    width: 114px;
    height: 114px;
    background-color: hsla(0, 0%, 88%, 0.2);
    animation: animation_circle 1s linear infinite;
    border-radius: 50%;
}
header nav ul li {
    color: #333;
}

.container {
    max-width: 1480px;
    margin: 0 auto;
}
.container1 {
    max-width: 1392px;
    margin: 0 auto;
}
nav ul li {
    font-size: 18px;
    position: relative;
}

.section1 {
    width: 100%;
    background-image: url('../imgs/webp/home-top-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 81px;
    min-height: 710px;
}

.section1 .section1-base {
    margin-top: 80px;
    /* padding-left: 70px; */
    /* padding-right: 70px; */
    column-gap: 100px;
}
.section1 .section1-base .section1-base-left {
    flex: 1;
    padding-left: 70px;
    font-size: 16px;
    margin-top: 12px;
}
.section1 .section1-base .section1-base-left h2 {
    font-family: Microsoft YaHei UI;
    font-size: 64px;
    font-weight: 700;
    line-height: 81.28px;
}
.section1 .section1-base .section1-base-left p {
    font-family: Microsoft YaHei UI;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    margin-top: 24px;
    color: #717171;
}
.section1 .section1-base .section1-base-left ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.section1 .section1-base .section1-base-left ul li {
    font-family: Microsoft YaHei UI;
    font-weight: 700;
    font-size: 18px;
    gap: 8px;
}
.section1 .section1-base .section1-base-left .download {
    position: relative;
    font-family: Open Sans;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    border-radius: 14px;
    margin-top: 57px;
    width: 312px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    background-color: #006fff;
    overflow: hidden;
    box-shadow: 0px 8px 20px 0px #007bd766, 0px 3px 10px 0px #007bd766, 0px 2px 5px 0px #007bd74d;
    /* box-shadow: 0px 8px 20px 0px #007bd766, 0px 3px 10px 0px #007bd766,
        0px 2px 5px 0px #007bd74d;
    background: linear-gradient(
        180deg,
        rgba(0, 123, 215, 0.06) 0%,
        rgba(0, 123, 215, 0.37) 100%
    ); */
}
/* .section1 .section1-base .section1-base-left .download:hover {
    background: linear-gradient(90deg, #0ae5e5 0%, #2533ca 100%);
    box-shadow: 0px 8px 20px 0px #007bd766, 0px 3px 10px 0px #007bd766,
        0px 2px 5px 0px #007bd74d;
} */

.section1 .section1-base .section1-base-left .download::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    z-index: 2;
    width: 83px;
    height: 71px;
    background-image: url('../imgs/png/home-top-download-btn-tag.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.section1 .section1-base .section1-base-left .download::after {
    position: absolute;
    top: calc((78px - 312px) / 2);
    left: 0px;
    content: '';
    z-index: 99;
    width: 312px;
    height: 312px;
    background-color: hsla(0, 0%, 88%, 0.2);
    animation: animation_circle 1.3s linear infinite;
    border-radius: 50%;
}

@keyframes animation_circle {
    0% {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.section3 {
    width: 100%;
    background-size: cover;
    background-position: center;
    color: #333;
    padding-top: 40px;
}
.section3 h2 {
    font-family: Microsoft YaHei UI;
    font-size: 32px;
    font-weight: 700;
    line-height: 40.64px;
    color: #000;
    /* background: linear-gradient(129.97deg, #ffffff 17.8%, #89c6ff 105.9%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; */
}
.intro {
    justify-content: center;
    column-gap: 100px;
}
.section3 .intro {
    margin-top: 32px;
}
.intro .banner {
    width: 696px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro img {
    width: 100%;
    height: auto;
}
.intro .intro-info {
    column-gap: 100px;
}
.intro .intro-info h3 {
    /* text-align: center; */
    font-family: Microsoft YaHei UI;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.48px;
    margin-bottom: 28px;
}
.intro .intro-info p {
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: 400;
    margin-top: 17.78px;
}
.intro .intro-info a {
    margin-top: 46px;
}

.scroll-box {
    position: relative;
    /* justify-content: flex-end; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    /* width: 100%; */
    height: 154px;
    overflow: hidden;
    white-space: nowrap;
}
.scroll-box#scrollContainer1 #scroll-content {
    animation: scroll-left 21s linear infinite;
}
.scroll-box#scrollContainer2 {
    margin-top: 90px;
    justify-content: flex-end;
}
.scroll-box#scrollContainer2 #scroll-content {
    animation: scroll-right 21s linear infinite;
}
.scroll-box #scroll-content {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    flex-shrink: 0;
    /* overflow-x: auto; */
    height: 100%;
    justify-content: space-evenly;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes scroll-right {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}
.scroll-box #scroll-content::-webkit-scrollbar {
    display: none;
}

.scroll-box #scroll-content .scroll-item {
    display: flex;
    flex-direction: column;
    /* width: 149px; */
    flex: 1;
    height: 154px;
    justify-content: center;
    align-items: center;
    /* cursor: pointer; */
    outline: none;
    flex-shrink: 0;
    row-gap: 6px;
    /* margin-right: 93px; */
}

.scroll-box #scroll-content .scroll-item img {
    width: 128px;
    height: auto;
}

.section7 .section7-download-box {
    margin-top: 70px;
}
.section8 {
    padding-top: 60px;
    padding-bottom: 70px;
}
.section8 > div {
    padding: 0 240px;
    box-sizing: border-box;
}
.section8 .section8-download-box .section-download {
    display: inline-flex !important;
    width: 398px;
    height: 95px;
    line-height: 95px;
    font-size: 24px;
    border-radius: 55px;
}
.section8 .section8-download-box .section-download::after {
    top: calc((95px - 398px) / 2);
    width: 398px;
    height: 398px;
}
.section8 h2 {
    font-size: 48px;
    color: #3e4573;
    font-family: Microsoft YaHei UI;
    font-size: 48px;
    font-weight: 700;
    line-height: 40.64px;
    margin-bottom: 34px;
}
.section9 {
    padding: 84px 0 43px 0;
    background-image: url('../imgs/webp/section9-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section9 h2 span {
    position: relative;
    background: linear-gradient(104.66deg, #00d9d0 -12.08%, #1500b8 79.52%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.section9 h2 span::after {
    content: '全新升级';
    position: absolute;
    padding: 0px 8px;
    background-color: #ffdbd0;
    color: #f10000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 14px 14px 14px 0;
    border: 1px solid #ff3d00;
    top: -20px;
    right: -85px;
    height: 27px;
    line-height: 27px;
}
.section9 .section8-tag {
    column-gap: 82px;
}
.section9 .section8-tag li {
    font-size: 24px;
    color: #666666;
}

footer {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: Microsoft YaHei UI;
    background-color: #000;
    color: #ccc;
}

.footer-banner {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
}
.footer-banner img {
    margin: auto;
    box-shadow: 0 -7px 13px #2576da33;
}

@media (max-width: 767.98px) {
    header .logo .software-info {
        color: #000;
    }
    header nav ul li .more-box-menu-title,
    .software-item-info-name {
        color: #333;
    }
    .section1 {
        padding-top: 78px;
    }
    .section1 .section1-base .section1-base-left {
        padding-left: 0;
        padding-top: 32px;
        align-items: center;
    }
    .section1-base-right {
        display: none;
    }
    .section1-feature {
        margin-top: 20px;
    }
    .section1-feature ul {
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 20px;
    }
    .section1-feature ul li {
        width: 45%;
    }
    .section2 ul {
        overflow: hidden;
        margin-top: 115px;
    }
    .section3 {
        height: auto;
        margin-bottom: 20px;
    }
    .intro .banner {
        width: 100%;
    }
    .intro .intro-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section5 {
        margin-bottom: 20px;
    }
    .section7 {
        height: auto;
        padding-bottom: 40px;
    }
    .section8 {
        display: none;
    }
    .scroll-box #scroll-content .scroll-item {
        font-size: 8px;
        height: auto;
    }

    .scroll-box #scroll-content .scroll-item img {
        width: calc(100vw / 7);
    }

    .scroll-box #scroll-content .scroll-item span {
        display: none;
    }
    .scroll-box {
        height: 80px;
    }
    .scroll-box#scrollContainer2 {
        margin-top: 20px;
    }
}
