@charset "UTF-8";
/*!
 * Created by 赫连勃格 on 2023/01/01.
 * 微信:18900220083
 * QQ:215611388
 * next.UICUT.com
 */
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/*!
 * 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)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
.hide{
  display: none!important;
}
.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.clearFix::after{
  content: "";
  display: block;
  clear: both;
}
.pull-left{
  float: left !important;
}
.pull-right{
  float: right !important;
}
.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}
.text-right{
  text-align: right !important;
}
.display-flex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-auto{
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.flex-ai-start{
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.flex-ai-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-ai-end{
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.flex-ai-stretch{
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.flex-jc-start{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.flex-jc-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-jc-between{
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-jc-end{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.flex-dir-column{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex_dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex_dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.primary-color{
  color: #1D39C4 !important;
}
@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: flex;
  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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}
.col-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.col-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}
.col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}
.col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.col-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}
.col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}
.col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}
.col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
.col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}
.col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 25;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.order-13 {
  order: 13;
}
.order-14 {
  order: 14;
}
.order-15 {
  order: 15;
}
.order-16 {
  order: 16;
}
.order-17 {
  order: 17;
}
.order-18 {
  order: 18;
}
.order-19 {
  order: 19;
}
.order-20 {
  order: 20;
}
.order-21 {
  order: 21;
}
.order-22 {
  order: 22;
}
.order-23 {
  order: 23;
}
.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 25;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .order-sm-13 {
    order: 13;
  }
  .order-sm-14 {
    order: 14;
  }
  .order-sm-15 {
    order: 15;
  }
  .order-sm-16 {
    order: 16;
  }
  .order-sm-17 {
    order: 17;
  }
  .order-sm-18 {
    order: 18;
  }
  .order-sm-19 {
    order: 19;
  }
  .order-sm-20 {
    order: 20;
  }
  .order-sm-21 {
    order: 21;
  }
  .order-sm-22 {
    order: 22;
  }
  .order-sm-23 {
    order: 23;
  }
  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 25;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .order-md-13 {
    order: 13;
  }
  .order-md-14 {
    order: 14;
  }
  .order-md-15 {
    order: 15;
  }
  .order-md-16 {
    order: 16;
  }
  .order-md-17 {
    order: 17;
  }
  .order-md-18 {
    order: 18;
  }
  .order-md-19 {
    order: 19;
  }
  .order-md-20 {
    order: 20;
  }
  .order-md-21 {
    order: 21;
  }
  .order-md-22 {
    order: 22;
  }
  .order-md-23 {
    order: 23;
  }
  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 25;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .order-lg-13 {
    order: 13;
  }
  .order-lg-14 {
    order: 14;
  }
  .order-lg-15 {
    order: 15;
  }
  .order-lg-16 {
    order: 16;
  }
  .order-lg-17 {
    order: 17;
  }
  .order-lg-18 {
    order: 18;
  }
  .order-lg-19 {
    order: 19;
  }
  .order-lg-20 {
    order: 20;
  }
  .order-lg-21 {
    order: 21;
  }
  .order-lg-22 {
    order: 22;
  }
  .order-lg-23 {
    order: 23;
  }
  .order-lg-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 25;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .order-xl-13 {
    order: 13;
  }
  .order-xl-14 {
    order: 14;
  }
  .order-xl-15 {
    order: 15;
  }
  .order-xl-16 {
    order: 16;
  }
  .order-xl-17 {
    order: 17;
  }
  .order-xl-18 {
    order: 18;
  }
  .order-xl-19 {
    order: 19;
  }
  .order-xl-20 {
    order: 20;
  }
  .order-xl-21 {
    order: 21;
  }
  .order-xl-22 {
    order: 22;
  }
  .order-xl-23 {
    order: 23;
  }
  .order-xl-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: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
 
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
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 {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
  font-family: "pingfang", "苹方", Helvetica, Verdana, "微软雅黑", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  font-size: 0.875rem;
  color: #333333;
  background: #F9F9FA;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  border-radius: 0.375rem;
}
body::-webkit-scrollbar-track {
  border-radius: 0.3125rem;
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0.3125rem;
  background-color: rgba(47, 84, 235, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(47, 84, 235, 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;
  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: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #2F54EB;
  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 {
  transition: all 0.3s linear;
}
input[type=file] {
  cursor: pointer;
}
::-moz-selection {
  background: #2F54EB;
  color: #fff;
}
::selection {
  background: #2F54EB;
  color: #fff;
}
::-moz-selection {
  background: #2F54EB;
  color: #fff;
}
html, body {
  font-size: 12px;
}
@media (min-width: 768px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}
.uc-wrap {
  width: 100vw;
}
img {
  width: 100%;
  -ms-interpolation-mode: bicubic;
}
.uc-show {
  display: block !important;
}
.uc-bg {
  background-color: #fff;
}
.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-mla {
  margin-left: auto;
}
.uc-mra {
  margin-right: auto;
}
.uc-del {
  text-decoration: line-through;
  color: #999999;
  margin-left: 1.25rem;
}
.uc-del:first-child {
  margin-left: 0;
}
.animate, .uc-animate, .uc-revealOnScroll {
  opacity: 0;
}
.uc-blue {
  color: #2F54EB !important;
}
.uc-blue2 {
  color: #10239E !important;
}
.uc-red {
  color: #DB2222 !important;
}
.uc-gray {
  color: #999999 !important;
}
.uc-icon16 {
  width: 1rem !important;
  height: 1rem !important;
}
.uc-icon20 {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.uc-icon24 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.uc-icon28 {
  width: 1.75rem !important;
  height: 1.75rem !important;
}
.uc-icon32 {
  width: 2rem !important;
  height: 2rem !important;
}
.uc-icon36 {
  width: 2.25rem !important;
  height: 2.25rem !important;
}
.uc-icon40 {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.uc-icon44 {
  width: 2.75rem !important;
  height: 2.75rem !important;
}
.uc-icon48 {
  width: 3rem !important;
  height: 3rem !important;
}
.uc-icon50 {
  width: 3.125rem !important;
  height: 3.125rem !important;
}
.uc-icon64 {
  width: 4rem !important;
  height: 4rem !important;
}
.uc-icon70 {
  width: 4.375rem !important;
  height: 4.375rem !important;
}
.uc-icon80 {
  width: 5rem !important;
  height: 5rem !important;
}
.uc-icon90 {
  width: 5.625rem !important;
  height: 5.625rem !important;
}
.uc-icon100 {
  width: 6.25rem !important;
  height: 6.25rem !important;
}
.uc-icon120 {
  width: 7.5rem !important;
  height: 7.5rem !important;
}
.uc-icon150 {
  width: 9.375rem !important;
  height: 9.375rem !important;
}
.uc-icon200 {
  width: 12.5rem !important;
  height: 12.5rem !important;
}
.uc-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uc-flex.start {
  justify-content: flex-start;
}
.uc-flex.end {
  justify-content: flex-end;
}
.uc-flex.center {
  justify-content: center;
}

.uc-flex-col {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
}
.uc-flex-col.start {
  align-content: start;
  justify-content: flex-start;
}
.uc-flex-col.end {
  align-content: end;
  justify-content: flex-end;
}
.uc-flex-col.center {
  align-content: center;
  justify-content: center;
}

textarea {
  min-height: 7.5rem;
  height: auto;
  box-sizing: border-box !important;
  width: 100%;
}

.uc-phColor {
  color: #ddd;
}

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: #eeeeee 1px solid;
  outline: none;
  height: 1.875rem;
  line-height: 1.75rem;
  border-radius: 0.3125rem;
  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: #2F54EB;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.15s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
  border-radius: 0.3125rem;
  padding: 0 0.625rem;
}
.uc-btn img {
  margin-right: 0.625rem;
}
.uc-btn:hover {
  opacity: 0.8;
  background-color: #FA8C16 !important;
  border-color: #FA8C16 !important;
}
.uc-btn.blue {
  background-color: #2F54EB;
  border: #2F54EB 1px solid;
  color: #fff;
}
.uc-btn.no-radius{
  border-radius: 0 !important;
}
.uc-btn.small-radius{
  border-radius: 6px !important;
}
.uc-btn.blue-linear {
  background: linear-gradient(to right, rgba(47, 84, 235, 0.7) 0%, #2F54EB 100%);
  color: #fff;
}
.uc-btn.blue-plain {
  color: #2F54EB;
  border: #2F54EB 1px solid;
}
.uc-btn.blue-plain:hover {
  opacity: 1;
  background-color: #2F54EB;
  color: #fff;
}
.uc-btn.blue2 {
  background-color: #10239E;
  border: #10239E 1px solid;
  color: #fff;
}
.uc-btn.blue2-linear {
  background: linear-gradient(to right, rgba(16, 35, 158, 0.7) 0%, #10239E 100%);
  color: #fff;
}
.uc-btn.blue2-plain {
  color: #10239E;
  border: #10239E 1px solid;
}
.uc-btn.blue2-plain:hover {
  opacity: 1;
  background-color: #10239E;
  color: #fff;
}
.uc-btn.red {
  background-color: #DB2222;
  border: #DB2222 1px solid;
  color: #fff;
}
.uc-btn.red-linear {
  background: linear-gradient(to right, rgba(219, 34, 34, 0.7) 0%, #DB2222 100%);
  color: #fff;
}
.uc-btn.red-plain {
  color: #DB2222;
  border: #DB2222 1px solid;
}
.uc-btn.red-plain:hover {
  opacity: 1;
  background-color: #DB2222;
  color: #fff;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}
.uc-btn img {
  margin-right: 0.625rem;
}

.g-crumb {
  padding: 1.25rem 0;
  line-height: 1.5rem;
}
.g-crumb a {
  position: relative;
  padding-right: 1.25rem;
  margin-right: 0.5rem;
  color: #666666;
  font-size: 0.875rem;
}
.g-crumb a:after {
  content: "\e637";
  font-family: "iconfont";
  position: absolute;
  font-size: 0.65rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.g-crumb a:last-child {
  padding-right: 0;
  color: #2F54EB;
}
.g-crumb a:last-child:after {
  display: none;
}

.uc-prvNxt {
  padding: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-prvNxt a {
  min-width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
  line-height: 1.75rem;
  margin: 0 0.3125rem;
  text-align: center;
  color: #999999;
  background-color: #fff;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-radius: 2px;
}
.uc-prvNxt a:hover, .uc-prvNxt a.on {
  background-color: #10239E;
  color: #fff;
}

.uc-tag {
  display: inline-block;
  border-radius: 0.1875rem;
  padding: 0 0.3125rem;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.blue {
  background-color: #2F54EB;
  color: #fff;
}
.uc-tag.blue-linear {
  background: linear-gradient(to right, rgba(47, 84, 235, 0.7) 0%, #2F54EB 100%);
}
.uc-tag.blue-plain {
  color: #2F54EB;
  border: #2F54EB 1px solid;
}
.uc-tag.blue-light {
  color: rgba(47, 84, 235, 0.7);
  background-color: rgba(47, 84, 235, 0.1);
}
.uc-tag.blue2 {
  background-color: #10239E;
  color: #fff;
}
.uc-tag.blue2-linear {
  background: linear-gradient(to right, rgba(16, 35, 158, 0.7) 0%, #10239E 100%);
}
.uc-tag.blue2-plain {
  color: #10239E;
  border: #10239E 1px solid;
}
.uc-tag.blue2-light {
  color: rgba(16, 35, 158, 0.7);
  background-color: rgba(16, 35, 158, 0.1);
}
.uc-tag.red {
  background-color: #DB2222;
  color: #fff;
}
.uc-tag.red-linear {
  background: linear-gradient(to right, rgba(219, 34, 34, 0.7) 0%, #DB2222 100%);
}
.uc-tag.red-plain {
  color: #DB2222;
  border: #DB2222 1px solid;
}
.uc-tag.red-light {
  color: rgba(219, 34, 34, 0.7);
  background-color: rgba(219, 34, 34, 0.1);
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}
.uc-tag.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
}
.uc-tag.gray-plain {
  color: #666666;
  border: #eeeeee 1px solid;
}
.uc-tag.gray-light {
  color: rgba(153, 153, 153, 0.7);
  background-color: rgba(153, 153, 153, 0.1);
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert {
  position: fixed;
  z-index: 888;
  left: 0;
  width: 100vw;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  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%;
  transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 0.625rem;
  background-color: #fff;
}
.uc-alert .title {
  width: 100%;
  border-bottom: #eeeeee 1px solid;
  line-height: 5rem;
  font-size: 1.875rem;
  padding: 0 1.25rem;
}
.uc-alert .btn-close {
  font-size: 1.5rem;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  opacity: 0.8;
}
.uc-alert .btn-close:hover {
  opacity: 0.8;
}
.uc-alert .over-close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.uc-alert {
  display: none;
}

.uc-alert-result .box {
  width: 18.75rem;
  border-radius: 0.625rem;
  padding: 0.625rem 2.5rem;
}
.uc-alert-result img {
  display: block;
  margin: 0 auto -0.625rem;
}
.uc-alert-result .name {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
.uc-alert-result .uc-btn {
  width: 7.5rem;
  border-radius: 2.25rem;
  height: 2.25rem;
  margin: 0 auto;
}

.g-bannerAd {
  height: 15rem;
  background: url("/images/blog/blog-banner.png") center center no-repeat;
  background-size: cover;
}
.g-bannerAd h2 {
  line-height: 15rem;
  font-size: 2.25rem;
  font-weight: bold;
  color: #10239E;
  text-align: center;
}

@media (min-width: 768px) {
  .g-bannerAd h2 {
    text-align: left;
  }
}
.g-bannerSwiper {
  background: url("/images/blog/blog-banner.png") center center no-repeat;
  background-size: cover;
}
.g-bannerSwiper .container {
  position: relative;
  height: 18.75rem;
  /* height: 25rem; */
}
.g-bannerSwiper .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 55%;
  text-align: left;
}
.g-bannerSwiper .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 45%;
}
.g-bannerSwiper .img .svg-poster{
  position: absolute;
  width: 100%;
  height: auto;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.g-bannerSwiper .img img {
  width: 100%;
}
.g-bannerSwiper h2 {
  /* line-height: 3.125rem; */
  font-size: 1.875rem;
  line-height: 1.25em;
  color: #10239E;
  font-weight: bold;
}
.g-bannerSwiper h3 {
  /* line-height: 3.125rem; */
  font-size: 1.5rem;
  line-height: 1em;
  color: #10239E;
  font-weight: bold;
}
.g-bannerSwiper .con {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #111;
  margin-top: 0.625rem;
}
.g-bannerSwiper .con b {
  color: #10239e;
}
.g-bannerSwiper .uc-btn {
  margin-top: 0.625rem;
  width: 7.5rem;
  /* border-radius: 2.25rem; */
  height: 2.25rem;
}
.g-bannerSwiper .uc-btn:hover {
  background-color: #FA8C16;
  border-color: #FA8C16;
}
.g-bannerSwiper .con2 {
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #111;
}

@media (min-width: 768px) {
  .g-bannerSwiper .container {
    height: 36.25rem;
  }
  .g-bannerSwiper .con {
    margin-top: 1.875rem;
  }
  .g-bannerSwiper .uc-btn {
    margin-top: 1.875rem;
  }
  .g-bannerSwiper h2 {
    text-align: left;
    line-height: 4.375rem;
    font-size: 3.5rem;
  }
  .g-bannerSwiper h3 {
    text-align: left;
    line-height: 3.375rem;
    font-size: 2.5rem;
  }
}
.g-bannerCrumb {
  background: url("/images/blog/blog-banner.png") center center no-repeat;
  background-size: cover;
}
.g-bannerCrumb h2 {
  padding: 0.625rem 0 1.25rem;
  font-size: 1.75rem;
  color: #10239E;
  font-weight: bold;
}
.g-bannerCrumb img {
  max-width: 19.375rem;
  display: block;
}

@media (min-width: 768px) {
  .g-bannerCrumb h2 {
    font-size: 1.88rem;
    font-weight: 400;
  }
  .g-bannerCrumb img {
    margin-left: auto;
  }
}
footer {
  overflow: hidden;
  background-color: #EEF1F6;
  color: #4E5969;
}
footer a {
  color: #4E5969;
}
footer a:hover {
  color: #2F54EB;
}
footer > div {
  margin-left: -5px;
  margin-right: -5px;
}
footer .ft1 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
footer .logo img {
  display: block;
  width: 100px;
  margin-bottom: 1rem;
}
footer .intro {
  line-height: 2em;
  margin-bottom: 2rem;
}
footer .menu h3 {
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: bold;
}
footer .menu .con {
  line-height: 2.25em;
  font-size: 0.875em;
}
footer .menu li {
  margin-bottom: 2rem;
  overflow-x: hidden;
}
footer .code {
  width: 6.25rem;
  height: 6.25rem;
  overflow: hidden;
  margin-top: 1rem;
}
footer .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .ft2 {
  text-align: center;
  border-top: #D7D6D6 1px solid;
}
footer .cpt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2em;
  font-size: 12px;
}

