/* tag.css Date:2020-03-12 10:18:21 */

.lg-tag [class*=" lg-icon-"],
.lg-tag [class^=lg-icon-] {
  margin-right: 4px;
}

.lg-tag,
.lg-tag a,
.lg-tag a:hover {
  color: #313131;
}

.lg-tag {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 8px;
  height: 24px;
  line-height: 22px;
  border-radius: 2px;
  border: solid 1px #D9D9D9;
  background-color: #F5F5F5;
  box-sizing: border-box;
  white-space: nowrap;
}

.lg-tag .lg-icon-close {
  margin-left: 4px;
  margin-right: -4px;
  font-size: 16px;
  vertical-align: -1px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  color: #595959;
  cursor: pointer;
}

.lg-tag .lg-icon-close:hover {
  color: #0083FF;
}

.lg-tag .lg-icon-add {
  margin-left: -4px;
  margin-right: 4px;
  font-size: 16px;
  vertical-align: -1px;
}

.lg-tag .lg-icon-error {
  color: #BFBFBF;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 4px;
}

.lg-tag .lg-icon-error:before {
  position: relative;
  z-index: 1;
}

.lg-tag .lg-icon-error:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

.lg-tag-ellipse {
  border-radius: 12px;
}

.lg-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

.lg-tag-checkable:hover {
  color: #2BA3FF;
}

.lg-tag-checkable-checked {
  background-color: #0083FF;
  border-color: #0083FF;
  color: #FFF;
}

.lg-tag-checkable-checked:hover {
  color: #FFF;
  background-color: #2BA3FF;
}

.lg-tag-add {
  border-style: dashed;
  color: #BFBFBF;
  background-color: #FFF;
  border-color: #D9D9D9;
  cursor: pointer;
}

.lg-tag-add:hover {
  color: #0083FF;
  border-color: #0083FF;
}

.lg-tag.lg-input {
  width: 80px;
  border-radius: 2px;
}

.lg-tag.lg-input .lg-input-o {
  height: 22px;
  line-height: 22px;
  padding-left: 0;
  padding-right: 0;
}

.lg-tag-superscript {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
}

.lg-tag-word {
  border: none;
  background-color: transparent;
}

.lg-tag-hot {
  padding-left: 1px;
  padding-right: 1px;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  border-radius: 1px;
}

.lg-tag-full-blue.lg-tag-abnormity1,
.lg-tag-full-green.lg-tag-abnormity1,
.lg-tag-full-palegreen.lg-tag-abnormity1,
.lg-tag-full-purple.lg-tag-abnormity1,
.lg-tag-full-red.lg-tag-abnormity1,
.lg-tag-full-yellow.lg-tag-abnormity1 {
  border-bottom-right-radius: 0;
}

.lg-tag-full-blue.lg-tag-abnormity1::after,
.lg-tag-full-green.lg-tag-abnormity1::after,
.lg-tag-full-palegreen.lg-tag-abnormity1::after,
.lg-tag-full-purple.lg-tag-abnormity1::after,
.lg-tag-full-red.lg-tag-abnormity1::after,
.lg-tag-full-yellow.lg-tag-abnormity1::after {
  content: '';
  width: 20px;
  height: 12px;
  position: absolute;
  right: -12px;
  bottom: -1px;
  z-index: 8;
}

.lg-tag-full-blue.lg-tag-abnormity1::before,
.lg-tag-full-green.lg-tag-abnormity1::before,
.lg-tag-full-palegreen.lg-tag-abnormity1::before,
.lg-tag-full-purple.lg-tag-abnormity1::before,
.lg-tag-full-red.lg-tag-abnormity1::before,
.lg-tag-full-yellow.lg-tag-abnormity1::before {
  content: '';
  position: absolute;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: -25px;
  bottom: 0;
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-top-color: #fff;
  border-radius: 12px;
  z-index: 9;
}

.lg-tag-abnormity2 {
  border-top-left-radius: 8px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 8px;
}

.lg-tag-red {
  color: #f2403d;
  border: solid 1px #f2403d;
  background-color: rgba(242, 64, 61, 0.1);
}

.lg-tag-full-red {
  color: #FFF;
  border: solid 1px #f2403d;
  background-color: #f2403d;
}

.lg-tag-full-red.lg-tag-abnormity1::after {
  background: #f2403d;
}

