@charset "UTF-8";
/* stylelint-disable-next-line */
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
  }
}
@-webkit-keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes fadeOutUpSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomInBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOutBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes zoomOutBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes expandInDown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}
@keyframes expandInDown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}
@-webkit-keyframes expandInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
}
@keyframes expandInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
}
@-webkit-keyframes expandInWithFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes expandInWithFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes expandOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}
@keyframes expandOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}
@-webkit-keyframes expandOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
}
@keyframes expandOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
}
@-webkit-keyframes expandOutWithFade {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes expandOutWithFade {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expandInDown {
  -webkit-animation-name: expandInDown;
  animation-name: expandInDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expandOutUp {
  -webkit-animation-name: expandOutUp;
  animation-name: expandOutUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expandInUp {
  -webkit-animation-name: expandInUp;
  animation-name: expandInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expandOutDown {
  -webkit-animation-name: expandOutDown;
  animation-name: expandOutDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutUpSmall {
  -webkit-animation-name: fadeOutUpSmall;
  animation-name: fadeOutUpSmall;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zoomInBig {
  -webkit-animation-name: zoomInBig;
  animation-name: zoomInBig;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zoomOutBig {
  -webkit-animation-name: zoomOutBig;
  animation-name: zoomOutBig;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expand-enter {
  overflow: hidden;
}

.expand-enter-active {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.expand-enter-active > * {
  -webkit-animation-name: expandInWithFade;
  animation-name: expandInWithFade;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expand-leave {
  overflow: hidden;
}

.expand-leave-active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.expand-leave-active > * {
  -webkit-animation-name: expandOutWithFade;
  animation-name: expandOutWithFade;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -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-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.next-icon[dir=rtl]::before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@font-face {
  font-family: NextIcon;
  src: url("//at.alicdn.com/t/font_515771_xjdbujl2iu.eot");
  src: url("//at.alicdn.com/t/font_515771_xjdbujl2iu.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.woff2") format("woff2"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.woff") format("woff"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.ttf") format("truetype"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.svg#NextIcon") format("svg");
  font-display: swap;
}
.next-icon {
  display: inline-block;
  font-family: NextIcon;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.next-icon:before {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.next-icon-smile:before {
  content: "\E65F";
}
.next-icon-cry:before {
  content: "\E65D";
}
.next-icon-success:before {
  content: "\E60A";
}
.next-icon-warning:before {
  content: "\E60B";
}
.next-icon-prompt:before {
  content: "\E60C";
}
.next-icon-error:before {
  content: "\E60D";
}
.next-icon-help:before {
  content: "\E673";
}
.next-icon-clock:before {
  content: "\E621";
}
.next-icon-success-filling:before {
  content: "\E63A";
}
.next-icon-delete-filling:before {
  content: "\E623";
}
.next-icon-favorites-filling:before {
  content: "\E60E";
}
.next-icon-add:before {
  content: "\E655";
}
.next-icon-minus:before {
  content: "\E601";
}
.next-icon-arrow-up:before {
  content: "\E625";
}
.next-icon-arrow-down:before {
  content: "\E63D";
}
.next-icon-arrow-left:before {
  content: "\E61D";
}
.next-icon-arrow-right:before {
  content: "\E619";
}
.next-icon-arrow-double-left:before {
  content: "\E659";
}
.next-icon-arrow-double-right:before {
  content: "\E65E";
}
.next-icon-switch:before {
  content: "\E6B3";
}
.next-icon-sorting:before {
  content: "\E634";
}
.next-icon-descending:before {
  content: "\E61F";
}
.next-icon-ascending:before {
  content: "\E61E";
}
.next-icon-select:before {
  content: "\E632";
}
.next-icon-semi-select:before {
  content: "\E633";
}
.next-icon-search:before {
  content: "\E656";
}
.next-icon-close:before {
  content: "\E626";
}
.next-icon-ellipsis:before {
  content: "\E654";
}
.next-icon-picture:before {
  content: "\E631";
}
.next-icon-calendar:before {
  content: "\E607";
}
.next-icon-ashbin:before {
  content: "\E639";
}
.next-icon-upload:before {
  content: "\E7EE";
}
.next-icon-download:before {
  content: "\E628";
}
.next-icon-set:before {
  content: "\E683";
}
.next-icon-edit:before {
  content: "\E63B";
}
.next-icon-refresh:before {
  content: "\E677";
}
.next-icon-filter:before {
  content: "\E627";
}
.next-icon-attachment:before {
  content: "\E665";
}
.next-icon-account:before {
  content: "\E608";
}
.next-icon-email:before {
  content: "\E605";
}
.next-icon-atm:before {
  content: "\E606";
}
.next-icon-loading:before {
  content: "\E646";
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.next-icon-eye:before {
  content: "\E611";
}
.next-icon-copy:before {
  content: "\E60F";
}
.next-icon-toggle-left:before {
  content: "\E602";
}
.next-icon-toggle-right:before {
  content: "\E603";
}
.next-icon-eye-close:before {
  content: "\E600";
}
.next-icon-unlock:before {
  content: "\E615";
}
.next-icon-lock:before {
  content: "\E617";
}
.next-icon-exit:before {
  content: "\E616";
}
.next-icon-chart-bar:before {
  content: "\E612";
}
.next-icon-chart-pie:before {
  content: "\E613";
}
.next-icon-form:before {
  content: "\E7FB";
}
.next-icon-detail:before {
  content: "\E7F8";
}
.next-icon-list:before {
  content: "\E7F9";
}
.next-icon-dashboard:before {
  content: "\E7FA";
}

@-webkit-keyframes loadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.next-icon.next-xxs:before, .next-icon.next-xxs .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-icon.next-xxs {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-icon.next-xxs:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-icon.next-xs:before, .next-icon.next-xs .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-icon.next-small:before, .next-icon.next-small .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-icon.next-medium:before, .next-icon.next-medium .next-icon-remote {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}
.next-icon.next-large:before, .next-icon.next-large .next-icon-remote {
  width: 24px;
  font-size: 24px;
  line-height: inherit;
}
.next-icon.next-xl:before, .next-icon.next-xl .next-icon-remote {
  width: 32px;
  font-size: 32px;
  line-height: inherit;
}
.next-icon.next-xxl:before, .next-icon.next-xxl .next-icon-remote {
  width: 48px;
  font-size: 48px;
  line-height: inherit;
}
.next-icon.next-xxxl:before, .next-icon.next-xxxl .next-icon-remote {
  width: 64px;
  font-size: 64px;
  line-height: inherit;
}
.next-icon.next-inherit:before, .next-icon.next-inherit .next-icon-remote {
  width: inherit;
  font-size: inherit;
  line-height: inherit;
}

.next-icon.next-inherit .next-icon-remote,
.next-icon .next-icon-remote {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}

.next-overlay-wrapper .next-overlay-inner {
  z-index: 1001;
}
.next-overlay-wrapper .next-overlay-backdrop {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.next-overlay-wrapper.opened .next-overlay-backdrop {
  opacity: 1;
}

.next-loading-fusion-reactor[dir=rtl] {
  -webkit-animation-name: nextVectorRouteRTL;
  animation-name: nextVectorRouteRTL;
}

@-webkit-keyframes nextVectorRouteRTL {
  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);
  }
}
@keyframes nextVectorRouteRTL {
  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);
  }
}
/* put your code here */
.next-loading {
  position: relative;
  /* 遮罩层 */
  /* for IE9,10 */
  /* text on the right side of */
  /* 动效 */
}
.next-loading.next-open {
  pointer-events: none;
}
.next-loading .next-loading-component {
  opacity: 0.7;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  /* stylelint-disable */
  filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)"; /* IE6~IE9 */
  /* stylelint-enable */
  position: relative;
  pointer-events: none;
}
.next-loading-masker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  opacity: 0.2;
  background: #FFF;
}
.next-loading-inline {
  display: inline-block;
}
.next-loading-tip {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.next-loading-tip-fullscreen {
  top: inherit;
  left: inherit;
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}
.next-loading-tip-placeholder {
  display: none;
}
.next-loading-right-tip .next-loading-indicator {
  display: inline-block;
}
.next-loading-right-tip .next-loading-tip-content {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.next-loading-right-tip .next-loading-tip-placeholder {
  display: inline-block;
  visibility: hidden;
  margin-left: 1em;
}
.next-loading-fusion-reactor {
  display: inline-block;
  width: 48px;
  height: 48px;
  position: relative;
  margin: 0;
  -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: nextVectorRoute;
  animation-name: nextVectorRoute;
}
.next-loading-fusion-reactor .next-loading-dot {
  position: absolute;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5584FF;
  -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-fusion-reactor .next-loading-dot:nth-child(1) {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-name: nextVectorDotsX;
  animation-name: nextVectorDotsX;
}
.next-loading-fusion-reactor .next-loading-dot:nth-child(2) {
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.8;
  -webkit-animation-name: nextVectorDotsY;
  animation-name: nextVectorDotsY;
}
.next-loading-fusion-reactor .next-loading-dot:nth-child(3) {
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.6;
  -webkit-animation-name: nextVectorDotsXR;
  animation-name: nextVectorDotsXR;
}
.next-loading-fusion-reactor .next-loading-dot:nth-child(4) {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  -webkit-animation-name: nextVectorDotsYR;
  animation-name: nextVectorDotsYR;
}
.next-loading-medium-fusion-reactor {
  width: 32px;
  height: 32px;
}
.next-loading-medium-fusion-reactor .next-loading-dot {
  width: 8px;
  height: 8px;
}
.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(1) {
  -webkit-animation-name: nextVectorDotsX-medium;
  animation-name: nextVectorDotsX-medium;
}
.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(2) {
  -webkit-animation-name: nextVectorDotsY-medium;
  animation-name: nextVectorDotsY-medium;
}
.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(3) {
  -webkit-animation-name: nextVectorDotsXR-medium;
  animation-name: nextVectorDotsXR-medium;
}
.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(4) {
  -webkit-animation-name: nextVectorDotsYR-medium;
  animation-name: nextVectorDotsYR-medium;
}

@-webkit-keyframes nextVectorRoute {
  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);
  }
}
@keyframes nextVectorRoute {
  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);
  }
}
/* 20% 的时间在旋转 */
@-webkit-keyframes nextVectorDotsYR {
  25% {
    bottom: 0;
  }
  45%, 50% {
    bottom: 16.8px;
    height: 14.4px;
    width: 14.4px;
  }
  90% {
    bottom: 0;
    height: 12px;
    width: 12px;
  }
}
@keyframes nextVectorDotsYR {
  25% {
    bottom: 0;
  }
  45%, 50% {
    bottom: 16.8px;
    height: 14.4px;
    width: 14.4px;
  }
  90% {
    bottom: 0;
    height: 12px;
    width: 12px;
  }
}
@-webkit-keyframes nextVectorDotsY {
  25% {
    top: 0;
  }
  45%, 50% {
    top: 16.8px;
    height: 14.4px;
    width: 14.4px;
  }
  90% {
    top: 0;
    height: 12px;
    width: 12px;
  }
}
@keyframes nextVectorDotsY {
  25% {
    top: 0;
  }
  45%, 50% {
    top: 16.8px;
    height: 14.4px;
    width: 14.4px;
  }
  90% {
    top: 0;
    height: 12px;
    width: 12px;
  }
}
@-webkit-keyframes nextVectorDotsX {
  25% {
    left: 0;
  }
  45%, 50% {
    left: 16.8px;
    width: 14.4px;
    height: 14.4px;
  }
  90% {
    left: 0;
    height: 12px;
    width: 12px;
  }
}
@keyframes nextVectorDotsX {
  25% {
    left: 0;
  }
  45%, 50% {
    left: 16.8px;
    width: 14.4px;
    height: 14.4px;
  }
  90% {
    left: 0;
    height: 12px;
    width: 12px;
  }
}
@-webkit-keyframes nextVectorDotsXR {
  25% {
    right: 0;
  }
  45%, 50% {
    right: 16.8px;
    width: 14.4px;
    height: 14.4px;
  }
  90% {
    right: 0;
    height: 12px;
    width: 12px;
  }
}
@keyframes nextVectorDotsXR {
  25% {
    right: 0;
  }
  45%, 50% {
    right: 16.8px;
    width: 14.4px;
    height: 14.4px;
  }
  90% {
    right: 0;
    height: 12px;
    width: 12px;
  }
}
@-webkit-keyframes nextVectorDotsYR-medium {
  25% {
    bottom: 0;
  }
  45%, 50% {
    bottom: 11.2px;
    height: 9.6px;
    width: 9.6px;
  }
  90% {
    bottom: 0;
    height: 8px;
    width: 8px;
  }
}
@keyframes nextVectorDotsYR-medium {
  25% {
    bottom: 0;
  }
  45%, 50% {
    bottom: 11.2px;
    height: 9.6px;
    width: 9.6px;
  }
  90% {
    bottom: 0;
    height: 8px;
    width: 8px;
  }
}
@-webkit-keyframes nextVectorDotsY-medium {
  25% {
    top: 0;
  }
  45%, 50% {
    top: 11.2px;
    height: 9.6px;
    width: 9.6px;
  }
  90% {
    top: 0;
    height: 8px;
    width: 8px;
  }
}
@keyframes nextVectorDotsY-medium {
  25% {
    top: 0;
  }
  45%, 50% {
    top: 11.2px;
    height: 9.6px;
    width: 9.6px;
  }
  90% {
    top: 0;
    height: 8px;
    width: 8px;
  }
}
@-webkit-keyframes nextVectorDotsX-medium {
  25% {
    left: 0;
  }
  45%, 50% {
    left: 11.2px;
    width: 9.6px;
    height: 9.6px;
  }
  90% {
    left: 0;
    height: 8px;
    width: 8px;
  }
}
@keyframes nextVectorDotsX-medium {
  25% {
    left: 0;
  }
  45%, 50% {
    left: 11.2px;
    width: 9.6px;
    height: 9.6px;
  }
  90% {
    left: 0;
    height: 8px;
    width: 8px;
  }
}
@-webkit-keyframes nextVectorDotsXR-medium {
  25% {
    right: 0;
  }
  45%, 50% {
    right: 11.2px;
    width: 9.6px;
    height: 9.6px;
  }
  90% {
    right: 0;
    height: 8px;
    width: 8px;
  }
}
@keyframes nextVectorDotsXR-medium {
  25% {
    right: 0;
  }
  45%, 50% {
    right: 11.2px;
    width: 9.6px;
    height: 9.6px;
  }
  90% {
    right: 0;
    height: 8px;
    width: 8px;
  }
}
.next-radio-button-large[dir=rtl] > label:first-child {
  margin-left: -1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.next-radio-button-large[dir=rtl] > label:last-child {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.next-radio-button-large[dir=rtl] .next-radio-label {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

.next-radio-button-medium[dir=rtl] > label:first-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.next-radio-button-medium[dir=rtl] > label:last-child {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.next-radio-button-small[dir=rtl] > label:first-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.next-radio-button-small[dir=rtl] > label:last-child {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.next-radio-wrapper[dir=rtl] .next-radio-label {
  margin-left: 0;
  margin-right: 4px;
}

.next-radio-group[dir=rtl] .next-radio-label {
  margin-right: 4px;
  margin-left: 16px;
}

.next-radio-button[dir=rtl] > label .next-radio-label {
  margin: 0;
}

.next-radio-wrapper {
  outline: 0;
  display: inline-block;
}
.next-radio-wrapper .next-radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}
.next-radio-wrapper .next-radio *,
.next-radio-wrapper .next-radio *:before,
.next-radio-wrapper .next-radio *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-radio-wrapper .next-radio input[type=radio] {
  opacity: 0;
  position: absolute;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}
.next-radio-wrapper .next-radio-inner {
  /* 动画待定 */
  /* &.mouseDown { */
  /*     transform: scale3d(.7, .7, .7); */
  /*     transition: transform .2s linear; */
  /* } */
  /* &.mouseUp { */
  /*     transform: scale3d(1, 1, 1); */
  /*     transition: transform .2s linear; */
  /* } */
  display: block;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #C4C6CF;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-radio-wrapper .next-radio-inner:after {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -2px;
  background: #FFFFFF;
  content: "";
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-radio-wrapper.checked .next-radio-inner {
  border-color: #5584FF;
  background: #5584FF;
}
.next-radio-wrapper.checked .next-radio-inner:after {
  width: 4px;
  height: 4px;
  font-weight: bold;
  background: #FFFFFF;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.next-radio-wrapper.checked:hover .next-radio-inner, .next-radio-wrapper.checked.hovered .next-radio-inner {
  border-color: transparent;
}
.next-radio-wrapper.disabled input[type=radio] {
  cursor: not-allowed;
}
.next-radio-wrapper.disabled .next-radio-inner {
  border-color: #E6E7EB;
  background: #F7F8FA;
}
.next-radio-wrapper.disabled .next-radio-inner:after {
  background: #CCCCCC;
}
.next-radio-wrapper.disabled .next-radio-inner:hover, .next-radio-wrapper.disabled .next-radio-inner.hovered {
  border-color: #E6E7EB;
}
.next-radio-wrapper.disabled.checked .next-radio-inner {
  border-color: #E6E7EB;
  background: #F7F8FA;
}
.next-radio-wrapper.disabled.checked .next-radio-inner:after {
  background: #CCCCCC;
}
.next-radio-wrapper.disabled .next-radio-label {
  color: #CCCCCC;
}
.next-radio-wrapper:not(.disabled):hover .next-radio-inner, .next-radio-wrapper:not(.disabled).hovered .next-radio-inner {
  border-color: #5584FF;
  background-color: #DEE8FF;
}
.next-radio-wrapper:not(.disabled):hover .next-radio-label, .next-radio-wrapper:not(.disabled).hovered .next-radio-label {
  cursor: pointer;
}
.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner {
  border-color: transparent;
  background: #3E71F7;
}
.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after {
  background: #FFFFFF;
}

.next-radio-button .next-radio {
  width: 0;
  height: 0;
}
.next-radio-button input[type=radio] {
  width: 0;
  height: 0;
}
.next-radio-button > label {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0 0 0 -1px;
  border: 1px solid #C4C6CF;
  background-color: #FFFFFF;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  vertical-align: middle;
}
.next-radio-button > label .next-radio-label {
  display: block;
  color: #333333;
  margin: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-radio-button > label:hover, .next-radio-button > label.hovered {
  z-index: 10;
  border-color: #A0A2AD;
  background-color: #F2F3F7;
}
.next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label {
  color: #333333;
}
.next-radio-button > label.checked {
  z-index: 11;
  border-color: #5584FF;
  background-color: #FFFFFF;
}
.next-radio-button > label.checked .next-radio-label {
  color: #5584FF;
}
.next-radio-button > label.disabled {
  z-index: 0;
  cursor: not-allowed;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
}
.next-radio-button > label.disabled .next-radio-label {
  color: #CCCCCC;
}
.next-radio-button > label.checked.disabled {
  z-index: 0;
  border-color: #E6E7EB;
  background-color: #F2F3F7;
}
.next-radio-button > label.checked.disabled .next-radio-label {
  color: #CCCCCC;
}
.next-radio-button-large > label {
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
}
.next-radio-button-large > label:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.next-radio-button-large > label:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.next-radio-button-large .next-radio-label {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}
.next-radio-button-medium > label {
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
}
.next-radio-button-medium > label:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.next-radio-button-medium > label:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.next-radio-button-medium .next-radio-label {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
.next-radio-button-small > label {
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
}
.next-radio-button-small > label:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.next-radio-button-small > label:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.next-radio-button-small .next-radio-label {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
.next-radio-single-input input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.next-radio-group {
  display: inline-block;
}
.next-radio-group .next-radio-wrapper {
  /* 表现为radio整体之间多一份间隔，checkbox表现一致 */
  margin-right: 12px;
}
.next-radio-group .next-radio-wrapper:last-child {
  margin-right: 0;
}
.next-radio-group .next-radio-label {
  color: #333333;
}
.next-radio-group.disabled .next-radio-label {
  color: #CCCCCC;
}
.next-radio-group.next-radio-button .next-radio-wrapper {
  margin-right: 0;
}
.next-radio-group-ver .next-radio-wrapper {
  display: block;
  margin-bottom: 8px;
}

.next-radio-label {
  margin: 0;
  margin-left: 4px;
  /* 使用已有变量$radio-font-margin-left，配左即两边都有间隔 */
  margin-right: 4px;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1;
  color: #333333;
}

@-moz-document url-prefix() {
  .next-radio {
    margin-top: -1px;
  }
  @supports ((-webkit-animation: calc(0s)) or (animation: calc(0s))) {
    /* firefox 57+ */
    .next-radio {
      margin-top: -3px;
    }
  }
}
.next-badge {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* @include global-font; */
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.next-badge *,
.next-badge *:before,
.next-badge *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-badge .next-badge-count {
  color: #FFFFFF;
  background: #FF3000;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  position: absolute;
  width: auto;
  height: 16px;
  min-width: 16px;
  padding: 0 4px 0 4px;
  font-size: 12px;
  line-height: 16px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.5em;
  border: 0px solid #FFFFFF;
}
.next-badge .next-badge-count a,
.next-badge .next-badge-count a:hover {
  color: #FFFFFF;
}
.next-badge .next-badge-dot {
  color: #FFFFFF;
  background: #FF3000;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  position: absolute;
  width: 8px;
  height: 8px;
  min-width: 8px;
  padding: 0px;
  font-size: 1px;
  line-height: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.5em;
}
.next-badge .next-badge-dot a,
.next-badge .next-badge-dot a:hover {
  color: #FFFFFF;
}
.next-badge .next-badge-custom {
  line-height: 1.166667;
  white-space: nowrap;
  font-size: 12px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.next-badge .next-badge-custom > * {
  line-height: 1;
}
.next-badge .next-badge-custom > i:before,
.next-badge .next-badge-custom > .next-icon:before {
  font-size: inherit;
  width: auto;
  vertical-align: top;
}
.next-badge .next-badge-scroll-number {
  position: absolute;
  top: -4px;
  z-index: 10;
  overflow: hidden;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  right: 0;
}
.next-badge-scroll-number-only {
  position: relative;
  display: inline-block;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
  min-width: 8px;
}
.next-badge-scroll-number-only span {
  display: block;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}
.next-badge-not-a-wrapper .next-badge-count, .next-badge-not-a-wrapper .next-badge-custom {
  position: relative;
  display: block;
  top: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.next-badge-not-a-wrapper .next-badge-dot {
  position: relative;
  display: block;
  top: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.next-badge-list-wrapper {
  margin-left: 0;
}
.next-badge-list-wrapper li {
  margin-bottom: 0px;
  list-style: none;
}

.next-badge[dir=rtl] .next-badge-custom {
  padding-right: 4px;
  padding-left: 4px;
}
.next-badge[dir=rtl] .next-badge-scroll-number {
  left: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.next-balloon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  max-width: 300px;
  border-style: solid;
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  /* stylelint-disable */
  word-wrap: break-all;
  word-wrap: break-word;
  /* stylelint-enable */
  z-index: 0;
  /* size */
  /* 带关闭按钮的右侧padding变大 */
}
.next-balloon *,
.next-balloon *:before,
.next-balloon *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-balloon:focus, .next-balloon *:focus {
  outline: 0;
}
.next-balloon-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.next-balloon-title.next-balloon-closable {
  padding: 0 40px 0 0;
}
.next-balloon-title.next-balloon-closable .next-balloon-close {
  top: -1px;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
  right: 16px;
}
.next-balloon-primary {
  color: #333333;
  border-color: #4494F9;
  background-color: #E3F2FD;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border-width: 1px;
}
.next-balloon-primary .next-balloon-close {
  position: absolute;
  top: -1px;
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
  right: 12px;
  font-size: 12px;
  cursor: pointer;
  color: #999999;
}
.next-balloon-primary .next-balloon-close .next-icon {
  width: 12px;
  height: 12px;
  line-height: 1em;
}
.next-balloon-primary .next-balloon-close .next-icon:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1em;
}
.next-balloon-primary .next-balloon-close :hover {
  color: #333333;
}
.next-balloon-primary .next-balloon-arrow {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: 0 0;
  pointer-events: none;
}
.next-balloon-primary .next-balloon-arrow .next-balloon-arrow-content {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  background-color: #E3F2FD;
  border: 1px solid #4494F9;
  pointer-events: auto;
}
.next-balloon-primary.next-balloon-top .next-balloon-arrow {
  top: -24px;
  left: calc(50% - 12px);
}
.next-balloon-primary.next-balloon-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(12px) rotate(45deg);
      -ms-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.next-balloon-primary.next-balloon-right .next-balloon-arrow {
  top: calc(50% - 12px);
  right: -24px;
}
.next-balloon-primary.next-balloon-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-primary.next-balloon-bottom .next-balloon-arrow {
  left: calc(50% - 12px);
  bottom: -24px;
}
.next-balloon-primary.next-balloon-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-12px) rotate(45deg);
      -ms-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}
.next-balloon-primary.next-balloon-left .next-balloon-arrow {
  top: calc(50% - 12px);
  left: -24px;
}
.next-balloon-primary.next-balloon-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-primary.next-balloon-left-top .next-balloon-arrow {
  top: 6px;
  left: -24px;
}
.next-balloon-primary.next-balloon-left-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-primary.next-balloon-left-bottom .next-balloon-arrow {
  bottom: 6px;
  left: -24px;
}
.next-balloon-primary.next-balloon-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-primary.next-balloon-right-top .next-balloon-arrow {
  top: 6px;
  right: -24px;
}
.next-balloon-primary.next-balloon-right-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-primary.next-balloon-right-bottom .next-balloon-arrow {
  bottom: 6px;
  right: -24px;
}
.next-balloon-primary.next-balloon-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-primary.next-balloon-top-left .next-balloon-arrow {
  left: 6px;
  top: -24px;
}
.next-balloon-primary.next-balloon-top-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(12px) rotate(45deg);
      -ms-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.next-balloon-primary.next-balloon-top-right .next-balloon-arrow {
  right: 6px;
  top: -24px;
}
.next-balloon-primary.next-balloon-top-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(12px) rotate(45deg);
      -ms-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.next-balloon-primary.next-balloon-bottom-left .next-balloon-arrow {
  left: 6px;
  bottom: -24px;
}
.next-balloon-primary.next-balloon-bottom-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-12px) rotate(45deg);
      -ms-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}
.next-balloon-primary.next-balloon-bottom-right .next-balloon-arrow {
  right: 6px;
  bottom: -24px;
}
.next-balloon-primary.next-balloon-bottom-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-12px) rotate(45deg);
      -ms-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}
.next-balloon-normal {
  color: #333333;
  border-color: #DCDEE3;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  border-width: 1px;
}
.next-balloon-normal .next-balloon-close {
  position: absolute;
  top: -1px;
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
  right: 12px;
  font-size: 12px;
  cursor: pointer;
  color: #999999;
}
.next-balloon-normal .next-balloon-close .next-icon {
  width: 12px;
  height: 12px;
  line-height: 1em;
}
.next-balloon-normal .next-balloon-close .next-icon:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1em;
}
.next-balloon-normal .next-balloon-close :hover {
  color: #666666;
}
.next-balloon-normal .next-balloon-arrow {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: 0 0;
  pointer-events: none;
}
.next-balloon-normal .next-balloon-arrow .next-balloon-arrow-content {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  background-color: #FFFFFF;
  border: 1px solid #DCDEE3;
  pointer-events: auto;
}
.next-balloon-normal.next-balloon-top .next-balloon-arrow {
  top: -24px;
  left: calc(50% - 12px);
}
.next-balloon-normal.next-balloon-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(12px) rotate(45deg);
      -ms-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.next-balloon-normal.next-balloon-right .next-balloon-arrow {
  top: calc(50% - 12px);
  right: -24px;
}
.next-balloon-normal.next-balloon-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-normal.next-balloon-bottom .next-balloon-arrow {
  left: calc(50% - 12px);
  bottom: -24px;
}
.next-balloon-normal.next-balloon-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-12px) rotate(45deg);
      -ms-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}
.next-balloon-normal.next-balloon-left .next-balloon-arrow {
  top: calc(50% - 12px);
  left: -24px;
}
.next-balloon-normal.next-balloon-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-normal.next-balloon-left-top .next-balloon-arrow {
  top: 6px;
  left: -24px;
}
.next-balloon-normal.next-balloon-left-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-normal.next-balloon-left-bottom .next-balloon-arrow {
  bottom: 6px;
  left: -24px;
}
.next-balloon-normal.next-balloon-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-normal.next-balloon-right-top .next-balloon-arrow {
  top: 6px;
  right: -24px;
}
.next-balloon-normal.next-balloon-right-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-normal.next-balloon-right-bottom .next-balloon-arrow {
  bottom: 6px;
  right: -24px;
}
.next-balloon-normal.next-balloon-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-normal.next-balloon-top-left .next-balloon-arrow {
  left: 6px;
  top: -24px;
}
.next-balloon-normal.next-balloon-top-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(12px) rotate(45deg);
      -ms-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.next-balloon-normal.next-balloon-top-right .next-balloon-arrow {
  right: 6px;
  top: -24px;
}
.next-balloon-normal.next-balloon-top-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(12px) rotate(45deg);
      -ms-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.next-balloon-normal.next-balloon-bottom-left .next-balloon-arrow {
  left: 6px;
  bottom: -24px;
}
.next-balloon-normal.next-balloon-bottom-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-12px) rotate(45deg);
      -ms-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}
.next-balloon-normal.next-balloon-bottom-right .next-balloon-arrow {
  right: 6px;
  bottom: -24px;
}
.next-balloon-normal.next-balloon-bottom-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-12px) rotate(45deg);
      -ms-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}
.next-balloon.visible {
  display: block;
}
.next-balloon.hidden {
  display: none;
}
.next-balloon-medium {
  padding: 16px 16px 16px 16px;
}
.next-balloon-closable {
  padding: 16px 40px 16px 16px;
}

.next-balloon-tooltip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  max-width: 300px;
  border-style: solid;
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  z-index: 0;
  /* stylelint-disable */
  word-wrap: break-all;
  word-wrap: break-word;
  /* stylelint-enable */
  color: #333333;
  border-color: #DCDEE3;
  background-color: #F2F3F7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 1px;
  /* size */
}
.next-balloon-tooltip *,
.next-balloon-tooltip *:before,
.next-balloon-tooltip *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-balloon-tooltip .next-balloon-arrow {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: 0 0;
  pointer-events: none;
}
.next-balloon-tooltip .next-balloon-arrow .next-balloon-arrow-content {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  background-color: #F2F3F7;
  border: 1px solid #DCDEE3;
  pointer-events: auto;
}
.next-balloon-tooltip-top .next-balloon-arrow {
  top: -24px;
  left: calc(50% - 12px);
}
.next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(12px) rotate(45deg);
      -ms-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.next-balloon-tooltip-right .next-balloon-arrow {
  top: calc(50% - 12px);
  right: -24px;
}
.next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-tooltip-bottom .next-balloon-arrow {
  left: calc(50% - 12px);
  bottom: -24px;
}
.next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-12px) rotate(45deg);
      -ms-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}
.next-balloon-tooltip-left .next-balloon-arrow {
  top: calc(50% - 12px);
  left: -24px;
}
.next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-tooltip-left-top .next-balloon-arrow {
  top: 6px;
  left: -24px;
}
.next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-tooltip-left-bottom .next-balloon-arrow {
  bottom: 6px;
  left: -24px;
}
.next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-tooltip-right-top .next-balloon-arrow {
  top: 6px;
  right: -24px;
}
.next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-tooltip-right-bottom .next-balloon-arrow {
  bottom: 6px;
  right: -24px;
}
.next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-tooltip-top-left .next-balloon-arrow {
  left: 6px;
  top: -24px;
}
.next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(12px) rotate(45deg);
      -ms-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.next-balloon-tooltip-top-right .next-balloon-arrow {
  right: 6px;
  top: -24px;
}
.next-balloon-tooltip-top-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(12px) rotate(45deg);
      -ms-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
.next-balloon-tooltip-bottom-left .next-balloon-arrow {
  left: 6px;
  bottom: -24px;
}
.next-balloon-tooltip-bottom-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-12px) rotate(45deg);
      -ms-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}
.next-balloon-tooltip-bottom-right .next-balloon-arrow {
  right: 6px;
  bottom: -24px;
}
.next-balloon-tooltip-bottom-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-12px) rotate(45deg);
      -ms-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}
.next-balloon-tooltip.visible {
  display: block;
}
.next-balloon-tooltip.hidden {
  display: none;
}
.next-balloon-tooltip-medium {
  padding: 8px 8px 8px 8px;
}

.next-balloon[dir=rtl] {
  /* 带关闭按钮的右侧padding变大 */
}
.next-balloon[dir=rtl].next-balloon-primary .next-balloon-close {
  left: 12px;
  right: auto;
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right .next-balloon-arrow {
  left: -24px;
  right: auto;
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left .next-balloon-arrow {
  right: -24px;
  left: auto;
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-top .next-balloon-arrow {
  right: -24px;
  left: auto;
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-bottom .next-balloon-arrow {
  right: -24px;
  left: auto;
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-top .next-balloon-arrow {
  left: -24px;
  right: auto;
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-bottom .next-balloon-arrow {
  left: -24px;
  right: auto;
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-left .next-balloon-arrow {
  right: 10px;
  left: auto;
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-right .next-balloon-arrow {
  left: 10px;
  right: auto;
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-left .next-balloon-arrow {
  right: 10px;
  left: auto;
}
.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-right .next-balloon-arrow {
  left: 10px;
  right: auto;
}
.next-balloon[dir=rtl].next-balloon-normal .next-balloon-close {
  left: 12px;
  right: auto;
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right .next-balloon-arrow {
  left: -24px;
  right: auto;
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left .next-balloon-arrow {
  right: -24px;
  left: auto;
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-top .next-balloon-arrow {
  right: -24px;
  left: auto;
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-bottom .next-balloon-arrow {
  right: -24px;
  left: auto;
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-top .next-balloon-arrow {
  left: -24px;
  right: auto;
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-bottom .next-balloon-arrow {
  left: -24px;
  right: auto;
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-left .next-balloon-arrow {
  right: 10px;
  left: auto;
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-right .next-balloon-arrow {
  left: 10px;
  right: auto;
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-left .next-balloon-arrow {
  right: 10px;
  left: auto;
}
.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-right .next-balloon-arrow {
  left: 10px;
  right: auto;
}
.next-balloon[dir=rtl].next-balloon-closable {
  padding: 16px 16px 16px 40px;
}

.next-balloon-tooltip[dir=rtl] {
  /* size */
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow {
  left: -24px;
  right: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow {
  right: -24px;
  left: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow {
  right: -24px;
  left: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow {
  right: -24px;
  left: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow {
  left: -24px;
  right: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow {
  left: -24px;
  right: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-left .next-balloon-arrow {
  right: 10px;
  left: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-right .next-balloon-arrow {
  left: 10px;
  right: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-left .next-balloon-arrow {
  right: 10px;
  left: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-right .next-balloon-arrow {
  left: 10px;
  right: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-right .next-balloon-arrow {
  right: -24px;
  left: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-left .next-balloon-arrow {
  left: -24px;
  right: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-left-top .next-balloon-arrow {
  left: -24px;
  right: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-left-bottom .next-balloon-arrow {
  left: -24px;
  right: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(12px) rotate(45deg);
      -ms-transform: translateX(12px) rotate(45deg);
          transform: translateX(12px) rotate(45deg);
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-right-top .next-balloon-arrow {
  right: -24px;
  left: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-right-bottom .next-balloon-arrow {
  right: -24px;
  left: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-12px) rotate(45deg);
      -ms-transform: translateX(-12px) rotate(45deg);
          transform: translateX(-12px) rotate(45deg);
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-top-left .next-balloon-arrow {
  left: 10px;
  right: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-top-right .next-balloon-arrow {
  right: 10px;
  left: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-bottom-left .next-balloon-arrow {
  left: 10px;
  right: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-v2.next-balloon-tooltip-bottom-right .next-balloon-arrow {
  right: 10px;
  left: auto;
}
.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-medium {
  padding: 8px 8px 8px 8px;
}

.next-menu[dir=rtl] .next-menu-item-helper {
  float: left;
}
.next-menu[dir=rtl] .next-menu-item .next-checkbox,
.next-menu[dir=rtl] .next-menu-item .next-radio {
  margin-left: 4px;
  margin-right: 0;
}
.next-menu[dir=rtl] .next-menu-hoz-right {
  float: left;
}
.next-menu[dir=rtl] .next-menu-icon-arrow.next-icon {
  left: 10px;
  right: auto;
}
.next-menu[dir=rtl] .next-menu-hoz-icon-arrow.next-icon {
  left: 6px;
  right: auto;
}
.next-menu[dir=rtl] .next-menu-icon-selected.next-icon {
  margin-left: 0;
  margin-right: -16px;
}
.next-menu[dir=rtl] .next-menu-icon-selected.next-icon:before, .next-menu[dir=rtl] .next-menu-icon-selected.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-menu[dir=rtl] .next-menu-icon-selected.next-icon.next-menu-icon-right {
  right: auto;
  left: 4px;
}
.next-menu[dir=rtl] .next-menu-icon-arrow.next-icon {
  left: 10px;
  right: auto;
}

.next-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-width: 100px;
  margin: 0;
  list-style: none;
  border: 1px solid #DCDEE3;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFFFFF;
  line-height: 32px;
  font-size: 12px;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  /* &-popup-content.next-hide { */
  /*     display: none; */
  /* } */
}
.next-menu *,
.next-menu *:before,
.next-menu *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-menu:focus, .next-menu *:focus {
  outline: 0;
}
.next-menu-spacing-lr {
  padding: 0 0px;
}
.next-menu-spacing-lr.next-menu-outside > .next-menu {
  height: 100%;
  overflow-y: auto;
}
.next-menu-spacing-tb {
  padding: 0px 0;
}
.next-menu.next-ver {
  padding: 8px 0px;
}
.next-menu.next-ver .next-menu-item {
  padding: 0 20px 0 20px;
}
.next-menu.next-hoz {
  padding: 8px 0px;
}
.next-menu.next-hoz .next-menu-item {
  padding: 0 20px;
}
.next-menu-embeddable, .next-menu-embeddable .next-menu-item.next-disabled, .next-menu-embeddable .next-menu-item.next-disabled .next-menu-item-text > a {
  background: transparent;
  border: none;
}
.next-menu-embeddable {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-menu-embeddable .next-menu-item-inner {
  height: 100%;
}
.next-menu-content {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.next-menu-sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.next-menu-sub-menu.next-expand-enter {
  overflow: hidden;
}
.next-menu-sub-menu.next-expand-enter-active {
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}
.next-menu-sub-menu.next-expand-leave {
  overflow: hidden;
}
.next-menu-sub-menu.next-expand-leave-active {
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}
.next-menu-item {
  position: relative;
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear;
  color: #333333;
  cursor: pointer;
}
.next-menu-item-helper {
  float: right;
  color: #999999;
  font-style: normal;
  font-size: 12px;
}
.next-menu-item .next-checkbox,
.next-menu-item .next-radio {
  margin-right: 4px;
}
.next-menu-item.next-selected {
  color: #333333;
  background-color: #FFFFFF;
  border-radius: 0px;
}
.next-menu-item.next-selected .next-menu-icon-arrow {
  color: #666666;
}
.next-menu-item.next-selected .next-menu-icon-selected {
  color: #5584FF;
}
.next-menu-item.next-disabled, .next-menu-item.next-disabled .next-menu-item-text > a {
  color: #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 0px;
  cursor: not-allowed;
}
.next-menu-item.next-disabled .next-menu-icon-arrow, .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow {
  color: #CCCCCC;
}
.next-menu-item.next-disabled .next-menu-icon-selected, .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
  color: #CCCCCC;
}
.next-menu-item:not(.next-disabled):hover, .next-menu-item:not(.next-disabled).next-selected:hover, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover, .next-menu-item:not(.next-disabled).next-selected:focus:hover, .next-menu-item:not(.next-disabled).next-focused, .next-menu-item:not(.next-disabled).next-selected.next-focused, .next-menu-item:not(.next-disabled).next-selected:focus {
  color: #333333;
  background-color: #F2F3F7;
  border-radius: 0px;
}
.next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-arrow {
  color: #333333;
}
.next-menu-item:not(.next-disabled):hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-selected {
  color: #5584FF;
}
.next-menu-item-inner {
  height: 32px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.next-menu-item .next-menu-item-text {
  vertical-align: middle;
}
.next-menu-item .next-menu-item-text > a {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.next-menu-item .next-menu-item-text > a::before {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
.next-menu.next-hoz {
  padding: 0;
}
.next-menu.next-hoz.next-menu-nowrap {
  overflow: hidden;
  white-space: nowrap;
}
.next-menu.next-hoz.next-menu-nowrap .next-menu-more {
  text-align: center;
}
.next-menu.next-hoz > .next-menu-item,
.next-menu.next-hoz > .next-menu-sub-menu-wrapper,
.next-menu.next-hoz .next-menu-content > .next-menu-item {
  display: inline-block;
  vertical-align: top;
}
.next-menu.next-hoz .next-menu-header,
.next-menu.next-hoz .next-menu-content,
.next-menu.next-hoz .next-menu-footer {
  display: inline-block;
}
.next-menu-hoz-right {
  float: right;
}
.next-menu-group-label {
  padding: 0 12px;
  color: #999999;
}
.next-menu-divider {
  margin: 8px 12px;
  border-bottom: 1px solid #E6E7EB;
}
.next-menu .next-menu-icon-selected.next-icon {
  position: absolute;
  top: 0;
  margin-left: -16px;
}
.next-menu .next-menu-icon-selected.next-icon:before, .next-menu .next-menu-icon-selected.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-menu .next-menu-icon-selected.next-icon.next-menu-icon-right {
  right: 4px;
}
.next-menu .next-menu-symbol-icon-selected.next-menu-icon-selected::before {
  content: "\E632";
}
.next-menu .next-menu-icon-arrow.next-icon {
  position: absolute;
  top: 0;
  right: 10px;
  color: #666666;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-menu .next-menu-icon-arrow.next-icon:before, .next-menu .next-menu-icon-arrow.next-icon .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-menu .next-menu-icon-arrow.next-icon {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-menu .next-menu-icon-arrow.next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-menu .next-menu-icon-arrow-down::before {
  content: "\E63D";
}
.next-menu .next-menu-icon-arrow-down.next-open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.next-menu .next-menu-icon-arrow-down.next-open:before, .next-menu .next-menu-icon-arrow-down.next-open .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-menu .next-menu-icon-arrow-down.next-open {
    -webkit-transform: scale(0.5) rotate(180deg);
        -ms-transform: scale(0.5) rotate(180deg);
            transform: scale(0.5) rotate(180deg);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-menu .next-menu-icon-arrow-down.next-open:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-menu .next-menu-symbol-popupfold::before {
  content: "\E619";
}
.next-menu .next-menu-icon-arrow-right.next-open {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.next-menu .next-menu-icon-arrow-right.next-open:before, .next-menu .next-menu-icon-arrow-right.next-open .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-menu .next-menu-icon-arrow-right.next-open {
    -webkit-transform: scale(0.5) rotate(-90deg);
        -ms-transform: scale(0.5) rotate(-90deg);
            transform: scale(0.5) rotate(-90deg);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-menu .next-menu-icon-arrow-right.next-open:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-menu .next-menu-hoz-icon-arrow.next-icon {
  position: absolute;
  top: 0;
  right: 6px;
  color: #666666;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-menu .next-menu-hoz-icon-arrow.next-icon:before, .next-menu .next-menu-hoz-icon-arrow.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-menu .next-menu-hoz-icon-arrow.next-icon::before {
  content: "\E63D";
}
.next-menu-unfold-icon::before {
  content: "";
}
.next-menu .next-menu-hoz-icon-arrow.next-open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.next-menu .next-menu-hoz-icon-arrow.next-open:before, .next-menu .next-menu-hoz-icon-arrow.next-open .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-menu.next-context {
  line-height: 24px;
}
.next-menu.next-context .next-menu-item-inner {
  height: 24px;
}

/* put your code here */
.next-breadcrumb {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  height: 16px;
  line-height: 16px;
}
.next-breadcrumb .next-breadcrumb-item {
  display: inline-block;
}
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text > b {
  font-weight: normal;
}
.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-separator {
  display: inline-block;
  vertical-align: top;
}
.next-breadcrumb .next-breadcrumb-text {
  height: 16px;
  min-width: 16px;
  font-size: 12px;
  line-height: 16px;
}
.next-breadcrumb .next-breadcrumb-separator {
  height: 16px;
  margin: 0 8px;
  font-size: 8px;
  line-height: 16px;
}
.next-breadcrumb .next-breadcrumb-separator .next-icon:before {
  display: block;
}
.next-breadcrumb .next-breadcrumb-separator .next-icon:before, .next-breadcrumb .next-breadcrumb-separator .next-icon .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-breadcrumb .next-breadcrumb-separator .next-icon {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-breadcrumb .next-breadcrumb-separator .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-breadcrumb .next-breadcrumb-text-ellipsis {
  font-size: 12px;
}
.next-breadcrumb .next-breadcrumb-text {
  color: #666666;
}
.next-breadcrumb .next-breadcrumb-text > b {
  color: #5584FF;
}
.next-breadcrumb .next-breadcrumb-text > a {
  color: #666666;
  text-decoration: none;
  text-align: center;
}
.next-breadcrumb .next-breadcrumb-text.activated {
  color: #333333;
  font-weight: normal;
}
.next-breadcrumb .next-breadcrumb-text.activated > a {
  color: #333333;
  font-weight: normal;
}
.next-breadcrumb .next-breadcrumb-text-ellipsis {
  color: #666666;
  cursor: default;
}
.next-breadcrumb .next-breadcrumb-text-ellipsis-clickable {
  color: #666666;
  cursor: pointer;
}
.next-breadcrumb .next-breadcrumb-separator {
  color: #A0A2AD;
}
.next-breadcrumb .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > a {
  color: #5584FF;
}
.next-breadcrumb a.next-breadcrumb-text.activated:hover > a {
  color: #5584FF;
}
.next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover {
  color: #5584FF;
}
.next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > b {
  color: #5584FF;
}
.next-breadcrumb a.next-breadcrumb-text.activated:hover {
  color: #5584FF;
  font-weight: normal;
}
.next-breadcrumb-icon-sep::before {
  content: "\E619";
}
.next-breadcrumb-dropdown-wrapper {
  padding: 4px 0;
}

.next-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-btn *,
.next-btn *:before,
.next-btn *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.next-btn, .next-btn:active, .next-btn:focus, .next-btn:hover {
  outline: 0;
}

@keyframes loadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.next-btn {
  /* 尺寸维度 */
  /* ---------------------------------------- */
  /* 普通按钮 */
  /* 普通态禁用样式 */
  /* 警告按钮 */
  /* 文本按钮 */
  /* loading */
  /* ---------------------------------------- */
  /* custom loading */
  /* 幽灵按钮 */
  /* 组合 */
  /* ---------------------------------------- */
}
.next-btn {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  line-height: 1;
  cursor: pointer;
}
.next-btn:after {
  text-align: center;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}
.next-btn::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.next-btn .next-icon {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.next-btn > span,
.next-btn > div {
  display: inline-block;
  vertical-align: middle;
}
.next-btn > .next-btn-helper {
  text-decoration: inherit;
  display: inline-block;
  vertical-align: middle;
}
.next-btn.hover, .next-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-btn.next-small {
  border-radius: 3px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  border-width: 1px;
}
.next-btn.next-small > .next-btn-icon.next-icon-first {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 0;
  margin-right: 4px;
}
.next-btn.next-small > .next-btn-icon.next-icon-first:before, .next-btn.next-small > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn.next-small > .next-btn-icon.next-icon-last {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 4px;
  margin-right: 0;
}
.next-btn.next-small > .next-btn-icon.next-icon-last:before, .next-btn.next-small > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn.next-small > .next-btn-icon.next-icon-alone {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.next-btn.next-small > .next-btn-icon.next-icon-alone:before, .next-btn.next-small > .next-btn-icon.next-icon-alone .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn.next-small > .next-btn-icon-size {
  margin-right: 4px;
}
.next-btn.next-small.next-btn-loading:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  left: 8px;
  top: 50%;
  text-align: center;
  margin-right: 4px;
}
.next-btn.next-small.next-btn-loading > .next-icon {
  display: none;
}
.next-btn.next-small > .next-btn-custom-loading-icon {
  opacity: 0;
  width: 0;
}
.next-btn.next-small > .next-btn-custom-loading-icon.show {
  width: 12px;
  margin-right: 4px;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-btn.next-medium {
  border-radius: 3px;
  padding: 0 12px;
  height: 28px;
  font-size: 12px;
  border-width: 1px;
}
.next-btn.next-medium > .next-btn-icon.next-icon-first {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 0;
  margin-right: 4px;
}
.next-btn.next-medium > .next-btn-icon.next-icon-first:before, .next-btn.next-medium > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn.next-medium > .next-btn-icon.next-icon-last {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 4px;
  margin-right: 0;
}
.next-btn.next-medium > .next-btn-icon.next-icon-last:before, .next-btn.next-medium > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn.next-medium > .next-btn-icon.next-icon-alone {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.next-btn.next-medium > .next-btn-icon.next-icon-alone:before, .next-btn.next-medium > .next-btn-icon.next-icon-alone .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn.next-medium > .next-btn-icon-size {
  margin-right: 4px;
}
.next-btn.next-medium.next-btn-loading:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  left: 12px;
  top: 50%;
  text-align: center;
  margin-right: 4px;
}
.next-btn.next-medium.next-btn-loading > .next-icon {
  display: none;
}
.next-btn.next-medium > .next-btn-custom-loading-icon {
  opacity: 0;
  width: 0;
}
.next-btn.next-medium > .next-btn-custom-loading-icon.show {
  width: 12px;
  margin-right: 4px;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-btn.next-large {
  border-radius: 3px;
  padding: 0 16px;
  height: 40px;
  font-size: 16px;
  border-width: 1px;
}
.next-btn.next-large > .next-btn-icon.next-icon-first {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 0;
  margin-right: 4px;
}
.next-btn.next-large > .next-btn-icon.next-icon-first:before, .next-btn.next-large > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-btn.next-large > .next-btn-icon.next-icon-last {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 4px;
  margin-right: 0;
}
.next-btn.next-large > .next-btn-icon.next-icon-last:before, .next-btn.next-large > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-btn.next-large > .next-btn-icon.next-icon-alone {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.next-btn.next-large > .next-btn-icon.next-icon-alone:before, .next-btn.next-large > .next-btn-icon.next-icon-alone .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-btn.next-large > .next-btn-icon-size {
  margin-right: 4px;
}
.next-btn.next-large.next-btn-loading:before {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  left: 16px;
  top: 50%;
  text-align: center;
  margin-right: 4px;
}
.next-btn.next-large.next-btn-loading > .next-icon {
  display: none;
}
.next-btn.next-large > .next-btn-custom-loading-icon {
  opacity: 0;
  width: 0;
}
.next-btn.next-large > .next-btn-custom-loading-icon.show {
  width: 16px;
  margin-right: 4px;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-btn.next-btn-normal {
  border-style: solid;
  background: #FFFFFF;
  border-color: #C4C6CF;
}
.next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
  color: #333333;
}
.next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
  color: #333333;
  background: #F2F3F7;
  border-color: #A0A2AD;
  text-decoration: none;
}
.next-btn.next-btn-normal:active, .next-btn.next-btn-normal.active {
  color: #333333;
  background: #F2F3F7;
  border-color: #A0A2AD;
  text-decoration: none;
}
.next-btn.next-btn-primary {
  border-style: solid;
  background: #5584FF;
  border-color: transparent;
}
.next-btn.next-btn-primary, .next-btn.next-btn-primary:link, .next-btn.next-btn-primary:visited, .next-btn.next-btn-primary.visited {
  color: #FFFFFF;
}
.next-btn.next-btn-primary:focus, .next-btn.next-btn-primary:hover, .next-btn.next-btn-primary.hover {
  color: #FFFFFF;
  background: #3E71F7;
  border-color: transparent;
  text-decoration: none;
}
.next-btn.next-btn-primary:active, .next-btn.next-btn-primary.active {
  color: #FFFFFF;
  background: #3E71F7;
  border-color: transparent;
  text-decoration: none;
}
.next-btn.next-btn-secondary {
  border-style: solid;
  background: #FFFFFF;
  border-color: #5584FF;
}
.next-btn.next-btn-secondary, .next-btn.next-btn-secondary:link, .next-btn.next-btn-secondary:visited, .next-btn.next-btn-secondary.visited {
  color: #5584FF;
}
.next-btn.next-btn-secondary:focus, .next-btn.next-btn-secondary:hover, .next-btn.next-btn-secondary.hover {
  color: #FFFFFF;
  background: #3E71F7;
  border-color: #3E71F7;
  text-decoration: none;
}
.next-btn.next-btn-secondary:active, .next-btn.next-btn-secondary.active {
  color: #FFFFFF;
  background: #3E71F7;
  border-color: #3E71F7;
  text-decoration: none;
}
.next-btn.disabled, .next-btn[disabled] {
  cursor: not-allowed;
}
.next-btn.disabled.next-btn-normal, .next-btn[disabled].next-btn-normal {
  background: #F7F8FA;
  border-color: #E6E7EB;
}
.next-btn.disabled.next-btn-normal, .next-btn.disabled.next-btn-normal:link, .next-btn.disabled.next-btn-normal:visited, .next-btn.disabled.next-btn-normal.visited, .next-btn[disabled].next-btn-normal, .next-btn[disabled].next-btn-normal:link, .next-btn[disabled].next-btn-normal:visited, .next-btn[disabled].next-btn-normal.visited {
  color: #CCCCCC;
}
.next-btn.disabled.next-btn-normal:focus, .next-btn.disabled.next-btn-normal:hover, .next-btn.disabled.next-btn-normal.hover, .next-btn[disabled].next-btn-normal:focus, .next-btn[disabled].next-btn-normal:hover, .next-btn[disabled].next-btn-normal.hover {
  color: #CCCCCC;
  background: #F7F8FA;
  border-color: #E6E7EB;
  text-decoration: none;
}
.next-btn.disabled.next-btn-normal:active, .next-btn.disabled.next-btn-normal.active, .next-btn[disabled].next-btn-normal:active, .next-btn[disabled].next-btn-normal.active {
  color: #CCCCCC;
  background: #F7F8FA;
  border-color: #E6E7EB;
  text-decoration: none;
}
.next-btn.disabled.next-btn-primary, .next-btn[disabled].next-btn-primary {
  background: #F7F8FA;
  border-color: #E6E7EB;
}
.next-btn.disabled.next-btn-primary, .next-btn.disabled.next-btn-primary:link, .next-btn.disabled.next-btn-primary:visited, .next-btn.disabled.next-btn-primary.visited, .next-btn[disabled].next-btn-primary, .next-btn[disabled].next-btn-primary:link, .next-btn[disabled].next-btn-primary:visited, .next-btn[disabled].next-btn-primary.visited {
  color: #CCCCCC;
}
.next-btn.disabled.next-btn-primary:focus, .next-btn.disabled.next-btn-primary:hover, .next-btn.disabled.next-btn-primary.hover, .next-btn[disabled].next-btn-primary:focus, .next-btn[disabled].next-btn-primary:hover, .next-btn[disabled].next-btn-primary.hover {
  color: #CCCCCC;
  background: #F7F8FA;
  border-color: #E6E7EB;
  text-decoration: none;
}
.next-btn.disabled.next-btn-primary:active, .next-btn.disabled.next-btn-primary.active, .next-btn[disabled].next-btn-primary:active, .next-btn[disabled].next-btn-primary.active {
  color: #CCCCCC;
  background: #F7F8FA;
  border-color: #E6E7EB;
  text-decoration: none;
}
.next-btn.disabled.next-btn-secondary, .next-btn[disabled].next-btn-secondary {
  background: #F7F8FA;
  border-color: #E6E7EB;
}
.next-btn.disabled.next-btn-secondary, .next-btn.disabled.next-btn-secondary:link, .next-btn.disabled.next-btn-secondary:visited, .next-btn.disabled.next-btn-secondary.visited, .next-btn[disabled].next-btn-secondary, .next-btn[disabled].next-btn-secondary:link, .next-btn[disabled].next-btn-secondary:visited, .next-btn[disabled].next-btn-secondary.visited {
  color: #CCCCCC;
}
.next-btn.disabled.next-btn-secondary:focus, .next-btn.disabled.next-btn-secondary:hover, .next-btn.disabled.next-btn-secondary.hover, .next-btn[disabled].next-btn-secondary:focus, .next-btn[disabled].next-btn-secondary:hover, .next-btn[disabled].next-btn-secondary.hover {
  color: #CCCCCC;
  background: #F7F8FA;
  border-color: #E6E7EB;
  text-decoration: none;
}
.next-btn.disabled.next-btn-secondary:active, .next-btn.disabled.next-btn-secondary.active, .next-btn[disabled].next-btn-secondary:active, .next-btn[disabled].next-btn-secondary.active {
  color: #CCCCCC;
  background: #F7F8FA;
  border-color: #E6E7EB;
  text-decoration: none;
}
.next-btn-warning {
  border-style: solid;
}
.next-btn-warning.next-btn-primary {
  background: #FF3000;
  border-color: #FF3000;
}
.next-btn-warning.next-btn-primary, .next-btn-warning.next-btn-primary:link, .next-btn-warning.next-btn-primary:visited, .next-btn-warning.next-btn-primary.visited {
  color: #FFFFFF;
}
.next-btn-warning.next-btn-primary:focus, .next-btn-warning.next-btn-primary:hover, .next-btn-warning.next-btn-primary.hover {
  color: #FFFFFF;
  background: #E72B00;
  border-color: #E72B00;
  text-decoration: none;
}
.next-btn-warning.next-btn-primary:active, .next-btn-warning.next-btn-primary.active {
  color: #FFFFFF;
  background: #E72B00;
  border-color: #E72B00;
  text-decoration: none;
}
.next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary[disabled] {
  background: #F7F8FA;
  border-color: #DCDEE3;
}
.next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary.disabled:link, .next-btn-warning.next-btn-primary.disabled:visited, .next-btn-warning.next-btn-primary.disabled.visited, .next-btn-warning.next-btn-primary[disabled], .next-btn-warning.next-btn-primary[disabled]:link, .next-btn-warning.next-btn-primary[disabled]:visited, .next-btn-warning.next-btn-primary[disabled].visited {
  color: #CCCCCC;
}
.next-btn-warning.next-btn-primary.disabled:focus, .next-btn-warning.next-btn-primary.disabled:hover, .next-btn-warning.next-btn-primary.disabled.hover, .next-btn-warning.next-btn-primary[disabled]:focus, .next-btn-warning.next-btn-primary[disabled]:hover, .next-btn-warning.next-btn-primary[disabled].hover {
  color: #CCCCCC;
  background: #F7F8FA;
  border-color: #DCDEE3;
  text-decoration: none;
}
.next-btn-warning.next-btn-primary.disabled:active, .next-btn-warning.next-btn-primary.disabled.active, .next-btn-warning.next-btn-primary[disabled]:active, .next-btn-warning.next-btn-primary[disabled].active {
  color: #CCCCCC;
  background: #F7F8FA;
  border-color: #DCDEE3;
  text-decoration: none;
}
.next-btn-warning.next-btn-normal {
  background: #FFFFFF;
  border-color: #FF3000;
}
.next-btn-warning.next-btn-normal, .next-btn-warning.next-btn-normal:link, .next-btn-warning.next-btn-normal:visited, .next-btn-warning.next-btn-normal.visited {
  color: #FF3000;
}
.next-btn-warning.next-btn-normal:focus, .next-btn-warning.next-btn-normal:hover, .next-btn-warning.next-btn-normal.hover {
  color: #FFFFFF;
  background: #E72B00;
  border-color: #E72B00;
  text-decoration: none;
}
.next-btn-warning.next-btn-normal:active, .next-btn-warning.next-btn-normal.active {
  color: #FFFFFF;
  background: #E72B00;
  border-color: #E72B00;
  text-decoration: none;
}
.next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal[disabled] {
  background: #F7F8FA;
  border-color: #E6E7EB;
}
.next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal.disabled:link, .next-btn-warning.next-btn-normal.disabled:visited, .next-btn-warning.next-btn-normal.disabled.visited, .next-btn-warning.next-btn-normal[disabled], .next-btn-warning.next-btn-normal[disabled]:link, .next-btn-warning.next-btn-normal[disabled]:visited, .next-btn-warning.next-btn-normal[disabled].visited {
  color: #CCCCCC;
}
.next-btn-warning.next-btn-normal.disabled:focus, .next-btn-warning.next-btn-normal.disabled:hover, .next-btn-warning.next-btn-normal.disabled.hover, .next-btn-warning.next-btn-normal[disabled]:focus, .next-btn-warning.next-btn-normal[disabled]:hover, .next-btn-warning.next-btn-normal[disabled].hover {
  color: #CCCCCC;
  background: #F7F8FA;
  border-color: #E6E7EB;
  text-decoration: none;
}
.next-btn-warning.next-btn-normal.disabled:active, .next-btn-warning.next-btn-normal.disabled.active, .next-btn-warning.next-btn-normal[disabled]:active, .next-btn-warning.next-btn-normal[disabled].active {
  color: #CCCCCC;
  background: #F7F8FA;
  border-color: #E6E7EB;
  text-decoration: none;
}
.next-btn-text {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.next-btn-text.hover, .next-btn-text:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-btn-text.next-btn-primary {
  background: transparent;
  border-color: transparent;
}
.next-btn-text.next-btn-primary, .next-btn-text.next-btn-primary:link, .next-btn-text.next-btn-primary:visited, .next-btn-text.next-btn-primary.visited {
  color: #5584FF;
}
.next-btn-text.next-btn-primary:focus, .next-btn-text.next-btn-primary:hover, .next-btn-text.next-btn-primary.hover {
  color: #3E71F7;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-btn-primary:active, .next-btn-text.next-btn-primary.active {
  color: #3E71F7;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary[disabled] {
  background: transparent;
  border-color: transparent;
}
.next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary.disabled:link, .next-btn-text.next-btn-primary.disabled:visited, .next-btn-text.next-btn-primary.disabled.visited, .next-btn-text.next-btn-primary[disabled], .next-btn-text.next-btn-primary[disabled]:link, .next-btn-text.next-btn-primary[disabled]:visited, .next-btn-text.next-btn-primary[disabled].visited {
  color: #CCCCCC;
}
.next-btn-text.next-btn-primary.disabled:focus, .next-btn-text.next-btn-primary.disabled:hover, .next-btn-text.next-btn-primary.disabled.hover, .next-btn-text.next-btn-primary[disabled]:focus, .next-btn-text.next-btn-primary[disabled]:hover, .next-btn-text.next-btn-primary[disabled].hover {
  color: #CCCCCC;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-btn-primary.disabled:active, .next-btn-text.next-btn-primary.disabled.active, .next-btn-text.next-btn-primary[disabled]:active, .next-btn-text.next-btn-primary[disabled].active {
  color: #CCCCCC;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-btn-secondary {
  background: transparent;
  border-color: transparent;
}
.next-btn-text.next-btn-secondary, .next-btn-text.next-btn-secondary:link, .next-btn-text.next-btn-secondary:visited, .next-btn-text.next-btn-secondary.visited {
  color: #666666;
}
.next-btn-text.next-btn-secondary:focus, .next-btn-text.next-btn-secondary:hover, .next-btn-text.next-btn-secondary.hover {
  color: #5584FF;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-btn-secondary:active, .next-btn-text.next-btn-secondary.active {
  color: #5584FF;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary[disabled] {
  background: transparent;
  border-color: transparent;
}
.next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary.disabled:link, .next-btn-text.next-btn-secondary.disabled:visited, .next-btn-text.next-btn-secondary.disabled.visited, .next-btn-text.next-btn-secondary[disabled], .next-btn-text.next-btn-secondary[disabled]:link, .next-btn-text.next-btn-secondary[disabled]:visited, .next-btn-text.next-btn-secondary[disabled].visited {
  color: #CCCCCC;
}
.next-btn-text.next-btn-secondary.disabled:focus, .next-btn-text.next-btn-secondary.disabled:hover, .next-btn-text.next-btn-secondary.disabled.hover, .next-btn-text.next-btn-secondary[disabled]:focus, .next-btn-text.next-btn-secondary[disabled]:hover, .next-btn-text.next-btn-secondary[disabled].hover {
  color: #CCCCCC;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-btn-secondary.disabled:active, .next-btn-text.next-btn-secondary.disabled.active, .next-btn-text.next-btn-secondary[disabled]:active, .next-btn-text.next-btn-secondary[disabled].active {
  color: #CCCCCC;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-btn-normal {
  background: transparent;
  border-color: transparent;
}
.next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited, .next-btn-text.next-btn-normal.visited {
  color: #333333;
}
.next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover {
  color: #5584FF;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-btn-normal:active, .next-btn-text.next-btn-normal.active {
  color: #5584FF;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal[disabled] {
  background: transparent;
  border-color: transparent;
}
.next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal.disabled:link, .next-btn-text.next-btn-normal.disabled:visited, .next-btn-text.next-btn-normal.disabled.visited, .next-btn-text.next-btn-normal[disabled], .next-btn-text.next-btn-normal[disabled]:link, .next-btn-text.next-btn-normal[disabled]:visited, .next-btn-text.next-btn-normal[disabled].visited {
  color: #CCCCCC;
}
.next-btn-text.next-btn-normal.disabled:focus, .next-btn-text.next-btn-normal.disabled:hover, .next-btn-text.next-btn-normal.disabled.hover, .next-btn-text.next-btn-normal[disabled]:focus, .next-btn-text.next-btn-normal[disabled]:hover, .next-btn-text.next-btn-normal[disabled].hover {
  color: #CCCCCC;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-btn-normal.disabled:active, .next-btn-text.next-btn-normal.disabled.active, .next-btn-text.next-btn-normal[disabled]:active, .next-btn-text.next-btn-normal[disabled].active {
  color: #CCCCCC;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-large {
  border-radius: 0;
  padding: 0 0px;
  height: 24px;
  font-size: 14px;
  border-width: 0;
}
.next-btn-text.next-large > .next-btn-icon.next-icon-first {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 0;
  margin-right: 4px;
}
.next-btn-text.next-large > .next-btn-icon.next-icon-first:before, .next-btn-text.next-large > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-btn-text.next-large > .next-btn-icon.next-icon-last {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 4px;
  margin-right: 0;
}
.next-btn-text.next-large > .next-btn-icon.next-icon-last:before, .next-btn-text.next-large > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-btn-text.next-large > .next-btn-icon.next-icon-alone {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.next-btn-text.next-large > .next-btn-icon.next-icon-alone:before, .next-btn-text.next-large > .next-btn-icon.next-icon-alone .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-btn-text.next-large > .next-btn-icon-size {
  margin-right: 4px;
}
.next-btn-text.next-large.next-btn-loading:before {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  left: 0px;
  top: 50%;
  text-align: center;
  margin-right: 4px;
}
.next-btn-text.next-large.next-btn-loading > .next-icon {
  display: none;
}
.next-btn-text.next-large > .next-btn-custom-loading-icon {
  opacity: 0;
  width: 0;
}
.next-btn-text.next-large > .next-btn-custom-loading-icon.show {
  width: 16px;
  margin-right: 4px;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-btn-text.next-medium {
  border-radius: 0;
  padding: 0 0px;
  height: 20px;
  font-size: 12px;
  border-width: 0;
}
.next-btn-text.next-medium > .next-btn-icon.next-icon-first {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 0;
  margin-right: 4px;
}
.next-btn-text.next-medium > .next-btn-icon.next-icon-first:before, .next-btn-text.next-medium > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn-text.next-medium > .next-btn-icon.next-icon-last {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 4px;
  margin-right: 0;
}
.next-btn-text.next-medium > .next-btn-icon.next-icon-last:before, .next-btn-text.next-medium > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn-text.next-medium > .next-btn-icon.next-icon-alone {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.next-btn-text.next-medium > .next-btn-icon.next-icon-alone:before, .next-btn-text.next-medium > .next-btn-icon.next-icon-alone .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn-text.next-medium > .next-btn-icon-size {
  margin-right: 4px;
}
.next-btn-text.next-medium.next-btn-loading:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  left: 0px;
  top: 50%;
  text-align: center;
  margin-right: 4px;
}
.next-btn-text.next-medium.next-btn-loading > .next-icon {
  display: none;
}
.next-btn-text.next-medium > .next-btn-custom-loading-icon {
  opacity: 0;
  width: 0;
}
.next-btn-text.next-medium > .next-btn-custom-loading-icon.show {
  width: 12px;
  margin-right: 4px;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-btn-text.next-small {
  border-radius: 0;
  padding: 0 0px;
  height: 16px;
  font-size: 12px;
  border-width: 0;
}
.next-btn-text.next-small > .next-btn-icon.next-icon-first {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 0;
  margin-right: 4px;
}
.next-btn-text.next-small > .next-btn-icon.next-icon-first:before, .next-btn-text.next-small > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn-text.next-small > .next-btn-icon.next-icon-last {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 4px;
  margin-right: 0;
}
.next-btn-text.next-small > .next-btn-icon.next-icon-last:before, .next-btn-text.next-small > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn-text.next-small > .next-btn-icon.next-icon-alone {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.next-btn-text.next-small > .next-btn-icon.next-icon-alone:before, .next-btn-text.next-small > .next-btn-icon.next-icon-alone .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn-text.next-small > .next-btn-icon-size {
  margin-right: 4px;
}
.next-btn-text.next-small.next-btn-loading:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  left: 0px;
  top: 50%;
  text-align: center;
  margin-right: 4px;
}
.next-btn-text.next-small.next-btn-loading > .next-icon {
  display: none;
}
.next-btn-text.next-small > .next-btn-custom-loading-icon {
  opacity: 0;
  width: 0;
}
.next-btn-text.next-small > .next-btn-custom-loading-icon.show {
  width: 12px;
  margin-right: 4px;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-btn-text.next-btn-loading {
  background: transparent;
  border-color: transparent;
}
.next-btn-text.next-btn-loading, .next-btn-text.next-btn-loading:link, .next-btn-text.next-btn-loading:visited, .next-btn-text.next-btn-loading.visited {
  color: #333333;
}
.next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover {
  color: #333333;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active {
  color: #333333;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-btn-loading {
  pointer-events: none;
}
.next-btn-loading:before {
  font-family: NextIcon;
  content: "\E646";
  opacity: 1;
  visibility: visible;
  -webkit-animation: loadingCircle 2s infinite linear;
          animation: loadingCircle 2s infinite linear;
}
.next-btn-loading:after {
  content: "";
  display: inline-block;
  position: static;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.next-btn-custom-loading {
  pointer-events: none;
}
.next-btn-ghost {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-btn-ghost.next-btn-dark {
  background: rgba(0, 0, 0, 0);
  border-color: #FFFFFF;
}
.next-btn-ghost.next-btn-dark, .next-btn-ghost.next-btn-dark:link, .next-btn-ghost.next-btn-dark:visited, .next-btn-ghost.next-btn-dark.visited {
  color: #FFFFFF;
}
.next-btn-ghost.next-btn-dark:focus, .next-btn-ghost.next-btn-dark:hover, .next-btn-ghost.next-btn-dark.hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
  border-color: #FFFFFF;
  text-decoration: none;
}
.next-btn-ghost.next-btn-dark:active, .next-btn-ghost.next-btn-dark.active {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
  border-color: #FFFFFF;
  text-decoration: none;
}
.next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark[disabled] {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}
.next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark.disabled:link, .next-btn-ghost.next-btn-dark.disabled:visited, .next-btn-ghost.next-btn-dark.disabled.visited, .next-btn-ghost.next-btn-dark[disabled], .next-btn-ghost.next-btn-dark[disabled]:link, .next-btn-ghost.next-btn-dark[disabled]:visited, .next-btn-ghost.next-btn-dark[disabled].visited {
  color: rgba(255, 255, 255, 0.4);
}
.next-btn-ghost.next-btn-dark.disabled:focus, .next-btn-ghost.next-btn-dark.disabled:hover, .next-btn-ghost.next-btn-dark.disabled.hover, .next-btn-ghost.next-btn-dark[disabled]:focus, .next-btn-ghost.next-btn-dark[disabled]:hover, .next-btn-ghost.next-btn-dark[disabled].hover {
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.next-btn-ghost.next-btn-dark.disabled:active, .next-btn-ghost.next-btn-dark.disabled.active, .next-btn-ghost.next-btn-dark[disabled]:active, .next-btn-ghost.next-btn-dark[disabled].active {
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.next-btn-ghost.next-btn-light {
  background: rgba(0, 0, 0, 0);
  border-color: #333333;
}
.next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited, .next-btn-ghost.next-btn-light.visited {
  color: #333333;
}
.next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover {
  color: #999999;
  background: rgba(0, 0, 0, 0.92);
  border-color: #333333;
  text-decoration: none;
}
.next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active {
  color: #999999;
  background: rgba(0, 0, 0, 0.92);
  border-color: #333333;
  text-decoration: none;
}
.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}
.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light.disabled:link, .next-btn-ghost.next-btn-light.disabled:visited, .next-btn-ghost.next-btn-light.disabled.visited, .next-btn-ghost.next-btn-light[disabled], .next-btn-ghost.next-btn-light[disabled]:link, .next-btn-ghost.next-btn-light[disabled]:visited, .next-btn-ghost.next-btn-light[disabled].visited {
  color: rgba(0, 0, 0, 0.1);
}
.next-btn-ghost.next-btn-light.disabled:focus, .next-btn-ghost.next-btn-light.disabled:hover, .next-btn-ghost.next-btn-light.disabled.hover, .next-btn-ghost.next-btn-light[disabled]:focus, .next-btn-ghost.next-btn-light[disabled]:hover, .next-btn-ghost.next-btn-light[disabled].hover {
  color: rgba(0, 0, 0, 0.1);
  background: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.next-btn-ghost.next-btn-light.disabled:active, .next-btn-ghost.next-btn-light.disabled.active, .next-btn-ghost.next-btn-light[disabled]:active, .next-btn-ghost.next-btn-light[disabled].active {
  color: rgba(0, 0, 0, 0.1);
  background: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.next-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.next-btn-group > .next-btn {
  position: relative;
  float: left;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-btn-group > .next-btn:hover, .next-btn-group > .next-btn:focus, .next-btn-group > .next-btn:active, .next-btn-group > .next-btn.active {
  z-index: 1;
}
.next-btn-group > .next-btn.disabled, .next-btn-group > .next-btn[disabled] {
  z-index: 0;
}
.next-btn-group .next-btn.next-btn {
  margin: 0 0 0 -1px;
}
.next-btn-group .next-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.next-btn-group > .next-btn:first-child {
  margin: 0;
}
.next-btn-group > .next-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.next-btn-group > .next-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.next-btn-group > .next-btn-primary:not(:first-child) {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.next-btn-group > .next-btn-primary:not(:first-child):hover {
  border-left-color: transparent;
}
.next-btn-group > .next-btn-primary:not(:first-child).disabled, .next-btn-group > .next-btn-primary:not(:first-child)[disabled] {
  border-left-color: #E6E7EB;
}

/* 组合 */
/* ---------------------------------------- */
.next-btn-group[dir=rtl] > .next-btn {
  float: right;
}
.next-btn-group[dir=rtl] .next-btn.next-btn {
  margin: 0 -1px 0 0;
}
.next-btn-group[dir=rtl] > .next-btn:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.next-btn-group[dir=rtl] > .next-btn:last-child:not(:first-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child) {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child):hover {
  border-right-color: transparent;
}
.next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child).disabled, .next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child)[disabled] {
  border-right-color: #E6E7EB;
}

/* 尺寸维度 */
/* ---------------------------------------- */
.next-btn.next-small[dir=rtl] {
  border-radius: 3px;
}
.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-first {
  margin-left: 4px;
  margin-right: 0;
}
.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-first:before, .next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-last {
  margin-left: 0;
  margin-right: 4px;
}
.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-last:before, .next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn.next-small[dir=rtl].next-btn-loading {
  padding-left: 8px;
  padding-right: 24px;
}
.next-btn.next-small[dir=rtl].next-btn-loading:after {
  right: 8px;
  top: 50%;
  margin-right: 0;
  margin-left: 4px;
}
.next-btn.next-medium[dir=rtl] {
  border-radius: 3px;
}
.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-first {
  margin-left: 4px;
  margin-right: 0;
}
.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-first:before, .next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-last {
  margin-left: 0;
  margin-right: 4px;
}
.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-last:before, .next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn.next-medium[dir=rtl].next-btn-loading {
  padding-left: 12px;
  padding-right: 28px;
}
.next-btn.next-medium[dir=rtl].next-btn-loading:after {
  right: 12px;
  top: 50%;
  margin-right: 0;
  margin-left: 4px;
}
.next-btn.next-large[dir=rtl] {
  border-radius: 3px;
}
.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-first {
  margin-left: 4px;
  margin-right: 0;
}
.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-first:before, .next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-last {
  margin-left: 0;
  margin-right: 4px;
}
.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-last:before, .next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-btn.next-large[dir=rtl].next-btn-loading {
  padding-left: 16px;
  padding-right: 36px;
}
.next-btn.next-large[dir=rtl].next-btn-loading:after {
  right: 16px;
  top: 50%;
  margin-right: 0;
  margin-left: 4px;
}

/* 文本按钮 */
.next-btn-text[dir=rtl].next-large {
  border-radius: 0;
}
.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-first {
  margin-left: 4px;
  margin-right: 0;
}
.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-first:before, .next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-last {
  margin-left: 0;
  margin-right: 4px;
}
.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-last:before, .next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-btn-text[dir=rtl].next-large.next-btn-loading {
  padding-left: 0px;
  padding-right: 20px;
}
.next-btn-text[dir=rtl].next-large.next-btn-loading:after {
  right: 0px;
  top: 50%;
  margin-right: 0;
  margin-left: 4px;
}
.next-btn-text[dir=rtl].next-medium {
  border-radius: 0;
}
.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-first {
  margin-left: 4px;
  margin-right: 0;
}
.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-first:before, .next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-last {
  margin-left: 0;
  margin-right: 4px;
}
.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-last:before, .next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn-text[dir=rtl].next-medium.next-btn-loading {
  padding-left: 0px;
  padding-right: 16px;
}
.next-btn-text[dir=rtl].next-medium.next-btn-loading:after {
  right: 0px;
  top: 50%;
  margin-right: 0;
  margin-left: 4px;
}
.next-btn-text[dir=rtl].next-small {
  border-radius: 0;
}
.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-first {
  margin-left: 4px;
  margin-right: 0;
}
.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-first:before, .next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-last {
  margin-left: 0;
  margin-right: 4px;
}
.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-last:before, .next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-btn-text[dir=rtl].next-small.next-btn-loading {
  padding-left: 0px;
  padding-right: 16px;
}
.next-btn-text[dir=rtl].next-small.next-btn-loading:after {
  right: 0px;
  top: 50%;
  margin-right: 0;
  margin-left: 4px;
}

.next-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: inline-table;
  border-collapse: separate;
  font-size: 0;
  line-height: 1;
  width: 200px;
  border-spacing: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  border: 1px solid #C4C6CF;
  background-color: #FFFFFF;
}
.next-input *,
.next-input *:before,
.next-input *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-input input {
  height: 100%;
  /* remove autoFill yellow background */
}
.next-input input[type=reset], .next-input input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.next-input input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.next-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
  border-radius: 3px;
}
.next-input input[type=password]::-ms-reveal {
  display: none;
}
.next-input textarea {
  resize: none;
}
.next-input input,
.next-input textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: middle;
  background-color: transparent;
  color: #333333;
}
.next-input input::-ms-clear,
.next-input textarea::-ms-clear {
  display: none;
}
.next-input.next-small {
  height: 20px;
  border-radius: 3px;
}
.next-input.next-small .next-input-label {
  padding-left: 8px;
  font-size: 12px;
}
.next-input.next-small .next-input-inner {
  font-size: 12px;
}
.next-input.next-small .next-input-control {
  padding-right: 4px;
}
.next-input.next-small .next-input-inner-text {
  padding-right: 4px;
}
.next-input.next-small input {
  height: 18px;
  line-height: 18px \0 ;
  padding: 0 4px;
  font-size: 12px;
}
.next-input.next-small input::-webkit-input-placeholder {
  font-size: 12px;
}
.next-input.next-small input::-moz-placeholder {
  font-size: 12px;
}
.next-input.next-small input::-ms-input-placeholder {
  font-size: 12px;
}
.next-input.next-small input::placeholder {
  font-size: 12px;
}
.next-input.next-small .next-input-text-field {
  padding: 0 4px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}
.next-input.next-small .next-icon:before, .next-input.next-small .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-input.next-small .next-input-control {
  border-radius: 0 3px 3px 0;
}
.next-input.next-medium {
  height: 28px;
  border-radius: 3px;
}
.next-input.next-medium .next-input-label {
  padding-left: 8px;
  font-size: 12px;
}
.next-input.next-medium .next-input-inner {
  font-size: 12px;
}
.next-input.next-medium .next-input-control {
  padding-right: 8px;
}
.next-input.next-medium .next-input-inner-text {
  padding-right: 8px;
}
.next-input.next-medium input {
  height: 26px;
  line-height: 26px \0 ;
  padding: 0 8px;
  font-size: 12px;
}
.next-input.next-medium input::-webkit-input-placeholder {
  font-size: 12px;
}
.next-input.next-medium input::-moz-placeholder {
  font-size: 12px;
}
.next-input.next-medium input::-ms-input-placeholder {
  font-size: 12px;
}
.next-input.next-medium input::placeholder {
  font-size: 12px;
}
.next-input.next-medium .next-input-text-field {
  padding: 0 8px;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
}
.next-input.next-medium .next-icon:before, .next-input.next-medium .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-input.next-medium .next-input-control {
  border-radius: 0 3px 3px 0;
}
.next-input.next-large {
  height: 40px;
  border-radius: 3px;
}
.next-input.next-large .next-input-label {
  padding-left: 12px;
  font-size: 16px;
}
.next-input.next-large .next-input-inner {
  font-size: 16px;
}
.next-input.next-large .next-input-control {
  padding-right: 8px;
}
.next-input.next-large .next-input-inner-text {
  padding-right: 8px;
}
.next-input.next-large input {
  height: 38px;
  line-height: 38px \0 ;
  padding: 0 12px;
  font-size: 16px;
}
.next-input.next-large input::-webkit-input-placeholder {
  font-size: 16px;
}
.next-input.next-large input::-moz-placeholder {
  font-size: 16px;
}
.next-input.next-large input::-ms-input-placeholder {
  font-size: 16px;
}
.next-input.next-large input::placeholder {
  font-size: 16px;
}
.next-input.next-large .next-input-text-field {
  padding: 0 12px;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
}
.next-input.next-large .next-icon:before, .next-input.next-large .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-input.next-large .next-input-control {
  border-radius: 0 3px 3px 0;
}
.next-input.next-input-textarea {
  height: auto;
  border-radius: 3px;
  font-size: 0;
}
.next-input.next-input-textarea textarea {
  color: #333333;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 3px;
}
.next-input.next-input-textarea.next-small textarea {
  font-size: 12px;
}
.next-input.next-input-textarea.next-large textarea {
  font-size: 16px;
}
.next-input.next-input-textarea .next-input-control {
  display: block;
  width: auto;
  border-radius: 3px;
}
.next-input.next-input-textarea .next-input-textarea-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 8px 4px;
}
.next-input.next-input-textarea .next-input-len,
.next-input.next-input-textarea .next-input-textarea-clear {
  display: block;
  text-align: right;
  width: auto;
}
.next-input.next-input-textarea .next-input-textarea-clear {
  cursor: pointer;
  padding-left: 4px;
}
.next-input.next-input-textarea .next-input-textarea-control-line::after {
  content: "|";
  color: #E6E7EB;
  display: inline-block;
  font-size: 12px;
}
.next-input-hint-wrap {
  color: #999999;
  position: relative;
}
.next-input-hint-wrap .next-input-clear {
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.next-input-hint-wrap .next-input-hint {
  opacity: 1;
}
.next-input .next-input-clear-icon:hover,
.next-input .next-icon-eye:hover,
.next-input .next-icon-eye-close:hover {
  cursor: pointer;
  color: #666666;
}
.next-input .next-input-hover-show {
  opacity: 0;
}
.next-input:hover, .next-input.next-focus {
  border-color: #A0A2AD;
  background-color: #FFFFFF;
}
.next-input:hover .next-input-clear, .next-input.next-focus .next-input-clear {
  opacity: 1;
}
.next-input:hover .next-input-clear + .next-input-hint, .next-input.next-focus .next-input-clear + .next-input-hint {
  opacity: 0;
}
.next-input:hover .next-input-hover-show, .next-input.next-focus .next-input-hover-show {
  opacity: 1;
}
.next-input .next-input-clear:focus {
  opacity: 1;
}
.next-input .next-input-clear:focus + .next-input-hint {
  opacity: 0;
}
.next-input.next-focus {
  border-color: #5584FF;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2);
}
.next-input.next-warning {
  border-color: #FF9300;
  background-color: #FFFFFF;
}
.next-input.next-warning.next-focus, .next-input.next-warning:hover {
  border-color: #FF9300;
}
.next-input.next-warning.next-focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 147, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 147, 0, 0.2);
}
.next-input.next-error {
  border-color: #FF3000;
  background-color: #FFFFFF;
}
.next-input.next-error input,
.next-input.next-error textarea {
  color: #333333;
}
.next-input.next-error.next-focus, .next-input.next-error:hover {
  border-color: #FF3000;
}
.next-input.next-error.next-focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 48, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 48, 0, 0.2);
}
.next-input.next-hidden {
  display: none;
}
.next-input.next-noborder {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-input-control .next-input-len,
.next-input-control .next-input-textarea-clear {
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  display: table-cell;
  width: 1px;
  vertical-align: bottom;
}
.next-input-control .next-input-len.next-error,
.next-input-control .next-input-textarea-clear.next-error {
  color: #FF3000;
}
.next-input-control .next-input-len.next-warning,
.next-input-control .next-input-textarea-clear.next-warning {
  color: #FF9300;
}
.next-input-control > * {
  display: table-cell;
  width: 1%;
  top: 0;
}
.next-input-control > *:not(:last-child) {
  padding-right: 4px;
}
.next-input-control .next-icon {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #999999;
}
.next-input-control .next-input-warning-icon {
  color: #FF9300;
}
.next-input-control .next-input-warning-icon::before {
  content: "\E60B";
}
.next-input-control .next-input-success-icon {
  color: #46BC15;
}
.next-input-control .next-input-success-icon::before {
  content: "\E63A";
}
.next-input-control .next-input-loading-icon {
  color: #4494F9;
}
.next-input-control .next-input-loading-icon::before {
  content: "\E646";
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.next-input-control .next-input-clear-icon::before {
  content: "\E623";
}
.next-input-label, .next-input-inner-text {
  color: #666666;
}
.next-input input::-moz-placeholder,
.next-input textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.next-input input:-ms-input-placeholder,
.next-input textarea:-ms-input-placeholder {
  color: #999999;
}
.next-input input::-webkit-input-placeholder,
.next-input textarea::-webkit-input-placeholder {
  color: #999999;
}
.next-input.next-disabled {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
  cursor: not-allowed;
}
.next-input.next-disabled:hover {
  border-color: #E6E7EB;
  background-color: #F7F8FA;
}
.next-input.next-disabled input,
.next-input.next-disabled textarea {
  -webkit-text-fill-color: #CCCCCC;
  color: #CCCCCC;
}
.next-input.next-disabled input::-moz-placeholder,
.next-input.next-disabled textarea::-moz-placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.next-input.next-disabled input:-ms-input-placeholder,
.next-input.next-disabled textarea:-ms-input-placeholder {
  color: #CCCCCC;
}
.next-input.next-disabled input::-webkit-input-placeholder,
.next-input.next-disabled textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}
.next-input.next-disabled .next-input-label,
.next-input.next-disabled .next-input-inner-text {
  color: #CCCCCC;
}
.next-input.next-disabled .next-input-len {
  color: #CCCCCC;
}
.next-input.next-disabled .next-input-hint-wrap {
  color: #CCCCCC;
}
.next-input.next-disabled .next-input-hint-wrap .next-input-clear {
  opacity: 0;
}
.next-input.next-disabled .next-input-hint-wrap .next-input-hint {
  opacity: 1;
}
.next-input.next-disabled .next-input-hint-wrap .next-input-clear-icon:hover {
  cursor: not-allowed;
  color: #CCCCCC;
}
.next-input.next-disabled .next-icon {
  color: #CCCCCC;
}
.next-input-inner, .next-input-control, .next-input-label {
  display: table-cell;
  width: 1px;
  vertical-align: middle;
  line-height: 1;
  background-color: transparent;
  white-space: nowrap;
}
.next-input-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-table;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
.next-input-group *,
.next-input-group *:before,
.next-input-group *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-input-group-auto-width {
  width: 100%;
  border-radius: 0 !important;
}
.next-input-group > .next-input {
  border-radius: 0;
}
.next-input-group > .next-input.next-focus, .next-input-group > .next-input:hover {
  position: relative;
  z-index: 1;
}
.next-input-group > .next-input:first-child.next-small {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.next-input-group > .next-input:first-child.next-medium {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.next-input-group > .next-input:first-child.next-large {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.next-input-group > .next-input:last-child.next-small {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.next-input-group > .next-input:last-child.next-medium {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.next-input-group > .next-input:last-child.next-large {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.next-input-group-addon {
  width: 1px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  /* stylelint-disable declaration-no-important */
}
.next-input-group-addon:first-child {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.next-input-group-addon:first-child > * {
  margin-right: -1px;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.next-input-group-addon:first-child > *.next-focus {
  position: relative;
  z-index: 1;
}
.next-input-group-addon:first-child > * > .next-input {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.next-input-group-addon:first-child > * > .next-input.next-focus {
  position: relative;
  z-index: 1;
}
.next-input-group-addon:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.next-input-group-addon:last-child > * {
  margin-left: -1px;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.next-input-group-addon:last-child > * > .next-input {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.next-input-group-text {
  color: #999999;
  background-color: #F2F3F7;
  text-align: center;
  border: 1px solid #C4C6CF;
  padding: 0 8px;
}
.next-input-group-text:first-child {
  border-right-width: 0;
}
.next-input-group-text:last-child {
  border-left-width: 0;
}
.next-input-group-text.next-disabled {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
  cursor: not-allowed;
}
.next-input-group-text.next-disabled:hover {
  border-color: #E6E7EB;
  background-color: #F7F8FA;
}
.next-input-group-text.next-small {
  font-size: 12px;
  border-radius: 3px;
}
.next-input-group-text.next-medium {
  font-size: 12px;
  border-radius: 3px;
}
.next-input-group-text.next-large {
  font-size: 16px;
  border-radius: 3px;
}

.next-input[dir=rtl].next-small .next-input-label {
  padding-left: 0;
  padding-right: 8px;
}
.next-input[dir=rtl].next-small .next-input-control {
  padding-right: 0;
  padding-left: 4px;
}
.next-input[dir=rtl].next-medium .next-input-label {
  padding-left: 0;
  padding-right: 8px;
}
.next-input[dir=rtl].next-medium .next-input-control {
  padding-right: 0;
  padding-left: 8px;
}
.next-input[dir=rtl].next-large .next-input-label {
  padding-left: 0;
  padding-right: 12px;
}
.next-input[dir=rtl].next-large .next-input-control {
  padding-right: 0;
  padding-left: 8px;
}
.next-input[dir=rtl].next-input-textarea .next-input-len {
  text-align: left;
}
.next-input[dir=rtl] .next-input-control > *:not(:last-child) {
  padding-left: 4px;
  padding-right: 0;
}

.next-input-group[dir=rtl] > .next-input:first-child.next-small {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.next-input-group[dir=rtl] > .next-input:first-child.next-medium {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.next-input-group[dir=rtl] > .next-input:first-child.next-large {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.next-input-group[dir=rtl] > .next-input:last-child.next-small {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.next-input-group[dir=rtl] > .next-input:last-child.next-medium {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.next-input-group[dir=rtl] > .next-input:last-child.next-large {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.next-input-group[dir=rtl] .next-input-group-addon {
  /* stylelint-disable declaration-no-important */
}
.next-input-group[dir=rtl] .next-input-group-addon:first-child, .next-input-group[dir=rtl] .next-input-group-addon:first-child > .next-input, .next-input-group[dir=rtl] .next-input-group-addon:first-child > * > .next-input {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-small, .next-input-group[dir=rtl] .next-input-group-addon:first-child > .next-input.next-small, .next-input-group[dir=rtl] .next-input-group-addon:first-child > * > .next-input.next-small {
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-medium, .next-input-group[dir=rtl] .next-input-group-addon:first-child > .next-input.next-medium, .next-input-group[dir=rtl] .next-input-group-addon:first-child > * > .next-input.next-medium {
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-large, .next-input-group[dir=rtl] .next-input-group-addon:first-child > .next-input.next-large, .next-input-group[dir=rtl] .next-input-group-addon:first-child > * > .next-input.next-large {
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.next-input-group[dir=rtl] .next-input-group-addon:first-child > * {
  margin-left: -1px;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.next-input-group[dir=rtl] .next-input-group-addon:last-child, .next-input-group[dir=rtl] .next-input-group-addon:last-child > .next-input, .next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .next-input {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-small, .next-input-group[dir=rtl] .next-input-group-addon:last-child > .next-input.next-small, .next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .next-input.next-small {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}
.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-medium, .next-input-group[dir=rtl] .next-input-group-addon:last-child > .next-input.next-medium, .next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .next-input.next-medium {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}
.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-large, .next-input-group[dir=rtl] .next-input-group-addon:last-child > .next-input.next-large, .next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .next-input.next-large {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}
.next-input-group[dir=rtl] .next-input-group-addon:last-child > * {
  margin-right: -1px;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.next-input-group[dir=rtl] .next-input-group-text:first-child {
  border-right-width: 1px;
  border-left: 0;
}
.next-input-group[dir=rtl] .next-input-group-text:last-child {
  border-left-width: 1px;
  border-right: 0;
}

.next-calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-calendar *,
.next-calendar *:before,
.next-calendar *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.next-calendar td,
.next-calendar th {
  padding: 0;
}

@-webkit-keyframes cellZoomIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cellZoomIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes cellHover {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cellHover {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes enterToLeft {
  0% {
    -webkit-transform: translate(-40%);
            transform: translate(-40%);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}
@keyframes enterToLeft {
  0% {
    -webkit-transform: translate(-40%);
            transform: translate(-40%);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}
@-webkit-keyframes enterToRight {
  0% {
    -webkit-transform: translate(40%);
            transform: translate(40%);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}
@keyframes enterToRight {
  0% {
    -webkit-transform: translate(40%);
            transform: translate(40%);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}
.next-calendar-fullscreen .next-calendar-header, .next-calendar-card .next-calendar-header {
  text-align: right;
}
.next-calendar-fullscreen .next-calendar-header .next-select, .next-calendar-card .next-calendar-header .next-select {
  margin-right: 4px;
  vertical-align: top;
}
.next-calendar-fullscreen .next-calendar-header .next-menu, .next-calendar-card .next-calendar-header .next-menu {
  text-align: left;
}
.next-calendar-fullscreen .next-calendar-header {
  margin-bottom: 8px;
}
.next-calendar-card .next-calendar-header {
  margin-bottom: 8px;
}
.next-calendar-panel-header {
  position: relative;
  background: #5584FF;
  margin-bottom: 8px;
  border-bottom: 1px solid transparent;
}
.next-calendar-panel-header-left, .next-calendar-panel-header-right, .next-calendar-panel-header-full {
  height: 32px;
  line-height: 32px;
}
.next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn {
  vertical-align: top;
  font-weight: bold;
  margin: 0 4px;
  background: transparent;
  border-color: transparent;
}
.next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-left .next-calendar-btn:link, .next-calendar-panel-header-left .next-calendar-btn:visited, .next-calendar-panel-header-left .next-calendar-btn.visited, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn:link, .next-calendar-panel-header-right .next-calendar-btn:visited, .next-calendar-panel-header-right .next-calendar-btn.visited, .next-calendar-panel-header-full .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn:link, .next-calendar-panel-header-full .next-calendar-btn:visited, .next-calendar-panel-header-full .next-calendar-btn.visited {
  color: #FFFFFF;
}
.next-calendar-panel-header-left .next-calendar-btn:focus, .next-calendar-panel-header-left .next-calendar-btn:hover, .next-calendar-panel-header-left .next-calendar-btn.hover, .next-calendar-panel-header-right .next-calendar-btn:focus, .next-calendar-panel-header-right .next-calendar-btn:hover, .next-calendar-panel-header-right .next-calendar-btn.hover, .next-calendar-panel-header-full .next-calendar-btn:focus, .next-calendar-panel-header-full .next-calendar-btn:hover, .next-calendar-panel-header-full .next-calendar-btn.hover {
  color: #FFFFFF;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-calendar-panel-header-left .next-calendar-btn:active, .next-calendar-panel-header-left .next-calendar-btn.active, .next-calendar-panel-header-right .next-calendar-btn:active, .next-calendar-panel-header-right .next-calendar-btn.active, .next-calendar-panel-header-full .next-calendar-btn:active, .next-calendar-panel-header-full .next-calendar-btn.active {
  color: #FFFFFF;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-calendar-panel-header-left, .next-calendar-panel-header-right {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.next-calendar-panel-header-full {
  width: 100%;
  text-align: center;
}
.next-calendar-panel-menu {
  max-height: 210px;
  overflow: auto;
  text-align: left;
}
.next-calendar-btn {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  outline: none;
  height: 100%;
}
.next-calendar-btn > .next-icon.next-icon:before, .next-calendar-btn > .next-icon.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-calendar-btn .next-icon {
  margin-left: 4px;
}
.next-calendar-btn-prev-year, .next-calendar-btn-prev-month, .next-calendar-btn-prev-decade, .next-calendar-btn-next-month, .next-calendar-btn-next-year, .next-calendar-btn-next-decade {
  position: absolute;
  top: 0;
  background: transparent;
  border-color: transparent;
}
.next-calendar-btn-prev-year, .next-calendar-btn-prev-year:link, .next-calendar-btn-prev-year:visited, .next-calendar-btn-prev-year.visited, .next-calendar-btn-prev-month, .next-calendar-btn-prev-month:link, .next-calendar-btn-prev-month:visited, .next-calendar-btn-prev-month.visited, .next-calendar-btn-prev-decade, .next-calendar-btn-prev-decade:link, .next-calendar-btn-prev-decade:visited, .next-calendar-btn-prev-decade.visited, .next-calendar-btn-next-month, .next-calendar-btn-next-month:link, .next-calendar-btn-next-month:visited, .next-calendar-btn-next-month.visited, .next-calendar-btn-next-year, .next-calendar-btn-next-year:link, .next-calendar-btn-next-year:visited, .next-calendar-btn-next-year.visited, .next-calendar-btn-next-decade, .next-calendar-btn-next-decade:link, .next-calendar-btn-next-decade:visited, .next-calendar-btn-next-decade.visited {
  color: #FFFFFF;
}
.next-calendar-btn-prev-year:focus, .next-calendar-btn-prev-year:hover, .next-calendar-btn-prev-year.hover, .next-calendar-btn-prev-month:focus, .next-calendar-btn-prev-month:hover, .next-calendar-btn-prev-month.hover, .next-calendar-btn-prev-decade:focus, .next-calendar-btn-prev-decade:hover, .next-calendar-btn-prev-decade.hover, .next-calendar-btn-next-month:focus, .next-calendar-btn-next-month:hover, .next-calendar-btn-next-month.hover, .next-calendar-btn-next-year:focus, .next-calendar-btn-next-year:hover, .next-calendar-btn-next-year.hover, .next-calendar-btn-next-decade:focus, .next-calendar-btn-next-decade:hover, .next-calendar-btn-next-decade.hover {
  color: #FFFFFF;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-calendar-btn-prev-year:active, .next-calendar-btn-prev-year.active, .next-calendar-btn-prev-month:active, .next-calendar-btn-prev-month.active, .next-calendar-btn-prev-decade:active, .next-calendar-btn-prev-decade.active, .next-calendar-btn-next-month:active, .next-calendar-btn-next-month.active, .next-calendar-btn-next-year:active, .next-calendar-btn-next-year.active, .next-calendar-btn-next-decade:active, .next-calendar-btn-next-decade.active {
  color: #FFFFFF;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}
.next-calendar-btn-prev-decade, .next-calendar-btn-prev-year {
  left: 8px;
}
.next-calendar-btn-prev-month {
  left: 28px;
}
.next-calendar-btn-next-month {
  right: 28px;
}
.next-calendar-btn-next-year, .next-calendar-btn-next-decade {
  right: 8px;
}

.next-calendar-fullscreen .next-calendar-th {
  text-align: right;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding-right: 12px;
  padding-bottom: 4px;
}
.next-calendar-fullscreen .next-calendar-cell {
  font-size: 14px;
}
.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-month {
  font-weight: bold;
  background: #DEE8FF;
  color: #5584FF;
  border-color: #5584FF;
}
.next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-month {
  cursor: not-allowed;
  background: #F7F8FA;
  color: #CCCCCC;
  border-color: #E6E7EB;
}
.next-calendar-fullscreen .next-calendar-date, .next-calendar-fullscreen .next-calendar-month {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 4px;
  padding: 4px 8px;
  min-height: 80px;
  border-top: 2px solid;
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear;
  background: #FFFFFF;
  color: #333333;
  border-color: #DCDEE3;
}
.next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
  background: #DEE8FF;
  color: #5584FF;
  border-color: #5584FF;
}
.next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date {
  background: transparent;
  color: #CCCCCC;
  border-color: transparent;
}
.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-month {
  font-weight: bold;
  background: #FFFFFF;
  color: #5584FF;
  border-color: #5584FF;
}

.next-calendar-card .next-calendar-th,
.next-calendar-panel .next-calendar-th,
.next-calendar-range .next-calendar-th {
  text-align: center;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
}
.next-calendar-card .next-calendar-cell,
.next-calendar-panel .next-calendar-cell,
.next-calendar-range .next-calendar-cell {
  text-align: center;
  font-size: 12px;
}
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-year,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-year,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-year {
  -webkit-animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1);
          animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-weight: bold;
  background: #5584FF;
  color: #FFFFFF;
  border-color: #5584FF;
}
.next-calendar-card .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-card .next-calendar-cell.next-disabled .next-calendar-month,
.next-calendar-card .next-calendar-cell.next-disabled .next-calendar-year,
.next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-month,
.next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-year,
.next-calendar-range .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-disabled .next-calendar-month,
.next-calendar-range .next-calendar-cell.next-disabled .next-calendar-year {
  cursor: not-allowed;
  background: #F7F8FA;
  color: #CCCCCC;
  border-color: #F7F8FA;
}
.next-calendar-card .next-calendar-cell.next-inrange .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-inrange .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-inrange .next-calendar-date {
  background: #DEE8FF;
  color: #5584FF;
  border-color: #DEE8FF;
}
.next-calendar-card .next-calendar-date, .next-calendar-card .next-calendar-month, .next-calendar-card .next-calendar-year,
.next-calendar-panel .next-calendar-date,
.next-calendar-panel .next-calendar-month,
.next-calendar-panel .next-calendar-year,
.next-calendar-range .next-calendar-date,
.next-calendar-range .next-calendar-month,
.next-calendar-range .next-calendar-year {
  text-align: center;
  border: 1px solid;
  background: #FFFFFF;
  color: #666666;
  border-color: #FFFFFF;
}
.next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover,
.next-calendar-panel .next-calendar-date:hover,
.next-calendar-panel .next-calendar-month:hover,
.next-calendar-panel .next-calendar-year:hover,
.next-calendar-range .next-calendar-date:hover,
.next-calendar-range .next-calendar-month:hover,
.next-calendar-range .next-calendar-year:hover {
  cursor: pointer;
}
.next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover,
.next-calendar-panel .next-calendar-date:hover,
.next-calendar-panel .next-calendar-month:hover,
.next-calendar-panel .next-calendar-year:hover,
.next-calendar-range .next-calendar-date:hover,
.next-calendar-range .next-calendar-month:hover,
.next-calendar-range .next-calendar-year:hover {
  background: #DEE8FF;
  color: #5584FF;
  border-color: #DEE8FF;
}
.next-calendar-card .next-calendar-date,
.next-calendar-panel .next-calendar-date,
.next-calendar-range .next-calendar-date {
  width: 24px;
  height: 24px;
  line-height: 22px;
  margin: 4px auto;
  border-radius: 3px;
}
.next-calendar-card .next-calendar-month,
.next-calendar-panel .next-calendar-month,
.next-calendar-range .next-calendar-month {
  width: 60px;
  height: 24px;
  line-height: 22px;
  margin: 8px auto;
  border-radius: 3px;
}
.next-calendar-card .next-calendar-year,
.next-calendar-panel .next-calendar-year,
.next-calendar-range .next-calendar-year {
  width: 48px;
  height: 24px;
  line-height: 22px;
  margin: 8px auto;
  border-radius: 3px;
}
.next-calendar-card .next-calendar-cell-prev-month .next-calendar-date,
.next-calendar-panel .next-calendar-cell-prev-month .next-calendar-date,
.next-calendar-range .next-calendar-cell-prev-month .next-calendar-date {
  background: #FFFFFF;
  color: #CCCCCC;
  border-color: #FFFFFF;
}
.next-calendar-card .next-calendar-cell-next-month .next-calendar-date,
.next-calendar-panel .next-calendar-cell-next-month .next-calendar-date,
.next-calendar-range .next-calendar-cell-next-month .next-calendar-date {
  background: #FFFFFF;
  color: #CCCCCC;
  border-color: #FFFFFF;
}
.next-calendar-card .next-calendar-cell-current .next-calendar-date,
.next-calendar-card .next-calendar-cell-current .next-calendar-month,
.next-calendar-card .next-calendar-cell-current .next-calendar-year,
.next-calendar-panel .next-calendar-cell-current .next-calendar-date,
.next-calendar-panel .next-calendar-cell-current .next-calendar-month,
.next-calendar-panel .next-calendar-cell-current .next-calendar-year,
.next-calendar-range .next-calendar-cell-current .next-calendar-date,
.next-calendar-range .next-calendar-cell-current .next-calendar-month,
.next-calendar-range .next-calendar-cell-current .next-calendar-year {
  font-weight: bold;
  background: #FFFFFF;
  color: #5584FF;
  border-color: transparent;
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody tr {
  cursor: pointer;
}
.next-calendar-panel.next-calendar-week .next-calendar-tbody tr:hover .next-calendar-cell .next-calendar-date {
  background: #DEE8FF;
  color: #5584FF;
  border-color: #DEE8FF;
}
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-cell.next-selected .next-calendar-date {
  font-weight: normal;
  background: transparent;
  border-color: transparent;
}
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date {
  position: relative;
  color: #5584FF;
}
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  border: 1px solid;
  background: #DEE8FF;
  border-color: #DEE8FF;
  border-radius: 3px;
}
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date > span {
  position: relative;
}
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start,
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end {
  color: #FFFFFF;
}
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start::before,
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end::before {
  background: #5584FF;
  border-color: #5584FF;
}

.next-calendar[dir=rtl] .next-calendar-header {
  text-align: left;
}
.next-calendar[dir=rtl] .next-calendar-header .next-select {
  margin-right: 0;
  margin-left: 4px;
}
.next-calendar[dir=rtl] .next-calendar-header .next-menu {
  text-align: right;
}
.next-calendar[dir=rtl] .next-calendar-btn-prev-decade, .next-calendar[dir=rtl] .next-calendar-btn-prev-year {
  left: auto;
  right: 8px;
}
.next-calendar[dir=rtl] .next-calendar-btn-prev-month {
  left: auto;
  right: 28px;
}
.next-calendar[dir=rtl] .next-calendar-btn-next-month {
  right: auto;
  left: 28px;
}
.next-calendar[dir=rtl] .next-calendar-btn-next-year, .next-calendar[dir=rtl] .next-calendar-btn-next-decade {
  right: auto;
  left: 8px;
}

.next-calendar-fullscreen[dir=rtl] .next-calendar-th {
  text-align: left;
  padding-left: 12px;
  padding-right: 0;
}
.next-calendar-fullscreen[dir=rtl] .next-calendar-date, .next-calendar-fullscreen[dir=rtl] .next-calendar-month {
  text-align: left;
}

.next-calendar-range[dir=rtl] .next-calendar-body-left, .next-calendar-range[dir=rtl] .next-calendar-body-right {
  float: right;
}
.next-calendar-range[dir=rtl] .next-calendar-body-left {
  padding-right: 0;
  padding-left: 8px;
}
.next-calendar-range[dir=rtl] .next-calendar-body-right {
  padding-left: 0;
  padding-right: 8px;
}

.next-calendar {
  /* range calendar */
  /* --------------- */
}
.next-calendar-table {
  width: 100%;
  table-layout: fixed;
}
.next-calendar-range .next-calendar-body-left, .next-calendar-range .next-calendar-body-right {
  float: left;
  width: 50%;
}
.next-calendar-range .next-calendar-body-left {
  padding-right: 8px;
}
.next-calendar-range .next-calendar-body-right {
  padding-left: 8px;
}
.next-calendar-range .next-calendar-body:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}
.next-calendar-symbol-prev::before {
  content: "\E61D";
}
.next-calendar-symbol-next::before {
  content: "\E619";
}
.next-calendar-symbol-prev-super::before {
  content: "\E659";
}
.next-calendar-symbol-next-super::before {
  content: "\E65E";
}

.next-card *,
.next-card *:before,
.next-card *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-card, .next-card:before, .next-card:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.next-card[dir=rtl] .next-card-extra {
  left: 0;
  right: auto;
}
.next-card[dir=rtl] .next-card-title:before {
  right: 0;
  left: auto;
}
.next-card[dir=rtl] .next-card-subtitle {
  float: left;
  padding-right: 8px;
  padding-left: 0;
}
.next-card[dir=rtl] .next-card-head-show-bullet .next-card-title {
  padding-left: 0;
  padding-right: 8px;
}

.next-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-card *,
.next-card *:before,
.next-card *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-card {
  min-width: 100px;
  border: 1px solid #DCDEE3;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFFFFF;
  overflow: hidden;
}
.next-card-noborder {
  border: 0;
}
.next-card-head {
  background: #FFFFFF;
  padding-left: 16px;
  padding-right: 16px;
}
.next-card-head-show-bullet .next-card-title {
  padding-left: 8px;
}
.next-card-head-show-bullet .next-card-title:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 3px;
  background: #5584FF;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
.next-card-head-main {
  position: relative;
  margin-top: 8px;
  margin-bottom: 0px;
  height: 40px;
  line-height: 40px;
}
.next-card-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
  height: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}
.next-card-subtitle {
  font-size: 12px;
  color: #666666;
  padding-left: 8px;
}
.next-card-extra {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 12px;
  color: #5584FF;
}
.next-card-body {
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.next-card-show-divider > .next-card-head > .next-card-head-main {
  border-bottom: 1px solid #E6E7EB;
}
.next-card-show-divider > .next-card-body {
  padding-top: 12px;
}
.next-card-hide-divider > .next-card-body {
  padding-top: 0px;
}
.next-card-free {
  padding: 0;
}
.next-card-content {
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
.next-card-footer .next-icon {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-card-footer .next-icon.next-icon-arrow-down.expand {
  -webkit-transform-origin: 50% 47%;
      -ms-transform-origin: 50% 47%;
          transform-origin: 50% 47%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.next-card-header {
  background: #FFFFFF;
  padding: 0 16px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.next-card-media, .next-card-media > * {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.next-card-header-titles {
  overflow: hidden;
}
.next-card-header-extra {
  float: right;
  text-align: right;
}
.next-card-header-extra .next--btn {
  margin-left: 12px;
  vertical-align: middle;
}
.next-card-header-title {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.next-card-header-subtitle {
  font-size: 12px;
  color: #666666;
}
.next-card-actions {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.next-card-actions .next-btn:not(:last-child) {
  margin-right: 12px;
  vertical-align: middle;
}
.next-card-divider {
  border-style: none;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: visible;
}
.next-card-divider::before {
  content: "";
  display: block;
  border-bottom: 1px solid #E6E7EB;
}
.next-card-divider--inset {
  padding: 0 16px;
}
.next-card-content-container {
  margin-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
}

.next-cascader {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  overflow: auto;
  border: 1px solid #DCDEE3;
  border-radius: 3px;
}
.next-cascader *,
.next-cascader *:before,
.next-cascader *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-cascader-inner:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}
.next-cascader-menu-wrapper {
  float: left;
  overflow: auto;
  width: auto;
  min-width: 100px;
  height: 192px;
  overflow-x: hidden;
  overflow-y: auto;
}
.next-cascader-menu-wrapper + .next-cascader-menu-wrapper {
  border-left: 1px solid #DCDEE3;
}
.next-cascader-menu {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: auto;
  min-height: 100%;
}
.next-cascader-menu.next-has-right-border {
  border-right: 1px solid #DCDEE3;
}
.next-cascader-menu-item.next-expanded {
  color: #333333;
  background-color: #F2F3F7;
}
.next-cascader-menu-icon-right {
  position: absolute;
  top: 0;
  right: 10px;
  color: #666666;
}
.next-cascader-menu-icon-right:hover {
  color: #333333;
}
.next-cascader-menu-icon-expand.next-icon:before, .next-cascader-menu-icon-expand.next-icon .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-cascader-menu-icon-expand.next-icon {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-cascader-menu-icon-expand.next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-cascader-menu-icon-loading.next-icon:before, .next-cascader-menu-icon-loading.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
  color: #333333;
}
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
  color: #5584FF;
}
.next-cascader-filtered-list {
  height: 192px;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: auto;
}
.next-cascader-filtered-list .next-menu-item-inner {
  overflow: visible;
}
.next-cascader-filtered-item em {
  color: #5584FF;
  font-style: normal;
}

.next-cascader[dir=rtl] .next-cascader-menu-wrapper {
  float: right;
  border-left: none;
  border-right: 1px solid #DCDEE3;
}
.next-cascader[dir=rtl] .next-cascader-menu-wrapper:first-child {
  border-right: none;
}
.next-cascader[dir=rtl] .next-cascader-menu.next-has-right-border {
  border-right: none;
  border-left: 1px solid #DCDEE3;
}
.next-cascader[dir=rtl] .next-cascader-menu-icon-right {
  right: auto;
  left: 10px;
}

.next-cascader-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-cascader-select *,
.next-cascader-select *:before,
.next-cascader-select *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-cascader-select-dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DCDEE3;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-cascader-select-dropdown *,
.next-cascader-select-dropdown *:before,
.next-cascader-select-dropdown *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-cascader-select-dropdown .next-cascader {
  display: block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-cascader-select-not-found {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: auto;
  color: #999999;
}
.next-cascader-select-not-found .next-menu-item:hover {
  color: #999999;
  /* TODO */
  background: #FFFFFF;
  cursor: default;
}

.next-checkbox-wrapper[dir=rtl] {
  margin-right: 8px;
  margin-left: 0;
}
.next-checkbox-wrapper[dir=rtl]:first-child {
  margin-right: 0;
}
.next-checkbox-wrapper[dir=rtl] > .next-checkbox-label {
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable max-nesting-depth */
.next-checkbox-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.next-checkbox-wrapper *,
.next-checkbox-wrapper *:before,
.next-checkbox-wrapper *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-checkbox-wrapper .next-checkbox {
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
.next-checkbox-wrapper input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}
.next-checkbox-wrapper .next-checkbox-inner {
  display: block;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #C4C6CF;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  text-align: left; /* 防止继承父级 */
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-checkbox-wrapper .next-checkbox-inner > .next-icon {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  top: 0;
  opacity: 0;
  line-height: 16px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #FFFFFF;
  left: 4px;
  margin-left: 0px;
}
.next-checkbox-wrapper .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper .next-checkbox-inner > .next-icon .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-checkbox-wrapper .next-checkbox-inner > .next-icon {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-checkbox-wrapper .next-checkbox-inner > .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-checkbox-wrapper .next-checkbox-inner > .next-icon::before {
  vertical-align: top;
  margin-top: 0;
}
.next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-select-icon::before {
  content: "\E632";
}
.next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-semi-select-icon::before {
  content: "\E633";
}
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner {
  border-color: transparent;
  background-color: #5584FF;
}
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner.hovered {
  border-color: transparent;
}
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  margin-left: 0px;
  /* font-size < 12px的时候进行覆盖。 */
}
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner {
  border-color: transparent;
  background-color: #5584FF;
}
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner.hovered {
  border-color: transparent;
}
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  margin-left: 0px;
  /* font-size < 12px的时候进行覆盖。 */
}
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-checkbox-wrapper:not(.disabled):hover > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.hovered > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.focused > .next-checkbox > .next-checkbox-inner {
  border-color: #5584FF;
  background-color: #DEE8FF;
}
.next-checkbox-wrapper:not(.disabled):hover .next-checkbox-label, .next-checkbox-wrapper.hovered .next-checkbox-label, .next-checkbox-wrapper.focused .next-checkbox-label {
  cursor: pointer;
}
.next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner {
  border-color: transparent;
  background-color: #3E71F7;
}
.next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon {
  color: #FFFFFF;
  opacity: 1;
}
.next-checkbox-wrapper.disabled input[type=checkbox] {
  cursor: not-allowed;
}
.next-checkbox-wrapper.disabled .next-checkbox-inner {
  border-color: #E6E7EB;
  background: #F7F8FA;
}
.next-checkbox-wrapper.disabled.checked .next-checkbox-inner, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner {
  border-color: #E6E7EB;
  background: #F7F8FA;
}
.next-checkbox-wrapper.disabled.checked .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.checked .next-checkbox-inner.hovered, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner.hovered {
  border-color: #E6E7EB;
}
.next-checkbox-wrapper.disabled.checked .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner > .next-icon {
  color: #CCCCCC;
  opacity: 1;
}
.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner {
  border-color: #E6E7EB;
  background: #F7F8FA;
}
.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner > .next-icon {
  color: #CCCCCC;
  opacity: 1;
}
.next-checkbox-wrapper.disabled .next-checkbox-label {
  color: #CCCCCC;
  cursor: not-allowed;
}

.next-checkbox-group .next-checkbox-wrapper {
  display: inline-block;
  margin-right: 12px;
}
.next-checkbox-group .next-checkbox-wrapper:last-child {
  margin-right: 0;
}
.next-checkbox-group-ver .next-checkbox-wrapper {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px;
}

.next-checkbox-label {
  font-size: 12px;
  color: #333333;
  vertical-align: middle;
  margin: 0;
  margin-left: 4px;
  /* 使用已存margin-left变量 */
  margin-right: 4px;
  line-height: 1;
}

.next-collapse[dir=rtl] .next-collapse-panel-title {
  padding: 8px 28px 8px 0;
}
.next-collapse[dir=rtl] .next-collapse-panel-icon {
  left: inherit;
  right: 12px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0px;
  margin-right: 0px;
}
.next-collapse[dir=rtl] .next-collapse-panel-icon:before, .next-collapse[dir=rtl] .next-collapse-panel-icon .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-collapse[dir=rtl] .next-collapse-panel-icon {
    -webkit-transform: scale(0.5) rotate(180deg);
        -ms-transform: scale(0.5) rotate(180deg);
            transform: scale(0.5) rotate(180deg);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-collapse[dir=rtl] .next-collapse-panel-icon:before {
    width: 16px;
    font-size: 16px;
  }
}

/* put your code here */
.next-collapse {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DCDEE3;
  border-radius: 3px;
  overflow: hidden;
}
.next-collapse *,
.next-collapse *:before,
.next-collapse *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-collapse:focus, .next-collapse *:focus {
  outline: 0;
}
.next-collapse-panel:not(:first-child) {
  border-top: 1px solid #DCDEE3;
}
.next-collapse .next-collapse-panel-icon {
  position: absolute;
  color: #333333;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
  left: 12px;
  margin-top: -2px;
  margin-left: 0px;
  margin-right: 0px;
}
.next-collapse .next-collapse-panel-icon:before, .next-collapse .next-collapse-panel-icon .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-collapse .next-collapse-panel-icon {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-collapse .next-collapse-panel-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-collapse-panel-title {
  position: relative;
  line-height: 1.5;
  background: #F2F3F7;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  cursor: pointer;
  padding: 8px 0 8px 28px;
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear;
}
.next-collapse-panel-title:hover {
  background: #EBECF0;
  color: #333333;
  font-weight: normal;
}
.next-collapse-panel-title:hover .next-collapse-panel-icon {
  color: #333333;
}
.next-collapse-panel-content {
  height: 0;
  line-height: 1.5;
  padding: 0 16px;
  background: #FFFFFF;
  font-size: 12px;
  color: #666666;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}
.next-collapse-panel-expanded > .next-collapse-panel-content {
  display: block;
  padding: 12px 16px;
  height: auto;
  opacity: 1;
}
.next-collapse .next-collapse-unfold-icon::before {
  content: "";
}
.next-collapse-panel-hidden > .next-collapse-panel-content {
  overflow: hidden;
}
.next-collapse .next-collapse-panel-icon::before {
  content: "\E619";
}
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0px;
  margin-right: 0px;
}
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before, .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
    -webkit-transform: scale(0.5) rotate(90deg);
        -ms-transform: scale(0.5) rotate(90deg);
            transform: scale(0.5) rotate(90deg);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-collapse-disabled {
  border-color: #E6E7EB;
}
.next-collapse-panel-disabled:not(:first-child) {
  border-color: #E6E7EB;
}
.next-collapse-panel-disabled > .next-collapse-panel-title {
  cursor: not-allowed;
  color: #CCCCCC;
  background: #F2F3F7;
}
.next-collapse-panel-disabled .next-collapse-panel-icon {
  color: #CCCCCC;
}
.next-collapse-panel-disabled .next-collapse-panel-title:hover {
  font-weight: normal;
}
.next-collapse-panel-disabled .next-collapse-panel-title:hover .next-collapse-panel-icon {
  color: #CCCCCC;
}
.next-collapse-panel-disabled:hover {
  color: #CCCCCC;
  background: #F2F3F7;
}

.next-time-picker-menu {
  float: left;
  text-align: center;
}
.next-time-picker-menu:not(:last-child) {
  border-right: 1px solid #C4C6CF;
}
.next-time-picker-menu-title {
  cursor: default;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  font-weight: normal;
  color: #999999;
  background: #FFFFFF;
}
.next-time-picker-menu ul {
  position: relative;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 196px;
}
.next-time-picker-menu-item {
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear;
  color: #666666;
  background: #FFFFFF;
  outline: none;
}
.next-time-picker-menu-item:hover {
  color: #333333;
  background: #F2F3F7;
}
.next-time-picker-menu-item.next-selected {
  font-weight: bold;
  color: #666666;
  background: #F2F3F7;
}
.next-time-picker-menu-item.next-disabled {
  cursor: not-allowed;
  color: #CCCCCC;
  background: #FFFFFF;
}

.next-time-picker-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-time-picker-panel *,
.next-time-picker-panel *:before,
.next-time-picker-panel *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-time-picker-panel:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}
.next-time-picker-panel-header {
  border-bottom: 1px solid #DCDEE3;
}
.next-time-picker-panel-input.next-input {
  width: 100%;
  padding: 6px;
  border-color: transparent;
  vertical-align: middle;
}
.next-time-picker-panel-col-3 .next-time-picker-menu {
  width: 33.3333333333%;
}
.next-time-picker-panel-col-2 .next-time-picker-menu {
  width: 50%;
}
.next-time-picker-panel-col-1 .next-time-picker-menu {
  width: 100%;
}

.next-time-picker-body[dir=rtl] .next-time-picker-menu {
  float: right;
}
.next-time-picker-body[dir=rtl] .next-time-picker-menu:not(:last-child) {
  border-right: none;
  border-left: 1px solid #C4C6CF;
}

.next-time-picker {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 200px;
}
.next-time-picker *,
.next-time-picker *:before,
.next-time-picker *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-time-picker-trigger .next-input {
  width: 100%;
}
.next-time-picker-body {
  overflow: hidden;
  width: 200px;
  border: 1px solid #DCDEE3;
  border-radius: 3px;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-time-picker-symbol-clock-icon::before {
  content: "\E621";
}

.next-range-picker-panel-input-separator, .next-range-picker-trigger-separator {
  cursor: default;
  display: inline-block;
  text-align: center;
  color: #CCCCCC;
  width: 16px;
  font-size: 12px;
  vertical-align: middle;
}

.next-date-picker,
.next-month-picker,
.next-year-picker,
.next-week-picker {
  display: inline-block;
  width: 200px;
}
.next-date-picker-input,
.next-month-picker-input,
.next-year-picker-input,
.next-week-picker-input {
  width: 100%;
}
.next-date-picker-body,
.next-month-picker-body,
.next-year-picker-body,
.next-week-picker-body {
  width: 288px;
}
.next-date-picker-panel-input.next-input,
.next-month-picker-panel-input.next-input,
.next-year-picker-panel-input.next-input,
.next-week-picker-panel-input.next-input {
  width: 100%;
  background: transparent;
}

.next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input {
  width: 49%;
}
.next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
  margin-right: 2%;
}

.next-range-picker {
  display: inline-block;
  width: 336px;
}
.next-range-picker-input {
  width: 100%;
}
.next-range-picker-trigger {
  border: 1px solid #C4C6CF;
  background-color: #FFFFFF;
}
.next-range-picker-trigger:hover {
  border-color: #A0A2AD;
  background-color: #FFFFFF;
}
.next-range-picker-trigger.next-error {
  border-color: #FF3000;
}
.next-range-picker-trigger-input.next-input {
  height: auto;
  width: calc(50% - 8px);
}
.next-range-picker.next-disabled .next-range-picker-trigger {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
  cursor: not-allowed;
}
.next-range-picker.next-disabled .next-range-picker-trigger:hover {
  border-color: #E6E7EB;
  background-color: #F7F8FA;
}
.next-range-picker.next-large .next-range-picker-trigger, .next-range-picker.next-large .next-range-picker-panel-input {
  border-radius: 3px;
}
.next-range-picker.next-medium .next-range-picker-trigger, .next-range-picker.next-medium .next-range-picker-panel-input {
  border-radius: 3px;
}
.next-range-picker.next-small .next-range-picker-trigger, .next-range-picker.next-small .next-range-picker-panel-input {
  border-radius: 3px;
}
.next-range-picker-body {
  width: 600px;
}
.next-range-picker-panel-input-start-date.next-input, .next-range-picker-panel-input-end-date.next-input {
  width: calc(50% - 8px);
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-time, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
  width: calc(25% - 8px);
}
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
  margin-right: 8px;
}
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
  margin-left: 8px;
}
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
  width: 50%;
  float: left;
}
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start {
  border-right: 1px solid #DCDEE3;
}
.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
  border-left: 1px solid #DCDEE3;
}

.next-date-picker-body[dir=rtl] .next-date-picker-panel-footer {
  text-align: left;
}
.next-date-picker-body[dir=rtl] .next-date-picker-panel-footer > .next-btn:not(:last-child) {
  margin-right: 0;
  margin-left: 16px;
}

.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
  margin-left: 2%;
  margin-right: 0;
}
.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-time-picker-menu {
  float: right;
}
.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-time-picker-menu:not(:last-child) {
  border-right: none;
  border-left: 1px solid #C4C6CF;
}

.next-range-picker-body[dir=rtl] .next-range-picker-panel-input {
  text-align: right;
}
.next-range-picker-body[dir=rtl] .next-date-picker-panel-footer {
  text-align: left;
}
.next-range-picker-body[dir=rtl] .next-date-picker-panel-footer > .next-btn:not(:last-child) {
  margin-right: 0;
  margin-left: 16px;
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
  margin-right: 0;
  margin-left: 8px;
}
.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
  margin-left: 0;
  margin-right: 8px;
}
.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-end {
  float: right;
}
.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-start {
  border-right: none;
  border-left: 1px solid #DCDEE3;
}
.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-end {
  border-left: none;
  border-right: 1px solid #DCDEE3;
}
.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-time-picker-menu {
  float: right;
}
.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-time-picker-menu:not(:last-child) {
  border-right: none;
  border-left: 1px solid #C4C6CF;
}

.next-date-picker,
.next-range-picker,
.next-month-picker,
.next-year-picker,
.next-week-picker {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-date-picker *,
.next-date-picker *:before,
.next-date-picker *:after,
.next-range-picker *,
.next-range-picker *:before,
.next-range-picker *:after,
.next-month-picker *,
.next-month-picker *:before,
.next-month-picker *:after,
.next-year-picker *,
.next-year-picker *:before,
.next-year-picker *:after,
.next-week-picker *,
.next-week-picker *:before,
.next-week-picker *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-date-picker-body,
.next-range-picker-body,
.next-month-picker-body,
.next-year-picker-body,
.next-week-picker-body {
  border: 1px solid #DCDEE3;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FFFFFF;
}
.next-date-picker-panel-header,
.next-range-picker-panel-header,
.next-month-picker-panel-header,
.next-year-picker-panel-header,
.next-week-picker-panel-header {
  padding: 6px;
  text-align: center;
}
.next-date-picker-panel-time,
.next-range-picker-panel-time,
.next-month-picker-panel-time,
.next-year-picker-panel-time,
.next-week-picker-panel-time {
  border-top: 1px solid #DCDEE3;
}
.next-date-picker-panel-footer,
.next-range-picker-panel-footer,
.next-month-picker-panel-footer,
.next-year-picker-panel-footer,
.next-week-picker-panel-footer {
  text-align: right;
  padding: 8px 20px;
  border-top: 1px solid #DCDEE3;
}
.next-date-picker-panel-footer > .next-btn:not(:last-child), .next-date-picker-panel-tools > .next-btn:not(:last-child),
.next-range-picker-panel-footer > .next-btn:not(:last-child),
.next-range-picker-panel-tools > .next-btn:not(:last-child),
.next-month-picker-panel-footer > .next-btn:not(:last-child),
.next-month-picker-panel-tools > .next-btn:not(:last-child),
.next-year-picker-panel-footer > .next-btn:not(:last-child),
.next-year-picker-panel-tools > .next-btn:not(:last-child),
.next-week-picker-panel-footer > .next-btn:not(:last-child),
.next-week-picker-panel-tools > .next-btn:not(:last-child) {
  margin-right: 16px;
}
.next-date-picker-panel-tools,
.next-range-picker-panel-tools,
.next-month-picker-panel-tools,
.next-year-picker-panel-tools,
.next-week-picker-panel-tools {
  float: left;
}
.next-date-picker .next-calendar-panel-header,
.next-range-picker .next-calendar-panel-header,
.next-month-picker .next-calendar-panel-header,
.next-year-picker .next-calendar-panel-header,
.next-week-picker .next-calendar-panel-header {
  margin-left: -1px;
  margin-right: -1px;
}
.next-date-picker .next-input input,
.next-range-picker .next-input input,
.next-month-picker .next-input input,
.next-year-picker .next-input input,
.next-week-picker .next-input input {
  vertical-align: baseline;
}
.next-date-picker-symbol-calendar-icon::before,
.next-range-picker-symbol-calendar-icon::before,
.next-month-picker-symbol-calendar-icon::before,
.next-year-picker-symbol-calendar-icon::before,
.next-week-picker-symbol-calendar-icon::before {
  content: "\E607";
}

.next-range-picker-panel-body .next-calendar {
  display: inline-block;
  width: 50%;
}

.next-message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  vertical-align: baseline;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.next-message *,
.next-message *:before,
.next-message *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-message:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}
.next-message .next-message-close {
  color: #999999;
  font-size: 0;
  position: absolute;
  cursor: pointer;
}
.next-message .next-message-close .next-icon-close {
  width: 12px;
  height: 12px;
  line-height: 1em;
}
.next-message .next-message-close .next-icon-close:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1em;
}
.next-message .next-message-close:hover {
  color: #666666;
}
.next-message.next-message-success.next-inline {
  background-color: #E4FDDA;
  border-color: #E4FDDA;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-message.next-message-success.next-inline > .next-message-title {
  color: #333333;
}
.next-message.next-message-success.next-inline > .next-message-content {
  color: #666666;
}
.next-message.next-message-success.next-inline > .next-message-symbol {
  color: #46BC15;
}
.next-message.next-message-success.next-inline > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E60A";
}
.next-message.next-message-success.next-addon {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-message.next-message-success.next-addon > .next-message-title {
  color: #333333;
}
.next-message.next-message-success.next-addon > .next-message-content {
  color: #666666;
}
.next-message.next-message-success.next-addon > .next-message-symbol {
  color: #46BC15;
}
.next-message.next-message-success.next-addon > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E60A";
}
.next-message.next-message-success.next-toast {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  border-style: solid;
}
.next-message.next-message-success.next-toast > .next-message-title {
  color: #333333;
}
.next-message.next-message-success.next-toast > .next-message-content {
  color: #666666;
}
.next-message.next-message-success.next-toast > .next-message-symbol {
  color: #46BC15;
}
.next-message.next-message-success.next-toast > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E60A";
}
.next-message.next-message-warning.next-inline {
  background-color: #FFF3E0;
  border-color: #FFF3E0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-message.next-message-warning.next-inline > .next-message-title {
  color: #333333;
}
.next-message.next-message-warning.next-inline > .next-message-content {
  color: #666666;
}
.next-message.next-message-warning.next-inline > .next-message-symbol {
  color: #FF9300;
}
.next-message.next-message-warning.next-inline > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E60B";
}
.next-message.next-message-warning.next-addon {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-message.next-message-warning.next-addon > .next-message-title {
  color: #333333;
}
.next-message.next-message-warning.next-addon > .next-message-content {
  color: #666666;
}
.next-message.next-message-warning.next-addon > .next-message-symbol {
  color: #FF9300;
}
.next-message.next-message-warning.next-addon > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E60B";
}
.next-message.next-message-warning.next-toast {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  border-style: solid;
}
.next-message.next-message-warning.next-toast > .next-message-title {
  color: #333333;
}
.next-message.next-message-warning.next-toast > .next-message-content {
  color: #666666;
}
.next-message.next-message-warning.next-toast > .next-message-symbol {
  color: #FF9300;
}
.next-message.next-message-warning.next-toast > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E60B";
}
.next-message.next-message-error.next-inline {
  background-color: #FFECE4;
  border-color: #FFECE4;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-message.next-message-error.next-inline > .next-message-title {
  color: #333333;
}
.next-message.next-message-error.next-inline > .next-message-content {
  color: #666666;
}
.next-message.next-message-error.next-inline > .next-message-symbol {
  color: #FF3000;
}
.next-message.next-message-error.next-inline > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E60D";
}
.next-message.next-message-error.next-addon {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-message.next-message-error.next-addon > .next-message-title {
  color: #333333;
}
.next-message.next-message-error.next-addon > .next-message-content {
  color: #666666;
}
.next-message.next-message-error.next-addon > .next-message-symbol {
  color: #FF3000;
}
.next-message.next-message-error.next-addon > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E60D";
}
.next-message.next-message-error.next-toast {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  border-style: solid;
}
.next-message.next-message-error.next-toast > .next-message-title {
  color: #333333;
}
.next-message.next-message-error.next-toast > .next-message-content {
  color: #666666;
}
.next-message.next-message-error.next-toast > .next-message-symbol {
  color: #FF3000;
}
.next-message.next-message-error.next-toast > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E60D";
}
.next-message.next-message-notice.next-inline {
  background-color: #E3F2FD;
  border-color: #E3F2FD;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-message.next-message-notice.next-inline > .next-message-title {
  color: #333333;
}
.next-message.next-message-notice.next-inline > .next-message-content {
  color: #666666;
}
.next-message.next-message-notice.next-inline > .next-message-symbol {
  color: #4494F9;
}
.next-message.next-message-notice.next-inline > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E60C";
}
.next-message.next-message-notice.next-addon {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-message.next-message-notice.next-addon > .next-message-title {
  color: #333333;
}
.next-message.next-message-notice.next-addon > .next-message-content {
  color: #666666;
}
.next-message.next-message-notice.next-addon > .next-message-symbol {
  color: #4494F9;
}
.next-message.next-message-notice.next-addon > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E60C";
}
.next-message.next-message-notice.next-toast {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  border-style: solid;
}
.next-message.next-message-notice.next-toast > .next-message-title {
  color: #333333;
}
.next-message.next-message-notice.next-toast > .next-message-content {
  color: #666666;
}
.next-message.next-message-notice.next-toast > .next-message-symbol {
  color: #4494F9;
}
.next-message.next-message-notice.next-toast > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E60C";
}
.next-message.next-message-help.next-inline {
  background-color: #E3FFF8;
  border-color: #E3FFF8;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-message.next-message-help.next-inline > .next-message-title {
  color: #333333;
}
.next-message.next-message-help.next-inline > .next-message-content {
  color: #666666;
}
.next-message.next-message-help.next-inline > .next-message-symbol {
  color: #01C1B2;
}
.next-message.next-message-help.next-inline > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E673";
}
.next-message.next-message-help.next-addon {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-message.next-message-help.next-addon > .next-message-title {
  color: #333333;
}
.next-message.next-message-help.next-addon > .next-message-content {
  color: #666666;
}
.next-message.next-message-help.next-addon > .next-message-symbol {
  color: #01C1B2;
}
.next-message.next-message-help.next-addon > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E673";
}
.next-message.next-message-help.next-toast {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  border-style: solid;
}
.next-message.next-message-help.next-toast > .next-message-title {
  color: #333333;
}
.next-message.next-message-help.next-toast > .next-message-content {
  color: #666666;
}
.next-message.next-message-help.next-toast > .next-message-symbol {
  color: #01C1B2;
}
.next-message.next-message-help.next-toast > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E673";
}
.next-message.next-message-loading.next-inline {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-message.next-message-loading.next-inline > .next-message-title {
  color: #333333;
}
.next-message.next-message-loading.next-inline > .next-message-content {
  color: #666666;
}
.next-message.next-message-loading.next-inline > .next-message-symbol {
  color: #5584FF;
}
.next-message.next-message-loading.next-inline > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E646";
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.next-message.next-message-loading.next-addon {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}
.next-message.next-message-loading.next-addon > .next-message-title {
  color: #333333;
}
.next-message.next-message-loading.next-addon > .next-message-content {
  color: #666666;
}
.next-message.next-message-loading.next-addon > .next-message-symbol {
  color: #5584FF;
}
.next-message.next-message-loading.next-addon > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E646";
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.next-message.next-message-loading.next-toast {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  border-style: solid;
}
.next-message.next-message-loading.next-toast > .next-message-title {
  color: #333333;
}
.next-message.next-message-loading.next-toast > .next-message-content {
  color: #666666;
}
.next-message.next-message-loading.next-toast > .next-message-symbol {
  color: #5584FF;
}
.next-message.next-message-loading.next-toast > .next-message-symbol-icon::before {
  vertical-align: top;
  content: "\E646";
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.next-message.next-medium {
  border-width: 1px;
  padding: 12px;
}
.next-message.next-medium .next-message-symbol {
  float: left;
  line-height: 16px;
}
.next-message.next-medium .next-message-symbol:before, .next-message.next-medium .next-message-symbol .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-message.next-medium .next-message-title {
  padding: 0 20px 0 24px;
  font-size: 16px;
  line-height: 16px;
}
.next-message.next-medium .next-message-content {
  margin-top: 8px;
  padding: 0 20px 0 24px;
  font-size: 12px;
  line-height: 1.5;
}
.next-message.next-medium .next-message-symbol + .next-message-content {
  margin-top: 0;
}
.next-message.next-medium.next-title-content .next-message-title {
  line-height: 16px;
}
.next-message.next-medium.next-only-content .next-message-content {
  line-height: 16px;
}
.next-message.next-medium .next-message-close {
  top: 12px;
  right: 12px;
}
.next-message.next-medium.next-inline {
  border-radius: 3px;
}
.next-message.next-medium.next-toast {
  border-radius: 3px;
}
.next-message.next-large {
  border-width: 2px;
  padding: 16px;
}
.next-message.next-large .next-message-symbol {
  float: left;
  line-height: 24px;
}
.next-message.next-large .next-message-symbol:before, .next-message.next-large .next-message-symbol .next-icon-remote {
  width: 24px;
  font-size: 24px;
  line-height: inherit;
}
.next-message.next-large .next-message-title {
  padding: 0 20px 0 36px;
  font-size: 20px;
  line-height: 20px;
}
.next-message.next-large .next-message-content {
  margin-top: 8px;
  padding: 0 20px 0 36px;
  font-size: 12px;
  line-height: 1.5;
}
.next-message.next-large .next-message-symbol + .next-message-content {
  margin-top: 0;
}
.next-message.next-large.next-title-content .next-message-title {
  line-height: 24px;
}
.next-message.next-large.next-only-content .next-message-content {
  line-height: 24px;
}
.next-message.next-large .next-message-close {
  top: 16px;
  right: 16px;
}
.next-message.next-large.next-inline {
  border-radius: 3px;
}
.next-message.next-large.next-toast {
  border-radius: 3px;
}

.next-message[dir=rtl] .next-message-symbol {
  float: right;
}
.next-message[dir=rtl].next-medium .next-message-title {
  padding: 0 24px 0 20px;
}
.next-message[dir=rtl].next-medium .next-message-close {
  left: 12px;
  right: auto;
}
.next-message[dir=rtl].next-large .next-message-title {
  padding: 0 36px 0 20px;
}
.next-message[dir=rtl].next-large .next-message-close {
  left: 16px;
  right: auto;
}

.next-message-wrapper-v2 {
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  z-index: 1001;
  width: 100%;
  pointer-events: none;
}

.next-message-list {
  padding: 8px;
  text-align: center;
}
.next-message-list .next-message {
  display: inline-block;
  pointer-events: all;
}

.next-message-fade-leave {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.next-message-fade-leave.next-message-fade-leave-active {
  -webkit-animation-name: MessageFadeOut;
          animation-name: MessageFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes MessageFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}

@keyframes MessageFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.next-dialog[dir=rtl] {
  text-align: right;
}
.next-dialog[dir=rtl] .next-dialog-footer.next-align-left {
  text-align: right;
}
.next-dialog[dir=rtl] .next-dialog-footer.next-align-center {
  text-align: center;
}
.next-dialog[dir=rtl] .next-dialog-footer.next-align-right {
  text-align: left;
}
.next-dialog[dir=rtl] .next-dialog-btn + .next-dialog-btn {
  margin-right: 4px;
  margin-left: 0;
}
.next-dialog[dir=rtl] .next-dialog-close {
  left: 12px;
  right: auto;
}

.next-dialog {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 1001;
  background: #FFFFFF;
  border: 1px solid #DCDEE3;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  text-align: left;
  overflow: hidden;
  max-width: 90%;
  /* 让用户自己设置 */
  /* &.next-closeable &-header, */
  /* &.next-closeable &-body, { */
  /*     padding-right: $dialog-part-padding-right-closeable; */
  /* } */
}
.next-dialog *,
.next-dialog *:before,
.next-dialog *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-dialog-header {
  padding: 12px 20px 12px 20px;
  border-bottom: 0px solid transparent;
  font-size: 16px;
  font-weight: normal;
  background: transparent;
  color: #333333;
}
.next-dialog-body {
  padding: 20px 20px 20px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
}
.next-dialog-body-no-footer {
  margin-bottom: 0px;
}
.next-dialog-body-no-padding {
  padding: 0;
}
.next-dialog-footer {
  padding: 12px 20px 12px 20px;
  border-top: 0px solid transparent;
  background: transparent;
}
.next-dialog-footer.next-align-left {
  text-align: left;
}
.next-dialog-footer.next-align-center {
  text-align: center;
}
.next-dialog-footer.next-align-right {
  text-align: right;
}
.next-dialog-footer-fixed-height {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.next-dialog-btn + .next-dialog-btn {
  margin-left: 4px;
}
.next-dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  color: #999999;
  cursor: pointer;
}
.next-dialog-close:link, .next-dialog-close:visited {
  height: 16px;
  color: #999999;
}
.next-dialog-close:hover {
  background: transparent;
  color: #333333;
}
.next-dialog-close .next-dialog-close-icon.next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  line-height: 1em;
}
.next-dialog-close .next-dialog-close-icon.next-icon:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1em;
}
.next-dialog-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  padding: 40px;
  overflow: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-dialog-container:before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: "";
}
.next-dialog-container .next-dialog {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.next-dialog-quick .next-dialog-body {
  padding: 20px 20px 20px 20px;
}
.next-dialog .next-dialog-message.next-message {
  min-width: 300px;
  padding: 0;
}

.next-dialog-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
.next-dialog-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 100px;
  pointer-events: none;
  padding-bottom: 24px;
}
.next-dialog-v2 {
  pointer-events: auto;
  margin: 0 auto;
}
.next-dialog-v2 .next-dialog-header {
  word-break: break-word;
  padding-right: 40px;
}
.next-dialog-v2 .next-dialog-body {
  padding-right: 40px;
}
.next-dialog-v2 .next-dialog-header + .next-dialog-body {
  padding: 20px 20px 20px 20px;
}
.next-dialog-v2 .next-dialog-header + .next-dialog-body-no-footer {
  margin-bottom: 0px;
}
.next-dialog-v2 .next-dialog-body.next-dialog-body-no-padding {
  padding: 0;
}
.next-dialog.next-dialog-v2 {
  position: relative;
}
.next-dialog-centered {
  text-align: center;
}
.next-dialog-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.next-dialog-centered .next-dialog-v2 {
  margin: 40px 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.next-drawer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 1001;
  background: #FFFFFF;
  border: 1px solid #DCDEE3;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  overflow: auto;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.next-drawer *,
.next-drawer *:before,
.next-drawer *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-drawer-right {
  height: 100%;
  max-width: 80%;
  width: 240px;
}
.next-drawer-left {
  height: 100%;
  max-width: 80%;
  width: 240px;
}
.next-drawer-top {
  width: 100%;
}
.next-drawer-bottom {
  width: 100%;
}
.next-drawer-header {
  padding: 12px 20px 12px 20px;
  border-bottom: 1px solid #DCDEE3;
  font-size: 16px;
  background: #FFFFFF;
  color: #333333;
}
.next-drawer-no-title {
  padding: 0;
  border-bottom: 0;
}
.next-drawer-body {
  padding: 20px 20px 20px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
}
.next-drawer-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
  color: #999999;
  cursor: pointer;
}
.next-drawer-close:link, .next-drawer-close:visited {
  height: 16px;
  color: #999999;
}
.next-drawer-close:hover {
  background: transparent;
  color: #333333;
}
.next-drawer-close .next-drawer-close-icon.next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  line-height: 1em;
}
.next-drawer-close .next-drawer-close-icon.next-icon:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1em;
}

.next-drawer-wrapper {
  position: fixed;
}
.next-drawer-wrapper .next-drawer-v2 {
  position: initial;
  width: 100%;
  height: 100%;
}
.next-drawer-wrapper .next-drawer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}
.next-drawer-wrapper .next-drawer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.next-drawer-wrapper .next-drawer-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
  word-wrap: break-word;
  font-size: 14px;
}
.next-drawer-wrapper.next-drawer-right {
  width: 400px;
  right: 0;
  top: 0;
  height: 100%;
}
.next-drawer-wrapper.next-drawer-right .next-drawer-v2 {
  height: 100%;
}
.next-drawer-wrapper.next-drawer-left {
  width: 400px;
  left: 0;
  top: 0;
  height: 100%;
}
.next-drawer-wrapper.next-drawer-left .next-drawer-v2 {
  height: 100%;
}
.next-drawer-wrapper.next-drawer-top {
  height: 400px;
  left: 0;
  top: 0;
  width: 100%;
}
.next-drawer-wrapper.next-drawer-top .next-drawer-v2 {
  width: 100%;
}
.next-drawer-wrapper.next-drawer-bottom {
  height: 400px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.next-drawer-wrapper.next-drawer-bottom .next-drawer-v2 {
  width: 100%;
}

/* stylelint-disable-next-line */
/* Grid System */
/* 根据 Alibaba Base DPL(BASE DPL)设计规范实现 */
/* 栅格系统, 根据不同的屏幕尺寸情况，调整这些区块的排版，将页面划分为若干等宽的列，然后推荐通过等宽列来创建响应式的页面区块。另外，屏幕宽度较大的时候，区块倾向于水平分布，而屏幕宽度较小的时候，区块倾向于竖直堆叠。 */
/* ------------------------------- */
.next-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-row *,
.next-row *:before,
.next-row *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-row.next-row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 320px) {
  .next-row.next-row-fixed {
    width: 320px;
  }
}
@media (min-width: 480px) {
  .next-row.next-row-fixed {
    width: 480px;
  }
}
@media (min-width: 720px) {
  .next-row.next-row-fixed {
    width: 720px;
  }
}
@media (min-width: 990px) {
  .next-row.next-row-fixed {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .next-row.next-row-fixed {
    width: 1200px;
  }
}
@media (min-width: 1500px) {
  .next-row.next-row-fixed {
    width: 1500px;
  }
}
.next-row.next-row-fixed-xxs {
  width: 320px;
}
.next-row.next-row-fixed-xs {
  width: 480px;
}
.next-row.next-row-fixed-s {
  width: 720px;
}
.next-row.next-row-fixed-m {
  width: 990px;
}
.next-row.next-row-fixed-l {
  width: 1200px;
}
.next-row.next-row-fixed-xl {
  width: 1500px;
}
.next-row.next-row-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.next-row.next-row-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.next-row.next-row-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.next-row.next-row-justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.next-row.next-row-justify-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.next-row.next-row-align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.next-row.next-row-align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.next-row.next-row-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.next-row.next-row-align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.next-row.next-row-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.next-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.next-col.next-col-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.next-col.next-col-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.next-col.next-col-center {
  -ms-flex-item-align: center;
      align-self: center;
}

/* IE9 pack */
@media all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .next-row {
    display: table;
    width: 100%;
  }
  .next-col {
    display: table-cell;
    vertical-align: top;
  }
}
.next-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.1666666667%;
          flex: 0 0 4.1666666667%;
  width: 4.1666666667%;
  max-width: 4.1666666667%;
}

.next-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}

.next-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  width: 12.5%;
  max-width: 12.5%;
}

.next-col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.next-col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.8333333333%;
          flex: 0 0 20.8333333333%;
  width: 20.8333333333%;
  max-width: 20.8333333333%;
}

.next-col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.next-col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.1666666667%;
          flex: 0 0 29.1666666667%;
  width: 29.1666666667%;
  max-width: 29.1666666667%;
}

.next-col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

.next-col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  width: 37.5%;
  max-width: 37.5%;
}

.next-col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}

.next-col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.8333333333%;
          flex: 0 0 45.8333333333%;
  width: 45.8333333333%;
  max-width: 45.8333333333%;
}

.next-col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.next-col-13 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.1666666667%;
          flex: 0 0 54.1666666667%;
  width: 54.1666666667%;
  max-width: 54.1666666667%;
}

.next-col-14 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}

.next-col-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  width: 62.5%;
  max-width: 62.5%;
}

.next-col-16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}

.next-col-17 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70.8333333333%;
          flex: 0 0 70.8333333333%;
  width: 70.8333333333%;
  max-width: 70.8333333333%;
}

.next-col-18 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.next-col-19 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79.1666666667%;
          flex: 0 0 79.1666666667%;
  width: 79.1666666667%;
  max-width: 79.1666666667%;
}

.next-col-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}

.next-col-21 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  width: 87.5%;
  max-width: 87.5%;
}

.next-col-22 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}

.next-col-23 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95.8333333333%;
          flex: 0 0 95.8333333333%;
  width: 95.8333333333%;
  max-width: 95.8333333333%;
}

.next-col-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 320px) {
  .next-col-xxs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    width: 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .next-col-xxs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .next-col-xxs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .next-col-xxs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .next-col-xxs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    width: 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .next-col-xxs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .next-col-xxs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .next-col-xxs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .next-col-xxs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }
  .next-col-xxs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .next-col-xxs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    width: 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .next-col-xxs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .next-col-xxs-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    width: 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .next-col-xxs-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .next-col-xxs-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }
  .next-col-xxs-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .next-col-xxs-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    width: 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .next-col-xxs-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .next-col-xxs-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    width: 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .next-col-xxs-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .next-col-xxs-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }
  .next-col-xxs-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .next-col-xxs-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    width: 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .next-col-xxs-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .next-col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    width: 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .next-col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .next-col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .next-col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .next-col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    width: 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .next-col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .next-col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .next-col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .next-col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }
  .next-col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .next-col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    width: 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .next-col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .next-col-xs-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    width: 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .next-col-xs-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .next-col-xs-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }
  .next-col-xs-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .next-col-xs-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    width: 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .next-col-xs-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .next-col-xs-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    width: 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .next-col-xs-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .next-col-xs-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }
  .next-col-xs-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .next-col-xs-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    width: 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .next-col-xs-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  .next-col-s-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    width: 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .next-col-s-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .next-col-s-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .next-col-s-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .next-col-s-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    width: 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .next-col-s-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .next-col-s-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .next-col-s-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .next-col-s-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }
  .next-col-s-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .next-col-s-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    width: 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .next-col-s-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .next-col-s-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    width: 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .next-col-s-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .next-col-s-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }
  .next-col-s-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .next-col-s-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    width: 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .next-col-s-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .next-col-s-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    width: 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .next-col-s-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .next-col-s-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }
  .next-col-s-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .next-col-s-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    width: 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .next-col-s-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  .next-col-m-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    width: 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .next-col-m-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .next-col-m-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .next-col-m-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .next-col-m-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    width: 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .next-col-m-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .next-col-m-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .next-col-m-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .next-col-m-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }
  .next-col-m-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .next-col-m-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    width: 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .next-col-m-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .next-col-m-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    width: 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .next-col-m-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .next-col-m-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }
  .next-col-m-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .next-col-m-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    width: 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .next-col-m-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .next-col-m-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    width: 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .next-col-m-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .next-col-m-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }
  .next-col-m-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .next-col-m-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    width: 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .next-col-m-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .next-col-l-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    width: 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .next-col-l-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .next-col-l-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .next-col-l-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .next-col-l-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    width: 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .next-col-l-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .next-col-l-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .next-col-l-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .next-col-l-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }
  .next-col-l-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .next-col-l-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    width: 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .next-col-l-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .next-col-l-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    width: 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .next-col-l-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .next-col-l-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }
  .next-col-l-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .next-col-l-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    width: 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .next-col-l-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .next-col-l-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    width: 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .next-col-l-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .next-col-l-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }
  .next-col-l-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .next-col-l-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    width: 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .next-col-l-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1500px) {
  .next-col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    width: 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .next-col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .next-col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .next-col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .next-col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    width: 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .next-col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .next-col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .next-col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .next-col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }
  .next-col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .next-col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    width: 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .next-col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .next-col-xl-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    width: 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .next-col-xl-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .next-col-xl-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }
  .next-col-xl-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .next-col-xl-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    width: 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .next-col-xl-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .next-col-xl-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    width: 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .next-col-xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .next-col-xl-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }
  .next-col-xl-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .next-col-xl-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    width: 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .next-col-xl-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.next-col-1p5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}

.next-col-2p5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 40%;
  max-width: 40%;
}

.next-col-3p5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 60%;
  max-width: 60%;
}

.next-col-4p5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  width: 80%;
  max-width: 80%;
}

.next-col-5p5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 320px) {
  .next-col-xxs-1p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
  .next-col-xxs-2p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }
  .next-col-xxs-3p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }
  .next-col-xxs-4p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }
  .next-col-xxs-5p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .next-col-xs-1p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
  .next-col-xs-2p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }
  .next-col-xs-3p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }
  .next-col-xs-4p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }
  .next-col-xs-5p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  .next-col-s-1p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
  .next-col-s-2p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }
  .next-col-s-3p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }
  .next-col-s-4p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }
  .next-col-s-5p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  .next-col-m-1p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
  .next-col-m-2p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }
  .next-col-m-3p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }
  .next-col-m-4p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }
  .next-col-m-5p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .next-col-l-1p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
  .next-col-l-2p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }
  .next-col-l-3p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }
  .next-col-l-4p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }
  .next-col-l-5p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1500px) {
  .next-col-xl-1p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
  .next-col-xl-2p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }
  .next-col-xl-3p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }
  .next-col-xl-4p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }
  .next-col-xl-5p5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.next-col-fixed-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  max-width: 20px;
}

.next-col-fixed-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  max-width: 40px;
}

.next-col-fixed-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  max-width: 60px;
}

.next-col-fixed-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  max-width: 80px;
}

.next-col-fixed-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  max-width: 100px;
}

.next-col-fixed-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  max-width: 120px;
}

.next-col-fixed-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  width: 140px;
  max-width: 140px;
}

.next-col-fixed-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  max-width: 160px;
}

