﻿/*--public--*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 微软雅黑;
    font-size: 14px;
    background-color: white;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
}


/*最外容器*/

.menu_mavbar_list {
    text-align: center;
    line-height: 2.25rem;
    border-bottom: 1px solid #303670;
    background-color: #21266a;
    /* position: fixed; */
    width: 100%;
    z-index: 2;
}

    .menu_mavbar_list a {
        width: 100%;
        margin: 0 auto;
        display: block;
        font-size: 0.8rem;
        color: #fff;
    }

    .menu_mavbar_list .flex_active a {
        border-bottom: 3px solid #e4c7a7;
        font-weight: bold;
        color: #e4c7a7;
    }

.top_container {
    background-color: #ffffff;
    color: #000;
    /* margin-top: 2.25rem; */
}

.container_wrapper {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f2efea;
}


/*趋势*/
.mdui-tab-indicator {
    display: none;
    background-color: #e4bc97;
}

.mdui-tab .mdui-tab-active {
    color: #e4bc97;
}

.echart-container {
    width: 95%;
    height: 400px;
    padding: 0 2%;
}

.table-container h4 {
    margin-bottom: 10px;
    margin-left: 3%;
    margin-top: 3%;
}

.mdui-table td, .mdui-table th {
    padding: 0px;
    word-break: break-word;
    text-align: center;
    height: 40px;
}

.mdui-table-fluid {
    border: none;
}

.mdui-table td:first-child, .mdui-table th:first-child {
    width: 18%;
    padding: 12px 0;
}

.mdui-table td:nth-child(2), .mdui-table th:nth-child(2), .mdui-table td:last-child, .mdui-table th:last-child {
    padding: 0px;
}

.mdui-table th {
    background: #f0f3fc;
}

.mdui-table tr:nth-child(2n) {
    background: #f7f7f7;
}

.mdui-table td {
    font-size: 12px;
    line-height: 22px;
}

body ::-webkit-scrollbar {
    width: 5px;
    height: 0px;
    background: 0 0;
}
