@charset "UTF-8";

/**!
 * 标证通统一申请入口
 * date:2021-09-22
 * author: fanmengshan;
 */


/* 导入字体 */

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot");
}

@font-face {
    font-family: "SourceHanSansCN-Light";
    src: url("./fonts/SourceHanSansCN-Light.woff") format("woff"), url("./fonts/SourceHanSansCN-Light.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Light.eot");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("./fonts/SourceHanSansCN-Medium.woff") format("woff"), url("./fonts/SourceHanSansCN-Medium.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Medium.eot");
}


/* html {
    color: #000;
    background: #FFF;
} */
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}


/* address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal
} */

ol,
ul {
    list-style: none
}


/* caption,
th {
    text-align: left
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}


/* q:before,
q:after {
    content: ''
} */


/* abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
} */


/* button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
} */


/* legend {
    color: #000
} */


/* iframe {
    display: block;
} */

body {
    font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    overflow-y: auto; /* 允许整体页面滚动 */
    padding-bottom: env(safe-area-inset-bottom);
}


/* select,
input,
button,
textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%
} */


/* pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
} */

a {
    text-decoration: none;
    color: inherit;
}


/* ::-webkit-input-placeholder {
    color: #999;
} */


/* :-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
} */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    /*float: right !important;*/
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/* 无areacode */

.noAreacode {
    min-width: 1340px;
    height:100vh;
}


/* banner */


/* 头部 */

#header {
    height: 64px;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.header {
    box-sizing: border-box;
    height: 60px;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
}

.logo {
    margin-top: 11px;
    height: 42px;
    display: flex;
    margin-right: 72px;
}
.logo>img{
    height: 42px;
    width: 42px;
    border-radius: 4px;
}
.header-title-swapper{
    margin-left: 10px;
}
.header-title-app{
    font-weight: 700;
    font-size: 20px;
    color: #333;
}
.header-title-dis{
    color: #666;
    font-size: 12px;
    margin-top: -2px;
}

.nav-item-no {
    /* margin-left: 5px; */
}

.nav-item-no>a {
    display: block;
    font-size: 16px;
    height: 64px;
    line-height: 62px;
    text-align: center;
    color: #1e252f;
    box-sizing: border-box;
    min-width: 100px;
    padding: 0 22px;
    border-bottom: 2px solid transparent;
}

.nav-item-no.active>a,
.nav-item-no>a:hover {
    color: #3e7dfe;
    border-bottom-color: #3e7dfe;
    background-color: #f1f6ff;
}

/* 新增的右侧导航项样式 */
.nav-item-right {
    float: right;
    margin-left: 30px;
}

/* 下拉菜单核心样式 */
.dropdown {
    position: relative;
    display: inline-block;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #626262;
    line-height: 44px;
    font-size: 16px;
}

.contact-item img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* 精确控制的下拉内容 */
.dropdown-content {
    position: absolute;
    width: 228px;
    height: 188px;
    top: 53px;
    left: -116px; /* 调整定位使右侧对齐 */
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: none;
    z-index: 100;
    opacity: 0;
    transform-origin: 100% 0%;
    transform: scale(0.5) translate(20px, 20px); /* 初始缩放和位移 */
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* 下拉菜单行 - 绝对定位精确控制 */
.row-1 {
    position: absolute;
    width: 126px;
    height: 21px;
    font-size: 14px;
    top: 20px;
    left: 20px;
    line-height: 21px;
    color: #2D343B;
}

.row-2 {
    position: absolute;
    width: 181px;
    height: 27px;
    font-size: 18px;
    top: 45px; /* 20 + 21 + 4 */
    left: 20px;
    line-height: 27px;
    color: #0570fe;
    font-weight: 450;
}

.row-3 {
    position: absolute;
    width: 181px;
    height: 20px;
    top: 88px;
    left: 20px;
    line-height: 20px;
    color: #2D343B;
    font-size: 14px;
}

.row-4 {
    position: absolute;
    top: 112px;
    left: 20px;
    display: flex;
    align-items: center;
}

.row-5 {
    position: absolute;
    top: 141px; /* 112 + 27 + 2 */
    left: 20px;
    display: flex;
    align-items: center;
}

/* 数字和文本组合 */
.num {
    width: 117px;
    height: 27px;
    line-height: 27px;
    color: #0570fe;
    font-size: 18px;
    font-weight: 450;
}

.text {
    margin-left: 4px;
    color: #6C7276;
    font-size: 14px;
}

/* 鼠标悬停 */
.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1;
    transform: scale(1) translate(0, 0);
}

