.title_smart_panel, .title_iprint {
    font-weight: bold;
    font-size: 16px;
    color: #005eb9;
    height: 16px;
    margin-bottom: 10px;
}
.smart_panel_block, .iprint_block {
    display: flex;
    margin-top: 10px;
}
.smart_panel_left_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 111px;
    margin-top: 3px;
}
.iprint_left_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 112px;
    margin-top: 3px;
}
.smart_panel_right_block, .iprint_right_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}
.smart_panel_qr_code {
    width: 85px;
    height: 85px;
    border: 0;
    background: url(../../../img/images/smart_panel_qr.png) no-repeat center/cover;
}
.iprint_qr_code {
    width: 85px;
    height: 85px;
    border: 0;
    background: url(../../../img/images/iprint_qr.png) no-repeat center/cover;
}