.footLayoutWrapper {
    display: flex;
    flex-direction: column;
}

.footLayoutBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footLayoutLinks {
    width: 100%;
    height: 74px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    background: #005B8D;
}

.footLinksBox {
    width: 1200px;
    display: flex;
    align-items: center;
}

.footLinksBox .linksTitle {
    color: white;

}

.footLinksBox > a {
    margin-left: 30px;
}

.footLayoutContent {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.footItemBox .footItem {
    font-size: 12px;
    color: #FFFFFF;
}

.footItemBox > a:first-child {
    font-weight: bold;
    letter-spacing: 2px;
}

.footItemBox > a:not(:first-child) {
    margin-left: 30px;
}

.footLeftLayout .footItemBox {
    margin-top: 14px;
}

.contactUS {
    display: flex;
    margin-top: 25px;
    color: #ffffff;
    font-size: 12px;
}

.contactUS > .contactUsItem:not(:first-child) {
    margin-left: 40px;
}

.contactUsItem img {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.contactUsItem {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactUsItem > span:first-child {
    margin-right: 20px;
}

.locationBox {
    margin-top: 16px;
    font-size: 12px;
    color: white;
    display: flex;
    align-items: center;
}

.locationBox img {
    width: 15px;
    margin-right: 5px;
    height: 15px;
}

.copyRight {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 18px;
}

.footRightLayout {
    align-items: center;
    display: flex;
}

.footRightLayout .footRightLeft {
    margin-right: 20px;
    font-size: 14px;
    color: #FFFFFF;
}

.footRightLayout .footRightLeft > div {
    margin-top: 6px;
}

.footRightLayout .footRightLeft .phoneNumber {
    font-size: 34px;
}

.footRightLayout > img {
    width: 130px;
    height: 130px;
}
.qrCodeBox{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.qrCodeBox img{
    width: 150px;
    height: 150px;
}
.qrCodeTitle{
    font-size: 14px;
    color: white;
    margin-top: 14px;
}