.footer_box {
    width: 100%;
    padding-top: calc(38px + 5rem);
    padding-bottom: calc(13px + 4rem);
}

.footer {
    max-width: 1400px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


.footer_logo {
    width: calc(10px + 10rem);
}

.footer_logo img {
    width: 100%;
}

.footer_icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(5px + 1rem);
    margin-top: calc(8px + 3rem);
}

.footer_icon img {
    width: calc(8px + 2rem);
}

.footer_center_title p {
    font-family: OPPOSans-B;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: 1;
}


.footer_center_title div {
    width: calc(6px + 1rem);
    height: calc(0px + 0.1rem);
    background: #E39651;
    margin-top: calc(4px + 0.5rem);
}

.footer_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 1rem);
    margin-top: calc(6px + 1.5rem);
}

.footer_text p {
    font-family: OPPOSans-R;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
}

.footer_code {
    width: calc(83px + 5rem);
    height: calc(83px + 5rem);
    margin-top: calc(6px + 1.5rem);
}

.footer_code img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.copyright_box {
    width: 100%;
    background: #DCDCDC60;
}

.copyright {
    max-width: 1400px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p {
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: 1;
}

.to_top {
    width: calc(20px + 2rem);
    height: calc(20px + 2rem);
    cursor: pointer;

}

.to_top img {
    width: 100%;
    height: 100%;
}


/* .code_box{
    width: calc(30px + 5rem);
    height: calc(35px + 5rem);
    background: url(../images/code_box.png) no-repeat;
    background-size: contain;
} */
