@charset "UTF-8";
.clearfix:after, .menu:after, .clearfix:before, .menu:before {
  display: table;
  content: ""; }
.clearfix:after, .menu:after {
  clear: both; }

.animate-translate, .animate-right, .animate-scale .thumb {
  transition: all 0.2s linear; }

.animate-translate:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -5px, 0); }

.animate-right:hover {
  transform: translate3d(8px, 0, 0); }

.animate-divider {
  position: relative;
  overflow: hidden; }
  .animate-divider::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #409EFF;
    transition: all 0.2s linear; }
  .animate-divider:hover::after {
    height: 5px; }

.animate-divider-width {
  position: relative;
  overflow: hidden; }
  .animate-divider-width::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #409EFF;
    transition: all 0.2s linear; }
  .animate-divider-width:hover::after {
    width: 100%; }

.animate-border {
  transition: all 0.2s linear; }
  .animate-border:hover {
    box-shadow: 4px 4px #409EFF, -4px -4px #409EFF, -4px 4px #409EFF, 4px -4px #409EFF; }

.animate-scale {
  overflow: hidden; }
  .animate-scale:hover .thumb {
    transform: scale(1.1); }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  color: #606266;
  overflow-x: hidden; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0; }

pre {
  font-size: 1em;
  font-family: monospace,monospace; }

a {
  color: #303333;
  background-color: transparent;
  text-decoration: none; }

a:hover {
  color: #2791ff; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-size: 1em;
  font-family: monospace,monospace; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: middle; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: 1.15; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  display: table;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  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] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

*,
::after,
::before {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  color: #303333;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px; }

p {
  margin: 0; }

a {
  transition: all 0.2s linear; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

hr {
  margin: 5px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e0e0e0; }

#app-content {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
  transition: all 0.3s ease; }

.container {
  margin: 0 10px; }

.thumb {
  padding-top: 62.5%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s linear; }
  .thumb.square {
    padding-top: 100%; }
  .thumb.circle {
    padding-top: 100%;
    border-radius: 100%; }
  .thumb.vertical {
    padding-top: 133%; }
  .thumb.radius {
    border-radius: 4px; }

.bg-responsive {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.img-responsive {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%; }

.image-icon {
  width: 64px;
  height: 64px;
  margin: 20px auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.mini-icon {
  width: 52px;
  height: 52px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.image-half {
  width: 50%; }

.title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s linear; }
  .title a {
    transition: all 0.2s linear; }
  .title.blod {
    font-weight: bold; }

.full-title {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  transition: all 0.2s linear; }
  .full-title a {
    transition: all 0.2s linear; }
  .full-title.blod {
    font-weight: bold; }

.subtitle {
  font-size: 12px;
  color: #909399;
  transition: all 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.desc {
  font-size: 12px;
  color: #909399;
  transition: all 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical; }

.full-desc {
  font-size: 12px;
  color: #909399;
  transition: all 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical; }

.link {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s linear; }

.text-center {
  text-align: center; }

.card {
  padding: 20px 20px;
  background: #fff; }

.hr {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 5px 0; }

.mini-border {
  width: 40px;
  height: 1px;
  margin: 5px auto; }

.with-shadow .item {
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1); }

.with-border .item {
  border: 1px solid #e0e0e0; }

.with-radius .item {
  border-radius: 6px;
  overflow: hidden; }

.with-dark-bg .item {
  background: #f7f7f7; }

.with-white-bg .item {
  background: #fff; }

.with-col-divider {
  overflow: hidden; }
  .with-col-divider .col + .col {
    position: relative; }
    .with-col-divider .col + .col:before {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      height: 70px;
      width: 1px;
      margin-top: -35px;
      background: #e0e0e0; }

.with-col-mini-divider {
  overflow: hidden; }
  .with-col-mini-divider .col + .col {
    position: relative; }
    .with-col-mini-divider .col + .col:before {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      height: 40px;
      width: 1px;
      margin-top: -20px;
      background: #e0e0e0; }

.panel-title {
  line-height: 0;
  border-bottom: 1px solid #e0e0e0; }
  .panel-title .title {
    position: relative;
    bottom: -1px;
    display: inline-block;
    line-height: 1;
    padding-bottom: 12px;
    margin: 0;
    border-bottom: 1px solid #409EFF; }

.panel-list {
  display: block;
  padding: 20px 0; }

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    margin: 0 auto; } }
@media (min-width: 1200px) {
  h1 {
    font-size: 32px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 16px; }

  h5 {
    font-size: 14px; }

  h6 {
    font-size: 12px; }

  .desc {
    font-size: 14px; }

  .subtitle {
    font-size: 14px; }

  .container {
    max-width: 1180px; }

  .image-icon {
    width: 84px;
    height: 84px;
    margin: 30px auto; }
    .image-icon.large {
      width: 120px;
      height: 120px; }

  .mini-icon {
    width: 64px;
    height: 64px; }

  .card {
    padding: 40px 30px; }

  hr, .hr {
    margin: 10px 0; }

  .mini-border {
    margin: 10px auto; } }
.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -5px; }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 5px;
    margin-bottom: 10px; }
  .row.no-gutter {
    padding: 0;
    margin-bottom: 0; }
    .row.no-gutter > * {
      padding: 0;
      margin-bottom: 0; }
  .row.no-col-bottom > * {
    margin-bottom: 0; }
  .row.row-stretch {
    align-items: stretch; }
  .row.row-center {
    align-items: row-center; }

@media (min-width: 768px) {
  .row {
    margin: 0 -10px; }
    .row > * {
      padding: 0 10px;
      margin-bottom: 20px; } }
@media (min-width: 1200px) {
  .gutter-lg-2x {
    margin: 0 -20px; }
    .gutter-lg-2x > * {
      padding: 0 20px;
      margin-bottom: 40px; }

  .gutter-lg-3x {
    margin: 0 -30px; }
    .gutter-lg-3x > * {
      padding: 0 30px;
      margin-bottom: 60px; } }
.col {
  flex: 1 0 0%; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.d-flex {
  display: flex; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.2857142857%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%; }

.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%; }

.row-cols-9 > * {
  flex: 0 0 auto;
  width: 11.1111111111%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.row-cols-10 > * {
  flex: 0 0 auto;
  width: 10%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%; }

.row-cols-11 > * {
  flex: 0 0 auto;
  width: 9.0909090909%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%; }

.row-cols-12 > * {
  flex: 0 0 auto;
  width: 8.3333333333%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-flex {
    display: flex !important; }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-sm-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%; }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .row-cols-sm-8 > * {
    flex: 0 0 auto;
    width: 12.5%; }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .row-cols-sm-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%; }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }

  .row-cols-sm-10 > * {
    flex: 0 0 auto;
    width: 10%; }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .row-cols-sm-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%; }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .row-cols-sm-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; } }
@media (min-width: 992px) {
  .d-md-none {
    display: none !important; }

  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: flex !important; }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-md-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%; }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .row-cols-md-8 > * {
    flex: 0 0 auto;
    width: 12.5%; }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .row-cols-md-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%; }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }

  .row-cols-md-10 > * {
    flex: 0 0 auto;
    width: 10%; }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .row-cols-md-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%; }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .row-cols-md-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; } }
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-flex {
    display: flex !important; }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%; }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%; }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%; }

  .row-cols-lg-8 > * {
    flex: 0 0 auto;
    width: 12.5%; }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%; }

  .row-cols-lg-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%; }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }

  .row-cols-lg-10 > * {
    flex: 0 0 auto;
    width: 10%; }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%; }

  .row-cols-lg-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%; }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%; }

  .row-cols-lg-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%; }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; } }
