#sp-header:not(.header-sticky) {
  padding-top: 0;
}
body.home.com-content.view-article #sp-main-body {
    padding: 64px 0;
}
body.home #sp-main-body .container {
  max-width: none;
  padding: 0;
}
body.home.com-content.view-article .article-details {
  padding: 0;
}
body.home.com-content.view-article .article-details .article-can-edit {
  margin-bottom: 0;
}

       * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            overflow-x: hidden;
        }

        html {
            font-size: 100px;
            /* 1rem = 100px */
        }

        .hskjIndex .h1,
        .hskjIndex .h2,
        .hskjIndex .h3,
        .hskjIndex .h4,
        .hskjIndex .h5,
        .hskjIndex .h6,
        .hskjIndex h1,
        .hskjIndex h2,
        .hskjIndex h3,
        .hskjIndex h4,
        .hskjIndex h5,
        .hskjIndex h6 {
            margin: 0;
        }

        .btn-reset {
            /* 基础重置 */
            border: none;
            background: none;
            padding: 0;
            margin: 0;
            font: inherit;
            cursor: pointer;
            outline: none;

            /* 移除浏览器特定样式 */
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;

            /* 移动端优化 */
            -webkit-tap-highlight-color: transparent;

            /* 防止文本选择 */
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

        .hskjIndex {
            width: 100%;
        }

        .hskjIndex .commonBtn1 {
            width: 1.9rem;
            height: 0.54rem;
            border-radius: 0.54rem;
            background-color: #02C0D0;
            font-size: 0.18rem;
            color: #fff;
        }

        .hskjIndex .commonBtn2 {
            width: 1.9rem;
            height: 0.54rem;
            border-radius: 0.54rem;
            background-color: #fff;
            font-size: 0.18rem;
            color: #000;
            border: 1px solid #00C1CA;
        }

        .hskjIndex .comTitle1 {
            width: 100%;
            display: block;
            padding-top: 0.76rem;
            font-size: 0.38rem;
            padding-bottom: 0.5rem;
            text-align: center;
        }

        .hskjIndex .mainView {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 6.08rem;
            background: url('/files/1-.png') no-repeat center center;
            background-size: 19.2rem;
        }

        .mainView .textBox {
            position: absolute;
            left: 50%;
            top: 1.3rem;
            transform: translateX(-50%);
            width: 100%;
            max-width: 11.26rem;
        }

        .mainView .textBox .title {
            font-size: 0.54rem;
            line-height: 0.54rem;
            color: #02C0D0;
        }

        .mainView .textBox .labelBox {
            margin-top: 0.5rem;
        }

        .mainView .textBox .labelBox h3 {
            margin: 0;
            font-size: 0.16rem;
            line-height: 0.24rem;
            font-weight: 400;
            color: #858585;
        }

        .mainView .textBox button {
            margin-top: 0.5rem;
        }

        .hskjIndex .coreBox {
            width: 100%;
            max-width: 14rem;
            margin: 0 auto;
        }

        .hskjIndex .mainFunBox,
        .hskjIndex .otherFunBox {
            padding-bottom: 0.6rem;
            width: 100%;
            background-color: #fff;
        }

        .hskjIndex .otherFunBox {
            overflow: hidden;
            padding-bottom: 0.6rem;
            background-color: rgba(136, 136, 136, 0.05);
        }

        .mainFunBox .funList,
        .otherFunBox .funList {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .mainFunBox .funList .one,
        .otherFunBox .funList .one {
            position: relative;
            background-color: #fff;
            width: 4.2rem;
            height: 4.8rem;
            border: 1px solid transparent;
            border-radius: 12px;
            box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
        }

        .funList .one .imgBox {
            margin: 0.3rem auto;
            margin-bottom: 0px;
            overflow: hidden;
            width: 3.6rem;
            height: 2.4rem;
            border: 1px solid #E5E5E5;
            border-radius: 0.24rem;
        }

        .funList .one .imgBox img {
            width: 100%;
        }

        .funList .one .title {
            margin-top: 0.44rem;
            font-size: 0.2rem;
            line-height: 0.2rem;
            color: #000;
            text-align: center;
        }

        .funList .one .label {
            margin-top: 0.14rem;
            text-align: center;
            font-size: 0.14rem;
            font-weight: 400;
            line-height: 0.22rem;
            color: #7C7C7C;
        }

        .funList .one .btnBox {
            transition: all 0.3s;
            opacity: 0;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1.28rem;
            background-color: #fff;
            border-radius: 0.24rem;
            display: flex;
            justify-content: center;
        }

        .funList .one:hover {
            border: 1px solid #7C7C7C;
        }

        .funList .one:hover .btnBox {
            opacity: 1;
        }

        .hskjIndex .fineRevision,
        .hskjIndex .aiModel {
            padding: 0.8rem 0;
            width: 100%;
            background-color: rgba(136, 136, 136, 0.05);
        }

        .fineRevision .left .videoBox,
        .aiModel .left .videoBox {
            position: relative;
            overflow: hidden;
            width: 8.4rem;
            height: 5.6rem;
        }

        .fineRevision .videoBox video,
        .aiModel .videoBox video {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 102%;
        }

        .flexBox {
            display: flex;
        }

        .fineRevision .right,
        .aiModel .right {
            margin-left: 0.6rem;
            display: flex;
            flex-direction: column;
        }

        .fineRevision .right .title,
        .aiModel .right .title {
            margin-top: 0.6rem;
            font-size: 0.54rem;
            line-height: 0.54rem;
            color: #02C0D0;
        }

        .fineRevision .right .subTitle,
        .aiModel .right .subTitle {
            margin-top: 0.2rem;
            font-size: 0.38rem;
            line-height: 0.38rem;
            color: #000;
        }

        .fineRevision .right .label,
        .aiModel .right .label {
            margin-top: 0.3rem;
            font-size: 0.16rem;
            font-weight: 400;
            line-height: 0.28rem;
            color: #858585;
        }


        .hskjIndex .fineRevisionPreview {
            width: 100%;
            background-color: #fff;
            padding-bottom: 1.35rem;
        }

        .fineRevisionPreview .fineRevisionFlex {
            display: flex;
            column-gap: 1.02rem;
            row-gap: 0.9rem;
            flex-wrap: wrap;
        }

        .fineRevisionPreview .previewContainer {
            overflow: hidden;
            position: relative;
            width: 6.48rem;
            height: 3.36rem;
            border-radius: 0.16rem;
            background-color: red;
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
        }

        .previewContainer .afterImgBox,
        .previewContainer .beforeImgBox {
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
        }

        .previewContainer .afterImgBox {
            z-index: 10;
            width: 100%;
        }

        .afterImgBox img {
            width: 100%;
            height: 100%;
        }

        .afterImgBox .label {
            position: absolute;
            bottom: 0.2rem;
            right: 0.2rem;
            width: 0.8rem;
            height: 0.3rem;
            background-color: rgba(0, 0, 0, 0.4);
            border-radius: 0.3rem;
            text-align: center;
            line-height: 0.3rem;
            color: #fff;
            font-size: 0.14rem;
        }

        .previewContainer .beforeImgBox {
            z-index: 20;
            width: 4rem;
        }

        .beforeImgBox img {
            width: 6.48rem;
            height: 100%;
            max-width: none;
        }

        .beforeImgBox .label {
            position: absolute;
            bottom: 0.2rem;
            left: 0.2rem;
            width: 0.8rem;
            height: 0.3rem;
            background-color: rgba(0, 0, 0, 0.4);
            border-radius: 0.3rem;
            text-align: center;
            line-height: 0.3rem;
            color: #fff;
            font-size: 0.14rem;
        }

        .previewContainer .line {
            z-index: 30;
            position: absolute;
            top: 0;
            left: 0;
            /* 初始位置为0，然后使用transform移动 */
            transform: translateX(4rem);
            width: 3px;
            height: 100%;
            background-color: #fff;
        }

        .previewContainer .line .iconBox {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(-0.19rem, -50%);
            border-radius: 0.4rem;
            width: 0.4rem;
            height: 0.4rem;
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
        }

        .hskjIndex .aiScene {
            width: 100%;
            background-color: rgba(136, 136, 136, 0.05);
            padding: 0.8rem 0;
        }

        .phoneAiScene {
            display: none;
        }

        .aiScene .left {
            width: 5rem;
            display: flex;
            flex-direction: column;
        }

        .aiScene .left .title {
            text-align: right;
            margin-top: 0.6rem;
            font-size: 0.54rem;
            line-height: 0.54rem;
            color: #02C0D0;
        }

        .aiScene .left .subTitle {
            text-align: right;
            margin: 0;
            margin-top: 0.2rem;
            font-size: 0.38rem;
            line-height: 0.38rem;
            color: #000;
        }

        .aiScene .left .label {
            margin-top: 0.3rem;
            font-size: 0.16rem;
            font-weight: 400;
            line-height: 0.28rem;
            color: #858585;
        }

        .aiScene .right {
            margin-left: 0.6rem;
        }


        .aiScene .right .videoBox {
            position: relative;
            overflow: hidden;
            width: 8.4rem;
            height: 5.6rem;
        }

        .aiScene .videoBox video {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 102%;
        }

        .hskjIndex .aiScenePreview,
        .hskjIndex .aiModelPreview {
            width: 100%;
            background-color: #fff;
            padding-bottom: 1.4rem;
        }

        .aiScenePreview .aiSceneFlex,
        .aiModelPreview .aiSceneFlex {
            display: flex;
            column-gap: 1rem;
            row-gap: 0.95rem;
            flex-wrap: wrap;
        }

        .aiScenePreview .aiSceneImgBox,
        .aiModelPreview .aiSceneImgBox {
            overflow: hidden;
            width: 6.48rem;
            height: 4.8rem;
            border-radius: 0.16rem;
        }

        .aiScenePreview .aiSceneImgBox img,
        .aiModelPreview .aiSceneImgBox img {
            width: 100%;
        }

        @media (min-width: 1000px) and (max-width: 1440px) {
            html {
                font-size: 75px;
                /* 1rem = 75px */
            }

            .funList .one .label {
                margin-top: 0.14rem;
                text-align: center;
                font-size: 0.16rem;
                font-weight: 400;
                line-height: 0.22rem;
                color: #7C7C7C;
            }

            .beforeImgBox .label {
                position: absolute;
                bottom: 0.2rem;
                left: 0.2rem;
                width: 0.8rem;
                height: 0.3rem;
                background-color: rgba(0, 0, 0, 0.4);
                border-radius: 0.3rem;
                text-align: center;
                line-height: 0.3rem;
                color: #fff;
                font-size: 0.16rem;
            }

            .afterImgBox .label {
                position: absolute;
                bottom: 0.2rem;
                right: 0.2rem;
                width: 0.8rem;
                height: 0.3rem;
                background-color: rgba(0, 0, 0, 0.4);
                border-radius: 0.3rem;
                text-align: center;
                line-height: 0.3rem;
                color: #fff;
                font-size: 0.16rem;
            }

        }

        @media (max-width: 1000px) {

            html {
                font-size: 6vw;
            }

            .burger-icon {
                margin-top: 15px;
            }

            .hskjIndex {
                width: 100%;
                overflow-x: hidden;
            }

            .hskjIndex .mainView {
                position: relative;
                overflow: hidden;
                width: 100vw;
                height: 95vw;
                background: url('/files/1-.png') no-repeat center center;
                background-size: auto 95vw;
            }

            .hskjIndex .commonBtn1 {
                width: 30vw;
                height: 8.9vw;
                border-radius: 9vw;
                background-color: #02C0D0;
                font-size: 3vw;
                color: #fff;
            }

            .hskjIndex .commonBtn2 {
                width: 30vw;
                height: 8.9vw;
                border-radius: 9vw;
                background-color: #fff;
                font-size: 3vw;
                color: #000;
                border: 1px solid #00C1CA;
            }

            .hskjIndex .comTitle1 {
                width: 100%;
                display: block;
                padding-top: 10vw;
                font-size: 6vw;
                padding-bottom: 6vw;
                text-align: center;
            }

            .hskjIndex .coreBox {
                width: 100%;
                max-width: 999px;
                margin: 0 auto;
            }

            .mainView .textBox {
                position: absolute;
                left: 50%;
                top: 20.3vw;
                transform: translateX(-50%);
                width: 80%;
            }

            .mainView .textBox .title {
                font-size: 6vw;
                line-height: 6vw;
                color: #02C0D0;
            }

            .mainView .textBox .labelBox {
                margin-top: 7vw;

            }

            .mainView .textBox .labelBox h3 {
                margin: 0;
                font-size: 12px;
                font-weight: 400;
                line-height: 20px;
                color: #858585;

            }

            .mainView .textBox button {
                margin-top: 7vw;
            }

            .hskjIndex .coreBox {
                width: 100%;
                max-width: 999px;
                margin: 0 auto;
            }

            .hskjIndex .mainFunBox,
            .hskjIndex .otherFunBox {
                padding-bottom: 8vw;
                width: 100%;
                background-color: #fff;
            }

            .hskjIndex .otherFunBox {
                overflow: hidden;
                padding-bottom: 8vw;
                background-color: rgba(136, 136, 136, 0.05);
            }

            .mainFunBox .funList,
            .otherFunBox .funList {
                margin-top: 6px;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                row-gap: 20px;
            }

            .mainFunBox .funList .one,
            .otherFunBox .funList .one {
                position: relative;
                background-color: #fff;
                width: 70vw;
                height: 90vw;
                border: 1px solid transparent;
                border-radius: 12px;
                box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
            }

            .funList .one .imgBox {
                margin: 20px auto;
                margin-bottom: 0px;
                overflow: hidden;
                width: 90%;
                height: 41.6vw;
                border: 1px solid #E5E5E5;
                border-radius: 18px;
            }

            .funList .one .imgBox img {
                width: 100%;
            }

            .funList .one .title {
                margin-top: 6vw;
                font-size: 5vw;
                line-height: 5vw;
                color: #000;
                text-align: center;
            }

            .funList .one .label {
                margin-top: 3vw;
                text-align: center;
                font-size: 3vw;
                line-height: 5vw;
                font-weight: 400;
                color: #7C7C7C;
            }

            .funList .one .btnBox {
                transition: none;
                opacity: 0;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 30vw;
                background-color: #fff;
                text-align: center;
                border-radius: 20px;
            }

            .funList .one:hover {
                border: 1px solid #7C7C7C;
            }

            .funList .one:hover .btnBox {
                opacity: 0;
            }

            .hskjIndex .fineRevision,
            .hskjIndex .aiModel {
                padding: 10vw 0;
                width: 100%;
                background-color: rgba(136, 136, 136, 0.05);
            }

            .fineRevision .left .videoBox,
            .aiModel .left .videoBox {
                position: relative;
                overflow: hidden;
                width: 90vw;
                height: 60vw;
            }

            .fineRevision .videoBox video,
            .aiModel .videoBox video {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 102%;
            }

            .flexBox {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .fineRevision .right,
            .aiModel .right {
                width: 80vw;
                margin-left: 0px;
                display: flex;
                flex-direction: column;
            }

            .fineRevision .right .title,
            .aiModel .right .title {
                margin-top: 8vw;
                font-size: 7vw;
                line-height: 7vw;
                color: #02C0D0;
            }

            .fineRevision .right .subTitle,
            .aiModel .right .subTitle {
                margin-top: 20px;
                font-size: 6vw;
                line-height: 6vw;
                color: #000;
            }

            .fineRevision .right .label,
            .aiModel .right .label {
                margin-top: 15px;
                font-size: 3vw;
                font-weight: 400;
                line-height: 5vw;
                color: #858585;
            }


            .hskjIndex .fineRevisionPreview {
                width: 100%;
                background-color: #fff;
                padding-bottom: 20vw;
            }

            .fineRevisionPreview .fineRevisionFlex {
                display: flex;
                row-gap: 30px;
                flex-direction: column;
                align-items: center;
            }

            .fineRevisionPreview .previewContainer {
                overflow: hidden;
                position: relative;
                width: 80vw;
                height: 41.4vw;
                border-radius: 16px;
                background-color: red;
                box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
            }

            .previewContainer .afterImgBox,
            .previewContainer .beforeImgBox {
                overflow: hidden;
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
            }

            .previewContainer .afterImgBox {
                z-index: 10;
                width: 100%;
            }

            .afterImgBox img {
                width: 100%;
                height: 100%;
            }

            .afterImgBox .label {
                position: absolute;
                bottom: 3vw;
                right: 3vw;
                width: 14vw;
                height: 5vw;
                background-color: rgba(0, 0, 0, 0.4);
                border-radius: 30px;
                text-align: center;
                line-height: 5vw;
                color: #fff;
                font-size: 3vw;
            }

            .previewContainer .beforeImgBox {
                z-index: 20;
                width: 400px;
            }

            .beforeImgBox img {
                width: 80vw;
                height: 100%;
                max-width: none;
            }

            .beforeImgBox .label {
                position: absolute;
                bottom: 3vw;
                left: 3vw;
                width: 14vw;
                height: 5vw;
                background-color: rgba(0, 0, 0, 0.4);
                border-radius: 5vw;
                text-align: center;
                line-height: 5vw;
                color: #fff;
                font-size: 3vw;
            }

            .previewContainer .line {
                z-index: 30;
                position: absolute;
                top: 0;
                left: 0;
                /* 初始位置为0，然后使用transform移动 */
                transform: translateX(400px);
                width: 3px;
                height: 100%;
                background-color: #fff;
            }

            .previewContainer .line .iconBox {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translate(-19px, -50%);
                border-radius: 40px;
                width: 40px;
                height: 40px;
                background-color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
                box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
            }

            .hskjIndex .aiScene {
                display: none;
            }

            .phoneAiScene {
                display: block;
            }


            .hskjIndex .aiScenePreview,
            .hskjIndex .aiModelPreview {
                width: 100%;
                background-color: #fff;
                padding-bottom: 20vw;
            }

            .aiScenePreview .aiSceneFlex,
            .aiModelPreview .aiSceneFlex {
                display: flex;
                row-gap: 30px;
                flex-direction: column;
                align-items: center;
            }

            .aiScenePreview .aiSceneImgBox,
            .aiModelPreview .aiSceneImgBox {
                overflow: hidden;
                width: 80vw;
                height: 59.2vw;
                border-radius: 16px;
            }

            .aiScenePreview .aiSceneImgBox img,
            .aiModelPreview .aiSceneImgBox img {
                width: 100%;
            }
        }

        @media (min-width: 1921px) {
            html {
                font-size: 133.333px;
                /* 100px × (2560/1920) = 133.333px */
            }
        }


    //   子页css

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
html {
  font-size: 100px;
  /* 1rem = 100px */
}
.coreBox {
  width: 100%;
  max-width: 14.4rem;
  margin: 0 auto;
}
.btn-reset {
  /* 基础重置 */
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  outline: none;
  /* 移除浏览器特定样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 移动端优化 */
  -webkit-tap-highlight-color: transparent;
  /* 防止文本选择 */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.comHeadBox {
  width: 100%;
  padding: 0.9rem 0 0.7rem 0;
  background-color: rgba(136, 136, 136, 0.05);
}
.comHeadBox .flex {
  display: flex;
}
.comHeadBox .phoneModel {
  display: none;
}
.comHeadBox .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.comHeadBox .title {
  font-size: 0.54rem;
  line-height: 0.64rem;
  text-align: right;
  color: #02C0D0;
}
.comHeadBox .subTitle {
  font-size: 0.36rem;
  line-height: 0.64rem;
  color: #000000;
  text-align: right;
}
.comHeadBox .label {
  width: 5rem;
  margin-top: 0.25rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #858585;
}
.comHeadBox .commonBtn {
  margin-top: 0.45rem;
  width: 1.9rem;
  height: 0.54rem;
  border-radius: 0.54rem;
  background-color: #02C0D0;
  font-size: 0.18rem;
  color: #fff;
}
.comHeadBox .right {
  margin-left: 0.6rem;
}
.comHeadBox .right .comImgBox {
  overflow: hidden;
  width: 8.4rem;
  height: 5.6rem;
  border-radius: 0.24rem;
}
.comHeadBox img {
  width: 100%;
  height: 100%;
}
.zxTitleBox {
  width: 100%;
}
.zxTitleBox .zxTitle {
  font-size: 0.38rem;
  line-height: 0.64rem;
  text-align: center;
  color: #000000;
}
.zxTitleBox .zxLabel {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #858585;
  text-align: center;
}
.zxTabs {
  margin: 0 auto;
  width: 12.8rem;
  height: 0.64rem;
  display: flex;
  align-items: center;
  border: 1px solid #BBBBBB;
  border-radius: 0.12rem;
}
.zxTabs .oneTab {
  flex: 1;
  font-size: 0.28rem;
  line-height: 0.61rem;
  text-align: center;
  cursor: pointer;
}
.zxTabs .zxLine {
  width: 1px;
  height: 0.42rem;
  background-color: #101010;
}
@media (max-width: 1000px) {
  html {
    font-size: 6vw;
  }
  .comHeadBox .coreBox .flex {
    display: none;
  }
  .comHeadBox .phoneModel {
    display: block;
  }
  .comHeadBox .phoneModel .left {
    margin-left: 0;
  }
  .comHeadBox .phoneModel .right {
    margin-top: 1rem;
  }
  .comHeadBox .phoneModel .right .title {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #02C0D0;
    text-align: left;
  }
  .comHeadBox .phoneModel .right .subTitle {
    font-size: 0.7rem;
    line-height: 1.2rem;
    color: #000000;
    text-align: left;
  }
  .comHeadBox .phoneModel .right .subTitle {
    font-size: 0.7rem;
    line-height: 1.2rem;
    color: #000000;
    text-align: left;
  }
  .comHeadBox .phoneModel .right .label {
    width: auto;
    margin-top: 0.25rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #858585;
  }
  .comHeadBox .phoneModel .right .commonBtn {
    margin-top: 0.9rem;
    width: 5rem;
    height: 1.25rem;
    border-radius: 1.25rem;
    background-color: #02C0D0;
    font-size: 0.5rem;
    color: #fff;
  }
  .zxTitleBox .zxTitle {
    font-size: 0.6rem;
    line-height: 1.2rem;
    text-align: center;
    color: #000000;
  }
  .zxTitleBox .zxLabel {
    margin-top: 0.4rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #858585;
    text-align: center;
  }
  .zxTabs {
    margin: 0 auto;
    width: 12.8rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    border: 1px solid #BBBBBB;
    border-radius: 0.3rem;
  }
  .zxTabs .oneTab {
    flex: 1;
    font-size: 0.45rem;
    line-height: 1.1rem;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
  }
  .zxTabs .zxLine {
    width: 1px;
    height: 0.7rem;
    background-color: #101010;
  }
}
.aiJinxiu {
  width: 100%;
}
.aiJinxiu .jxBox {
  padding: 0.8rem 0 1.3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aiJinxiu .jxBox .flexBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aiJinxiu .jxBox .zxTabs {
  margin-top: 0.9rem;
}
.aiJinxiu .jxBox .zxTabs .active {
  color: #02C0D0;
}
.aiJinxiu .jxBox .jxBoxContent {
  margin-top: 0.9rem;
  overflow: hidden;
  width: 12.8rem;
  height: 6.6rem;
}
.aiJinxiu .jxBox .jxBoxContent .previewContainer2 {
  display: none;
  overflow: hidden;
  position: relative;
  width: 12.8rem;
  height: 6.6rem;
  border-radius: 0.24rem;
}
.aiJinxiu .jxBox .jxBoxContent .previewContainer2 .afterImgBox,
.aiJinxiu .jxBox .jxBoxContent .previewContainer2 .beforeImgBox {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.aiJinxiu .jxBox .jxBoxContent .previewContainer2 .afterImgBox {
  z-index: 10;
  width: 100%;
}
.aiJinxiu .jxBox .jxBoxContent .previewContainer2 .afterImgBox img {
  width: 100%;
  height: 100%;
}
.aiJinxiu .jxBox .jxBoxContent .previewContainer2 .afterImgBox .label {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  width: 0.8rem;
  height: 0.3rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  font-size: 0.14rem;
}
.aiJinxiu .jxBox .jxBoxContent .previewContainer2 .beforeImgBox {
  z-index: 20;
  width: 6.4rem;
}
.aiJinxiu .jxBox .jxBoxContent .previewContainer2 .beforeImgBox img {
  width: 12.8rem;
  height: 100%;
  max-width: none;
}
.aiJinxiu .jxBox .jxBoxContent .previewContainer2 .beforeImgBox .label {
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
  width: 0.8rem;
  height: 0.3rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  font-size: 0.14rem;
}
.aiJinxiu .jxBox .jxBoxContent .previewContainer2 .line {
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  /* 初始位置为0，然后使用transform移动 */
  transform: translateX(4rem);
  width: 3px;
  height: 100%;
  background-color: #fff;
}
.aiJinxiu .jxBox .jxBoxContent .previewContainer2 .line .iconBox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-0.19rem, -50%);
  border-radius: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.aiJinxiu .jxBox .jxBoxContent .active {
  display: block;
}
@media (min-width: 1000px) and (max-width: 1440px) {
  html {
    font-size: 75px;
    /* 1rem = 75px */
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 6vw;
  }
  .aiJinxiu {
    width: 100%;
  }
  .aiJinxiu .jxBox .jxBoxContent .previewContainer2 .afterImgBox {
    z-index: 10;
    width: 100%;
  }
  .aiJinxiu .jxBox .jxBoxContent .previewContainer2 .afterImgBox .label {
    position: absolute;
    bottom: 0.4rem;
    right: 0.4rem;
    width: 1.6rem;
    height: 0.6rem;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
    font-size: 0.3rem;
  }
  .aiJinxiu .jxBox .jxBoxContent .previewContainer2 .beforeImgBox .label {
    position: absolute;
    bottom: 0.4rem;
    left: 0.4rem;
    width: 1.6rem;
    height: 0.6rem;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
    font-size: 0.3rem;
  }
  .aiJinxiu .jxBox .jxBoxContent .previewContainer2 .line {
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    /* 初始位置为0，然后使用transform移动 */
    transform: translateX(4rem);
    width: 3px;
    height: 100%;
    background-color: #fff;
  }
  .aiJinxiu .jxBox .jxBoxContent .previewContainer2 .line .iconBox {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-0.39rem, -50%);
    border-radius: 1rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 133.333px;
    /* 100px × (2560/1920) = 133.333px */
  }
}
.zxAiModel .modelBox {
  padding: 0.8rem 0 1.3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zxAiModel .modelBox .flexBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zxAiModel .modelBox .zxTabs {
  margin-top: 0.9rem;
}
.zxAiModel .modelBox .zxTabs .active {
  color: #02C0D0;
}
.zxAiModel .modelBox .modelBoxContent {
  margin-top: 1rem;
  overflow: hidden;
  width: 10.2rem;
  height: 6.8rem;
}
.zxAiModel .modelBox .modelBoxContent .viewImgBox {
  width: 10.2rem;
  height: 6.8rem;
  display: none;
  overflow: hidden;
  border-radius: 0.16rem;
}
.zxAiModel .modelBox .modelBoxContent .viewImgBox img {
  width: 100%;
}
.zxAiModel .modelBox .modelBoxContent .active {
  display: block;
}
.zxAiScene .sceneBox {
  padding: 0.8rem 0 1.3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zxAiScene .sceneBox .flexBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zxAiScene .sceneBox .zxTabs {
  margin-top: 0.9rem;
}
.zxAiScene .sceneBox .zxTabs .active {
  color: #02C0D0;
}
.zxAiScene .sceneBox .sceneBoxContent {
  margin-top: 1rem;
  overflow: hidden;
  width: 10.2rem;
  height: 6.8rem;
}
.zxAiScene .sceneBox .sceneBoxContent .viewImgBox {
  width: 10.2rem;
  height: 6.8rem;
  display: none;
  overflow: hidden;
  border-radius: 0.16rem;
}
.zxAiScene .sceneBox .sceneBoxContent .viewImgBox img {
  width: 100%;
}
.zxAiScene .sceneBox .sceneBoxContent .active {
  display: block;
}
