body{
  background: #ffffff;
}
.consignment{
  border-top: 1px dashed #E5E6EB;
  padding-top: 16px;
  margin-bottom: 24px;
}
.consignment table{
  width: 100%;
  border-radius: 8px;
  font-size: 14px;
  line-height: 22px;
}
.consignment table * {
  border: 1px solid #E5E6EB;
}
.consignment table thead * {
  border: 1px solid #CACDD3;
}
.consignment table thead{
  background: #E5E6EB;
  font-weight: bold;
  color: #505968;
}
.consignment table td, .consignment table th{
  padding: 12px;
  word-break: break-all;
}
.consignment table tr:nth-child(even){
  background: #F7F8FA;
}
.consignment table td a{
  text-decoration: underline;
  border: none;
}
/* 妫€绱� */
.consignment-search{
  margin-bottom: 32px;
}
.consignment-search-item{
  display: inline-block;
  display: inline-flex;
  align-items: center;
}
.consignment-search-item>*{
  font-size: 14px;
  line-height: 22px;
  color: #1D2128;
}
.consignment-search-item+.consignment-search-item{
  margin-left: 48px;
}
.consignment-search-item > label{
font-weight: 700;
color: #505968;
line-height: 38px;
margin-right: 8px;
}
.ui-select{
  height: 38px;
}
.ui-select-button, .ui-input>input[type="date-range"]{
  height: 38px;
  background: #F7F8FA;
  border: none;
}
.ui-select-datalist{
  border: 1px solid #e5e6eb;
}
.ui-search-right>input, .ui-search-right>.ui-icon-search:before{
  background: #F7F8FA;
  border: none;
}
.ui-select .ui-select-icon{
  background: url(../images/search-arrow.png) no-repeat;
  background-size: 16px 16px;
}
.ui-date-range-input .ui-date-arrow{
  background: url(../images/search-calendar.png) no-repeat;
  background-size: 16px 16px;
}
.ui-search-right>.ui-icon-search:after{
  background: url(../images/search-search.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  top: 12px;
  background-color: #F7F8FA !important;
}
.ui-search-right .ui-icon-search{
  width: 24px;
}
span.ui-date-range-input>input {
  text-align: center;
  word-spacing: 55px;
}
[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-right: -2px;
  background: #b6bbc6 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMjAwIDIwMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiIGQ9Ik0wIDB2MjAwaDIwMFYwSDB6bTE1MS42MzYgMTM2LjQ4MmE3LjM3NCA3LjM3NCAwIDAgMSAwIDEwLjQyN2wtNS4yMTIgNS4yMWE3LjM3MiA3LjM3MiAwIDAgMS0xMC40MjYgMGwtMzYuNDgzLTM2LjQ4NUw2My4wMyAxNTIuMTJhNy4zNyA3LjM3IDAgMCAxLTEwLjQyNCAwbC01LjIxLTUuMjFhNy4zNyA3LjM3IDAgMCAxIDAtMTAuNDI4TDgzLjg4IDEwMCA0Ny4zOTYgNjMuNTE0YTcuMzY4IDcuMzY4IDAgMCAxIDAtMTAuNDI1bDUuMjEtNS4yMWE3LjM2OCA3LjM2OCAwIDAgMSAxMC40MjYgMEw5OS41MTYgODQuMzYgMTM2IDQ3Ljg4YTcuMzcgNy4zNyAwIDAgMSAxMC40MjUgMGw1LjIxMiA1LjIxYTcuMzcgNy4zNyAwIDAgMSAwIDEwLjQyNUwxMTUuMTUzIDEwMGwzNi40ODMgMzYuNDgyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: 20px 20px;
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
  cursor: pointer; }

[type=search]::-webkit-search-cancel-button:hover {
  background-color: none; 
}
input:-webkit-autofill{
  -webkit-box-shadow: 0 0 0 1000px #f7f8fa inset;
}

@media (max-width: 767px) {
  .consignment table td, .consignment table th {
    padding: 6px 2px;
  }
}