@charset "UTF-8";
/*初始化*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

template {
  display: none;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

h1 {
  font-size: 34px;
  margin: 19px 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -4px;
}

sup {
  top: -8px;
}

img {
  border-style: none;
  vertical-align: middle;
  display: inline-block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  border: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 6px 12px 12px;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

form {
  margin: 0;
}

input {
  background: none;
}

i,
cite {
  font-style: normal;
  *cursor: pointer;
}

em {
  font-style: normal;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
form,
pre {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style: none;
}

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

h4,
h5,
h6 {
  font-size: 100%;
}

button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

hr {
  border: 0;
  clear: both;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  background-size: auto 100%;
  margin: 0;
}

label {
  font-weight: normal !important;
  margin-bottom: 0 !important;
}

/*基本*/
html {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 1.15;
  text-align: left;
  color: #333;
}

a {
  color: #0d1c28;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #7d7d7d;
  text-decoration: none;
}

.cl-primary {
  color: #1989fa !important;
}

.cl-white {
  color: #fff !important;
}

.cl-black {
  color: #000 !important;
}

.cl-dk-grey {
  color: #333 !important;
}

.cl-grey {
  color: #666 !important;
}

.cl-lt-gray {
  color: #999 !important;
}

.cl-blue {
  color: #1989fa !important;
}

.cl-indigo {
  color: #6610f2 !important;
}

.cl-pink {
  color: #e83e8c !important;
}

.cl-red {
  color: #f56c6c !important;
}

.cl-orange {
  color: #ed9d35 !important;
}

.cl-yellow {
  color: #d8c18a !important;
}

.cl-teal {
  color: #29ba90 !important;
}

.cl-green {
  color: #19be6b !important;
}

.cl-cyan {
  color: #31bdec !important;
}

.cl-steelblue {
  color: #a6c5e1 !important;
}

.bg-primary {
  background-color: #1989fa !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-dk-grey {
  background-color: #333 !important;
}

.bg-grey {
  background-color: #666 !important;
}

.bg-lt-gray {
  background-color: #999 !important;
}

.bg-blue {
  background-color: #1989fa !important;
}

.bg-indigo {
  background-color: #6610f2 !important;
}

.bg-pink {
  background-color: #e83e8c !important;
}

.bg-red {
  background-color: #f56c6c !important;
}

.bg-orange {
  background-color: #ed9d35 !important;
}

.bg-yellow {
  background-color: #d8c18a !important;
}

.bg-teal {
  background-color: #29ba90 !important;
}

.bg-green {
  background-color: #19be6b !important;
}

.bg-cyan {
  background-color: #31bdec !important;
}

.bg-steelblue {
  background-color: #a6c5e1 !important;
}

.bg-primary, .bg-black, .bg-dk-grey, .bg-grey, .bg-lt-gray, .bg-blue, .bg-indigo, .bg-pink, .bg-red, .bg-orange, .bg-yellow, .bg-teal, .bg-green, .bg-cyan, .bg-steelblue {
  color: #fff !important;
}

.ft14 {
  font-size: 14px;
}

.ft16 {
  font-size: 16px;
}

.ft18 {
  font-size: 18px;
}

.ft20 {
  font-size: 20px;
}

.ft24 {
  font-size: 24px;
}

.ft32 {
  font-size: 32px;
}

.ft36 {
  font-size: 36px;
}

.ft40 {
  font-size: 40px;
}

.hui-text {
  line-height: 22px;
  font-size: 14px;
  color: #666;
}

.hui-text h1,
.hui-text h2,
.hui-text h3 {
  color: #333;
}

.hui-text h1 {
  font-size: 32px;
}

.hui-text h2 {
  font-size: 24px;
}

.hui-text h3 {
  font-size: 18px;
}

.hui-text a:not(.hui-btn) {
  color: #1989fa;
}

.hui-text a:not(.hui-btn):hover {
  text-decoration: underline;
}

.hui-text ul {
  padding: 5px 0 5px 15px;
}

.hui-text ul li {
  margin-top: 5px;
  list-style-type: disc;
}

.hui-text em,
.hui-text .hui-word-aux {
  color: #999 !important;
  padding: 0 5px !important;
}

.hui-container, .hui-main, .hui-warp, .hui-fluid {
  margin: 0 auto;
}

.hui-container {
  width: 100%;
}

.hui-main {
  width: 1180px;
}

.hui-warp {
  width: 1180px;
}

.hui-fluid {
  position: relative;
  padding: 12px;
}

