body{
    overflow: hidden;
    color: gray;
}
.container{
    width: 6.71rem;
    margin: 0 auto;
}
span{
    font-size: 0.2rem;
}
.absolute{
    position: absolute;
}
.right{
    position: absolute;
    top: 1.62rem;
    right: 0.4rem;
}
.complete{
    position: absolute;
    top: 1.62rem;
    right: 0.4rem;
    font-size: 0.4rem;
}
.progress{
    height: 0.2rem;
    margin:0.6rem auto 0.1rem;;
    width: 100%;
    border-radius: 0.1rem;
    position: relative;
    background-color: gray;
}
.realprogress{
    height: 0.2rem;
    position: absolute;
    width: 0%;
    border-radius: 0.1rem;
    background-color: orange;
}
.percent{
    float:right;
}
.qjump{
    overflow: hidden;
    margin: 0.8rem 0;
}
.qjump a{
    text-decoration: none;
    color: gray;
    font-size: 0.4rem;
}


#question-content{
    height1: 6.49rem;
    overflow: hidden;
    margin-top: 1.3rem;
}
.qContainer{
    border-radius: 0.1rem;
    background-color: rgb(250,250,250);
    box-shadow: 0 .13rem .16rem rgba(0,0,0,0.2);box-shadow: 0 .13rem .16rem rgba(0,0,0,0.2);box-shadow: 0 .13rem .16rem rgba(0,0,0,0.2);
}
.question{
    position: relative;
    color: black;
    padding: 0.5rem 0.5rem 0.2rem 0.5rem;
}
.question-valign{
    font-size: 0.3rem!important;
}
.answer-list{
    position: relative;
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #f5f5f5;
}
input{
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.5rem;
}
input:before{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
    border-color: #dcdcdc;
}

.text{
    line-height: initial;
    position: absolute;
    font-size: 0.3rem;
    float: left;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.text-valign{
    /*line-height: 0;
    position: absolute;
    top:50%;
    transform: translateY(-50%);*/
}
#evaluate{
    background-color: white;
    width: 7.5rem;
    margin: 0 auto;
    font-size: 0.15rem;
    overflow: hidden;
}
#evaluate p{
    text-align: center;
}
.result{
    font-size: 0.4rem;
}
.result-text{
    width: 6rem;
    margin: 0 auto;
}
.hidden{
    display: none;
}
.choosed{
    background-color: rgb(245,235,233);
    color: orange;
}