/* 首页 */
/* 
todo: 顶部的适配、导航栏的抽屉
*/
.uk-navbar-nav>li.uk-active>a {
    color: #1E87F0;
}
.uk-navbar-nav>li>a {
    font-size: 1.0rem;
}
@media (max-width: 640px){
    .j-login-button {
        width:auto;
    }
}
@media (min-width: 1200px){
    /* .uk-navbar-nav>li>a {
        padding: 0 25px;
    } */
    .j-navbar-toggle {
        display: none;
    }
}
@media (max-width: 1200px){
    .j-navbar-nav {
        display: none;
    }
}
@media (max-width: 1000px){
    .j-navbar-toggle {
        display: inherit;
    }
}

.j-button-group>div>a.uk-button {
    font-size: 18px;
}

/* 搜索条件表单样式 */
@media (min-width: 960px){
    .uk-form-horizontal .uk-form-controls {
        margin-left: 145px!important;
    }
    .uk-form-horizontal .uk-form-label {
        width: 130px!important;
        margin-top: 7px;
        float: left;
    }
}

#j-select-aptitude{
    z-index:999!important;
}

/* 分页 */

.page{}
.page ul{
    padding:0;
    min-width: 450px;
}
.page ul::after{
    content: '';
    display: block;
    clear: both;
}
.page ul li{
    float: left;
    width:auto;
    min-width:32px;
    height: 30px;
    line-height:30px;
    list-style: none;
}
.page a{
    color:#aaa;
    font-family: "微软雅黑";
    padding:0 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    border-left: none;
}
.page ul li:first-child a{
    border-left: 1px solid #ccc;
}

.page ul li a:hover{
    background-color: dodgerblue;
}
.page ul li a:hover{
    color: white;
}
.page .disabled a:hover{
    background-color: white;
    cursor:not-allowed;
    color: #aaa;
}
.page .active a{
    background-color: dodgerblue;
    color: white;
}
/* 底部透明菜单 */
#t-bottom-navbar {
    bottom: 0px;
    position: fixed;
    z-index: 5;
    width: 100%;
    pointer-events: none;
    margin: 0px;
    padding: 0px;
}

@media(max-width: 1299px) {
    #t-bottom-navbar {
        display: none;
    }
}

@media(min-width: 1300px) {
    #t-bottom-navbar {
        display: inherit;
    }
}

/* end 底部透明菜单 */