﻿body, html {
    display: block !important;
    margin: 0;
    padding: 0;
    height: 100%;
}

img { border:none;}

ul, li {
    list-style: none;
    margin:0;padding:0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor:pointer;
}

.k-layout {
    background-color: #f9f9f9;
}

.k-menu-horizontal {
    height: 55px;
    line-height: 55px;
}

.k-layout-header {
    padding: 0 !important;
    height: 150px !important;
    background: #fff !important;
}

    .k-layout-header .searchbar {
        border: 1px solid #ccc;
        width: 300px;
        height: 24px;
        display: flex;
    }

        .k-layout-header .searchbar input {
            border: none;
            width: 250px;
            padding-left: 0.5rem;
        }

        .k-layout-header .searchbar button {
            background: #2BA2DA;
            color: #fff;
            width: 46px;
            font-size: 12px;
            line-height: 18px;
        }

        .k-layout-header .searchbar .k-ion-ios-search {
            font-size: 24px;
            margin-left: 0.25rem;
            color: #ccc;
        }

    .k-layout-header .header_menu {
        height: 40px;
    }

        .k-layout-header .header_menu li {
            line-height: 40px;
            color: #000;
            font-family: '微软雅黑';
            font-size:16px;
            padding: 0 1.8rem;
            margin:0;
        }

        .k-layout-header .header_menu .active {
            background-color: #4CB6E2;
            color: #fff;
        }

            .k-layout-header .header_menu li:hover {
                background-color: #4CB6E2;
                color: #fff;
                cursor:pointer;
            }


    .k-layout-header #login > * {
        margin: 0 0.25rem;
        font-style:normal;
    }


    .header_top {
        display: flex;
        background: #67C1E6;
        color: #fff;
        height: 30px;
        line-height: 30px;
        justify-content: center;
    }

.header_middle {
    display: flex;
    justify-content: center;
    height: 80px;
    align-items: center;
}

.header_bottom {
    border-top: 1px solid #F0F0F0;
    display: flex;
    justify-content: center;
}

.header_body {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    align-items: center;
}

    .header_body ul {
        display: flex;
        flex-direction: row;
    }

        .header_body ul li {
            margin-left: 2rem;
            font-size: 14px;
            color: #67C1E6;
        }


#page-header {
    background-color: #fff;
    display: block;
    height: 75px;
    width: 1200px;
    margin: 0 auto;
}

    #page-header > * {
        display: inline-block;
        vertical-align: middle;
    }

    #page-header .logo {
        line-height: normal;
        /*margin-right: 10%;*/
    }

        #page-header .logo img {
            border: none;
        }

#navigation {
    max-width: 50%;
    margin: 10px 0 0 3rem;
}

    #navigation a {
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        color: #909399;
        font-family: 'Microsoft YaHei';
    }

        #navigation a:hover {
            color: #000;
        }

.k-menu-item:hover {
    transition: all .2s ease-in-out;
    border-bottom: 2px solid transparent !important;
}

.k-menu-item-active, .k-menu-item-active:hover {
    border-bottom: none !important;
    transition: all .2s ease-in-out;
}

/*
#login {
    margin-top: 20px;
    float: right;
    font-size: 16px;
    line-height: normal;
}

    #login > * {
        display: inline-block;
        vertical-align: middle;
    }

    #login button {
        position: absolute;
        right: 2px;
        height: 28px;
        top: 2px;
    }

    #login a {
        color: #409EFF
    }

        #login a.nick {
            display: inline-block;
            vertical-align: middle;
            max-width: 80px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

    #login b {
        color: #f3f3f3;
        margin: 0 0.5rem;
        font-size: 1.2rem;
    }
*/

.k-layout-footer {
    text-align: center;
}

    .k-layout-footer a {
        color: #409EFF;
        transition: all linear .3s;
        text-decoration: none;
    }

        .k-layout-footer a:hover {
            color: red;
        }

.error {
    width: 1200px;
    height: 600px;
    background: #fff;
    margin: 0.5rem auto;
    text-align: center;
    font-size: 16px;
}

    .error > * {
        display: inline-block;
        vertical-align: top;
    }

    .error .error_left {
        margin: 100px 50px;
        width: 249px;
        height: 237px;
        background: url('../images/404_1_pic.jpg') no-repeat;
    }

    .error .error_right {
        margin: 100px 50px;
    }

        .error .error_right .num {
            width: 201px;
            height: 121px;
            background: url('../images/404_1_num.jpg') no-repeat;
        }

        .error .error_right span {
            display: block;
            line-height: 30px;
            width: 100%;
            text-align: left;
        }

        .error .error_right .title {
            margin: 1rem 0;
            font-size: 24px;
            font-weight: normal;
        }

    .error .list {
        text-align: left;
        display: block;
        line-height: 32px;
    }
