* {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}
body {
    box-sizing: border-box;
}
.isHide {
    display: none;
}
.homePage {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.top {
    background: url(/static/img/indexImg/indexBg.png) no-repeat right top;
    background-size: 100% 100%;
    padding-bottom: 15.9375rem;
}
.menu {
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu .menu-con {
    width: 70.8%;
    display: flex;
    justify-content: space-between;
}
.menu .menu-con .nav-logo {
    width: 7.25rem;
}
.menu .menu-con .menu-left {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}
.menu .menu-con .menu-left .nav-item {
    font-size: 1.125rem;
    color: #000000;
    cursor: pointer;
}
.menu .menu-con .menu-left .nav-item:hover {
    color: #4865f3;
}
.menu .menu-con .menu-left .nav-item-Active {
    color: #4865f3;
}
.menu .menu-con .menu-right {
}
.menu .menu-con .menu-right .nav-btn {
    width: 8.75rem;
    height: 2.25rem;
    border-radius: 1.375rem;
    background: #000000;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 2.25rem;
    cursor: pointer;
}
/* 第一屏内内容 */
.top .top-content {
    /* height: 44.8125rem; */
    text-align: center;
    padding-top: 7.1875rem;
    box-sizing: border-box;
}
.top .top-content .top-content-title {
    font-size: 5.75rem;
    font-weight: bold;
    margin-bottom: 1.0625rem;
}
.top .top-content .top-content-title .blackText {
    font-family: Alibaba PuHuiTi;
    font-size: 5.75rem;
    font-weight: bold;
    color: #333333;
}
.top .top-content .top-content-title .leadingText {
    font-family: Alibaba PuHuiTi;
    font-size: 5.75rem;
    font-weight: bold;
    background: linear-gradient(118deg, #3d61e8 12%, #5acafc 91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.top .top-content .gradientLine {
    width: 63.625rem;
    height: 0.0625rem;
    background: linear-gradient(to right, #e5eeff, #8ab2fc, #e5eeff);
    margin: 0px auto;
}
.top .top-content .littletitle {
    font-family: Source Han Sans SC;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
    color: #000000;
    margin-top: 5.75rem;
    margin-bottom: 2.3125rem;
}
.top .top-content .introductionBox {
    font-family: Source Han Sans SC;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 2.375rem;
    text-align: center;
    color: #333333;
    margin-bottom: 6.375rem;
}
/* 四个按钮 */
.top .top-content .firstBtns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.125rem;
}
.top .top-content .firstBtns .btnText {
    font-family: Source Han Sans SC;
    font-size: 1.625rem;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    width: 12.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 1.75rem;
    border: 0px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.top .top-content .firstBtns .btnsOne {
    background: linear-gradient(270deg, #afbfff 0%, #5677fc 100%);
    box-shadow: 0px 0.25rem 0.9375rem 0px rgba(128, 153, 254, 0.2),
        inset 0px -0.25rem 0.3125rem 0px rgba(255, 255, 255, 0.3);
}
.top .top-content .firstBtns .btnsTwo {
    background: linear-gradient(270deg, #b445ee 0%, #3a45fe 100%);
    box-shadow: 0px 0.25rem 0.9375rem 0px rgba(128, 153, 254, 0.2),
        inset 0px -0.25rem 0.3125rem 0px rgba(255, 255, 255, 0.3);
}
.top .top-content .firstBtns .btnsThree {
    background: linear-gradient(270deg, #81b3fd 0%, #5093ff 100%);
    box-shadow: 0px 0.25rem 0.9375rem 0px rgba(128, 153, 254, 0.2),
        inset 0px -0.25rem 0.3125rem 0px rgba(255, 255, 255, 0.3);
}
.top .top-content .firstBtns .btnsFour {
    background: linear-gradient(270deg, #6ad1cb 0%, #17ab9d 100%);
    box-shadow: 0px 0.25rem 0.9375rem 0px rgba(128, 153, 254, 0.2),
        inset 0px -0.25rem 0.3125rem 0px rgba(255, 255, 255, 0.3);
}

/* 第二屏 */
.center {
    background-color: #f3f7ff;
    padding: 5rem 13.9375rem 0;
}
.center .secTitle {
    font-family: Source Han Sans SC;
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-bottom: 3.875rem;
}

/* 第二屏tab */
.center .tabBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.center .secTabs {
    /* width: 60rem; */
    /* height: 4.75rem; */
    border-radius: 2.25rem;
    background: rgba(255, 255, 255, 0.6);
    border: 0.125rem solid #ffffff;
    box-shadow: 0px 0.25rem 0.625rem 0px #edf3ff;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.25rem;
    gap: 6.25rem;
}
.center .secTabs .secTabItem {
    width: 11.25rem;
    /* height: 4rem; */
    padding: 0.9375rem 1.875rem;
    border-radius: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans SC;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    color: #333333;
    cursor: pointer;
}
.center .secTabs .secTabActive {
    font-family: Source Han Sans SC;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to right, #407ef4, #5899fa);
    color: #ffffff;
}
/* 第二屏内容详情 */
.center .secDetailConBox {
    display: flex;
    justify-content: center;
    margin-top: 3.25rem;
}
.center .secDetailCon {
    /* width: 80.3125rem;
    height: 41.4375rem; */
    padding: 3.75rem 3.25rem 6.0625rem 5.625rem;
    display: flex;
    /* justify-content: space-between; */
    gap: 8.4375rem;
}
/* 第二屏内容详情-左侧步骤条 */
.center .secDetailCon .detailConLeft {
    /* width: 25.9375rem; */
    /* padding-right: 9.1875rem; */
}
.center .secDetailCon .detailConLeft .detailConLeftTitle {
    font-family: Source Han Sans SC;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: normal;
    background: linear-gradient(to right, #597eed, #54a7ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 1.375rem;
}
.center .secDetailCon .detailConLeft .detailConLeftIntro {
    font-family: Source Han Sans SC;
    font-size: 1.25rem;
    font-weight: normal;
    color: #666666;
    margin-bottom: 2.75rem;
}
.center .secDetailCon .detailConLeft .setps {
    display: flex;
    flex-direction: column;
}
.center .secDetailCon .detailConLeft .setps .setpsItem {
    height: 5.625rem;
    display: flex;
    position: relative;
    padding-left: 0.3125rem;
}
.center .secDetailCon .detailConLeft .setps .setpsItem .backLeft {
    width: 0.0625rem;
    height: 100%;
    background-color: #ced9f4;
}
.center .secDetailCon .detailConLeft .setps .setpsItem .backLeftPoint {
    width: 0.75rem;
    height: 0.75rem;
    background: #4865f3;
    box-sizing: border-box;
    border: 0.125rem solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0.25rem 0.375rem 0px rgba(72, 101, 243, 0.15);
}
.center .secDetailCon .detailConLeft .setps .setpsItem .pointPosOne {
    position: absolute;
    top: 1.75rem;
    left: 0rem;
}

.center .secDetailCon .detailConLeft .setps .setpsItem .setpRightText {
    margin-left: 1.125rem;
    padding-top: 1.25rem;
}

.center
    .secDetailCon
    .detailConLeft
    .setps
    .setpsItem
    .setpRightText
    .rightTitle {
    font-family: Source Han Sans SC;
    font-size: 1.25rem;
    font-weight: bold;
    color: #333333;
}
.center
    .secDetailCon
    .detailConLeft
    .setps
    .setpsItem
    .setpRightText
    .rightIntro {
    font-family: Source Han Sans SC;
    font-size: 0.875rem;
    font-weight: normal;
    color: #9e9e9e;
}

/* 底部 */
.footer {
    height: 20rem;
    display: flex;
    background-color: #161b26;
    justify-content: center;
    align-items: center;
}
.footer .footerBanner {
    /* height: 20rem; */

    box-sizing: border-box;
    padding: 1.875rem 0 3.625rem 0;
}

.footer .footerBanner .footerTop {
    color: #ffffff;
    font-family: Source Han Sans SC;
    font-size: 1.125rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.0625rem solid #3a4150;
    padding-bottom: 2.75rem;
    margin-bottom: 1.5625rem;
}
.footer .footerBanner .footerTop .footerTopImg {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    margin-right: 0.875rem;
}
.footer .footerBanner .footerBottom {
    width: 100%;
    display: flex;
}
.footer .footerBanner .footerBottom .bottomLeft {
    width: 16.5rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.875rem;
    border-right: 0.0625rem solid #3a4150;
}
.footer .footerBanner .footerBottom .bottomLeft .leftTitle {
    font-family: Source Han Sans SC;
    font-size: 1.125rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0.625rem;
}
.footer .footerBanner .footerBottom .bottomLeft .leftPhone {
    font-family: Source Han Sans SC;
    font-size: 1.75rem;
    font-weight: 500;
    color: #ffffff;
}
.footer .footerBanner .footerBottom .bottomRight {
    padding-top: 1.875rem;
    margin-left: 4rem;
}
.footer .footerBanner .footerBottom .bottomRight .bottomRightUp {
    margin-bottom: 1.625rem;
}
.footerText {
    font-family: Source Han Sans SC;
    font-size: 0.875rem;
    font-weight: normal;
    color: #9e9e9e;
    margin-right: 1.8125rem;
    cursor: pointer;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.mask .modalContent {
    width: 61.3125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mask .modalContentImg {
    width: 57.5625rem;
    height: 49.375rem;
}
.mask .modalClose {
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    top: 0px;
    right: 0.0625rem;
    cursor: pointer;
}

.contactCustService {
    width: 13.75rem;
    height: 15.625rem;
    border-radius: 0.5rem;
    background: #f5f8ff;
    padding: 1.5625rem 1.8125rem 1.3125rem;
    box-sizing: border-box;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    position: absolute;
    bottom: -16.875rem;
    left: 50%;
    transform: translate(-50%);
}
.contactCustService .qrCode {
    width: 10.125rem;
    height: 10.125rem;
    margin-bottom: 0.875rem;
}
.wixinIcon {
    margin-right: 0.625rem;
    width: 1.5rem;
    height: 1.5rem;
}
.serviceText {
    font-size: 1.125rem;
    font-weight: 500;
    color: #333333;
}

/* 隐藏滚动条，但仍可滚动 */
.hide-scrollbar {
    /* 1. 核心：隐藏 Webkit 滚动条 */
    scrollbar-width: none; /* Firefox 专用 */
    -ms-overflow-style: none; /* IE/Edge 旧版专用 */
}

/* Webkit 内核（Chrome/Safari/Edge 新版）滚动条伪元素 */
.hide-scrollbar::-webkit-scrollbar {
    display: none; /* 隐藏滚动条本体 */
    width: 0; /* 宽度设为0，兼容部分场景 */
    height: 0; /* 高度设为0，兼容部分场景 */
}
