.system-function {
    max-width: var(--container-max-width);
    padding: 0 var(--container-padding);
    margin: 0 auto;
}

.system-function-list {
    width: 70%;
    margin: 20px auto;
    margin-top: 120px;
}

.system-function-list h3 {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 26px;
    color: #121127;
    line-height: 61px;
}

.system-function-list h4 {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding-top: 10px;
}

.system-function-list-frist {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #042780;
    padding-top: 10px;
}

.system-function-list-content {
    margin: 10px 0;
    height: 40px;
    display: flex;
    gap: 20px;
}

.system-function-list-content div {
    width: 50%;
    background-color: #F0F5FF;
    text-align: center;
    color: #000000;
    font-size: 16px;
    line-height: 40px;
}

.system-function button {
    display: block;
    color: #fff;
    margin: 70px auto;
    width: 140px;
    height: 40px;
    background: linear-gradient(-79deg, #FF2774, #FF891A);
    border-radius: 4px;
    border: none;
}

.system-function>h2 {
    padding-top: 123px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    color: #000000;
    text-align: center;
}


.system-function>p {
    margin-top: 27px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #787A80;
    text-align: center;
}

.system-function-fun {
    display: flex;
    gap: 60px;
    justify-content: center;
    padding: 60px 20px 60px 20px;
}

.system-function-manage {
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
}

.system-function-manage-content {
    display: flex;
    gap: 30px;
}

.system-function-manage-content-left {
    padding: 35px;
    margin-bottom: 30px;
    width: 70%;
    height: 278px;
    background: #EAF4FF;
    border-radius: 20px;
}

.system-function-manage-content-right {
    padding: 35px;
    margin-bottom: 30px;
    width: 40%;
    height: 278px;
    background: #F5EFF9;
    border-radius: 20px;
}

.system-function-manage-content-left-l {
    padding: 35px;
    margin-bottom: 30px;
    width: 70%;
    height: 278px;
    background: #EAECFF;
    border-radius: 20px;
}

.system-function-manage-content-right-r {
    padding: 35px;
    margin-bottom: 30px;
    width: 40%;
    height: 278px;
    background: #EAFFEA;
    border-radius: 20px;
}

.system-function-manage-content>div>h3 {
    height: 25px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 26px;
    color: #333333;
}

.system-function-manage-content>div>h5 {
    margin-top: 27px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #808080;
}

.system-function-manage-content>div>div {
    display: flex;
    gap: 20px;
}

.system-function-manage-content>div>div>button {
    margin: 0;
    margin-top: 60px;
    width: 173px;
    color: #000000;
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #8DC3FF;
}

.system-function-funs {
    display: flex;
    gap: 60px;
    justify-content: center;
    padding-bottom: 50px;
    padding: 0px 20px 60px 20px;
}

.system-function-fun-item {
    width: 266px;
    height: 239px;
    background: #EFF9FE;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #fff;
    flex: 25%;
}

.system-function-fun-item-icon {
    /* margin: 20px; */
    width: 100%;
    /* height: 35px; */
    /* background: #1C74E4; */
    /* box-shadow: 0px 0px 16px 0px rgba(48, 114, 246, 0.6); */
    border-radius: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.system-function-fun-item-icon>img {
    max-width: 25px;
    max-height: 25px;
    object-fit: contain;

}

.system-function-fun-item>p {
    text-align: center;
    margin-top: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    color: #333333;
}

.system-function-fun-item:nth-child(1) {
    background: url(/img/park/opensourcepark5.png);
}

.system-function-fun-item:nth-child(2) {
    background: url(/img/park/zhiangangting.png);
}

.system-function-fun-item:nth-child(3) {
    background: url(/img/park/car.png);
}

.system-function-fun-item:nth-child(4) {
    background: url(/img/park/renyuan.png);
}

.items:nth-child(1) {
    background: url(/img/park/chewei.png);
}

.items:nth-child(2) {
    background: url(/img/park/wuye.png);
}

.items:nth-child(3) {
    background: url(/img/park/zhandan.png);
}

.items:nth-child(4) {
    background: url(/img/park/jinchuchang.png);
}

.system-function-fun-item>div {
    padding: 20px;
}

.system-function-fun-item>div:nth-child(2) {
    padding: 0 20px;
}

.system-function-fun-item>div>p {
    text-align: center;
    line-height: 35px;
    margin-left: 34px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 24px;
    color: #03020F;
}

.system-function-fun-item>div>span {
    /* height: 57px; */
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.system-function-content {
    display: flex;
    width: 100%;
    min-height: 684px;
    background: #F3F7FF;
    border-radius: 35px;
    margin-bottom: 120px;
    padding-top: 54px;
    padding-left: 98px;
}

.system-function-content-l {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

.system-function-content-l-item {
    width: 390px;
    padding: 20px 18px;
}

.system-function-content-l-item:nth-child(1) {
    background: #F2F4F5;
    border-radius: 10px;
}

.system-function-content-l-item:nth-child(1)>h5 {
    border-bottom: 2px solid #006EFF;
}
.system-function-manage-content-right>div>button{
    border: 1px solid #DCA8FF !important;
}
.system-function-manage-content-right-r>div>button{
    border: 1px solid #67E867 !important;
}
.system-function-manage-content-left-l>div>button{
    border: 1px solid #8792FF !important;
}
.system-function-content-l-item>h5 {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 22px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
}

.system-function-content-l-item>h5>img {
    width: 21px;
    height: 21px;
    margin-right: 11px;
}

.system-function-content-l-item>p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #4D4D4D;
    margin-top: 13px;
}

.system-function-content-r {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.system-function-content-r>img {
    max-width: 774px;
    max-height: 394px;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .system-function-fun{
        display: block;
        padding: 60px 20px 0px 20px;
    }
    .system-function-fun-item{
        width: 80%;
        margin: 10px auto;
    }
    .system-function-funs{
        display: block;
    }
    .system-function-funs-item{
        width: 80%;
        margin: 10px auto;
    }
    .system-function-list{
        width: 90%;
    }
    .system-function-manage-content{
        flex-direction: column;
    }
    .system-function-manage-content-left{
        width: 100%;
    }
    .system-function-manage-content-right{
        width: 100%;
    }
    .system-function-manage-content-right-r{
        width: 100%;
    }
    .system-function-manage-content-left-l{
        width: 100%;
    }
}