.next-slick.next-slick-vertical .next-slick-arrow-normal.next-slick-arrow-inline {
  left: calc((100% - 56px) / 2);
}

.next-slick.next-slick-vertical .next-slick-arrow-normal.next-slick-arrow-inline.next-slick-prev {
  top: 0;
}

.next-slick.next-slick-vertical .next-slick-arrow-normal.next-slick-arrow-inline.next-slick-next {
  bottom: 0;
}

.next-slick.next-slick-vertical .next-slick-arrow-normal.next-slick-arrow-outer {
  left: calc((100% - 56px) / 2);
}

.next-slick.next-slick-vertical .next-slick-arrow-normal.next-slick-arrow-outer.next-slick-prev {
  top: -4px;
}

.next-slick.next-slick-vertical .next-slick-arrow-normal.next-slick-arrow-outer.next-slick-next {
  bottom: -4px;
}

.next-slick.next-slick-vertical .next-slick-arrow-large {
  width: 96px;
  height: 48px;
  line-height: 48px;
}

.next-slick.next-slick-vertical .next-slick-arrow-large .next-icon:before {
  width: 32px;
  font-size: 32px;
  line-height: inherit;
}

.next-slick.next-slick-vertical .next-slick-arrow-large.next-slick-arrow-inline {
  left: calc((100% - 96px) / 2);
}

.next-slick.next-slick-vertical .next-slick-arrow-large.next-slick-arrow-inline.next-slick-prev {
  top: 0;
}

.next-slick.next-slick-vertical .next-slick-arrow-large.next-slick-arrow-inline.next-slick-next {
  bottom: 0;
}

.next-slick.next-slick-vertical .next-slick-arrow-large.next-slick-arrow-outer {
  left: calc((100% - 96px) / 2);
}

.next-slick.next-slick-vertical .next-slick-arrow-large.next-slick-arrow-outer.next-slick-prev {
  top: -16px;
}

.next-slick.next-slick-vertical .next-slick-arrow-large.next-slick-arrow-outer.next-slick-next {
  bottom: -16px;
}

.next-step {
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
}

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

.next-step, .next-step:before, .next-step:after {
  box-sizing: border-box;
}

.next-step {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: none;
}

.next-step-item {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.next-step-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.next-step-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.next-step-vertical .next-step-item {
  display: block;
  text-align: left;
}

.next-step-arrow .next-step-item {
  height: 32px;
  line-height: 32px;
  margin-left: 16px;
  margin-right: 4px;
}

.next-step-arrow .next-step-item:before {
  content: '';
  position: absolute;
  left: -16px;
  top: 0;
  z-index: 1;
  border-left-color: transparent;
  border: 16px solid transparent;
}

.next-step-arrow .next-step-item:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 0;
  z-index: 1;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
}

.next-step-arrow .next-step-item .next-step-item-container {
  min-width: 100px;
  height: 32px;
  cursor: pointer;
}

.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.next-step-arrow .next-step-item-wait {
  background: #EBECF0;
}

.next-step-arrow .next-step-item-wait .next-step-item-tail i {
  background: #000000;
}

.next-step-arrow .next-step-item-wait .next-step-item-container .next-step-item-title {
  color: #333333;
}

.next-step-arrow .next-step-item-wait .next-step-item-container .next-step-item-node {
  color: #000000;
}

.next-step-arrow .next-step-item-wait .next-step-item-container .next-step-item-node-circle {
  background: #EBECF0;
  border-color: #000000;
}

.next-step-arrow .next-step-item-wait .next-step-item-container .next-step-item-node-dot {
  background: #EBECF0;
  border-color: #000000;
}

.next-step-arrow .next-step-item-wait:before {
  border: 16px solid #EBECF0;
  border-left-color: transparent;
}

.next-step-arrow .next-step-item-wait:after {
  border-left-color: #EBECF0;
}

.next-step-arrow .next-step-item-process {
  background: #15AD9D;
}

.next-step-arrow .next-step-item-process .next-step-item-tail i {
  background: #000000;
}

.next-step-arrow .next-step-item-process .next-step-item-container .next-step-item-title {
  color: #FFFFFF;
}

.next-step-arrow .next-step-item-process .next-step-item-container .next-step-item-node {
  color: #000000;
}

.next-step-arrow .next-step-item-process .next-step-item-container .next-step-item-node-circle {
  background: #15AD9D;
  border-color: #000000;
}

.next-step-arrow .next-step-item-process .next-step-item-container .next-step-item-node-dot {
  background: #15AD9D;
  border-color: #000000;
}

.next-step-arrow .next-step-item-process:before {
  border: 16px solid #15AD9D;
  border-left-color: transparent;
}

.next-step-arrow .next-step-item-process:after {
  border-left-color: #15AD9D;
}

.next-step-arrow .next-step-item-finish {
  background: #FFF1E8;
}

.next-step-arrow .next-step-item-finish .next-step-item-tail i {
  background: #000000;
}

.next-step-arrow .next-step-item-finish .next-step-item-container .next-step-item-title {
  color: #666666;
}

.next-step-arrow .next-step-item-finish .next-step-item-container .next-step-item-node {
  color: #000000;
}

.next-step-arrow .next-step-item-finish .next-step-item-container .next-step-item-node-circle {
  background: #FFF1E8;
  border-color: #000000;
}

.next-step-arrow .next-step-item-finish .next-step-item-container .next-step-item-node-dot {
  background: #FFF1E8;
  border-color: #000000;
}

.next-step-arrow .next-step-item-finish:before {
  border: 16px solid #FFF1E8;
  border-left-color: transparent;
}

.next-step-arrow .next-step-item-finish:after {
  border-left-color: #FFF1E8;
}

.next-step-arrow .next-step-item-disabled {
  cursor: not-allowed;
  background: #F2F3F7;
}

.next-step-arrow .next-step-item-disabled .next-step-item-tail i {
  background: #000000;
}

.next-step-arrow .next-step-item-disabled .next-step-item-container .next-step-item-title {
  color: #CCCCCC;
}

.next-step-arrow .next-step-item-disabled .next-step-item-container .next-step-item-node {
  color: #000000;
}

.next-step-arrow .next-step-item-disabled .next-step-item-container .next-step-item-node-circle {
  background: #F2F3F7;
  border-color: #000000;
}

.next-step-arrow .next-step-item-disabled .next-step-item-container .next-step-item-node-dot {
  background: #F2F3F7;
  border-color: #000000;
}

.next-step-arrow .next-step-item-disabled:before {
  border: 16px solid #F2F3F7;
  border-left-color: transparent;
}

.next-step-arrow .next-step-item-disabled:after {
  border-left-color: #F2F3F7;
}

.next-step-arrow .next-step-item-disabled .next-step-item-container {
  cursor: not-allowed;
}

.next-step-arrow .next-step-item-first {
  margin-left: 0;
}

.next-step-arrow .next-step-item-first:before {
  border: 16px solid transparent;
}

.next-step-arrow .next-step-item-last {
  margin-right: 0;
}

.next-step-arrow .next-step-item-last:after {
  border: 16px solid transparent;
}

.next-step-circle .next-step-item-container .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 8px;
  width: 48px;
  height: 32px;
  cursor: pointer;
}

.next-step-circle .next-step-item-container .next-step-item-node-circle {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease;
}

.next-step-circle .next-step-item-container .next-step-item-node-circle .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-step-circle .next-step-item-container .next-step-item-title {
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
  text-align: center;
}

.next-step-circle .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px;
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
  color: #15AD9D;
  font-size: 12px;
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
  stroke: #C4C6CF;
  stroke-width: 4px;
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal {
  stroke: #15AD9D;
  stroke-width: 4px;
}

.next-step-circle .next-step-item-tail {
  position: absolute;
  width: calc(100% - 48px);
  height: auto;
  left: calc(50% + 24px);
  top: 15.5px;
}

.next-step-circle .next-step-item-tail i {
  display: block;
  vertical-align: top;
  height: 1px;
  width: 100%;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.next-step-circle .next-step-item-wait .next-step-item-tail i {
  background: #C4C6CF;
}

.next-step-circle .next-step-item-wait .next-step-item-container .next-step-item-title {
  color: #666666;
}

.next-step-circle .next-step-item-wait .next-step-item-container .next-step-item-node {
  color: #999999;
}

.next-step-circle .next-step-item-wait .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #C4C6CF;
}

.next-step-circle .next-step-item-wait .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #C4C6CF;
}

.next-step-circle .next-step-item-process .next-step-item-tail i {
  background: #C4C6CF;
}

.next-step-circle .next-step-item-process .next-step-item-container .next-step-item-title {
  color: #333333;
}

.next-step-circle .next-step-item-process .next-step-item-container .next-step-item-node {
  color: #FFFFFF;
}

.next-step-circle .next-step-item-process .next-step-item-container .next-step-item-node-circle {
  background: #15AD9D;
  border-color: #15AD9D;
}

.next-step-circle .next-step-item-process .next-step-item-container .next-step-item-node-dot {
  background: #15AD9D;
  border-color: #15AD9D;
}

.next-step-circle .next-step-item-finish .next-step-item-tail i {
  background: #15AD9D;
}

.next-step-circle .next-step-item-finish .next-step-item-container .next-step-item-title {
  color: #666666;
}

.next-step-circle .next-step-item-finish .next-step-item-container .next-step-item-node {
  color: #15AD9D;
}

.next-step-circle .next-step-item-finish .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #15AD9D;
}

.next-step-circle .next-step-item-finish .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #15AD9D;
}

.next-step-circle .next-step-item-disabled .next-step-item-tail i {
  background: #E6E7EB;
}

.next-step-circle .next-step-item-disabled .next-step-item-container .next-step-item-title {
  color: #CCCCCC;
}

.next-step-circle .next-step-item-disabled .next-step-item-container .next-step-item-node {
  color: #CCCCCC;
}

.next-step-circle .next-step-item-disabled .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #DCDEE3;
}

.next-step-circle .next-step-item-disabled .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #DCDEE3;
}

.next-step-circle .next-step-item-disabled .next-step-item-container>.next-step-item-node, .next-step-circle .next-step-item-disabled .next-step-item-container>.next-step-item-node-placeholder, .next-step-circle .next-step-item-disabled .next-step-item-node-placeholder, .next-step-circle .next-step-item-disabled .next-step-item-node {
  cursor: not-allowed;
}

.next-step-circle .next-step-item-last .next-step-item-tail {
  display: none;
}

.next-step-circle.next-step-vertical .next-step-item-container {
  position: relative;
  min-height: 48px;
}

