/* 页面整体容器 */
.containerwith {
    /*margin: 0 auto; !* 水平居中 *!*/
    overflow: hidden;
}
.header_nav{
    color: #434343;
    min-width: 102px;
    max-width: 118px;
    font-family: "Noto Sans S Chinese";
    padding-left: 19px;
    padding-right: 19px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    text-align: right;
    margin-left: 24px;
}
.header_nav a:hover {
    color: #000;
}
.border-solid{
    border-top: 0.5px solid #7f7f7f;
}

.header_li{
    padding: 20px 0;
    color: #1D1D1F;
    font-family: "Noto Sans S Chinese";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 48px */
    letter-spacing: -0.24px;
}
.header1 {
    color: #000;
    font-family: "Noto Sans S Chinese";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 40.8px */
    letter-spacing: -0.24px;
    margin-top: 86px;
}
.header2 {
    color: #000;
    font-family: "Noto Sans S Chinese";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
    letter-spacing: -0.16px;
    margin-top: 86px;
}

.header3 {
    color: #000;
    font-family: "Noto Sans S Chinese";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.18px;
}
.width-70{
    margin: 0px auto;
    width: 70vw
}
.text-shadow{
    text-shadow: 4px 4px 0 #FFF;
}
.no-cursor-text {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.headercontent {
    /*width: 70%;*/
    color: #000;
    font-family: "Noto Sans S Chinese";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: -0.14px;
    margin-top: 20px;

}

.containers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 20px 20px;
}

.containers .item {
    width: calc(33% - 20px); /* Adjust for margin */
    margin-bottom: 30px;
    text-align: center;
}
.number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.number .num1 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-family: "Alimama ShuHeiTi";
    font-weight: 700;
    line-height: 136%; /* 48.96px */
    letter-spacing: -0.36px;
    margin-bottom: 5px;
}

.number .num2 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-family: "Alimama ShuHeiTi";
    font-weight: 700;
    line-height: 136%;
    letter-spacing: -0.17px;
    margin-bottom: 5px;
}
.number .numadd {
    margin-top: -18px;
    font-size: 36px;
}

.description {
    color: #000;
    text-align: center;
    font-family: "Noto Sans S Chinese";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%; /* 24.48px */
    letter-spacing: -0.18px;
}

.product {
    /* 卡片阴影 */
    box-shadow: 0 2px 6px 0 rgba(138, 149, 158, 0.20);
    border-radius: 8px;
    background: #FFF;
    margin-left: -4px;
    margin-right: -4px;
}

.product .productheader {
    color: #000;
    font-size: 24px;
    font-family: "Noto Sans S Chinese";
    font-weight: 700;
    line-height: 170%; /* 27.2px */
    letter-spacing: -0.16px;
    padding-top: 12px;
}

.productdesc {
    color: #4B4B4B;
    font-size: 16px;
    font-family: "Noto Sans S Chinese";
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.14px;
    padding: 10px 24px 0px;
}

.productfoot {
    margin: 20px 16px;
    border-radius: 8px;
    background: #2245B5;
    padding-bottom: 8px;
}

.productlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 20px 0px;
    margin: 0 10px;
    width: 21vw;
}

.productitem {
    flex: 0 0 calc(33.333% - 6px); /* 每个占 1/3 宽度，减去 gap 间距 */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 可选：控制最大宽度 */
    margin-bottom: 28px;
}

.producttext {
    color: #000;
    text-align: center;
    font-family: "Noto Sans S Chinese";
    font-style: normal;
    /*font-weight: 400;*/
    /*line-height: 16px;*/
    margin-top: 8px;
}

.productbtn {
    text-align: center;
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    border: 1px solid #2648B3;
    background: #FFF;
    color: #2648B4;
    font-size: 12px;
    font-family: "Noto Sans S Chinese";
    font-weight: 700;
    margin: 0 auto;
}
.btn-blue {
    text-align: center;
    width: 384px;
    height: 56px;
    line-height: 56px;
    border-radius: 50px;
    background: #2245B5;
    color: #FFF;
    font-size: 16px;
    font-family: "Noto Sans S Chinese";
    font-weight: 700;
    margin: 0 auto;
}
.btn-head {
    text-align: center;
    width: 280px;
    height: 56px;
    line-height: 56px;
    border-radius: 50px;
    background: #FFF;
    color: #2548B4;
    font-size: 16px;
    font-family: "Noto Sans S Chinese";
    font-weight: 700;
    margin-top: 48px;
}

.enginelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 10px;
    margin: 0 10px;
    gap: 12px;
    width: 21vw;
}

.engineitem {
    flex: 0 0 calc(50% - 6px); /* 每行两个，减去部分间距 */
    display: flex;
    align-items: center;
    justify-content: center;

}

