@import "style.css";

main {
    width: 100%;
}

.bigimg,
.integrity-content-box {
    width: 68vw;
    margin: 0 auto;
}

.bigimg {
    height: calc(512/1330 * 68vw);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bigimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.integrity-content-box {
    padding: 50px 0;
}

.integrity-content-box .integrity-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px auto 40px;
}

.integrity-content-box .integrity-tit .en {
    font-size: 34px;
    font-weight: 700;
    color: var(--color-1);
}

.integrity-content-box .integrity-tit .cn {
    font-size: 30px;
    font-weight: 500;
    color: #212529;
}

.integrity-content-box .integrity-tit .desc {
    font-size: 14px;
    color: #212529;
    text-align: center;
    line-height: 2;
    padding: 10px 0;
}

.integrity-content {
    width: 960px;
}

.integrity-content .adm-content-tit {
    font-size: 30px;
    font-weight: 500;
    color: #0073C2;
}

.integrity-content .adm-content-desc {
    font-size: 16px;
    color: #6C98B7;
    line-height: 2;
    padding: 10px 0;
}

.integrity-content .adm-content {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.integrity-content .adm-content b {
    font-size: 18px;
    font-weight: 600;
}

.integrity-content .adm-content .download-view {
    padding: 10px 0;
}

.download-view {
    padding: 30px 0 10px;
}

.download-view .dl-tit {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-1);
}

.download-view .dl-value {
    padding: 10px 0 0;
}

.download-view .dl-value a {
    width: 100%;
    font-size: 12px;
    color: var(--color-1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
    gap: 0;
}

.download-view .dl-value i {
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/icon/xiazai-1.png") center / cover no-repeat;
}

.download-view .dl-value:hover span {
    font-weight: 600;
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .integrity-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 1330px) and (min-width: 768px) {
    .bigimg,
    .integrity-content-box {
        width: 92vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {}

@media screen and (max-width: 767px) {
    .bigimg,
    .integrity-content-box {
        width: 100vw;
        margin: 0 auto;
    }

    .integrity-content-box {
        padding: 0 1rem;
    }

    .integrity-content {
        padding: 1rem 0;
    }

    .integrity-content .adm-content-tit {
        font-size: 1.45rem;
    }

    .integrity-content .adm-content {
        font-size: 0.875rem;
    }

    .integrity-content .adm-content b {
        font-size: 1rem;
    }

    .integrity-content .adm-content p {
        font-size: 0.75rem;
    }

    .download-view {
        padding: 1.5rem 0 0.4rem;
    }

    .download-view .dl-tit {
        font-size: 0.75rem;
    }

    .download-view .dl-value {
        padding: 0.3rem 0 0;
    }

    .download-view .dl-value a {
        font-size: 0.625rem;
    }

    .download-view .dl-value i {
        width: 1.25rem;
        height: 1.25rem;
    }

    .download-view .dl-lab {
        font-size: 0.625rem;
    }
}