.customLayerPageWidthInstitutionalMessage{
    width: 100%;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.customLayerPageWidthInstitutionalMessage .customLayerPageWidthInstitutionalMessageContentStart{
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
}
.customLayerPageWidthInstitutionalMessage .customLayerPageWidthInstitutionalMessageBottomStart{
    width: 100%;
    height: 71px;
    padding: 0 26px;
    box-sizing: border-box;
}
.customLayerPageWidthInstitutionalMessage .customLayerPageWidthInstitutionalMessageBottomStart .layerMessageBottomBox{
    width: 80px;
    height: 35px;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.customLayerPageWidthInstitutionalMessage .customLayerPageWidthInstitutionalMessageBottomStart .layerMessageBottomBoxClose{
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
}
.customLayerPageWidthInstitutionalMessage .customLayerPageWidthInstitutionalMessageBottomStart .layerMessageBottomBoxWrite{
    background: #F34747;
}
.customLayerPageWidthInstitutionalMessage .customLayerPageWidthInstitutionalMessageBottomStart .layerMessageBottomBoxClose .icon-guanbi{
    font-size: 11px;
    color: #333333;
    margin-right: 5px;
    margin-top: 1px;
}
.customLayerPageWidthInstitutionalMessage .customLayerPageWidthInstitutionalMessageBottomStart .layerMessageBottomBoxClose .layerMessageBottomBoxText{
    font-size: 14px;
    font-family: 'YouYuan';
    color: #000000;
}