/* 各个自定义组件的样式 */

/* 数字输入框 开始 */
.ivu-form-item-error .udream-number-wrap .number-input-wrap .text-input{        /* 验证错误 提示 */
  border: 1px solid #ed3f14;
  transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
}
.udream-number-wrap{
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 1px 0;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s;
}
.udream-number-wrap .text-input{
  outline:none;
  padding: 0 25px 0 10px;
  height: 32px;
  width:100%;
  line-height: 25px;
  border: 1px solid #dddee1;
  border-radius: 4px;
  color: #495060;
  background-color: #fff;
  background-image: none;
  cursor: text;
  transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
}
.udream-number-wrap .text-input::placeholder {
  color: #bbbec4;
}
.udream-number-wrap .text-input[disabled]{
  cursor: not-allowed;
  background:#ccc;
  background-color:#f3f3f3;
}
.udream-number-wrap .text-input:hover{
  border:1px solid #2ea8e5;
  box-shadow: 0 0 5px rgba(46,168,229,0.7);
}
.udream-number-wrap .lable-wrap{
  float: left;
  line-height: 30px;
  padding-right:8px;
  text-align: right;
}
.udream-number-wrap .lable-wrap span{
  font-size: 14px;
}
.udream-number-wrap .number-input-wrap{
  float:left;
  position: relative;
}
.udream-number-wrap .number-input-wrap:hover .number-change-wrap{
  opacity: 1;
}
.udream-number-wrap .number-input-wrap .text-input{
  float:left;
}
.udream-number-wrap .number-input-wrap .placeholder{
  position: absolute;
  left: 10px;
  color: #bbbec4;
  font-size: 12px;
  line-height: 32px;
}
.udream-number-wrap .number-input-wrap .number-change-wrap{
  opacity: 0;
  transition: all 0.3s;
  width:22px;
  height:28px;
  position: absolute;
  right:1px;
  top:1px;
}
.udream-number-wrap .number-input-wrap .number-change-wrap:after{
  content: "";
  background:#dddee1;
  width:100%;
  height: 1px;
  position: absolute;
  top:15px;
  left:0;
}
.udream-number-wrap .number-input-wrap .number-change-wrap span{
  display:block;
  cursor: pointer;
  width:22px;
  height:14px;
  background:url('../../component/inputNumber/images/icon_sub_n.png') 6px 5px no-repeat;
}
.udream-number-wrap .number-input-wrap .number-change-wrap span:hover{
  background-image:url('../../component/inputNumber/images/icon_sub_c.png');
}
.udream-number-wrap .number-input-wrap .number-change-wrap .add{
  border-right:1px solid #dddee1;
  transform: rotateZ(180deg);
  transform-origin: center;
}
.udream-number-wrap .number-input-wrap .number-change-wrap .sub{
  border-left:1px solid #dddee1;
}
/* 数字输入框 结束 */

/* 图片剪裁组件 开始 */

.vue-cropper {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  direction: ltr;
  touch-action: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.vue-cropper .cropper-box,
.vue-cropper .cropper-box-canvas,
.vue-cropper .cropper-drag-box,
.vue-cropper .cropper-crop-box,
.vue-cropper .cropper-face {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  user-select: none;
}

.vue-cropper .cropper-box-canvas img {
  position: relative;
  text-align: left;
  user-select: none;
  transform: none;
  max-width: none;
  max-height: none;
}

.vue-cropper .cropper-box {
  overflow: hidden;
}

.vue-cropper .cropper-move {
  cursor: move;
}

.vue-cropper .cropper-crop {
  cursor: crosshair;
}

.vue-cropper .cropper-modal {
  background: rgba(0, 0, 0, 0.5);
}

.vue-cropper .cropper-crop-box {
  /*border: 2px solid #39f;*/
}

.vue-cropper .cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  user-select: none;
}

.vue-cropper .cropper-view-box img {
  user-select: none;
  text-align: left;
  max-width: none;
  max-height: none;
}

.vue-cropper .cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.1;
}

.vue-cropper .crop-info {
  position: absolute;
  left: 0px;
  min-width: 65px;
  text-align: center;
  color: white;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}

.vue-cropper .crop-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.vue-cropper .line-w {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}

.vue-cropper .line-a {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}

.vue-cropper .line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.vue-cropper .line-d {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}

