.bg_color7::before, .bg_color7_p{
    background-color: #00B5AC;
}

.csr_contribution_p{
    color: #666666;
    font-size:18px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.csr_contribution_table{
    width: 100%;
    font-size: 18px;
}
.csr_contribution_table thead{
    background-color: #00B5AC;
    color: #fff;
    border: 1px solid #00B5AC;
}
.csr_contribution_table thead th,.csr_contribution_table tbody td{
    font-weight: 400;
    padding: 10px 10px;
    text-align: center;
}
.csr_contribution_table tbody td{
    color: #666666;
    border: 1px solid #00B5AC;
}
.csr_contribution_table thead th:first-child,.csr_contribution_table tbody td:first-child{
    text-align: left;
}
.csr_contribution_bg{
    /* background-color: #CCF0EE; */
    position: relative;
    padding: 60px 0 60px 0;
}

/* CSR 故事视频 20231207 Start*/
:root {
    --csr_story_box_bg_color: #CCF0EE;
    --csr_story_title_green: #00B5AC;
}
/* CSR 故事视频 End */

.csr_customer_video_box_item02>.csr_contribution_title{
    background: #00B5AC;
}
.csr_customer_talk{
    border: 1px dashed #00B5AC;
}
.csr_culture_img_box{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.csr_culture_img_box_items{
    width: 49%;
    margin-bottom: 3%;
    margin-right: 2%;
   
}
.csr_culture_img_box_items:nth-child(2n){
    margin-right: 0;
}
.csr_responsibility_deails_box span.img_title::before{
    background-image: url("/csr/contribution/img/csr_contribution_title_icon.png");
}
.csr_education_img_box{
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}

.csr_responsibility_deails_box .csr_img_box{
    max-width:unset;
}


.csr_contribution_education_img_box_items{
    width: 32%;
    margin-right: 2%;
}
.csr_contribution_education_img_box_items:last-child{
    margin-right: 0;
}
.csr_humanitarian_img_box_items{
    margin-bottom: 2%;
}
.csr_overview_page11 .swiper-pagination-bullet-active{
    background: #00B5AC!important;
}
.csr_customer_title_h1{
    background: #CCF0EE;
}
.csr_customer_img_box{
    margin-bottom: 50px;
}
.top_logo {
    width: 20%;
    margin: -20px auto 0px;
}
.top_logo img {
    width: 100%;
}
@media screen and (min-width: 975px){
.csr_culture_img_box_bottom{
    margin-bottom: 0!important;
}
}
@media screen and (max-width: 974px){
    .top_logo {
        width: 40%;
        margin: -20px auto 0px;
    }
    .csr_contribution_education_img_box_items{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 4%;
    }
    .csr_contribution_education_img_box_items:nth-child(2n){
        margin-right: 0;
    }
    .csr_education_img_box{
        justify-content: left;
        -webkit-justify-content: left;
    }
    .csr_humanitarian_img_box_items{
        width: 100%;
    }
    .csr_culture_img_box_items{
        width: 100%;
        margin-bottom: 4%;
        margin-right: 0;
    }
    .rwd-table-btn {
        position: absolute;
        display: block;
        box-sizing: border-box;
        right: 0;
        top: -48px;
        width: 40px;
        height: 45px;
        -webkit-animation: btnScrollAn 1.0s ease-out infinite alternate;
        animation: btnScrollAn 1.0s ease-in-out infinite alternate;
        padding-top: 50px;
        margin-top: 0;
    }
    .introduction_box_table_sp {
        width: 1300px!important;
    }
    .sp_box_table {
        overflow: hidden;
        overflow-x: auto;
        width: 100%;
        position: relative;
        padding-top: 50px;
    }
}