    html,
    body {
        width: 100%;
        height: 100%;
        /* overflow: hidden; */
        padding: 0;
        margin: 0;
    }
    
     ::-webkit-input-placeholder {
        color: #E0E0E0;
    }
    
     ::-moz-placeholder {
        color: #E0E0E0;
    }
    
    : -ms-input-placeholder {
        color: #E0E0E0;
    }
    
    / input:-moz-placeholder {
        color: #E0E0E0;
    }
    
    .header {
        position: fixed;
        width: 100%;
        height: 70px;
        background-image: url(../images/header.png);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        z-index: 999;
    }
    
    .header>img {
        width: 686px;
        margin-top: 16px;
    }
    
    .main {
        position: absolute;
        /* top: 70px; */
        left: 50%;
        margin-left: -663px;
        padding-bottom: 20px;
        width: 1326px;
    }
    
    .main>.page-nav {
        margin-top: 8px;
        width: 100%;
        overflow: hidden;
    }
    
    .main>.page-nav>ul {
        list-style: none;
        font-size: 14px;
        color: #999999;
    }
    
    .main>.page-nav>ul>li {
        float: left;
    }
    
    .main>.page-nav>ul>li:not(:last-child)::after {
        content: ">";
        margin: 0 5px;
    }
    
    .main>.search-bar {
        position: relative;
        /* padding-top: 15px; */
        width: 100%;
        /* height: 114px; */
        /* background-color: blueviolet; */
        z-index: 1;
    }
    
    .search-bar>.search-switch {
        position: absolute;
        left: 50%;
        margin-left: -280px;
        width: 600px;
        height: 35px;
    }
    
    .search-bar>.search-switch>.option {
        display: inline-block;
        margin-right: 10px;
        width: 80px;
        height: 35px;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        text-align: center;
        line-height: 28px;
        cursor: pointer;
    }
    
    .search-bar>.search-switch>.option.active {
        color: #FFFFFF;
        background-image: url(../images/tooltip@2x.png);
        background-repeat: no-repeat;
        /* background-size: cover; */
    }
    
    .search-bar>.search-box {
        position: absolute;
        left: 50%;
        margin-left: -300px;
        margin-top: -30px;
        width: 600px;
        height: 40px;
        background: #FFFFFF;
    }
    
    .search-bar>.search-box>.search-type {
        float: left;
        margin: 0;
        width: 120px;
        height: 40px;
        /* border: 1px solid #D8D8D8;
    border-right: 0;
    border-radius: 4px 0px 0px 4px; */
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        text-align: center;
        line-height: 38px;
    }
    
    .search-bar>.search-box>.search-type>.result {
        padding: 0 8px;
        width: 120px;
        height: 40px;
        border: 1px solid #C11422;
        border-right: none;
        border-radius: 4px 0px 0px 4px;
    }
    
    .search-bar>.search-box>.search-type>.result::after {
        float: right;
        margin-top: 17px;
        width: 11px;
        height: 5px;
        content: "";
        background-image: url(../images/arrow-down.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .search-bar>.search-box>.search-type>.result:hover {
        border: 1px solid #C11422;
        border-right: none;
    }
    
    .search-bar>.search-box>.search-type>.option {
        display: none;
        margin-top: 0px;
        border: 1px solid #C11422;
        background: #FFFFFF;
    }
    
    .search-bar>.search-box>.search-type:hover>.option {
        display: block;
    }
    
    .search-bar>.search-box>.search-type:hover>.result::after {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -moz-transform: rotate(180deg);
        /* Firefox */
        -webkit-transform: rotate(180deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(180deg);
        /* Opera */
    }
    
    .search-bar>.search-box>.search-type>.option>ul>li.active,
    .search-bar>.search-box>.search-type>.option>ul>li:hover {
        background-color: #C11422;
        color: #fff;
    }
    
    .search-bar>.search-box>.search-input {
        float: left;
        margin: 0;
        width: 400px;
        height: 40px;
    }
    
    .search-bar>.search-box>.search-input>input {
        width: 400px;
        height: 40px;
        border: 1px solid #C11422;
        text-indent: 11px;
    }
    
    .search-bar>.search-box>.search-input>input:hover,
    .search-bar>.search-box>.search-input>input:focus {
        border: 1px solid #C11422;
    }
    
    .search-bar>.search-box>.search-btn {
        float: left;
        margin: 0;
        width: 80px;
        height: 40px;
        background: #C11422;
        border-radius: 0px 4px 4px 0px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 38px;
        cursor: pointer;
    }
    
    .search-bar>.search-box>.search-btn:hover {
        background: #C11422;
    }
    
    .itemtype {
        margin-top: 30px;
        font-size: 14px;
        font-weight: 400;
        color: #1960b9;
        line-height: 30px;
        overflow: hidden;
    }
    
    .itemtype::before {
        float: left;
        content: "属性：";
    }
    
    .itemtype>ul {
        float: left;
    }
    
    .itemtype>ul>li {
        float: left;
        padding: 0 5px;
        cursor: pointer;
    }
    
    .itemtype>ul>li:not(:last-child) {
        margin-right: 10px;
    }
    
    .itemtype>ul>li:hover,
    .itemtype>ul>li.active {
        height: 30px;
        background: rgba(255, 23, 23, 0.12);
        border-radius: 4px;
        color: #C11422;
    }
    
    .toolbar {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        color: #1960b9;
        margin-top: 10px;
        border-top: 1px solid #ededed;
        padding-top: 10px;
    }
    
    .toolbar select {
        height: 32px;
        padding: 0 5px;
        color: #333;
        border: 1px solid #C6C6C6;
        border-radius: 4px;
    }
    
    .toolbar>div {
        margin-right: 30px;
    }
    
    .toolbar .choose-date {
        flex: 1;
        width: 400px;
        font-size: 14px;
        font-weight: 400;
        color: #1960b9;
    }
    
    .toolbar .choose-date>input {
        padding: 5px 10px;
        width: 230px;
        border: 1px solid #C6C6C6;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }
    
    .toolbar .choose-date::after {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-left: -30px;
        content: "";
        background-image: url(../images/calendar.png);
        background-repeat: no-repeat;
        background-size: cover;
        vertical-align: middle;
    }
    
    .toolbar .if-DSZ {
        float: left;
        margin-top: 20px;
        width: 100px;
        font-size: 14px;
        font-weight: 400;
        color: #1960b9;
        line-height: 30px;
        overflow: hidden;
    }
    
    .toolbar .if-DSZ::before {
        float: left;
        margin-right: 15px;
        content: "大事记：";
    }
    
    .result-list {
        padding-top: 20px;
        margin-top: 10px;
        background-color: #fff;
    }
    
    .result-list table {
        width: 100%;
        min-height: 450px;
        max-height: 450px;
        border: none;
    }
    
    .result-list table tr {
        float: left;
        width: 100%;
        height: 43px;
        line-height: 43px;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        cursor: pointer;
    }
    
    .result-list table tr {
        font-size: 14px;
        border-bottom: 1px solid #ededed;
    }
    
    .result-list table tr:hover {
        color: #C11422;
    }
    
    .result-list table .title {
        float: left;
        text-indent: 5px;
        padding-left: 10px;
    }
    
    .result-list table .title input[type='checkbox'] {
        margin-right: 5px;
    }
    
    .result-list table .date {
        float: right;
        width: 116px;
        text-align: center;
    }
    
    .result-list .pagination {
        width: 100%;
        overflow: hidden;
        padding-bottom: 15px;
    }
    
    .result-list .pagination>div {
        float: right;
    }
    
    .footer {
        margin-top: 40px;
        margin-left: -663px;
        left: 50%;
        width: 1326px;
        height: 50px;
        font-size: 14px;
        font-weight: 400;
        color: #888888;
        line-height: 50px;
        text-align: center;
        position: absolute;
        border-top: 1px s olid #D3D3D3;
    }
    /* -页面其他辅助元素 begin */
    
    .dock-nav {
        display: none;
        position: fixed;
        right: 10px;
        top: 170px;
        width: 272px;
        height: 242px;
        background-image: url(../images/dh@2x.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .dock-nav>ul {
        float: right;
        margin-right: 48px;
        margin-top: 83px;
        font-size: 16px;
        font-weight: 400;
        color: #274A76;
        line-height: 31px;
    }
    
    .dock-nav>ul a:hover {
        color: #C11422;
    }
    
    .dock-btn {
        position: fixed;
        top: 50%;
        /* width: 29px;
    height: 55px; */
        /* margin-top: -80px; */
        cursor: pointer;
        width: 100px;
        height: 100px;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        font-size: 0;
    }
    
    .dock-btn:hover {
        background: #d41528;
        color: #fff;
        font-size: 20px;
        line-height: 100px;
        font-weight: bold;
    }
    
    .dock-btn.year-prev {
        /* left: 12px; */
        left: -45px;
        background-image: url(../images/arrow-left.png);
        background-repeat: no-repeat;
        /* background-size: cover; */
        background-size: 45px;
        background-position: 70% 50%;
    }
    
    .dock-btn.year-next {
        /* right: 12px; */
        right: -45px;
        background-image: url(../images/arrow-right.png);
        background-repeat: no-repeat;
        /* background-size: cover; */
        background-size: 45px;
        background-position: 30% 50%;
    }
    
    .dock-btn:hover.year-prev {
        text-indent: 47px;
        background-image: none;
    }
    
    .dock-btn:hover.year-next {
        text-indent: 8px;
        background-image: none;
    }
    /* -页面其他辅助元素 end */
    /* 第三方插件样式修改 begin */
    
    .daterangepicker td.available:hover,
    .daterangepicker th.available:hover {
        color: #FFFFFF;
    }
    
    .daterangepicker td.in-range {
        background-color: rgba(255, 23, 23, 0.12);
    }
    
    .daterangepicker td.active,
    .daterangepicker td.active:hover {
        background-color: #C11422;
    }
    
    .daterangepicker .ranges li.active {
        background-color: #C11422;
    }
    
    .m-pagination-page>li.active>a {
        background-color: #C11422;
    }
    /* -第三方插件样式修改 end */
    
    .table-main {
        padding: 10px;
        background-color: #f5f5f5;
        position: relative;
        margin-top: 80px;
    }
    
    .table-main .itemtype {
        margin-top: 0;
    }
    
    .table-main .search-bar {
        top: -40px;
    }
    
    .table-main-head {
        background: #fff;
        padding: 10px;
    }
    
    .result-list-bottom {
        display: flex;
        justify-content: space-between;
    }
    
    .tools-btn {
        display: none;
        width: 220px;
    }
    
    .tools-btn .select-all {
        width: 50px;
        display: inline-block;
        margin-left: 15px;
        font-size: 14px;
        color: #1960b9;
    }
    
    .result-list-bottom .export-box {
        display: inline-block;
        margin-left: 30px;
        cursor: pointer;
        width: 80px;
        color: #1960b9;
        font-size: 14px;
    }
    
    .result-list-bottom .export-box .export {
        position: relative;
        /* text-indent: 120px; */
    }
    
    .result-list-bottom .export-box .export::before {
        content: '';
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        background: url(../images/export.png) no-repeat;
        background-size: 100%;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
    }
    /* .result-list-bottom .export i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../images/export.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2px;
    margin-right: 5px;
} */
    
    .select-box {
        display: flex;
        align-items: center;
    }
    
    .select-box select {
        margin-right: 5px;
        width: 120px;
    }
    
    .county {
        /* display: none; */
    }