.next-btn-text.next-btn-medium>.next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text.next-btn-medium>.next-icon-first {
  margin-left: 0;
}

.next-btn-text.next-btn-medium>.next-icon-last {
  margin-right: 0;
}

.next-btn-text.next-btn-medium>.next-icon-alone {
  margin: 0;
}

.next-btn-text.next-btn-medium>.next-icon-split:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text.next-btn-medium.next-btn-loading {
  padding-left: 16px;
}

.next-btn-text.next-btn-medium.next-btn-loading:after {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  left: 0;
  top: 50%;
  text-align: center;
  margin-top: -6px;
  margin-right: 4px;
}

.next-btn-text.next-btn-medium.next-btn-loading>.next-icon {
  display: none;
}

.next-btn-text.next-btn-small {
  margin: 0;
  height: 16px;
  padding: 0 0;
  font-size: 12px;
  line-height: 16px;
  border-width: 0;
}

.next-btn-text.next-btn-small>.next-icon {
  margin: 0 4px;
}

.next-btn-text.next-btn-small>.next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text.next-btn-small>.next-icon-first {
  margin-left: 0;
}

.next-btn-text.next-btn-small>.next-icon-last {
  margin-right: 0;
}

.next-btn-text.next-btn-small>.next-icon-alone {
  margin: 0;
}

.next-btn-text.next-btn-small>.next-icon-split:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text.next-btn-small.next-btn-loading {
  padding-left: 16px;
}

.next-btn-text.next-btn-small.next-btn-loading:after {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  left: 0;
  top: 50%;
  text-align: center;
  margin-top: -6px;
  margin-right: 4px;
}

.next-btn-text.next-btn-small.next-btn-loading>.next-icon {
  display: none;
}

.next-btn-text.disabled, .next-btn-text[disabled] {
  background-color: transparent;
  border-color: transparent;
}

.next-btn-text.disabled, .next-btn-text.disabled:link, .next-btn-text.disabled:visited, .next-btn-text.disabled.visited, .next-btn-text[disabled], .next-btn-text[disabled]:link, .next-btn-text[disabled]:visited, .next-btn-text[disabled].visited {
  color: #CCCCCC;
}

.next-btn-text.disabled:focus, .next-btn-text.disabled:active, .next-btn-text.disabled.active, .next-btn-text.disabled:hover, .next-btn-text.disabled.hover, .next-btn-text[disabled]:focus, .next-btn-text[disabled]:active, .next-btn-text[disabled].active, .next-btn-text[disabled]:hover, .next-btn-text[disabled].hover {
  color: #CCCCCC;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-loading {
  background-color: transparent;
  border-color: transparent;
}

.next-btn-text.next-btn-loading, .next-btn-text.next-btn-loading:link, .next-btn-text.next-btn-loading:visited, .next-btn-text.next-btn-loading.visited {
  color: #333333;
}

.next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.next-btn-group>.next-btn {
  position: relative;
  float: left;
  box-shadow: none;
}

.next-btn-group>.next-btn:hover, .next-btn-group>.next-btn:focus, .next-btn-group>.next-btn:active, .next-btn-group>.next-btn.active {
  z-index: 1;
}

.next-btn-group>.next-btn.disabled, .next-btn-group>.next-btn[disabled] {
  z-index: 0;
}

.next-btn-group .next-btn.next-btn {
  margin: 0 0 0 -1px;
}

.next-btn-group .next-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.next-btn-group>.next-btn:first-child {
  margin: 0;
}

.next-btn-group>.next-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.next-btn-group>.next-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.next-btn-group>.next-btn-primary:not(:first-child) {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.next-btn-group>.next-btn-primary:not(:first-child):hover {
  border-left-color: transparent;
}

.next-btn-group>.next-btn-primary:not(:first-child).disabled, .next-btn-group>.next-btn-primary:not(:first-child)[disabled] {
  border-left-color: #E6E7EB;
}

.next-btn-split>.next-btn:last-child:not(:first-child).next-btn-large {
  width: 40px;
  padding: 0;
}

.next-btn-split>.next-btn:last-child:not(:first-child).next-btn-medium {
  width: 28px;
  padding: 0;
}

.next-btn-split>.next-btn:last-child:not(:first-child).next-btn-small {
  width: 20px;
  padding: 0;
}

.next-btn-split>.next-btn:first-child:not(:last-child).next-btn-large {
  padding: 0 12px 0 20px;
}

.next-btn-split>.next-btn:first-child:not(:last-child).next-btn-medium {
  padding: 0 12px 0 16px;
}

.next-btn-split>.next-btn:first-child:not(:last-child).next-btn-small {
  padding: 0 8px 0 12px;
}

.next-radio {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1.28571;
  position: relative;
  width: 16px;
  height: 16px;
}

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

.next-radio-group {
  display: inline-block;
}

.next-radio input[type="radio"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
}

.next-radio .next-radio-inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #C4C6CF;
  -webkit-transition: ease all 0.3s 0s;
  transition: ease all 0.3s 0s;
}

.next-radio .next-radio-inner:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
  background: #FFFFFF;
  content: ' ';
  -webkit-transition: ease all .3s 0s;
  transition: ease all .3s 0s;
}

.next-radio.checked .next-radio-inner {
  border-color: #15AD9D;
  background: #FFFFFF;
}

.next-radio.checked .next-radio-inner:hover {
  border-color: #02A493;
}

.next-radio.checked .next-radio-inner:after {
  width: 8px;
  height: 8px;
  font-weight: bold;
  background: #15AD9D;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.next-radio.disabled input[type="radio"] {
  cursor: not-allowed;
}

.next-radio.disabled .next-radio-inner {
  border-color: #DCDEE3;
  background: #F7F8FA;
}

.next-radio.disabled .next-radio-inner:hover {
  border-color: #DCDEE3;
}

.next-radio.disabled.checked .next-radio-inner:after {
  background: #CCCCCC;
}

.next-radio.hovered .next-radio-inner, .next-radio.focused .next-radio-inner {
  border-color: #15AD9D;
  background-color: #F3FBFA;
}

.next-radio.checked.hovered .next-radio-inner, .next-radio.checked.focused .next-radio-inner {
  border-color: #02A493;
  background: #F3FBFA;
}

.next-radio.checked.hovered .next-radio-inner:after, .next-radio.checked.focused .next-radio-inner:after {
  background: #02A493;
}

.next-radio-button .next-radio {
  width: 0;
  height: 0;
}

.next-radio-button input[type="radio"] {
  width: 0;
  height: 0;
}

.next-radio-button>label {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0 0 0 -1px;
  border: 1px solid #A0A2AD;
  background-color: #FFFFFF;
  -webkit-transition: ease all .3s 0s;
  transition: ease all .3s 0s;
}

.next-radio-button>label .next-radio-label {
  display: block;
  color: #333333;
  margin: 0;
  -webkit-transition: ease all .3s 0s;
  transition: ease all .3s 0s;
}

.next-radio-button>label:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.next-radio-button>label:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.next-radio-button>label:hover, .next-radio-button>label.hovered {
  z-index: 10;
  border-color: #A0A2AD;
  background-color: #FFFFFF;
}

.next-radio-button>label:hover .next-radio-label, .next-radio-button>label.hovered .next-radio-label {
  color: #15AD9D;
}

.next-radio-button>label.checked {
  z-index: 10;
  border-color: #15AD9D;
  background-color: #FFFFFF;
}

.next-radio-button>label.checked .next-radio-label {
  color: #15AD9D;
}

.next-radio-button>label.disabled {
  z-index: 0;
  cursor: not-allowed;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
}

.next-radio-button>label.disabled .next-radio-label {
  color: #CCCCCC;
}

.next-radio-button>label.checked.disabled {
  z-index: 0;
  border-color: #E6E7EB;
  background-color: #F2F3F7;
}

.next-radio-button>label.checked.disabled .next-radio-label {
  color: #CCCCCC;
}

.next-radio-button-large>label {
  padding: 0px 8px;
  height: 40px;
  line-height: 40px;
}

.next-radio-button-large .next-radio-label {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.next-radio-button-medium>label {
  padding: 0px 8px;
  height: 28px;
  line-height: 28px;
}

.next-radio-button-medium .next-radio-label {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}

.next-radio-button-small>label {
  padding: 0px 8px;
  height: 20px;
  line-height: 20px;
}

.next-radio-button-small .next-radio-label {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}

.next-radio-single-input input[type="radio"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.next-radio-label {
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
  vertical-align: middle;
  margin: 0 5px;
}

.next-checkbox {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 14px;
}

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

.next-checkbox input[type="checkbox"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
}

.next-checkbox .next-checkbox-inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #C4C6CF;
  -webkit-transition: ease all 0.3s 0s;
  transition: ease all 0.3s 0s;
}

.next-checkbox .next-checkbox-inner>.next-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  line-height: 16px;
  -webkit-transition: ease all .3s .1s;
  transition: ease all .3s .1s;
  color: #15AD9D;
  margin-left: 1px;
}

.next-checkbox .next-checkbox-inner>.next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-checkbox.checked .next-checkbox-inner {
  border-color: #15AD9D;
  background-color: #FFFFFF;
}

.next-checkbox.checked .next-checkbox-inner:hover {
  border-color: #15AD9D;
}

.next-checkbox.checked .next-checkbox-inner>.next-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-checkbox.indeterminate .next-checkbox-inner {
  border-color: #15AD9D;
  background-color: #FFFFFF;
}

.next-checkbox.indeterminate .next-checkbox-inner:hover {
  border-color: #15AD9D;
}

.next-checkbox.indeterminate .next-checkbox-inner>.next-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-checkbox.disabled input[type="checkbox"] {
  cursor: not-allowed;
}

.next-checkbox.disabled .next-checkbox-inner {
  border-color: #DCDEE3;
  background: #F7F8FA;
}

.next-checkbox.disabled .next-checkbox-inner:hover {
  border-color: #DCDEE3;
}

.next-checkbox.disabled.checked .next-checkbox-inner>.next-icon {
  color: #CCCCCC;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-checkbox.hovered .next-checkbox-inner, .next-checkbox.focused .next-checkbox-inner {
  border-color: #15AD9D;
  background-color: #F3FBFA;
}

