.main-content {
    /*height: 100%;*/
}

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

.main .expert-h1 {
    font-size: 48px;
    font-size: var(--page-h1);
    color: #181D23;
    line-height: 64px;
    font-weight: 600;
    padding: 172px 0 24px;
    width: 100%;
}

.main .expert-head p {
    width: 720px;
    font-size: 20px;
    font-size: var(--page-text);
    color: #181D23;
    line-height: 36px;
}


.main .expert-page {
    padding: 96px 0 48px;
}
.main .expert {
    display: flex;
    margin-bottom: 48px;
    background: #F5F9FC;
    background: var(--bgcolor);
    border-radius: 8px;
    border-radius: var(--radius);
}
.main .expert img{
    width: 560px;
    height: 472px;
    margin-left: 48px;
}
.main .expert .name {
    font-size: 32px;
    font-size: var(--page-h1);
    color: #3E007D;
    line-height: 48px;
    padding-top: 40px;
    margin-bottom: 8px;
}

.main .expert .industry {
    font-size: 20px;
    font-size: 16px;
    color: #181D23;
    line-height: 32px;
    margin-bottom: 24px;
}

.main .expert p {
    width: 624px;
    font-size: 20px;
    font-size: var(--page-text);
    color: #181D23;
    line-height: 36px;
}

.main .expert .desc {
    padding-left: 48px;
}
.main .expert.right img {
    margin: 0;
}

.main .expert .desc h1{
    margin-bottom: 32px;
}


.main .expert-boot {
    width: 100%;
    height: 892px;
    background: #F5F9FC;
    background: var(--bgcolor);
}

.main .expert-boot .expert-h1 {
    padding: 88px 0 24px;
    text-align: center;
}

.main .expert-boot .text {
    width: 880px;
    margin: 0 auto 56px;
    text-align: center;
    font-size: 20px;
    font-size: var(--page-text);
    color: #181D23;
    line-height: 36px;
}

.main .mouth {
    width: 100%;
    height: 420px;
}
.main .mouth-desc {
    width: 720px;
    height: 100%;
    top: 0;
    left: 512px;
}

.main .mouth-desc .name {
    font-size: 32px;
    font-size: var(--page-h1);
    color: #3E007D;
    line-height: 48px;
    padding-top: 88px;
    margin-bottom: 8px;
}

.main .mouth-desc .industry {
    font-size: 20px;
    font-size: 16px;
    color: #181D23;
    line-height: 32px;
    margin-bottom: 24px;
}

.main .mouth-desc p {
    width: 720px;
    font-size: 20px;
    font-size: var(--page-text);
    color: #181D23;
    line-height: 36px;
}


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

@media (max-width: 1024px) {
    .main-content {
        height: auto;
    }

    .main .expert-img{
        display: none;
    }
    .main .expert-img.phone{
        display: block;
    }


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

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


    .main .expert-h1 {
        height: 248px;
        line-height: 248px;
        text-align: center;
        padding: 0;
        color: #FFF;
        font-size: var(--page-p);
        font-size: 0;
    }

    .main .expert-h1-1 {
        display: block;
        padding-top: 18px;
        color: #181D23;
        line-height: 36px;
        font-size: var(--page-p);
    }

    .main .expert .name {
        padding-top: 20px;
        line-height: 28px;
        font-size: var(--page-h1-p);
    }

    .main .expert .industry {
        line-height: 24px;
        font-size: var(--title-p);
        margin-bottom: 16px;
    }
    .main .expert p {
        width: 100%;
        line-height: 22px;
    }

    .main .expert-head p {
        width: 100%;
        padding: 18px 0 42px;
        line-height: 28px;
    }

    .main .expert-page {
        padding: 0;
    }

    .main .expert img, .main .expert-boot img{
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 229px;
        object-fit: contain;
        object-position: top;
    }
    .main .expert {
        position: relative;
        margin-bottom: 24px;
    }

    .main .expert .desc {
        padding: 230px 16px 20px;
    }

    .main .expert-boot {
        padding-bottom: 64px;
    }
    .main .expert-boot .expert-h1 {
        height: auto;
        font-size: 32px;
        color: #181D23;
        line-height: 48px;
        padding: 32px 0 18px;
    }

    .main .expert-boot .text {
        width: 100%;
        text-align: left;
        line-height: 28px;
        margin: 0 0 26px;
    }

    .main .expert-boot, .main .mouth, .main .mouth-desc {
        height: auto;
    }

    .main .mouth {
        background: #FFF;
        border-radius: var(--radius);
        padding: 0 16px 20px;
    }
    .main .mouth-desc {
        position: unset;
        padding-top: 230px;
        width: 100%;
    }

    .main .mouth-desc .name {
        padding-top: 20px;
        line-height: 28px;
        font-size: var(--page-h1-p);
    }

    .main .mouth-desc .industry {
        line-height: 24px;
        font-size: var(--title-p);
        margin-bottom: 16px;
    }
    .main .mouth-desc p {
        width: 100%;
        line-height: 22px;
    }

}

