.el-button--primary {
  background-color: #1172FF !important;
  border-color: #1172FF !important;
}
.ivu-btn-primary {
  background-color: #1172FF !important;
  border-color: #1172FF !important;
}
.ivu-btn-primary[disabled] {
  color: #c5c8ce;
  background-color: #f7f7f7 !important;
  border-color: #dcdee2 !important;
}
.el-button.is-disabled {
  color: #C0C4CC !important;
  cursor: not-allowed !important;
  background-image: none !important;
  background-color: #FFF !important;
  border-color: #EBEEF5 !important;
}
.search_h_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search_h_box .ml8 {
  margin-left: 10px;
}
.search_h_box .el-input__inner {
  height: 32px;
}
.search_h_box .el-input-group {
  width: 200px;
}
.search_h_box .el-input__icon {
  line-height: 32px;
}
.search_h_box .el-input-group__append {
  padding: 0 8px;
  cursor: pointer;
}
.el-button {
  padding: 8px 20px;
}
.back_btn {
  width: 79px;
  display: inline-block;
  height: 34px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E5E6EB;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  margin-right: 10px;
}
td.ivu-table-expanded-cell {
  padding: 10px 15px;
  background: #fff;
}
/*头部th*/
.expand-row .ivu-table-header th {
  color: #4d4b50;
  font-weight: bold;
  background-color: #eff8ff;
  border: none;
}
#app .el-table th {
  background: #E5E6EB;
  font-weight: normal;
  color: #868D9C;
  font-size: 14px;
  /* text-align: center; */
}
/* #app .el-table .el-table__cell{
  padding: 6px 0;
} */
#app .el-table th.el-table__cell {
  padding: 8px 0;
}
#app .el-table .el-table__cell .el-button--text {
  padding: 8px 0px;
}
.bg-form.ivu-form-item {
  margin: 10px 0px;
}
div.ivu-transfer-list {
  width: 260px;
}

* {-webkit-box-sizing: border-box;box-sizing: border-box;}
body,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "微软雅黑", "宋体", 宋体, arial, "Hiragino Sans GB", Tahoma, Arial, Helvetica, STHeiti;font-size: 12px;
}
body,
ul,
ol,
li,
p,
h1 {
  margin: 0;padding: 0;
}
html,
body {
  margin: 0px;height: 100%;width: 100%;
}
a {
  text-decoration: none;cursor: pointer;
}
li {
  list-style: none
}
body {
  background: #fff;width: 100%;-webkit-tap-highlight-color: transparent;
}
button {
  outline: none;
}
input {
  outline: 0;
  -webkit-appearance: none;
}
#app .el-table th {
  background: #f0f2f4;
}
/* .ivu-table td, .ivu-table th{
  text-align: center;
} */
/*****页面详情*****/
.page-component-view{
  margin: 20px;
  background: #fff
}
.page-component-bd{
  /* padding: 20px; */
}
.tableListOperator{
  margin-bottom:15px;
}
/*****详情页面布局*******/
.pageHeader{
  text-align: left;
  background: #fff;
  padding: 16px 32px 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 16px;
}
.pageBread{
  padding: 10px 0
}
.page-detail{

}
.page-detail H2{
  font-size: 20px;
  font-weight: 500;
  color: rgba(0,0,0,.85);
  margin-bottom: 16px
}
.page-view{
    font-family: "Monospaced Number","Chinese Quote",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.page-view-body{
    padding: 24px 32px;
}
.page-view-body .pagelist{
  text-align: left
}
.page-view-body .pagelist .pagelist-hd{
  font-weight: 600;
  font-size:16px;
  margin-bottom: 16px;
}
.page-view-body .pagelist .pagelist-bd{
  padding-left: 15px;
}
.page-view-body .pagelist .pagelist-item-tilte{
    line-height: 20px;
    padding-bottom: 16px;
    margin-right: 8px;
    color: rgba(0,0,0,.85);
    white-space: nowrap;
    display: table-cell;
    color: rgba(0,0,0,.85);
}
.page-view-body .pagelist .pagelist-item-info{
  line-height: 22px;
  width: 100%;
  padding-bottom: 16px;
  color: rgba(0,0,0,.65);
  display: table-cell;
}
.textleft{
  text-align: left
}
.pageimgbox{
    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;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    margin-right: 4px;
}
.pageimgbox img{
    width: 100%;
    height: 100%
}
/****面包屑******/
.ivu-breadcrumb>span:last-child{
  font-weight: normal;
}
/*分页*/
.page{
  text-align: center;
}
/******加一条横线*****/
.page-divider {
    font-family: "Monospaced Number","Chinese Quote",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #e8e8e8;
}
.page-divider-horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
  clear: both;
}
.page-divider-vertical {
  margin: 0 8px;
  display: inline-block;
  height: .9em;
  width: 1px;
  vertical-align: middle;
  position: relative;
  top: -.06em;
}
.text-center{
  text-align: center;
}
/*记载中*/
.demo-spin-icon-load{
    -webkit-animation: ani-demo-spin 1s linear infinite;
            animation: ani-demo-spin 1s linear infinite;
}
@-webkit-keyframes ani-demo-spin {
    from { -webkit-transform: rotate(0deg); transform: rotate(0deg);}
    50%  { -webkit-transform: rotate(180deg); transform: rotate(180deg);}
    to   { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes ani-demo-spin {
    from { -webkit-transform: rotate(0deg); transform: rotate(0deg);}
    50%  { -webkit-transform: rotate(180deg); transform: rotate(180deg);}
    to   { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}
.demo-spin-col{
    height: 100px;
    margin: auto;
}
p{
  overflow-wrap: break-word;
}
/*搜索*/
.search-row{
  margin-bottom: 15px;
}
.ivu-btn-ghost{
  color:#000;
}
img{
    vertical-align: middle;
}
.tableListOperator{
    text-align: right;
}

