﻿/*validate 验证控件 样式*/
label.error {
            clear: both;
            color: red;
            font-weight: normal;
            font-size:14px;
            margin: 0;
            padding: 0;
        }
input.error, select.error,textarea.error { border: 1px solid red !important;}

/*可以隐藏未编译的 Mustache 标签直到实例准备完毕（HTML绑定Vue实例，在页面加载时会闪烁）*/
[v-cloak] { display: none;}

.tool-search-span {
    width: 100%;
    min-height: 45px;
    border-bottom: 1px solid #cee7fd;
    height: auto;
    margin-top:5px;
}
.tool-search-span .tool-group, .tool-search-span .search-group {
    float: left;
    line-height: 30px;
}
.tool-group {
    /*width: 50%;*/
    text-align: left;
}
.search-group {
    /*width: 49%;*/
}
.tcdPageCode {
    padding: 15px 20px;
    text-align: center;
    /*color: #ccc;*/
    width: 99%;
}
.tcdPageCode a {
    display: inline-block;
    color: #808388; /*页码前景色*/
    display: inline-block;
    min-width:39px;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    text-align:center;
    border: 1px solid #E6E5E5; /*页码边框色*/
    margin: 0 2px;
    border-radius: 8px;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
}
.pageList {
    min-height: .8rem;
}
/*当前页*/
.tcdPageCode a.current {
    color: #fff !important;
    background-color: #1443FF !important; /*页码背景色：（ff8f21橘色）*/
    border: 8px;
    cursor:default;
}
/*禁用页*/
.tcdPageCode a.disabled {
    color: #bfbfbf !important;
    background: #f2f2f2 !important;
    border: 1px solid #ddd !important;
    cursor:default;
}
@media only screen and (min-width: 750px) {
    .tcdPageCode a:hover {
        text-decoration: none;
        border: 1px solid #1443FF;
        background-color: #1443FF;
        color: #fff !important;
    }
    .tcdPageCode a.disabled:hover {
        color: #bfbfbf !important;
    }
}
/*移动端自适应*/
@media only screen and (max-width: 750px) {
    .tcdPageCode {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .tcdPageCode a {
        min-width: .5rem;
        height: .5rem;
        line-height: .5rem;
        padding: 0 .1rem;
        margin: 0;
    }
  
    .pageList a {margin: 0.08rem;}
}
.pagination {
    margin:0 !important;
}
.line_34{line-height: 34px;}
.padding_lr_0{padding-left:0 !important; padding-right:0 !important;}