a {
    all: unset;
}

footer {
    width: 100%;
    box-sizing: border-box;
    background-color: #D5D5D5;
    display: flex;
    gap: 48px;
    padding-top: 34px;
    padding-bottom: 62px;
    border-top: 1px solid rgba(213, 213, 213, 1);
    background-image: none;
    position: static;
    height: auto;
    justify-content: center;
}

.fooetr-customer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.fooetr-customer button {
    width: 80px;
    height: 80px;
}

.fooetr-customer button {
    width: 80px;
    height: 24px;
    border-radius: 4px;
    background-color: rgba(255, 102, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: Microsoft Yahei;
    outline: none;
    border: none;
}

.fooetr-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fooetr-content .fooetr-link {
    display: flex;
    align-items: center;
    gap: 30px;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    font-family: SourceHanSansSC-regular;
}

.fooetr-content .fooetr-link a {
    cursor: pointer;
}

.fooetr-content .fooetr-text {
    color: rgba(173, 173, 173, 1);
    font-size: 12px;
    font-family: SourceHanSansSC-light;
    line-height: 26px;
}

.fooetr-content .footer-imgs {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fooetr-content .footer-imgs img {
    width: 120px;
    height: 47px;
    cursor: pointer;
}