﻿.bodys>.content {
    width: 100%;
    height: 47.8rem;
    background: rgba(230, 237, 254, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_box {
    width: 94%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_box>.content_top {
    width: 33.6rem;
    height: 6.2rem;
    font-size: 2.5rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 3.1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content_top>.content_tip {
    margin-bottom: 1.8rem;
}

#un_line {
    width: 17.6rem;
    height: 0.1rem;
    background: #E6EAF5;
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;

}

#un_line>.un_line_center {
    width: 3.4rem;
    height: 1px;
    background: linear-gradient(136deg, #08C1C7 0%, #388FE8 23%, #AD6EF4 100%);
    border-radius: 1px;
}

/* 内容1 */
.content_box>.content_bottom {
    width: 100%;
    margin-top: 5.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_bottom>.content_btm_left {
    width: 39.4rem;
    height: 11.7rem;
    background: linear-gradient(270deg, #FCFDFF 0%, #F0F6FF 100%);
    border-radius: 7px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4rem;
}

.content_bottom>.content_btm_right {
    width: 39.4rem;
    height: 11.7rem;
    background: linear-gradient(270deg, #FCFDFF 0%, #F0F6FF 100%);
    border-radius: 7px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_btm_left>.content_btm_left_box,
.content_btm_right>.content_btm_left_box {
    width: 75%;
    display: flex;
    justify-content: space-between;

}

.content_btm_left_box>.content_btm_left_box_left {
    height: 11.2rem;
    font-size: 9.8rem;
    font-family: AlternateGothicNo2BT-Regular, AlternateGothicNo2BT;
    font-weight: 400;
    color: #609AD4;
    line-height: 11.2rem;
    margin-right: 1rem;
}

.content_btm_left_box>.content_btm_left_box_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;



}

.content_btm_left_box>.content_btm_left_box_right .content_btm_left_box_right_top {

    height: 2.5rem;
    font-size: 1.7rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1862AD;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

.content_btm_left_box>.content_btm_left_box_right .content_btm_left_box_right_btm {

    height: 2.5rem;
    font-size: 1.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #98A3B7;
    line-height: 2.5rem;
}

/* 内容2 */
.bodys>.content1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.content_box>.content_top {
    margin-top: 8.4rem;
}

.content_box>.content1_bottom {
    /* width: 83%; */
    margin-top: 5.6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 7rem;


}

.content_box>.content1_bottom .content1_btm_box {
    width: 36rem;
    height: 19rem;
    border-radius: 7px;
    background: rgba(230, 237, 254, 0.4);
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: space-around; */


}

.content_box>.content1_bottom .content1_btm_box .content_btm_box_top {

    height: 23px;
    font-size: 2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: black;
    line-height: 2.3rem;
    margin-bottom: 1.5rem;
}

.content_box>.content1_bottom .content1_btm_box .content_btm_box_btm {

    height: 9rem;
    font-size: 1.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D485D;
    line-height: 2.3rem;
}

/* 内容3 */
.bodys>.content2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 9.2rem;
}

.content2 .content2_btm {
    width: 83%;
    margin-top: 6.4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;


}

.content2 .content2_btm .content2_btm_box {

    height: 16.7rem;
    background: linear-gradient(19deg, #FFFFFF 0%, #F0F5FC 100%);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 3rem;


}

.content2 .content2_btm .content2_btm_box .content2_btm_box_top {

    height: 2.6rem;
    font-size: 2.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #16181A;
    line-height: 2.6rem;
}

.content2 .content2_btm .content2_btm_box .content2_btm_box_middle {
    width: 3.5rem;
    height: 0.2rem;
    background: linear-gradient(136deg, #08C1C7 0%, #388FE8 23%, #AD6EF4 100%), linear-gradient(118deg, #29379B 0%, #87BEEF 100%);
    border-radius: 1px;
    margin: 1.3rem 0;
}

.content2 .content2_btm .content2_btm_box .content2-btm-box_bottom {

    height: 5.1rem;
    font-size: 1.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D485D;
    line-height: 2.6rem;
}