@charset "UTF-8";
/*!
 * Created by UICUT.com on 2021/01/01.
 * Contact QQ: 215611388
 */
/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1137px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1138px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1139px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

.col-xl,
.col-xl-auto, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.1666666667%;
          flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.8333333333%;
          flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.1666666667%;
          flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.8333333333%;
          flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.1666666667%;
          flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.col-14 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-17 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70.8333333333%;
          flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

.col-18 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79.1666666667%;
          flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.col-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-21 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-23 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95.8333333333%;
          flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

.col-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 26;
      -ms-flex-order: 25;
          order: 25;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}

.order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}

.order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}

.order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}

.order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}

.order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}

.order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}

.order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}

.order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}

.order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}

.order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.1666666667%;
}

.offset-14 {
  margin-left: 58.3333333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.6666666667%;
}

.offset-17 {
  margin-left: 70.8333333333%;
}

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

.offset-19 {
  margin-left: 79.1666666667%;
}

.offset-20 {
  margin-left: 83.3333333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.6666666667%;
}

.offset-23 {
  margin-left: 95.8333333333%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-sm-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-sm-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-sm-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-sm-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-sm-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-sm-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order-sm-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .order-sm-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .order-sm-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .order-sm-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .order-sm-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .order-sm-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .order-sm-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .order-sm-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .order-sm-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .order-sm-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.1666666667%;
  }
  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 20.8333333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.1666666667%;
  }
  .offset-sm-8 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
  .offset-sm-13 {
    margin-left: 54.1666666667%;
  }
  .offset-sm-14 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-15 {
    margin-left: 62.5%;
  }
  .offset-sm-16 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-17 {
    margin-left: 70.8333333333%;
  }
  .offset-sm-18 {
    margin-left: 75%;
  }
  .offset-sm-19 {
    margin-left: 79.1666666667%;
  }
  .offset-sm-20 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-21 {
    margin-left: 87.5%;
  }
  .offset-sm-22 {
    margin-left: 91.6666666667%;
  }
  .offset-sm-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-md-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-md-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-md-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-md-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-md-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-md-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order-md-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .order-md-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .order-md-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .order-md-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .order-md-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .order-md-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .order-md-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .order-md-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .order-md-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .order-md-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.1666666667%;
  }
  .offset-md-2 {
    margin-left: 8.3333333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.6666666667%;
  }
  .offset-md-5 {
    margin-left: 20.8333333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.1666666667%;
  }
  .offset-md-8 {
    margin-left: 33.3333333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.6666666667%;
  }
  .offset-md-11 {
    margin-left: 45.8333333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
  .offset-md-13 {
    margin-left: 54.1666666667%;
  }
  .offset-md-14 {
    margin-left: 58.3333333333%;
  }
  .offset-md-15 {
    margin-left: 62.5%;
  }
  .offset-md-16 {
    margin-left: 66.6666666667%;
  }
  .offset-md-17 {
    margin-left: 70.8333333333%;
  }
  .offset-md-18 {
    margin-left: 75%;
  }
  .offset-md-19 {
    margin-left: 79.1666666667%;
  }
  .offset-md-20 {
    margin-left: 83.3333333333%;
  }
  .offset-md-21 {
    margin-left: 87.5%;
  }
  .offset-md-22 {
    margin-left: 91.6666666667%;
  }
  .offset-md-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-lg-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-lg-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-lg-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-lg-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-lg-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-lg-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order-lg-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .order-lg-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .order-lg-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .order-lg-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .order-lg-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .order-lg-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .order-lg-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .order-lg-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .order-lg-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .order-lg-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.1666666667%;
  }
  .offset-lg-2 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 20.8333333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.1666666667%;
  }
  .offset-lg-8 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
  .offset-lg-13 {
    margin-left: 54.1666666667%;
  }
  .offset-lg-14 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-15 {
    margin-left: 62.5%;
  }
  .offset-lg-16 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-17 {
    margin-left: 70.8333333333%;
  }
  .offset-lg-18 {
    margin-left: 75%;
  }
  .offset-lg-19 {
    margin-left: 79.1666666667%;
  }
  .offset-lg-20 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-21 {
    margin-left: 87.5%;
  }
  .offset-lg-22 {
    margin-left: 91.6666666667%;
  }
  .offset-lg-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xl-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xl-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xl-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xl-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xl-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order-xl-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order-xl-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .order-xl-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .order-xl-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .order-xl-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .order-xl-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .order-xl-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .order-xl-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .order-xl-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .order-xl-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .order-xl-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
  .offset-xl-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xl-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-15 {
    margin-left: 62.5%;
  }
  .offset-xl-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xl-18 {
    margin-left: 75%;
  }
  .offset-xl-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xl-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-21 {
    margin-left: 87.5%;
  }
  .offset-xl-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
}
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, "Helvetica Neue", Arial, "微软雅黑", Verdana, "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

body {
  font-size: 0.875rem;
  color: #212a37;
  background: #fff;
  min-width: 7.5rem;
  min-height: 100vh;
}

