/***************************成绩查询 start**************************************************************/
.wrong_nav .layui-nav-more {
    border-top-color: #fff;
}
.wrong_nav .layui-nav-mored{
    border-color:transparent;
    border-bottom-color:#fff;
}
.login {
    float: right;
    color: #333;
}
.login a {
    display: inline-block;
    line-height: 30px;
    color: #333;
    margin: 25px 0;
}
.results_query{
    width:100%;
    background:#fff;
    margin:80px 0;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
    overflow:hidden;
}
.results_query_r{
    float:right;
    width:360px;
    height:552px;
    overflow:hidden;
}
.results_query_l{
    float:left;
    width:810px;
    padding:80px 0 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.results_query_l h2{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:22px;
    color:#4a9ff5;
    text-align: center;
    margin-bottom:30px;
    overflow:hidden;
}
.results_query_l form{
    width:500px;
    margin:10px auto;
    overflow:hidden;
}
.results_query_l .layui-form-pane .layui-form-label{
    width:130px;
    height:50px;
    line-height:30px;
}
.results_query_l .layui-form-pane .layui-input-block{
    margin-left:130px;
}
.results_query_l .layui-form-pane .layui-input{
    height:50px;
}
.results_query_l .layui-form-item{
    margin-bottom:30px;
}
#results_login{
    display:block;
    padding:0 40px;
    background:#4a9ff5;
    font-size:16px;
    margin:20px auto;
}

.results_box{
    width:94%;
    margin:10px auto;
    overflow:hidden;
}
.instructions{
    width:500px;
    margin:20px auto 0;
    overflow:hidden;
}
.instructions span{
    display:block;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}
.instructions p{
    line-height:25px;
}
.querymsg{width:300px;height:100px;margin:50px auto;text-align:center;display:none;}
/***************************成绩查询 end**************************************************************/