*{
    -webkit-touch-callout:none; /*ÏµÍ³Ä¬ÈÏ²Ëµ¥±»½ûÓÃ*/
    -webkit-user-select:none; /*webkitä¯ÀÀÆ÷*/
    -khtml-user-select:none; /*ÔçÆÚä¯ÀÀÆ÷*/
    -moz-user-select:none;/*»ðºü*/
    -ms-user-select:none; /*IE10*/
    user-select:none;
}
input {
    -webkit-user-select:auto; /*webkitä¯ÀÀÆ÷*/
}
textarea {                                
    -webkit-user-select:auto; /*webkitä¯ÀÀÆ÷*/
}