.enginestyle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8vw;
    height: 36px; /* 调整高度以适应内容 */
    border-radius: 26.667px;
    background: #FFF;
    border: 1px solid #dedede;
    margin-top: 20px;
}


.enginetext {
    color: #000;
    text-align: center;
    font-family: "Noto Sans S Chinese";
    font-size: 22px; /* 调整字体大小以适应容器 */
    font-style: normal;
    font-weight: 900;
    padding: 7px 0px 7px 6px;
}

.partnerlists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 20px;
    margin: 0 12px;
    gap: 10px;
}

.partneritem {
    flex: 0 0 calc(33.333% - 8px); /* 每个占 1/3 宽度，减去 gap 间距 */
    height: 60px; /* 调整高度以适应内容 */
    background: #FFF;
    /* 卡片阴影 */
    box-shadow: 0 2px 6px 0 rgba(138, 149, 158, 0.20);
    text-align: center;
    line-height: 56px;
}
.cooperatelists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 48px 0 86px;
    margin: 0 12px;
    gap: 10px;
}

.cooperateitem {
    flex: 0 0 calc(20% - 14px); /* 每个占 1/3 宽度，减去 gap 间距 */
    height: 60px; /* 调整高度以适应内容 */
    background: #FFF;
    /* 卡片阴影 */
    box-shadow: 0 2px 6px 0 rgba(138, 149, 158, 0.20);
    text-align: center;
    line-height: 56px;
    margin-bottom: 10px;
}

.partner-img{
    width: 87px;
}

.shopitem {
    width: 408px;
    height: 84px;
    margin: 24px 12px;
    border-radius: 8px;
    background: #FFF;
    /* 卡片阴影 */
    box-shadow: 0 2px 6px 0 rgba(138, 149, 158, 0.20);
    padding: 12px;
}

.shopheader {
    color: #000;
    font-size: 18px;
    font-family: "Noto Sans S Chinese";
    font-weight: 700;
    line-height: 170%; /* 27.2px */
}

.shopstyle {
    color: #4B4B4B;
    font-size: 16px;
    font-family: "Noto Sans S Chinese";
    font-weight: 400;
    line-height: 160%; /* 18.2px */
    letter-spacing: -0.16px;
}

.contacttext {
    color: #000;
    text-align: center;
    text-shadow: 1px 1px 0 #FFF;
    font-size: 24px;
    font-family: "Noto Sans S Chinese";
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    margin-bottom: 16px;
}

.navstyle {
    font-size: 14px;
    font-family: "Noto Sans S Chinese";
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 28px */
    letter-spacing: -0.14px;
}

.color-white {
    color: #FFF;
}

.color-gray {
    color: #7F7F7F;
}
.color-block{
    color: #000;
}
.footbottom {
    margin-bottom: 28px;
}

.fixed {
    position: fixed;
    bottom:0px;
    display: flex;
    justify-content: center;
    height: 73px;
    background: #FFF;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05);
    max-width: 440px;
    width: 100%;
    align-items: center;
    z-index: 9999;
}


