#pre-test-container{
    text-align: center;
}
#pre-test-button{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #42b983;
    background-color: #42b983;
    border-radius: 15px;
    height: 9.5rem;
    padding: 1.25rem 0 0 0;
    width: 9.5rem;
    margin: 0.75rem auto 1.5rem auto;
    color: #fff;
    box-shadow: 0 2px 4px 0 #0e1e251f, 0 2px 16px 0 #0e1e2552;
}
#pre-test-button svg{
    height: 3.5rem;
    width: 3.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
#pre-test-button span{
    display: block;
    font-size: 0.8rem;
    margin: 0.4rem 0.25rem 0;
}
.pqhbg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    z-index: 99999;
    display: none;
}
.pqh{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 18rem;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 999999;
    padding: 0.9rem 1rem;
    border-radius: 6px;
    display: none;
}
.night .pqh{
    background-color: #333;
}
.pqh h2{
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}
.pqh p{
    font-size: 0.6rem;
    line-height: 1.2rem;
}
.pqh>div{
    text-align: right;
    margin: 0.5rem 0 0 0;
}
.pqh>div span{
    height: 1.4rem;
    line-height: 1.4rem;
    padding: 0 1rem;
    background-color: #07b672;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}
.pqh>div span.noclose{
    background-color: #aaa;
}
.night .pqh>div span.noclose{
    background-color: #555;
}
.qihuidivs{
    display: none;
    width: 11rem;
    margin: auto;
    border: 1px solid #efefef;
    padding: 0.25rem;
    border-radius: 6px;
    margin: 1.25rem auto 1.75rem auto;
}
.night .qihuidivs{
    border: 1px solid #444;
}
.qihuidivs .pasus{
    border: 1px solid #efefef;
    text-align: center;
    height: 1.8rem;
    line-height: 1.8rem;
    margin: 0.25rem;
    background-color: #f5f5f5;
    border-radius: 6px;
    display: none;
    cursor: pointer;
}
.night .qihuidivs .pasus{
    background-color: #222;
    border: 1px solid #444;
}
.qihuidivs .divlis>div{
    width: 50%;
    float: left;
    padding: 0.25rem;
}
.qihuidivs .divlis>div>div{
    text-align: center;
    height: 1.8rem;
    line-height: 1.8rem;
    border: 1px solid #efefef;
    border-radius: 6px;
    cursor: pointer;
}
.night .qihuidivs .divlis>div>div{
    border: 1px solid #444;
}
.qihuidivs .divlis>div>div:hover{
    background-color: #ff7504;
    color: #fff;
    border: 1px solid #ff7504;
}
.qihuidivs .divlis>div>div.act{
    background-color: #ff7504;
    color: #fff;
    border: 1px solid #ff7504;
}