.next-col-fixed-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  max-width: 180px;
}

.next-col-fixed-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  width: 200px;
  max-width: 200px;
}

.next-col-fixed-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  width: 220px;
  max-width: 220px;
}

.next-col-fixed-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  width: 240px;
  max-width: 240px;
}

.next-col-fixed-13 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  width: 260px;
  max-width: 260px;
}

.next-col-fixed-14 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  width: 280px;
  max-width: 280px;
}

.next-col-fixed-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
  max-width: 300px;
}

.next-col-fixed-16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  width: 320px;
  max-width: 320px;
}

.next-col-fixed-17 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  width: 340px;
  max-width: 340px;
}

.next-col-fixed-18 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  width: 360px;
  max-width: 360px;
}

.next-col-fixed-19 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  width: 380px;
  max-width: 380px;
}

.next-col-fixed-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  width: 400px;
  max-width: 400px;
}

.next-col-fixed-21 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
  width: 420px;
  max-width: 420px;
}

.next-col-fixed-22 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  width: 440px;
  max-width: 440px;
}

.next-col-fixed-23 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
  width: 460px;
  max-width: 460px;
}

.next-col-fixed-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
  max-width: 480px;
}

.next-col-fixed-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  width: 500px;
  max-width: 500px;
}

.next-col-fixed-26 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
  max-width: 520px;
}

