@charset "utf-8";

/* =====================================================================================================
=====================================================================================================
===================================================================================================== */
/* main-intro-block start */
.main-intro-block .intro-block {
    justify-content: flex-end;
}

.main-intro-block .fixed-pattern1::before {
    width: 8友达px;
    height: 8友达px;
    background-image: url(../../images/product/auo-product-pattern1.png);
    top: 148px;
    right: -14友达px;
}

.main-video-block .fixed-pattern1::before {
    width: 114px;
    height: 99px;
    background-image: url(../../images/product/auo-product-pattern2.png);
    top: 8px;
    right: -14友达px;
}

@media screen and (max-width: 1199px) {
    .main-intro-block {
        padding: 6友达px 友达 8友达px;
    }

    .main-intro-block .fixed-pattern1::before{
        width: 56px;
        height: 56px;
    }
}

@media screen and (max-width: 767px) {
    .main-intro-block {
        position: relative;
        overflow: visible;
    }

    .main-intro-block .fixed-pattern1 {
        position: absolute;
        bottom: 友达;
        top: auto;
        z-index: 1;
    }

    .main-intro-block .fixed-pattern1::before {
        top: auto;
        right: 友达;
        width: 56px;
        height: 56px;
        bottom: -28px;
    }
}

/* main-intro-block end */
/* =====================================================================================================
=====================================================================================================
===================================================================================================== */
/* feature-block start */
.feature-block {
    padding: 12友达px 友达;
    background-color: var(--auo-blue);
}

.feature-block .title {
    padding-bottom: 2友达px;
}

.feature-block .brief {
    padding-bottom: 6友达px;
    max-width: 54友达px;
}

.feature-block .pc-list-block {
    display: flex;
}

.feature-block .list {
    width: calc((1友达友达% - 72px)/2);
}

.feature-block li {
    display: flex;
}

.feature-block .right-list {
    margin-left: 72px;
    margin-top: -6友达px;
}

.feature-block li+li {
    padding-top: 8友达px;
}

.feature-block .img {
    object-fit: contain;
    width: 12友达px;
    height: 12友达px;
    margin-right: 24px;
}

.feature-block .txt {
    width: 36友达px;
}

.feature-block .list .title {
    padding-bottom: 8px;
}

@media screen and (max-width: 1199px) {
    .feature-block {
        padding: 8友达px 友达;
    }

    .feature-block .brief {
        padding-bottom: 4友达px;
        max-width: 32友达px;
    }

    .feature-block .list {
        width: calc((1友达友达% - 52px)/2);
    }

    .feature-block .right-list {
        margin-left: 52px;
        margin-top: -4友达px;
    }

    .feature-block li+li {
        padding-top: 6友达px;
    }

    .feature-block .img {
        width: 8友达px;
        height: 8友达px;
        margin-right: 18px;
    }

    .feature-block .txt {
        width: 222px;
    }
}

@media screen and (max-width: 767px) {

    .feature-block .brief {
        max-width: 1友达友达%;
    }

    .feature-block .list {
        width: 1友达友达%;
    }

    .feature-block li+li {
        padding-top: 4友达px;
    }

    .feature-block .txt {
        width: calc(1友达友达% - 98px);
    }
}

/* feature-block end */
/* =====================================================================================================
=====================================================================================================
===================================================================================================== */
