/*筛查*/
.search_warp{
    width: 100%;
    height: 70px;
    line-height: 50px;
    border-bottom: 1px solid #ececec;
    position: relative;
    overflow: hidden;
}
.search_click{
    width: 180px;
    height: 50px;
    background: #2276c3;
    color: #fff;
    overflow: hidden;
    margin-top: 10px;
    float: left;
    margin-left: 15px;
}
.search_word{
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    float: left;
}
.search_click>.icon-xia{
    float: left;
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 20px;
}
.search_click>.icon-shang{
    float: left;
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 20px;
}
.search_warp>.icon-shuaxin{
    float: left;
    font-size: 24px;
    line-height: 50px;
    margin-left: 20px;
    color: #2276c3;
}
.search_block{
    top: 60px;
    left: 10px;
    width: 700px;
    background: #fff;
    position: fixed;
    z-index: 333333;
    border: 1px solid #ececec;
    display: none;
}

/*====================================================*/
/*按钮颜色和hover和active效果*/
.btn_green{
    background: #3ec551;
}
.btn_green:hover{
    background: #52e066;
}
.btn_green:active{
    background: #3ec551;
}
/*---------------------*/
.btn_blue{
    background: #2276c3;
}
.btn_blue:hover{
    background: #4abefc;
}
.btn_blue:active{
    background: #2276c3;
}
/*-----------------------*/
.btn_orange{
    background: #f38932;
}
.btn_orange:hover{
    background: #ffa860;
}
.btn_orange:active{
    background: #f38932;
}
/*-----------------------*/
.btn_danger{
    background: #ed4f47;
}
.btn_danger:hover{
    background: #f76c65;
}
.btn_danger:active{
    background: #ed4f47;
}
/*弹窗的提交*/
.layui-input-block-custom{
    margin-left: 40%!important;
}

@media screen and (max-width: 650px){
    .Top_btn{
        display: none;
        background: #00F7DE!important;
    }
}
/*类似线上班级，线下班级这种导航条增加背景颜色*/
.layui-tab-title{
    background: #FFFFFF;
}