.next-col-fixed-27 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
  width: 540px;
  max-width: 540px;
}

.next-col-fixed-28 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
  width: 560px;
  max-width: 560px;
}

.next-col-fixed-29 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px;
  width: 580px;
  max-width: 580px;
}

.next-col-fixed-30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  width: 600px;
  max-width: 600px;
}

.next-col-offset-1 {
  margin-left: 4.1666666667%;
}

.next-col-offset-2 {
  margin-left: 8.3333333333%;
}

.next-col-offset-3 {
  margin-left: 12.5%;
}

.next-col-offset-4 {
  margin-left: 16.6666666667%;
}

.next-col-offset-5 {
  margin-left: 20.8333333333%;
}

.next-col-offset-6 {
  margin-left: 25%;
}

.next-col-offset-7 {
  margin-left: 29.1666666667%;
}

.next-col-offset-8 {
  margin-left: 33.3333333333%;
}

.next-col-offset-9 {
  margin-left: 37.5%;
}

.next-col-offset-10 {
  margin-left: 41.6666666667%;
}

.next-col-offset-11 {
  margin-left: 45.8333333333%;
}

.next-col-offset-12 {
  margin-left: 50%;
}

.next-col-offset-13 {
  margin-left: 54.1666666667%;
}

.next-col-offset-14 {
  margin-left: 58.3333333333%;
}

