

body {
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 
}

.cvas {
    background: #ffadad;
       background:url(背景.jpg);
background-repeat:no-repeat;
background-size:100% 100%;
}

.passDiv {
    background: #fff;
    opacity: 0.7;
    border: none;
        display:none;
        text-align: center;
}
.passDiv div{
          
          font-size:25px;
}
.passDiv input{
        width: 250px;
        height: 50px;
        font-size:30px;
         
}

.ball {
    cursor: pointer;
    vertical-align: middle;
    border-radius: 60px;
    position: absolute;
    opacity: 0.9;
    overflow: hidden;
}



#z_button {

      background:url(风之刻盘.gif);
background-repeat:no-repeat;
background-size:100% 100%;
}


/*��ȷ����*/
.sureDonghua {
    animation-timing-function: ease-out;
    animation: sureDonghua_d 2s;
    -moz-animation: sureDonghua_d 2s; /* Firefox */
    -webkit-animation: sureDonghua_d 2s; /* Safari and Chrome */
    -o-animation: sureDonghua_d 2s; /* Opera */
}

@keyframes sureDonghua_d {
    from {
        transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2); /* IE 9 */
        -webkit-transform: scale(1.2,1.2); /* Safari �� Chrome */
        -o-transform: scale(1.2,1.2); /* Opera */
        -moz-transform: scale(1.2,1.2);
    }

    to {
        transform: scale(0.1,0.1);
        -ms-transform: scale(0.1,0.1); /* IE 9 */
        -webkit-transform: scale(0.1,0.1); /* Safari �� Chrome */
        -o-transform: scale(0.1,0.1); /* Opera */
        -moz-transform: scale(0.1,0.1);
    }
}

/*���󶯻�*/
.misDonghua {
    animation-timing-function: ease-out;
    animation: misDonghua_d 1s;
    -moz-animation: misDonghua_d 1s; /* Firefox */
    -webkit-animation: misDonghua_d 1s; /* Safari and Chrome */
    -o-animation: misDonghua_d 1s; /* Opera */
}

@keyframes misDonghua_d {
    from {
        transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2); /* IE 9 */
        -webkit-transform: scale(1.2,1.2); /* Safari �� Chrome */
        -o-transform: scale(1.2,1.2); /* Opera */
        -moz-transform: scale(1.2,1.2);
    }

    to {
        transform: scale(1,1);
        -ms-transform: scale(1,1); /* IE 9 */
        -webkit-transform: scale(1,1); /* Safari �� Chrome */
        -o-transform: scale(1,1); /* Opera */
        -moz-transform: scale(1,1);
    }
}

/*���󶯻�*/
.beSmall {
    animation-timing-function: ease-out;
    animation: beSmall_d 1s;
    -moz-animation: beSmall_d 1s; /* Firefox */
    -webkit-animation: beSmall_d 1s; /* Safari and Chrome */
    -o-animation: beSmall_d 1s; /* Opera */
}

@keyframes beSmall_d {
    from {
        transform: scale(1.0,1.0);
        -ms-transform: scale(1.0,1.0); /* IE 9 */
        -webkit-transform: scale(1.0,1.0); /* Safari �� Chrome */
        -o-transform: scale(1.0,1.0); /* Opera */
        -moz-transform: scale(1.0,1.0);
    }

    to {
        transform: scale(0.7,0.7);
        -ms-transform: scale(0.7,0.7); /* IE 9 */
        -webkit-transform: scale(0.7,0.7); /* Safari �� Chrome */
        -o-transform: scale(0.7,0.7); /* Opera */
        -moz-transform: scale(0.7,0.7);
    }
}

@keyframes kt_timeBack {

    0% {
        /* transform: translate(0px, -100px); */
        opacity: 0;
    }

    100% {
        /* transform: translate(0px, 0px); */
        opacity: 0.7;
    }

}
@keyframes kt_timeBack2 {

    0% {
        /* transform: translate(0px, 0px); */
        opacity: 0.7;
    }
    
    100% {
        /* transform: translate(0px, 100px); */
        opacity: 0;
    }
    

}

