/* 关于我们 */
.law {
    position: absolute;
    inset: 0;
}

.law a {
    text-decoration: none;
}

.law .background {
    position: absolute;
    inset: 0;
    background: linear-gradient(-38deg, #1E1129 0%, #2F1D3F 100%);
    opacity: 0.99;
}

.law .top-bg {
    position: absolute;
    top: 0;
    width: 100%;
    background-image: url(https://img1.mymax.cn/mymaxair/officialwebsite-pc/2024/images/law/top-bg.png);
    background-size: cover;
    background-position: center;
    height: 7.275rem;
}

.text-center {
    text-align: center;
}

.law .container {
    position: absolute;
    inset: 0;
    overflow: auto;
}

.law .container .wrapper {
    position: relative;
}

/* banner */
.law .container .wrapper .banner {
    position: relative;
    height: calc(7.275rem - .9375rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.law .container .wrapper .banner .title {
    font-family: "ChuangKeTieJinGangTi-2";
    font-weight: 400;
    font-size: 0.93rem;
    color: #FFFFFF;
    margin-left: 4.25rem;
}

.law .container .wrapper .banner .desc {
    color: #FFFFFF;
    line-height: 1;
    margin-left: 4.25rem;
    width: 14.5rem;
    font-size: 0.25rem;
    line-height: 0.55rem;
}

.law .content {
    width: 14.39rem;
    margin: 0 auto;
    font-size: 0.23rem;
    line-height: 0.55rem;
    color: #fff;
    font-weight: 400;
    padding-bottom: 4rem;
}

.law .content h1 {
    font-weight: 400;
    font-size: 0.57rem;
}

.law .content h3 {
    font-weight: 400;
    font-size: 0.3rem;
}

.law .content li {
    text-align: justify;
}

.hide {
    display: none;
}