        input {-webkit-appearance:none; /*ȥ��inputĬ����ʽ*/}
        button {-webkit-appearance:none; /*ȥ��inputĬ����ʽ*/}
        #numjp td{text-align: -webkit-center}
        #numjp td div {border-radius: 50%;background-color: black;color: white;height: 50px;line-height: 50px;font-size:25px;}
        
        .numsbgStart{ width: 5.95%; float:left; background-color:#E5E5E5;line-height:20px;height: 20px;font-size: 18px;border-radius: 2px;}
        .numsbgEnd{ width: 5.95%; float:left; background-color:#E5E5E5;line-height:20px;height: 20px;font-size: 18px;border-radius: 2px; }
        .numsbgEnd12{ width: 5.95%; float:left; background-color:#D3D1D1;line-height:20px;height: 20px;font-size: 18px;float:left;border-radius: 2px; }
        .numClick{ float:left;border-radius: 50%;color: white; width: 33%;line-height: 50px; font-size:25px}
        .numClick div{ width:50px; height:50px; line-height:50px; background-color:Black; border-radius:50%}
        /*���ּ��������õ���css*/
        .beat-char {
            line-height: 3.4em;
            position: relative;
	        display: inline-block;
	        background: transparent;
            height: inherit;
            width: inherit;
            line-height: initial;
        }

        .rotate{
	        transform:rotate(360deg) ;
	        -ms-transform:rotate(360deg); 	/* IE 9 */
	        -moz-transform:rotate(360deg); 	/* Firefox */
	        -webkit-transform:rotate(360deg); /* Safari �� Chrome */
	        -o-transform:rotate(360deg);
	        -webkit-transition-duration: 0.7s;

        }