body{
    min-width: 300px;
    background: url("../img/bg.jpg") center;
}
.global{
    overflow: hidden;
}
.text{
    margin: 105px 0 0 -56px;
    font-size: 18px;
    font-weight: bold;
}
#load{
    width: 200px;
    height: 350px;
    background: url("../img/laoding.gif") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -85px;
}
.tblogo {
    display: block;
    position: absolute;bottom: 15px;left: 50%;
    width: 100%;margin-left: -15px;
    transform: translateX(-50%);
}
.text-main1 ,.text-main2,.text-main3,.text-main4,.text-main5,.text-main6,.text-main7,.text-main8,.text-main9,.text-main10,.text-main11,.text-main0{
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 73%;
    padding-bottom: 30%;
    position: relative;
    left: 0;
}
.text-main1{
    background: url("../img/q1/bg1.jpg") no-repeat;
    background-size: 100%;
}
.text-main2{
    background: url("../img/q2/bg1.jpg") no-repeat;
    background-size: 100%;
}
.text-main3{
    background: url("../img/q3/bg1.jpg") no-repeat;
    background-size: 100%;
}
.text-main4{
    background: url("../img/q4/bg1.jpg") no-repeat;
    background-size: 100%;
}
.text-main5{
    background: url("../img/q5/bg1.jpg") no-repeat;
    background-size: 100%;
}
.text-main6{
     background: url("../img/q6/bg1.jpg") no-repeat;
     background-size: 100%;
 }
.text-main7{
    background: url("../img/q7/bg1.jpg") no-repeat;
    background-size: 100%;
}
.text-main8{
    background: url("../img/q8/bg1.jpg") no-repeat;
    background-size: 100%;
}
.text-main9{
    background: url("../img/q9/bg1.jpg") no-repeat;
    background-size: 100%;
}
.text-main10{
    background: url("../img/q10/bg1.jpg") no-repeat;
    background-size: 100%;
}
.text-main11{
    background: url("../img/q11/bg1.jpg") no-repeat;
    background-size: 100%;
    padding-top: 82%;
}
.text-main0{
    background: url("../img/q0/bg1.jpg") no-repeat;
    background-size: 100%;
    padding-top: 100%;
}
.question-text ,.text-title{
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}
.text-title{
    position: relative;
    left: 0;
}
.question-text img,.text-title img{
    width: 100%;
    position: relative;
    left: 0;
}
.question-act{
    animation: questionplay 0.5s;
    /* Firefox: */
    -moz-animation:questionplay 0.5s;
    /* Safari å’Œ Chrome: */
    -webkit-animation: questionplay 0.5s;
    /* Opera: */
    -o-animation: questionplay 0.5s;
}
@keyframes questionplay {
    0%{left: 100%;}
    100%{left: 0;}
}
@-webkit-keyframes questionplay /* Safari and Chrome */
{
    0%{left: 100%;}
    100%{left: 0;}
}
.first-action{
    animation: first-action 1s ease both;
    /* Firefox: */
    -moz-animation: first-action 1s ease both;
    /* Safari å’Œ Chrome: */
    -webkit-animation: first-action 1s ease both;
    /* Opera: */
    -o-animation: first-action 1s ease both;
}
.begin-icon{
    width: 216px;
    height: 65px;
    position: relative;
    background: url("../img/q0/icon.png") no-repeat;
    background-size: 100% 100%;
    margin: 40px auto 0 auto;
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
}
@keyframes first-action {
    0%{transform:scaleX(0)}
    50%{transform:scaleX(1.2)}
    100%{transform:scaleX(1)}
}
@-webkit-keyframes first-action /* Safari and Chrome */
{
    0%{transform:scaleX(0)}
    50%{transform:scaleX(1.2)}
    100%{transform:scaleX(1)}
}
.left-action{
    animation: left-action 1.2s;
    /* Firefox: */
    -moz-animation:left-action 1.2s;
    /* Safari å’Œ Chrome: */
    -webkit-animation: left-action 1.2s;
    /* Opera: */
    -o-animation: left-action 1.2s;
    left: -100%;
}
@keyframes left-action {
    0%{left: 0}
    100%{left: -100%}
}
@-webkit-keyframes left-action /* Safari and Chrome */
{
    0%{left: 0}
    100%{left: -100%}
}
.right-action{
    animation: right-action 1.2s;
    /* Firefox: */
    -moz-animation:right-action 1.2s;
    /* Safari å’Œ Chrome: */
    -webkit-animation: right-action 1.2s;
    /* Opera: */
    -o-animation: right-action 1.2s;
    left: -100%;
}
@keyframes right-action {
    0%{left: 0}
    100%{left: 100%}
}
@-webkit-keyframes right-action /* Safari and Chrome */
{
    0%{left: 0}
    100%{left: 100%}
}
.key-menu1,.key-menu2,.key-menu3,.key-menu4,.key-menu6,.key-menu8,.key-menu10{
    width: 60%;
    margin: 15px auto 0 auto;
    overflow: hidden;
}
.key-menu5{
    width: 62%;
}
.key-menu9{
    width: 60%;
}
.key-menu5,.key-menu9{
    margin: 15px auto 0 auto;
    overflow: hidden;
}

