﻿*, *::before, *::after {
    box-sizing: border-box;
    -moz-user-select: none;
    /*-webkit-user-select: none;*/
}

html {
    min-height: 100%;
    position: relative;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    padding: 0;
    margin: 0;
    min-height: 100%;
    font-family: tahoma, "Microsoft Yahei", "SimSun", "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #393939;
    line-height: 1.5;
}

.page-content {
    background: #fff;
    margin: 0;
    padding: 8px 20px 24px;
}

.page-header {
    margin: 0 0 12px;
    border-bottom: 1px dotted #e2e2e2;
    padding-bottom: 16px;
    padding-top: 7px;
}

    .page-header h1 {
        padding: 0;
        margin: 0 8px;
        font-size: 24px;
        font-weight: 400;
        color: #2679b5;
    }

        .page-header h1 small {
            margin: 0 6px;
            font-size: 14px;
            font-weight: normal;
            color: #8089a0;
        }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

a {
    color: #428BCA;
    text-decoration: none;
    cursor: default;
}

    a:hover, a:focus {
        color: #2a6496;
    }

    a:focus, a:active {
        text-decoration: none;
    }

h1 {
    font-size: 32px;
    font-weight: normal;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h2 {
    font-size: 26px;
    font-weight: normal;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h3 {
    font-size: 22px;
    font-weight: normal;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h4 {
    font-size: 18px;
    font-weight: normal;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h5 {
    font-size: 15px;
    font-weight: normal;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h6 {
    font-size: 13px;
    font-weight: normal;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999;
    }

p {
    margin: 0px 0px 10px;
}

ul, ol {
    margin: 0 0 10px 25px;
    padding: 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #E5EAF1;
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }

        blockquote p:last-child {
            margin-bottom: 0;
        }

    blockquote small {
        display: block;
        line-height: 1.428571429;
        color: #999;
    }

        blockquote small:before {
            content: '\2014 \00A0';
        }

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code, pre {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

b, strong {
    font-weight: bold;
}

dl {
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.lead {
    font-weight: 200;
    line-height: 1.4;
    font-size: 16.099999999999998px;
    margin-bottom: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background-color: transparent;
}

h1 small {
    font-size: 24px;
}

h1.smaller {
    font-size: 31px;
}

h1.bigger {
    font-size: 33px;
}

h1.block {
    margin-bottom: 16px;
}

h2 small {
    font-size: 18px;
}

h2.smaller {
    font-size: 25px;
}

h2.bigger {
    font-size: 27px;
}

h2.block {
    margin-bottom: 16px;
}

h3 small {
    font-size: 14px;
}

h3.smaller {
    font-size: 21px;
}

h3.bigger {
    font-size: 23px;
}

h3.block {
    margin-bottom: 16px;
}

h4 small {
    font-size: 14px;
}

h4.smaller {
    font-size: 17px;
}

h4.bigger {
    font-size: 19px;
}

h4.block {
    margin-bottom: 16px;
}

h5.smaller {
    font-size: 14px;
}

h5.bigger {
    font-size: 16px;
}

h5.block {
    margin-bottom: 16px;
}

h6.smaller {
    font-size: 12px;
}

h6.bigger {
    font-size: 14px;
}

h6.block {
    margin-bottom: 16px;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

.text-warning {
    color: #c09853;
}

.text-error {
    color: #b94a48;
}

.text-success {
    color: #468847;
}

.text-info {
    color: #3a87ad;
}

.dark {
    color: #333 !important;
}

.white {
    color: #fff !important;
}

.red {
    color: #dd5a43 !important;
}

.light-red {
    color: #f77 !important;
}

.blue {
    color: #478fca !important;
}

.light-blue {
    color: #93cbf9 !important;
}

.green {
    color: #69aa46 !important;
}

.light-green {
    color: #b0d877 !important;
}

.orange {
    color: #ff892a !important;
}

.light-orange {
    color: #fcac6f !important;
}

.orange2 {
    color: #feb902 !important;
}

.purple {
    color: #a069c3 !important;
}

.pink {
    color: #c6699f !important;
}

.pink2 {
    color: #d6487e !important;
}

.brown {
    color: #a52a2a !important;
}

.grey {
    color: #777 !important;
}

.light-grey {
    color: #bbb !important;
}

.hr {
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    border-top: 1px solid #e3e3e3;
    margin: 12px 0;
}

.hr-double {
    height: 3px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.hr.dotted, .hr-dotted {
    border-top-style: dotted;
}

.hr-double.dotted {
    border-bottom-style: dotted;
}

.hr-32, .hr32 {
    margin: 32px 0;
}

.hr-30, .hr30 {
    margin: 30px 0;
}

.hr-28, .hr28 {
    margin: 28px 0;
}

.hr-26, .hr26 {
    margin: 26px 0;
}

.hr-24, .hr24 {
    margin: 24px 0
}

.hr-22, .hr22 {
    margin: 22px 0;
}

.hr-20, .hr20 {
    margin: 20px 0;
}

.hr-18, .hr18 {
    margin: 18px 0;
}

.hr-16, .hr16 {
    margin: 16px 0;
}

.hr-14, .hr14 {
    margin: 14px 0;
}

.hr-12, .hr12 {
    margin: 12px 0;
}

.hr-10, .hr10 {
    margin: 10px 0;
}

.hr-8, .hr8 {
    margin: 8px 0;
}

.hr-6, .hr6 {
    margin: 6px 0;
}

.hr-4, .hr4 {
    margin: 4px 0;
}

.hr-2, .hr2 {
    margin: 2px 0;
}

.header {
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC;
}

    .header.blue {
        border-bottom-color: #D5E3EF;
    }

.lighter {
    font-weight: lighter;
}

.inline-block {
    display: inline-block;
}

/*
    列表页搜索布局
*/
.search-layout {
    margin: 0px;
    padding: 0px;
}

    .search-layout > .ivu-form-item {
        margin: 0px;
    }