/* footer */

.footer {
    padding: 24px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #586378;
}

.footer p {
    line-height: 32px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.footer p a {
    color: #fff;
}

.banner-no {
    height: 660px;
    background: url("../images/index/banner_bg1.png") no-repeat center top;
}

.banner-no .container-no {
    position: relative;
    padding-right: 385px;
    box-sizing: border-box;
}

.logo-tit {
    margin: 110px 0 80px;
}

.introduction-box>div {
    height: 256px;
    color: #fff;
    background-color: rgba(84, 140, 255, 0.25);
    box-shadow: 0 51px 116px rgba(70, 77, 99, 0.25);
    box-sizing: border-box;
    overflow: hidden;
}

.introduction-words {
    width: 562px;
    padding: 30px;
    line-height: 38px;
    font-size: 18px;
    border-radius: 6px 0 0 6px;
}

.code {
    width: 250px;
    padding-top: 30px;
    border-radius: 0 6px 6px 0;
}

.code-outer {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
    border: 8px solid #6790ff;
    background-color: #fff;
    box-sizing: border-box;
}

.code-img {
    width: 100%;
    height: 100%;
}

.code-msg {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}

.img-phone {
    position: absolute;
    right: 0;
    top: 100px;
    border-radius: 45px;
    box-shadow: 0 46px 93px rgba(70, 77, 99, 0.33);
}


/* 视频 */

.video-box {
    height: 978px;
    padding-top: 190px;
    background: #f2f4fb url("../images/index/video_bg.jpg") center top no-repeat;
    box-sizing: border-box;
}

.video-container {
    width: 1200px;
    margin: 0 auto;
}


/* 合作交易中心 */

.trade {
    padding: 110px 0;
    background-color: #fff;
}

.title {
    position: relative;
    height: 38px;
    line-height: 38px;
    margin-bottom: 78px;
    text-align: center;
}

.title::before,
.title::after {
    position: absolute;
    top: 50%;
    content: '';
    width: calc(50% - 222px);
    height: 1px;
    margin-top: -0.5px;
    background-color: #d8e5ff;
}

.title::before {
    left: 0;
}

.title::after {
    right: 0;
}

.title span {
    position: relative;
    padding: 0 70px;
    font-size: 36px;
    font-weight: bold;
}

.title span::before,
.title span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 31px;
    height: 38px;
    margin-top: -19px;
    background-repeat: no-repeat;
}

.title span::before {
    left: 0;
    background-image: url("../images/index/ico_left.png");
}

.title span::after {
    right: 0;
    background-image: url("../images/index/ico_right.png");
}

.cooperation {
    height: 736px;
    width: 1340px;
    margin: 0 auto;
    overflow: hidden;
}

.cooperation-container {
    height: 100%;
}

.cooperation-content {
    position: relative;
    height: 192px;
    width: 100%;
    overflow: hidden;
}

.cooperation-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 32px;
    width: 30px;
    background-image: linear-gradient(to right, #fff, transparent);
    z-index: 10;
}

.cooperation-content:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 32px;
    width: 30px;
    background-image: linear-gradient(to left, #fff, transparent);
    z-index: 10;
}

.cooperation-content:nth-child(1),
.cooperation-content:nth-child(3) {
    margin-left: 60px;
    width: 1220px;
}

.cooperation-list {
    white-space: nowrap;
}

.cooperation-item {
    display: inline-block;
    width: 282px;
    height: 160px;
    border-radius: 4px;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 32px;
    background-color: #fff;
    overflow: hidden;
}

.cooperation-item img {
    width: 100%;
    height: 100%;
}

.slide {
    -webkit-animation: slide 16s linear infinite forwards;
    animation: slide 16s linear infinite forwards;
}

.slide-paused,
.slide:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@keyframes slide {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(-1260px);
        transform: translate(-1260px);
    }
}


/* 合作伙伴 */

.partner {
    padding: 110px 0;
    background-color: #f8f9fd;
}

.partner-items {
    margin-left: -24px;
}

.partner-item {
    width: calc(25% - 24px);
    margin-left: 24px;
    margin-top: 32px;
}

.partner-item>a {
    display: block;
    height: 140px;
}

.partner-item>a>img {
    width: 100%;
    height: 100%;
}

