﻿body {
    margin: 0;
}

.card pre {
    white-space: pre-wrap; /*css-3*/
    white-space: -moz-pre-wrap; /*Mozilla,since1999*/
    white-space: -pre-wrap; /*Opera4-6*/
    white-space: -o-pre-wrap; /*Opera7*/
    word-wrap: break-word; /*InternetExplorer5.5+*/
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif' !important;
}

.card .result-title {
    font-size: 16px;
    font-weight: 700;
}

.result-list {
    width: 100%;
    border-collapse: collapse;
}

    .result-list tr {
        border-bottom: 1px solid #c7c7c7;
    }

    .result-list td {
        font-size: 13px;
        text-align: center;
        margin: auto 0;
    }

    .result-list .list-header {
        height: 35px;
        line-height: 35px;
        border-bottom: 1px solid #0094ff;
        margin-bottom: 14px;
    }

        .result-list .list-header td {
            color: #0094ff;
            font-size: 15px;
            font-weight: 600;
        }

.list-item span {
    display: block;
    width: 100%;
    margin: 8px 5px 8px 0;
}

.list-item .list-title {
    font-size: 13px;
    font-weight: 600;
    color: #808080;
}

.content-block {
    margin: 16px 0;
    padding: 0 8px;
}

.detail-list .card {
    margin: 15px 0;
}

.detail-list .card-header {
    font-size: 17px;
    font-weight: 700;
}

.detail-list .card-content-inner {
    padding: 5px;
}

.department-summary,
.summary-info {
    display: block;
    width: 100%;
}

.department-summary {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}

    .department-summary pre {
        font-size: 13px;
        color: #808080;
    }

.summary-info {
    font-weight: 700;
    color: #000000;
}

.unusual-item span,
.unusual-item .list-title {
    color: #ff0000;
}

.sub-column {
    width: 100%;
    background-color: #e8e8e8;
    padding: 0 3px;
}

    .sub-column .sub-column-title {
        font-size: 15px;
        font-weight: 700;
    }

.btn {
    display: block;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #0094ff;
}

    .btn:hover {
        background-color: #e8e8e8;
    }

.login-welcome {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-family: Baskerville;
    color: rgb(255, 255, 255);
    margin: 18% 0;
}

.main-header {
    display: block;
    height: 33%;
    background-image: url('../img/LoginBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.main-cotent {
    text-align: center;
}

.login-input {
    display: flex;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #0094ff;
    margin: 20px 0;
}

    .login-input input {
        border: none;
        height: 40px;
        font-size: 19px;
        font-weight: 600;
        color: #1b1b1b;
        background-color: transparent;
        margin: auto 0;
    }

        .login-input input::-webkit-input-placeholder {
            /* placeholder颜色  */
            color: #808080;
            /* placeholder字体大小  */
            font-size: 18px;
            /* placeholder位置  */
            text-align: left;
        }

.ico {
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.login-ico {
    float: left;
    width: 30px;
    height: 30px;
    margin: auto 10px;
}

.ico-user {
    background-image: url('../img/account.png');
}

.ico-password {
    background-image: url('../img/password.png');
}

.login-input-container {
    display: block;
    width: 90%;
    margin: auto auto;
}

.login-btn {
    display: flex;
    width: 90%;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
    color: rgb(255, 255, 255);
    background-color: #0094ff;
    border-radius: 50px;
    margin: 30px auto;
    justify-content: center;
}

    .login-btn #loading-img {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url('../img/Loading.png');
        background-size: 100% 100%;
        margin: auto auto;
    }

    .login-btn:hover {
        color: rgb(255, 255, 255);
    }
