html{width:100%; height: 100%;}
body {width:100%; height: 100%; overflow:hidden;margin:0; padding:0; color:#000; font-size:24px; line-height: 1.6em; font-family:Arial, Helvetica, sans-serif;}

#game_qingwa {
    width: 100%;
    max-width: 750px;
    height: 100%;
    overflow:hidden;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    background: url(../images/qingwa_bg.jpg);
    background-size: 100% 100%;
}

#game_qingwa .rule_info {
    position: absolute;
    padding: 165px 40px;
}

#game_qingwa .rule_info ol {
    padding: 0 20px;
    margin: 0;
}

#game_qingwa .show_input {
	position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -75px;
}
.reset {
    width: 150px;
    height: 50px;
    color: #333;
    background-color: #6FB934;
    font-size: 24px;
    font-weight: bold;
    color:white;
    border: 1px solid #D2D2D2;
    cursor: pointer;
    text-align: center;
}
.reset:hover {background:#5FA924;}

#game_qingwa .seconds_info {
	position: absolute;
	top:360px;
	left:40px;
}

#game_qingwa .show_game {
    position: absolute;
    width: 100%;
    left:50%;
    margin-left: -280px;
    height: 50px;
    bottom: 240px;
}

#game_qingwa .show_game .dock {
    position: relative;
    display: inline-block;
    float: left;
    height: 29px;
    width: 80px;
    background: url("../images/qingwa_dock.png") no-repeat;
    background-size: 40px auto;
    background-position: 0% 0%;
}

#game_qingwa .show_game .leftqw .qw {
    width: 70px;
    height: 70px;
    bottom: 60px;
    left: -10px;
    background: url("../images/qingwa.png") no-repeat;
    position: relative;
    background-size: 300% auto;
    background-position: 0 0;
    cursor: pointer;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

#game_qingwa .show_game .rightqw .qw {
    width: 70px;
    height: 70px;
    bottom: 60px;
    left: -20px;
    background: url("../images/qingwa.png") no-repeat;
    position: relative;
    background-size: 300% auto;
    background-position: 0 100%;
    cursor: pointer;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes rightjump1 {
    0% {
        -webkit-transform: translate(100%, 0);
        background-position: 100% 100%;
    }
    15% {
        background-position: 100% 100%;
    }
    15.1% {
        background-position: 50% 100%;
    }
    50% {
        -webkit-transform: translate(50%, -40%);
        background-position: 50% 100%;
    }
    75% {
        background-position: 50% 100%;
    }
    75.1% {
        background-position: 0 100%;
    }
    100% {
        -webkit-transform: translate(0, 0);
        background-position: 0 100%;
    }
}

@-webkit-keyframes rightjump2 {
    0% {
        -webkit-transform: translate(200%, 0);
        background-position: 100% 100%;
    }
    15% {
        background-position: 100% 100%;
    }
    15.1% {
        background-position: 50% 100%;
    }
    50% {
        -webkit-transform: translate(100%, -110%);
        background-position: 50% 100%;
    }
    75% {
        background-position: 50% 100%;
    }
    75.1% {
        background-position: 0 100%;
    }
    100% {
        -webkit-transform: translate(0, 0);
        background-position: 0 100%;
    }
}

.rightjump1 {
    -webkit-animation-name: rightjump1;
}

.rightjump2 {
    -webkit-animation-name: rightjump2;
}

@-webkit-keyframes leftjump1 {
    0% {
        -webkit-transform: translate(-100%, 0);
        background-position: 100% 0;
    }
    15% {
        background-position: 100% 0;
    }
    15.1% {
        background-position: 50% 0;
    }
    50% {
        -webkit-transform: translate(-50%, -40%);
        background-position: 50% 0;
    }
    75% {
        background-position: 50% 0;
    }
    75.1% {
        background-position: 0 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        background-position: 0 0;
    }
}

@-webkit-keyframes leftjump2 {
    0% {
        -webkit-transform: translate(-200%, 0);
        background-position: 100% 0;
    }
    15% {
        background-position: 100% 0;
    }
    15.1% {
        background-position: 50% 0;
    }
    50% {
        -webkit-transform: translate(-100%, -110%);
        background-position: 50% 0;
    }
    75% {
        background-position: 50% 0;
    }
    75.1% {
        background-position: 0 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        background-position: 0 0;
    }
}

.leftjump1 {
    -webkit-animation-name: leftjump1;
}

.leftjump2 {
    -webkit-animation-name: leftjump2;
}