.partner-item>a:hover {
    transform: translate(0, -10px);
}


/* 有areacode */

.hasAreacode {
    font-family: "SourceHanSansCN-Regular";
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header-moudle {
    height: 80px;
}

.logo-icon {
    width: 265px;
    height: 50px;
    margin-top: 15px;
}

.nav-list {
    margin-right: 16px;
}

.nav-item {
    position: relative;
    height: 80px;
    line-height: 80px;
    float: left;
    padding: 0 20px 0;
    color: #666;
    font-size: 18px;
    font-family: "SourceHanSansCN-Light";
    cursor: pointer;
    transition: all 0.3s;
}

.nav-item::after {
    content: "";
    width: 74px;
    height: 24px;
    display: inline-block;
    background: url("../images/index/hasAreacode/nav-active-bg.png?t20220307") center no-repeat;
    background-size: 74px 24px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -37px;
    transition: all 0.3s;
}

.nav-item+.nav-item {
    margin-left: 42px;
}

.nav-item:first-child {
    margin-left: 0;
}

.nav-item:hover {
    color: #0570fe;
    font-family: "SourceHanSansCN-Medium";
}

.nav-item:hover::after {
    opacity: 1;
}

.nav-item.active {
    color: #0570fe;
    font-family: "SourceHanSansCN-Medium";
}

.nav-item.active::after {
    opacity: 1;
}

.banner {
    height: 800px;
    padding-left: 30px;
    background: url("../images/index/hasAreacode/banner-bg.png") center top no-repeat;
}


/* .banner-changsanjiao {
    height: 800px;
    padding-left: 30px;
    background: url("../images/banner-bg.png") center top no-repeat;
} */

.banner-title {
    width: 539px;
    height: 122px;
    margin-top: 100px;
}

.banner-code-box {
    width: 322px;
    height: 351px;
    text-align: center;
    padding: 30px 30px 0;
    background: url("../images/index/hasAreacode/banner-code-box.png?t=20220307") center no-repeat;
    background-size: 322px 351px;
}

.banner-code-text {
    color: #fff;
    font-size: 18px;
}

.banner-code-pic {
    width: 225px;
    height: 225px;
}

.banner-code-icon {
    display: block;
    padding: 18px 0 17px;
    margin-bottom: 17px;
    background: #fff;
}

.banner-text {
    display: block;
    width: 338px;
    height: 82px;
    line-height: 85px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: url("../images/index/hasAreacode/border-box.png?t=20220307") center no-repeat;
    background-size: 338px 82px;
}

.banner-text-info {
    margin: 12px 0 16px;
    color: #dce9ff;
    font-size: 18px;
    font-family: "SourceHanSansCN-Light";
}

.prototype-icon {
    margin: 42px -4px 0 0;
}

.mutual-recognition {
    text-align: center;
    background: url("../images/index/hasAreacode/mutual-recognition-bg.png?t=20220307") center top no-repeat;
    background-size: 100% 100%;
}

.mutual-recognition-jiangsu {
    text-align: center;
    background: url("../images/index/hasAreacode/mutual-changzhou-bg.png?t=20220307") center top no-repeat;
    background-size: 100% 100%;
}

.recognition-content {
    padding: 85px 12px 76px;
}

.recognition-title {
    position: relative;
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 85px;
}

.recognition-title::after {
    content: "";
    width: 332px;
    height: 4px;
    display: inline-block;
    background: url("../images/index/hasAreacode/recognition-title-after.png?t=20220307") no-repeat;
    background-size: 332px 4px;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -166px;
}

.recognition-text {
    padding: 0 9px 0 12px;
    color: #6e7b8d;
    font-size: 18px;
    line-height: 40px;
    font-family: "SourceHanSansCN-Light";
}

.recognition-text.dot {
    height: 120px;
    overflow: hidden;
}

.recognition-text.opened {
    height: auto;
}

.recognition-text .toggle {
    display: inline-block !important;
    vertical-align: top;
    margin-top: 4px;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    text-indent: 12px;
    color: #0570fe;
    font-size: 16px;
    background: #eaf3ff url("../images/index/hasAreacode/unfold-icon.png?t=20220307") right 11px center no-repeat;
    background-size: 6px 10px;
}

.recognition-text .toggle .close,
.recognition-text.opened .toggle .open {
    display: none;
}

.recognition-text .toggle .opened,
.recognition-text.opened .toggle .close {
    display: inline;
}

.map-pic {
    width: 675px;
    height: 487px;
    margin-top: 45px;
}

.mutual-exchange {
    text-align: center;
    padding: 77px 0 100px;
    background: url("../images/index/hasAreacode/mutual-exchange-bg.png?t=20220307") center top no-repeat;
    background-size: 100% 100%;
}

.mutual-exchange-img {
    text-align: center;
    padding: 30px 0;
    background: url("../images/index/hasAreacode/mutual-exchange-img-bg.png?t=20220307") center top no-repeat;
    background-size: 100% 100%;
    height: 665px;
    min-width: 1200px;
}

.mutual-exchange-img img {
    width: 1200px;
    height: 404px;
    margin-top: 70px;
}

.exchange-title {
    position: relative;
    color: #fff;
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 68px;
}

.exchange-title::after {
    content: "";
    width: 332px;
    height: 4px;
    display: inline-block;
    background: url("../images/index/hasAreacode/exchange-title-after.png?t=20220307") no-repeat;
    background-size: 332px 4px;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -166px;
}

.exchange-text {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    font-size: 22px;
}

.exchange-text-info {
    color: #a2c4ff;
    font-size: 18px;
    line-height: 24px;
    font-family: "SourceHanSansCN-Light";
}

.platform-list {
    margin-top: 55px;
    overflow: hidden;
}

.platform-item {
    width: 4760px;
    font-size: 0;
    text-align: left;
    white-space: nowrap;
}

.platform-item+.platform-item {
    margin-top: 48px;
}

.platform-item:nth-child(odd) {
    -webkit-animation: 50s rowleft linear infinite normal;
    animation: 50s rowleft linear infinite normal;
}

.platform-item:nth-child(even) {
    -webkit-animation: 70s rowleft linear infinite normal;
    animation: 70s rowleft linear infinite normal;
}

.platform-info {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 20px;
    margin-right: 60px;
    height: 90px;
    line-height: 90px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, #d9e7ff 0%, white 100%);
    background-image: -webkit-linear-gradient(90deg, #d9e7ff 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #d9e7ff 0%, white 100%);
}

.platform-icon {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    margin-right: 14px;
    text-align: center;
    border: 1px solid #dee5ed;
    border-radius: 5px;
    background: #fff;
}

.platform-pic {
    vertical-align: top;
    margin-top: 5px;
    width: 37px;
    height: 37px;
}

.platform-text {
    display: inline-block;
    vertical-align: top;
    width: 248px;
    font-size: 22px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@keyframes rowleft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-1920px, 0, 0);
        transform: translate3d(-1920px, 0, 0);
    }
}

