*{
    padding: 0;
    margin: 0;
    font-size: 0.16rem;
}
html,body{
    width: 100%;
    height: 100%;
}

body{
   background: url("../img/2-0.png");
}
.page{
    width: 100%;
    height: 100%;
    background: url("../img/2-1.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}


.logo{
    width: 2.0rem;
    height: 0.93rem;
    position: absolute;
    left:1.25rem ;
    top: 0.1rem;
}

.logo img{
    width: 0.9rem;
    height: 0.9rem;
    float: left;
}

.test{
    width: 7.16rem;
    height: 0.59rem;
    background: url("../img/bttitle.png") no-repeat;
    background-size: 100%  100%;
    position: absolute;
    top: 0.2rem;
    left: 6.20rem;
}

.return{
    width: 1.85rem;
    height: 0.46rem;
    background: url("../img/Back-0.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    right: 0.6rem;
    top: 0.4rem;
}

.return:hover{
    background: url("../img/Back-1.png") no-repeat;
    background-size: 100% 100%;
}

.erji{
    width: 4.55rem;
    height: 0.35rem;
    background: url("../img/twobg.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 1.45rem;
    left: 7.0rem;
    text-align: center;
}

.erji p{
    line-height: 0.35rem;
    font-size: 0.22rem;
    color: white;
    font-family: SimHei;
    letter-spacing: 0.02rem;
}

.content{
    width: 12.8rem;
    height: 6.5rem;
    position: absolute;
    top: 2.0rem;
    left: 3.2rem;
    overflow: auto;
}

.content h2 {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 3px;
}

.content p {
    font-family: "微软雅黑";
    color: #FFFFFF;
    font-size: 0.21rem;
    text-indent: 2em;
    letter-spacing: 2px;
}

.button{
    width: 5.0rem;
    height: 0.8rem;
    background: url("../img/bnt1.png") no-repeat;
    background-size: 100% 100%;
    float: left;
    cursor: pointer;
    margin-left: 1.2rem;
    margin-top: 0.2rem;
    text-align: center;
}

.button:hover{
    background: url("../img/bnt2.png") no-repeat;
    background-size: 100% 100%;
}


.button p{
    line-height: 0.8rem;
}


.content_page{
    width: 11.25rem;
    margin: auto;
}

.content_page2{
    width: 12.80rem;
    height: 6.50rem;
    background: url("../img/bj2.png") no-repeat;
    background-size: 100% 100%;
}
.content_header{
    width: 92%;
    height: 0.5rem;
    position: absolute;
    top: 0.2rem;
    left: 3.5%;
    border-bottom: 1px solid #bdc6c6;
}
.content_header img{
    float: left;
    margin-top: 0.15rem;
    margin-left: 0.15rem;

}

.content_header p{
    float: left;
    margin-top: 0.15rem;
    margin-left: -0.25rem;
}

.content_question{
    width: 92%;
    height: 5.2rem;
    position: absolute;
    top: 0.8rem;
    left: 3.5%;
    border-bottom: 1px solid #bdc6c6;
}

.question_box{
    width: 100%;
    border-bottom: 1px solid #bdc6c6;
    position: relative;
}

.question_student{
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
}
.question_one{
    width: 100%;
    height: 1.2rem;
    position: relative;
}

.question_two{
    width: 80%;
    height: 1.2rem;
    position: relative;
    left: 0.6rem;
}
.question_username{
    color: #3afffd;
    position: absolute;
    top: 0.2rem;
    left: 1.0rem;
    font-size: 0.18rem;
}

.question_content{
    width: 9.8rem;
    color:white;
    font-family: “微软雅黑”;
    letter-spacing: 0.01rem;
    position: absolute;
    top: 0.5rem;
    left: 1.0rem;
}

.question_time{
    position: absolute;
    top: 0.2rem;
    right: 0.1rem;
    color:white;
}