.next-checkbox.indeterminate.hovered .next-checkbox-inner, .next-checkbox.indeterminate.focused .next-checkbox-inner, .next-checkbox.checked.hovered .next-checkbox-inner, .next-checkbox.checked.focused .next-checkbox-inner {
  border-color: #02A493;
  background-color: #F3FBFA;
}

.next-checkbox.indeterminate.hovered .next-checkbox-inner>.next-icon, .next-checkbox.indeterminate.focused .next-checkbox-inner>.next-icon, .next-checkbox.checked.hovered .next-checkbox-inner>.next-icon, .next-checkbox.checked.focused .next-checkbox-inner>.next-icon {
  color: #02A493;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-checkbox-label {
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
  vertical-align: middle;
  margin: 0 5px;
}

.next-menu {
  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;
  border: 1px solid #E6E7EB;
  border-radius: 0px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  padding: 12px 0;
  min-width: 100px;
  background: #FFFFFF;
  position: relative;
}

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

.next-menu ul, .next-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.next-menu.multiple-col {
  display: inline-block;
  width: 506px;
  padding-left: 12px;
  padding-right: 12px;
}

.next-menu.multiple-col ul {
  overflow: hidden;
}

.next-menu.multiple-col .next-menu-item {
  float: left;
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.next-menu:focus {
  outline: 0;
}

.next-menu .next-checkbox, .next-menu .next-radio {
  margin-right: 4px;
}

.next-menu .next-menu-item {
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.next-menu .next-menu-item-helper {
  color: #999;
  font-style: normal;
  float: right;
}

.next-menu .next-menu-item.selected {
  color: #333333;
  background: #FFFFFF;
}

.next-menu .next-menu-item.selected>.next-icon-select {
  position: absolute;
  left: 4px;
  top: 0;
  color: #15AD9D;
}

.next-menu .next-menu-item:hover {
  color: #333333;
  background: #F2F3F7;
}

.next-menu .next-menu-item.focused {
  color: #333333;
  background: #F2F3F7;
  outline: 0;
}

.next-menu .next-menu-item:focus {
  outline: 0;
}

.next-menu .next-menu-item.disabled {
  color: #999999;
  cursor: not-allowed;
  background: #FFFFFF;
}

.next-menu .next-menu-item.opened>.next-menu-submenu-title .next-icon-arrow-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.next-menu .next-menu-item a {
  display: block;
}

.next-menu .next-menu-divider {
  margin: 8px 20px;
  border-bottom: 1px solid #E6E7EB;
}

.next-menu.hoz {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.next-menu.hoz .next-menu-item {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  vertical-align: top;
}

.next-menu .next-menu-popup-item.opened {
  background: #F2F3F7;
}

.next-menu-popup-item .next-icon-arrow-right {
  position: absolute;
  right: 5px;
  top: 0;
  color: #CCCCCC;
}

.next-menu-popup-item .next-icon-arrow-right:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-menu-popup-item .next-icon-arrow-down {
  color: #CCCCCC;
  font-size: 12px;
  margin-left: 5px;
}

.next-menu .next-menu-submenu-item {
  position: relative;
  z-index: 2;
  padding: 0;
}

.next-menu .next-menu-submenu-item.focused {
  background: transparent;
}

.next-menu .next-menu-submenu-item .next-menu {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.next-menu .next-menu-submenu-item .next-menu .selected .next-icon-select {
  left: 24px;
}

.next-menu .next-menu-submenu-item:hover {
  background: #fff;
}

.next-menu .next-menu-submenu-item-popup {
  position: relative;
  z-index: 2;
  padding: 0;
}

.next-menu .next-menu-submenu-item-popup.outside {
  position: static;
}

.next-menu .next-menu-submenu-item-popup.outside>.next-menu {
  bottom: -1px;
  top: -1px;
}

.next-menu .next-menu-submenu-item-popup>.next-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

.next-menu .next-menu-submenu-item-popup .next-menu-submenu-title {
  background: #FFFFFF;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.next-menu .next-menu-submenu-item-popup.opened>.next-menu-submenu-title {
  background: #F2F3F7;
}

.next-menu-submenu-title {
  padding: 0 20px;
  font-size: 14px;
  position: relative;
  background: #FFFFFF;
  color: #333333;
}

.next-menu-submenu-title:hover .next-icon-arrow-down {
  color: #CCCCCC;
}

.next-menu-submenu-title .next-icon-arrow-down, .next-menu-submenu-title .next-icon-arrow-up, .next-menu-submenu-title .next-icon-arrow-right {
  position: absolute;
  right: 10px;
  top: 0;
  color: #CCCCCC;
}

.next-menu-submenu-title .next-icon-arrow-down:before, .next-menu-submenu-title .next-icon-arrow-up:before, .next-menu-submenu-title .next-icon-arrow-right:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-menu-group .next-menu {
  border: none;
  box-shadow: none;
  padding: 0;
}

.next-menu-group-title {
  padding: 0 12px;
  color: #999999;
}

.next-menu-cascade .next-menu {
  display: inline-block;
  width: 180px;
}

.next-input {
  box-sizing: border-box;
  display: inline-table;
  border-collapse: separate;
  overflow: visible;
  border: 1px solid #E6E7EB;
  -webkit-transition: border 0.3s ease 0.1s;
  transition: border 0.3s ease 0.1s;
  width: 200px;
  border-spacing: 0;
}

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

.next-input input {
  height: 100%;
  /* 去除autofill黄色背景 */
}

.next-input input[type="reset"], .next-input input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

.next-input input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.next-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
}

.next-input textarea {
  resize: none;
}

.next-input input, .next-input textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
  font-weight: normal;
  vertical-align: baseline;
  background-color: #FFFFFF;
}

.next-input input::-moz-placeholder, .next-input textarea::-moz-placeholder {
  color: #999999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.next-input input:-ms-input-placeholder, .next-input textarea:-ms-input-placeholder {
  color: #999999;
}

.next-input input::-webkit-input-placeholder, .next-input textarea::-webkit-input-placeholder {
  color: #999999;
}

.next-input input::-ms-clear, .next-input textarea::-ms-clear {
  display: none;
}

.next-input.next-input-single {
  border-color: #C4C6CF;
}

.next-input.next-input-single:hover {
  border-color: #A0A2AD;
}

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

.next-input.next-input-single input {
  color: #333333;
}

.next-input.next-input-multiple {
  border-color: #C4C6CF;
  border-radius: 0px;
  font-size: 0;
}

.next-input.next-input-multiple:hover {
  border-color: #A0A2AD;
}

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

.next-input.next-input-multiple textarea {
  color: #333333;
  padding: 4px 8px;
  font-size: 14px;
  min-height: 60px;
  border-radius: 0px;
}

.next-input.next-input-multiple .next-input-control {
  display: block;
  text-align: right;
  width: auto;
  border-radius: 0px;
}

.next-input.next-input-multiple .next-input-len {
  padding-bottom: 4px;
}

.next-input-small {
  border-radius: 0px;
}

.next-input-small input {
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0 4px;
  font-size: 14px;
}

.next-input-small input:placeholder {
  font-size: 14px;
}

.next-input-small input {
  border-radius: 0px;
}

.next-input-small .next-input-control {
  border-radius: 0 0px 0px 0;
}

.next-input-small .next-icon-delete-filling:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-input-small .next-icon-success:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-input-small .next-icon-loading:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-input-medium {
  border-radius: 0px;
}

.next-input-medium input {
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
}

.next-input-medium input:placeholder {
  font-size: 14px;
}

.next-input-medium input {
  border-radius: 0px;
}

.next-input-medium .next-input-control {
  border-radius: 0 0px 0px 0;
}

.next-input-medium .next-icon-delete-filling:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

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

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

.next-input-large {
  border-radius: 0px;
}

.next-input-large input {
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
}

.next-input-large input:placeholder {
  font-size: 14px;
}

.next-input-large input {
  border-radius: 0px;
}

.next-input-large .next-input-control {
  border-radius: 0 0px 0px 0;
}

.next-input-large .next-icon-delete-filling:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

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

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

.next-input.error {
  border-color: #FF3333;
}

.next-input.error.focus, .next-input.error:hover {
  border-color: #FF3333;
}

.next-input.disabled {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
  cursor: not-allowed;
}

.next-input.disabled:hover {
  border-color: #E6E7EB;
}

.next-input.disabled .next-input-len {
  color: #CCCCCC;
}

.next-input.disabled .next-input-control {
  background-color: #F7F8FA;
}

.next-input.disabled input:disabled, .next-input.disabled textarea:disabled {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
  cursor: not-allowed;
}

.next-input.disabled input:disabled:hover, .next-input.disabled textarea:disabled:hover {
  border-color: #E6E7EB;
}

.next-input.disabled .next-icon-delete-filling {
  color: #CCCCCC;
}

.next-input.disabled .next-icon-delete-filling:hover {
  color: #CCCCCC;
  cursor: not-allowed;
}

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

.next-input-control {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  padding-right: 4px;
  line-height: 100%;
  background-color: #FFFFFF;
}

.next-input-control .next-input-len {
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  padding-right: 4px;
  display: table-cell;
  width: 1%;
}

.next-input-control .next-input-len.error {
  color: #FF3333;
}

.next-input-control .next-icon {
  display: table-cell;
  width: 1%;
  top: 0;
}

.next-input-control .next-icon-success {
  color: #1DC11D;
}

.next-input-control .next-icon-delete-filling {
  color: #CCCCCC;
}

.next-input-control .next-icon-delete-filling:hover {
  color: #999999;
  cursor: pointer;
}

.next-input-group {
  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;
  display: inline-table;
  border-collapse: separate;
  border-spacing: 0;
  width: 240px;
}

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

.next-input-group .next-input {
  width: 100%;
  border-radius: 0;
}

.next-input-group.disabled .next-input-addon {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
  cursor: not-allowed;
}

.next-input-group.disabled .next-input-addon:hover {
  border-color: #E6E7EB;
}

.next-input-group .next-input-addon {
  color: #999999;
  background-color: #F7F8FA;
  font-weight: normal;
  text-align: center;
  border: 1px solid #C4C6CF;
}

.next-input-group .next-input-addon.next-input-addon-before {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.next-input-group .next-input-addon.next-input-addon-after {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.next-input-group .next-input-addon:first-child {
  border-right: 0;
}

.next-input-group .next-input-addon:last-child {
  border-left: 0;
}

.next-input-group.small .next-input-addon {
  display: table-cell;
  height: 20px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 0px;
}

.next-input-group.medium .next-input-addon {
  display: table-cell;
  height: 28px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
  border-radius: 0px;
}

.next-input-group.large .next-input-addon {
  display: table-cell;
  height: 40px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 38px;
  vertical-align: middle;
  border-radius: 0px;
}

.next-select {
  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;
  display: inline-block;
  border: 1px solid #E6E7EB;
  cursor: pointer;
  position: relative;
  -webkit-transition: ease all 0.3s 0.1s;
  transition: ease all 0.3s 0.1s;
  border-radius: 0px;
  min-width: 100px;
  color: #333333;
  border-color: #C4C6CF;
  background-color: #FFFFFF;
}

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

.next-select-placeholder {
  color: #999;
}

.next-select .next-select-arrow, .next-select .next-select-clear {
  position: absolute;
}

.next-select .next-select-arrow {
  color: #A0A2AD;
}

.next-select .next-select-clear {
  display: none;
  color: #ccc;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}

.next-select .next-select-clear:hover {
  color: #A0A2AD;
}

.next-select-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}

.next-select:hover .next-select-clear {
  display: inline-block;
}

.next-select.has-clear:hover .next-select-arrow {
  display: none;
}

.next-select.multiple .next-select-inner {
  overflow: visible;
  width: auto;
  display: block;
  white-space: normal;
}

.next-select-inner-item {
  margin-right: 4px;
  background: #EBECF0;
  border-radius: 2px;
  padding: 0 4px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}

.next-select-inner-item a {
  color: #A0A2AD;
}

.next-select-search {
  margin: 0 10px;
  margin-bottom: 10px;
  position: relative;
}

.next-select-search .next-input {
  width: 100%;
  padding-right: 24px;
}

.next-select-search .next-icon {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #999;
}

.next-select-menu .next-menu-content {
  max-height: 260px;
  overflow: auto;
}

.next-select .next-comobobox-arrow-wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #F7F8FA;
  border-left: 1px solid #C4C6CF;
}

.next-select.disabled {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
  cursor: not-allowed;
}

.next-select.disabled:hover {
  border-color: #E6E7EB;
}

.next-select.disabled .next-select-arrow {
  color: #E6E7EB;
}

.next-select.disabled .next-select-inner-item .next-icon-close:before {
  color: #CCCCCC;
}

.next-select:hover {
  border-color: #A0A2AD;
}

.next-select:focus {
  border-color: #2192D9;
  outline: 0;
}

.next-select:active {
  border-color: #2192D9;
}

.next-select.large {
  height: 40px;
  line-height: 38px;
  padding-left: 8px;
  padding-right: 41px;
  font-size: 14px;
  border-width: 1px;
}

.next-select.large.no-arrow {
  padding-right: 8px;
}

.next-select.large .next-select-arrow, .next-select.large .next-select-clear {
  right: 10px;
  top: 0px;
}

.next-select.large .next-select-arrow:before, .next-select.large .next-select-clear:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-select.large .next-comobobox-arrow-wrapper {
  width: 41px;
  border-radius: 0 0px 0px 0;
}

.next-select.large .next-select-inner-item {
  height: 22px;
  line-height: 22px;
  margin-top: 8px;
}

.next-select.large .next-select-inner-item .next-icon-close {
  margin-left: 2px;
}

.next-select.large.multiple {
  padding-left: 8px;
  height: auto;
  min-height: 40px;
}

.next-select.large.next-comobobox .next-select-clear {
  position: absolute;
  right: 45px;
}

.next-select.medium {
  height: 28px;
  line-height: 26px;
  padding-left: 8px;
  padding-right: 33px;
  font-size: 14px;
  border-width: 1px;
}

.next-select.medium.no-arrow {
  padding-right: 8px;
}

.next-select.medium .next-select-arrow, .next-select.medium .next-select-clear {
  right: 8px;
  top: 0px;
}

.next-select.medium .next-select-arrow:before, .next-select.medium .next-select-clear:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-select.medium .next-comobobox-arrow-wrapper {
  width: 33px;
  border-radius: 0 0px 0px 0;
}

.next-select.medium .next-select-inner-item {
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
}

.next-select.medium .next-select-inner-item .next-icon-close {
  margin-left: 2px;
}

.next-select.medium.multiple {
  padding-left: 4px;
  height: auto;
  min-height: 28px;
}

.next-select.medium.next-comobobox .next-select-clear {
  position: absolute;
  right: 37px;
}

.next-select.small {
  height: 20px;
  line-height: 18px;
  padding-left: 8px;
  padding-right: 25px;
  font-size: 12px;
  border-width: 1px;
}

.next-select.small.no-arrow {
  padding-right: 8px;
}

.next-select.small .next-select-arrow, .next-select.small .next-select-clear {
  right: 6px;
  top: 0px;
}

.next-select.small .next-select-arrow:before, .next-select.small .next-select-clear:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-select.small .next-comobobox-arrow-wrapper {
  width: 25px;
  border-radius: 0 0px 0px 0;
}

.next-select.small .next-select-inner-item {
  height: 14px;
  line-height: 14px;
  margin-top: 2px;
}

.next-select.small .next-select-inner-item .next-icon-close {
  margin-left: 2px;
}

.next-select.small.multiple {
  padding-left: 4px;
  height: auto;
  min-height: 20px;
}

.next-select.small.next-comobobox .next-select-clear {
  position: absolute;
  right: 29px;
}

.next-select.no-border {
  border-width: 0;
}

.next-select.no-border:hover {
  color: #15AD9D;
}

.next-select.no-border:hover .next-select-arrow {
  border-color: #15AD9D;
}

.next-select.no-border.disabled {
  background: #FFFFFF;
}

.next-select.no-border.disabled:hover {
  color: #CCCCCC;
}

.next-select.no-border.disabled:hover .next-select-arrow {
  border-color: #E6E7EB;
}

.next-comobobox input {
  border: 0;
  outline: 0;
  min-width: 100%;
  background: transparent;
}

.next-comobobox.multiple input {
  min-width: auto;
  width: 10px;
}

.next-comobobox.disabled .next-comobobox-arrow-wrapper {
  border-left-color: #E6E7EB;
}

.next-comobobox.has-clear:hover .next-select-arrow {
  display: inline-block;
}

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

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

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

.next-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}

.next-calendar td, .next-calendar th {
  padding: 0;
}

.next-calendar-header .next-calendar-picker {
  padding: 8px;
  text-align: right;
}

.next-calendar-header .next-calendar-complex-picker, .next-calendar-header .next-calendar-range-picker, .next-calendar-header .next-calendar-month-picker {
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  padding: 0;
  text-align: center;
  position: relative;
}

.next-calendar-header .next-calendar-complex-picker a, .next-calendar-header .next-calendar-range-picker a, .next-calendar-header .next-calendar-month-picker a {
  cursor: pointer;
  color: #999999;
}

.next-calendar-header .next-calendar-complex-picker a:hover, .next-calendar-header .next-calendar-range-picker a:hover, .next-calendar-header .next-calendar-month-picker a:hover {
  color: #15AD9D;
}

.next-calendar-header .next-calendar-complex-picker .next-icon:before, .next-calendar-header .next-calendar-range-picker .next-icon:before, .next-calendar-header .next-calendar-month-picker .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-calendar-header .next-calendar-range-picker-left, .next-calendar-header .next-calendar-range-picker-right {
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
}

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

.next-calendar-header .next-calendar-prev-decade-btn, .next-calendar-header .next-calendar-next-decade-btn, .next-calendar-header .next-calendar-prev-year-btn, .next-calendar-header .next-calendar-next-year-btn, .next-calendar-header .next-calendar-prev-month-btn, .next-calendar-header .next-calendar-next-month-btn {
  position: absolute;
  top: 0;
  padding: 0 4px;
  font-size: 16px;
  display: inline-block;
  height: 100%;
  font-weight: 300;
}

.next-calendar-header .next-calendar-ym-select a {
  font-size: 12px;
  padding: 0 4px;
  font-weight: 700;
  display: inline-block;
  color: #333333;
}

.next-calendar-header .next-calendar-prev-decade-btn, .next-calendar-header .next-calendar-prev-year-btn {
  left: 8px;
}

.next-calendar-header .next-calendar-prev-month-btn {
  left: 28px;
}

.next-calendar-header .next-calendar-next-decade-btn, .next-calendar-header .next-calendar-next-year-btn {
  right: 8px;
}

.next-calendar-header .next-calendar-next-month-btn {
  right: 28px;
}

.next-calendar-header .next-radio-group {
  margin-left: 8px;
  vertical-align: middle;
}

.next-calendar-header .next-select {
  margin-left: 4px;
  text-align: left;
  min-width: 0;
  vertical-align: middle;
  max-width: 80px;
}

.next-calendar-header .next-select.small {
  font-size: 12px;
}

.next-calendar-header .next-select.medium {
  font-size: 14px;
}

.next-calendar-body {
  padding: 8px;
  border-top: 1px solid #E6E7EB;
}

.next-calendar-body .next-calendar-table {
  table-layout: fixed;
  border: 0;
  border-collapse: collapse;
  background-color: transparent;
  width: 100%;
  height: auto;
}

.next-calendar-footer {
  height: 32px;
  line-height: 32px;
  border-top: 1px solid #E6E7EB;
}

.next-calendar-footer .next-calendar-today-btn {
  display: block;
  padding: 0 16px;
  text-align: center;
  cursor: pointer;
  height: 100%;
  color: #666666;
  background: #FFFFFF;
}

.next-calendar-footer .next-calendar-today-btn:hover {
  color: #15AD9D;
}

.next-calendar-footer .next-calendar-today-btn-disabled {
  cursor: not-allowed;
}

.next-calendar-footer .next-calendar-today-btn-disabled:hover {
  color: #666666;
}

.next-calendar-card {
  font-size: 12px;
  background: #FFFFFF;
}

.next-calendar-card .next-calendar-range-body {
  padding: 0;
}

.next-calendar-card .next-calendar-range-body-left, .next-calendar-card .next-calendar-range-body-right {
  width: 50%;
  float: left;
  padding: 8px;
}

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

.next-calendar-card .next-calendar-th {
  line-height: 18px;
  padding: 0;
  border: 0;
  text-align: center;
  color: #999999;
}

.next-calendar-card .next-calendar-th-inner {
  display: block;
  font-weight: 400;
}

.next-calendar-card .next-calendar-cell {
  position: relative;
}

.next-calendar-card .next-calendar-cell .next-calendar-date {
  padding: 4px 0;
  text-align: center;
}

.next-calendar-card .next-calendar-cell .next-calendar-date-value {
  display: block;
  margin: 0 auto;
  border-radius: 0px;
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 22px;
}

.next-calendar-card .next-calendar-cell .next-calendar-date-value:hover {
  cursor: pointer;
}

.next-calendar-card .next-calendar-cell .next-calendar-date-value {
  border: 1px solid;
  border-radius: 0px;
}

.next-calendar-card .next-calendar-cell .next-calendar-date-content {
  display: none;
}

.next-calendar-card .next-calendar-cell .next-calendar-month {
  padding: 16px 0;
  text-align: center;
}

.next-calendar-card .next-calendar-cell .next-calendar-month-value {
  display: block;
  margin: 0 auto;
  border-radius: 0px;
  width: 60px;
  height: 24px;
  padding: 0;
  line-height: 22px;
}

.next-calendar-card .next-calendar-cell .next-calendar-month-value:hover {
  cursor: pointer;
}

.next-calendar-card .next-calendar-cell .next-calendar-month-value {
  border: 1px solid;
  border-radius: 0px;
}

.next-calendar-card .next-calendar-cell .next-calendar-month-content {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -4px;
}

.next-calendar-card .next-calendar-cell .next-calendar-year {
  padding: 16px 0;
  text-align: center;
}

.next-calendar-card .next-calendar-cell .next-calendar-year-value {
  display: block;
  margin: 0 auto;
  border-radius: 0px;
  width: 48px;
  height: 24px;
  padding: 0;
  line-height: 22px;
}

.next-calendar-card .next-calendar-cell .next-calendar-year-value:hover {
  cursor: pointer;
}

.next-calendar-card .next-calendar-cell .next-calendar-year-value {
  border: 1px solid;
  border-radius: 0px;
}

.next-calendar-card .next-calendar-cell .next-calendar-year-content {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -4px;
}

.next-calendar-card .next-calendar-cell .next-calendar-date-value, .next-calendar-card .next-calendar-cell .next-calendar-month-value, .next-calendar-card .next-calendar-cell .next-calendar-year-value {
  background: #FFFFFF;
  color: #666666;
  border-color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-card .next-calendar-cell .next-calendar-date-value:hover, .next-calendar-card .next-calendar-cell .next-calendar-month-value:hover, .next-calendar-card .next-calendar-cell .next-calendar-year-value:hover {
  background: #F3FBFA;
  color: #15AD9D;
  border-color: #F3FBFA;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-card .next-calendar-cell .next-calendar-date .next-icon:hover, .next-calendar-card .next-calendar-cell .next-calendar-month .next-icon:hover, .next-calendar-card .next-calendar-cell .next-calendar-year .next-icon:hover {
  cursor: pointer;
  background: #F3FBFA;
  color: #15AD9D;
  border-color: #F3FBFA;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-card .next-calendar-cell-prev-month .next-calendar-date-value {
  background: #FFFFFF;
  color: #CCCCCC;
  border-color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-card .next-calendar-cell-next-month .next-calendar-date-value {
  background: #FFFFFF;
  color: #CCCCCC;
  border-color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-card .next-calendar-cell-today .next-calendar-date-value {
  background: #FFFFFF;
  color: #15AD9D;
  border-color: #15AD9D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-card .next-calendar-cell-range .next-calendar-date-value {
  border-radius: 0;
  width: auto;
  background: #F3FBFA;
  color: #15AD9D;
  border-color: #F3FBFA;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-card .next-calendar-cell-range .next-calendar-date-value:hover {
  background: #F3FBFA;
  color: #15AD9D;
  border-color: #F3FBFA;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-card .next-calendar-cell-select .next-calendar-date-value, .next-calendar-card .next-calendar-cell-select .next-calendar-month-value, .next-calendar-card .next-calendar-cell-select .next-calendar-year-value {
  background: #15AD9D;
  color: #FFFFFF;
  border-color: #15AD9D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-card .next-calendar-cell-select .next-calendar-date-value:hover, .next-calendar-card .next-calendar-cell-select .next-calendar-month-value:hover, .next-calendar-card .next-calendar-cell-select .next-calendar-year-value:hover {
  background: #15AD9D;
  color: #FFFFFF;
  border-color: #15AD9D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-card .next-calendar-cell-disabled .next-calendar-date-value {
  cursor: not-allowed;
  border-radius: 0;
  width: auto;
  background: #F2F3F7;
  color: #CCCCCC;
  border-color: #F2F3F7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-card .next-calendar-cell-disabled .next-calendar-date-value:hover {
  cursor: not-allowed;
  background: #F2F3F7;
  color: #CCCCCC;
  border-color: #F2F3F7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-card .next-calendar-cell-range-mode.next-calendar-cell-prev-month .next-calendar-date {
  display: none;
}

.next-calendar-card .next-calendar-cell-range-mode.next-calendar-cell-next-month .next-calendar-date {
  display: none;
}

.next-calendar-fullscreen {
  font-size: 14px;
  background: #FFFFFF;
}

.next-calendar-fullscreen .next-calendar-body {
  border-top: none;
}

.next-calendar-fullscreen .next-calendar-table .next-calendar-th {
  text-align: right;
  padding-right: 12px;
  padding-bottom: 5px;
  border: 0;
  line-height: 18px;
}

.next-calendar-fullscreen .next-calendar-table .next-calendar-th-inner {
  display: block;
  font-weight: 400;
}

.next-calendar-fullscreen .next-calendar-table .next-calendar-cell {
  border: 0;
  position: relative;
}

.next-calendar-fullscreen .next-calendar-table .next-calendar-cell .next-calendar-date, .next-calendar-fullscreen .next-calendar-table .next-calendar-cell .next-calendar-month {
  text-align: left;
  margin: 0 4px;
  display: block;
  padding: 4px 8px;
  border-top: 2px solid;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  background: #FFFFFF;
  color: #666666;
  border-color: #CCCCCC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-fullscreen .next-calendar-table .next-calendar-cell .next-calendar-date-value, .next-calendar-fullscreen .next-calendar-table .next-calendar-cell .next-calendar-month-value {
  display: block;
  text-align: right;
  background: transparent;
  width: auto;
  margin: 0 auto;
  height: 22px;
  padding: 0;
  line-height: 22px;
}

.next-calendar-fullscreen .next-calendar-table .next-calendar-cell .next-calendar-date-content, .next-calendar-fullscreen .next-calendar-table .next-calendar-cell .next-calendar-month-content {
  height: 90px;
  overflow-y: auto;
  position: static;
  width: auto;
  left: auto;
  bottom: auto;
}

.next-calendar-fullscreen .next-calendar-table .next-calendar-cell .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-table .next-calendar-cell .next-calendar-month:hover {
  cursor: pointer;
}

.next-calendar-fullscreen .next-calendar-table .next-calendar-cell .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-table .next-calendar-cell .next-calendar-month:hover {
  background: #F3FBFA;
  color: #15AD9D;
  border-color: #15AD9D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-fullscreen .next-calendar-table .next-calendar-cell-prev-month .next-calendar-date {
  background: #FFFFFF;
  color: #CCCCCC;
  border-color: #CCCCCC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-fullscreen .next-calendar-table .next-calendar-cell-next-month .next-calendar-date {
  background: #FFFFFF;
  color: #CCCCCC;
  border-color: #CCCCCC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-calendar-fullscreen .next-calendar-table .next-calendar-cell-select .next-calendar-date, .next-calendar-fullscreen .next-calendar-table .next-calendar-cell-select .next-calendar-month {
  background: #F3FBFA;
  color: #15AD9D;
  border-color: #15AD9D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

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

.next-card {
  padding: 20px;
  border: 1px solid #DCDEE3;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  min-width: 100px;
  display: inline-block;
  background: #FFFFFF;
}

.next-card-head {
  color: #333333;
  font-size: 20px;
}

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

.next-card-head-prefix .next-card-title {
  border-left: 4px solid #15AD9D;
  padding-left: 8px;
}

.next-card-head-bottom {
  padding-bottom: 12px;
  border-bottom: 1px solid #E6E7EB;
}

.next-card-sub-title {
  font-size: 12px;
  color: #666666;
  padding-left: 8px;
}

.next-card-extra {
  padding-left: 12px;
  float: right;
  font-size: 12px;
  color: #2192D9;
  padding-top: 8px;
}

.next-card-body {
  padding-top: 12px;
  overflow: hidden;
  position: relative;
}

.next-card-body-need-more {
  padding-bottom: 24px;
}

.next-card-body-no-title {
  padding-top: 0;
}

.next-card-more-btn {
  padding-top: 8px;
  height: 24px;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #2192D9;
  background: #FFFFFF;
  cursor: pointer;
}

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

.next-time-picker *, .next-time-picker *:before, .next-time-picker *:after, .next-time-picker-panel *, .next-time-picker-panel *:before, .next-time-picker-panel *:after {
  box-sizing: border-box;
}

.next-time-picker, .next-time-picker:before, .next-time-picker:after, .next-time-picker-panel, .next-time-picker-panel:before, .next-time-picker-panel:after {
  box-sizing: border-box;
}

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

.next-time-picker .next-icon {
  cursor: pointer;
  position: absolute;
  right: 12px;
  color: #999999;
}

.next-time-picker .next-input {
  width: 160px;
}

.next-time-picker-size-small .next-input {
  width: 160px;
  display: inline-block;
}

.next-time-picker-size-small .next-input input {
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
}

.next-time-picker-size-small .next-input input:placeholder {
  font-size: 12px;
}

.next-time-picker-size-small .next-icon {
  height: 20px;
  line-height: 20px;
}

.next-time-picker-size-small .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-time-picker-size-medium .next-input {
  width: 160px;
  display: inline-block;
}

.next-time-picker-size-medium .next-input input {
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
}

.next-time-picker-size-medium .next-input input:placeholder {
  font-size: 14px;
}

.next-time-picker-size-medium .next-icon {
  height: 28px;
  line-height: 28px;
}

.next-time-picker-size-medium .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-time-picker-size-large .next-input {
  width: 160px;
  display: inline-block;
}

.next-time-picker-size-large .next-input input {
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0 8px;
  font-size: 16px;
}

.next-time-picker-size-large .next-input input:placeholder {
  font-size: 16px;
}

.next-time-picker-size-large .next-icon {
  height: 40px;
  line-height: 40px;
}

.next-time-picker-size-large .next-icon:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-time-picker-input {
  display: block;
  padding: 3px;
  border-bottom: 1px solid #C4C6CF;
  position: relative;
}

.next-time-picker-input .next-input {
  border: 0;
  color: #666;
  width: auto;
}

.next-time-picker-panel {
  border: 1px solid #C4C6CF;
  background: #FFFFFF;
  position: relative;
  max-width: 252px;
}

.next-time-picker-panel-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.next-time-picker-select {
  font-size: 14px;
  border: 1px solid #C4C6CF;
  border-width: 0 1px;
  margin-left: -1px;
  width: 84px;
  max-height: 168px;
  overflow: auto;
  position: relative;
  float: left\9;
}

.next-time-picker-select:hover {
  overflow-y: auto;
}

.next-time-picker-select:first-child {
  border-left: 0;
  margin-left: 0;
}

.next-time-picker-select:last-child {
  border-right: 0;
}

.next-time-picker-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.next-time-picker-select li {
  list-style: none;
  margin: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.next-time-picker-select li:hover {
  color: #15AD9D;
  background: #F3FBFA;
}

.next-time-picker-select li.next-time-picker-cell-select {
  font-weight: 700;
  color: #666666;
  background: #F2F3F7;
}

.next-time-picker-select li.next-time-picker-cell-disabled {
  color: #CCCCCC;
  background: #FFFFFF;
}

.next-time-picker-select li.next-time-picker-cell-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}

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

.next-range-picker *, .next-range-picker *:before, .next-range-picker *:after, .next-date-picker *, .next-date-picker *:before, .next-date-picker *:after {
  box-sizing: border-box;
}

.next-range-picker, .next-range-picker:before, .next-range-picker:after, .next-date-picker, .next-date-picker:before, .next-date-picker:after {
  box-sizing: border-box;
}

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

.next-date-picker .next-icon {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 0;
  color: #CCCCCC;
}

.next-date-picker .next-icon:hover {
  color: #999999;
}

.next-date-picker-small .next-input {
  width: 160px;
  display: inline-block;
}

.next-date-picker-small .next-input input {
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
}

.next-date-picker-small .next-input input:placeholder {
  font-size: 12px;
}

.next-date-picker-small .next-icon {
  height: 20px;
  line-height: 20px;
}

.next-date-picker-small .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-date-picker-medium .next-input {
  width: 160px;
  display: inline-block;
}

.next-date-picker-medium .next-input input {
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
}

.next-date-picker-medium .next-input input:placeholder {
  font-size: 14px;
}

.next-date-picker-medium .next-icon {
  height: 28px;
  line-height: 28px;
}

.next-date-picker-medium .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-date-picker-large .next-input {
  width: 160px;
  display: inline-block;
}

.next-date-picker-large .next-input input {
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0 8px;
  font-size: 16px;
}

.next-date-picker-large .next-input input:placeholder {
  font-size: 16px;
}

.next-date-picker-large .next-icon {
  height: 40px;
  line-height: 40px;
}

.next-date-picker-large .next-icon:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-date-picker-panel {
  width: 270px;
  border: 1px solid #C4C6CF;
  background: #FFFFFF;
  position: relative;
}

.next-date-picker-panel .next-date-picker-input {
  display: block;
  padding: 3px;
  border-bottom: 1px solid #E6E7EB;
}

.next-date-picker-panel .next-input {
  border: 0;
  color: #666;
}

.next-date-picker-panel-show-time .next-date-picker-input {
  padding: 6px 3px;
}

.next-date-picker-panel-show-time .next-input {
  font-size: 12px;
  border: 1px solid #E6E7EB;
  color: #666;
  width: 100px;
  margin-left: 6px;
}

.next-date-picker-panel-show-time .next-time-picker-input .next-input {
  border: 0;
}

.next-date-picker-show-time .next-input {
  min-width: 200px;
}

.next-date-picker-time-panel .next-time-picker-input input {
  font-size: 12px;
}

.next-date-picker-time-panel .next-time-picker-select {
  width: 64px;
  font-size: 12px;
}

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

.next-month-picker .next-icon {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 0;
  color: #CCCCCC;
}

.next-month-picker .next-icon:hover {
  color: #999999;
}

.next-month-picker-small .next-input {
  width: 160px;
  display: inline-block;
}

.next-month-picker-small .next-input input {
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
}

.next-month-picker-small .next-input input:placeholder {
  font-size: 12px;
}

.next-month-picker-small .next-icon {
  height: 20px;
  line-height: 20px;
}

.next-month-picker-small .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-month-picker-medium .next-input {
  width: 160px;
  display: inline-block;
}

.next-month-picker-medium .next-input input {
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
}

.next-month-picker-medium .next-input input:placeholder {
  font-size: 14px;
}

.next-month-picker-medium .next-icon {
  height: 28px;
  line-height: 28px;
}

.next-month-picker-medium .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-month-picker-large .next-input {
  width: 160px;
  display: inline-block;
}

.next-month-picker-large .next-input input {
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0 8px;
  font-size: 16px;
}

.next-month-picker-large .next-input input:placeholder {
  font-size: 16px;
}

.next-month-picker-large .next-icon {
  height: 40px;
  line-height: 40px;
}

.next-month-picker-large .next-icon:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-month-picker-panel {
  width: 270px;
  border: 1px solid #C4C6CF;
  background: #FFFFFF;
  position: relative;
}

.next-month-picker-panel .next-month-picker-input {
  display: block;
  padding: 3px;
  border-bottom: 1px solid #E6E7EB;
}

.next-month-picker-panel .next-input {
  border: 0;
  color: #666;
}

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

.next-range-picker-trigger {
  position: relative;
  -webkit-transition: border 0.3s ease 0.1s;
  transition: border 0.3s ease 0.1s;
  color: #666666;
  border: 1px solid #C4C6CF;
  background-color: #FFFFFF;
}

.next-range-picker-disabled {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
  cursor: not-allowed;
}

.next-range-picker-separator {
  color: #999999;
}

.next-range-picker .next-input {
  background-color: transparent;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 100px;
  text-align: center;
}

.next-range-picker .next-icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 12px;
  color: #CCCCCC;
}

.next-range-picker .next-icon:hover {
  color: #999999;
}

.next-range-picker-small .next-range-picker-trigger {
  margin: 0;
  padding-right: 20px;
}

.next-range-picker-small .next-input {
  display: inline-block;
}

.next-range-picker-small .next-input input {
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
}

.next-range-picker-small .next-input input:placeholder {
  font-size: 12px;
}

.next-range-picker-small .next-icon {
  height: 20px;
  line-height: 20px;
}

.next-range-picker-small .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-range-picker-medium .next-range-picker-trigger {
  margin: 0;
  padding-right: 28px;
}

.next-range-picker-medium .next-input {
  display: inline-block;
}

.next-range-picker-medium .next-input input {
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
}

.next-range-picker-medium .next-input input:placeholder {
  font-size: 14px;
}

.next-range-picker-medium .next-icon {
  height: 28px;
  line-height: 28px;
}

.next-range-picker-medium .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-range-picker-large .next-range-picker-trigger {
  margin: 0;
  padding-right: 40px;
}

.next-range-picker-large .next-input {
  display: inline-block;
}

.next-range-picker-large .next-input input {
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0 8px;
  font-size: 16px;
}

.next-range-picker-large .next-input input:placeholder {
  font-size: 16px;
}

.next-range-picker-large .next-icon {
  height: 40px;
  line-height: 40px;
}

.next-range-picker-large .next-icon:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-range-picker-panel {
  width: 540px;
  border: 1px solid #C4C6CF;
  background: #FFFFFF;
  position: relative;
}

.next-range-picker-panel .next-range-picker-input {
  display: block;
  padding: 3px;
  border-bottom: 1px solid #E6E7EB;
}

.next-range-picker-panel .next-input {
  width: 120px;
  border: 0;
  color: #666666;
  text-align: center;
}

.next-feedback {
  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: block;
  vertical-align: baseline;
  border-style: solid;
}

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

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

.next-feedback .next-feedback-wrapper {
  position: fixed;
  left: 50%;
}

.next-feedback.next-feedback-success {
  border-radius: 0px;
}

.next-feedback.next-feedback-success .next-feedback-title {
  color: #333333;
}

.next-feedback.next-feedback-success .next-feedback-content {
  color: #666666;
}

.next-feedback.next-feedback-success .next-feedback-symbol {
  color: #1DC11D;
}

.next-feedback.next-feedback-success.next-feedback-inline {
  background-color: #E8F9E8;
  border-color: transparent;
  box-shadow: none;
}

.next-feedback.next-feedback-success.next-feedback-toast {
  background-color: #FFFFFF;
  border-color: transparent;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
}

.next-feedback.next-feedback-prompt {
  border-radius: 0px;
}

.next-feedback.next-feedback-prompt .next-feedback-title {
  color: #333333;
}

.next-feedback.next-feedback-prompt .next-feedback-content {
  color: #666666;
}

.next-feedback.next-feedback-prompt .next-feedback-symbol {
  color: #FFA033;
}

.next-feedback.next-feedback-prompt.next-feedback-inline {
  background-color: #FFF1E8;
  border-color: transparent;
  box-shadow: none;
}

.next-feedback.next-feedback-prompt.next-feedback-toast {
  background-color: #FFFFFF;
  border-color: transparent;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
}

.next-feedback.next-feedback-error {
  border-radius: 0px;
}

.next-feedback.next-feedback-error .next-feedback-title {
  color: #333333;
}

.next-feedback.next-feedback-error .next-feedback-content {
  color: #666666;
}

.next-feedback.next-feedback-error .next-feedback-symbol {
  color: #FF3333;
}

.next-feedback.next-feedback-error.next-feedback-inline {
  background-color: #FAE7E7;
  border-color: transparent;
  box-shadow: none;
}

.next-feedback.next-feedback-error.next-feedback-toast {
  background-color: #FFFFFF;
  border-color: transparent;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
}

.next-feedback.next-feedback-toast {
  background-color: #FFFFFF;
  border-color: transparent;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
}

.next-feedback.next-feedback-addon {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.next-feedback.next-feedback-addon.next-feedback-medium, .next-feedback.next-feedback-addon.next-feedback-large {
  padding: 0;
}

.next-feedback.next-feedback-medium {
  border-width: 1px;
  padding: 12px 12px 12px 12px;
}

.next-feedback.next-feedback-medium .next-feedback-symbol {
  float: left;
  line-height: 16px;
}

.next-feedback.next-feedback-medium .next-feedback-symbol:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-feedback.next-feedback-medium .next-feedback-title {
  padding: 0 12px 0 24px;
  font-size: 14px;
  line-height: 14px;
}

.next-feedback.next-feedback-medium .next-feedback-content {
  margin-top: 4px;
  padding: 0 12px 0 24px;
  font-size: 14px;
  line-height: 14px;
}

.next-feedback.next-feedback-medium .next-feedback-symbol+.next-feedback-content {
  margin-top: 0;
}

.next-feedback.next-feedback-medium.next-feedback-title-content .next-feedback-title {
  line-height: 16px;
}

.next-feedback.next-feedback-medium.next-feedback-only-content .next-feedback-content {
  line-height: 16px;
}

.next-feedback.next-feedback-large {
  border-width: 2px;
  padding: 20px 20px 20px 20px;
  line-height: 18px;
}

.next-feedback.next-feedback-large .next-feedback-symbol {
  float: left;
  line-height: 32px;
}

.next-feedback.next-feedback-large .next-feedback-symbol:before {
  width: 32px;
  font-size: 32px;
  line-height: inherit;
}

.next-feedback.next-feedback-large .next-feedback-title {
  padding: 0 16px 0 44px;
  font-size: 16px;
  line-height: 16px;
}

.next-feedback.next-feedback-large .next-feedback-content {
  margin-top: 8px;
  padding: 0 16px 0 44px;
  font-size: 14px;
  line-height: 14px;
}

.next-feedback.next-feedback-large .next-feedback-symbol+.next-feedback-content {
  margin-top: 0;
}

.next-feedback.next-feedback-large.next-feedback-title-content .next-feedback-title {
  line-height: 32px;
}

.next-feedback.next-feedback-large.next-feedback-only-content .next-feedback-content {
  line-height: 32px;
}

.next-feedback.next-feedback-toast.next-feedback-ie8 {
  border-color: #DCDEE3;
}

.next-feedback.next-feedback-hide {
  display: none;
}

.next-dialog {
  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;
  background: #FFFFFF;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1001;
  border: 1px #FFFFFF solid;
  border-radius: 0px;
}

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

.next-dialog-header {
  font-size: 16px;
  margin: 0;
  padding: 20px 20px 0;
  border-bottom: 1px solid transparent;
  padding-right: 46px;
  background: transparent;
}

.next-dialog-body {
  font-size: 14px;
  color: #333333;
  padding: 20px 20px 20px;
}

.next-dialog-footer {
  padding: 0 20px 20px;
  border-top: 1px solid transparent;
  background: transparent;
}

.next-dialog-footer .next-btn {
  margin-right: 5px;
}

.next-dialog.right .next-dialog-footer {
  text-align: right;
}

.next-dialog.right .next-dialog-footer .next-btn {
  margin-right: 0px;
  margin-left: 5px;
}

.next-dialog.center .next-dialog-footer {
  text-align: center;
}

.next-dialog .next-dialog-close {
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #999999;
  width: 20px;
  height: 20px;
}

.next-dialog .next-dialog-close .next-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}

.next-dialog .next-dialog-close .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-dialog .next-dialog-close:hover {
  color: #333333;
  background: transparent;
}

.next-dialog-alert, .next-dialog-confirm, .next-dialog-success, .next-dialog-info {
  min-width: 300px;
}

.next-dialog-alert .next-icon, .next-dialog-confirm .next-icon, .next-dialog-success .next-icon, .next-dialog-info .next-icon {
  margin-right: 10px;
}

.next-dialog-alert .next-icon:before, .next-dialog-confirm .next-icon:before, .next-dialog-success .next-icon:before, .next-dialog-info .next-icon:before {
  font-size: 32px;
  vertical-align: middle;
}

.next-dialog-alert .next-icon {
  color: #FFA033;
}

.next-dialog-confirm .next-icon {
  color: #FFA033;
}

.next-dialog-success .next-icon {
  color: #1DC11D;
}

.next-dialog-wrapper.opened .next-overlay-backdrop {
  background: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
}

.next-w344 .next-row {
  padding: 0 8px;
}

.next-w344 .next-row-fixed {
  width: 320px;
}

.next-w344 .next-row-fluid {
  max-width: 320px;
}

.next-w344 .next-row .next-col-xxs-hidden {
  display: none;
}

.next-w344-together .next-row .next-col-xxs-1 {
  max-width: 4.16667%;
  width: 4.16667%;
}

.next-w344-together .next-row .next-col-xxs-2 {
  max-width: 8.33333%;
  width: 8.33333%;
}

.next-w344-together .next-row .next-col-xxs-3 {
  max-width: 12.5%;
  width: 12.5%;
}

.next-w344-together .next-row .next-col-xxs-4 {
  max-width: 16.66667%;
  width: 16.66667%;
}

.next-w344-together .next-row .next-col-xxs-5 {
  max-width: 20.83333%;
  width: 20.83333%;
}

.next-w344-together .next-row .next-col-xxs-6 {
  max-width: 25%;
  width: 25%;
}

.next-w344-together .next-row .next-col-xxs-7 {
  max-width: 29.16667%;
  width: 29.16667%;
}

.next-w344-together .next-row .next-col-xxs-8 {
  max-width: 33.33333%;
  width: 33.33333%;
}

.next-w344-together .next-row .next-col-xxs-9 {
  max-width: 37.5%;
  width: 37.5%;
}

.next-w344-together .next-row .next-col-xxs-10 {
  max-width: 41.66667%;
  width: 41.66667%;
}

.next-w344-together .next-row .next-col-xxs-11 {
  max-width: 45.83333%;
  width: 45.83333%;
}

.next-w344-together .next-row .next-col-xxs-12 {
  max-width: 50%;
  width: 50%;
}

.next-w344-together .next-row .next-col-xxs-13 {
  max-width: 54.16667%;
  width: 54.16667%;
}

.next-w344-together .next-row .next-col-xxs-14 {
  max-width: 58.33333%;
  width: 58.33333%;
}

.next-w344-together .next-row .next-col-xxs-15 {
  max-width: 62.5%;
  width: 62.5%;
}

.next-w344-together .next-row .next-col-xxs-16 {
  max-width: 66.66667%;
  width: 66.66667%;
}

.next-w344-together .next-row .next-col-xxs-17 {
  max-width: 70.83333%;
  width: 70.83333%;
}

.next-w344-together .next-row .next-col-xxs-18 {
  max-width: 75%;
  width: 75%;
}

.next-w344-together .next-row .next-col-xxs-19 {
  max-width: 79.16667%;
  width: 79.16667%;
}

.next-w344-together .next-row .next-col-xxs-20 {
  max-width: 83.33333%;
  width: 83.33333%;
}

.next-w344-together .next-row .next-col-xxs-21 {
  max-width: 87.5%;
  width: 87.5%;
}

.next-w344-together .next-row .next-col-xxs-22 {
  max-width: 91.66667%;
  width: 91.66667%;
}

.next-w344-together .next-row .next-col-xxs-23 {
  max-width: 95.83333%;
  width: 95.83333%;
}

.next-w344-together .next-row .next-col-xxs-24 {
  max-width: 100%;
  width: 100%;
}

.next-w344-together .next-row .next-col-xxs-1p5 {
  max-width: 20%;
  width: 20%;
}

.next-w344-together .next-row .next-col-xxs-2p5 {
  max-width: 40%;
  width: 40%;
}

.next-w344-together .next-row .next-col-xxs-3p5 {
  max-width: 60%;
  width: 60%;
}

.next-w344-together .next-row .next-col-xxs-4p5 {
  max-width: 80%;
  width: 80%;
}

.next-w344-together .next-row .next-col-xxs-5p5 {
  max-width: 100%;
  width: 100%;
}

.next-w504 .next-row {
  padding: 0 8px;
}

.next-w504 .next-row-fixed {
  width: 480px;
}

.next-w504 .next-row-fluid {
  max-width: 480px;
}

.next-w504 .next-row .next-col-xs-hidden {
  display: none;
}

.next-w504-together .next-row .next-col-xs-1 {
  max-width: 4.16667%;
  width: 4.16667%;
}

.next-w504-together .next-row .next-col-xs-2 {
  max-width: 8.33333%;
  width: 8.33333%;
}

.next-w504-together .next-row .next-col-xs-3 {
  max-width: 12.5%;
  width: 12.5%;
}

.next-w504-together .next-row .next-col-xs-4 {
  max-width: 16.66667%;
  width: 16.66667%;
}

.next-w504-together .next-row .next-col-xs-5 {
  max-width: 20.83333%;
  width: 20.83333%;
}

.next-w504-together .next-row .next-col-xs-6 {
  max-width: 25%;
  width: 25%;
}

.next-w504-together .next-row .next-col-xs-7 {
  max-width: 29.16667%;
  width: 29.16667%;
}

.next-w504-together .next-row .next-col-xs-8 {
  max-width: 33.33333%;
  width: 33.33333%;
}

.next-w504-together .next-row .next-col-xs-9 {
  max-width: 37.5%;
  width: 37.5%;
}

.next-w504-together .next-row .next-col-xs-10 {
  max-width: 41.66667%;
  width: 41.66667%;
}

.next-w504-together .next-row .next-col-xs-11 {
  max-width: 45.83333%;
  width: 45.83333%;
}

.next-w504-together .next-row .next-col-xs-12 {
  max-width: 50%;
  width: 50%;
}

.next-w504-together .next-row .next-col-xs-13 {
  max-width: 54.16667%;
  width: 54.16667%;
}

.next-w504-together .next-row .next-col-xs-14 {
  max-width: 58.33333%;
  width: 58.33333%;
}

.next-w504-together .next-row .next-col-xs-15 {
  max-width: 62.5%;
  width: 62.5%;
}

.next-w504-together .next-row .next-col-xs-16 {
  max-width: 66.66667%;
  width: 66.66667%;
}

.next-w504-together .next-row .next-col-xs-17 {
  max-width: 70.83333%;
  width: 70.83333%;
}

.next-w504-together .next-row .next-col-xs-18 {
  max-width: 75%;
  width: 75%;
}

.next-w504-together .next-row .next-col-xs-19 {
  max-width: 79.16667%;
  width: 79.16667%;
}

.next-w504-together .next-row .next-col-xs-20 {
  max-width: 83.33333%;
  width: 83.33333%;
}

.next-w504-together .next-row .next-col-xs-21 {
  max-width: 87.5%;
  width: 87.5%;
}

.next-w504-together .next-row .next-col-xs-22 {
  max-width: 91.66667%;
  width: 91.66667%;
}

.next-w504-together .next-row .next-col-xs-23 {
  max-width: 95.83333%;
  width: 95.83333%;
}

.next-w504-together .next-row .next-col-xs-24 {
  max-width: 100%;
  width: 100%;
}

.next-w504-together .next-row .next-col-xs-1p5 {
  max-width: 20%;
  width: 20%;
}

.next-w504-together .next-row .next-col-xs-2p5 {
  max-width: 40%;
  width: 40%;
}

.next-w504-together .next-row .next-col-xs-3p5 {
  max-width: 60%;
  width: 60%;
}

.next-w504-together .next-row .next-col-xs-4p5 {
  max-width: 80%;
  width: 80%;
}

.next-w504-together .next-row .next-col-xs-5p5 {
  max-width: 100%;
  width: 100%;
}

.next-w752 .next-row {
  padding: 0 12px;
}

.next-w752 .next-row-fixed {
  width: 720px;
}

.next-w752 .next-row-fluid {
  max-width: 720px;
}

.next-w752 .next-row .next-col-s-hidden {
  display: none;
}

.next-w752-together .next-row .next-col-s-1 {
  max-width: 4.16667%;
  width: 4.16667%;
}

.next-w752-together .next-row .next-col-s-2 {
  max-width: 8.33333%;
  width: 8.33333%;
}

.next-w752-together .next-row .next-col-s-3 {
  max-width: 12.5%;
  width: 12.5%;
}

.next-w752-together .next-row .next-col-s-4 {
  max-width: 16.66667%;
  width: 16.66667%;
}

.next-w752-together .next-row .next-col-s-5 {
  max-width: 20.83333%;
  width: 20.83333%;
}

.next-w752-together .next-row .next-col-s-6 {
  max-width: 25%;
  width: 25%;
}

.next-w752-together .next-row .next-col-s-7 {
  max-width: 29.16667%;
  width: 29.16667%;
}

.next-w752-together .next-row .next-col-s-8 {
  max-width: 33.33333%;
  width: 33.33333%;
}

.next-w752-together .next-row .next-col-s-9 {
  max-width: 37.5%;
  width: 37.5%;
}

.next-w752-together .next-row .next-col-s-10 {
  max-width: 41.66667%;
  width: 41.66667%;
}

.next-w752-together .next-row .next-col-s-11 {
  max-width: 45.83333%;
  width: 45.83333%;
}

.next-w752-together .next-row .next-col-s-12 {
  max-width: 50%;
  width: 50%;
}

.next-w752-together .next-row .next-col-s-13 {
  max-width: 54.16667%;
  width: 54.16667%;
}

.next-w752-together .next-row .next-col-s-14 {
  max-width: 58.33333%;
  width: 58.33333%;
}

.next-w752-together .next-row .next-col-s-15 {
  max-width: 62.5%;
  width: 62.5%;
}

.next-w752-together .next-row .next-col-s-16 {
  max-width: 66.66667%;
  width: 66.66667%;
}

.next-w752-together .next-row .next-col-s-17 {
  max-width: 70.83333%;
  width: 70.83333%;
}

.next-w752-together .next-row .next-col-s-18 {
  max-width: 75%;
  width: 75%;
}

.next-w752-together .next-row .next-col-s-19 {
  max-width: 79.16667%;
  width: 79.16667%;
}

.next-w752-together .next-row .next-col-s-20 {
  max-width: 83.33333%;
  width: 83.33333%;
}

.next-w752-together .next-row .next-col-s-21 {
  max-width: 87.5%;
  width: 87.5%;
}

.next-w752-together .next-row .next-col-s-22 {
  max-width: 91.66667%;
  width: 91.66667%;
}

.next-w752-together .next-row .next-col-s-23 {
  max-width: 95.83333%;
  width: 95.83333%;
}

.next-w752-together .next-row .next-col-s-24 {
  max-width: 100%;
  width: 100%;
}

.next-w752-together .next-row .next-col-s-1p5 {
  max-width: 20%;
  width: 20%;
}

.next-w752-together .next-row .next-col-s-2p5 {
  max-width: 40%;
  width: 40%;
}

.next-w752-together .next-row .next-col-s-3p5 {
  max-width: 60%;
  width: 60%;
}

.next-w752-together .next-row .next-col-s-4p5 {
  max-width: 80%;
  width: 80%;
}

.next-w752-together .next-row .next-col-s-5p5 {
  max-width: 100%;
  width: 100%;
}

.next-w1022 .next-row {
  padding: 0 12px;
}

.next-w1022 .next-row-fixed {
  width: 990px;
}

.next-w1022 .next-row-fluid {
  max-width: 990px;
}

.next-w1022 .next-row .next-col-m-hidden {
  display: none;
}

.next-w1022-together .next-row .next-col-m-1 {
  max-width: 4.16667%;
  width: 4.16667%;
}

.next-w1022-together .next-row .next-col-m-2 {
  max-width: 8.33333%;
  width: 8.33333%;
}

.next-w1022-together .next-row .next-col-m-3 {
  max-width: 12.5%;
  width: 12.5%;
}

.next-w1022-together .next-row .next-col-m-4 {
  max-width: 16.66667%;
  width: 16.66667%;
}

.next-w1022-together .next-row .next-col-m-5 {
  max-width: 20.83333%;
  width: 20.83333%;
}

.next-w1022-together .next-row .next-col-m-6 {
  max-width: 25%;
  width: 25%;
}

.next-w1022-together .next-row .next-col-m-7 {
  max-width: 29.16667%;
  width: 29.16667%;
}

.next-w1022-together .next-row .next-col-m-8 {
  max-width: 33.33333%;
  width: 33.33333%;
}

.next-w1022-together .next-row .next-col-m-9 {
  max-width: 37.5%;
  width: 37.5%;
}

.next-w1022-together .next-row .next-col-m-10 {
  max-width: 41.66667%;
  width: 41.66667%;
}

.next-w1022-together .next-row .next-col-m-11 {
  max-width: 45.83333%;
  width: 45.83333%;
}

.next-w1022-together .next-row .next-col-m-12 {
  max-width: 50%;
  width: 50%;
}

.next-w1022-together .next-row .next-col-m-13 {
  max-width: 54.16667%;
  width: 54.16667%;
}

.next-w1022-together .next-row .next-col-m-14 {
  max-width: 58.33333%;
  width: 58.33333%;
}

.next-w1022-together .next-row .next-col-m-15 {
  max-width: 62.5%;
  width: 62.5%;
}

.next-w1022-together .next-row .next-col-m-16 {
  max-width: 66.66667%;
  width: 66.66667%;
}

.next-w1022-together .next-row .next-col-m-17 {
  max-width: 70.83333%;
  width: 70.83333%;
}

.next-w1022-together .next-row .next-col-m-18 {
  max-width: 75%;
  width: 75%;
}

.next-w1022-together .next-row .next-col-m-19 {
  max-width: 79.16667%;
  width: 79.16667%;
}

.next-w1022-together .next-row .next-col-m-20 {
  max-width: 83.33333%;
  width: 83.33333%;
}

.next-w1022-together .next-row .next-col-m-21 {
  max-width: 87.5%;
  width: 87.5%;
}

.next-w1022-together .next-row .next-col-m-22 {
  max-width: 91.66667%;
  width: 91.66667%;
}

.next-w1022-together .next-row .next-col-m-23 {
  max-width: 95.83333%;
  width: 95.83333%;
}

.next-w1022-together .next-row .next-col-m-24 {
  max-width: 100%;
  width: 100%;
}

.next-w1022-together .next-row .next-col-m-1p5 {
  max-width: 20%;
  width: 20%;
}

.next-w1022-together .next-row .next-col-m-2p5 {
  max-width: 40%;
  width: 40%;
}

.next-w1022-together .next-row .next-col-m-3p5 {
  max-width: 60%;
  width: 60%;
}

.next-w1022-together .next-row .next-col-m-4p5 {
  max-width: 80%;
  width: 80%;
}

.next-w1022-together .next-row .next-col-m-5p5 {
  max-width: 100%;
  width: 100%;
}

.next-w1232 .next-row {
  padding: 0 12px;
}

.next-w1232 .next-row-fixed {
  width: 1200px;
}

.next-w1232 .next-row-fluid {
  max-width: 1200px;
}

.next-w1232 .next-row .next-col-l-hidden {
  display: none;
}

.next-w1232-together .next-row .next-col-l-1 {
  max-width: 4.16667%;
  width: 4.16667%;
}

.next-w1232-together .next-row .next-col-l-2 {
  max-width: 8.33333%;
  width: 8.33333%;
}

.next-w1232-together .next-row .next-col-l-3 {
  max-width: 12.5%;
  width: 12.5%;
}

.next-w1232-together .next-row .next-col-l-4 {
  max-width: 16.66667%;
  width: 16.66667%;
}

.next-w1232-together .next-row .next-col-l-5 {
  max-width: 20.83333%;
  width: 20.83333%;
}

.next-w1232-together .next-row .next-col-l-6 {
  max-width: 25%;
  width: 25%;
}

.next-w1232-together .next-row .next-col-l-7 {
  max-width: 29.16667%;
  width: 29.16667%;
}

.next-w1232-together .next-row .next-col-l-8 {
  max-width: 33.33333%;
  width: 33.33333%;
}

.next-w1232-together .next-row .next-col-l-9 {
  max-width: 37.5%;
  width: 37.5%;
}

.next-w1232-together .next-row .next-col-l-10 {
  max-width: 41.66667%;
  width: 41.66667%;
}

.next-w1232-together .next-row .next-col-l-11 {
  max-width: 45.83333%;
  width: 45.83333%;
}

.next-w1232-together .next-row .next-col-l-12 {
  max-width: 50%;
  width: 50%;
}

.next-w1232-together .next-row .next-col-l-13 {
  max-width: 54.16667%;
  width: 54.16667%;
}

.next-w1232-together .next-row .next-col-l-14 {
  max-width: 58.33333%;
  width: 58.33333%;
}

.next-w1232-together .next-row .next-col-l-15 {
  max-width: 62.5%;
  width: 62.5%;
}

.next-w1232-together .next-row .next-col-l-16 {
  max-width: 66.66667%;
  width: 66.66667%;
}

.next-w1232-together .next-row .next-col-l-17 {
  max-width: 70.83333%;
  width: 70.83333%;
}

.next-w1232-together .next-row .next-col-l-18 {
  max-width: 75%;
  width: 75%;
}

.next-w1232-together .next-row .next-col-l-19 {
  max-width: 79.16667%;
  width: 79.16667%;
}

.next-w1232-together .next-row .next-col-l-20 {
  max-width: 83.33333%;
  width: 83.33333%;
}

.next-w1232-together .next-row .next-col-l-21 {
  max-width: 87.5%;
  width: 87.5%;
}

.next-w1232-together .next-row .next-col-l-22 {
  max-width: 91.66667%;
  width: 91.66667%;
}

.next-w1232-together .next-row .next-col-l-23 {
  max-width: 95.83333%;
  width: 95.83333%;
}

.next-w1232-together .next-row .next-col-l-24 {
  max-width: 100%;
  width: 100%;
}

.next-w1232-together .next-row .next-col-l-1p5 {
  max-width: 20%;
  width: 20%;
}

.next-w1232-together .next-row .next-col-l-2p5 {
  max-width: 40%;
  width: 40%;
}

.next-w1232-together .next-row .next-col-l-3p5 {
  max-width: 60%;
  width: 60%;
}

.next-w1232-together .next-row .next-col-l-4p5 {
  max-width: 80%;
  width: 80%;
}

.next-w1232-together .next-row .next-col-l-5p5 {
  max-width: 100%;
  width: 100%;
}

.next-w1532 .next-row {
  padding: 0 12px;
}

.next-w1532 .next-row-fixed {
  width: 1500px;
}

.next-w1532 .next-row-fluid {
  max-width: 1500px;
}

.next-w1532 .next-row .next-col-xl-hidden {
  display: none;
}

.next-w1532-together .next-row .next-col-xl-1 {
  max-width: 4.16667%;
  width: 4.16667%;
}

.next-w1532-together .next-row .next-col-xl-2 {
  max-width: 8.33333%;
  width: 8.33333%;
}

.next-w1532-together .next-row .next-col-xl-3 {
  max-width: 12.5%;
  width: 12.5%;
}

.next-w1532-together .next-row .next-col-xl-4 {
  max-width: 16.66667%;
  width: 16.66667%;
}

.next-w1532-together .next-row .next-col-xl-5 {
  max-width: 20.83333%;
  width: 20.83333%;
}

.next-w1532-together .next-row .next-col-xl-6 {
  max-width: 25%;
  width: 25%;
}

.next-w1532-together .next-row .next-col-xl-7 {
  max-width: 29.16667%;
  width: 29.16667%;
}

.next-w1532-together .next-row .next-col-xl-8 {
  max-width: 33.33333%;
  width: 33.33333%;
}

.next-w1532-together .next-row .next-col-xl-9 {
  max-width: 37.5%;
  width: 37.5%;
}

.next-w1532-together .next-row .next-col-xl-10 {
  max-width: 41.66667%;
  width: 41.66667%;
}

.next-w1532-together .next-row .next-col-xl-11 {
  max-width: 45.83333%;
  width: 45.83333%;
}

.next-w1532-together .next-row .next-col-xl-12 {
  max-width: 50%;
  width: 50%;
}

.next-w1532-together .next-row .next-col-xl-13 {
  max-width: 54.16667%;
  width: 54.16667%;
}

.next-w1532-together .next-row .next-col-xl-14 {
  max-width: 58.33333%;
  width: 58.33333%;
}

.next-w1532-together .next-row .next-col-xl-15 {
  max-width: 62.5%;
  width: 62.5%;
}

.next-w1532-together .next-row .next-col-xl-16 {
  max-width: 66.66667%;
  width: 66.66667%;
}

.next-w1532-together .next-row .next-col-xl-17 {
  max-width: 70.83333%;
  width: 70.83333%;
}

.next-w1532-together .next-row .next-col-xl-18 {
  max-width: 75%;
  width: 75%;
}

.next-w1532-together .next-row .next-col-xl-19 {
  max-width: 79.16667%;
  width: 79.16667%;
}

.next-w1532-together .next-row .next-col-xl-20 {
  max-width: 83.33333%;
  width: 83.33333%;
}

.next-w1532-together .next-row .next-col-xl-21 {
  max-width: 87.5%;
  width: 87.5%;
}

.next-w1532-together .next-row .next-col-xl-22 {
  max-width: 91.66667%;
  width: 91.66667%;
}

.next-w1532-together .next-row .next-col-xl-23 {
  max-width: 95.83333%;
  width: 95.83333%;
}

.next-w1532-together .next-row .next-col-xl-24 {
  max-width: 100%;
  width: 100%;
}

.next-w1532-together .next-row .next-col-xl-1p5 {
  max-width: 20%;
  width: 20%;
}

.next-w1532-together .next-row .next-col-xl-2p5 {
  max-width: 40%;
  width: 40%;
}

.next-w1532-together .next-row .next-col-xl-3p5 {
  max-width: 60%;
  width: 60%;
}

.next-w1532-together .next-row .next-col-xl-4p5 {
  max-width: 80%;
  width: 80%;
}

.next-w1532-together .next-row .next-col-xl-5p5 {
  max-width: 100%;
  width: 100%;
}

.next-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

@media (min-width: 344px) {
  .next-row {
    padding: 0 8px;
  }
}

@media (min-width: 504px) {
  .next-row {
    padding: 0 8px;
  }
}

@media (min-width: 752px) {
  .next-row {
    padding: 0 12px;
  }
}

@media (min-width: 1022px) {
  .next-row {
    padding: 0 12px;
  }
}

@media (min-width: 1232px) {
  .next-row {
    padding: 0 12px;
  }
}

@media (min-width: 1532px) {
  .next-row {
    padding: 0 12px;
  }
}

.next-row.next-row-fixed {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 344px) {
  .next-row.next-row-fixed {
    width: 320px;
  }
}

@media (min-width: 504px) {
  .next-row.next-row-fixed {
    width: 480px;
  }
}

@media (min-width: 752px) {
  .next-row.next-row-fixed {
    width: 720px;
  }
}

@media (min-width: 1022px) {
  .next-row.next-row-fixed {
    width: 990px;
  }
}

@media (min-width: 1232px) {
  .next-row.next-row-fixed {
    width: 1200px;
  }
}

@media (min-width: 1532px) {
  .next-row.next-row-fixed {
    width: 1500px;
  }
}

.next-row.next-row-fluid {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 344px) {
  .next-row.next-row-fluid {
    max-width: 320px;
  }
}

@media (min-width: 504px) {
  .next-row.next-row-fluid {
    max-width: 480px;
  }
}

@media (min-width: 752px) {
  .next-row.next-row-fluid {
    max-width: 720px;
  }
}

@media (min-width: 1022px) {
  .next-row.next-row-fluid {
    max-width: 990px;
  }
}

@media (min-width: 1232px) {
  .next-row.next-row-fluid {
    max-width: 1200px;
  }
}

@media (min-width: 1532px) {
  .next-row.next-row-fluid {
    max-width: 1500px;
  }
}

.next-row.next-row-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.next-row.next-row-no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.next-row.next-row-no-padding {
  padding: 0;
}

.next-row.next-row-no-padding>.next-col {
  padding: 0;
}

.next-row.next-row-across {
  padding: 0;
}

.next-row.next-row-across> :first-child {
  padding-left: 0;
}

.next-row.next-row-across> :last-child {
  padding-right: 0;
}

.next-row.next-row-fixed-xxs {
  width: 320px;
}

.next-row.next-row-fixed-xs {
  width: 480px;
}

.next-row.next-row-fixed-s {
  width: 720px;
}

.next-row.next-row-fixed-m {
  width: 990px;
}

.next-row.next-row-fixed-l {
  width: 1200px;
}

.next-row.next-row-fixed-xl {
  width: 1500px;
}

.next-row.next-row-justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.next-row.next-row-justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.next-row.next-row-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next-row.next-row-justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.next-row.next-row-justify-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.next-row-ie9 {
  display: table;
}

.next-row-ie9 .next-col {
  display: table-cell;
  vertical-align: top;
}

.next-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: inline-block;
  padding: 0 4px;
  width: auto;
}

.next-col>.next-row {
  padding: 0;
}

.next-row .next-col-1 {
  width: 4.16667%;
  max-width: 4.16667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.16667%;
  -moz-flex: 0 0 4.16667%;
  -ms-flex: 0 0 4.16667%;
  flex: 0 0 4.16667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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