﻿﻿body {
    font-size: 12px;
    font-family: 微软雅黑, Microsoft YaHei, Helvetica, Tahoma, StSun, 宋体, SimSun, sans-serif;
    color: #333;
    background-color: #F5F5F5;
}

a {
    color: #2FA7EA;
    text-decoration: none;
}

    a:hover {
        color: #2FA7EA;
        text-decoration: underline;
    }


.header {
    position: relative;
    width: 970px;
    margin: 0px auto;
}

    .header a.login {
        position: absolute;
        top: 5px;
        right: 5px;
        color: #fff;
    }

.container {
    width: 908px;
    margin: 0px auto;
    border: 1px #CAE4FF solid;
    background-color: #fff;
    padding: 30px;
}

.notice {
    height: 180px;
    overflow: auto;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px #CAE4FF solid;
}

    .notice strong {
        font-size: 14px;
        color: #ff6a00;
    }

.tablelist {
    width: 100%;
}

    .tablelist, .tablelist td {
        border: 1px #dedede solid;
    }

        .tablelist th {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            color: #fff;
            text-align: center;
            background-color: #6CA4E1;
        }

        .tablelist td {
            padding: 10px;
            text-align: center;
        }

            .tablelist td.label {
                width: 120px;
                background-color: #F5F5F5;
                text-align: right;
                font-weight: bold;
            }

            .tablelist td.label2 {
                width: 330px;
            }

.footer {
    width: 970px;
    margin: 0px auto;
    border-top: 1px #BAC5D4 solid;
    text-align: center;
    padding: 10px 0px;
    line-height: 22px;
    position: relative;
}
.found-error {
    position: absolute;
    bottom: 40px;
    right: 0;
}
.footRed{
    position: absolute;
    bottom: 40px;
    left: 0;
}

input.text {
    border: 1px #BAC5D4 solid;
    border-radius: 5px;
    background-color: #EEF3F8;
    width: 160px;
    padding: 8px;
    cursor: text;
    font-size: 14px;
    font-weight: bold;
}

input.btn, a.btn, span.btn {
    display: inline-block;
    padding: 3px 8px;
    text-align: center;
    line-height: 22px;
    background-color: #21b2e7;
    border: 1px #007998 solid;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

input.btn-red, a.btn-red, span.btn-red {
    border: 1px #C22D18 solid;
    background-color: #E54028;
}

input.btn-yellow, a.btn-yellow, span.btn-yellow {
    border: 1px #BF7004 solid;
    background-color: #F18D05;
}

span.red {
    color: #FF0000;
    font-weight: bold;
}

span.yellow {
    color: #F4861A;
    font-weight: bold;
}

span.green {
    color: #53A000;
    font-weight: bold;
}

.exAlert {
    position: absolute;
    z-index: 10002;
}

    .exAlert .alert-top {
        position: relative;
        height: 5px;
        line-height: 5px;
        font-size: 0px;
    }

        .exAlert .alert-top .alert-top-fl {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 5px;
            width: 5px;
            background: url(../image/alert.png) no-repeat;
        }

        .exAlert .alert-top .alert-top-fm {
            height: 5px;
            margin: 0px 5px;
            background-color: #157fcc;
        }

        .exAlert .alert-top .alert-top-fr {
            position: absolute;
            top: 0px;
            right: 0px;
            height: 5px;
            width: 5px;
            background: url(../image/alert.png) no-repeat 0px -5px;
        }

    .exAlert h2.alert-title {
        height: 31px;
        line-height: 26px;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        padding-left: 25px;
        background: #157FCC url(../image/box-dot.png) no-repeat 10px 10px;
    }

    .exAlert span.alert-op {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        height: 16px;
        width: 16px;
        cursor: pointer;
        background: url(../image/alert-op.png) no-repeat;
    }

    .exAlert .alert-main {
        font-size: 14px;
        padding: 30px 10px;
        text-align: center;
        background-color: #fff;
        border-left: 5px #157FCC solid;
        border-right: 5px #157FCC solid;
    }

    .exAlert .alert-btn {
        padding: 5px 0px;
        text-align: center;
        background-color: #DFEAF2;
        border-left: 5px #157FCC solid;
        border-right: 5px #157FCC solid;
    }

        .exAlert .alert-btn .alert-btn-ok {
            display: inline-block;
            background-color: #2FA7EA;
            border: 1px #168ACB solid;
            padding: 2px 10px;
            color: #fff;
            font-size: 12px;
            line-height: 20px;
            cursor: pointer;
        }

        .exAlert .alert-btn .alert-btn-cancel {
            display: inline-block;
            background-color: #2FA7EA;
            border: 1px #168ACB solid;
            padding: 2px 10px;
            color: #fff;
            font-size: 12px;
            line-height: 20px;
            cursor: pointer;
        }

    .exAlert .alert-bottom {
        position: relative;
        height: 5px;
        line-height: 5px;
        font-size: 0px;
    }

        .exAlert .alert-bottom .alert-bottom-fl {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 5px;
            width: 5px;
            background: url(../image/alert.png) no-repeat 0px -10px;
        }

        .exAlert .alert-bottom .alert-bottom-fm {
            height: 5px;
            margin: 0px 5px;
            background-color: #157fcc;
        }

        .exAlert .alert-bottom .alert-bottom-fr {
            position: absolute;
            top: 0px;
            right: 0px;
            height: 5px;
            width: 5px;
            background: url(../image/alert.png) no-repeat 0px -15px;
        }

.validation-summary-errors {
    position: absolute;
    top: 500px;
    right: 10px;
    width: 200px;
    color: #ff0000;
    border: 1px #ff0000 solid;
    padding: 10px 10px 10px 35px;
    line-height: 22px;
    background: #fff url(../image/error.png) no-repeat 10px center;
}

.export {
    margin-top: 10px;
    border-top: 1px #CAE4FF solid;
    background-color: #EDF8FE;
    padding: 20px;
}

    .export h2 {
        font-size: 14px;
        margin-bottom: 20px;
    }

.tooltip {
    line-height: 40px;
    color: #ff6a00;
    font-size: 14px;
    font-weight: bold;
}
.notices {
    line-height: 25px;
    padding: 20px;
}

    .notices h2 {
        font-size: 18px;
        text-align: center;
    }

    #Notices > div {
        padding: 25px;
        border: 1px solid #fff;
        width: 100% !important;
        box-sizing: border-box;
        line-height: 40px;
        cursor: pointer;
        text-align: center;
        background: #6CA4E1;
        color: white;
        font-weight: bold;
        font-size: 16px;
    }
@keyframes mymove {
    0% {
       left: 0;
    }

    /*50% {
        margin-top: 30px;
    }*/

    100% {
        left: 100%;
    }
}