.main-content {
    height: 100%;
}

.main .brand-head {
    width: 100%;
    /*max-width: 1920px;*/
    height: 688px;
    background: url("../imgfolder/brand1.png") no-repeat center;
    background-size: cover;
    margin: 0 auto;
}

.main .brand-head .brand-h1 {
    padding: 120px 0 32px;
    width: 100%;
    text-align: center;
}
.main .brand-h1 {
    font-size: 48px;
    font-size: var(--page-h1);
    color: #3E007D;
    line-height: 64px;
    font-weight: 600;
}

.main .brand-head li{
    width: 1090px;
    margin: 0 auto;
    font-size: 20px;
    font-size: var(--page-text);
    color: #181D23;
    line-height: 36px;
    margin-bottom: 36px;
    text-align: center;
}

.main .brand-page {
    padding-top: 52px;
}
.main .brand {
    position: relative;
    display: flex;
    margin-bottom: 128px;
    margin-bottom: 100px;
}
.main .brand img{
    width: 616px;
    height: 448px;
}
.main .brand .desc {
    padding-top: 16px;
}
.main .brand.right .desc {
    padding-top: 56px;
}
.main .brand .desc h1{
    margin-bottom: 32px;
}
.main .brand .desc p {
    font-size: 20px;
    font-size: var(--page-text);
    color: #181D23;
    line-height: 36px;
    margin-bottom: 36px;
}

.main .brand.left .desc {
    margin-left: 48px;
}
.main .brand.right .desc {
    margin-right: 48px;
}

.main .brand-img.phone {
    display: none;
}




@media (max-width: 1024px) {
    .main .brand-img {
        display: none;
    }

    .main .brand-img.phone {
        display: block;
    }

    .main .brand-head {
        height: auto;
        background: none;
        position: relative;
    }

    .main .brand-head::before {
        content:'';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background: url('../imgfolder/phone/brand1.png') no-repeat center;
        background-size: cover;
        z-index: -1;
    }

    .main .brand-head .brand-h1 {
        color: #3E007D;
        line-height: 32px;
        height: auto;
        text-align: center;
        padding: 44px 0 22px;
        font-size: var(--page-p);
    }

    .main .brand-head li {
        width: 100%;
        padding: 0;
        font-size: var(--page-text);
        line-height: 28px;
        text-align: left;
        margin-bottom: 18px;
    }

    .main .brand-page {
        padding-top: 42px;
    }

    .main .brand {
        margin-bottom: 48px;
        background: var(--bgcolor);
        border-radius: var(--radius);
        padding: 0 16px 2px;
    }
    .main .brand img {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 229px;
        object-fit: contain;
        object-position: top;
    }
    .main .brand.left .desc {
        margin-left: 0;
    }

    .main .brand .desc, .main .brand.right .desc {
        padding-top: 230px;
    }


    .main .brand-h1 {
        padding-top: 20px;
        line-height: 28px;
        font-size: var(--page-h1-p);
    }
    .main .brand .desc h1{
        margin-bottom: 16px;
    }

    .main .brand .desc p {
        font-size: var(--page-text);
        line-height: 22px;
        margin-bottom: 18px;
    }


}

