﻿
/* bootcss reset */
.alert {
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    font-size: 12px;
}

    .alert strong {
        font-size: 14px;
    }

    .alert .countdown {
        color: red;
    }

    .alert .cancel {
        color: #428BCA;
        cursor: pointer;
    }

.modal-dialog {
    width: 70%;
    text-align: center;
}

.glyphicon {
    margin-right: 3px;
}

.pagination-container {
    text-align: center;
}

.rowbar {
    margin-bottom: 20px;
}


/* login */
.login {
    overflow: auto;
    /*background-image: url(https://passport.baidu.com/static/passpc-account/img/login/ad_7307b363.png);*/
    background-repeat: no-repeat;
}

    .login h3 {
        margin-bottom: 20px;
    }

/* home */
.def_banner {
    padding: 20px 0px;
    height: 460px;
}

    .def_banner .login {
        margin-top: 30px;
        background: #fff;
        border-radius: 2px;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
        padding: 25px 35px 20px;
    }

    .def_banner .glyphicon {
        top: 0px;
    }

    .def_banner .form-control {
        height: 45px;
    }

.def_notices {
    background-color: #fff;
    border: 1px solid #e7e7eb;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 30px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 90px;
    position: relative;
}

    .def_notices dt, .def_notices dd {
        display: inline-block;
        font-weight: 100;
    }

    .def_notices dd {
        margin-left: 30px;
    }

        .def_notices dd a {
            color: #222;
        }

            .def_notices dd a:hover {
                color: #459ae9;
            }

        .def_notices dd i {
            color: #d5d5d5;
            display: inline-block;
            font-style: normal;
            font-weight: 400;
            margin-top: -0.2em;
            vertical-align: middle;
        }

        .def_notices dd:last-child {
            position: absolute;
            right: 0px;
            line-height: 40px;
        }

.def_body h3 {
    padding-top: 24px;
    padding-bottom: 35px;
}

.def_body .col-md-4 {
    text-align: center;
}

    .def_body .col-md-4 dt {
        padding: 10px 0px;
        color: #222;
        font-size: 16px;
        font-weight: 100;
    }

    .def_body .col-md-4 dd {
        color: #8d8d8d;
    }