.next-col-offset-15 {
  margin-left: 62.5%;
}

.next-col-offset-16 {
  margin-left: 66.6666666667%;
}

.next-col-offset-17 {
  margin-left: 70.8333333333%;
}

.next-col-offset-18 {
  margin-left: 75%;
}

.next-col-offset-19 {
  margin-left: 79.1666666667%;
}

.next-col-offset-20 {
  margin-left: 83.3333333333%;
}

.next-col-offset-21 {
  margin-left: 87.5%;
}

.next-col-offset-22 {
  margin-left: 91.6666666667%;
}

.next-col-offset-23 {
  margin-left: 95.8333333333%;
}

.next-col-offset-24 {
  margin-left: 100%;
}

@media (min-width: 320px) {
  .next-col-xxs-offset-1 {
    margin-left: 4.1666666667%;
  }
  .next-col-xxs-offset-2 {
    margin-left: 8.3333333333%;
  }
  .next-col-xxs-offset-3 {
    margin-left: 12.5%;
  }
  .next-col-xxs-offset-4 {
    margin-left: 16.6666666667%;
  }
  .next-col-xxs-offset-5 {
    margin-left: 20.8333333333%;
  }
  .next-col-xxs-offset-6 {
    margin-left: 25%;
  }
  .next-col-xxs-offset-7 {
    margin-left: 29.1666666667%;
  }
  .next-col-xxs-offset-8 {
    margin-left: 33.3333333333%;
  }
  .next-col-xxs-offset-9 {
    margin-left: 37.5%;
  }
  .next-col-xxs-offset-10 {
    margin-left: 41.6666666667%;
  }
  .next-col-xxs-offset-11 {
    margin-left: 45.8333333333%;
  }
  .next-col-xxs-offset-12 {
    margin-left: 50%;
  }
  .next-col-xxs-offset-13 {
    margin-left: 54.1666666667%;
  }
  .next-col-xxs-offset-14 {
    margin-left: 58.3333333333%;
  }
  .next-col-xxs-offset-15 {
    margin-left: 62.5%;
  }
  .next-col-xxs-offset-16 {
    margin-left: 66.6666666667%;
  }
  .next-col-xxs-offset-17 {
    margin-left: 70.8333333333%;
  }
  .next-col-xxs-offset-18 {
    margin-left: 75%;
  }
  .next-col-xxs-offset-19 {
    margin-left: 79.1666666667%;
  }
  .next-col-xxs-offset-20 {
    margin-left: 83.3333333333%;
  }
  .next-col-xxs-offset-21 {
    margin-left: 87.5%;
  }
  .next-col-xxs-offset-22 {
    margin-left: 91.6666666667%;
  }
  .next-col-xxs-offset-23 {
    margin-left: 95.8333333333%;
  }
  .next-col-xxs-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 480px) {
  .next-col-xs-offset-1 {
    margin-left: 4.1666666667%;
  }
  .next-col-xs-offset-2 {
    margin-left: 8.3333333333%;
  }
  .next-col-xs-offset-3 {
    margin-left: 12.5%;
  }
  .next-col-xs-offset-4 {
    margin-left: 16.6666666667%;
  }
  .next-col-xs-offset-5 {
    margin-left: 20.8333333333%;
  }
  .next-col-xs-offset-6 {
    margin-left: 25%;
  }
  .next-col-xs-offset-7 {
    margin-left: 29.1666666667%;
  }
  .next-col-xs-offset-8 {
    margin-left: 33.3333333333%;
  }
  .next-col-xs-offset-9 {
    margin-left: 37.5%;
  }
  .next-col-xs-offset-10 {
    margin-left: 41.6666666667%;
  }
  .next-col-xs-offset-11 {
    margin-left: 45.8333333333%;
  }
  .next-col-xs-offset-12 {
    margin-left: 50%;
  }
  .next-col-xs-offset-13 {
    margin-left: 54.1666666667%;
  }
  .next-col-xs-offset-14 {
    margin-left: 58.3333333333%;
  }
  .next-col-xs-offset-15 {
    margin-left: 62.5%;
  }
  .next-col-xs-offset-16 {
    margin-left: 66.6666666667%;
  }
  .next-col-xs-offset-17 {
    margin-left: 70.8333333333%;
  }
  .next-col-xs-offset-18 {
    margin-left: 75%;
  }
  .next-col-xs-offset-19 {
    margin-left: 79.1666666667%;
  }
  .next-col-xs-offset-20 {
    margin-left: 83.3333333333%;
  }
  .next-col-xs-offset-21 {
    margin-left: 87.5%;
  }
  .next-col-xs-offset-22 {
    margin-left: 91.6666666667%;
  }
  .next-col-xs-offset-23 {
    margin-left: 95.8333333333%;
  }
  .next-col-xs-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 720px) {
  .next-col-s-offset-1 {
    margin-left: 4.1666666667%;
  }
  .next-col-s-offset-2 {
    margin-left: 8.3333333333%;
  }
  .next-col-s-offset-3 {
    margin-left: 12.5%;
  }
  .next-col-s-offset-4 {
    margin-left: 16.6666666667%;
  }
  .next-col-s-offset-5 {
    margin-left: 20.8333333333%;
  }
  .next-col-s-offset-6 {
    margin-left: 25%;
  }
  .next-col-s-offset-7 {
    margin-left: 29.1666666667%;
  }
  .next-col-s-offset-8 {
    margin-left: 33.3333333333%;
  }
  .next-col-s-offset-9 {
    margin-left: 37.5%;
  }
  .next-col-s-offset-10 {
    margin-left: 41.6666666667%;
  }
  .next-col-s-offset-11 {
    margin-left: 45.8333333333%;
  }
  .next-col-s-offset-12 {
    margin-left: 50%;
  }
  .next-col-s-offset-13 {
    margin-left: 54.1666666667%;
  }
  .next-col-s-offset-14 {
    margin-left: 58.3333333333%;
  }
  .next-col-s-offset-15 {
    margin-left: 62.5%;
  }
  .next-col-s-offset-16 {
    margin-left: 66.6666666667%;
  }
  .next-col-s-offset-17 {
    margin-left: 70.8333333333%;
  }
  .next-col-s-offset-18 {
    margin-left: 75%;
  }
  .next-col-s-offset-19 {
    margin-left: 79.1666666667%;
  }
  .next-col-s-offset-20 {
    margin-left: 83.3333333333%;
  }
  .next-col-s-offset-21 {
    margin-left: 87.5%;
  }
  .next-col-s-offset-22 {
    margin-left: 91.6666666667%;
  }
  .next-col-s-offset-23 {
    margin-left: 95.8333333333%;
  }
  .next-col-s-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 990px) {
  .next-col-m-offset-1 {
    margin-left: 4.1666666667%;
  }
  .next-col-m-offset-2 {
    margin-left: 8.3333333333%;
  }
  .next-col-m-offset-3 {
    margin-left: 12.5%;
  }
  .next-col-m-offset-4 {
    margin-left: 16.6666666667%;
  }
  .next-col-m-offset-5 {
    margin-left: 20.8333333333%;
  }
  .next-col-m-offset-6 {
    margin-left: 25%;
  }
  .next-col-m-offset-7 {
    margin-left: 29.1666666667%;
  }
  .next-col-m-offset-8 {
    margin-left: 33.3333333333%;
  }
  .next-col-m-offset-9 {
    margin-left: 37.5%;
  }
  .next-col-m-offset-10 {
    margin-left: 41.6666666667%;
  }
  .next-col-m-offset-11 {
    margin-left: 45.8333333333%;
  }
  .next-col-m-offset-12 {
    margin-left: 50%;
  }
  .next-col-m-offset-13 {
    margin-left: 54.1666666667%;
  }
  .next-col-m-offset-14 {
    margin-left: 58.3333333333%;
  }
  .next-col-m-offset-15 {
    margin-left: 62.5%;
  }
  .next-col-m-offset-16 {
    margin-left: 66.6666666667%;
  }
  .next-col-m-offset-17 {
    margin-left: 70.8333333333%;
  }
  .next-col-m-offset-18 {
    margin-left: 75%;
  }
  .next-col-m-offset-19 {
    margin-left: 79.1666666667%;
  }
  .next-col-m-offset-20 {
    margin-left: 83.3333333333%;
  }
  .next-col-m-offset-21 {
    margin-left: 87.5%;
  }
  .next-col-m-offset-22 {
    margin-left: 91.6666666667%;
  }
  .next-col-m-offset-23 {
    margin-left: 95.8333333333%;
  }
  .next-col-m-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .next-col-l-offset-1 {
    margin-left: 4.1666666667%;
  }
  .next-col-l-offset-2 {
    margin-left: 8.3333333333%;
  }
  .next-col-l-offset-3 {
    margin-left: 12.5%;
  }
  .next-col-l-offset-4 {
    margin-left: 16.6666666667%;
  }
  .next-col-l-offset-5 {
    margin-left: 20.8333333333%;
  }
  .next-col-l-offset-6 {
    margin-left: 25%;
  }
  .next-col-l-offset-7 {
    margin-left: 29.1666666667%;
  }
  .next-col-l-offset-8 {
    margin-left: 33.3333333333%;
  }
  .next-col-l-offset-9 {
    margin-left: 37.5%;
  }
  .next-col-l-offset-10 {
    margin-left: 41.6666666667%;
  }
  .next-col-l-offset-11 {
    margin-left: 45.8333333333%;
  }
  .next-col-l-offset-12 {
    margin-left: 50%;
  }
  .next-col-l-offset-13 {
    margin-left: 54.1666666667%;
  }
  .next-col-l-offset-14 {
    margin-left: 58.3333333333%;
  }
  .next-col-l-offset-15 {
    margin-left: 62.5%;
  }
  .next-col-l-offset-16 {
    margin-left: 66.6666666667%;
  }
  .next-col-l-offset-17 {
    margin-left: 70.8333333333%;
  }
  .next-col-l-offset-18 {
    margin-left: 75%;
  }
  .next-col-l-offset-19 {
    margin-left: 79.1666666667%;
  }
  .next-col-l-offset-20 {
    margin-left: 83.3333333333%;
  }
  .next-col-l-offset-21 {
    margin-left: 87.5%;
  }
  .next-col-l-offset-22 {
    margin-left: 91.6666666667%;
  }
  .next-col-l-offset-23 {
    margin-left: 95.8333333333%;
  }
  .next-col-l-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1500px) {
  .next-col-xl-offset-1 {
    margin-left: 4.1666666667%;
  }
  .next-col-xl-offset-2 {
    margin-left: 8.3333333333%;
  }
  .next-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .next-col-xl-offset-4 {
    margin-left: 16.6666666667%;
  }
  .next-col-xl-offset-5 {
    margin-left: 20.8333333333%;
  }
  .next-col-xl-offset-6 {
    margin-left: 25%;
  }
  .next-col-xl-offset-7 {
    margin-left: 29.1666666667%;
  }
  .next-col-xl-offset-8 {
    margin-left: 33.3333333333%;
  }
  .next-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .next-col-xl-offset-10 {
    margin-left: 41.6666666667%;
  }
  .next-col-xl-offset-11 {
    margin-left: 45.8333333333%;
  }
  .next-col-xl-offset-12 {
    margin-left: 50%;
  }
  .next-col-xl-offset-13 {
    margin-left: 54.1666666667%;
  }
  .next-col-xl-offset-14 {
    margin-left: 58.3333333333%;
  }
  .next-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .next-col-xl-offset-16 {
    margin-left: 66.6666666667%;
  }
  .next-col-xl-offset-17 {
    margin-left: 70.8333333333%;
  }
  .next-col-xl-offset-18 {
    margin-left: 75%;
  }
  .next-col-xl-offset-19 {
    margin-left: 79.1666666667%;
  }
  .next-col-xl-offset-20 {
    margin-left: 83.3333333333%;
  }
  .next-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .next-col-xl-offset-22 {
    margin-left: 91.6666666667%;
  }
  .next-col-xl-offset-23 {
    margin-left: 95.8333333333%;
  }
  .next-col-xl-offset-24 {
    margin-left: 100%;
  }
}
.next-col-offset-fixed-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-30 {
  margin-left: 600px;
}

