.match-title {
  color: rgb(51, 51, 51);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: left;
  margin-right: 55px;
}

.main-wrap {
  margin-top: 43px;
}

.btn {
  width: 70px;
  height: 30px;
  border-radius: 20px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  transition: .3s;
  line-height: 1;
}

.btn svg {
  margin-right: 5px;
}

.col1 {
  background-color: rgba(165, 68, 225, .7);
  color: #fff;
}

.col2 {
  background-color: rgba(237, 237, 237, .7);
}

.col3 {
  background-color: rgba(0, 98, 255, .7);
  color: #fff;
}

.col4 {
  box-shadow: 0 0 2px 0 inset rgba(255, 132, 17, .7);
  color: rgba(255, 132, 17);
}

.col5 {
  background-color: rgba(216, 30, 6, .7);
  color: #fff;
}

.col1:hover {
  background-color: rgba(165, 68, 225, .9);
  color: #fff;
}

.col2:hover {
  background-color: rgba(237, 237, 237, .9);
}

.col3:hover {
  background-color: rgba(0, 98, 255, .9);
  color: #fff;
}

.col4:hover {
  box-shadow: 0 0 3px 0 inset rgba(255, 132, 17);
  color: rgba(255, 132, 17);
}

.col5:hover {
  background-color: rgba(216, 30, 6, .9);
}

.page-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.btn-wrap {
  display: flex;
  align-items: center;
}

.table-wrap {
  position: relative;
}

.table-wrap .handle-table {
  position: absolute;
  top: -53px;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.table-wrap .handle-table .el-input-group {
  width: 250px;
  margin-right: 10px;
}

.table-wrap .select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 10px;
}

.btn-wrap>div:not(:last-child) {
  margin-right: 10px;
}


.el-table__body {
  border-spacing: 0 10px;
}

.table-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.el-table,
.el-table__expanded-cell,
.el-table__header-wrapper tr,
.el-table th.el-table__cell {
  background-color: unset;
}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
  border: 0;
}

.el-table th.el-table__cell.is-leaf {
  padding-bottom: 0;
}

.el-table tr td:first-child {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}

.el-table tr td:last-child {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

.el-table::before {
  height: 0;
}

.set-time .table_date-picker {
  width: 130px !important;
}

.set-time .table_date-picker .el-input__inner {
  padding-right: 15px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.set-time .table_date-picker .el-input__inner {
  border: 0;
  background: rgba(0, 98, 255, .05);
}

.set-time .el-icon-date:before {
  color: rgb(0, 98, 255);
}

.select-header .title {
  font-weight: bold;
  font-size: 18px;
}

.set-time tbody tr {
  transition: .3s;
  transform: scale(.99);
}

.set-time tbody tr:first-child:hover {
  transform: scale(1);
}

.set-time tbody tr:not(:first-child):hover {
  transform: scale(1) translateY(10px) !important;
}

.set-time tbody tr:hover>td.el-table__cell {
  background-color: #fff !important;
}

.set-time tbody tr:first-child:hover>td.el-table__cell {
  background-color: rgba(0, 98, 255, .09) !important;
}

.set-time tbody tr:first-child>td.el-table__cell {
  background-color: rgba(0, 98, 255, .09);
}

.set-time tbody tr:first-child td:first-child {
  color: rgb(0, 98, 255);
}

.set-time tbody tr:not(:first-child) {
  transform: scale(.99) translateY(10px);
}

.import {
  padding-top: 30px;
}

.import-match .model-download {
  color: rgb(0, 98, 255);
  margin-bottom: 30px;
}

.import-match .model-download a {
  text-decoration: underline;
  font-size: 18px;
}

.import .tips {
  margin-bottom: 10px;
  color: #333;
}

.import-match .upload {
  max-width: 360px;
}

.import-match .sent {
  margin-top: 30px;
}

.row-item {
  margin-bottom: 30px;
}

.other-time {
  padding-top: 30px;
}

.other-time .row-item {
  margin-bottom: 50px;
}

.other-time .row-item .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.other-time .row-item .time-wrap {
  display: flex;
}

.other-time .row-item .time-wrap .time {
  margin-right: 20px;
}

.el-table th.el-table__cell>.cell{
  white-space: nowrap;
}

.el-table .cell{
  text-overflow: unset;
}

.el-descriptions.margin-top{
  margin-top: 20px;
}

.el-descriptions__body .el-descriptions__table .el-descriptions-item__label{
  white-space: nowrap;
}

.cell a.download{
  display: flex;
  width: 70px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.upload-wrap{
  width: 50%;
}

.el-table-filter {
  max-height: 400px;
  overflow: auto;
}

.import-match .el-upload__tip{
  color: #f00;
}