@media (min-width: 781px) {
    .footer .tabs {
        color: #fff;
        /* width: 60%; */
        
        display: flex;
        align-items: flex-start;
        /* width: 900px; */
        justify-content: space-between;
    }
    .footer .img1 {
        width: 10%;
        /* width:239px;
        height:132px */
        max-width: 239px;
    }
    .tabs ul span a{
        color: #FFFFFF;
        font-size: 0.3rem;
    }
}
@media (max-width: 1300px) {
    
    .footer  {
        padding: 75px 48px 40px !important;
    }
    .footer .img1 {
        width: 20%;
        margin: 15px auto 40px;
        min-width: 135px !important;
    }
    .CONTENT_1 .CONTENT_LIST .CONTENT_LIST_SHELL {
        width: 90% !important;
    }
    
    .CONTENT_LIST_SHELL .ITEM p {
        line-height: 38px !important;
        font-size: 24px !important;
        padding: 20px !important;
    }
    .footer .img2 {
        margin:  50px  auto;
    }
    .footer .tabs {
        width: 100% !important;
    }
    .footer .tabs ul {
        width: 18% !important;
    }
    .footer .tabs ul:nth-of-type(2){
        width: 28% !important;
    }
    .tabs ul span {
        font-size: 16px !important;
    }
    .tabs ul li {
        font-size: 14px !important;
    }
}
@media (max-width: 780px) {
    .tabs ul span a{
        color: #FFFFFF;
        font-size: 0.75rem;
    }
    .copyright .copyright-box .copyright-desc{
        display: none;
    }
    .copyright .copyright-box span{
        display: block;
    }
   .footer {
    padding: 30px 0px!important;
   }
   .footer .tabs {
        color: #fff;
        width: 100%;
        
        display: flex;
        align-items: flex-start;
        /* width: 900px; */
        padding: 0rem 1rem;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .tabs ul span {
        width: 100%;
        text-align: center;
        font-size: 10px !important;
        display: inline-block;
    }
    .CONTENT_LIST_SHELL .ITEM p {
        padding: 18px 0 26px!important;
        line-height: 20px !important;
    }
}

.footer {
    width: 100%;
    /* height: 370px; */
    
    background: rgba(77, 74, 73, 1);
    padding: 100px 78px 50px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}


.footer .tabs ul {
    width: 200px;
    
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-direction: column;
}
.tabs ul span {
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
    width: 100%;
    font-size:18px;
    /* border-right: 1px solid rgba(255, 255, 255, 1); */
}
.footer .tabs ul:last-of-type span{
    border-right:none;
}
.footer .tabs ul li {
    width: 160px;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
    color: rgba(255,255,255,.8);
}
.footer .img2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer .img2 img {
    height: 108px;
    width: 108px;
}
.footer .img2 p {
   font-size: 12px;
   padding-top: 8px;
   color: #fff;
}
.copyright{
    background:  rgba(77, 74, 73, 1);
    border-top: 1px solid rgba(112, 110, 108, 1);
}

.copyright .copyright-box{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background:  rgba(77, 74, 73, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}
.copyright .copyright-box span{
    padding-left: 10px;
    padding-bottom: 10px;
}
.copyright .item a{
    color:#FFFFFF;
}

.footer .tabs ul li a{
    color: rgba(255,255,255,0.5);
    font-size: 0.2rem;
}