.next-col-offset-fixed-xxs-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-xxs-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-xxs-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-xxs-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-xxs-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-xxs-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-xxs-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-xxs-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-xxs-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-xxs-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-xxs-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-xxs-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-xxs-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-xxs-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-xxs-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-xxs-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-xxs-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-xxs-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-xxs-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-xxs-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-xxs-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-xxs-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-xxs-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-xxs-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-xxs-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-xxs-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-xxs-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-xxs-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-xxs-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-xxs-30 {
  margin-left: 600px;
}

.next-col-offset-fixed-xs-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-xs-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-xs-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-xs-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-xs-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-xs-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-xs-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-xs-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-xs-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-xs-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-xs-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-xs-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-xs-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-xs-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-xs-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-xs-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-xs-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-xs-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-xs-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-xs-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-xs-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-xs-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-xs-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-xs-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-xs-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-xs-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-xs-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-xs-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-xs-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-xs-30 {
  margin-left: 600px;
}

.next-col-offset-fixed-s-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-s-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-s-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-s-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-s-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-s-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-s-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-s-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-s-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-s-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-s-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-s-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-s-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-s-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-s-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-s-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-s-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-s-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-s-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-s-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-s-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-s-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-s-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-s-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-s-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-s-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-s-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-s-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-s-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-s-30 {
  margin-left: 600px;
}