.vue-cropper .crop-point {
  position: absolute;
  width: 8px;
  height: 8px;
  opacity: 0.75;
  background-color: #39f;
  border-radius: 100%;
}

.vue-cropper .point1 {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}

.vue-cropper .point2 {
  top: -5px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}

.vue-cropper .point3 {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}

.vue-cropper .point4 {
  top: 50%;
  left: -4px;
  margin-top: -3px;
  cursor: w-resize;
}

.vue-cropper .point5 {
  top: 50%;
  right: -4px;
  margin-top: -3px;
  cursor: w-resize;
}

.vue-cropper .point6 {
  bottom: -5px;
  left: -4px;
  cursor: sw-resize;
}

.vue-cropper .point7 {
  bottom: -5px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}

.vue-cropper .point8 {
  bottom: -5px;
  right: -4px;
  cursor: se-resize;
}

@media screen and (max-width: 500px) {
  .vue-cropper .crop-point {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0.45;
    background-color: #39f;
    border-radius: 100%;
  }

  .vue-cropper .point1 {
    top: -10px;
    left: -10px;
  }

  .vue-cropper .point2,
  .vue-cropper .point4,
  .vue-cropper .point5,
  .vue-cropper .point7 {
    display: none;
  }

  .vue-cropper .point3 {
    top: -10px;
    right: -10px;
  }

  .vue-cropper .point4 {
    top: 0;
    left: 0;
  }

  .vue-cropper .point6 {
    bottom: -10px;
    left: -10px;
  }

  .vue-cropper .point8 {
    bottom: -10px;
    right: -10px;
  }
}


