.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background-color: #8D8D95;
	color: #FFFfff;
	position: flex;
	bottom: 0px;
	left: 0px;
}

.footerContent {
    width: 1200px;
    display: flex;
    justify-content: center;
}

.footerContent .navBox {
    flex: 1;
}

.footerContent .navBox .title {
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 20px;
}

.footerContent .navBox .navList {
    display: flex;
}

.footerContent .navBox .navList ul {
    margin-right: 40px;
}

.footerContent .navBox .navList ul li {
    padding: 5px 0;
}

.footerContent .navBox .navList ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #FFF;
}

.footerContent .contactUsContent {
    /* flex: 1; */
}


.footerContent .contactUsContent .phone,
.footerContent .contactUsContent .email,
.footerContent .contactUsContent .recordNumber,
.footerContent .contactUsContent .copyright,
.footerContent .contactUsContent .copyright a {
    padding: 5px 0;
    font-size: 16px;
    color: #FFF;
}

.footerContent .QRCode {
    width: 140px;
}

.footerContent .QRCode .image {
    width: 70px;
    height: 70px;
    margin: 0px auto;
}

.footerContent .QRCode .image img {
    width: 100%;
}

.footerContent .QRCode .text {
    text-align: center;
    font-size: 16px;
    color: #FFF;
    margin-top: 10px;
}