.btn {
  display: inline-block;
  margin: 0;
  line-height: 36px;
  padding: 0 20px;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdee2;
  color: #606266;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  user-select: none;
  border-radius: 4px;
  transition: all 0.2s linear; }
  .btn:hover {
    color: #409EFF;
    border-color: #409EFF; }
  .btn.primary {
    color: #fff;
    border-color: #409EFF;
    background-color: #409EFF; }
    .btn.primary:hover {
      border-color: #73b8ff;
      background-color: #73b8ff; }
  .btn.success {
    color: #fff;
    background-color: #19be6b;
    border-color: #27e384; }
    .btn.success:hover {
      border-color: #27e384;
      background-color: #27e384; }
  .btn.warning {
    color: #fff;
    background-color: #ff9900;
    border-color: #ffad33; }
    .btn.warning:hover {
      border-color: #ffad33;
      background-color: #ffad33; }
  .btn.danger {
    color: #fff;
    background-color: #ed4014;
    border-color: #f16743; }
    .btn.danger:hover {
      border-color: #f16743;
      background-color: #f16743; }
  .btn + .btn {
    margin-left: 10px; }

.btn-large {
  padding: 0 30px;
  font-size: 14px;
  line-height: 42px;
  border-radius: 3px; }

.btn-small {
  padding: 0 15px;
  font-size: 12px;
  line-height: 32px;
  border-radius: 3px; }

.btn-mini {
  padding: 0 15px;
  font-size: 12px;
  line-height: 28px;
  border-radius: 3px; }

.btn-none {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer; }

a.btn {
  text-decoration: none; }
  a.btn:hover {
    text-decoration: none; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.message {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 46px;
  left: 0;
  z-index: 1200;
  width: 100%;
  pointer-events: none; }
  .message .message-item {
    margin-bottom: 16px;
    text-align: center;
    transition: all 0.2s ease; }
    .message .message-item.message-animate {
      opacity: 0;
      transform: translateY(-30px); }
  .message .message-content {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    background-color: #fff; }
  .message .message-icon,
  .message .message-text {
    display: inline-block;
    vertical-align: middle; }
  .message .message-icon {
    font-size: 16px;
    margin-right: 6px;
    line-height: 1; }
  .message .message-text {
    font-size: 14px;
    line-height: 1; }
  .message .message-default {
    color: #1890ff; }
  .message .message-success {
    color: #52c41a; }
  .message .message-warning {
    color: #faad14; }
  .message .message-error {
    color: #ff4d4f; }
  .message .message-loading {
    display: inline-block;
    animation: spin 1s infinite steps(8); }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center; }
  .modal.modal-show {
    display: flex; }
  .modal.modal-align-top {
    align-items: flex-start; }

.modal-animate .modal-mask {
  opacity: 0; }
.modal-animate .modal-content {
  opacity: 0;
  transform: scale(0.8); }

.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50);
  transition: all 0.2s ease; }

.modal-content {
  position: relative;
  width: 100%;
  margin: 20px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  color: #606266;
  z-index: 1100;
  transition: all 0.2s ease; }
  .modal-content .modal-close {
    position: absolute;
    right: -20px;
    top: -22px;
    padding: 3px;
    cursor: pointer;
    color: #909399;
    font-size: 18px;
    background: transparent;
    border: 0;
    color: #fff; }

.modal-header {
  padding: 20px 20px 16px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  word-wrap: break-word; }

.modal-body {
  min-width: 260px;
  margin: 20px;
  overflow: hidden; }
  .modal-body img {
    max-width: 100%;
    height: auto; }
  .modal-body .view-image {
    width: 100%;
    max-height: 400px;
    text-align: center; }
    .modal-body .view-image img {
      display: inline-block;
      max-width: 100%;
      max-height: 100%; }

.modal-footer {
  padding: 10px 18px 10px 10px;
  text-align: right;
  border-top: 1px solid #e0e0e0; }

@media (min-width: 768px) {
  .modal-content {
    width: 420px;
    margin: 0; } }
.bx-wrapper {
  position: relative; }

.slider {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 2000%; }
  .slider .slide {
    float: left; }

.bx-pager {
  position: absolute;
  bottom: 6px;
  left: 50%;
  z-index: 10;
  width: 80%;
  padding-left: 0;
  margin-left: -40%;
  text-align: center;
  list-style: none; }
  .bx-pager .bx-pager-item {
    display: inline-block; }
    .bx-pager .bx-pager-item a {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 3px;
      margin: 3px;
      text-indent: -999px;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.5);
      overflow: hidden; }
    .bx-pager .bx-pager-item .active {
      background: #fff; }

.bx-controls-direction {
  display: none; }

@media (min-width: 768px) {
  .bx-controls-direction {
    display: block; }

  .bx-pager {
    bottom: 20px; }
    .bx-pager .bx-pager-item a {
      width: 40px;
      height: 4px;
      margin: 3px; }

  .bx-prev,
  .bx-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(30, 30, 30, 0.3);
    color: #fff;
    z-index: 10; }
    .bx-prev i,
    .bx-next i {
      color: #fff; }
    .bx-prev:hover,
    .bx-next:hover {
      background-color: rgba(30, 30, 30, 0.6); }

  .bx-prev {
    left: 40px; }

  .bx-next {
    right: 40px; }

  .circle {
    border-radius: 40px; } }
.menu {
  display: none; }
  .menu .menu-item {
    float: left;
    display: block;
    position: relative; }
    .menu .menu-item .menu-link {
      display: block;
      text-align: center;
      height: 60px;
      line-height: 60px;
      margin-right: 1px;
      padding: 0 30px;
      font-size: 16px;
      vertical-align: bottom;
      transition: all 0.2s ease; }
    .menu .menu-item i {
      width: 16px;
      font-size: 12px;
      line-height: 60px;
      text-align: center;
      vertical-align: bottom; }
  .menu .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 0;
    z-index: 999;
    background: #fff;
    border-top: 2px solid #e0e0e0;
    box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
    overflow: hidden; }
    .menu .submenu .submenu-item {
      display: block;
      min-width: 160px; }
    .menu .submenu .submenu-link {
      display: block;
      padding: 0 20px;
      vertical-align: middle;
      line-height: 42px;
      color: #909399;
      transition: all 0.2s ease; }
      .menu .submenu .submenu-link:hover {
        color: #606266;
        background-color: #f7f7f7;
        text-indent: 10px; }
  .menu .menu-item:hover .submenu {
    display: block; }

.menu-right {
  position: absolute;
  right: 0;
  top: 0; }

.menu-default .menu-item {
  float: left;
  display: block;
  position: relative; }
  .menu-default .menu-item .menu-link {
    color: #fff;
    background-color: #409EFF; }
    .menu-default .menu-item .menu-link:hover {
      background-color: #5aabff; }
  .menu-default .menu-item.active .menu-link {
    background-color: #5aabff; }

.menu-primary .menu-item .menu-link {
  padding: 0 3px;
  margin: 0 30px;
  color: #303333;
  border-bottom: 2px solid #fff; }
  .menu-primary .menu-item .menu-link:hover {
    border-color: #409EFF; }
.menu-primary .menu-item.active .menu-link {
  border-color: #409EFF; }

.menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  width: 52px;
  height: 50px; }
  .menu-toggle i {
    display: inline-block;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 15px;
    background-color: #909399;
    backface-visibility: hidden;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .menu-toggle i:first-of-type {
    top: 18px; }
  .menu-toggle i:nth-of-type(2) {
    top: 25px; }
  .menu-toggle i:nth-of-type(3) {
    top: 32px; }
  .menu-toggle.open i:first-of-type {
    top: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-toggle.open i:nth-of-type(2) {
    opacity: 0; }
  .menu-toggle.open i:nth-of-type(3) {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .menu-toggle.toggle-right {
    right: 0; }

.menu-wap {
  display: block;
  width: 100%; }
  .menu-wap .menu-item {
    display: block; }
  .menu-wap .menu-link, .menu-wap .submenu-link {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 20px;
    line-height: 42px;
    color: #606266; }
  .menu-wap i {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #909399;
    transform: rotate(90deg);
    transition: all 0.2s ease;
    vertical-align: middle; }
  .menu-wap .submenu {
    display: none; }
  .menu-wap .open .submenu {
    display: block; }
  .menu-wap .open i {
    transform: rotate(0deg); }
  .menu-wap .submenu-link {
    padding: 0 10px 0 40px; }

.menu-drawer {
  position: absolute; }
  .menu-drawer .active .menu-link {
    color: #fff;
    background: #409EFF; }
  .menu-drawer .menu-wap {
    position: fixed;
    z-index: 999;
    left: -245px;
    top: 0;
    width: 245px;
    height: 100vh;
    padding: 50px 0 20px;
    background: #f7f7f7;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.2s ease; }
  .menu-drawer .drawer-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 990; }
  .menu-drawer.open .menu-wap {
    left: 0; }
  .menu-drawer.open .drawer-mask {
    display: block; }

.menu-collapse {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  margin-top: 51px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.2s ease; }
  .menu-collapse .menu-wap {
    padding: 10px 0; }
  .menu-collapse .active .menu-link {
    background: #f7f7f7; }
  .menu-collapse.open {
    display: block; }

@media (min-width: 1200px) {
  .menu {
    display: block; } }
.form-group {
  position: relative;
  display: flex;
  margin-bottom: 20px; }

.form-label {
  padding: 0 12px 0 0;
  height: 36px;
  line-height: 36px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  width: 100px;
  text-align: right; }

.required .form-label:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px; }

.form-content {
  flex: 1;
  position: relative; }

.form-input,
.form-select,
.form-textarea {
  -webkit-appearance: none;
  display: inline-block;
  height: 36px;
  width: 100%;
  line-height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  color: #606266;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  vertical-align: middle;
  transition: all 0.15s ease-in-out;
  resize: none; }
  .form-input:focus,
  .form-select:focus,
  .form-textarea:focus {
    border-color: #409EFF;
    outline: 0; }

.form-select {
  cursor: pointer;
  line-height: 1; }

.form-textarea {
  display: block;
  line-height: 1.5;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 56px; }

.form-checkbox,
.form-radio {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-right: 10px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  cursor: pointer; }
  .form-checkbox input,
  .form-radio input {
    position: absolute;
    height: 36px;
    line-height: 36px;
    margin-left: -20px; }

.upload-image {
  display: flex;
  flex-direction: row; }
  .upload-image input {
    display: none; }
  .upload-image .image-add,
  .upload-image .image-item {
    position: relative;
    display: flex;
    background-color: #fbfdff;
    border: 1px solid #c0ccda;
    border-radius: 4px;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    overflow: hidden; }
    .upload-image .image-add.image-add-enabled,
    .upload-image .image-item.image-add-enabled {
      display: flex; }
  .upload-image .image-item:hover .image-action-mask {
    opacity: 1; }
  .upload-image .image-item:hover .image-action-box {
    display: flex; }
  .upload-image .image-add {
    display: none;
    margin-right: 0;
    border-style: dashed; }
    .upload-image .image-add label {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      cursor: pointer; }
  .upload-image i {
    font-size: 18px;
    color: #8c939d; }
  .upload-image img {
    display: block;
    max-width: 100%;
    max-height: 100%; }
  .upload-image .image-action-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s; }
  .upload-image .image-action-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center; }
    .upload-image .image-action-box i {
      color: #fff;
      margin: 0 4px;
      font-size: 16px;
      cursor: pointer; }
  .upload-image .image-action-view:before {
    content: "\f06e"; }
  .upload-image .image-action-delete:before {
    content: "\f014"; }
  .upload-image .image-action-upload:before {
    content: "\f0ee"; }
  .upload-image .image-loading {
    color: #909399;
    animation: spin 1s infinite steps(8); }
    .upload-image .image-loading:before {
      content: "\f110"; }

.form-submit {
  margin-top: 10px;
  margin-left: 100px;
  width: 100%; }

.form-captcha {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  vertical-align: middle; }
  .form-captcha:hover .tooltip {
    display: block; }
  .form-captcha .captcha {
    width: 80px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1; }
    .form-captcha .captcha img {
      display: block;
      margin: 0 auto;
      height: 100%; }
    .form-captcha .captcha .captcha-loading {
      animation: spin 1s infinite steps(8); }
      .form-captcha .captcha .captcha-loading:before {
        content: "\f110"; }
    .form-captcha .captcha .captcha-error {
      font-size: 14px;
      margin-right: 2px; }
      .form-captcha .captcha .captcha-error:before {
        content: "\f00d"; }

.tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 6px 8px;
  color: #fff;
  white-space: nowrap;
  background-color: rgba(26, 26, 26, 0.8);
  border-radius: 4px;
  font-size: 12px;
  user-select: none; }
  .tooltip .tooltip-children {
    display: block;
    max-width: 250px;
    max-height: 150px;
    overflow: auto;
    word-wrap: break-word; }

.tooltip-arrow {
  overflow: hidden;
  position: absolute; }
  .tooltip-arrow:after {
    background: rgba(26, 26, 26, 0.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 32px;
    pointer-events: auto;
    position: absolute;
    width: 32px; }

.tooltip-top {
  transform: translate(-50%, -100%) translateY(-8px); }
  .tooltip-top .tooltip-arrow {
    height: 8px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    width: 16px; }

.tooltip-top .tooltip-arrow:after {
  transform: translate(-8px, -32px) rotate(45deg); }

.alert {
  display: none;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  padding: 6px 15px;
  border-radius: 4px;
  align-items: center; }
  .alert i {
    margin-right: 6px;
    line-height: 1; }
  .alert .alert-icon,
  .alert .alert-message {
    display: inline-block;
    vertical-align: middle; }
  .alert.alert-error {
    display: block;
    background-color: #fff2f0;
    border: 1px solid #ffccc7; }
    .alert.alert-error .alert-icon {
      color: #ff4d4f;
      font-size: 16px;
      line-height: 1; }

@media (min-width: 992px) {
  .form-submit {
    max-width: 200px; } }
.breadcrumb-icon {
  color: #909399; }

.breadcrumb {
  display: inline-block; }
  .breadcrumb li {
    display: inline-block; }
    .breadcrumb li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/\00a0"; }
    .breadcrumb li a {
      color: #909399; }

.pagination {
  display: block;
  padding: 10px 0 20px; }
  .pagination li {
    display: inline-block;
    margin-right: 4px; }
    .pagination li a, .pagination li span {
      display: inline-block;
      vertical-align: middle;
      min-width: 26px;
      height: 26px;
      line-height: 26px;
      text-align: center;
      background-color: #fff;
      user-select: none;
      cursor: pointer;
      font-family: Arial;
      font-weight: 500;
      border: 1px solid #e0e0e0;
      border-radius: 3px;
      transition: border .2s ease-in-out,color .2s ease-in-out;
      color: #606266;
      font-size: 12px; }
  .pagination .active a, .pagination .active span, .pagination :hover a, .pagination :hover span {
    border-color: #409EFF;
    color: #409EFF; }
  .pagination .disabled span {
    cursor: not-allowed;
    border-color: #e0e0e0;
    color: #909399; }

@media (min-width: 768px) {
  .pagination {
    padding: 20px 0 40px; }
    .pagination li a, .pagination li span {
      min-width: 36px;
      height: 36px;
      line-height: 36px;
      margin-right: 4px;
      border-radius: 4px;
      font-size: 14px; } }
.banner {
  position: relative;
  overflow: hidden; }
  .banner .item {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top; }
    .banner .item img {
      display: block;
      width: 100%;
      height: auto; }

.cate-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top; }
  .cate-banner img {
    display: block;
    width: 100%;
    height: auto; }

@media (min-width: 1200px) {
  .banner .item {
    height: 600px; }
    .banner .item img {
      display: none; }

  .cate-banner {
    height: 330px; }
    .cate-banner img {
      display: none; } }
.image-card .item {
  position: relative;
  width: 100%;
  height: 100%; }
.image-card a {
  display: block; }
.image-card .content {
  padding: 15px; }
  .image-card .content .box-image {
    margin-bottom: 15px; }
.image-card .desc {
  height: 36px; }
.image-card .box-meta {
  height: 20px; }
.image-card .meta {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 15px 15px;
  font-size: 12px;
  color: #C0C4CC; }
  .image-card .meta span + span {
    margin-left: 6px; }
.image-card .box-center {
  padding: 20px 15px;
  text-align: center; }
  .image-card .box-center .image-icon {
    margin: 0 auto 20px; }
  .image-card .box-center .link {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    color: #409EFF; }
    .image-card .box-center .link.link-btn {
      width: 50%;
      padding: 3px 0;
      display: inline-block;
      background: #409EFF;
      color: #fff;
      border-radius: 3px; }
.image-card .box-link {
  position: absolute;
  left: 0;
  bottom: -36px;
  height: 36px;
  width: 100%;
  line-height: 36px;
  text-align: center;
  background: #409EFF;
  color: #fff;
  font-size: 14px; }
.image-card.no-gutter .col .item {
  margin-left: -1px;
  margin-top: -1px; }
.image-card.with-white .item {
  background: transparent !important;
  border: 1px solid #fff; }
  .image-card.with-white .item .title, .image-card.with-white .item .desc, .image-card.with-white .item .link {
    color: #fff; }

@media (min-width: 768px) {
  .image-card .content {
    padding: 20px; }
    .image-card .content .box-image {
      margin-bottom: 20px; }
  .image-card .box-meta {
    height: 30px; }
  .image-card .meta {
    padding: 0 20px 20px; }
  .image-card .box-center {
    padding: 30px 20px; }
    .image-card .box-center .image-icon {
      margin: 0 auto 30px; }
    .image-card .box-center .link {
      margin-top: 30px; }
      .image-card .box-center .link.link-btn {
        padding: 4px 0; } }
@media (min-width: 1200px) {
  .image-card .desc {
    height: 42px; }
  .image-card .meta span + span {
    margin-left: 10px; }
  .image-card .box-center {
    padding: 50px 20px; }
    .image-card .box-center .link {
      margin-top: 40px;
      font-size: 14px; }
      .image-card .box-center .link.link-btn {
        padding: 5px 0; }
  .image-card .animate-up {
    overflow: hidden; }
    .image-card .animate-up .content {
      position: relative;
      background: #fff;
      transition: all 0.2s linear; }
    .image-card .animate-up .title a {
      display: inline; }
    .image-card .animate-up:hover .content {
      transform: translate3d(0, -36px, 0); } }
.image-column a {
  display: flex;
  align-items: center; }
.image-column .box-flex {
  display: flex;
  align-items: center; }
.image-column .box-image {
  width: 120px; }
.image-column .box-icon {
  margin: 10px 0 10px 10px;
  padding: 10px 0 10px 10px;
  width: 110px;
  border-radius: 100%;
  background: #fff; }
.image-column .box-center {
  flex: 1;
  text-align: center; }
.image-column .box-content .title {
  margin-bottom: 10px; }
.image-column .box-content .link {
  padding-top: 20px;
  color: #409EFF; }
.image-column .box-text {
  flex: 1;
  padding-left: 10px;
  overflow: hidden; }
  .image-column .box-text .title {
    font-weight: bold;
    margin-bottom: 4px; }
.image-column .content {
  flex: 1;
  padding: 5px 15px;
  overflow: hidden; }
  .image-column .content .desc {
    height: 36px; }
.image-column .border {
  width: 25%;
  height: 1px;
  margin: 5px 0;
  background: #C0C4CC; }
.image-column .subtitle {
  font-size: 14px;
  margin-bottom: 4px;
  color: #C0C4CC;
  transition: all 0.2s linear; }
.image-column .date {
  display: none; }
.image-column .text {
  font-size: 12px;
  height: 54px;
  margin: 20px 15px 30px;
  color: #909399;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical; }
.image-column .link {
  padding-top: 6px;
  font-size: 12px;
  color: #606266; }
.image-column .border-divider {
  position: relative;
  display: inline-block;
  min-width: 50%;
  border-bottom: 1px solid #e0e0e0; }
  .image-column .border-divider::after {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -15px;
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #409EFF; }
.image-column .border-link {
  display: inline-block;
  font-size: 12px;
  padding: 3px 20px;
  min-width: 50%;
  border-bottom: 1px solid #409EFF;
  color: #409EFF; }
.image-column .animate-color {
  transition: all 0.2s linear; }
  .image-column .animate-color:hover {
    background: #409EFF; }
    .image-column .animate-color:hover .title, .image-column .animate-color:hover .desc, .image-column .animate-color:hover .subtitle {
      color: #fff; }
    .image-column .animate-color:hover .border {
      background: #fff; }
.image-column .animate-right-border {
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-right: 4px solid #409EFF;
  transition: all 0.2s linear; }
  .image-column .animate-right-border:hover {
    border: 1px solid #409EFF;
    border-right: 4px solid #409EFF; }

@media (min-width: 1200px) {
  .image-column .reverse .box-content {
    order: -1; }
  .image-column .box-image {
    width: 160px; }
  .image-column .box-icon {
    margin: 20px 0 20px 20px;
    padding: 10px;
    width: 140px;
    border-radius: 100%;
    background: #fff; }
  .image-column .box-content .title {
    margin-bottom: 20px; }
  .image-column .box-content .link {
    padding-top: 40px; }
  .image-column .content {
    padding: 5px 20px; }
    .image-column .content .desc {
      height: 42px; }
  .image-column .border {
    margin: 15px 0; }
  .image-column .subtitle {
    margin-bottom: 8px; }
  .image-column .date {
    display: block; }
  .image-column .link {
    font-size: 14px; }
  .image-column .text {
    font-size: 14px;
    height: 63px;
    margin: 30px 20px 50px; }
  .image-column .border-link {
    padding: 5px 20px;
    font-size: 14px; }
  .image-column .animate-right-border {
    padding: 15px; } }
.image-mask .item {
  position: relative; }
.image-mask .box-main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
.image-mask .content {
  padding: 6% 6%; }
.image-mask .title a {
  font-weight: bold;
  color: #303333; }
.image-mask .link {
  display: inline-block;
  margin-top: 10px;
  font-size: #606266;
  font-size: 12px; }
  .image-mask .link i {
    margin-right: 4px; }
.image-mask .box-show {
  position: absolute;
  display: flex;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  transition: all 0.2s linear;
  background: rgba(0, 0, 0, 0.45); }
  .image-mask .box-show .desc, .image-mask .box-show .title {
    width: 100%;
    color: #fff;
    overflow: hidden;
    padding: 0 20px;
    z-index: 10; }
.image-mask .box-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.45); }
  .image-mask .box-title .title {
    color: #fff;
    margin: 0;
    padding: 10px 20px; }
.image-mask .animate-show {
  overflow: hidden; }
  .image-mask .animate-show:hover .box-show {
    top: 0; }
  .image-mask .animate-show:hover .thumb {
    transform: scale(1.1); }
.image-mask.with-white .title a, .image-mask.with-white .desc, .image-mask.with-white .link {
  color: #fff; }

@media (min-width: 1200px) {
  .image-mask .link {
    margin-top: 20px;
    font-size: 14px; } }
.image-full {
  position: relative;
  overflow: hidden; }
  .image-full .box-row {
    display: flex;
    flex-direction: column; }
  .image-full .box-col {
    flex: 1; }
    .image-full .box-col .image {
      display: block;
      padding-top: 20px;
      max-width: 100%;
      max-height: 100%;
      overflow: hidden; }
  .image-full .box-content {
    padding: 20px 0;
    margin-bottom: 20px; }
  .image-full .box-text {
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    order: 1; }
    .image-full .box-text .big-title {
      font-size: 22px;
      margin-bottom: 10px;
      color: #303333; }
      .image-full .box-text .big-title a {
        color: #303333; }
      .image-full .box-text .big-title.blod {
        font-weight: bold; }
    .image-full .box-text .subtitle {
      margin-top: -5px;
      margin-bottom: 10px;
      font-size: 16px;
      color: #909399; }
    .image-full .box-text .text {
      margin-bottom: 20px; }
    .image-full .box-text .more {
      display: inline-block;
      width: 140px;
      font-size: 12px;
      height: 32px;
      line-height: 32px; }
    .image-full .box-text .link {
      display: inline-block;
      font-size: 12px;
      vertical-align: middle;
      color: #606266; }
      .image-full .box-text .link i {
        margin-right: 6px; }
      .image-full .box-text .link.primary {
        color: #409EFF; }
  .image-full .box-image {
    margin: 0 -10px; }
    .image-full .box-image img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      max-height: 100%;
      line-height: 1; }
  .image-full.with-white .big-title, .image-full.with-white .big-title a, .image-full.with-white .text, .image-full.with-white .link {
    color: #fff; }

@media (min-width: 1200px) {
  .image-full .box-row {
    flex-direction: row;
    align-items: center; }
  .image-full .box-content {
    padding: 50px 0;
    margin-bottom: 0px;
    margin-left: 40px; }
  .image-full .box-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0; }
    .image-full .box-image img {
      display: none; }
  .image-full .box-text {
    order: 0;
    padding: 50px 0; }
    .image-full .box-text .big-title {
      font-size: 32px;
      margin-bottom: 30px; }
    .image-full .box-text .subtitle {
      margin-top: -20px;
      margin-bottom: 30px;
      font-size: 18px;
      color: #909399; }
    .image-full .box-text .text {
      margin-bottom: 50px; }
    .image-full .box-text .more {
      font-size: 14px;
      height: 42px;
      line-height: 42px; }
    .image-full .box-text .link {
      font-size: 14px; }
  .image-full .reverse .box-col + .box-col {
    order: -1; }
  .image-full .reverse .box-content {
    margin-right: 40px;
    margin-left: 0; }
  .image-full .reverse .box-image {
    left: 50%; }
  .image-full .post-main {
    margin-top: 40px; } }
.nav-vertical {
  display: block; }
  .nav-vertical li {
    position: relative;
    display: block;
    line-height: 1; }
  .nav-vertical a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 24px;
    overflow: hidden;
    color: #606266;
    font-size: 14px; }
    .nav-vertical a:hover {
      color: #409EFF; }
    .nav-vertical a.open i {
      transform: rotate(-90deg); }
  .nav-vertical .active a {
    color: #409EFF; }
  .nav-vertical i {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 14px;
    line-height: 1;
    color: #909399;
    transition: all 0.2s linear; }
  .nav-vertical .subnav {
    display: none; }
    .nav-vertical .subnav.open {
      display: block; }
  .nav-vertical .subnav a {
    padding-left: 48px; }
  .nav-vertical .subnav .subnav a {
    padding-left: 72px; }
  .nav-vertical .subnav .subnav .subnav a {
    padding-left: 96px; }
  .nav-vertical .subnav .subnav .subnav .subnav a {
    padding-left: 120px; }
  .nav-vertical.with-border li {
    border-top: 1px solid #e0e0e0; }
    .nav-vertical.with-border li a {
      padding-top: 15px;
      padding-bottom: 15px; }
    .nav-vertical.with-border li i {
      top: 15px; }

.nav-default {
  display: block;
  overflow: hidden;
  margin: 0 -15px -10px;
  line-height: 1; }
  .nav-default li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    margin-bottom: 10px;
    line-height: 1; }
  .nav-default a {
    display: inline-block;
    overflow: hidden;
    color: #606266;
    font-size: 14px;
    line-height: 1; }
  .nav-default .active a, .nav-default a:hover {
    color: #409EFF; }
  .nav-default.with-divider li:before {
    position: absolute;
    left: -1px;
    top: 0;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #e0e0e0; }
  .nav-default.with-bg {
    margin: 0 -5px -10px; }
    .nav-default.with-bg li {
      padding: 0 5px;
      margin-bottom: 10px; }
    .nav-default.with-bg a {
      padding: 8px 20px;
      background: #f3f3f3;
      color: #606266;
      font-size: 14px; }
    .nav-default.with-bg .active a, .nav-default.with-bg a:hover {
      background: #409EFF;
      color: #fff; }
  .nav-default.with-primary {
    margin: 0 -10px -10px; }
    .nav-default.with-primary li {
      margin: 0 10px 10px;
      padding: 0; }
      .nav-default.with-primary li:before {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        content: '';
        width: 100%;
        height: 2px;
        background: #409EFF; }
      .nav-default.with-primary li a {
        padding: 8px 10px; }

.nav-attrs .attr {
  display: block;
  padding-bottom: 20px; }
.nav-attrs .name {
  width: 88px;
  padding: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.nav-attrs .items {
  flex: 1;
  overflow: hidden;
  margin-bottom: -5px; }
.nav-attrs a {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 12px; }
.nav-attrs .active {
  background: #409EFF;
  color: #fff; }
.nav-attrs .selected {
  display: block; }
  .nav-attrs .selected .name {
    padding: 1px 0 10px; }
  .nav-attrs .selected a {
    padding: 0 5px;
    border: 1px solid #409EFF;
    color: #409EFF; }
  .nav-attrs .selected i {
    font-size: 12px;
    color: #909399; }
  .nav-attrs .selected .reset {
    border: none;
    color: #606266; }
    .nav-attrs .selected .reset:hover {
      color: #409EFF; }

@media (min-width: 992px) {
  .nav-default {
    margin: 0 -20px -20px; }
    .nav-default li {
      padding: 0 20px;
      margin-bottom: 20px; }
    .nav-default a {
      font-size: 15px; }
    .nav-default.with-bg {
      margin: 0 -10px -10px; }
      .nav-default.with-bg li {
        padding: 0 10px;
        margin-bottom: 10px; }
      .nav-default.with-bg a {
        padding: 12px 30px; }
    .nav-default.with-primary {
      margin: 0 -15px -20px; }
      .nav-default.with-primary li {
        margin: 0 15px 20px; }
        .nav-default.with-primary li a {
          padding: 15px 20px; }

  .nav-attrs .items {
    margin-bottom: -10px; }
  .nav-attrs .attr {
    display: flex; }
  .nav-attrs a {
    font-size: 14px;
    margin-bottom: 10px; }
  .nav-attrs .name {
    font-size: 14px; }
  .nav-attrs .selected {
    display: flex; }
    .nav-attrs .selected a {
      font-size: 14px; }
    .nav-attrs .selected .name {
      font-size: 14px; } }
.post-text {
  display: block; }
  .post-text .item {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .post-text .item:hover .prefix {
      background: #409EFF;
      color: #fff; }
  .post-text .title {
    flex: 1;
    overflow: hidden; }
  .post-text .date {
    display: flex;
    margin-left: 20px; }
  .post-text .prefix {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #f7f7f7;
    margin-right: 6px;
    font-size: 12px;
    color: #909399;
    vertical-align: middle;
    transition: all 0.2s linear; }
    .post-text .prefix i {
      font-size: 12px; }
    .post-text .prefix.circle {
      border-radius: 20px; }
  .post-text .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #909399;
    margin-left: 4px;
    margin-right: 10px;
    vertical-align: middle; }
  .post-text.with-divider .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0; }
  .post-text.with-large .item {
    font-size: 16px; }
  .post-text.with-hot .prefix:nth-child(1) {
    background: #409EFF;
    color: #fff; }
  .post-text.with-hot .prefix:nth-child(2) {
    background: #409EFF;
    color: #fff; }
  .post-text.with-hot .prefix:nth-child(3) {
    background: #409EFF;
    color: #fff; }

@media (min-width: 1200px) {
  .post-text.with-border .item {
    margin-bottom: 15px;
    padding-bottom: 15px; } }
.post-main .padding {
  height: 0px; }
.post-main .divider {
  margin: 10px 0;
  height: 1px;
  width: 100%;
  background: #e0e0e0; }
.post-main .date {
  padding: 5px 0;
  color: #C0C4CC;
  font-size: 12px; }
.post-main .day {
  margin-bottom: 0;
  font-size: 28px;
  color: #C0C4CC; }
.post-main .link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #909399; }
  .post-main .link i {
    font-size: 12px;
    margin-right: 6px; }
  .post-main .link.primary {
    color: #409EFF; }
.post-main .more {
  float: right;
  display: inline-block;
  padding: 5px 16px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #606266;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  font-size: 12px;
  transition: all 0.2s linear; }
  .post-main .more:hover {
    background: #409EFF;
    border: 1px solid #409EFF;
    color: #fff; }
.post-main .box-card {
  padding: 25px 20px;
  overflow: hidden; }
.post-main .box-flex {
  display: flex; }
  .post-main .box-flex .title {
    margin-bottom: 3px; }
  .post-main .box-flex .date {
    padding: 0;
    margin-left: 10px; }
.post-main .box-item {
  display: flex; }
  .post-main .box-item .left-date {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e0e0e0;
    color: #C0C4CC; }
.post-main .item + .item {
  margin-top: 10px; }
.post-main .num {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #409EFF;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px #409EFF; }
  .post-main .num + .content {
    margin-left: 15px; }
.post-main .content {
  flex: 1;
  overflow: hidden; }
.post-main .animate-bottom-border {
  position: relative;
  transition: all 0.2s linear; }
  .post-main .animate-bottom-border:after {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #409EFF;
    transition: all 0.2s linear; }
  .post-main .animate-bottom-border:hover:after {
    height: 8px; }
.post-main .animate-bg {
  background: #fff;
  transition: all 0.2s linear; }
  .post-main .animate-bg:hover {
    background: #409EFF; }
    .post-main .animate-bg:hover .title, .post-main .animate-bg:hover .title a, .post-main .animate-bg:hover .desc, .post-main .animate-bg:hover .date, .post-main .animate-bg:hover .link, .post-main .animate-bg:hover .more {
      color: #fff; }
    .post-main .animate-bg:hover .more {
      border-color: #fff; }

@media (min-width: 1200px) {
  .post-main .padding {
    height: 15px; }
  .post-main .date {
    padding: 20px 0;
    font-size: 14px; }
  .post-main .day {
    margin-bottom: 20px;
    font-size: 36px; }
  .post-main .link {
    margin-top: 20px;
    font-size: 14px; }
    .post-main .link i {
      font-size: 14px; }
  .post-main .more {
    float: none;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px; }
  .post-main .box-card {
    padding: 40px 30px; }
  .post-main .box-flex .title {
    margin-bottom: 5px; }
  .post-main .box-item {
    margin-bottom: 20px; }
    .post-main .box-item .left-date {
      height: 28px;
      line-height: 28px;
      font-size: 28px;
      margin-right: 40px;
      padding-right: 40px; }
  .post-main .item + .item {
    margin-top: 15px; }
  .post-main .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 6px #409EFF; }
    .post-main .num + .content {
      margin-left: 20px; } }
.post-card-image a {
  display: block; }
.post-card-image .content {
  padding: 15px; }
.post-card-image .meta {
  margin-top: -10px;
  padding: 0 15px 15px;
  font-size: 12px;
  color: #C0C4CC; }
  .post-card-image .meta span + span {
    margin-left: 6px; }
.post-card-image.with-padding .box-image {
  margin: 15px 15px 0; }

@media (min-width: 768px) {
  .post-card-image .content {
    padding: 20px;
    height: 134px; }
  .post-card-image .meta {
    padding: 0 20px 20px; }
  .post-card-image.with-padding .box-image {
    margin: 20px 20px 0; } }
@media (min-width: 1200px) {
  .post-card-image .content {
    height: 144px; }
  .post-card-image .meta span + span {
    margin-left: 10px; } }
.post-column .item {
  display: flex; }
  .post-column .item + .item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e0e0e0; }
.post-column .image, .post-column .big-image {
  display: block;
  width: 112px;
  overflow: hidden; }
.post-column .mini-image {
  display: block;
  width: 84px; }
.post-column .content {
  flex: 1;
  overflow: hidden; }
.post-column .box-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 84px;
  height: 84px;
  background: #eee;
  color: #606266;
  text-align: center;
  transition: all 0.2s linear; }
  .post-column .box-date .day {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 4px; }
  .post-column .box-date .year {
    font-size: 14px;
    line-height: 1; }
  .post-column .box-date:hover {
    background: #409EFF;
    color: #fff; }
.post-column .image + .content, .post-column .content + .image,
.post-column .big-image + .content, .post-column .content + .big-image,
.post-column .mini-image + .content, .post-column .content + .mini-image,
.post-column .box-date + .content, .post-column .content + .box-date {
  margin-left: 15px; }
.post-column .meta {
  margin-top: 20px;
  color: #C0C4CC; }
  .post-column .meta span + span {
    margin-left: 30px; }
.post-column.with-divider .item {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0; }

@media (min-width: 768px) {
  .post-column .big-image {
    width: 240px; }
  .post-column .image {
    width: 200px; }
  .post-column .content {
    padding: 10px 0; }
  .post-column.with-divider .item {
    padding-bottom: 20px; } }
@media (min-width: 1200px) {
  .post-column .item + .item {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e0e0e0; }
  .post-column .big-image {
    width: 320px; }
  .post-column .image {
    width: 220px;
    height: 138px; }
  .post-column .image + .content, .post-column .content + .image, .post-column .big-image + .content, .post-column .content + .big-image {
    margin-left: 30px; }
  .post-column .mini-image {
    width: 96px; }
  .post-column .mini-image + .content, .post-column .content + .mini-image, .post-column .box-date + .content, .post-column .content + .box-date {
    margin-left: 20px; }
  .post-column .box-date {
    width: 96px;
    height: 96px; }
    .post-column .box-date .day {
      font-size: 24px;
      margin-bottom: 8px; }
    .post-column .box-date .year {
      font-size: 16px; }
  .post-column.with-divider .col {
    margin-bottom: 20px !important; }
  .post-column.with-divider .item {
    padding-bottom: 20px; } }
.post-slider .left-box {
  margin-bottom: 15px; }
  .post-slider .left-box .bx-pager {
    display: none !important; }
  .post-slider .left-box .item {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .post-slider .left-box .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.6); }
  .post-slider .left-box .title {
    color: #fff;
    margin-bottom: 0; }
.post-slider .right-box .item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0; }
.post-slider .right-box a {
  display: flex;
  align-items: center; }
.post-slider .right-box .box-image {
  width: 102px; }
.post-slider .right-box .content {
  flex: 1;
  overflow: hidden; }
.post-slider .right-box .box-image + .content, .post-slider .right-box .content + .box-image {
  margin-left: 15px; }
.post-slider .right-box .title {
  margin-bottom: 4px; }
  .post-slider .right-box .title:hover {
    color: #409EFF; }

@media (min-width: 768px) {
  .post-slider .right-box .box-image {
    width: 90px; } }
@media (min-width: 1200px) {
  .post-slider .left-box {
    margin-bottom: 0; }
    .post-slider .left-box .item {
      height: 356px; }
    .post-slider .left-box .content {
      padding: 16px 20px; }
  .post-slider .right-box .item {
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .post-slider .right-box .box-image {
    width: 136px; } }
.count-list .row {
  margin-top: 10px; }
.count-list .item {
  padding: 12px;
  text-align: center; }
.count-list .number {
  font-size: 32px;
  line-height: 1.2;
  color: #303333; }
  .count-list .number .unit {
    font-size: 12px;
    color: #909399;
    margin-left: 3px;
    font-weight: normal; }
    .count-list .number .unit.blod {
      font-weight: bold; }
  .count-list .number.blod {
    font-weight: bold; }
  .count-list .number.mini {
    font-size: 26px; }
  .count-list .number.large {
    font-size: 46px; }
  .count-list .number.primary {
    color: #409EFF; }
.count-list .title {
  color: #909399; }
.count-list.with-white .number, .count-list.with-white .number .unit, .count-list.with-white .title {
  color: #fff; }

@media (min-width: 1200px) {
  .count-list .row {
    margin-top: 20px; }
  .count-list .item {
    padding: 30px;
    text-align: center; }
  .count-list .number {
    font-size: 48px; }
    .count-list .number .unit {
      font-size: 16px;
      margin-left: 6px; }
    .count-list .number.mini {
      font-size: 32px; }
    .count-list .number.large {
      font-size: 62px; }
  .count-list .title {
    color: #909399; } }
.company-list .row {
  justify-content: center; }
.company-list .gutter-lg-2x .col {
  margin-bottom: 20px; }

.package-list .item {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 20px; }
.package-list .title {
  text-align: center; }
.package-list .price {
  padding: 10px 0;
  margin-bottom: 20px;
  line-height: 1;
  vertical-align: top;
  text-align: center;
  color: #409EFF;
  border-bottom: 1px solid #e0e0e0; }
  .package-list .price i {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    font-size: 20px;
    font-style: normal;
    margin-top: 10px; }
  .package-list .price b {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    font-size: 72px;
    font-weight: bold;
    font-family: Trebuchet MS,Helvetica,sans-serif; }
.package-list .meta {
  margin: 20px 0; }
  .package-list .meta span {
    display: block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .package-list .meta i {
    margin-right: 10px;
    font-size: 22px;
    color: #409EFF;
    vertical-align: middle; }
.package-list .link-btn {
  display: inline-block;
  width: 50%;
  height: 46px;
  line-height: 46px;
  margin: 0 25%;
  text-align: center;
  background: #409EFF;
  color: #fff;
  border-radius: 46px; }
.package-list .active {
  background: #409EFF; }
  .package-list .active .title, .package-list .active .full-desc, .package-list .active .price i, .package-list .active .meta i, .package-list .active .meta span {
    color: #fff; }
  .package-list .active .price b {
    color: #ffde7a; }
  .package-list .active .link-btn {
    background: #fff;
    color: #409EFF; }
.package-list:hover .active {
  background: #f7f7f7; }
  .package-list:hover .active .title {
    color: #303333; }
  .package-list:hover .active .full-desc {
    color: #909399; }
  .package-list:hover .active .price i, .package-list:hover .active .price b, .package-list:hover .active .meta i {
    color: #409EFF; }
  .package-list:hover .active .meta span {
    color: #606266; }
  .package-list:hover .active .link-btn {
    background: #409EFF;
    color: #fff; }
.package-list .item:hover {
  background: #409EFF; }
  .package-list .item:hover .title, .package-list .item:hover .full-desc, .package-list .item:hover .price i, .package-list .item:hover .meta i, .package-list .item:hover .meta span {
    color: #fff; }
  .package-list .item:hover .price b {
    color: #ffde7a; }
  .package-list .item:hover .link-btn {
    background: #fff;
    color: #409EFF; }

@media (min-width: 1200px) {
  .package-list .item {
    padding: 40px 30px; }
  .package-list .price {
    padding: 20px 0;
    margin-bottom: 30px; }
  .package-list .meta {
    margin: 30px 0; } }
.package-full .item {
  position: relative;
  overflow: hidden;
  padding: 40px 30px 20px;
  background: url("../static/image/package.png") no-repeat right bottom; }
.package-full .box-title {
  color: #fff;
  text-align: center; }
.package-full .activity {
  position: absolute;
  width: 129px;
  right: -32px;
  top: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  transform: rotate(45deg);
  transform-origin: 50% 100%;
  background: #ff694f; }
  .package-full .activity.mini {
    font-size: 12px; }
.package-full .price {
  color: #ff5039;
  padding: 0 0 5px; }
.package-full .price i {
  font-size: 16px;
  font-style: normal; }
.package-full .price b {
  font-size: 36px;
  font-family: Trebuchet MS,Helvetica,sans-serif; }
.package-full .meta {
  border-top: 1px solid #e0e0e0;
  padding: 10px 0; }
  .package-full .meta span {
    position: relative;
    display: block;
    line-height: 32px;
    padding-left: 15px; }
    .package-full .meta span:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 13px;
      width: 6px;
      height: 6px;
      background: #409EFF;
      border-radius: 6px; }
.package-full .link-btn {
  display: block;
  margin: 10px auto;
  width: 160px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #409EFF;
  border: 1px solid #409EFF;
  color: #fff;
  border-radius: 32px; }
  .package-full .link-btn:hover {
    background: #fff;
    color: #409EFF; }

@media (min-width: 1200px) {
  .package-full .item {
    padding: 50px 30px; }
  .package-full .price {
    padding: 5px 0 10px; }
  .package-full .meta {
    padding: 20px 0; }
  .package-full .link-btn {
    height: 38px;
    line-height: 38px;
    border-radius: 38px; } }
.package-introduce .item {
  padding-bottom: 30px; }
.package-introduce .box-title {
  padding: 20px 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../static/image/introduce-bg.jpg"); }
  .package-introduce .box-title .title {
    color: #fff;
    margin-bottom: 0;
    line-height: 1; }
.package-introduce .content {
  padding: 20px 25px; }
.package-introduce .meta {
  position: relative;
  display: block;
  vertical-align: middle;
  margin-bottom: 5px; }
  .package-introduce .meta:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    background: #409EFF;
    border-radius: 6px; }
.package-introduce .subtitle {
  margin-bottom: 10px; }
.package-introduce .link-btn {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #409EFF;
  color: #409EFF;
  border-radius: 32px; }
  .package-introduce .link-btn:hover {
    background: #409EFF;
    color: #fff; }

@media (min-width: 1200px) {
  .package-introduce .item {
    padding-bottom: 40px; }
  .package-introduce .link-btn {
    height: 38px;
    line-height: 38px;
    border-radius: 38px; } }
.list-slider {
  opacity: 0; }
  .list-slider .bx-pager {
    bottom: -20px; }
    .list-slider .bx-pager .bx-pager-item a {
      width: 6px;
      height: 6px;
      margin: 0 4px;
      background: rgba(30, 30, 30, 0.3); }
    .list-slider .bx-pager .bx-pager-item .active {
      background: rgba(30, 30, 30, 0.5); }

@media (min-width: 768px) {
  .list-slider .bx-controls-direction {
    display: none; }
  .list-slider .bx-pager {
    bottom: -30px; }
    .list-slider .bx-pager .bx-pager-item a {
      width: 8px;
      height: 8px;
      margin: 0 5px; } }
@media (min-width: 992px) {
  .list-slider .bx-controls-direction {
    display: block; }
  .list-slider .bx-prev {
    left: -50px; }
  .list-slider .bx-next {
    right: -50px; }
  .list-slider.with-circle .bx-prev, .list-slider.with-circle .bx-next {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px; } }
.detail .box-link {
  margin-top: 20px; }
.detail .box-info {
  margin-top: 20px; }
.detail .info {
  margin-bottom: 10px;
  line-height: 1;
  color: #909399; }
.detail .link-btn, .detail .link-btn2 {
  display: inline-block;
  width: 160px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #409EFF;
  color: #fff;
  border-radius: 4px; }
  .detail .link-btn:hover, .detail .link-btn2:hover {
    background: #5aabff; }
  .detail .link-btn + .link-btn, .detail .link-btn + .link-btn2, .detail .link-btn2 + .link-btn, .detail .link-btn2 + .link-btn2 {
    margin-left: 20px; }
.detail .link-btn2 {
  background: #ff6737; }
  .detail .link-btn2:hover {
    background: #ff7a51; }
.detail .meta {
  color: #909399; }
  .detail .meta span {
    display: inline-block;
    margin-right: 20px; }
  .detail .meta a {
    color: #606266; }
    .detail .meta a:hover {
      color: #409EFF; }
.detail .box-top {
  overflow: hidden; }
  .detail .box-top.center {
    text-align: center; }
.detail .box-content {
  padding: 30px 0; }
  .detail .box-content.border {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
.detail .box-footer .back {
  text-align: right; }
.detail .box-image {
  position: relative;
  background-color: #f7f7f7; }
  .detail .box-image .image {
    padding-top: 62.5%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.image-slider .image-show {
  position: relative;
  background-color: #f7f7f7; }
  .image-slider .image-show .image {
    padding-top: 62.5%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .image-slider .image-show .prev, .image-slider .image-show .next {
    opacity: 0;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear; }
    .image-slider .image-show .prev:hover, .image-slider .image-show .next:hover {
      background: rgba(0, 0, 0, 0.5); }
  .image-slider .image-show .next {
    left: auto;
    right: 10px; }
  .image-slider .image-show:hover .prev, .image-slider .image-show:hover .next {
    opacity: 1; }
  .image-slider .image-show i {
    font-size: 20px; }
.image-slider .image-list {
  margin-top: 10px; }
  .image-slider .image-list .row {
    margin: 0 -3px; }
  .image-slider .image-list .col {
    padding: 0 3px;
    margin-bottom: 6px; }
  .image-slider .image-list .thumb {
    cursor: pointer;
    border: 2px solid #e0e0e0; }
    .image-slider .image-list .thumb:hover {
      border: 2px solid #409EFF; }
  .image-slider .image-list .active {
    border: 2px solid #409EFF; }
.image-slider.full-width {
  width: 100%; }
  .image-slider.full-width .image-list .image-col {
    width: 12.5%; }
  .image-slider.full-width + .content {
    margin-left: 0; }

.detail-panel {
  margin-bottom: 20px;
  overflow: hidden; }

@media (min-width: 1200px) {
  .detail .link-btn, .detail .link-btn2 {
    height: 38px;
    line-height: 38px; } }
.header {
  position: relative;
  height: 60px;
  box-sizing: content-box;
  border-bottom: 1px solid #f3f3f3;
  background: #fff; }
  .header.header-primary {
    background: #409EFF; }
  .header .content {
    position: relative; }
  .header .logo {
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden; }

.brand {
  position: relative;
  width: 100%;
  line-height: 50px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0; }
  .brand .logo {
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center; }
  .brand.brand-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; }

.footer {
  background-color: #252B3A; }
  .footer .content {
    padding: 30px 0; }
  .footer .title {
    color: #d3d5d8;
    margin-bottom: 10px;
    font-size: 16px; }
  .footer .footer-item {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    padding-right: 10px; }
  .footer .footer-nav li {
    display: block;
    margin-bottom: 10px; }
  .footer .footer-nav a {
    font-size: 16px;
    color: #7c8089; }
    .footer .footer-nav a:hover {
      color: #d3d5d8; }
  .footer .footer-right .full-box {
    display: flex; }
  .footer .footer-right .footer-box .title {
    overflow: hidden; }
  .footer .footer-contact {
    vertical-align: middle;
    text-align: left;
    color: #7c8089;
    flex: 1; }
    .footer .footer-contact .phone-title {
      font-size: 14px;
      margin-top: 10px; }
    .footer .footer-contact .phone-number {
      color: #fff;
      font-size: 24px;
      font-weight: bold; }
  .footer .footer-qrcode {
    flex: 1;
    vertical-align: middle;
    text-align: right; }
    .footer .footer-qrcode img {
      display: inline-block;
      margin: 0 5px;
      padding: 5px;
      width: 90px;
      height: 90px;
      border: 1px solid #414758; }
  .footer .link {
    padding: 15px 0;
    border-top: 1px solid #414758;
    border-bottom: 1px solid #414758; }
    .footer .link .item {
      display: inline-block;
      margin-right: 10px;
      color: #7c8089; }
    .footer .link a {
      color: #7c8089; }
      .footer .link a:hover {
        color: #d3d5d8; }
  .footer .copyright {
    padding: 20px 0;
    color: #7c8089;
    font-size: 12px; }
    .footer .copyright a {
      color: #7c8089; }
    .footer .copyright span {
      display: inline-block;
      margin-right: 10px; }

@media (min-width: 1200px) {
  .footer .title {
    font-size: 18px;
    margin-bottom: 20px; }
  .footer .content {
    padding: 50px 0; }
  .footer .footer-right {
    text-align: right; }
    .footer .footer-right .footer-box {
      display: inline-block; }
      .footer .footer-right .footer-box .title {
        text-align: left; }
    .footer .footer-right .full-box {
      display: inline-block; }
    .footer .footer-right .footer-contact {
      display: inline-block; }
      .footer .footer-right .footer-contact .phone-title {
        margin-top: 0;
        font-size: 16px; }
      .footer .footer-right .footer-contact .phone-number {
        font-size: 32px; }
    .footer .footer-right .footer-qrcode {
      display: inline-block;
      margin: 0 60px;
      text-align: right; }
      .footer .footer-right .footer-qrcode img {
        width: 110px;
        height: 110px; }
  .footer .link {
    padding: 30px 0; }
  .footer .copyright {
    font-size: 14px; } }
#plug {
  transition: all 0.2s linear; }

.plug-pc {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 100; }
  .plug-pc .plug-item {
    position: relative;
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-top: -1px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s linear; }
    .plug-pc .plug-item:hover .append-box {
      display: block; }
    .plug-pc .plug-item .plug-box {
      padding: 10px 0; }
    .plug-pc .plug-item i {
      font-size: 32px;
      line-height: 1;
      color: #409EFF; }
    .plug-pc .plug-item .text {
      color: #606266;
      font-size: 14px;
      text-align: center; }
    .plug-pc .plug-item:hover {
      background: #409EFF; }
      .plug-pc .plug-item:hover .text, .plug-pc .plug-item:hover i {
        color: #fff; }
  .plug-pc .plug-top {
    border: 1px solid #e0e0e0;
    margin-top: -1px;
    background: #f3f3f3;
    cursor: pointer;
    transition: all 0.2s linear; }
    .plug-pc .plug-top .plug-box {
      padding: 10px 0; }
    .plug-pc .plug-top .text {
      font-size: 12px;
      color: #606266;
      text-align: center; }
      .plug-pc .plug-top .text i {
        margin-right: 2px; }
    .plug-pc .plug-top:hover {
      background: #409EFF; }
      .plug-pc .plug-top:hover .text {
        color: #fff; }
  .plug-pc .append-box {
    display: none;
    z-index: 110; }
  .plug-pc .phone-box {
    position: absolute;
    right: 86px;
    top: 0;
    background: #fff; }
    .plug-pc .phone-box .phone-body {
      width: 240px;
      height: 100px;
      padding: 20px;
      border: 1px solid #e0e0e0; }
    .plug-pc .phone-box .tel-tip {
      color: #909399; }
    .plug-pc .phone-box .tel-number {
      font-size: 28px;
      color: #409EFF; }
  .plug-pc .wx-box {
    position: absolute;
    right: 86px;
    top: 0;
    background: #fff; }
    .plug-pc .wx-box .wx-body {
      width: 140px;
      height: 140px;
      padding: 10px 10px;
      border: 1px solid #e0e0e0; }
      .plug-pc .wx-box .wx-body img {
        display: block;
        width: 120px;
        height: 120px; }

.plug-wap {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 110; }
  .plug-wap .wap-box {
    display: flex;
    align-items: center;
    justify-content: center; }
  .plug-wap .wap-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-decoration: none;
    background: #409EFF; }
    .plug-wap .wap-item + .wap-item {
      background: #ff7212; }
    .plug-wap .wap-item a {
      display: block;
      color: #fff; }
    .plug-wap .wap-item i {
      margin-right: 4px; }

.plug-footer {
  width: 100%;
  height: 42px; }

#form-modal1 .content {
  padding: 30px; }
  #form-modal1 .content .title {
    font-weight: bold;
    text-align: center;
    color: #409EFF; }
  #form-modal1 .content .desc {
    text-align: center; }
#form-modal1 .form {
  display: block;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(10, 130, 107, 0.1);
  border-radius: 5px; }

#form-modal2 .content {
  padding: 30px; }
#form-modal2 .tip {
  color: #909399;
  margin: 0; }
#form-modal2 .number {
  font-size: 28px;
  color: #409EFF;
  margin-bottom: 10px; }
#form-modal2 .form {
  display: block;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(10, 130, 107, 0.1);
  border-radius: 5px; }
#form-modal2 .form-box .form-input {
  margin-bottom: 10px; }
#form-modal2 .form-box .btn {
  width: 100%; }

#plug-s {
  position: fixed;
  right: 10px;
  top: 40%;
  margin-top: -82px;
  padding-bottom: 4px;
  z-index: 99000; }
  #plug-s .plug-s-item {
    position: relative;
    margin-right: 4px;
    margin-bottom: 2px; }
    #plug-s .plug-s-item:hover .plug-s-main {
      display: block; }
  #plug-s .plug-s-box {
    width: 80px;
    height: 80px;
    background-color: #409EFF;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center; }
    #plug-s .plug-s-box:hover {
      background-color: #73b8ff; }
    #plug-s .plug-s-box img {
      display: block;
      width: 30px;
      height: auto;
      margin: 0 auto;
      padding: 16px 0 6px; }
    #plug-s .plug-s-box .plug-s-text {
      line-height: 1;
      font-size: 14px;
      text-align: center; }
  #plug-s .plug-s-main {
    display: none;
    position: absolute;
    top: 0;
    right: 80px;
    padding: 0 2px;
    z-index: 990; }
  #plug-s .plug-s-content {
    width: 220px;
    background: #fff;
    box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
    text-align: left;
    overflow: hidden; }
    #plug-s .plug-s-content .plug-s-title {
      padding: 15px 20px;
      font-size: 16px;
      font-weight: bold;
      background-color: #409EFF;
      line-height: 1;
      color: #fff; }
    #plug-s .plug-s-content .plug-s-desc {
      padding: 10px 20px;
      font-size: 14px;
      font-weight: normal;
      color: #606666; }
    #plug-s .plug-s-content .plug-s-form {
      margin: 0 20px 20px; }
    #plug-s .plug-s-content .btn {
      margin-top: 10px;
      width: 100%; }

@media (min-width: 1200px) {
  #form-modal2 .form-box {
    display: flex; }
    #form-modal2 .form-box .form-input {
      width: 0;
      height: 38px;
      line-height: 38px;
      flex: 1;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-bottom: 0; }
    #form-modal2 .form-box .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-right: -1px;
      width: 120px; } }
.editor-text {
  line-height: 2em; }

.editor-text span,
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6,
.editor-text p,
.editor-text small,
.editor-text strong,
.editor-text tt,
.editor-text center,
.editor-text dl,
.editor-text dt,
.editor-text dd,
.editor-text ol,
.editor-text ul,
.editor-text li,
.editor-text form,
.editor-text label,
.editor-text legend,
.editor-text table,
.editor-text caption,
.editor-text tbody,
.editor-text tfoot,
.editor-text thead,
.editor-text tr,
.editor-text th,
.editor-text td,
.editor-text article,
.editor-text aside,
.editor-text canvas,
.editor-text details,
.editor-text embed,
.editor-text footer,
.editor-text header,
.editor-text menu,
.editor-text nav,
.editor-text section,
.editor-text summary {
  margin: 0;
  padding: 0; }

.editor-text ol, .editor-text ul {
  list-style: none; }

.editor-text blockquote, .editor-text q {
  quotes: none; }

.editor-text blockquote:before,
.editor-text blockquote:after,
.editor-text q:before,
.editor-text q:after {
  content: '';
  content: none; }

.editor-text table {
  border-collapse: collapse;
  border-spacing: 0; }

.editor-text img {
  max-width: 100%;
  vertical-align: middle; }
