.footer-container{
    width: 100%;
    padding: 5.3125rem 0;
    background-color: #000000;
    background-image: url("/wp-content/themes/george/assets/images/common/footer_bg.png");
    background-position: center calc(100% + 6.25rem);
    background-size: auto 12.5rem;
    background-repeat: no-repeat;
}

/* 顶部 */
.footer-header{
    width: 100%;
    padding-bottom: 5.625rem;
}
.footer-header-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-header-header-title{
    width: 30.625rem;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
}
.footer-header-social-medias{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-header-social-medias-title{
    font-size: 1.0625rem;
    font-weight: bold;
    color: #FFFFFF;
}
.footer-header-social-media-list{
    padding-left: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-header-social-media{
    width: 2rem;
    height: 2rem;
    background: #FFFFFF;
    border-radius: 0.125rem;
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0.3125rem;
}
.footer-header-social-media:hover{
    background: var(--primary-color);
}
.footer-header-social-media:last-of-type{
    margin-right: 0;
}
.footer-header-social-media-icon{
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-header-social-media-icon-img{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}
.footer-header-social-media:hover .footer-header-social-media-icon-img{
    filter: brightness(0) invert(1);
}
/* 内容 */
.footer-header-body{
    width: 100%;
    padding-top: 2.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-header-description{
    width: 30.625rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #adadad;
}
.footer-header-contact-methods{
    flex: 1;
    padding-left: 10.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-header-contact-methods-title{
    width: 100%;
    text-align: left;
    font-size: 1.0625rem;
    font-weight: bold;
    color: #FFFFFF;
}
.footer-header-contact-method-list{
    width: 100%;
    padding-top: 1.5625rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 3.125rem;
    grid-column-gap: 3.125rem;
}
.footer-header-contact-method-group{
    width: 100%;
}
.footer-header-contact-method{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #FFFFFF;
    margin-bottom: 0.3125rem;
}
.footer-header-contact-method:last-of-type{
    margin-bottom: 0;
}
.footer-header-contact-method .link{
    color: #adadad;
    text-decoration: none;
}
.footer-header-contact-method a.link:hover{
    color: var(--primary-color);
}
/* 底部 */
.footer-header-footer{
    width: 100%;
    padding-top: 5.625rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-header-footer-left{
    width: 30.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-header-footer-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color: #FFFFFF;
}
.footer-header-footer-description{
    width: 100%;
    text-align: left;
    padding-top: 0.9375rem;
    font-size: 1rem;
    color: #adadad;
    font-weight: 400;
}
.footer-header-footer-actions{
    width: 100%;
    padding-top: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-header-footer-action{
    width: 17.125rem;
    height: 4.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    text-decoration: none;
}
.footer-header-footer-action:hover{
    opacity: 0.8;
}
.footer-header-footer-action-icon{
    width: 0.9375rem;
    height: 0.9375rem;
    object-fit: contain;
}
.footer-header-footer-action-title{
    color: #FFFFFF;
    padding-left: 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
}
.footer-header-footer-right{
    flex: 1;
    padding-left: 10.625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-header-menu-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
}
.footer-header-menu{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-header-menu-title{
    width: 100%;
    text-align: left;
    font-size: 1.0625rem;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-header-menu-items{
    width: 100%;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-header-menu-item{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #adadad;
    margin-bottom: 1.25rem;
    text-decoration: none;
}
.footer-header-menu-item:hover{
    color: var(--primary-color);
}
.footer-header-menu-item:last-of-type{
    margin-bottom: 0;
}

/* 底部 */
.footer-footer{
    width: 100%;
    padding-top: 1.875rem;
    border-top: #666666 solid 1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-footer-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-footer-copyright{
    font-size: 1.0625rem;
    color: #959595;
}
.footer-footer-copyright span{
    color: var(--primary-color);
}
.footer-footer-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.footer-footer-quicklinks{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-footer-quicklink{
    font-size: 1.0625rem;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 1.875rem;
}
.footer-footer-quicklink:last-of-type{
    margin-right: 0;
}
.footer-footer-quicklink:hover{
    color: var(--primary-color);
}
.footer-footer-solution-provider{
    padding-left: 1.875rem;
    font-size: 1.0625rem;
    color: #FFFFFF;
}
.footer-footer-solution-provider a{
    color: #959595;
    text-decoration: none;
}
.footer-footer-solution-provider a:hover{
    color: var(--primary-color);
}