@media (min-width: 992px) {
  footer .logo img {
    width: 120px;
  }
  footer .menu {
    margin-bottom: 0;
  }
}
.g-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));
}

.g-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: #fff;
  z-index: 888;
  box-shadow: 0 4px 6px 0 rgba(11, 8, 33, 0.1);
  transition: all none linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-phone .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.25rem;
}
.header-phone .logo img {
  display: block;
  width: 80px;
}
.header-phone .btn-menu {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
  background: url("/images/icon/icon-menu.png") center center no-repeat;
  background-size: 32px 32px;
}

.alert-menu {
  display: none;
  position: fixed;
  z-index: 777;
  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 {
  width: 100%;
  background-color: #fff;
  padding: 0px 15px;
  border-top: #eeeeee 1px solid;
}
.alert-menu .list li {
  line-height: 50px;
  border-top: #eeeeee 1px solid;
}
.alert-menu .list li > a {
  display: block;
}
.alert-menu .list li:first-child {
  border: none;
}
.alert-menu .list li.on {
  color: #2F54EB;
}
.alert-menu .list li.on + li {
  border: none;
}
.alert-menu .list li.on > a {
  color: #2F54EB;
}
.alert-menu .list .hasSubMenu > a {
  position: relative;
}
.alert-menu .list .hasSubMenu > a:after {
  content: "\e637";
  right: 0;
  font-family: "iconfont";
  font-size: 1.4em;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.alert-menu .list .hasSubMenu > a:after {
  color: #999999;
}
.alert-menu .list .slideShine {
  color: #ffc20e;
  background: linear-gradient(to left, #7bbfea 0%, #ffc20e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.alert-menu .box {
  width: 70%;
  height: 100vh;
  padding-bottom: 0.98rem;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  right: 0;
}
.alert-menu .over-close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.alert-menu .subMenu {
  padding-bottom: 10px;
  border-top: #eeeeee 1px solid;
  display: none;
  background-color: #fff;
  line-height: 40px;
  padding: 10px;
  border-radius: 0.625rem;
}
.alert-menu .subMenu a {
  display: block;
}
.alert-menu .uc-btn {
  margin: 0 15px;
  height: 40px;
  border-radius: 10px;
}

body {
  padding-top: 50px;
}

@media (min-width: 768px) {
  body {
    padding-top: 5rem;
  }
}
.header-pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(11, 8, 33, 0.1);
}
.header-pc > div {
  margin-left: -5px;
  margin-right: -5px;
}
.header-pc .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-pc .logo img {
  display: block;
  width: 120px;
  height: 40px;
}
.header-pc .uc-btn {
  width: 6.875rem;
  border-radius: 2.25rem;
  height: 2.25rem;
}
.header-pc .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: 56px;
}
.header-pc .list > a {
  font-weight: lighter;
  color: #333;
}
.header-pc .list li {
  line-height: 5rem;
  position: relative;
  height: 5rem;
  margin-right: 3.75rem;
}
.header-pc .list li.on > a, .header-pc .list li:hover > a {
  color: #2F54EB;
}
.header-pc .list li.on:after, .header-pc .list li:hover:after {
  width: 100%;
}
.header-pc .list li:hover .subMenu {
  height: auto;
  overflow: visible;
  padding: 1.25rem 0;
  opacity: 1;
}
.header-pc .list li:hover .subMenu:after {
  top: -1.5rem;
}
.header-pc .subMenu {
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
  width: 16.375rem;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0 1rem 0.125rem rgba(11, 8, 33, 0.1);
  transition: all 0.15s linear;
  opacity: 0;
}
.header-pc .subMenu:after {
  content: "\e78b";
  font-family: "iconfont";
  font-size: 1.4em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  line-height: 2.5rem;
  font-size: 2.5rem;
  color: #fff;
}
.header-pc .subMenu a {
  display: block;
  line-height: 3rem;
  padding-left: 1.5rem;
  padding-left: 1.25rem;
}
.header-pc .subMenu a:hover {
  color: #2F54EB;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 0.8;
}

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

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  width: 50px;
  border-radius: 3px;
  height: 50px;
  transition: all 0.15s linear;
  outline: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1.25em;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |01|首页|home| */
.uc-home-1 .g-bannerSwiper .container {
  height: 25rem;
}

@media (min-width: 768px) {
    .uc-home-1 .g-bannerSwiper .container {
        height: 37.5rem;
    }

        .uc-home-1 .g-bannerSwiper .container h2 {
            padding: 0.625rem 0;
        }
}

@media (min-width: 992px) {
    .uc-home-1 .g-bannerSwiper .container {
        height: 38.75rem;
    }

        .uc-home-1 .g-bannerSwiper .container h2 {
            padding: 0.9375rem 0;
        }
}

@media (min-width: 1600px) {
    .uc-home-1 .g-bannerSwiper .container {
        height: 45rem;
    }

        .uc-home-1 .g-bannerSwiper .container h2 {
            padding: 1.25rem 0;
        }
}
.uc-home-2,
.uc-home-3,
.uc-home-4,
.uc-home-5 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.uc-home-2 .title,
.uc-home-3 .title,
.uc-home-4 .title,
.uc-home-5 .title {
  text-align: center;
  margin-bottom: 1.25rem;
}
.uc-home-2 .title h2,
.uc-home-3 .title h2,
.uc-home-4 .title h2,
.uc-home-5 .title h2 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.5em;
}
.uc-home-2 .title p,
.uc-home-3 .title p,
.uc-home-4 .title p,
.uc-home-5 .title p {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.5em;
}