.explore-question {
    padding: 77px 0 89px;
    background: url("../images/index/hasAreacode/explore-question-bg.png?t=20220307") center top no-repeat;
}

.explore-question-title {
    font-size: 24px;
    font-weight: 600;
}

.explore-moudle {
    width: 34%;
    position: relative;
    padding-left: 28px;
}

.explore-moudle::after {
    content: "";
    width: 1px;
    height: 165px;
    display: inline-block;
    background: url("../images/index/hasAreacode/split-line.png?t=20220307") no-repeat;
    background-size: 1px 165px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.explore-list {
    margin-top: 48px;
}

.explore-item {
    display: block;
}

.explore-item+.explore-item {
    margin-top: 40px;
}

.common-item {
    position: relative;
    color: #6e7b8d;
    font-size: 18px;
    font-family: "SourceHanSansCN-Light";
    padding-left: 17px;
}

.common-item::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #6e7b8d;
    position: absolute;
    left: 0;
    top: 9px;
}

.download-box {
    width: 167px;
    height: 167px;
    margin: 35px 68px 0 0;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 21px 0px rgba(176, 183, 208, 0.25);
}

.download-text {
    display: block;
    height: 35px;
    line-height: 39px;
    color: #6e7b8d;
}

.download-code-pic {
    width: 98px;
    height: 98px;
    margin-top: 8px;
}

.download-code-icon {
    display: block;
    width: 116px;
    height: 116px;
    margin: 0 auto;
    border: 1px solid #dee5ed;
    text-align: center;
}

.question-moudle {
    width: 66%;
    padding-left: 70px;
}

.question-list {
    margin-top: 8px;
}

