body{
    padding-top: 0.8rem;
}
.logo{
    background-color: #01244c;
    border: none;
}
.main{
    padding-left: 0.24rem;
    padding-right: 0.24rem;
}
.survey-headline{
    padding-top: 0.4rem;
    margin-bottom: 0.4rem;
}
.grid{
    width: 100%;
}
.grid-item{
    width: 100%;
    height: 3.6rem;
    margin-bottom: 0.2rem;
}
.grid-item a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.grid .grid-item .survey-img{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.grid .grid-item .survey-img:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 65, 135, .3);
}
.grid .grid-item .grid-text{
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1.2rem;
    line-height: 0.5rem;
    font-size: 0.36rem;
    color: #fff;
    text-align: center;
}

.grid .grid-item .grid-text .text{
    display: table-cell;
    vertical-align: middle;
}
