
/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%; }

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%; }

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333333%; }

.offset-2 {
  margin-left: 16.66666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333333%; }

.offset-5 {
  margin-left: 41.66666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333333%; }

.offset-8 {
  margin-left: 66.66666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333333%; }

.offset-11 {
  margin-left: 91.66666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333333%; }

  .offset-sm-2 {
    margin-left: 16.66666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333333%; }

  .offset-sm-5 {
    margin-left: 41.66666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333333%; }

  .offset-sm-8 {
    margin-left: 66.66666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333333%; }

  .offset-sm-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333333%; }

  .offset-md-2 {
    margin-left: 16.66666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333333%; }

  .offset-md-5 {
    margin-left: 41.66666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333333%; }

  .offset-md-8 {
    margin-left: 66.66666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333333%; }

  .offset-md-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333333%; }

  .offset-lg-2 {
    margin-left: 16.66666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333333%; }

  .offset-lg-5 {
    margin-left: 41.66666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333333%; }

  .offset-lg-8 {
    margin-left: 66.66666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333333%; }

  .offset-lg-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333333%; }

  .offset-xl-2 {
    margin-left: 16.66666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333333%; }

  .offset-xl-5 {
    margin-left: 41.66666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333333%; }

  .offset-xl-8 {
    margin-left: 66.66666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333333%; }

  .offset-xl-11 {
    margin-left: 91.66666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-sm,
  .navbar .container-md,
  .navbar .container-lg,
  .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

@font-face {
  font-family: 'eng';
  src: url("https://www.yddo.cn/static/pc/fonts/tt0173m_.ttf") format("truetype"); }
html {
  color: black;
  font-family: Arial, "Helvetica Neue", Helvetica, "PingFang SC", "Source Han Sans CN", "Microsoft Yahei";
  font-size: 16px;
  line-height: 1.5; }
  html * {
    padding: 0;
    margin: 0; }

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

em,
i,
cite {
  font-style: normal; }

input,
select {
  appearance: none;
  outline: none; }

li {
  list-style: none; }

.bfc {
  overflow: auto; }

/*固定图片比例*/
.fixed-ratio {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  /*默认3:2*/
  /*比列1:1*/ }
  .fixed-ratio::before {
    content: "\0020";
    display: block;
    width: 100%;
    height: 0;
    padding: 33.33% 0; }
  .fixed-ratio.square::before {
    padding: 50% 0; }
  .fixed-ratio > img, .fixed-ratio > div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .fixed-ratio > img {
    object-fit: cover; }

.line-clamp {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }

.line-clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }

.container-fixed {
  width: 1250px;
  margin: auto; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }
.pagination  a{
     padding: 1rem 1.5rem; 
     display: block;
  }
.page-link {
  position: relative;
  display: block;
  
  margin-left: -1px;
  line-height: 1.25;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd; }
  
  .page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: #ddd;
    border-color: #ddd }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3370ff;
  border-color: #3370ff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0;
  font-size: 0.875em;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: black; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
html,
body {
  height: 100%;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", "Hiragino Sans GB", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", Arial, SimSun, sans-serif; }

.container {
  max-width: 1480px; }
  @media (max-width: 991.98px) {
    .container {
      max-width: 90%; } }

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-transform: translateZ(0);
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(20px);
  transition: all 0.5s; }
  header.light, header:hover {
    background: white; }
    header.light .navbar .navbar-brand, header:hover .navbar .navbar-brand {
      background: url(../image/logo_black.svg) no-repeat center; }
    header.light .navbar .navbar-nav .nav-item .nav-link, header:hover .navbar .navbar-nav .nav-item .nav-link {
      color: rgba(0, 0, 0, 0.5); }
      header.light .navbar .navbar-nav .nav-item .nav-link:hover, header:hover .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #3370ff; }
    header.light .navbar .navbar-nav .nav-item.active a, header:hover .navbar .navbar-nav .nav-item.active a {
      color: #3370ff; }
  header .navbar {
    padding: 0; }
    header .navbar .navbar-brand {
      width: 180px;
      max-width: 100%;
      height: 70px;
      padding: 0;
      margin-right: 0;
      background: url(../image/logo.svg) no-repeat center; }
    header .navbar .navbar-nav .nav-item {
      position: relative; }
      header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin: 0;
        border-radius: 0;
        min-width: unset;
        background-clip: initial;
        top: 100%;
        padding-top: 5px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%); }
      header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        border: none;
        background: white;
        padding: 0;
        overflow: hidden;
        margin: 0;
        transition: all 0.5s;
        font-size: 14px;
        z-index: 999;
        box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2); }
        header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
          color: black;
          font-weight: bold;
          line-height: 2; }
          header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
            background: #666666;
            color: white; }
          header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:first-child {
            border-top: 3px solid #3370ff; }
      header .navbar .navbar-nav .nav-item.active a {
        color: white; }
      header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        padding: 2rem 3rem;
        color: rgba(255, 255, 255, 0.6); }
        header .navbar .navbar-nav .nav-item .nav-link:hover {
          color: white; }
        header .navbar .navbar-nav .nav-item .nav-link.tel {
          background: #3370ff;
          border-radius: 30px;
          box-shadow: 0 0 20px rgba(51, 112, 255, 0.2);
          padding: 0 1rem;
          color: white; }
          header .navbar .navbar-nav .nav-item .nav-link.tel .bi {
            font-size: 1.5rem;
            margin-right: 0.5rem; }

.banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .banner .swiper-container {
    width: 100%;
    height: 100%; }
  .banner .swiper-slide {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 500px; }
    .banner .swiper-slide .banner_items_cont {
      z-index: 8; }
      .banner .swiper-slide .banner_items_cont h4 {
        color: white;
        font-size: 7rem; }
        .banner .swiper-slide .banner_items_cont h4 .small{
        font-size: 1rem; display:inline;}
        
      .banner .swiper-slide .banner_items_cont h3 {
        color: white;
        font-size: 5rem; }
      .banner .swiper-slide .banner_items_cont p {
        color: white;
        font-size: 1.5rem;
        font-weight: lighter;
        opacity: 0.7;
        margin: 1rem 0 3rem; }
      .banner .swiper-slide .banner_items_cont span {
        color: white;
        padding: 0.5rem 1.5rem;
        border-radius: 2rem;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 0.75rem;
        transition: all 0.2s; }
        .banner .swiper-slide .banner_items_cont span i {
          margin-left: 0.5rem; }
        .banner .swiper-slide .banner_items_cont span:hover {
          background: #3370ff;
          border-color: #3370ff;
          font-size: 0.875rem; }
    .banner .swiper-slide .mark {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .banner .swiper-slide .mark .video_t {
        position: absolute;
        width: 100%;
        right: 0;
        bottom: 120px; }
        .banner .swiper-slide .mark .video_t::before {
          content: "";
          width: 100%;
          height: 100%;
          display: block;
          background: radial-gradient(circle 900px at right, rgba(9, 17, 34, 0), #091122);
          position: absolute;
          left: 0;
          top: 0;
          z-index: 2; }
        .banner .swiper-slide .mark .video_t video {
          width: 100%;
          display: block; }
    .banner .swiper-slide .bg {
      min-width: 100vw;
      height: 100vh;
      z-index: 0;
      position: absolute;
      left: -22%;
      right: -22%;
      top: -22%;
      bottom: -22%;
      transform: rotateX(20deg);
      transform-origin: center;
      vertical-align: middle; }
      .banner .swiper-slide .bg .bg1, .banner .swiper-slide .bg .bg2 {
        height: 100vh;
        background: 50% no-repeat;
        background-size: 100% 100%;
        animation: banner_bg1 30s linear infinite; }
    .banner .swiper-slide .marke_banner_bg {
      width: 100%;
      height: 100vh;
      perspective: 65em;
      perspective-origin: 50% calc(50% - 24em);
      background: #031642;
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden; }
      .banner .swiper-slide .marke_banner_bg .bg_op {
        position: absolute;
        z-index: 3;
        background: rgba(9, 17, 34, 0.5);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .banner .swiper-slide .marke_banner_bg div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform-style: preserve-3d; }
      .banner .swiper-slide .marke_banner_bg .assembly {
        transform: rotateY(0deg) translate3d(24em, -24em, 30em); }
        .banner .swiper-slide .marke_banner_bg .assembly.run {
          animation: banner_move 7s ease-in-out infinite; }
        .banner .swiper-slide .marke_banner_bg .assembly .plane {
          margin: -100vmax;
          width: 200vmax;
          height: 200vmax;
          transform: rotateX(90deg) translateZ(-12em);
          background: radial-gradient(rgba(3, 22, 66, 0) 50%, #031642 71%), linear-gradient(rgba(252, 249, 216, 0.1) 0.125em, transparent 0), linear-gradient(90deg, rgba(252, 249, 216, 0.1) 0.125em, transparent 0);
          background-position: 50% 50%;
          background-size: 100%, 3em 3em, 3em 3em; }
        .banner .swiper-slide .marke_banner_bg .assembly .bar {
          transform-origin: 0 12em 0; }
          .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(1) {
            margin-left: -18em; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(1).run {
              animation: grow-1 7s cubic-bezier(0.17, 0.89, 0.32, 1.28) infinite; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(1).face:nth-child(1) {
              -webkit-filter: brightness(0.6);
              filter: brightness(0.6); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(1).face:nth-child(2) {
              -webkit-filter: brightness(0.55);
              filter: brightness(0.55); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(1).face:nth-child(3) {
              -webkit-filter: brightness(0.5);
              filter: brightness(0.5); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(1).face:nth-child(4) {
              -webkit-filter: brightness(0.45);
              filter: brightness(0.45); }
          .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(2) {
            margin-left: -12em; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(2).run {
              animation: grow-2 7s cubic-bezier(0.17, 0.89, 0.32, 1.28) infinite; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(2).face:nth-child(1) {
              -webkit-filter: brightness(0.65);
              filter: brightness(0.65); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(2).face:nth-child(2) {
              -webkit-filter: brightness(0.6);
              filter: brightness(0.6); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(2).face:nth-child(3) {
              -webkit-filter: brightness(0.55);
              filter: brightness(0.55); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(2).face:nth-child(4) {
              -webkit-filter: brightness(0.5);
              filter: brightness(0.5); }
          .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(3) {
            margin-left: -6em; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(3).run {
              animation: grow-3 7s cubic-bezier(0.17, 0.89, 0.32, 1.28) infinite; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(3).face:nth-child(1) {
              -webkit-filter: brightness(0.7);
              filter: brightness(0.7); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(3).face:nth-child(2) {
              -webkit-filter: brightness(0.65);
              filter: brightness(0.65); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(3).face:nth-child(3) {
              -webkit-filter: brightness(0.6);
              filter: brightness(0.6); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(3).face:nth-child(4) {
              -webkit-filter: brightness(0.55);
              filter: brightness(0.55); }
          .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(4) {
            margin-left: 0em; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(4).run {
              animation: grow-4 7s cubic-bezier(0.17, 0.89, 0.32, 1.28) infinite; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(4).face:nth-child(1) {
              -webkit-filter: brightness(0.75);
              filter: brightness(0.75); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(4).face:nth-child(2) {
              -webkit-filter: brightness(0.7);
              filter: brightness(0.7); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(4).face:nth-child(3) {
              -webkit-filter: brightness(0.65);
              filter: brightness(0.65); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(4).face:nth-child(4) {
              -webkit-filter: brightness(0.6);
              filter: brightness(0.6); }
          .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(5) {
            margin-left: 6em; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(5).run {
              animation: grow-5 7s cubic-bezier(0.17, 0.89, 0.32, 1.28) infinite; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(5).face:nth-child(1) {
              -webkit-filter: brightness(0.8);
              filter: brightness(0.8); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(5).face:nth-child(2) {
              -webkit-filter: brightness(0.75);
              filter: brightness(0.75); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(5).face:nth-child(3) {
              -webkit-filter: brightness(0.7);
              filter: brightness(0.7); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(5).face:nth-child(4) {
              -webkit-filter: brightness(0.65);
              filter: brightness(0.65); }
          .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(6) {
            margin-left: 12em; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(6).run {
              animation: grow-6 7s cubic-bezier(0.17, 0.89, 0.32, 1.28) infinite; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(6).face:nth-child(1) {
              -webkit-filter: brightness(0.85);
              filter: brightness(0.85); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(6).face:nth-child(2) {
              -webkit-filter: brightness(0.8);
              filter: brightness(0.8); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(6).face:nth-child(3) {
              -webkit-filter: brightness(0.75);
              filter: brightness(0.75); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(6).face:nth-child(4) {
              -webkit-filter: brightness(0.7);
              filter: brightness(0.7); }
          .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(7) {
            margin-left: 18em; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(7).run {
              animation: grow-7 7s cubic-bezier(0.17, 0.89, 0.32, 1.28) infinite; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(7).face:nth-child(1) {
              -webkit-filter: brightness(0.9);
              filter: brightness(0.9); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(7).face:nth-child(2) {
              -webkit-filter: brightness(0.85);
              filter: brightness(0.85); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(7).face:nth-child(3) {
              -webkit-filter: brightness(0.8);
              filter: brightness(0.8); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(7).face:nth-child(4) {
              -webkit-filter: brightness(0.75);
              filter: brightness(0.75); }
          .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(8) {
            margin-left: 24em; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(8).run {
              animation: grow-8 7s cubic-bezier(0.17, 0.89, 0.32, 1.28) infinite; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(8).face:nth-child(1) {
              -webkit-filter: brightness(0.95);
              filter: brightness(0.95); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(8).face:nth-child(1) {
              -webkit-filter: brightness(0.9);
              filter: brightness(0.9); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(8).face:nth-child(2) {
              -webkit-filter: brightness(0.85);
              filter: brightness(0.85); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar:nth-child(8).face:nth-child(3) {
              -webkit-filter: brightness(0.8);
              filter: brightness(0.8); }
          .banner .swiper-slide .marke_banner_bg .assembly .bar .face {
            margin: -1.5em;
            width: 3em;
            height: 3em;
            /* backface-visibility: hidden; */
            box-shadow: 0 0 1px #3370ff;
            color: #0cd;
            background: #3370ff; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar .face:nth-child(n + 2) {
              margin-top: -12em;
              height: 24em; }
              .banner .swiper-slide .marke_banner_bg .assembly .bar .face:nth-child(n + 2):before {
                position: absolute;
                top: 100%;
                left: 0;
                width: inherit;
                height: inherit;
                opacity: .08;
                background: inherit;
                content: ''; }
            .banner .swiper-slide .marke_banner_bg .assembly .bar .face:nth-child(1) {
              transform: rotate3d(1, 0, 0, 90deg) translateZ(12em); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar .face:nth-child(2) {
              transform: rotate3d(0, 1, 0, -90deg) translateZ(1.5em); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar .face:nth-child(3) {
              transform: rotate3d(0, 1, 0, 0deg) translateZ(1.5em); }
            .banner .swiper-slide .marke_banner_bg .assembly .bar .face:nth-child(4) {
              transform: rotate3d(0, 1, 0, 90deg) translateZ(1.5em); }
    .banner .swiper-slide .trusteeship {
      background: url(../image/banner04.jpg) no-repeat center top black;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .banner .swiper-slide .trusteeship canvas {
        pointer-events: none;
        opacity: 0.5; }

.common_foucs {
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  backdrop-filter: blur(20px);
  z-index: 9;
  width: 100%; }
  .common_foucs .swiper-pagination {
    width: 100%;
    height: 3px; }
  .common_foucs li {
    padding: 2rem 0; }
    .common_foucs li .tit {
      font-size: 1.25rem;
      font-weight: bold;
      color: #000;
      padding-bottom: 0.5rem; }
      .common_foucs li .tit img {
        margin: 0 0.5rem 0 0; }
    .common_foucs li .txt {
      font-size: 0.875rem;
      color: #7b7d85; }

.common_business {
  width: 100%;
  height: 100%;
  background: url(../image/bus_bg.jpg) center top;
  position: relative; }
  .common_business .bus_tab_img {
    padding: 0; }
    .common_business .bus_tab_img .swiper-container {
      width: 100%;
      height: 100%; }
  .common_business .bus_cont {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%; }
    .common_business .bus_cont .bus_cont_info {
      padding: 0; }
      .common_business .bus_cont .bus_cont_info .title {
        font-size: 5rem;
        font-family: "eng";
        text-transform: capitalize;
        letter-spacing: -2px;
        font-weight: bold;
        -webkit-text-stroke: 1px #999999;
        color: transparent; }
        .common_business .bus_cont .bus_cont_info .title i {
          -webkit-text-stroke: 1px #3370ff;
          color: transparent; }
      .common_business .bus_cont .bus_cont_info .our {
        font-size: 2rem;
        font-weight: bold;
        padding: 3rem 0 8rem 0; }
        .common_business .bus_cont .bus_cont_info .our p {
          font-size: 1rem;
          color: #666666;
          font-weight: normal; }
      .common_business .bus_cont .bus_cont_info ul {
        width: 100%; }
        .common_business .bus_cont .bus_cont_info ul li {
          width: 50%;
          padding: 3rem 4rem;
          background: rgba(255, 255, 255, 0.8);
          cursor: pointer;
          transition: all 0.3s;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box; }
          .common_business .bus_cont .bus_cont_info ul li .icon {
            width: 60px;
            height: 60px;
            background: url(../image/icon_buis_img.png) no-repeat; }
            .common_business .bus_cont .bus_cont_info ul li .icon.icon_buis_img01 {
              background-position: 0 0; }
            .common_business .bus_cont .bus_cont_info ul li .icon.icon_buis_img02 {
              background-position: -60px 0; }
            .common_business .bus_cont .bus_cont_info ul li .icon.icon_buis_img03 {
              background-position: -120px 0; }
            .common_business .bus_cont .bus_cont_info ul li .icon.icon_buis_img04 {
              background-position: -180px 0; }
          .common_business .bus_cont .bus_cont_info ul li .txt {
            padding-left: 0.5rem; }
            .common_business .bus_cont .bus_cont_info ul li .txt span {
              font-size: 1rem;
              font-weight: bold; }
            .common_business .bus_cont .bus_cont_info ul li .txt p {
              font-size: 0.75rem;
              color: #999999; }
          .common_business .bus_cont .bus_cont_info ul li:hover, .common_business .bus_cont .bus_cont_info ul li.active {
            background-image: linear-gradient(to bottom, rgba(51, 112, 255, 0) 0%, rgba(51, 112, 255, 0.2) 100%); }
          .common_business .bus_cont .bus_cont_info ul li:nth-child(2):hover, .common_business .bus_cont .bus_cont_info ul li:nth-child(2).active {
            background-image: linear-gradient(to bottom, rgba(255, 147, 51, 0) 0%, rgba(255, 147, 51, 0.2) 100%); }
          .common_business .bus_cont .bus_cont_info ul li:nth-child(3):hover, .common_business .bus_cont .bus_cont_info ul li:nth-child(3).active {
            background-image: linear-gradient(to bottom, rgba(10, 200, 189, 0) 0%, rgba(10, 200, 189, 0.2) 100%); }
          .common_business .bus_cont .bus_cont_info ul li:nth-child(4):hover, .common_business .bus_cont .bus_cont_info ul li:nth-child(4).active {
            background-image: linear-gradient(to bottom, rgba(23, 192, 51, 0) 0%, rgba(23, 192, 51, 0.2) 100%); }
    .common_business .bus_cont .bus_cont_tab {
      padding: 0; }
      .common_business .bus_cont .bus_cont_tab .swiper-container {
        padding: 0;
        padding-bottom: 6rem;
        width: 100%;
        height: 100%; }
        .common_business .bus_cont .bus_cont_tab .swiper-container .swiper-slide .num {
          font-size: 3rem;
          font-weight: bold;
          color: white; }
          .common_business .bus_cont .bus_cont_tab .swiper-container .swiper-slide .num i {
            font-size: 1rem;
            padding-left: 0.5rem; }
        .common_business .bus_cont .bus_cont_tab .swiper-container .swiper-slide .title {
          font-size: 3rem;
          font-weight: bold;
          color: white;
          margin: 2rem 0 0 0; }
        .common_business .bus_cont .bus_cont_tab .swiper-container .swiper-slide .info {
          color: white; }
        .common_business .bus_cont .bus_cont_tab .swiper-container .swiper-slide ul {
          margin-top: 6rem; }
          .common_business .bus_cont .bus_cont_tab .swiper-container .swiper-slide ul li {
            color: white;
            border: 1px solid #9aadbb;
            background: rgba(0, 0, 0, 0.3);
            width: 8.75rem;
            height: 8.75rem;
            text-align: center;
            padding: 2rem;
            border-radius: 0.5rem;
            margin: 0.5rem;
            font-weight: bold;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box; }
            .common_business .bus_cont .bus_cont_tab .swiper-container .swiper-slide ul li:first-child {
              margin-left: 10rem; }
            .common_business .bus_cont .bus_cont_tab .swiper-container .swiper-slide ul li:nth-child(2n) {
              margin-right: 2px; }
        .common_business .bus_cont .bus_cont_tab .swiper-container .swiper-pagination {
          color: white;
          text-align: right; }

.common_marketing {
  background: url(../image/marketing_bg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 6rem; }
  .common_marketing .title {
    font-size: 5rem;
    font-family: 'eng';
    text-transform: capitalize;
    letter-spacing: -2px;
    font-weight: bold;
    -webkit-text-stroke: 1px #999999;
    color: transparent; }
    .common_marketing .title i {
      -webkit-text-stroke: 1px #3370ff;
      color: transparent; }
  .common_marketing .subheading {
    font-size: 3rem;
    font-weight: bold;
    padding: 3rem 0; }
    .common_marketing .subheading p {
      font-size: 1rem;
      color: #666666;
      font-weight: normal; }
  .common_marketing .marketing_cont {
    background-image: linear-gradient(white 60%, rgba(255, 255, 255, 0) 100%);
    padding: 10rem 0;
    position: relative; }
    .common_marketing .marketing_cont .free {
      margin: 0 auto;
      width: 30rem;
      height: 30rem;
      position: relative; }
      .common_marketing .marketing_cont .free .bg {
        background: url(../image/marketing_free_bg.png) no-repeat center top;
        width: 100%;
        height: 100%;
        animation: moverad 30s linear infinite; }
      .common_marketing .marketing_cont .free .bg2 {
        background: rgba(0, 0, 0, 0.2);
        width: 18.25rem;
        height: 18.25rem;
        position: absolute;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        .common_marketing .marketing_cont .free .bg2:hover:before {
          content: '';
          display: block;
          width: 18.25rem;
          height: 18.25rem;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(50, 112, 255, 0.2);
          border-radius: 50%;
          -webkit-animation: beat 1s infinite linear;
          animation: beat 1s infinite linear; }
      .common_marketing .marketing_cont .free .bg3 {
        background: url(../image/w_bg3.png) no-repeat center top white;
        width: 16rem;
        height: 16rem;
        position: absolute;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .common_marketing .marketing_cont .free .bg4 {
        background: white;
        width: 13rem;
        height: 13rem;
        box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
        position: absolute;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .common_marketing .marketing_cont .free .cont {
        border: 2px solid #3370ff;
        width: 11rem;
        height: 11rem;
        position: absolute;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        .common_marketing .marketing_cont .free .cont p {
          width: 80%;
          font-size: 1.75rem;
          font-weight: bolder; }
          .common_marketing .marketing_cont .free .cont p span {
            color: #3370ff; }
    .common_marketing .marketing_cont .market_item {
      position: absolute; }
      .common_marketing .marketing_cont .market_item .pic {
        width: 2.5rem;
        height: 2.5rem;
        background: url(../image/icon_market.png) no-repeat;
        margin-right: 1rem; }
      .common_marketing .marketing_cont .market_item .txt .tit {
        font-size: 1.25rem;
        font-weight: bold; }
      .common_marketing .marketing_cont .market_item .txt .info {
        font-size: 0.875rem;
        color: #999999; }
      .common_marketing .marketing_cont .market_item:nth-child(even) .pic {
        order: 2;
        margin-left: 1rem;
        margin-right: 0; }
      .common_marketing .marketing_cont .market_item:nth-child(even) .txt {
        order: 1;
        text-align: right; }
      .common_marketing .marketing_cont .market_item.item01 {
        left: 16rem;
        top: 6rem; }
      .common_marketing .marketing_cont .market_item.item02 {
        left: 53rem;
        top: 6rem; }
        .common_marketing .marketing_cont .market_item.item02 .pic {
          background-position: -40px 0; }
      .common_marketing .marketing_cont .market_item.item03 {
        left: 6rem;
        top: 18rem; }
        .common_marketing .marketing_cont .market_item.item03 .pic {
          background-position: -80px 0; }
      .common_marketing .marketing_cont .market_item.item04 {
        left: 62rem;
        top: 18rem; }
        .common_marketing .marketing_cont .market_item.item04 .pic {
          background-position: -120px 0; }
      .common_marketing .marketing_cont .market_item.item05 {
        left: 8rem;
        top: 30rem; }
        .common_marketing .marketing_cont .market_item.item05 .pic {
          background-position: -160px 0; }
      .common_marketing .marketing_cont .market_item.item06 {
        left: 61rem;
        top: 30rem; }
        .common_marketing .marketing_cont .market_item.item06 .pic {
          background-position: -200px 0; }

.common_case {
  width: 100%;
  height: 100%;
  position: relative; }
  .common_case .swiper-container {
    width: 100%;
    height: 100%; }
  .common_case .bg_radio {
    position: absolute;
    z-index: 1;
    width: 40rem;
    height: 40rem;
    background: none;
    border-radius: 40rem;
    border: 6rem solid rgba(51, 112, 255, 0.2);
    right: 8%;
    top: 50%;
    transform: translateY(-50%); }
  .common_case .case_all {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .common_case .case_all .container .menu {
      color: white;
      padding: 0; }
      .common_case .case_all .container .menu .title {
        font-size: 5rem;
        font-family: 'eng';
        text-transform: capitalize;
        letter-spacing: -2px;
        font-weight: bold;
        -webkit-text-stroke: 1px #999999;
        color: transparent; }
        .common_case .case_all .container .menu .title i {
          -webkit-text-stroke: 1px #3370ff;
          color: transparent; }
      .common_case .case_all .container .menu .subheading {
        font-size: 3rem;
        font-weight: bold;
        padding: 3rem 0; }
        .common_case .case_all .container .menu .subheading p {
          font-size: 1rem;
          color: rgba(255, 255, 255, 0.5);
          font-weight: normal; }
      .common_case .case_all .container .menu .anm_btn {
        color: white;
        padding: 0.5rem 1.5rem;
        border-radius: 2rem;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 0.75rem;
        transition: all 0.2s; }
        .common_case .case_all .container .menu .anm_btn i {
          margin-left: 0.5rem; }
        .common_case .case_all .container .menu .anm_btn:hover {
          background: #3370ff;
          border-color: #3370ff;
          font-size: 0.875rem; }
      .common_case .case_all .container .menu .case_tab_txt {
        margin-top: 16vh; }
        .common_case .case_all .container .menu .case_tab_txt li {
          height: 4rem;
          color: rgba(255, 255, 255, 0.5);
          cursor: pointer;
          font-size: 0.875rem;
          transition: all 0.3s; }
          .common_case .case_all .container .menu .case_tab_txt li i {
            margin-right: 2rem; }
          .common_case .case_all .container .menu .case_tab_txt li:last-child {
            margin-bottom: 0; }
          .common_case .case_all .container .menu .case_tab_txt li.active, .common_case .case_all .container .menu .case_tab_txt li:hover {
            color: white;
            font-size: 1rem;
            font-weight: bold; }
    .common_case .case_all .container .case {
      padding: 0; }
      .common_case .case_all .container .case .case_h_img .swiper-slide img {
        max-width: 100%; }
      .common_case .case_all .container .case .case_h_img .swiper-pagination {
        color: white;
        bottom: 14%; }

.common_news {
  width: 100%;
  height: 100%;
  background: #f5f5f5; }
  .common_news .news_list {
    padding-left: 0; }
    .common_news .news_list .items {
      height: 15rem;
      position: relative;
      transition: all 0.3s;
      top: 0; }
      .common_news .news_list .items .pic {
        width: 15rem;
        height: 10rem;
        transition: all 0.3s;
        transform-origin: 0 50% 0; }
        .common_news .news_list .items .pic img {
          transition: all 0.3s;
          transform: rotate(0) scale(1); }
      .common_news .news_list .items .txt {
        flex-basis: 0 !important;
        padding-left: 2rem; }
        .common_news .news_list .items .txt .tit {
          font-size: 1.25rem;
          font-weight: bold; }
        .common_news .news_list .items .txt .info {
          color: #999999;
          font-size: 0.875rem;
          margin-top: 2rem; }
        .common_news .news_list .items .txt .tag {
          font-size: 0.875rem;
          margin-top: 2rem; }
          .common_news .news_list .items .txt .tag b {
            color: #999999; }
      .common_news .news_list .items:hover {
        top: -0.5rem; }
        .common_news .news_list .items:hover .pic {
          width: 20rem;
          height: 13rem; }
          .common_news .news_list .items:hover .pic img {
            transform: rotate(-10deg) scale(1.5); }
        .common_news .news_list .items:hover .txt .tit {
          color: #3370ff; }
        .common_news .news_list .items:hover .txt .info {
          color: #000000; }
  .common_news .news_cite {
    padding: 0; }
    .common_news .news_cite .title {
      font-size: 5rem;
      font-family: 'eng';
      text-transform: capitalize;
      letter-spacing: -2px;
      font-weight: bold;
      -webkit-text-stroke: 1px #999999;
      color: transparent; }
      .common_news .news_cite .title i {
        -webkit-text-stroke: 1px #3370ff;
        color: transparent; }
    .common_news .news_cite .subheading {
      font-size: 3rem;
      font-weight: bold;
      width: 100%; }
      .common_news .news_cite .subheading p {
        font-size: 1rem;
        color: #666666;
        font-weight: normal; }
    .common_news .news_cite .menu {
      width: 100%;
      margin-bottom: 2rem; }
      .common_news .news_cite .menu a {
        border: 1px solid #e5e5e5;
        font-size: 0.75rem;
        padding: 0.5rem 1.5rem;
        margin-left: 1rem;
        color: #666666;
        border-radius: 2rem;
        transition: all 0.2s;
        display: initial; }
        .common_news .news_cite .menu a:hover {
          background: #3370ff;
          border-color: #3370ff;
          font-size: 0.875rem;
          color: white; }

.common_form {
  width: 100%;
  height: 540px;
  background: url(../image/from_bg.jpg) no-repeat center top; }
  .common_form .form_cont {
    background: linear-gradient(-45deg, #3370ff 0%, #0ac8bd 100%);
    padding: 4rem;
    color: white; }
    .common_form .form_cont .tit {
      font-size: 2rem;
      padding-bottom: 1rem; }
    .common_form .form_cont .sub_info {
      font-size: 1rem;
      opacity: 0.5; }
      .common_form .form_cont .sub_info span {
        font-size: 0.625rem;
        display: block; }
    .common_form .form_cont .tel {
      padding: 3rem 0; }
      .common_form .form_cont .tel span {
        font-size: 0.75rem; }
      .common_form .form_cont .tel p {
        font-size: 2rem;
        font-weight: bold; }
        .common_form .form_cont .tel p i {
          font-size: 0.875rem;
          margin-right: 1rem;
          font-weight: normal; }
    .common_form .form_cont .adress {
      font-size: 0.875rem; }
      .common_form .form_cont .adress i {
        margin-right: 1rem; }
  .common_form .form_info {
    padding-right: 0; }
    .common_form .form_info .tit, .common_form .form_info .msg {
      font-size: 1.25rem;
      color: white; }
    .common_form .form_info .msg {
      font-size: 0.75rem; }
    .common_form .form_info .form {
      padding: 1.5rem 0; }
      .common_form .form_info .form .items {
        width: 48%;
        padding: 0.5rem 0;
        position: relative; }
        .common_form .form_info .form .items i {
          position: absolute;
          right: 1rem;
          top: 50%;
          transform: translateY(-50%);
          font-size: 1.25rem;
          color: #999999; }
        .common_form .form_info .form .items input {
          width: 100%;
          height: 2.75rem;
          border: none;
          padding: 0 1em;
          border-radius: 4px; }
      .common_form .form_info .form button {
        width: 100%;
        height: 2.75rem;
        background: #3370ff;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 1rem;
        font-weight: bold;
        margin-top: 1rem;
        cursor: pointer; }

.bot_cooper {
  background: url(../image/cooperbg.png) no-repeat center top;
  background-size: cover; }
  .bot_cooper .cooper ul li {
    margin: 0.5rem 0; }
    .bot_cooper .cooper ul li img {
      width: 100%;
      object-fit: cover; }

footer {
  background: #333333; }
  footer .container-fluid, footer .container-sm, footer .container-md, footer .container-lg, footer .container-xl {
    padding: 0; }
    footer .container-fluid .container, footer .container-sm .container, footer .container-md .container, footer .container-lg .container, footer .container-xl .container {
      padding: 2rem 15px 4rem 15px; }
      footer .container-fluid .container .link, footer .container-sm .container .link, footer .container-md .container .link, footer .container-lg .container .link, footer .container-xl .container .link {
        padding: 1.5rem 0; }
        footer .container-fluid .container .link .tit, footer .container-sm .container .link .tit, footer .container-md .container .link .tit, footer .container-lg .container .link .tit, footer .container-xl .container .link .tit {
          font-size: 0.875rem;
          color: white;
          display: block;
          width: 100%;
          padding-bottom: 0.5rem; }
        footer .container-fluid .container .link a, footer .container-sm .container .link a, footer .container-md .container .link a, footer .container-lg .container .link a, footer .container-xl .container .link a {
          font-size: 0.75rem;
          color: #666666;
          margin-right: 1.5rem; }
          footer .container-fluid .container .link a:hover, footer .container-sm .container .link a:hover, footer .container-md .container .link a:hover, footer .container-lg .container .link a:hover, footer .container-xl .container .link a:hover {
            color: #999999; }
        footer .container-fluid .container .link:nth-child(2), footer .container-sm .container .link:nth-child(2), footer .container-md .container .link:nth-child(2), footer .container-lg .container .link:nth-child(2), footer .container-xl .container .link:nth-child(2) {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      footer .container-fluid .container .menu, footer .container-sm .container .menu, footer .container-md .container .menu, footer .container-lg .container .menu, footer .container-xl .container .menu {
        margin-top: 3rem; }
        footer .container-fluid .container .menu ul, footer .container-sm .container .menu ul, footer .container-md .container .menu ul, footer .container-lg .container .menu ul, footer .container-xl .container .menu ul {
          padding: 0; }
          footer .container-fluid .container .menu ul h4, footer .container-sm .container .menu ul h4, footer .container-md .container .menu ul h4, footer .container-lg .container .menu ul h4, footer .container-xl .container .menu ul h4 {
            font-size: 1rem;
            color: white;
            font-weight: bold;
            padding-bottom: 1rem; }
          footer .container-fluid .container .menu ul li, footer .container-sm .container .menu ul li, footer .container-md .container .menu ul li, footer .container-lg .container .menu ul li, footer .container-xl .container .menu ul li {
            font-size: 0.875rem;
            color: #999999;
            line-height: 2; }
            footer .container-fluid .container .menu ul li:hover, footer .container-sm .container .menu ul li:hover, footer .container-md .container .menu ul li:hover, footer .container-lg .container .menu ul li:hover, footer .container-xl .container .menu ul li:hover {
              color: white; }
        footer .container-fluid .container .menu .wechat, footer .container-sm .container .menu .wechat, footer .container-md .container .menu .wechat, footer .container-lg .container .menu .wechat, footer .container-xl .container .menu .wechat {
          padding: 0;
          background: url(../image/foot_map.png) no-repeat right top;
          background-size: 60%; }
          footer .container-fluid .container .menu .wechat img, footer .container-sm .container .menu .wechat img, footer .container-md .container .menu .wechat img, footer .container-lg .container .menu .wechat img, footer .container-xl .container .menu .wechat img {
            display: block;
            margin-bottom: 2rem; }
          footer .container-fluid .container .menu .wechat .online, footer .container-sm .container .menu .wechat .online, footer .container-md .container .menu .wechat .online, footer .container-lg .container .menu .wechat .online, footer .container-xl .container .menu .wechat .online {
            background: none;
            border: 1px solid white;
            border-radius: 2rem;
            color: white;
            padding: 0.5rem 2rem;
            font-size: 0.875rem;
            transition: all 0.3s; }
            footer .container-fluid .container .menu .wechat .online:hover, footer .container-sm .container .menu .wechat .online:hover, footer .container-md .container .menu .wechat .online:hover, footer .container-lg .container .menu .wechat .online:hover, footer .container-xl .container .menu .wechat .online:hover {
              background: #3370ff;
              border-color: #3370ff; }
    footer .container-fluid .msg, footer .container-sm .msg, footer .container-md .msg, footer .container-lg .msg, footer .container-xl .msg {
      padding: 1rem 0;
      color: #666666;
      font-size: 0.75rem;
      background: #000000; }

/*website begin*/
.common_banner {
  height: 940px;
  background: #000; }
  .common_banner .swiper-slide .banner_items_cont {
    
    z-index: 5; }
    .common_banner .swiper-slide .banner_items_cont .en {
      font-size: 5rem;
      font-family: "eng";
      text-transform: capitalize;
      font-weight: bold;
      -webkit-text-stroke: 1px white;
      color: transparent; }
  .common_banner .swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(51, 112, 255, 0.6), rgba(0, 0, 40, 0));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4; }
  .common_banner.case_banner .swiper-slide::before {
    background-image: linear-gradient(to right, rgba(255, 90, 50, 0.6), rgba(0, 0, 40, 0)); }

.main_begin {
  background: white; }

.web_server li {
  padding: 4rem 2rem 5rem;
  border-radius: 8px;
  position: relative;
  background: #f4f8fb;
  flex: 1;
  top: 0;
  transition: all 0.3s;
  margin-right: 2rem; }
  .web_server li:nth-child(2) i {
    background-position-x: -50px; }
  .web_server li:nth-child(3) i {
    background-position-x: -100px; }
  .web_server li:nth-child(4) i {
    background-position-x: -150px; }
  .web_server li:nth-child(5) {
    margin-right: 0; }
    .web_server li:nth-child(5) i {
      background-position-x: -200px; }
  .web_server li:hover {
    top: -1rem; }
    .web_server li:hover i {
      background-position-y: 0; }
    .web_server li:hover span {
      color: #3370ff; }
    .web_server li:hover p {
      color: #000; }
  .web_server li i {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../image/icon_web_img.png) no-repeat;
    margin: 0 auto;
    background-position-y: -50px; }
  .web_server li span {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5rem 0;
    display: block; }
  .web_server li p {
    font-size: 0.875rem;
    color: #999999;
    margin-bottom: 2.5rem; }
  .web_server li a {
    border: 1px solid #e5e5e5;
    font-size: 0.75rem;
    background: #3370ff;
    padding: 0.5rem 1.5rem;
    color: white;
    border-radius: 2rem;
    transition: all 0.2s;
    display: initial; }
    .web_server li a:hover {
      background: #3370ff;
      border-color: #3370ff;
      font-size: 0.875rem;
      color: white; }

.solution {
  background: url(../image/solutionbg.jpg) no-repeat center top;
  background-size: cover; }
  .solution .apple-retail {
    margin: 0 auto; }
  .solution .swiper-slide {
    padding: 0 calc((100vw - 816px) * .15) 4rem;
    width: 816px;
    opacity: 0.5;
    transition: all 1s;
    transform: scale(0.8); }
    .solution .swiper-slide.swiper-slide-active {
      opacity: 1;
      transform: scale(1); }
    .solution .swiper-slide .yidong {
      background-image: url(../image/solution_clubg01.jpg);
      background-position: center center;
      background-repeat: no-repeat; }
    .solution .swiper-slide .dingzhi {
      background-image: url(../image/solution_clubg02.jpg);
      background-position: center center;
      background-repeat: no-repeat; }
    .solution .swiper-slide .pingtai {
      background-image: url(../image/solution_clubg03.jpg);
      background-position: center center;
      background-repeat: no-repeat; }
    .solution .swiper-slide .yingxiao {
      background-image: url(../image/solution_clubg04.jpg);
      background-position: center center;
      background-repeat: no-repeat; }
    .solution .swiper-slide .swiper_txt {
      width: 100%;
      height: 460px;
      box-shadow: 0.75rem 0 2.5rem rgba(6, 83, 164, 0.5);
      border-radius: 1rem; }
      .solution .swiper-slide .swiper_txt span {
        font-size: 2rem;
        color: #3370ff;
        font-weight: bold;
        padding: 8rem 0 0 4rem;
        display: block; }
      .solution .swiper-slide .swiper_txt p {
        font-size: 1rem;
        color: #666666;
        line-height: 2;
        padding: 2rem 0 0 4rem;
        width: 45%; }

.base_party_title {
  font-size: 3rem;
  font-weight: bold;
  padding: 0 0 3rem 0; }
  .base_party_title.light {
    color: white; }
    .base_party_title.light p {
      color: white; }
  .base_party_title p {
    font-size: 1rem;
    color: #666;
    font-weight: normal;
    padding-top: 0.5rem; }

.base_pd {
  padding: 100px 0; }

.web_case {
  background: white; }

.list_case {
  background: #f5f5f5; }

.case_list li {
  margin-bottom: 4rem; }
  .case_list li a {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8;
    transition: all 0.5s;
    overflow: hidden;
    top: 0; }
    .case_list li a .pic {
      position: relative;
      text-align: center;
      overflow: hidden;
      background: -webkit-linear-gradient(-45deg, #004776 0%, #000000 100%);
      background: linear-gradient(-45deg, #004776 0%, #000000 100%); }
      .case_list li a .pic img {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        left: 0; }
      .case_list li a .pic figcaption {
        color: #fff;
        text-transform: uppercase;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        top: -15%;
        left: -15%;
        width: 130%;
        height: 130%; }
        .case_list li a .pic figcaption::before, .case_list li a .pic figcaption::after {
          pointer-events: none; }
        .case_list li a .pic figcaption:after {
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          content: '';
          opacity: 0;
          -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
          transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
          -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
        .case_list li a .pic figcaption span {
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
          -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          line-height: 30px;
          margin-top: -15px;
          text-transform: uppercase;
          font-size: 10px;
          opacity: 0; }
    .case_list li a .text-desc {
      padding: 1rem;
      transition: all 0.3s;
      background: white;
      width: 100%; }
      .case_list li a .text-desc b {
        font-size: 1.25rem;
        font-weight: bold;
        display: block; }
      .case_list li a .text-desc span {
        font-size: 0.875rem;
        color: #999999; }
      .case_list li a .text-desc .btn {
        background: #3370ff;
        border-radius: 2rem;
        color: white;
        font-size: 0.875rem;
        padding: 0.25rem 1rem; }
    .case_list li a:hover {
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }
      .case_list li a:hover .pic img {
        opacity: 0.3;
        -webkit-transform: scale3d(1.05, 1.05, 1);
        transform: scale3d(1.05, 1.05, 1); }
      .case_list li a:hover .pic figcaption::after {
        opacity: 0.8;
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1); }
      .case_list li a:hover .pic figcaption span {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }

.list_operate {
  background: #f5f5f5; }

.operate_list li {
  margin-bottom: 2rem; }
  .operate_list li a {
    background: white;
    padding: 3rem;
    transition: all 0.3s;
    position: relative;
    top: 0; }
    .operate_list li a .pic {
      width: 40%; }
      .operate_list li a .pic img {
        display: block;
        max-width: 100%;
        transition: all 0.3s; }
    .operate_list li a .text-desc {
      flex: 1;
      padding-left: 3rem;
      position: relative; }
      .operate_list li a .text-desc .top {
        background: url(../image/x_line.png) repeat-x left bottom;
        padding-bottom: 1rem;
        margin-bottom: 1rem; }
        .operate_list li a .text-desc .top h4 {
          font-size: 1.5rem;
          font-weight: bold; }
        .operate_list li a .text-desc .top span {
          color: #666666;
          font-size: 0.75rem;
          padding: 0 0 0.5rem 0;
          display: block; }
      .operate_list li a .text-desc .about {
        font-size: 0.875rem;
        line-height: 2;
        color: #999999; }
      .operate_list li a .text-desc .more {
        position: absolute;
        width: 100%;
        padding-left: 3rem;
        left: 0;
        bottom: 0;
        color: #999999; }
        .operate_list li a .text-desc .more span {
          font-size: 0.75rem; }
    .operate_list li a:hover {
      box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
      top: -0.5rem; }
      .operate_list li a:hover .pic img {
        transform: scale(1.2); }
      .operate_list li a:hover .text-desc .top h4 {
        color: #3370ff; }
      .operate_list li a:hover .text-desc .about {
        color: #000000; }
      .operate_list li a:hover .text-desc .more {
        color: #3370ff; }

/*case list begin*/
.case_list_all {
  width: 90%;
  margin: 0 auto; }

.case_cite {
  margin-bottom: 4rem; }
  .case_cite a {
    background: white;
    padding: 1.5rem 3rem;
    margin: 0 1rem;
    border-radius: 0.25rem; }
    .case_cite a .icon {
      display: block;
      width: 22px;
      height: 22px;
      background: url(../image/icon_case_tab.png) no-repeat;
      margin: 0 auto 0.5rem;
      transition: all 0.3s; }
      .case_cite a .icon.icon1 {
        background-position: 0 0; }
      .case_cite a .icon.icon2 {
        background-position: -22px 0; }
      .case_cite a .icon.icon3 {
        background-position: -44px 0; }
      .case_cite a .icon.icon4 {
        background-position: -66px 0; }
    .case_cite a:hover, .case_cite a.active {
      background: #3370ff;
      box-shadow: 0 0 1rem rgba(51, 112, 255, 0.2);
      color: white; }
      .case_cite a:hover .icon, .case_cite a.active .icon {
        background-position-y: -22px; }

/*case list end*/
.base_bg_brand {
  background: #ecf2ff; }

.web_adv .adv {
  width: 100%;
  margin: 0 auto;
  background: url(../image/advbg.png) no-repeat center top;
  min-height: 600px;
  position: relative;
  padding-top: 450px; }
  .web_adv .adv .online_btn {
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
    background: #ffd800;
    margin: 0 auto;
    display: block;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px; }
  .web_adv .adv .adv_item {
    width: 24rem;
    position: absolute; }
    .web_adv .adv .adv_item p {
      display: block;
      font-size: 0.875rem;
      color: #999999;
      text-align: right;
      flex: 1;
      -webkit-box-flex: 1;
      -moz-box-flex: 1; }
    .web_adv .adv .adv_item span {
      display: block;
      font-size: 1.5rem;
      color: #000000;
      font-weight: bold;
      text-align: right;
      padding: 0 1.5rem; }
    .web_adv .adv .adv_item:nth-child(4) p, .web_adv .adv .adv_item:nth-child(5) p, .web_adv .adv .adv_item:nth-child(6) p {
      text-align: left; }
    .web_adv .adv .adv_item.adv_item1 {
      left: 80px;
      top: 60px; }
    .web_adv .adv .adv_item.adv_item2 {
      left: 0;
      top: 266px; }
    .web_adv .adv .adv_item.adv_item3 {
      left: 80px;
      top: 468px; }
    .web_adv .adv .adv_item.adv_item4 {
      right: 80px;
      top: 60px; }
    .web_adv .adv .adv_item.adv_item5 {
      right: 0;
      top: 266px; }
    .web_adv .adv .adv_item.adv_item6 {
      right: 80px;
      top: 468px; }

.web_process {
  background: white; }
  .web_process .process li {
    width: 20%;
    padding: 0 1.75rem;
    position: relative; }
    .web_process .process li .item {
      padding: 2rem;
      height: 100%;
      position: relative;
      box-shadow: 0 0 25px rgba(206, 206, 206, 0.4);
      border-radius: 0.25rem;
      transition: all 0.5s;
      top: 0; }
      .web_process .process li .item span {
        position: relative;
        z-index: 1;
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 100%;
        background: #3370ff;
        font-size: 0.875rem;
        color: white;
        transition: all 0.5s; }
      .web_process .process li .item .tit {
        padding: 1rem 0;
        font-weight: bold; }
      .web_process .process li .item .des {
        border-top: 2px solid #e5e5e5;
        max-width: 80%;
        margin: 0 auto;
        padding-top: 1rem;
        line-height: 2;
        font-size: 0.875rem;
        color: #999999; }
      .web_process .process li .item a {
        position: absolute;
        bottom: -1rem;
        left: 50%;
        margin-left: -50px;
        display: block;
        width: 100px;
        line-height: 32px;
        border: 1px solid #3370ff;
        border-radius: 1rem;
        background: white;
        color: #3370ff;
        font-size: 0.875rem; }
      .web_process .process li .item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        transition: all ease .6s;
        -webkit-transition: all ease .6s;
        background: #3370ff; }
    .web_process .process li::after {
      content: "";
      position: absolute;
      top: 135px;
      right: -0.75rem;
      width: 15px;
      height: 15px;
      background: url(../image/ico_process_jt.png); }
    .web_process .process li:last-child:after {
      display: none; }
    .web_process .process li:hover .item {
      top: -10%;
      height: 120%; }
      .web_process .process li:hover .item span {
        background: white;
        color: #3370ff; }
      .web_process .process li:hover .item .des {
        color: #000000; }
      .web_process .process li:hover .item a {
        background: #3370ff;
        color: white; }
      .web_process .process li:hover .item::after {
        height: 4.75rem; }

.base_form {
  width: 50%;
  margin: 0 auto; }
  .base_form input[type=text] {
    width: 80%;
    border: 1px solid #333333;
    height: 4rem;
    padding: 1rem 2rem; }
  .base_form input[type=submit] {
    border: 1px solid #333333;
    border-left: none;
    background: none;
    flex: 1;
    cursor: pointer; }
    .base_form input[type=submit]:hover {
      background: #3370ff;
      color: white; }

/*website end*/
/*flow begin*/
.flow_server li i {
  background: url(../image/icon_flow_img.png) no-repeat;
  background-position-y: -50px; }
.flow_server li p {
  font-size: 1rem;
  line-height: 2; }

.flow2_server li i {
  background: url(../image/icon_flow2_img.png) no-repeat;
  background-position-y: -50px; }

.flow_box {
  overflow: hidden; }
  .flow_box .flow {
    position: relative;
    height: 28rem; }
    .flow_box .flow .all_box {
      width: 16rem;
      height: 16rem;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: white;
      border-radius: 50%;
      box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
      font-size: 2rem;
      font-weight: bold;
      z-index: 3;
      padding-top: 6rem; }
      .flow_box .flow .all_box span {
        font-size: 0.875rem;
        font-weight: normal;
        color: #999999;
        display: block; }
    .flow_box .flow .box_line {
      position: absolute;
      width: 40rem;
      height: 40rem;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      border: 1px dashed #ccd2e0;
      z-index: 1; }
      .flow_box .flow .box_line.box_line2 {
        width: 60rem;
        height: 60rem; }
      .flow_box .flow .box_line.box_line3 {
        width: 85rem;
        height: 85rem; }
    .flow_box .flow .icon {
      width: 60px;
      height: 60px;
      position: absolute;
      z-index: 4;
      border-radius: 0.5rem;
      overflow: hidden;
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); }
      .flow_box .flow .icon img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .flow_box .flow .icon.icon1 {
        left: 25.5rem;
        top: 5rem; }
      .flow_box .flow .icon.icon2 {
        left: 25.5rem;
        top: 19rem; }
      .flow_box .flow .icon.icon3 {
        right: 25.5rem;
        top: 5rem; }
      .flow_box .flow .icon.icon4 {
        right: 25.5rem;
        top: 19rem; }
      .flow_box .flow .icon.icon5 {
        left: 18.5rem;
        top: -2rem;
        width: 52px;
        height: 52px; }
      .flow_box .flow .icon.icon6 {
        left: 15rem;
        width: 46px;
        height: 46px;
        top: 12rem; }
      .flow_box .flow .icon.icon7 {
        width: 52px;
        height: 52px;
        left: 18rem;
        top: 26rem; }
      .flow_box .flow .icon.icon8 {
        right: 18.5rem;
        top: -2rem;
        width: 52px;
        height: 52px; }
      .flow_box .flow .icon.icon9 {
        right: 15rem;
        width: 46px;
        height: 46px;
        top: 12rem; }
      .flow_box .flow .icon.icon10 {
        width: 52px;
        height: 52px;
        right: 18rem;
        top: 26rem; }
      .flow_box .flow .icon.icon11 {
        left: 2rem;
        top: 10rem; }
      .flow_box .flow .icon.icon12 {
        right: 2rem;
        top: 12rem; }

.flow_adv {
  background: white; }
  .flow_adv .web_server li p {
    margin-bottom: 0; }

.flow_num .swiper-slide {
  padding-bottom: 2rem; }
  .flow_num .swiper-slide img {
    display: block;
    margin: 0 auto; }

/*flow end*/
/*sem begin*/
.sem_que {
  background: url(../image/sem_topbg.jpg) no-repeat center bottom;
  padding-top: 100px;
  overflow: hidden; }
  .sem_que .sem_que_cont {
    position: relative;
    height: 600px; }
    .sem_que .sem_que_cont .bg1 {
      background: url(../image/sem_bg01.png) no-repeat center top;
      position: absolute;
      left: 50%;
      top: 60px;
      transform: translateX(-50%);
      width: 758px;
      height: 758px; }
    .sem_que .sem_que_cont .bg2 {
      background: url(../image/sem_bg02.png) no-repeat center top;
      position: absolute;
      left: 50%;
      top: 60px;
      z-index: 2;
      width: 758px;
      height: 758px;
      margin-left: -379px;
      animation: turn 10s linear infinite; }
    .sem_que .sem_que_cont .bg3 {
      background: url(../image/sem_bg04.png) no-repeat left top;
      width: 320px;
      height: 230px;
      position: absolute;
      left: 50%;
      margin-left: -5rem;
      bottom: 0;
      z-index: 3;
      padding: 3.25rem 0 0 3.4rem;
      color: white;
      font-weight: bold; }
    .sem_que .sem_que_cont .bgtxt {
      border: 4px solid white;
      border-radius: 50%;
      width: 5rem;
      height: 5rem;
      box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
      position: absolute;
      line-height: 4.5;
      font-weight: bold;
      color: white;
      z-index: 4; }
      .sem_que .sem_que_cont .bgtxt .cont {
        display: none;
        position: absolute;
        left: -280px;
        top: -100px;
        background: url(../image/sem_bg03.png) no-repeat left top;
        width: 330px;
        height: 140px;
        color: #000000;
        padding: 2rem;
        line-height: 1;
        text-align: left; }
      .sem_que .sem_que_cont .bgtxt.bgt_1 {
        left: 16rem;
        bottom: 20%;
        width: 6rem;
        height: 6rem;
        line-height: 5.5rem;
        background: #3370ff; }
      .sem_que .sem_que_cont .bgtxt.bgt_2 {
        left: 26rem;
        bottom: 35%;
        background: #ff3355; }
      .sem_que .sem_que_cont .bgtxt.bgt_3 {
        left: 24rem;
        bottom: 66%;
        width: 6rem;
        height: 6rem;
        line-height: 5.5rem;
        background: #33e0ff; }
      .sem_que .sem_que_cont .bgtxt.bgt_4 {
        left: 40rem;
        top: 1rem;
        width: 6rem;
        height: 6rem;
        line-height: 5.5rem;
        background: #5533ff; }
      .sem_que .sem_que_cont .bgtxt.bgt_5 {
        left: 57rem;
        top: 8rem;
        background: #ff3833; }
      .sem_que .sem_que_cont .bgtxt.bgt_6 {
        left: 52rem;
        top: 16rem;
        width: 6rem;
        height: 6rem;
        line-height: 5.5rem;
        background: #ffa633; }
      .sem_que .sem_que_cont .bgtxt.bgt_7 {
        right: 16rem;
        bottom: 24%;
        width: 6rem;
        height: 6rem;
        line-height: 5.5rem;
        background: #ff9348; }
      .sem_que .sem_que_cont .bgtxt:hover .cont {
        display: block; }

@keyframes turn {
  0% {
    transform: rotate(0deg);
    -webkit-transform-origin: 380px 375px; }
  100% {
    transform: rotate(360deg);
    -webkit-transform-origin: 380px 375px; } }
.sem_t {
  background: url(../image/sem_sbg.png) no-repeat center bottom #ecf2ff;
  overflow: hidden; }
  .sem_t .sem_rad {
    position: relative;
    height: 500px; }
    .sem_t .sem_rad .line {
      width: 1200px;
      height: 1200px;
      position: absolute;
      left: 50%;
      top: 13%;
      transform: translateX(-50%);
      border-radius: 50%;
      border: 2px dashed #e5e5e5; }
    .sem_t .sem_rad ul {
      width: 1260px;
      margin: 0 auto;
      display: block;
      position: relative;
      z-index: 9; }
      .sem_t .sem_rad ul li {
        background: white;
        border-radius: 50%;
        font-weight: bold;
        width: 7rem;
        height: 7rem;
        text-align: center;
        padding-top: 1.5rem;
        position: relative; }
        .sem_t .sem_rad ul li:nth-child(1), .sem_t .sem_rad ul li:nth-child(8) {
          top: 26rem; }
        .sem_t .sem_rad ul li:nth-child(2), .sem_t .sem_rad ul li:nth-child(7) {
          top: 16rem; }
        .sem_t .sem_rad ul li:nth-child(3), .sem_t .sem_rad ul li:nth-child(6) {
          top: 7rem; }
        .sem_t .sem_rad ul li:nth-child(2), .sem_t .sem_rad ul li:nth-child(3) {
          left: -5rem; }
        .sem_t .sem_rad ul li:nth-child(6), .sem_t .sem_rad ul li:nth-child(7) {
          right: -5rem; }
        .sem_t .sem_rad ul li:nth-child(4) {
          left: -2rem;
          top: 1rem; }
        .sem_t .sem_rad ul li:nth-child(5) {
          right: -2rem;
          top: 1rem; }
        .sem_t .sem_rad ul li i {
          display: block;
          width: 35px;
          height: 35px;
          margin: 0 auto; }

.sem_m {
  background: white; }
  .sem_m ul li {
    border-bottom: 2px solid #3370ff; }
    .sem_m ul li .pic img {
      display: block; }
    .sem_m ul li .txt {
      padding: 2rem 1rem; }
      .sem_m ul li .txt span {
        text-align: center; }
        .sem_m ul li .txt span img {
          display: block;
          margin: 0 auto; }

.sem_adv {
  margin-bottom: 3rem; }
  .sem_adv li {
    width: 30%;
    margin: 1rem 0;
    background: white;
    border-radius: 1rem;
    padding: 3rem 2rem; }
    .sem_adv li .pic {
      width: 60px;
      height: 60px; }
      .sem_adv li .pic img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .sem_adv li .txt {
      padding-left: 1.5rem; }
      .sem_adv li .txt .tit {
        font-size: 1.25rem;
        font-weight: bold; }
      .sem_adv li .txt .info {
        color: #999999; }

.sem_server li i {
  background: url(../image/icon_sem_img.png) no-repeat;
  background-position-y: -50px; }

/*sem end*/
/*ingtegrated begin*/
.ingte_adv li {
  width: 30%;
  margin: 2rem 0; }
  .ingte_adv li .pic {
    width: 80px;
    height: 80px;
    margin: 0 auto; }
    .ingte_adv li .pic img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .ingte_adv li .txt {
    text-align: center;
    padding: 1rem 6rem; }
    .ingte_adv li .txt h4 {
      font-size: 1.25rem;
      font-weight: bold; }
    .ingte_adv li .txt p {
      font-size: 0.875rem;
      color: #999999;
      margin-top: 0.5rem; }

.ingte_bg_more {
  background-image: linear-gradient(to right bottom, #f3ecfe, #eaf6fe); }

.ingte_server ul li {
  background: white;
  padding: 4rem;
  flex: 1;
  margin-right: 5rem;
  position: relative; }
  .ingte_server ul li:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../image/ico_process_jt.png) no-repeat left top;
    position: absolute;
    right: -3rem;
    top: 50%;
    transform: translateY(-50%); }
  .ingte_server ul li:last-child {
    margin-right: 0; }
    .ingte_server ul li:last-child:after {
      display: none; }
  .ingte_server ul li .step {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: #ff9348;
    color: white;
    text-align: center;
    line-height: 6rem;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 auto 3rem;
    position: relative; }
    .ingte_server ul li .step:after {
      border: 1px solid rgba(255, 255, 255, 0.2);
      width: 5rem;
      height: 5rem;
      border-radius: 50%;
      position: absolute;
      left: 0.5rem;
      top: 0.5rem;
      content: ''; }
  .ingte_server ul li .cont .item {
    margin: 2rem 0;
    text-align: center; }
    .ingte_server ul li .cont .item h4 {
      font-size: 1.25rem;
      font-weight: bold; }
    .ingte_server ul li .cont .item span {
      font-size: 0.875rem;
      color: #666666;
      padding-top: 0.5rem; }
  .ingte_server ul li .pic img {
    max-width: 100%; }

.ingte_bg_team {
  background: url(../image/bg_team.jpg) no-repeat center bottom #091122; }
  .ingte_bg_team .ingte_team li {
    text-align: center;
    width: 10%; }
    .ingte_bg_team .ingte_team li .txt {
      color: white;
      padding-top: 0.5rem;
      font-size: 0.875rem; }

.inter_case .swiper-slide .pic {
  width: 560px;
  height: 750px; }
  .inter_case .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
.inter_case .swiper-slide .txt {
  flex: 1;
  position: relative;
  padding-left: 2rem;
  background: white; }
  .inter_case .swiper-slide .txt .user {
    border-bottom: 1px solid #e5e5e5; }
    .inter_case .swiper-slide .txt .user .name {
      font-size: 2rem;
      font-weight: bold;
      letter-spacing: 3px; }
      .inter_case .swiper-slide .txt .user .name .info {
        font-size: 0.875rem;
        margin-left: 1rem; }
.inter_case .swiper-slide .acrlite {
  margin-top: 2rem; }
  .inter_case .swiper-slide .acrlite:last-child {
    margin-top: 4rem; }
  .inter_case .swiper-slide .acrlite span {
    font-size: 1.25rem;
    font-weight: bold; }
  .inter_case .swiper-slide .acrlite p {
    font-size: 0.875rem;
    color: #666666;
    line-height: 2; }
    .inter_case .swiper-slide .acrlite p b {
      font-weight: bold;
      color: #3370ff; }
    .inter_case .swiper-slide .acrlite p a {
      font-weight: bold;
      color: #3370ff; }
  .inter_case .swiper-slide .acrlite .more {
    background: #3370ff;
    color: white;
    padding: 0.875rem 1.5rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    margin-right: 2rem; }
    .inter_case .swiper-slide .acrlite .more:first-child {
      background: #ff9348; }
      .inter_case .swiper-slide .acrlite .more:first-child::after {
        background: rgba(255, 104, 37, 0.2);
        box-shadow: 0 0 15px rgba(255, 104, 37, 0.5); }
.inter_case .swiper-button-next, .inter_case .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border: 1px dashed #e5e5e5;
  border-radius: 50%; }
  .inter_case .swiper-button-next::after, .inter_case .swiper-button-prev::after {
    font-size: 1rem; }

.ingte_yx_adv .tab {
  text-align: center; }
  .ingte_yx_adv .tab .swiper-slide {
    width: auto;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
    cursor: pointer; }
    .ingte_yx_adv .tab .swiper-slide.swiper-slide-thumb-active {
      background: #3370ff;
      border-color: #3370ff;
      color: white; }
.ingte_yx_adv .swiper-slide {
  padding-top: 5rem; }
  .ingte_yx_adv .swiper-slide .txt {
    width: 50%; }
    .ingte_yx_adv .swiper-slide .txt span {
      font-size: 2rem;
      font-weight: bold;
      display: block; }
    .ingte_yx_adv .swiper-slide .txt p {
      margin-top: 3rem;
      color: #666666;
      line-height: 2; }
    .ingte_yx_adv .swiper-slide .txt .online {
      border: 1px solid #3370ff;
      color: #3370ff;
      border-radius: 2rem;
      width: 8rem;
      text-align: center;
      line-height: 2.5;
      display: block;
      font-size: 0.875rem;
      margin-top: 3rem;
      transition: all 0.3s; }
      .ingte_yx_adv .swiper-slide .txt .online:hover {
        background: #3370ff;
        color: white; }

/*ingtegrated end*/
/*seo begin*/
.seo_cite li {
  width: 48%;
  background: #ecf2ff;
  border-radius: 0.5rem;
  margin: 2rem 0;
  padding: 4rem; }
  .seo_cite li .title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem; }
    .seo_cite li .title span {
      font-size: 1.75rem;
      font-weight: bold;
      letter-spacing: 2px; }
    .seo_cite li .title b {
      font-size: 0.875rem;
      margin-left: 1rem;
      color: #999999; }
  .seo_cite li .info span {
    width: 45%;
    padding-top: 1rem;
    font-size: 1rem; }
    .seo_cite li .info span i {
      font-size: 0.75rem;
      margin-right: 0.5rem;
      color: #999999; }

.seo_adv li {
  width: 22%;
  background: white;
  padding: 5rem 0; }
  .seo_adv li .pic {
    width: 50px;
    height: 50px; }
  .seo_adv li .txt {
    padding: 1rem 3rem; }

.seodo .txt {
  flex: 1; }
  .seodo .txt p {
    width: 40%;
    font-size: 0.875rem;
    margin-right: 10%;
    color: #666666; }
    .seodo .txt p i {
      margin-right: 0.25rem; }
    .seodo .txt p span {
      font-size: 1.25rem;
      font-weight: bold;
      display: block;
      color: #000000;
      margin-bottom: 0.5rem; }
  .seodo .txt:last-child p {
    margin-right: 0;
    margin-left: 10%; }
.seodo .pic {
  width: 420px; }
  .seodo .pic img {
    display: block; }

/*seo end*/
/*newslist begin*/
.newslist {
  margin: 0 auto; }
  .newslist li {
    background: white;
    padding: 1rem;
    margin-bottom: 3rem;
    margin-right: 3.33%;
    width: 30%; }
    .newslist li .pic {
      width: 100%; }
      .newslist li .pic img {
        transition: all 0.3s; }
    .newslist li .txt {
      width: 100%;
      padding-top: 1rem; }
      .newslist li .txt .tit {
        font-size: 1.25rem;
        font-weight: bold; }
      .newslist li .txt .info {
        font-size: 0.875rem;
        line-height: 1.5;
        margin: 1rem 0;
        color: #999999; }
      .newslist li .txt .tag a {
        margin-right: 0.5rem;
        font-size: 0.875rem; }
        .newslist li .txt .tag a:hover {
          color: #3370ff; }
    .newslist li:hover .pic img {
      transform: scale(1.2); }
    .newslist li:hover .txt .tit {
      color: #3370ff; }
    .newslist li:hover .txt .info {
      color: #666666; }

.news_article {
  padding: 140px 0 100px;
  background: #f5f5f5; }
  .news_article .new_cont {
    width: 72%;
    background: white;
    padding: 3rem; }
    .news_article .new_cont .title {
      font-size: 3rem; }
    .news_article .new_cont .info {
      border-bottom: 1px dashed #e5e5e5;
      padding-top: 2rem;
      padding-bottom: 1rem;
      margin-bottom: 2rem;
      font-size: 0.875rem;
      color: #666666; }
      .news_article .new_cont .info i {
        margin-right: 0.5rem; }
    .news_article .new_cont .detail img {
      display: block;
      margin: 1rem 0; }
    .news_article .new_cont .news_tab {
      margin-top: 3rem; }
      .news_article .new_cont .news_tab a {
        font-size: 0.875rem;
        max-width: 45%; }
        .news_article .new_cont .news_tab a:hover {
          color: #3370ff; }
  .news_article .relevant {
    width: 24%; }
    .news_article .relevant .rele {
      background: white;
      padding: 2rem; }
      .news_article .relevant .rele h4 {
        font-size: 1.25rem; }
      .news_article .relevant .rele a {
        margin: 0.5rem 0;
        padding: 1rem 0;
        border-bottom: 1px dashed #e5e5e5;
        font-size: 0.875rem; }
        .news_article .relevant .rele a:hover {
          color: #3370ff; }
    .news_article .relevant .tag {
      background: white;
      padding: 2rem; }
      .news_article .relevant .tag h4 {
        font-size: 1.25rem;
        margin-bottom: 0.5rem; }
      .news_article .relevant .tag a {
        display: inline-block;
        border: 1px solid #e5e5e5;
        border-radius: 0.25rem;
        padding: 0.5rem;
        font-size: 0.875rem;
        margin: 0.25rem; }
        .news_article .relevant .tag a:hover {
          border-color: #3370ff;
          color: #3370ff; }
  .news_article .news_other {
    padding-top: 3rem; }
    .news_article .news_other .title {
      font-size: 1.25rem;
      margin-bottom: 1rem; }
    .news_article .news_other a {
      background: white;
      display: block;
      width: 22%; }
      .news_article .news_other a .pic img {
        transition: all 0.3s; }
      .news_article .news_other a .txt {
        padding: 1rem; }
        .news_article .news_other a .txt span {
          font-size: 1.25rem;
          font-weight: bold;
          margin-bottom: 0.5rem; }
        .news_article .news_other a .txt p {
          color: #999999;
          font-size: 0.875rem; }
      .news_article .news_other a:hover .pic img {
        transform: scale(1.2); }
      .news_article .news_other a:hover .txt span {
        color: #3370ff; }
      .news_article .news_other a:hover .txt p {
        color: #666666; }

/*newslist end*/
/*case_detail begin*/
.case_detail {
  width: 100%;
  padding: 186px 0 100px; }
  .case_detail .container {
    max-width: 90%; }
  .case_detail .showcase {
    background: white;
    width: 68%;
    padding: 2rem; }
    .case_detail .showcase .top {
      background: url(../image/x_line.png) repeat-x left bottom;
      padding-bottom: 2rem;
      margin-bottom: 2rem; }
      .case_detail .showcase .top b {
        font-size: 1.5rem; }
      .case_detail .showcase .top span {
        font-size: 1rem;
        text-transform: capitalize;
        font-weight: bold;
        color: #999999; }
    .case_detail .showcase .case_img img {
      margin: 0 auto;
      display: block; }
    .case_detail .showcase .case_tab {
      padding: 2rem 0;
      border-top: 1px dashed #e5e5e5; }
      .case_detail .showcase .case_tab a:hover {
        color: #3370ff; }
  .case_detail .caseinfo {
    width: 28%; }
    .case_detail .caseinfo .info {
      background: white;
      padding: 3rem; }
      .case_detail .caseinfo .info h3 {
        font-size: 2rem; }
      .case_detail .caseinfo .info span {
        color: #666666;
        letter-spacing: 2px;
        font-size: 0.875rem;
        padding: 1rem 0; }
      .case_detail .caseinfo .info p {
        color: #999999;
        padding: 1rem 0 2rem;
        font-size: 0.875rem; }
      .case_detail .caseinfo .info .btn a {
        background: #3370ff;
        border: 1px solid #3370ff;
        color: white;
        width: 48%;
        line-height: 3;
        text-align: center;
        font-size: 0.875rem;
        cursor: pointer;
        transition: all 0.3s; }
        .case_detail .caseinfo .info .btn a i {
          margin-right: 0.5rem; }
        .case_detail .caseinfo .info .btn a:hover {
          background: white;
          color: #3370ff; }
      .case_detail .caseinfo .info .page {
        padding-top: 3rem;
        text-align: right; }
        .case_detail .caseinfo .info .page a {
          font-size: 0.875rem; }
          .case_detail .caseinfo .info .page a i {
            margin-right: 0.5rem; }
          .case_detail .caseinfo .info .page a:hover {
            color: #3370ff; }

/*case_detail end*/
/*contact begin*/
.contact {
  background: url(../image/contact_bg.jpg) no-repeat center top fixed;
  padding: 186px 0 100px; }
  .contact .contact_cont {
    background: rgba(255, 255, 255, 0.9);
    padding: 5rem;
    overflow: hidden; }
    .contact .contact_cont:nth-child(2) {
      padding-bottom: 10rem;
      padding-top: 0; }
    .contact .contact_cont .top {
      position: relative; }
      .contact .contact_cont .top .eng {
        font-size: 8rem;
        font-family: "eng";
        text-transform: capitalize;
        letter-spacing: 0;
        font-weight: bold;
        -webkit-text-stroke: 1px #ddd;
        color: transparent; }
      .contact .contact_cont .top .title {
        font-size: 4rem;
        font-weight: bold;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }
        .contact .contact_cont .top .title i {
          display: block;
          font-size: 2rem; }
          .contact .contact_cont .top .title i.bi-arrow-down {
            margin-top: 2rem; }
    .contact .contact_cont .box {
      padding-top: 3rem; }
      .contact .contact_cont .box .item {
        background: url(../image/x_line.png) repeat-x left bottom;
        padding: 2rem 0;
        width: 30%; }
        .contact .contact_cont .box .item .tel {
          font-size: 2rem; }
        .contact .contact_cont .box .item .adress {
          padding-top: 0.75rem; }
    .contact .contact_cont .bot .title {
      font-size: 2rem;
      font-weight: bold; }
    .contact .contact_cont .bot .info {
      color: #666666; }
    .contact .contact_cont .bot .form {
      padding-top: 2rem; }
      .contact .contact_cont .bot .form .item {
        border: 1px solid #666666;
        position: relative;
        height: 48px; }
        .contact .contact_cont .bot .form .item:last-child {
          border: none; }
        .contact .contact_cont .bot .form .item i {
          position: absolute;
          left: 0.75rem;
          top: 0.5rem;
          font-size: 1.25rem; }
        .contact .contact_cont .bot .form .item input {
          width: 100%;
          border: none;
          height: 46px;
          line-height: 1;
          padding-left: 2.5rem;
          font-size: 1rem; }
        .contact .contact_cont .bot .form .item button {
          background: #3370ff;
          border: none;
          color: white;
          height: 48px;
          line-height: 48px;
          width: 10rem;
          cursor: pointer; }
        .contact .contact_cont .bot .form .item.item_tel {
          width: 30%; }
    .contact .contact_cont .bot .msginfo {
      font-size: 0.875rem;
      color: #3370ff;
      padding-top: 1rem; }

/*contact end*/
/*about_nav begin*/
.about_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .about_video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }

.about_nav {
  background: rgba(42, 46, 59, 0.6);
  backdrop-filter: blur(20px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2; }
  .about_nav a {
    font-size: 0.875rem;
    color: white;
    padding: 1.5rem 0;
    margin-right: 6rem;
    display: inline-block;
    position: relative; }
    .about_nav a.active::after, .about_nav a:hover::after {
      content: '';
      display: block;
      width: 100%;
      background: #3370ff;
      height: 3px;
      position: absolute;
      left: 0;
      bottom: 0; }

.about_top .about_base_title {
  margin-bottom: 3rem; }
  .about_top .about_base_title span {
    font-size: 1.25rem;
    position: relative;
    padding-bottom: 1rem; }
    .about_top .about_base_title span::after {
      width: 2rem;
      height: 2px;
      background: #3370ff;
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
.about_top .js_info {
  font-size: 2.5rem;
  font-weight: bold; }
.about_top .number {
  padding: 4rem 0; }
  .about_top .number ul li .num {
    font-size: 4rem; }
    .about_top .number ul li .num span {
      font-size: 1.5rem; }
  .about_top .number ul li .txt {
    font-weight: bold; }
.about_top .cont {
  line-height: 2; }

.about_adv .left {
  width: 100%; }
  .about_adv .left .top {
    margin-bottom: 4rem; }
    .about_adv .left .top h3 {
      font-size: 1.5rem;
      font-weight: bold; }
    .about_adv .left .top .info {
      font-size: 1rem;
      color: #999999; }
    .about_adv .left .top .more {
      font-size: 0.875rem;
      color: #3370ff; }
  .about_adv .left .item p {
    background: #ecf2ff;
    padding: 2rem;
    border-radius: 0.25rem;
    width: 20%; }
    .about_adv .left .item p i {
      display: block;
      font-size: 1.5rem; }
    .about_adv .left .item p span {
      font-size: 1.5rem;
      font-weight: bold;
      padding-bottom: 2rem;
      display: block; }

.aond {
  background: url(../image/about_pic01.jpg) no-repeat center center;
  width: 100%;
  height: 380px;
  color: white;
  padding-top: 6rem; }
  .aond span {
    font-size: 1.5rem;
    font-weight: bold; }
  .aond p {
    font-size: 1rem;
    padding-top: 0.5rem;
    display: block; }
  .aond .online {
    background: #3370ff;
    border-radius: 0.25rem;
    color: white;
    padding: 0.5rem 2rem;
    display: inline-block;
    margin-top: 5rem; }
    .aond .online i {
      margin-right: 0.5rem; }

/*about_nav end*/
/*operate_show beigin*/
.operate_show {
  height: 800px;
  margin-top: 86px;
  border-radius: 0 0 10rem 0;
  overflow: hidden; }
  .operate_show .cont .title {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17);
    font-size: 4rem;
    color: white; }
  .operate_show .cont .info {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17);
    font-size: 1.5rem;
    color: white;
    max-width: 60%;
    margin: 0 auto;
    font-weight: bold; }
  .operate_show .cont .btn a {
    display: block;
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    background: white;
    margin: 5rem 1rem 0;
    border-radius: 0.25rem; }
    .operate_show .cont .btn a:last-child {
      background: #3370ff;
      color: white; }

.operate_cont {
  background: url(../image/bg.png) center top;
  background-size: 65%; }
  .operate_cont .inter_case {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
  .operate_cont .txt {
    padding-right: 1rem; }
  .operate_cont .operate_tab {
    background: white;
    margin-top: 4rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
    .operate_cont .operate_tab a {
      padding: 2rem 4rem 2rem 2rem; }
      .operate_cont .operate_tab a .logo {
        font-size: 2rem; }
      .operate_cont .operate_tab a:hover {
        background: #3370ff;
        color: white; }
      .operate_cont .operate_tab a:nth-child(2) {
        padding: 2rem 4rem; }
      .operate_cont .operate_tab a:last-child {
        padding: 2rem 2rem 2rem 4rem; }

/*operate_show end*/
/*vi begin*/
.vi_brand {
  background: #f5f5f5; }

.vi_server li {
  border-radius: 8px;
  background: white;
  flex: 1;
  margin-right: 2rem; }
  .vi_server li .pic {
    width: 100%;
    overflow: hidden; }
    .vi_server li .pic img {
      max-width: 100%;
      display: block;
      transition: all 0.3s; }
  .vi_server li .title {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem 2rem; }
    .vi_server li .title i {
      background: none;
      width: auto;
      height: auto;
      margin-right: 0.5rem; }
    .vi_server li .title span {
      color: #ddd;
      font-size: 1.25rem;
      margin-left: 1rem; }
  .vi_server li .info {
    font-size: 0.875rem;
    padding: 0 2rem 1rem;
    color: #666666;
    border-bottom: 1px solid #e5e5e5; }
  .vi_server li .tag {
    padding: 0.5rem 2rem 2rem; }
    .vi_server li .tag span {
      font-size: 0.875rem;
      padding: 0.5rem 0;
      display: block;
      width: 33%; }
  .vi_server li:hover .pic img {
    transform: scale(1.1); }

.vi_case li {
  background: #e5e5e5;
  position: relative;
  margin-bottom: 3rem; }
  .vi_case li .bgpic {
    width: 100%; }
    .vi_case li .bgpic img {
      display: block;
      transition: all 1s; }
    .vi_case li .bgpic::before {
      padding: 20% 0; }
    .vi_case li .bgpic::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
      content: '';
      display: block;
      background-image: linear-gradient(to right, rgba(51, 112, 255, 0.5), rgba(51, 112, 255, 0));
      z-index: 2; }
  .vi_case li .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 3;
    padding: 5% 10%; }
    .vi_case li .txt i {
      color: white;
      font-size: 2rem; }
    .vi_case li .txt .title {
      font-size: 3rem;
      font-weight: bold;
      color: white;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17); }
    .vi_case li .txt .info {
      font-weight: bold;
      color: white;
      margin-top: 2rem;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17); }
    .vi_case li .txt .en {
      position: absolute;
      left: 20%;
      bottom: 12%;
      color: white;
      font-size: 1.25rem;
      text-transform: uppercase;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17); }
      .vi_case li .txt .en i {
        font-size: 1rem;
        margin-left: 2rem; }
  .vi_case li .logo {
    padding: 1rem;
    background: white;
    position: absolute;
    right: 10%;
    bottom: 10%; }
    .vi_case li .logo img {
      display: block; }
  .vi_case li:hover .bgpic img {
    transform: scale(1.1); }

.case_more {
  background: #3370ff;
  padding: 1rem 2rem;
  color: white;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 auto; }

/*vi end*/
/*online begin*/
.right_online {
  position: fixed;
  right: 3%;
  bottom: 10%;
  z-index: 999; }
  .right_online a {
    display: block;
    width: 3rem;
    height: 3rem;
    background: white;
    color: #3370ff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 50%;
    margin-bottom: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    position: relative; }
    .right_online a span {
      position: absolute;
      display: block;
      overflow: hidden;
      left: -13rem;
      top: 50%;
      transform: translateY(-20%);
      width: 12rem;
      padding: 0;
      height: 0;
      transition: all 0.3s;
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
      background: white;
      font-size: 1rem;
      font-weight: bold; }
      .right_online a span img {
        display: block;
        width: 100%;
        object-fit: cover; }
    .right_online a .msg {
      font-size: 0.75rem;
      background: #d40101;
      border-radius: 50%;
      color: white;
      position: absolute;
      right: 0;
      top: 0;
      width: 1rem;
      height: 1rem;
      text-align: center;
      line-height: 1rem; }
    .right_online a:hover {
      background: #3370ff;
      color: white; }
      .right_online a:hover span {
        display: block;
        padding: 1rem;
        transform: translateY(-50%);
        color: #000000;
        height: auto;
        z-index: 9999; }

/*online end*/
/*.pagination {
    padding: 2em 0;
    text-align: center;
    .clear {
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
    }
    a {
        min-width: 2.5em;
		padding: 0.5rem 1rem;
        text-align: center;
		font-size: 0.875rem;;
        border: 1px solid #ddd;
        background-color: $var-color-white;
        &:not(:first-child) {
            border-left: none
        }
        &:first-child {
            border-radius: 2px 0 0 2px
        }
        &:last-child {
            border-radius: 0 2px 2px 0
        }
        &.on{
            background-color: $var-color-brand;
            border-color: $var-color-brand;
            color: $var-color-white
        }
        &:hover {
            color: $var-color-brand;
        }
        &.on:hover{
            color: $var-color-white;
        }
        &.page-link{
            padding: 0;
            border-left: 1px;
            margin: 0;
        }
    }
	@include media-breakpoint-down(md) {
		margin-top: 0;
	}

}*/
.d_none {
  display: none; }

/*css3 donghua*/
@keyframes banner_bg1 {
  0% {
    transform: translateY(0); }
  to {
    transform: translateY(-100vh); } }
@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }
@keyframes moverad {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
.base_brand_btn {
  background: #3370ff;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(51, 112, 255, 0.2);
  padding: 0.75rem 3rem;
  color: white;
  margin: 0 auto;
  display: inline-block; }

.anm_btn {
  position: relative;
  transform: translateY(0); }

.anm_btn:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0.5rem;
  width: 100%;
  box-shadow: 0px 0px 15px 0px rgba(51, 112, 255, 0.5);
  border-radius: 2rem;
  background-color: rgba(51, 112, 255, 0.2);
  transform: translate(-50%, 0);
  transition: transform 0.3s; }

.anm_btn:hover {
  transform: translateY(-1rem);
  transition: transform 0.3s; }

.anm_btn:hover:after {
  transform: translate(-50%, 0.5rem) scale(0.75);
  transition: transform 0.3s; }

@keyframes banner_move {
  80%,100% {
    transform: rotateY(-45deg) translate3d(-24em, 3em, -6em); } }
@keyframes grow-1 {
  0%,0% {
    transform: scaleY(0.01); }
  8.33333%,100% {
    transform: scaleY(0.1); } }
@keyframes grow-2 {
  0%,8.33333% {
    transform: scaleY(0.01); }
  16.66667%,100% {
    transform: scaleY(0.16); } }
@keyframes grow-3 {
  0%,16.66667% {
    transform: scaleY(0.01); }
  25%,100% {
    transform: scaleY(0.25); } }
@keyframes grow-4 {
  0%,25% {
    transform: scaleY(0.01); }
  33.33333%,100% {
    transform: scaleY(0.37); } }
@keyframes grow-5 {
  0%,33.33333% {
    transform: scaleY(0.01); }
  41.66667%,100% {
    transform: scaleY(0.5); } }
@keyframes grow-6 {
  0%,41.66667% {
    transform: scaleY(0.01); }
  50%,100% {
    transform: scaleY(0.64); } }
@keyframes grow-7 {
  0%,50% {
    transform: scaleY(0.01); }
  58.33333%,100% {
    transform: scaleY(0.81); } }
@keyframes grow-8 {
  0%,58.33333% {
    transform: scaleY(0.01); }
  66.66667%,100% {
    transform: scaleY(1); } }

/*# sourceMappingURL=layout.css.map */