.hui-row {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.hui-row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  -ms-flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.hui-row .col {
  flex: 1 0 0%;
  -ms-flex: 1 0 0%;
}

.hui-row .col-auto, .hui-row .col-1, .hui-row .col-2, .hui-row .col-3, .hui-row .col-4, .hui-row .col-5, .hui-row .col-6, .hui-row .col-7, .hui-row .col-8, .hui-row .col-9, .hui-row .col-10, .hui-row .col-11, .hui-row .col-12 {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}

.hui-row .col-auto {
  width: auto;
}

.hui-row .col-1 {
  width: 8.33333333%;
}

.hui-row .col-2 {
  width: 16.66666667%;
}

.hui-row .col-3 {
  width: 25%;
}

.hui-row .col-4 {
  width: 33.33333333%;
}

.hui-row .col-5 {
  width: 41.66666667%;
}

.hui-row .col-6 {
  width: 50%;
}

.hui-row .col-7 {
  width: 58.33333333%;
}

.hui-row .col-8 {
  width: 66.66666667%;
}

.hui-row .col-9 {
  width: 75%;
}

.hui-row .col-10 {
  width: 83.33333333%;
}

.hui-row .col-11 {
  width: 91.66666667%;
}

.hui-row .col-12 {
  width: 100%;
}

.hui-row.row-cols-auto > *,
.hui-row.row-cols-1 > *,
.hui-row.row-cols-2 > *,
.hui-row.row-cols-3 > *,
.hui-row.row-cols-4 > *,
.hui-row.row-cols-5 > *,
.hui-row.row-cols-6 > * {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}

.hui-row.row-cols-auto > * {
  width: auto;
}

.hui-row.row-cols-1 > * {
  width: 100%;
}

.hui-row.row-cols-2 > * {
  width: 50%;
}

.hui-row.row-cols-3 > * {
  width: 33.3333333333%;
}

.hui-row.row-cols-4 > * {
  width: 25%;
}

.hui-row.row-cols-5 > * {
  width: 20%;
}

.hui-row.row-cols-6 > * {
  width: 16.6666666667%;
}

.hui-row.gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.hui-row.gap-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.hui-row.gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.hui-row.gap-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.hui-row.gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.hui-row.gap-30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.hui-row.gap-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.hui-row.gap-40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.hui-row.gap-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.hui-row.gap-50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.hui-row-float > * {
  float: left;
  position: relative;
}

.hui-row-float::before {
  content: '';
  display: block;
  clear: both;
}

.hui-row-float::after {
  content: '';
  display: block;
  clear: both;
}

.hui-row-float > .left {
  float: left;
}

.hui-row-float > .right {
  float: right;
}

.hui-row-float .col-auto {
  width: auto;
}

.hui-row-float .col-1 {
  width: 8.33333333%;
}

.hui-row-float .col-2 {
  width: 16.66666667%;
}

.hui-row-float .col-3 {
  width: 25%;
}

.hui-row-float .col-4 {
  width: 33.33333333%;
}

.hui-row-float .col-5 {
  width: 41.66666667%;
}

.hui-row-float .col-6 {
  width: 50%;
}

.hui-row-float .col-7 {
  width: 58.33333333%;
}

.hui-row-float .col-8 {
  width: 66.66666667%;
}

.hui-row-float .col-9 {
  width: 75%;
}

.hui-row-float .col-10 {
  width: 83.33333333%;
}

.hui-row-float .col-11 {
  width: 91.66666667%;
}

.hui-row-float .col-12 {
  width: 100%;
}

.hui-row-float.gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.hui-row-float.gap-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.hui-row-float.gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.hui-row-float.gap-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.hui-row-float.gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.hui-row-float.gap-30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.hui-row-float.gap-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.hui-row-float.gap-40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.hui-row-float.gap-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.hui-row-float.gap-50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.hui-list .list-title {
  padding-bottom: 20px;
  position: relative;
}

.hui-list .list-title > h1 {
  font-size: 24px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.hui-list .list-title .more {
  font-size: 16px;
  line-height: 1;
  color: #999;
  position: absolute;
  right: 0;
  top: 2px;
  transition: all 0.3s ease-in-out;
}

.hui-list .list-title .more:hover {
  color: #1989fa;
}

.hui-list .list-title.show h1::after {
  content: '';
  display: block;
  width: 42px;
  height: 3px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #1989fa;
}

.hui-list .list-group {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

.hui-list .list-group .item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hui-list .list-group .item a {
  display: block;
  color: #0d1c28;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 84%;
  transition: all 0.3s ease-in-out;
}

.hui-list .list-group .item a:hover, .hui-list .list-group .item a:active, .hui-list .list-group .item a:focus {
  color: #1989fa;
}

.hui-list .list-group .item time,
.hui-list .list-group .item .time {
  font-size: 16px;
  color: #999;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}

.hui-list .list-group.dot .item a {
  padding-left: 20px;
}

.hui-list .list-group.dot .item a::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #6e777e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.hui-list .list-group.dot .item a:hover::before {
  background-color: #1989fa;
  border-radius: 50%;
}

.hui-breadcrumb {
  padding: 30px 0px 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.hui-breadcrumb::before {
  content: '';
  display: block;
  clear: both;
}

.hui-breadcrumb::after {
  content: '';
  display: block;
  clear: both;
}

.hui-breadcrumb a {
  float: left;
  color: #abacae;
}

.hui-breadcrumb a:hover {
  color: #1989fa;
}

.hui-breadcrumb a::after {
  content: ">";
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

.hui-breadcrumb a::last-child {
  color: #0d1c28;
}

.hui-breadcrumb a::last-child::after {
  display: none;
}

.hui-breadcrumb span {
  float: left;
  color: #0d1c28;
}

.hui-pagination {
  font-size: 0;
}

.hui-pagination .hui-pager {
  display: inline-block;
  margin: 0 4px;
}

.hui-pagination .hui-pager li {
  display: inline-block;
  margin-left: 4px;
}

.hui-pagination .hui-pager li a {
  display: block;
  font-size: 16px;
  color: #292929;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  transition: all 0.3s;
}

.hui-pagination .hui-pager li a:hover {
  color: #1989fa;
}

.hui-pagination .hui-pager li a.active {
  background-color: #1989fa;
  border: 1px solid #1989fa;
  color: #fff;
}

.hui-pagination .total {
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
  color: #7d7d7d;
}

.hui-pagination .jump {
  display: inline-block;
  font-size: 14px;
  color: #7d7d7d;
  padding-right: 10px;
}

.hui-pagination .input {
  display: inline-block;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  transition: all 0.3s;
  text-align: center;
  padding: 0 6px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background: #fff;
  margin: 0 10px;
}

.hui-pagination .btn-flip,
.hui-pagination .btn-confirm {
  cursor: pointer;
  min-width: 54px;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  border: none;
  color: #292929;
  padding: 0 6px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background: #fff;
  transition: all 0.3s;
}

.hui-pagination .btn-flip:hover,
.hui-pagination .btn-confirm:hover {
  background-color: #1989fa;
  border: 1px solid #1989fa;
  color: #fff;
}

@keyframes anima-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes anima-up {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0.3;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes anima-upbit {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes anima-downbit {
  from {
    -webkit-transform: translate3d(0, -30px, 0);
    opacity: 0.3;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes anima-left {
  from {
    -webkit-transform: translate3d(-30px, 0px, 0px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes anima-right {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(-30px, 0, 0);
    opacity: 1;
  }
}

@keyframes anima-scale {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes anima-scale-hide {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@keyframes anima-scale-spring {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
  }
  80% {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes anima-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anima-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anima-flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes anima-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes anima-bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes anima-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes anima-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes anima-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes anima-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes anima-bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes anima-flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes anima-bounce-left {
  0% {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 0.3;
  }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes anima-bounce-right {
  0% {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  50% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 0.3;
  }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes anima-move {
  0% {
    left: 35%;
    opacity: 0.1;
  }
  50% {
    left: 50%;
    opacity: 1;
  }
  100% {
    left: 65%;
    opacity: 0.1;
  }
}

@keyframes anima-show-shadow {
  0% {
    text-shadow: 0 0px 30px rgba(0, 101, 253, 0), 0 0px 20px rgba(0, 101, 253, 0);
  }
  50% {
    text-shadow: 0 0px 30px rgba(0, 101, 253, 0.8), 0 0px 20px rgba(0, 101, 253, 0.8);
  }
  100% {
    text-shadow: 0 0px 30px rgba(0, 101, 253, 0), 0 0px 20px rgba(0, 101, 253, 0);
  }
}

@keyframes anima-bg-move {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

@keyframes anima-img-bg {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 500% 500%;
  }
}

@keyframes rowup {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(0, -34px, 0);
    transform: translate3d(0, -34px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -34px, 0);
    transform: translate3d(0, -34px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -68px, 0);
    transform: translate3d(0, -68px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -68px, 0);
    transform: translate3d(0, -68px, 0);
  }
}

.hui-btn {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  font-weight: 400;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  text-align: center;
  font-size: 14px;
  color: #666;
  border-radius: 4px;
  background: #fff;
  padding: 12px 20px;
  border: 1px solid #e5e5e5;
}

.hui-btn + .hui-btn {
  margin-left: 10px;
}

.hui-btn:focus, .hui-btn:hover, .hui-btn:active {
  color: #1989fa;
  background-color: rgba(25, 137, 250, 0.1);
  border-color: rgba(25, 137, 250, 0.3);
  outline: 0;
}

.hui-btn:-moz-focus-inner {
  border: 0;
}

.hui-btn [class*="hui-icon-"] + span {
  margin-left: 5px;
}

.hui-btn.is-active, .hui-btn.is-plain:active {
  color: #1989fa;
  border-color: rgba(25, 137, 250, 0.3);
}

.hui-btn.is-plain:focus, .hui-btn.is-plain:hover {
  color: #1989fa;
  background: #fff;
  border-color: rgba(25, 137, 250, 0.3);
}

.hui-btn.is-plain:active {
  background: #fff;
  outline: 0;
}

.hui-btn.is-disabled, .hui-btn.is-disabled:focus, .hui-btn.is-disabled:hover {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5;
}

.hui-btn.is-disabled.hui-btn-text {
  background-color: transparent;
}

.hui-btn.is-disabled.is-plain, .hui-btn.is-disabled.is-plain:hover, .hui-btn.is-disabled.is-plain:focus {
  background-color: #fff;
  border-color: #ebeef5;
  color: #c0c4cc;
}

.hui-btn.is-loading {
  position: relative;
  pointer-events: none;
}

.hui-btn.is-loading::before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
}

.hui-btn.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}

.hui-btn.is-circle {
  border-radius: 50%;
  padding: 12px;
}

.hui-btn.btn-primary {
  color: #fff;
  background-color: #1989fa;
  border-color: #1989fa;
}

.hui-btn.btn-primary:hover, .hui-btn.btn-primary:focus, .hui-btn.btn-primary.is-active, .hui-btn.btn-primary:active {
  color: #fff;
  background-color: rgba(25, 137, 250, 0.8);
  border-color: rgba(25, 137, 250, 0.8);
}

.hui-btn.btn-primary:active {
  outline: none;
}

.hui-btn.btn-primary.is-disabled, .hui-btn.btn-primary.is-disabled:hover, .hui-btn.btn-primary.is-disabled:focus, .hui-btn.btn-primary.is-disabled:active {
  color: #fff;
  background-color: rgba(25, 137, 250, 0.3);
  border-color: rgba(25, 137, 250, 0.3);
}

.hui-btn.btn-primary.is-plain {
  color: #1989fa;
  background: rgba(25, 137, 250, 0.1);
  border-color: rgba(25, 137, 250, 0.3);
}

.hui-btn.btn-primary.is-plain:hover, .hui-btn.btn-primary.is-plain:focus {
  background: #1989fa;
  border-color: #1989fa;
  color: #fff;
  outline: 0;
}

.hui-btn.btn-primary.is-plain:active {
  background: #1989fa;
  border-color: #1989fa;
  color: #fff;
  outline: none;
}

.hui-btn.btn-primary.is-plain.is-disabled, .hui-btn.btn-primary.is-plain.is-disabled:hover, .hui-btn.btn-primary.is-plain.is-disabled:active, .hui-btn.btn-primary.is-plain.is-disabled:focus {
  color: rgba(25, 137, 250, 0.6);
  background-color: rgba(25, 137, 250, 0.3);
  border-color: rgba(25, 137, 250, 0.3);
}

.hui-btn.btn-success {
  color: #fff;
  background-color: #19be6b;
  border-color: #19be6b;
}

.hui-btn.btn-success:hover, .hui-btn.btn-success:focus {
  color: #fff;
  background-color: rgba(25, 190, 107, 0.8);
  border-color: rgba(25, 190, 107, 0.8);
}

.hui-btn.btn-success:active {
  outline: none;
}

.hui-btn.btn-success.is-active, .hui-btn.btn-success:active {
  background-color: #19be6b;
  border-color: #19be6b;
  color: #fff;
}

.hui-btn.btn-success.is-disabled, .hui-btn.btn-success.is-disabled:hover, .hui-btn.btn-success.is-disabled:focus, .hui-btn.btn-success.is-disabled:active {
  color: #fff;
  background-color: rgba(25, 190, 107, 0.3);
  border-color: rgba(25, 190, 107, 0.3);
}

.hui-btn.btn-success.is-plain {
  color: #19be6b;
  background: rgba(25, 190, 107, 0.1);
  border-color: rgba(25, 190, 107, 0.3);
}

.hui-btn.btn-success.is-plain:hover, .hui-btn.btn-success.is-plain:focus {
  background: #19be6b;
  border-color: #19be6b;
  color: #fff;
}

.hui-btn.btn-success.is-plain:active {
  background: #19be6b;
  border-color: #19be6b;
  color: #fff;
  outline: none;
}

.hui-btn.btn-success.is-plain.is-disabled, .hui-btn.btn-success.is-plain.is-disabled:hover, .hui-btn.btn-success.is-plain.is-disabled:active, .hui-btn.btn-success.is-plain.is-disabled:focus {
  color: rgba(25, 190, 107, 0.6);
  background-color: rgba(25, 190, 107, 0.3);
  border-color: rgba(25, 190, 107, 0.3);
}

.hui-btn.btn-warning {
  color: #fff;
  background-color: #ed9d35;
  border-color: #ed9d35;
}

.hui-btn.btn-warning:hover, .hui-btn.btn-warning:focus {
  color: #fff;
  background-color: rgba(237, 157, 53, 0.8);
  border-color: rgba(237, 157, 53, 0.8);
}

.hui-btn.btn-warning:active {
  outline: none;
}

.hui-btn.btn-warning.is-active, .hui-btn.btn-warning:active {
  color: #fff;
  background-color: #ed9d35;
  border-color: #ed9d35;
}

.hui-btn.btn-warning.is-disabled, .hui-btn.btn-warning.is-disabled:hover, .hui-btn.btn-warning.is-disabled:focus, .hui-btn.btn-warning.is-disabled:active {
  color: #fff;
  background-color: rgba(237, 157, 53, 0.3);
  border-color: rgba(237, 157, 53, 0.3);
}

.hui-btn.btn-warning.is-plain {
  color: #ed9d35;
  background: rgba(237, 157, 53, 0.1);
  border-color: rgba(237, 157, 53, 0.3);
}

.hui-btn.btn-warning.is-plain:hover, .hui-btn.btn-warning.is-plain:focus {
  background: #ed9d35;
  border-color: #ed9d35;
  color: #fff;
}

.hui-btn.btn-warning.is-plain:active {
  background: #ed9d35;
  border-color: #ed9d35;
  color: #fff;
  outline: none;
}

.hui-btn.btn-warning.is-plain.is-disabled, .hui-btn.btn-warning.is-plain.is-disabled:hover, .hui-btn.btn-warning.is-plain.is-disabled:active, .hui-btn.btn-warning.is-plain.is-disabled:focus {
  color: rgba(237, 157, 53, 0.6);
  background-color: rgba(237, 157, 53, 0.3);
  border-color: rgba(237, 157, 53, 0.3);
}

.hui-btn.btn-danger {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
}

.hui-btn.btn-danger:hover, .hui-btn.btn-danger:focus {
  color: #fff;
  background-color: rgba(245, 108, 108, 0.8);
  border-color: rgba(245, 108, 108, 0.8);
}

.hui-btn.btn-danger:active {
  outline: none;
}

.hui-btn.btn-danger.is-active, .hui-btn.btn-danger:active {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
}

.hui-btn.btn-danger.is-disabled, .hui-btn.btn-danger.is-disabled:hover, .hui-btn.btn-danger.is-disabled:focus, .hui-btn.btn-danger.is-disabled:active {
  color: #fff;
  background-color: rgba(245, 108, 108, 0.3);
  border-color: rgba(245, 108, 108, 0.3);
}

.hui-btn.btn-danger.is-plain {
  color: #f56c6c;
  background: rgba(245, 108, 108, 0.1);
  border-color: rgba(245, 108, 108, 0.3);
}

.hui-btn.btn-danger.is-plain:hover, .hui-btn.btn-danger.is-plain:focus {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
}

.hui-btn.btn-danger.is-plain:active {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
  outline: none;
}

.hui-btn.btn-danger.is-plain.is-disabled, .hui-btn.btn-danger.is-plain.is-disabled:hover, .hui-btn.btn-danger.is-plain.is-disabled:active, .hui-btn.btn-danger.is-plain.is-disabled:focus {
  color: rgba(245, 108, 108, 0.6);
  background-color: rgba(245, 108, 108, 0.3);
  border-color: rgba(245, 108, 108, 0.3);
}

.hui-btn.btn-info {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.hui-btn.btn-info:hover, .hui-btn.btn-info:focus {
  background: #666;
  border-color: #666;
  color: #fff;
}

.hui-btn.btn-info:active {
  outline: none;
}

.hui-btn.btn-info.is-active, .hui-btn.btn-info:active {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.hui-btn.btn-info.is-disabled, .hui-btn.btn-info.is-disabled:hover, .hui-btn.btn-info.is-disabled:focus, .hui-btn.btn-info.is-disabled:active {
  color: #fff;
  background-color: rgba(102, 102, 102, 0.3);
  border-color: rgba(102, 102, 102, 0.3);
}

.hui-btn.btn-info.is-plain {
  color: #666;
  background-color: rgba(102, 102, 102, 0.3);
  border-color: rgba(102, 102, 102, 0.3);
}

.hui-btn.btn-info.is-plain:hover, .hui-btn.btn-info.is-plain:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.hui-btn.btn-info.is-plain:active {
  color: #fff;
  background-color: #999;
  border-color: #999;
  outline: none;
}

.hui-btn.btn-info.is-plain.is-disabled, .hui-btn.btn-info.is-plain.is-disabled:hover, .hui-btn.btn-info.is-plain.is-disabled:active, .hui-btn.btn-info.is-plain.is-disabled:focus {
  color: #666;
  background-color: rgba(102, 102, 102, 0.3);
  border-color: rgba(102, 102, 102, 0.3);
}

.hui-btn.btn-text {
  color: #1989fa;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
}

.hui-btn.btn-text:focus, .hui-btn.btn-text:hover {
  color: rgba(25, 137, 250, 0.6);
  border-color: transparent;
  background-color: transparent;
}

.hui-btn.btn-text:active {
  color: #1989fa;
  background-color: transparent;
}

.hui-btn.btn-text, .hui-btn.btn-text:active {
  border-color: transparent;
}

.hui-btn.btn-text.is-disabled, .hui-btn.btn-text.is-disabled:hover, .hui-btn.btn-text.is-disabled:focus {
  border-color: transparent;
}

.hui-btn.btn-medium {
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
}

.hui-btn.btn-medium.is-round {
  padding: 10px 20px;
}

.hui-btn.btn-medium.is-circle {
  padding: 10px;
}

.hui-btn.btn-small {
  font-size: 12px;
  border-radius: 3px;
}

.hui-btn.btn-small, .hui-btn.btn-small.is-round {
  padding: 9px 15px;
}

.hui-btn.btn-small.is-circle {
  padding: 9px;
}

.hui-btn.btn-mini {
  font-size: 12px;
  border-radius: 3px;
}

.hui-btn.btn-mini,
.hui-btn.btn-mini .is-round {
  padding: 7px 15px;
}

.hui-btn.btn-mini.is-circle {
  padding: 7px;
}

.hui-btn.btn-fluid {
  width: 100%;
}

.hui-btn-group > .hui-btn.is-acive, .hui-btn-group > .hui-btn.is-disabled, .hui-btn-group > .hui-btn:active, .hui-btn-group > .hui-btn:hover, .hui-btn-group > .hui-btn:focus {
  z-index: 1;
}

.hui-btn-group {
  display: inline-block;
  vertical-align: middle;
}

.hui-btn-group::after, .hui-btn-group::before {
  content: '';
  display: table;
}

.hui-btn-group::after {
  content: '';
  clear: both;
}

.hui-btn-group > .hui-btn {
  float: left;
  position: relative;
}

.hui-btn-group > .hui-btn + .hui-btn {
  margin-left: 0;
}

.hui-btn-group > .hui-btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hui-btn-group > .hui-btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.hui-btn-group > .hui-btn:first-child:last-child {
  border-radius: 4px;
}

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

.hui-btn-group > .hui-btn:not(:last-child) {
  margin-right: -1px;
}

.hui-btn-group > .hui-dropdown > .hui-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-primary:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-primary:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-primary:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-success:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-success:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-success:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-warning:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-warning:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-warning:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-danger:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-danger:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-danger:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-info:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-info:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.hui-btn-group .hui-btn-info:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

@font-face {
  font-display: block;
  font-family: "hui-icon";
  src: url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff");
}

.icon::before,
[class^="icon-"]::before,
[class*=" icon-"]::before {
  display: inline-block;
  font-family: hui-icon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}

.icon-circle:before {
  content: "\e74f";
}

.icon-search-fill:before {
  content: "\e85d";
}

.icon-prompt-fill:before {
  content: "\e86d";
}

.icon-menu-fill:before {
  content: "\e850";
}

.icon-chart-line-fill:before {
  content: "\e80e";
}

.icon-circle-fill:before {
  content: "\e80f";
}

.icon-cart-fill:before {
  content: "\e810";
}

.icon-chart-bar-fill:before {
  content: "\e811";
}

.icon-close-fill:before {
  content: "\e812";
}

.icon-calendar-fill:before {
  content: "\e813";
}

.icon-captcha2-fill:before {
  content: "\e814";
}

.icon-cry-fill:before {
  content: "\e815";
}

.icon-captcha-fill:before {
  content: "\e816";
}

.icon-clock-fill:before {
  content: "\e817";
}

.icon-compass-fill:before {
  content: "\e818";
}

.icon-cut-fill:before {
  content: "\e819";
}

.icon-customization-fill:before {
  content: "\e81a";
}

.icon-copy-fill:before {
  content: "\e81b";
}

.icon-computer-fill:before {
  content: "\e81c";
}

.icon-daytime-fill:before {
  content: "\e81d";
}

.icon-data-board-fill:before {
  content: "\e81e";
}

.icon-delete2-fill:before {
  content: "\e81f";
}

.icon-delete-fill:before {
  content: "\e820";
}

.icon-diamond-fill:before {
  content: "\e821";
}

.icon-direction-left-fill:before {
  content: "\e822";
}

.icon-direction-down-fill:before {
  content: "\e823";
}

.icon-direction-right-fill:before {
  content: "\e824";
}

.icon-direction-up-fill:before {
  content: "\e825";
}

.icon-discounts-fill:before {
  content: "\e826";
}

.icon-double-arrow-down-fill:before {
  content: "\e827";
}

.icon-double-arrow-left-fill:before {
  content: "\e828";
}

.icon-download2-fill:before {
  content: "\e829";
}

.icon-double-arrow-up-fill:before {
  content: "\e82a";
}

.icon-double-arrow-right-fill:before {
  content: "\e82b";
}

.icon-download-fill:before {
  content: "\e82c";
}

.icon-down-sm1-fill:before {
  content: "\e82d";
}

.icon-down-sm-fill:before {
  content: "\e82e";
}

.icon-editor2-fill:before {
  content: "\e82f";
}

.icon-editor-fill:before {
  content: "\e830";
}

.icon-down-to-bottom-fill:before {
  content: "\e831";
}

.icon-email-fill:before {
  content: "\e832";
}

.icon-email2-fill:before {
  content: "\e833";
}

.icon-export-fill:before {
  content: "\e834";
}

.icon-file-open-fill:before {
  content: "\e835";
}

.icon-fullscreen-magnify1-fill:before {
  content: "\e836";
}

.icon-find-fill:before {
  content: "\e837";
}

.icon-folder-fill:before {
  content: "\e838";
}

.icon-fullscreen-shrink1-fill:before {
  content: "\e839";
}

.icon-favorites-fill:before {
  content: "\e83a";
}

.icon-fullscreen-magnify-fill:before {
  content: "\e83b";
}

.icon-fullscreen-shrink-fill:before {
  content: "\e83c";
}

.icon-gift1-fill:before {
  content: "\e83d";
}

.icon-head-portrait-fill:before {
  content: "\e83e";
}

.icon-help-fill:before {
  content: "\e83f";
}

.icon-home-fill:before {
  content: "\e840";
}

.icon-history-fill:before {
  content: "\e841";
}

.icon-gift-fill:before {
  content: "\e842";
}

.icon-home2-fill:before {
  content: "\e843";
}

.icon-identity-fill:before {
  content: "\e844";
}

.icon-left-sm-fill:before {
  content: "\e845";
}

.icon-import-fill:before {
  content: "\e846";
}

.icon-layers-fill:before {
  content: "\e847";
}

.icon-invisible-fill:before {
  content: "\e848";
}

.icon-list-fill:before {
  content: "\e849";
}

.icon-link-fill:before {
  content: "\e84a";
}

.icon-location-fill:before {
  content: "\e84b";
}

.icon-magnify-fill:before {
  content: "\e84c";
}

.icon-location2-fill:before {
  content: "\e84d";
}

.icon-message-fill:before {
  content: "\e84e";
}

.icon-mobile-phone-fill:before {
  content: "\e84f";
}

.icon-mic-fill:before {
  content: "\e851";
}

.icon-more-fill:before {
  content: "\e852";
}

.icon-page-first-fill:before {
  content: "\e853";
}

.icon-password2-fill:before {
  content: "\e854";
}

.icon-password-fill:before {
  content: "\e855";
}

.icon-page-last-fill:before {
  content: "\e856";
}

.icon-network-fill:before {
  content: "\e857";
}

.icon-phonecall2-fill:before {
  content: "\e858";
}

.icon-plus-sm-fill:before {
  content: "\e859";
}

.icon-packaging-fill:before {
  content: "\e85a";
}

.icon-pic-fill:before {
  content: "\e85b";
}

.icon-password3-fill:before {
  content: "\e85c";
}

.icon-praise-fill:before {
  content: "\e85e";
}

.icon-qr-code-fill:before {
  content: "\e85f";
}

.icon-red-packet-fill:before {
  content: "\e860";
}

.icon-refresh-fill:before {
  content: "\e861";
}

.icon-record-fill:before {
  content: "\e862";
}

.icon-remind2-fill:before {
  content: "\e863";
}

.icon-right-sm-fill:before {
  content: "\e864";
}

.icon-remind-fill:before {
  content: "\e865";
}

.icon-round-down-fill:before {
  content: "\e866";
}

.icon-round-left-fill:before {
  content: "\e867";
}

.icon-round-up-fill:before {
  content: "\e868";
}

.icon-round-right-fill:before {
  content: "\e869";
}

.icon-search2-fill:before {
  content: "\e86a";
}

.icon-scan-fill:before {
  content: "\e86b";
}

.icon-save-fill:before {
  content: "\e86c";
}

.icon-security1-fill:before {
  content: "\e86e";
}

.icon-seleted-fill:before {
  content: "\e86f";
}

.icon-security-fill:before {
  content: "\e870";
}

.icon-serve-fill:before {
  content: "\e871";
}

.icon-set1-fill:before {
  content: "\e872";
}

.icon-share2-fill:before {
  content: "\e873";
}

.icon-set-fill:before {
  content: "\e874";
}

.icon-share3-fill:before {
  content: "\e875";
}

.icon-share-fill:before {
  content: "\e876";
}

.icon-shop-fill:before {
  content: "\e877";
}

.icon-shut-sm-fill:before {
  content: "\e878";
}

.icon-shrink-fill:before {
  content: "\e879";
}

.icon-so-fill:before {
  content: "\e87a";
}

.icon-spanner-fill:before {
  content: "\e87b";
}

.icon-stop-fill:before {
  content: "\e87c";
}

.icon-star1-fill:before {
  content: "\e87d";
}

.icon-subtract-sm-fill:before {
  content: "\e87e";
}

.icon-shield-fill:before {
  content: "\e87f";
}

.icon-success-fill:before {
  content: "\e880";
}

.icon-smile-fill:before {
  content: "\e881";
}

.icon-text-fill:before {
  content: "\e882";
}

.icon-text2-fill:before {
  content: "\e883";
}

.icon-switch-fill:before {
  content: "\e884";
}

.icon-tick-sm-fill:before {
  content: "\e885";
}

.icon-star-fill:before {
  content: "\e886";
}

.icon-top-sm-fill:before {
  content: "\e887";
}

.icon-toggle-right-fill:before {
  content: "\e888";
}

.icon-toggle-left-fill:before {
  content: "\e889";
}

.icon-up-sm-fill:before {
  content: "\e88a";
}

.icon-upload-fill:before {
  content: "\e88b";
}

.icon-training-fill:before {
  content: "\e88c";
}

.icon-up-to-top-fill:before {
  content: "\e88d";
}

.icon-user-fill:before {
  content: "\e88e";
}

.icon-user-center-fill:before {
  content: "\e88f";
}

.icon-user-delete-fill:before {
  content: "\e890";
}

.icon-view-list-fill:before {
  content: "\e891";
}

.icon-vip-fill:before {
  content: "\e892";
}

.icon-upload2-fill:before {
  content: "\e893";
}

.icon-wallet-fill:before {
  content: "\e894";
}

.icon-user-add-fill:before {
  content: "\e895";
}

.icon-warning-fill:before {
  content: "\e896";
}

.icon-user-group-fill:before {
  content: "\e897";
}

.icon-phonecall-fill:before {
  content: "\e898";
}

.icon-add-fill:before {
  content: "\e7ff";
}

.icon-admin-fill:before {
  content: "\e800";
}

.icon-adjust-fill:before {
  content: "\e801";
}

.icon-arrow-up-fill:before {
  content: "\e802";
}

.icon-arrow-left-fill:before {
  content: "\e803";
}

.icon-arrow-right-fill:before {
  content: "\e804";
}

.icon-arrow-down-fill:before {
  content: "\e805";
}

.icon-book-fill:before {
  content: "\e806";
}

.icon-book2-fill:before {
  content: "\e807";
}

.icon-brush2-fill:before {
  content: "\e808";
}

.icon-bulb-fill:before {
  content: "\e809";
}

.icon-brush-fill:before {
  content: "\e80a";
}

.icon-burse1-fill:before {
  content: "\e80b";
}

.icon-box-fill:before {
  content: "\e80c";
}

.icon-chart-pie-fill:before {
  content: "\e80d";
}

.icon-sm-dot:before {
  content: "\e789";
}

.icon-sm-subtract:before {
  content: "\e796";
}

.icon-sm-shut:before {
  content: "\e7bd";
}

.icon-sm-tick:before {
  content: "\e7d9";
}

.icon-sm-plus:before {
  content: "\e7e1";
}

.icon-sm-down:before {
  content: "\e7e4";
}

.icon-sm-top:before {
  content: "\e7e7";
}

.icon-serve:before {
  content: "\e7d2";
}

.icon-magnify:before {
  content: "\e7c7";
}

.icon-shrink:before {
  content: "\e7d4";
}

.icon-spanner:before {
  content: "\e7de";
}

.icon-search2:before {
  content: "\e7ae";
}

.icon-remind1:before {
  content: "\e7da";
}

.icon-arrow-up:before {
  content: "\e75f";
}

.icon-add:before {
  content: "\e760";
}

.icon-bulb:before {
  content: "\e761";
}

.icon-adjust1:before {
  content: "\e762";
}

.icon-chart-pie:before {
  content: "\e763";
}

.icon-chart-line:before {
  content: "\e764";
}

.icon-arrow-left:before {
  content: "\e765";
}

.icon-cart2:before {
  content: "\e766";
}

.icon-clock:before {
  content: "\e767";
}

.icon-cry:before {
  content: "\e768";
}

.icon-burse1:before {
  content: "\e769";
}

.icon-brush2:before {
  content: "\e76a";
}

.icon-close:before {
  content: "\e76b";
}

.icon-diamond:before {
  content: "\e76c";
}

.icon-count-down:before {
  content: "\e76d";
}

.icon-box:before {
  content: "\e76e";
}

.icon-discounts:before {
  content: "\e76f";
}

.icon-computer:before {
  content: "\e770";
}

.icon-copy:before {
  content: "\e771";
}

.icon-compass:before {
  content: "\e772";
}

.icon-brush:before {
  content: "\e773";
}

.icon-double-arrow-right:before {
  content: "\e774";
}

.icon-book2:before {
  content: "\e775";
}

.icon-crosshairs:before {
  content: "\e776";
}

.icon-captcha:before {
  content: "\e777";
}

.icon-double-arrow-left:before {
  content: "\e778";
}

.icon-arrow-right:before {
  content: "\e779";
}

.icon-code:before {
  content: "\e77a";
}

.icon-customization:before {
  content: "\e77b";
}

.icon-cross:before {
  content: "\e77c";
}

.icon-arrow-down:before {
  content: "\e77d";
}

.icon-double-arrow-up:before {
  content: "\e77e";
}

.icon-cut:before {
  content: "\e77f";
}

.icon-calendar:before {
  content: "\e780";
}

.icon-direction-down:before {
  content: "\e781";
}

.icon-delete2:before {
  content: "\e782";
}

.icon-direction-up:before {
  content: "\e783";
}

.icon-adjust:before {
  content: "\e784";
}

.icon-delete:before {
  content: "\e785";
}

.icon-email2:before {
  content: "\e786";
}

.icon-direction-right:before {
  content: "\e787";
}

.icon-cart:before {
  content: "\e788";
}

.icon-download:before {
  content: "\e78a";
}

.icon-folder:before {
  content: "\e78b";
}

.icon-export1:before {
  content: "\e78c";
}

.icon-fullscreen-magnify1:before {
  content: "\e78d";
}

.icon-book:before {
  content: "\e78e";
}

.icon-download2:before {
  content: "\e78f";
}

.icon-admin:before {
  content: "\e790";
}

.icon-daytime:before {
  content: "\e791";
}

.icon-captcha2:before {
  content: "\e792";
}

.icon-gift:before {
  content: "\e793";
}

.icon-editor:before {
  content: "\e794";
}

.icon-direction-left:before {
  content: "\e795";
}

.icon-help:before {
  content: "\e797";
}

.icon-export:before {
  content: "\e798";
}

.icon-email:before {
  content: "\e799";
}

.icon-fullscreen-shrink1:before {
  content: "\e79a";
}

.icon-file-open:before {
  content: "\e79b";
}

.icon-gift1:before {
  content: "\e79c";
}

.icon-fullscreen-magnify:before {
  content: "\e79d";
}

.icon-favorites:before {
  content: "\e79e";
}

.icon-data-board:before {
  content: "\e79f";
}

.icon-chart-bar:before {
  content: "\e7a0";
}

.icon-head-portrait:before {
  content: "\e7a1";
}

.icon-down-to-bottom:before {
  content: "\e7a2";
}

.icon-home3:before {
  content: "\e7a3";
}

.icon-layers:before {
  content: "\e7a4";
}

.icon-invisible:before {
  content: "\e7a5";
}

.icon-home:before {
  content: "\e7a6";
}

.icon-link:before {
  content: "\e7a7";
}

.icon-double-arrow-down:before {
  content: "\e7a8";
}

.icon-fullscreen-shrink:before {
  content: "\e7a9";
}

.icon-import:before {
  content: "\e7aa";
}

.icon-location:before {
  content: "\e7ab";
}

.icon-identity:before {
  content: "\e7ac";
}

.icon-location2:before {
  content: "\e7ad";
}

.icon-history:before {
  content: "\e7af";
}

.icon-mobile-phone:before {
  content: "\e7b0";
}

.icon-message:before {
  content: "\e7b1";
}

.icon-find:before {
  content: "\e7b2";
}

.icon-page-first:before {
  content: "\e7b3";
}

.icon-editor2:before {
  content: "\e7b4";
}

.icon-indent:before {
  content: "\e7b5";
}

.icon-home2:before {
  content: "\e7b6";
}

.icon-packaging:before {
  content: "\e7b7";
}

.icon-network:before {
  content: "\e7b8";
}

.icon-mic:before {
  content: "\e7b9";
}

.icon-password3:before {
  content: "\e7ba";
}

.icon-password:before {
  content: "\e7bb";
}

.icon-page-last:before {
  content: "\e7bc";
}

.icon-list:before {
  content: "\e7be";
}

.icon-phonecall2:before {
  content: "\e7bf";
}

.icon-prompt:before {
  content: "\e7c0";
}

.icon-praise:before {
  content: "\e7c1";
}

.icon-record:before {
  content: "\e7c2";
}

.icon-remind2:before {
  content: "\e7c3";
}

.icon-refresh:before {
  content: "\e7c4";
}

.icon-round-down:before {
  content: "\e7c5";
}

.icon-round-up:before {
  content: "\e7c6";
}

.icon-save:before {
  content: "\e7c8";
}

.icon-scan:before {
  content: "\e7c9";
}

.icon-password2:before {
  content: "\e7ca";
}

.icon-qr-code:before {
  content: "\e7cb";
}

.icon-security1:before {
  content: "\e7cc";
}

.icon-seleted:before {
  content: "\e7cd";
}

.icon-security:before {
  content: "\e7ce";
}

.icon-pic:before {
  content: "\e7cf";
}

.icon-round-right:before {
  content: "\e7d0";
}

.icon-set:before {
  content: "\e7d1";
}

.icon-round-left:before {
  content: "\e7d3";
}

.icon-share:before {
  content: "\e7d5";
}

.icon-shop:before {
  content: "\e7d6";
}

.icon-share3:before {
  content: "\e7d7";
}

.icon-share2:before {
  content: "\e7d8";
}

.icon-shield:before {
  content: "\e7db";
}

.icon-set1:before {
  content: "\e7dc";
}

.icon-so:before {
  content: "\e7dd";
}

.icon-star:before {
  content: "\e7df";
}

.icon-stop:before {
  content: "\e7e0";
}

.icon-success:before {
  content: "\e7e2";
}

.icon-text2:before {
  content: "\e7e3";
}

.icon-text:before {
  content: "\e7e5";
}

.icon-smile:before {
  content: "\e7e6";
}

.icon-switch:before {
  content: "\e7e8";
}

.icon-toggle-right:before {
  content: "\e7e9";
}

.icon-upload2:before {
  content: "\e7ea";
}

.icon-up-to-top:before {
  content: "\e7eb";
}

.icon-training:before {
  content: "\e7ec";
}

.icon-user-center:before {
  content: "\e7ed";
}

.icon-star1:before {
  content: "\e7ee";
}

.icon-user-delete:before {
  content: "\e7ef";
}

.icon-user:before {
  content: "\e7f0";
}

.icon-user-group:before {
  content: "\e7f1";
}

.icon-vip:before {
  content: "\e7f2";
}

.icon-user-add:before {
  content: "\e7f3";
}

.icon-upload:before {
  content: "\e7f4";
}

.icon-warning:before {
  content: "\e7f5";
}

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

.icon-wallet:before {
  content: "\e7f7";
}

.icon-wrong:before {
  content: "\e7f8";
}

.icon-menu:before {
  content: "\e7f9";
}

.icon-phonecall:before {
  content: "\e7fa";
}

.icon-more:before {
  content: "\e7fb";
}

.icon-red-packet:before {
  content: "\e7fc";
}

.icon-toggle-left:before {
  content: "\e7fd";
}

.icon-view-list:before {
  content: "\e7fe";
}

.hui-card {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.hui-card .card-header {
  width: 100%;
}

.hui-card .card-header .card-img {
  width: 100%;
  height: 150px;
}

.hui-card .card-header .card-img img {
  width: 100%;
  height: 100%;
}

.hui-card .card-header .card-img a {
  transition: all 0.3s ease-in-out;
}

.hui-card .card-header .card-img a:hover {
  opacity: 0.75;
}

.hui-card .card-body {
  padding: 20px;
  min-height: 130px;
  background-color: #fff;
}

.hui-card .card-body .card-title {
  font-size: 18px;
  color: #0d1c28;
  transition: all 0.3s ease-in-out;
}

.hui-card .card-body .card-text {
  font-size: 14px;
  padding-top: 15px;
  line-height: 1.6;
  color: #bdbdbd;
}

.hui-card .card-body a {
  transition: all 0.3s ease-in-out;
}

.hui-card .card-body a:hover .card-title {
  color: #1989fa;
}

.hui-table {
  width: 100%;
  background-color: #fff;
  color: #666;
}

.hui-table tr {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hui-table th {
  text-align: left;
  font-weight: 400;
}

.hui-table thead tr {
  background-color: #f2f2f2;
}

.hui-table tbody tr:hover {
  background-color: #f2f2f2;
}

.hui-table td,
.hui-table th {
  position: relative;
  padding: 10px 15px;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
}

.hui-table td,
.hui-table th, .hui-table[skin="line"], .hui-table[skin="row"] {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

.hui-table[even] tr:nth-child(even) {
  background-color: #f2f2f2;
}

.hui-table[skin="line"] th,
.hui-table[skin="line"] td {
  border-width: 0 0 1px;
}

.hui-table[skin="row"] th,
.hui-table[skin="row"] td {
  border-width: 0 1px 0 0;
}

.hui-table[skin="nob"] th,
.hui-table[skin="nob"] td {
  border: none;
}

.hui-table img {
  max-width: 100px;
}

.hui-table[size="lg"] td,
.hui-table[size="lg"] th {
  padding: 15px 30px;
}

.hui-table[size="sm"] td,
.hui-table[size="sm"] th {
  font-size: 12px;
  padding: 5px 10px;
}

.hui-form-item {
  *zoom: 1;
  margin-bottom: 15px;
}

.hui-form-item::before {
  content: '';
  display: block;
  clear: both;
}

.hui-form-item::after {
  content: '';
  display: block;
  clear: both;
}

.hui-form-item .item-label, .hui-form-item .item-block, .hui-form-item .item-inline {
  position: relative;
}

.hui-form-item .item-inline {
  float: left;
}

.hui-form-item .item-inline::before {
  content: '';
  display: block;
  clear: both;
}

.hui-form-item .item-inline::after {
  content: '';
  display: block;
  clear: both;
}

.hui-form-item .item-inline.inline-column {
  display: block;
}

.hui-form-item .item-inline.inline-column .item-label,
.hui-form-item .item-inline.inline-column label {
  float: none;
  text-align: left;
  padding-left: 0;
}

.hui-form-item .item-inline.inline-column .item-label::before,
.hui-form-item .item-inline.inline-column label::before {
  content: "*";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  color: #f56c6c;
}

.hui-form-item .item-inline.inline-column .item-block {
  margin-left: 0;
}

.hui-form-item .item-inline.inline-big label,
.hui-form-item .item-inline.inline-big .item-label {
  width: 98px;
}

.hui-form-item .item-inline.inline-big .item-block {
  margin-left: 98px;
}

.hui-form-item .item-label {
  float: left;
  display: block;
  width: 80px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 12px;
  line-height: 20px;
  text-align: right;
}

.hui-form-item .item-block {
  margin-left: 80px;
  min-height: 40px;
}

.hui-form-item .item-inline {
  display: inline-block;
  vertical-align: middle;
}

.hui-form-item label {
  float: left;
  display: block;
  width: 80px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 12px;
  line-height: 20px;
  text-align: right;
}

.hui-form-group {
  width: 100%;
  line-height: normal;
  display: inline-table;
  border-collapse: separate;
  border-spacing: 0;
}

.hui-form-group .hui-input {
  vertical-align: middle;
  display: table-cell;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hui-form-group .hui-append {
  vertical-align: middle;
  display: table-cell;
  position: relative;
  width: 1px;
  white-space: nowrap;
}

.hui-form-group .hui-append .hui-btn {
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.hui-form-group .hui-append .hui-btn i {
  margin-right: 10px;
}

.hui-input, .hui-textarea {
  display: block;
  font-size: 14px;
  color: #333;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  padding: 0 15px;
  box-sizing: border-box;
  border-color: #e5e5e5;
  position: relative;
}

.hui-input:hover, .hui-textarea:hover {
  border-color: #d2d2d2;
}

.hui-input:focus, .hui-input:active, .hui-textarea:focus, .hui-textarea:active {
  border-color: #1989fa;
}

.hui-input::-webkit-input-placeholder, .hui-textarea::-webkit-input-placeholder {
  line-height: 1.3;
  color: #999;
}

.hui-textarea {
  height: auto;
  line-height: 20px;
  min-height: 100px;
  padding: 6px 10px;
  resize: vertical;
}

input::input-placeholder, input::-webkit-input-placeholder, input::-ms-input-placeholder, input::-moz-placeholder,
textarea::input-placeholder,
textarea::-webkit-input-placeholder,
textarea::-ms-input-placeholder,
textarea::-moz-placeholder {
  font-size: 16px;
  color: #bdbdbd;
}

input:focus::-webkit-input-placeholder, input:focus::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder {
  color: #000;
}

.hui-form-radio input {
  display: none;
}

.hui-form-radio label {
  display: inline-block;
  padding: 9px 0px;
  line-height: 20px;
  padding-left: 50px;
  position: relative;
  cursor: pointer;
}

.hui-form-radio label:active {
  color: #000;
}

.hui-form-radio label::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #e6e6e6;
  position: absolute;
  top: 10px;
  left: 20px;
  border-radius: 50%;
}

.hui-form-radio input:checked + label:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #5897fb;
  position: absolute;
  top: 15px;
  left: 20px;
  border-radius: 50%;
  z-index: 1;
  animation: anima-scale 0.3s both;
  -webkit-animation: anima-scale 0.3s both;
}

.hui-form-radio input:checked + label:after {
  background-color: #ffffff;
  border: 1px solid #5897fb;
  animation: anima-scale 0.3s both;
  -webkit-animation: anima-scale 0.3s both;
}

.hui-form-checkbox input {
  display: none;
}

.hui-form-checkbox label {
  padding: 9px 0px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  transition: all 0.3s;
  cursor: pointer;
}

.hui-form-checkbox label:active {
  background: #ffffff;
}

.hui-form-checkbox label::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  border-radius: 2px;
  transition: all 0.3s;
}

.hui-form-checkbox label:hover::after {
  border: 1px solid #5897fb;
}

.hui-form-checkbox input:checked + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 20px;
  border-left: 2px solid #5897fb;
  border-bottom: 2px solid #5897fb;
  height: 6px;
  width: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/*弹出层*/
.hui-layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  position: fixed;
  z-index: 999998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.hui-layer-title {
  padding: 0 80px 0 20px;
  line-height: 50px;
  height: 50px;
  border: 1px solid #f0f0f0;
  color: #333;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fafafa;
  font-size: 14px;
  font-weight: normal;
}

.hui-layer-title .layer-colse {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.hui-layer-title .layer-colse i {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.hui-layer-title .layer-colse i::before {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background-color: #333;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0;
}

.hui-layer-title .layer-colse i::after {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background-color: #333;
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  left: 0;
}

.hui-layer-title .layer-colse i:hover::after, .hui-layer-title .layer-colse i:hover::before, .hui-layer-title .layer-colse i:active::after, .hui-layer-title .layer-colse i:active::before {
  opacity: 0.65;
}

.hui-layer-content {
  overflow-y: auto;
  position: relative;
  padding: 20px;
}

.hui-layer-box {
  min-width: 500px;
  min-height: 320px;
  background-color: #fff;
  border-radius: 5px;
  padding: 0;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 999999;
  top: 20%;
  left: 50%;
  transform: translateX(-50%) scale(0.3);
  -webkit-transform: translateX(-50%) scale(0.3);
  transition: all 0.3s;
}

.hui-layer-box.show {
  animation: anima-scale 0.3s 0.1s both;
}

.hui-layer-box.hide {
  animation: anima-scale-hide 0.3s 0.1s both;
}

@keyframes anima-scale {
  0% {
    transform: translateX(-50%) scale(0.5);
    -webkit-transform: translateX(-50%) scale(0.5);
  }
  100% {
    transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
  }
}

@keyframes anima-scale-hide {
  0% {
    transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
  }
  100% {
    transform: translateX(-50%) scale(0);
    -webkit-transform: translateX(-50%) scale(0);
  }
}

.hui-slider-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hui-slider-banner .bd,
.hui-slider-banner ul,
.hui-slider-banner li,
.hui-slider-banner a,
.hui-slider-banner .img,
.hui-slider-banner img {
  width: 100%;
  height: 100%;
}

.hui-slider-banner .prev,
.hui-slider-banner .next {
  display: block;
  width: 22px;
  height: 42px;
  margin-top: -15px;
  position: absolute;
  z-index: 1;
  left: 3%;
  top: 50%;
}

.hui-slider-banner .prev::before,
.hui-slider-banner .next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 6px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.hui-slider-banner .prev:hover::before,
.hui-slider-banner .next:hover::before {
  filter: alpha(opacity=100);
  opacity: 1;
}

.hui-slider-banner .prev::before {
  transform: rotate(45deg);
  margin-left: 6px;
}

.hui-slider-banner .next {
  left: auto;
  right: 3%;
}

.hui-slider-banner .next::before {
  transform: rotate(-135deg);
  margin-left: -14px;
}

.hui-slider-banner .prevStop,
.hui-slider-banner .nextStop {
  display: none;
}

.hui-slider-banner .hd {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  font-size: 0;
}

.hui-slider-banner .hd i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  opacity: 0.4;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

.hui-slider-banner .hd i.on {
  opacity: 1;
  background-color: #fff;
}

.hui-slider-banner .hd.block i {
  width: 30px;
  height: 3px;
  border-radius: 0;
}

.hui-slider-banner .bd a {
  display: block;
}

.hui-slider-ad {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hui-slider-ad .bd,
.hui-slider-ad ul,
.hui-slider-ad li,
.hui-slider-ad a,
.hui-slider-ad .img,
.hui-slider-ad img {
  width: 100%;
  height: 100%;
}

.hui-slider-ad .hd {
  position: absolute;
  z-index: 1;
  right: 5px;
  bottom: 5px;
}

.hui-slider-ad .hd ul {
  font-size: 0;
}

.hui-slider-ad .hd ul li {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  background: #fff;
  color: #1989fa;
  margin-right: 2px;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.hui-slider-ad .hd ul li.on {
  color: #fff;
  background: #ed9d35;
  filter: alpha(opacity=100);
  opacity: 1;
}

.hui-slider-ad .bd a {
  display: block;
}

.hui-slider-ad .switch {
  width: 10px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 12px);
}

.hui-slider-ad .switch .prev {
  border: 6px solid transparent;
  display: inline-block;
  border-bottom-color: #d8c18a;
}

.hui-slider-ad .switch .prev:hover {
  border: 6px solid transparent;
  display: inline-block;
  border-bottom-color: #1989fa;
}

.hui-slider-ad .switch .next {
  border: 6px solid transparent;
  display: inline-block;
  border-top-color: #d8c18a;
  margin-top: 3px;
}

.hui-slider-ad .switch .next:hover {
  border: 6px solid transparent;
  display: inline-block;
  border-top-color: #1989fa;
}

.hui-slider-news {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hui-slider-news .bd,
.hui-slider-news ul,
.hui-slider-news li,
.hui-slider-news a,
.hui-slider-news .img,
.hui-slider-news img {
  width: 100%;
  height: 100%;
}

.hui-slider-news .prev,
.hui-slider-news .next {
  display: block;
  width: 22px;
  height: 42px;
  margin-top: -15px;
  position: absolute;
  z-index: 1;
  left: 3%;
  top: 50%;
}

.hui-slider-news .prev::before,
.hui-slider-news .next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 6px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.hui-slider-news .prev:hover::before,
.hui-slider-news .next:hover::before {
  filter: alpha(opacity=100);
  opacity: 1;
}

.hui-slider-news .prev::before {
  transform: rotate(45deg);
  margin-left: 6px;
}

.hui-slider-news .next {
  left: auto;
  right: 3%;
}

.hui-slider-news .next::before {
  transform: rotate(-135deg);
  margin-left: -14px;
}

.hui-slider-news .prevStop,
.hui-slider-news .nextStop {
  display: none;
}

.hui-slider-news .hd {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  font-size: 0;
}

.hui-slider-news .hd i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  opacity: 0.4;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

.hui-slider-news .hd i.on {
  opacity: 1;
  background-color: #fff;
}

.hui-slider-news .hd.block i {
  width: 30px;
  height: 3px;
  border-radius: 0;
}

.hui-slider-news .bd p {
  color: #fff;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hui-slider-thumb-row {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
}

.hui-slider-thumb-row .bd,
.hui-slider-thumb-row ul,
.hui-slider-thumb-row li,
.hui-slider-thumb-row a,
.hui-slider-thumb-row .img,
.hui-slider-thumb-row img {
  width: 100%;
  height: 100%;
}

.hui-slider-thumb-row .hd {
  width: 100px;
  height: 100%;
  margin-left: 5px;
}

.hui-slider-thumb-row .hd .img-box {
  display: block;
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
  position: relative;
}

.hui-slider-thumb-row .hd .img-box a {
  display: block;
}

.hui-slider-thumb-row .hd .img-box img {
  width: 100%;
  height: 100%;
}

.hui-slider-thumb-row .hd .img-box.on {
  cursor: pointer;
}

.hui-slider-thumb-row .hd .img-box.on::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.hui-slider-thumb-row .hd .img-box.on::after {
  content: "";
  border: 10px solid transparent;
  display: inline-block;
  border-right-color: #fff;
  position: absolute;
  z-index: 1;
  left: -20px;
  top: calc(50% - 5px);
}

.hui-slider-thumb-row .bd {
  width: calc(100% - 100px);
}

.hui-slider-thumb-row .bd p {
  color: #fff;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hui-slider-thumb-col {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hui-slider-thumb-col .bd,
.hui-slider-thumb-col ul,
.hui-slider-thumb-col li,
.hui-slider-thumb-col a,
.hui-slider-thumb-col .img,
.hui-slider-thumb-col img {
  width: 100%;
  height: 100%;
}

.hui-slider-thumb-col .hd {
  height: 80px;
  margin-top: 10px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
}

.hui-slider-thumb-col .hd .img-box {
  width: calc(20% - 2px);
}

.hui-slider-thumb-col .hd .img-box img {
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
}

.hui-slider-thumb-col .hd .img-box:first-child {
  margin-left: 0;
}

.hui-slider-thumb-col .hd .img-box a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.hui-slider-thumb-col .hd .img-box a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(237, 157, 53, 0);
}

.hui-slider-thumb-col .hd .img-box a::after {
  content: "";
  border: 0px solid transparent;
  display: inline-block;
  border-bottom-color: #ed9d35;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.hui-slider-thumb-col .hd .img-box.on img {
  opacity: 1;
}

.hui-slider-thumb-col .hd .img-box.on a::before {
  content: "";
  border-color: #ed9d35;
}

.hui-slider-thumb-col .hd .img-box.on a::after {
  content: "";
  top: -10px;
  border: 5px solid transparent;
  display: inline-block;
  border-bottom-color: #ed9d35;
}

.hui-slider-thumb-col .bd {
  height: 230px;
}

.hui-slider-thumb-col .bd ul {
  height: 230px;
}

.hui-slider-thumb-col .bd ul li {
  position: relative;
}

.hui-slider-thumb-col .bd ul li p {
  color: #fff;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hui-slider-multi {
  position: relative;
  width: 100%;
  height: 100%;
}

.hui-slider-multi .bd,
.hui-slider-multi ul,
.hui-slider-multi li,
.hui-slider-multi a,
.hui-slider-multi .img,
.hui-slider-multi img {
  width: 100%;
  height: 100%;
}

.hui-slider-multi .prev,
.hui-slider-multi .next {
  display: block;
  width: 22px;
  height: 42px;
  margin-top: -15px;
  position: absolute;
  z-index: 1;
  left: 3%;
  top: 50%;
}

.hui-slider-multi .prev::before,
.hui-slider-multi .next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 6px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.hui-slider-multi .prev:hover::before,
.hui-slider-multi .next:hover::before {
  filter: alpha(opacity=100);
  opacity: 1;
}

.hui-slider-multi .prev::before {
  transform: rotate(45deg);
  margin-left: 6px;
}

.hui-slider-multi .next {
  left: auto;
  right: 3%;
}

.hui-slider-multi .next::before {
  transform: rotate(-135deg);
  margin-left: -14px;
}

.hui-slider-multi .prevStop,
.hui-slider-multi .nextStop {
  display: none;
}

.hui-slider-multi .bd ul {
  height: 260px;
}

.hui-slider-multi .bd ul li {
  width: calc(20% - 16px);
  margin-right: 20px;
}

.hui-slider-multi .prev::before,
.hui-slider-multi .next::before {
  content: "";
  border-color: #1989fa;
  border-width: 4px;
  opacity: 0.9;
}

.hui-slider-multi .prev {
  left: -50px;
  transition: all 0.3s;
}

.hui-slider-multi .prev:hover {
  left: -55px;
}

.hui-slider-multi .next {
  right: -50px;
  transition: all 0.3s;
}

.hui-slider-multi .next:hover {
  right: -55px;
}

.hui-sider-menu {
  width: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.hui-sider-menu .title {
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.04);
  font-size: 16px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.hui-sider-menu .title::before {
  content: '';
  display: block;
  clear: both;
}

.hui-sider-menu .title::after {
  content: '';
  display: block;
  clear: both;
}

.hui-sider-menu .title:first-child {
  border-top: none;
}

.hui-sider-menu .title::before, .hui-sider-menu .title::after {
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background-color: #999;
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 16px;
}

.hui-sider-menu .title::after {
  transform: rotate(90deg);
}

.hui-sider-menu .title.on {
  color: #1989fa;
}

.hui-sider-menu .title.on::before {
  background-color: #1989fa;
}

.hui-sider-menu .title.on::after {
  display: none;
}

.hui-sider-menu .title:hover {
  background: rgba(0, 0, 0, 0.02);
  color: #1989fa;
}

.hui-sider-menu .title:hover::before, .hui-sider-menu .title:hover::after {
  background-color: #1989fa;
}

.hui-sider-menu ul {
  padding: 8px 25px;
  color: #999;
}

.hui-sider-menu ul li {
  padding: 10px 0;
}

.hui-slider-tab {
  position: relative;
}

.hui-slider-tab .hd {
  font-size: 0;
  position: relative;
}

.hui-slider-tab .hd .title {
  display: inline-block;
  padding: 20px 0;
  font-size: 24px;
  margin-right: 20px;
  line-height: 1;
  cursor: pointer;
  position: relative;
}

.hui-slider-tab .hd .title::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #1989fa;
  position: absolute;
  z-index: 1;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}

.hui-slider-tab .hd .title.on {
  color: #1989fa;
  font-weight: bold;
}

.hui-slider-tab .hd .title.on::after {
  width: 80%;
}

.hui-slider-tab .hd .more {
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 0;
}

.hui-slider-tab .hd .more a {
  font-size: 14px;
  color: #999;
  transition: all 0.3s;
}

.hui-slider-tab .hd .more a:hover {
  color: #1989fa;
}

.hui-slider-tab .bd .hui-list .list-group .item::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.hui-slider-tab-col {
  width: 100%;
  position: relative;
}

.hui-slider-tab-col::before {
  content: '';
  display: block;
  clear: both;
}

.hui-slider-tab-col::after {
  content: '';
  display: block;
  clear: both;
}

.hui-slider-tab-col .hd {
  width: 120px;
  float: left;
}

.hui-slider-tab-col .hd .title {
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  position: relative;
}

.hui-slider-tab-col .hd .title:last-child {
  margin-bottom: 0;
}

.hui-slider-tab-col .hd .title::after {
  content: "";
  border: 6px solid transparent;
  display: inline-block;
  border-left-color: rgba(25, 137, 250, 0);
  position: absolute;
  z-index: 1;
  top: 18px;
  right: -6px;
  transition: all 0.3s;
}

.hui-slider-tab-col .hd .title.on {
  background-color: #1989fa;
  color: #fff;
}

.hui-slider-tab-col .hd .title.on::after {
  border-left-color: #1989fa;
  right: -12px;
}

.hui-slider-tab-col .tempWrap {
  float: left;
  height: 296px;
  margin-left: 20px;
}

.hui-slider-tab-col .bd {
  height: 100%;
  width: 1140px;
}

.hui-slider-nest .hd .title::after {
  display: none;
}

.hui-slider-inBox {
  width: 100%;
  position: relative;
}

.hui-slider-inBox::before {
  content: '';
  display: block;
  clear: both;
}

.hui-slider-inBox::after {
  content: '';
  display: block;
  clear: both;
}

.hui-slider-inBox .inHd {
  width: 120px;
  float: left;
}

.hui-slider-inBox .inHd .title {
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
  position: relative;
}

.hui-slider-inBox .inHd .title:last-child {
  margin-bottom: 0;
}

.hui-slider-inBox .inHd .title::after {
  content: "";
  border: 6px solid transparent;
  display: inline-block;
  border-left-color: rgba(25, 137, 250, 0);
  position: absolute;
  z-index: 1;
  top: 18px;
  right: -6px;
  transition: all 0.3s;
}

.hui-slider-inBox .inHd .title.on {
  background-color: #1989fa;
  color: #fff;
}

.hui-slider-inBox .inHd .title.on::after {
  border-left-color: #1989fa;
  right: -12px;
}

.hui-slider-inBox .inBd,
.hui-slider-inBox .tempWrap {
  width: calc(100% - 140px);
  float: left;
  height: 168px;
  margin-left: 20px;
}

.hui-navbar {
  background: #29ba90;
  position: relative;
}

.hui-nav {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.hui-nav::before {
  content: '';
  display: block;
  clear: both;
}

.hui-nav::after {
  content: '';
  display: block;
  clear: both;
}

.hui-nav .nav-item {
  float: left;
  padding: 0 30px;
  position: relative;
}

.hui-nav .nav-item:nth-child(1) {
  padding-left: 0;
}

.hui-nav .nav-item > a {
  display: block;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(216, 193, 138, 0);
  transition: all 0.3s ease-in-out;
}

.hui-nav .nav-item.on > a {
  color: #29ba90;
  background-color: white;
}

.hui-nav .sub-menu {
  display: none;
  width: 120px;
  left: 30px;
  top: 60px;
  position: absolute;
  background: #29ba90;
  padding: 5px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 3px;
}

.hui-nav .sub-menu li {
  zoom: 1;
}

.hui-nav .sub-menu li a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}

.hui-nav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.hui-elem-quote {
  margin-bottom: 10px;
  padding: 15px;
  line-height: 22px;
  border-left: 5px solid #1989fa;
  border-radius: 0 2px 2px 0;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #666;
}

.hui-elem-quote.quote-nm {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  background: 0 0;
  border-color: #e5e5e5;
}

.hui-elem-field {
  margin-bottom: 10px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
}

.hui-elem-field legend {
  margin-left: 20px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
  width: auto;
  border-bottom: none;
}

.hui-elem-field.field-title {
  margin: 10px 0 20px;
  border-width: 1px 0 0;
}

.hui-elem-field.field-title .field-box {
  padding: 10px 0;
}

.hui-elem-field .field-box {
  padding: 10px 15px;
}

.hui-progress {
  background-color: #e5e5e5;
  border-radius: 20px;
}

.hui-progress .progress-bar {
  position: relative;
  width: 0;
  height: 6px;
  text-align: right;
}

.hui-progress .progress-bar .progress-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  max-width: 100%;
  height: 6px;
  border-radius: 20px;
  background-color: #1989fa;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  animation: progress-bar-w 1s both;
}

.hui-progress .progress-text {
  position: relative;
  top: -20px;
  line-height: 18px;
  font-size: 14px;
  color: #666;
}

.hui-progress.progress-big,
.hui-progress.progress-big .progress-bar,
.hui-progress.progress-big .progress-inner {
  height: 18px;
  line-height: 18px;
}

.hui-progress.progress-big .progress-text {
  position: static;
  padding: 0 10px;
  color: #fff;
}

.hui-timeline {
  padding-left: 5px;
}

.hui-timeline-item {
  position: relative;
  padding-bottom: 20px;
}

.hui-timeline-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
}

.hui-timeline-content {
  padding-left: 20px;
}

.hui-timeline-axis {
  position: absolute;
  top: 0;
  left: -2px;
  z-index: 10;
  width: 14px;
  height: 14px;
  line-height: 20px;
  background-color: #fff;
  color: #1989fa;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #1989fa;
}

.hui-circle {
  border-radius: 100%;
}

@keyframes progress-bar-w {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* 弹出层 */
.hui-popup-warpper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2042;
    display: none;
}

.hui-popup-parent-hidden {
    overflow: hidden
}

.hui-popup {
    position: relative;
    margin: 0 auto 50px;
    width: 50%;
    background-color: #fff;
    border-radius: 2px;
    font-size: 18px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);

}

.hui-popup-box_hd {
    position: relative;
    padding: 20px 20px 10px;
}

.hui-popup-box_title {
    font-size: 18px;
    line-height: 24px;
    color: #303133;
    text-align: center;
    margin-left: -10px;
}

.hui-popup-box_hd_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
}

.hui-popup-box_hd_btn i {
    width: 15px;
    height: 15px;
    display: block;
}

.hui-popup-box_hd_btn i::before,
.hui-popup-box_hd_btn i::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #909399;
    position: absolute;
    transition: all .3s;
}

.hui-popup-box_hd_btn i::before {
    transform: rotate(45deg);
}

.hui-popup-box_hd_btn i::after {
    transform: rotate(-45deg);
}

.hui-popup-box_hd_btn:hover i::before,
.hui-popup-box_hd_btn:hover i::after {
    background-color: #000;
}

.hui-popup-box_bd {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
    overflow-y: scroll;
    max-height: 600px;

}

.hui-popup-box_ft {
    padding: 10px 20px 20px;
    text-align: center;
    font-size: 0;
    box-sizing: border-box;
}

.hui-popup-box_ft .popup-btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .3s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 3px;
}

.hui-popup-box_ft .popup-btn+.popup-btn {
    margin-left: 10px;
}

.hui-popup-box_ft .popup-btn.btn-default {
    background-color: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
}

.hui-popup-box_ft .popup-btn.btn-default:hover {
    color: #409eff;
    background-color: #ffffff;
    border-color: #409eff;
}

.hui-popup-box_ft .popup-btn.btn-primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

.hui-popup-box_ft .popup-btn.btn-primary:hover {
    color: #fff;
    background-color: rgba(64, 158, 255, .8);
    border-color: rgba(64, 158, 255, .8);
}

.hui-dialog-fade-enter-active {
    animation: dialog-fade-in .3s
}

.hui-dialog-fade-leave-active {
    animation: dialog-fade-out .3s
}

@keyframes hui-animat-find {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .5;
    }
}

@keyframes dialog-fade-in {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes dialog-fade-out {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

/* 蒙版 */
.hui-popup-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
    z-index: 2000;
}

.hui-popup-modal-enter {
    animation: v-modal-in .2s ease
}

.hui-popup-modal-leave {
    animation: v-modal-out .2s ease forwards
}

@keyframes v-modal-in {
    0% {
        opacity: 0
    }
}

@keyframes v-modal-out {
    to {
        opacity: 0
    }
}

/* messsage */
/* 弹出层 */
.hui-msg-warpper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2042;
    display: none;
    margin-top: 25vh
}

.hui-msg {
    width: 420px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .01);
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    text-align: left;
}

.hui-msg-box_hd {
    position: relative;
    padding: 20px 20px 10px;
}

.hui-msg-box_title {
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
    color: #303133;
}

.hui-msg-box_hd_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
}

.hui-msg-box_hd_btn i {
    width: 15px;
    height: 15px;
    display: block;
}

.hui-msg-box_hd_btn i::before,
.hui-msg-box_hd_btn i::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #909399;
    position: absolute;
    transition: all .3s;
}

.hui-msg-box_hd_btn i::before {
    transform: rotate(45deg);
}

.hui-msg-box_hd_btn i::after {
    transform: rotate(-45deg);
}

.hui-msg-box_hd_btn:hover i::before,
.hui-msg-box_hd_btn:hover i::after {
    background-color: #000;
}

.hui-msg-box_bd {
    padding: 15px 20px;
    color: #606266;
    font-size: 14px;
}

.hui-msg-box_ft {
    padding: 10px 20px 20px;
    text-align: center;
    font-size: 0;
    box-sizing: border-box;
}

.hui-msg-box_ft .msg-btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .3s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px;
}

.hui-msg-box_ft .msg-btn+.msg-btn {
    margin-left: 10px;
}

.hui-msg-box_ft .msg-btn.btn-default {
    background-color: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
}

.hui-msg-box_ft .msg-btn.btn-default:hover {
    color: #409eff;
    background-color: #ffffff;
    border-color: #409eff;
}

.hui-msg-box_ft .msg-btn.btn-primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

.hui-msg-box_ft .msg-btn.btn-primary:hover {
    color: #fff;
    background-color: rgba(64, 158, 255, .8);
    border-color: rgba(64, 158, 255, .8);
}

.hui-msg-fade-enter-active {
    animation: msg-fade-in .3s
}

.hui-msg-fade-leave-active {
    animation: msg-fade-out .3s
}

@keyframes msg-fade-in {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes msg-fade-out {
    0% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }
}

/* 蒙版 */
.hui-msg-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
    z-index: 2000;
}

.hui-msg-modal-enter {
    animation: v-modal-in .2s ease
}

.hui-msg-modal-leave {
    animation: v-modal-out .2s ease forwards
}

@keyframes v-modal-in {
    0% {
        opacity: 0
    }
}

@keyframes v-modal-out {
    to {
        opacity: 0
    }
}

/* 提示信息 */


/* ---提示框 */

.hui-alert {
    background-color: #fff;
    text-align: center;
    color: #333;
    border-radius: 5px;
    padding: 20px 130px;
    /*opacity: 1;*/
    transition: all .3s;
    /*position: absolute;*/
    /*top: 0%;*/ 
    /*left: 50%;*/
    /*transform: translate(-50%);*/
    z-index: 99999;
    border: 1px solid transparent;
     animation: msg-fade-in .3s
}

}

/*.hui-alert.show {*/
/*    top: 20%;*/
/*    transform: translate(-50%);*/
/*    opacity: 1;*/
/*}*/

.hui-alert.alert-success {
    background-color: #f0f9eb;
    color: #67c23a;
    border-color: #e1f3d8;
}

.hui-alert.alert-error {
    background-color: #fef0f0;
    color: #f56c6c;
    border-color: #fde2e2;

}
