.culture-wrapper .hw-title {
    margin: 0;
}

.culture-wrapper .tab-content {
    padding-top: .6rem;
    padding-bottom: 1.2rem;
    font-size: .14rem;
}

.block1 .content {
    width: 6.36rem;
    margin-right: 0.52rem;
}

.block1 .photos {
    flex: 1 1 0%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 2.68rem);
    gap: 0.2rem;
}

.block1 .photos .el-image {
    grid-column-end: span 2;
}

.block1 .photos .el-image:last-child, .block1 .photos .el-image:first-child {
    grid-column-end: span 3;
}

.block2 {
    padding-top: 0.6rem;
    padding-bottom: 1.2rem;
}

.block2 .content {
    flex: 1 1 0%;
}

.block2 .el-image {
    width: 6.88rem;
    height: 5.4rem;
    margin-right: 0.84rem;
}

.block3 {
    height: 5.64rem;
    position: relative;
}

.block3 .el-image {
    width: 100%;
    height: 100%;
}

.block3 .full {
    background: rgba(0, 0, 0, 0.3);
}
.tab-content .content .hw-title {
    margin-bottom: 0.29rem;
}
.content .desc {
    font-size: 0.16rem;
    font-weight: 400;
    color: rgba(97, 99, 102, 1);
    line-height: 0.28rem;
}
.block3 .hw-title {
    position: absolute;
    top: 1.72rem;
    left: 0.8rem;
    color: #fff;
}
.block3 .hw-title span{
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

.block3 .full {
    background: rgba(0, 0, 0, .3)
}

.block3 .full .hw-title {
    position: absolute;
    top: 1.72rem;
    left: .8rem
}


.block3 .full .polygon-content .polygon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    font-size: .26rem;
    color: #fff;
}

.block3 .full .polygon-content .polygon:first-child {
    top: .6rem;
    left: 40%;
}

.block3 .full .polygon-content .polygon:nth-child(2) {
    top: 50%;
    left: 50%;
    zoom: .9;
}

.block3 .full .polygon-content .polygon:nth-child(3) {
    top: 25%;
    left: 60%;
    background: #2a2b2d;
    zoom: .8;
}

.block3 .full .polygon-content .polygon:nth-child(4) {
    top: 0;
    left: 70%;
}

.block3 .full .polygon-content .polygon:nth-child(5) {
    top: 60%;
    left: 65%;
    zoom: .7;
    background: rgba(176, 129, 71, 0.7);
}
.block3 .full .polygon-content .polygon:nth-child(3):before {
    border-color: transparent #2a2b2d transparent transparent;
}

.block3 .full .polygon-content .polygon:nth-child(3):after {
    border-color: transparent transparent transparent #2a2b2d;
}

.block3 .full .polygon-content .polygon:nth-child(5):before {
    border-color: transparent rgba(176, 129, 71, 0.7) transparent transparent;
}

.block3 .full .polygon-content .polygon:nth-child(5):after {
    border-color: transparent transparent transparent rgba(176, 129, 71, 0.7);
}

.polygon {
    position: relative;
    width: .8rem;
    height: 1.3rem;
    background-color: #b08147;
}

.polygon:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: .8rem;
    border-width: 0.65rem .4rem;
    border-style: solid;
    border-color: transparent #b08147 transparent transparent;
}

.polygon:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: .8rem;
    border-width: 0.65rem .4rem;
    border-style: solid;
    border-color: transparent transparent transparent #b08147;
    top: 0;
}
.block4 {
    height: 8.4rem;
    margin-top: 1rem;
}

.block4 .content {
    width: 11.68rem;
    margin: 0px auto;
    transform: translateY(-0.4rem);
}

.block4 .content .video-play {
    height: 6.58rem;
    position: relative;
    margin-bottom: 0.4rem;
}

.block4 .content .video-play .cover {
    width: 100%;
    height: 100%;
}

.block4 .content > span {
    display: block;
    font-size: 0.44rem;
    font-weight: 600;
    color: rgb(42, 43, 45);
    line-height: 0.52rem;
    text-align: center;
}

