﻿a {
    text-decoration: none;
}

body {
    font-family: "Microsoft YaHei",sans-serif; /*设备默认字体*/
    font-size: 14px;
    padding-top: 10px;
    margin:0 !important;
}

.report_main {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 10px 10px 10px;
    width: calc(100% - 40px);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    padding:   10px;
}
.colorlump_padding {
    padding:15px 10px !important;
}

.report_padding {
    padding-top: 10px;
}

.report_title {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    height: 31px;
}

    .report_title div {
        color: #666;
        font-size: 15px;
        font-weight: bold;
        border-left: 4px solid #ff6a3c;
        padding-left: 10px;
        line-height: 20px;
    }

.report_content {
    width: 100%;
    display: flex;
    padding-top: 10px;
    height: 300px;
}

.report_count {
    width: calc((100% - 60px)/4 - 20px);
    min-width: 110px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    padding: 10px;
    text-align: center;
    box-shadow: 2px 3px 5px rgba(102,102,102,0.4);
}

.report_spacing {
    width: 20px;
}

.report_count_number {
    border-bottom: 1px solid #fff;
}

    .report_count_number span {
        margin-right: 5px;
        font-size: 18px;
        height: 18px;
        border: 0px !important;
    }

.report_count_title {
    font-size: 14px;
}

    .report_count_title a {
        color: #fff
    }

.report_color1 {
    background-color: #8b98e7;
}

.report_color2 {
    background-color: #59b9ff;
}

.report_color3 {
    background-color: #ff847a;
}

.report_color4 {
    background-color: #89c7f5;
}

.report_color5 {
    background-color: #64b56a
}

.report_color6 {
    background-color: #b67fd8
}


.report_list {
    display: flex;
    width: 250px;
    padding: 5px 0px;
    margin-right: 15px;
    text-align: center
}

.report_list_title {
    font-size: 14px;
    color: #808080;
    line-height: 18px;
    width: calc(50% - 10px);
    text-align: right;
    padding-right: 10px;
}

.report_list_number {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    width: 36%
}

.report_list_btn {
    width: 14%
}

    .report_list_btn a {
        font-size: 14px;
        color: #0e6c9c;
        line-height: 18px;
    }

.report_chart {
    width: 50%;
    text-align: center;
    color: #808080;
    line-height: 30px;
}

.report_grid {
    width: 50%;
    text-align: left;
    color: #808080;
    line-height: 30px;
}

.report_chart_detail {
    width: 100%;
    height: 300px;
    padding: 10px;
}

.report_chart_detail2 {
    width: 100%;
    height: 330px;
    padding: 10px;
}

@media screen and (max-width: 1366px) {
    .menu_list {
        padding-left: 40px
    }

        .menu_list div:first-child img {
            width: 30px;
        }

        .menu_list div:last-child {
            font-size: 16px;
        }
}

@media screen and (min-width: 1367px) {
    .menu_list {
        padding-left: 60px
    }

        .menu_list div:first-child img {
            width: 40px;
        }

        .menu_list div:last-child {
            font-size: 18px;
        }
}
 