/* 页面整体容器 */
.containerwith {
    max-width: 440px;
    margin: 0 auto; /* 水平居中 */
    overflow: hidden;
}
.nav{
    background-color: #fff;
    padding: 0;
    float: left;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    display: none;
    padding-bottom: 10px;
    z-index: 9999999;
    padding-left: 16px;
    padding-right: 16px;
}
.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: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 40.8px */
    letter-spacing: -0.24px;
    margin-top: 30px;
}
.header3 {
    color: #000;
    font-family: "Noto Sans S Chinese";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
    letter-spacing: -0.16px;
}

.header2 {
    color: #000;
    font-family: "Noto Sans S Chinese";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.18px;
}
.text-shadow{
    text-shadow: 1px 1px 0 #FFF;
}
.no-cursor-text {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.headercontent {
    color: #000;
    font-family: "Noto Sans S Chinese";
    font-size: 14px;
    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: 26px 20px 20px;
}

.containers .item {
    width: calc(50% - 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: 36px;
    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: 17px;
    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: 24px;
}

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

.product {
    border-radius: 8px;
    background: #FFF;
    margin-left: -4px;
    margin-right: -4px;
}

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

.productdesc {
    color: #4B4B4B;
    font-size: 14px;
    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: 4px;
}

.productlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 4px;
    margin: 0 16px;
}

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

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

.productbtn {
    text-align: center;
    width: 130px;
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
    background: #2245B5;
    color: white;
    font-size: 12px;
    font-family: "Noto Sans S Chinese";
    font-weight: 700;
    margin: 0 auto;
}

.enginelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7px 0 4px;
    margin: 0 40px;
    gap: 12px;
}

.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: 100.8px;
    height: 32px; /* 调整高度以适应内容 */
    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: 19.5px; /* 调整字体大小以适应容器 */
    font-style: normal;
    font-weight: 900;
    margin-left: 5px;
}

.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;
}
.partner-img{
    width: 87px;
}

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

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

.shopstyle {
    color: #4B4B4B;
    font-size: 14px;
    font-family: "Noto Sans S Chinese";
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.14px;
    padding-top: 6px;
}

.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;
    left: 0;
    right: 0;
    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-18{
    font-size: 18px;
}
.font-28{
    font-size: 28px !important;
}
.text-center{
    text-align: center !important;
}
.padding-top-30{
    padding-top: 30px;
}
.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-24{
    padding-left: 24px;
    padding-right: 24px;
}
.padding-bottom-30{
    padding-bottom: 30px;
}
.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: 24px;
    height: 24px;
    border-radius: 50px;
    margin-top: 20px;
    text-align: center;
    line-height: 24px;
    margin-right: 10px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
.padding-bottom-10{
    padding-bottom: 10px !important;
}
.functionlist {
    margin: 0 40px;
    text-align: center; /* 使内联块级元素居中 */
}

.functionitem {
    min-width: 108px;
    max-width: 153px;
    display: inline-block; /* 使用inline-block替代flex */
    padding: 9px 13px;
    background-color: #ffffff; /* 背景颜色 */
    border-radius: 20px; /* 圆角 */
    font-size: 14px; /* 文字大小 */
    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
}
.accumulatedlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 4px;
    margin: 0 16px;
}

.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: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.054px; /* 150.451% */
    margin-top: 8px;

}
.textstyle{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14.936px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.494px;
    margin-top: 4px;
}
.margin-24{
    margin: auto 24px;
}
.margin-top-40{
    margin-top: 40px;
}
.team-head{
    height: 324px;
    margin: auto 24px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 2px 6px 0 rgba(138, 149, 158, 0.20);
    position: relative
}
.qianjia-logo{
    background: #2c2e37;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
}
.logo-size{
    width: 18px;
    height: 20px;
    margin: 4px auto;
}
.team-bg{
    height: 246px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(122deg, #EA6430 25.6%, #675FFF 93.08%);
}
.funtiontext{
    color: #000;
    font-family: "Noto Sans S Chinese";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%; /* 18.48px */
    letter-spacing: -0.28px;
    text-align: left;
}
.iconimg-size{
    width: 28px;
    height: 28px;
    margin:0 7px 0 9px
}
.iconadd-size{
    width: 13px;
    height: 13px;
    margin:0 7px 0 6px
}
.icon-32{
    width: 32px;
    height: 32px;
}
.contact-head{
    color: #1D1D1F;
    font-family: "Noto Sans S Chinese";
    font-size: 16px;
    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: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: -0.14px;
}
.tabel-style{
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 0 1.5px 0 rgba(0, 0, 0, 0.75) inset;
    height: 46px;
    color: #A0A0A0;
    font-family: "Noto Sans S Chinese";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    letter-spacing: -0.12px;
    margin-top: 15px;
}
.tabel-btn{
    background-color: #2245B5;
    border-radius: 50px;
    height: 36px;
    margin-top: 21px;
    margin-bottom: 5px;
    color: #FFF;
    font-family: "Noto Sans S Chinese";
    font-size: 12px;
    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{
    line-height: 24px;
    font-size: 14px;
    margin-left: 12px;
}
.white_round{
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #fff;
    margin-right: 10px
}
.activity_btn{
    display: inline-flex;
    height: 32px;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #999;
    background: #FFF;
    margin-right: 10px;
    color: #999;
    font-family: "Noto Sans S Chinese";
    font-size: 16px;
    font-weight: 400;
}
.activity_btn.active {
    background: #2245B5;
    color: white;
    border: none;
}