.top-desc {
    min-height: 3.7rem;
    padding: 0.8rem 0px;
}

.top-desc .cell {
    font-size: 0.18rem;
    font-weight: 400;
    color: rgb(97, 99, 102);
    line-height: 0.26rem;
    width: 5rem;
    margin-left: 0.72rem;
}

.top-desc .cell .circle {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    margin-right: 0.32rem;
    background: rgb(161, 163, 166);
}

.top-desc .cell > span {
    flex: 1 1 0%;
}

.culture-list {
    margin-bottom: 1.2rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 3.2rem);
}

.culture-list .cell {
    position: relative;
    z-index: 1;
}

.culture-list .cell .el-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.culture-list .cell .title {
    font-size: 0.36rem;
    font-weight: 400;
    color: rgb(42, 43, 45);
    line-height: 0.42rem;
    margin-bottom: 0.2rem;
}

.culture-list .cell .desc {
    font-size: 0.16rem;
    font-weight: 400;
    color: rgb(42, 43, 45);
    line-height: 0.28rem;
    text-align: center;
    padding: 0px 0.2rem;
}

.culture-list .cell:nth-child(7) .title, .culture-list .cell:nth-child(10) .title, .culture-list .cell:nth-last-child(1) .title, .culture-list .cell:nth-child(7) .desc, .culture-list .cell:nth-child(10) .desc, .culture-list .cell:nth-last-child(1) .desc {
    color: rgb(255, 255, 255);
}

.social-responsibility {
    padding-top: 1.2rem;
    padding-bottom: 1.9rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem 0.39rem;
    grid-template-rows: repeat(2, 4.16rem);
}

.social-responsibility .content .hw-title {
    --wrap: pre;
    padding: 0px;
}

.social-responsibility .content .hw-title::after {
    width: 5rem;
    line-height: 0.7rem;
    font-size: 0.6rem;
    top: unset;
    bottom: 0px;
    content: "SOCIAL\a OBLIGATION" !important;
}

.social-responsibility .cell {
    background: rgb(247, 248, 251);
    overflow: hidden;
    padding: 0px 0.24rem;
}

.social-responsibility .cell .com-svg {
    width: 1.2rem;
    margin-bottom: 0.36rem;
}

.social-responsibility .cell .title {
    font-size: 0.24rem;
    font-weight: 500;
    color: rgb(42, 43, 45);
    line-height: 0.28rem;
    margin-bottom: 0.2rem;
}

.social-responsibility .cell .desc {
    font-size: 0.16rem;
    font-weight: 400;
    color: rgb(97, 99, 102);
    line-height: 0.19rem;
    min-height: 0.95rem;
}

.staff-style .hw-title {
    margin-bottom: 0.57rem;
}

.staff-style .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
    gap: 0.16rem;
}

.staff-style .grid .el-image {
    height: calc(var(--row) * 2.68rem + .16rem * (var(--row) - 1));
}

.charity-foundation {
    padding-bottom: 1.2rem;
}

.charity-foundation .cell .top-title {
    margin: 0;
}

.charity-foundation .cell .top-title .el-image {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.1rem;
    transform: translateY(-40%);
}

.charity-foundation .cell .top-desc {
    width: 100%;
    font-size: 0.2rem;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 0.44rem;
    margin-bottom: 0.36rem;
    min-height: initial;
    padding: 0;
}

.charity-foundation .cell .grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.36rem 0.74rem;
}

.charity-foundation .cell .grid .s-cell {
    padding: 0.06rem 0.06rem 0.16rem;
    cursor: pointer;
}

.charity-foundation .cell .grid .s-cell:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.08rem 0.04rem;
}

.charity-foundation .cell .grid .s-cell .el-image {
    width: 100%;
    height: 2.52rem;
    margin-bottom: 0.2rem;
}

.charity-foundation .cell .grid .s-cell .title {
    font-size: 0.16rem;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 0.08rem;
}

.charity-foundation .cell .grid .s-cell .desc {
    font-size: 0.16rem;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 0.28rem;
}

