/* switch.css Date:2020-03-23 13:42:07 */

.lg-switch {
  display: inline-block;
  width: 48px;
  height: 24px;
  vertical-align: middle;
  position: relative;
}

.lg-switch-o {
  display: none;
}

.lg-switch-o:checked + .lg-switch-inner {
  background-color: #0083FF;
  border-color: #185FD8;
}

.lg-switch-o:checked + .lg-switch-inner:before {
  left: 26px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.lg-switch-o:checked + .lg-switch-inner .fore1 {
  display: block;
}

.lg-switch-o:checked + .lg-switch-inner .fore2 {
  display: none;
}

.lg-switch-o:checked:disabled + .lg-switch-inner {
  background-color: #E2F2FF;
  border-color: rgba(43, 163, 255, 0.15);
}

.lg-switch-o:checked:disabled + .lg-switch-inner:before {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.lg-switch-o:disabled + .lg-switch-inner {
  cursor: no-drop;
  background-color: #e5e5e5;
  border-color: rgba(0, 0, 0, 0.09);
}

.lg-switch-o:disabled + .lg-switch-inner .fore1,
.lg-switch-o:disabled + .lg-switch-inner .fore2 {
  color: #d2d2d2;
}

.lg-switch-inner {
  display: inline-block;
  left: 0;
  width: 100%;
  position: absolute;
  background-color: #d2d2d2;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  height: 100%;
}

.lg-switch-inner:after,
.lg-switch-inner:before {
  content: '';
  position: absolute;
  display: inline-block;
}

.lg-switch-inner:before {
  width: 22px;
  height: 22px;
  border-radius: 12px;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  left: 0;
  -webkit-transition: left 300ms;
  transition: left 300ms;
}

.lg-switch-inner .lg-text {
  position: absolute;
  font-size: 12px;
}

.lg-switch-inner .fore1,
.lg-switch-inner .fore2 {
  height: 100%;
  color: #FFF;
  line-height: 1;
  padding-top: 5px;
}

.lg-switch-inner .fore1 {
  left: 8px;
  display: none;
}

.lg-switch-inner .fore2 {
  left: 26px;
}

.is-loading .lg-switch-o:disabled + .lg-switch-inner:after {
  content: '\f29b';
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-family: iconfont;
  -webkit-animation: rotate 1500ms linear infinite;
  animation: rotate 1500ms linear infinite;
  top: 3px;
  left: 3px;
  color: #e5e5e5;
}

.is-loading .lg-switch-o:disabled:checked + .lg-switch-inner:after {
  left: 29px;
  color: #2BA3FF;
}

.lg-switch-group {
  display: inline-block;
}

.lg-switch-group .lg-text {
  display: inline-block;
  padding-right: 8px;
  vertical-align: middle;
}

.lg-switch-group.is-disabled .lg-text {
  color: #d2d2d2;
}

.lg-switch-group.is-open .lg-text {
  color: #0083FF;
}

.lg-switch-s {
  width: 32px;
  height: 16px;
  line-height: 16px;
}

.lg-switch-s .lg-switch-inner:before {
  width: 14px;
  height: 14px;
}

.lg-switch-s .lg-switch-o:checked + .lg-switch-inner:before {
  left: 17px;
}

.lg-switch-s .fore1 {
  left: 4px;
  top: -1px;
}

.lg-switch-s .fore2 {
  left: 14px;
  top: -1px;
}

/* 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);
  }
}