* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
  outline: 0;
}
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
  color: #333;
}
img {
  vertical-align: top;
}
body {
  color: #333;
  font-size: 14px;
  line-height: 1.15;
}
input[type=number],
input[type=password],
input[type=text],
textarea {
  -webkit-appearance: none;
}
[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder {
  color: #ccc;
}
html,
body {
  width: 100%;
  height: 100%;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.font-bold {
  font-weight: bold;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.text-center {
  text-align: center;
}
.btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.btn:active,
.btn:focus,
.btn:hover {
  text-decoration: none;
  background: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.btn-red {
  color: #fff;
  background-color: red;
  border-color: red;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.btn-red:focus,
.btn-red:hover {
  color: #fff;
  background-color: red;
  border-color: red;
}
.input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.input:focus,
.input:hover {
  border-color: #40a9ff;
  border-right-width: 1px!important;
}
.input:placeholder-shown {
  text-overflow: ellipsis;
}
.color-grey {
  color: #999;
}
.cursor-pointer {
  cursor: pointer;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.font-bold {
  font-weight: bold;
}
.align-center {
  text-align: center;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.position-container {
  height: 200px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  overflow: hidden;
  line-height: 2;
  font-size: 14px;
  text-indent: 1em;
}
.position-item {
  width: 130px;
  height: 100%;
  overflow: auto;
}
.position-item-name {
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.position-item-name.selected,
.position-item-name:hover {
  color: #fff;
  background-color: #40a9ff;
}
.model-container {
  font-size: 14px;
  min-width: 320px;
}
dl.model-list {
  overflow-y: auto;
  max-height: 200px;
}
dl.model-list dt {
  background-color: #f5f5f5;
  color: #02A7F0;
  padding: 1rem;
}
dl.model-list dd {
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 1rem;
}
dl.model-list dd.model-active,
dl.model-list dd:hover {
  background-color: #ace6ff;
}
[disabled="disabled"] {
  cursor: not-allowed;
  opacity: 0.2;
}
