﻿body {
    background-color: #f5f5f5;
}

.global-banner {
    clear: both;
    width: 100%;
    height: 50px;
    margin: 0px;
    padding: 0px;
    position: relative !important;
}

    .global-banner .global-header {
        clear: both;
        width: 100%;
        height: 50px;
        margin: 0px auto;
        background-color: #000;
    }

.diverror {
    width: 100%;
    background-color: #f5f5f5;
    height: 500px;
}

    .diverror .ercontent {
        width: 1240px;
        clear: both;
        margin: 0px auto;
        text-align: center;
        padding-top: 100px;
    }

    .diverror .ertext {
        text-align: center;
        font-size: 25px;
        line-height: 50px;
        border-bottom: 1px solid #c5c5c5;
        width: 800px;
        margin: 0px auto;
        padding-top: 20px;
        padding-bottom: 40px;
    }

        .diverror .ertext b {
            font-size: 30px;
            font-family: RobotoBold;
        }

.search-result {
    left: 50px !important;
    top: 40px !important;
}