.next-step-circle.next-step-vertical .next-step-item-container .next-step-item-node-placeholder {
  position: absolute;
  left: 0;
  top: 0;
}

.next-step-circle.next-step-vertical .next-step-item-container .next-step-item-node {
  padding: 8px 0;
  width: 32px;
  height: 48px;
}

.next-step-circle.next-step-vertical .next-step-item-container .next-step-item-body {
  display: inline-block;
  margin-left: 48px;
  padding-top: 8px;
}

.next-step-circle.next-step-vertical .next-step-item-container .next-step-item-title {
  margin-top: 8px;
  text-align: left;
}

.next-step-circle.next-step-vertical .next-step-item-container .next-step-item-content {
  margin-top: 8px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}

.next-step-circle.next-step-vertical .next-step-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 48px);
  top: 48px;
  left: 15.5px;
}

.next-step-circle.next-step-vertical .next-step-item-tail i {
  display: block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.next-step-circle.next-step-vertical .next-step-item-first {
  margin-top: -8px;
}

.next-step-dot {
  padding: 4px 0 0 0;
}

.next-step-dot .next-step-item-container .next-step-item-node {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 12px;
  padding: 0 8px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
}

.next-step-dot .next-step-item-container .next-step-item-node .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-dot .next-step-item-container .next-step-item-node-dot {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease;
}

.next-step-dot .next-step-item-container .next-step-item-title {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  text-align: center;
}

.next-step-dot .next-step-item-tail {
  position: absolute;
  width: calc(100% - 28px);
  height: auto;
  left: calc(50% + 14px);
  top: 5.5px;
}

.next-step-dot .next-step-item-tail i {
  display: block;
  vertical-align: top;
  height: 1px;
  width: 100%;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.next-step-dot .next-step-item-wait .next-step-item-tail i {
  background: #C4C6CF;
}

.next-step-dot .next-step-item-wait .next-step-item-container .next-step-item-title {
  color: #666666;
}

.next-step-dot .next-step-item-wait .next-step-item-container .next-step-item-node {
  color: #999999;
}

.next-step-dot .next-step-item-wait .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #C4C6CF;
}

.next-step-dot .next-step-item-wait .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #C4C6CF;
}

.next-step-dot .next-step-item-process .next-step-item-tail i {
  background: #C4C6CF;
}

.next-step-dot .next-step-item-process .next-step-item-container .next-step-item-title {
  color: #333333;
}

.next-step-dot .next-step-item-process .next-step-item-container .next-step-item-node {
  color: #15AD9D;
}

.next-step-dot .next-step-item-process .next-step-item-container .next-step-item-node-circle {
  background: #15AD9D;
  border-color: #15AD9D;
}

.next-step-dot .next-step-item-process .next-step-item-container .next-step-item-node-dot {
  background: #15AD9D;
  border-color: #15AD9D;
}

.next-step-dot .next-step-item-finish .next-step-item-tail i {
  background: #15AD9D;
}

.next-step-dot .next-step-item-finish .next-step-item-container .next-step-item-title {
  color: #666666;
}

.next-step-dot .next-step-item-finish .next-step-item-container .next-step-item-node {
  color: #15AD9D;
}

.next-step-dot .next-step-item-finish .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #15AD9D;
}

.next-step-dot .next-step-item-finish .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #15AD9D;
}

.next-step-dot .next-step-item-disabled .next-step-item-tail i {
  background: #E6E7EB;
}

.next-step-dot .next-step-item-disabled .next-step-item-container .next-step-item-title {
  color: #CCCCCC;
}

.next-step-dot .next-step-item-disabled .next-step-item-container .next-step-item-node {
  color: #CCCCCC;
}

.next-step-dot .next-step-item-disabled .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  border-color: #DCDEE3;
}

.next-step-dot .next-step-item-disabled .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  border-color: #DCDEE3;
}

.next-step-dot .next-step-item-disabled .next-step-item-container>.next-step-item-node, .next-step-dot .next-step-item-disabled .next-step-item-container>.next-step-item-node-placeholder, .next-step-dot .next-step-item-disabled .next-step-item-node-placeholder, .next-step-dot .next-step-item-disabled .next-step-item-node {
  cursor: not-allowed;
}

.next-step-dot .next-step-item-last .next-step-item-tail {
  display: none;
}

.next-step-dot.next-step-vertical {
  padding: 0 0 0 4px;
}

.next-step-dot.next-step-vertical .next-step-item-container {
  position: relative;
  min-height: 28px;
}

.next-step-dot.next-step-vertical .next-step-item-container .next-step-item-node-placeholder {
  position: absolute;
  left: 0;
  top: 0;
}

.next-step-dot.next-step-vertical .next-step-item-container .next-step-item-node {
  width: 12px;
  height: 28px;
  padding: 8px 0;
}

.next-step-dot.next-step-vertical .next-step-item-container .next-step-item-body {
  display: inline-block;
  margin-left: 28px;
  padding-top: 8px;
}

.next-step-dot.next-step-vertical .next-step-item-container .next-step-item-title {
  margin-top: 0;
  text-align: left;
}

.next-step-dot.next-step-vertical .next-step-item-container .next-step-item-content {
  margin-top: 8px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}

.next-step-dot.next-step-vertical .next-step-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 28px);
  top: 28px;
  left: 5.5px;
}

