.footer {
    box-sizing: border-box;
    width: 100vw;
    white-space: nowrap;
}

.underFooter {
    box-sizing: border-box;
    width: 100vw;
    text-align: center;
    background-color: #4c4c4c;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerHeader {
    display: flex;
    justify-content: center;
    padding: 100px 0;
    background-color: rgb(255, 255, 255);
}

.footerHeaderLeft {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.footerHeaderLeft > div {
    padding: 0 50px;
}

.grid-content {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 8px;
}

.flex_div {
    padding-left: 2px;
}

.flex_div > p {
    color: grey;
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 500;
    cursor: pointer;
}

.flex_div > p:hover {
    color: #8ec124;
}

.flex_div > p >a {
    color: grey  !important;
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 500;
    cursor: pointer;
}

.flex_div > p >a:hover {
    color: #8ec124 !important;
}

.footerCenterLine {
    display: inline-block;
    width: 1px;
    height: 240px;
    margin: 12px 20px 0 0;
    vertical-align: middle;
    position: relative;
    border-left: 1px solid #dcdfe6;
}

.footerHeaderRightLine {
    display: flex;
    align-items: center;
    font-size: 25px;
    margin: 7px 7px 10px 10px;
}

.footerHeaderRightLine img {
    width: 40px;
    margin-right: 6px;
}

.thirdIcon {
    margin: 7px 7px 10px 10px;
    padding-left: 14px;
}

.thirdIcon > img {
    width: 60px;
    height: 60px;
}

.QRcode {
    margin-left: 24px;
}

.footerPhone {
    font-size: 26px;
    padding-left: 14px;
    width: 280px;
    color: grey;
}