body::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ddd;
  border-radius: 0.625rem;
}
body::-webkit-scrollbar-track {
  border-radius: 0.3125rem;
  background-color: #ddd;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0.3125rem;
  background-color: rgba(217, 163, 210, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(217, 163, 210, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video,
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li, ol {
  list-style: none;
  line-height: normal;
}

i, address, cite, dfn, em, var {
  font-style: normal;
}

input[type=date] {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #212a37;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #d9a3d2;
  outline-width: 0;
}

video {
  border: none;
  outline: none;
  display: block;
  width: 100%;
}

img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

input[type=file] {
  cursor: pointer;
}

::-moz-selection {
  background: #d9a3d2;
  color: #fff;
}

::selection {
  background: #d9a3d2;
  color: #fff;
}

::-moz-selection {
  background: #d9a3d2;
  color: #fff;
}

img {
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

html, body {
  font-size: 14px;
}

@media (min-width: 768px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}
.uc-wrap {
  width: 100vw;
}

.uc-show {
  display: block !important;
}

.uc-hide {
  display: none !important;
}

.uc-h98 {
  width: 100%;
  height: 6.125rem;
}

.uc-bg {
  background-color: #f6f6f6;
}

.uc-b {
  font-weight: bold;
}

.uc-small {
  font-size: 0.875em;
}

.uc-big {
  font-size: 1.25em;
}

.uc-ma {
  margin-left: auto;
  margin-right: auto;
}

.uc-lineCenter {
  text-decoration: line-through;
}

.uc-del {
  text-decoration: line-through;
  color: #999;
  margin-left: 1.25rem;
}
.uc-del:first-child {
  margin-left: 0;
}

.animate, .uc-animate, .uc-revealOnScroll {
  opacity: 0;
}

.uc-left {
  float: left;
}

.uc-right {
  float: right;
}

.uc-underline {
  text-decoration: underline !important;
}

.uc-tLeft {
  text-align: left !important;
}

.uc-tCenter {
  text-align: center !important;
}

.uc-tRight {
  text-align: right !important;
}

.uc-icon16 {
  width: 1rem;
  height: 1rem;
}

.uc-icon20 {
  width: 1.25rem;
  height: 1.25rem;
}

.uc-icon24 {
  width: 1.5rem;
  height: 1.5rem;
}

.uc-icon28 {
  width: 1.75rem;
  height: 1.75rem;
}

.uc-icon32 {
  width: 2rem;
  height: 2rem;
}

.uc-icon36 {
  width: 2.25rem;
  height: 2.25rem;
}

.uc-icon44 {
  width: 2.75rem;
  height: 2.75rem;
}

.uc-icon48 {
  width: 3rem;
  height: 3rem;
}

.uc-icon50 {
  width: 3.125rem;
  height: 3.125rem;
}

.uc-icon64 {
  width: 4rem;
  height: 4rem;
}

.uc-icon70 {
  width: 4.375rem;
  height: 4.375rem;
}

.uc-icon80 {
  width: 5rem;
  height: 5rem;
}

.uc-icon90 {
  width: 5.625rem;
  height: 5.625rem;
}

.uc-icon100 {
  width: 6.25rem;
  height: 6.25rem;
}

.uc-icon120 {
  width: 7.5rem;
  height: 7.5rem;
}

.uc-icon150 {
  width: 9.375rem;
  height: 9.375rem;
}

.uc-icon200 {
  width: 12.5rem;
  height: 12.5rem;
}

@font-face {
  font-family: "fiscal";
  src: url("images/iconfont.eot?t=1623765692086");
  src: url("images/iconfont.eot?t=1623765692086#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("images/iconfont.woff?t=1623765692086") format("woff"), url("images/iconfont.ttf?t=1623765692086") format("truetype"), url("images/iconfont.svg?t=1623765692086#fiscal") format("svg");
}
.uc-fiscal {
  font-family: "fiscal" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uc-icon-instagram:before {
  content: "\e6fd";
}

.uc-icon-fax:before {
  content: "\e807";
}

.uc-icon-in:before {
  content: "\e6c1";
}

.uc-icon-twitter:before {
  content: "\e79b";
}

.uc-icon-phone:before {
  content: "\e600";
}

.uc-icon-skype:before {
  content: "\e6fc";
}

.uc-icon-wechat:before {
  content: "\e601";
}

.uc-icon-phone-f:before {
  content: "\e651";
}

.uc-icon-whatsapp:before {
  content: "\e97b";
}

.uc-icon-mail:before {
  content: "\e9de";
}

.uc-icon-qq:before {
  content: "\e623";
}

.uc-icon-facebook:before {
  content: "\e635";
}

@font-face {
  font-family: "uc-font";
  src: url("../fonts/uicut.eot?t=1584354732377");
  src: url("../fonts/uicut.eot?t=1584354732377#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/uicut.woff?t=1584354732377") format("woff"), url("../fonts/uicut.ttf?t=1584354732377") format("truetype"), url("../fonts/uicut.svg?t=1584354732377#uc-font") format("svg");
}
.uc-font {
  font-family: "uc-font" !important;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uc-checkbox-circle:before {
  content: "\e624";
}

.uc-checkbox-circle-on:before {
  content: "\e64f";
}

.uc-checkbox:before {
  content: "\e684";
}

.uc-checkbox-on:before {
  content: "\e67d";
}

.uc-checkbox-on-plain:before {
  content: "\e683";
}

.uc-radio-on:before {
  content: "\e7b3";
}

.uc-radio:before {
  content: "\e7b5";
}

.uc-arrow-left:before {
  content: "\e75b";
}

.uc-arrow-right:before {
  content: "\e75c";
}

.uc-arrow-right2:before {
  content: "\e6ae";
}

.uc-arrow-left2:before {
  content: "\e6d6";
}

.uc-arrow-down:before {
  content: "\e615";
}

.uc-arrow-top:before {
  content: "\e75d";
}

.uc-arrow-down2:before {
  content: "\e6a4";
}

.uc-arrow-top2:before {
  content: "\e6b2";
}

.uc-menu:before {
  content: "\e6a9";
}

.uc-close:before {
  content: "\e67f";
}

.uc-search:before {
  content: "\e66f";
}

.uc-add:before {
  content: "\e672";
}

.uc-reduce:before {
  content: "\e614";
}

.uc-next:before {
  content: "\e60c";
}

.uc-prev:before {
  content: "\e605";
}

.uc-arrow {
  position: relative;
  padding-right: 1.875rem;
}
.uc-arrow:after {
  content: "\e75c";
  font-family: "uc-font";
  font-size: 1.4em;
  right: -0.625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.uc-arrow.arrow-gray:after {
  color: #999;
}

.uc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uc-flex.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.uc-flex.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.uc-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.uc-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uc-flex-col.start {
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.uc-flex-col.end {
  -ms-flex-line-pack: end;
      align-content: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.uc-flex-col.center {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

textarea {
  resize: none;
  height: auto;
  min-height: 7.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

input:-moz-placeholder {
  color: #ddd;
}

::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
}

[type=submit] {
  outline: none;
}
[type=submit]:hover {
  opacity: 0.8;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  line-height: inherit;
  font-size: inherit;
  border: none;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
button:after {
  display: none;
}

.uc-input, .uc-select, .uc-button, .uc-textarea {
  width: 100%;
  border: #d6d6d6 1px solid;
  outline: none;
  height: 1.875rem;
  line-height: 1.75rem;
  border-radius: 0rem;
  padding: 0 0.625rem;
}
.uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus {
  border-color: #d9a3d2;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 1.875rem;
  border-radius: 0rem;
  padding: 0 0.625rem;
}
.uc-btn img {
  margin-right: 0.625rem;
}
.uc-btn:hover {
  opacity: 0.8;
  color: #fff;
}
.uc-btn.grayPurple {
  background-color: #d3d0df;
  border: #d3d0df 1px solid;
  color: #fff;
}
.uc-btn.grayPurple-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(211, 208, 223, 0.7)), to(#d3d0df));
  background: linear-gradient(to right, rgba(211, 208, 223, 0.7) 0%, #d3d0df 100%);
  color: #fff;
}
.uc-btn.grayPurple-plain {
  color: #d3d0df;
  border: #d3d0df 1px solid;
}
.uc-btn.grayPurple-plain:hover {
  opacity: 1;
  background-color: #d3d0df;
  color: #fff;
}
.uc-btn.purple {
  background-color: #d9a3d2;
  border: #d9a3d2 1px solid;
  color: #fff;
}
.uc-btn.purple-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 163, 210, 0.7)), to(#d9a3d2));
  background: linear-gradient(to right, rgba(217, 163, 210, 0.7) 0%, #d9a3d2 100%);
  color: #fff;
}
.uc-btn.purple-plain {
  color: #d9a3d2;
  border: #d9a3d2 1px solid;
}
.uc-btn.purple-plain:hover {
  opacity: 1;
  background-color: #d9a3d2;
  color: #fff;
}
.uc-btn.gray {
  background-color: #999;
  border: #999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(153, 153, 153, 0.7)), to(#999));
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999;
  border: #999 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999;
  color: #fff;
}
.uc-btn img {
  margin-right: 0.625rem;
}

.uc-phColor {
  color: #ddd;
}

.uc-grayPurple {
  color: #d3d0df !important;
}

.uc-purple {
  color: #d9a3d2 !important;
}

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

.g-crumb {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  line-height: 1.5em;
  background-color: #f5f5f5;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.g-crumb a {
  position: relative;
  padding-right: 1.25rem;
  margin-right: 0.5rem;
}
.g-crumb a:after {
  content: "\e75c";
  font-family: "uc-font";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g-crumb a:last-child {
  padding-right: 0;
}
.g-crumb a:last-child:after {
  display: none;
}
.g-crumb strong {
  font-weight: normal;
}
.g-crumb.style-line {
  border-bottom: #d6d6d6 1px solid;
}

.uc-prvNxt {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uc-prvNxt a {
  min-width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  border: #d6d6d6 1px solid;
  line-height: 2.5rem;
  margin: 0 0.375rem;
  text-align: center;
  color: #999;
  background-color: #fff;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.uc-prvNxt a:hover, .uc-prvNxt a.on {
  background-color: #d9a3d2;
  border-color: #d9a3d2;
  color: #fff;
}

.uc-tag {
  display: inline-block;
  border-radius: 0.1875rem;
  padding: 0 0.3125rem;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.grayPurple {
  background-color: #d3d0df;
  color: #fff;
}
.uc-tag.purple {
  background-color: #d9a3d2;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.g-bannerBoxLink {
  height: 32.5rem;
  background: url("../images/events.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.g-bannerBoxLink .box {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1200px;
}
.g-bannerBoxLink h2 {
  font-size: 3rem;
  padding: 1rem 0;
  font-weight: bold;
}
.g-bannerBoxLink .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-bannerBoxLink .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem 0.5rem;
}
.g-bannerBoxLink .icon-item img {
  display: block;
  width: 5.625rem;
  margin: 0 1rem;
}
.g-bannerBoxLink .intro {
  line-height: 1.5em;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .g-bannerBoxLink {
    height: 37.5rem;
  }
  .g-bannerBoxLink .box {
    top: 50%;
  }
  .g-bannerBoxLink .intro {
    font-size: 1.5rem;
  }
  .g-bannerBoxLink .icon-item img {
    width: 11.25rem;
    margin: 0 3rem;
  }
}
.fixed-goTop {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 0.625rem;
  bottom: 100px;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 2.7rem;
  background-color: #212a37;
  color: #fff !important;
  border: #fff 1px solid;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fixed-goTop:hover {
  opacity: 0.8;
  background-color: #d9a3d2;
}

footer {
  overflow: hidden;
  background-color: rgba(37, 57, 67, 0.9);
  color: rgba(255, 255, 255, 0.7);
}
footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer a:hover {
  color: #fff;
}
footer > div {
  margin-left: -5px;
  margin-right: -5px;
}
footer a:hover {
  text-decoration: underline;
}
footer .ft1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
footer h3 {
  font-weight: 700;
  margin-bottom: 1rem;
  margin-left: 1em;
  color: #fff;
}
footer h3 a {
  color: #fff;
  font-weight: bold;
}
footer h3 a:hover {
  color: #d9a3d2;
}
footer .logo {
  margin-bottom: 2rem;
  padding: 1.5rem 0 1rem 0;
  display: block;
}
footer .logo img {
  width: 8rem;
  margin: 0 auto;
  display: block;
}
footer .logo .txt {
  padding: 0.5rem 0;
  text-align: center;
  padding-right: 1em;
}
footer .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
footer .list li {
  padding: 0.5rem 0;
  width: 50%;
}
footer .list .sub-title {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1rem;
  margin-bottom: 0.5em;
}
footer .list .sub-title:after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
footer .list .type-list {
  padding-left: 1rem;
  font-size: 12px;
  line-height: 1.5em;
}
footer .list .type-list a {
  margin-right: 1em;
  display: block;
  min-width: 18%;
}
footer h4 {
  font-weight: 700;
  margin-bottom: 1em;
}
footer .con {
  padding-left: 1rem;
  padding-right: 1rem;
}
footer .con p {
  padding: 0.5rem 0 0.5rem 2em;
  position: relative;
}
footer .con img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -0.5rem;
}
footer .ft2 {
  background-color: #253943;
  font-size: 12px;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5em;
}
footer .ft2 a {
  color: rgba(255, 255, 255, 0.9);
}
footer .ft2 a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  footer .ft1 {
    padding-top: 3rem;
  }
  footer .logo img {
    margin-left: 0;
    margin-bottom: 0.25rem;
  }
  footer .logo .txt {
    padding: 0;
    margin-left: -0.5em;
  }
}
.uc-footer-contact {
  background-color: rgba(211, 208, 223, 0.95);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.uc-footer-contact .col-24 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}
.uc-footer-contact h3 {
  font-weight: 700;
}
.uc-footer-contact .uc-btn {
  height: 3rem;
  width: 8rem;
  margin-left: 1rem;
  text-transform: uppercase;
}
.uc-footer-contact .uc-btn.white-plain {
  color: #fff;
  border: #fff 1px solid;
}
.uc-footer-contact .uc-btn.white-plain:hover {
  background-color: #fff;
  color: #d9a3d2;
}

@media (min-width: 768px) {
  .uc-footer-contact .col-24 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.g-fixedContact {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 5vh;
}
.g-fixedContact .form-box {
  background-color: #fff;
  width: 300px;
  max-width: 100%;
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
}
.g-fixedContact .title {
  background-color: #d9a3d2;
  color: #fff;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.625rem;
  font-size: 1.25rem;
}
.g-fixedContact .title .uc-close {
  cursor: pointer;
}
.g-fixedContact .form {
  padding: 1rem;
}
.g-fixedContact .form li {
  margin-bottom: 0.625rem;
  font-size: 1rem;
}
.g-fixedContact .operate {
  padding: 0 1rem 1rem;
}
.g-fixedContact .operate .uc-btn {
  height: 2.5rem;
  width: 8rem;
}
.g-fixedContact .btn-form {
  height: 2.5rem;
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
}
.g-fixedContact .btn-form .uc-fiscal {
  font-size: 1.5rem;
  margin-right: 0.25em;
}

.header-space {
  height: 3.125rem;
  padding-top: 0px;
  padding-top: calc(0px + constant(safe-area-inset-top));
  padding-top: calc(0px + env(safe-area-inset-top));
}

.footer-space {
  height: 3.125rem;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}

.header-phone {
  height: 50px;
  color: #fff;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #d3d0df;
  z-index: 9999;
  -webkit-transition: all none linear;
  transition: all none linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-phone .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-phone .logo img {
  width: 90px;
  display: block;
}
.header-phone .btn-menu, .header-phone .btn-product {
  width: 50px;
  height: 50px;
  background: url(images/icon-menu.png) center center no-repeat;
  background-size: 32px 32px;
}
.header-phone .btn-menu {
  right: 0;
}
.header-phone .btn-product {
  left: 0;
  background-image: url(images/icon-product.png);
}

.alert-menu, .alert-product {
  display: none;
  position: fixed;
  z-index: 8888;
  top: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  padding-top: 50px;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
.alert-menu .list, .alert-product .list {
  width: 100%;
  background-color: #fff;
  padding: 0px 15px;
  border-top: #d6d6d6 1px solid;
}
.alert-menu .list li, .alert-product .list li {
  line-height: 40px;
  border-bottom: #d6d6d6 1px solid;
}
.alert-menu .list li > a, .alert-product .list li > a {
  display: block;
  color: #212a37;
}
.alert-menu .list li.on, .alert-product .list li.on {
  color: #d9a3d2;
}
.alert-menu .list li.on > a, .alert-product .list li.on > a {
  color: #212a37;
}
.alert-menu .list .hasSubMenu > a, .alert-product .list .hasSubMenu > a {
  position: relative;
}
.alert-menu .list .hasSubMenu > a:after, .alert-product .list .hasSubMenu > a:after {
  content: "\e75c";
  right: 0;
  font-family: "uc-font";
  font-size: 1.4em;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.alert-menu .list .hasSubMenu > a:after, .alert-product .list .hasSubMenu > a:after {
  color: #999;
}
.alert-menu .box, .alert-product .box {
  width: 70%;
  height: 100vh;
  padding-bottom: 0.98rem;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  z-index: 99;
}
.alert-menu .over-close, .alert-product .over-close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.alert-menu .contact, .alert-product .contact {
  padding: 10px 15px;
}
.alert-menu .contact h3, .alert-product .contact h3 {
  margin-bottom: 2rem;
}
.alert-menu .contact .con, .alert-product .contact .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
}
.alert-menu .contact .con .btns, .alert-product .contact .con .btns {
  margin-right: 0.5rem;
  color: #999;
  position: relative;
}
.alert-menu .contact .con .btns:hover, .alert-product .contact .con .btns:hover {
  color: #d9a3d2;
}
.alert-menu .contact .con .btns:hover .code-box, .alert-product .contact .con .btns:hover .code-box {
  display: block;
}
.alert-menu .contact .code-box, .alert-product .contact .code-box {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4rem;
  background-color: #fff;
  border-radius: 0.1rem;
  z-index: 99;
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.alert-menu .contact .code-box img, .alert-product .contact .code-box img {
  display: block;
}
.alert-menu .subMenu, .alert-product .subMenu {
  border-top: #d6d6d6 1px solid;
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.alert-menu .subMenu a, .alert-product .subMenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3px 0;
}
.alert-menu .subMenu .img, .alert-product .subMenu .img {
  width: 3.125rem;
  height: 3.125rem;
  border: rgba(214, 214, 214, 0.5) 1px solid;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  margin-right: 5px;
}
.alert-menu .subMenu .img img, .alert-product .subMenu .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.alert-product .box {
  left: 0;
}

.alert-menu {
  text-transform: uppercase;
}
.alert-menu .box {
  right: 0;
}
body {
  padding-top: 50px;
}

@media (min-width: 768px) {
  body {
    padding-top: 6.75rem;
  }
}
.header-pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-pc > div {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 2em;
  padding-right: 2em;
}
.header-pc .hd-top {
  background-color: #253943;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.header-pc .hd-top a {
  color: #fff;
}
.header-pc .hd-top .btns {
  margin: 0 0.25rem;
  position: relative;
}
.header-pc .hd-top .btns:hover .code-box {
  display: block;
}
.header-pc .hd-top .line {
  width: 1px;
  height: 20px;
  display: inline-block;
  margin: 0 10px;
  background-color: #fff;
}
.header-pc .hd-top .code-box {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  z-index: 99;
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.header-pc .hd-top .code-box img {
  display: block;
}
.header-pc .select-simulate {
  position: relative;
  height: 24px;
}
.header-pc .select-simulate .hd {
  width: 100%;
  height: 24px;
  display: block;
  float: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.header-pc .select-simulate .hd:after {
  content: "\e6a4";
  font-family: "uc-font";
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-pc .select-simulate .hd.blur {
  color: #ccc;
}
.header-pc .select-simulate .bd {
  width: 6rem;
  height: auto;
  background: #6a172c;
  border-bottom: none;
  clear: both;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
  z-index: 3;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #fff 3px solid;
}
.header-pc .select-simulate .bd li {
  cursor: pointer;
  padding: 1rem;
}
.header-pc .select-simulate .bd li:hover {
  background: #eee;
}
.header-pc .select-simulate .bd li:hover a {
  color: #C00;
}
.header-pc .select-simulate .bd a {
  color: #fff;
}
.header-pc .select-overly {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
.header-pc .hd-menu {
  background-color: rgba(211, 208, 223, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.header-pc .hd-menu .logo {
  width: 150px;
  display: block;
}
.header-pc .hd-menu .logo img {
  display: block;
}
.header-pc .hd-menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-pc .hd-menu .list li {
  height: 4.75rem;
  margin-left: 1px;
}
.header-pc .hd-menu .list li > a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 1.5rem;
  line-height: 4.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.header-pc .hd-menu .list li.hasSubMenu {
  position: relative;
}
.header-pc .hd-menu .list li.on, .header-pc .hd-menu .list li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d0df), to(#eaeaea));
  background: linear-gradient(to bottom, #d3d0df 0%, #eaeaea 100%);
}
.header-pc .hd-menu .list li.on > a, .header-pc .hd-menu .list li:hover > a {
  color: #d9a3d2;
}
.header-pc .hd-menu .list li:hover .subMenu {
  display: block;
}
.header-pc .hd-menu .list li:hover .product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-pc .hd-menu .product-box {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border-top: #d9a3d2 5px solid;
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 4.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding-top: 1em;
  padding-bottom: 1em;
}
.header-pc .hd-menu .product-box .item {
  min-height: 24em;
  border-left: #d6d6d6 1px solid;
  min-width: 12%;
}
.header-pc .hd-menu .product-box h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.25rem;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: bold;
  font-size: 0.875rem;
}
.header-pc .hd-menu .product-box h3 a {
  font-weight: bold;
}
.header-pc .hd-menu .product-box .con a {
  font-size: 0.875rem;
  padding-left: 1em;
  padding-right: 1em;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  color: #999;
}
.header-pc .hd-menu .product-box .con a:hover {
  background-color: #f3f4f4;
  color: #212a37;
}
.header-pc .hd-menu .product-box .con a:hover .img {
  border-color: #fff;
}
.header-pc .hd-menu .product-box .con a:hover:after {
  content: "";
  width: 0.1875rem;
  height: 100%;
  background-color: #d9a3d2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.header-pc .hd-menu .product-box .con .img {
  width: 3.125rem;
  height: 3.125rem;
  border: rgba(214, 214, 214, 0.5) 1px solid;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  margin-right: 5px;
}
.header-pc .hd-menu .product-box .con .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-pc .hd-menu .subMenu {
  position: absolute;
  top: 4.75rem;
  left: 0;
  border-top: #d9a3d2 5px solid;
  display: none;
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-pc .hd-menu .subMenu .con {
  width: 16rem;
  background-color: #fff;
  padding: 1rem 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 1rem;
}
.header-pc .hd-menu .subMenu a {
  display: block;
  color: #999;
  line-height: 3rem;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.875rem;
}
.header-pc .hd-menu .subMenu a:hover {
  background-color: #f3f4f4;
  color: #212a37;
}
.header-pc .hd-menu .subMenu a:hover:after {
  content: "";
  width: 0.1875rem;
  height: 100%;
  background-color: #d9a3d2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.header-pc.header-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.g-titleBanner {
  background: #000 url("../images/banner31.jpg") center center no-repeat;
  background-size: cover;
}
.g-titleBanner .container {
  height: 300px;
  position: relative;
}
.g-titleBanner h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #d9a3d2;
  width: 100%;
  text-align: center;
}
.g-titleBanner b {
  font-weight: bold;
}

.g-title {
  text-align: center;
  padding: 1.25rem 1.875rem;
  line-height: 3rem;
}
.g-title h2 {
  font-size: 2rem;
  font-weight: 300;
}
.g-title b {
  font-weight: 700;
}
.g-title .line {
  width: 3em;
  height: 3px;
  border-radius: 3px;
  background-color: #d9a3d2;
  margin: 0.5rem auto 1rem;
}

.g-titleLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.4rem;/*1rem;*/
  font-size: 1.5rem;
  color: #000;
  position: relative;
  font-weight: bold;
  border-bottom: #d6d6d6 1px solid;
  padding: 1rem 0rem 1rem 16px;
}
.g-titleLine:after {
  content: "";
  width: 5px;
  height: 22px;
  background-color: #d9a3d2;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.g-titleLine .more {
  float: right;
  color: #999;
  font-size: 14px;
  font-weight: lighter;
}
.g-titleLine .more:hover {
  color: #d9a3d2;
}

@media (min-width: 992px) {
  .g-titleLine {
    margin-bottom: 0.8rem;/*2rem*/
  }
}
.banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner .hd {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 5px;
  height: 15px;
}
.banner .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.banner .hd li {
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  float: left;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  line-height: 14px;
}
.banner .hd li.on {
  background: #fff;
}
.banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.banner .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .prev, .banner .next {
  width: 32px;
  border-radius: 100%;
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size: 16px;
}
.banner .prev:hover, .banner .next:hover {
  opacity: 1;
}
.banner .prev {
  left: 10px;
}
.banner .next {
  right: 10px;
}

@media (min-width: 768px) {
  .banner .hd {
    bottom: 15px;
    height: 20px;
  }
  .banner .hd li {
    width: 16px;
    border-radius: 100%;
    height: 16px;
    margin: 0 8px;
  }
  .banner .bd li {
    background: url("images/../images/banner11.jpg") center center no-repeat;
    background-size: cover !important;
  }
  .banner .prev, .banner .next {
    width: 50px;
    border-radius: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background-color: #d9a3d2;
  width: 2em;
  border-radius: 1.15em;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------                            各页面样式                           ---------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- 						 可拆分到独立页面中， 					---------------------------------------- */
/* --------------------------------------------- 		  如无必要，别拆。方便后期配合开发新页面或维护修改 			---------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {
  overflow-x: hidden;
}

.uc-home-2, .uc-home-3, .uc-home-4, .uc-home-5,
.uc-aboutUs-1, .uc-aboutUs-2, .uc-aboutUs-3, .uc-aboutUs-4, .uc-aboutUs-5, .uc-aboutUs-6, .uc-aboutUs-7,
.uc-corporateCulture-1, .uc-corporateCulture-2, .uc-corporateCulture-3,
.uc-news-1, .uc-news-2,
.uc-newsDatail-1,
.uc-contactUs-1, .uc-contactUs-2, .uc-contactUs-3,
.uc-detail-2, .uc-detail-3,
.uc-productClassify,
.uc-solutionDetail {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .uc-home-2, .uc-home-3, .uc-home-4, .uc-home-5,
.uc-aboutUs-1, .uc-aboutUs-2, .uc-aboutUs-3, .uc-aboutUs-4, .uc-aboutUs-5, .uc-aboutUs-6, .uc-aboutUs-7,
.uc-corporateCulture-1, .uc-corporateCulture-2, .uc-corporateCulture-3,
.uc-news-1, .uc-news-2,
.uc-newsDatail-1,
.uc-contactUs-1, .uc-contactUs-2, .uc-contactUs-3,
.uc-detail-1, .uc-detail-2, .uc-detail-3,
.uc-productClassify,
.uc-solutionDetail {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .uc-home-2, .uc-home-3, .uc-home-4, .uc-home-5,
.uc-aboutUs-1, .uc-aboutUs-2, .uc-aboutUs-3, .uc-aboutUs-4, .uc-aboutUs-5, .uc-aboutUs-6, .uc-aboutUs-7,
.uc-corporateCulture-1, .uc-corporateCulture-2, .uc-corporateCulture-3,
.uc-news-1, .uc-news-2,
.uc-newsDatail-1,
.uc-contactUs-1, .uc-contactUs-2, .uc-contactUs-3,
.uc-detail-1, .uc-detail-2, .uc-detail-3,
.uc-productClassify,
.uc-solutionDetail {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
/* |01|index| */
.uc-home-video {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.uc-home-1 {
  padding-left: 0;
  padding-right: 0;
}
.uc-home-1 .swiper11 .swiper-slide {
  padding: 0;
  margin: 0;
  background: url("../images/home-2-1.jpg") center top no-repeat;
  background-size: cover;
}
.uc-home-1 .swiper11 .item {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 10%;
  padding: 0 2rem;
  width: 100%;
}
.uc-home-1 .swiper11 .title {
  text-align: left;
  padding-bottom: 20%;
}
.uc-home-1 .swiper11 .title h2 {
  font-weight: bold;
  color: #d9a3d2;
  font-size: 3rem;
}
.uc-home-1 .swiper11 .title .con {
  font-size: 1.5rem;
  line-height: 1.25em;
  margin-top: 1rem;
}
.uc-home-1 .swiper11 .intro {
  width: 100%;
  padding-bottom: 20%;
}
.uc-home-1 .swiper11 .intro .con {
  font-size: 2rem;
  text-align: left;
  line-height: 1.25em;
  color: #d9a3d2;
  margin-top: 1rem;
}
.uc-home-1 .swiper11 .uc-btn {
  height: 3rem;
  width: 10em;
  margin-top: 2rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .uc-home-1 .swiper11 .item {
    font-size: 5rem;
    padding: 0;
  }
  .uc-home-1 .swiper11 .title h2 {
    font-size: 4rem;
  }
  .uc-home-1 .swiper11 .title .con {
    font-size: 2rem;
  }
  .uc-home-1 .swiper11 .intro {
    width: 90%;
    padding-bottom: 0;
  }
  .uc-home-1 .swiper11 .intro .con {
    font-size: 3rem;
  }
  .uc-home-1 .swiper11 .uc-btn {
    height: 4rem;
    width: 14em;
    font-size: 1.5rem;
  }
}
.uc-home-2 {
  background-color: #f6f6f6;
}
.uc-home-2 .list .item {
  overflow: hidden;
  margin: 0.5rem;
  position: relative;
  display: block;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #212a37;
}
.uc-home-2 .list .item img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-2 .list .item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-home-2 .list .item:hover {
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  top: -0.5rem;
}
.uc-home-2 .list .img {
  overflow: hidden;
}
.uc-home-2 .list .img img {
  display: block;
  width: 100%;
}
.uc-home-2 .list .btm {
  background-color: #212a37;
  padding: 1rem 2rem;
  color: #fff;
  line-height: 1.5em;
  text-transform: uppercase;
}

.uc-home-3 .video-box {
  margin-bottom: 1rem;
}
.uc-home-3 video {
  display: block;
  width: 100%;
}
.uc-home-3 .intro {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
}
.uc-home-3 img {
  display: block;
}

@media (min-width: 768px) {
  .uc-home-3 .video-box {
    margin-bottom: 0;
  }
  .uc-home-3 .intro {
    margin-bottom: 3rem;
  }
}
.uc-home-4 {
  background-color: #f6f6f6;
}
.uc-home-4 .list .item {
  background-color: #fff;
  margin: 0.5rem;
  padding-bottom: 2rem;
  text-align: center;
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.uc-home-4 .list .item img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-4 .list .item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-home-4 .list .item:hover {
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  top: -0.5rem;
}
.uc-home-4 .list .img {
  overflow: hidden;
  margin-bottom: 1rem;
  border-bottom: #d6d6d6 1px solid;
}
.uc-home-4 .list .img img {
  display: block;
}
.uc-home-4 .list h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.uc-home-4 .list h3 a {
  font-weight: 700;
}
.uc-home-4 .list .con {
  text-align: center;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
  height: 4.5rem;
  overflow: hidden;
}
.uc-home-4 .list .uc-btn {
  width: 8rem;
  height: 2.5rem;
  margin: 0 auto;
  font-size: 12px;
}

.uc-home-5 {
  background-color: #f6f6f6;
}
.uc-home-5 .list .item {
  overflow: hidden;
  margin: 0.5rem;
  position: relative;
  display: block;
  background-color: #fff;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-5 .list .item img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-5 .list .item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-home-5 .list .item:hover {
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  top: -0.5rem;
}
.uc-home-5 .list .img {
  overflow: hidden;
}
.uc-home-5 .list .img img {
  display: block;
  width: 100%;
}
.uc-home-5 .list .btm {
  padding: 1rem;
}
.uc-home-5 .list h3 {
  font-weight: 300;
  margin-bottom: 0.5rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.uc-home-5 .list h3 a {
  font-weight: 300;
}
.uc-home-5 .list .con {
  line-height: 1.25em;
  max-height: 3.75rem;
  overflow: hidden;
  margin-bottom: 1rem;
  color: #999;
}
.uc-home-5 .list .operate .uc-btn {
  width: 8rem;
  margin: 0 0 0 auto;
  height: 2.5rem;
  font-size: 12px;
}
.uc-home-5 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  line-height: 1.5em;
  border-bottom: #d6d6d6 1px solid;
  margin-bottom: 1rem;
  position: relative;
}
.uc-home-5 .title:after {
  content: "";
  width: 4px;
  border-radius: 4px;
  height: 1.5em;
  background-color: #d9a3d2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.625rem;
}
.uc-home-5 .title h2 {
  font-size: 1.5rem;
}
.uc-home-5 .list2 li {
  padding: 0 1rem;
  font-weight: 300;
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-home-5 .list2 li a {
  font-weight: 300;
}

/* |02|company| */
/* |03|product| */
/* |04|contactUs| */
.uc-contactUs-1 {
  background-color: #f6f6f6;
}
.uc-contactUs-1 .line {
  width: 3em;
  height: 3px;
  border-radius: 3px;
  background-color: #d9a3d2;
  margin: 0.5rem 0 2rem;
}
.uc-contactUs-1 .list li {
  padding: 0.5rem 0 0.5rem 2em;
  position: relative;
}
.uc-contactUs-1 .list li:hover a {
  text-decoration: underline;
}
.uc-contactUs-1 .list img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.uc-contactUs-1 .chat-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}
.uc-contactUs-1 .chat-box .uc-fiscal {
  font-size: 3rem;
  color: #999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-contactUs-1 .chat-box .uc-fiscal:hover {
  color: #d9a3d2;
}
.uc-contactUs-1 .chat-box .uc-icon-in {
  font-size: 2.6rem;
}
.uc-contactUs-1 .chat-box .btns {
  margin-right: 2em;
  position: relative;
}
.uc-contactUs-1 .chat-box .btns:hover .code-box {
  display: block;
}
.uc-contactUs-1 .chat-box .code-box {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4rem;
  background-color: #fff;
  border-radius: 0.1rem;
  z-index: 99;
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.uc-contactUs-1 .chat-box .code-box img {
  display: block;
}

.uc-contactUs-2 .form .item {
  padding: 0.5em;
}
.uc-contactUs-2 .form .uc-input {
  height: 2.5rem;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  padding: 0 1.25rem;
}
.uc-contactUs-2 .form .uc-textarea {
  width: 100%;
  border-radius: 0;
  height: 10rem;
  background-color: #fff;
  padding: 0.625rem 1.25rem;
}
.uc-contactUs-2 .form .uc-btn {
  height: 2.5rem;
  width: 16rem;
}
.uc-contactUs-2 .form h3 {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
.uc-contactUs-2 .form .yzm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uc-contactUs-2 .form .yzm .uc-input {
  width: 10em;
}
.uc-contactUs-2 .form .yzm .img-yzm {
  width: 5em;
  display: block;
  margin-left: 1em;
}
.uc-contactUs-2 .operate {
  padding: 1.25rem 0;
}
.uc-contactUs-2 .operate .uc-btn {
  width: 16rem;
  height: 3.125rem;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 auto;
  -webkit-box-shadow: 0 0.625rem 0.9375rem 0 rgba(217, 163, 210, 0.2);
          box-shadow: 0 0.625rem 0.9375rem 0 rgba(217, 163, 210, 0.2);
}

.uc-contactUs-3 {
  background: url("images/contactUs-bg-3.jpg") center center no-repeat;
  background-size: cover;
}
.uc-contactUs-3 .con-24 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.uc-contactUs-3 h2 {
  font-size: 2rem;
  color: #fff;
}
.uc-contactUs-3 .line {
  background-color: #d9a3d2;
  height: 3px;
  width: 6rem;
  margin: 0.5rem 0 1rem;
}
.uc-contactUs-3 .con {
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.5em;
  max-width: 500px;
  margin-bottom: 1rem;
}

/* |05|detail| */
.uc-detail-1 {
  background-color: #f6f6f6;
  padding: 0;
}
.uc-detail-1 .container {
  padding: 0;
}
.uc-detail-1 .title {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}
.uc-detail-1 .g-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uc-detail-1 .g-tabs .item {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  color: #999;
  line-height: 3em;
  padding: 0 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
.uc-detail-1 .g-tabs .item.on {
  background-color: #212a37;
  color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .uc-detail-1 {
    padding-top: 2rem;
  }
  .uc-detail-1 .title {
    text-align: left;
  }
  .uc-detail-1 .g-tabs {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 1.5rem;
  }
  .uc-detail-1 .g-tabs .item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.uc-detail-2 h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  padding: 1rem 0;
}
.uc-detail-2 h2 {
  text-align: center;
  font-size: 1.5rem;
}
.uc-detail-2 h3 {
  font-size: 2.5rem;
  text-align: left;
  font-weight: bold;
}
.uc-detail-2 .con {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  margin-top: 2rem;
}
.uc-detail-2 .info {
  padding: 1rem 1rem 2rem;
  text-align: center;
}
.uc-detail-2 .info.tCenter h2, .uc-detail-2 .info.tCenter h3, .uc-detail-2 .info.tCenter .txt, .uc-detail-2 .info.tCenter .con {
  text-align: center;
}
.uc-detail-2 img {
  display: block;
}
.uc-detail-2 video {
  background-color: #000;
}

@media (min-width: 768px) {
  .uc-detail-2 .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.uc-detail-3 .title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.uc-detail-3 table {
  width: 100%;
  border-top: #d6d6d6 1px solid;
  line-height: 1.5em;
}
.uc-detail-3 table td {
  padding: 2rem 1rem;
}
.uc-detail-3 table tr {
  border-bottom: #d6d6d6 1px solid;
}
.uc-detail-3 table .uc-b {
  font-size: 1.5rem;
}

.g-tabs-bd .tab-con {
  display: none;
}
.g-tabs-bd .tab-con:first-child {
  display: block;
}

.uc-detail-swiper {
  background-color: #f6f6f6;
  border-bottom: #d6d6d6 1px solid;
}
.uc-detail-swiper .container, .uc-detail-swiper .col-24 {
  padding-left: 0;
  padding-right: 0;
}
.uc-detail-swiper .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}
.uc-detail-swiper .swiper-pagination-bullet-active {
  background-color: #d9a3d2;
  width: 2em;
  border-radius: 1.15em;
}
.uc-detail-swiper .swiper-button-prev,
.uc-detail-swiper .swiper-button-next {
  color: #d6d6d6;
}

.uc-detail-2 .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}
.uc-detail-2 .swiper-pagination-bullet-active {
  background-color: #d9a3d2;
  width: 2em;
  border-radius: 1.15em;
}
.uc-detail-2 .swiper-button-prev,
.uc-detail-2 .swiper-button-next {
  color: #d6d6d6;
}

/* |06|aboutUs| */
.uc-aboutUs-1 .intro img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.uc-aboutUs-1 .intro h3 {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.uc-aboutUs-1 .intro p {
  text-indent: 2em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  color: #999;
}

.uc-aboutUs-5 .intro img,
.uc-aboutUs-6 .intro img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.uc-aboutUs-5 .intro h3,
.uc-aboutUs-6 .intro h3 {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.uc-aboutUs-5 .intro .con, .uc-aboutUs-5 .intro p,
.uc-aboutUs-6 .intro .con,
.uc-aboutUs-6 .intro p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.uc-aboutUs-5 {
  background-color: #f6f6f6;
}

.uc-aboutUs-2 {
  background-color: #f6f6f6;
}
.uc-aboutUs-2 .img-box .item {
  padding: 1em 0.5em;
}
.uc-aboutUs-2 .img-box img {
  display: block;
  -webkit-box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .uc-aboutUs-2 .img-box .item {
    padding: 2em 3em;
  }
}
@media (min-width: 768px) {
  .uc-aboutUs-1, .uc-aboutUs-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
.uc-aboutUs-4 .intro p {
  text-indent: 2em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.uc-aboutUs-4 .sub-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.uc-aboutUs-4 .sub-title h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.uc-aboutUs-4 .img-box img {
  display: block;
}
.uc-aboutUs-4 .img-box .img {
  overflow: hidden;
  margin-bottom: 1rem;
}

.uc-aboutUs-7 {
  background-color: #f6f6f6;
}
.uc-aboutUs-7 .list .item {
  padding: 1rem;
}
.uc-aboutUs-7 .list .box {
  background-color: #fff;
  height: 100%;
}
.uc-aboutUs-7 .list .img {
  overflow: hidden;
}
.uc-aboutUs-7 .list .img img {
  display: block;
}
.uc-aboutUs-7 .list .btm {
  padding: 1rem;
}
.uc-aboutUs-7 .list h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* |07|corporateCulture| */
.uc-corporateCulture-1 .intro,
.uc-corporateCulture-2 .intro,
.uc-corporateCulture-3 .intro {
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
}
.uc-corporateCulture-1 .img-box,
.uc-corporateCulture-2 .img-box,
.uc-corporateCulture-3 .img-box {
  padding-top: 1rem;
}
.uc-corporateCulture-1 .img-box img,
.uc-corporateCulture-2 .img-box img,
.uc-corporateCulture-3 .img-box img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .uc-corporateCulture-1 .img-box,
.uc-corporateCulture-2 .img-box,
.uc-corporateCulture-3 .img-box {
    padding-top: 2rem;
  }
  .uc-corporateCulture-1 .img-box img,
.uc-corporateCulture-2 .img-box img,
.uc-corporateCulture-3 .img-box img {
    width: 60%;
  }
}
.uc-corporateCulture-2 {
  background-color: #f6f6f6;
}

/* |08|news| */
.uc-news-1 .list li,
.uc-news-2 .list li {
  position: relative;
  padding-right: 4em;
  padding: 0.5em 6em 0.5em 1.5em;
  line-height: 1.5em;
  background: url("images/news.png") left center no-repeat;
  background-size: 0.875rem 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-news-1 .list li:hover a,
.uc-news-2 .list li:hover a {
  text-decoration: underline;
}
.uc-news-1 .list li:hover time,
.uc-news-2 .list li:hover time {
  color: #d9a3d2;
}
.uc-news-1 .list a,
.uc-news-2 .list a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-news-1 .list time,
.uc-news-2 .list time {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: #999;
  font-size: 0.875rem;
}
.uc-news-1 .operate,
.uc-news-2 .operate {
  margin-top: 2rem;
}
.uc-news-1 .operate .uc-btn,
.uc-news-2 .operate .uc-btn {
  border-radius: 0;
  height: 3rem;
  text-transform: uppercase;
  width: 12rem;
  margin: 0 auto;
}

.uc-news-2 {
  background-color: #f6f6f6;
}

.uc-news-3 .list li {
  margin-bottom: 2rem;
}
.uc-news-3 .list .img-box {
  padding: 0;
  overflow: hidden;
  overflow: hidden;
}
.uc-news-3 .list .img-box img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-news-3 .list .img-box:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-news-3 .list .img-box img {
  display: block;
}
.uc-news-3 .list .btm {
  margin-top: 1rem;
  line-height: 1.5em;
}
.uc-news-3 .list h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: bold;
  height: 3.75rem;
  overflow: hidden;
}
.uc-news-3 .list .time {
  color: #999;
  margin-top: 0.5rem;
}
.uc-news-3 .list .desc {
  margin-top: 1rem;
  color: #999;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
}

@media (min-width: 768px) {
  .uc-news-3 .list .item:nth-child(odd) {
    padding-right: 1rem;
  }
  .uc-news-3 .list .item:nth-child(even) {
    padding-left: 1rem;
  }
}
/* |09|newsDatail| */
.uc-newsDatail-1 .g-title h1 {
  font-weight: bold;
}
.uc-newsDatail-1 .g-title p {
  margin-top: -0.75em;
}
.uc-newsDatail-1 .con {
  line-height: 1.5em;
  border-bottom: #d6d6d6 1px solid;
  padding-bottom: 2em;
}
.uc-newsDatail-1 .con p {
  margin-bottom: 1.5em;
}
.uc-newsDatail-1 .con img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 1.5em;
}
.uc-newsDatail-1 .operate {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.uc-newsDatail-1 .operate .back {
  font-weight: bold;
  text-transform: uppercase;
}
.uc-newsDatail-1 .operate .uc-font {
  margin-right: 0.5em;
}

.uc-newsDatail-2 .container {
  background-color: #fff;
  padding: 2rem;
  border-radius: 5px;
}
.uc-newsDatail-2 article h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.uc-newsDatail-2 article .info {
  border-bottom: #d6d6d6 1px solid;
  color: #999;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.uc-newsDatail-2 article .box {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
}
.uc-newsDatail-2 article .box h3, .uc-newsDatail-2 article .box p {
  margin-bottom: 1.5rem;
  text-indent: 2em;
}
.uc-newsDatail-2 article .box h3 {
  font-weight: bold;
}
.uc-newsDatail-2 article .box img {
  display: block;
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
.uc-newsDatail-2 .list li {
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-newsDatail-2 .prev-next {
  margin-bottom: 2rem;
  padding: 1rem 0;
  margin: 1rem 0;
}

@media (min-width: 768px) {
  .uc-newsDatail-2 .g-titleLine {
    position: relative;
    margin-top: -0.75rem;
  }
  .uc-newsDatail-2 .list {
    margin-top: -1rem;
  }
  .uc-newsDatail-2 .prev-next {
    margin: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .uc-newsDatail-2 .prev-next li {
    max-width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* 产品中心、产品分类 */
.uc-productClassify .filter {
  padding: 0;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uc-productClassify .filter .item {
  line-height: 2rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 0 1em;
}
.uc-productClassify .filter .item.on {
  background-color: #d9a3d2;
  color: #fff !important;
}
.uc-productClassify .filter .item:first-child {
  margin-left: 0;
}
.uc-productClassify .filter .item.on {
  color: #d9a3d2;
}
.uc-productClassify .box {
  background-color: #fff;
  border: #d6d6d6 1px solid;
  border-bottom: none;
  overflow: hidden;
}
.uc-productClassify .box:last-child {
  border-bottom: #d6d6d6 1px solid;
}
.uc-productClassify .box .g-titleLine {
  margin-left: 1rem;
  margin-right: 1rem;
}
.uc-productClassify .box .item {
  padding: 1rem;
  margin-bottom: 1rem;
}
.uc-productClassify .box h3 {
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 0;
}
.uc-productClassify .box .img {
  display: block;
  margin: 0 auto 5px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.uc-productClassify .box .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-productClassify .box .img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-productClassify .box .img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.uc-productClassify .box .img a:hover:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: absolute;
}
.uc-productClassify .box .img a:hover:after {
  content: "\e66f";
  font-family: "uc-font";
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.uc-productClassify .box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-productClassify .box p {
  color: #999;
  text-align: center;
}

.uc-solutionDetail .g-titleLine {
  border: none;
}
.uc-solutionDetail .list .item {
  padding-top: 1rem;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.uc-solutionDetail .list .img-box {
  overflow: hidden;
  margin-top: 1rem;
}
.uc-solutionDetail .list .img-box img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-solutionDetail .list .img-box:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.uc-solutionDetail .list img {
  display: block;
}
.uc-solutionDetail .list a {
  display: block;
  position: relative;
}
.uc-solutionDetail .list a:hover:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: absolute;
}
.uc-solutionDetail .list a:hover:after {
  content: "\e66f";
  font-family: "uc-font";
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.uc-solutionDetail .list .txt1 {
  color: #d9a3d2;
  font-size: 1rem;
  text-align: center;
}
.uc-solutionDetail .list .txt2 {
  font-weight: bold;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .uc-solutionDetail .g-titleLine {
    border-bottom: #d6d6d6 1px solid;
  }
}

.header-pc .operate .btn-language {
	background: url('/themes/images/icon-language.png') no-repeat center;
	width: 32px;
	height: 32px;
	display: block;
	background-size: 24px 24px;
	float: left;
}
.header-pc .operate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.uc-alert {
	position: fixed;
	z-index: 999;
	left: 0;
	width: 100vw;
	top: 0;
	z-index: 1000;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	padding-top: constant(safe-area-inset-top);
	padding-top: env(safe-area-inset-top);
	padding-right: constant(safe-area-inset-right);
	padding-right: env(safe-area-inset-right);
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	padding-left: constant(safe-area-inset-left);
	padding-left: env(safe-area-inset-left)
}

.uc-alert .box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
	border-radius: .625rem;
	background-color: #fff
}

.uc-alert .over-close {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer
}

.uc-alert {
	display: none
}
.alert-language .boxTop {
	position: fixed;
	right: 0;
	top: 60px;
	width: 350px;
	padding: 10px 0px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.alert-language li {
	line-height: 40px;
	padding: 0 20px;
	width: 33%;
}

.alert-language li a {
	display: block
}

.alert-language li:hover,.alert-language li.on {
	background-color: #d9a3d2
}

.alert-language li:hover a,.alert-language li.on a {
	color: #fff
}

.header-phone .Floating-btn {
    line-height: 50px;
    position: absolute;
    right: 50px;
    top: 0px;
	color: #fff;
	font-size: 1rem;
}

.header-phone .Form-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header-phone .Form-popup img {
    flex: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    opacity: 0.4;
}



.header-phone .Floating-btn:hover {
    color: #f36f2f;
}

.header-phone .Floating-btn img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    flex: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.header-phone .Form-container {
    text-align: center;
    position: relative;
}

.header-phone .show {
    display: block;
    width: 90%;
}

.header-phone .Form-popup ul {
    list-style: none;
    padding: 0;
}

.header-phone .Form-popup ul a {
    color: #111111;
}

.header-phone .Form-popup ul li {
    margin: 5px 0;
}

.header-phone .Form-popup ul a:hover {
    color: #f36f2f;
}

.header-phone .Form-popup ul li::before {
    content: none;
}

.header-phone .Form-popup ul.rowed-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}

.header-phone .Form-popup ul.rowed-list li {
    flex-basis: 25%;
    margin-top: 15px;
}

.header-phone .Form-container {
    background-color: #fff;
    width: 100%;
    height: 24px;
    float: right;
}

.header-phone .Form-container img {
    width: 24px;
    height: 24px;
    flex: 100%;
    max-width: 100%;
    vertical-align: middle;
    float: right;
}

.header-phone .Form-container:hover {
    background-color: #eee;
}

.header-phone .Floating-btn {
    cursor: pointer;
}

.header-phone .Floating-btn img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    flex: 100%;
    max-width: 100%;
    vertical-align: middle;
}
