/*分页*/
.page_info {
    line-height:37px;
}
.paginate{
    width: auto;
    float: right;
    overflow: hidden;
    margin: 0;
}
.paginate ul{
    float: right;
    overflow: hidden;
    border-radius: 20px;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    margin-right:20px;
}

.paginate li {
    float: left;
    width:35px;
    height: 35px;
    border: 0;
    list-style: none;
    text-align: center;
    border-right: 1px solid #cccccc;
    line-height: 35px;
}
.paginate li:last-of-type{
    border: 0;
}
.paginate li a {
    width: 100%;
    font-size: 15px;
    color: #7e7e7e;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    text-decoration: none;
}
.paginate li a.img-circle{
    border-radius: 0;
}
.paginate li a:hover,
.paginate li.active a{
    background: #276ab0;
    color: #FFFFFF;
}
.paginate li.disabled:hover,
.paginate li.disabled:hover a {
    cursor: no-drop;
}
.jumpto,.perpage{
    float: right;
    line-height: 37px;
}
.jumpto input,.perpage input{
    width:24px;
    height: 24px;
    margin: 0 5px;
    padding: 0;
    border: 1px solid #276ab0;
    outline: none;
    border-radius: 5px;
    text-align: center;
}
/*gallery*/
.gallery{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.gallery li{
    float:left;
    width: 110px;
    height: 100px;
    position: relative;
    padding: 10px 10px 0;
}
.gallery li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.gallery li a img{
    width: 100%;
    height: 100%;
}
.gallery li a .file-remove{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #ee4e65;
    border-radius: 50%;
    text-align: center;
    z-index: 11;
    color:#ffffff;
    font-size: 14px;
    line-height: 20px;
}
.gallery li p.progress-value{
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.gallery li .imgs_infos{
    width: 90px;
    line-height: 18px;
    text-align: center;
    background: #7A7676;
    color: #FFFFFF;
    position: absolute;
    left: 10px;
    bottom: 0;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.gallery .progress-mask{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9;
    color: #fff;
    line-height: 90px;
    font-style: normal;
}
li.hiding_img{
    display: none;
}
/*表单*/
input,select{
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-info{
    background: #ffffff;
    padding: 15px;
    color: #333;
}
.form-info table .form-control{
    width: 60%;
}
.form-info table td{
    min-width: 60px;
    word-wrap: break-word;
    overflow: hidden;
}
.form-list div{
    margin:10px 0;
}
input.form-control,select.form-control{
    max-width:260px;
    min-width: 120px;
    display: inline-block;
}
.input-large{
    width: 500px;
}
.input-middle{
    width: 160px;
}
.input-small {
    width: 120px;
}
.input-mini {
    width: 50px;
}
/*树结构*/
#tree{
    min-width:1000px;
    height: 600px;
    border:1px solid #65cea7;
    border-radius: 8px;
    margin:15px;
    /*overflow: auto;*/
}
#tree i{
    color:#65cea7;
    font-size:18px;
    margin:0 6px;
    cursor:pointer;
}
#tree .tree-folder{
    margin-left: 20px;
}
#tree .tree-title:hover{
    cursor: pointer;
    color: #65cea7;
}
#tree input.form-control{
    outline:none;
    background: none;
    z-index: 100;
    padding:2px 4px;
    line-height:18px;
}
.role{
    float: left;
    width: 30%;
    height:570px;
    overflow: auto;
}
.role .tree-folder{
    color:#333;
    font-size: 14px;
    padding: 3px 0;
    line-height: 18px;
}
.role div span{
    display: inline-block;
    min-width:160px;
}
.role div span.hot{
    color: #65cea7;
}
span.arrow-add{
    float: left;
    width:5%;
    color: #65cea7;
    margin:100px auto 0;
    /*padding:10px;*/
    text-align: center;
    /*    border:1px solid #65cea7;
        border-radius: 6px;*/
}
span.arrow-add em{
    font-style: normal;
    font-size: 14px;
    line-height:20px;
    color:red;
    display: block;
}
span.arrow-add i.fa{
    font-size: 80px!important;
}
/*权限菜单*/
.permission{
    float: left;
    width: 25%;
    height:600px;
    overflow: auto;
}
.permission li{
    color:#333;
    font-size: 20px;
    padding: 3px 0;
}
input[type=checkbox],input[type=radio]{
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    background: #fff;
    vertical-align: middle;
}
.permission li .tree-folder{
    display: block;
    font-size:18px;
    line-height: 18px;
}
.permission li .tree-folder .tree-folder{
    display: none;
}
.permission .tree-folder .tree-folder input[type=checkbox]{
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    background: #fff;
    border: 1px solid #65cea7;
}
.permission .permission-active .tree-folder{
    display:block;
}
/*tab panel*/
.custom-tab {
    background: #ffffff;
    border:0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.custom-tab ul  li  a {
    display: block;
    padding: 0 25px;
    margin: 0;
    line-height: 44px;
    border: 1px solid #dce0e2;
    color: #333333;
    font-size: 18px;
    letter-spacing: 2px;
    box-sizing: border-box;
}
.custom-tab li.active a {
    background: #00162b !important;
    color: #ffffff !important;
}
.custom-tab li a:hover{
    background: #00162b;
    color: #ffffff;
    transition: all .3s ease;
}
.custom-tab li:first-of-type a{
    border-radius: 14px 0 0 0;
}
/*内容样式*/
.sub-title{
    padding:0 30px;
    line-height: 40px;
    background: #f5f9fd;
    font-size: 18px;
    color:#333333;
}
.sub-title i.fa{
    float: right;
    line-height: 40px;
    color:#333333;
    font-weight: 700;
}
.substance label{
    margin:0;
    line-height: 34px;
    color: #333333;
    font-weight: normal;
    /*white-space: nowrap;*/
}
.substance div{
    line-height: 34px;
}
.mess-must{
    color:#ee4e65;
    font-size: 16px;
    font-style: normal;
    margin-right: 6px;
    font-weight: 700;
    vertical-align: middle;
}
.substance .row>div{
    margin: 4px 0;
}
.panel .submit-btns{
    width: 100%;
    padding:15px;
    margin-top:50px;
    text-align: center;
}
.substance .submit-btns .btn{
    margin:0 50px;
}
.substance .total{
    text-align: right;
}
.substance .boxs{
    width: auto;
    height: auto;
    margin: 0 -15px;
    background: #f5f9fd;
    overflow: hidden;
    padding: 10px 0 10px 0px;
    position: relative;
}
.substance .secure{
    border-radius: 10px;
    border:1px solid #dad8d8;
    position: relative;
}
.substance .boxs .delete{
    position: absolute;
    right: 10px;
    top: 2px;
    color: #000000;
    font-size: 20px;
    z-index: 101;
    cursor: pointer;
}
/*附件样式*/
.enclosure{
    background:#fff;
    min-height: 500px;
    position: relative;
    color:#333333;
}
.enclosure .enc-title{
    font-size: 20px;
    line-height: 64px;
    font-weight: 700;
    padding-left:30px;
    border-bottom: 1px solid #dce0e2;
}
.enc-files{
    padding-bottom:50px;
}
.enc-files>li{
    padding: 15px 20px;
    overflow: hidden;
    border-bottom: 1px solid #dce0e2;
}
.enclosure>li .enc-name{
    float:left;
    line-height:30px;
}
.enclosure li .enc-add{
    float:right;
    position: relative;
    color: #276ab0;
    overflow: hidden;
    cursor: pointer;
}
.enclosure li .enc-add i.fa{
    margin-right: 6px;
}
.enclosure li .enc-add input,.upload_file input,.add-imgs input{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;right: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.upload_file{
    color: #276ab0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.add-imgs{
    width: 100%;
    float: left;
    position: relative;
    /*overflow: hidden;*/
}
.add-imgs img{
    width: 100%;
    height: 100%;
}
.zoom-in{
    cursor: url("../images/cur_big.cur"),auto;
}
.zoom-out{
    cursor: url("../images/cur_small.cur"), auto;
}
.cur-pic-next{
    cursor: url("../images/cur_pic_next.cur"), auto;
}
.cur-pic-pre{
    cursor: url("../images/cur_pic_pre.cur"), auto;
}
/*按钮样式*/
.btn{
    height: 30px;
    border-radius: 5px;
    letter-spacing: 2px;
    color:#00162b;
    line-height: 30px;
    padding: 0 23px;
    outline:none;
    box-shadow: none;
    margin: 0 10px;
}
.btn:hover, .btn:focus, .btn:active{
    border-radius: 5px;
    color:#00162b;
    outline: 0;
}
button::-moz-focus-inner {
    outline: none;
}

.btn-sure{
    background: #f8b62d;
    border-color: #f8b62d;
}
.btn-sure:hover{
    background: #e59b01;
}
.btn-cancel,.btn-cancel:hover{
    background: #FFFFFF;
    border: 1px solid #00162b;
}
.btn-choice,.btn-choice:hover{
    background: #5ab847;
    color: #FFFFFF;
    border-radius: 20px;
}
.btn-choice:focus{
    color: #FFFFFF;
}

/*appearance*/
.substance .appearance span{
    /*margin:0 20px;*/
}
.appearance li{
    margin-bottom: 5px;
    font-size: 0;
}
.appearance1 li{
    margin-bottom: 5px;
    font-size: 14px !important;
}
.appearance .upload_file{
    margin: 0 30px;
    font-size:16px;
}
button.upload_file{
    border: 0;
    outline:0;
    background: none;
}
.appearance img{
    height: 40px;
}
.appearance .color-operate{
    display: inline-block;
    width: 105px;
}
.appearance .color-operate a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 2px;
    border: 1px solid #f8b62d;
    border-radius: 5px;
    color: #f8b62d;
}
.channelbox{
    display: inline-block;
}
.channelbox a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 2px;
    border: 1px solid #f8b62d;
    border-radius: 5px;
    color: #f8b62d;
}
select.area-selector{
    width:auto;
}