.fixbtn {
    width: 351px;
    height: 36px;
    background: #2245B5;
    color: white;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    font-family: "Noto Sans S Chinese";
}
.bg-colorFA{
    background-color: #FAFAFC;
}
.margin-12{
    margin: auto 12px;
}
.margin-16{
    margin: auto 16px;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-24{
    font-size: 24px;
}
.font-18{
    font-size: 18px;
}
.font-28{
    font-size: 28px !important;
}
.text-center{
    text-align: center !important;
}
.padding-top-86{
    padding-top: 86px;
}
.padding-bottom-86{
    padding-bottom: 86px;
}
.padding-tb-86{
    padding-bottom: 86px;
    padding-top: 86px;
}
.padding-top-48{
    padding-top: 48px;
}
.padding-bottom-48{
    padding-bottom: 48px;
}
.padding-tb-48{
    padding-bottom: 48px;
    padding-top: 48px;
}
.padding-top-30{
    padding-top: 30px;
}
.margin-top-0{
    margin-top: 0;
}
.margin-top-32{
    margin-top: 32px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-tb-30{
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
.margin-tb-20{
    margin-bottom: 20px;
    margin-top: 20px
}
.margin-tb-10{
    margin-bottom: 10px;
    margin-top: 10px
}
.padding-lr-16{
    padding-left: 16px;
    padding-right: 16px;
}
.padding-lr-24{
    padding-left: 24px;
    padding-right: 24px;
}
.padding-bottom-30{
    padding-bottom: 30px;
}
.padding-tb-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.flex-justify{
    display: flex;
    justify-content: center;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg-number{
    background-color: #1539AB;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    margin-top: -24px;
    font-size: 20px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
.padding-bottom-10{
    padding-bottom: 10px !important;
}
.functionlist {
    margin: 12px 40px;
    text-align: center; /* 使内联块级元素居中 */
}

.functionitem {
    min-width: 144px;
    max-width: 255px;
    display: inline-block; /* 使用inline-block替代flex */
    padding: 20px 56px;
    background-color: #ffffff; /* 背景颜色 */
    border-radius: 50px; /* 圆角 */
    font-size: 16px; /* 文字大小 */
    color: #000000; /* 文字颜色 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 阴影效果 */
    margin: 5px; /* 添加外边距来创建间距 */
    vertical-align: middle; /* 垂直对齐 */
}
.flex{
    display: flex;
    align-items: center;
}
.padding-top-0{
    padding-top: 0;
}
.roundstyle{
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #fff;
    margin-right: 10px
}

.accumulateditem {
    flex: 0 0 calc(33.333%); /* 每个占 1/3 宽度，减去 gap 间距 */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.namestyle{
    color: #1D1D1F;
    font-family: "Noto Sans S Chinese";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 24.072px; /* 100.301% */
    letter-spacing: 2.4px;
    margin-top: 30px;
}
.nameintro{
    color: #222220;
    font-family: "Noto Sans S Chinese";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.054px; /* 150.451% */
    margin-top: 10px;

}
.margin-24{
    margin: auto 24px;
}
.margin-top-40{
    margin-top: 40px;
}

.team-head {
    position: relative;
    height: 293px; /* 或根据设计调整 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: flex-end;   /* 头像底部对齐（可选）*/
    overflow: visible;       /* 确保大头像不被裁剪 */
    border-radius: 8px;
    background: #FFF;
}

.team-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(122deg, #EA6430 25.6%, #675FFF 93.08%);
    /* 背景样式 */
}

.avatar-container {
    position: absolute;
    display: inline-block;
}

.badge-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 80px; /* 示例尺寸 */
    height: 25px;
}

.avatar {
    width: 219px;
    height: 233px;
    display: block;
}

.functionheadtext{
    color: #000;
    text-align: center;
    font-family: "Noto Sans S Chinese";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.24px;
}
.funtiontext{
    color: #000;
    font-family: "Noto Sans S Chinese";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%; /* 18.48px */
    letter-spacing: -0.28px;
    text-align: left;
}
.iconimg-size{
    width: 48px;
    height: 48px;
    margin:0 16px 0 32px
}

.icon-img2{
    width: 80px;
    height: 80px;
    margin-left: 24px
}
.iconadd-size{
    width: 13px;
    height: 13px;
    margin:0 7px 0 6px
}
.icon-32{
    width: 32px;
    height: 32px;
}
.img-size{
    width: 244px;
    height: 498px;
}
.contact-head{
    color: #1D1D1F;
    font-family: "Noto Sans S Chinese";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 32px */
    letter-spacing: -0.16px;
}
.contact-content{
    color: #1D1D1F;
    font-family: "Noto Sans S Chinese";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: -0.14px;
}
.tabel-style{
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 0 2.5px 0 rgba(0, 0, 0, 0.75) inset;
    height: 56px;
    color: #A0A0A0;
    font-family: "Noto Sans S Chinese";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    letter-spacing: -0.12px;
    margin-top: 24px;
}
.tabel-btn{
    background-color: #2245B5;
    border-radius: 50px;
    width: 32.4vw;
    height: 56px;
    margin-top: 32px;
    margin-bottom: 48px;
    color: #FFF;
    font-family: "Noto Sans S Chinese";
    font-size: 16px;
    font-weight: 700;
}
.font-weight700{
    font-weight: 700;
}
.margin-top-20{
    margin-top: 20px;
}
.block_round{
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 100px;
    margin-right: 10px;
}
.padding-tb-5{
    padding-top: 5px;
    padding-bottom: 5px;
}
.contact-detail{
    color: #1D1D1F;
    font-family: "Noto Sans S Chinese";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.16px;
}
.white_round{
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #fff;
    margin-right: 10px
}
.img-56{
    width: 56px;
    height: 56px;
}
.img-24{
    width: 24px;
    height: 24px;
}
.img-60{
    width: 60px;
    height: 60px;
}
.img-120-80{
    width: 120px;
    height: 80px;
}
.img-80{
    width: 80px;
    height: 80px;
}
.activity_btn{
    display: inline-flex;
    height: 48px;
    padding: 8px 48px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #999;
    background: #FFF;
    margin-right: 24px;
    color: #999;
    font-family: "Noto Sans S Chinese";
    font-size: 24px;
    font-weight: 400;
}
.activity_btn.active {
    background: #2245B5;
    color: white;
    border: none;
}
.close-btn{
    height: 112px;
    line-height:112px;
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: end;
    align-items: center
}


