/* steps.css Date:2019-05-20 13:55:09 */

.lg-steps-list:after,
.lg-steps-list:before {
  content: "";
  display: block;
  clear: both;
}

.lg-steps-done .lg-steps-num,
.lg-steps-error .lg-steps-num {
  font-size: 0;
  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;
  border: none;
}

.lg-steps {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.lg-steps-list {
  padding-top: 14px;
  text-align: center;
  color: #aaa;
}

.lg-steps-item {
  float: left;
  position: relative;
  width: 178px;
  padding-top: 32px;
}

.lg-steps-item:after,
.lg-steps-item:before {
  content: '';
  position: absolute;
  width: 50%;
  display: block;
  height: 1px;
  top: 12px;
}

.lg-steps-item:not(:first-child):before {
  background-color: #E8E8E8;
}

.lg-steps-item:not(:last-child):after {
  background-color: #E8E8E8;
  right: 0;
}

.lg-steps-num {
  width: 24px;
  height: 24px;
  border: 1px solid #d2d2d2;
  color: #d2d2d2;
  border-radius: 50%;
  display: block;
  font-style: normal;
  background-color: #FFF;
}

.lg-steps-txt {
  font-size: 16px;
  font-weight: 400;
}

.lg-steps-desc {
  font-size: 12px;
}

.lg-steps-hd {
  width: 24px;
  height: 24px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  margin-left: -12px;
  box-sizing: border-box;
}

.lg-steps-extend {
  font-size: 12px;
  color: #0083FF;
  position: absolute;
  top: -15px;
  left: 0;
  transform: translate(50%, 0);
  z-index: 1;
  width: 100%;
}

.lg-steps-extend:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #0083FF;
  border-radius: 50%;
  top: 25px;
  left: 50%;
  margin-left: -6px;
}

.lg-steps-done:not(:first-child):before,
.lg-steps-done:not(:last-child):after {
  background-color: #0083FF;
}

.lg-steps-done .lg-steps-num:before {
  font-size: 24px;
  color: #0083FF;
  content: "\f2a4";
}

.lg-steps-curr:not(:first-child):before,
.lg-steps-curr:not(:last-child):after {
  background-color: #0083FF;
}

.lg-steps-curr .lg-steps-num {
  border-width: 2px;
  border-color: #0083FF;
  background-color: #0083FF;
  color: #FFF;
}

.lg-steps-curr .lg-steps-desc,
.lg-steps-curr .lg-steps-txt {
  color: #434343;
}

.lg-steps-wait:not(:last-child):after {
  background-color: #0083FF;
}

.lg-steps-error,
.lg-steps-error .lg-steps-num {
  color: #E1251B;
}

.lg-steps-error .lg-steps-num:before {
  content: "\f2a6";
  font-size: 24px;
}

.lg-steps-s .lg-icon-success,
.lg-steps-s .lg-icon-wrong {
  font-size: 16px;
}

.lg-steps-s .lg-steps-item {
  width: 138px;
  padding-top: 28px;
}

.lg-steps-s .lg-steps-txt {
  font-size: 14px;
}

.lg-steps-s .lg-steps-hd {
  width: 16px;
  height: 16px;
  top: 2px;
  margin-left: -8px;
}

.lg-steps-s .lg-steps-num {
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 12px;
}

.lg-steps-s .lg-steps-done .lg-steps-num,
.lg-steps-s .lg-steps-error .lg-steps-num {
  font-size: 0;
}

.lg-steps-s .lg-steps-done .lg-steps-num:before,
.lg-steps-s .lg-steps-error .lg-steps-num:before {
  font-size: 16px;
}

.lg-steps-s .lg-steps-vertical .lg-steps-main {
  padding-left: 24px;
  top: -5px;
  position: relative;
}

.lg-steps-s .lg-steps-vertical .lg-steps-hd {
  height: 16px;
  line-height: 1;
}

.lg-steps-vertical .lg-steps-hd {
  left: 0;
  top: 0;
}

.lg-steps-vertical .lg-steps-item {
  float: none;
  padding-top: 0;
  padding-bottom: 22px;
}

.lg-steps-vertical .lg-steps-item:after {
  width: 1px;
  bottom: 0;
  height: auto;
  left: 0;
  top: 16px;
}

.lg-steps-vertical .lg-steps-item:before {
  display: none;
}

.lg-steps-vertical .lg-steps-main {
  text-align: left;
  padding-left: 32px;
}

.lg-steps-content {
  border: 1px solid #E8E8E8;
  padding: 50px;
  margin-bottom: 50px;
}

.lg-steps-options .lg-btn-l {
  margin-right: 24px;
}

.lg-steps-options .lg-btn-l + .lg-btn-l {
  margin-left: 0;
}

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