.next-col-offset-fixed-m-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-m-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-m-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-m-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-m-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-m-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-m-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-m-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-m-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-m-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-m-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-m-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-m-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-m-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-m-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-m-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-m-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-m-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-m-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-m-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-m-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-m-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-m-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-m-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-m-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-m-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-m-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-m-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-m-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-m-30 {
  margin-left: 600px;
}

.next-col-offset-fixed-l-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-l-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-l-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-l-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-l-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-l-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-l-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-l-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-l-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-l-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-l-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-l-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-l-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-l-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-l-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-l-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-l-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-l-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-l-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-l-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-l-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-l-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-l-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-l-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-l-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-l-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-l-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-l-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-l-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-l-30 {
  margin-left: 600px;
}

.next-col-offset-fixed-xl-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-xl-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-xl-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-xl-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-xl-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-xl-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-xl-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-xl-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-xl-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-xl-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-xl-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-xl-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-xl-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-xl-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-xl-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-xl-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-xl-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-xl-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-xl-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-xl-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-xl-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-xl-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-xl-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-xl-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-xl-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-xl-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-xl-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-xl-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-xl-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-xl-30 {
  margin-left: 600px;
}

.next-col.next-col-hidden {
  display: none;
}

@media (min-width: 320px) and (max-width: 479px) {
  .next-col.next-col-xxs-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 719px) {
  .next-col.next-col-xs-hidden {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 989px) {
  .next-col.next-col-s-hidden {
    display: none;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .next-col.next-col-m-hidden {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .next-col.next-col-l-hidden {
    display: none;
  }
}
@media (min-width: 1500px) {
  .next-col.next-col-xl-hidden {
    display: none;
  }
}
.next-row.next-row-hidden {
  display: none;
}

@media (min-width: 320px) and (max-width: 479px) {
  .next-row.next-row-xxs-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 719px) {
  .next-row.next-row-xs-hidden {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 989px) {
  .next-row.next-row-s-hidden {
    display: none;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .next-row.next-row-m-hidden {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .next-row.next-row-l-hidden {
    display: none;
  }
}
@media (min-width: 1500px) {
  .next-row.next-row-xl-hidden {
    display: none;
  }
}
.next-col-offset-1[dir=rtl] {
  margin-right: 4.1666666667%;
  margin-left: auto;
}

.next-col-offset-2[dir=rtl] {
  margin-right: 8.3333333333%;
  margin-left: auto;
}

.next-col-offset-3[dir=rtl] {
  margin-right: 12.5%;
  margin-left: auto;
}

.next-col-offset-4[dir=rtl] {
  margin-right: 16.6666666667%;
  margin-left: auto;
}

.next-col-offset-5[dir=rtl] {
  margin-right: 20.8333333333%;
  margin-left: auto;
}

.next-col-offset-6[dir=rtl] {
  margin-right: 25%;
  margin-left: auto;
}

.next-col-offset-7[dir=rtl] {
  margin-right: 29.1666666667%;
  margin-left: auto;
}

.next-col-offset-8[dir=rtl] {
  margin-right: 33.3333333333%;
  margin-left: auto;
}

.next-col-offset-9[dir=rtl] {
  margin-right: 37.5%;
  margin-left: auto;
}

.next-col-offset-10[dir=rtl] {
  margin-right: 41.6666666667%;
  margin-left: auto;
}

.next-col-offset-11[dir=rtl] {
  margin-right: 45.8333333333%;
  margin-left: auto;
}

.next-col-offset-12[dir=rtl] {
  margin-right: 50%;
  margin-left: auto;
}

.next-col-offset-13[dir=rtl] {
  margin-right: 54.1666666667%;
  margin-left: auto;
}

.next-col-offset-14[dir=rtl] {
  margin-right: 58.3333333333%;
  margin-left: auto;
}

.next-col-offset-15[dir=rtl] {
  margin-right: 62.5%;
  margin-left: auto;
}

.next-col-offset-16[dir=rtl] {
  margin-right: 66.6666666667%;
  margin-left: auto;
}

.next-col-offset-17[dir=rtl] {
  margin-right: 70.8333333333%;
  margin-left: auto;
}

.next-col-offset-18[dir=rtl] {
  margin-right: 75%;
  margin-left: auto;
}

.next-col-offset-19[dir=rtl] {
  margin-right: 79.1666666667%;
  margin-left: auto;
}

.next-col-offset-20[dir=rtl] {
  margin-right: 83.3333333333%;
  margin-left: auto;
}

.next-col-offset-21[dir=rtl] {
  margin-right: 87.5%;
  margin-left: auto;
}

.next-col-offset-22[dir=rtl] {
  margin-right: 91.6666666667%;
  margin-left: auto;
}

.next-col-offset-23[dir=rtl] {
  margin-right: 95.8333333333%;
  margin-left: auto;
}

.next-col-offset-24[dir=rtl] {
  margin-right: 100%;
  margin-left: auto;
}

@media (min-width: 320px) {
  .next-col-xxs-offset-1[dir=rtl] {
    margin-right: 4.1666666667%;
    margin-left: auto;
  }
  .next-col-xxs-offset-2[dir=rtl] {
    margin-right: 8.3333333333%;
    margin-left: auto;
  }
  .next-col-xxs-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto;
  }
  .next-col-xxs-offset-4[dir=rtl] {
    margin-right: 16.6666666667%;
    margin-left: auto;
  }
  .next-col-xxs-offset-5[dir=rtl] {
    margin-right: 20.8333333333%;
    margin-left: auto;
  }
  .next-col-xxs-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto;
  }
  .next-col-xxs-offset-7[dir=rtl] {
    margin-right: 29.1666666667%;
    margin-left: auto;
  }
  .next-col-xxs-offset-8[dir=rtl] {
    margin-right: 33.3333333333%;
    margin-left: auto;
  }
  .next-col-xxs-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto;
  }
  .next-col-xxs-offset-10[dir=rtl] {
    margin-right: 41.6666666667%;
    margin-left: auto;
  }
  .next-col-xxs-offset-11[dir=rtl] {
    margin-right: 45.8333333333%;
    margin-left: auto;
  }
  .next-col-xxs-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto;
  }
  .next-col-xxs-offset-13[dir=rtl] {
    margin-right: 54.1666666667%;
    margin-left: auto;
  }
  .next-col-xxs-offset-14[dir=rtl] {
    margin-right: 58.3333333333%;
    margin-left: auto;
  }
  .next-col-xxs-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto;
  }
  .next-col-xxs-offset-16[dir=rtl] {
    margin-right: 66.6666666667%;
    margin-left: auto;
  }
  .next-col-xxs-offset-17[dir=rtl] {
    margin-right: 70.8333333333%;
    margin-left: auto;
  }
  .next-col-xxs-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto;
  }
  .next-col-xxs-offset-19[dir=rtl] {
    margin-right: 79.1666666667%;
    margin-left: auto;
  }
  .next-col-xxs-offset-20[dir=rtl] {
    margin-right: 83.3333333333%;
    margin-left: auto;
  }
  .next-col-xxs-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto;
  }
  .next-col-xxs-offset-22[dir=rtl] {
    margin-right: 91.6666666667%;
    margin-left: auto;
  }
  .next-col-xxs-offset-23[dir=rtl] {
    margin-right: 95.8333333333%;
    margin-left: auto;
  }
  .next-col-xxs-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto;
  }
}
@media (min-width: 480px) {
  .next-col-xs-offset-1[dir=rtl] {
    margin-right: 4.1666666667%;
    margin-left: auto;
  }
  .next-col-xs-offset-2[dir=rtl] {
    margin-right: 8.3333333333%;
    margin-left: auto;
  }
  .next-col-xs-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto;
  }
  .next-col-xs-offset-4[dir=rtl] {
    margin-right: 16.6666666667%;
    margin-left: auto;
  }
  .next-col-xs-offset-5[dir=rtl] {
    margin-right: 20.8333333333%;
    margin-left: auto;
  }
  .next-col-xs-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto;
  }
  .next-col-xs-offset-7[dir=rtl] {
    margin-right: 29.1666666667%;
    margin-left: auto;
  }
  .next-col-xs-offset-8[dir=rtl] {
    margin-right: 33.3333333333%;
    margin-left: auto;
  }
  .next-col-xs-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto;
  }
  .next-col-xs-offset-10[dir=rtl] {
    margin-right: 41.6666666667%;
    margin-left: auto;
  }
  .next-col-xs-offset-11[dir=rtl] {
    margin-right: 45.8333333333%;
    margin-left: auto;
  }
  .next-col-xs-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto;
  }
  .next-col-xs-offset-13[dir=rtl] {
    margin-right: 54.1666666667%;
    margin-left: auto;
  }
  .next-col-xs-offset-14[dir=rtl] {
    margin-right: 58.3333333333%;
    margin-left: auto;
  }
  .next-col-xs-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto;
  }
  .next-col-xs-offset-16[dir=rtl] {
    margin-right: 66.6666666667%;
    margin-left: auto;
  }
  .next-col-xs-offset-17[dir=rtl] {
    margin-right: 70.8333333333%;
    margin-left: auto;
  }
  .next-col-xs-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto;
  }
  .next-col-xs-offset-19[dir=rtl] {
    margin-right: 79.1666666667%;
    margin-left: auto;
  }
  .next-col-xs-offset-20[dir=rtl] {
    margin-right: 83.3333333333%;
    margin-left: auto;
  }
  .next-col-xs-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto;
  }
  .next-col-xs-offset-22[dir=rtl] {
    margin-right: 91.6666666667%;
    margin-left: auto;
  }
  .next-col-xs-offset-23[dir=rtl] {
    margin-right: 95.8333333333%;
    margin-left: auto;
  }
  .next-col-xs-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto;
  }
}
@media (min-width: 720px) {
  .next-col-s-offset-1[dir=rtl] {
    margin-right: 4.1666666667%;
    margin-left: auto;
  }
  .next-col-s-offset-2[dir=rtl] {
    margin-right: 8.3333333333%;
    margin-left: auto;
  }
  .next-col-s-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto;
  }
  .next-col-s-offset-4[dir=rtl] {
    margin-right: 16.6666666667%;
    margin-left: auto;
  }
  .next-col-s-offset-5[dir=rtl] {
    margin-right: 20.8333333333%;
    margin-left: auto;
  }
  .next-col-s-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto;
  }
  .next-col-s-offset-7[dir=rtl] {
    margin-right: 29.1666666667%;
    margin-left: auto;
  }
  .next-col-s-offset-8[dir=rtl] {
    margin-right: 33.3333333333%;
    margin-left: auto;
  }
  .next-col-s-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto;
  }
  .next-col-s-offset-10[dir=rtl] {
    margin-right: 41.6666666667%;
    margin-left: auto;
  }
  .next-col-s-offset-11[dir=rtl] {
    margin-right: 45.8333333333%;
    margin-left: auto;
  }
  .next-col-s-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto;
  }
  .next-col-s-offset-13[dir=rtl] {
    margin-right: 54.1666666667%;
    margin-left: auto;
  }
  .next-col-s-offset-14[dir=rtl] {
    margin-right: 58.3333333333%;
    margin-left: auto;
  }
  .next-col-s-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto;
  }
  .next-col-s-offset-16[dir=rtl] {
    margin-right: 66.6666666667%;
    margin-left: auto;
  }
  .next-col-s-offset-17[dir=rtl] {
    margin-right: 70.8333333333%;
    margin-left: auto;
  }
  .next-col-s-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto;
  }
  .next-col-s-offset-19[dir=rtl] {
    margin-right: 79.1666666667%;
    margin-left: auto;
  }
  .next-col-s-offset-20[dir=rtl] {
    margin-right: 83.3333333333%;
    margin-left: auto;
  }
  .next-col-s-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto;
  }
  .next-col-s-offset-22[dir=rtl] {
    margin-right: 91.6666666667%;
    margin-left: auto;
  }
  .next-col-s-offset-23[dir=rtl] {
    margin-right: 95.8333333333%;
    margin-left: auto;
  }
  .next-col-s-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto;
  }
}
@media (min-width: 990px) {
  .next-col-m-offset-1[dir=rtl] {
    margin-right: 4.1666666667%;
    margin-left: auto;
  }
  .next-col-m-offset-2[dir=rtl] {
    margin-right: 8.3333333333%;
    margin-left: auto;
  }
  .next-col-m-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto;
  }
  .next-col-m-offset-4[dir=rtl] {
    margin-right: 16.6666666667%;
    margin-left: auto;
  }
  .next-col-m-offset-5[dir=rtl] {
    margin-right: 20.8333333333%;
    margin-left: auto;
  }
  .next-col-m-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto;
  }
  .next-col-m-offset-7[dir=rtl] {
    margin-right: 29.1666666667%;
    margin-left: auto;
  }
  .next-col-m-offset-8[dir=rtl] {
    margin-right: 33.3333333333%;
    margin-left: auto;
  }
  .next-col-m-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto;
  }
  .next-col-m-offset-10[dir=rtl] {
    margin-right: 41.6666666667%;
    margin-left: auto;
  }
  .next-col-m-offset-11[dir=rtl] {
    margin-right: 45.8333333333%;
    margin-left: auto;
  }
  .next-col-m-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto;
  }
  .next-col-m-offset-13[dir=rtl] {
    margin-right: 54.1666666667%;
    margin-left: auto;
  }
  .next-col-m-offset-14[dir=rtl] {
    margin-right: 58.3333333333%;
    margin-left: auto;
  }
  .next-col-m-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto;
  }
  .next-col-m-offset-16[dir=rtl] {
    margin-right: 66.6666666667%;
    margin-left: auto;
  }
  .next-col-m-offset-17[dir=rtl] {
    margin-right: 70.8333333333%;
    margin-left: auto;
  }
  .next-col-m-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto;
  }
  .next-col-m-offset-19[dir=rtl] {
    margin-right: 79.1666666667%;
    margin-left: auto;
  }
  .next-col-m-offset-20[dir=rtl] {
    margin-right: 83.3333333333%;
    margin-left: auto;
  }
  .next-col-m-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto;
  }
  .next-col-m-offset-22[dir=rtl] {
    margin-right: 91.6666666667%;
    margin-left: auto;
  }
  .next-col-m-offset-23[dir=rtl] {
    margin-right: 95.8333333333%;
    margin-left: auto;
  }
  .next-col-m-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .next-col-l-offset-1[dir=rtl] {
    margin-right: 4.1666666667%;
    margin-left: auto;
  }
  .next-col-l-offset-2[dir=rtl] {
    margin-right: 8.3333333333%;
    margin-left: auto;
  }
  .next-col-l-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto;
  }
  .next-col-l-offset-4[dir=rtl] {
    margin-right: 16.6666666667%;
    margin-left: auto;
  }
  .next-col-l-offset-5[dir=rtl] {
    margin-right: 20.8333333333%;
    margin-left: auto;
  }
  .next-col-l-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto;
  }
  .next-col-l-offset-7[dir=rtl] {
    margin-right: 29.1666666667%;
    margin-left: auto;
  }
  .next-col-l-offset-8[dir=rtl] {
    margin-right: 33.3333333333%;
    margin-left: auto;
  }
  .next-col-l-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto;
  }
  .next-col-l-offset-10[dir=rtl] {
    margin-right: 41.6666666667%;
    margin-left: auto;
  }
  .next-col-l-offset-11[dir=rtl] {
    margin-right: 45.8333333333%;
    margin-left: auto;
  }
  .next-col-l-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto;
  }
  .next-col-l-offset-13[dir=rtl] {
    margin-right: 54.1666666667%;
    margin-left: auto;
  }
  .next-col-l-offset-14[dir=rtl] {
    margin-right: 58.3333333333%;
    margin-left: auto;
  }
  .next-col-l-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto;
  }
  .next-col-l-offset-16[dir=rtl] {
    margin-right: 66.6666666667%;
    margin-left: auto;
  }
  .next-col-l-offset-17[dir=rtl] {
    margin-right: 70.8333333333%;
    margin-left: auto;
  }
  .next-col-l-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto;
  }
  .next-col-l-offset-19[dir=rtl] {
    margin-right: 79.1666666667%;
    margin-left: auto;
  }
  .next-col-l-offset-20[dir=rtl] {
    margin-right: 83.3333333333%;
    margin-left: auto;
  }
  .next-col-l-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto;
  }
  .next-col-l-offset-22[dir=rtl] {
    margin-right: 91.6666666667%;
    margin-left: auto;
  }
  .next-col-l-offset-23[dir=rtl] {
    margin-right: 95.8333333333%;
    margin-left: auto;
  }
  .next-col-l-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto;
  }
}
@media (min-width: 1500px) {
  .next-col-xl-offset-1[dir=rtl] {
    margin-right: 4.1666666667%;
    margin-left: auto;
  }
  .next-col-xl-offset-2[dir=rtl] {
    margin-right: 8.3333333333%;
    margin-left: auto;
  }
  .next-col-xl-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto;
  }
  .next-col-xl-offset-4[dir=rtl] {
    margin-right: 16.6666666667%;
    margin-left: auto;
  }
  .next-col-xl-offset-5[dir=rtl] {
    margin-right: 20.8333333333%;
    margin-left: auto;
  }
  .next-col-xl-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto;
  }
  .next-col-xl-offset-7[dir=rtl] {
    margin-right: 29.1666666667%;
    margin-left: auto;
  }
  .next-col-xl-offset-8[dir=rtl] {
    margin-right: 33.3333333333%;
    margin-left: auto;
  }
  .next-col-xl-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto;
  }
  .next-col-xl-offset-10[dir=rtl] {
    margin-right: 41.6666666667%;
    margin-left: auto;
  }
  .next-col-xl-offset-11[dir=rtl] {
    margin-right: 45.8333333333%;
    margin-left: auto;
  }
  .next-col-xl-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto;
  }
  .next-col-xl-offset-13[dir=rtl] {
    margin-right: 54.1666666667%;
    margin-left: auto;
  }
  .next-col-xl-offset-14[dir=rtl] {
    margin-right: 58.3333333333%;
    margin-left: auto;
  }
  .next-col-xl-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto;
  }
  .next-col-xl-offset-16[dir=rtl] {
    margin-right: 66.6666666667%;
    margin-left: auto;
  }
  .next-col-xl-offset-17[dir=rtl] {
    margin-right: 70.8333333333%;
    margin-left: auto;
  }
  .next-col-xl-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto;
  }
  .next-col-xl-offset-19[dir=rtl] {
    margin-right: 79.1666666667%;
    margin-left: auto;
  }
  .next-col-xl-offset-20[dir=rtl] {
    margin-right: 83.3333333333%;
    margin-left: auto;
  }
  .next-col-xl-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto;
  }
  .next-col-xl-offset-22[dir=rtl] {
    margin-right: 91.6666666667%;
    margin-left: auto;
  }
  .next-col-xl-offset-23[dir=rtl] {
    margin-right: 95.8333333333%;
    margin-left: auto;
  }
  .next-col-xl-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto;
  }
}
.next-col-offset-fixed-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

