.bank-info-box{
    line-height: 28px;
    word-break: break-all;
}
.bank-info-box .box-title{
    border-bottom: 1px dashed;
    text-align: center;
    line-height: 42px;
}

.bank-info-box a{
    margin-left: 10px;
    color: #4fb0e7;
    text-decoration: none;
    cursor: pointer;
}
.bank-info-box a:active {
    color: #4fb0e7;
}

.template-info-box{
    line-height: 28px;
    word-break: break-all;
}
.template-info-box .box-title{
    border-bottom: 1px dashed;
    text-align: center;
    line-height: 42px;
}

.template-info-box a{
    margin-left: 10px;
    color: #4fb0e7;
    text-decoration: none;
    cursor: pointer;
}
.template-info-box a:active {
    color: #4fb0e7;
}

a:hover {
    opacity: 0.8;
}

.HIDE{
    display: none;
}


.color-brand{
    color: #409EFF;
}

.color-bg-brand{
    background-color: #409EFF;
}

.color-success{
    color: #67C23A;
}

.color-bg-success{
    background-color: #67C23A;
}

.color-warning{
    color: #E6A23C;
}

.color-bg-warning{
    background-color: #E6A23C;
}


.color-danger{
    color: #F56C6C;
}

.color-bg-danger{
    background-color: #F56C6C;
}

.color-info{
    color: #909399;
}
.color-bg-info{
    background-color: #909399;
}

.default-color{
    color:#409EFF
}

.success-color{
    color:#67C23A
}

.warning-color{
    color:#E6A23C
}

.danger-color{
    color:#F56C6C
}

.info-color{
    color:#909399
}

.msg-read-state{
    color: #409EFF;
    align-self:flex-end;
    margin:0px 6px 6px 0;
    width: 22px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.msg-read-state i{
    font-size: 12px;
}

.msg-read-state i.icon-error1{
    font-size: 18px;
}



.notice-list{
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    margin: auto;
    width: 50%;
    min-width: 300px;
    max-width: 400px;
    display: flex;
    flex-direction:column;
    align-items: center;
    z-index: 99999;
}

.notice-list .notice-info{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    border-radius: 4px;
    margin-bottom: 8px;
    background-color:#edf2fc;
    border:1px solid #ebeef5;
}

.notice-list .notice-info.success{
    color: #67C23A;
    background-color: #f0f9eb;
    border-color:#e1f3d8
}
.notice-list .notice-info.warning{
    color: #E6A23C;
    background-color: #fdf6ec;
    border-color:#faecd8
}
.notice-list .notice-info.error{
    color: #F56C6C;
    background-color: #fef0f0;
    border-color:#fde2e2
}
.notice-list .notice-info .notice-icon{
    margin-right: 6px;
}
