/* 禁止选中 */
.no-select {
    -webkit-user-select: none !important; /* Chrome/Safari */
    -moz-user-select: none !important; /* Firefox */
    -ms-user-select: none !important; /* IE/Edge */
    user-select: none !important; /* Standard */
}