.key{
    width: 180px;
    height: 34px;
    margin: 0 auto 15px auto;
    position: relative;
    left: 0;
}
.key-menu1 .key1{
    background: url("../img/q1/a.png") no-repeat;
    background-size: 100% 100%;
}
.key-menu1 .key2{
    background: url("../img/q1/b.png") no-repeat;
    background-size: 100%;
}
.key-menu1 .key3{
    background: url("../img/q1/c.png") no-repeat;
    background-size: 100%;
}
.key-menu2 .key1{
    background: url("../img/q2/a.png") no-repeat;
    background-size: 100% 100%;
}
.key-menu2 .key2{
    background: url("../img/q2/b.png") no-repeat;
    background-size: 100%;
}
.key-menu2 .key3{
    background: url("../img/q2/c.png") no-repeat;
    background-size: 100%;
}
.key-menu3 .key1{
    background: url("../img/q3/a.png") no-repeat;
    background-size: 100% 100%;
}
.key-menu3 .key2{
    background: url("../img/q3/b.png") no-repeat;
    background-size: 100%;
}
.key-menu3 .key3{
    background: url("../img/q3/c.png") no-repeat;
    background-size: 100%;
}
.key-menu4 .key1{
    background: url("../img/q4/a.png") no-repeat;
    background-size: 100% 100%;
}
.key-menu4 .key2{
    background: url("../img/q4/b.png") no-repeat;
    background-size: 100%;
}
.key-menu4 .key3{
    background: url("../img/q4/c.png") no-repeat;
    background-size: 100%;
}
.key-menu6 .key1{
    background: url("../img/q6/a.png") no-repeat;
    background-size: 100% 100%;
}
.key-menu6 .key2{
    background: url("../img/q6/b.png") no-repeat;
    background-size: 100%;
}
.key-menu6 .key3{
    background: url("../img/q6/c.png") no-repeat;
    background-size: 100%;
}
.key-menu7 .key1{
    background: url("../img/q7/a.png") no-repeat;
    background-size: 100% 100%;
}
.key-menu7 .key2{
    background: url("../img/q7/b.png") no-repeat;
    background-size: 100%;
}
.key-menu7 .key3{
    background: url("../img/q7/c.png") no-repeat;
    background-size: 100%;
}
.key-menu8 .key1{
    background: url("../img/q8/a.png") no-repeat;
    background-size: 100% 100%;
}
.key-menu8 .key2{
    background: url("../img/q8/b.png") no-repeat;
    background-size: 100%;
}
.key-menu8 .key3{
    background: url("../img/q8/c.png") no-repeat;
    background-size: 100%;
}
.key-menu10 .key1{
    background: url("../img/q10/a.png") no-repeat;
    background-size: 100% 100%;
}
.key-menu10 .key2{
    background: url("../img/q10/b.png") no-repeat;
    background-size: 100%;
}
.key-menu10 .key3{
    background: url("../img/q10/c.png") no-repeat;
    background-size: 100%;
}
.key-menu5 .key{
    width: 80px;
    height: 126px;
    float: left;
    margin: 0 20px;
    position: relative;
    left: 0;
}
.key-menu9 .key{
    width: 75px;
    height: 126px;
    float: left;
    margin: 0 26px;
    position: relative;
    left: 0;
}
.key-menu5 .key1{
    background: url("../img/q5/a.png") no-repeat;
    background-size: 100%;
}
.key-menu5 .key2{
    background: url("../img/q5/b.png") no-repeat;
    background-size: 100%;
}
.key-menu5 .key3{
    background: url("../img/q5/c.png") no-repeat;
    background-size: 100%;
}
.key-menu9 .key1{
    background: url("../img/q9/a-1.png") no-repeat;
    background-size: 100%;
}
.key-menu9 .key2{
    background: url("../img/q9/b-1.png") no-repeat;
    background-size: 100%;
}
.key-menu9 .key3{
    background: url("../img/q9/c-1.png") no-repeat;
    background-size: 100%;
}
.key-action{
    animation: keyplay 0.8s;
    /* Firefox: */
    -moz-animation:keyplay 0.8s;
    /* Safari å’Œ Chrome: */
    -webkit-animation: keyplay 0.8s;
    /* Opera: */
    -o-animation: keyplay 0.8s;
}
@keyframes keyplay {
    0%{left: 100%;}
    20%{left: 100%;}
    100%{left: 0;}
}
@-webkit-keyframes keyplay /* Safari and Chrome */
{
    0%{left: 100%;}
    20%{left: 100%;}
    100%{left: 0;}
}
.key-action2{
    animation: keyplay2 1.0s;
    /* Firefox: */
    -moz-animation:keyplay2 1.0s;
    /* Safari å’Œ Chrome: */
    -webkit-animation: keyplay2 1.0s;
    /* Opera: */
    -o-animation: keyplay2 1.0s;
}
@keyframes keyplay2 {
    0%{left: 100%;}
    30%{left: 100%;}
    100%{left: 0;}
}
@-webkit-keyframes keyplay2 /* Safari and Chrome */
{
    0%{left: 100%;}
    30%{left: 100%;}
    100%{left: 0;}
}
.key-action3{
    animation: keyplay3 1.2s;
    /* Firefox: */
    -moz-animation:keyplay3 1.2s;
    /* Safari å’Œ Chrome: */
    -webkit-animation: keyplay3 1.2s;
    /* Opera: */
    -o-animation: keyplay3 1.2s;
}
@keyframes keyplay3 {
    0%{left: 100%;}
    40%{left: 100%;}
    100%{left: 0;}
}
@-webkit-keyframes keyplay3 /* Safari and Chrome */
{
    0%{left: 100%;}
    40%{left: 100%;}
    100%{left: 0;}
}
.texts{
    width: 147px;
    height: 25px;
    background: url("../img/q9/text.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 73%;
    margin-top: -104px;
}
.icon-menu{
    width: 70%;
    height: 80px;
    margin: 0 auto;
}
.icon-menu li{
    width: 40%;
    height: 75px;
    margin-top: 60px;
}
.icon1{
    float: left;
    margin-left: 20px;
    background: url("../img/q11/icon3.png") no-repeat;
    background-size: 100%;
}
.icon2{
    float: right;
    margin-right: 20px;background: url("../img/q11/icon2.png") no-repeat;
    background-size: 100%;
}
.grades{
    width: 170px;
    height: 80px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: 58px;
}
.grades-n{
    width: 50%;
    height: 100%;
    float: left;
    background: url("../img/q11/f1.png") no-repeat;
    background-size: 100% 100%;
}
.grades-f{
    width: 40%;
    height: 100%;
    float: right;
    background: url("../img/q11/f.png") no-repeat;
    background-size: 100%;
}
.key-menu9 .yes-icon{
    left: 50%;
    bottom: 5px;
    margin-left: -21px;
}
.key-menu9 .no-icon{
    left: 50%;
    bottom: -5px;
    margin-left: -26px;
}
.key-menu5 .no-icon{
    left: 50%;
    bottom: 10px;
    margin-left: -22px;
}
.key-menu5 .yes-icon{
    left: 50%;
    bottom: 10px;
    margin-left: -26px;
}
.share-menu{
    width: 100%;
    min-width: 300px;
    height: 250%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/fxbg.png");
}
.share-title{
    width: 394px;
    height: 374px;
    background: url("../img/fximg.png") no-repeat;
    background-size: 100%;
    margin: 27px auto 0 auto;
}
.music-icon{
    width: 50px;
    height: 50px;
    background: url("../img/micon1.png") no-repeat;
    background-size: 100%;
    position: absolute;
    right: 22px;
    top:22px;
}
.study-icon{
    width: 60%;
    margin: 0 auto;
    display: block;
}
.study-text{
    width: 55%;
    margin: 0 auto;
    display: block;
}
.study-icon img,.study-text img{
    width: 100%;
}
@media only screen and (max-width: 630px) and (min-width: 500px){
    .key-menu5{
        width: 60%;
        margin: 15px auto 0 auto;
        overflow: hidden;
    }
    .key-menu9{
        width: 66%;
        margin: 15px auto 0 auto;
        overflow: hidden;
    }
    .icon-menu li{
        height: 65px;
    }
    .grades{
        width: 150px;
        height: 70px;
        top: 26px;
    }
    .begin-icon{
        width: 175px;
        height: 48px;
        margin: 20px auto 0 auto;
    }
    .share-menu{
        height: 220%;
    }
    .key-menu5 .key{
        margin: 0 10px;
    }
    .key-menu9 .key{
        width: 73px;
        height: 124px;
        margin: 0 17px;
    }
}
@media only screen and (max-width: 499px) and (min-width: 396px){
    .key-menu5,.key-menu9 {
        width: 66%;
        margin: 15px auto 0 auto;
        overflow: hidden;
    }
    .key-menu9 .key{
        width: 58px;
        height: 105px;
        margin: 0 14px;
    }
    .key-menu5 .key1, .key-menu5 .key2, .key-menu5 .key3{
        width: 65px;
        height: 108px;
        margin: 0 10px;
    }
    .texts{
        width: 120px;
        margin-top: -90px;
    }
    .icon-menu li{
        height: 55px;
    }
    .grades{
        width: 130px;
        height: 56px;
        top: 20px;
        margin-left: 48px;
    }
    .begin-icon{
        width: 175px;
        height: 48px;
        margin: 20px auto 0 auto;
    }
    .share-title{
        width: 270px;
        height: 255px;
    }
    .music-icon{
        width: 38px;
        height: 38px;
    }
    .share-menu{
        height: 200%;
    }
}
@media only screen and (max-width: 395px){
    .key-menu5{
        width: 215px;
    }
    .key-menu9{
        width: 234px;
    }
    .key-menu5,.key-menu9 {
        margin: 15px auto 0 auto;
        overflow: hidden;
    }
    .key-menu9 .key{
        width: 54px;
        height: 92px;
        margin: 0 11px;
    }
    .key-menu5 .key1, .key-menu5 .key2, .key-menu5 .key3 {
        width: 55px;
        height: 92px;
        margin: 0 8px;
    }
    .texts{
        width: 90px;
        margin-top: -73px;
    }
    .icon-menu li{
        height: 45px;
    }
    .grades{
        width: 98px;
        height: 42px;
        top: 16px;
        margin-left: 34px;
    }
    .begin-icon{
        width: 140px;
        height: 40px;
        margin: 20px auto 0 auto;
    }
    .share-title{
        width: 236px;
        height: 221px;
    }
    .music-icon{
        width: 30px;
        height: 30px;
    }
    .share-menu{
        height: 180%;
    }
}
.yes-icon{
    width: 50px;
    height: 30px;
    position: absolute;
    background: url("../img/yes.png") no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 12px;
}
.no-icon{
    width: 50px;
    height: 30px;
    position: absolute;
    background: url("../img/no.png") no-repeat;
    background-size: 100%;
    left: 2px;
    bottom: 0;
}
.dress{
    padding-top:10px;
}
.hide{
    display: none;
}
.qr1,.qr2{
    width: 150px;
    height: 150px;
    top: 280px;
    background:url("../img/qr.png") no-repeat;
    background-size: 100%;
    position: absolute;
}
.qr1{
    left: 74px;
}
.qr2{
    right: 74px;
}

.top-menu{
	width: 100%;
	height: 50px;
	background-color: #f3f3f3;
	position: fixed;
	bottom: 0;
	-webkit-box-shadow:0 0 10px #b4b3af;
	-moz-box-shadow:0 0 10px #b4b3af;
	box-shadow:0 0 10px #b4b3af;
	z-index: 10000;
}
.top-icon{
	float: left;
	width: 200px;
	height: 80%;
	margin: 10px 0;
	background: url("../img/logo1.png") no-repeat;
	background-size: 100%;
}
.top-title{
	width: 40%;
	height: 100%;
	float: left;
	color: #333333;
	font-size: 23px;
	text-align: left;
	padding: 6px 0 0 10px;
}
.top-download{
	display: block;
	width: 100px;
	height: 35px;
	background:url("../img/icon.png") no-repeat;
	background-size: auto 100%;
	float: right;
	margin: 7px 10px 0 0;
}
.top-download:active{
	background:url("../img/icon3.png") no-repeat;
	background-size: auto 100%;
}
#mask{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(http://img.dwstatic.com/caishe/m/img/black60.png);
    z-index: 10001;
}
#tips{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
}
#tips img{
    display: block;
    margin: 1.5rem auto;
    width: 90%;
    max-width: 560px;
}