.corporate-culture .top-banner {
    position: relative;
    height: 7.12rem;
}

.corporate-culture .top-banner .banner {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 720px) {
    .culture-wrapper .tab-content {
        padding: .2rem 0 0;
        margin: 0;
    }
    .block1 {
        padding: 0;
    }
    .tab-content .content .hw-title {
        margin-bottom: 0.2rem;
    }

    .content .desc {
        font-size: 0.12rem;
        font-weight: 400;
        color: rgb(97, 99, 102);
        line-height: 0.18rem;
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .content .desc > div {
        text-indent: 2em;
        margin-bottom: 1em;
    }

    .content .desc > div:last-child {
        margin-bottom: 0px;
    }

    .block1 {
        display: block;
        padding-bottom: .4rem;
    }

    .block1 .content {
        width: 100%;
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .block1 .photos {
        flex: 1 1 0%;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 1.04rem);
        gap: 0.1rem;
    }

    .block1 .photos .el-image {
        grid-column-end: span 2;
    }

    .block1 .photos .el-image:last-child, .block1 .photos .el-image:first-child {
        grid-column-end: span 3;
    }

    .block2 {
        padding-top: 0px;
        padding-bottom: 0.4rem;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .block2 .content {
        flex: 1 1 0%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .block2 .el-image {
        width: 100%;
        height: 2.6rem;
        margin-right: 0px;
    }

    .block3 {
        height: 1.06rem;
        position: relative;
    }

    .block3 .el-image {
        width: 100%;
        height: 100%;
    }

    .block3 .full {
        background: rgba(0, 0, 0, 0.3);
    }

    .block3 .full .hw-title {
        color: rgb(255, 255, 255);
        --color: rgba(255, 255, 255, .08);
        position: absolute;
        top: 0.4rem;
        left: 0.14rem;
        max-width: 1.3rem;
        white-space: normal;
    }
    .block3 .full .polygon-content .polygon {
        display: none;
        font-size: .12rem;
    }
    .block4 {
        height: unset;
        margin: 0.3rem 0;
    }

    .block4 .content {
        width: 3rem;
        margin: 0px auto;
        transform: translateY(-0.1rem);
    }

    .block4 .content .video-play {
        height: 1.69rem;
        position: relative;
        margin-bottom: 0.08rem;
    }

    .block4 .content .video-play .cover {
        width: 100%;
        height: 100%;
    }

    .block4 .content > span {
        display: block;
        font-size: 0.14rem;
        font-weight: 500;
        color: rgb(42, 43, 45);
        line-height: 0.16rem;
        text-align: center;
    }

    .top-desc {
        min-height: unset;
        padding: 0 0 .2rem;
        flex-direction: column;
        justify-content: flex-start;
    }

    .top-desc .hw-title {
        margin-bottom: 0.04rem;
    }

    .top-desc .cell {
        font-size: 0.12rem;
        font-weight: 400;
        color: rgb(97, 99, 102);
        line-height: 0.2rem;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0.04rem;
        flex-direction: column;
    }

    .top-desc .cell:last-child {
        margin-bottom: 0px;
    }

    .top-desc .cell .circle {
        width: 0.05rem;
        height: 0.05rem;
        border-radius: 50%;
        margin-right: 0px;
        margin-bottom: 0.04rem;
        margin-top: 0.2rem;
        position: relative;
        background: rgb(210, 214, 221);
    }

    .top-desc .cell .circle::before {
        content: "";
        height: 0.2rem;
        width: 0.01rem;
        position: absolute;
        bottom: 0.05rem;
        left: 50%;
        transform: translate(-50%);
        background: rgb(210, 214, 221);
    }

    .top-desc .cell > span {
        flex: unset;
        width: 100%;
    }

    .top-desc > .f-ac {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .culture-list {
        margin-bottom: 0.4rem;
        display: grid;
        grid-auto-flow: dense;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(5, 1.15rem);
    }

    .culture-list .cell {
        background: rgba(255, 255, 255, 0.3);
        position: relative;
        height: 1.15rem;
        grid-column-end: span 2!important;
    }
    .culture-list .cell:nth-child(1),
    .culture-list .cell:nth-child(4),
    .culture-list .cell:nth-child(5),
    .culture-list .cell:nth-child(8),
    .culture-list .cell:nth-child(10){
        grid-column-end: span 3!important;
    }
    .culture-list .cell:nth-child(6),
    .culture-list .cell:nth-child(9),
    .culture-list .cell:nth-child(12){
        grid-column-end: span 5!important;
    }
    .culture-list .cell .el-image {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .culture-list .cell .title {
        font-size: 0.12rem;
        font-weight: 400;
        color: rgb(42, 43, 45);
        line-height: 0.17rem;
        margin-bottom: 0.06rem;
    }

    .culture-list .cell .desc {
        font-size: 0.12rem;
        font-weight: 400;
        color: rgb(42, 43, 45);
        line-height: 0.16rem;
        text-align: center;
        padding: 0px 0.02rem;
    }

    .social-responsibility {
        padding-top: 0;
        padding-bottom: 0.4rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-template-columns: unset;
        row-gap: 0.2rem;
        grid-template-rows: unset;
    }

    .social-responsibility .cell .hw-title {
        padding: 0;
        margin: 0;
    }

    .social-responsibility .content .hw-title::after {
        width: 1.65rem;
        line-height: 0.24rem;
        font-size: 0.24rem;
        top: unset;
        bottom: 0px;
        content: "SOCIAL\a OBLIGATION" !important;
    }

    .social-responsibility .cell {
        background: rgb(247, 248, 251);
        overflow: hidden;
        padding: 0.08rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .social-responsibility .cell .com-svg {
        width: 0.48rem;
        margin-bottom: 0.12rem;
    }

    .social-responsibility .cell .title {
        font-size: 0.12rem;
        font-weight: 500;
        color: rgb(42, 43, 45);
        line-height: 0.14rem;
        margin-bottom: 0.04rem;
    }

    .social-responsibility .cell .desc {
        font-size: 0.12rem;
        font-weight: 400;
        color: rgb(97, 99, 102);
        line-height: 0.14rem;
        min-height: unset;
    }

    .staff-style {
        padding: 0 0 0.4rem;
    }

    .staff-style .hw-title {
        margin-bottom: 0.2rem;
    }

    .staff-style .grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-flow: dense;
        gap: 0.04rem;
    }

    .staff-style .grid .el-image {
        height: calc(var(--row) * .8rem + .04rem * (var(--row) - 1));
    }

    .charity-foundation {
        padding-top: 0;
        padding-bottom: 0;
    }
    .charity-foundation .cell .top-title {
        margin-bottom: 0;
        margin-top: 0;
    }

    .charity-foundation .cell .top-title .el-image {
        width: 0.28rem;
        height: 0.28rem;
        margin-right: 0.06rem;
    }

    .charity-foundation .cell .top-desc {
        width: 100%;
        font-size: 0.12rem;
        font-weight: 400;
        color: rgb(42, 43, 45);
        line-height: 0.18rem;
        margin-bottom: 0.2rem;
    }

    .charity-foundation .cell .grid {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.2rem 0px;
        margin-bottom: 0.4rem;
    }

    .charity-foundation .cell .grid .s-cell {
        padding: 0.06rem;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.08rem 0.04rem;
    }

    .charity-foundation .cell .grid .s-cell .el-image {
        width: 100%;
        height: 1.92rem;
        margin-bottom: 0.14rem;
    }

    .charity-foundation .cell .grid .s-cell .title {
        font-size: 0.14rem;
        font-weight: 500;
        color: rgb(42, 43, 45);
        line-height: 0.16rem;
        text-align: center;
        margin-bottom: 0.06rem;
    }

    .charity-foundation .cell .grid .s-cell .desc {
        font-size: 0.12rem;
        font-weight: 400;
        color: rgb(42, 43, 45);
        line-height: 0.18rem;
    }

    .corporate-culture .top-banner {
        height: 1.33rem;
    }
}
