.main-content {
    background-image: url(../images/zgqh_details/26.png);
    background-size: auto 100%;
}

.seal-first-content,
.seal-second-content {
    flex-shrink: 0;
}

.seal-first-content-left img,
.seal-first-list img,
.seal-second-list img {
    width: 100%; height: auto;
}

.seal-first-content {
    width: 65vw;
    padding: 4.166667vw 4.166667vw 0 2.604167vw;
}

.seal-first-content-left {
    position: relative;
    width: 5.208333vw;
    flex-shrink: 0;
}
.seal-first-content-left span { 
    position: absolute;
    color: white;
    font-size: 1.979167vw;
    padding: 0px; height: auto;
}
.seal-first-content-left span:nth-child(1) {
    left: 0.78125vw;
    top: 0.78125vw;
}
.seal-first-content-left span:nth-child(2) {
    right: 0.78125vw;
    bottom: 0.78125vw;
}

.seal-first-content-right {
    height: 100%;
    margin-left: 5.208333vw;
}

.seal-first-content-right p {
    text-indent: 2em;
    text-align: justify;
    font-size: 1.145833vw;
    line-height: 1.5;
}

.seal-first-list {
    flex-grow: 1;
    align-content: space-evenly;
}

.seal-first-list-item-left,
.seal-first-list-item-middle,
.seal-first-list-item-right {
    width: 25%;
}

.seal-first-list-item-bottom,
.seal-second-list-item-bottom {
    width: 100%;
}

.seal-first-list-item dl {
    width: max-content;
    font-size: .9375vw;
    margin-left: auto;
    margin-right: auto;
}

.seal-first-list-item dd {
    margin-top: .520833vw;
}

.seal-second-content {
    width: 57.1875vw;
    padding: 4.166667vw 4.166667vw 0 0;
}

@media (max-width: 1280px) {
    .seal-first-content, .seal-second-content {
        padding-top: 1.604167vw;
    }
}

@media (max-width: 1200px) {
    .seal-first-content, .seal-second-content {
        padding-top: .604167vw;
    }
}

@media (orientation: landscape) and (max-height: 480px), (orientation: portrait) and (max-width: 480px) {
    /* 移动端 */
    .mobile .seal-second-content {
        padding: 0;
        width: 440px;
    }

    .mobile .seal-first-content {
        padding: 0 30px 0 0;
        width: 500px;
    }

    .mobile .seal-first-content-right {
        margin-left: 30px;
    }

    .mobile .seal-first-content-right p,
    .mobile dl {
        font-size: 12px;
    }

    .mobile .seal-first-content-left {
        width: 60px;
    }

    .mobile .seal-first-content-left span {
        font-size: 24px;
    }

    .mobile .seal-first-content-left span:nth-child(1) {
        left: 8px;
        top: 8px;
    }

    .mobile .seal-first-content-left span:nth-child(2) {
        right: 8px;
        bottom: 8px;
    }

    .mobile .seal-first-list {
        margin-top: 2vmin;
    }

    .mobile-portrait .seal-first-content-right p {
        font-size: 14px;
    }
    
    .mobile-portrait dl {
        margin-top: 2vmin;
    }
}

@media (orientation: landscape) and (min-height: 760px), 
(orientation: portrait) and (min-width: 760px), 
(orientation: landscape) and (min-height: 481px) and (max-height: 759px), 
(orientation: portrait) and (min-width: 481px) and (max-width: 759px) {
    .mobile .seal-first-content-right p, 
    .mobile .seal-second-content-right p {
        font-size: 1.464129vmax;
    }

    .mobile .seal-first-content-left {
        width: 7.320644vmax;
    }

    .mobile .seal-first-content-left span {
        font-size: 2.781845vmax;
    }

    .mobile .seal-first-list-item dl {
        font-size: 1.317716vmax;
    }
}

@media (orientation: landscape) and (min-height: 481px) and (max-height: 759px), 
(orientation: portrait) and (min-width: 481px) and (max-width: 759px) {
    .mobile .seal-first-content-right p, 
    .mobile .seal-second-content-right p, 
    .mobile .seal-fourth-content-right p,
    .mobile .seal-first-list-item dl,
    .mobile .seal-second-list-item dl,
    .mobile .seal-third-list-item dl,
    .mobile .seal-fourth-list-item dl {
        font-size: 1.458333vmax;
    }


    .mobile .seal-first-content-left span {
        font-size: 2.708333vmax;
    }
}