.footer_box {
    width: 100%;
    height: calc(80px + 20rem);
    background: #333333;
    padding-top:calc(5px + 4rem) ;
    padding-bottom: calc(5px + 3rem);
}

.footer {
    max-width: 1400px;
    width: 85%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_logo_box{
    width: 29.7857%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(1px + 2rem);
    border-right: 1px #525252 solid;
}

.footer_logo_box img {
    width: calc(13px + 5rem);
    height: calc(30px + 5rem);
}

.footer_logo_box p{
font-family: Century Gothic;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #FFFFFF;
font-style: italic;
opacity: 0.8;
}

.footer_nav_box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_nav_item{
font-family: PINGFANG;
font-weight: 500;
font-size: calc(6px + 0.5rem);
color: #FFFFFF;
}

.footer_contact_box{
    width: calc(80px + 15rem);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_contact p:nth-of-type(1){
font-family: PINGFANG;
font-weight: 500;
font-size: calc(6px + 0.5rem);
color: #FFFFFF;
}

.footer_contact p:nth-of-type(2){
font-family: PINGFANG;
font-weight: 500;
font-size: calc(6px + 0.5rem);
color: #8C8C8C;
margin-top: calc(3px + 0.25rem);


}

.footer_contact:nth-of-type(1) p:nth-of-type(2){
font-family: PINGFANG;
font-weight: 800;
font-size: calc(4px + 1rem);
color: #629282;
}

.footer_code_box img{
    width: calc(100px + 5rem);
    height: calc(100px + 5rem);
}

.footer_code_box p{
font-family: PINGFANG;
font-weight: 500;
font-size: calc(6px + 0.5rem);
color: #FFFFFF;
opacity: 0.5;
text-align: center;
margin-top: calc(6px + 0.5rem);
}

.copyright_box{
    width: 100%;
    background: #333333;
    border-top: 1px #525252 solid;
    padding: calc(10px + 1rem);
   
}
.copyright{
    max-width: 1400px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p{
font-family: PINGFANG;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #FFFFFF;
opacity: 0.6;
}