select {
  width: 100%;
  height: 32px;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px;
  overflow: hidden;
  border-color: #e4e4e4;
}
option {
  height: 32px;
}
[disabled] {
  cursor: not-allowed;
}
.model-list {
  min-width: 280px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
table {
  position: relative;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table tr {
  border-bottom: 1px solid #e4e4e4;
}
table th,
table td {
  height: 70px;
  border-right: 1px solid #e4e4e4;
  padding: 10px 20px;
}
table th {
  font-weight: normal;
}
#main .main-top {
  padding: 10px;
  background-color: #f6f6f6;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e4e4e4;
}
#main .main-table {
  border: 1px solid #e4e4e4;
}
.left-table {
  position: relative;
  z-index: 1;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
.left-table table {
  background-color: #f6f6f6;
}
.left-table table td {
  font-weight: bold;
}
.right-table {
  position: relative;
  margin-left: -1px;
  overflow-x: auto;
}
.right-table thead {
  background-color: #f6f6f6;
}
.right-table .view {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 5px;
  background-color: #f6153e;
  color: #fff;
}
.right-table .view:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
