@charset "UTF-8";
/**
 * 202511【自研大项目】产业供应链平台研发项目-新点标证通2025
 * date: 2025-11-4
 * author: sxw;
 */
body {
    background: linear-gradient(to bottom, #F9FBFF 0%, #E3EEFF 100%);
}

.banner {
    height: 874px;
    position: relative;
    overflow: hidden;
}

.banner-swiper {
    height: 100%;
}
.banner-swiper .swiper-wrapper {
    height: 100%;
}
.banner-swiper .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.swiper-pagination {
    bottom: 20% !important;
}

.swiper-pagination-bullet {
    width: 52px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0 3px;
    position: relative;
}

.swiper-pagination-bullet-active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: #206AF2;
    transform-origin: left;
    animation: swiperbulletwidth 3s ease-in-out;
}

@keyframes swiperbulletwidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}
.fixed-btn {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 47px;
    z-index: 11;
}
.fixed-btn.fixed {
    position: fixed;
    bottom: 0;
    height: 122px;
    border-top: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 34.4px 0 rgba(179, 209, 250, 0.47);
    box-sizing: border-box;
    padding-top: 27px;
}

.btn-down {
    display: inline-block;
    width: 217px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    color: #fff;
    border-radius: 99px;
    background: linear-gradient(#2F50ED 0%, #0570FE 100%);
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 3px;
}

.mod {
    margin-top: 64px;
}
.mod-hd {
    line-height: 59px;
    text-align: center;
}
.mod-hd > span {
    font-size: 40px;
    font-weight: bold;
}
.mod-hd-sub {
    line-height: 24px;
    color: #666;
    font-size: 16px;
}
.mod-bd {
    padding: 36px 0 64px;
}

/*应用介绍*/
.app-tab {
    display: flex;
    height: 634px;
    overflow-y: hidden;
}
.app-tab .tab-hd {
    width: 414px;
    margin-right: 32px;
}
.app-tab .tab-hd-item {
    height: 114px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 34.4px rgba(179, 209, 250, 0.47);
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    cursor: pointer;
}
.app-tab .tab-hd-item + .tab-hd-item {
    margin-top: 16px;
}
.app-tab .tab-hd-item:nth-child(1) .icon {
    background: url("../images/index2/app_icon1.png") no-repeat center center;
}
.app-tab .tab-hd-item:nth-child(2) .icon {
    background: url("../images/index2/app_icon2.png") no-repeat center center;
}
.app-tab .tab-hd-item:nth-child(3) .icon {
    background: url("../images/index2/app_icon3.png") no-repeat center center;
}
.app-tab .tab-hd-item:nth-child(4) .icon {
    background: url("../images/index2/app_icon4.png") no-repeat center center;
}
.app-tab .tab-hd-item:nth-child(5) .icon {
    background: url("../images/index2/app_icon5.png") no-repeat center center;
}
.app-tab .tab-hd-item > div:nth-child(2) {
    flex: 1;
    width: 0;
}
.app-tab .tab-hd-item .icon {
    width: 74px;
    height: 74px;
    margin-right: 16px;
}
.app-tab .tab-hd-item p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.app-tab .tab-hd-item .tt {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.app-tab .tab-hd-item .info {
    line-height: 24px;
    font-size: 16px;
    color: #999;
    margin-top: 12px;
}
.app-tab .tab-hd-item.current {
    box-shadow: none;
    background: url("../images/index2/app_tab_current.png") no-repeat center;
    background-size: 100% 100%;
}
.app-tab .tab-hd-item.current p {
    color: #fff;
}
.app-tab .tab-bd {
    flex: 1;
}
.app-tab .tab-bd-item {
    width: 100%;
    height: 100%;
}
.app-tab .tab-bd img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

/*6大创新*/
.innovate {
    display: flex;
    flex-wrap: wrap;
}
.innovate-item {
    width: calc(50% - 16px);
    height: 144px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0px 4px 34.4px rgba(179, 209, 250, 0.47);
    border-radius: 16px;
    padding: 24px;
    box-sizing: border-box;
    position: relative;
}
.innovate-item:nth-child(even) {
    margin-left: 32px;
}
.innovate-item:nth-child(n+3) {
    margin-top: 32px;
}
.innovate-item .num {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 43px;
    background: url("../images/index2/innovate_num_bg.png") no-repeat center;
    background-size: 100% 100%;
    padding: 2px 15px 7px 32px;
    box-sizing: border-box;
    line-height: 34px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
.innovate-item .tt {
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
.innovate-item .info {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical;
    /* 必须结合的属性，用于设置或检索伸缩盒对象的子元素的排列方式 */
    overflow: hidden;
    /* 隐藏超出部分 */
    word-break: break-all;
    /* 允许在单词内换行 */
}

/*5重身份*/
.identity > img {
    width: 100%;
}
.identity > p {
    line-height: 27px;
    padding: 0 100px;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}
.identity-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.identity-item {
    width: 189px;
    height: 156px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}
.identity-item::after {
    position: absolute;
    content: "";
    width: 333px;
    height: 99px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: url("../images/index2/identity_item_bg.png") no-repeat;
}
.identity-item .tt {
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
}
.identity-item .txt {
    line-height: 21px;
    color: #8A8F99;
}

@media screen and (max-width: 1360px) {
    .identity-list {
        overflow: hidden;
    }
}
/*合作伙伴*/
.cooperation {
    margin: 0 auto;
    position: relative;
}
.cooperation.mod {
    margin-bottom: 180px;
}
.cooperation .mod-bd {
    padding-bottom: 0;
}
.cooperation-tab .tab-hd {
    height: 52px;
    border-radius: 54px;
}
.cooperation-tab .tab-hd > div {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E0EAFB;
    padding: 4px;
    line-height: 44px;
    border-radius: 54px;
}
.cooperation-tab .tab-hd .cooperation-hd-item {
    font-size: 20px;
    padding: 0 24px;
    border-radius: 34px;
    cursor: pointer;
}
.cooperation-tab .tab-hd .cooperation-hd-item.current {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, #2F50ED 0%, #0570FE 100%);
}
.cooperation-tab .tab-hd .cooperation-hd-item + .cooperation-hd-item {
    margin-left: 16px;
}
.cooperation-tab .tab-bd {
    margin: 0 auto;
    overflow: hidden;
}
.cooperation-tab .sub-tab-hd {
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #7385A1;
    margin-bottom: 18px;
    margin-top: 32px;
}
.cooperation-tab .sub-tab-bd {
    height: 103px;
    white-space: nowrap;
    position: relative;
}
.cooperation-tab .sub-tab-bd::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-radius: 16px;
    pointer-events: none;
}
.cooperation-item {
    display: inline-block;
    width: 274px;
    height: 103px;
    margin-left: 16px;
    border-radius: 16px;
    background: #fff;
    vertical-align: top;
    color: #333;
}
.cooperation-item img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.cooperation-tab .sub-tab-bd.marquee::after {
    border-radius: 0;
    background: linear-gradient(to right, rgba(231, 241, 255, 0.8156862745) 0%, rgba(224, 234, 251, 0) 6%, rgba(224, 234, 251, 0) 94%, rgba(231, 241, 255, 0.8156862745) 100%);
}
.cooperation-tab .sub-tab-bd:not(.marquee) {
    text-align: center;
}

.str_wrap.str_active {
    background: transparent;
}
.cooperation-tab {
    height: 601px;
}

.cooperation-item1 {
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px 0 12px;
    white-space: pre-wrap;
}
.cooperation-item1 img {
    width: 50px;
    height: 50px;
    margin-right: 6px;
}
.cooperation-item1 .txt {
    flex: 1;
    width: 0;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
    word-break: break-all;
}
.cooperation-item2 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cooperation-item2 img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.cooperation-item3 {
    height: 100%;
    text-align: center;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.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: 245px;
    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;
}