@charset "UTF-8";
/*!
 * Created by 赫连勃格 on 2025/01/01.
 * WX:18900220083
 * QQ:215611388
 * SITE:www.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;
}

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1340px) {
  .container {
    max-width: 1280px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
      padding-top: 0.3125rem;
}

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

.col-xxl,
.col-xxl-auto, .col-xxl-24, .col-xxl-23, .col-xxl-22, .col-xxl-21, .col-xxl-20, .col-xxl-19, .col-xxl-18, .col-xxl-17, .col-xxl-16, .col-xxl-15, .col-xxl-14, .col-xxl-13, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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: 8px;
  padding-left: 8px;
}

.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%;
  }
}
@media (min-width: 1340px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-xxl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xxl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-xxl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .col-xxl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xxl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .col-xxl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .col-xxl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xxl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .col-xxl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .col-xxl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xxl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .col-xxl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 25;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .order-xxl-13 {
    order: 13;
  }
  .order-xxl-14 {
    order: 14;
  }
  .order-xxl-15 {
    order: 15;
  }
  .order-xxl-16 {
    order: 16;
  }
  .order-xxl-17 {
    order: 17;
  }
  .order-xxl-18 {
    order: 18;
  }
  .order-xxl-19 {
    order: 19;
  }
  .order-xxl-20 {
    order: 20;
  }
  .order-xxl-21 {
    order: 21;
  }
  .order-xxl-22 {
    order: 22;
  }
  .order-xxl-23 {
    order: 23;
  }
  .order-xxl-24 {
    order: 24;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xxl-12 {
    margin-left: 50%;
  }
  .offset-xxl-13 {
    margin-left: 54.1666666667%;
  }
  .offset-xxl-14 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-15 {
    margin-left: 62.5%;
  }
  .offset-xxl-16 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-17 {
    margin-left: 70.8333333333%;
  }
  .offset-xxl-18 {
    margin-left: 75%;
  }
  .offset-xxl-19 {
    margin-left: 79.1666666667%;
  }
  .offset-xxl-20 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-21 {
    margin-left: 87.5%;
  }
  .offset-xxl-22 {
    margin-left: 91.6666666667%;
  }
  .offset-xxl-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 (min-width: 1340px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-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;
  }
}
@media (min-width: 1340px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  font-family: "Microsoft YaHei", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #000000;
  background: #ffffff;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a {
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

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

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:active, a:hover, a:focus {
  color: #c6000b;
  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;
}

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(198, 0, 11, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(198, 0, 11, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

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

::-moz-selection {
  background: #c6000b;
  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: #f9f9f9;
}

.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-red {
  color: #c6000b !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;
}

@font-face {
  font-family: "uc-font";
  src: url("../fonts/uicut-font.eot?t=1645078740157");
  src: url("../fonts/uicut-font.eot?t=1645078740157#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAA3IAAsAAAAAGuAAAA15AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACHCgqiAJteATYCJAN0CzwABCAFhFsHglwbwBYzo7aTs/JN9n9KkHaYxvlQbIaSlFQW2upyunDLeUe9dQNm+47vwmeinzmX+5W4j2EYRriFFuZp28bdxB2mGUoJUb8Xt3f3/ktt1fY2PoGui0QRY+gOFIpEKIQJkUeT3TE8bfMfoSMPwUIEg7Py4Iv5RTijwDgOK4FFYySYYxmwan5av1aRH9dNADRAAEHrobwy0zopDsFlD1xW0OKovsjMd6bPSbLgMaiAoDLNt6mW2r+VY1jsfBizftvrToSwCWD5ZZzS5ucD/xtAYOBfAwIYsEbYBjrsGpz/W0ttJnkTnQLwLwt3qkZWVsg/uxv4C92bLc5diaa8KRBaBleWQdgrgru6CFlwlUDOVcvKCuOrc5pCPPbRgsQ5ji3D6cLMoOYBqr79/iIIkE6vabqYloOB7LNq/SRQLkCPFHBXlrOx2mqQehxDEDQTUkfHuHWGXLnAAfSpJwE8Mz+9/AApFZTEoA+1alLrwKUNjI7MuBFg13TltxmUrUACGNBZs7HaLp4pjZhNnaaTjiUD//xUu30XmS62on7DKxVSm2wavQ4GvTbZ7ndDLo+WN9TI7cCBzSVm7DDewwazS3cODQuduvWy2P18kA2zcYOsq5SrkEbSHko5/DdeiSKpFCiWJ18WhTLIJpJJqTKVcsiFROiKmQByCgsr4UDthYADFNwFUA53BVTA/QBp4GGABDwcYOBKQDp4ISAFXA0I4JMBJfBpgCK4HpAK3gEogBsAxfAeQB68F5AP3wTIAt8OKIT/DsgAH5Rk390hkERwLwMgE76UAkrxpQxQhi/lgEp8GZLkmO4IrEMugCq9jnEwiWQJkFIB9a63vrLJqaTYngDZ3VCTSvBvhk6U/Ey+gYcJYm95d0Z6eUVReoakp4+VN6alHZa7imUxJy8np6woS81ycwvjMcRSkllTVxTfpyrJPpcoFgZUyPcrSJO4vl4i6SeLsQkNuiig9C6EEhRWj3WJ7e2TJe1UETKgyRSTaNoxUIh9QaPVY0lo+lUVQF5hgaE1FBogliXECCUBjA1vwBMAztFqcje4DLbXvZx3k0ri9E1JMvdy0d0KKc4iJdkMGhGWzQCEcJxiuVFdijc8odG3EM407RF8wCxPAejBwvjt6uFo0pMMAZj1QOd62KJOpQXiZVZt4qYXy4xGERPenwzewOg2cwmFLUttpYhtt8Ux120Lo44TaiNGKD23jMJPPtDok29El89Ae9oaVXFtnrsgJbihGIATnZ8s3rQziUi3PvePe+Ugp6957i64HeINPlmeOrkRY2ryacZt/RD5jTyFiCQzeByO0VGsQgWNSKNMS8Zh5BvzhWNODxq7h7MrFRpZFkUkdNei/Q0PaOQ40YUoc2+s7M/LzHm3rkICcGlQHWZ88+0a+mSxUmYJjfjoSMNIHsFi4g35xpb7wmRIlBBziqRYPQIGVypBHbIL0FYMOk75TyfZNoP9qp9RMberSlGF3+551b9G5byj3ChKzBQQ6XRsyHHopuVsfEOVLMtsCzTQE+npQzNSAcN5iksPAlqAsPE0FZcR727iEkHu5iYxwQUngdSD+lsLrnpqLxtdJgv+cb8qCOac29U5z63VRujZ8kcrRwIsP7aaD4VerZ+Gq/OCKbyuy4bejQiGj390dI4qjHtHfwZ1MVEWpxOYYms2sGO+R6uf+fZLU0hJeb0S4m95PIbnVh2f9PAgV64K5mu/OgenB/V5iWTzWBLQ7n4yyFVEDOiaT70yNyp0oejwmL0jdsgcKWzt18VhNGJae2tv7cW+uuaBaG803IMMMBmamFtt09heci71iOTtk4dJRIkho47V58xejjZZnPqSpNGzlqSxRoX89s3MfZ6vH/XPFrFTkmWN+E5MtsaFIvQPTIX/3wTF/qXmz0Wo0EWIOCQHlQq6a6aiCqiowlzkdkE6hY2vLxWhH2988u3Pvfz9Xq7od7/OR2ORgUgHxQbnJYvsAVFNBbQxiDQSg8Ak0YnMtsRtIThWTvERFk81bg1NXr7ZVaXuhnC4mYupzC09I+pwtpPYRVoDCOwTUtXSETJ35s7cIaNPLtRoC+qma/Lq6/JLWQC61GXZsskFw5dttW2FuYcDOuGtaY9/H4r+F4Mg+n71IbrTLJ3WwrdUyCyQC6wKeo9WgZipw1hivpiFQSgfBXb63KKVQItv52OiRamgY4H5ECqQQ3KIv1dAIghno2xF5ALKay4nfchMoZPHwCo6KvlEAZRH0839JOAQc+HTZK81aAWF7kHF6I6IEEuVpmtEmBAN5CZEOdJRqgedTg6s1RACG1yn95AbzXIbxYH6SBLfkmYFqELiIOZg8nQO9zUXxPpLpeRNZGAYW+i78IKN7/3JCZthTmnhZrV9vTwOuE7v7RoYIBTFm69uBuEOBYyR1dzsluTrRaR3JIo37/KVPWxFuY0/JOeEAh+SUVcRWBowd25AaWDFWWHf+Ny5pQEVgWeRNz2wdsU9x0t5Tdu8E874+UwI4bX7+J0JZUPbtErbh9emmxRFXM/vhDyZaZJSBmSTa40ZhPw1PXEURSFZhow5GSXs3Aglc7ZO0q970ZzQiHlsRnGw06GmOv8/ggodtxArGlzXKy8/qrWi0/v9U0KyZs/ODJH5awPR7Y1z/hdnALmB+pzznMpkclR2zhTI7vmDn8xLhihzy/XnNGU/5jTQmUPSUGl0ExEaC4Pd08tTymKTS8aLU+LqgtGstYO02FJErBK5l+RBJfn0B3AgR1IaLlaUC3uiRFyWqSsiA6ZLS7d1QpW8Sk8Wj8XUW2m3OLdojNo0ygAAyW+GNHwN5LJUsOyi3VRZsgTdSOgM+RiSrDjyAzzsLmsKL87H8t+cpXA3EhxhfXz0n6IZ8V5lsqjU1jQ8OiMqvSBYFVJXrBTm+oxvZGWQe7VhyqzQCkSSNI62LjFd05I4ryXBqRWaSkKGy5L7oyQwZlP5cXIwopaUIme9bLtl1VL4/zeL3em+xPGCVEWjHEbhPMKz8lpTbI460y9DuGp3ZkdnkSzepaHAZUUwl/8qC2Ye9nCdGWQO9gjyAMxT0WEvVammzoWNPG+Heh2FNu9g+Fjp0Ou7O4D9hvFZ+ujY1gdkcl3I1k2EKVMIU1fZXm5vGrs/UWj385YMFC+uc8psPFWT5fn9x440jxhdpjMi3kPtlzIdUzRHRqfGLNOi9mFu9CIkv+efKSDwzT3Oi5M1o386SffpY9Yb52/68vVrwdMbCHZrzpmBD59oX/a8d5PGuAkIXf6iVKv6/3N5tdj134fh+Heps7VoYJnbOMvKm6ee3zgSG9vzgPMU2Em2RKxGELW45LzQ42pk7v38uSrHxWNri/1xv74+P9y/+LCj47027lfsfxg5acBeJxtlkRDHUZTNmWmSy4E22anJKSoX+Oxwd9+hffFg3r+yWBYUCSW56KlMIfQzJGRSwR73OEcXg0fhnbmii3bsMeqKRTiC4KLis7p+BMeRYtHZ0GqBBrFIrRbpgO3r7D+xoLuC+D+NOMyG1VETRUtpO2gh3/17J1YGz7Zaj7lwTByXVXPmxEhOwCa269GEjYBYkhHAi4JhAAcvgrdFeYl4z54VFy9ahCC7CCD9oenUSO4Ndq4Khzq1ndUAGVABgCu/ByBnJ2qEwjtvr9li3TM+dHdfuGN7JhRq0IKM/5+FF3QDKVDVMOK376tl3DRutr4mrio2tjKudjSuJrbq4pw3WhtXGQuE1GdzI8quff92zL9wQrkiIjcsLDdC8W+EMizH0Ob9q4zICQMCnwLFLzq6BvqYEwy61ImMDDBgKMszDezZY7QnAT8RnaBP1mHzjx9fv7SYlvg2F5u8vW+7ApcXXewpYJepqltBO4JuCWDircAT5/1Bk93+yf4u5KQkxq7bhX5J2c0YgD3ONBRsdB6GroD/h9tR8kgWs5lmANBX7mt+pXs72RxR6gTldSTBnkAW4IZcbBbY5d8rM61D35IjRvSj6Ax95zGYZLOEslqsEeWT7xDRf3fW5OJJYx3zxN+f0zZ0zo1I2BTtIUN7jfySqShPCiS0kbLO48PR7OTZ/242hKoB4ZsaExF/n2C7kJg16FHlA4pWIJ0dBv/bTM13U0+vILahU4rPOjDl5cx4HQu8tVdCBj0UMT7eK50Oc/VnUOCsYUhIA5o9gl5CNs+Z8vfM+BUL/FOvhGKfKQL/2Sud7SYhWgbN7ci3wKgiarE7CwtUGM2INSTGil+Y1V6xLxfK+0OuLBVik76EFn9igZy8muqQyRiNMExBfBwfDr0nUTLtEWKax1hu12uDVZMChcYro4p6v1rYnYe3QIVZNdaQ+D7eF2a1V4xvBdb9Q67sMSls/lzbiph9OkWcrdYgXB0ySXQ0QkWsSEH4SKfQswUklHhpe4SYylPocmtN9mbiOmnbvLAoHKbaNmmKVbWkphumZSvHb4A373q+pZULl65cu3Hrzr0Hj548R6fAU+yUjIfW/39bdcouKO9l/4j2ZAvZM+1OxOebQ47gdnRKwDJ4XPnrTqiYKGY6JmyzPMrxaapHswOajoUcFROplANW2lIip2v5y9w2piIpvbLFILT7OLrKTsCibiutu+Cpwp4uUwz5qKjdx1W4S49R14Cjwv3hLmg0AAAA") format("woff2"), url("../fonts/uicut-font.woff?t=1645078740157") format("woff"), url("../fonts/uicut-font.ttf?t=1645078740157") format("truetype"), url("../fonts/uicut-font.svg?t=1645078740157#uc-font") format("svg");
}
.uc-font {
  font-family: "uc-font" !important;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uc-qq2:before {
  content: "\e657";
}

.uc-call2:before {
  content: "\e62c";
}

.uc-weixin2:before {
  content: "\e6b3";
}

.uc-weixin:before {
  content: "\e653";
}

.uc-call:before {
  content: "\e674";
}

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

.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;
  width: 100%;
}

.uc-phColor {
  color: #a8a8a8;
}

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

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

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: #ededed 1px solid;
  outline: none;
  height: 1.875rem;
  line-height: 1.75rem;
  border-radius: 0rem;
  padding: 0 0.625rem;
}
.uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus {
  border-color: #c6000b;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
  border-radius: 0rem;
  padding: 0 0.625rem;
}
.uc-btn img {
  margin-right: 0.625rem;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.red {
  background-color: #c6000b;
  border: #c6000b 1px solid;
  color: #fff;
}
.uc-btn.red-linear {
  background: linear-gradient(to right, rgba(198, 0, 11, 0.7) 0%, #c6000b 100%);
  color: #fff;
}
.uc-btn.red-plain {
  color: #c6000b;
  border: #c6000b 1px solid;
}
.uc-btn.red-plain:hover {
  opacity: 1;
  background-color: #c6000b;
  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;
}

.g-filterCrumb.bg {
  background-color: #f7f9fc;
}
.g-filterCrumb .container {
  padding-top: 0.3125rem;
  border-bottom: #ededed 1px dotted;
}
.g-filterCrumb .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.g-filterCrumb .filter .item {
  line-height: 3em;
  margin-right: 1rem;
  color: #2e2e2e;
  position: relative;
}
.g-filterCrumb .filter .item:last-child {
  margin-right: 0;
}
.g-filterCrumb .filter .item.on {
  color: #c6000b;
}
.g-filterCrumb .filter .item.on:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #c6000b;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.g-crumb {
  font-size: 0.75rem;
  color: #797979;
}
.g-crumb a {
  position: relative;
  /*padding-right: 1rem;*/
  color: #797979;
  transition: all 0.3s linear;
  line-height: 2rem;
}
.g-crumb a:hover {
  color: #c6000b;
}
/*.g-crumb a:after {
  content: "》";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}*/
