/*内容字体及字体大小（body，增删改按钮，查看内容，列表,查询按钮,分页跳转框）*/
 body,.ivu-icon>span,.ivu-drawer-body,.ivu-table,.ivu-input-group-append,.ivu-page-options-elevator input{
      font-size:14px;
      font-family:"Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;

}
 /*查看弹出抽屉，头部*/
 .ivu-drawer-header-inner{
     font-size:16px;
 }
 /*查看弹出抽屉内容*/
 .ivu-drawer-body table tr td{
     padding:0px 0px
 }
/*panel 样式*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
/*panel 头颜色*/
.panel-default {
    border-color: #ddd;
    margin-bottom: 0px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

/*主体*/
.mian {
    height: 100%;
    width: 100%;
    padding: 10px;
}

/*按钮样式*/
.btnclass {
    padding: 10px;
}
/*查询样式*/
.queryclass {
    width: 216px;
    float: right;
}
/*表格样式*/
.tableclass {
    padding:10px;
}

.ui-widget-content a {
    color: #fff;
}

/*分页*/
.ivu-page {
    float: right;
    margin-top:10px;
    margin-bottom:40px;
}
.ivu-card-body .ivu-page {
    margin-bottom:0px;
}
/*图标*/
.ivu-icon{
    font-size:14px;
}
/*表单样式*/
 .formcalss {
    padding-top: 30px;
 }
 /*查看-显示的样式*/
.label {
   font-size: 17px;
}
/*表单输入框样式*/
.inputvalue {
   width: 100%;
}
.ivu-tree ul {
    font-size: 14px;
}
/*表单宽度半排*/
 .ivu-form-item{
     width:50%;
     float:left;
     padding-right:5px;
    
 }
 .ivu-form-item-content{
     line-height:31px;
 }
 /*表单样式去浮动*/
 .ivu-modal-body::after{
     content:"";
     display:block;
     clear:both;
 }
 .bck> .ivu-form-item{
     width:100%;
 }
 /*表单宽度一排*/
  .ivu-form-item.bck{
     width:100%;
 }

 /*表单字体*/
 .ivu-form .ivu-form-item-label,.ivu-input{
   font-size:14px;
      font-family:"Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
 }
/*文本框样式*/
 .textareaheight {
   height: 50px;
}

 /*增删改按钮*/
 .ivu-btn-default{
     padding: 3px 15px 8px;
 }
 

 .manyCondition{
     width:420px;float:right
 }
 .manyCondition .inputvalue{
     width:150px;
    position:relative;
    top:1px;
 }
 .manyCondition>span:first-child{
     position:relative;
    top:3px;
 }
 
 
 
 html::-webkit-scrollbar {
 	/*滚动条整体样式*/
 	width: 5px;
 	/*高宽分别对应横竖滚动条的尺寸*/
 	height: 1px;
 }
 
 html::-webkit-scrollbar-thumb {
 	/*滚动条里面小方块*/
 	border-radius:5px;
 	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
 	background: #9e9e9e;
 }
 
 html::-webkit-scrollbar-track {
 	/*滚动条里面轨道*/
 	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
 	border-radius: 5px;
 	background: #ededed;
 }
 
 html {
 	
 }
 
 body {
 	margin: 0px;
 	padding: 0px;
 	color: #333333;
 }
 
 .clearBoth::after{
	 content: "";
	 display: block;
	 clear: both;
 }
 
 
 
 .demo-upload-list{
             display: inline-block;
             width: 60px;
             height: 60px;
             text-align: center;
             line-height: 60px;
             border: 1px solid transparent;
             border-radius: 4px;
             overflow: hidden;
             background: #fff;
             position: relative;
             box-shadow: 0 1px 1px rgba(0,0,0,.2);
             margin-right: 4px;
         }
         .demo-upload-list img{
             width: 100%;
             height: 100%;
         }
         .demo-upload-list-cover{
             display: none;
             position: absolute;
             top: 0;
             bottom: 0;
             left: 0;
             right: 0;
             background: rgba(0,0,0,.6);
         }
         .demo-upload-list:hover .demo-upload-list-cover{
             display: block;
         }
         .demo-upload-list-cover i{
             color: #fff;
             font-size: 20px;
             cursor: pointer;
             margin: 0 2px;
         }
         .demo-spin-icon-load{
             animation: ani-demo-spin 1s linear infinite;
         }