/*! nui.css | MIT License | shaonq@qq.com */
/* 线条颜色 */
/* 浅背景色 */
/* reset */
body {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.428571428;
  color: #666;
  background-color: #f2f4f8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
  font-weight: 400;
}
body,
form,
input,
ul,
ol,
dl,
dd,
p {
  margin: 0;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
}
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
em,
i {
  font-weight: normal;
}
img {
  border-style: none;
  display: inline-block;
  height: auto;
  vertical-align: top;
  max-width: 100%;
  width: auto\9;
}
body,
input,
button,
textarea,
select {
  font-family: 'Microsoft YaHei', tahoma, arial, 'Hiragino Sans GB', '\\5b8b\4f53', sans-serif;
}
input,
button,
textarea,
select {
  outline-width: 0;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th {
  text-align: left;
}
code,
kbd,
pre,
samp {
  font-family: monaco, menlo, consolas, 'courier new', courier, monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/** 兼容 bootstrap **/
[class*="nui-"] {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.nui-form-switch-label,
.nui-form-label {
  box-sizing: content-box;
}
.nui-fc1,
.nui-fc1:hover {
  color: #d0d0d0;
}
/* 浅灰  */
.nui-fc2,
.nui-fc2:hover {
  color: #666;
}
.nui-fc3,
.nui-fc3:hover {
  color: #999;
}
.nui-fc4,
.nui-fc4:hover {
  color: #555;
}
.nui-fc5,
.nui-fc5:hover {
  color: #aeaeae;
}
/* 灰 */
.nui-fcf,
.nui-fcf:hover {
  color: #fff;
}
.nui-fcb {
  color: #1780fb;
}
/* blue */
.nui-fcg {
  color: #5bd9b3;
}
/* green */
.nui-fco {
  color: #F7B824;
}
/* orange */
.nui-fcr {
  color: #f75b43;
}
/* red */
.nui-fw {
  font-weight: 700;
}
.nui-tdu,
.nui-tdu:hover {
  text-decoration: underline;
}
.nui-tdn,
.nui-tdn:hover {
  text-decoration: none;
}
.nui-break {
  word-wrap: break-word;
  word-break: break-all;
}
.nui-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.nui-overflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nui-block {
  display: block !important;
}
.nui-noborder {
  border: none !important;
}
.nui-vam,
.nui-vama * {
  vertical-align: middle;
}
.nui-vat,
.nui-vata * {
  vertical-align: top;
}
.nui-hand {
  cursor: pointer;
}
.nui-mt {
  margin-top: 20px;
}
.nui-mb {
  margin-bottom: 20px;
}
.nui-ml {
  margin-left: 20px;
}
.nui-mr {
  margin-right: 20px;
}
.nui-auto {
  margin-left: auto;
  margin-right: auto;
}
.nui-w80 {
  width: 80px !important;
}
.nui-w160 {
  width: 160px !important;
}
.nui-w240 {
  width: 240px !important;
}
.nui-w320 {
  width: 320px !important;
}
.nui-w400 {
  width: 400px !important;
}
.nui-w480 {
  width: 480px !important;
}
.nui-w640 {
  width: 640px !important;
}
.nui-w960 {
  width: 960px !important;
}
.nui-w1280 {
  width: 1280px !important;
}
.nui-lh24 {
  line-height: 24px;
}
/* 行高 */
.nui-lh30 {
  line-height: 30px;
}
.nui-lh44 {
  line-height: 44px;
}
.nui-flex {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.nui-flex > li {
  display: table-cell;
}
.nui-content {
  padding: 20px;
}
a {
  color: #1780fb;
}
hr {
  height: 1px;
  margin: 15px 0;
  border: 0;
  background-color: #e1e4e8;
  clear: both;
}
.cl:before,
.cl:after {
  content: "";
  display: table;
}
.cl:after {
  clear: both;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.hide {
  display: none ;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.img-center {
  font-size: 0;
  *font-size: 200px;
  text-align: center;
}
.img-center img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.img-center:after {
  display: inline-block;
  width: 0;
  height: 100%;
  content: " ";
  vertical-align: middle;
  overflow: hidden;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table th [title],
table td [title] {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
table input {
  width: auto;
  height: auto;
}
.nui-table th,
.nui-table td {
  padding: 3px;
  border: 1px solid #e1e4e8;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
}
.nui-table thead,
.nui-table .thead {
  background-color: #f6f8fa;
}
/** 珊格 S ================================== */
.nui-grid:before,
.nui-grid:after {
  content: "";
  display: table;
}
.nui-grid:after {
  clear: both;
}
.nui-grid,
.nui-grid [class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nui-grid {
  margin: 0 -10px;
}
.nui-grid [class*="nui-grid-"] {
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.nui-grid-5 {
  width: 5%;
}
.nui-grid-10 {
  width: 10%;
}
.nui-grid-15 {
  width: 15%;
}
.nui-grid-20 {
  width: 20%;
}
.nui-grid-25 {
  width: 25%;
}
.nui-grid-30 {
  width: 30%;
}
.nui-grid-35 {
  width: 35%;
}
.nui-grid-40 {
  width: 40%;
}
.nui-grid-45 {
  width: 45%;
}
.nui-grid-50 {
  width: 50%;
}
.nui-grid-55 {
  width: 55%;
}
.nui-grid-60 {
  width: 60%;
}
.nui-grid-65 {
  width: 65%;
}
.nui-grid-70 {
  width: 70%;
}
.nui-grid-75 {
  width: 75%;
}
.nui-grid-80 {
  width: 80%;
}
.nui-grid-85 {
  width: 85%;
}
.nui-grid-90 {
  width: 90%;
}
.nui-grid-95 {
  width: 95%;
}
.nui-grid-100 {
  width: 100%;
}
.nui-grid-33 {
  width: 33.33333%;
}
.nui-grid-66 {
  width: 66.66666%;
}
@media (max-width: 768px) {
  .nui-grid-m-5 {
    width: 5%;
  }
  .nui-grid-m-10 {
    width: 10%;
  }
  .nui-grid-m-15 {
    width: 15%;
  }
  .nui-grid-m-20 {
    width: 20%;
  }
  .nui-grid-m-25 {
    width: 25%;
  }
  .nui-grid-m-30 {
    width: 30%;
  }
  .nui-grid-m-35 {
    width: 35%;
  }
  .nui-grid-m-40 {
    width: 40%;
  }
  .nui-grid-m-45 {
    width: 45%;
  }
  .nui-grid-m-50 {
    width: 50%;
  }
  .nui-grid-m-55 {
    width: 55%;
  }
  .nui-grid-m-60 {
    width: 60%;
  }
  .nui-grid-m-65 {
    width: 65%;
  }
  .nui-grid-m-70 {
    width: 70%;
  }
  .nui-grid-m-75 {
    width: 75%;
  }
  .nui-grid-m-80 {
    width: 80%;
  }
  .nui-grid-m-85 {
    width: 85%;
  }
  .nui-grid-m-90 {
    width: 90%;
  }
  .nui-grid-m-95 {
    width: 95%;
  }
  .nui-grid-m-100 {
    width: 100%;
  }
  .nui-grid-m-33 {
    width: 33.33333%;
  }
  .nui-grid-m-66 {
    width: 66.66666%;
  }
}
/** 珊格 E ================================== */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  overflow: visible;
}
::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border: 1px solid #efefef;
}
::-webkit-scrollbar-track:hover {
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  min-height: 25px;
  min-width: 25px;
  border: 1px solid #e0e0e0;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #d9d9d9;
  border-color: #d0d0d0;
}
::-webkit-scrollbar-thumb:active {
  background-color: #c2c2c2;
  border-color: #b7b7b7;
}
/* 动画 */
@-webkit-keyframes move-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate(5em);
    transform: translate(5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate(5em);
    transform: translate(5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes move-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate(-5em);
    transform: translate(-5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate(-5em);
    transform: translate(-5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes move-in-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(5em);
    transform: translateY(5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move-in-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(5em);
    transform: translateY(5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes move-in-top {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5em);
    transform: translateY(-5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move-in-top {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5em);
    transform: translateY(-5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes move-out-left {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-10em);
    transform: translate(-10em);
    opacity: 0;
  }
}
@keyframes move-out-left {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-10em);
    transform: translate(-10em);
    opacity: 0;
  }
}
@-webkit-keyframes move-out-right {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(10em);
    transform: translate(10em);
    opacity: 0;
  }
}
@keyframes move-out-right {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(10em);
    transform: translate(10em);
    opacity: 0;
  }
}
@-webkit-keyframes move-out-top {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-5em);
    transform: translateY(-5em);
    opacity: 0;
  }
}
@keyframes move-out-top {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-5em);
    transform: translateY(-5em);
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes scale-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-in-ease {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-in-ease {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-out {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes scale-out {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes scale-out-ease {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes scale-out-ease {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes scale-down-in {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-down-in {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes wave-splashing {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes wave-splashing {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes splashing {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes splashing {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes move-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate(5em, 0);
    transform: translate(5em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes move-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate(5em, 0);
    transform: translate(5em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate(-5em, 0);
    transform: translate(-5em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes move-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate(-5em, 0);
    transform: translate(-5em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move-in-left-large {
  from {
    opacity: 0;
    -webkit-transform: translate(20em, 0);
    transform: translate(20em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes move-in-left-large {
  from {
    opacity: 0;
    -webkit-transform: translate(20em, 0);
    transform: translate(20em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move-in-right-large {
  from {
    opacity: 0;
    -webkit-transform: translate(-20em, 0);
    transform: translate(-20em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes move-in-right-large {
  from {
    opacity: 0;
    -webkit-transform: translate(-20em, 0);
    transform: translate(-20em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move-in-top {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -5em);
    transform: translate(0, -5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes move-in-top {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -5em);
    transform: translate(0, -5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move-in-bottom {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 5em);
    transform: translate(0, 5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes move-in-bottom {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 5em);
    transform: translate(0, 5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move-left-right {
  from {
    -webkit-transform: translate(-5em, 0);
    transform: translate(-5em, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes move-left-right {
  from {
    -webkit-transform: translate(-5em, 0);
    transform: translate(-5em, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes rotate-round {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-round {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rotate-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes scale-x {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes scale-x {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.a-forwards {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.a-move-in-left {
  -webkit-animation: move-in-left cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: move-in-left cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
}
.a-move-in-right {
  -webkit-animation: move-in-right cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: move-in-right cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
}
.a-move-in-bottom {
  -webkit-animation: move-in-bottom cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: move-in-bottom cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
}
.a-move-in-top {
  -webkit-animation: move-in-top cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: move-in-top cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
}
.a-move-out-left {
  -webkit-animation: move-out-left cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: move-out-left cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
}
.a-move-out-right {
  -webkit-animation: move-out-right cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: move-out-right cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
}
.a-move-out-top {
  -webkit-animation: move-out-top cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: move-out-top cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
}
.a-splashing {
  -webkit-animation: splashing ease 3s infinite;
  animation: splashing ease 3s infinite;
}
.a-fade-in {
  -webkit-animation: fade-in linear 0.4s;
  animation: fade-in linear 0.4s;
}
.a-fade-out {
  -webkit-animation: fade-out linear 0.4s;
  animation: fade-out linear 0.4s;
}
.a-scale-in {
  -webkit-animation: scale-in cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: scale-in cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
}
.a-scale-in-ease {
  -webkit-animation: scale-in-ease cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: scale-in-ease cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
}
.a-scale-out {
  -webkit-animation: scale-out cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: scale-out cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
}
.a-scale-out-ease {
  -webkit-animation: scale-out-ease cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: scale-out-ease cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
}
.nui-btn,
.nui-inline,
.nui-input,
.nui-textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nui-btn {
  /* .nui-inline */
  -webkit-user-select: none;
  user-select: none;
}
/* nui-input */
/* 内联处理 */
.nui-inline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.nui-inlines {
  font-size: 0;
}
.nui-inlines .nui-inline {
  font-size: 14px;
}
.nui-inlines-row .nui-inline + .nui-inline {
  margin-left: 20px;
}
.nui-inlines--middle .nui-inline {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
/*btn*/
.nui-btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  overflow: visible;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  border: none;
  border-radius: 2px;
  background-color: #1780fb;
  -webkit-transition: .15s;
  transition: .15s;
  -webkit-user-select: none;
  user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.nui-btn-width {
  min-width: 80px;
}
.nui-btn:active {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.nui-btn + .nui-btn {
  margin-left: 10px;
}
.nui-btn-min + .nui-btn-min {
  margin-left: 5px;
}
.nui-btn-radius {
  border-radius: 100px;
}
.nui-btn:hover {
  background-color: #0467db;
  color: #fff;
}
.nui-btn-default {
  color: #424e67;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.nui-btn-default:hover {
  background-color: #fff;
  color: #1780fb;
}
.nui-btn-green {
  background-color: #5bd9b3;
}
.nui-btn-green:hover {
  background-color: #32cfa0;
}
.nui-btn-red {
  background-color: #f75b43;
}
.nui-btn-red:hover {
  background-color: #f53012;
}
.nui-btn-orange {
  background-color: #F7B824;
}
.nui-btn-orange:hover {
  background-color: #e09f08;
}
.nui-btn-black {
  background-color: #504d47;
}
.nui-btn-black:hover {
  background-color: #35332f;
}
.nui-btn.is-disabled,
.nui-btn.is-disabled:active,
.nui-btn.is-disabled:hover {
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.nui-btn-large {
  height: 44px;
  line-height: 44px;
  padding: 0 25px;
  font-size: 16px;
}
.nui-btn-large.nui-btn-width {
  min-width: 108px;
}
.nui-btn-small {
  height: 24px;
  line-height: 24px;
  padding: 0 9px;
  font-size: 12px;
}
.nui-btn-min {
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  font-size: 12px;
  opacity: .7;
  filter: alpha(opacity=70);
}
.nui-btn-blue {
  color: #fff;
  background-color: #1780fb;
  border-color: #1780fb;
}
.nui-btn-blue:hover {
  color: #fff;
  background-color: #0467db;
  border-color: #0467db;
}
.nui-btn-group {
  font-size: 0;
}
.nui-btn-group .nui-btn {
  border-radius: 0;
  margin-left: 0;
}
.nui-btn-group .nui-btn + .nui-btn {
  margin-left: -1px;
}
.nui-btn-group .nui-input {
  border-radius: 0  2px 2px 0;
  margin-left: -1px;
}
.nui-btn-group .nui-btn:first-child {
  border-radius: 4px 0 0 4px;
}
.nui-btn-group .nui-btn:last-child {
  border-radius: 0 4px 4px 0;
}
.nui-btn-group--middle .nui-btn + .nui-btn {
  margin-top: -1px;
  margin-left: 0;
}
.nui-btn-group--middle .nui-btn:first-child {
  border-radius: 4px 4px 0 0;
}
.nui-btn-group--middle .nui-btn:last-child {
  border-radius: 0 0 4px 4px;
}
/* 表单 */
.nui-form select,
.nui-form input[type=checkbox],
.nui-form input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  vertical-align: top;
}
.nui-input,
.nui-textarea {
  display: block;
  width: 100%;
  padding-left: 10px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #e6e6e6;
  border-bottom-color: #d1d5da;
  border-left-color: #d1d5da;
  background-color: #fff;
  border-radius: 2px;
  color: #504d47;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.nui-textarea {
  padding-top: 5px;
  word-break: break-all;
  word-wrap: break-word;
  height: 85px;
  resize: none;
  line-height: inherit;
  overflow: auto;
}
.nui-textarea[rows] {
  height: auto;
}
.nui-input-small {
  height: 24px;
  line-height: 22px;
}
.nui-input-inline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.nui-input:focus,
.nui-textarea:focus {
  border-color: #1780fb ;
}
.nui-textarea[readonly],
.nui-textarea[disabled],
.nui-input[readonly],
.nui-input[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  color: #c9c9c9;
}
.nui-form-group,
.nui-form-g {
  position: relative;
}
.nui-form-group,
.nui-form-g .nui-inline {
  margin-bottom: 17px;
}
.nui-form-label {
  position: relative;
  float: left;
  display: block;
  padding: 5px 10px;
  width: 130px;
  text-align: right;
  line-height: 20px;
  color: #b1b0ae;
}
.nui-form-mid {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding: 5px 0;
}
.nui-form-mid.nui-form-text {
  font-size: 12px;
  color: #888;
}
.nui-form-mid.nui-form-text.nui-form-text--15px {
  line-height: 15px;
  padding: 0;
}
.nui-form-block {
  position: relative;
  margin-left: 150px;
  min-height: 30px;
}
/* form - error*/
.nui-form .error {
  position: relative;
}
.nui-form .error:after {
  content: attr(data-msg);
  position: absolute;
  line-height: 24px;
  border-radius: 2px;
  font-size: 13px;
  color: #f76b56;
  z-index: 1;
  background: #fff;
  border: 1px solid #f7936f;
  padding: 0 20px;
  box-shadow: 0 9px 30px -6px rgba(0, 0, 0, 0.2), 0 18px 20px -10px rgba(0, 0, 0, 0.04), 0 18px 20px -10px rgba(0, 0, 0, 0.04), 0 10px 20px -10px rgba(0, 0, 0, 0.04);
}
/* form 配色 */
.nui-form .checked {
  -webkit-animation: bounceIn .2s;
  animation: bounceIn .2s;
}
.nui-form-checkbox-label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgCAYAAABU1PscAAACq0lEQVRYR+1XS1LbQBB9TxJ7H4FVKg6FBCeIOAFkw2cVmQuEGwTWqVScCxixIrDyDRA3sEUob32EeI2YTrWwhOzYKYlUikkR72z3m+7Xn5nXBICbm5tQRLYBbOj3Gp+B67pna2trA7WNzu9Cx8G2CGvhSRkYemfxLit4520Nv6WJMeY6PlhJOA3+SkS+AvhR85AWyQ8ktz5/fw3HYY4n6+FFkOONkS31p/iafmfMFM/hcNjVX4MgOGpySIHrjt7ksNP9lUb4zre73O8DaX5s4vvRVk6YpmkiIkkQBMdNDhkOh8ckwy+jNggkvb2VRvjDi7tjAULFviQCEwKREUQktgG7KjCByBhksKQTJoZuqIN/eJlFEJzaRYDo9Ha9uHORxQTez5Eog48uZYNyf0WgZRcBoN/b895p4HMklgSvlna1ECCIe/tep0Jip2ib2cwX9bGNQJ7URxLRuazGBxwvDt7GCpSJrZCY6fn58baxAhUSAvRB6FC3Ft9MNhOo9arKyb8vJQoxB6BLspaYExEt6ZHrupuf0letBzEmXcCphQdMC+CRobuJ+2yKr5XyX8Wc/nJ7e7uRZVlE1pPDIjLwPC8u5bQOmskisKYcFwzE8eJZOY2wCQVjkORyWkFaBQCN9DiA6/X19aSJ079hW+4DTzlc94HnJqFDrLL4SXpcRE6ayvCnJOp3mJdFQEQmJCNdgwHdgS2qwDS4sW6Xi0qm/3ueF+rNk6apEji1ioCqWN/34zRNY8zp8Wrw0yv3imTLNgJ93/dzPV4lsSz4XAva1ELTtol938/1uJIQkZ2ibaqZL/WWhQQ0tpLEaDRabbfb40XB21qBIrkliWXB204grwSAvojEOrBLbqb/D9mfvsz//ktc2QcaJ8MKMVfIaWNMIz3uOE7y3EpUY/8JgzyRC8f8U4EAAAAASUVORK5CYII=);
}
.nui-form-radio-label {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgCAYAAABU1PscAAAEqElEQVRYR91YMVYbSRD9v0cSKb4BZMuyzEgnQJwAkRgceeQ9wMIJEOFGFgdYJEc2ThhOgHwCYHg8nJkbmNRI07Wvmhm9kZBAArzg7QAeTFd3/+r6Vb+aGDEuLi7mrq+vV40xs/rZWntVKpUOFxYWLkfNH/5f+FHmQLtqiBt7wRXEHLbf8F77zJaQGoC5dO1LAaNRazC/+fn5eTlJkvcAqgC+iEhHv5PUv5cBdDzP21pcXDwZBST8LGXa5D2JqkC+EHD2AlQJLougI8bbar/mSPt3+90GwG0RHNIgsok4wMbjnFjUSKwCbOytezvZ/n0AZ2dnVWvtAYAP1tpGpVK5yh/y+Ph41hjTABAaY2pLS0vucNkIP3arNDyAyAeZKTTaaxywDw9klj96DZKhtVJrvykO2Nf3e20KqlYkHP6W38OQbQBHexuFunOu/lDP93q9I5Jbvu/rhLEjjuNQRJqFQqGa3YTzvCRHJLb2XhfutH/3uRdC0LT0qtlNOM8LQzvjlYeB3wrPA5k1P5ITUNp768WGAxDHcUdEToIg2Jwkxk9PT5skA9/3V3R+fb/bgeCktVGcyL7+qdsEGLQ2Cisa88Yk36yVlXGev82xbtUYRtZ6ZSphu93utyRJXg2HzTgwGk6e530vFovzf5/8BneAkvfqPu/1Q0G9eJ18t9abN7Q1gVRbGwUlbX/8ud+rWcFfjgPE7j/rhSj/vf6pFxHs8PT0dJNkzfd9JerEI721aPfiDwhtrbVenMpeb41iIrUl2c6Hnh5eAOVjfxBYy4PQUBSRUAEoMREEgfs96cjsdr/+7kw0Hie11Xk3GUdTFMNh4jpwoGa9/tCslneSSxpk65cGoBnp1w+hF01iiMtqBmzeInHKocek0XJG/AelUaKsMf3oNKoI00LWIbn50EJmJOmA2HxoIRPhW5nxKvel4puKnhyT8qFfyBREKiUiZXaSJDujpITnedsiUh8nJbS4ANKypcLOKClhrnvbAOvjpAQEy7r+XVJCzwfiS2u9EOq5R4m5ZibcSN6IMRHN8U7geZ63eaeYk14zE255+0zgCQub94g5jfsjASLQu1GvksxBEJKoANLMp+wBAFnSTeW0VkYnhwGonI6mkdNaYUF7Yy/myoqJJpXTrjprgRM6OS2USy16o9a4BSDrBbQ6i4hbgOSliETT9ATTFLXHzB0AoNWV5DaAQwDKB3eFKRC9kVWSjaWlpb4ef8zmT2HbBxDHcVtj3RgTDmv9bKOU6G2SR77vOz3+3MMBSHVNaK0t36dI08ZGO6r2tPrpZ4Dty2mSK+M8P7xxlnJLpVJ5UmL/jMM7fqZyuur7/oAej+NY/3Z6HMCu7/sDejyO40h75iAINO0+26Dqeg2HfAVODz+gxwGs5UFoa6n98bR9xFMj1Ru4HCZuCmpAj2sRyx82DaNWEATzT32oadZ7LAAlcvZ2M82+Tzb3fxFC2hOPI3H2ytAcQWJ9yYiencRZQ/PLptFcIXtrra1MWMiO9QXvRRSyjE2plFg2xtTvkRItkpqRnB5/7nFLzAFQThxpfOfFnL5pikgFQPMleD5z3Dg5rY9No+T0xD3Bf3Uz/wJQo3ncDFV68AAAAABJRU5ErkJggg==);
}
.nui-form-checkbox-label,
.nui-form-radio-label {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-top: -2px;
}
.nui-form-checkbox-label:hover,
.nui-form-radio-label:hover {
  background-position: -16px 0;
}
.nui-form-checkbox-label.checked,
.nui-form-radio-label.checked {
  background-position: -32px 0;
}
.nui-form-checkbox-label.is-disabled,
.nui-form-radio-label.is-disabled {
  background-position: 0 -16px;
  cursor: not-allowed;
}
.nui-form-switch-label {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  height: 22px;
  line-height: 22px;
  width: 40px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  background-color: #fff;
  transition: .1s linear;
}
.nui-form-checkbox-label,
.nui-form-radio-label {
  margin-right: 4px;
}
.nui-form-switch-label:before {
  content: 'ON';
  color: #fff;
}
.nui-form-switch-label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #d2d2d2;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}
.nui-form-switch-label.checked {
  border-color: #1780fb;
  background-color: #1780fb;
}
.nui-form-switch-label.checked:after {
  left: 30px;
  background-color: #fff;
}
.nui-form-switch-label.is-disabled {
  cursor: not-allowed;
  opacity: .8;
  filter: alpha(opacity=80);
}
.nui-form-select {
  position: relative;
  width: 100%;
  min-width: 80px;
}
.nui-form-select.nui-form-selected .nui-form-select-text {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.nui-form-select .nui-form-select-text {
  background-color: #fefefe;
  background-image: -webkit-linear-gradient(top, #fefefe, #f9f9f9);
  background-image: -ms-linear-gradient(to bottom, #fefefe, #f9f9f9);
  background-image: linear-gradient(to bottom, #fefefe, #f9f9f9);
  color: #7e7c78;
  cursor: pointer;
}
.nui-form-select .nui-form-select-list {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #d1d5da;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
}
.nui-form-select-text > i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  border: 6px solid transparent;
  border-top-color: #aaa;
}
.nui-form-select-min .nui-form-select > div,
.nui-form-select-min .nui-form-select > ul li {
  height: 24px;
  line-height: 22px;
}
.nui-form-select-min .nui-form-select > ul {
  top: 24px;
}
.nui-form-select-min .nui-form-select-text > i {
  top: 4px;
}
/* 水平进度条*/
.nui-progress {
  width: 100%;
  min-width: 80px;
  height: 10px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  background: #f7f7f7;
}
.nui-progress .progress-bar,
.nui-progress .progress-ing {
  display: block;
  width: 100%;
  height: 100%;
}
.nui-progress .progress-bar {
  background: #5bd9b3;
  -webkit-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
.nui-progress .progress-ing {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  background-size: 30px 30px;
  -webkit-animation: progress-ing 1s linear infinite;
  animation: progress-ing 1s linear infinite;
}
@-webkit-keyframes progress-ing {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes progress-ing {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
/* 盒子*/
.nui-box {
  border: 1px solid #e1e4e8;
  border-radius: 2px 2px 0 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.nui-box .box-hd {
  padding: 0 8px 0 20px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e1e4e8;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  background-color: #f6f8fa;
}
.nui-box .box-hd cite {
  font-size: 16px;
}
.nui-box.nui-box-large .box-hd {
  height: 38px;
  line-height: 38px;
}
.nui-box.nui-box-large .box-hd .fr {
  margin-top: 7px;
}
.nui-box .box-bd {
  padding: 20px;
}
.nui-box .box-bd .nui-form-block {
  padding-right: 40px;
}
.nui-box .nui-table {
  margin: -25px -1px -10px 0;
  border: 0;
}
.nui-box .nui-table table {
  border: 0;
}
/** 行处理 **/
.nui-line-h1 {
  color: #333;
  border-bottom: 2px solid #63a1ec;
  line-height: 38px;
  padding: 0 20px;
  background-color: #fff;
}
.nui-line-h1 cite {
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  font-size: 20px;
  line-height: 20px;
}
.nui-line-h1.nui-line-h1-large {
  font-size: 18px;
}
.nui-line-h1.nui-line-h1-large .nui-line-nav > a {
  font-size: 18px;
  padding: 10px 0;
  border-bottom-width: 4px;
}
.nui-line-nav {
  position: relative;
  bottom: -2px;
  z-index: 2;
}
.nui-line-nav > a.this {
  color: #237ae4;
  border-color: #237ae4;
}
.nui-line-nav > a {
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  height: 36px;
  margin-right: 20px;
  border-bottom: 3px solid transparent;
  color: #3d3d3d;
}
/**  选项卡*/
.nui-tab {
  position: relative;
  white-space: nowrap;
  line-height: 40px;
  font-size: 0;
  border-bottom: 1px solid #e2e2e2;
  transition: .2s;
  -webkit-transition: .2s;
}
.nui-tab .nui-tab-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  min-width: 65px;
  padding: 0 12px;
  color: #333;
}
.nui-tab .nui-tab-item.this {
  color: #1780fb;
}
.nui-tab-green .nui-tab-item.this {
  color: #5bd9b3;
}
.nui-tab-orange .nui-tab-item.this {
  color: #F7B824;
}
.nui-tab-red .nui-tab-item.this {
  color: #f75b43;
}
.nui-tab .nui-tab-item.this:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -2px;
  border-bottom: 3px solid ;
  pointer-events: none;
}
.nui-tab.nui-tab-wire > a.this:after {
  bottom: -1px;
  border: 1px solid #e2e2e2;
  border-bottom-color: #fff;
  border-radius: 4px 4px 0 0;
}
/* nui-open */
.nui-open-shade {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.35s;
  transition: opacity cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.35s;
}
.nui-open-shade.is-remove {
  opacity: 0 !important;
}
.nui-open,
.nui-open-shade {
  position: fixed;
  pointer-events: auto;
}
.nui-open {
  top: 150px;
  border: 1px solid #d1d5da;
  min-width: 200px;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 2px;
  -webkit-animation: scale-in-ease cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  animation: scale-in-ease cubic-bezier(0.22, 0.58, 0.12, 0.98) 0.4s;
  box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nui-open.is-remove {
  -webkit-animation-name: scale-out;
  animation-name: scale-out;
}
.nui-open-hd {
  position: relative;
  line-height: 20px;
  color: #24292e;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
}
.nui-open-hd.is-move .nui-open-title {
  cursor: move;
}
.nui-open-hd .nui-open-title {
  padding: 0 60px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #e1e4e8;
  font-size: 16px;
  color: #333;
  background-color: #f6f8fa;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
}
.nui-open-bd {
  position: relative;
  overflow: auto;
}
.nui-open-iframe iframe {
  width: 100%;
}
.nui-open-dialog .nui-open-bd {
  padding: 10px 20px;
}
.nui-open-btnfull {
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 18px;
  width: 30px;
  height: 24px;
  line-height: 24px;
  font-family: arial, serif;
  color: #666;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .15s;
  transition: .15s;
}
.nui-open-btnfull:hover {
  background-color: #e1e4e8;
}
.nui-open-btnfull:after,
.nui-open-btnfull:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid  transparent;
}
.nui-open-btnfull:after {
  top: 7px;
  right: 11px;
  border-color: #666;
}
/* 全屏 */
.nui-open-full {
  width: 100% !important;
  left: 0 !important;
  height: 100% !important;
  top: 0 !important;
}
.nui-open-full .nui-open-btnfull:after,
.nui-open-full .nui-open-btnfull:before {
  width: 6px;
  height: 6px;
}
.nui-open-full .nui-open-btnfull:after {
  top: 8px;
  right: 12px;
  background-color: #f6f8fa;
}
.nui-open-full .nui-open-btnfull:before {
  border-color: #666;
  top: 6px;
  right: 10px;
}
.nui-open-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  width: 30px;
  height: 24px;
  line-height: 24px;
  font-family: arial, serif;
  color: #666;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .15s;
  transition: .15s;
}
.nui-open-close:before {
  content: '×';
}
.nui-open-dialog .nui-open-close:hover,
.nui-open-iframe .nui-open-close:hover {
  background-color: #fa9b8c;
  color: #fff;
}
.nui-open-toptip .nui-open-close {
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
}
.nui-open-toptip:hover .nui-open-close {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* msg */
.nui-open-msg {
  min-width: 100px;
  background-color: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
}
.nui-open-msg .nui-open-bd {
  padding: 10px 20px;
  text-align: center;
}
/* dropdown */
.nui-open-dropdown {
  -webkit-animation-name: move-in-bottom;
  animation-name: move-in-bottom;
}
.nui-open-dropdown.is-remove {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.nui-open-dropdown .nui-open-title {
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  padding-left: 10px;
}
.nui-open-dropdown .nui-open-bd {
  max-height: 150px;
  overflow-y: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* toptip */
.nui-open-toptip {
  -webkit-animation-name: move-in-top;
  animation-name: move-in-top;
  border: none;
}
.nui-open-toptip.is-remove {
  -webkit-animation-name: move-out-top;
  animation-name: move-out-top;
}
.nui-open-toptip .nui-open-bd {
  background-color: #fff;
  display: block;
  padding: 8px 12px;
  border-radius: 2px;
  font-size: 14px;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  text-align: center;
}
.nui-open-toptip .nui-open-bd,
.nui-open-toptip.blue .nui-open-bd {
  background-color: #62a9fc;
  color: #fff;
}
.nui-open-toptip.green .nui-open-bd {
  background-color: #99e7d0;
  color: #fff;
}
.nui-open-toptip.red .nui-open-bd {
  background-color: #fa9b8c;
  color: #fff;
}
.nui-open-toptip.orange .nui-open-bd {
  background-color: #fad06e;
  color: #fff;
}
/**dropdown 衍生 */
.nui-dropdown {
  position: relative;
  max-height: 150px;
  color: #586069;
  overflow: auto;
}
.nui-dropdown-item {
  text-align: left;
  background-color: #fff;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  display: block;
  padding: 5px 5px 4px 10px;
  overflow: hidden;
  color: inherit;
  cursor: pointer;
  border-bottom: 1px solid #eaecef;
}
.nui-dropdown-item:hover {
  background-color: #f6f8fa;
}
.nui-dropdown-item.this {
  background-color: #1780fb;
  color: #fff;
}
.nui-dropdown-date {
  margin-bottom: -1px;
}
.nui-dropdown-date th,
.nui-dropdown-date td {
  padding: 0;
  height: 20px;
  line-height: 20px;
  font-size: 12px ;
  text-align: center ;
  cursor: pointer;
  border-color: transparent;
}
.nui-dropdown-date th:first-child,
.nui-dropdown-date td:first-child {
  border-left: none;
}
.nui-dropdown-date th:last-child,
.nui-dropdown-date td:last-child {
  border-right: none;
}
.nui-dropdown-date th {
  border-top: none;
}
.nui-dropdown-date td {
  -webkit-transition: .12s;
  transition: .12s;
}
.nui-dropdown-date td._prev,
.nui-dropdown-date td._next {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.nui-dropdown-date td._curr {
  color: #1780fb;
}
.nui-dropdown-date td._today {
  color: #f53012;
}
.nui-dropdown-date td._void {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.nui-dropdown-date td:hover {
  background-color: #e1e4e8;
}
.nui-dropdown-date__tools span + span {
  margin-left: 10px;
}
.nui-dropdown-date__tools span cite,
.nui-dropdown-date__tools span i,
.nui-dropdown-date__tools span em {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: box-shadow 0.35s;
  transition: box-shadow 0.35s;
}
.nui-dropdown-date__tools span i:hover,
.nui-dropdown-date__tools span em:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.nui-dropdown-date__tools span cite {
  height: 16px;
  line-height: 16px;
  width: auto;
  padding: 2px;
}
.nui-dropdown-date__tools span i:before,
.nui-dropdown-date__tools span em:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 4px;
  border-width: 6px 9px;
  border-style: dashed;
  border-color: transparent;
  -webkit-transition: .15s;
  transition: .15s;
  overflow: hidden;
}
.nui-dropdown-date__tools span em:before {
  border-left-style: solid;
  border-left-color: #d1d5da;
  left: 7px;
}
.nui-dropdown-date__tools span em:active:before {
  border-left-color: #666;
}
.nui-dropdown-date__tools span i:before {
  border-right-style: solid;
  border-right-color: #d1d5da;
  right: 7px;
}
.nui-dropdown-date__tools span i:active:before {
  border-right-color: #666;
}
.nui-dropdown-date__tools span em:active,
.nui-dropdown-date__tools span i:active {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
}
.nui-pages {
  padding: 20px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.nui-pages cite,
.nui-pages span,
.nui-pages a {
  /* 可点击元素 */
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin: 0 3px;
  line-height: 23px;
  padding: 0 10px;
  border: 1px solid #e1e4e8;
  border-radius: 2px;
  text-align: center;
}
.nui-pages a {
  color: #666;
  cursor: pointer;
}
.nui-pages span {
  border-color: transparent;
}
.nui-pages cite {
  border: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  color: #c9c9c9;
  cursor: default;
}
.nui-pages span.this {
  background-color: #1780fb;
  color: #fff;
}
@media (min-width: 1920px){
  body {
    max-width: 1920px !important;
    margin: auto !important;
  }
}
