* {
    margin: 0;
    padding: 0;
}

/* @font-face {
    font-family:"Microsoft YaHei";
    src: url("../font/NotoSansSC-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family:"Microsoft YaHei";
    src: url("../font/NotoSansSC-Bold.ttf") format("truetype");
    font-weight: 900;
} */

img {
    display: block;
}

.cad-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 52px;
    background: rgba(0, 31, 78, 0.5);
    backdrop-filter: blur(17px);
    z-index: 9999;
}

.cad-title img {
    width: 125px;
    height: 28px;
}

.cad-header {
    position: relative;
}

.cad-header img {
    height: 230px;
    width: 100%;
}

.cad-header .header-main {
    position: absolute;
    top: 42%;
    left: 11%;
    font-size: 10px;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-style: normal;

}

.cad-header .header-main .main-title {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 6px;
    font-family: "Microsoft YaHei";
    font-style: normal;
}

.cad-header .header-main .main-button {
    font-size: 8px;
    width: 50px;
    height: 22px;
    background-color: #3775f6;
    text-align: center;
    line-height: 22px;
    margin-top: 8px;
    border-radius: 4px;
}

.al-content {
    box-sizing: border-box;
}

/* 功能概述 */
.al-content .al-factory {
    padding: 15px 15px 15px 15px;
    background-image: url(../../img/phoneImg/analysis/alBgc1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.al-content .al-factory .text-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.al-content .al-factory .text-title .text-width {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 60% */
    background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.al-content .al-factory .text-body {
    color: #d9d9d9;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-indent: 2em;
}

/* 知识库概述 */
.al-content .al-knowledge {
    padding: 15px 15px 15px 15px;
    background-image: url(../../img/phoneImg/sameImage/knowledge-banner1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.al-content .al-knowledge .text-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.al-content .al-knowledge .text-title .text-width {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 60% */
    background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.al-content .al-knowledge .text-body {
    color: #d9d9d9;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-indent: 2em;
}

/* 知识库系统下边卡片展示 */
.al-content .al-knowledge .text-card {
    width: 100%;
    margin-top: 10px;
}

/* 产品特性及介绍 */
.al-content .al-product {
    padding: 15px 15px 15px 15px;
    background-image: url(../../img/phoneImg/analysis/alBgc1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.al-content .al-product .al-product-title {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 100% */
    position: relative;
    margin-bottom: 10px;
}

.al-content .al-product .al-product-title span {
    color: #07d1fa;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.44px;
    /* 171.5% */
    padding-left: 10px;
}

.al-content .al-product .al-product-title .al-position {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #07d1fa;
    top: 9px;
    left: 161px;
    padding: 0;
}

/*  */
.al-content .al-product-role {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.al-content .al-product-role .al-product-title2 {
    background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.al-content .al-product-role .al-product-text {
    color: #d9d9d9;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    font-style: normal;
    font-weight: 500;

}

.al-content .al-product-role>img {
    width: 90%;
}

/* 知识库门户 */
.knowledge-door {
    padding: 15px 15px 15px 15px;
    background-image: url(../../img/phoneImg/sameImage/knowledge-door-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 10px; */

}

.knowledge-door .text-title {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 60% */
    background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.knowledge-door .text-cnt {
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-indent: 2em;
    margin-bottom: 10px;
}

.knowledge-door>img {
    width: 90%;
}

/* 便携查询 */
.knowledge-search {
    padding: 15px 15px 15px 15px;
    background-image: url(../../img/phoneImg/sameImage/knowledge-search-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 10px; */

}

.knowledge-search .text-title {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 60% */
    background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.knowledge-search .text-cnt {
    color: #d9d9d9;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-indent: 2em;
    margin-bottom: 10px;
}

.knowledge-search>img {
    width: 90%;
}

/* 资源整合 */
.knowledge-ziyuan {
    padding: 15px 15px 15px 15px;
    background-image: url(../../img/phoneImg/sameImage/knowledge-door-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 10px; */

}

.knowledge-ziyuan .text-title {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 60% */
    background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.knowledge-ziyuan .text-role {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.knowledge-ziyuan .text-role>img {
    width: 28%;
}

.integration-main-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 292px;
    height: 294.59px;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 9px 18px 0px rgba(89, 114, 162, 0.15);
    margin-bottom: 10px;
}

.integration-main-item .integration-title {
    box-sizing: border-box;
    width: 292px;
    height: 82.586px;
    padding-top: 32px;
    padding-left: 34px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 110% */
}

.integration-main-item:nth-of-type(1) .integration-title {
    background-image: url(../../img/phoneImg/knowledge/konw1.png);
}

.integration-main-item:nth-of-type(2) .integration-title {
    background-image: url(../../img/phoneImg/knowledge/konw2.png);
}

.integration-main-item:nth-of-type(3) .integration-title {
    background-image: url(../../img/phoneImg/knowledge/konw3.png);
}

.integration-main-item .integration-body {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    row-gap: 12px;
}

.integration-main-item .integration-body .body-item {
    display: flex;
    width: 172px;
    height: 39px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #0b1e4e;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* 知识应用 */
.knowledge-yingyong {
    padding: 15px 15px 15px 15px;
    background-image: url(../../img/phoneImg/sameImage/knowledge-search-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 10px; */

}

.knowledge-yingyong>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.knowledge-yingyong .text-title {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 60% */
    background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.knowledge-yingyong>div>div {
    color: #d9d9d9;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.knowledge-yingyong>div>img {
    width: 90%;
}

/* 在线浏览 */
.knowledge-liulan {
    padding: 15px 15px 15px 15px;
    background-image: url(../../img/phoneImg/sameImage/knowledge-door-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 10px; */

}

.knowledge-liulan .text-title {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 60% */
    background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.knowledge-liulan .text-cnt {
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-indent: 2em;
    margin-bottom: 10px;
}

.knowledge-liulan>img {
    width: 90%;
}

/* 知识收集归档 */
.knowledge-shouji {
    padding: 15px 15px 15px 15px;
    background-image: url(../../img/phoneImg/sameImage/knowledge-search-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 10px; */

}

.knowledge-shouji>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.knowledge-shouji .text-title {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 60% */
    background: var(--Linear, linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.knowledge-shouji>div>div {
    color: #d9d9d9;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.knowledge-shouji>div>img {
    width: 90%;
}