footer {
    position: relative;
    display: block;
    width: 100%;
    /* min-height: 400px; */
    background-color: #424242;
    color: #fefcff;
    display: flex;
    justify-content: space-between; /* 左右两边分布 */
    align-items: center; /* 垂直居中对齐 */    
    margin-top: 1em;
    padding: 2em;

}

#topFoot {
display: flex;
justify-content: flex-start; /* 居左对齐 */
}

#footBottom {
display: flex;
flex-direction: column; /* 让文本垂直排列 */
align-items: flex-end; /* 居右对齐 */
text-align: right; /* 确保文本右对齐 */
}



footer p {
    color: #fefcff;
    font-size: 1.6rem
}

footer em {
    color: #fefcff
}

/* #topFoot {
    position: relative;
    display: block;
    height: 100%;
    width: 40%;
    margin: auto;
    text-align: justify;
    padding-bottom: 100px
} */

#topFoot:after {
    content: '';
    display: inline-block;
    width: 100%
}

.footClan {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 256px;
    height: 100%;
    line-height: 1.6em;
    padding-top: 60px;
    color: #fefcff
}

.footClan a {
    font-size: 1.6rem;
    transition: all .4s ease;
    color: #fefcff
}

.footClan a:hover {
    color: #ababab
}

.footClan a:visited {
    color: #fefcff
}

.footClan li {
    color: #fefcff;
    font-size: 1.6rem
}

.footClan h3 {
    width: 180px;
    margin-left: 6px;
    padding-bottom: 12px;
    border-bottom: 3px solid #fefcff;
    text-transform: uppercase;
    text-align: left;
    background-color: initial;
    color: #fefcff
}

.footClan ul {
    margin-top: 12px;
    margin-left: 6px
}

.footClan p {
    margin-left: 16px;
    line-height: 1.6em
}

#socialMediaLinks {
    width: auto;
    line-height: 1.6em
}

#socialMediaLinks li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px
}

#socialMediaLinks img {
    width: auto;
    height: 18px;
    transition: all .5s ease
}

#socialMediaLinks img:hover {
    filter: brightness(.5)
}

.contactHeader {
    font-weight: normal;
    color: #fefcff
}

#footerLogo {
    position: absolute;
    bottom: 1em;
    left: 10%;
    transform: translateX(-50%);
    width: 250px;
    height: auto;
    filter: brightness(2.6)
}

/* #footBottom {
    position: relative;
    display: block;
    width: 100%;
    min-height: 70px;
    padding: 16px;
    text-align: center;
    background-color: #424242
} */

#footBottom a {
    color: #fefcff;
    transition: all .4s ease
}

#footBottom a:hover {
    color: #ababab
}