.xd-table-style .checkbox{
    margin-top: 0px; 
    margin-bottom: 0px;
}
.xd-table-style tr .img-1{
    width: 45px;
    height: 45px;
}
.xd-table-style tr .img-2{
  width: 70px;
  height: 70px;
}
.xd-table-style.table td {
    vertical-align: middle;
    font-size: 12px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
a{
  color: #1ab394;
}
.table > thead > tr > th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0,0,0,.81);
}
.mb5{
    margin-bottom: 5px;
}
.text-show{
    display: block;
}
.text-hide{
    display: none;
}
.xd-hide{
  display: none;
}
.curpor{
  cursor: pointer;
}
 /* margin 样式 */
.mt5{
  margin-top: 5px;
}
.mt10{
  margin-top: 10px;
}
.mt15{
  margin-top: 15px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}

.mb5{
  margin-bottom: 5px;
}
.mb10{
  margin-bottom: 10px;
}
.mb15{
  margin-bottom: 15px;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}

.ml5{
  margin-left: 5px;
}
.ml10{
  margin-left: 10px;
}
.ml20{
  margin-left: 20px;
}
.ml30{
  margin-left: 30px;
}

.mr5{
  margin-right: 5px;
}
.mr10{
  margin-right: 10px;
}
.mr20{
  margin-right: 20px;
}
.mr30{
  margin-right: 30px;
}
/* 字体大小 */
.size-12 {
  font-size: 12px;
}
.size-13 {
  font-size: 13px;
}
.size-14 {
  font-size: 14px;
}
.size-15 {
  font-size: 15px;
}
.size-16 {
  font-size: 16px;
}
.size-18 {
  font-size: 18px;
}
.size-20 {
  font-size: 20px;
}
.size-22 {
  font-size: 22px;
}
.size-24 {
  font-size: 24px;
}
.size-28 {
  font-size: 28px;
}
.size-30 {
  font-size: 30px;
}
.size-36 {
  font-size: 36px;
}
 /* 宽度样式 */
.full-100{
  width: 100%;
}
/* button  */
.btn-big{
  width: 140px;
}
.btn-default .badge {
  color: #fff;
  background-color: #ed5565;
}
/* 宽度 */
.width-180{
  width: 180px;
}

/* footable */
.footable-row-detail-cell .footable-row-detail-inner{
  width: 100%;
}
.text-r{
  text-align: right;
}
.text-l{
  text-align: left;
}
.text-c{
  text-align: center
}
.cursor{
  cursor: pointer;
}
.modal-body .product-imitation {
  text-align: center;
  padding: 0px 0;
  background-color: #f8f8f9;
  color: #bebec3;
  font-weight: 600;
}
.xd-tags{
  width:120px; 
  overflow:hidden;
  text-overflow:ellipsis; 
  white-space:nowrap;
}
.xd-title{
  font-size: 16px;
  color:#333;
  font-weight: normal
}
.ht-45{
  height: 45px;
}
.ibox-title{
  padding: 10px 15px 7px;
}
.line-27{
  line-height: 27px;
}
.line-35{
  line-height: 35px;
}
.ibox-title .title-code{
  float: left;
  line-height: 30px;
  margin-left: 20px;
  color: #1ab394;
}
.ibox-tools{
  float: right;
}
.desImg{
  border: 1px solid #555;
  width: 60px;
  height: 40px;
  object-fit: cover;
}