.row {
    margin-left: 0;
    margin-right: 0;
}

.row > * {
    padding-left: 0;
    padding-right: 0;
}

h3 {
    font-size: 0.48rem;
    line-height: 0.6rem;
}

#about .top-banner {
    position: relative;
}

#about .top-banner .bg-img {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}

#about .top-banner .bg-img img {
    width:100%;
    height: 100%;
    object-fit: cover;
}

#about .banner-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
    color: #fff;
}

#about .banner-content .title {
    width: 100%;
    height: calc(100vh - var(--z-header-height));
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "vdl-v7mincho", sans-serif;
    font-weight: 500;
    font-style: normal;
    opacity: 0;
}

#about .banner-content .mini {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    padding: 0 0.28rem;
    padding-left: 0.28rem;
}

#about .banner-content .mini .item {
    margin-bottom: 30px;
    clip-path: polygon(0 0, 0% 0, 0 100%, 0% 100%);
    word-break: keep-all;
    overflow-wrap: normal;
    white-space: normal;
}

#about .banner-content .mini .item.actvie {
    animation: revealFromCorner 0.5s linear forwards;
}


@keyframes revealFromCorner {
    0% {
        clip-path: polygon(0 0, 0% 0, 0 100%, 0% 100%);
    }

    25% {
        clip-path: polygon(0 0, 30% 0, 25% 100%, 0% 100%);
    }

    50% {
        clip-path: polygon(0 0, 60% 0, 50% 100%, 0% 100%);
    }

    75% {
        clip-path: polygon(0 0, 90% 0, 75% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
  }




.about-zuiki {
    background-color: var(--z-body-bg-color1);
    padding: 0.384rem var(--z-body-warp-padding) 0;
}

.about-zuiki .about-zuiki-left {
    width: 100%;
}

.about-zuiki .about-zuiki-left h1 {
   margin-bottom: 0.64rem;
}

.about-zuiki .about-zuiki-img {
    width: 100%;
    float: right;
}

/* 公司信息列表 */
.company-info {
    padding: 0.32rem 0.3rem 0.64rem;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.company-info .company-info-row,
#history .history-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#history .history-box {
    height: 5rem;
    overflow: hidden;
}

.company-info .item,
.history-box .item  {
    font-size: 0.28rem;
    padding: 0.42rem 0;
    line-height: 0.42rem;
}

.company-info .item {
    border-bottom: 1px solid var(--z-body-bg-color1);
}

.history-box .item  {
    border-bottom: 1px solid #fff;
}

.company-info .item.noBottom {
    border-bottom: none;
}

.company-info .item .left,
.history-box .item .left {
    display: flex;
    align-items: center;
}

.company-info .item .text-interval {
   margin-top: 0.28rem;
}

.company-info .item iframe {
    width: 100%;
    aspect-ratio: 16 / 10;
}

#message {
    padding-top: 0.64rem;
    background-color: var(--z-body-bg-color1);
}

#message>div {
    align-items: flex-end;
}

#message .message-left {
    padding: 0 0.3rem 0.3rem;
}

#message .message-left .message-left-main {
    margin-top: 0.32rem;
}

#message .message-left-main .index-lg-content {
    margin-bottom: 0;
    line-height: 1.75;
}

#message .message-left-main .index-lg-content span{
   display: inline-block;
   white-space: nowrap;
}

#message .message-left-main .index-lg-content p {
    margin-top: 0.3rem;
    text-align: right;
}

#history  {
    padding: 0.384rem var(--z-body-warp-padding);
    background-color: var(--z-body-bg-color1);
}

#history .history-top .title{
    margin-bottom: 0.192rem;
}

#history .history-main {
    margin-top: 0.32rem;
}

.history-box .item .left {
    align-items: flex-start;
}

#history .history-main .item-more-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.28rem 0;
    color: var(--z-page-primary-color);
    font-weight: bold;
    cursor: pointer;
}

#history .history-main .item-more-btn:hover {
    color: var(--z-page-primary-color-hover);
}


.history-main .item-more-btn span {
    display: inline-block;
    border-top: .16rem solid var(--z-page-primary-color);
    border-left: .08rem solid transparent;
    border-right: .08rem solid transparent
}

#history .history-main .item-more-btn {
    cursor: pointer;
}

#history .history-main .item-more-btn:hover span {
    border-top-color: var(--z-page-primary-color-hover);
}


#history .history-box .history-modal {
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(to bottom, transparent, rgba(230, 230, 230, 1));
}

#emptyLine {
   background-color: #fff;
}

h1 {
    font-size: 0.96rem;
    line-height: 0.92rem;
    font-weight: 700;
    font-family: 'Poppins';
    margin-block-start: 0;
    margin-block-end: 0;
}

.corporate-philosophy {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background-color: #fff;
    justify-items: center;
    padding: 23px 0;
}

.corporate-philosophy>div {
    width: 92%;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}

