.h5-noData{
    width: 100%;
    text-align: center;
}

.h5-noDataIco{
    background: url(../../images/noDataIcons/noData.png) center no-repeat;
    background-size: 100%;
    height: 160px;
    width: 160px;
    margin: auto;
}

.h5-layer-info,.h5-layer-success,.h5-layer-error,.h5-layer-warn{
    font-size:15px!important;
    border:none!important;
    /*background:#909399!important;*/
    background:#1e1e1ee1!important;
    opacity:0.7!important;
    max-width: calc(100% - 30px)!important;
    max-height: calc(100% - 30px);
    overflow-x: hidden!important;
    overflow-y: auto!important;
    position: relative!important;
}

.h5-layer-success{
    background:#63bb5c!important;
}

.h5-layer-warn{
    background:#e6a23c!important;
}

.h5-layer-error{
    background:#f56c6c!important;
}

.h5-layer-info .layermcont,.h5-layer-success .layermcont,.h5-layer-error .layermcont,.h5-layer-warn .layermcont{
    padding:0 12px!important;
    line-height:36px!important;
    word-break: break-all!important;
}

.h5-layer-loading{

}

.h5-layer-loading .layermcont{
    background: rgba(0,0,0,0.7);
    padding:10px 20px;
}
.h5-layer-loading .layermcont i{
    width:15px;
    height:15px;
}
.h5-layer-loading .layermcont p{
    display: block;
}