.u-cropper-wrap .u-cropper-body {

}
.u-cropper-wrap .upload-list{
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.u-cropper-wrap .u-cropper-img {
  position: relative;
  height: 100%;
}
.u-cropper-wrap .upload-list img{
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
}

.u-cropper-body .carousel-poin-hand{
  cursor: pointer;
}
.u-cropper-body .carousel-file-item p{
  text-align: center;
}
.u-cropper-body .u-cropper-body-content {
  height: 430px;
}
.u-cropper-body .ivu-carousel .ivu-carousel-item{
  background: #fff;
  width: 700px;
  height: 400px;
}
.u-cropper-body .ivu-carousel .ivu-carousel-item img {
  max-width: 700px !important;
  max-height: 400px !important;
}
.u-cropper-body .u-cropper-body-see {
  max-height: 360px;
  padding: 20px 0 40px 0;
}
.u-cropper-body .u-cropper-body-see img {
  max-height: 300px;
  border-radius: 4px;
  box-shadow: 0px 2px 14px #E0E0E0;
}
.u-cropper-body .u-cropper-crop-content{
  width: 400px;
  height: 400px;
}
.u-cropper-body .u-cropper-body-btn {
  margin-top: 10px;
}
.u-cropper-body .u-cropper-crop-preview{
  overflow: hidden;
  border: 1px solid #57a3f3;
  border-radius: 4px;
  box-shadow: 0px 2px 14px #E0E0E0;
}
.u-cropper-body .rotate-left-btn {
  display:block;
  cursor: pointer;
  width:22px;
  height:18px;
  background:url('../../component/cropper/images/rotate_left.png') 3px 2px no-repeat;
}
.u-cropper-body .ivu-btn:hover .rotate-left-btn {
  background-image: url('../../component/cropper/images/rotate_left_hover.png');
}
.u-cropper-body .rotate-right-btn {
  display:block;
  cursor: pointer;
  width:22px;
  height:18px;
  background:url('../../component/cropper/images/rotate_right.png') 3px 2px no-repeat;
}
.u-cropper-body .ivu-btn:hover .rotate-right-btn {
  background-image: url('../../component/cropper/images/rotate_right_hover.png');
}


/* 图片剪裁组件 结束 */

/* 取号分析页面  开始 */
.distributed-wrap{
  position: relative;
}
.area-serach{
  width: 414px;
  box-sizing: border-box;
  /* background: #fff; */
  position: absolute;
  left: 180px;
  top: 26px;
  z-index: 100;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.area-serach .ivu-select{
  position: absolute;
  left: -81px;
  top: 0;
  width: 80px;
}
.area-serach .ivu-select .ivu-select-selection{
  height: 40px;
}
.area-serach .ivu-select .ivu-select-placeholder,.area-serach .ivu-select .ivu-select-selected-value{
  height: 40px;
  line-height: 40px;
}
.area-serach .ivu-input{
  width: 340px;
  height: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.area-serach .ivu-btn{
  float: right;
  padding: 6px 24px;
  height: 40px;
}
.area-serach #searchResultPanel {
  width: 340px;
}
.map-serach {
  width: 340px;
  background: #fff;
  position: absolute;
  left: 620px;
  top: 26px;
  z-index: 100;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.map-serach .serach-content {
  cursor: pointer;
  box-sizing: border-box;
  height: 180px;
  padding: 14px 0;
  transform-origin: 0 top;
  transition: all .3s;
  /* overflow: hidden; */
}
.map-serach .serach-content.search-transition{
  transform: scaleY(1);
  overflow: hidden;
  height: 180px;
  padding: 14px 0;
}
.map-serach .serach-content.search-enter-active, .map-serach .serach-content.search-leave-active {
  transform: scaleY(0);
  overflow: hidden;
  height: 0;
  padding: 0;
}
.map-serach .serach-content .ivu-col{
  padding: 10px 0;
}
.map-serach .title-content {
  padding: 5px 20px;
}
.map-serach .title-content .title {
  line-height: 30px;
  font-size: 18px;
}
.distributed-wrap .mode-wrap{
  position: absolute;
  top: 26px;
  right: 160px;
  z-index: 1000;
  width: 102px;
  height: 32px;
  overflow: hidden;
  border: 1px solid rgb(139, 164, 220);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 3px;
}
.distributed-wrap .mode-wrap ul li{
  float: left;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  color: #000;
  background: #fff;
}
.distributed-wrap .mode-wrap ul li.active{
  font: bold 12px/1.3em;
  color: #fff;
  background: rgb(142, 168, 224);
}
.distributed-wrap .tool-wrap{
  position: absolute;
  top: 116px;
  right: 32px;
  z-index: 1000;
  background: #fff;
  border: 1px solid rgb(139, 164, 220);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 3px;
}
.distributed-wrap .tool-wrap li{
  padding: 4px;
  cursor: pointer;
}
/* 取号分析页面  结束 */

/* 标签输入框 */
.u-tag-input-wrap{
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 1px 0;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s;
  background: #FFF;
}
.u-tag-input-wrap .tags-list-item{
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 2px 4px 2px;
  padding: 0 6px;
  background: #5cadff;
  box-shadow: 0 0 2px rgba(92,173,255, .6);
  border-radius: 4px;
  color: #fff;
}
.u-tag-input-wrap .ivu-input{
  font-size: 14px;
  background-color: inherit;
  box-shadow: none !important;
  width: 200px;
  height: 30px;
  border: none;
  border-bottom: 1px solid #dddee1;
  border-radius: 0;
  box-shadow: none;
  margin: 0 2px;
}
.u-tag-input-wrap .ivu-icon{
  padding: 0 2px 0 4px;
}
.u-tag-input-wrap .ivu-icon:hover{
  cursor: pointer;
}
/*排班样式*/
.plan-tips>span:last-child{ float: right;}
.store-plan{font-size: 14px;}
.store-plan-row{ margin-bottom: 10px; padding:5px 16px;}
.store-plan-card-row{ margin-bottom: 15px;}
/*采购管理-物料管理*/
.material-edit-list{border:1px solid #e9eaec; font-size: 12px;}
.material-edit-list .ivu-col{ padding: 5px 18px;}
.material-edit-list-head{background-color: #f8f8f9;border-bottom: 1px solid #e9eaec;font-weight: bold;}
.material-edit-list-item{border-bottom: 1px solid #e9eaec;}
.add-expressFee-textcomplete .select2-container--default .select2-selection--single .select2-selection__rendered{ color: #369;line-height: 30px;}
.add-expressFee-textcomplete .select2-container--default .select2-selection--single{border: 1px solid #dddee1;}
.add-expressFee-textcomplete .select2-container .select2-selection--single{ height: 30px; line-height: 30px;}
.add-expressFee-textcomplete .select2-container{ width: 100%!important;}
.add-expressFee-textcomplete .select2-container--default .select2-selection--single .select2-selection__arrow b{ transform: scale(1.18);margin-left: -7px;border-color: #80848f transparent transparent transparent;}
.u-input-number-nowrap .number-change-wrap{ display: none;}
.u-input-number-nowrap .number-input-wrap .text-input{ padding: 0 5px 0 5px;}

.accounts-table .ivu-table-header table tr th{ border-left: 1px solid #e9eaec;}
/**/
.stacking{ overflow-x: auto; padding-bottom: 5px}
.stacking::-webkit-scrollbar{ -webkit-appearance: none; width: 5px;}
.stacking::-webkit-scrollbar-button{ display: none;}
.stacking::-webkit-scrollbar:vertical {width: 4px;}
.stacking::-webkit-scrollbar:horizontal {height: 5px;}
.abnormal-full .stacking::-webkit-scrollbar-track{ width: 10px; background: #2B3940;}
.abnormal-window .stacking::-webkit-scrollbar-track{ width: 10px; background: #fff;}
.abnormal-full .stacking::-webkit-scrollbar-thumb {border-radius: 4px; background-color: #fff; margin-right: 3px}
.abnormal-window .stacking::-webkit-scrollbar-thumb {border-radius: 4px; background-color: #333; margin-right: 3px}

.abnormal-title{ display: flex;justify-content:space-between; margin-bottom: 20px;}
.abnormal-title-left{ position: relative; left: -30px;}
.abnormal-title-right{ position: relative; right: -30px;}
.abnormal-title-left .abnormal-title-top,.abnormal-title-left .abnormal-title-bottom{ padding-left: 30px;}
.abnormal-title-right .abnormal-title-top,.abnormal-title-right .abnormal-title-bottom{ padding-right: 30px;}
.abnormal-title-right .abnormal-title-top span,.abnormal-title-right .abnormal-title-bottom button{ float: right}
.abnormal-title-right .abnormal-title-top{ display: flex; align-items: flex-end;justify-content:flex-end;}
.abnormal-title-right .abnormal-title-top span{ text-align: center; color: rgba(255,255,255,.5);}
.abnormal-title-middle{ display: flex; flex: 1; align-items:stretch}
.abnormal-title-middle h1{display: flex; width: 100%; justify-content: center; align-items:center; color: #FFF; border-bottom: 2px solid #979797; line-height: 100%;position: relative;}
.abnormal-title-middle h1:before,.abnormal-title-middle h1:after{ content: ' '; display: block; width: 108px; height: 50px; border-top: 2px solid #979797;position: absolute; background: #1B2A32; transform-origin: 0 0;}
.abnormal-title-middle h1:before{ left: -30px; bottom: -8px; transform: rotate(23deg);}
.abnormal-title-middle h1:after{ right: -38px; bottom: -51px; transform: rotate(-23deg);}
.abnormal-title-top{ border-bottom: 2px solid #979797; width: 328px; height: 46px;}
.abnormal-title-top img{ position: relative; top: 5px;}
.abnormal-title-bottom{ padding-top: 10px;}

.abnormal-full{ position: fixed; width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; background: #1B2A32; z-index: 999; overflow: auto; padding-top: 0;}

.abnormal-window .abnormal-title-left img,.abnormal-window .abnormal-title-top,.abnormal-window .abnormal-title-middle h1:before,.abnormal-window .abnormal-title-middle h1:after{ display: none;}
.abnormal-window .abnormal-title-middle h1{  border:none}

.abnormal-full .ivu-card,.abnormal-full .ivu-table,.abnormal-full .ivu-table th,.abnormal-full .ivu-table td{ background: none;}
.abnormal-full .ivu-table th,.abnormal-full .ivu-table td{border-color:rgba(224,230,237,0.1);}
.abnormal-full .ivu-table{ color: #FFF;}
.abnormal .ivu-table-overflowY{ margin-right: 7px; height: 370px!important;}
.abnormal .ivu-table-overflowY::-webkit-scrollbar{ -webkit-appearance: none; width: 10px;}
.abnormal .ivu-table-overflowY::-webkit-scrollbar-button{ display: none;}
.abnormal .ivu-table-overflowY::-webkit-scrollbar:vertical {width: 4px;}
.abnormal .ivu-table-overflowY::-webkit-scrollbar:horizontal {height: 11px;}
.abnormal-full .ivu-table-overflowY::-webkit-scrollbar-track{ width: 10px; background: #2B3940;}
.abnormal-window .ivu-table-overflowY::-webkit-scrollbar-track{ width: 10px; background: #fff;}
.abnormal-full .ivu-table-overflowY::-webkit-scrollbar-thumb {border-radius: 4px; background-color: #fff; margin-right: 3px}
.abnormal-window .ivu-table-overflowY::-webkit-scrollbar-thumb {border-radius: 4px; background-color: #333; margin-right: 3px}
.abnormal-table-card .ivu-card-body{ padding: 0;}
.abnormal-table-card .ivu-spin-fix{box-shadow:none;border-radius:0;border:none;background-color:rgba(27, 42, 50, 0.8);}
.abnormal-full .ivu-table-wrapper{ border:none;}
.abnormal-full .ivu-card-head{ background: rgba(42, 151, 196, .1); padding: 10px 16px;}
.abnormal-full .ivu-card-extra a,.abnormal-full .ivu-card-extra{ color: #FFF; font-size: 10px;}
.abnormal-full .ivu-card-head p{ background: none; color: #FFF; font-size: 16px}
.abnormal-main{ display: flex; justify-content: center;}
.abnormal-main > div:first-child{ margin-right: 15px;}
.abnormal-main > div{ width: 50%;}
.abnormal-main .ivu-table:before,.abnormal-main .ivu-table:after{ display: none;}
.abnormal-main .stacking-charts{ height: 828px;}
.charts-card .ivu-card-body{ padding:5px 10px; box-sizing: initial;}
.trend-type{margin-right: 10px;}
/*.abnormal-main .stacking-charts:first-child:before{ content: ' '; width: 100%; height: 30px; position: absolute; left: 0; top: 0; right: 0; z-index: 100;}*/
.full-icon{position: absolute;}
.abnormal-full .full-icon,.full .full-icon{ right: 5px; top: 5px;}
.abnormal-window .full-icon{ right: 32px; top: 11px;}
.full-icon svg{ width: 22px; height: 22px;}
.abnormal-full .full-icon svg{ fill: #fff!important;}
.window .full-icon{right: 10px; top: -30px;}
.full .full-icon svg{}
.abnormal-window .full-icon svg{}
.earlyWarning table{ width: 100%!important;}
.charts-city{ position: absolute; right: 25px; top: 60px; display: flex;}
.charts-city .ivu-select-single{ width: 80px}
.time-slot{ position: absolute; right: 10px; top: 86px;}/*-webkit-transform: scale(0.9); transform-origin: 100% 100%;*/
.time-slot .ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper{ height: 20px; line-height: 19px; padding: 0 4px; font-size: 10px;-webkit-text-size-adjust:none}
.warning-details .ivu-modal .ivu-modal-body{max-height:700px;}

@media screen and (max-width: 1200px){
  .abnormal-main{ display: block; }
  .abnormal-main > div{width: 100%;}
}

/**/
.distributed-wrap.full{ position: fixed; left: 0; right: 0; bottom: 0; top: 0; width: 100%; height: 100%; z-index: 999; background: #FFF;padding: 0;}
.distributed-wrap.full #container{ width: 100%!important;}
.distributed-wrap.full .full-icon{ background: #FFF; height: 30px; width: 30px; top: 36px; right: 10px; display: flex; justify-content: center; align-items: center; }
/**/
.manage-shop-leak .ivu-form-item-content{ height: 35px;}
.layout-content .manage-shop .ivu-form-item{ margin-bottom: 24px;}

/**/
.u-table{ border-left: 1px solid #eaeaea;}
.u-table .u-table-thead:after,.u-table .u-table-thead ul:after{ content: ''; display: table; clear: both;}
.u-table td,.u-table th{ padding: 0 18px; height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-break: break-all; -webkit-box-sizing: border-box; box-sizing: border-box;}
.u-table th{ border: 1px solid #eaeaea; border-left: none; background-color: #f8f8f9;font-weight: bold;text-align: left;}
.u-table{ position: relative;}
.u-table-main{ overflow-x: auto;}
.u-table .u-table-body{ overflow-y: scroll; overflow-x: hidden;}
.u-table-fixed-left,.u-table-fixed-right{ position: absolute; background: #FFF; overflow: hidden;}
.u-table-fixed-left{ left: 0; top: 0; overflow: hidden; -webkit-box-shadow: 2px 0 6px -2px rgba(0,0,0,.2); box-shadow: 2px 0 6px -2px rgba(0,0,0,.2);}
.u-table-fixed-left .u-table-body{ }/* overflow: hidden;*/
.u-table-fixed-right{ right: 0; top: 0; -webkit-box-shadow: -2px 0 6px -2px rgba(0,0,0,.2); box-shadow: -2px 0 6px -2px rgba(0,0,0,.2);}
.u-table-fixed-right .u-table-body{overflow-y: auto;}/* overflow-x: hidden; overflow-y: auto;*/

.u-table td{ border: 1px solid #eaeaea; border-top: none; border-left: none;  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;}

.u-table tr.u-table-tr-hover td {
  background-color: #ebf7ff;
}
@keyframes ani-spin {
  from { transform: rotate(0deg);}
  50%  { transform: rotate(180deg);}
  to   { transform: rotate(360deg);}
}
@-webkit-keyframes ani-spin {
  from { -webkit-transform: rotate(0deg);}
  50%  { -webkit-transform: rotate(180deg);}
  to   { -webkit-transform: rotate(360deg);}
}
.spin-icon-load{
  animation: ani-spin 1s linear infinite;
  -webkit-animation: ani-spin 1s linear infinite;
}
.block-loading.ivu-spin-fix{box-shadow:none; background-color: rgba(255,255,255,.6);}
.ivu-upload.set-meal-upload,.ivu-upload.set-meal-upload .ivu-upload,.ivu-upload.set-meal-upload img{ width: 100%;}
.ivu-upload.set-meal-upload .ivu-upload.ivu-upload-drag{ min-height: 248px; display: flex; justify-content: center; align-items: center;}
.ivu-upload.set-meal-upload-mini .ivu-upload.ivu-upload-drag{ min-height: 106px;}
.ivu-upload.set-meal-type-upload-mini .ivu-upload.ivu-upload-drag{ width: 106px;}
.set-meal-tag-list .ivu-checkbox-wrapper.ivu-checkbox-group-item{ margin:0 0 15px 20px;}

.u-input-number-setMeal .number-input-wrap{ margin-top: 6px;}
.u-input-number-setMeal .number-input-wrap input{ max-width: 150px; height: 23px; padding: 0 4px;}
.usl-ivu-poptip-rel .ivu-poptip-rel{ display: block;}
.setMealType-price-range .ivu-col{ position: relative;}
.setMealType-price-range .ivu-col>span{position: absolute;left: 3px;top: 1px;z-index: 10; color: #a1a4ab}
.setMealType-price-range .udream-number-wrap{ display: block;}
.setMealType-price-range .udream-number-wrap .number-input-wrap input.text-input{ padding-left: 15px}
.setMealType-price-range .udream-number-wrap .number-input-wrap .placeholder{ left: 15px;}
.upload-error{ opacity: 0; transition: opacity .3s; -webkit-transition: opacity .3s;}
.hide-upload-error{ opacity: 0;}
.show-upload-error{ opacity: 1;}
.level-fees-price{line-height: 32px; margin-left: 5px}
.set-meal-price-caps .ivu-form-item-content{ height: 32px}

.th-editModal .ivu-form-item{ margin-bottom: 0; margin-top: 10px}
.th-editModal .ivu-form-item-error-tip{top: auto; bottom: 0;}
.th-editModal .th-editModal-rvList{ display: flex; align-items: center;}
.th-editModal .per-cent{position: absolute;right: 10px;top: 2px;}

/*简单的表格样式*/
.easy-table>ul{
  display: flex;
  background: #FFF;
  font-size: 12px;
  color: #495060;
}
.easy-table>ul>li{
  flex: 1 0 auto;
  border-bottom: 1px solid #e9eaec;
}
.easy-table>ul>li:first-child{
  border-left: 1px solid #e9eaec;
}
.easy-table>ul>li:last-child{
  border-right: 1px solid #e9eaec;
}
.easy-table>ul>li .th,.easy-table>ul>li .td{
  min-width: 0;
  height: 48px;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  border-top: 1px solid #e9eaec;
  padding: 0 18px;
}
.easy-table>ul>li .th{
  background: #f8f8f9;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
.easy-table>ul>li .td{

}