.question-item {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.question-item:nth-child(odd) {
    width: 282px;
}

.question-item:nth-child(even) {
    width: 435px;
}

.question-item:last-child() {
    margin-bottom: 0;
}

.question-more {
    position: relative;
    color: #6e7b8d;
    font-size: 18px;
}

.question-more::after {
    content: "";
    width: 6px;
    height: 10px;
    display: inline-block;
    background: url("../images/index/hasAreacode/more-icon.png?t=20220307") center no-repeat;
    background-size: 6px 10px;
    position: absolute;
    left: 53px;
    top: 50%;
    margin-top: -5px;
}

.bottom-moudle {
    color: #fff;
    font-family: "SourceHanSansCN-Light";
    background: #1a2232;
    padding: 30px 0;
}

.info-list {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.info-item {
    float: left;
}

.info-item+.info-item {
    margin-left: 20px;
}

.copy-icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0;
}

.pageview-list {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.pageview-item {
    float: left;
}

.pageview-item+.pageview-item {
    margin-left: 16px;
}

.li-logo{
    z-index: 99;
}
.bannerContaner {
    position: relative;
    max-height: calc(100% - 60px); /* 扣除header高度 */
    min-height: 40%;
    background: #F4F9FF;
    overflow: hidden;
}
@media screen and (min-width: 1025px) {
    .bannerContaner {
       min-height:calc(100% - 60px);
    }
}

.banner__content {
    height: 100%;
    transition: transform 0.3s; /* 缩放动画 */
}
/* Background Layer */
.banner__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 551px;
    background: linear-gradient(180deg, rgba(207, 223, 239, 0.00) 0%, rgba(187, 221, 255, 0.51) 100%);
}

.banner__container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    z-index: 2;
}
.banner_text-frame{
    position: relative;
    max-width: 1200px;
    padding-top: 275px;
    padding-right:441px;
}
/* Content Styles */
.banner__content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;        
    text-align: left;
}

.banner__titles {
    text-align: left;
}
.banner__subtitle{
    margin-left: 47px;
}
.banner__title,
.banner__subtitle {
    color: #0047FF;
    font-size: 40px;
    font-family: 'Source Han Sans CN';
    font-weight: 700;
    line-height: 1.73;
    letter-spacing: 3px;
}

.banner__description-wrapper {
    margin-top: 15px;
}

