.headerBox{
    height: 277px;
    background: #252376;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerBox .headerIconAndLabel{
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerBox .headerIconAndLabel .headerIcon img{
    width: 150px;
    height: 150px;
}
.headerBox .headerIconAndLabel .headerLabel{
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    font-family: serif;
    margin-left: 20px;
}
.caseDetailContent{
    width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 79px;
}
.bottomBox{
    background: rgba(0, 41, 169, 1);
    height: 199px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}
.bottomBox .bottomBoxItem{
    height: 100px;
    margin-right: 100px;
}
.bottomBoxItem1{
    margin-left: 100px;
}
.bottomBoxItemUp{
    margin-bottom: 20px;
}