.y-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-select {
  text-align: left;
  border-radius: 4px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  display: inline-block;
}

.el-select.resize {
  width: auto;
  min-width: 152px;
}

.el-select::before {
  position: absolute;
  top: 0;
  right: 32px;
  content: "";
  bottom: 0;
  background: #dddddd;
  width: 1px;
}

.el-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -2.5px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #2b2b2b transparent transparent transparent;
}

.el-select.flow {
  position: relative;
}

.el-select.flow .select-body {
  position: absolute;
  top: 32px;
  width: 420px;
}

.el-select:hover {
  border: solid 1px #999999;
}

.el-select.active {
  border: solid 1px #999999;
  background-color: #fff;
}

.el-select.active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #2b2b2b transparent;
}

.el-select .select {
  position: relative;
}

.el-select .select-touch {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  border: 0;
  width: 100%;
  background: none;
}

.el-select .select-title {
  font-size: 16px;
  height: 30px;
  color: #333333;
  font-weight: 700;
  line-height: 18px;
  padding-left: 20px;
}

.el-select .select-search .el-input {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.el-select .select-alphabet {
  padding-left: 32px;
  line-height: 30px;
  height: 30px;
  color: #069fee;
  background-color: #e8f7ff;
  font-size: 12px;
}

.el-select .select-header {
  height: 100%;
  position: relative;
  z-index: 1;
}

.el-select .select-list {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.el-select .select-text {
  height: 100%;
  display: block;
  padding-right: 32px;
  font-size: 13px;
  line-height: 100%;
  color: #666666;
  padding-left: 12px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-select .select-body {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

.el-select .select-body::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

.el-select .select-options {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-top: 6px;
  padding-bottom: 4px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.el-select .select-options {
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.el-select .select-options li {
  height: 30px;
}

.el-select .select-options li a {
  position: relative;
  padding-left: 40px;
  font-size: 13px;
  line-height: 30px;
  color: #666;
  display: block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.el-select .select-options li a:hover {
  background-color: #f6f6f6;
  color: #333;
}

.el-select .select-options li a:hover::before {
  display: block;
}

.el-select .select-options li a::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px;
  margin-top: -9px;
  height: 18px;
  background: url("../../../static/images/icon/ico-check-select.svg") no-repeat left top;
}

.el-select .select-options li.active a {
  color: #333;
  background-color: #f6f6f6;
}

.el-select .select-options li.active a::before {
  display: block;
  background: url("../../../static/images/icon/ico-check-select-active.svg") no-repeat left top;
}

.el-select.flow .select-list {
  -ms-overflow-style: none;
}

.el-select.flow .select-list::-webkit-scrollbar {
  display: none;
}

.el-select.flow .select-list::-moz-scrollbar {
  display: none;
}

.el-select.size-44::before {
  display: none;
}

.el-select.size-44 .select-text {
  line-height: 44px;
}

.el-select.clear {
  border: 0;
  width: auto;
  min-width: auto;
  background: none;
}

.el-select.clear::before {
  display: none;
}

.el-select.clear .select-text {
  display: block;
  padding-right: 16px;
}

.el-select.clear .select-text.underline {
  text-decoration: underline;
}

.el-select.clear .select-text.right {
  text-align: right;
}

.el-select.clear::after {
  right: 0;
}

.el-select.empty {
  height: 0;
  display: block;
}

.el-select.empty::after {
  display: none;
}

.el-select.empty .select-body {
  position: absolute;
  top: 0;
  left: 0;
}

.el-select.active {
  z-index: 10;
}

.el-select .scrollable-bar {
  right: 2px;
}

.el-select .scrollable-bar,
.el-select .scrollable-track,
.el-select .scrollable-face {
  width: 4px;
}

.grid-select.footer .el-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  margin-top: -2.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #2b2b2b transparent;
}

.grid-select.footer .el-select.active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #2b2b2b transparent transparent transparent;
}

.skin-select.round-28.white.active {
  position: relative;
}

.skin-select.round-28.white.active .select-round {
  border-radius: 28px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #999999;
  background-color: #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.skin-select.round-28.white.active .skin-input {
  background: none !important;
  border: 0;
}

.skin-select.round-28.white.active .el-input input {
  background: none !important;
}

.skin-select.round-28.white.active .select-body {
  border-radius: 28px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #999999;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0 !important;
  left: 0;
  top: 44px;
}

.skin-select.round-28.white.active .select-body .select-options {
  padding-top: 1px;
}

.skin-select.round-28.white.active .select-body .select-title {
  display: none;
}

.skin-select.round-28.white.active .select-body .select-search .el-input input {
  border-radius: 20px;
}

.skin-select.round-28.white.active .select-body::before {
  display: none;
}

.el-select[class*="size-32"] {
  height: 32px;
}

.el-select[class*="size-32"] .select-text {
  line-height: 32px;
}

.el-select[class*="size-40"] {
  height: 40px;
}

.el-select[class*="size-40"] .select-text {
  line-height: 40px;
}

.el-select[class*="size-44"] {
  height: 44px;
}

.el-select[class*="size-44"] .select-text {
  color: #333333;
  line-height: 42px;
  font-size: 14px;
}

.skin-input.gray .el-select::after {
  border-color: #2b2b2b transparent transparent transparent;
}

.skin-input.gray .el-select .select-text {
  color: #333333;
  font-size: 18px;
}