@media (min-width: 992px) {
  .uc-home-2,
.uc-home-3,
.uc-home-4,
.uc-home-5 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .uc-home-2 .title,
.uc-home-3 .title,
.uc-home-4 .title,
.uc-home-5 .title {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .uc-home-2 .title h2,
.uc-home-3 .title h2,
.uc-home-4 .title h2,
.uc-home-5 .title h2 {
    font-size: 3rem;
    font-weight: bold;
  }
  .uc-home-2 .title p,
.uc-home-3 .title p,
.uc-home-4 .title p,
.uc-home-5 .title p {
    font-size: 1.5rem;
  }
  .section-tip{
    display: block;
  }
}
@media (max-width: 992px){
  .section-tip{
    display: none;
  }
}
.uc-home-2 {
  background: url("/images/home/home-bg-2.png") center center no-repeat;
  background-size: cover;
}
.uc-home-2 .video-box {
  border-radius: 0.625rem;
  background-color: #000;
}
.uc-home-2 video {
  display: block;
  border-radius: 0.625rem;
  background-color: #000;
}

.uc-home-3 .list li {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.uc-home-3 .info h3 {
  font-size: 2rem;
  line-height: 2.81rem;
  color: #061178;
  font-weight: bold;
}
.uc-home-3 .info h4 {
  font-size: 1.5rem;
  line-height: 2.06rem;
  color: #061178;
  font-weight: bold;
}
.uc-home-3 .info .con {
  line-height: 1.875rem;
  min-height: 3rem;
  color: #818dcd;
  opacity: 0.8;
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 400;
}
.uc-home-3 .info .con b {
  color: #10239e;
  font-weight: bold;
}
.uc-home-3 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.375rem;
}
.uc-home-3 .uc-btn {
  margin-left: 1.875rem;
  width: 7.5rem;
  border-radius: 2.5rem;
  height: 2.5rem;
}
.uc-home-3 .uc-btn:first-child {
  margin-left: 0;
}
.uc-home-3 .uc-btn.blue2:hover {
  background-color: #FA8C16;
  border-color: #FA8C16;
}
.uc-home-3 .img {
  position: relative;
}
.uc-home-3 .img img {
  display: block;
}
.uc-home-3 .img .i2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .uc-home-3 .list li {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .uc-home-3 .info .con {
    min-height: 5.25rem;
    margin-top: 2rem;
  }
  .uc-home-3 .operate {
    margin-top: 4.75rem;
  }
}
.uc-home-4 {
  background: url("/images/home/home-bg-4.jpg") center center no-repeat;
  background-size: cover;
}
.uc-home-4 .list li {
  margin-top: 0.125rem;
  padding: 0.375rem;
}
.uc-home-4 .list .item {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem 0.625rem;
  padding-right: 10.625rem;
  margin-bottom: 0.75rem;
  height: 100%;
  transition: all 0.15s linear;
  position: relative;
}
.uc-home-4 .list .item .poster{
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 5.5rem;
  height: 5.6rem;
  background-size: 190%;
  background-position: center center;
}
.uc-home-4 .list .item:last-child {
  margin-bottom: 0;
}
    .uc-home-4 .list .item:hover {
         box-shadow: 0 0.25rem 0.625rem 0 rgba(18, 26, 84, 0.2);
        background: radial-gradient(#fff, #F2FAFF); 
      /*  box-shadow: 0 0.25rem 0.625rem 0 rgba(18，26, 84，0.2);*/
    }
.uc-home-4 .list .item:hover img {
  transform: scale(1.05, 1.05);
}
.uc-home-4 .list .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-home-4 .list .name img {
  display: block;
}
.uc-home-4 .list .n {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  font-weight: bold;
}
.uc-home-4 .list .con {
  text-align: justify;
  margin-top: 1rem;
  opacity: 0.8;
  height: 5.25rem;
  line-height: 1.75rem;
  max-lines: 3;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  overflow: hidden;
  color: #4E5969;
  display: -webkit-box;
}
.uc-home-4 .list .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.875rem;
}
.uc-home-4 .list .operate .arrow-icon{
  width: 1rem;
  height: 1rem;
  margin-left: 0.375rem;
  background: url("/images/icon/arrow-right-blur.png") no-repeat;
}
.uc-home-4 .list .link-btn {
  font-size: 1rem;
  color: #111;
}
.uc-home-4 .list .operate:hover .link-btn{
  color: #0A2AB9;
}
.uc-home-4 .list .operate:hover .arrow-icon{
  background: url("/images/icon/arrow-right-focus.png") no-repeat;
}
.uc-case .card{
  width: auto;
  max-width: 100%;
  background-color: #fff;
  border: #fff 1px solid;
  padding: 0.9375rem 0.75rem 0.75rem;
  border-radius: 0.625rem;
}
.uc-case .company-logo{
  max-height: 5rem;
  width: auto;
}
.uc-case .card:hover {
  box-shadow: 0 0.25rem 0.625rem 0 rgba(18, 26, 84, 0.2);
  background: radial-gradient(#fff, #F2FAFF);
}
.uc-case .card .link{
  margin-top: 1rem;
  font-size: 1rem;
  color: #111;
}
/* .uc-case .card .icon{
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.375rem;
  background: url("/images/icon/arrow-right-blur.png") no-repeat;
}
.uc-case .card .link:hover .icon{
  background: url("/images/icon/arrow-right-focus.png") no-repeat;
} */
@media (min-width: 992px) {
  .uc-home-4 .list li {
    padding: 0.625rem;
    margin-top: 0.25rem;
  }
  .uc-home-4 .list .item {
    padding-left: 2rem;
    /* padding-right: 1.25rem; */
  }
  .uc-case .card{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
.uc-home-5 .swiper-box {
  position: relative;
  padding: 1.25rem 0;
}
.uc-home-5 .swiper-box:before, .uc-home-5 .swiper-box:after {
  content: "";
  width: 15%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.uc-home-5 .swiper-box:before {
  background: linear-gradient(to right, #F9F9FA 5%, transparent 100%);
  left: 0;
}
.uc-home-5 .swiper-box:after {
  background: linear-gradient(to left, #F9F9FA 5%, transparent 100%);
  right: 0;
}
.public-swiper .btn {
  text-align: center;
  cursor: pointer;
  width: 3.125rem;
  border-radius: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.5rem;
  outline: none;
  background-color: #fff;
  z-index: 999;
  color: #2F54EB;
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.public-swiper .btn.btn-prev {
  left: 0.625rem;
}
.public-swiper .btn.btn-next {
  right: 0.625rem;
}
.uc-home-5 .swiper-slide {
  padding: 0.625rem;
}
.uc-home-5 .card {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 2rem;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; */
  transition: all 0.15s linear;
  width: 100%;
}
.uc-home-5 .card:hover {
  box-shadow: 0 0.25rem 0.625rem 0 rgba(18, 26, 84, 0.2);
  background: radial-gradient(#fff, #F2FAFF);
}
.uc-home-5 .card:hover .uc-icon40 {
  transform: scale(1.05, 1.05);
}
.uc-home-5 .header{
  height: 5rem;
}

@media (min-width: 992px) {

  .uc-home-5 .right .con {
    height: 9rem;
  }
  .uc-home-5 .right .btm {
    margin-top: 1.5rem;
  }
}
/* |02|图数据库引擎详情|arcGraph| */
/* |03|Fabarta®低代码图分析平台|analysis| */
/* |04|图增强数据治理|governance| */
.uc-arcGraph,
.uc-analysis,
.uc-governance {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.uc-arcGraph .info,
.uc-analysis .info,
.uc-governance .info {
  border-radius: 0.625rem;
  background-color: #fff;
  padding: 1rem 1.5rem;
}
.uc-arcGraph .info h3,
.uc-analysis .info h3,
.uc-governance .info h3 {
  font-size: 1.5rem;
  line-height: 1.5em;
}
.uc-arcGraph .info .con,
.uc-analysis .info .con,
.uc-governance .info .con {
  line-height: 1.875rem;
  text-align: justify;
  color: #4E5969;
  margin-top: 1rem;
}
.uc-arcGraph .title,
.uc-analysis .title,
.uc-governance .title {
  padding: 5.5rem 0 3rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.875rem;
  font-weight: bold;
}

@media (min-width: 992px) {
  .uc-arcGraph,
.uc-analysis,
.uc-governance {
    padding-top: 2.5rem;
    /* padding-bottom: 2.5rem; */
    padding-bottom: 5.5rem;
  }
  .uc-arcGraph .info,
.uc-analysis .info,
.uc-governance .info {
    /* margin-bottom: 2.5rem; */
    padding: 2rem 3rem;
  }
  .uc-arcGraph .title,
.uc-analysis .title,
.uc-governance .title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.uc-arcGraph .list {
  padding-bottom: 1.875rem;
}
.uc-arcGraph .list li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.uc-arcGraph .list .item {
  background-color: #fff;
  border-radius: 0.625rem;
  text-align: center;
  padding: 1.875rem 0.625rem;
  transition: all 0.15s linear;
}
.uc-arcGraph .list .item:hover {
  box-shadow: 0 0.25rem 0.625rem 0 rgba(18, 26, 84, 0.2);
  background: radial-gradient(#fff, #F2FAFF);
}
.uc-arcGraph .list .item:hover .uc-icon40 {
  transform: scale(1.05, 1.05);
}
.uc-arcGraph .list .icon {
  width: 9.375rem;
  height: 6.25rem;
  display: block;
  margin: 0 auto 0.625rem;
}
.uc-arcGraph .list h3 {
  font-size: 1.25rem;
}
.uc-arcGraph .list2 li {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.uc-arcGraph .list2 .item {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.875rem 0.625rem;
  margin-bottom: 0.75rem;
  transition: all 0.15s linear;
}
.uc-arcGraph .list2 .item:last-child {
  margin-bottom: 0;
}
.uc-arcGraph .list2 .item:hover {
  box-shadow: 0 0.25rem 0.625rem 0 rgba(18, 26, 84, 0.2);
  background: radial-gradient(#fff, #F2FAFF);
}
.uc-arcGraph .list2 .item:hover .uc-icon40 {
  transform: scale(1.05, 1.05);
}
.uc-arcGraph .list2 .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-arcGraph .list2 .name img {
  display: block;
}
.uc-arcGraph .list2 .n {
  flex: 1;
  min-width: 0;
  margin-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  font-weight: bold;
}
.uc-arcGraph .list2 .con {
  line-height: 1.75rem;
  text-align: justify;
  margin-top: 0.5rem;
  opacity: 0.8;
  color: #4E5969;
  font-size: 1rem;
}
.uc-arcGraph .list2 .img-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-arcGraph .list2 .img-box img {
  display: block;
  margin: 0.625rem auto;
  max-width: 18.75rem;
  transform: scale(1.2, 1.2);
}
.uc-arcGraph .list2.h100 .item {
  height: 100%;
}
@media (min-width: 992px){
  .uc-arcGraph .list2 .con{
    height: 8.75rem;
  }
}
@media (min-width: 768px) {
  .uc-arcGraph .list .item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .uc-arcGraph .list2 .item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.uc-analysis .list2 li {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.uc-analysis .list2 .item {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.875rem 0.625rem;
  margin-bottom: 0.75rem;
  transition: all 0.15s linear;
}
.uc-analysis .list2 .item:last-child {
  margin-bottom: 0;
}
.uc-analysis .list2 .item:hover {
  box-shadow: 0 0.25rem 0.625rem 0 rgba(18, 26, 84, 0.2);
  background: radial-gradient(#fff, #F2FAFF);
}
.uc-analysis .list2 .item:hover .uc-icon40 {
  transform: scale(1.05, 1.05);
}
.uc-analysis .list2 .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-analysis .list2 .name img {
  display: block;
}
.uc-analysis .list2 .n {
  flex: 1;
  min-width: 0;
  margin-left: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem;
}
.uc-analysis .list2 .con {
  line-height: 1.75rem;
  text-align: justify;
  margin-top: 0.5rem;
  color: #4E5969;
  opacity: 0.8;
}
.uc-analysis .list2 .img-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-analysis .list2 .img-box img {
  display: block;
  margin: 0.625rem auto;
  max-width: 25rem;
  transform: scale(1.1, 1.1);
}
.uc-analysis .list2.h100 .item {
  height: 100%;
}

@media (min-width: 768px) {
  .uc-analysis .list2 .item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .uc-governance .list2 .item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.uc-governance-3 {
  background: url("/images/governance/governance-bg.png") center top no-repeat;
  background-size: 100% auto;
  /* margin-top: 2.5rem; */
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}
.uc-governance-3 .title {
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.875rem;
}
.uc-governance-3 .list2 li {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.uc-governance-3 .list2 .item {
  border-radius: 0.625rem;
  padding: 1.875rem 0.625rem;
  margin-bottom: 0.75rem;
  border: #DFEBFB 1px solid;
  transition: all 0.15s linear;
}
.uc-governance-3 .list2 .item:last-child {
  margin-bottom: 0;
}
.uc-governance-3 .list2 .item:hover {
  box-shadow: 0 0.25rem 0.625rem 0 rgba(18, 26, 84, 0.2);
  background: radial-gradient(#fff, #F2FAFF);
}
.uc-governance-3 .list2 .item:hover .uc-icon40 {
  transform: scale(1.05, 1.05);
}
.uc-governance-3 .list2 .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-governance-3 .list2 .name img {
  display: block;
}
.uc-governance-3 .list2 .n {
  flex: 1;
  min-width: 0;
  margin-left: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem;
}
.uc-governance-3 .list2 .con {
  line-height: 1.75rem;
  text-align: justify;
  margin-top: 1.8rem;
  opacity: 0.8;
  color: #4E5969;
}
.uc-governance-3 .list2 .img {
  display: block;
  margin: 0.625rem auto;
  max-width: 17.5rem;
}
.uc-governance-3 .list2 .img-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-governance-3 .list2 .img-box img {
  display: block;
  margin: 0 auto;
  max-width: 17.5rem;
  transform: scale(1.2, 1.2);
}
.uc-governance-3 .list2.h100 .item {
  height: 100%;
}
.uc-governance-3 .step-box {
  margin-top: 2.5rem;
}
.uc-governance-3 .step-box img {
  display: block;
}

@media (min-width: 992px) {
  .uc-governance-3 {
    /* margin-top: 5rem; */
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
  .uc-governance-3 .title {
    font-size: 2.25rem;
    line-height: 3.125rem;
  }
  .uc-governance-3 .list2 .item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .uc-governance-3 .list2 .item.core-card{
    padding-left: 3.2rem;
    padding-right: 6.75rem;
  }
}
/* |05|场景列表页面|scene| */
/* |08|案例-农商银行|caseDetail| */
.uc-scene {
  background: #fff url("/images/scene/scene-bg-1.png") center bottom no-repeat;
  background-size: 100% auto;
  padding-top: 1.25rem;
  padding-bottom: 3.125rem;
  overflow: hidden;
}
.uc-scene .filter {
  background-color: #EDF4FF;
  border-radius: 3.125rem;
  margin: 0 auto;
  line-height: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.4375rem;
}
.uc-scene .filter .item {
  border-radius: 2.25rem;
  text-align: center;
  min-width: 6.25rem;
  padding: 0 0.625rem;
}
.uc-scene .filter .item.on {
  background-color: #10239E;
  color: #fff;
}
.uc-scene .filterBD-con {
  display: none;
}
.uc-scene .filterBD-con:first-child {
  display: block;
}
.uc-scene .list {
  padding-bottom: 1.25rem;
}
.uc-scene .list li {
  padding: 1.25rem;
  background: #fff;
  border-radius: 0.5rem;
  border: #DFEBFB 1px solid;
}
.uc-scene .list .txt {
  line-height: 1.875rem;
  text-align: justify;
  margin-top: 0.625rem;
}
.uc-scene .list .con {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-left: 2rem;
}
.uc-scene .list h3 {
  font-size: 2rem;
  line-height: 3.125rem;
  color: #243044;
}
.uc-scene .title {
  width: 30.9375rem;
  /* height: 8.75rem;
  line-height: 8.75rem; */
  padding: 5.1rem 0 3rem;
  text-align: center;
  margin: 0 auto;
  font-size: 2rem;
  /* background: url("/images/scene/scene-bg-2.png") center center no-repeat; */
  /* background-size: 100% auto; */
}
.uc-scene .list2 li {
  padding: 0.625rem;
}
.uc-scene .list2 .item {
  border-radius: 0.625rem;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  border: #DFEBFB 1px solid;
  transition: all 0.15s linear;
}
.uc-scene .list2 .item:hover {
  box-shadow: 0 0.25rem 0.625rem 0 rgba(18, 26, 84, 0.2);
  border: #C2DCFF 1px solid;
  background-color: #f6fcff;
}
.uc-scene .list2 img {
  display: block;
  width: auto;
  max-height: 5.25rem;
}
.uc-scene .list2 .con {
  flex: 1;
  min-width: 0;
  margin-left: 0.625rem;
}
.uc-scene .list2 h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 992px) {
  .uc-scene {
    padding-top: 2.5rem;
    padding-bottom: 5.1rem;
  }
  .uc-scene .list2 .item {
    padding: 2.1875rem 1.875rem;
  }
}
/* |06|场景-金融-反欺诈|sceneDetail| */
.uc-sceneDetail,
.uc-caseDetail {
  padding-top: 0.625rem;
  background-color: #fff;
}
/* |07|案例列表页|case| */
.uc-case {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #F9F9FA;
}
.uc-case .list li {
  padding: 0.625rem;
  overflow: hidden;
}
.uc-case .list li img {
  transition: all 0.3s linear;
}
.uc-case .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-case .list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: #fff 1px solid;
  padding: 0.9375rem 0.75rem;
  border-radius: 0.625rem;
}
.uc-case .list .img {
  width: 15rem;
  height: 11.25rem;
  overflow: hidden;
  margin-right: 1.25rem;
}
.uc-case .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-case .list .right {
  flex: 1;
  min-width: 0;
}
.uc-case .list h3 {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
  font-weight: bold;
  line-height: 1.75rem;
  height: 3.5rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.uc-case .list .con {
  line-height: 1.875rem;
  margin-top: 1rem;
  text-align: justify;
  color: #4E5969;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.head-bg-icon{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 78%;
}
.detail-header .row{
  height: 15rem;
}
@media (min-width: 992px) {
  .uc-case .list .item {
    padding: 1.875rem 1.5rem;
  }
}
/* |09|Blog主页|blog| */
.uc-blog {
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
}
.uc-blog .list li {
  padding: 0.625rem;
}
.uc-blog .list li:hover .item {
  box-shadow: 0 0.125rem 1.25rem 0 rgba(6, 30, 166, 0.1);
}
.uc-blog .list li:hover .img img {
  transform: scale(1.1, 1.1);
}
.uc-blog .list .img {
  overflow: hidden;
}
.uc-blog .list .img img {
  display: block;
  max-height: 200px;
}
.uc-blog .list .item {
  border-radius: 0.625rem;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.15s linear;
}
.uc-blog .list .btm {
  padding: 1.25rem 0.625rem 0.625rem;
}
.uc-blog .list h3 {
  margin-bottom: 1rem;
  height: 6rem;
  overflow: hidden;
}
.uc-blog .list h3 a {
  font-size: 1.5rem;
  line-height: 2rem;
  overflow: hidden;
}
.uc-blog .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.875rem;
}
.uc-blog .tags .uc-tag {
  margin-right: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  cursor: pointer;
  transition: all 0.15s linear;
  margin-top: 0.25rem;
}
.uc-blog .tags .uc-tag:hover {
  background-color: #10239E;
  color: #fff;
}
.uc-blog .other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-blog .other .user, .uc-blog .other time {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-blog .other .user .icon, .uc-blog .other time .icon {
  display: block;
  margin-right: 5px;
  font-size: 1.2rem;
}
.uc-blog .other time .icon {
  font-size: 1.4rem;
}
.uc-blog .other .user, .uc-blog .other time {
  font-size: 0.875rem;
  color: #999999;
}
.uc-blog .other .user:hover {
  color: #2F54EB;
}

@media (min-width: 768px) {
  .uc-blog {
    padding-bottom: 1.875rem;
  }
  .uc-blog .list li {
    padding: 0.9375rem;
  }
  .uc-blog .list .btm {
    padding: 1.875rem 1.25rem 1.25rem;
  }
}
/* |10|Blog详情|blogDetail| */
.uc-blogDetail {
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}
.uc-blogDetail article {
  border-radius: 0.625rem;
  background-color: #fff;
  padding: 4.0625rem 2.5rem;
}
.uc-blogDetail article h1 {
  font-size: 2.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.5em;
}
.uc-blogDetail .info {
  margin-bottom: 1.875rem;
}

.uc-blogDetail .info, .uc-blogDetail .info .user, .uc-blogDetail .info time {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-blogDetail .info .user, .uc-blogDetail .info time {
  margin-right: 2em;
  font-size: 0.875rem;
  color: #999999;
}
.uc-blogDetail .info .user .icon{
  font-size: 1.3rem;
  margin-right: 0.35rem;
}
.uc-blogDetail .info time .icon{
  font-size: 1.5rem;
  margin-right: 0.35rem;
}
.uc-blogDetail .info .user:hover {
  color: #2F54EB;
}
.uc-blogDetail .info img {
  display: block;
  margin-right: 5px;
}
.uc-blogDetail .info .uc-tag {
  margin-right: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  cursor: pointer;
  transition: all 0.15s linear;
}
.uc-blogDetail .info .uc-tag:hover {
  background-color: #10239E;
  color: #fff;
}
.uc-blogDetail .box {
  font-size: 1.125rem;
  line-height: 2.25rem;
}
.uc-blogDetail .box p {
  margin-bottom: 2.25rem;
}
.uc-blogDetail .box img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 2.25rem;
}

@media (min-width: 768px) {
  .uc-blogDetail {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
  .uc-blogDetail .info {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 992px){
  .uc-blogDetail article{
    padding: 1.5rem 0.5rem;
  }
}
/* |11|关于我们备份|about| */
.uc-about {
  padding-top: 1.875rem;
  /* padding-bottom: 1.875rem; */
}
.uc-about .box {
  border-radius: 0.625rem;
  background-color: #fff;
  margin-bottom: 3rem;
  padding: 1.25rem;
}
.uc-about .title {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
}
.uc-about .sub-title {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.uc-about .intro {
  line-height: 2.25rem;
  text-align: justify;
  color: #4E5969;
}
.uc-about .img-box img {
  display: block;
}
.uc-about .detail {
  background-color: #F9F9FA;
  border-radius: 0.625rem;
  padding: 1.25rem;
  line-height: 1.875rem;
  color: #4E5969;
}
.uc-about .detail h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.uc-about .detail .con {
  margin-bottom: 1.25rem;
}
.uc-about .detail .item .icon{
  color: #10239E;
}
.uc-about .list li {
  margin-bottom: 1.25rem;
  border-radius: 0.625rem;
  background-color: #F9F9FA;
  padding: 0.625rem 1.25rem;
  line-height: 1.875rem;
}
.uc-about .list li:last-child {
  margin-bottom: 0;
}
.uc-about .list li.on {
  padding: 1.25rem;
}
.uc-about .list li.on .bd {
  display: block;
}
.uc-about .list li.on .btn .uc-arrow-top {
  display: block;
}
.uc-about .list li.on .btn .uc-arrow-down {
  display: none;
}
.uc-about .list .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.uc-about .list .name {
  flex: 1;
  min-width: 0;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-about .list .btn {
  cursor: pointer;
}
.uc-about .list .btn .uc-arrow-top {
  display: none;
}
.uc-about .list .bd {
  display: none;
}
.uc-about .list h4 {
  margin-top: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.uc-about .list .con {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .uc-about .box {
    padding: 1.875rem;
  }
  .uc-about .detail {
    padding: 1.875rem;
  }
  .uc-about .list li {
    padding: 1.25rem 1.875rem;
  }
  .uc-about .list li.on {
    padding: 1.875rem;
  }
}
/* |12|表单-表单弹层|apply| */
.uc-apply {
  background: url("/images/apply/apply-bg.png") center center no-repeat;
  background-size: cover;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.uc-apply .box {
  border-radius: 0.625rem;
  background-color: #fff;
  padding: 1.25rem;
  width: 100%;
  max-width: 36.25rem;
  margin: 0 auto;
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
}
.uc-apply .title {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: bold;
}
.uc-apply .form {
  margin-bottom: 1.25rem;
}
.uc-apply .form li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  line-height: 2.8125rem;
}
.uc-apply .form li.error .uc-input,
.uc-apply .form li.error .uc-select,
.uc-apply .form li.error .uc-textarea {
  border-color: #DB2222;
  color: #DB2222;
}
.uc-apply .form li.error .uc-input::placeholder, 
.uc-apply .form li.error .uc-textarea::placeholder{
  color: #DB2222;
}
.uc-apply .form .txt {
  min-width: 4em;
  text-align: right;
  position: relative;
  margin-right: 2rem;
}
.uc-apply .form .txt i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1em;
}
.uc-apply .form .uc-input,
.uc-apply .form .uc-select,
.uc-apply .form .uc-textarea {
  flex: 1;
  min-width: 0;
  background-color: #F9F9FA;
  padding-left: 1rem;
  padding-right: 1rem;
}
.uc-apply .form .uc-input:hover,
.uc-apply .form .uc-select:hover,
.uc-apply .form .uc-textarea:hover {
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
  border: #2F54EB 1px solid;
  background-color: #F2F9FF;
}
.uc-apply .form .uc-input,
.uc-apply .form .uc-select {
  height: 2.8125rem;
}
.uc-apply .operate .uc-btn {
  width: 13.125rem;
  border-radius: 2.8125rem;
  height: 2.8125rem;
  margin: 0 auto;
}
.uc-alert .icon-container{
  padding: 2rem 0;
}

@media (min-width: 992px) {
  .uc-apply {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .uc-apply .title, .uc-apply .form {
    margin-bottom: 1.875rem;
  }
  .uc-apply .box {
    padding: 1.875rem 2.5rem;
  }
}
.btn-row-group {
  flex-wrap: wrap;
}
.btn-row-group .uc-btn{
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.9375rem;
  padding: 0 1.875rem;
  width: auto !important;
}
.btn-row-group .uc-btn.docs-btn{
  margin-left: 1.875rem;
}

.uc-sceneDetail img{
  max-width: 100% !important;
}
.uc-talks-banner{
  height: 12.5rem;
  background-position: 50% 50%;
  background-size: cover;
}
.uc-talks-banner h3{
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  line-height: 2.8125rem;
}
.uc-talks-banner .talk-link-btn{
  line-height: 2.5rem;
  height: 2.5rem;
  padding: 0 1.875rem;
  color: #fff;
  font-size: 1rem;
  border-radius: 0.3125rem;
  border: 1px solid #fff;
  cursor: pointer;
  margin-top: 1.25rem;
}
.editor-output{
  padding: 0 0.5rem;
  line-height: 1.88rem;
  font-size: 1rem;
}
.editor-output>p{
  margin-bottom: 0 !important;
}
.editor-output ul li{
  list-style: disc inside !important;
}
.editor-output ol li{
  list-style: decimal inside !important; 
}
.editor-output em{
  font-style: italic !important;
}
.mt-10{
  margin-top: 0.625rem;
}
.mt-15{
  margin-top: 1rem;
}
.mt-20{
  margin-top: 1.25rem;
}
.ml-10{
  margin-left: 0.625rem;
}
.ml-15{
  margin-left: 1rem;
}
.ml-20{
  margin-left: 1.25rem;
}
.mt2rem{
  margin-top: 2rem;
}
pre{
  scrollbar-width: thin;
}
img{
  user-select: none;
  -moz-user-select:none;
}
.shadow-cart{
  box-shadow: 0 0 0.63rem 0.06rem rgba(0,0,0,0.1);
  border-radius: 0.63rem;
}
.gutter-15{
  margin-left: -0.94rem;
  margin-right: -0.94rem;
}
.gutter-15 .col{
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}