.next-step-dot.next-step-vertical .next-step-item-tail i {
  display: block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.next-switch {
  box-sizing: border-box;
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  overflow: hidden;
}

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

.next-switch .next-switch-trigger {
  -webkit-transition: left 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: left 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.next-switch-medium {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  width: 48px;
  height: 26px;
  border-radius: 12px;
}

.next-switch-medium>.next-switch-trigger {
  border: 1px solid transparent;
  position: absolute;
  left: 22px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

.next-switch-medium>.next-switch-children {
  font-size: 12px;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.next-switch-small {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  width: 36px;
  height: 22px;
  border-radius: 12px;
}

.next-switch-small>.next-switch-trigger {
  border: 1px solid transparent;
  position: absolute;
  left: 14px;
  width: 20px;
  height: 20px;
  border-radius: 12px;
}

.next-switch-small>.next-switch-children {
  font-size: 12px;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.next-switch-on {
  background-color: #1DC11D;
}

.next-switch-on>.next-switch-trigger {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  border-color: transparent;
}

.next-switch-on>.next-switch-children {
  left: 10px;
  color: #FFFFFF;
}

.next-switch-on:hover {
  background-color: #0DA80D;
}

.next-switch-on:hover>.next-switch-trigger {
  background-color: #FFFFFF;
}

.next-switch-on[disabled] {
  background-color: #C4C6CF;
  cursor: not-allowed;
}

.next-switch-on[disabled]>.next-switch-trigger {
  right: 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #E6E7EB;
  border-color: transparent;
}

.next-switch-on[disabled]>.next-switch-children {
  color: #DCDEE3;
}

.next-switch-off {
  background-color: #FFFFFF;
  border-color: #DCDEE3;
}

.next-switch-off:hover {
  background-color: #F7F8FA;
  border-color: #C4C6CF;
}

.next-switch-off>.next-switch-trigger {
  left: 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  border-color: transparent;
}

.next-switch-off>.next-switch-trigger:hover {
  background-color: #FFFFFF;
}

.next-switch-off>.next-switch-children {
  right: -8px;
  color: #CCCCCC;
}

.next-switch-off[disabled] {
  background-color: #C4C6CF;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.next-switch-off[disabled]>.next-switch-trigger {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #E6E7EB;
  border-color: transparent;
}

.next-switch-off[disabled]>.next-switch-children {
  color: #DCDEE3;
}

@-webkit-keyframes MoveDownIn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes MoveDownIn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes MoveDownOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes MoveDownOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@-webkit-keyframes MoveLeftIn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes MoveLeftIn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes MoveLeftOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes MoveLeftOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@-webkit-keyframes MoveRightIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes MoveRightIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes MoveRightOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes MoveRightOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@-webkit-keyframes MoveUpIn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@keyframes MoveUpIn {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@-webkit-keyframes MoveUpOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

@keyframes MoveUpOut {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}

.next-tabs {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

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

.next-tabs:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '\0020';
  clear: both;
}

.next-tabs-content {
  position: relative;
  overflow: hidden;
  min-height: 20px;
}

.next-tabs-tabpane-hidden {
  display: none;
}

.next-tabs-nav-container {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.next-tabs-nav-container:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '\0020';
  clear: both;
}

.next-tabs-nav-wrap {
  overflow: hidden;
}

.next-tabs-nav-scroll {
  width: 99999px;
  overflow: hidden;
}

.next-tabs-nav {
  position: relative;
  float: left;
  margin: 0;
  list-style: none;
}

.next-tabs-tab {
  float: left;
}

.next-tabs-tab-inner {
  cursor: pointer;
  text-decoration: none;
}

.next-tabs-tab-down, .next-tabs-tab-prev, .next-tabs-tab-next {
  position: absolute;
  z-index: 10;
  top: 0;
  color: #666666;
}

.next-tabs-tab-next {
  right: 8px;
}

.next-tabs-tab-prev {
  right: 32px;
}

.next-tabs-tab-down {
  right: 8px;
}

.next-tabs-tab-btn-disabled {
  cursor: not-allowed;
  color: #DCDEE3;
}

.next-tabs-medium .next-tabs-nav-container-scrolling {
  padding-right: 60px;
}

.next-tabs-medium .next-tabs-nav-container {
  font-size: 14px;
  line-height: 1.5;
}

.next-tabs-medium .next-tabs-nav-container .next-tabs-tab+.next-tabs-tab:after {
  top: 12px;
  height: 18px;
}

.next-tabs-medium .next-tabs-tab-inner {
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  position: relative;
}

.next-tabs-medium .next-tabs-tab-inner-content .next-icon {
  margin-left: 8px;
}

.next-tabs-medium .next-tabs-tab-inner-content .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tabs-medium .next-tabs-tab-down, .next-tabs-medium .next-tabs-tab-prev, .next-tabs-medium .next-tabs-tab-next {
  line-height: 44px;
}

.next-tabs-medium .next-tabs-tab-down .next-icon:before, .next-tabs-medium .next-tabs-tab-prev .next-icon:before, .next-tabs-medium .next-tabs-tab-next .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tabs-medium .next-tabs-content {
  padding: 16px;
}

.next-tabs-small .next-tabs-nav-container-scrolling {
  padding-right: 56px;
}

.next-tabs-small .next-tabs-nav-container {
  font-size: 12px;
  line-height: 1.5;
}

.next-tabs-small .next-tabs-nav-container .next-tabs-tab+.next-tabs-tab:after {
  top: 9px;
  height: 16px;
}

.next-tabs-small .next-tabs-tab-inner {
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  position: relative;
}

.next-tabs-small .next-tabs-tab-inner-content .next-icon {
  margin-left: 4px;
}

.next-tabs-small .next-tabs-tab-inner-content .next-icon:before {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-tabs-small .next-tabs-tab-inner-content .next-icon {
    -webkit-transform: scale(0.5) translateX(0);
    -ms-transform: scale(0.5) translateX(0);
    transform: scale(0.5) translateX(0);
  }
  .next-tabs-small .next-tabs-tab-inner-content .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}

.next-tabs-small .next-tabs-tab-down, .next-tabs-small .next-tabs-tab-prev, .next-tabs-small .next-tabs-tab-next {
  line-height: 36px;
}

.next-tabs-small .next-tabs-tab-down .next-icon:before, .next-tabs-small .next-tabs-tab-prev .next-icon:before, .next-tabs-small .next-tabs-tab-next .next-icon:before {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-tabs-small .next-tabs-tab-down .next-icon, .next-tabs-small .next-tabs-tab-prev .next-icon, .next-tabs-small .next-tabs-tab-next .next-icon {
    -webkit-transform: scale(0.5) translateX(0);
    -ms-transform: scale(0.5) translateX(0);
    transform: scale(0.5) translateX(0);
  }
  .next-tabs-small .next-tabs-tab-down .next-icon:before, .next-tabs-small .next-tabs-tab-prev .next-icon:before, .next-tabs-small .next-tabs-tab-next .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}

.next-tabs-small .next-tabs-content {
  padding: 12px;
}

.next-tabs-strip>.next-tabs-bar {
  border-bottom: solid 1px #DCDEE3;
  outline: none;
  position: relative;
  z-index: 1;
}

.next-tabs-strip>.next-tabs-bar .next-tabs-nav-container {
  margin-bottom: -1px;
}

.next-tabs-strip>.next-tabs-bar .next-tabs-tab {
  border: 1px solid transparent;
  border-radius: none;
  margin-right: 0;
  margin-bottom: 0;
}

.next-tabs-strip>.next-tabs-bar .next-tabs-tab.next-tabs-tab-active {
  position: relative;
  border: 1px solid transparent;
  margin-right: 0;
  margin-bottom: 0;
}

.next-tabs-strip>.next-tabs-bar .next-tabs-tab-active::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2 * 1px);
  height: 1px;
  background-color: #15AD9D;
}

.next-tabs-strip>.next-tabs-bar .next-tabs-tab {
  color: #666666;
  background-color: transparent;
}

.next-tabs-strip>.next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #333333;
  background-color: transparent;
}

.next-tabs-strip>.next-tabs-bar .next-tabs-tab.next-tabs-tab-active {
  color: #15AD9D;
  background-color: transparent;
}

.next-tabs-strip>.next-tabs-bar .next-tabs-tab.next-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: #DCDEE3;
  background: transparent;
}

.next-tabs-strip>.next-tabs-bar>.next-tabs-tab .next-icon-close {
  display: none;
}

.next-tabs-strip>.next-tabs-bar>.next-tabs-tab-active .next-icon-close {
  display: inline-block;
  margin-left: 8px;
  color: #666666;
}

.next-tabs-strip>.next-tabs-bar>.next-tabs-tab-active .next-icon-close:hover {
  color: #333333;
}

.next-tabs-strip>.next-tabs-content {
  top: 0;
  right: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  color: #333333;
  background: transparent;
}

.next-tabs-strip>.next-tabs-content:hover {
  color: #333333;
  background: transparent;
}

.next-tabs-wrapped>.next-tabs-bar {
  background: transparent;
  outline: none;
  position: relative;
  z-index: 1;
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab {
  color: #666666;
  background-color: #F7F8FA;
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #333333;
  background-color: #F2F3F7;
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.next-tabs-tab-active {
  color: #15AD9D;
  background-color: #FFFFFF;
}

.next-tabs-wrapped>.next-tabs-bar .next-tabs-tab.next-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: #CCCCCC;
  background: #F7F8FA;
}

.next-tabs-wrapped>.next-tabs-bar>.next-tabs-tab .next-icon-close {
  display: none;
}

.next-tabs-wrapped>.next-tabs-bar>.next-tabs-tab-active .next-icon-close {
  display: inline-block;
  margin-left: 8px;
  color: #666666;
}

.next-tabs-wrapped>.next-tabs-bar>.next-tabs-tab-active .next-icon-close:hover {
  color: #333333;
}

.next-tabs-wrapped>.next-tabs-content {
  color: #333333;
  background: transparent;
}

.next-tabs-wrapped>.next-tabs-content:hover {
  color: #333333;
  background: transparent;
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab {
  border: solid 1px #DCDEE3;
  border-radius: 0px 0px 0 0;
  margin-right: 4px;
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab:hover {
  border-color: #C4C6CF;
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab.next-tabs-tab-active {
  position: relative;
  border-bottom-color: #FFFFFF;
  margin-right: 4px;
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-bar .next-tabs-tab-active::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  left: -1px;
  width: calc(100% + 2 * 1px);
  height: 1px;
  background-color: #15AD9D;
}

.next-tabs-wrapped.next-tabs-top>.next-tabs-content {
  top: -1px;
  right: 0;
  border-top: 1px solid #DCDEE3;
  border-right: 1px solid #DCDEE3;
  border-bottom: 1px solid #DCDEE3;
  border-left: 1px solid #DCDEE3;
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab {
  border: solid 1px #DCDEE3;
  border-radius: 0 0 0px 0px;
  margin-right: 4px;
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab:hover {
  border-color: #C4C6CF;
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab.next-tabs-tab-active {
  position: relative;
  border-top-color: #FFFFFF;
  margin-right: 4px;
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-bar .next-tabs-tab-active::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2 * 1px);
  height: 1px;
  background-color: #15AD9D;
}

.next-tabs-wrapped.next-tabs-bottom>.next-tabs-content {
  top: 1px;
  right: 0;
  border-top: 1px solid #DCDEE3;
  border-right: 1px solid #DCDEE3;
  border-bottom: 1px solid #DCDEE3;
  border-left: 1px solid #DCDEE3;
}

.next-tabs-wrapped.next-tabs-vertical>.next-tabs-bar .next-tabs-tab {
  float: none;
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar {
  float: left;
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab {
  border: solid 1px #DCDEE3;
  border-radius: 0px 0 0 0px;
  margin-bottom: 4px;
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab:hover {
  border-color: #C4C6CF;
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab.next-tabs-tab-active {
  position: relative;
  border-right-color: #FFFFFF;
  margin-bottom: 4px;
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-bar .next-tabs-tab-active::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  left: -1px;
  width: 1px;
  height: calc(100% + 2 * 1px);
  background-color: #15AD9D;
}

.next-tabs-wrapped.next-tabs-left>.next-tabs-content {
  top: 0;
  right: 1px;
  border-top: 1px solid #DCDEE3;
  border-right: 1px solid #DCDEE3;
  border-bottom: 1px solid #DCDEE3;
  border-left: 1px solid #DCDEE3;
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar {
  float: right;
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab {
  border: solid 1px #DCDEE3;
  border-radius: 0 0px 0px 0;
  margin-bottom: 4px;
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab:hover {
  border-color: #C4C6CF;
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab.next-tabs-tab-active {
  position: relative;
  border-left-color: #FFFFFF;
  margin-bottom: 4px;
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-bar .next-tabs-tab-active::before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: 1px;
  height: calc(100% + 2 * 1px);
  background-color: #15AD9D;
}

.next-tabs-wrapped.next-tabs-right>.next-tabs-content {
  top: 0;
  right: -1px;
  border-top: 1px solid #DCDEE3;
  border-right: 1px solid #DCDEE3;
  border-bottom: 1px solid #DCDEE3;
  border-left: 1px solid #DCDEE3;
}

.next-tabs-capsule>.next-tabs-bar {
  border-bottom: 0;
  outline: none;
  position: relative;
  z-index: 1;
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab {
  margin-right: 0;
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:hover {
  border-color: #C4C6CF;
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.next-tabs-tab-active {
  position: relative;
  border: 1px solid #15AD9D;
  margin-right: -1px;
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab {
  color: #333333;
  background-color: #FFFFFF;
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #666666;
  background-color: #F7F8FA;
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.next-tabs-tab-active {
  color: #FFFFFF;
  background-color: #15AD9D;
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab.next-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: #CCCCCC;
  background: #F7F8FA;
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:first-child {
  border-radius: 4px 0 0 4px;
}

.next-tabs-capsule>.next-tabs-bar .next-tabs-tab:last-child {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #999999;
}

.next-tabs-capsule>.next-tabs-content {
  color: #333333;
  background: transparent;
}

.next-tabs-capsule>.next-tabs-content:hover {
  color: #333333;
  background: transparent;
}

.next-tabs-text>.next-tabs-bar {
  border-bottom: 0;
  outline: none;
  position: relative;
  z-index: 1;
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab {
  border: 0;
  border-radius: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab.next-tabs-tab-active {
  position: relative;
  border: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab {
  color: #666666;
  background-color: transparent;
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #333333;
  background-color: transparent;
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab.next-tabs-tab-active {
  color: #15AD9D;
  background-color: transparent;
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab.next-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: #CCCCCC;
  background: transparent;
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab {
  position: relative;
}

.next-tabs-text>.next-tabs-bar .next-tabs-tab::after {
  content: ' ';
  position: absolute;
  left: -1px;
  width: 1px;
  background-color: #DCDEE3;
}

.next-tabs-text>.next-tabs-content {
  color: #333333;
  background: transparent;
  top: 0;
  right: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.next-tabs-text>.next-tabs-content:hover {
  color: #333333;
  background: transparent;
}

.next-table {
  box-sizing: border-box;
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
  position: relative;
}

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

.next-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  background: #fff;
}

.next-table table tr:first-child td {
  border-top-width: 0;
}

.next-table th {
  padding: 0;
  background: #EBECF0;
  color: #333333;
  text-align: left;
  font-weight: normal;
  border: 1px solid #DCDEE3;
}

.next-table th .next-table-cell-wrapper {
  padding: 12px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.next-table td {
  padding: 0;
  border: 1px solid #DCDEE3;
}

.next-table td .next-table-cell-wrapper {
  padding: 12px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-down, .next-table td .next-table-cell-wrapper .next-icon-arrow-right, .next-table td .next-table-cell-wrapper .next-table-tree-placeholder {
  margin-right: 3px;
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-down:before, .next-table td .next-table-cell-wrapper .next-icon-arrow-right:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-table.no-header table tr:first-child td {
  border-top-width: 1px;
}

.next-table.only-bottom-border {
  border-width: 0;
}

.next-table.only-bottom-border th {
  border-width: 0 0 1px 0;
}

.next-table.only-bottom-border td {
  border-width: 0 0 1px 0;
}

.next-table.only-bottom-border .next-table-expanded-row th {
  border-width: 0 0 1px 0;
}

.next-table.only-bottom-border .next-table-expanded-row td {
  border-width: 0 0 1px 0;
}

.next-table-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.32);
}

.next-table-loading .next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -12px;
  color: #666;
}

.next-table.zebra tr:nth-child(odd) td {
  background: #FFFFFF;
}

.next-table.zebra tr:nth-child(even) td {
  background: #F7F8FA;
}

.next-table-empty {
  color: #A0A2AD;
  padding: 32px 0;
  text-align: center;
}

.next-table-expanded-row td {
  border-width: 0;
}

.next-table-expanded-row td:first-child {
  border-left-width: 1px;
}

.next-table-expanded-row td:last-child {
  border-right-width: 1px;
}

.next-table-expanded-row:last-child td {
  border-bottom-width: 1px;
}

.next-table-expanded-row .next-table .last td {
  border-bottom-width: 0;
}

.next-table-filter-footer {
  margin: 10px 10px 0;
}

.next-table-filter-footer button {
  margin-right: 5px;
}

.next-table-row.hidden {
  display: none;
}

.next-table-tree-placeholder {
  display: inline-block;
  width: 12px;
}

.last .next-table-expanded-row td {
  border-bottom-width: 1px;
}

.next-table-body, .next-table-header {
  overflow: auto;
  font-size: 14px;
}

.next-table-body {
  font-size: 14px;
}

.next-table-fixed {
  border: 1px solid #DCDEE3;
}

.next-table-fixed table tr td:first-child, .next-table-fixed table tr th:first-child {
  border-left-width: 0;
}

.next-table-fixed .next-table-header {
  background: #EBECF0;
}

.next-table-fixed .next-table-header th {
  border-top-width: 0;
}

.next-table-fixed .next-table-header tr th:last-child {
  border-right-width: 0;
}

.next-table-fixed .next-table-body td {
  border-top-width: 0;
}

.next-table-fixed .next-table-body tr:last-child td {
  border-bottom-width: 0;
}

.next-table-fixed .next-table-body tr td:last-child {
  border-right-width: 0;
}

.next-table-lock .next-table-body {
  overflow-x: auto;
  overflow-y: visible;
}

.next-table-group {
  border-width: 0;
}

.next-table-group .next-table-body {
  margin-top: 8px;
}

.next-table-group .next-table-body table {
  margin-bottom: 8px;
}

.next-table-group .next-table-body table tr:first-child td {
  border-top-width: 1px;
}

.next-table-group .next-table-group-header td {
  background: #EBECF0;
}

.next-table-lock {
  position: relative;
}

.next-table-lock .next-table-header-inner, .next-table-fixed .next-table-header-inner {
  overflow: hidden;
}

.next-table-lock-left, .next-table-lock-right {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.next-table-lock-left table, .next-table-lock-right table {
  width: auto;
}

.next-table-lock-left .next-table-body, .next-table-lock-right .next-table-body {
  overflow: hidden;
}

.next-table-lock-right {
  right: 0;
  left: auto;
}

.next-table-lock-right table tr td:first-child, .next-table-lock-right table tr th:first-child {
  border-left-width: 1px;
}

.next-table-lock-right.shadow {
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
}

.next-table-lock-left.shadow {
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
}

.next-table-filter {
  line-height: 1;
}

.next-table-sort {
  position: relative;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.next-table-sort .next-icon {
  position: absolute;
  left: 0;
  color: #333333;
}

.next-table-sort .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-table-sort .current .next-icon {
  color: #15AD9D;
}

.next-table-sort .next-icon-ascending {
  left: 4px;
}

.next-table-filter {
  margin-left: 5px;
  cursor: pointer;
  width: 20px;
  display: inline-block;
}

.next-table-filter .next-icon {
  color: #333333;
}

.next-table-filter .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-table-expanded-ctrl.disabled {
  color: #999999;
}

.next-table-expanded-ctrl .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tag-selectable .next-tag-body, .next-tag-link .next-tag-body, .next-tag-readonly .next-tag-body {
  overflow: hidden;
  text-overflow: ellipsis;
}

@-webkit-keyframes artZoomIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes artZoomIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes artZoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes artZoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.next-tag {
  box-sizing: border-box;
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 0.1s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.1s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  border-radius: 2px;
  cursor: pointer;
  max-width: 100%;
}

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

.next-tag a {
  color: #2192D9;
  text-decoration: none;
}

.next-tag a:hover {
  color: #0B70AF;
}

.next-tag a:active {
  color: #0B70AF;
  text-decoration: underline;
}

.next-tag .next-tag-opt, .next-tag .next-tag-number, .next-tag>.next-tag-body, .next-tag>.next-tag-tail {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.next-tag .next-tag-opt {
  width: 28px;
  vertical-align: middle;
}

.next-tag[disabled], .next-tag.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.next-tag-medium {
  margin: 8px;
  height: 28px;
  font-size: 12px;
  line-height: 26px;
  border-width: 1px;
}

.next-tag-medium>.next-tag-body {
  padding-left: 8px;
  padding-right: 8px;
}

.next-tag-medium .next-tag-opt {
  height: 28px;
}

.next-tag-medium .next-tag-opt .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tag-large {
  margin: 8px;
  height: 28px;
  font-size: 12px;
  line-height: 26px;
  border-width: 1px;
}

.next-tag-large>.next-tag-body {
  padding-left: 8px;
  padding-right: 8px;
}

.next-tag-large .next-tag-opt {
  height: 28px;
}

.next-tag-large .next-tag-opt .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tag-small {
  margin: 4px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  border-width: 1px;
}

.next-tag-small>.next-tag-body {
  padding-left: 8px;
  padding-right: 8px;
}

.next-tag-small .next-tag-opt {
  height: 20px;
}

.next-tag-small .next-tag-opt .next-icon:before {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-tag-small .next-tag-opt .next-icon {
    -webkit-transform: scale(0.5) translateX(0);
    -ms-transform: scale(0.5) translateX(0);
    transform: scale(0.5) translateX(0);
  }
  .next-tag-small .next-tag-opt .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}

.next-tag-selectable .next-tag-body {
  width: 100%;
}

.next-tag-selectable.next-tag-level-normal {
  color: #666666;
  background-color: #FFFFFF;
  border-color: #C4C6CF;
}

.next-tag-selectable.next-tag-level-normal.hover, .next-tag-selectable.next-tag-level-normal:hover {
  color: #333333;
  background-color: #F7F8FA;
  border-color: #A0A2AD;
}

.next-tag-selectable.next-tag-level-normal[disabled], .next-tag-selectable.next-tag-level-normal.disabled {
  color: #CCCCCC;
  background-color: #F7F8FA;
  border-color: #DCDEE3;
}

.next-tag-selectable.next-tag-level-normal.next-tag-selected {
  color: #4F74B3;
  background-color: #FFFFFF;
  border-color: #4F74B3;
}

.next-tag-selectable.next-tag-level-normal.next-tag-selected.hover, .next-tag-selectable.next-tag-level-normal.next-tag-selected:hover {
  color: #2D559C;
  background-color: #FFFFFF;
  border-color: #2D559C;
}

.next-tag-selectable.next-tag-level-normal.next-tag-selected:before {
  position: absolute;
  content: " ";
  right: -9px;
  bottom: -9px;
  -webkit-font-smoothing: antialiased;
  background: #4F74B3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
}

.next-tag-selectable.next-tag-level-normal.next-tag-selected:after {
  position: absolute;
  right: -2px;
  bottom: -3px;
  line-height: 14px;
  font-size: 12px;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "";
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  color: #FFFFFF;
}

.next-tag-selectable.next-tag-level-normal.next-tag-selected.hover:before, .next-tag-selectable.next-tag-level-normal.next-tag-selected:hover:before {
  background: #2192D9;
}

.next-tag-selectable.next-tag-level-primary {
  color: #666666;
  background-color: #F7F8FA;
  border-color: #FFFFFF;
}

.next-tag-selectable.next-tag-level-primary.hover, .next-tag-selectable.next-tag-level-primary:hover {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.next-tag-selectable.next-tag-level-primary[disabled], .next-tag-selectable.next-tag-level-primary.disabled {
  color: #CCCCCC;
  background-color: #F7F8FA;
  border-color: #FFFFFF;
}

.next-tag-selectable.next-tag-level-primary.next-tag-selected {
  color: #FFFFFF;
  background-color: #15AD9D;
  border-color: #15AD9D;
}

.next-tag-selectable.next-tag-level-primary.next-tag-selected.hover, .next-tag-selectable.next-tag-level-primary.next-tag-selected:hover {
  color: #F7F8FA;
  background-color: #02A493;
  border-color: #02A493;
}

.next-tag-selectable.next-tag-level-secondary {
  color: #666666;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.next-tag-selectable.next-tag-level-secondary.hover, .next-tag-selectable.next-tag-level-secondary:hover {
  color: #333333;
  background-color: #F7F8FA;
  border-color: #A0A2AD;
}

.next-tag-selectable.next-tag-level-secondary[disabled], .next-tag-selectable.next-tag-level-secondary.disabled {
  color: #CCCCCC;
  background-color: #F7F8FA;
  border-color: #DCDEE3;
}

.next-tag-selectable.next-tag-level-secondary.next-tag-selected {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #4F74B3;
}

.next-tag-selectable.next-tag-level-secondary.next-tag-selected.hover, .next-tag-selectable.next-tag-level-secondary.next-tag-selected:hover {
  color: #2D559C;
  background-color: #FFFFFF;
  border-color: #2D559C;
}

.next-tag-selectable.next-tag-level-secondary.next-tag-selected:before {
  position: absolute;
  content: " ";
  right: -9px;
  bottom: -9px;
  -webkit-font-smoothing: antialiased;
  background: #4F74B3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
}

.next-tag-selectable.next-tag-level-secondary.next-tag-selected:after {
  position: absolute;
  right: -2px;
  bottom: -3px;
  line-height: 14px;
  font-size: 12px;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "";
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  color: #FFFFFF;
}

.next-tag-selectable.next-tag-level-secondary.next-tag-selected.hover:before, .next-tag-selectable.next-tag-level-secondary.next-tag-selected:hover:before {
  background: #2192D9;
}

.next-tag-deletable .next-tag-body {
  width: calc(100% - 28px);
}

.next-tag-deletable .next-tag-opt {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  width: 28px;
}

.next-tag-deletable.next-tag-level-normal {
  border-color: #C4C6CF;
}

.next-tag-deletable.next-tag-level-normal .next-tag-body {
  color: #666666;
  background-color: #FFFFFF;
}

.next-tag-deletable.next-tag-level-normal .next-tag-body.hover, .next-tag-deletable.next-tag-level-normal .next-tag-body:hover {
  color: #333333;
  background-color: #F2F3F7;
}

.next-tag-deletable.next-tag-level-normal .next-tag-tail {
  color: #666666;
  background: #FFFFFF;
}

.next-tag-deletable.next-tag-level-normal .next-tag-tail.hover, .next-tag-deletable.next-tag-level-normal .next-tag-tail:hover {
  color: #333333;
  background: #F7F8FA;
}

.next-tag-deletable.next-tag-level-normal.hover {
  border-color: #C4C6CF;
}

.next-tag-deletable.next-tag-level-normal.hover .next-tag-body {
  color: #333333;
  background-color: #F2F3F7;
}

.next-tag-deletable.next-tag-level-normal.hover .next-tag-tail {
  color: #333333;
  background: #F7F8FA;
}

.next-tag-deletable.next-tag-level-normal[disabled], .next-tag-deletable.next-tag-level-normal.disabled {
  border-color: #C4C6CF;
}

.next-tag-deletable.next-tag-level-normal[disabled] .next-tag-body, .next-tag-deletable.next-tag-level-normal.disabled .next-tag-body {
  color: #CCCCCC;
  background-color: #F7F8FA;
}

.next-tag-deletable.next-tag-level-normal[disabled] .next-tag-tail, .next-tag-deletable.next-tag-level-normal.disabled .next-tag-tail {
  color: #CCCCCC;
  background-color: #F7F8FA;
}

.next-tag-deletable.next-tag-level-primary {
  border-color: #C4C6CF;
}

.next-tag-deletable.next-tag-level-primary .next-tag-body {
  color: #666666;
  background-color: #F7F8FA;
}

.next-tag-deletable.next-tag-level-primary .next-tag-body.hover, .next-tag-deletable.next-tag-level-primary .next-tag-body:hover {
  color: #333333;
  background-color: #FFFFFF;
}

.next-tag-deletable.next-tag-level-primary .next-tag-tail {
  color: #666666;
  background: #FFFFFF;
}

.next-tag-deletable.next-tag-level-primary .next-tag-tail.hover, .next-tag-deletable.next-tag-level-primary .next-tag-tail:hover {
  color: #333333;
  background: #F7F8FA;
}

.next-tag-deletable.next-tag-level-primary.hover {
  border-color: #C4C6CF;
}

.next-tag-deletable.next-tag-level-primary.hover .next-tag-body {
  color: #333333;
  background-color: #FFFFFF;
}

.next-tag-deletable.next-tag-level-primary.hover .next-tag-tail {
  color: #333333;
  background: #F7F8FA;
}

.next-tag-deletable.next-tag-level-primary[disabled], .next-tag-deletable.next-tag-level-primary.disabled {
  border-color: #C4C6CF;
}

.next-tag-deletable.next-tag-level-primary[disabled] .next-tag-body, .next-tag-deletable.next-tag-level-primary.disabled .next-tag-body {
  color: #CCCCCC;
  background-color: #F7F8FA;
}

.next-tag-deletable.next-tag-level-primary[disabled] .next-tag-tail, .next-tag-deletable.next-tag-level-primary.disabled .next-tag-tail {
  color: #CCCCCC;
  background-color: #F7F8FA;
}

.next-tag-deletable.next-tag-level-secondary {
  border-color: #C4C6CF;
}

.next-tag-deletable.next-tag-level-secondary .next-tag-body {
  color: #666666;
  background-color: #FFFFFF;
}

.next-tag-deletable.next-tag-level-secondary .next-tag-body.hover, .next-tag-deletable.next-tag-level-secondary .next-tag-body:hover {
  color: #333333;
  background-color: #F7F8FA;
}

.next-tag-deletable.next-tag-level-secondary .next-tag-tail {
  color: #666666;
  background: #FFFFFF;
}

.next-tag-deletable.next-tag-level-secondary .next-tag-tail.hover, .next-tag-deletable.next-tag-level-secondary .next-tag-tail:hover {
  color: #333333;
  background: #F7F8FA;
}

.next-tag-deletable.next-tag-level-secondary.hover {
  border-color: #C4C6CF;
}

.next-tag-deletable.next-tag-level-secondary.hover .next-tag-body {
  color: #333333;
  background-color: #F7F8FA;
}

.next-tag-deletable.next-tag-level-secondary.hover .next-tag-tail {
  color: #333333;
  background: #F7F8FA;
}

.next-tag-deletable.next-tag-level-secondary[disabled], .next-tag-deletable.next-tag-level-secondary.disabled {
  border-color: #C4C6CF;
}

.next-tag-deletable.next-tag-level-secondary[disabled] .next-tag-body, .next-tag-deletable.next-tag-level-secondary.disabled .next-tag-body {
  color: #CCCCCC;
  background-color: #F7F8FA;
}

.next-tag-deletable.next-tag-level-secondary[disabled] .next-tag-tail, .next-tag-deletable.next-tag-level-secondary.disabled .next-tag-tail {
  color: #CCCCCC;
  background-color: #F7F8FA;
}

.next-tag-interactive {
  color: #666666;
  background-color: #FFFFFF;
  border-color: #C4C6CF;
}

.next-tag-interactive.next-tag {
  overflow: visible;
}

.next-tag-interactive .next-tag-number {
  color: #666666;
}

.next-tag-interactive .next-tag-opt {
  color: #FFFFFF;
  background-color: #2192D9;
}

.next-tag-interactive.hover, .next-tag-interactive:hover {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #C4C6CF;
}

.next-tag-interactive.hover .next-tag-number, .next-tag-interactive:hover .next-tag-number {
  color: #2192D9;
}

.next-tag-interactive.hover .next-tag-opt, .next-tag-interactive:hover .next-tag-opt {
  color: #F7F8FA;
  background-color: #2192D9;
}

.next-tag-interactive[disabled], .next-tag-interactive.disabled {
  color: #CCCCCC;
  background-color: #F7F8FA;
  border-color: #C4C6CF;
}

.next-tag-interactive[disabled] .next-tag-number, .next-tag-interactive.disabled .next-tag-number {
  color: #CCCCCC;
}

.next-tag-interactive .next-tag-tail {
  position: relative;
  top: 0;
}

.next-tag-interactive .next-tag-number {
  width: 28px;
  border-left: dashed 1px #E6E7EB;
}

.next-tag-interactive .next-tag-opt {
  display: none;
  width: 28px;
  position: relative;
  top: -1px;
  right: -1px;
  border-radius: 0 2px 2px 0;
}

.next-tag-interactive.hover .next-tag-opt, .next-tag-interactive:hover .next-tag-opt {
  display: inline-block;
}

.next-tag-link .next-tag-body {
  width: 100%;
}

.next-tag-link a {
  color: #666666;
}

.next-tag-link.next-tag-level-normal {
  color: #666666;
  background-color: #FFFFFF;
  border-color: #C4C6CF;
}

.next-tag-link.next-tag-level-normal.hover, .next-tag-link.next-tag-level-normal:hover {
  color: #333333;
  background-color: #F7F8FA;
  border-color: #C4C6CF;
}

.next-tag-link.next-tag-level-normal[disabled], .next-tag-link.next-tag-level-normal.disabled {
  color: #CCCCCC;
  background-color: #F7F8FA;
  border-color: #DCDEE3;
}

.next-tag-link.next-tag-level-primary {
  color: #666666;
  background-color: #F7F8FA;
  border-color: #FFFFFF;
}

.next-tag-link.next-tag-level-primary.hover, .next-tag-link.next-tag-level-primary:hover {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.next-tag-link.next-tag-level-primary[disabled], .next-tag-link.next-tag-level-primary.disabled {
  color: #CCCCCC;
  background-color: #F7F8FA;
  border-color: #FFFFFF;
}

.next-tag-link.next-tag-level-secondary {
  color: #666666;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.next-tag-link.next-tag-level-secondary.hover, .next-tag-link.next-tag-level-secondary:hover {
  color: #333333;
  background-color: #F7F8FA;
  border-color: #02A493;
}

.next-tag-link.next-tag-level-secondary[disabled], .next-tag-link.next-tag-level-secondary.disabled {
  color: #CCCCCC;
  background-color: #F7F8FA;
  border-color: #DCDEE3;
}

.next-tag-readonly {
  color: #666666;
  background-color: #FFFFFF;
  border-color: #DCDEE3;
}

.next-tag-readonly .next-tag-body {
  width: 100%;
}

.next-tag-readonly[disabled], .next-tag-readonly.disabled {
  color: #CCCCCC;
  background-color: #F7F8FA;
  border-color: #DCDEE3;
}

.next-tag-zoom-enter, .next-tag-zoom-appear {
  -webkit-animation: zoomIn 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: zoomIn 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.next-tag-zoom-leave {
  -webkit-animation: zoomOut 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: zoomOut 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.next-timeline {
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
}

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

.next-timeline, .next-timeline:before, .next-timeline:after {
  box-sizing: border-box;
}

.next-timeline .clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '\0020';
  clear: both;
}

.next-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-timeline-item {
  position: relative;
}

.next-timeline-item-timeline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.next-timeline-item-timeline .next-timeline-item-node {
  position: relative;
  width: 16px;
  height: 24px;
  padding: 4px 0;
  text-align: center;
  float: left;
}

.next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}

.next-timeline-item-timeline .next-timeline-item-icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 100%;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}

.next-timeline-item-timeline .next-timeline-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 24px);
  top: 24px;
  left: 8px;
}

.next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  position: relative;
  background: #E6E7EB;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.next-timeline-item-content {
  display: inline-block;
  margin-left: 28px;
}

.next-timeline-item-content .next-timeline-item-title {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}

.next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 8px;
  text-align: left;
  font-size: 12px;
  color: #999999;
}

.next-timeline-item-folder {
  margin-left: 28px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
}

.next-timeline-item-folder-trigger {
  cursor: pointer;
  color: #2192D9;
}

.next-timeline-item-folder-trigger:hover {
  color: #15AD9D;
}

.next-timeline-item-folded {
  display: none;
}

.next-timeline-item-unfolded {
  display: block;
}

.next-timeline-item-done .next-timeline-item-dot {
  background: #C4C6CF;
}

.next-timeline-item-done .next-timeline-item-icon {
  background: #C4C6CF;
  color: #FFFFFF;
}

.next-timeline-item-process .next-timeline-item-dot {
  background: #2192D9;
}

.next-timeline-item-process .next-timeline-item-icon {
  background: #2192D9;
  color: #FFFFFF;
}

.next-timeline-item-success .next-timeline-item-dot {
  background: #1DC11D;
}

.next-timeline-item-success .next-timeline-item-icon {
  background: #1DC11D;
  color: #FFFFFF;
}

.next-timeline-item-error .next-timeline-item-dot {
  background: #FF3333;
}

.next-timeline-item-error .next-timeline-item-icon {
  background: #FF3333;
  color: #FFFFFF;
}

.next-timeline-item-last .next-timeline-item-tail {
  display: none;
}

.next-tree {
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
}

.next-tree, .next-tree:before, .next-tree:after {
  box-sizing: border-box;
}

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

@-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);
  }
}

.next-tree {
  margin: 0;
  padding: 4px;
  font-size: 12px;
}

.next-tree>.next-tree-node:first-child {
  margin-top: 0;
}

.next-tree>.next-tree-node:last-child {
  margin-bottom: 0;
}

.next-tree-node {
  padding: 0;
  margin: 8px 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}

.next-tree-node-handle {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 4px;
  padding: 0 4px;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #666666;
  background-color: transparent;
}

.next-tree-node-handle span {
  display: inline-block;
}

.next-tree-node-handle:hover {
  color: #666666;
  background-color: rgba(21, 173, 157, 0.1);
}

.next-tree-node-handle-selected {
  color: #666666;
  background-color: rgba(21, 173, 157, 0.2);
}

.next-tree-node-handle-disabled, .next-tree-node-handle-disabled:hover {
  color: #999999;
  background-color: transparent;
}

.next-tree-node-input {
  margin: 0 4px;
  padding: 1px 3px;
  border: 1px solid #C4C6CF;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  outline: none;
}

.next-tree-node-input:focus {
  border-color: #2192D9;
}

.next-tree-node-handle[draggable], .next-tree-node-handle[draggable='true'] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

.next-tree-node-disabled>span, .next-tree-node-disabled>a, .next-tree-node-disabled>a span {
  color: #999999;
  background: transparent;
  cursor: not-allowed;
}

.next-tree-node.drag-over>a[draggable] {
  background-color: #15AD9D;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}

.next-tree-node.drag-over-gap-top>a[draggable] {
  border-top: 2px #15AD9D solid;
}

.next-tree-node.drag-over-gap-bottom>a[draggable] {
  border-bottom: 2px #15AD9D solid;
}

.next-tree-node.filter-node>a {
  color: #FF3333 !important;
  font-weight: bold !important;
}

.next-tree-node ul {
  margin: 0;
  padding: 0;
}

.next-tree-node li {
  margin-left: 24px;
  padding: 0;
}

.next-tree-with-line .next-tree-node li:not(:last-child) {
  margin-left: 7.5px;
  border-left: 1px solid #E6E7EB;
  padding-left: 15.5px;
}

.next-tree-icon {
  margin: 0;
  width: 16px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
}

.next-tree-icon-loading:after {
  content: "";
  display: inline-block;
  font-family: NextIcon;
  font-size: 12px;
  -webkit-animation: loadingCircle 2s infinite linear;
  animation: loadingCircle 2s infinite linear;
}

.next-tree-switcher {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.next-tree-switcher-noline {
  width: 12px;
  height: 12px;
  line-height: 12px;
  cursor: pointer;
}

.next-tree-switcher-noline .next-tree-switcher-icon {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  color: #999999;
}

.next-tree-switcher-noline .next-tree-switcher-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tree-switcher-noline:not(.disabled):hover .next-tree-switcher-icon {
  color: #333333;
}

.next-tree-switcher-noline-close .next-tree-switcher-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.next-tree-switcher-noline-close .next-tree-switcher-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tree-switcher-line {
  width: 16px;
  height: 16px;
  line-height: 14px;
  border: 1px solid #C4C6CF;
  border-radius: 2px;
  background-color: #FFFFFF;
  cursor: pointer;
}

.next-tree-switcher-line .next-tree-switcher-icon {
  margin-left: 3px;
  color: #666666;
}

.next-tree-switcher-line .next-tree-switcher-icon:before {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-tree-switcher-line .next-tree-switcher-icon {
    -webkit-transform: scale(0.5) translateX(-8px);
    -ms-transform: scale(0.5) translateX(-8px);
    transform: scale(0.5) translateX(-8px);
  }
  .next-tree-switcher-line .next-tree-switcher-icon:before {
    width: 16px;
    font-size: 16px;
  }
}

.next-tree-switcher-line .next-tree-switcher-icon:before {
  vertical-align: text-bottom;
}

.next-tree-switcher-line:not(.disabled):hover {
  border-color: #A0A2AD;
  background-color: #F7F8FA;
}

.next-tree-switcher-line:not(.disabled):hover .next-tree-switcher-icon {
  color: #333333;
}

@media screen\0 {
  .next-tree-switcher-line {
    line-height: 16px;
  }
}

.next-tree-switcher-noop-noline {
  width: 12px;
  height: 12px;
}

.next-tree-switcher-noop-line {
  width: 16px;
  height: 16px;
}

.next-tree-switcher-noop-line-noroot {
  height: 0;
  border-left: 1px solid #E6E7EB;
  border-right: 1px solid #E6E7EB;
  border-bottom: 1px solid #E6E7EB;
}

.next-tree-switcher-noop-line-noroot .next-tree-right-angle {
  bottom: -1px;
}

.next-tree-right-angle {
  position: absolute;
  bottom: 6.5px;
  left: -17.5px;
  display: block;
  width: 16.5px;
  height: 20.5px;
  border-left: 1px solid #E6E7EB;
  border-bottom: 1px solid #E6E7EB;
}

.next-tree-child-tree {
  display: none;
}

.next-tree-child-tree-open {
  display: block;
}

.next-tree-icon-open, .next-tree-icon-close {
  margin-right: 2px;
  vertical-align: top;
}


/*!
 * Cropper.js v0.5.6
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-01-18T05:33:19.322Z
 */

.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  image-orientation: 0deg !important;
}

.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.cropper-modal {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  background-color: #000000;
  filter: alpha(opacity=50);
}

.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px dashed #fff;
}

.cropper-dashed {
  position: absolute;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
  border: 0 dashed #eee;
  filter: alpha(opacity=50);
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  opacity: .75;
  filter: alpha(opacity=75);
}

.cropper-center:before, .cropper-center:after {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee;
}

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}

.cropper-face, .cropper-line, .cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  opacity: .1;
  filter: alpha(opacity=10);
}

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}

.cropper-line {
  background-color: transparent;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  opacity: .75;
  background-color: transparent;
  filter: alpha(opacity=75);
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  filter: alpha(opacity=100);
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: transparent;
  filter: alpha(opacity=0);
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: .75;
    filter: alpha(opacity=75);
  }
}

.cropper-invisible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  filter: alpha(opacity=0);
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

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

.next-upload:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '\0020';
  clear: both;
}

.next-upload-select {
  position: relative;
}

.next-upload-select-picture-card {
  border-width: 1px;
  border-style: dashed;
  border-color: #C4C6CF;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-bottom: 16px;
  float: left;
}

.next-upload-select-picture-card-hovered, .next-upload-select-picture-card:hover {
  border-color: #2192D9;
}

.next-upload-select-picture-card .next-icon {
  color: #2192D9;
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
}

.next-upload-select-picture-card .next-upload-text {
  font-size: 14px;
  margin-top: 12px;
  color: #666666;
}

.next-upload-select-picture-card.next-upload-drop-hover .next-upload-select-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.next-upload-select-picture-card.next-upload-drop-hover:before {
  font-family: NextIcon;
  content: '\E612';
  font-size: 48px;
  line-height: 100px;
  color: #C4C6CF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.next-upload-select-picture-card .next-upload-select-inner {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.next-upload-select-picture-card-disable {
  border-color: #E6E7EB;
}

.next-upload-select-picture-card-disable:hover {
  border-color: #E6E7EB;
  cursor: not-allowed;
}

.next-upload-select-picture-card-disable .next-upload-text {
  color: #C4C6CF;
}

.next-upload-select-picture-card-disable .next-icon {
  color: #C4C6CF;
}

.next-upload-select-hide {
  height: 0 !important;
  width: 0 !important;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0 !important;
  border: none;
}

.next-upload-list-picture-card {
  display: inline-block;
}

.next-upload-list-picture-card .next-upload-list-item {
  position: relative;
  display: inline-block;
  border: 1px solid #C4C6CF;
  width: 100px;
  height: 100px;
  margin: 0 12px 32px 0;
  vertical-align: middle;
  float: left;
}

.next-upload-list-picture-card .next-upload-list-item-name {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 0;
}

.next-upload-list-picture-card .next-upload-list-item-progress {
  position: absolute;
  font-size: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.next-upload-list-picture-card .next-upload-list-item-uploading {
  background-color: #F7F8FA;
}

.next-upload-list-picture-card .next-upload-list-item-uploading .next-progress-line-container {
  display: block;
}

.next-upload-list-picture-card .next-upload-list-item-error {
  background-color: #F7F8FA;
  border-color: #FF3333;
}

.next-upload-list-picture-card .next-upload-list-item-done.next-upload-list-item-hovered {
  border-color: #C4C6CF;
}

.next-upload-list-picture-card .next-upload-list-item-info {
  position: relative;
  height: 100%;
  padding: 0;
}

.next-upload-list-picture-card .next-upload-list-item-info:hover .next-upload-tool {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: .8;
}

.next-upload-list-picture-card .next-upload-list-item-info .next-upload-tool {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
  height: 28px;
  left: 0;
  bottom: 0;
}

.next-upload-list-picture-card .next-upload-list-item-info .next-upload-tool .next-icon {
  width: 49%;
  text-align: center;
  line-height: 28px;
  color: #FFFFFF;
}

.next-upload-list-picture-card .next-upload-list-item-info .next-upload-tool .next-icon:before {
  font-size: 16px;
}

.next-upload-list-picture-card .next-upload-list-item-info .next-upload-tool-close {
  cursor: pointer;
}

.next-upload-list-picture-card .next-upload-list-item-info .next-upload-tool-download-icon {
  border-right: 1px solid #FFFFFF;
}

.next-upload-list-picture-card .next-upload-list-item-hovered .next-upload-tool {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: .8;
}

.next-upload-list-picture-card .next-upload-list-item-thumbnail {
  display: table;
  width: 100%;
  height: 100%;
  position: static;
  text-align: center;
  vertical-align: middle;
  color: #C4C6CF;
}

.next-upload-list-picture-card .next-upload-list-item-thumbnail a {
  text-decoration: none;
  color: #2192D9;
}

.next-upload-list-picture-card .next-upload-list-item-thumbnail a:hover {
  color: #0B70AF;
}

.next-upload-list-picture-card .next-upload-list-item-thumbnail>* {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 12px;
}

.next-upload-list-picture-card .next-upload-list-item-thumbnail>* *+* {
  display: block;
  cursor: pointer;
  margin-top: 8px;
}

.next-upload-list-picture-card .next-upload-list-item-thumbnail .next-icon {
  display: block;
  text-align: center;
  width: 100%;
}

.next-upload-list-picture-card .next-upload-list-item-thumbnail .next-icon:before {
  width: 48px;
  font-size: 48px;
}

.next-upload-list-text .next-upload-list-item {
  position: relative;
  width: 350px;
  height: 28px;
  background-color: #F2F3F7;
  padding: 0 8px;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 5px;
}

.next-upload-list-text .next-upload-list-item .next-icon {
  position: absolute;
  right: 12px;
  color: #999999;
  cursor: pointer;
  text-align: center;
}

.next-upload-list-text .next-upload-list-item .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-upload-list-text .next-upload-list-item:hover {
  background-color: #F2F3F7;
}

.next-upload-list-text .next-upload-list-item:hover .next-icon {
  color: #666666;
}

.next-upload-list-text .next-upload-list-item-hovered {
  background-color: #F2F3F7;
}

.next-upload-list-text .next-upload-list-item-hovered .next-upload-list-item-name {
  color: #2192D9;
}

.next-upload-list-text .next-upload-list-item-hovered .next-icon {
  color: #666666;
}

.next-upload-list-text .next-upload-list-item-info {
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.next-upload-list-text .next-upload-list-item-name {
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin-right: 5%;
}

.next-upload-list-text .next-upload-list-item-name .next-upload-list-item-extra {
  color: #999999;
  margin-left: 8px;
}

.next-upload-list-text .next-upload-list-item-error {
  background-color: #FAE7E7 !important;
}

.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-name {
  max-width: 35%;
}

.next-upload-list-text .next-upload-list-item-progress {
  float: left;
  width: 50%;
  line-height: 28px;
  font-size: 0;
}

.next-upload-list-text .next-upload-list-item-progress .next-progress-line {
  vertical-align: middle;
}

.next-upload-list-text .next-upload-list-item-done .next-upload-list-item-info {
  width: 80%;
}

.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name {
  color: #2192D9;
}

.next-upload-list-text-image .next-upload-list-item {
  position: relative;
  width: 350px;
  border-width: 1px;
  border-style: solid;
  border-color: #DCDEE3;
  background-color: #FFFFFF;
  padding: 8px;
  line-height: 50px;
  font-size: 12px;
  margin-bottom: 5px;
}

.next-upload-list-text-image .next-upload-list-item:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '\0020';
  clear: both;
}

.next-upload-list-text-image .next-upload-list-item .next-icon {
  float: right;
  margin-right: 4px;
  cursor: pointer;
  color: #999999;
  text-align: center;
}

.next-upload-list-text-image .next-upload-list-item .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-upload-list-text-image .next-upload-list-item:hover {
  border-color: #DCDEE3;
  background-color: #F7F8FA;
}

.next-upload-list-text-image .next-upload-list-item:hover .next-icon {
  color: #666666;
}

.next-upload-list-text-image .next-upload-list-item-hovered {
  border-color: #DCDEE3;
  background-color: #F7F8FA;
}

.next-upload-list-text-image .next-upload-list-item-hovered .next-upload-list-item-name {
  color: #2192D9;
}

.next-upload-list-text-image .next-upload-list-item-hovered .next-upload-list-item-extra {
  color: #999999;
}

.next-upload-list-text-image .next-upload-list-item-hovered .next-icon {
  color: #666666;
}

.next-upload-list-text-image .next-upload-list-item-error {
  border-color: #FF3333 !important;
}

.next-upload-list-text-image .next-upload-list-item-name {
  color: #333333;
}

.next-upload-list-text-image .next-upload-list-item-name .next-upload-list-item-extra {
  color: #999999;
  margin-left: 8px;
}

.next-upload-list-text-image .next-upload-list-item-progress {
  float: left;
  width: 70%;
  line-height: 50px;
  font-size: 0;
}

.next-upload-list-text-image .next-upload-list-item-progress .next-progress-line {
  vertical-align: middle;
}

.next-upload-list-text-image .next-upload-list-item-done:hover .next-upload-list-item-name {
  color: #2192D9;
}

.next-upload-list-text-image .next-upload-list-item-thumbnail {
  float: left;
  width: 50px;
  height: 50px;
  color: #C4C6CF;
  border: 1px solid #DCDEE3;
  background-color: #F7F8FA;
  margin-right: 8px;
  vertical-align: middle;
  text-align: center;
}

.next-upload-list-text-image .next-upload-list-item-thumbnail>* {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.next-upload-list-text-image .next-upload-list-item-thumbnail .next-icon {
  display: block;
  margin: 0;
  line-height: 50px;
}

.next-upload-list-text-image .next-upload-list-item-thumbnail .next-icon:before {
  width: 24px;
  font-size: 24px;
  line-height: inherit;
}

.next-upload-drag {
  position: relative;
  width: 553px;
  padding: 16px;
  border-width: 1px;
  border-style: dashed;
  border-color: #DCDEE3;
  background-color: #FFFFFF;
  color: #999999;
  font-size: 14px;
}

.next-upload-drag-over {
  color: #999999;
  border-color: #DCDEE3;
}

.next-upload-drag-tips {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.next-upload-drag-tips-over {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F2F3F7;
  text-align: center;
}

.next-upload-drag-tips-over span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.next-upload-drag-tips-hide {
  display: none;
}

.next-upload-drag .next-upload-list-item {
  margin: 0 12px 16px 0;
}

.next-upload-drag .next-upload-select-picture-card {
  margin-bottom: 0;
}

.next-upload-crop-inner-cropper {
  width: 400px;
  height: 260px;
  float: left;
}

.next-upload-crop-inner-reset {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: #666666;
  margin: 12px 0;
}

.next-upload-crop-inner-preview {
  float: left;
  overflow: hidden;
  margin-left: 20px;
}

.next-upload-crop-inner-preview>div {
  margin-bottom: 12px;
}

.next-upload-crop-inner-preview>div:last-child {
  margin-bottom: 0;
}

.next-upload-crop-inner-preview>div .img-preview {
  overflow: hidden;
}

.next-upload-crop-inner-preview>div .img-preview-size {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
}

.next-upload-batch-hide {
  display: none;
}

.next-upload-batch-inner {
  width: 630px;
  min-height: 420px;
  padding: 10px 15px 15px;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  margin-top: -210px;
  margin-left: -315px;
  background-color: #fff;
  border: 1px solid #DCDEE3;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.next-upload-batch-inner h1 {
  font-size: 14px;
  margin: 0 0 5px;
  color: #333333;
}

.next-upload-batch-inner-wrapper {
  border: 1px solid #DCDEE3;
  padding: 16px;
  min-height: 310px;
}

.next-upload-batch-inner-submit {
  margin-top: 12px;
}

.next-upload-batch .position-relative {
  position: relative;
  top: 0;
  left: 0;
  margin: 10px 0 0;
}

body .main-frame {
  width: 100%;
  height: 100vh;
}

.custom-scrollbar, .quick-horizon-main-frame, .quick-vertical-main-frame, .my-main-frame {
  /* Track */
  /* Handle */
}

.custom-scrollbar ::-webkit-scrollbar, .quick-horizon-main-frame ::-webkit-scrollbar, .quick-vertical-main-frame ::-webkit-scrollbar, .my-main-frame ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom-scrollbar ::-webkit-scrollbar-track, .quick-horizon-main-frame ::-webkit-scrollbar-track, .quick-vertical-main-frame ::-webkit-scrollbar-track, .my-main-frame ::-webkit-scrollbar-track {
  background: #EBECF0;
}

.custom-scrollbar ::-webkit-scrollbar-thumb, .quick-horizon-main-frame ::-webkit-scrollbar-thumb, .quick-vertical-main-frame ::-webkit-scrollbar-thumb, .my-main-frame ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.5);
}

.custom-scrollbar ::-webkit-scrollbar-thumb:window-inactive, .quick-horizon-main-frame ::-webkit-scrollbar-thumb:window-inactive, .quick-vertical-main-frame ::-webkit-scrollbar-thumb:window-inactive, .my-main-frame ::-webkit-scrollbar-thumb:window-inactive {
  background: #EBECF0;
}

.quick-horizon-main-frame .main-frame-header {
  height: 60px;
  border-bottom: 1px solid #EBECF0;
  overflow: initial;
}

.quick-horizon-main-frame .main-frame-header .logo-cnt {
  font-size: 24px;
  font-weight: bold;
  line-height: 59px;
  min-width: 200px;
  padding: 0 20px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.quick-horizon-main-frame .main-frame-header .logo-cnt a {
  color: #333;
  display: block;
  text-decoration: none;
}

.quick-horizon-main-frame .main-frame-header .toolbar-cnt {
  line-height: 60px;
}

.quick-horizon-main-frame .main-frame-header .border-layout-center {
  overflow: initial;
}

.quick-horizon-main-frame .main-frame-header .main-frame-navi {
  border-width: 0;
  height: 60px;
}

.quick-horizon-main-frame .main-frame-header .main-frame-navi .next-navigation-item-content-inner {
  height: 60px;
  line-height: 60px;
}

.quick-horizon-main-frame .main-frame-footer {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #999999;
  background-color: #F2F5F8;
}

.quick-horizon-main-frame .content-child-wrapper {
  padding: 10px;
  min-height: calc(100% - 30px);
}

.quick-horizon-main-frame.main-frame-old-browser .content-child-wrapper {
  min-height: 500px;
}

.quick-vertical-main-frame .main-frame-header {
  height: 60px;
  border-bottom: 1px solid #EBECF0;
}

.quick-vertical-main-frame .main-frame-header .logo-cnt {
  font-size: 24px;
  font-weight: bold;
  line-height: 59px;
  min-width: 200px;
  padding: 0 20px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.quick-vertical-main-frame .main-frame-header .logo-cnt a {
  color: #333;
  display: block;
  text-decoration: none;
}

.quick-vertical-main-frame .main-frame-header .toolbar-cnt {
  line-height: 60px;
}

.quick-vertical-main-frame .custom-navi {
  width: 200px;
  height: 100%;
  overflow-y: auto;
  border-right: 1px solid #EBECF0;
}

.quick-vertical-main-frame .main-frame-navi {
  border-width: 0;
}

.quick-vertical-main-frame .main-frame-footer {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #999999;
  background-color: #F2F5F8;
}

.quick-vertical-main-frame .content-child-wrapper {
  padding: 10px;
  min-height: calc(100% - 30px);
}

.quick-vertical-main-frame.main-frame-old-browser .content-child-wrapper {
  min-height: 500px;
}

.resizeable .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.resizeable .resizeable-wrapper {
  padding: 10px;
  position: relative;
  width: 100%;
  height: calc(100% - 6px);
}

.resizeable .resizeable-wrapper :before {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.resizeable .resizeable-wrapper .resizeable-inner {
  width: 100%;
  height: 100%;
}

.resizeable .resizeable-wrapper .handle {
  position: absolute;
}

.resizeable .resizeable-wrapper .top-handle {
  height: 10px;
  width: calc(100% - 10px * 2);
  top: 0;
  left: 10px;
  cursor: ns-resize;
}

.resizeable .resizeable-wrapper .left-handle {
  height: calc(100% - 10px);
  width: 10px;
  top: 10px;
  left: 0;
  cursor: ew-resize;
}

.resizeable .resizeable-wrapper .bottom-handle {
  height: 10px;
  width: calc(100% - 10px * 2);
  left: 10px;
  bottom: 0;
  cursor: ns-resize;
}

.resizeable .resizeable-wrapper .right-handle {
  height: calc(100% - 10px * 2);
  width: 10px;
  top: 10px;
  right: 0;
  cursor: ew-resize;
}

.resizeable .resizeable-wrapper .leftBottom-handle {
  cursor: nesw-resize;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
}

.resizeable .resizeable-wrapper .rightBottom-handle {
  cursor: nwse-resize;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

.resizeable .resizeable-wrapper .leftTop-handle {
  cursor: nwse-resize;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
}

.resizeable .resizeable-wrapper .rightTop-handle {
  cursor: nesw-resize;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}

.async-hoc-loading {
  width: 100%;
}

.border-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.border-layout .border-layout-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.border-layout .border-layout-center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}

.border-layout .border-layout-left {
  overflow: auto;
}

.border-layout .border-layout-right {
  overflow: auto;
}

.border-layout .border-layout-top {
  overflow: auto;
}

.border-layout .border-layout-bottom {
  overflow: auto;
}

.border-layout-horizon .border-layout-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.border-layout-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.old-browser-border-layout {
  border-spacing: 0;
  width: 100%;
  height: 100%;
}

.old-browser-border-layout td {
  vertical-align: top;
}

.answer-multi-range {
  display: inline-block;
}

.answer-multi-range .answer-multi-range-block {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 30px;
  border: 1px dashed #ccc;
  border-right: none;
  position: relative;
}

.answer-multi-range .answer-multi-range-block.active {
  background-color: rgba(46, 83, 111, 0.2);
}

.answer-multi-range .answer-multi-range-block:last-child {
  border-right: 1px dashed #ccc;
}

.answer-multi-range .answer-multi-range-tip {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.answer-multi-range .answer-multi-range-tip-start {
  left: 0;
  top: -16px;
}

.answer-multi-range .answer-multi-range-tip-end {
  bottom: -16px;
  right: 0;
}

.show-case .show-case-btn-cnt {
  position: fixed;
  right: 30px;
  bottom: 30px;
  overflow: hidden;
  -webkit-transition: width 500ms;
  transition: width 500ms;
}

.show-case .show-case-btn-cnt .show-case-btn {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background: #293446;
  color: #A0A1B0;
}

.show-case .show-case-btn-cnt .show-case-btn:hover {
  color: #fff;
}

.advance-table {
  position: relative;
}

.advance-table .advance-table-toolbar {
  padding: 12px 0;
}

.answer-multi-range.hour-picker {
  display: block;
  width: 672px;
  margin: 0 auto;
}

.answer-multi-range.hour-picker .answer-multi-range-block {
  cursor: pointer;
  display: inline-block;
  width: 28px;
  height: 26px;
  border: none;
  border-left: 1px solid #ddd;
  position: relative;
  z-index: 99;
}

.answer-multi-range.hour-picker .answer-multi-range-block.active {
  background-color: rgba(135, 206, 250, 0.2);
}

.answer-multi-range.hour-picker .answer-multi-range-block:last-child {
  border-right: 1px solid #ccc;
}

.answer-multi-range.hour-picker .answer-multi-range-tip {
  position: absolute;
  text-align: center;
}

.answer-multi-range.hour-picker .answer-multi-range-tip em {
  color: #fff;
  font-style: normal;
  font-size: 12px;
}

.answer-multi-range.hour-picker .answer-multi-range-tip-start {
  left: -18px;
  top: 31px;
  width: 36px;
  height: 15px;
  line-height: 16px;
  background-image: url("//img.alicdn.com/tps/TB1OVDZOFXXXXa5XVXXXXXXXXXX-36-15.png");
}

.answer-multi-range.hour-picker .answer-multi-range-tip-start a {
  left: 5px;
  top: -17px;
}

.answer-multi-range.hour-picker .answer-multi-range-tip-end {
  bottom: 31px;
  right: -18px;
  width: 36px;
  height: 15px;
  line-height: 12px;
  background-image: url("//img.alicdn.com/tps/TB1KP62OFXXXXczXFXXXXXXXXXX-36-15.png");
}

.answer-multi-range.hour-picker .answer-multi-range-tip-end a {
  left: 5px;
  top: -18px;
}

.custom-scrollbar, .quick-horizon-main-frame, .quick-vertical-main-frame, .my-main-frame {
  /* Track */
  /* Handle */
}

.custom-scrollbar ::-webkit-scrollbar, .quick-horizon-main-frame ::-webkit-scrollbar, .quick-vertical-main-frame ::-webkit-scrollbar, .my-main-frame ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom-scrollbar ::-webkit-scrollbar-track, .quick-horizon-main-frame ::-webkit-scrollbar-track, .quick-vertical-main-frame ::-webkit-scrollbar-track, .my-main-frame ::-webkit-scrollbar-track {
  background: #EBECF0;
}

.custom-scrollbar ::-webkit-scrollbar-thumb, .quick-horizon-main-frame ::-webkit-scrollbar-thumb, .quick-vertical-main-frame ::-webkit-scrollbar-thumb, .my-main-frame ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.5);
}

.custom-scrollbar ::-webkit-scrollbar-thumb:window-inactive, .quick-horizon-main-frame ::-webkit-scrollbar-thumb:window-inactive, .quick-vertical-main-frame ::-webkit-scrollbar-thumb:window-inactive, .my-main-frame ::-webkit-scrollbar-thumb:window-inactive {
  background: #EBECF0;
}

.my-main-frame {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  background: #ececec;
}

.my-main-frame .main-frame-header {
  height: 60px;
  background-color: #FFF;
  box-shadow: 0 0px 4px rgba(83, 100, 122, 0.2);
}

.my-main-frame .main-frame-header .logo-cnt {
  margin-left: 30px;
}

.my-main-frame .main-frame-header .logo-icon {
  display: inline-block;
  width: 132px;
  height: 40px;
  background: url("https://img.alicdn.com/tps/TB1pZDhPVXXXXbDXFXXXXXXXXXX-131-39.png") no-repeat;
  font-size: 0;
  margin-top: 8px;
}

.my-main-frame .main-frame-footer {
  font-size: 12px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  color: #999999;
  background-color: #FFF;
  width: 100%;
  line-height: 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2) {
  .my-main-frame .main-frame-header .logo-icon {
    background: url("https://img.alicdn.com/tps/TB1_4m6PVXXXXcCXVXXXXXXXXXX-262-78.png") 0 0 no-repeat;
    background-size: 132px 40px;
  }
}

.next-navigation-item-selected {
  background-color: #15AD9D !important;
}

.next-navigation-item-selected .next-navigation-item-text {
  color: #FFF !important;
}

.next-navigation-item-selected .next-navigation-item-custom-icon {
  color: #FFF !important;
}

body {
  background-color: #e6e7eb;
}

.border-layout {
  min-height: 540px;
}

.my-main-frame .custom-navi {
  width: 200px;
  overflow-y: auto;
  background-color: white;
  margin: 20px 0 20px 20px;
  border-radius: 4px;
  box-shadow: 0 0px 4px rgba(83, 100, 122, 0.1);
}

.my-main-frame .main-frame-navi {
  border-width: 0;
  padding: 20px 0;
}

.my-main-frame .content-child-wrapper {
  padding: 20px;
  min-height: 620px;
  margin: 20px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(83, 100, 122, 0.35);
}

.my-main-frame.main-frame-old-browser .content-child-wrapper {
  min-height: 500px;
}

.user-center {
  margin-right: 20px;
  margin-top: 8px;
}

.user-center .user-portrait {
  width: 32px;
  height: 32px;
  margin-top: 6px;
  border-radius: 16px;
  background-color: #FFF;
  vertical-align: middle;
  margin-right: 10px;
}

.user-center .next-icon {
  margin-right: 10px;
}

.user-center .uc-list {
  position: absolute;
  right: 20px;
  width: 100px;
  top: 60px;
  z-index: 999;
}

.user-center .uc-list li {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  line-height: 2.2;
}

.user-center .uc-list a {
  display: block;
  color: #333;
}

.hide {
  display: none !important;
}

.notFound {
  padding: 50px;
}

.text-btn {
  color: #2192D9;
  cursor: pointer;
}

.text-btn:visited {
  color: #0073bd;
}

.text-btn:hover {
  color: #0B70AF;
}

.text-btn:active {
  color: #0B70AF;
  text-decoration: underline;
}