.header-section {
    width: 100%;
}
.header-section > img.bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.header-left {
    display: flex;
    align-items: center;
}
.header-left h1 {
    color: #1c1c1e;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 12px;
}

.hidden-header-section {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2023;
    display: none;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
.header-right {
    display: flex;
    align-items: center;
}
.header-right p {
    color: #53545b;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 31px;
}

.hidden-header-section .download-section a .download-btn {
    width: 125px;
    height: 32px;
    border-radius: 30px;
}
.hidden-header-section .download-section a:nth-child(1) .download-btn img {
    width: 15px;
}
.hidden-header-section .download-section a:nth-child(2) .download-btn img {
    width: 18px;
}
.hidden-header-section .download-section a .download-btn img {
    margin-right: 8px;
}
.hidden-header-section .download-section a .download-btn span {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
}
.hidden-header-section .os-show-tag {
    right: -8px;
    top: -13px;
}
.hidden-header-section .os-show-tag img {
    width: 45px;
}
.hidden-header-section .os-show-tag span {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hidden-header-section .download-section a:nth-child(2) {
    margin-left: 19px;
}

.logo {
    width: 38px;
    height: 38px;
    box-shadow: 0px 2px 12px -3px rgb(87 84 124 / 19%);
    border-radius: 8px;
}

/* banner */
.banner-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}
.banner-title {
    position: relative;
    display: flex;
    align-items: center;
}
.banner-title h1 {
    position: relative;
    color: #1c1c1e;
    font-family: Microsoft YaHei;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner-title h1.color {
    color: #0277ff;
    font-family: Microsoft YaHei;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.44px;
    margin-left: 20px;
    margin-right: 20px;
}
.banner-title h1 img {
    position: absolute;
    left: -16px;
    top: 4px;
}
.banner_icon_section img {
    width: 48px;
    height: 48px;
}

.label-section {
    position: absolute;
    right: -80px;
    top: -22px;
    padding: 9px 8px;
    border-radius: 30px 30px 30px 0;
    box-sizing: border-box;
    background: linear-gradient(228deg, #f5222d 14.18%, #ff7875 90%);
}
.label-section span {
    color: #fff;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.fullyear {
    font-style: normal;
}
.banner-p1 {
    color: #57585c;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 42px;
    margin-bottom: 49px;
}
.download-section {
    display: flex;
    align-items: center;
}
.download-section a {
    position: relative;
}
.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 78px;
    border-radius: 12px;
}
.download-btn img {
    margin-right: 21px;
}
.download-btn span {
    color: #fff;
    font-family: Source Han Sans SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.download-section a:nth-child(1) .download-btn {
    background: linear-gradient(278deg, #0277ff 18.05%, #54afff 142.28%);
}
.download-section a:nth-child(1) .download-btn:hover {
    background: linear-gradient(278deg, #54afff 18.05%, #0277ff 142.28%);
}
.download-section a:nth-child(2) .download-btn {
    background: #1c1c1e;
}
.download-section a:nth-child(2) .download-btn:hover {
    background: #292828;
}
.download-section a:nth-child(2) {
    margin-left: 29px;
}
.os-show-tag {
    position: absolute;
    right: 0px;
    top: -25px;
    display: none;
}
.os-show-tag.show {
    display: block;
}
.os-show-tag span {
    position: absolute;
    left: 54%;
    top: 3px;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #fff;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.92px;
}
.banner-info {
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 23px;
}
.banner-info p {
    width: 330px;
    color: #434343;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.banner-info p:nth-child(2) {
    margin-left: 29px;
}
.banner-num-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 37px;
}
.banner-num-section p:nth-child(1) {
    color: #505050;
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner-num-section p:nth-child(1) span {
    color: #0d7dec;
    font-family: Microsoft YaHei;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 5px;
}
.banner-num-section p:nth-child(2) {
    color: #434343;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}
.banner-section ul {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.banner-section ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 87px;
}
.banner-section ul li:last-child {
    margin-right: 0;
}
.banner-section ul li h2 {
    color: #434343;
    font-family: Microsoft YaHei;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

/* 浠嬬粛 */
.cmm-section {
    padding-top: 44px;
}
.arrow {
    display: block;
    margin: 0 auto;
    margin-bottom: 91px;
}
.cmm-bg:nth-child(1) .cmm-item {
    padding-top: 0;
    padding-bottom: 50px;
}
.cmm-item {
    position: relative;
    display: flex;
    align-items: center;

    padding: 140px 0;
}
.cmm-bg:nth-child(2n + 1) .cmm-item {
    justify-content: flex-start;
}
.cmm-bg:nth-child(2n) .cmm-item {
    justify-content: flex-end;
}
.cmm-bg .cmm-img img {
    width: 640px;
}
.cmm-bg:nth-child(2n + 1) .cmm-img img {
    position: absolute;
    right: 0;
}
.cmm-bg:nth-child(2n) .cmm-img img {
    position: absolute;
    left: 0;
}
.cmm-bg:nth-child(1) .cmm-img img {
    top: 28px;
}
.cmm-bg:nth-child(2) .cmm-img img {
    top: 128px;
}
.cmm-bg:nth-child(3) .cmm-img img {
    top: 161px;
}
.cmm-bg:nth-child(4) .cmm-img img {
    top: 126px;
}
.cmm-bg:nth-child(2n + 1) {
    background: linear-gradient(338deg, #eff3ff 0.12%, #fff 97.21%);
}
.cmm-bg:nth-child(2n) .cmm-text {
    margin-left: 49px;
}
.cmm-bg:nth-child(2n + 1) .cmm-text {
    margin-left: 89px;
}
.cmm-title {
    position: relative;
    margin-bottom: 43px;
}
.cmm-title > img {
    position: absolute;
    left: -4px;
    top: -29px;
    z-index: 1;
}
.cmm-h1 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: fit-content;
}
.cmm-h1 img:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.cmm-h1 img:nth-child(2) {
    width: 180px;
    position: absolute;
    /* right: 2px; */
    left: 80px;
    bottom: -8px;
    z-index: 1;
}
.cmm-h1 h1 {
    position: relative;
    z-index: 2;
    color: #1c1c1e;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cmm-h1 h1.color {
    color: #2b95ff;
    font-family: Microsoft YaHei;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cmm-img img {
    display: none;
}
.cmm-img img.active {
    display: block;
}
.cmm-text {
    width: 461px;
}
.cmm-text ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 70px;
}
.cmm-text ul li {
    display: flex;
    align-items: center;
    width: 168px;
    white-space: nowrap;
    margin-right: 38px;
    margin-bottom: 20px;
}
.cmm-text ul li:nth-child(2n) {
    margin-right: 0;
}
.cmm-text ul li img {
    margin-right: 9px;
    width: 36px;
    height: 36px;
}
.cmm-text ul li img:nth-child(1) {
    display: block;
}
.cmm-text ul li img:nth-child(2) {
    display: none;
}
.cmm-text ul li.active img:nth-child(1) {
    display: none;
}
.cmm-text ul li.active img:nth-child(2) {
    display: block;
}

.cmm-section .download-btn {
    width: 195px;
    height: 60px;
    border-radius: 8px;
}
.cmm-section a .download-btn img {
    margin-right: 14px;
}
/* .cmm-section a:nth-child(1) .download-btn img {
	width: 24px;
} */
/* .cmm-section a:nth-child(2) .download-btn img {
	width: 33px;
} */
.cmm-section .download-btn span {
    color: #fff;
    font-family: Source Han Sans SC;
    font-size: 18.468px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cmm-img-line {
    position: absolute;
    background: linear-gradient(90deg, rgba(2, 119, 255, 0.55), rgba(71, 112, 245, 0));
    height: 12px;
    width: 120px;
    min-height: 10px;
    border-radius: 5px;
    top: 52px;
}

/* 瑙嗛 */
.video-section {
    padding-top: 120px;
    padding-bottom: 150px;
    background: linear-gradient(338deg, #eff3ff 0.12%, #fff 97.21%);
}
.common-title {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}
.common-title img:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.common-title img:nth-child(2) {
	width: 120px;
    position: absolute;
    right: 0px;
    bottom: -6px;
    z-index: 1;
}
.common-title h1 {
    position: relative;
    z-index: 2;
    color: #1c1c1e;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.common-title h1.color {
    color: #2b95ff;
    font-family: Microsoft YaHei;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.common-title h1.star {
    color: #faad14;
}
.video-content {
    display: flex;
    justify-content: space-between;
    margin-top: 82px;
}
.video-text {
    position: relative;
}
.video-text > img {
    position: absolute;
    left: 18px;
    top: 36px;
    z-index: 1;
}
.video-title {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.video-title h1 {
    color: #1c1c1e;
    font-family: Microsoft YaHei;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 20px;
}
.video-item {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
.video-item:last-child {
    margin-bottom: 0;
}
.video-item.active .video-title h1 {
    color: #2b95ff;
    font-family: Microsoft YaHei;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.video-item .video-title img {
    transform: rotate(0deg);
    transition: all 0.3s;
    width: 34px;
    height: 34px;
}
.video-item.active .video-title img {
    transform: rotate(90deg);
    transition: all 0.3s;
}
.video-item p {
    width: 410px;
    height: 34px;
    transition: all 0.3s;
    color: rgb(104 106 110 / 80%);
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
    padding-right: 10px;
    border-top: 1px solid #d9d9d9;
    box-sizing: border-box;
    margin-left: 57px;
    margin-top: 8px;
    display: inline-block;
    -webkit-section-orient: vertical;
    -ms-section-orient: vertical;
    -moz-section-orient: vertical;
    -o-section-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-line-clamp: 1;
    -moz-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.video-item.active p {
    height: 100px;
    transition: all 0.3s;
    white-space: unset;
}
.video-detail-section {
    position: relative;
    width: fit-content;
    margin-top: -16px;
}

.video-detail-section img {
    position: relative;
    margin-top: -40px;
    z-index: 1000;
}
.video-detail-section .swiper-container {
    position: absolute;
    left: 48px;
    top: 38px;
    width: 640px;
}
.video-detail-section video {
    width: 640px;
}
.video-detail-section .swiper-pagination {
    display: none;
}
/* 鍔熻兘 */
.func-section {
    padding-top: 100px;
    padding-bottom: 96px;
}
.func-section ul {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}
.func-section ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.func-section ul li h2 {
    color: #1c1c1e;
    font-family: Microsoft YaHei;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 26px;
    margin-bottom: 14px;
}
.func-section ul li p {
    width: 179px;
    color: rgb(104 106 110 / 80%);
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.func-section ul li img {
    width: 102px;
    height: 102px;
    border-radius: 20px;
}

.evaluate-section {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 60px;
    background: url(../imgs/bottom_bg0.png) no-repeat center center;
    background-size: cover;
}
.outer-container {
    position: relative;
    margin-top: 60px;
}
.evaluate-section .banner-num-section {
    margin-top: 30px;
    margin-bottom: 20px;
}
.evaluate-section .swiper-container {
    width: 900px;
    padding: 50px 0;
    box-sizing: border-box;
}
.evaluate-section .swiper-slide {
    position: relative;
    height: 327.913px !important;
    border-radius: 7.826px;
    background: #fff;
    box-sizing: border-box;
	box-shadow: 0px 2px 12px -3px rgb(87 84 124 / 19%);
}
.evaluate-section .swiper-button-prev {
    width: 64px !important;
    height: 64px !important;
    background: url(../imgs/arrow-left.png) no-repeat center center;
    background-size: cover;
}
.evaluate-section .swiper-button-prev::after {
    content: "" !important;
}
.evaluate-section .swiper-button-next {
    width: 64px !important;
    height: 64px !important;
    background: url(../imgs/arrow-right.png) no-repeat center center;
    background-size: cover;
}
.evaluate-section .swiper-button-next::after {
    content: "" !important;
}
.evaluate-top {
    margin-top: -50px;
    text-align: center;
    align-items: center;
}

.evaluate-top img:nth-child(1) {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    padding: 7px;
    border: 1px solid #0d7dec;
}

.evaluate-top img:nth-child(3) {
    margin-bottom: 20px;
}

.evaluate-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.evaluate-info p {
    width: 176px;
    color: rgb(104 106 110 / 80%);
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.evaluate-info img:nth-child(2) {
    display: block;
    height: 21px;
    margin-top: 30px;
    margin-bottom: 13px;
}
.evaluate-info img:nth-child(4) {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 7px;
    border: 1px solid #6d86ff;
}
.evaluate-info h2 {
    color: #1c1c1e;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
}
.evaluate-section .swiper-slide > img:nth-child(2) {
    position: absolute;
    left: 18px;
    top: 18px;
}
.evaluate-section .swiper-slide > img:nth-child(3) {
    position: absolute;
    right: 18px;
    bottom: 18px;
}

/* 搴曢儴涓嬭浇 */
.bottom-download-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 466px;
    background: url(../imgs/bottom_bg.png) no-repeat center center;
    background-size: cover;
}
.bottom-download-title {
    display: flex;
    align-items: center;
}
.bottom-download-title h1 {
    color: #fff;
    font-family: Microsoft YaHei;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.bottom-download-title h1.color {
    color: #54afff;
    font-family: Microsoft YaHei;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
}
.bottom-download-section p {
    color: #fff;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 27px;
    margin-bottom: 77px;
}
.bottom-download-section .download-section a:nth-child(2) .download-btn {
    background: #fff;
}
.bottom-download-section .download-section a:nth-child(2) .download-btn span {
    color: #1c1c1e;
}
.top-dl-logo {
    width: 35px;
    height: 35px;
}
.mid-dl-logo {
    width: 30px;
    height: 30px;
}
.bottom-dl-logo {
    width: 35px;
    height: 35px;
}

/* footer */
.footer-section {
    width: 100%;
    background: #000;
    padding: 30px 0;
}

.footer-section .footer-info {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-section .footer-info:not(:last-child) {
    margin-bottom: 10px;
}

.footer-section .footer-info span {
    font-size: 14px;
    color: #888;
    margin-right: 20px;
}
.footer-section .footer-info span a {
    font-size: 14px;
    color: #888;
}
.footer-section .footer-info i {
    width: 1px;
    height: 12px;
    background-color: #888;
    margin: 0 30px;
}
.loading{
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(240, 246, 255, 0.42);
    backdrop-filter: blur(4rem);
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1999;
}