/*----------首页----------------*/

.statistic-box {
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.statistic-box .statistic-value {
    font-size: 36px;
    font-weight: 600;
    z-index: 2;
}
.statistic-box .statistic-icon-background {
    position: absolute;
    font-size: 160px;
    right: -5px;
    bottom: -50px;
    opacity: 0.2;
}
.smart-widget {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
    border-color: #e4e4e4;
    border-top-width: 4px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.smart-widget .smart-widget-header {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}
.smart-widget.widget-dark-blue .smart-widget-header {
    background-color: #fff;
    color: #666;
}