.next-col-offset-fixed-s-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-s-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-s-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-s-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-s-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-s-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-s-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-s-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-s-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-s-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-s-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-s-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-s-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-s-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-s-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-s-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-s-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-s-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-s-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-s-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-s-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-s-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-s-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-s-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-s-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-s-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-s-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-s-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-s-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-s-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

.next-col-offset-fixed-m-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-m-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-m-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-m-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-m-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-m-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-m-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-m-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-m-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-m-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-m-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-m-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-m-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-m-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-m-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-m-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-m-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-m-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-m-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-m-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-m-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-m-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-m-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-m-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-m-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-m-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-m-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-m-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-m-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-m-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

.next-col-offset-fixed-l-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-l-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-l-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-l-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-l-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-l-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-l-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-l-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-l-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-l-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-l-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-l-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-l-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-l-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-l-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-l-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-l-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-l-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-l-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-l-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-l-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-l-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-l-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-l-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-l-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-l-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-l-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-l-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-l-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-l-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

/* put your code here */
.next-responsive-grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
}
.next-responsive-grid *,
.next-responsive-grid *:before,
.next-responsive-grid *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-responsive-grid-ie {
  display: block;
}

.next-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-form *,
.next-form *:before,
.next-form *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-form-preview.next-form-item .next-form-item-label {
  color: #666666;
}
.next-form-preview.next-form-item .next-form-preview {
  color: #333333;
}
.next-form-preview.next-form-item.next-medium .next-form-item-label {
  font-size: 12px;
  line-height: 28px;
}
.next-form-preview.next-form-item.next-small .next-form-item-label {
  font-size: 12px;
  line-height: 20px;
}
.next-form-preview.next-form-item.next-large .next-form-item-label {
  font-size: 16px;
  line-height: 40px;
}
.next-form-responsive-grid .next-form-item-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.next-form-responsive-grid .next-form-item {
  margin-bottom: 0;
}
.next-form-responsive-grid .next-form-item .next-form-item-help-margin-offset {
  margin-top: 0;
}
.next-form-responsive-grid .next-form-item.next-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.next-form-responsive-grid.next-small .next-responsive-grid {
  gap: 16px;
}
.next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
  line-height: 20px;
}
.next-form-responsive-grid.next-medium .next-responsive-grid {
  gap: 20px;
}
.next-form-responsive-grid.next-medium .next-form-item.next-left .next-form-item-label {
  line-height: 28px;
}
.next-form-responsive-grid.next-large .next-responsive-grid {
  gap: 24px;
}
.next-form-responsive-grid.next-large .next-form-item.next-left .next-form-item-label {
  line-height: 40px;
}
.next-form-item {
  /* medium */
  margin-bottom: 16px;
}
.next-form-item.has-error > .next-form-item-control > .next-form-item-help {
  color: #FF3000;
}
.next-form-item.has-warning > .next-form-item-control > .next-form-item-help {
  color: #FF9300;
}
.next-form-item .next-form-item-label, .next-form-item .next-form-text-align, .next-form-item p {
  line-height: 28px;
}
.next-form-item .next-form-text-align, .next-form-item p {
  margin: 0;
}
.next-form-item .next-rating,
.next-form-item .next-checkbox-wrapper,
.next-form-item .next-checkbox-group,
.next-form-item .next-radio-wrapper,
.next-form-item .next-radio-group {
  line-height: 24px;
}
.next-form-item .next-form-preview {
  font-size: 12px;
  line-height: 28px;
}
.next-form-item .next-form-preview.next-input-textarea > p {
  font-size: 12px;
  text-align: justify;
  min-height: 16.8px;
  line-height: 1.4;
  margin-top: 5.6px;
}
.next-form-item .next-form-item-label {
  font-size: 12px;
}
.next-form-item .next-form-item-label > label {
  display: inline-block;
  line-height: 1.5;
}
.next-form-item.next-large {
  margin-bottom: 20px;
}
.next-form-item.next-large .next-form-item-label, .next-form-item.next-large .next-form-text-align, .next-form-item.next-large p {
  line-height: 40px;
}
.next-form-item.next-large .next-rating,
.next-form-item.next-large .next-checkbox-wrapper,
.next-form-item.next-large .next-checkbox-group,
.next-form-item.next-large .next-radio-wrapper,
.next-form-item.next-large .next-radio-group {
  line-height: 39px;
}
.next-form-item.next-large .next-form-preview {
  font-size: 16px;
  line-height: 40px;
}
.next-form-item.next-large .next-form-preview.next-input-textarea > p {
  font-size: 16px;
  text-align: justify;
  min-height: 22.4px;
  line-height: 1.4;
  margin-top: 8.8px;
}
.next-form-item.next-large .next-switch {
  margin-top: 7px;
}
.next-form-item.next-large .next-form-item-label {
  font-size: 16px;
}
.next-form-item.next-large .next-form-item-help-margin-offset {
  margin-top: -20px;
}
.next-form-item.next-small {
  margin-bottom: 12px;
}
.next-form-item.next-small .next-form-item-label, .next-form-item.next-small .next-form-text-align, .next-form-item.next-small p {
  line-height: 20px;
}
.next-form-item.next-small .next-rating,
.next-form-item.next-small .next-checkbox-wrapper,
.next-form-item.next-small .next-checkbox-group,
.next-form-item.next-small .next-radio-wrapper,
.next-form-item.next-small .next-radio-group {
  line-height: 20px;
}
.next-form-item.next-small .next-form-preview {
  font-size: 12px;
  line-height: 20px;
}
.next-form-item.next-small .next-form-preview.next-input-textarea > p {
  font-size: 12px;
  text-align: justify;
  min-height: 16.8px;
  line-height: 1.4;
  margin-top: 1.6px;
}
.next-form-item.next-small .next-form-item-label {
  font-size: 12px;
}
.next-form-item.next-small .next-form-item-help-margin-offset {
  margin-top: -12px;
}
.next-form-item.next-top > .next-form-item-label {
  margin-bottom: 2px;
}
.next-form-item.next-inset .next-form-item-label {
  padding-right: 0;
  padding-left: 0;
  line-height: inherit;
}
.next-form-item-control .next-form-text-align {
  margin: 0;
}
.next-form-item-control > .next-input-group, .next-form-item-control > .next-input {
  width: 100%;
}
.next-form-item-fullwidth .next-form-item-control > .next-input-group,
.next-form-item-fullwidth .next-form-item-control > .next-input,
.next-form-item-fullwidth .next-form-item-control > .next-select,
.next-form-item-fullwidth .next-form-item-control > .next-date-picker,
.next-form-item-fullwidth .next-form-item-control > .next-month-picker,
.next-form-item-fullwidth .next-form-item-control > .next-year-picker,
.next-form-item-fullwidth .next-form-item-control > .next-range-picker,
.next-form-item-fullwidth .next-form-item-control > .next-time-picker {
  width: 100%;
}
.next-form-item-fullwidth .next-form-item-control > .next-date-picker2 .next-date-picker2-input input {
  width: inherit;
}
.next-form-item-label {
  display: inline-block;
  vertical-align: top;
  color: #666666;
  text-align: right;
  padding-right: 12px;
}
.next-form-item-label label[required]:before {
  margin-right: 4px;
  content: "*";
  color: #FF3000;
}
.next-form-item-label.has-colon label::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 0 0 2px;
}
.next-form-item-label.next-left {
  text-align: left;
}
.next-form-item-label.next-left > label[required]::before {
  display: none;
}
.next-form-item-label.next-left > label[required]::after {
  margin-left: 4px;
  content: "*";
  color: #FF3000;
}
.next-form-item-help {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
}
.next-form .next-form-item-help-margin-offset {
  margin-top: -16px;
}
.next-form.next-inline .next-form-item {
  display: inline-block;
  vertical-align: top;
  /* label on left */
}
.next-form.next-inline .next-form-item.next-left .next-form-item-control {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}
.next-form.next-inline .next-form-item:not(:last-child) {
  margin-right: 20px;
}
.next-form.next-inline .next-form-item.next-large:not(:last-child) {
  margin-right: 24px;
}
.next-form.next-inline .next-form-item.next-small:not(:last-child) {
  margin-right: 16px;
}

