* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}



/* .systemIntroduction-main>li {
    display: flex;
    text-align: center;
}

.systemIntroduction-main>li>div>p {
    margin-bottom: 0px;
}


.systemIntroduction-main>li:not(li:nth-of-type(1)) {
    margin-top: 10px;
}

.systemIntroduction-main>li:not(li:nth-of-type(1)) {
    border: 1px solid rgb(234, 237, 240);
}


.systemIntroduction-main>li:not(li:nth-of-type(1))>div>p {
    border-left: 1px solid rgb(234, 237, 240);
}

.systemIntroduction-main>li:not(li:nth-of-type(1))>div>p:not(p:nth-last-of-type(1)) {
    border-bottom: 1px solid rgb(234, 237, 240);
}

.systemIntroduction-main>li:not(li:nth-of-type(1))>div:not(:nth-of-type(1))>p {
    padding: 5px 0;
}

.systemIntroduction-main>li>div:nth-of-type(1) {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.systemIntroduction-main>li>div:nth-of-type(2) {
    width: 20%;
}

.systemIntroduction-main>li>div:nth-of-type(3) {
    width: 60%;
} */
/* 功能介绍 */
.functionIntroduction>div>ul>li>p {
    font-size: 18px;
}

.functionIntroduction>div>ul>li>p>span {
    text-align: center;
    display: block;
    vertical-align: middle;
}

.functionIntroduction>div>ul>li>p>span>span {
    font-weight: 700;
    font-size: 25px;
    vertical-align: middle;
}

.functionIntroduction,
.functionIntroduction>div>ul>li {
    display: flex;
}

.functionIntroduction>div>p,
.functionIntroduction>div>ul {
    margin-bottom: 0px;
}

.functionIntroduction>div>p,
.functionIntroduction>div>ul,
.functionIntroduction>div>ul>li {
    display: flex;
}

.functionIntroduction>div>p,
.functionIntroduction>div>ul>li {
    justify-content: center;
    align-items: center;
}

.functionIntroduction {
    height: 100px;
    justify-content: space-between;
    z-index: 9999 !important;
}

.functionIntroduction>div>p {
    color: #666666;
    width: 20%;
    font-size: 18px;
}

.functionIntroduction>div>ul {
    width: 60%;
}

.functionIntroduction>div>ul>li {
    width: 33.333333%;
}

.functionIntroduction>div {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


/* 系统介绍主体内容 */
.name {
    margin-top: 92px;
}

.systemIntroduction-main {
    text-align: center;
}

.systemIntroduction-main p {
    margin-bottom: 0px;
}

.systemIntroduction-main>li {
    margin-top: 10px;
}

/* 关于公众号标题那一些 */
.systemIntroduction-main>li>div {
    width: 100%;
    background-color: #F6FAFF;
    padding: 5px 0;
}

.systemIntroduction-main>li>div>p {
    width: 20%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

/* 主体内容 */
.systemIntroduction-main>li>main {
    margin-top: 10px;
}

.systemIntroduction-main>li>main>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.systemIntroduction-main>li>main>div:not(div:last-child) {
    border-bottom: 1px solid rgb(234, 237, 240);
}

.systemIntroduction-main>li>main>div>p:nth-of-type(1) {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

.systemIntroduction-main>li>main>div>p:nth-of-type(1)>img {
    width: 12px;
    height: 12px;
    position: relative;
    left: 5px;
}

.systemIntroduction-main>li>main>div>p:nth-of-type(1)>span {
    background-color: rgb(51, 51, 51);
    color: white;
    font-size: 12px;
    padding: 2px 5px;
    position: absolute;
    top: 7px;
    left: 85%;
    white-space: nowrap;
    line-height: 20px;
    display: none;
}

.systemIntroduction-main>li>main>div>p:nth-of-type(1)>span::before {
    position: absolute;
    width: 5px;
    height: 5px;
    background: inherit;
    visibility: visible;
    content: '';
    transform: rotate(45deg);
    left: -2.5px;
    top: 10.75px;
}

.systemIntroduction-main>li>main>div>ul {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.systemIntroduction-main>li>main>div>ul>li {
    width: 33.333333%;
}

.systemIntroduction-main>li>main>div>ul>li>img {
    width: 12px;
    height: 10px;
}

.navbar {
    display: flex;
    background-color: #fff;
}