.corporate-philosophy>div .index-lg-content {
    margin-bottom: 0;
}

.corporate-philosophy .index-lg-title {
    font-size: 0.4rem;
    align-items: center;
    margin-bottom: 0;
}

.corporate-philosophy .index-lg-content {
    font-size: 0.28rem;
}

.corporate-philosophy>div .text-indent {
    padding-left: 15px;
    text-indent: -18px;
}

.corporate-philosophy .index-lg-title span {
    margin-top: 0;
}

.corporate-philosophy .row {
    grid-template-columns: repeat(1, 1fr);
    border: 1px solid #E6E6E6;
    border-radius: 0.24rem;
    padding: 0.4rem 0.3rem;
}

.corporate-philosophy>div {
    gap: 0.32rem;
}

.corporate-philosophy .row>div:first-child {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 0.12rem;
    margin-bottom: 0.18rem;
}

@media screen and (min-width: 768.5px) {

    h1 {
        font-size: 8.8rem;
        line-height: 8.64rem;
    }

    h3 {
        font-size: 2.858rem;
        line-height: 5.6rem;
    }

    #about .banner-content {
        padding-bottom: 8rem;
    }

    #about .banner-content .title {
        font-size: 8.68rem;
        line-height: 10.44rem;
    }

    #about .banner-content .title .title-main {
       transform: translateY(10%);
    }

    #about .banner-content .mini{
        font-size: 20px;
        line-height: 40px;
        padding: 0;
        width: 100%;
    }
    #about .banner-content .mini .item {
        margin-bottom: 40px;
    }

    .about-zuiki {
        padding: 3.84rem var(--z-body-warp-padding);
    }

    .about-zuiki .about-zuiki-left {
        max-width: 42.48rem;
    }

    .about-zuiki .about-zuiki-left h1 {
       margin-bottom: 6.4rem;
    }

    .about-zuiki .about-zuiki-img {
        max-width: 93.6rem;
    }

    /* 公司信息列表 */
    .company-info {
        padding: 3.84rem 0 8.8rem;
    }

    .company-info .company-info-row,
    #history .history-box {
        max-width: 96rem;
    }

    #history .history-box {
        height: 500px;
    }

    .company-info .item,
    .history-box .item  {
        font-size: 1.28rem;
        padding: 1rem 0;
        line-height: 1.92rem;
    }
    .company-info .item .left,
    .history-box .item .left {
        padding-left: 5.12rem !important;
    }

    .company-info .item .text-interval {
       margin-top: 1.92rem;
    }

    #message {
        padding: 3.84rem 5.12rem;
    }
    #message .message-left {
        padding: 0;
    }

    #message .message-left .message-left-main {
        margin-top: 6rem;
    }

    #message .message-left-main .index-lg-content {
        width: 90%;
        font-size: 1.44rem;
        line-height: 1.5;
    }

    #message .message-left-main .index-lg-content p {
        margin-top: 3.2rem;
        text-align: right;
    }

    #message .message-right img{
        max-width: 38rem;
        aspect-ratio: 475 / 517;
    }

    #message .message-left-main .index-lg-content {
        gap: 5.36rem;
    }

    #message .message-left-main .index-lg-content div {
        flex: 1;
    }

    #history  {
        padding: 3.84rem var(--z-body-warp-padding) 4.84rem var(--z-body-warp-padding);
        margin-bottom: 0rem;
    }

    #history .history-top .title{
        margin-bottom: 1.92rem;
    }

    #history .history-main {
        margin-top: 3.84rem;
    }

    #history .history-main .item-more-btn {
        width: 100%;
        padding: 1.92rem 0;
        font-size: 1.6rem;
    }

    .history-main .item-more-btn span {
        border-top: .96rem solid var(--z-page-primary-color);
        border-left: .48rem solid transparent;
        border-right: .48rem solid transparent
    }

    #emptyLine {
        width: 100%;
        height: 3.5rem;
    }

    .corporate-philosophy {
        grid-template-columns: repeat(1, 1fr);
        padding: 7.2rem 16.16rem;
    }

    .corporate-philosophy .row {
        grid-template-columns: repeat(2, 1fr);
        padding: 3.6rem 5.04rem;
    }

    .corporate-philosophy .row>div:first-child {
        border-right: 1px solid #E6E6E6;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .corporate-philosophy>div {
        padding: 0 6.24rem;
        position: relative;
        width: 100%;
    }

    .corporate-philosophy>div {
        gap: 1.92rem;
    }

    .corporate-philosophy>div .index-lg-content {
        margin-bottom: 2.56rem;
    }

    .corporate-philosophy>div .index-lg-content:last-child {
        margin-bottom: 0;
    }

    .corporate-philosophy .index-lg-title {
        font-size: 2.56rem;
    }

    .corporate-philosophy .index-lg-content {
        font-size: 1.6rem;
    }
}
