.layui-layer-page .layui-layer-content {
  position: relative;
  overflow: visible;
}
#table tbody tr td:last-child {
    /* display: flex; */
    justify-content: space-around;
    align-items: center;
}

.table-identity tr td:first-child {
    padding: 0 8px;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.list-zt {
    padding: 10px 8px 8px 8px;
}

.width-100 {
    width: 100% !important;
    height: 100% !important;
}
.table tr td .card-view{margin: 5px 0px;}


/** 
2018-06-01 gongyingjun 新增  新上传图片样式
*/
.plupload-preview.new-preview {
  padding-bottom: 0px;
  padding: 0 10px!important;
}
.plupload-preview.new-preview .btn-trash {
  position: absolute;
  left: 6px;
  top: 1px;
}
.plupload-preview.new-preview .btn-preview {
  position: absolute;
  right: 6px;
  top: 1px;
}
.plupload-preview.new-preview li {
  width: 150px;
  margin: 5px 10px 10px 0;
}
.plupload-preview.new-preview li .thumbnail {
  margin-bottom: 0px;
}
.plupload-preview.new-preview li:hover .thumbnail {
  border-color: #2c3e50;
}
.plupload-preview.new-preview li .btn {
  width: 22px;
  height: 22px;
  display: none;
}
.plupload-preview.new-preview li:hover .btn {
  display: inline;
}


.dropdown-menu.inner {
  max-height: 300px!important;
}

.ml-0 {
  margin-left: 0px!important;
}
.mr-0 {
  margin-right: 0px!important;
}
.mt-0 {
  margin-top: 0px!important;
}
.mb-0 {
  margin-bottom: 0px!important;
}
.pl-0 {
  padding-left: 0px!important;
}
.pr-0 {
  padding-right: 0px!important;
}
.pt-0 {
  padding-top: 0px!important;
}
.pb-0 {
  padding-bottom: 0px!important;
}
.mt-5 {
  margin-top: 5px!important;
}
.float-left {
  float: left!important;
}
.text-left {
  text-align: left!important;
}
.text-center {
  text-align: center!important;
}
.text-right {
  text-align: right!important;
}

.border-left-none {
  border-left: none!important;
}
.border-right-none {
  border-right: none!important;
}
.border-top-none {
  border-top: none!important;
}
.border-bottom-none {
  border-bottom: none!important;
}
.width-120 {
  width: 120px!important;
}
.width-160 {
  width: 160px!important;
}
.width-240{
  width: 240px!important;
}
.width-60t {
  width: 60% !important;
}
@media (max-width: 768px) {
  .width-120 {
    width: 100%!important;
  }
  .width-160 {
    width: 100%!important;
  }
  .width-240{
    width: 100%!important;
  }
}
/*
* 2018-06-11 gongyingjun 添加 错误提醒
*/
.hito-form .n-right {
  /* margin-top: 8px; */
  position: absolute;
  left: 0;
  padding-left: 10px;
  bottom: 0px;
}
.hito-form .btn-group .n-right {
  margin-left: -15px;
}
.hito-form .form-group {
  margin-bottom: 20px;
}
.hito-form .input-group {
  position: static;
}
.hito-form .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}
.hito-form .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 1;
  margin-left: -1px;
}
.hito-form .dropdown-menu.inner {
  max-height: 300px!important;
}


/*08-04 qy add  字数限制*/
limit-textarea{ position: relative; display: block; }
limit-textarea textarea{ padding-bottom: 25px !important;}
limit-textarea span { position: absolute;  right: 20px;  bottom: 14px; }


/*2017-11-6 qy add 车位集车位车辆添加删除 集合*/
eidt-list{
  display: block;
  width: 100%;
  min-height: 30px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  overflow: hidden;
}
eidt-list li {
  background-clip: padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 6px 19px 6px 10px;
  margin: 3px 0 3px 5px;
  position: relative;
  float: left;
  list-style: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
eidt-list li a.choice-close{
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 8px;
  height: 9px;
  font-size: 1px;
  background: url(chosen-sprite.png) right top no-repeat;
}