@charset "UTF-8";

.TextBoxShow {
  z-index: 1000;
  height: 65px;
  position: absolute;
  bottom: -103px;
  background: #fff;
  width: 310px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  cursor: default;
  padding: 15px;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.TextBoxShow .base-button-component {
  position: absolute;
  right: 15px;
  bottom: 10px;
  margin: 0;
}

.TextBoxShow .base-button-component .base-bg-ripple {
  position: relative;
  overflow: hidden;
  z-index: 6;
  margin: 0;
}

.TextBoxShow .textboxSearchDelete {
  position: absolute;
  right: 27px;
  top: 24px;
  height: 14px;
  width: 14px;
  cursor: pointer;
}

.TextBoxShow .percentageSymbolUse {
  position: absolute;
  right: 15px;
  top: 19px;
  height: 16px;
  width: 16px;
  font-size: 16px;
  color: #36434d;
  font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
}

.TextBoxShow input {
  display: block;
  text-indent: 5px;
  width: 303px;
  outline: none;
  text-align: left;
  line-height: 20px;
  font-size: 12px;
  height: 28px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #e4ebf0;
  font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
  padding-left: 5px;
  color: #c2cbd1;
  background: #ffffff;
}

.TextBoxShow input:hover {
  border-color: #96d0fa;
}

.TextBoxShow input::-ms-clear {
  display: none;
}

.TextBoxShow .textBoxSearchPlaceHolder {
  position: absolute;
  left: 20px;
  top: 15px;
  color: #acb7bf;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
}

.TextBoxShow .textLine {
  height: auto;
  line-height: 20px;
  color: #cc2929;
  font-size: 12px;
  text-indent: 5px;
}

.TextBoxShow .field-right {
  margin-top: -4px;
}

.textBoxLeftShowStyle {
  right: 0px;
}

.textBoxRightShowStyle {
  left: 0px;
}

.TextBoxHidden {
  display: none;
}

.lable {
  width: auto;
  display: block;
  line-height: 24px;
  padding: 5px;
  font-size: 14px;
  font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
  color: #36434d;
}

.delete {
  display: block;
  height: 14px;
  width: 14px;
  background: #ccc;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-left: 20px;
  cursor: pointer;
}

.textboxsearch {
  position: relative;
  width: auto;
  clear: both;
  border-radius: 2px;
  min-height: 34px;
  display: -webkit-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* 垂直居中 */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-align: center;
  /* IE 10 */
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 5px;
  cursor: pointer;
}

.textboxsearch .field-right {
  margin-top: -2px;
  float: right;
}

.textboxsearch .field-right .pc-sys-dropdownmin-nomal-svg {
  margin-left: 0 !important;
}

.textboxsearch:hover {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.textboxsearchshow {
  background-color: #f5f8fa;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  position: relative;
  width: auto;
  min-height: 34px;
  display: -webkit-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* 垂直居中 */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-align: center;
  /* IE 10 */
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 5px;
}

.textboxsearchshow .field-right {
  margin-top: -2px;
  float: right;
}

.textboxsearchshow .field-right .pc-sys-dropdownmin-nomal-svg {
  margin-left: 0 !important;
}

.textboxsearchshow .infoShow {
  display: block;
  height: 34px;
  max-width: 150px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 34px;
  cursor: pointer;
  font-family: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeitiSC, sans-serif;
  margin-left: 4px;
  color: #36434d;
}

.textboxsearchshow .inputtext_error {
  background: rgba(204, 41, 41, 0.05) !important;
  border: 1px solid #cc2929 !important;
  box-shadow: none !important;
}

@-webkit-keyframes antSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes antSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes antSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}

@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}

@-webkit-keyframes antSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes antSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}

@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}
