@font-face {
  font-family: 'jy-iconfont';
  /* Project id 2505561 */
  src: url("./font/iconfont.eot");
  /* IE9 */
  src: url("./font/iconfont.eot#iefix") format("embedded-opentype"), url("./font/iconfont.woff2") format("woff2"), url("./font/iconfont.woff") format("woff"), url("./font/iconfont.ttf") format("truetype"); }
.jy-icon {
  font-family: "jy-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.jy-icon.jy-icon-search:before {
  content: "\e642"; }

body {
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #666666; }

ul,
ol,
li,
dl,
dd,
p,
form,
hr,
pre {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

button:focus {
  outline: none !important; }

i {
  font-style: normal; }

a {
  text-decoration: none;
  color: #666666; }

a:focus {
  outline: 0; }

input,
textarea {
  font-size: 14px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.jy-btn {
  display: inline-block;
  height: 38px;
  _height: 35px;
  line-height: 36px;
  _line-height: 33px;
  padding: 0 15px;
  background-color: #009688;
  border: 1px solid #009688;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  overflow: visible;
  box-sizing: border-box; }
  .jy-btn:hover {
    opacity: 0.85; }
  .jy-btn:active {
    opacity: 1; }
  .jy-btn-lg {
    height: 44px;
    _height: 41px;
    line-height: 42px;
    _line-height: 39px;
    font-size: 16px; }
  .jy-btn-sm {
    height: 30px;
    _height: 27px;
    line-height: 28px;
    _line-height: 25px;
    font-size: 12px; }
  .jy-btn-xs {
    height: 22px;
    _height: 19px;
    line-height: 20px;
    _line-height: 17px;
    font-size: 12px; }
  .jy-btn-primary {
    background-color: #ffffff;
    border-color: #d2d2d2;
    color: #666666; }
  .jy-btn-primary:hover {
    border-color: #009688; }
  .jy-btn-normal {
    background-color: #1E9FFF;
    border-color: #1E9FFF;
    color: #ffffff; }
  .jy-btn-success {
    background-color: #009688;
    border-color: #009688;
    color: #ffffff; }
  .jy-btn-warn {
    background-color: #FFB800;
    border-color: #FFB800;
    color: #ffffff; }
  .jy-btn-disabled {
    background-color: #ffffff;
    border-color: #eeeeee;
    color: #c2c2c2; }
  .jy-btn-disabled:hover {
    opacity: 1;
    cursor: not-allowed; }
  .jy-btn-danger {
    background-color: #FF5722;
    border-color: #FF5722;
    color: #ffffff; }

.jy-form-item {
  clear: both;
  margin-bottom: 15px;
  *zoom: 1;
  font-size: 14px; }
  .jy-form-item:before, .jy-form-item:after {
    content: "";
    display: block;
    clear: both; }

.jy-form-label {
  float: left;
  width: 80px;
  margin: 0 15px 0 0;
  padding: 9px 0;
  line-height: 20px;
  color: #333333;
  text-align: right; }

.jy-required:before {
  content: "*";
  color: #FF5722; }

.jy-input-block {
  margin-left: 95px;
  *margin-left: 0;
  *zoom: 1; }

.jy-input-inline {
  float: left;
  width: 190px; }

.jy-form-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: middle; }

.jy-input {
  display: block;
  width: 100%;
  height: 38px;
  *height: 36px;
  _height: 38px;
  line-height: 36px;
  padding: 0 0 0 15px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box !important;
  *padding-left: 0 !important;
  _padding-left: 15px;
  *vertical-align: middle; }
  .jy-input.jy-input-sm {
    height: 28px;
    *height: 26px;
    _height: 28px;
    line-height: 26px; }

.jy-textarea {
  display: block;
  width: 100%;
  height: auto;
  line-height: 20px;
  min-height: 100px;
  _height: 100px;
  padding: 6px 10px;
  *padding: 0 !important;
  _padding: 6px 10px;
  resize: vertical;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box !important;
  overflow: hidden; }

.jy-switch {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 22px;
  line-height: 22px;
  margin-top: 8px;
  padding-right: 5px;
  padding-left: 25px;
  border: 1px solid #d2d2d2;
  border-radius: 22px;
  font-size: 12px;
  color: #d2d2d2;
  text-align: right;
  cursor: pointer;
  user-select: none; }
  .jy-switch i {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #d2d2d2;
    transition: all 0.1s; }
  .jy-switch-disabled {
    border-color: #eeeeee;
    color: #c2c2c2;
    cursor: not-allowed; }
    .jy-switch-disabled i {
      background-color: #eeeeee; }
  .jy-switch-checked {
    padding-left: 5px;
    padding-right: 25px;
    background-color: #5FB878;
    border-color: #5FB878;
    color: #ffffff;
    text-align: left; }
    .jy-switch-checked i {
      left: 100%;
      margin-left: -21px;
      background-color: #ffffff; }

.jy-checkbox {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 18px;
  margin-top: 10px;
  margin-right: 15px;
  padding-left: 25px;
  cursor: pointer;
  user-select: none; }
  .jy-checkbox-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    text-align: center;
    line-height: 16px;
    font-family: 'jy-iconfont';
    font-size: 14px;
    color: #ffffff; }
    .jy-checkbox-icon i {
      display: none; }
  .jy-checkbox-checked .jy-checkbox-icon {
    background-color: #5FB878;
    border-color: #5FB878; }
    .jy-checkbox-checked .jy-checkbox-icon i {
      display: inline; }
  .jy-checkbox-disabled {
    color: #c2c2c2;
    cursor: not-allowed; }
    .jy-checkbox-disabled .jy-checkbox-icon {
      color: #c2c2c2;
      border-color: #eeeeee; }
  .jy-checkbox-checked-disabled {
    color: #c2c2c2;
    cursor: not-allowed; }
    .jy-checkbox-checked-disabled .jy-checkbox-icon {
      color: #c2c2c2;
      border-color: #eeeeee;
      background-color: #eeeeee; }
      .jy-checkbox-checked-disabled .jy-checkbox-icon i {
        display: inline; }

.jy-radio {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 22px;
  margin-top: 10px;
  margin-right: 15px;
  padding-left: 25px;
  cursor: pointer;
  user-select: none; }
  .jy-radio-icon-checked, .jy-radio-icon-uncheck {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'jy-iconfont';
    font-size: 22px;
    color: #d2d2d2; }
  .jy-radio-icon-checked {
    display: none;
    color: #5FB878; }
  .jy-radio-disabled {
    color: #c2c2c2;
    cursor: not-allowed; }
    .jy-radio-disabled .jy-radio-icon-checked,
    .jy-radio-disabled .jy-radio-icon-uncheck {
      color: #c2c2c2; }
  .jy-radio-checked .jy-radio-icon-checked {
    display: block; }
  .jy-radio-checked .jy-radio-icon-uncheck {
    display: none; }

select {
  height: 36px; }

.jy-select {
  position: relative;
  width: 100%;
  *zoom: 1;
  *vertical-align: middle; }
  .jy-select-open {
    z-index: 99; }
  .jy-select-disabled .jy-select-title .jy-input {
    cursor: not-allowed;
    color: #c2c2c2; }
  .jy-select-title {
    position: relative;
    padding: 0 15px 0 15px;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    cursor: pointer;
    user-select: none;
    *zoom: 1; }
    .jy-select-title .jy-input {
      height: 36px;
      border: 0;
      padding-left: 0;
      cursor: pointer; }
  .jy-select-suffix {
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 2;
    margin-top: -6px;
    font-size: 12px;
    line-height: 12px;
    font-family: 'jy-iconfont';
    cursor: pointer; }
  .jy-select-search-suffix {
    display: none;
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 2;
    margin-top: -8px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'jy-iconfont';
    cursor: pointer; }
  .jy-select-tags {
    display: none;
    width: 100%;
    min-height: 26px;
    _height: 36px;
    padding: 5px 0;
    line-height: 22px;
    background-color: #ffffff; }
  .jy-select-tag {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 2px;
    margin-right: 5px;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #eeeeee;
    cursor: auto; }
    .jy-select-tag i {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 14px;
      height: 14px;
      line-height: 14px;
      margin-left: 2px;
      background-color: #d2d2d2;
      border-radius: 50%;
      font-family: 'jy-iconfont';
      font-size: 12px;
      text-align: center;
      cursor: pointer; }
      .jy-select-tag i:hover {
        background-color: #999999;
        color: #ffffff; }
  .jy-select-body {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    width: 100%;
    max-height: 250px;
    margin-top: 5px;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    overflow: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    box-sizing: border-box !important; }
    .jy-select-body dl {
      line-height: 0; }
    .jy-select-body dd {
      height: 38px;
      line-height: 38px;
      padding-left: 15px;
      color: #666666;
      white-space: nowrap;
      cursor: pointer; }
      .jy-select-body dd:hover {
        background-color: #f6f6f6; }
      .jy-select-body dd.jy-select-active {
        background-color: #5FB878;
        color: #ffffff; }
      .jy-select-body dd.jy-select-dd-disabled {
        color: #c2c2c2; }
  .jy-select-empty {
    display: none;
    line-height: 36px;
    text-align: center;
    color: #999999; }
  .jy-select-loading {
    display: none;
    line-height: 36px;
    text-align: center;
    color: #999999; }

.jy-suggestion .jy-select-empty,
.jy-suggestion .jy-select-loading,
.jy-suggestion .jy-select-suffix {
  display: none; }
.jy-suggestion .jy-select-title {
  cursor: unset; }
  .jy-suggestion .jy-select-title .jy-input {
    cursor: unset; }
.jy-suggestion dd.jy-select-active {
  background-color: transparent;
  color: #666666; }

.jy-multi-select .jy-select-title .jy-input {
  display: none; }
.jy-multi-select .jy-select-title .jy-select-tags {
  display: block; }
.jy-multi-select dd.jy-select-active {
  background-color: transparent;
  color: #666666; }
  .jy-multi-select dd.jy-select-active .jy-checkbox-icon {
    background-color: #5FB878;
    border-color: #5FB878; }
    .jy-multi-select dd.jy-select-active .jy-checkbox-icon i {
      display: inline; }

.jy-form-lg .jy-form-label {
  width: 120px; }
.jy-form-lg .jy-input-block {
  margin-left: 135px; }

.jy-form-sm select {
  height: 28px; }
.jy-form-sm .jy-form-item {
  margin-bottom: 5px; }
.jy-form-sm .jy-input {
  height: 30px;
  *height: 28px;
  _height: 30px;
  line-height: 28px; }
.jy-form-sm .jy-select-title .jy-input {
  height: 28px; }
.jy-form-sm .jy-form-label {
  padding: 5px 0; }
.jy-form-sm .jy-input-inline {
  width: 120px; }
.jy-form-sm .jy-form-label {
  padding: 5px 0;
  width: auto; }
.jy-form-sm .jy-checkbox,
.jy-form-sm .jy-radio {
  margin-top: 6px; }

.jy-form-animation-hover-down {
  animation-name: jy-form-keyframes-hover-down;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes jy-form-keyframes-hover-down {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.jy-layer-shadow {
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  filter: alpha(opacity: 40); }
  .jy-layer-shadow.jy-layer-absolute {
    position: absolute; }

.jy-layer {
  position: fixed;
  _position: absolute;
  _width: 1px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  box-sizing: content-box; }
  .jy-layer * {
    box-sizing: content-box; }
  .jy-layer .jy-btn {
    box-sizing: border-box; }
  .jy-layer-absolute {
    position: absolute; }
  .jy-layer-alert {
    width: 300px; }
  .jy-layer-confirm {
    width: 300px; }
  .jy-layer-msg {
    white-space: nowrap;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    background-color: #000000\0/;
    *background-color: #000000;
    border-color: transparent;
    box-shadow: none; }
    .jy-layer-msg .jy-layer-content {
      padding: 10px 20px; }
    .jy-layer-msg .jy-layer-icon {
      top: 6px; }
  .jy-layer-msg-with-icon {
    white-space: nowrap;
    border: 1px solid #d2d2d2;
    box-shadow: none; }
  .jy-layer-loading {
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-align: center; }
    .jy-layer-loading .jy-layer-content {
      line-height: 36px;
      padding: 0;
      overflow: visible;
      animation-name: jy-layer-keyframes-rotate;
      animation-duration: 1s;
      animation-timing-function: linear;
      animation-iteration-count: infinite; }
    .jy-layer-loading .jy-layer-loading-icon {
      font-size: 36px;
      min-width: 36px;
      _width: 36px; }
  .jy-layer-loading-text {
    margin-top: 15px; }
  .jy-layer-title {
    position: relative;
    height: 16px;
    _height: auto;
    line-height: 16px;
    padding: 17px 95px 17px 20px;
    font-size: 16px;
    color: #333333;
    background-color: #f6f6f6;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    user-select: none; }
  .jy-layer-content {
    position: relative;
    line-height: 24px;
    padding: 10px 10px 0 10px;
    overflow: auto; }
  .jy-layer-footer {
    padding: 10px 20px 10px 0;
    text-align: center;
    white-space: nowrap; }
    .jy-layer-footer .jy-btn {
      margin-left: 20px; }
  .jy-layer-op {
    position: absolute;
    right: 10px;
    top: 16px;
    white-space: nowrap; }
    .jy-layer-op i {
      display: inline-block;
      width: 20px;
      height: 20px;
      font-size: 20px;
      line-height: 20px;
      margin-right: 5px;
      color: #333333;
      cursor: pointer; }
      .jy-layer-op i:hover {
        color: #999999; }
  .jy-layer-icon {
    position: absolute;
    top: 16px;
    left: 15px;
    line-height: 30px;
    font-family: 'jy-iconfont';
    font-size: 30px; }
  .jy-layer-animation-stretch {
    animation-name: jy-layer-keyframes-stretch;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; }
  .jy-layer-animation-fade-out {
    animation-name: jy-layer-keyframes-fade-out;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; }
  .jy-layer-animation-fade-in {
    animation-name: jy-layer-keyframes-fade-in;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; }

@keyframes jy-layer-keyframes-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes jy-layer-keyframes-stretch {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes jy-layer-keyframes-fade-out {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(0.5); } }
@keyframes jy-layer-keyframes-fade-out {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.5); } }
.jy-pager {
  line-height: 30px; }
  .jy-pager .jy-pager-count {
    float: left;
    margin-left: 10px; }
  .jy-pager .jy-pager-prev {
    margin-left: 10px;
    font-family: 'jy-iconfont'; }
  .jy-pager .jy-pager-next {
    font-family: 'jy-iconfont'; }
  .jy-pager .jy-pager-prev,
  .jy-pager .jy-pager-next,
  .jy-pager .jy-pager-num,
  .jy-pager .jy-pager-limits {
    float: left;
    padding: 0 15px;
    border: 1px solid #eeeeee;
    user-select: none; }
  .jy-pager .jy-pager-prev:hover,
  .jy-pager .jy-pager-next:hover,
  .jy-pager .jy-pager-num:hover {
    color: #5FB878; }
  .jy-pager .jy-pager-dot {
    float: left;
    padding: 0 15px;
    border: 1px solid #eeeeee;
    user-select: none;
    cursor: default; }
  .jy-pager .jy-pager-prev-disabled,
  .jy-pager .jy-pager-next-disabled {
    color: #d2d2d2 !important;
    cursor: not-allowed; }
  .jy-pager .jy-pager-prev,
  .jy-pager .jy-pager-num,
  .jy-pager .jy-pager-dot {
    border-right: none; }
  .jy-pager .jy-pager-now {
    color: #ffffff !important;
    background-color: #009688;
    border-color: #009688; }
  .jy-pager .jy-pager-limits {
    height: 30px;
    height: auto\0/;
    *height: auto;
    padding: 0;
    margin-top: 5px\0/;
    *margin-top: 5px;
    margin-left: 10px;
    font-size: 14px;
    outline: none;
    vertical-align: middle;
    box-sizing: content-box; }
  .jy-pager .jy-pager-nums {
    float: left; }
  .jy-pager .jy-pager-jump {
    float: left;
    margin-left: 10px;
    color: #999999;
    white-space: nowrap; }
    .jy-pager .jy-pager-jump input {
      width: 30px;
      _width: 50px;
      height: 30px;
      _height: 32px;
      line-height: 30px;
      padding: 0 10px;
      border: 1px solid #eeeeee;
      vertical-align: middle;
      outline: none;
      box-sizing: content-box; }
    .jy-pager .jy-pager-jump button {
      width: 40px;
      height: 30px;
      _height: 32px;
      padding: 0;
      margin-left: 10px;
      background-color: #ffffff;
      border: 1px solid #eeeeee;
      vertical-align: middle;
      cursor: pointer;
      box-sizing: content-box; }

.jy-pager-small {
  line-height: 26px; }
  .jy-pager-small .jy-pager-count {
    float: left;
    margin-left: 10px; }
  .jy-pager-small .jy-pager-prev {
    margin-left: 10px;
    font-family: 'jy-iconfont'; }
  .jy-pager-small .jy-pager-next {
    font-family: 'jy-iconfont'; }
  .jy-pager-small .jy-pager-prev,
  .jy-pager-small .jy-pager-next,
  .jy-pager-small .jy-pager-num,
  .jy-pager-small .jy-pager-limits {
    float: left;
    padding: 0 13px;
    border: 1px solid #eeeeee;
    user-select: none; }
  .jy-pager-small .jy-pager-prev:hover,
  .jy-pager-small .jy-pager-next:hover,
  .jy-pager-small .jy-pager-num:hover {
    color: #5FB878; }
  .jy-pager-small .jy-pager-dot {
    float: left;
    padding: 0 13px;
    border: 1px solid #eeeeee;
    user-select: none;
    cursor: default; }
  .jy-pager-small .jy-pager-prev-disabled,
  .jy-pager-small .jy-pager-next-disabled {
    color: #d2d2d2 !important;
    cursor: not-allowed; }
  .jy-pager-small .jy-pager-prev,
  .jy-pager-small .jy-pager-num,
  .jy-pager-small .jy-pager-dot {
    border-right: none; }
  .jy-pager-small .jy-pager-now {
    color: #ffffff !important;
    background-color: #009688;
    border-color: #009688; }
  .jy-pager-small .jy-pager-limits {
    height: 26px;
    height: auto\0/;
    *height: auto;
    padding: 0;
    margin-top: 3px\0/;
    *margin-top: 3px;
    margin-left: 10px;
    font-size: 14px;
    outline: none;
    vertical-align: middle;
    box-sizing: content-box; }
  .jy-pager-small .jy-pager-nums {
    float: left; }
  .jy-pager-small .jy-pager-jump {
    float: left;
    margin-left: 10px;
    color: #999999;
    white-space: nowrap; }
    .jy-pager-small .jy-pager-jump input {
      width: 26px;
      _width: 50px;
      height: 26px;
      _height: 28px;
      line-height: 26px;
      padding: 0 10px;
      border: 1px solid #eeeeee;
      vertical-align: middle;
      outline: none;
      box-sizing: content-box; }
    .jy-pager-small .jy-pager-jump button {
      width: 40px;
      height: 26px;
      _height: 28px;
      padding: 0;
      margin-left: 10px;
      background-color: #ffffff;
      border: 1px solid #eeeeee;
      vertical-align: middle;
      cursor: pointer;
      box-sizing: content-box; }

.jy-table {
  position: relative;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  color: #666666; }
  .jy-table thead {
    background-color: #f6f6f6; }
  .jy-table th {
    text-align: left;
    font-weight: normal; }
  .jy-table th,
  .jy-table td {
    line-height: 28px;
    padding: 0;
    border: 1px solid #eeeeee;
    font-size: 14px; }
    .jy-table th .jy-table-radio,
    .jy-table th .jy-table-checkbox,
    .jy-table td .jy-table-radio,
    .jy-table td .jy-table-checkbox {
      display: block; }
  .jy-table tr:first-child td,
  .jy-table tr:first-child th {
    border-top: 0; }
    .jy-table tr:first-child td.jy-table-editing,
    .jy-table tr:first-child th.jy-table-editing {
      *border-bottom: 0; }
  .jy-table tr th:first-child,
  .jy-table tr td:first-child {
    border-left: 0; }
  .jy-table tbody tr {
    height: 40px; }
  .jy-table-cell {
    position: relative;
    border: 1px solid transparent;
    overflow: hidden;
    _width: 100%;
    *zoom: 1; }
    .jy-table-cell-content {
      padding: 5px 15px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      word-break: break-all;
      *zoom: 1;
      _width: 100%; }
    .jy-table-cell-edit {
      width: auto;
      *zoom: 1; }
  .jy-table .jy-table-col-holder {
    height: 0;
    line-height: 0;
    border-top: 0;
    font-size: 0; }
    .jy-table .jy-table-col-holder .jy-table-cell {
      height: 0;
      border-top: 0;
      border-bottom: 0; }
      .jy-table .jy-table-col-holder .jy-table-cell-content {
        padding: 0; }
  .jy-table .jy-table-align-left {
    text-align: left; }
    .jy-table .jy-table-align-left .jy-table-cell {
      margin-right: auto; }
  .jy-table .jy-table-align-center {
    text-align: center; }
    .jy-table .jy-table-align-center .jy-table-cell {
      margin: auto; }
  .jy-table .jy-table-align-right {
    text-align: right; }
    .jy-table .jy-table-align-right .jy-table-cell {
      margin-left: auto; }
  .jy-table-view {
    position: relative;
    background-color: #ffffff;
    overflow: hidden; }
    .jy-table-view-border {
      position: relative;
      border: 1px solid #eeeeee; }
  .jy-table-header-main {
    position: relative;
    *zoom: 1; }
  .jy-table-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f6f6f6; }
  .jy-table-main {
    position: relative;
    min-height: 100px;
    overflow: auto;
    transform: translate3d(0, 0, 0); }
  .jy-table-empty {
    height: 100px;
    line-height: 100px;
    color: #999999;
    text-align: center; }
  .jy-table-toolbar {
    position: relative;
    z-index: 2;
    min-height: 30px;
    _height: 30px;
    padding: 10px 15px;
    padding-right: 130px;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff; }
  .jy-table-tool-self {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px; }
  .jy-table-tool {
    position: relative;
    padding: 4px;
    margin-left: 10px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    user-select: none; }
    .jy-table-tool:hover {
      border-color: #999999; }
  .jy-table-exports, .jy-table-filter {
    position: absolute;
    right: -1px;
    top: 100%;
    margin-top: 5px;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    white-space: nowrap;
    font-size: 14px; }
    .jy-table-exports li, .jy-table-filter li {
      padding: 10px 15px; }
      .jy-table-exports li:hover, .jy-table-filter li:hover {
        background-color: #f6f6f6; }
  .jy-table-pager {
    border-top: 1px solid #eeeeee; }
    .jy-table-pager .jy-pager {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      padding: 10px 0;
      vertical-align: middle; }
      .jy-table-pager .jy-pager .jy-pager-num,
      .jy-table-pager .jy-pager .jy-pager-dot,
      .jy-table-pager .jy-pager .jy-pager-prev,
      .jy-table-pager .jy-pager .jy-pager-next {
        border: none; }
      .jy-table-pager .jy-pager .jy-pager-dot {
        padding: 0; }
  .jy-table-hover {
    background-color: #f6f6f6; }
  .jy-table-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20010000;
    line-height: 22px;
    padding: 9px 15px;
    margin-right: 13px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15); }
    .jy-table-detail-icon {
      position: absolute;
      top: 0;
      right: -1px;
      height: 36px;
      _height: 38px;
      width: 24px;
      line-height: 36px;
      background-color: #ffffff;
      border: 1px solid #eeeeee;
      font-family: 'jy-iconfont';
      font-size: 16px;
      text-align: center;
      cursor: pointer; }
      .jy-table-detail-icon:hover {
        background-color: #f6f6f6; }
    .jy-table-detail-close {
      position: absolute;
      right: -13px;
      top: -13px;
      width: 26px;
      height: 26px;
      line-height: 26px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.6);
      background-color: #000000\0/;
      *background-color: #000000;
      font-family: 'jy-iconfont';
      color: #ffffff;
      text-align: center;
      cursor: pointer; }
  .jy-table-header-main-l {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
    overflow: hidden; }
    .jy-table-header-main-l .jy-table-main {
      overflow: hidden; }
  .jy-table-header-main-r {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
    overflow: hidden; }
    .jy-table-header-main-r .jy-table-header {
      position: absolute;
      top: 0;
      right: 0;
      width: auto; }
    .jy-table-header-main-r .jy-table-main {
      position: absolute;
      right: 0;
      overflow: hidden; }
  .jy-table-fixed-header {
    position: relative;
    *zoom: 1; }
  .jy-table-fixed-main {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    transform: translate3d(0, 0, 0); }
  .jy-table-mend {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 18px;
    height: 100%;
    background-color: #f6f6f6; }
  .jy-table-unselect {
    cursor: pointer;
    user-select: none; }
  .jy-table-col-resize {
    cursor: e-resize;
    cursor: col-resize;
    user-select: none; }
    .jy-table-col-resize th,
    .jy-table-col-resize td {
      cursor: e-resize;
      cursor: col-resize;
      user-select: none; }
  .jy-table-resize-line {
    position: absolute;
    z-index: 20010000;
    border-left: 1px solid #eeeeee; }
  .jy-table-sort {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 28px;
    margin-left: 5px;
    vertical-align: middle; }
    .jy-table-sort-up {
      border-bottom: 5px solid #b2b2b2;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      margin-top: 6px;
      cursor: pointer; }
      .jy-table-sort-up.jy-table-sort-hover, .jy-table-sort-up.jy-table-sort-confirm {
        border-bottom-color: #666666; }
    .jy-table-sort-down {
      border-top: 5px solid #b2b2b2;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      margin-top: 2px;
      cursor: pointer; }
      .jy-table-sort-down.jy-table-sort-hover, .jy-table-sort-down.jy-table-sort-confirm {
        border-top-color: #666666; }
  .jy-table .jy-table-editing {
    background-color: #ffffff; }
    .jy-table .jy-table-editing .jy-table-cell {
      z-index: 1;
      overflow: visible;
      white-space: normal;
      border-color: #5FB878;
      box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15); }
  .jy-table .jy-table-error .jy-table-cell {
    border-color: #FF5722; }
  .jy-table-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
    font-family: 'jy-iconfont';
    font-size: 30px;
    vertical-align: middle;
    color: #FF5722; }
  .jy-table-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 36px;
    animation-name: jy-table-keyframes-rotate;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
    .jy-table-loading .jy-table-icon {
      margin-right: 0;
      font-size: 36px;
      color: #999; }
  .jy-table-radio, .jy-table-radio-edit {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 22px;
    padding-left: 25px;
    cursor: pointer;
    user-select: none; }
    .jy-table-radio .jy-radio-icon-checked,
    .jy-table-radio .jy-radio-icon-uncheck, .jy-table-radio-edit .jy-radio-icon-checked,
    .jy-table-radio-edit .jy-radio-icon-uncheck {
      position: absolute;
      left: 0;
      top: 0;
      font-family: 'jy-iconfont';
      font-size: 22px;
      color: #d2d2d2; }
    .jy-table-radio .jy-radio-icon-checked, .jy-table-radio-edit .jy-radio-icon-checked {
      display: none;
      color: #5FB878; }
    .jy-table-radio.jy-table-checked .jy-radio-icon-checked, .jy-table-radio-edit.jy-table-checked .jy-radio-icon-checked {
      display: block; }
    .jy-table-radio.jy-table-checked .jy-radio-icon-uncheck, .jy-table-radio-edit.jy-table-checked .jy-radio-icon-uncheck {
      display: none; }
  .jy-table-checkbox, .jy-table-checkbox-edit {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 18px;
    padding-left: 25px;
    cursor: pointer;
    user-select: none; }
    .jy-table-checkbox .jy-checkbox-icon, .jy-table-checkbox-edit .jy-checkbox-icon {
      position: absolute;
      left: 0;
      top: 0;
      width: 16px;
      height: 16px;
      border: 1px solid #d2d2d2;
      border-radius: 2px;
      text-align: center;
      line-height: 16px;
      font-family: 'jy-iconfont';
      font-size: 14px;
      color: #ffffff; }
      .jy-table-checkbox .jy-checkbox-icon i, .jy-table-checkbox-edit .jy-checkbox-icon i {
        display: none; }
    .jy-table-checkbox.jy-table-checked .jy-checkbox-icon, .jy-table-checkbox-edit.jy-table-checked .jy-checkbox-icon {
      background-color: #5FB878;
      border-color: #5FB878; }
      .jy-table-checkbox.jy-table-checked .jy-checkbox-icon i, .jy-table-checkbox-edit.jy-table-checked .jy-checkbox-icon i {
        display: inline; }
  .jy-table-checkboxs {
    *zoom: 1;
    line-height: 18px;
    padding-bottom: 10px;
    text-align: left; }
  .jy-table-radios {
    *zoom: 1;
    line-height: 22px;
    padding-bottom: 8px;
    text-align: left; }
  .jy-table-checkbox-edit {
    margin-top: 10px;
    margin-left: 10px; }
  .jy-table-radio-edit {
    margin-top: 8px;
    margin-left: 8px; }
  .jy-table-input {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border: 0;
    outline: none;
    text-align: center;
    *vertical-align: middle; }
  .jy-table-select-title {
    position: relative;
    padding-left: 15px; }
    .jy-table-select-title .jy-table-input {
      text-align: left;
      user-select: none;
      cursor: pointer; }
    .jy-table-select-title i {
      position: absolute;
      font-family: 'jy-iconfont';
      right: 5px;
      top: 50%;
      margin-top: -6px;
      font-size: 12px;
      line-height: 12px;
      font-family: 'jy-iconfont';
      cursor: pointer; }
  .jy-table-select-dl {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    margin-top: 4px;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    box-sizing: border-box !important; }
    .jy-table-select-dl dd {
      line-height: 36px;
      padding-left: 15px;
      cursor: pointer; }
      .jy-table-select-dl dd:hover {
        background-color: #f6f6f6; }
      .jy-table-select-dl dd.jy-table-select-active {
        background-color: #5FB878;
        color: #ffffff; }
  .jy-table-animation-hover-down {
    animation-name: jy-table-keyframes-hover-down;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; }

@keyframes jy-table-keyframes-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes jy-table-keyframes-hover-down {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.jy-date {
  position: absolute;
  z-index: 999999;
  border: 1px solid #eeeeee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  font-size: 14px; }
  .jy-date-static {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-date-main {
    width: 274px; }
  .jy-date-header {
    position: relative;
    padding: 10px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    *zoom: 1;
    user-select: none; }
    .jy-date-header-left {
      position: absolute;
      top: 10px;
      left: 10px; }
    .jy-date-header-center {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      cursor: pointer; }
    .jy-date-header-year, .jy-date-header-month {
      padding: 0 10px;
      cursor: pointer; }
      .jy-date-header-year:hover, .jy-date-header-month:hover {
        color: #5FB878; }
    .jy-date-header-right {
      position: absolute;
      top: 10px;
      right: 10px; }
    .jy-date-header .jy-icon {
      padding: 0 5px;
      cursor: pointer; }
      .jy-date-header .jy-icon:hover {
        color: #5FB878; }
  .jy-date-content {
    padding: 10px;
    overflow: hidden;
    *zoom: 1;
    user-select: none; }
  .jy-date-date {
    display: none;
    border-spacing: 0;
    border-collapse: collapse; }
    .jy-date-date th,
    .jy-date-date td {
      width: 26px;
      height: 20px;
      _width: 36px;
      _height: 30px;
      line-height: 20px;
      padding: 5px;
      text-align: center;
      color: #666666; }
    .jy-date-date th {
      font-weight: 400;
      color: #333333; }
    .jy-date-date td {
      cursor: pointer; }
      .jy-date-date td:hover {
        background-color: #f6f6f6; }
    .jy-date-date .jy-date-prev-month,
    .jy-date-date .jy-date-next-month {
      color: #d2d2d2; }
      .jy-date-date .jy-date-prev-month:hover,
      .jy-date-date .jy-date-next-month:hover {
        color: #666666; }
  .jy-date-active {
    color: #ffffff !important;
    background-color: #009688; }
    .jy-date-active:hover {
      background-color: #009688 !important; }
  .jy-date-footer, .jy-date-range-footer {
    position: relative;
    line-height: 24px;
    padding: 10px;
    border-top: 1px solid #eeeeee;
    font-size: 12px;
    user-select: none; }
    .jy-date-footer-right, .jy-date-range-footer-right {
      position: absolute;
      top: 10px;
      right: 10px; }
  .jy-date-result, .jy-date-range-result {
    vertical-align: middle; }
  .jy-date-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 10px;
    margin-left: -1px;
    _margin-left: 0;
    border: 1px solid #eeeeee;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer; }
    .jy-date-btn:hover {
      color: #5FB878; }
    .jy-date-btn-disabled {
      color: #d2d2d2;
      cursor: not-allowed; }
      .jy-date-btn-disabled:hover {
        color: #d2d2d2; }
  .jy-date-child {
    margin-right: 10px; }
  .jy-date-time {
    display: none; }
    .jy-date-time li {
      width: 84px;
      line-height: 30px;
      font-size: 14px;
      text-align: center; }
    .jy-date-time ul {
      font-size: 0;
      white-space: nowrap; }
    .jy-date-time ul li {
      display: inline-block;
      *display: inline;
      *zoom: 1; }
    .jy-date-time ol {
      height: 178px;
      _height: 180px;
      overflow: hidden;
      *overflow-y: auto;
      border: 1px solid #eeeeee; }
      .jy-date-time ol:hover {
        overflow-y: auto; }
    .jy-date-time ol li {
      display: block;
      _width: 65px;
      cursor: pointer; }
    .jy-date-time .jy-date-time-minute {
      border-left: 0;
      border-right: 0; }
  .jy-date-year, .jy-date-month {
    display: none; }
    .jy-date-year li, .jy-date-month li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 84px;
      line-height: 36px;
      margin: 3px 0;
      font-size: 14px;
      text-align: center;
      cursor: pointer; }
      .jy-date-year li:hover, .jy-date-month li:hover {
        background-color: #f6f6f6; }
  .jy-date-month li {
    width: 63px;
    margin: 17px 0; }
  .jy-date-header-year, .jy-date-header-month, .jy-date-header-year-range, .jy-date-header-time-label, .jy-date-header-month-label {
    display: none; }
  .jy-date-prev-year-btn, .jy-date-prev-month-btn, .jy-date-next-year-btn, .jy-date-next-month-btn {
    display: none; }
  .jy-date-show-year .jy-date-year {
    display: block; }
  .jy-date-show-year .jy-date-header-year-range, .jy-date-show-year .jy-date-prev-year-btn, .jy-date-show-year .jy-date-next-year-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-date-show-year-month .jy-date-month {
    display: block; }
  .jy-date-show-year-month .jy-date-header-year, .jy-date-show-year-month .jy-date-prev-year-btn, .jy-date-show-year-month .jy-date-next-year-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-date-show-month .jy-date-month {
    display: block; }
  .jy-date-show-month .jy-date-header-month-label {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-date-show-date .jy-date-date {
    display: block; }
  .jy-date-show-date .jy-date-header-year, .jy-date-show-date .jy-date-header-month, .jy-date-show-date .jy-date-prev-year-btn, .jy-date-show-date .jy-date-prev-month-btn, .jy-date-show-date .jy-date-next-year-btn, .jy-date-show-date .jy-date-next-month-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-date-show-time .jy-date-time {
    display: block; }
  .jy-date-show-time .jy-date-header-time-label {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-date-range {
    position: absolute;
    z-index: 999999;
    width: 549px;
    _width: 550px;
    border: 1px solid #eeeeee;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    font-size: 0; }
    .jy-date-range .jy-date {
      box-shadow: none;
      border: 0; }
      .jy-date-range .jy-date .jy-date-footer {
        display: none; }
      .jy-date-range .jy-date:first-child {
        border-right: 1px solid #eeeeee; }
  .jy-date-range-content {
    position: relative;
    z-index: 0; }
  .jy-date-animation-hover-down {
    animation-name: jy-date-keyframes-hover-down;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; }

@keyframes jy-date-keyframes-hover-down {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.jy-menu {
  position: relative;
  height: auto;
  padding: 5px 0;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
  *zoom: 1; }
  .jy-menu:before, .jy-menu:after {
    content: "";
    display: block;
    clear: both; }
  .jy-menu ul {
    background-color: #ffffff; }
  .jy-menu li {
    position: relative;
    color: #666666;
    cursor: pointer;
    user-select: none;
    *zoom: 1;
    *vertical-align: middle; }
    .jy-menu li.jy-menu-border {
      *zoom: 1;
      height: 0;
      line-height: 0;
      margin: 5px 0;
      font-size: 0;
      border-top: 1px solid #eeeeee; }
  .jy-menu a {
    position: relative;
    display: block;
    zoom: 1;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 35px;
    color: #666666;
    white-space: nowrap; }
  .jy-menu .jy-menu-hover {
    background-color: #f6f6f6; }
  .jy-menu .jy-menu-checked {
    color: #ffffff;
    background-color: #5FB878; }
    .jy-menu .jy-menu-checked:after {
      content: "";
      position: absolute;
      right: 0;
      width: 4px;
      height: 100%;
      background-color: #5FB878; }
  .jy-menu .jy-menu-checked-parent {
    color: #5FB878; }
  .jy-menu-absolute {
    position: absolute; }
  .jy-menu-hover-right, .jy-menu-hover-down {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    margin-top: 5px;
    padding: 5px 0;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer; }
  .jy-menu-hover-right {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: 5px; }
  .jy-menu-icon {
    font-family: "jy-iconfont" !important;
    font-size: 14px;
    font-style: normal;
    right: 15px; }
  .jy-menu-down-icon, .jy-menu-up-icon, .jy-menu-right-icon {
    display: none;
    position: absolute;
    top: 0;
    user-select: none; }
  .jy-menu-right-icon, .jy-menu-down-icon {
    display: block; }
  .jy-menu-animation-hover-right {
    animation-name: jy-menu-keyframes-hover-right;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; }
  .jy-menu-animation-hover-down {
    animation-name: jy-menu-keyframes-hover-down;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; }

.jy-menu-nav {
  border: 0;
  background-color: #393D49;
  box-shadow: none; }
  .jy-menu-nav ul {
    background-color: #1c2334; }
  .jy-menu-nav li {
    color: #d2d2d2; }
  .jy-menu-nav a {
    line-height: 50px;
    color: #d2d2d2; }
  .jy-menu-nav .jy-menu-hover {
    color: #ffffff;
    background-color: transparent; }
  .jy-menu-nav .jy-menu-checked {
    color: #ffffff;
    background-color: #009688; }
    .jy-menu-nav .jy-menu-checked:after {
      display: none; }
  .jy-menu-nav .jy-menu-checked-parent {
    color: #d2d2d2; }
  .jy-menu-nav .jy-menu-hover-right,
  .jy-menu-nav .jy-menu-hover-down {
    border: 0;
    box-shadow: none; }
  .jy-menu-nav-horizontal {
    height: 60px;
    padding: 0; }
    .jy-menu-nav-horizontal li {
      float: left; }
    .jy-menu-nav-horizontal a {
      _display: inline-block;
      line-height: 60px;
      padding: 0 20px; }
    .jy-menu-nav-horizontal .jy-menu-checked {
      background-color: transparent; }
      .jy-menu-nav-horizontal .jy-menu-checked:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #5FB878; }
    .jy-menu-nav-horizontal .jy-menu-checked-parent {
      color: #ffffff; }
    .jy-menu-nav-horizontal .jy-menu-icon {
      right: 4px; }
    .jy-menu-nav-horizontal .jy-menu-hover-right,
    .jy-menu-nav-horizontal .jy-menu-hover-down {
      background-color: #ffffff;
      border: 1px solid #eeeeee;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08); }
      .jy-menu-nav-horizontal .jy-menu-hover-right li,
      .jy-menu-nav-horizontal .jy-menu-hover-down li {
        float: none; }
        .jy-menu-nav-horizontal .jy-menu-hover-right li .jy-menu-hover,
        .jy-menu-nav-horizontal .jy-menu-hover-down li .jy-menu-hover {
          color: #666666;
          background-color: #f6f6f6; }
        .jy-menu-nav-horizontal .jy-menu-hover-right li .jy-menu-checked-parent,
        .jy-menu-nav-horizontal .jy-menu-hover-down li .jy-menu-checked-parent {
          color: #666666; }
      .jy-menu-nav-horizontal .jy-menu-hover-right a,
      .jy-menu-nav-horizontal .jy-menu-hover-down a {
        display: block;
        line-height: 36px;
        padding-right: 35px;
        color: #666666; }
      .jy-menu-nav-horizontal .jy-menu-hover-right .jy-menu-icon,
      .jy-menu-nav-horizontal .jy-menu-hover-down .jy-menu-icon {
        right: 15px; }

@keyframes jy-menu-keyframes-hover-right {
  0% {
    opacity: 0;
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes jy-menu-keyframes-hover-down {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.jy-tree-search {
  display: none;
  padding: 10px 0; }
  .jy-tree-search i {
    position: absolute;
    font-family: 'jy-iconfont';
    font-size: 16px;
    top: 7px;
    left: 6px; }
  .jy-tree-search input {
    width: 100%;
    height: 100%;
    line-height: 30px;
    padding: 0;
    border: 0;
    outline: none; }
  .jy-tree-search-container {
    position: relative;
    height: 30px;
    padding-left: 28px;
    border: 1px solid #eeeeee;
    border-radius: 2px; }
.jy-tree-item {
  position: relative;
  margin-bottom: 5px; }
.jy-tree-item-title {
  position: relative;
  padding: 3px 0 3px 25px;
  user-select: none; }
.jy-tree-ul {
  display: none;
  position: relative;
  padding-left: 25px;
  overflow: hidden; }
.jy-tree-ie-hack .jy-tree-item-title,
.jy-tree-ie-hack .jy-tree-ul {
  *zoom: 1; }
.jy-tree-h-line {
  position: absolute;
  top: 12px;
  left: -16px;
  width: 16px;
  height: 0;
  border-top: 1px dashed #d2d2d2; }
.jy-tree-v-line {
  position: absolute;
  top: 0;
  left: 7px;
  height: 100%;
  border-left: 1px dashed #d2d2d2; }
.jy-tree-click-icon, .jy-tree-child-icon {
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  text-align: center;
  line-height: 12px;
  font-family: 'jy-iconfont';
  font-size: 12px;
  color: #666666;
  cursor: pointer; }
.jy-tree-child-icon, .jy-tree-arrow {
  top: 4px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  border: 0;
  color: #666666; }
.jy-tree-child-icon {
  color: #999999; }
.jy-tree-text {
  cursor: pointer; }
.jy-tree-checkbox {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 18px;
  padding-left: 20px;
  background-color: #ffffff;
  cursor: pointer;
  user-select: none; }
  .jy-tree-checkbox .jy-checkbox-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    _width: 18px;
    _height: 18px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    text-align: center;
    line-height: 16px;
    font-family: 'jy-iconfont';
    font-size: 14px;
    color: #ffffff; }
    .jy-tree-checkbox .jy-checkbox-icon i {
      display: none; }
.jy-tree-checked .jy-checkbox-icon {
  background-color: #5FB878;
  border-color: #5FB878; }
  .jy-tree-checked .jy-checkbox-icon i {
    display: inline; }
.jy-tree-disabled {
  color: #c2c2c2; }
  .jy-tree-disabled .jy-checkbox-icon {
    color: #c2c2c2;
    border-color: #eeeeee;
    cursor: not-allowed; }
.jy-tree-checked-disabled {
  color: #c2c2c2; }
  .jy-tree-checked-disabled .jy-checkbox-icon {
    color: #c2c2c2;
    border-color: #eeeeee;
    background-color: #eeeeee;
    cursor: not-allowed; }
    .jy-tree-checked-disabled .jy-checkbox-icon i {
      display: inline; }

.jy-transfer-left, .jy-transfer-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  vertical-align: top; }
.jy-transfer-left-body, .jy-transfer-right-body {
  padding-top: 5px; }
.jy-transfer-center {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  vertical-align: top; }
.jy-transfer-empty {
  display: none;
  color: #999999;
  text-align: center;
  margin-top: 30px; }
.jy-transfer-title {
  padding: 10px;
  border-bottom: 1px solid #eeeeee; }
.jy-transfer-search {
  display: none;
  padding: 10px;
  border-bottom: 1px solid #eeeeee; }
  .jy-transfer-search i {
    position: absolute;
    font-family: 'jy-iconfont';
    font-size: 16px;
    top: 7px;
    left: 6px; }
  .jy-transfer-search input {
    width: 100%;
    height: 100%;
    line-height: 30px;
    padding: 0;
    border: 0;
    outline: none; }
  .jy-transfer-search-container {
    position: relative;
    height: 30px;
    padding-left: 28px;
    border: 1px solid #eeeeee;
    border-radius: 2px; }
.jy-transfer-item {
  position: relative;
  padding: 5px 10px;
  cursor: pointer; }
.jy-transfer-btns {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -40px; }
.jy-transfer-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 5px 0;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  background-color: #f6f6f6;
  font-family: 'jy-iconfont';
  color: #c2c2c2;
  text-align: center;
  cursor: not-allowed;
  user-select: none; }
.jy-transfer-btn-active {
  border-color: #5FB878;
  background-color: #5FB878;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer; }
  .jy-transfer-btn-active:hover {
    opacity: 0.8; }
.jy-transfer-checkbox {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 18px;
  padding-left: 25px;
  background-color: #ffffff;
  cursor: pointer;
  user-select: none; }
  .jy-transfer-checkbox .jy-checkbox-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    _width: 18px;
    _height: 18px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    text-align: center;
    line-height: 16px;
    font-family: 'jy-iconfont';
    font-size: 14px;
    color: #ffffff; }
    .jy-transfer-checkbox .jy-checkbox-icon i {
      display: none; }
.jy-transfer-checked .jy-checkbox-icon {
  background-color: #5FB878;
  border-color: #5FB878; }
  .jy-transfer-checked .jy-checkbox-icon i {
    display: inline; }
.jy-transfer-disabled {
  color: #c2c2c2; }
  .jy-transfer-disabled .jy-checkbox-icon {
    color: #c2c2c2;
    border-color: #eeeeee;
    cursor: not-allowed; }
.jy-transfer-checked-disabled {
  color: #c2c2c2; }
  .jy-transfer-checked-disabled .jy-checkbox-icon {
    color: #c2c2c2;
    border-color: #eeeeee;
    background-color: #eeeeee; }
    .jy-transfer-checked-disabled .jy-checkbox-icon i {
      display: inline; }

.jy-tab-header {
  position: relative;
  background-color: #ffffff;
  overflow: hidden; }
.jy-tab-header-scroll {
  position: relative;
  overflow: hidden;
  height: 41px; }
.jy-tab-content {
  margin-top: 10px; }
.jy-tab-titles {
  height: 40px;
  _height: 41px;
  font-size: 0;
  white-space: nowrap;
  transition: left 0.2s;
  border-bottom: 1px solid #eeeeee; }
.jy-tab-title {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 50px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none; }
  .jy-tab-title-active {
    border-color: #eeeeee;
    border-bottom-color: #ffffff;
    top: 1px; }
.jy-tab-item {
  display: none;
  position: relative;
  height: 100%; }
  .jy-tab-item-active {
    display: block; }
.jy-tab-scroll .jy-tab-header {
  padding-left: 40px;
  padding-right: 40px; }
.jy-tab-scroll .jy-tab-titles {
  position: absolute;
  left: 0; }
.jy-tab-prev, .jy-tab-next {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: 'jy-iconfont';
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  user-select: none; }
.jy-tab-next {
  left: auto;
  right: 0; }
.jy-tab-close {
  display: inline-block;
  margin-left: 5px;
  font-family: 'jy-iconfont'; }
  .jy-tab-close:hover {
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 50%;
    background-color: #FF5722;
    font-size: 12px;
    color: #ffffff; }

.jy-tab-line .jy-tab-header-scroll {
  height: 40px; }
.jy-tab-line .jy-tab-titles {
  border-bottom: 0; }
.jy-tab-line .jy-tab-title {
  line-height: 37px;
  height: 37px;
  border: 0;
  border-bottom: 3px solid transparent; }
.jy-tab-line .jy-tab-title-active {
  top: 0;
  border-bottom: 3px solid #5FB878; }
.jy-tab-line .jy-tab-prev,
.jy-tab-line .jy-tab-next {
  line-height: 37px; }

.jy-upload {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer; }
  .jy-upload-iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    border: 0;
    visibility: hidden; }
  .jy-upload-file {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    opacity: 0.01;
    filter: Alpha(opacity=1); }

.jy-block {
  display: block; }
.jy-inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }
.jy-inline {
  display: inline; }

.jy-row {
  font-size: 0; }
  .jy-row * {
    font-size: 14px; }
  .jy-row .jy-col-1 {
    width: 8.3333333333%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-row .jy-col-offset-1 {
    margin-left: 8.3333333333%; }
  .jy-row .jy-col-2 {
    width: 16.6666666667%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-row .jy-col-offset-2 {
    margin-left: 16.6666666667%; }
  .jy-row .jy-col-3 {
    width: 25%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-row .jy-col-offset-3 {
    margin-left: 25%; }
  .jy-row .jy-col-4 {
    width: 33.3333333333%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-row .jy-col-offset-4 {
    margin-left: 33.3333333333%; }
  .jy-row .jy-col-5 {
    width: 41.6666666667%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-row .jy-col-offset-5 {
    margin-left: 41.6666666667%; }
  .jy-row .jy-col-6 {
    width: 50%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-row .jy-col-offset-6 {
    margin-left: 50%; }
  .jy-row .jy-col-7 {
    width: 58.3333333333%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-row .jy-col-offset-7 {
    margin-left: 58.3333333333%; }
  .jy-row .jy-col-8 {
    width: 66.6666666667%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-row .jy-col-offset-8 {
    margin-left: 66.6666666667%; }
  .jy-row .jy-col-9 {
    width: 75%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-row .jy-col-offset-9 {
    margin-left: 75%; }
  .jy-row .jy-col-10 {
    width: 83.3333333333%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-row .jy-col-offset-10 {
    margin-left: 83.3333333333%; }
  .jy-row .jy-col-11 {
    width: 91.6666666667%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-row .jy-col-offset-11 {
    margin-left: 91.6666666667%; }
  .jy-row .jy-col-12 {
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .jy-row .jy-col-offset-12 {
    margin-left: 100%; }

.jy-clear {
  *zoom: 1;
  clear: both; }
  .jy-clear:before, .jy-clear:after {
    content: "";
    display: block;
    clear: both; }

.jy-nowrap {
  white-space: nowrap; }

.jy-align-center {
  text-align: center; }
.jy-align-left {
  text-align: left; }
.jy-align-right {
  text-align: right; }

hr {
  height: 1px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #eeeeee; }

.jy-color-text {
  color: #666666; }
.jy-color-title {
  color: #333333; }
.jy-color-holder {
  color: #999999; }
.jy-color-gray {
  color: #d2d2d2; }
.jy-color-blue {
  color: #1E9FFF; }
.jy-color-light {
  color: #eeeeee; }
.jy-color-link {
  color: #5FB878; }
.jy-color-success {
  color: #009688; }
.jy-color-warn {
  color: #FFB800; }
.jy-color-danger {
  color: #FF5722; }

.jy-bgcolor-blue {
  background-color: #1E9FFF; }
.jy-bgcolor-light {
  background-color: #eeeeee; }
.jy-bgcolor-link {
  background-color: #5FB878; }
.jy-bgcolor-success {
  background-color: #009688; }
.jy-bgcolor-warn {
  background-color: #FFB800; }
.jy-bgcolor-danger {
  background-color: #FF5722; }

.jy-border {
  border: 1px solid #eeeeee; }
  .jy-border-blue {
    border-color: #1E9FFF; }
  .jy-border-light {
    border-color: #eeeeee; }
  .jy-border-success {
    border-color: #009688; }
  .jy-border-warn {
    border-color: #FFB800; }
  .jy-border-danger {
    border: 1px solid #FF5722; }

.jy-field {
  padding: 0;
  margin: 0;
  border: 1px solid #eeeeee; }
  .jy-field.jy-field-title {
    border-style: none;
    border-top-style: solid; }
  .jy-field legend {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 300;
    color: #333333; }
  .jy-field .jy-field-box {
    padding: 15px; }

.jy-badge {
  position: relative;
  line-height: 12px;
  padding: 2px 4px;
  border-radius: 2px;
  background-color: #FF5722;
  font-size: 12px;
  color: #fff; }

.jy-msg {
  position: absolute;
  z-index: 999999;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  background-color: #000000\0/;
  *background-color: #000000;
  border-radius: 2px;
  color: #ffffff; }
  .jy-msg-with-icon {
    padding: 20px;
    line-height: 30px;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    color: #666666;
    white-space: nowrap; }
  .jy-msg-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
    font-family: 'jy-iconfont';
    font-size: 30px;
    vertical-align: middle;
    color: #FF5722; }

/*# sourceMappingURL=jy-ui.css.map */