.lg-tag-blue {
  color: #3e96fa;
  border: solid 1px #3e96fa;
  background-color: rgba(62, 150, 250, 0.1);
}

.lg-tag-full-blue {
  color: #FFF;
  border: solid 1px #3e96fa;
  background-color: #3e96fa;
}

.lg-tag-full-blue.lg-tag-abnormity1::after {
  background: #3e96fa;
}

.lg-tag-green {
  color: #52cc54;
  border: solid 1px #52cc54;
  background-color: rgba(82, 204, 84, 0.1);
}

.lg-tag-full-green {
  color: #FFF;
  border: solid 1px #52cc54;
  background-color: #52cc54;
}

.lg-tag-full-green.lg-tag-abnormity1::after {
  background: #52cc54;
}

.lg-tag-palegreen {
  color: #3fd4c7;
  border: solid 1px #3fd4c7;
  background-color: rgba(63, 212, 199, 0.1);
}

.lg-tag-full-palegreen {
  color: #FFF;
  border: solid 1px #3fd4c7;
  background-color: #3fd4c7;
}

.lg-tag-full-palegreen.lg-tag-abnormity1::after {
  background: #3fd4c7;
}

.lg-tag-yellow {
  color: #ffc926;
  border: solid 1px #ffc926;
  background-color: rgba(255, 207, 64, 0.1);
}

.lg-tag-full-yellow {
  color: #FFF;
  border: solid 1px #ffc926;
  background-color: #ffc926;
}

.lg-tag-full-yellow.lg-tag-abnormity1::after {
  background: #ffc926;
}

.lg-tag-purple {
  color: #954cfc;
  border: solid 1px #954cfc;
  background-color: rgba(149, 76, 252, 0.1);
}

.lg-tag-full-purple {
  color: #FFF;
  border: solid 1px #954cfc;
  background-color: #954cfc;
}

.lg-tag-full-purple.lg-tag-abnormity1::after {
  background: #954cfc;
}

/* iconfont.css Date:2019-05-20 13:55:10 */

