
#qa {
    width: 100%;
}
.question {
    color: #fff;
    border-bottom: 1px #fff solid;
    padding-bottom: 1%;
}
.question>div{
    display: inline-block;
    vertical-align: middle;
}
.question_word{
    width: 85%;
    font-size: 2em;
}
.question_word p{
    line-height: 1.5em;
    text-shadow:0px -1px 0px #5b6178;
}
.question_word p:nth-child(2){
    font-size: 65%;
}
.clock{
    width: 100px;
    height: 100px;
    background-image: url(../images/clock_bg.png);
    line-height: 110px;
    font-size: 2em;
    color: #000;
    text-align: center;
    font-weight: 800;
}
.progressBar{
    margin: 20px auto;
}
.meter{
    display: inline-block;
    width: 95%;
    height: 12px;
    position: relative;
    background: #fff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 3px;
    /*box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.6) inset;*/
}
.meter > span {
    width: calc(100%/10);
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #0047ba;
    position: relative;
    overflow: hidden;
}
.meter_num{
    display: inline-block;
    color: #fff;
}
.q_content{
    display: flex;
    justify-content:space-between;
    text-align: left;
    width: 100%;
}
.q_content img{
    display: inline-block;
    width: 60%;
    height: 100%;
}
.ans_box{
    width: 100%;
}
.ans_box>.btn{
    display: inline-block;
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3476e0), color-stop(1, #0047ba));
    background:-moz-linear-gradient(top, #3476e0 5%, #0047ba 100%);
    background:-webkit-linear-gradient(top, #3476e0 5%, #0047ba 100%);
    background:-o-linear-gradient(top, #3476e0 5%, #0047ba 100%);
    background:-ms-linear-gradient(top, #3476e0 5%, #0047ba 100%);
    background:linear-gradient(to bottom, #3476e0 5%, #0047ba 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3476e0', endColorstr='#0047ba',GradientType=0);
    background-color:#3476e0;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #033e9c;
    text-decoration:none;
    text-shadow:0px -1px 0px #5b6178;
    width: fit-content;
    margin: 2% 1%;
    font-size: 1.2em;
    line-height: 2em;
    padding: 0 2%;
}
.btn > span, .btn > span > a{
    display: block;
}
.ans_box>.correct_color{
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d32619), color-stop(1, #971e23));
	background:-moz-linear-gradient(top, #d32619 5%, #971e23 100%);
	background:-webkit-linear-gradient(top, #d32619 5%, #971e23 100%);
	background:-o-linear-gradient(top, #d32619 5%, #971e23 100%);
	background:-ms-linear-gradient(top, #d32619 5%, #971e23 100%);
	background:linear-gradient(to bottom, #d32619 5%, #971e23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d32619', endColorstr='#971e23',GradientType=0);
	background-color:#d32619;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #820f17;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.ans_box>.wrong_color{
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2eab38), color-stop(1, #167216));
	background:-moz-linear-gradient(top, #2eab38 5%, #167216 100%);
	background:-webkit-linear-gradient(top, #2eab38 5%, #167216 100%);
	background:-o-linear-gradient(top, #2eab38 5%, #167216 100%);
	background:-ms-linear-gradient(top, #2eab38 5%, #167216 100%);
	background:linear-gradient(to bottom, #2eab38 5%, #167216 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2eab38', endColorstr='#167216',GradientType=0);
	background-color:#2eab38;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #095909;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.ans_box .btn span {
    color: #fff;
    padding: 1% 0;
    display: inline-block;
    width: 100%;
}
.box{
    width:70%;
    height:auto;
    background:#f4f25f;
    margin: 2% auto 0 0;
    padding: 1%;
}
.answer{
    display: flex;
    justify-content:space-between;
}
.answer span{
    display: block;
    text-align: center;
    font-size: 1.5em;
    color: #d20040;
    font-weight: 800;
}
.box p ,h3{
    display: inline-block;
    text-align: center;
}
.box p img{
    width: 80%;
    text-align: center;
}
h3 {
    width: 100%;
    vertical-align: top;
    padding: 0% 2% 0 2%;
    font-weight: normal;
    text-align: left;
    line-height: 1.75em;
    word-break: break-all;
}
.effect2
{
  position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect2:before, .effect2:after
{
  content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect2:after
{
  right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
.next{
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 300px;
    margin: 2% auto 0 auto;
    text-align: center;
    font-size: 2em;
    box-shadow:4px 4px rgba(20%,20%,40%,0.5);
    font-weight: 800;
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #de4274), color-stop(1, #d2003f));
    background:-moz-linear-gradient(top, #de4274 5%, #d2003f 100%);
    background:-webkit-linear-gradient(top, #de4274 5%, #d2003f 100%);
    background:-o-linear-gradient(top, #de4274 5%, #d2003f 100%);
    background:-ms-linear-gradient(top, #de4274 5%, #d2003f 100%);
    background:linear-gradient(to bottom, #de4274 5%, #d2003f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#de4274', endColorstr='#d2003f',GradientType=0);
    background-color:#de4274;
    border:1px solid #d2003f;
    text-decoration:none;
    text-shadow:0px -1px 0px #5b6178;
    color: #fff;
    cursor:pointer;
}
/*Ã©ÂÂ¸Ã©Â â€¦Ã¥â€“Â®Ã§Â´â€Ã¦â€“â€¡Ã¥Â­â€”
.q_content img{
    display: none;
}*/


@media only screen and (min-width: 1920px){
    .ans_box>.btn {
        font-size: 1.6em;
    }
}


@media only screen and (max-width: 768px){

    .question_word {
        width: 80%;
    }
    .meter {
        width: 85%;
    }
    .ans_box>.btn {
        font-size: 1em;
    }
}

@media only screen and (max-width: 568px){
    .question_word {
        width: 75%;
    }
    .ans_box>.btn {
        font-size: 1em;
    }
}


@media only screen and (max-width: 414px){
    .q_content,.ans_box,.answer {
        display: block;
        width: 100%;
    }
    .ans_box>.btn {
        font-size: 1.2em;
    }
    .q_content img {
        width: 92%;
    }
    .question_word {
        width: 70%;
        font-size: 1.5em;
    }
    #footer {
        position: relative;
    }
    .box {
        width: 100%;
        text-align: center;
        padding: 4% 0;
    }
    .next {
        margin: 2% auto;
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 1.5em;
    }
    h3 {
        width: 100%;
    }
    .clock {
        width: 80px;
        height: 80px;
        font-size: 1.5em;
        background-size: 100%;
        line-height:90px
    }
}

@media only screen and (max-width: 360px){
    .clock {
        width: 60px;
        height: 60px;
        font-size: 1.3em;
        background-size: 100%;
        line-height: 65px;
    }
    .question_word {
        width: 80%;
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 320px){
    .question_word {
        width: 75%;
        font-size: 1.2em;
    }
}