/* footerInner */
.footerInner {
    background-color: rgb(196, 216, 255);
    width: 100%;
    height: 326px;
    background: url(../images/footer/footer-banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 1280px;
    position: relative;
}

.footerbtn {

    width: 100%;
    margin: 40px auto;
    display: flex;
    position: absolute;
    z-index: 2;
    flex-direction: column;
    align-items: center;

}

.footerInnerTitle {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #2b2c2f;

    letter-spacing: 1px;
    padding-top: 64px;
}

.oac-mt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    color: #545558;

}

.oac-button {
    /* display: flex; */


}

.click_trial {
    margin-top: 40px;
    height: 50px;
    background: #0064ff;
    align-items: center;
    display: inline-flex;
    flex: none;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 3px;
    margin-left: 20px;
}

.click_trial .click_try {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-left: 32px;
    padding-right: 32px;
}

.click_trial:nth-child(2) {
    margin-top: 40px;
    height: 50px;
    border: 1px solid #0064ff;

    background: #fff;
     color: #0064ff;
    align-items: center;
    display: inline-flex;
    flex: none;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 3px;
    z-index: 15;
}



.footer {
    width: 100%;
    display: block;
    min-width: 1280px;
    background-color: #fff;
    color: #24252a;
    font-size: 14px !important;
    font-weight: 400;
    box-sizing: border-box;
    line-height: 22px;
    text-align: left;
    position: relative;
    z-index: 12;
    overflow: hidden;
}

.footer .footer_contents {
    display: flex;
    width: 1200px;
    margin: 60px auto 0;
    justify-content: space-between;
}

.footer_title {
    height: 26px;
    font-size: 18px;
    font-weight: 600;
    color: #24252a;
    line-height: 26px;
    margin-bottom: 16px;
}

.footer a {
    display: block;
    height: 22px;
    margin-bottom: 12px;

    color: #24252a;
}

.mianzeshengming {
    line-height: 20px;
    color: #24252a;
    text-align: center;
}

.Lianjie {
    margin-top: 10px;
    line-height: 10px;
    display: flex;
    justify-content: center;


}


.Lianjie a {
    margin: 0 32px;
}

.beian-box {
    display: flex;
    justify-content: center;
    line-height: 28px;
    margin: 10px 10px;

}

.beian-box img {
    padding: 0 15px;
    height: fit-content;
}