.g-crumb a:last-child {
  padding-right: 0;
}
.g-crumb a:last-child:after {
  display: none;
}

@media (min-width: 768px) {
  .g-filterCrumb .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .g-filterCrumb .filter .item {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .g-filterCrumb .filter .item {
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .g-filterCrumb .filter .item {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .g-filterCrumb .filter .item {
    margin-right: 3rem;
  }
}
.uc-prvNxt {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-prvNxt a {
  line-height: 2.5rem;
  margin: 0 0.375rem;
  text-align: center;
  background-color: #ededed;
  font-size: 0.875rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.3s linear;
}
.uc-prvNxt a:hover, .uc-prvNxt a.on {
  background-color: #c6000b;
  color: #fff;
}

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

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert {
  position: fixed;
  z-index: 888;
  left: 0;
  width: 100vw;
  top: 0;
  height: 100%;
  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;
}
.uc-alert .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-alert .operate .uc-btn {
  flex: 1;
  margin-left: 1.25rem;
}
.uc-alert .operate .uc-btn:first-child {
  margin-left: 0;
}
.uc-alert .over-close {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.uc-alert {
  display: none;
}

.uc-alert-apply {
  z-index: 1002;
}
.uc-alert-apply .box {
  width: 96%;
  border-radius: 0;
  background: none;
}
.uc-alert-apply .title-line {
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
}
.uc-alert-apply .title-line h2 {
  font-size: 1.5rem;
}
.uc-alert-apply .title-line .line {
  margin: 0.625rem auto 0;
  width: 3rem;
  height: 3px;
  background-color: #c6000b;
}
.uc-alert-apply .title-line .txt {
  color: #999999;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.uc-alert-apply .form li {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.uc-alert-apply .form .require {
  position: absolute;
  left: 1rem;
  color: #c6000b;
  top: 1.5rem;
}
.uc-alert-apply .form .uc-input {
  border-radius: 0;
  height: 4rem;
  padding-left: 2rem;
}
.uc-alert-apply .form .uc-textarea {
  border-radius: 0;
  height: 12.75rem;
  padding: 1rem;
  text-indent: 1rem;
  line-height: 1.5em;
}
.uc-alert-apply .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-alert-apply .operate .uc-btn {
  flex: none;
  width: 13rem;
  border-radius: 0rem;
  height: 4rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .uc-alert-apply .title-line h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .uc-alert-apply .box {
    max-width: 100rem;
  }
  .uc-alert-apply .title-line {
    margin-bottom: 2rem;
  }
  .uc-alert-apply .title-line h2 {
    font-size: 2rem;
  }
  .uc-alert-apply .operate {
    padding-top: 2rem;
  }
  .uc-alert-apply .form .uc-textarea {
    height: 19rem;
  }
}
@media (min-width: 1200px) {
  .uc-alert-apply .title-line h2 {
    font-size: 2.25rem;
  }
}
.uc-alert-video {
  z-index: 1000;
}
.uc-alert-video .box {
  width: 100%;
}
.uc-alert-video .video-box {
  width: 100%;
}
.uc-alert-video .video-box video {
  display: block;
  margin: 0 auto;
  background-color: #000;
}
.uc-alert-video .btn-close {
  width: 2.375rem;
  border-radius: 100%;
  height: 2.375rem;
  position: absolute;
  right: 0;
  top: -3.125rem;
}
.uc-alert-video .btn-close img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .uc-alert-video .box {
    width: 61.25rem;
    max-height: 100%;
    width: auto;
    overflow: hidden;
  }
  .uc-alert-video video {
    width: auto;
  }
}
.g-bannerBox {
  height: 13.125rem;
  position: relative;
}
.g-bannerBox img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.g-bannerBox h2 {
  font-size: 2.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .g-bannerBox {
    height: 18.125rem;
  }
  .g-bannerBox h2 {
    font-size: 3.125rem;
  }
}
@media (min-width: 992px) {
  .g-bannerBox {
    height: 23.125rem;
  }
  .g-bannerBox h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .g-bannerBox {
    height: 28.125rem;
  }
  .g-bannerBox h2 {
    font-size: 4.25rem;
  }
}
.g-footer-phone {
  position: fixed;
  z-index: 888;
  left: 0;
  width: 100vw;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
  bottom: 0;
  min-height: 5rem;
  background-color: #fff;
  border-top: #ededed 1px solid;
}
.g-footer-phone .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-footer-phone li {
  flex: 1;
  text-align: center;
  height: 5rem;
  font-size: 1rem;
}
.g-footer-phone li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/ft1.png") center 0.625rem no-repeat;
  background-size: 2.25rem 2.25rem;
  padding-top: 3.125rem;
  color: #999999;
}
.g-footer-phone li.on a {
  color: #c6000b;
}
.g-footer-phone li:nth-child(1) a {
  background-image: url("images/ft1.png");
}
.g-footer-phone li:nth-child(1).on a {
  background-image: url("images/ft1-on.png");
}
.g-footer-phone li:nth-child(2) a {
  background-image: url("images/ft2.png");
}
.g-footer-phone li:nth-child(2).on a {
  background-image: url("images/ft2-on.png");
}
.g-footer-phone li:nth-child(3) a {
  background-image: url("images/ft3.png");
}
.g-footer-phone li:nth-child(3).on a {
  background-image: url("images/ft3-on.png");
}
.g-footer-phone li:nth-child(4) a {
  background-image: url("images/ft4.png");
}
.g-footer-phone li:nth-child(4).on a {
  background-image: url("images/ft4-on.png");
}
.g-footer-phone li:nth-child(5) a {
  background-image: url("images/ft5.png");
}
.g-footer-phone li:nth-child(5).on a {
  background-image: url("images/ft5-on.png");
}

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

@media (min-width: 768px) {
  .g-footer-phone,
  .g-footer-space {
    display: none;
  }
}
.g-fixedSideOperate {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 888;
  right: 1.875rem;
  width: 48px;
}
.g-fixedSideOperate .list {
  /*border: #ededed 1px solid;*/
  border-radius: 48px;
  background-color: #c60e0b;
}
.g-fixedSideOperate .list li {
  position: relative;
  margin-top: 1px;
}
.g-fixedSideOperate .list li:after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #ededed;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.g-fixedSideOperate .list li:first-child:after {
  display: none;
}
.g-fixedSideOperate .list li:first-child .item {
  border-radius: 48px 48px 0 0;
}
.g-fixedSideOperate .list li:last-child .item {
  border-radius: 0 0 48px 48px;
}
.g-fixedSideOperate .list li:hover .i1 {
  display: none;
}
.g-fixedSideOperate .list li:hover .i2 {
  display: block;
}
.g-fixedSideOperate .list li:hover .box {
  display: block;
}
.g-fixedSideOperate .list .item {
  width: 46px;
  height: 62px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  transition: all 0.3s linear;
  cursor: pointer;
  color: #ffffff;
}
.g-fixedSideOperate .list .item:hover {
  color: #ffffff;
}
.g-fixedSideOperate .list img {
  display: block;
  margin: 0 auto 1px;
}
.g-fixedSideOperate .list .i2 {
  display: none;
}
.g-fixedSideOperate .box {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
}
.g-fixedSideOperate .box:after {
  content: "\e6ae";
  font-family: "uc-font";
  font-size: 1.4em;
  right: -0.625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.g-fixedSideOperate .box-tel {
  border-radius: 8px;
  width: 160px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.g-fixedSideOperate .box-tel .number {
  font-size: 18px;
  margin-top: 5px;
}
.g-fixedSideOperate .box-code {
  width: 160px;
  border-radius: 5px;
  height: 160px;
  padding: 10px;
}
.g-fixedSideOperate .box-code img {
  width: 140px;
  border-radius: 5px;
  height: 140px;
  overflow: hidden;
  display: block;
}
.g-fixedSideOperate .g-goTop {
  width: 48px;
  border-radius: 100%;
  height: 48px;
  border: #ededed 1px solid;
  background-color: #fff;
  color: #ccc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s linear;
}
.g-fixedSideOperate .g-goTop:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #ededed;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}
.g-fixedSideOperate .g-goTop:hover {
  background-color: #c6000b;
  color: #fff;
}

footer {
  overflow: hidden;
  background-color: #f9f9f9;
}
footer a {
  transition: all 0.3s linear;
}
footer .ft1 {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
footer h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
footer .part {
  margin-bottom: 1.5rem;
}
footer .logo {
  width: 11.875rem;
  height: 2.75rem;
  margin-left: 2rem;
}
footer .logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .logo img {
  display: block;
}
footer .contact li {
  line-height: 2em;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
footer .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.875rem;
}
footer .menu .item {
  color: #5a5a5a;
  margin-right: 1em;
  margin-bottom: 0.625rem;
  line-height: 1.5em;
}
footer .menu .item:last-child {
  margin-right: 0;
}
footer .menu .item:hover {
  color: #c6000b;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
footer .links img {
  display: block;
  height: 2rem;
  transition: all 0.3s linear;
}
footer .links img:hover {
  opacity: 0.8;
}
footer .links li {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
footer .links li:last-child {
  margin-right: 0;
}
footer .code-box {
  text-align: center;
  font-size: 0.875rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
footer .code-box .item {
  max-width: 6.25rem;
  margin-left: 1rem;
}
footer .code-box .item:first-child {
  margin-left: 0;
}
footer .code-box .code {
  margin-bottom: 0.3125rem;
}
footer .code-box img {
  display: block;
}
footer .ft2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 2rem;
  border-top: #f0f0f0 1px solid;
  font-size: 0.75rem;
  color: #868686;
  text-align: center;
}
footer .ft2 a {
  color: #868686;
}
footer .ft2 a:hover {
  color: #c6000b;
}
footer .ft2 .zc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .ft2 .line {
  width: 1px;
  height: 0.625rem;
  background-color: #ddd;
  margin: 0 0.5rem;
  display: inline-block;
}

@media (min-width: 768px) {
  footer .logo {
    margin-left: 0;
  }
  footer .contact {
    padding-left: 0;
  }
  footer .code-box {
    justify-content: flex-end;
  }
  footer .ft2 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  footer .ft1 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  footer .part {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  footer .ft1 {
    padding-top: 4.5rem;
    padding-bottom: 2.25rem;
  }
  footer .part {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1340px) {
  footer .ft1 {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
  footer .part {
    margin-bottom: 2.5rem;
  }
}
.header-phone {
  height: 50px;
  color: #fff;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 888;
  transition: all none linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-phone .logo {
  display: inline-block;
  padding: 0 15px;
}
.header-phone .logo img {
  width: auto;
  display: block;
  height: 32px;
}
.header-phone .btn-menu {
  width: 50px;
  height: 50px;
  background: url(images/icon-menu.png) center center no-repeat;
  background-size: 32px 32px;
}
.header-phone .btn-menu.on {
  background-image: url("images/icon-menu-2.png");
}

.alert-menu {
  display: none;
  position: fixed;
  z-index: 777;
  top: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
.alert-menu .list {
  width: 100%;
  background-color: #fff;
  padding: 0px 15px;
  border-top: #ededed 1px solid;
}
.alert-menu .list li {
  line-height: 40px;
  border-bottom: #ededed 1px solid;
}
.alert-menu .list li > a {
  display: block;
}
.alert-menu .list li.on {
  color: #c6000b;
}
.alert-menu .list li.on > a {
  color: #c6000b;
}
.alert-menu .list li .btn-service {
  background-color: #c6000b;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 40px;
  margin: 10px 0;
}
.alert-menu .list li .btn-service img {
  display: block;
  width: 1.25rem;
  margin-right: 0.625rem;
}
.alert-menu .list .hasSubMenu > a {
  position: relative;
}
.alert-menu .list .hasSubMenu > a:after {
  content: "\e75c";
  right: 0;
  font-family: "uc-font";
  font-size: 1.4em;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.alert-menu .list .hasSubMenu > a:after {
  color: #999999;
}
.alert-menu .box {
  width: 70%;
  height: 100vh;
  padding-bottom: 0.98rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 50px;
  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: #ededed 1px solid;
  display: none;
  background-color: #f9f9f9;
  padding-left: 10px;
}
.alert-menu .subMenu a {
  display: block;
}
.alert-menu .sub-title {
  border-bottom: #c6000b 1px solid;
  font-size: 1.125rem;
  color: #c6000b;
  line-height: 1.5em;
  padding: 0.625rem 0;
}
.alert-menu .sub-item {
  line-height: 2em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
}
.alert-menu .con {
  padding-top: 1rem;
}
.alert-menu .search-box {
  position: relative;
  padding: 5px 0;
}
.alert-menu .search-box .uc-input {
  width: 100%;
  border-radius: 2.5rem;
  height: 2.5rem;
  background-color: #ebebeb;
  padding-left: 10px;
}
.alert-menu .search-box .btn2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
}
.alert-menu .search-box img {
  display: block;
}

body {
  padding-top: 50px;
}

@media (min-width: 768px) {
  body {
    padding-top: 8.625rem;
  }
}
/* 20260422 */
.header-pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 888;
  background-color: #fff;
}
.header-pc > div {
  margin-left: -5px;
  margin-right: -5px;
}
.header-pc .hd-top {
  background-color: #f9f9f9;
  font-size: 0.875rem;
  color: #5a5a5a;
}
.header-pc .hd-top a {
  color: #5a5a5a;
  transition: all 0.3s linear;
}
.header-pc .hd-top a:hover {
  color: #c6000b;
}
.header-pc .hd-top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  position: relative;
  transition: all 0.3s linear;
}
.header-pc .hd-top .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.header-pc .hd-top .btn-call {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #c6000b;
  margin-right: 1.5rem;
}
.header-pc .hd-top .btn-call img {
  display: block;
  margin-right: 0.3125rem;
}
.header-pc .hd-top .btn {
  padding: 0 0.5rem;
}
.header-pc .hd-top .line {
  width: 1px;
  height: 0.625rem;
  background-color: #ddd;
  display: inline-block;
}
.header-pc .hd-top .btn-search {
  margin-left: 1rem;
}
.header-pc .hd-top .btn-search img {
  display: block;
}
.header-pc .hd-top .btn-search .i2 {
  display: none;
}
.header-pc .hd-top .btn-search.on .i1 {
  display: none;
}
.header-pc .hd-top .btn-search.on .i2 {
  display: block;
}
.header-pc .search-box {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
}
.header-pc .search-box .uc-input {
  width: 14.375rem;
  border-radius: 1.875rem;
  height: 1.875rem;
  background-color: #ebebeb;
}
.header-pc .search-box .btn2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}
.header-pc .search-box img {
  display: block;
}
.header-pc .hd-menu .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s linear;
  height: 5.625rem;
}
.header-pc .logo img {
  display: block;
  width: 13.3125rem;
  height: 2.875rem;
}
.header-pc .btn-service {
  background-color: #c6000b;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  border-radius: 2.5rem;
  padding: 0 0.75rem;
  font-size: 0.75rem;
}
.header-pc .btn-service img {
  display: block;
  width: 0.75rem;
  margin-right: 0.3125rem;
}
.header-pc .list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0.25rem;
}
.header-pc .list li {
  transition: all 0.3s linear;
  height: 5.625rem;
  margin-left: 0.5rem;
}
.header-pc .list li > a {
  position: relative;
  line-height: 5.625rem;
  display: block;
  text-align: center;
  transition: all 0.3s linear;
}
.header-pc .list li > a:before {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.25rem;
}
.header-pc .list li > a:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #c6000b;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 1.25rem;
  transform: translateX(-50%);
  transition: all 0.3s ease-in;
}
.header-pc .list li:first-child > a:before {
  display: none;
}
.header-pc .list li.on > a, .header-pc .list li:hover > a {
  color: #c6000b;
}
.header-pc .list li.on > a:after, .header-pc .list li:hover > a:after {
  width: 2em;
}
.header-pc .list li:hover .sub-menu {
  height: auto;
}
.header-pc .list li:hover .sub-menu .main-right, .header-pc .list li:hover .sub-menu .main-left {
  padding-top: 1rem;
}
.header-pc .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #f9f9f9;
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.header-pc .sub-menu .title {
  font-size: 1.125rem;
  text-align: center;
  padding: 0.3125rem 0;
}
.header-pc .sub-menu .main-right {
  background-color: #f5f5f5;
  padding: 3rem 1rem 2rem;
  transition: all 0.3s linear;
}
.header-pc .sub-menu .main-left {
  padding: 3rem 1rem 2rem;
  transition: all 0.3s linear;
}
.header-pc .sub-menu .sub-title {
  border-bottom: #c6000b 1px solid;
  font-size: 1.125rem;
  color: #c6000b;
  line-height: 1.5em;
  padding: 0.3125rem 0;
  max-width: 18.75rem;
  margin: 0 auto 1rem;
}
.header-pc .sub-menu .part {
  padding-left: 1rem;
}
.header-pc .sub-menu .con {
  max-width: 18.75rem;
  margin: 0 auto;
}
.header-pc .sub-menu .sub-item {
  line-height: 2em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
.header-pc .list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2.5rem;
}
.header-pc .list2 .sub-item2 {
  font-size: 1rem;
  padding: 0.375rem 0;
  border-bottom: #c5c5c5 1px solid;
  margin-right: 2rem;
  display: block;
  min-width: 9.375rem;
  margin-bottom: 3.125rem;
  transition: all 0.3s linear;
}
.header-pc .list2 .sub-item2:hover, .header-pc .list2 .sub-item2.on {
  color: #c6000b;
  border-bottom-color: #c6000b;
}
.header-pc.fixed {
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.05);
}
.header-pc.fixed .hd-top .container {
  height: 1.875rem;
}
.header-pc.fixed .hd-menu .container {
  height: 4.375rem;
}
.header-pc.fixed .hd-menu .list li {
  height: 4.375rem;
}
.header-pc.fixed .hd-menu .list li > a {
  line-height: 4.375rem;
}

@media (min-width: 992px) {
  .header-pc .list {
    margin: 0 0.5rem;
  }
  .header-pc .list li > a {
    margin-left: 0.5rem;
  }
  .header-pc .list li > a:before {
    margin-left: -0.25rem;
  }
}
@media (min-width: 1200px) {
  .header-pc .list {
    margin: 0 1rem;
  }
  .header-pc .list li {
    margin-left: 1rem;
  }
  .header-pc .list li > a:before {
    margin-left: -0.5rem;
  }
}
@media (min-width: 1400px) {
  .header-pc .list {
    margin: 0 1.5rem;
  }
  .header-pc .list li {
    margin-left: 3rem;
  }
  .header-pc .list li > a:before {
    margin-left: -1.5rem;
  }
}
/* /20260422 */
.g-title {
  margin-bottom: 2rem;
  text-align: center;
}
.g-title h2 {
  border-bottom: #ddd 1px dotted;
  padding-bottom: 0.3125rem;
}
.g-title .name {
  font-size: 1.5rem;
}
.g-title .en {
  color: #8c8c8c;
  margin-left: 0.3125rem;
  position: relative;
  top: 2px;
}

@media (min-width: 992px) {
  .g-title .name {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .g-title .name {
    font-size: 2rem;
  }
}
.g-titleLine {
  /*margin-bottom: 2rem;*/
  margin-bottom: 0.6rem;
  text-align: center;
}
.g-titleLine h2 {
  padding-bottom: 0.3125rem;
  font-size: 1.5rem;
}
.g-titleLine .line {
  width: 3.125rem;
  height: 1px;
  background-color: #c6000b;
  margin: 0.3125rem auto;
}
.g-titleLine .txt {
  line-height: 1.875em;
  margin-top: 0.5rem;
  padding-left: 2.5rem;
  font-size: 1rem;
}
.g-titleLine .txt.big {
  font-size: 1rem;
}
.g-titleLine.style-left {
  text-align: left;
}
.g-titleLine.style-left .txt {
  text-align: justify;
}
.g-titleLine.mb0 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .g-titleLine h2 {
    font-size: 1.75rem;
  }
  .g-titleLine .txt.big {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .g-titleLine h2 {
    font-size: 2rem;
  }
  .g-titleLine .txt.big {
    font-size: 1.5rem;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.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: 100%;
  height: 50px;
  transition: all 0.3s linear;
  outline: none;
  background-size: 0.9375rem auto;
}
.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);
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
.uc-index-2, .uc-index-3, .uc-index-4, .uc-index-5, .uc-index-6,
.uc-article,
.uc-news,
.uc-contribution,
.uc-download,
.uc-video,
.uc-investor-1, .uc-investor-2,
.uc-culture-1, .uc-culture-2, .uc-culture-3 li, .uc-culture-4,
.uc-honor-1, .uc-honor-2,
.uc-contact-1, .uc-contact-2, .uc-contact-3,
.uc-solution-1, .uc-solution-2, .uc-solution-3, .uc-solution-4, .uc-solution-5, .uc-solution-6, .uc-solution-7,
.uc-service-1, .uc-service-2, .uc-service-3, .uc-service-4, .uc-service-5,
.uc-about-1, .uc-about-2, .uc-about-3, .uc-about-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .uc-index-2, .uc-index-3, .uc-index-4, .uc-index-5, .uc-index-6,
  .uc-article,
  .uc-news,
  .uc-contribution,
  .uc-download,
  .uc-video,
  .uc-investor-1, .uc-investor-2,
  .uc-culture-1, .uc-culture-2, .uc-culture-3 li, .uc-culture-4,
  .uc-honor-1, .uc-honor-2,
  .uc-contact-1, .uc-contact-2, .uc-contact-3,
  .uc-solution-1, .uc-solution-2, .uc-solution-3, .uc-solution-4, .uc-solution-5, .uc-solution-6, .uc-solution-7,
  .uc-service-1, .uc-service-2, .uc-service-3, .uc-service-4, .uc-service-5,
  .uc-about-1, .uc-about-2, .uc-about-3, .uc-about-4 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .uc-index-2, .uc-index-3, .uc-index-4, .uc-index-5, .uc-index-6,
  .uc-article,
  .uc-news,
  .uc-contribution,
  .uc-download,
  .uc-video,
  .uc-investor-1, .uc-investor-2,
  .uc-culture-1, .uc-culture-2, .uc-culture-3 li, .uc-culture-4,
  .uc-honor-1, .uc-honor-2,
  .uc-contact-1, .uc-contact-2, .uc-contact-3,
  .uc-solution-1, .uc-solution-2, .uc-solution-3, .uc-solution-4, .uc-solution-5, .uc-solution-6, .uc-solution-7,
  .uc-service-1, .uc-service-2, .uc-service-3, .uc-service-4, .uc-service-5,
  .uc-about-1, .uc-about-3, .uc-about-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .uc-index-2, .uc-index-3, .uc-index-4, .uc-index-5, .uc-index-6,
  .uc-article,
  .uc-news,
  .uc-contribution,
  .uc-download,
  .uc-video,
  .uc-investor-1, .uc-investor-2,
  .uc-culture-1, .uc-culture-2, .uc-culture-3 li, .uc-culture-4,
  .uc-honor-1, .uc-honor-2,
  .uc-contact-1, .uc-contact-2, .uc-contact-3,
  .uc-solution-1, .uc-solution-2, .uc-solution-3, .uc-solution-4, .uc-solution-5, .uc-solution-6, .uc-solution-7,
  .uc-service-1, .uc-service-2, .uc-service-3, .uc-service-4, .uc-service-5,
  .uc-about-1, .uc-about-3, .uc-about-4 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .uc-solution-3{
    padding: 0;
  }
}
.uc-contribution .swiper-box, .uc-contribution .list {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .uc-contribution .swiper-box, .uc-contribution .list {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .uc-contribution .swiper-box, .uc-contribution .list {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .uc-contribution .swiper-box, .uc-contribution .list {
    margin-bottom: 4rem;
  }
}
/* |01|服务项目列表|service| */
/* |03|解决方案列表|solution| */
.uc-service-2 .box, .uc-service-4 .box, .uc-solution-2 .box,.uc-solution-3 .box, .uc-solution-4 .box, .uc-solution-6 .box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem 1rem;
}
.uc-service-2 .box .con, .uc-service-4 .box .con, .uc-solution-2 .box .con, .uc-solution-4 .box .con, .uc-solution-6 .box .con {
  /*font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: justify;*/
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
  
}
.uc-service-2 .box .con.style-big, .uc-service-4 .box .con.style-big, .uc-solution-2 .box .con.style-big, .uc-solution-4 .box .con.style-big, .uc-solution-6 .box .con.style-big {
  /*font-size: 1.25rem;
  line-height: 2.875rem;*/
  font-size: 1rem;
  line-height: 1.875rem;
}
.uc-service-2 .box h3, .uc-service-4 .box h3, .uc-solution-2 .box h3, .uc-solution-4 .box h3, .uc-solution-6 .box h3 {
  font-size: 1.125rem;
  /*font-weight: bold;*/
  /*margin-bottom: 1rem;*/
  margin-top: 0.8rem;
  line-height: 1rem;
}
.uc-service-2 .box h3:first-child, .uc-service-4 .box h3:first-child, .uc-solution-2 .box h3:first-child, .uc-solution-4 .box h3:first-child, .uc-solution-6 .box h3:first-child {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.uc-service-2 .g-titleLine, .uc-service-3 .g-titleLine, .uc-service-4 .g-titleLine, .uc-service-7 .g-titleLine, .uc-solution-2 .g-titleLine,  .uc-solution-3 .g-titleLine,.uc-solution-4 .g-titleLine,.uc-service-5.g-titleLine,.uc-solution-5 .g-titleLine,.uc-solution-6 .g-titleLine,.uc-solution-7 .g-titleLine {
  text-align: left;
  margin-bottom: 0.6rem;
}

@media (min-width: 992px) {
  .uc-service-2 .box, .uc-service-4 .box, .uc-solution-2 .box,.uc-solution-3 .box,  .uc-solution-4 .box, .uc-solution-6 .box,.uc-solution-7 .box {
    /*padding: 1.2rem 2rem;*/
    padding:1.2rem 2.5rem 1.6rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .uc-service-2 .box, .uc-service-4 .box, .uc-solution-2 .box, .uc-solution-3 .box,.uc-solution-4 .box, .uc-solution-6 .box,.uc-solution-7 .box  {
    /*padding: 1.2rem 2.5rem;*/
    padding:1.2rem 2.5rem 1.6rem 2.5rem;
  }
}
.uc-service-2 {
  background: url("images/service-bg-2.jpg") center center no-repeat;
  background-size: cover;
}

.uc-service-4 {
  background: url("images/service-bg-4.jpg") center center no-repeat;
  background-size: cover;
}

.uc-solution-2 {
  background: url("images/solution-bg-2.jpg") center center no-repeat;
  background-size: cover;
}

.uc-solution-3 .con {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
}
.uc-solution-3 .con.style-big {
  font-size: 1.25rem;
  line-height: 2.875rem;
}
.uc-solution-3 .con h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.uc-solution-3 .con h3:first-child {
  margin-top: 0;
}

.uc-solution-4 {
  background: url("images/solution-bg-4.jpg") center center no-repeat;
  background-size: cover;
}

.uc-service-3 .list li,
.uc-solution-5 .list li {
  margin-bottom: 1rem;
}
.uc-service-3 .card,
.uc-solution-5 .card {
  background-color: #f9f9f9;
  border: #ededed 1px solid;
  transition: all 0.3s linear;
  padding: 2rem 1rem;
  text-align: center;
}
.uc-service-3 .card:hover,
.uc-solution-5 .card:hover {
  background-color: #c6000b;
  color: #fff;
  border-color: #c6000b;
}
.uc-service-3 .card .number,
.uc-solution-5 .card .number {
  opacity: 0.5;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.uc-service-3 .card h3,
.uc-solution-5 .card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.uc-service-3 .card .con,
.uc-solution-5 .card .con {
  font-size: 1rem;
  line-height: 1.275rem;
  min-height: 3.75rem;
  opacity: 0.8;
  max-width: 31.25rem;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .uc-service-3 .card,
  .uc-solution-5 .card {
    padding: 4rem 2rem;
  }
}
.uc-solution-6 {
  background: url("images/solution-bg-6.jpg") center center no-repeat;
  background-size: cover;
}

.uc-service-5 .list li,
.uc-solution-7 .list li {
  margin-bottom: 1.5rem;
}
.uc-service-5 .card,
.uc-solution-7 .card {
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.uc-service-5 .card img,
.uc-solution-7 .card img {
  transition: all 0.3s linear;
}
.uc-service-5 .card:hover img,
.uc-solution-7 .card:hover img {
  transform: scale(1.1, 1.1);
}
.uc-service-5 .card:hover,
.uc-solution-7 .card:hover {
  box-shadow: 0px 1px 6.93px 0.07px rgba(198, 0, 11, 0.19);
  background-color: #c6000b;
  color: #fff;
}
.uc-service-5 .card:hover .txt,
.uc-solution-7 .card:hover .txt {
  color: #fff;
}
.uc-service-5 .card .img,
.uc-solution-7 .card .img {
  overflow: hidden;
}
.uc-service-5 .card img,
.uc-solution-7 .card img {
  display: block;
}
.uc-service-5 .card h3,
.uc-solution-7 .card h3 {
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #555555;
  
}
.uc-service-5 .card:hover h3,
.uc-solution-7 .card:hover h3,
.uc-service-5 .card:hover .txt,
.uc-solution-7 .card:hover .txt {
    color: #fff !important;
}
.uc-service-5 .card .txt,
.uc-solution-7 .card .txt {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 3.75rem;
  overflow: hidden;
  text-align: center;
  color: #555555;
}
.uc-service-5 .card .btm,
.uc-solution-7 .card .btm {
  padding: 1rem 1rem 2rem;
  border: #ededed 1px solid;
  border-top: none;
}
.uc-service-5 .operate,
.uc-solution-7 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}
.uc-service-5 .operate .uc-btn,
.uc-solution-7 .operate .uc-btn {
  width: 8.75rem;
  height: 2.5rem;
  font-size: 0.875rem;
}

/* |02|关于我们|about| */
.uc-about-1 {
  background-color: #f7f9fc;
}
.uc-about-1 .box {
  padding-top: 1rem;
}
.uc-about-1 .desc {
  text-align: justify;
  color: #535353;
  margin-bottom: 2rem;
}
.uc-about-1 .desc p {
  line-height: 1.75rem;
}
.uc-about-1 .desc p:last-child {
  margin-bottom: 0;
}
.uc-about-1 video {
  display: block;
  background-color: #000;
}

@media (min-width: 768px) {
  .uc-about-1 .desc {
    margin-bottom: 0;
    padding-right: 1rem;
  }
}
.uc-about-2 .list li {
  padding: 1.5rem 0;
}
.uc-about-2 .list li:nth-child(2n) {
  background-color: #f7f9fc;
}
.uc-about-2 .list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.uc-about-2 .list .item img {
  transition: all 0.3s linear;
}
.uc-about-2 .list .item:hover img {
  transform: scale(1.1, 1.1);
}
.uc-about-2 .list .img {
  overflow: hidden;
  width: 35%;
  max-width: 12.5rem;
  margin-right: 1rem;
}
.uc-about-2 .list img {
  display: block;
}
.uc-about-2 .list .right {
  flex: 1;
  min-width: 0;
}
.uc-about-2 .list h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.uc-about-2 .list .con {
  line-height: 1.75rem;
  text-align: justify;
  color: #535353;
  max-height: 5.25rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .uc-about-2 .list h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .uc-about-2 .list li {
    padding: 2.5rem 0;
  }
  .uc-about-2 .list h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .uc-about-2 .list h3 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
}
.uc-about-3 {
  background-color: #f7f9fc;
}
.uc-about-3 .desc {
  line-height: 1.75rem;
  color: #535353;
  margin-bottom: 3rem;
}
.uc-about-3 .desc:last-child {
  margin-bottom: 0;
}
.uc-about-3 .list {
  padding-bottom: 2rem;
}
.uc-about-3 .list li {
  margin-bottom: 1rem;
  position: relative;
  top: 0;
  transition: all 0.3s linear;
}
.uc-about-3 .list li:hover {
  top: -0.5rem;
}
.uc-about-3 .card {
  background-color: #fff;
  padding: 1.5rem 1rem 2rem;
  text-align: center;
  box-shadow: 0px 0px 8px 0px rgba(6, 0, 1, 0.05);
}
.uc-about-3 .card img {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.5rem;
}
.uc-about-3 .card .i2 {
  display: none;
}
.uc-about-3 .card .number {
  color: #c6000b;
  font-size: 2rem;
}
.uc-about-3 .card .txt {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #404040;
}
.uc-about-3 .card:hover .i1 {
  display: none;
}
.uc-about-3 .card:hover .i2 {
  display: block;
}

.uc-about-4 .img-box img {
  display: block;
}

/* |04|联系我们|contact| */
.uc-contact-1 .map-box {
  margin-bottom: 2rem;
}
.uc-contact-1 .map-box > img {
  display: block;
}
.uc-contact-1 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  color: #c6000b;
}
.uc-contact-1 .title img {
  display: block;
  margin-right: 0.625rem;
}
.uc-contact-1 .list li {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: #ededed 1px solid;
}
.uc-contact-1 .list img {
  display: block;
  box-shadow: 0px 0px 8px 0px rgba(6, 0, 1, 0.05);
  margin-right: 0.625rem;
}
.uc-contact-1 .list .right {
  flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 2em;
  color: #4f4f4f;
}
.uc-contact-1 .list .number {
  font-size: 1.125rem;
}
.uc-contact-1 .list a {
  color: #4f4f4f;
  transition: all 0.3s linear;
}
.uc-contact-1 .list a:hover {
  color: #c6000b;
}

@media (min-width: 768px) {
  .uc-contact-1 .map-box {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .uc-contact-1 .title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .uc-contact-1 .list li {
    padding: 1.5rem 0;
  }
}
.uc-contact-2 {
  padding-bottom: 0;
}
.uc-contact-2 .list li:nth-child(2n) {
  background-color: #f9f9f9;
}
.uc-contact-2 .list .item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.5em;
}

.uc-contact-3 {
  background-color: #f9f9f9;
}
.uc-contact-3 .form li {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.uc-contact-3 .form .require {
  position: absolute;
  left: 1rem;
  color: #c6000b;
  top: 1.5rem;
}
.uc-contact-3 .form .uc-input {
  height: 4rem;
  padding-left: 1rem;
}
.uc-contact-3 .form .uc-textarea {
  height: 12.75rem;
  padding: 1rem;
  line-height: 1.5em;
}
.uc-contact-3 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}
.uc-contact-3 .operate .uc-btn {
  width: 8.75rem;
  height: 2.5rem;
  font-size: 0.875rem;
}

/* |05|企业荣誉|honor| */
.uc-honor-1 .list li {
  margin-bottom: 2rem;
  overflow: hidden;
}
.uc-honor-1 .list li img {
  transition: all 0.3s linear;
}
.uc-honor-1 .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-honor-1 .list .img {
  max-width: 23.75rem;
  margin: 0 auto 1rem;
  overflow: hidden;
}
.uc-honor-1 .list img {
  display: block;
}
.uc-honor-1 .list .name {
  max-width: 22.5rem;
  margin: 0 auto;
  line-height: 1.5em;
  min-height: 3em;
}
.uc-honor-1 .list .part-more {
  display: none;
}
.uc-honor-1 .list.on .part-more {
  display: block;
}
.uc-honor-1 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}
.uc-honor-1 .operate .uc-btn {
  width: 8.75rem;
  height: 2.5rem;
  font-size: 0.875rem;
}
.uc-honor-1 .operate .uc-btn .i2 {
  display: none;
}
.uc-honor-1 .operate .uc-btn.on .i1 {
  display: none;
}
.uc-honor-1 .operate .uc-btn.on .i2 {
  display: inline-block;
}

@media (min-width: 768px) {
  .uc-honor-1 .list li {
    margin-bottom: 3rem;
  }
}
.uc-honor-2 .list li {
  margin-bottom: 1rem;
}
.uc-honor-2 .card {
  background-color: #f9f9f9;
  padding: 2rem 1rem;
  height: 100%;
}
.uc-honor-2 .card h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.uc-honor-2 .card .con {
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: center;
  height: 27em;
  overflow: hidden;
}
.uc-honor-2 .card .con p {
  margin-bottom: 1.5em;
}
.uc-honor-2 .card .con p:last-child {
  margin-bottom: 0;
}
.uc-honor-2 .card .btm {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-honor-2 .card .btn {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
}
.uc-honor-2 .card .i2 {
  display: none;
}
.uc-honor-2 .card.on .con {
  height: auto;
}
.uc-honor-2 .card.on .i1 {
  display: none;
}
.uc-honor-2 .card.on .i2 {
  display: inline-block;
}

/* |06|企业文化|culture| */
.uc-culture-1 .detail {
  padding: 2rem 1rem;
}
.uc-culture-1 .detail .con {
  line-height: 1.75rem;
  text-align: justify;
}
.uc-culture-1 .title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.uc-culture-1 .img-box {
  position: relative;
  max-width: 37.375rem;
  overflow: hidden;
  overflow: hidden;
}
.uc-culture-1 .img-box img {
  transition: all 0.3s linear;
}
.uc-culture-1 .img-box:hover img {
  transform: scale(1.1, 1.1);
}
.uc-culture-1 .img-box img {
  display: block;
}
.uc-culture-1 .img-box .uc-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.25rem;
  width: 11.25rem;
  height: 3.125rem;
}

@media (min-width: 768px) {
  .uc-culture-1 .title {
    font-size: 1.75rem;
  }
  .uc-culture-1 .box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .uc-culture-1 .detail {
    max-width: 30rem;
  }
}
@media (min-width: 992px) {
  .uc-culture-1 .title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .uc-culture-1 .title {
    font-size: 2.25rem;
  }
}
.uc-culture-2 .desc {
  line-height: 1.625rem;
  text-align: justify;
  margin-bottom: 2rem;
}
.uc-culture-2 .img-box img {
  display: block;
}

.uc-culture-3 {
  background-color: #f9f9f9;
}
.uc-culture-3 .list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: #ededed 1px solid;
}
.uc-culture-3 .list li:last-child {
  border-bottom: none;
}
.uc-culture-3 .list .left {
  width: 40%;
  padding-left: 1.875rem;
  position: relative;
  max-width: 30rem;
}
.uc-culture-3 .list .left:after {
  content: "";
  width: 0.375rem;
  height: 6.25rem;
  background-color: #f3f3f3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: 55%;
  left: 0;
}
.uc-culture-3 .list .right {
  flex: 1;
  min-width: 0;
}
.uc-culture-3 .list .name {
  font-size: 3rem;
}
.uc-culture-3 .list .en {
  font-size: 1.5rem;
  color: #959595;
}
.uc-culture-3 .list h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.uc-culture-3 .list .con {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #616161;
  text-align: justify;
}

@media (min-width: 992px) {
  .uc-culture-3 .list .name {
    font-size: 4rem;
  }
  .uc-culture-3 .list .en {
    font-size: 2rem;
  }
  .uc-culture-3 .list h3 {
    font-size: 2rem;
  }
  .uc-culture-3 .list .con {
    font-size: 1.125rem;
  }
}
.uc-culture-4 .title-box {
  margin-bottom: 2rem;
}
.uc-culture-4 .title-box h2 {
  font-size: 1.5rem;
}
.uc-culture-4 .title-box p {
  margin-top: 0.5rem;
}
.uc-culture-4 .list {
  position: relative;
}
.uc-culture-4 .list .part {
  margin-top: 1.5rem;
}
.uc-culture-4 .list .icon {
  display: none;
  overflow: hidden;
}
.uc-culture-4 .list .icon img {
  transition: all 0.3s linear;
}
.uc-culture-4 .list .icon:hover img {
  transform: scale(1.1, 1.1);
}
.uc-culture-4 .card {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(6, 0, 1, 0.11);
  position: relative;
  padding: 1.5rem 1.5rem 3rem;
  height: 100%;
}
.uc-culture-4 .card .number {
  width: 7.1875rem;
  height: 7.4375rem;
  background: url("images/culture-bg-3.png") right top no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 5rem;
  text-align: center;
  font-size: 3.125rem;
  padding-left: 1.25rem;
  color: #fff;
}
.uc-culture-4 .card h3 {
  font-size: 1.5rem;
}
.uc-culture-4 .card .item {
  margin-top: 1rem;
  position: relative;
  padding-left: 1rem;
}
.uc-culture-4 .card .item:after {
  content: "";
  width: 0.375rem;
  border-radius: 100%;
  height: 0.375rem;
  background-color: #c6000b;
  position: absolute;
  left: 0;
  top: 0.5625rem;
}

@media (min-width: 768px) {
  .uc-culture-4 .title-box h2 {
    font-size: 1.75rem;
  }
  .uc-culture-4 .list .part:nth-child(1), .uc-culture-4 .list .part:nth-child(2) {
    margin-top: 0;
  }
  .uc-culture-4 .list .icon {
    width: 6rem;
    border-radius: 100%;
    height: 6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }
}
@media (min-width: 992px) {
  .uc-culture-4 .title-box h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .uc-culture-4 .title-box h2 {
    font-size: 2.25rem;
  }
}
/* |07|首页|index| */
.uc-index-1 .item {
  display: block;
  width: 100%;
}
.uc-index-1 .item img {
  display: block;
}

.uc-index-2 .swiper-container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.uc-index-2 .swiper-slide {
  padding: 0.5rem 0;
}
.uc-index-2 .card {
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
  padding: 3rem 1rem 3.5rem;
  background-color: #f9f9f9;
}
.uc-index-2 .card:hover {
  box-shadow: 0px 1px 6.93px 0.07px rgba(198, 0, 11, 0.19);
  background-color: #fff;
}
.uc-index-2 .card:hover h3 {
  color: #c6000b;
}
.uc-index-2 .card:hover .uc-btn {
  background-color: #c6000b;
  color: #fff;
}
.uc-index-2 .card h3 {
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
.uc-index-2 .card .con {
  line-height: 1.625rem;
  height: 4.875rem;
  overflow: hidden;
  color: #555555;
}
.uc-index-2 .card .btm {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-index-2 .card .uc-btn {
  width: 100%;
  max-width: 8rem;
  background-color: #fff;
  color: #909090;
  font-size: 0.875rem;
}
.uc-index-2 .card .uc-btn:hover {
  background-color: #c6000b;
  color: #fff;
}
.uc-index-2 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
.uc-index-2 .operate .btn {
  text-align: center;
  cursor: pointer;
  width: 1.5rem;
  border-radius: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1.25rem;
  outline: none;
  background-color: #dadada;
  color: #fff;
  margin: 0 0.5rem;
  transition: all 0.3s linear;
}
.uc-index-2 .operate .btn:hover {
  background-color: #c6000b;
}
.uc-index-2 .list li {
  margin-bottom: 1.25rem;
}

.uc-index-3 {
  background-color: #f9f9f9;
}
.uc-index-3 .tab-con {
  display: none;
}
.uc-index-3 .tab-con:first-child {
  display: block;
}
.uc-index-3 .list li {
  margin-bottom: 1rem;
}
.uc-index-3 .card {
  background-color: #fff;
  display: block;
  transition: all 0.3s linear;
  overflow: hidden;
  position: relative;
  top: 0;
}
.uc-index-3 .card img {
  transition: all 0.3s linear;
}
.uc-index-3 .card:hover img {
  transform: scale(1.1, 1.1);
}
.uc-index-3 .card .img {
  overflow: hidden;
}
.uc-index-3 .card img {
  display: block;
}
.uc-index-3 .card .btm {
  padding: 0.625rem 1rem;
  text-align: center;
}
.uc-index-3 .card h3 {
  font-size: 1.125rem;
}
.uc-index-3 .card .line {
  width: 1.25rem;
  height: 1px;
  background-color: #cacaca;
  transition: all 0.3s linear;
  margin: 0.3125rem auto 1rem;
  transition: all 0.3s linear;
}
.uc-index-3 .card .txt {
  font-size: 0.875rem;
  color: #616161;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-index-3 .card .icon {
  color: #d9d9d9;
  text-align: center;
  margin-top: 0.3125rem;
  font-size: 1.5rem;
}
.uc-index-3 .card:hover {
  background-color: #c6000b;
  color: #fff;
  top: -0.3125rem;
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
}
.uc-index-3 .card:hover .txt {
  color: #fff;
}
.uc-index-3 .operate {
  padding-top: 2rem;
}
.uc-index-3 .operate .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}
.uc-index-3 .operate .btn {
  font-size: 1.5rem;
  color: #c6000b;
  line-height: 1.75rem;
}
.uc-index-3 .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-index-3 .filter .item {
  line-height: 1.75rem;
  text-align: center;
  padding: 0 0.625rem;
  background-color: #fff;
  transition: all 0.3s linear;
  min-width: 9.375rem;
  margin-right: 0.625rem;
  font-size: 0.875rem;
}
.uc-index-3 .filter .item.on, .uc-index-3 .filter .item:hover {
  background-color: #c6000b;
  color: #fff;
}
.uc-index-3 .swiper-box3 {
  margin-top: 1rem;
}
.uc-index-3 .swiper-box3 .swiper-slide {
  width: auto !important;
}
.uc-index-3 .swiper-box3 .item {
  line-height: 1.75rem;
  text-align: center;
  padding: 0 0.625rem;
  background-color: #fff;
  transition: all 0.3s linear;
  min-width: 9.375rem;
  margin-right: 0.625rem;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-index-3 .swiper-box3 .item.on, .uc-index-3 .swiper-box3 .item:hover {
  background-color: #c6000b;
  color: #fff;
}

@media (min-width: 768px) {
  .uc-index-3 .operate {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .uc-index-3 .operate .con {
    margin-top: 0;
    flex: 1;
    min-width: 0;
  }
  .uc-index-3 .swiper-box3 {
    flex: 1;
    min-width: 0;
    margin-top: 0;
  }
}
.uc-index-4 .swiper-container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.uc-index-4 .swiper-slide {
  padding: 0.5rem 0;
}
.uc-index-4 .card {
  box-shadow: 0px 0px 8px 0px rgba(6, 0, 1, 0.05);
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
  padding: 4rem 1rem 2rem;
}
.uc-index-4 .card:hover {
  box-shadow: 0px 1px 6.93px 0.07px rgba(198, 0, 11, 0.19);
}
.uc-index-4 .card .icon {
  width: 5rem;
  border-radius: 100%;
  height: 5rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0px 0px 8px 0px rgba(6, 0, 1, 0.05);
}
.uc-index-4 .card .icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-index-4 .card h3 {
  font-size: 1.375rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
.uc-index-4 .card .con {
  font-size: 0.875rem;
  line-height: 1.625rem;
  height: 6.5rem;
  overflow: hidden;
  color: #555555;
}

.uc-index-5 {
  background-color: #f9f9f9;
}
.uc-index-5 .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5rem;
}
.uc-index-5 .filter .item {
  margin: 0 0.5rem 0.5rem;
  background-color: #e1e1e1;
  width: 7.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 0.875rem;
  transition: all 0.3s linear;
}
.uc-index-5 .filter .item.on, .uc-index-5 .filter .item:hover {
  background-color: #c6000b;
  color: #fff;
}
.uc-index-5 .list li {
  margin-bottom: 1rem;
}
.uc-index-5 .list .item {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
}
.uc-index-5 .list .item img {
  transition: all 0.3s linear;
}
.uc-index-5 .list .item:hover img {
  transform: scale(1.1, 1.1);
}
.uc-index-5 .list img {
  display: block;
}
.uc-index-5 .tab-con {
  display: none;
}
.uc-index-5 .tab-con:first-child {
  display: block;
}

.uc-index-6 .contact {
  padding-bottom: 2rem;
}
.uc-index-6 .contact .item {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2rem;
}
.uc-index-6 .contact img {
  display: block;
  margin-right: 0.625rem;
  width: 2.5rem;
  border-radius: 100%;
  height: 2.5rem;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(6, 0, 1, 0.12);
}
.uc-index-6 .contact a {
  transition: all 0.3s linear;
}
.uc-index-6 .form {
  max-width: 54.375rem;
  margin: 0 auto;
}
.uc-index-6 .form li {
  margin-bottom: 1.875rem;
  position: relative;
  font-size: 0.875rem;
}
.uc-index-6 .form .uc-input {
  height: 3.125rem;
  padding-left: 2.5rem;
}
.uc-index-6 .form .uc-textarea {
  height: 10rem;
  padding-top: 0.75rem;
  line-height: 1.5rem;
  text-indent: 2em;
}
.uc-index-6 .form img {
  position: absolute;
  left: 1.25rem;
  top: 0.8125rem;
}
.uc-index-6 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-index-6 .operate .uc-btn {
  width: 11.25rem;
  height: 3.125rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .uc-index-6 .contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .uc-index-6 .contact .item {
    margin-right: 0;
  }
  .uc-index-6 .contact .line {
    width: 1px;
    height: 1.875rem;
    background-color: #ededed;
    margin: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .uc-index-6 .contact {
    padding-bottom: 3rem;
  }
  .uc-index-6 .contact .line {
    margin: 0 1.5rem;
  }
}
/* |08|投资者关系列表|investor| */
.uc-investor-1 .panel {
  margin-bottom: 1.5rem;
  background-color: #f9f9f9;
  padding: 2.25rem 1.5rem 1.5rem;
}
.uc-investor-1 .title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: #ddd 1px dotted;
  padding-bottom: 0.3125rem;
  margin-bottom: 1.5rem;
}
.uc-investor-1 .other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-investor-1 .other .part, .uc-investor-1 .other .item {
  font-size: 0.875rem;
  line-height: 1.375rem;
  width: 25%;
}
.uc-investor-1 .other .money {
  width: 75%;
  color: #c6000b;
}
.uc-investor-1 .other .money b {
  font-size: 2.25rem;
}
.uc-investor-1 .other .tips {
  font-size: 0.75rem;
  color: #717171;
  line-height: 1.5em;
}
.uc-investor-1 .other .tips a {
  color: #717171;
}
.uc-investor-1 .other .tips a:hover {
  color: #c6000b;
}
.uc-investor-1 .other .item {
  margin-top: 1rem;
}
.uc-investor-1 .other .tips {
  margin-top: 1rem;
}
.uc-investor-1 .list li {
  margin-bottom: 1rem;
  background-color: #f9f9f9;
  line-height: 2em;
  padding-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-investor-1 .list .con {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 5em 0.5rem 1rem;
  position: relative;
  display: block;
  font-size: 0.875rem;
}
.uc-investor-1 .list time {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .uc-investor-1 .title {
    font-size: 1.75rem;
  }
  .uc-investor-1 .other .part, .uc-investor-1 .other .item, .uc-investor-1 .other .money {
    width: auto;
  }
  .uc-investor-1 .other .item, .uc-investor-1 .other .tips {
    margin-top: 0;
  }
  .uc-investor-1 .other .tips {
    max-width: 15.625rem;
  }
}
@media (min-width: 992px) {
  .uc-investor-1 .title {
    font-size: 2rem;
  }
  .uc-investor-1 .card {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .uc-investor-1 .title {
    font-size: 2.25rem;
  }
}
.uc-investor-2 {
  padding-top: 0;
}
.uc-investor-2 .title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.uc-investor-2 .info li {
  margin-bottom: 1.5rem;
}
.uc-investor-2 .card {
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0px 1px 6.93px 0.07px rgba(0, 0, 0, 0.09);
}
.uc-investor-2 .card .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.uc-investor-2 .card .item:last-child {
  margin-bottom: 0;
}
.uc-investor-2 .card img {
  display: block;
  margin-right: 0.625rem;
}

@media (min-width: 768px) {
  .uc-investor-2 .title {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .uc-investor-2 .title {
    font-size: 2rem;
  }
  .uc-investor-2 .card {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .uc-investor-2 .title {
    font-size: 2.25rem;
  }
}
/* |09|下载中心|download| */
.uc-download .tab-con {
  display: none;
}
.uc-download .tab-con:first-child {
  display: block;
}
.uc-download .list li {
  margin-bottom: 1.25rem;
}
.uc-download .card {
  background-color: #f4f4f4;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-download .card .img {
  width: 30%;
  max-width: 13.75rem;
  margin-right: 1rem;
  overflow: hidden;
}
.uc-download .card .img img {
  transition: all 0.3s linear;
}
.uc-download .card .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-download .card img {
  display: block;
}
.uc-download .card .right {
  flex: 1;
  min-width: 0;
}
.uc-download .card h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.uc-download .card .con {
  font-size: 0.875rem;
  line-height: 1.375rem;
  height: 4.125rem;
  overflow: hidden;
  opacity: 0.8;
  margin-bottom: 1.375rem;
  text-align: justify;
}
.uc-download .card .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-download .card .btm a:hover{color: #c6000b;}
.uc-download .card .uc-btn {
  width: 10.625rem;
  height: 2.8125rem;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-items: center;
  padding: 0 1rem;
  font-size: 0.875rem;
  color: #838383;
}
/*.uc-download .card .uc-btn:hover {
  background-color: #c6000b;
  color: #fff;
}*/
.uc-download .card .uc-btn:hover .i1 {
  display: none;
}
.uc-download .card .uc-btn:hover .i2 {
  display: block;
}
.uc-download .card .uc-btn img {
  margin: 0;
  display: block;
}
.uc-download .card .uc-btn .i2 {
  display: none;
}
/*.uc-download .card:hover .uc-btn {
  background-color: #c6000b;
  color: #fff;
}*/

/* |10|新闻详情|article| */
.uc-article h1 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 2rem;
}
.uc-article .info {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #666666;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-article .info li {
  margin-left: 2em;
}
.uc-article .info li:first-child {
  margin-left: 0;
}
.uc-article .box {
  line-height: 1.5em;
  text-align: justify;
  padding: 1rem 0;
}
.uc-article .box p {
  margin-bottom: 1em;
}
.uc-article .box img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-bottom: 1em;
}
.uc-article .share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
  font-size: 0.875rem;
}
.uc-article .share img {
  display: block;
}
.uc-article .share .i2 {
  display: none;
}
.uc-article .share .item {
  margin-right: 1rem;
}
.uc-article .share .item:hover .i1 {
  display: none;
}
.uc-article .share .item:hover .i2 {
  display: block;
}
.uc-article .prev-next {
  padding: 1rem 0;
  border-top: #ededed 1px dotted;
  border-bottom: #ededed 1px dotted;
  font-size: 0.875rem;
}
.uc-article .prev-next li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2em;
}
.uc-article .prev-next a {
  transition: all 0.3s linear;
  color: #505050;
}
.uc-article .prev-next a:hover {
  color: #c6000b;
}

@media (min-width: 768px) {
  .uc-article .prev-next {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .uc-article .prev-next li {
    max-width: 49%;
  }
}
/* |11|新闻中心列表|news| */
.uc-news {
  background-color: #f7f9fc;
}
.uc-news .swiper-box {
  position: relative;
  margin-bottom: 1.5rem;
}
.uc-news .swiper-box .btn {
  text-align: center;
  cursor: pointer;
  width: 2.5rem;
  border-radius: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  outline: none;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  transition: all 0.3s linear;
  color: #fff;
}
.uc-news .swiper-box .btn:hover {
  background-color: #c6000b;
  color: #fff;
}
.uc-news .swiper-box .btn.btn-prev {
  left: -1rem;
}
.uc-news .swiper-box .btn.btn-next {
  right: -1rem;
}
.uc-news .card {
  background-color: #fff;
  padding: 2rem 2rem 0;
  text-align: left;
  overflow: hidden;
  transition: all 0.3s linear;
}
.uc-news .card img {
  transition: all 0.3s linear;
}
.uc-news .card:hover img {
  transform: scale(1.1, 1.1);
}
.uc-news .card:hover {
  background-color: #c6000b;
  color: #fff;
}
.uc-news .card:hover a {
  color: #fff;
}
.uc-news .card:hover .btn-detaifl {
  color: #fff;
  border-top-color: #fff;
}
.uc-news .card .time {
  font-size: 0.75rem;
  opacity: 0.8;
}
.uc-news .card h3 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  height: 3.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.uc-news .card .img {
  overflow: hidden;
  margin-bottom: 1rem;
}
.uc-news .card .img img {
  display: block;
}
.uc-news .card .con {
  font-size: 0.75rem;
  line-height: 1.5rem;
  text-align: justify;
  height: 6rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.uc-news .card .btn-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: #ededed 1px solid;
  padding: 1.5rem 0;
  font-size: 0.875rem;
  color: #999999;
}
.uc-news .list li {
  margin-bottom: 1.25rem;
  background-color: #fff;
  transition: all 0.3s linear;
}
.uc-news .list li:hover {
  background-color: #c6000b;
}
.uc-news .list li:hover .item {
  color: #fff;
}
.uc-news .list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
}
.uc-news .list .date {
  width: 30%;
  max-width: 11.875rem;
  text-align: center;
}
.uc-news .list .date .day {
  font-size: 1.5rem;
}
.uc-news .list .date .txt {
  opacity: 0.8;
}
.uc-news .list .center {
  flex: 1;
  min-width: 0;
  padding-right: 2rem;
}
.uc-news .list h3 {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
}
.uc-news .list .con {
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .uc-news .list .item {
    padding-right: 2rem;
  }
  .uc-news .list .center {
    padding: 0.625rem 2rem;
    border-left: #ededed 1px solid;
  }
  .uc-news .list .center:first-child {
    border-left: none;
  }
  .uc-news .list .btn {
    opacity: 0.8;
  }
}
@media (min-width: 992px) {
  .uc-news .swiper-box .btn.btn-prev {
    left: -4rem;
  }
  .uc-news .swiper-box .btn.btn-next {
    right: -4rem;
  }
}
/* |12|行业贡献|contribution| */
.uc-contribution .swiper-box {
  position: relative;
}
.uc-contribution .swiper-box .btn {
  text-align: center;
  cursor: pointer;
  width: 2.5rem;
  border-radius: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  outline: none;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  transition: all 0.3s linear;
  color: #fff;
}
.uc-contribution .swiper-box .btn:hover {
  background-color: #c6000b;
  color: #fff;
}
.uc-contribution .swiper-box .btn.btn-prev {
  left: 0;
}
.uc-contribution .swiper-box .btn.btn-next {
  right: 0;
}
.uc-contribution .swiper-box .card {
  margin: 0 auto;
}
.uc-contribution .swiper-box .card img {
  display: block;
  max-width: 11.875rem;
  margin: 0 auto 0.625rem;
}
.uc-contribution .swiper-box .card .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.uc-contribution .swiper-box .card:hover .name {
  color: #c6000b;
}
.uc-contribution .swiper-slide {
  transition: 300ms;
  transform: scale(0.6);
  opacity: 0.5;
}
.uc-contribution .swiper-slide img {
  display: block;
}
.uc-contribution .swiper-slide.swiper-slide-prev, .uc-contribution .swiper-slide.swiper-slide-next {
  transform: scale(0.8);
  opacity: 0.8;
  z-index: 88;
}
.uc-contribution .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 99;
}
.uc-contribution .title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.uc-contribution .list li {
  border-bottom: #ededed 1px dotted;
  padding: 1rem 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.uc-contribution .list li img {
  transition: all 0.3s linear;
}
.uc-contribution .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-contribution .list li:last-child {
  margin-bottom: 0;
}
.uc-contribution .list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-contribution .list .img {
  width: 30%;
  max-width: 10.1875rem;
  margin-right: 2rem;
}
.uc-contribution .list .right {
  flex: 1;
  min-width: 0;
}
.uc-contribution .list h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.uc-contribution .list .con {
  font-size: 0.875rem;
  text-align: justify;
  line-height: 1.625rem;
  height: 3.25rem;
  overflow: hidden;
  color: #666666;
}
.uc-contribution .uc-prvNxt {
  padding-top: 0;
}

@media (min-width: 768px) {
  .uc-contribution .title {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .uc-contribution .title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .uc-contribution .title {
    font-size: 2.25rem;
  }
}
/* |13|视频|video| */
.uc-video .list li {
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
  top: 0;
  transition: all 0.3s linear;
}
.uc-video .list li img {
  transition: all 0.3s linear;
}
.uc-video .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-video .list li:hover {
  top: -0.625rem;
}
.uc-video .list .img {
  overflow: hidden;
  margin-bottom: 1rem;
}
.uc-video .list img {
  display: block;
}
.uc-video .list h3 {
  font-size: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-video .list p {
  font-size: 0.875rem;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.625rem;
}