﻿.warnColumn {
    position: fixed;
    top: 0;
    width: 100%;
    height: 20px;
    background-color: #F23216;
    z-index: 9999;
}
.warnColumnRe {
    position: fixed;
    top: 0;
    width: 100%;
    height: 20px;
    background-color: #FFC445;
    z-index: 9999;
}

.warnFont {
    line-height: 20px;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
}
.warnFont a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

.warnColumnLogin {
    position: fixed;
    top: 2px;
    width: 317px;
    color: #FB3C3C;
    font-size: 13px;
    font-weight: bold;
    text-align:right;
    z-index: 9999;
}
.warnColumnLogin a {
    color: #FB3C3C;
    text-decoration: underline;
}
.warnColumnPortal {
    position: fixed;
    top: 2px;
    width: 472px;
    color: #FB3C3C;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    z-index: 9999;
}
.warnColumnPortal a {
    color: #FB3C3C;
    text-decoration: underline;
}