.banner__description {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    width: 691px;
    height: 42px;
    background: linear-gradient(22.18deg, #4494FF 3.43%, #0047FF 97.71%);
    border-radius: 22px 2px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.banner__description-text{
    width: 660px;
    height: 22px;

    font-family: 'Alimama ShuHeiTi';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;

    color: #FFFFFF;

    flex: none;
    order: 0;
    flex-grow: 0;

}
.banner__product-title {
    font-size: 65px;
    font-family: 'Source Han Sans CN';
    font-weight: 700;
    color: #000;
    margin: 37px 0;
    letter-spacing: 6px;
}

.banner__product-title--highlight {
    color: #0570FE;
}

/* Download Button Styles */
.banner__download-wrapper {
    margin-top: 180px;
}

.banner__download-btn {
    padding: 18px 52px;
    background: linear-gradient(128deg, #4394FF 0%, #0047FF 100%);
    border: none;
    border-radius: 99px;
    color: white;
    font-size: 26px;
    font-family: 'Source Han Sans CN';
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 3px;
}

/* Right Visual Content Styles */
.banner__visual {
    position: absolute;
    right: 0;
    top: 138px;
    width: 1261px;
    height: 517px;
    z-index: -1;
}

.banner__device-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner__ca-badge {
    position: absolute;
    right: 280px;
    top: 258px;
    z-index: 4;
    transform: rotate(15deg);
}

.banner__ca-text {
    color: white;
    font-size: 75.1px;
    font-family: 'OPPOSans';
    font-weight: 400;
    transform: rotate(0.24rad);
    padding-right: 129px;
    padding-top: 60px;
}

.banner__ca-label {
    position: absolute;
    right: -37px;
    top: 37px;
    color: white;
    font-size: 26px;
    font-family: 'OPPOSans';
    font-weight: 400;
    transform: rotate(0.31rad);
    white-space: nowrap;
}

.banner3{
    position: absolute;
    width: 100%;
    height: 934px;
    left: 0px;
    top: 0px;
    background: #CFDFEF;
}

.banner3_rect{
    position: absolute;
    width: 100%;
    height: 931px;
    left: 0px;
    background: linear-gradient(180deg, rgba(207, 223, 239, 0) 0%, rgba(187, 221, 255, 0.51) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.banner3-bgclass{
    position: absolute;
    width: 100%;
    top: -7%;
}
.banner3-centerclass{
    position: absolute;
    width: 50%;
    /*height: 22.5%;*/
    left: 26%;
    top: 29.5%;
}

.banner3_txt{
    position: absolute;
    height: 10%;
    left: 50%;
    top: 14%;
    transform: translateX(-50%);
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    word-break: keep-all;
    display: flex;
    align-items: center;
    color: #000000;
    text-align: center;
}

.banner3_txt_hightlight{
    color: #0570FE;
}
.banner3_txt_hightlight:first-child{
    margin-right: 148px;
}


.banner2{
    width: 1920px;
    height: 934px;
    background: linear-gradient(270deg, #F4F9FF 9.61%, #C8E1FE 50.78%, #EFF8FF 85.16%);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
    z-index: 0;
}

.banner2__bg-image{
    position: absolute;
    width: 104%;
    height: 116.5%;
    top: calc(50% - 126%/2);
    background: url(image.png);
}
.banner2__right-image{
    position: absolute;
    width: 37%;
    /*height: 57%;*/
    left: 48%;
    top: 7.5%;
}

.banner2__content{
   position: absolute;
   left: 20%;
   top:27%;
}
.banner2__subtitle{
  
    margin-left:126px;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 450%;
    line-height: 104px;
    display: flex;
    align-items: center;
    letter-spacing: 8px;
    color: #000000;
}

.banner2__title{
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 450%;
    line-height: 104px;
    display: flex;
    align-items: center;
    letter-spacing: 8px;
    color: #000000;
}

.banner2__title_txt{
    color: #0570FE;
}

.banner2__subtitle_txt{
    color: #0570FE;
}

.banner1{
    position: absolute;
    width: 100%;
    height: 1077px;
    left: 0px;
    top: 0px;
    background: #F4F9FF;

}
.banner1_txt_contain{
    position: absolute;
    left: 23%;
    top: 26%;
    z-index: 1;
}
.banner1_txt_contain_txt{
    width: 760px;
    height: 96px;

    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 96px;
    display: flex;
    align-items: center;
    letter-spacing: 6px;

    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
}
.banner1_txt_containframe{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 15px;

    width: 691px;
    height: 42px;
    flex: none;
    order: 0;
    flex-grow: 0;

}
.banner1_txt_containframe2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;

    width: 691px;
    height: 42px;
    background: linear-gradient(22.18deg, #4494FF 3.43%, #0047FF 97.71%);
    border-radius: 22px 2px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.banner1_txt_containframe2_txt{
    width: 660  px;
    height: 22px;

    font-family: 'Alimama ShuHeiTi';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;

}

.banner1_txt_containframe1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 488px;
    height: 138px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.banner1_txt_containframe1_txt{
    width: 387px;
    height: 69px;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 69px;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    background: linear-gradient(22.18deg, #4494FF 3.43%, #0047FF 97.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    flex: none;
    order: 0;
    flex-grow: 0;

}

.banner1_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 52px;
    gap: 10px;

    width: 488px;
    height: 69px;
    flex: none;
    order: 1;
    flex-grow: 0;

}

.banner1_container_txt{
    width: 390px;
    height: 69px;
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 69px;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    background: linear-gradient(22.18deg, #4494FF 3.43%, #0047FF 97.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    flex: none;
    order: 0;
    flex-grow: 0;

}

.banner1_txt_contain_txt1{
    color: #0570FE;
}

.banner1_rightcontainer{
    position: absolute;
    width: 100%;
    height: 1077px;
    left: 0px;
    top: 0px;
}

.banner1_rightcontainer_rect1{
    position: absolute;
    width: 100%;
    height: 551px;
    left: 0px;

    background: linear-gradient(180deg, rgba(207, 223, 239, 0) 0%, rgba(187, 221, 255, 0.51) 56.81%);
    transform: matrix(1, 0, 0, -1, 0, 0);

}

.banner1_rightcontainer_rect2{
    position: absolute;
    width: 100%;
    height: 551px;
    left: 0px;
    bottom: 0px;

    background: linear-gradient(180deg, rgba(207, 223, 239, 0) 3.27%, rgba(187, 221, 255, 0.51) 97.19%);

}

.banner-right-device-image{
    position: absolute;
    width: 63.5%;
    height: 48%;
    left: calc(100vh - 18.5%);
    top: calc(100vh - 74.5%);
}

.banner-ca-image{
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner1-rightbg-image{
    width: 100%;
    height: 72%;
}

.banneritem{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    pointer-events: none;
}

.banneritem.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}


/* 新增指示器样式 */
.indicators {
    position: absolute;
    bottom: 20%;
    display: flex;
    gap: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.indicator {
    width: 70px;
    height: 4px;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.indicator.active {
    background: rgba(255,255,255,0.5);
}

.progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #1890ff;
    transition: width 3.8s linear;
}


/* 修改进度条重置样式 */
.indicator:not(.active) .progress {
    width: 0 !important;
    transition: none !important;
}

.indicator.active .progress {
    width: 100%;
    transition: width 3.8s linear !important; /* 确保激活态有动画 */
}

/* 固定按钮 */
.fixed-btn {
    position: absolute;
    width: 217px;
    height: 74px;
    left: calc(50% - 217px/2);
    bottom: 30px;
    z-index: 999;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 52px;
    gap: 31px;
    isolation: isolate;
    background: linear-gradient(22.18deg, #4494FF 3.43%, #0047FF 97.71%);
    border-radius: 99px;
    cursor: pointer;
    /* 防缩放样式 */
    transform-origin: center bottom;
    backface-visibility: hidden;
    will-change: transform;
}

.fixed-btn:hover {
    transform: translateY(-2px);
}

.btn-down{
    width: 120px;
    height: 38px;

    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 3px;

    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;

}
/* 移动端适配 */
@media (max-width: 768px) {
    .banner {
        height: calc(var(--vh, 1vh) * 100 - 60px);
        min-height: 400px;
    }
    
    .fixed-btn {
        bottom: 20px;
        padding: 10px 20px;
    }
}

/* 兼容Safari的vh处理 */
@supports (-webkit-touch-callout: none) {
    .banner {
        height: -webkit-fill-available;
    }
}

.download-popup{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 42px;
    position: absolute;
    width: 864px;
    height: 326px;
    left: calc(50% - 864px/2 + 0.5px);
    top: calc(50% - 326px/2 + -18px);
}

.down{
    color:#0570FE;
}
.android-popup{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 38px 50px;
    gap: 20px;

    width: 260px;
    height: 326px;

    background: #FFFFFF;
    border-radius: 16px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

}
.android-download-text{
    width: 160px;
    height: 28px;

    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    align-items: center;
    text-align: center;

    color: #999999;


    /* Inside auto layout */
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;

}
.ios-popup{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 38px 50px;
    gap: 20px;

    width: 260px;
    height: 326px;

    background: #FFFFFF;
    border-radius: 16px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}

.HarmonyOS-popup{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 38px 50px;
    gap: 20px;

    width: 260px;
    height: 326px;

    background: #FFFFFF;
    border-radius: 16px;

    /* Inside auto layout */
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;

}

.android-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;

    width: 160px;
    height: 48px;

    backdrop-filter: blur(6.15px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 8px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

}

.ios-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 13px;

    width: 110px;
    height: 48px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.qr_code{
    /* image */

    width: 135px;
    height: 134px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

}

.download-text{
    /* 扫描二维码或下载安装包 */

    width: 160px;
    height: 28px;

    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    /* identical to box height, or 200% */
    display: flex;
    align-items: center;
    text-align: center;

    color: #999999;


    /* Inside auto layout */
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;

}

.HarmonyOS-wait{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0px 0px;
    gap: 10px;

    width: 100px;
    height: 100px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;


}
.ios-download-text{

    width: 160px;
    height: 28px;

    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    align-items: center;
    text-align: center;

    /* 文字/辅助文字 */
    color: #999999;


    /* Inside auto layout */
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;

}

.HarmonyOS-download-text{
    width: 70px;
    height: 28px;

    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    /* identical to box height, or 200% */
    display: flex;
    align-items: center;
    text-align: center;

    /* 文字/辅助文字 */
    color: #999999;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

}
.layui-layer{
    border-radius: 5px !important;
}

.layui-layer-title{
    border-radius: 5px 5px 0 0;
}

.layui-layer-content{
    background-color: #F8F8F8;
}

.download-popup.hidden {
    display: none;
}
/*# sourceMappingURL=index.css.map */