
.heardTitle{
    width: 100%;
    display: flex;
    align-items: center;
    margin:16px 0;
}
.heardVideoText{
    font-size: 18px;
font-weight: 500;
color: #cccccc;
line-height: 18px;
margin-left: 10px;
}
.heardText{
    font-size: 24px;
font-weight: 500;
color: #333333;
line-height: 34px;
margin-left: 10px;
}
.heardIcon{
    width: 16px;
height: 16px;
}
.heardline{
    flex: 1;
    border: 1px dashed #1677ff;
    margin-left: 10px;
}