/*
name:flyer-ui v 0.1.2类库
Author: Ken (郑鹏飞)
Site : http://www.flyerui.com
License：MIT
打包时间:2017-07-17
*/
/*# sourceMappingURL=flyer-base.css.map */

.flyer-alert {
  padding: 18px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px; }
  .flyer-alert b,
  .flyer-alert strong {
    font-weight: 700; }

.flyer-alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.flyer-alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.flyer-alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.flyer-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.flyer-alert-close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 0.7;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.flyer-alert-close:focus,
.flyer-alert-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.flyer-alert-close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

/*# sourceMappingURL=flyer-alert.css.map */

@keyframes bounceIn {
  from,
    20%,
    40%,
    60%,
    80%,
    to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from,
    60%,
    75%,
    90%,
    to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

.bounceIn,
.bounceInDown {
  animation-duration: .75s; }

@-webkit-keyframes changehovertree {
  0% {
    -webkit-transform: rotate(0); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes changehovertree {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
.changehovertree {
  position: absolute;
  top: 10px;
  animation: changehovertree 2s linear infinite; }

/*# sourceMappingURL=flyer-animate.css.map */

.flyer-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background-color .3s ease;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  outline: 0px; }
  .flyer-btn > i {
    font-size: 18px;
    vertical-align: -1px;
    font-weight: normal; }
  .flyer-btn > span {
    margin-left: 5px; }

.flyer-btn-big {
  font-size: 18px;
  padding: 8px 18px; }

.flyer-btn-small {
  font-size: 12px;
  padding: 6px 10px; }

.flyer-btn-mini {
  font-size: 8px;
  padding: 3px 6px; }

.flyer-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.flyer-btn-success {
  background: #2cc3a9;
  border: 1px solid #2cc3a9;
  color: #fff; }

.flyer-btn-info {
  background: #a37de9;
  border: 1px solid #a37db9;
  color: #fff; }

.flyer-btn-pink {
  background: #fd81a5;
  border: 1px solid #fd81a5;
  color: #fff; }

.flyer-btn-purBlue {
  background: #8591e8;
  border: 1px solid #8591e8;
  color: #fff; }

.flyer-btn-blue {
  background: #4cabf2;
  border: 1px solid #4cabf2;
  color: #fff; }

.flyer-btn-warning {
  background-color: #ffc246;
  border: 1px solid #ffc246;
  color: #fff; }

.flyer-btn-danger {
  background: #f27068;
  border: 1px solid #f27068;
  color: #fff; }

.flyer-btn-gray {
  background: #8c9ba7;
  border: 1px solid #8c9ba7;
  color: #fff; }

.flyer-btn-disabled {
  border: 1px solid #e6e6e6;
  background-color: #FBFBFB;
  color: #C9C9C9;
  cursor: not-allowed;
  opacity: 1; }

.flyer-btn-close {
  background-color: transparent;
  border: none;
  color: #333;
  opacity: 0.5;
  font-size: 18px;
  cursor: pointer; }

.flyer-btn:hover,
.flyer-btn-gray:hover,
.flyer-btn-danger:hover,
.flyer-btn-warning:hover,
.flyer-btn-blue:hover,
.flyer-btn-purBlue:hover,
.flyer-btn-pink:hover,
.flyer-btn-info:hover,
.flyer-btn-success:hover,
.flyer-btn-default:hover {
  opacity: 0.8; }

/*# sourceMappingURL=flyer-button.css.map */

.codes {
  display: block;
  margin: 10px 0;
  padding: 0;
  border: 1px solid #ddd;
  border-left-width: 6px;
  background-color: #F2F2F2;
  color: #333;
  font-family: Courier New;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  text-align: left; }
  .codes > h1 {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    line-height: 29px;
    height: 29px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    min-height: 29px;
    padding-left: 10px;
    font-size: 14px; }
    .codes > h1 > a {
      float: right;
      margin-right: 10px; }
  .codes > ol {
    position: relative; }
  .codes > ol > li {
    list-style-type: decimal-leading-zero;
    margin-left: 40px;
    padding-left: 5px;
    background-color: #fff;
    line-height: 24px; }

/*# sourceMappingURL=flyer-code.css.map */

/*collapse*/
.flyer-collapse {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  margin: 4px 0 20px 0; }
  .flyer-collapse .flyer-collapse-item {
    border-top: 1px solid #e2e2e2; }
  .flyer-collapse .flyer-collapse-title {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px 0 35px;
    color: #333;
    background-color: #f2f2f2;
    cursor: pointer; }
    .flyer-collapse .flyer-collapse-title .fa {
      position: absolute;
      left: 15px;
      top: 8px;
      font-size: 20px; }
  .flyer-collapse .flyer-collapse-content {
    display: none;
    padding: 10px 15px;
    line-height: 22px;
    border-top: 1px solid #e2e2e2;
    color: #666; }
    .flyer-collapse .flyer-collapse-content p {
      margin-bottom: 10px;
      line-height: 22px; }
  .flyer-collapse .flyer-collapse-show .flyer-collapse-content {
    display: block;
    padding: 10px 15px;
    line-height: 22px;
    border-top: 1px solid #e2e2e2;
    color: #666; }
  .flyer-collapse .flyer-collapse-show .flyer-collapse-title .fa {
    transform: rotate(90deg); }

/*# sourceMappingURL=flyer-collapse.css.map */


.flyer-combobox {
  position: relative; }
  .flyer-combobox div.keywords {
    position: absolute;
    z-index: 1;
    font-size: 0px;
    -webkit-text-size-adjust: none; }
  .flyer-combobox div.keywords > span {
    display: inline-block;
    line-height: 29px;
    height: 29px;
    color: #424242;
    padding: 0px 10px;
    font-size: 14px;
    position: relative; }
  .flyer-combobox div.keywords > span i {
    position: absolute;
    z-index: 1;
    height: 16px;
    width: 16px;
    opacity: .8;
    font-size: 14px;
    right: 0px;
    display: none;
    text-align: center; }
  .flyer-combobox div.keywords > span i:hover {
    background-color: #FF5722;
    color: #fff; }
  .flyer-combobox div.keywords > span:hover {
    background-color: #dedede;
    cursor: pointer; }
  .flyer-combobox div.keywords > span:hover > i {
    display: inherit; }
  .flyer-combobox-contents {
    border: 1px solid #dedede;
    line-height: 36px;
    height: 36px;
    vertical-align: super;
    outline: none;
    box-sizing: content-box;
    padding-right: 28px;
    position: relative;
    cursor: pointer; }
    .flyer-combobox-contents i.fa {
      height: 36px;
      line-height: 36px;
      position: absolute;
      z-index: 1;
      right: 0px;
      background-color: #fff;
      display: inline-block;
      width: 28px;
      text-align: center;
      top: 0px; }
    .flyer-combobox-contents .filter-options {
      border: 0px;
      padding: 0px 10px;
      height: 36px;
      line-height: 36px;
      vertical-align: baseline;
      font-size: 14px;
      width: 100%;
      display: inline-block;
      outline: none;
      user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      text-overflow: ellipsis;
      overflow: hidden;
      margin: 0px; }
  .flyer-combobox .open {
    display: block; }

.flyer-combobox-search {
  position: relative; }
  .flyer-combobox-search input[type="text"] {
    border: 0px;
    padding: 0px 10px;
    height: 36px;
    line-height: 36px;
    vertical-align: baseline;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    outline: none;
    border-bottom: 1px solid #dedede; }
  .flyer-combobox-search i.fa {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 12px;
    font-weight: 100;
    opacity: 0.7; }

.flyer-combobox-input {
  border: 1px solid #ccc;
  line-height: 36px;
  height: 36px;
  width: 100%;
  vertical-align: super;
  padding: 0px 10px;
  outline: none; }
  .flyer-combobox-input input[type='text'] {
    border: 0px;
    padding: 0px 10px;
    height: 36px;
    line-height: 36px;
    vertical-align: baseline;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    outline: none; }

.flyer-combobox-items {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  z-index: 99;
  border-top: 0px;
  max-height: 200px;
  overflow-y: auto; }
  .flyer-combobox-items:after {
    content: "";
    clear: both; }
  .flyer-combobox-items input[type="checkbox"] {
    margin-right: 5px; }
  .flyer-combobox-items li.selected {
    position: relative; }
  .flyer-combobox-items li.selected:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #4ab8f9;
    z-index: 1;
    right: 5px;
    position: absolute;
    top: 8px; }

.flyer-combobox-items > ul {
  border: 1px solid #dedede;
  border-top: 0px; }

.flyer-combobox-items > ul > li {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;
  max-height: 200px; }

.flyer-combobox-items > ul > li .disabled {
  color: #eee;
  cursor: not-allowed; }

.flyer-combobox-items > ul > li input[type='text'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  margin-top: 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #eee;
  border-width: 1px 0px 1px 0px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.flyer-combobox-items > ul > li > div:hover {
  background-color: #4ab8f9;
  color: #fff; }

.flyer-combobox-items > ul > li div {
  padding: 0px 10px;
  line-height: 28px; }

/*# sourceMappingURL=flyer-comboBox.css.map */

.flyer-date {
  position: absolute;
  z-index: 9;
  width: 240px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  display: none;
  color: #666666;
  background-color: #fff; }
  .flyer-date .flyer-date-body {
    margin: 5px;
    border: 1px solid #d2d2d2; }
    .flyer-date .flyer-date-body table {
      width: 100%;
      margin: 0px;
      padding: 0px; }
    .flyer-date .flyer-date-body table th,
    .flyer-date .flyer-date-body table td {
      padding: 5px 5px;
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .flyer-date .flyer-date-body table th {
      background-color: #f6f6f6;
      border-bottom: 1px solid #d2d2d2; }
    .flyer-date .flyer-date-body table td {
      cursor: pointer; }
    .flyer-date .flyer-date-body table td:hover {
      background-color: #f6f6f6; }
    .flyer-date .flyer-date-body td.flyer-today {
      background-color: #eee; }
  .flyer-date .flyer-dont-select {
    color: #dedede;
    cursor: not-allowed !important; }
  .flyer-date button {
    border: 0px;
    float: left;
    padding: 2px 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    background-color: #fff;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    outline: 0px;
    min-width: 20px; }
  .flyer-date button:hover {
    opacity: .8; }
  .flyer-date .flyer-date-footer,
  .flyer-date .flyer-date-header {
    margin: 5px; }
  .flyer-date .flyer-date-footer:after,
  .flyer-date .flyer-date-header:after {
    content: "";
    display: block;
    clear: both; }
  .flyer-date .flyer-date-time,
  .flyer-date .flyer-date-year {
    float: left;
    border: 1px solid #d2d2d2; }
  .flyer-date .flyer-date-btn,
  .flyer-date .flyer-date-month {
    float: right;
    border: 1px solid #d2d2d2; }
  .flyer-date .flyer-date-time {
    padding: 1px 5px;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none; }
    .flyer-date .flyer-date-time span {
      cursor: pointer; }
    .flyer-date .flyer-date-time label {
      margin-right: 5px; }
    .flyer-date .flyer-date-time .flyer-date-minutes,
    .flyer-date .flyer-date-time .flyer-date-hours,
    .flyer-date .flyer-date-time .flyer-date-seconds {
      position: absolute;
      z-index: 2;
      background-color: #fff;
      border: 1px solid #d2d2d2;
      left: 5px;
      bottom: 27px;
      right: 5px;
      display: none; }
      .flyer-date .flyer-date-time .flyer-date-minutes span,
      .flyer-date .flyer-date-time .flyer-date-hours span,
      .flyer-date .flyer-date-time .flyer-date-seconds span {
        width: 22px;
        line-height: 22px;
        text-align: center;
        height: 22px;
        cursor: pointer;
        display: block;
        float: left;
        margin: 2px 5px; }
      .flyer-date .flyer-date-time .flyer-date-minutes span:hover,
      .flyer-date .flyer-date-time .flyer-date-hours span:hover,
      .flyer-date .flyer-date-time .flyer-date-seconds span:hover {
        background-color: #f6f6f6; }
    .flyer-date .flyer-date-time .flyer-date-minTool {
      background-color: #f6f6f6;
      border-bottom: 1px solid #d2d2d2;
      height: 24px;
      text-align: center;
      line-height: 24px; }
      .flyer-date .flyer-date-time .flyer-date-minTool span {
        float: right;
        display: block; }
    .flyer-date .flyer-date-time .flyer-minutes span,
    .flyer-date .flyer-date-time .flyer-seconds span {
      width: 15px;
      line-height: 14px;
      height: 14px;
      margin: 1px 2px; }
  .flyer-date .flyer-date-year,
  .flyer-date .flyer-date-month {
    position: relative; }
    .flyer-date .flyer-date-year .prev,
    .flyer-date .flyer-date-year .next,
    .flyer-date .flyer-date-year .more,
    .flyer-date .flyer-date-month .prev,
    .flyer-date .flyer-date-month .next,
    .flyer-date .flyer-date-month .more {
      position: relative; }
    .flyer-date .flyer-date-year .prev:after,
    .flyer-date .flyer-date-year .next:after,
    .flyer-date .flyer-date-year .more:after,
    .flyer-date .flyer-date-year .next-more:after,
    .flyer-date .flyer-date-year .prev-more:after,
    .flyer-date .flyer-date-month .prev:after,
    .flyer-date .flyer-date-month .next:after,
    .flyer-date .flyer-date-month .more:after,
    .flyer-date .flyer-date-month .next-more:after,
    .flyer-date .flyer-date-month .prev-more:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 5px;
      border-style: dashed;
      border-color: transparent;
      overflow: hidden;
      cursor: pointer;
      top: 5px; }
    .flyer-date .flyer-date-year .prev:after,
    .flyer-date .flyer-date-month .prev:after {
      border-right-style: solid;
      border-right-color: #666;
      left: 2px; }
    .flyer-date .flyer-date-year .next:after,
    .flyer-date .flyer-date-month .next:after {
      border-left-style: solid;
      border-left-color: #666; }
    .flyer-date .flyer-date-year .more:after,
    .flyer-date .flyer-date-month .more:after {
      border-top-style: solid;
      border-top-color: #666;
      top: 7px; }
  .flyer-date .flyer-year,
  .flyer-date .flyer-month {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 2px 5px;
    border: 0px;
    float: left;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    margin: 0px;
    padding: 2px; }
  .flyer-date .flyer-year {
    width: 51px; }
  .flyer-date .flyer-month {
    width: 30px; }
  .flyer-date .flyer-date-monthMore,
  .flyer-date .flyer-date-yearMore {
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid #d2d2d2;
    border-top: 0px;
    background-color: #fff;
    top: 20px;
    left: -1px;
    right: -1px;
    box-sizing: border-box; }
    .flyer-date .flyer-date-monthMore span,
    .flyer-date .flyer-date-yearMore span {
      float: left;
      width: 49.44444%;
      text-align: center;
      padding: 5px;
      box-sizing: border-box;
      cursor: pointer; }
    .flyer-date .flyer-date-monthMore span:hover,
    .flyer-date .flyer-date-yearMore span:hover {
      background-color: #f8f8f8; }
    .flyer-date .flyer-date-monthMore .years:after,
    .flyer-date .flyer-date-yearMore .years:after {
      content: "";
      display: block;
      clear: both; }
    .flyer-date .flyer-date-monthMore .year span,
    .flyer-date .flyer-date-yearMore .year span {
      line-height: 20px;
      font-size: 12px; }
    .flyer-date .flyer-date-monthMore .next-more,
    .flyer-date .flyer-date-monthMore .prev-more,
    .flyer-date .flyer-date-yearMore .next-more,
    .flyer-date .flyer-date-yearMore .prev-more {
      height: 14px;
      background-color: #f6f6f6;
      position: relative;
      cursor: pointer; }
    .flyer-date .flyer-date-monthMore .next-more:hover,
    .flyer-date .flyer-date-monthMore .prev-more:hover,
    .flyer-date .flyer-date-yearMore .next-more:hover,
    .flyer-date .flyer-date-yearMore .prev-more:hover {
      opacity: .8; }
    .flyer-date .flyer-date-monthMore .next-more,
    .flyer-date .flyer-date-yearMore .next-more {
      border-top: 1px solid #d2d2d2; }
    .flyer-date .flyer-date-monthMore .prev-more,
    .flyer-date .flyer-date-yearMore .prev-more {
      border-bottom: 1px solid #d2d2d2; }
    .flyer-date .flyer-date-monthMore .next-more:after,
    .flyer-date .flyer-date-yearMore .next-more:after {
      border-top-style: solid;
      border-top-color: #666;
      left: 45%;
      top: 5px; }
    .flyer-date .flyer-date-monthMore .prev-more:after,
    .flyer-date .flyer-date-yearMore .prev-more:after {
      border-bottom-style: solid;
      border-bottom-color: #666;
      left: 45%;
      top: 0px; }
  .flyer-date .flyer-date-show {
    display: block !important; }

/*# sourceMappingURL=flyer-date.css.map */

.flyer-dialog {
  position: absolute;
  z-index: 10001;
  margin: 0px auto;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  min-width: 100px;
  background-color: #fff; }
  .flyer-dialog .flyer-dialog-title {
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
    padding-right: 10px; }
  .flyer-dialog .flyer-dialog-title:after {
    content: "";
    clear: both; }
  .flyer-dialog .flyer-dialog-content {
    position: relative;
    padding: 15px;
    overflow: auto;
    box-sizing: border-box; }
  .flyer-dialog .flyer-dialog-footer {
    position: relative;
    padding: 15px;
    text-align: center; }
    .flyer-dialog .flyer-dialog-footer .flyer-btn {
      margin-left: 10px; }
  .flyer-dialog .flyer-dialog-toolbar {
    float: right;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=30);
    opacity: .3;
    position: absolute;
    margin-top: -3px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    top: 15px;
    right: 8px;
    z-index: 1; }
    .flyer-dialog .flyer-dialog-toolbar .flyer-close {
      cursor: pointer;
      padding: 2px 5px 5px 5px;
      display: inline-block; }
    .flyer-dialog .flyer-dialog-toolbar .flyer-close:hover {
      background-color: #c2c2c2; }

.flyer-modal {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: fixed;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .3s;
  animation-duration: .3s; }

.flyer-dialog-move {
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background-color: #d2d2d2;
  border-radius: 2px;
  z-index: 100000001;
  position: absolute;
  cursor: move;
  opacity: 0.3;
  filter: alpha(opacity=30); }

.flyer-move {
  cursor: move;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.flyer-dialog-msg {
  background-color: #000;
  color: #fff !important;
  max-width: 300px;
  opacity: .8;
  border-color: #000;
  word-break: break-word;
  border-radius: 2px; }
  .flyer-dialog-msg .flyer-dialog-content {
    padding-right: 10px; }
  .flyer-dialog-msg .flyer-dialog-toolbar {
    color: #fff;
    opacity: .8;
    top: 2px;
    right: 0px; }

.flyer-dialog-tip {
  max-width: inherit;
  right: 0px;
  left: 0px;
  top: 0px; }

.flyer-dialog-msgError {
  background-color: rgba(255, 87, 34, 0.2);
  border: 1px solid #FF5722;
  color: #FF5722;
  max-width: inherit;
  right: 0px;
  left: 0px;
  top: 0px; }
  .flyer-dialog-msgError .flyer-dialog-toolbar {
    color: #fff; }

.flyer-dialog-alert {
  min-width: 300px; }

.flyer-dialog-open {
  min-width: 400px; }

/*# sourceMappingURL=flyer-dialog.css.map */

.flyer-element-tips {
  margin-bottom: 10px;
  padding: 15px;
  line-height: 22px;
  border-left: 5px solid #239bf6;
  background-color: #f2f2f2; }
  .flyer-element-tips p {
    font-size: 14px;
    padding-bottom: 0; }
.flyer-element-alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #F7B824;
  border: 1px solid #F7B824;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 26px;
  clear: both; }
  .flyer-element-alert strong {
    font-weight: bold; }
  .flyer-element-alert .flyer-btn-close {
    opacity: 0.3;
    font-size: 18px;
    float: right;
    margin-right: -20px; }
.flyer-element-alertError {
  background-color: rgba(255, 87, 34, 0.2);
  border: 1px solid #FF5722;
  color: #FF5722; }
.flyer-element-alertInfo {
  background-color: rgba(30, 159, 255, 0.2);
  border: 1px solid #1E9FFF;
  color: #1E9FFF; }
.flyer-element-alertSuccess {
  background-color: rgba(95, 184, 120, 0.2);
  border: 1px solid #5FB878;
  color: #5FB878; }

/*# sourceMappingURL=flyer-element.css.map */

/*form*/
.flyer-form {
  margin-right: 200px; }
  .flyer-form input[type=checkbox],
  .flyer-form input[type=radio],
  .flyer-form select {
    display: none; }
  .flyer-form .flyer-checkbox-disabled i,
  .flyer-form .dCheck i {
    cursor: not-allowed; }
  .flyer-form-item {
    margin-bottom: 15px;
    clear: both; }
  .flyer-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    text-align: right; }
  .flyer-form-item {
    min-height: 36px;
    position: relative; }
  .flyer-form .flyer-input-block {
    min-height: 36px;
    position: relative;
    padding-left: 110px; }
    .flyer-form .flyer-input-block select {
      display: none; }
  .flyer-form .flyer-layout-label {
    display: block;
    padding: 9px 15px;
    width: 80px;
    text-align: right;
    float: left; }
  .flyer-form .flyer-input-inline {
    position: relative; }
  .flyer-form .flyer-input-inline {
    float: left;
    width: 190px;
    margin-right: 10px; }
  .flyer-form .flyer-input,
  .flyer-form .flyer-select,
  .flyer-form .flyer-textarea {
    height: 38px;
    line-height: 38px;
    line-height: 36px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px; }
  .flyer-form .flyer-input {
    display: block;
    width: 100%;
    padding-left: 10px; }
  .flyer-form .flyer-select {
    border: none; }
  .flyer-form-wordAux {
    float: left;
    display: block;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    padding: 0 5px;
    line-height: 38px; }
  .flyer-form .flyer-btn,
  .flyer-form .flyer-input,
  .flyer-form .flyer-select,
  .flyer-form .flyer-textarea {
    outline: 0;
    -webkit-transition: border-color 0.3s cubic-bezier(0.65, 0.05, 0.35, 0.5);
    transition: border-color 0.3s cubic-bezier(0.65, 0.05, 0.35, 0.5);
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    cursor: pointer; }
  .flyer-form .flyer-input:focus,
  .flyer-form .flyer-select:focus,
  .flyer-form .flyer-textarea:focus {
    border: 1px solid #239bf6; }
  .flyer-form-edge {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    color: #c2c2c2;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 20px; }
  .flyer-form .flyer-select .flyer-unselect {
    pointer-events: none; }
  .flyer-form .flyer-select dl {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 999;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    box-sizing: border-box; }
  .flyer-form .flyer-select dd {
    cursor: pointer; }
  .flyer-form .flyer-select dd,
  .flyer-form .flyer-select dt {
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .flyer-form .flyer-select dt {
    font-size: 12px;
    color: #999; }
  .flyer-form .flyer-select dd:hover {
    background-color: #239bf6; }
  .flyer-form .flyer-selectGroup dd {
    padding-left: 20px; }
  .flyer-form .flyer-onswitch {
    cursor: pointer;
    position: relative;
    display: inline-block; }
    .flyer-form .flyer-onswitch input[type="checkbox"] {
      display: none; }
    .flyer-form .flyer-onswitch input[type="checkbox"] + i {
      position: relative;
      background-color: #ccc;
      height: 19px;
      width: 40px;
      bottom: 0px;
      border-radius: 10px;
      display: inline-block;
      transition: border 0.4s, box-shadow 0.4s, background-color 1.2s; }
    .flyer-form .flyer-onswitch input[type="checkbox"]:checked + i {
      background-color: #1E9FFF; }
    .flyer-form .flyer-onswitch input[type="checkbox"] + i:after {
      content: "";
      position: absolute;
      background-color: #fafafa;
      height: 17px;
      width: 18px;
      border-radius: 8px;
      left: 1px;
      top: 1px;
      transition: .1s; }
    .flyer-form .flyer-onswitch input[type="checkbox"]:checked + i:after {
      content: "";
      position: absolute;
      background-color: #fafafa;
      left: 21px;
      top: 0.5px; }
  .flyer-form .flyer-checkbox {
    cursor: pointer;
    position: relative;
    padding-right: 32px;
    display: inline-block; }
    .flyer-form .flyer-checkbox input[type="checkbox"] {
      display: none; }
    .flyer-form .flyer-checkbox input[type="checkbox"] + i {
      display: inline-block;
      padding: 0 10px;
      height: 28px;
      line-height: 28px;
      font-size: 14px;
      background-color: #d2d2d2;
      color: #fff;
      position: relative; }
      .flyer-form .flyer-checkbox input[type="checkbox"] + i:after {
        content: "\2714";
        position: absolute;
        right: -32px;
        width: 32px;
        height: 28px;
        color: #d2d2d2;
        font-size: 20px;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #d2d2d2; }
    .flyer-form .flyer-checkbox input[type="checkbox"]:checked + i {
      background-color: #1E9FFF;
      transition: .1s; }
      .flyer-form .flyer-checkbox input[type="checkbox"]:checked + i:after {
        color: #1E9FFF;
        border: 1px solid #1E9FFF;
        transition: .1s; }
  .flyer-form .flyer-checkbox-tick i {
    padding-left: 24px;
    position: relative;
    height: 18px;
    line-height: 18px; }
  .flyer-form .flyer-checkbox-tick i:after {
    content: "";
    left: 0px;
    top: 0;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    box-sizing: border-box;
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    z-index: 1;
    transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
    line-height: 16px;
    text-align: center; }
  .flyer-form .flyer-checkbox-tick input[type="checkbox"]:checked + i:after {
    content: "\2714";
    border: none;
    background: #1e9fff;
    color: #fff; }
  .flyer-form .flyer-checkbox-tick.flyer-checkbox-green input[type="checkbox"]:checked + i:after {
    background: #5fb878; }
  .flyer-form .flyer-checkbox-tick.flyer-checkbox-yellow input[type="checkbox"]:checked + i:after {
    background: #f7b824; }
  .flyer-form .flyer-checkbox-tick.flyer-checkbox-orange input[type="checkbox"]:checked + i:after {
    background: #ff5722; }
  .flyer-form .flyer-checkbox-tick.flyer-checkbox-gray input[type="checkbox"]:checked + i:after {
    background: #d2d2d2; }
  .flyer-form .flyer-checkbox-tick.flyer-checkbox-disabled i:after {
    background-color: #eef1f6; }
  .flyer-form .flyer-checkbox-tick.flyer-checkbox-disabledCheck i:after {
    content: "\2714";
    background-color: #eef1f6;
    color: #bfcbd9; }
  .flyer-form .flyer-checkbox-groups {
    overflow: hidden; }
    .flyer-form .flyer-checkbox-groups i {
      display: inline-block;
      white-space: nowrap;
      vertical-align: middle;
      background: #fff;
      border: 1px solid #d2d2d2;
      border-left: 0;
      color: #1f2d3d;
      -webkit-appearance: none;
      text-align: center;
      box-sizing: border-box;
      outline: none;
      margin: 0;
      position: relative;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      padding: 8px 15px;
      font-size: 14px;
      border-radius: 0; }
    .flyer-form .flyer-checkbox-groups label.flyer-checkbox-group {
      float: left; }
    .flyer-form .flyer-checkbox-groups .flyer-checkbox-disabled i {
      color: #bfcbd9;
      background-color: #eef1f6; }
    .flyer-form .flyer-checkbox-groups .flyer-checkbox-group:first-child i {
      border: 1px solid #d2d2d2;
      border-radius: 3px 0 0 3px; }
    .flyer-form .flyer-checkbox-groups .flyer-checkbox-group:last-child i {
      border-radius: 0 3px 3px 0; }
    .flyer-form .flyer-checkbox-groups input[type="checkbox"]:checked + i {
      background: #01aaed;
      color: #fff;
      border-color: #01aaed; }
  .flyer-form .flyer-radio-inline {
    display: inline-block; }
  .flyer-form .flyer-radio {
    cursor: pointer;
    position: relative;
    display: inline-block; }
    .flyer-form .flyer-radio input[type="radio"] {
      display: none; }
    .flyer-form .flyer-radio input[type="radio"] + i {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 1px solid #c2c2c2;
      border-radius: 50%;
      margin-right: 2px;
      top: 4px; }
      .flyer-form .flyer-radio input[type="radio"] + i:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 12px;
        top: 4px;
        left: 4px;
        height: 12px;
        border-radius: 50%;
        background: #fff; }
    .flyer-form .flyer-radio input[type="radio"]:checked + i {
      border: 1px solid #1E9FFF; }
      .flyer-form .flyer-radio input[type="radio"]:checked + i:after {
        background: #1E9FFF; }
  .flyer-form .flyer-textarea {
    min-height: 100px;
    height: auto;
    padding: 6px 10px;
    resize: vertical;
    width: 100%; }
  .flyer-form .flyer-input:hover,
  .flyer-form .flyer-textarea:hover {
    border-color: #239bf6 !important; }
  .flyer-form .flyer-disabled,
  .flyer-form .flyer-disabled:hover {
    color: #d2d2d2 !important;
    cursor: not-allowed !important; }
  .flyer-form .flyer-form-error {
    border: 1px solid #FF5722 !important; }
  .flyer-form .flyer-input-block .flyer-checkbox {
    margin-top: 9px; }
  .flyer-form .flyer-radio-inline {
    display: inline-block; }

/*# sourceMappingURL=flyer-form.css.map */

.flyer-nav {
  padding: 0 20px;
  background-color: #000;
  width: 100%;
  height: 60px;
  list-style-type: none; }
  .flyer-nav-item {
    height: 60px;
    color: #e0e0e0;
    font-size: 14px;
    line-height: 60px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    margin: 0 20px; }
    .flyer-nav-item a {
      display: inline-block;
      padding: 0 20px;
      box-sizing: border-box; }
    .flyer-nav-item:hover .flyer-nav-child {
      display: block; }
    .flyer-nav-item .fa {
      float: right;
      margin-top: 16px;
      margin-left: 10px;
      font-size: 18px; }
  .flyer-nav-itemd, .flyer-nav-item:hover {
    border-bottom: 4px solid #239bf6;
    background-color: #000; }
  .flyer-nav-child {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    border: 1px solid #d2d2d2;
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap; }
    .flyer-nav-child dd {
      position: relative;
      text-align: center;
      border-bottom: 1px solid #d2d2d2; }
      .flyer-nav-child dd:last-child {
        border-bottom: none; }
      .flyer-nav-child dd:hover {
        color: #fff; }
    .flyer-nav-child a {
      color: #333; }
  .flyer-nav-tree {
    width: 200px;
    padding: 0;
    height: inherit; }
    .flyer-nav-tree .flyer-nav-item {
      border-bottom: none;
      width: 200px;
      margin: 0;
      line-height: 45px;
      height: inherit;
      position: inherit; }
      .flyer-nav-tree .flyer-nav-item .fa {
        margin-top: 10px; }
      .flyer-nav-tree .flyer-nav-item a {
        background: #393d49;
        width: 100%;
        border-left: 4px solid #393d49; }
        .flyer-nav-tree .flyer-nav-item a:hover {
          border-left: 4px solid #239bf6;
          background-color: #4E5465; }
      .flyer-nav-tree .flyer-nav-item dd {
        background-color: #333;
        border-bottom: none;
        text-align: left; }
        .flyer-nav-tree .flyer-nav-item dd a {
          border-left: none;
          color: #c2c2c2; }
          .flyer-nav-tree .flyer-nav-item dd a:hover {
            border-left: none;
            color: #fff; }
    .flyer-nav-tree .flyer-nav-child {
      display: none;
      border: none;
      padding: 0;
      position: inherit; }
    .flyer-nav-tree .flyer-nav-itemed a {
      background: #000;
      color: #f2f2f2; }
      .flyer-nav-tree .flyer-nav-itemed a:hover {
        background: #000; }
    .flyer-nav-tree .flyer-nav-itemed .fa {
      margin-top: 14px;
      transform: rotate(180deg); }
    .flyer-nav-tree .flyer-nav-itemed .flyer-nav-child {
      display: block; }
      .flyer-nav-tree .flyer-nav-itemed .flyer-nav-child a {
        background: #393d49; }
        .flyer-nav-tree .flyer-nav-itemed .flyer-nav-child a:hover {
          border-left: none;
          color: #fff; }
  .flyer-nav-side {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 999; }
    .flyer-nav-side .flyer-nav-item {
      position: relative; }
    .flyer-nav-side .flyer-nav-child {
      top: 0; }

.flyer-breadcrumb {
  visibility: visible; }
  .flyer-breadcrumb a {
    line-height: 22px;
    font-size: 14px;
    color: #333 !important; }
    .flyer-breadcrumb a + a:before {
      color: #a6b0b7;
      content: ">\00a0";
      padding: 0 3px; }
    .flyer-breadcrumb a span {
      padding-left: 8px;
      font-family: Sim sun; }
    .flyer-breadcrumb a cite,
    .flyer-breadcrumb a span {
      color: #666;
      cursor: text;
      font-style: normal; }
    .flyer-breadcrumb a cite {
      color: #239bf6; }
  .flyer-breadcrumb.flyer-separator-line a + a:before {
    content: "-\00a0"; }
  .flyer-breadcrumb.flyer-separator-verticalLine a + a:before {
    content: "|\00a0"; }

/*# sourceMappingURL=flyer-nav.css.map */

.flyer-pager-wrapper {
  position: relative; }
  .flyer-pager-wrapper:after {
    content: "";
    clear: both;
    display: block; }

.flyer-pager-view ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }
  .flyer-pager-view ul li {
    float: left;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    width: 24px;
    border: 1px solid #ccc;
    border-right: 0px;
    text-align: center;
    padding: 0px 5px 0px 5px;
    cursor: pointer; }
.flyer-pager-view .next {
  border-right: 1px solid #ccc; }
.flyer-pager-view .active {
  color: coral; }

/*# sourceMappingURL=flyer-page.css.map */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: inherit; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

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

button {
  overflow: visible; }

a {
  color: inherit;
  text-decoration: none; }

::-webkit-scrollbar-track {
  background-color: rgba(50, 50, 50, 0.1); }

::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.3);
  border-radius: 4px; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

html {
  line-height: 24px;
  font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #fff; }

hr {
  height: 1px;
  margin: 10px 0;
  border: 0;
  background-color: #e2e2e2;
  clear: both; }

/*# sourceMappingURL=flyer-reset.css.map */

.flyer-searches {
  position: relative; }
  .flyer-searches div.keywords {
    position: absolute;
    z-index: 1;
    font-size: 0px;
    -webkit-text-size-adjust: none; }
  .flyer-searches div.keywords > span {
    display: inline-block;
    line-height: 28px;
    height: 28px;
    color: #424242;
    padding: 0px 10px;
    font-size: 14px;
    position: relative;
    box-sizing: border-box; }
  .flyer-searches div.keywords > span i {
    position: absolute;
    z-index: 1;
    height: 16px;
    width: 16px;
    opacity: .8;
    font-size: 14px;
    right: 0px;
    display: none;
    text-align: center; }
  .flyer-searches div.keywords > span i:hover {
    background-color: #F7B824;
    color: #fff; }
  .flyer-searches div.keywords > span:hover {
    background-color: #dedede;
    cursor: pointer;
    opacity: .5; }
  .flyer-searches div.keywords > span:hover > i {
    display: inherit; }

.flyer-seraches-input {
  border: 1px solid #ccc;
  line-height: 28px;
  height: 28px;
  width: 100%;
  vertical-align: super;
  padding: 0px 10px;
  outline: none;
  box-sizing: border-box; }
  .flyer-seraches-input input[type='text'] {
    border: 0px;
    padding: 0px 10px;
    height: 28px;
    line-height: 28px;
    vertical-align: baseline;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    outline: none; }

.flyer-combobox-items {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 100%;
  z-index: 99;
  border-top: 0px;
  max-height: 200px;
  overflow-y: auto; }
  .flyer-combobox-items:after {
    content: "";
    clear: both; }
  .flyer-combobox-items input[type="checkbox"] {
    margin-right: 5px; }

.flyer-combobox-items > ul > li {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;
  max-height: 200px; }

.flyer-combobox-items > ul > li .disabled {
  color: #eee;
  cursor: not-allowed; }

.flyer-combobox-items > ul > li input[type='text'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  margin-top: 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #eee;
  border-width: 1px 0px 1px 0px;
  background: white url("imgs/chosen-sprite.png") no-repeat 100% -20px;
  background: url("imgs/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.flyer-combobox-items > ul > li > div:hover,
.hover {
  background-color: #4ab8f9;
  color: #fff; }

.flyer-combobox-items > ul > li div {
  padding: 0px 10px;
  line-height: 28px; }

/*# sourceMappingURL=flyer-searches.css.map */

.flyer-tab {
  position: relative;
  border: 1px solid #e2e2e2; }

.flyer-tab-title {
  background-color: #F2F2F2;
  border-bottom: 1px solid #e2e2e2; }

.flyer-tab-title > ul {
  list-style-type: none;
  font-size: 0px;
  -webkit-text-size-adjust: none; }

.flyer-tab-title > ul > li {
  display: inline-block;
  padding: 0px 20px 0px 20px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  line-height: 36px;
  min-height: 36px;
  transition: all .2s;
  -webkit-transition: all .2s;
  margin-bottom: -1px;
  border: 1px solid #e2e2e2;
  position: relative; }

.flyer-tab-title > ul > li i {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #e2e2e2;
  top: 0px;
  right: 0px; }

.flyer-tab-title > ul > li.flyer-tab-active {
  background-color: #fff;
  height: 37px;
  border: 1px solid #e2e2e2;
  border-top-color: #fff;
  border-bottom-color: #fff; }

.flyer-tab-content {
  min-height: 40px;
  padding: 10px 0; }

.flyer-tab-item {
  display: none; }

.flyer-tab-content div.active {
  display: block; }

.flyer-tab-default,
.flyer-tab-simple {
  text-align: left !important;
  border: none; }
  .flyer-tab-default .flyer-tab-title,
  .flyer-tab-simple .flyer-tab-title {
    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-bottom: 1px solid #e2e2e2;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: #fff; }
    .flyer-tab-default .flyer-tab-title ul li,
    .flyer-tab-simple .flyer-tab-title ul li {
      border: none; }
  .flyer-tab-default .flyer-tab-active,
  .flyer-tab-simple .flyer-tab-active {
    border: none; }
    .flyer-tab-default .flyer-tab-active:after,
    .flyer-tab-simple .flyer-tab-active:after {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 100%;
      height: 41px;
      border: 1px solid #e2e2e2;
      border-bottom-color: #fff;
      border-radius: 2px 2px 0 0;
      -webkit-box-sizing: border-box !important;
      -moz-box-sizing: border-box !important;
      box-sizing: border-box !important;
      pointer-events: none; }

.flyer-tab-simple .flyer-tab-active {
  color: #5FB878; }
  .flyer-tab-simple .flyer-tab-active:after {
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #5FB878; }

.flyer-tab-card .flyer-tab-title > ul > li {
  border: none; }

/*# sourceMappingURL=flyer-tab.css.map */

.flyer-table {
  table-layout: fixed;
  width: 100%;
  margin: 10px 0; }
  .flyer-table thead {
    background-color: #f2f2f2; }
  .flyer-table th,
  .flyer-table td {
    padding: 6px 15px;
    min-height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle; }
  .flyer-table th {
    border-bottom: 0px; }
  .flyer-table tfoot td {
    border-top: 0px; }
  .flyer-table table {
    table-layout: fixed;
    width: 100%;
    margin: 10px 0; }
    .flyer-table table thead {
      background-color: #f2f2f2; }
    .flyer-table table th,
    .flyer-table table td {
      padding: 6px 15px;
      min-height: 20px;
      line-height: 20px;
      border: 1px solid #ddd;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      vertical-align: middle; }
    .flyer-table table th {
      border-bottom: 0px; }
    .flyer-table table tfoot td {
      border-top: 0px; }

.flyer-table-bg tr:nth-child(even) {
  background: #fbfbfb; }

.user-select-none {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.flyer-rgrips {
  height: 0px;
  position: relative; }
  .flyer-rgrips .flyer-rgrips-resizer {
    position: absolute;
    background-color: transparent;
    filter: alpha(opacity=1);
    opacity: 1;
    width: 10px;
    height: 100%;
    cursor: e-resize;
    top: 0px; }
  .flyer-rgrips .flyer-rgrips-drag {
    border-left: 1px dashed #333; }

/*# sourceMappingURL=flyer-table.css.map */

.flyer-tree {
  position: relative; }
  .flyer-tree li {
    line-height: 24px; }
    .flyer-tree li > i {
      min-width: 16px;
      font-size: 16px !important;
      vertical-align: 0px;
      cursor: pointer;
      text-align: center; }
    .flyer-tree li > i.fa-folder-o,
    .flyer-tree li > i.fa-folder-open-o,
    .flyer-tree li > i.fa-file-o {
      margin-right: 5px;
      font-size: 14px !important; }
    .flyer-tree li a {
      cursor: pointer;
      user-select: none;
      -ms-user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none; }
    .flyer-tree li a[target]:hover {
      opacity: .8;
      text-decoration: underline; }
  .flyer-tree-root {
    margin: 0px;
    padding: 0px; }
  .flyer-tree-node {
    margin-left: 20px;
    display: none; }
  .flyer-tree-show {
    display: block; }
  .flyer-tree-hide {
    display: none; }
  .flyer-tree ul:first-child {
    margin: 0px;
    padding: 0px;
    display: block; }

/*# sourceMappingURL=flyer-tree.css.map */

.flyer-upload {
  display: inline-block;
  position: relative; }
  .flyer-upload-file {
    display: none; }

#flyer_upload_iframe {
  display: none; }

/*# sourceMappingURL=flyer-upload.css.map */

.flyer-progress {
  margin: 20px;
  position: relative;
  height: 6px;
  border-radius: 20px;
  background-color: #e2e2e2; }
  .flyer-progress-box {
    position: relative;
    padding: 14px 0px; }
  .flyer-progress-bar {
    position: absolute;
    width: 0px;
    max-width: 100%;
    height: 6px;
    border-radius: 20px;
    text-align: right;
    background-color: #5FB878;
    transition: all .3s;
    -webkit-transition: all .3s; }
  .flyer-progress-orange {
    background-color: #F7B824; }
  .flyer-progress-blue {
    background-color: #F7B824; }
  .flyer-progress-red {
    background-color: #FF5722; }
  .flyer-progress-green {
    background-color: #5FB878; }
  .flyer-progress-blue {
    background-color: #1E9FFF; }
  .flyer-progress-blueGreen {
    background-color: #009688; }
  .flyer-progress-black {
    background-color: #000; }
  .flyer-progress-text {
    position: relative;
    top: -18px;
    line-height: 18px;
    font-size: 12px;
    color: #666; }
  .flyer-progress-big {
    height: 18px;
    line-height: 18px; }
    .flyer-progress-big .flyer-progress-text {
      position: static;
      padding: 0px 10px;
      color: #fff; }
  .flyer-progress-big .flyer-progress-bar {
    height: 18px;
    line-height: 18px; }

/*# sourceMappingURL=flyer-progressbar.css.map */
