  .headr_aging_friendly {
        width: 100%;
        height: 98px;
        background: #184f87;
        display: none;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0;
    }

    .headr_aging_friendly .aging_friendly_ui {
        padding-top: 8px;
        margin-right: 15px;
        display: flex;
    }

    .aging_friendly_li {
        height: 100%;
        text-align: center;
        margin-right: 6px;
    }

    .aging_friendly_li .img {
        background: url('/res/redcome2007/structure/25070510.png') no-repeat center center;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        cursor: pointer;
    }

    .aging_friendly_li img {
        width: 50px;
        height: 50px;
    }


    .aging_friendly_li .text {
        width: 100%;
        font-size: 18px;
        padding: 5px 0;
        color: #fff;
        font-weight: 600;
    }

    .aging_friendly_li:hover .text {
        background: #888;
    }

    .aging_friendly_li .img:hover {
        background: #982426;
    }
 .toolbarPage2content{
        width: 1200px;
        height: 100%;
        display: none;
        justify-content: space-between;
    }
.toolbarPage2content .transform_qu_aging div{
        width: 110px;
        margin-left: 5px;
        font-size:18px;
        color:#fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
.toolbarPage2content .transform_qu_aging{
  display: flex;
}
.toolbarPage{
width:100%;
height:100%;
  display: flex;
   align-items: center;
   justify-content: center;
}