body{
    background: #f0f0f0;
}
.head{
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.head .logo img{ height: 40px;}
.head .link a{
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ededed;
    color: #666;
    border-radius: 5px;
}
.headbox{
    display: flex;
    justify-content: space-between;
}
.banner{
    background: url("../images/stu_bg.jpg") center center;
    background-size: 100% auto;
    height: 200px;
    width: 100%;
}
.banner .title{
    font-size: 36px;
    letter-spacing: 4px;
    color: #fff;
    text-align: center;
    line-height: 170px;
}
.main-center{
    width: 90%;
    margin: 0 auto;
}
.search-box{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    top:-50px;
    padding: 20px;
}
.search-box .title{
    line-height: 40px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    margin-bottom: 15px;
    color: #114667;
}
.search-box .iteam{
    margin-bottom: 10px;
    line-height: 38px;
}
.search-box .iteam .line{ text-align: center; color: #ccc}
.search-box .iteam .label{ text-align: right; color: #666}
.submint{
    text-align: right;
    padding-top: 15px;
}
.layui-form-item{
    display: flex;
    flex-wrap:wrap
}
.layui-form-item .layui-inline{
    width: 33%;
    margin-right: 0;
}
.infoTable{



}
.infoTable th{
    background: #2F9BD1;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border: 1px solid #114667;
}
.infoTable td{
    padding: 8px 10px;
    border: 1px solid #dedede;
    text-align: center;
}
.infoTable tbody tr:hover{
    background: #f9f9f9;
}
.count{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 30px;
}
.count .title{
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    color: #114667;
}
.count .box{
    display: flex;
    flex-wrap: wrap
}
.count .iteam{
    width: 33%;
    text-align: center;
    padding: 10px 0;
}
.count .numer{
    padding-top: 10px;
    font-size: 20px;
    color: #2F9BD1;
}
.page{
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    text-align: right;
}
.reout{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.reout .title{
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #114667;
}
.mune{ text-align: right; padding-top: 15px;}
.mune .iteam{
    display: inline-block;
    padding: 6px 8px;
    border: 1px solid #BECDDE;
    border-radius: 4px;
    color: #BECDDE;
    line-height: 14px;
    margin-right: 10px;
    cursor: pointer;

}
.mune .iteam:hover{
     background:rgba(255,255,255,0.2) ;
     color: #fff;
     border-color: #fff;
 }
.user{
    display: inline-block;
    line-height: 14px;
    margin-right: 10px;
    color: #2F9BD1;
    cursor: pointer;
}
.user:hover{
     opacity: 0.9;
 }
.layui-icon-triangle-d{
    font-size: 12px;
}
.foot{
    border-top: 1px solid #ccc;
    margin-top: 30px;
    line-height: 50px;
    color: #999;
    text-align: center;
}
.layui-btn,.layui-form-select dl dd.layui-this,.layui-laydate .layui-this{
    background-color:#2F9BD1 !important; ;
}
.login{
    padding: 20px;}
.login .loginForm{
    padding-top: 30px;
    padding-right: 20px;}
.login hr{
    margin: 20px 0;
}
.userMessage .nt{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 45px;
    border: 2px solid #2F9BD1;
    text-align: center;
    line-height: 110px;
    overflow: hidden;}
.userMessage .layui-icon{
    font-size: 90px;
    color: #2F9BD1;
}
.userMessage .name{
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #2F9BD1;
    padding-bottom:15px ;
}
.login .btn-box{
    text-align: center;
    padding-top: 15px;
}
.login .btn-box button{
    background: #2F9BD1;
}
.phoneshow{display: none}
@media screen and (max-width: 971px) {
    .search-box .iteam .label{ text-align: left; }
    .submint .layui-btn{ width: 100%}
    .count .iteam{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .banner{
        height: 150px;
    }
    .banner .title{
        font-size: 25px;
        line-height: 114px;
    }
}

.noLogin{
    position: relative;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 20px 0;
}
.noLogin .text{
    padding: 20px;
    font-size: 16px;
}
.noLogin button{

}
.layui-input-block{ margin-left: 0;}