input:focus {
    outline: none !important;
}

textarea:focus {
    outline: none !important;
}

.footer {
    width: 100%;
    background-color: #F9FBFD;
}

.footer .footerContent {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 7vw;
}

.footer .footerContent .footerTitle {
    color: rgba(17, 17, 17, 1);
    font-size: 1.04vw;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
}

.footer .footerContent .footerLine {
    width: 1px;
    height: 14.48vw;
    background-color: #E0E6EC;
    margin: 0 2vw;
}

.footer .footerContent .footerLeft {
    width: 23.65vw;
}

.footer .footerContent .footerLeft .logo {
    width: 23.65vw;
    height: 3.55vw;
    margin-bottom: 1.5vw;
}

.footer .footerContent .footerLeft .callUs {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer .footerContent .footerLeft .callUs .callUsLeft {
    padding-right: 2vw;
    flex: 1;
}

.footer .footerContent .footerLeft .callUs .callUsLeft .callUsLeftTitle {
    color: rgba(17, 17, 17, 1);
    font-size: 1.04vw;
    font-family: PingFang-SC-Bold;
    font-weight: 700;
    margin-bottom: 1vw;
}

.footer .footerContent .footerLeft .callUs .callUsLeft .callUsLeftText {
    color: rgba(73, 87, 112, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin-bottom: 1vw;
}

.footer .footerContent .footerLeft .callUs .callUsRight {
    width: 6.78vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footerContent .footerLeft .callUs .callUsRight img {
    width: 6.78vw;
    height: 6.78vw;
}

.footer .footerContent .footerLeft .callUs .callUsRight div {
    color: rgba(73, 87, 112, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin-top: 0.8vw;
}

.footer .footerContent .footerCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footerContent .footerCenter .aboutLinkBox {
    width: 19vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footerContent .footerCenter .aboutLinkBox div {
    width: 9vw;
    color: rgba(73, 87, 112, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin-top: 2vw;
    cursor: pointer;
}

.footer .footerContent .footerRight {
    width: 14vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footerContent .footerRight .messageList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footerContent .footerRight .messageList .labelText {
    width: 35%;
    padding-right: 0.5vw;
    color: rgba(73, 87, 112, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
}

.footer .footerContent .footerRight .messageList .getCodeBox {
    width: calc(65% - 0.5vw);
    height: 1.46vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3vw;
    border: 1px solid #C1CAD3;
    background-color: #F4F7FA;
    border-radius: 0.3vw;
    margin-top: 0.5vw;
}

.footer .footerContent .footerRight .messageList .getCodeBox input {
    height: 1.46vw;
    width: calc(100% - 3.5vw);
    font-size: 0.7vw;
}

.footer .footerContent .footerRight .messageList .getCodeBox div {
    color: rgba(26, 102, 255, 1);
    font-size: 0.62vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
}

.footer .footerContent .footerRight .messageList .valueInput {
    width: calc(65% - 0.5vw);
    height: 1.46vw;
    padding: 0 0.3vw;
    border: 1px solid #C1CAD3;
    background-color: #F4F7FA;
    border-radius: 0.3vw;
    margin-top: 0.5vw;
    font-size: 0.7vw;
}

.footer .footerContent .footerRight .messageList .valueTextarea {
    width: calc(65% - 0.5vw);
    height: 3vw;
    padding: 0.3vw;
    border: 1px solid #C1CAD3;
    background-color: #F4F7FA;
    border-radius: 0.3vw;
    margin-top: 0.5vw;
    resize: none;
    font-size: 0.7vw;
}

.footer .footerContent .footerRight .submitBtn {
    width: 100%;
    height: 1.57vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3vw;
    color: rgba(255, 255, 255, 1);
    font-size: 0.72vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin-top: 1vw;
    background-color: #1A66FF;
    cursor: pointer;
}

.footer .icpBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw 0;
    border-top: 1px solid #D2D7DF;
    color: rgba(73, 87, 112, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin-top: 2vw;
}

@media (max-width: 768px) {
    .footer .footerContent {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        padding: 7vw 8vw 0;
    }

    .footer .footerContent .footerLeft {
        width: 100%;
    }

    .footer .footerContent .footerLeft .logo {
        width: 100%;
        height: auto;
        margin-bottom: 1.5vw;
    }

    .footer .footerContent .footerLeft .callUs .callUsLeft .callUsLeftTitle {
        color: rgba(17, 17, 17, 1);
        font-size: 3vw;
        font-family: PingFang-SC-Bold;
        font-weight: 700;
        margin-bottom: 2vw;
    }

    .footer .footerContent .footerLeft .callUs .callUsLeft .callUsLeftText {
        color: rgba(73, 87, 112, 1);
        font-size: 3.2vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin-bottom: 2vw;
    }

    .footer .footerContent .footerLeft .callUs .callUsRight {
        width: 15vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .footerContent .footerLeft .callUs .callUsRight img {
        width: 15vw;
        height: 15vw;
    }

    .footer .footerContent .footerLeft .callUs .callUsRight div {
        color: rgba(73, 87, 112, 1);
        font-size: 2.8vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin-top: 1.5vw;
    }

    .footer .footerContent .footerLine {
        width: 1px;
        height: 14.48vw;
        background-color: #E0E6EC;
        margin: 0 2vw;
        display: none;
    }

    .footer .footerContent .footerCenter {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 4vw 0;
    }

    .footer .footerContent .footerTitle {
        color: rgba(17, 17, 17, 1);
        font-size: 3vw;
        font-family: PingFang-SC-Bold;
        font-weight: 700;
    }

    .footer .footerContent .footerCenter .aboutLinkBox {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer .footerContent .footerCenter .aboutLinkBox div {
        width: 50%;
        color: rgba(73, 87, 112, 1);
        font-size: 2.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin-top: 4vw;
        cursor: pointer;
        text-align: center;
    }

    .footer .footerContent .footerRight {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .footerContent .footerRight .messageList {
        margin-top: 1.5vw;
    }

    .footer .footerContent .footerRight .messageList .labelText {
        width: 35%;
        padding-right: 0.5vw;
        color: rgba(73, 87, 112, 1);
        font-size: 3.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
    }

    .footer .footerContent .footerRight .messageList .valueInput {
        width: calc(65% - 0.5vw);
        height: 7vw;
        padding: 0 1vw;
        border: 1px solid #C1CAD3;
        background-color: #F4F7FA;
        border-radius: 0.3vw;
        margin-top: 0;
        font-size: 3vw;
    }

    .footer .footerContent .footerRight .messageList .getCodeBox {
        width: calc(65% - 0.5vw);
        height: 7vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1vw;
        border: 1px solid #C1CAD3;
        background-color: #F4F7FA;
        border-radius: 0.3vw;
        margin-top: 0;
    }

    .footer .footerContent .footerRight .messageList .getCodeBox input {
        height: 100%;
        width: calc(100% - 12vw);
        font-size: 3vw;
    }

    .footer .footerContent .footerRight .messageList .getCodeBox div {
        color: rgba(26, 102, 255, 1);
        font-size: 2.3vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
    }

    .footer .footerContent .footerRight .messageList .valueTextarea {
        width: calc(65% - 0.5vw);
        height: 100%;
        padding: 1vw;
        border: 1px solid #C1CAD3;
        background-color: #F4F7FA;
        border-radius: 0.3vw;
        margin-top: 0;
        resize: none;
        font-size: 3vw;
    }

    .footer .footerContent .footerRight .submitBtn {
        width: 100%;
        height: 9vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.3vw;
        color: rgba(255, 255, 255, 1);
        font-size: 3vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin-top: 2vw;
        background-color: #1A66FF;
        cursor: pointer;
    }

    .footer .icpBox {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4vw 0;
        border-top: 1px solid #D2D7DF;
        color: rgba(73, 87, 112, 1);
        font-size: 3vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin-top: 4vw;
    }
}