.next-form-inset.next-form-medium .next-form-item-label {
  font-size: 14px;
}

.next-form-inset.next-form-large .next-form-item-label, .next-form-inset.next-form-large .next-form-text-align, .next-form-inset.next-form-large p {
  line-height: 40px;
}

.next-form-inset.next-form-large .next-radio-group {
  line-height: 36px;
}

.next-form-inset.next-form-large .next-form-item-label {
  font-size: 14px;
}

.next-form-inset.next-form-small .next-form-item-label, .next-form-inset.next-form-small .next-form-text-align, .next-form-inset.next-form-small p {
  line-height: 20px;
}

.next-form-inset.next-form-small .next-form-item-label {
  font-size: 14px;
}

.next-form-item-inset {
  border: 1px solid #C4C6CF;
  border-radius: 0px;
}

.next-form-item-inset .next-form-item-label {
  padding: 0 12px;
  text-align: right;
}

.next-form-item-inset .next-form-item-control {
  font-size: 0;
}

.next-form-item-inset .next-input, .next-form-item-inset .next-select {
  border-color: transparent !important;
}

.next-form-top .next-form-item-label {
  margin-bottom: 4px;
}

.next-form-label-left .next-form-item-label {
  text-align: left;
}

.next-form-label-left .next-form-item-label[required]:before {
  display: none;
}

.next-form-label-left .next-form-item-label[required]:after {
  display: inline-block;
  margin-left: 4px;
  content: "*";
  font-family: SimSun;
  color: #FF3333;
}

.next-form-label-right .next-form-item-label {
  text-align: right;
}

.next-loading {
  position: relative;
  display: inline-block;
}

.next-loading-tip {
  display: none;
}

.next-loading.loading>.next-loading-tip {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
  text-align: center;
}

.next-loading.loading>.next-loading-tip .next-loading-flower .next-loading-icon:before {
  width: 32px;
  font-size: 32px;
  line-height: inherit;
}

.next-loading.loading>.next-loading-tip .next-loading-fusion-reactor {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  margin-top: -15px;
  -webkit-animation-duration: 5.6s;
  animation-duration: 5.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: vectorRoute;
  animation-name: vectorRoute;
}

.next-loading.loading>.next-loading-tip .next-loading-fusion-reactor .next-loading-dot {
  position: absolute;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333333;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.next-loading.loading>.next-loading-tip .next-loading-fusion-reactor .next-loading-dot:nth-child(1) {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-name: vectorDotsX;
  animation-name: vectorDotsX;
}

.next-loading.loading>.next-loading-tip .next-loading-fusion-reactor .next-loading-dot:nth-child(2) {
  left: 0;
  right: 0;
  top: 0;
  -webkit-animation-name: vectorDotsY;
  animation-name: vectorDotsY;
}

.next-loading.loading>.next-loading-tip .next-loading-fusion-reactor .next-loading-dot:nth-child(3) {
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-animation-name: vectorDotsXR;
  animation-name: vectorDotsXR;
}

.next-loading.loading>.next-loading-tip .next-loading-fusion-reactor .next-loading-dot:nth-child(4) {
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation-name: vectorDotsYR;
  animation-name: vectorDotsYR;
}

.next-loading.loading>.next-loading-tip .next-loading-dot-circle .next-loading-dot {
  text-indent: -9999em;
  overflow: hidden;
  font-size: 40px;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  margin-top: -10px;
  border-radius: 50%;
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: dotCircle;
  animation-name: dotCircle;
  color: #fff;
}

.next-loading.loading .next-loading-component {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-filter: "progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)";
  filter: "progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)";
  /* IE6~IE9 */
  position: relative;
  pointer-events: none;
}

@-webkit-keyframes vectorRoute {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  30% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  55% {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
  75% {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
  80% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}