.footer {
    bottom: 0;
    position: relative;
    width: 100%;
    background: #282a29;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}
.footer-content {
    color: #FFF;
    width: 1200px;
    display: column;
    padding: 20px;
}
.footerDetail {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.usService {
    display: flex;
    width: 288px;
    height: 140px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.usService>a {
    text-decoration: none;
    color: #c1c2c2;
    font-size: 14px;
    font-weight: 400;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    margin-right: 59px;
    position: relative;
}
.footer .footerDetail .phoneNumber p:nth-of-type(1) {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.footer .footerDetail .phoneNumber p:nth-of-type(2) {
    color: #DDDDDD;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    font-family: Agency FB;
}
.footer .footerDetail .phoneNumber p:nth-of-type(3) {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    font-weight: 400;
    margin-top: 26px;
    text-transform: uppercase;
}
.footer .footerDetail .phoneNumber p:nth-of-type(4) {
    color: #DDDDDD;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    font-weight: 400;
    font-family: Agency FB;
}
.QRcode {
    display: flex;
    justify-content: space-between;
    width: 263px;
}
.QRcode img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.QRcode p {
    color: #c1c2c2;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}
.Links {
    box-sizing: border-box;
    color: #c1c2c2;
    display: flex;
}
.Links p {
    width: 56px;
    font-size: 12px;
    color: #c1c2c2;
    font-weight: 400;
    line-height: 17px;
}
.Links .linksList {
    box-sizing: border-box;
    width: 1118px;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #fff;
}
.Links .linksList>a {
    margin-left: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #c1c2c2;
    text-decoration: none;
    display: block;
    height: 17px;
}
.tipText {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.tipText>section {
    display: flex;
    align-items: center;
}
.tipText>section img {
    width: 20px;
    height: 20px;
    display: block;
}
.tipText>section p {
    font-size: 12px;
    color: #c1c2c2;
    font-weight: 400;
    margin-left: 13px;
}
.tipText>section .icp {
    font-size: 12px;
    color: #c1c2c2;
    font-weight: 400;
    margin-left: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .footer {
        width: 143%;
    }
}