.law-header {
    width: 100%;
    height: 450px;
    background: url('/web/imitate/assets/lawImg/absoluteUs.webp') no-repeat;
    background-size: cover;
}

.law-header-area {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding: 180px 20px 0;
}

.law-header-title {
    height: 48px;
    line-height: 70px;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.law-desc-module {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    padding: 30px 0px;
    position: relative;
}

.law-desc-module-area {
    max-width: 1366px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.law-desc-module-title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin: 30px 0 50px;
}

.term-desc-module-desc {
    margin-bottom: 20px;
    font-family: HarmonyOS Sans SC !important;
}

.term-module-title {
    text-align: center;
    color: #191919;
    font-size: 16px;

}

.term-module-list {
    color: #191919;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5715;

}

.term-module-desc {
    color: #191919;
    font-size: 15px;
    line-height: 1.5715;
}

.term-module-desc span {
    font-weight: 600;
}

@media screen and (max-width:768px) {
    .law-header {
        width: 100%;
        height: 250px;
        background: url('/web/imitate/assets/lawImg/absoluteUs.webp') 60% no-repeat;
        background-size: cover;
    }

    .law-header-area {
        width: 100%;
        margin: 0 auto;
        padding-top: 100px;
        display: flex;
        justify-content: center;

    }

    .law-header-title {
        height: 48px;
        line-height: 70px;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
    }

    .law-desc-module {
        background-color: #f7f7f7;
        width: 100%;
        height: 100%;
        padding: 30px 30px;
        position: relative;
    }

    .law-desc-module-area {
        width: 100%;
        margin: 0 auto;
    }

    .law-desc-module-title {
        font-size: 23px;
        text-align: center;
        font-weight: 700;
        margin: 30px 0 50px;
    }

    .term-desc-module-desc {
        margin-bottom: 20px;
        font-family: HarmonyOS Sans SC !important;
    }

    .term-module-title {
        text-align: center;
        color: #191919;
        font-size: 16px;

    }

    .term-module-list {
        color: #191919;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5715;

    }

    .term-module-desc {
        color: #191919;
        font-size: 15px;
        line-height: 1.5715;
    }

    .term-module-desc span {
        font-weight: 600;
    }

}