﻿.bodys>.footer_content_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.bodys>.footer_content_box .footer_title {
    margin-top: 9rem;
    height: 3.5rem;
    font-size: 2.5rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 3.5rem;
}

.bodys>.footer_content_box .footer_content {
    width: 100%;
    margin-top: 6.5rem;
    display: flex;
    flex-direction: column;


}

.bodys>.footer_content_box .footer_content .footer_one {
    width: 100%;
    height: 44.8rem;
    position: relative;

}

.footer_one .footer_text {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 5rem;
    width: 50%;
    height: 34.8rem;
    background: #FFFFFF;
    box-shadow: -10px 10px 60px 0px rgba(159, 181, 238, 0.1);
    border-radius: 10px 0px 0px 10px;
    z-index: 99;
    padding: 5rem;



}

.footer_one .footer_text .footer_text_content>.tops {


    font-size: 2.4rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #16181A;

    margin-bottom: 1rem;
}

.footer_one .footer_text .footer_text_content>.text {

    height: 19.2rem;
    font-size: 1.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D485D;
    line-height: 3.2rem;
}

.footer_one .footer_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 44.8rem;
    width: 60%;
    z-index: 0;
}

.footer_one .footer_img>img {
    height: 44.8rem;
    /* width: 60%; */
}

.bodys>.footer_content_box .footer_content .footer_two {
    margin-top: 12rem;
    margin-bottom: 12rem;
    width: 100%;
    height: 44.8rem;
    position: relative;




}

.footer_two .footer_text {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5rem;
    width: 50%;
    height: 34.8rem;
    background: #FFFFFF;
    box-shadow: -10px 10px 60px 0px rgba(159, 181, 238, 0.1);
    border-radius: 10px 0px 0px 10px;
    z-index: 99;
    padding: 5rem;


}

.footer_text .footer_text_content>.tops {
    text-align: center;
    margin: 0 auto;
    font-size: 2.8rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #16181A;

    margin-bottom: 1rem;
}

.footer_text .footer_text_content>.text {

    height: 19.2rem;
    font-size: 1.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D485D;
    line-height: 3.2rem;
}

.footer_two .footer_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 44.8rem;
    width: 60%;
    z-index: 0;
}

.footer_two .footer_img>img {
    height: 44.8rem;
    /* width: 60%; */
}

/* 媒体查询 */
@media screen and (min-width:1500px) {
    .content1>.content_box>.content1_bottom {
        width: 85%;
        grid-gap: 5rem;

        .content1_btm_box {
            width: 36rem;
        }
    }
}

@media screen and (min-width:1400px) {
    .content1>.content_box>.content1_bottom {
        width: 85%;
        grid-gap: 5rem;


    }

    .content1_btm_box {
        width: 32rem;
    }
}

@media screen and (max-width:1200px) {
    .content1>.content_box>.content1_bottom {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media screen and (max-width:1100px) {
    .content1>.content_box>.content1_bottom {
        width: 90%;

    }

    .bodys>.footer_content_box>.footer_content {

        width: 85%;


    }

    .footer_content .footer_text {
        padding: 4rem;
    }

    .footer_content .text {
        font-size: 1.4rem !important;
    }
}

@media (max-width:800px) {
    .content_btm_left_box>.content_btm_left_box_right .content_btm_left_box_right_top {
        font-size: 2rem;
        text-align: center;
        margin: 0 auto;
        height: auto;

    }

    .bodys>.footer_content_box .footer_title {
        margin-top: 4rem;
    }

    .bodys>.heads>.head_content .head_content_box {

        width: 93%;



    }

    .content_box>.content1_bottom .content1_btm_box {
        width: 100%;
    }

    .head_content_box .head_content_box_title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .head_content_box .head_content_box_tip {
        font-size: 1.4rem;
    }

    .content1>.content_box>.content1_bottom {
        grid-template-columns: repeat(1, 1fr);

    }

    .content>.content_box>.content_bottom {
        flex-direction: column;


    }

    .content_bottom .content_btm_left {
        margin-bottom: 2rem;
        margin-right: 0rem;
    }

    .content1>.content_box>.content1_bottom {
        width: 95%;

    }

    .content2 .content2_btm {
        width: 95%;
        grid-template-columns: repeat(1, 1fr);


    }

    .content2_btm .content2_btm_box {
        padding: 2rem;
    }

    .bodys>.footer_content_box .footer_content {
        margin-top: 3rem;
    }

    .footer_content .footer_one {
        height: 560px;
    }

    .footer_content .footer_one .footer_text {
        margin-top: 2rem;
        left: 26px;
        width: 85%;
        height: 500px;
        padding: 2rem;

    }

    .footer_content .footer_one .footer_img {
        width: 100%;
    }

    .footer_content .footer_one .footer_img>img {
        width: 100%;
        height: 550px;

    }

    .footer_content .footer_two {
        height: 560px;
    }

    .footer_two .footer_text {
        margin-top: 2rem;
        left: 26px;
        width: 85%;
        height: 500px;
        padding: 2rem;

    }

    .footer_two .footer_img {
        width: 100%;
    }

    .footer_two .footer_img>img {
        width: 100%;
        height: 550px;

    }

}