.attach-select-dialog .el-dialog__body{
    padding: 20px 30px 8px;
}
.attach-select-item{
    padding-left: 21px;
    padding-right: 21px;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 460px;
    height: 65px;
    background: #F9F9F9;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
    margin-bottom: 12px;
}
.attach-select-list:last-child{
    margin-bottom: 0;
}
.attach-select-item:hover{
    border: 1px solid #2261E4;
    background: rgba(34,97,228,0.06);
}
.attach-select-item-selected{
    border: 1px solid #2261E4;
    background: rgba(34,97,228,0.06);
}

.attach-select-item-icon{
    width: 25px;
    height: 33px;
    margin-right: 8px;
}
.attach-select-item-content{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.attach-select-item-name{
    display: flex;
    align-items: baseline;
}
.attach-select-item-name:first-child{
    max-width: 300px;
}
.attach-select-item-size{
    font-weight: 400;
    font-size: 12px;
    color: #555555;
    margin-top: 4px;
}
.attach-select-item-timer{
    margin-left: auto;
}
