.zjhz-main{
    width: 100%;
    height: calc(100vh - 258px);
    background-color: #F3F4F9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.default-img{
    width: 442px;
}
.default-img img{
    display: block;
    width: 100%;
}
.default-img .describe{
    color: #666666;
    font-size: 20px;
    text-align: center;
}