/*数量加减框*/
.num_box{
    width: 180px;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
}
.num_box>label{
    line-height: 100px;
    text-align: left;
    vertical-align: middle;
}
.num_box .car_amount{
    float: right;
    width: 80px;
    height: 60px;
    border: 1px solid #00162b;
    margin: 20px 0;
}
.num_box .car_amount p{
    width:60%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    float: left;
    border-right: 1px solid #00162b;
}
.num_box .car_amount p input{
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: none;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
}
.num_box .car_amount  .car_action{
    width: 40%;
    height: 100%;
    float: right;
}
.num_box .car_amount a{
    display: block;
    width:100%;
    height:50%;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
.num_box .car_amount .car_amount_add{
    border-bottom: 1px solid #00162b;
}

/*响应样式修改*/
.col-lg-10.col-md-10{
    padding-left: 10px;
}
.col-lg-10.col-md-10>.col-xs-12{
    padding-left: 0;
}
/*资金方左右tab-list*/
.funding-lists{
    box-shadow: none;
    -webkit-box-shaow:none;
}
.funding-lists>.panel-body{
    min-width:800px;
    overflow:hidden;
}
.funding-lists .left-lists{
    width: 30%;
    float: left;
    border-radius: 0;
}
.funding-lists .left-lists li{
    width: 100%;
}
.funding-lists .left-lists li a{
    font-size: 14px;
    line-height:36px;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    border-radius: 0;
}
.funding-lists .left-lists li.active a{
    background: #86afd6!important;
}
.funding-lists .left-lists li a:hover{
    background: #86afd6!important;
}
.funding-lists .right-lists{
    width: 70%;
    float: left;
    border: 1px solid #ddd;
}
.item-btn button{
    width: 100px;
    height: 30px;
    color: black;
    background-color: #f8b62d;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
}
.item-btn input{
    display: none;
}
.bigerimg {
    display: none;
    position:fixed;
    top:20%;
    left:40%;
    padding-left:-350px;
    box-shadow: 10px 10px 5px #888888;
    border-radius:15px;
}
.bigerimg img{
    border-radius:15px;
    width:350px;
}