/*搜索样式*/
.select{
    border: 1px solid #c9c9c9;
}
.select h2{
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: -webkit-linear-gradient(#fcfcfc, #eeeeee);
    background: -o-linear-gradient(#fcfcfc, #eeeeee);
    background: -moz-linear-gradient(#fcfcfc, #eeeeee);
    background: linear-gradient(#fcfcfc, #eeeeee);
}
.select-tj{
    width:80%;
    float: left;
}
.select-btn{
    display: flex;
    padding: 15px 0;
    width: 20%;
    float: left;
    /*height: 66px;*/
}
#independent_count{
    height: 66px;
    width: 100%;
}
.jsyf-btn{
    float: none;
}
.add-box{
    width: 100%;
    float: none;
}
.select-tj1:after{
    display: block;
    content: '';
    clear:both;
    height: 0;
    zoom: 1;
}
.select-tj1:last-child{
    margin-bottom: 15px;
}
.select-tj1>div{
    padding-top: 8px;
    margin-left: 15px;
    float: left;
}
.select-tj label{
    display: inline-block;
    width: 60px;
    line-height: 36px;
    font-size: 13px;
}
.select-tj input,.select-tj select{
    width: 130px;
    border:1px solid #c9c9c9;
    height: 36px;
    border-radius: 5px;
    text-indent: 1em;
    font-size: 13px;
}
.select-tj span{
    width: 25px;
    line-height: 36px;
}
.select-btn div{
    width: 100%;
    height: 100%;
    /*position: relative;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #c9c9c9;
}
.select-box form{
    display: flex;
}
.select-btn input{
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    /*width: 80px;*/
    padding:0 25px;
    border-radius: 5px;
}
.add-box input{
    width: 140px;
    height: 50px;
    line-height: 50px;
}
.data-icrease a input,.select-btn input[type="button"]{
    background: -webkit-linear-gradient(to bottom,#e2e2e2 0%,#ecebf1 44%,#e4e4e4 80%);
    background: -o-linear-gradient(to bottom,#e2e2e2 0%,#ecebf1 44%,#e4e4e4 80%);
    background: -moz-linear-gradient(to bottom,#e2e2e2 0%,#ecebf1 44%,#e4e4e4 80%);
    background: linear-gradient(to bottom,#e2e2e2 0%,#ecebf1 44%,#e4e4e4 80%);
}
.select-btn input[type="reset"]{
    background: #e2e2e2;
    margin-right: 20px;
}
/*新增按钮*/
.data-icrease a{
    display: inline-block;
}
.data-icrease a input{
    width: 140px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
}
/*数据样式*/
.data-list{
    /*overflow-y: auto;*/
}
.table-box{
    height: calc(100% - 94px);
}
/*.table-box table{
    height: 100%;
    overflow-y: hidden;
}*/
.table-box tbody{
    height: calc(100% - 48px);
    overflow-y: auto;
}
.data-list,.data-icrease{
    margin-top: 10px;
}
.data-sort{
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}
.move-card .data-sort{
    border: none;
}
.data-sort li{
    float: left;
    width: 100px;
    font-size: 15px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border: 1px solid #c9c9c9;
    border-radius: 5px 5px 0 0;
    margin-right: 6px;
    cursor: pointer;
    border-bottom: 0;
}
.data-sort li.active{
    background-color: #4385f5;
    color: #fff;
    border:none;
}
/*单条数据样式*/
.data-btn{
    float: right;
}
.data-btn input{
    color: #fff;
    /*width: 47px;*/
    padding: 0 10px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    border-radius:13px;
    margin-right: 10px;
    font-size: 13px;
}
.data-list-tab{
    font-size: 13px;
}
.data-list-tit{
    height: 46px;
    background-color: #F9F9F9;
    line-height: 46px;
}
.data-list-con{
    border-top:1px solid #c9c9c9;
}
.data-list-con>div{
    /*float: left;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #c9c9c9;
}
.data-list-con>div a{
    color:#4385f5;
    padding: 0 5px;
    line-height: 24px;
}
.data-list-con input{
    height: 36px;
    border-radius: 5px;
    border: 1px solid #a9a9a9;
    font-size: 13px;
}
.data-list-con .text-left{
    text-align: left;
}
.data-list-info{
    float: left;
    line-height: 46px;
}
.data-list-info span{
    padding: 0 3px;
}
.data-list-info em{
    color: #00C9C7 ;
}
.data-list-tab p{
    line-height: 24px;
}
.data-list-tab .text-left p{
    /*padding-left: 10px;*/
}
.data-list-tab .text-left p span{
    color: #888;
}
.data-list-tab .btn div,.table-box tbody .btn p{
    width: 90%;
    margin: 10px auto;
    border-radius: 5px;
    color: #fff;
    height: 29px;
    line-height: 29px;
    text-align: center;
    max-width: 90px;
}
.table-box tbody .btn p{
    margin: 0 auto;
}
.data-list-tab .btn div.zs,.table-box tbody .btn p.zs{
    background-color: #af9dff;
}
.data-list-tab .btn div.cs,.table-box tbody .btn p.cs{
    background-color: #ff6a6a;
}
.data-list-tab .btn div.qls,.table-box tbody .btn p.qls{
    background-color: #15a7f5;
}
.data-list-tab .btn div.sls,.table-box tbody .btn p.sls{
    background-color: #3b7df5;
}
.data-list-tab .btn div.ls,.table-box tbody .btn p.ls{
    background-color: #37cb84;
}
.data-list-tab .btn div.fs,.table-box tbody .btn p.fs{
    background-color: #f24343;
}
.data-list-tab .btn div.hs,.table-box tbody .btn p.hs{
    background-color: #BFBFBF;
}
.data-list-con input,.data-list-con select{
    width: 80%;
    max-width: 220px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
}
/*图片*/
#img_box{
    max-height: 100%;
}
#img_box img{
    max-height: 130px;
    max-width: 130px;
    margin-right: 10px;
}