@media screen and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .next-form-item.next-left > .next-form-item-label {
    display: table-cell;
  }
  .next-form.next-inline .next-form-item.next-left .next-form-item-control {
    display: table-cell;
  }
}
.next-form[dir=rtl] .next-form-item-label {
  text-align: left;
  padding-left: 12px;
  padding-right: 0;
}
.next-form[dir=rtl].next-inline .next-form-item:not(:last-child) {
  margin-left: 20px;
  margin-right: 0;
}
.next-form[dir=rtl].next-inline .next-form-item.next-large:not(:last-child) {
  margin-left: 24px;
  margin-right: 0;
}
.next-form[dir=rtl].next-inline .next-form-item.next-small:not(:last-child) {
  margin-left: 16px;
  margin-right: 0;
}

/* put your code here */
.next-avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #E2E4E8;
  border: 0px solid #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.next-avatar-image {
  background: transparent;
}
.next-avatar-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
      -ms-transform-origin: 0 center;
          transform-origin: 0 center;
}
.next-avatar-large {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
}
.next-avatar-large-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
      -ms-transform-origin: 0 center;
          transform-origin: 0 center;
}
.next-avatar-small {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
}
.next-avatar-small-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
      -ms-transform-origin: 0 center;
          transform-origin: 0 center;
}
.next-avatar-square {
  border-radius: 3px;
}
.next-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.next-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: middle;
  /* Select trigger */
  /* 在搜索框未激活时，将 input 的 color 置为透明 */
  /* ISSUE: 在 IE11 中，<input readonly/> 仍然会显示光标, 要隐藏掉 */
  /*
  &.next-no-search {
      .next-select-trigger-search input {
          color: $color-transparent;
      }
  }
  */
  /* 弹层 */
  /* 全选按钮 */
  /* -------------- IE polyfill -------------- */
  /* 根据最新的数据，在中国，PC 端的 IE9 份额为 2%， */
  /* 所以不应该因为 IE9 而不使用 flex，而是应该做降级 polyfill */
  /* @see http://gs.statcounter.com/ */
  /* IE10、IE11 虽然支持 flex，但还是会有各种各样奇奇怪怪的问题 */
}
.next-select *,
.next-select *:before,
.next-select *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-select-trigger {
  min-width: 100px;
  outline: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.next-select-trigger .next-input-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.next-select-trigger .next-select-values {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow: hidden;
}
.next-select-trigger .next-select-values > em {
  font-style: inherit;
}
.next-select-trigger .next-select-values input {
  padding-left: 0;
  padding-right: 0;
}
.next-select-trigger .next-input-control {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.next-select-trigger .next-input-control > * {
  display: inline-block;
  width: auto;
}
.next-select-trigger .next-input-control > .next-select-arrow {
  padding-right: 0;
}
.next-select-trigger .next-input.next-disabled em {
  color: #CCCCCC;
}
.next-select-trigger .next-input.next-disabled .next-select-arrow {
  cursor: not-allowed;
}
.next-select-trigger .next-select-clear {
  display: none;
}
.next-select-trigger.next-has-clear:hover .next-select-clear {
  display: inline-block;
}
.next-select-trigger.next-has-clear:hover .next-select-arrow {
  display: none;
}
.next-select .next-select-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 100px;
  outline: 0;
  color: #333333;
}
.next-select .next-select-inner .next-tag {
  line-height: 1;
  margin-right: 4px;
  margin-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
}
.next-select .next-select-inner .next-input-inner {
  width: auto;
}
.next-select-trigger-search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.next-select-trigger-search > input, .next-select-trigger-search > span {
  display: block;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
  overflow: hidden;
}
.next-select-trigger-search input {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  left: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  cursor: inherit;
}
.next-select-trigger-search > span {
  position: relative;
  visibility: hidden;
  white-space: pre;
  max-width: 100%; /* 在 table 布局中，100% 并没有什么x用 */
  z-index: -1;
}
.next-select-single {
  /* 搜索框激活时，展开后不显示值，只显示搜索框 */
  /* 搜索框未激活，或者menu未展开，如果有值，则不显示搜索(placeholder) */
}
.next-select-single.next-no-search {
  cursor: pointer;
}
.next-select-single.next-has-search.next-active .next-select-values > em {
  display: none;
}
.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search {
  width: 1px;
  opacity: 0;
  /* stylelint-disable */
  filter: alpha(opacity=0); /* for IE 9 */
  /* stylelint-enable */
}
.next-select-single .next-select-values {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.next-select-single .next-select-values > em {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.next-select-multiple .next-select-compact {
  position: relative;
  white-space: nowrap;
}
.next-select-multiple .next-select-compact .next-select-trigger-search {
  width: auto;
}
.next-select-multiple .next-select-compact .next-select-tag-compact {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0 4px 0 16px;
  color: #333333;
  background: linear-gradient(90deg, transparent, #FFFFFF 10px);
}
.next-select-multiple .next-disabled .next-select-tag-compact {
  background: linear-gradient(90deg, transparent, #F7F8FA 10px);
}
.next-select-multiple, .next-select-tag {
  /* 如果有值，则搜索框变为1px */
}
.next-select-multiple .next-select-values, .next-select-tag .next-select-values {
  /* Tag 有 3px 的 margin-bottom，所以包裹 Tag 的容器要作一下处理 */
  margin-bottom: -3px;
  height: auto !important;
}
.next-select-multiple .next-select-trigger-search, .next-select-tag .next-select-trigger-search {
  margin-bottom: 3px;
}
.next-select-multiple .next-tag + .next-select-trigger-search, .next-select-tag .next-tag + .next-select-trigger-search {
  width: auto;
  min-width: 1px; /* 保留一个光标的宽度 */
}
.next-select-multiple .next-input, .next-select-tag .next-input {
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.next-select-multiple.next-small .next-select-values, .next-select-tag.next-small .next-select-values {
  min-height: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 14px;
}
.next-select-multiple.next-small .next-select-values-compact, .next-select-tag.next-small .next-select-values-compact {
  height: 20px !important;
}
.next-select-multiple.next-small .next-tag, .next-select-tag.next-small .next-tag {
  border: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 14px;
}
.next-select-multiple.next-small .next-tag .next-tag-body, .next-select-multiple.next-small .next-tag .next-tag-close-btn, .next-select-tag.next-small .next-tag .next-tag-body, .next-select-tag.next-small .next-tag .next-tag-close-btn {
  line-height: 14px;
}
.next-select-multiple.next-small .next-tag-body, .next-select-tag.next-small .next-tag-body {
  line-height: 14px;
}
.next-select-multiple.next-small .next-input-label, .next-select-multiple.next-small .next-input-inner, .next-select-multiple.next-small .next-input-control, .next-select-multiple.next-small .next-select-tag-compact, .next-select-tag.next-small .next-input-label, .next-select-tag.next-small .next-input-inner, .next-select-tag.next-small .next-input-control, .next-select-tag.next-small .next-select-tag-compact {
  line-height: 18px;
}
.next-select-multiple.next-medium .next-select-values, .next-select-tag.next-medium .next-select-values {
  min-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 20px;
}
.next-select-multiple.next-medium .next-select-values-compact, .next-select-tag.next-medium .next-select-values-compact {
  height: 28px !important;
}
.next-select-multiple.next-medium .next-tag, .next-select-tag.next-medium .next-tag {
  padding-top: 1px;
  padding-bottom: 1px;
  height: 20px;
}
.next-select-multiple.next-medium .next-tag .next-tag-body, .next-select-multiple.next-medium .next-tag .next-tag-close-btn, .next-select-tag.next-medium .next-tag .next-tag-body, .next-select-tag.next-medium .next-tag .next-tag-close-btn {
  line-height: 18px;
}
.next-select-multiple.next-medium .next-input-label, .next-select-multiple.next-medium .next-input-inner, .next-select-multiple.next-medium .next-input-control, .next-select-multiple.next-medium .next-select-tag-compact, .next-select-tag.next-medium .next-input-label, .next-select-tag.next-medium .next-input-inner, .next-select-tag.next-medium .next-input-control, .next-select-tag.next-medium .next-select-tag-compact {
  line-height: 26px;
}
.next-select-multiple.next-large .next-select-values, .next-select-tag.next-large .next-select-values {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 24px;
}
.next-select-multiple.next-large .next-select-values-compact, .next-select-tag.next-large .next-select-values-compact {
  height: 40px !important;
}
.next-select-multiple.next-large .next-tag, .next-select-tag.next-large .next-tag {
  padding-top: 3px;
  padding-bottom: 3px;
  height: 24px;
}
.next-select-multiple.next-large .next-tag .next-tag-body, .next-select-multiple.next-large .next-tag .next-tag-close-btn, .next-select-tag.next-large .next-tag .next-tag-body, .next-select-tag.next-large .next-tag .next-tag-close-btn {
  line-height: 18px;
}
.next-select-multiple.next-large .next-input-label, .next-select-multiple.next-large .next-input-inner, .next-select-multiple.next-large .next-input-control, .next-select-multiple.next-large .next-select-tag-compact, .next-select-tag.next-large .next-input-label, .next-select-tag.next-large .next-input-inner, .next-select-tag.next-large .next-input-control, .next-select-tag.next-large .next-select-tag-compact {
  line-height: 38px;
}
.next-select-auto-complete {
  width: 160px;
}
.next-select-auto-complete .next-input {
  width: 100%;
  /* table-cell 下 margin 无效 */
}
.next-select-auto-complete .next-input .next-input-hint-wrap {
  padding-right: 1px;
}
.next-select-auto-complete .next-input .next-select-arrow {
  padding-left: 0;
}
.next-select.next-active .next-select-arrow .next-icon-arrow-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.next-select .next-select-unfold-icon::before {
  content: "";
}
.next-select-symbol-fold::before {
  content: "\E63D";
}
.next-select-arrow {
  cursor: pointer;
  width: auto !important;
  text-align: center;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  /* transform-origin: center 41.8%; // icon 图像中心 */
}
.next-select-popup-wrap {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  padding: 0px 0;
}
.next-select-spacing-tb {
  padding: 0px 0;
}
.next-select-menu-wrapper {
  max-height: 260px;
  overflow: auto;
  border: 1px solid #DCDEE3;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-select-menu-wrapper .next-select-menu {
  max-height: none;
  border: none;
}
.next-select-menu {
  max-height: 260px;
  overflow: auto;
  /* autoComplete 没有选项时 menu 不显示 */
}
.next-select-menu .next-select-menu-empty-content {
  padding-left: 8px;
  padding-right: 8px;
  color: #999999;
}
.next-select-menu.next-select-auto-complete-menu.next-select-menu-empty {
  display: none;
}
.next-select-menu .next-menu-item-text .next-icon {
  vertical-align: middle;
}
.next-select-all {
  display: block;
  cursor: pointer;
  padding: 0 8px;
  margin: 0 12px 8px;
  border-bottom: 1px solid #DCDEE3;
}
.next-select-all:hover {
  color: #3E71F7;
}
.next-select-all .next-menu-icon-selected.next-icon {
  display: inline-block !important;
  top: initial;
  color: #5584FF;
}
.next-select-highlight {
  color: #5584FF;
  font-size: 12px;
}
.next-select-in-ie.next-select-trigger .next-select-values {
  /* 在 table 布局中，overflow: hidden 会导致负的 margin 失效 */
  overflow: visible;
}
.next-select-in-ie.next-select-trigger .next-input-control, .next-select-in-ie.next-select-trigger .next-input-label {
  width: 1px;
}
.next-select-in-ie.next-select-trigger .next-input-control > * {
  display: table-cell;
  width: 1%;
}
.next-select-in-ie.next-select-trigger .next-select-arrow {
  display: table-cell;
}
.next-select-in-ie.next-select-trigger .next-select-clear {
  display: none;
}
.next-select-in-ie.next-select-trigger.next-select-multiple .next-select-inner, .next-select-in-ie.next-select-trigger.next-select-tag .next-select-inner {
  vertical-align: top;
}
.next-select-in-ie.next-select-trigger .next-select-inner {
  display: inline-table;
}
.next-select-in-ie.next-select-trigger.next-select-single .next-select-values {
  display: inline-table;
}
.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-small .next-select-values {
  line-height: 20px;
}
.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-medium .next-select-values {
  line-height: 28px;
}
.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-large .next-select-values {
  line-height: 40px;
}
.next-select-in-ie.next-select-trigger .next-select-trigger-search > span {
  max-width: 100px;
}
.next-select-in-ie.next-select-trigger.next-select-single {
  /* 搜索框未激活，或者menu未展开，如果有值，则不显示搜索(placeholder) */
}
.next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values {
  position: relative;
}
.next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values > em {
  position: absolute;
  display: inline-block;
  height: 100%;
  line-height: 1;
  vertical-align: middle;
  overflow: hidden;
  left: 4px;
  right: 0;
  top: 30%;
}
.next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search {
  /* stylelint-disable */
  filter: alpha(opacity=0); /* for IE 9 */
  /* stylelint-enable */
  font-size: 0;
}
.next-select-in-ie.next-select-trigger.next-no-search .next-select-trigger-search input {
  color: inherit;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .next-select-multiple .next-select-compact .next-select-tag-compact {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF 10px);
  }
  .next-select-multiple .next-disabled .next-select-tag-compact {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F7F8FA 10px);
  }
}
.next-select.next-select-multiple[dir=rtl] .next-select-compact .next-select-tag-compact {
  left: 0;
  right: auto;
  padding: 0 16px 0 4px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), #FFFFFF 10px);
}

/* put your code here */
.next-list-header {
  border-bottom: 1px solid #DCDEE3;
  color: #333333;
}
.next-list-footer {
  border-top: 1px solid #DCDEE3;
  color: #666666;
}
.next-list-loading.next-loading {
  display: block;
}
.next-list-empty {
  font-size: 12px;
  color: #A0A2AD;
  padding: 32px 0;
  text-align: center;
}
.next-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.next-list-item {
  display: table; /* 兼容ie9 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #666666;
}
.next-list-item-media {
  display: table-cell; /* 兼容ie9 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
}
.next-list-item-extra {
  display: table-cell; /* 兼容ie9 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: top;
  color: #999999;
}
.next-list-item-content {
  display: table-cell; /* 兼容ie9 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  vertical-align: middle;
}
.next-list-item-title {
  color: #333333;
}
.next-list-medium .next-list-header {
  padding: 16px 0px;
  font-size: 20px;
  font-weight: bold;
}
.next-list-medium .next-list-footer {
  padding: 16px 0px;
}
.next-list-medium .next-list-item-media {
  padding-right: 8px;
}
.next-list-medium .next-list-item-extra {
  padding-left: 8px;
}
.next-list-medium .next-list-item {
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 0px;
}
.next-list-medium .next-list-item-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}
.next-list-small .next-list-header {
  padding: 8px 0px;
  font-size: 16px;
  font-weight: bold;
}
.next-list-small .next-list-footer {
  padding: 8px 0px;
}
.next-list-small .next-list-item-media {
  padding-right: 8px;
}
.next-list-small .next-list-item-extra {
  padding-left: 8px;
}
.next-list-small .next-list-item {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  padding: 8px 0px;
}
.next-list-small .next-list-item-title {
  font-size: 14px;
  line-height: 1.5;
}
.next-list-divider .next-list-item {
  border-bottom: 1px solid #DCDEE3;
}
.next-list-divider .next-list-item:last-child {
  border-bottom: none;
}

.next-list[dir=rtl] .next-list-item-media {
  padding-left: 8px;
  padding-right: 0;
}
.next-list[dir=rtl] .next-list-item-extra {
  padding-right: 8px;
  padding-left: 0;
}
.next-list[dir=rtl] .next-list-small .next-list-item-media {
  padding-left: 8px;
  padding-right: 0;
}
.next-list[dir=rtl] .next-list-small .next-list-item-extra {
  padding-right: 8px;
  padding-left: 0;
}

.next-menu-btn {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.next-menu-btn-spacing-tb {
  padding: 0px 0;
}
.next-menu-btn .next-icon {
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}
.next-menu-btn .next-menu-btn-arrow::before {
  content: "\E63D";
}
.next-menu-btn.next-expand .next-menu-btn-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.next-menu-btn-symbol-unfold::before {
  content: "";
}
.next-menu-btn.next-btn-normal .next-menu-btn-arrow {
  color: #999999;
}
.next-menu-btn.next-btn-normal:hover .next-menu-btn-arrow {
  color: #333333;
}
.next-menu-btn.next-btn-secondary .next-menu-btn-arrow {
  color: #5584FF;
}
.next-menu-btn.next-btn-secondary:hover .next-menu-btn-arrow {
  color: #FFFFFF;
}
.next-menu-btn.next-btn-secondary.next-btn-text:hover .next-menu-btn-arrow {
  color: #5584FF;
}
.next-menu-btn.next-btn-primary .next-menu-btn-arrow {
  color: #FFFFFF;
}
.next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow {
  color: #FFFFFF;
}
.next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
  color: #333333;
}
.next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
  color: #5584FF;
}
.next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
  color: #5584FF;
}
.next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
  color: #3E71F7;
}
.next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
  color: #333333;
}
.next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
  color: #999999;
}
.next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
  color: #FFFFFF;
}
.next-menu-btn.next-btn-ghost.next-btn-dark:hover .next-menu-btn-arrow {
  color: #FFFFFF;
}
.next-menu-btn.disabled .next-menu-btn-arrow, .next-menu-btn[disabled] .next-menu-btn-arrow {
  color: #CCCCCC;
}
.next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow, .next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow {
  color: #CCCCCC;
}
.next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
  color: rgba(255, 255, 255, 0.4);
}
.next-menu-btn[disabled].next-btn-ghost.next-btn-light .next-menu-btn-arrow {
  color: rgba(0, 0, 0, 0.1);
}

.next-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: auto;
  border-radius: 0;
}
.next-nav *,
.next-nav *:before,
.next-nav *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.next-nav-icon.next-icon {
  margin-right: 4px;
  font-weight: inherit;
}
.next-nav-icon.next-icon:before, .next-nav-icon.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-nav-group-label {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.next-nav-item .next-menu-item-text > span,
.next-nav-item .next-nav-group-label > span {
  opacity: 1;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}
.next-nav-item .next-menu-item-text > a {
  text-decoration: none;
  color: inherit;
}
.next-nav-item .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item .next-menu-icon-arrow.next-icon, .next-nav-item:hover .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item:hover .next-menu-icon-arrow.next-icon, .next-nav-item.next-focused .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-focused .next-menu-icon-arrow.next-icon, .next-nav-item.next-selected .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-selected .next-menu-icon-arrow.next-icon, .next-nav-item.next-opened .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-opened .next-menu-icon-arrow.next-icon {
  color: inherit;
  top: 0;
  -webkit-transform-origin: center 50%;
      -ms-transform-origin: center 50%;
          transform-origin: center 50%;
}
.next-nav.next-active .next-nav-item:before {
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
.next-nav.next-hoz {
  padding: 0;
  height: 44px;
  line-height: 42px;
  font-size: 12px;
}
.next-nav.next-hoz .next-menu-item.next-nav-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0 20px;
  border-radius: 0px;
}
.next-nav.next-hoz .next-menu-item,
.next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item {
  margin-top: 0px;
  margin-bottom: 0px;
}
.next-nav.next-hoz .next-menu-item-inner {
  height: 42px;
  font-size: 12px;
}
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
  line-height: 1;
  padding: 12px 8px;
}
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
  height: auto;
  min-height: 42px;
}
.next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
  display: block;
  line-height: 1;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.next-nav.next-hoz .next-nav-group-label .next-menu-item-inner {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.next-nav.next-hoz .next-menu-header {
  float: left;
  height: 42px;
}
.next-nav.next-hoz .next-menu-footer {
  float: right;
  height: 42px;
}
.next-nav.next-hoz .next-nav-item:before {
  width: 0;
  left: 50%;
  height: 2px;
}
.next-nav.next-hoz .next-nav-item:hover:before {
  height: 0px;
}
.next-nav.next-hoz.next-top .next-nav-item:before {
  top: -1px;
}
.next-nav.next-hoz.next-bottom .next-nav-item:before {
  bottom: -1px;
}
.next-nav.next-hoz .next-selected.next-nav-item:before {
  width: 100%;
  left: 0;
  height: 2px;
}
.next-nav.next-ver {
  padding: 0;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
  line-height: 40px;
  font-size: 12px;
}
.next-nav.next-ver .next-menu-item.next-nav-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0 20px;
  border-radius: 0px;
}
.next-nav.next-ver .next-menu-item:not(:first-child),
.next-nav.next-ver .next-menu-sub-menu-wrapper:not(:first-child) > .next-menu-item {
  margin-top: 0px;
}
.next-nav.next-ver .next-menu-item:not(:last-child),
.next-nav.next-ver .next-menu-sub-menu-wrapper:not(:last-child) > .next-menu-item {
  margin-bottom: 0px;
}
.next-nav.next-ver .next-menu-item-inner {
  height: 40px;
  font-size: 12px;
}
.next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title {
  line-height: 1;
  padding: 12px 8px;
}
.next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
  height: auto;
  min-height: 40px;
}
.next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
  display: block;
  line-height: 1;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.next-nav.next-ver .next-nav-group-label .next-menu-item-inner {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.next-nav.next-ver > .next-menu-item:first-child,
.next-nav.next-ver > .next-menu-sub-menu-wrapper:first-child > .next-menu-item {
  margin-top: 0px;
}
.next-nav.next-ver > .next-menu-item:last-child,
.next-nav.next-ver > .next-menu-sub-menu-wrapper:last-child > .next-menu-item {
  margin-bottom: 0px;
}
.next-nav.next-ver .next-menu-sub-menu {
  line-height: 40px;
}
.next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
  height: 40px;
  font-size: 12px;
}
.next-nav.next-ver .next-nav-item:before {
  height: 0;
  top: 50%;
  width: 2px;
}
.next-nav.next-ver .next-nav-item:hover:before {
  width: 0px;
}
.next-nav.next-ver.next-left .next-nav-item:before, .next-nav.next-ver.next-top .next-nav-item:before {
  left: -1px;
}
.next-nav.next-ver.next-right .next-nav-item:before, .next-nav.next-ver.next-bottom .next-nav-item:before {
  right: -1px;
}
.next-nav.next-ver .next-selected.next-nav-item:before {
  height: 100%;
  top: 0;
  width: 2px;
}
.next-nav.next-primary {
  border-width: 0px;
  background: #333333;
  border-color: #333333;
  color: #FFFFFF;
  font-weight: normal;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.next-nav.next-primary.next-hoz {
  line-height: 44px;
  line-height: 44px;
}
.next-nav.next-primary.next-hoz .next-menu-header,
.next-nav.next-primary.next-hoz .next-menu-footer,
.next-nav.next-primary.next-hoz .next-menu-item-inner {
  line-height: 44px;
  height: 44px;
}
.next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
  top: 0;
  top: 0px;
}
.next-nav.next-primary.next-hoz.next-bottom .next-nav-item:before {
  bottom: 0;
  bottom: 0px;
}
.next-nav.next-primary.next-ver.next-left .next-nav-item:before {
  left: 0;
  left: 0px;
}
.next-nav.next-primary.next-ver.next-right .next-nav-item:before {
  right: 0;
  right: 0px;
}
.next-nav.next-primary .next-nav-item.next-menu-item {
  background: #333333;
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-focused, .next-nav.next-primary .next-nav-item.next-menu-item:hover {
  background: #000000;
  color: #FFFFFF;
  font-weight: normal;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-selected.next-nav-item {
  background: #000000;
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-opened {
  background: transparent;
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected {
  font-weight: bold;
  background: transparent;
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-opened.next-nav-popup {
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item:before {
  background: #5584FF;
}
.next-nav.next-primary .next-nav-item.next-menu-item:hover:before {
  background: #5584FF;
}
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-opened {
  background: transparent;
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-group-label {
  color: #999999;
  font-weight: normal;
}
.next-nav.next-primary .next-menu-sub-menu .next-menu-item {
  background: #333333;
  color: #FFFFFF;
  font-weight: normal;
}
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-primary .next-menu-sub-menu .next-menu-item:hover {
  background: #000000;
  color: #FFFFFF;
}
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected {
  background: #000000;
  color: #FFFFFF;
}
.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
  background: #000000;
  color: #FFFFFF;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a {
  color: #CCCCCC;
  cursor: not-allowed;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow {
  color: #CCCCCC;
}
.next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
  color: #CCCCCC;
}
.next-nav.next-secondary {
  border-width: 0px;
  background: #5584FF;
  border-color: #5584FF;
  color: #FFFFFF;
  font-weight: normal;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.next-nav.next-secondary.next-hoz {
  line-height: 44px;
  line-height: 44px;
}
.next-nav.next-secondary.next-hoz .next-menu-header,
.next-nav.next-secondary.next-hoz .next-menu-footer,
.next-nav.next-secondary.next-hoz .next-menu-item-inner {
  line-height: 44px;
  height: 44px;
}
.next-nav.next-secondary.next-hoz.next-top .next-nav-item:before {
  top: 0;
  top: 0px;
}
.next-nav.next-secondary.next-hoz.next-bottom .next-nav-item:before {
  bottom: 0;
  bottom: 0px;
}
.next-nav.next-secondary.next-ver.next-left .next-nav-item:before {
  left: 0;
  left: 0px;
}
.next-nav.next-secondary.next-ver.next-right .next-nav-item:before {
  right: 0;
  right: 0px;
}
.next-nav.next-secondary .next-nav-item.next-menu-item {
  background: #5584FF;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-focused, .next-nav.next-secondary .next-nav-item.next-menu-item:hover {
  background: #3E71F7;
  color: #FFFFFF;
  font-weight: normal;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-selected {
  background: #3E71F7;
  color: #FFFFFF;
  font-weight: bold;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-selected.next-nav-item {
  background: #3E71F7;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-opened {
  background: transparent;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected {
  font-weight: bold;
  background: transparent;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-opened.next-nav-popup {
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup {
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-item.next-menu-item:before {
  background: #3E71F7;
}
.next-nav.next-secondary .next-nav-item.next-menu-item:hover:before {
  background: #3E71F7;
}
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-opened {
  background: transparent;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-nav-group-label {
  color: #FFFFFF;
  font-weight: normal;
}
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item {
  background: #5584FF;
  color: #FFFFFF;
  font-weight: normal;
}
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-secondary .next-menu-sub-menu .next-menu-item:hover {
  background: #3E71F7;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected {
  background: #3E71F7;
  color: #FFFFFF;
}
.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item {
  background: #3E71F7;
  color: #FFFFFF;
}