.secondSection_child{
    /* line-height: 55px; */
    line-height: 0px;
    width: 245px;
    /* height: 46px; */
    color: #004da7;
    text-indent: 20px;
    font-size: 18px;
    /* font-weight: 600; */
    /* border-bottom: 3px solid #a0a0a080; */
}
.tit_bottom{
    width: 128px;
    height: 46px;
    border-bottom: 3px solid;
}
.tit_bottom2{
    width: 148px;
    height: 46px;
    border-bottom: 3px solid;
    font-size: 20px
}
.secondSection{
    display: flex;
}
.secondSection_img{
    /* margin-top: 3.5px; */
    margin-top: 20px;
    width: 246px;
}
.tit_front{
    width: 6px;
    height: 56px;
    background-color: #cae9fb;
    display: inline-block;
}
.tit_front2{
    width: 6px;
    height: 36px;
    background-color: #cae9fb;
    display: inline-block;
}
.tit_front3{
    width: 6px;
    height: 42px;
    background-color: #9bb9dd;
    display: inline-block;
}
.funButton{
    width: 245px;
    height: 56px;
    line-height: 55px;
    background: #e3f4fd;
    display: flex;
    margin-top: 4px;
}
.funButton2{
    width: 245px;
    height: 36px;
    line-height: 40px;
    background: #e3f4fd;
    display: flex;
    margin-top: 4px;
}
.funButton3{
    width: 189px;
    height: 42px;
    line-height: 42px;
    background: #c7d8ec;
    display: flex;
    float: left;
    text-align: center;
    margin-top: 4px;
    
}
.funButton_left{
    margin-right: 4px;
}
.funButton span{
    width: 239px;
}
/* .funButton:first-child{
    background: red
} */
.secondSection_tit{
    line-height: 55px;
}
.secondSection_first{
    margin-top: 7px
}
.border_color{
    height: 46px;
    border-bottom: 3px solid #a0a0a080;
}
.funButton2 span{
    width:  89%;
    text-indent: 0px;
    font-size: 16px;
    margin: auto;
    margin-left: 19px;
}
.funButton span{
    font-size: 16px;
}
.funButton3 span{
    width: 100%;
    text-indent: 0;
    font-weight: 600;
    font-size: 17px;
}
.tit_point{
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: relative;
    left: 10px;
    top: 26px;
    background: #57a4ff;
}