body {
    background: #eee;
}

.mf-container {
    padding: 34px 0 0 34px;
}

.survey {
    width: 1472px;
    overflow: hidden;
}

.survey-item {
    float: left;
    width: 290px;
    margin-right: 5px;
    height: 190px;
    text-align: center;
    padding-top: 50px;
    color: #fff;
    box-sizing: border-box;
}
.survey-item:nth-of-type(5n){
    margin-right: 0;
}

.survey-item--1 {
    background-color: #596980;
}

.survey-item--2 {
    background-color: #596980;
}

.survey-item--3 {
    background-color: #596980;
}

.survey-item--4 {
    background-color: #596980;
}

.survey-item--5 {
    background-color: #596980;
}

.surver-item-money {
    font-size: 36px;
    line-height: 1;
}

.surver-item-name {
    font-size: 12px;
    line-height: 1;
    margin-top: 40px;
}

.home-chart {
    width: 1472px;
    height: 521px;
    margin-top: 20px;
    background: #fff;
}

.home-chart-title {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(170, 170, 170, .3);
    padding-left: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.home-chart-main {
    width: 100%;
    height: calc(100% - 70px);
    box-sizing: border-box;
    padding: 48px 30px;
}