@font-face {
  font-family: iconfont;
  src: url("//static.360buyimg.com/JDC_legao/css/fonts/iconfont.eot");
  src: url("//static.360buyimg.com/JDC_legao/css/fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("//static.360buyimg.com/JDC_legao/css/fonts/iconfont.woff") format("woff"), url("//static.360buyimg.com/JDC_legao/css/fonts/iconfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

[class*=" lg-icon-"],
[class^=lg-icon-] {
  font-family: iconfont;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-icon-arrows:before {
  content: "\f25b";
}

.lg-icon-assembly:before {
  content: "\f25c";
}

.lg-icon-basic:before {
  content: "\f253";
}

.lg-icon-calendar:before {
  content: "\f145";
}

.lg-icon-camera:before {
  content: "\f255";
}

.lg-icon-chart:before {
  content: "\f254";
}

.lg-icon-classify:before {
  content: "\f25d";
}

.lg-icon-close:before {
  content: "\f137";
}

.lg-icon-cloud:before {
  content: "\f25e";
}

.lg-icon-computer:before {
  content: "\f25f";
}

.lg-icon-delete:before {
  content: "\f18e";
}

.lg-icon-design:before {
  content: "\f260";
}

.lg-icon-dislike:before {
  content: "\f261";
}

.lg-icon-down:before {
  content: "\f262";
}

.lg-icon-download:before {
  content: "\f263";
}

.lg-icon-edit:before {
  content: "\f264";
}

.lg-icon-edit2:before {
  content: "\f252";
}

.lg-icon-enlarge:before {
  content: "\f265";
}

.lg-icon-error:before {
  content: "\f266";
}

.lg-icon-eye:before {
  content: "\f267";
}

.lg-icon-backward:before {
  content: "\f268";
}

.lg-icon-fforward:before,
.lg-icon-forwards:before {
  content: "\f269";
}

.lg-icon-file:before {
  content: "\f26a";
}

.lg-icon-form:before {
  content: "\f26b";
}

.lg-icon-forward:before {
  content: "\f26c";
}

.lg-icon-exit:before {
  content: "\f26d";
}

.lg-icon-screen:before {
  content: "\f26e";
}

.lg-icon-hide:before {
  content: "\f26f";
}

.lg-icon-homepage:before {
  content: "\f270";
}

.lg-icon-layout:before {
  content: "\f257";
}

.lg-icon-left:before {
  content: "\f27d";
}

.lg-icon-like:before {
  content: "\f272";
}

.lg-icon-line-chart:before {
  content: "\f273";
}

.lg-icon-location:before {
  content: "\f1b2";
}

.lg-icon-lock:before {
  content: "\f25a";
}

.lg-icon-message:before {
  content: "\f256";
}

.lg-icon-more:before {
  content: "\f274";
}

.lg-icon-narrow:before {
  content: "\f275";
}

.lg-icon-clip:before {
  content: "\f276";
}

.lg-icon-phone:before {
  content: "\f277";
}

.lg-icon-picture:before {
  content: "\f278";
}

.lg-icon-play:before {
  content: "\f279";
}

.lg-icon-refresh:before {
  content: "\f27a";
}

.lg-icon-remind:before {
  content: "\f27b";
}

.lg-icon-downloading:before {
  content: "\f27c";
}

.lg-icon-right:before {
  content: "\f271";
}

.lg-icon-search:before {
  content: "\f184";
}

.lg-icon-setup:before {
  content: "\f27e";
}

.lg-icon-shrink:before {
  content: "\f27f";
}

.lg-icon-sbackward:before {
  content: "\f280";
}

.lg-icon-sforward:before {
  content: "\f281";
}

.lg-icon-suspend:before {
  content: "\f282";
}

.lg-icon-code:before {
  content: "\f283";
}

.lg-icon-time:before {
  content: "\f284";
}

.lg-icon-unlock:before {
  content: "\f285";
}

.lg-icon-up:before {
  content: "\f286";
}

.lg-icon-upload:before {
  content: "\f287";
}

.lg-icon-user:before {
  content: "\f288";
}

.lg-icon-video:before {
  content: "\f259";
}

.lg-icon-wallet:before {
  content: "\f19b";
}

.lg-icon-loading:before {
  content: "\f29b";
  animation: rotate 1500ms linear infinite;
}

.lg-icon-subt:before {
  content: "\f29d";
}

.lg-icon-add:before {
  content: "\f186";
}

.lg-icon-success:before {
  content: "\f2a4";
}

.lg-icon-success-s1:before {
  content: "\f2a3";
}

.lg-icon-wrong:before {
  content: "\f2a6";
}

.lg-icon-wrong-s1:before {
  content: "\f2a5";
}

.lg-icon-warn:before {
  content: "\f2a2";
}

.lg-icon-warn-s1:before {
  content: "\f18b";
}

.lg-icon-info:before {
  content: "\f2a1";
}

.lg-icon-info-s1:before {
  content: "\f2a0";
}

.lg-icon-help:before {
  content: "\f29f";
}

.lg-icon-help-s1:before {
  content: "\f29e";
}

.lg-icon-plus:before {
  content: "\f1b8";
}

.lg-icon-reduce:before {
  content: "\f29c";
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* input.css Date:2019-05-20 13:55:10 */

.lg-input-after .lg-input-item,
.lg-input-after .lg-input-text,
.lg-input-prepend .lg-input-item,
.lg-input-prepend .lg-input-text {
  white-space: nowrap;
}

.lg-input {
  position: relative;
  width: 220px;
  display: inline-table;
  border: 1px solid #e5e5e5;
  background-color: #FFF;
  border-radius: 4px;
  box-sizing: border-box;
}

.lg-input-o {
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  width: 100%;
}

.lg-input-o::-webkit-input-placeholder {
  color: #d2d2d2;
}

.lg-input-o:-moz-placeholder {
  color: #d2d2d2;
}

.lg-input-o::-moz-placeholder {
  color: #d2d2d2;
}

.lg-input-o:-ms-input-placeholder {
  color: #d2d2d2;
}

.lg-input-o:disabled {
  border-color: #e5e5e5;
  background-color: #f8f8f8;
  color: #d2d2d2;
}

.lg-input:focus-within {
  border-color: #0083FF;
  box-shadow: 0 0 2px 2px #E2F2FF;
}

.lg-input-s .lg-input-o {
  height: 24px;
  line-height: 24px;
}

.lg-input-l .lg-input-o {
  height: 40px;
  line-height: 40px;
}

.lg-input:hover {
  border-color: #0083FF;
}

.lg-input.is-disabled:hover {
  border-color: #e5e5e5;
  background-color: #f8f8f8;
  color: #d2d2d2;
}

.lg-input-clear {
  color: #d2d2d2;
  display: table-cell;
  width: 1px;
  position: relative;
  vertical-align: middle;
  visibility: hidden;
  padding-right: 8px;
  cursor: pointer;
}

.lg-input.has-clear {
  padding-right: 12px;
}

.lg-input .lg-count {
  display: table-cell;
  width: 1px;
  font-size: 14px;
  color: #d2d2d2;
}

.lg-input-group {
  display: inline-table;
  border: 1px solid #e5e5e5;
  width: 320px;
  border-radius: 4px;
}

.lg-input-group:focus-within,
.lg-input-group:hover {
  border-color: #0083FF;
}

.lg-input-group .lg-input-o {
  border-radius: 0;
  border: none;
}

.lg-input-group .lg-input-prepend {
  display: table-cell;
  width: 1px;
  border-right: 1px solid #e5e5e5;
  background-color: #fcfcfc;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.lg-input-group .lg-input-prepend + .lg-input-o {
  border-left-color: #FFF;
}

.lg-input-group .lg-input-prepend.is-select {
  border-radius: 4px 0 0 4px;
}

.lg-input-group .lg-input-after {
  border-radius: 0 4px 4px 0;
  display: table-cell;
  width: 1px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #e5e5e5;
  background-color: #fcfcfc;
}

.lg-input-group .lg-input-after.is-select {
  border-radius: 0 4px 4px 0;
}

.lg-input-after.lg-input-select,
.lg-input-prepend.lg-input-select {
  cursor: pointer;
  padding-right: 28px;
}

.lg-input .lg-icon-down {
  position: absolute;
  right: 8px;
  top: 10px;
  color: #aaa;
  transform: rotate(0);
  transition: transform 300ms;
}

.lg-input-group .lg-input-list {
  position: absolute;
  background-color: #FFF;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  margin-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.lg-input-group .lg-input-item {
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

.lg-input-group .lg-input-item.is-curr {
  color: #0083FF;
}

.lg-input-group .is-select {
  box-shadow: inset 0 0 0 1px #0083FF,0 0 0 2px #E2F2FF;
}

.lg-input-group .is-select .lg-input-list {
  display: block;
}

.lg-input-group .is-select .lg-icon-down {
  transform: rotate(180deg);
  color: #0083FF;
}

.lg-input-search {
  display: inline-table;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.lg-input-search:hover {
  border-color: #0083FF;
}

.lg-input-search.has-clear {
  padding-right: 0;
}

.lg-input-search .lg-input-o {
  border: none;
}

.lg-input-search .lg-input-o:focus {
  border: none;
  box-shadow: none;
  border-radius: 4px 0 0 4px;
}

.lg-input-search .lg-input-btn {
  display: table-cell;
  width: 1px;
  position: relative;
  vertical-align: top;
}

.lg-input-search .lg-input-btn .lg-btn {
  min-width: 4px;
}

.lg-input-search .lg-input-clear {
  padding-right: 0;
}

.lg-input-search .lg-icon-search {
  background: 0 0;
  border: none;
}

.lg-input-search .lg-btn {
  border: none;
  border-radius: 0 4px 4px 0;
}

.lg-input-flyout {
  position: absolute;
  display: none;
  max-height: 320px;
  overflow-y: auto;
  background-color: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  left: 0;
  top: 32px;
  z-index: 1;
}

.lg-input-flyout .lg-flyout-item {
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.lg-input-flyout .lg-flyout-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.lg-textarea {
  position: relative;
  width: 320px;
  overflow: hidden;
}

.lg-textarea:hover {
  border-color: #0083FF;
}

.lg-textarea-o {
  resize: vertical;
  border: 1px solid #e5e5e5;
  padding: 8px 12px 20px;
  width: 100%;
  display: block;
  line-height: 22px;
  border-radius: 4px;
}

.lg-textarea-o:focus {
  outline: 0;
}

.lg-textarea.is-focus {
  border-color: #0083FF;
  box-shadow: 0 0 2px 2px #E2F2FF;
}

.lg-textarea .lg-count {
  text-align: right;
  color: #d2d2d2;
  font-size: 12px;
}