@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: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1137px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1138px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1139px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

body {
  font-size: 0.875rem;
  color: #333333;
  background: #ffffff;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  border-radius: 0.375rem;
}
body::-webkit-scrollbar-track {
  border-radius: 0.3125rem;
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0.3125rem;
  background-color: rgba(0, 48, 107, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 48, 107, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

::-moz-selection {
  background: #00306b;
  color: #fff;
}

::selection {
  background: #00306b;
  color: #fff;
}

::-moz-selection {
  background: #00306b;
  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: #fafafa;
}

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

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

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

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

.uc-mla {
  margin-left: auto;
}

.uc-mra {
  margin-right: auto;
}

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

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

.uc-blue {
  color: #00306b !important;
}

.uc-black {
  color: #333333 !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,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") 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;
}

.g-main {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .g-main {
    padding: 3rem 1vw;
  }
}
@media (min-width: 992px) {
  .g-main {
    padding: 4rem 3vw;
  }
}
@media (min-width: 1200px) {
  .g-main {
    padding: 5rem 4vw;
  }
}
.g-sideMenu {
  margin-bottom: 2rem;
}
.g-sideMenu .item {
  display: block;
  margin-bottom: 1px;
  line-height: 3em;
  padding: 0 1em;
}
.g-sideMenu .item.on, .g-sideMenu .item:hover {
  background-color: #00306b;
  color: #fff;
}

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

.uc-phColor {
  color: #ddd;
}

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

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

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

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

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

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

.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: 0.3125rem;
  padding: 0 0.625rem;
}
.uc-btn img {
  margin-right: 0.625rem;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.blue {
  background-color: #00306b;
  border: #00306b 1px solid;
  color: #fff;
}
.uc-btn.blue-linear {
  background: linear-gradient(to right, rgba(0, 48, 107, 0.7) 0%, #00306b 100%);
  color: #fff;
}
.uc-btn.blue-plain {
  color: #00306b;
  border: #00306b 1px solid;
}
.uc-btn.blue-plain:hover {
  opacity: 1;
  background-color: #00306b;
  color: #fff;
}
.uc-btn.black {
  background-color: #333333;
  border: #333333 1px solid;
  color: #fff;
}
.uc-btn.black-linear {
  background: linear-gradient(to right, rgba(51, 51, 51, 0.7) 0%, #333333 100%);
  color: #fff;
}
.uc-btn.black-plain {
  color: #333333;
  border: #333333 1px solid;
}
.uc-btn.black-plain:hover {
  opacity: 1;
  background-color: #333333;
  color: #fff;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}

.uc-prvNxt {
  padding: 2.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-prvNxt a {
  min-width: 2.25rem;
  height: 2.25rem;
  display: inline-block;
  line-height: 2.25rem;
  margin: 0 0.375rem;
  text-align: center;
  color: #999999;
  background-color: #e8e8e8;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.uc-prvNxt a:hover, .uc-prvNxt a.on {
  background-color: #00306b;
  border-color: #00306b;
  color: #fff;
}
.uc-prvNxt a.big {
  min-width: 6em;
}

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

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.g-banner img {
  display: block;
}
.g-banner video {
  display: block;
  background-color: #000;
}

footer {
  overflow: hidden;
  background-color: #00306b;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
footer .code {
  width: 9.0625rem;
  height: 9.0625rem;
  margin: 0 auto 2rem;
}
footer .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer > div {
  margin-left: -5px;
  margin-right: -5px;
}

.header-phone {
  height: 50px;
  color: #fff;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #000000;
  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: 36px;
}
.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: #eeeeee 1px solid;
}
.alert-menu .list li {
  line-height: 40px;
  border-bottom: #eeeeee 1px solid;
}
.alert-menu .list li > a {
  display: block;
}
.alert-menu .list li.on {
  color: #00306b;
}
.alert-menu .list li.on > a {
  color: #00306b;
}
.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: #eeeeee 1px solid;
  display: none;
  background-color: #fafafa;
  padding-left: 10px;
}
.alert-menu .subMenu a {
  display: block;
}
.alert-menu .search-box {
  padding: 10px 15px;
  position: relative;
}
.alert-menu .search-box .uc-input {
  height: 36px;
  background-color: #fafafa;
}
.alert-menu .search-box .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

body {
  padding-top: 50px;
}

@media (min-width: 768px) {
  body {
    padding-top: 0;
  }
}
.header-pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 990;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  padding-left: 1vw;
  height: 6.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  transition: all 0.3s linear;
}
.header-pc > div {
  margin-left: -5px;
  margin-right: -5px;
}
.header-pc .logo {
  margin: 0 2vw;
}
.header-pc .logo img {
  display: block;
  width: 11.75rem;
}
.header-pc .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-pc .operate .btn {
  width: 6.1875rem;
  height: 6.1875rem;
  border-left: rgba(255, 255, 255, 0.12) 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.header-pc .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-pc .list li {
  padding: 0 1.5rem;
  line-height: 6.1875rem;
  position: relative;
  height: 6.1875rem;
  font-size: 18px;
  margin-left: 1px;
  transition: all 0.3s linear;
}
.header-pc .list li:after {
  content: "";
  width: 0;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease-in;
}
.header-pc .list li.on:after, .header-pc .list li:hover:after {
  width: 100%;
}
.header-pc .list li:hover .subMenu {
  display: block;
  height: auto;
}
.header-pc .list li:hover .subMenu .con {
  margin-top: 0;
}
.header-pc .list a {
  color: #fff;
}
.header-pc .subMenu {
  top: 6.1875rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
}
.header-pc .subMenu .con {
  width: 12rem;
  background-color: #f5f5f5;
  position: relative;
  margin-top: 1.5rem;
  transition: all 0.3s ease-in;
  font-size: 1rem;
}
.header-pc .subMenu a {
  display: block;
  line-height: 3rem;
  text-align: center;
  color: #333333;
}
.header-pc .subMenu a:hover {
  background-color: #00306b;
  color: #fff;
}
.header-pc.fixed {
  background: rgba(0, 0, 0, 0.9);
  background: #000;
  border: none;
}

@media (min-width: 992px) {
  .header-pc {
    padding-left: 2vw;
  }
  .header-pc .list li {
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .header-pc {
    padding-left: 3vw;
  }
  .header-pc .list li {
    padding: 0 2.5rem;
  }
}
.g-title {
  text-align: center;
  margin-bottom: 1rem;
}
.g-title h2 {
  font-size: 2.5rem;
}
.g-title p {
  font-size: 1rem;
  color: #666666;
}

@media (min-width: 768px) {
  .g-title h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .g-title {
    margin-bottom: 2rem;
  }
  .g-title h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .g-title h2 {
    font-size: 4rem;
  }
}
/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
body {
  overflow-x: hidden;
}

/* |01|案例|cases| */
/* |02|案例详情|caseDetail| */
/* |03|产品详情页|detail| */
.uc-detail {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.uc-detail .title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 1em;
}
.uc-detail .desc {
  font-size: 1.25rem;
  line-height: 1.5em;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2em;
  text-align: center;
  margin-bottom: 2rem;
}
.uc-detail .tips {
  text-align: center;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.5em;
}
.uc-detail .img-box {
  margin-bottom: 3rem;
  padding: 0;
}
.uc-detail .img-box .col-24 {
  padding: 0;
  margin: 0;
}
.uc-detail .img-box img {
  display: block;
  width: 100%;
}
.uc-detail .box {
  margin-bottom: 3rem;
}
.uc-detail .box img {
  width: 100%;
  display: block;
}
.uc-detail .box .filter {
  border-bottom: #e6eefb 1px solid;
}
.uc-detail .bg {
  padding: 1px 0;
  background-color: #fafafa;
}
.uc-detail .filter {
  font-size: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
.uc-detail .filter .item {
  color: #333333;
  line-height: 6.25rem;
  margin-left: 1em;
}
.uc-detail .filter .item:first-child {
  margin-left: 0;
}
.uc-detail .filter .item.on {
  color: #00306b;
  font-weight: bold;
  position: relative;
}
.uc-detail .filter .item.on:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #00306b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
}
.uc-detail .filter.small {
  margin-bottom: 2.5rem !important;
  margin-top: -2rem;
}
.uc-detail .filter.small .item {
  line-height: 3.125rem;
}
.uc-detail .filterBD {
  margin-bottom: 2.5rem;
}
.uc-detail .filterBD:last-child {
  margin-bottom: 0;
}
.uc-detail .filterBD .txt {
  line-height: 2em;
  text-align: center;
}
.uc-detail .tab-con {
  display: none;
}
.uc-detail .tab-con:first-child {
  display: block;
}
.uc-detail .list li {
  margin-bottom: 2rem;
}
.uc-detail .list .img {
  margin-bottom: 1rem;
}
.uc-detail .card {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.uc-detail .card h3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}
.uc-detail .card .con {
  color: #999999;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 2rem;
  min-height: 4.5em;
}
.uc-detail .card .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-detail .card .uc-btn {
  line-height: 3rem;
  height: 3rem;
  min-width: 10rem;
  text-align: center;
  border-radius: 0;
}
.uc-detail .card .uc-btn:hover {
  background-color: #00306b;
}

@media (min-width: 768px) {
  .uc-detail {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .uc-detail .title {
    font-size: 3rem;
  }
  .uc-detail .title, .uc-detail .desc, .uc-detail .tips, .uc-detail .box, .uc-detail .filterBD {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .uc-detail .img-box, .uc-detail .box {
    margin-bottom: 3rem;
  }
  .uc-detail .filter {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .uc-detail {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .uc-detail .title {
    font-size: 4rem;
  }
  .uc-detail .title, .uc-detail .desc, .uc-detail .tips, .uc-detail .box, .uc-detail .filterBD {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .uc-detail .img-box, .uc-detail .box {
    margin-bottom: 4.5rem;
  }
  .uc-detail .filter {
    margin-bottom: 2rem;
  }
  .uc-detail .filter .item {
    margin-left: 4em;
    font-size: 1.5rem;
  }
  .uc-detail .card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .uc-detail {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .uc-detail .title {
    font-size: 5rem;
  }
  .uc-detail .title, .uc-detail .desc, .uc-detail .tips, .uc-detail .box, .uc-detail .filterBD {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .uc-detail .img-box, .uc-detail .box {
    margin-bottom: 5.625rem;
  }
  .uc-detail .filter {
    margin-bottom: 2.5rem;
  }
  .uc-detail .card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* |04|产品中心|products| */
.uc-products .list li {
  margin-bottom: 2rem;
}
.uc-products .list .card {
  background-color: #fafafa;
  border-radius: 5px;
  padding: 0.625rem;
}
.uc-products .list .img {
  margin-bottom: 1rem;
}
.uc-products .list h3 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.uc-products .list .con {
  line-height: 1.5em;
  color: #999999;
  text-align: center;
  margin-bottom: 1rem;
}
.uc-products .list .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.uc-products .list .uc-btn {
  line-height: 3rem;
  height: 3rem;
  min-width: 10rem;
  text-align: center;
  border-radius: 0;
}
.uc-products .list .uc-btn:hover {
  background-color: #00306b;
}

@media (min-width: 992px) {
  .uc-products .list li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* |05|关于我们|about| */
/* |06|解决方案|solution| */
/* |07|首页|home| */
.uc-home-1 {
  padding-top: 2rem;
}
.uc-home-1 .detail {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-home-1 .detail h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.uc-home-1 .detail .txt {
  margin-bottom: 2rem;
  line-height: 1.5em;
  font-size: 1.25rem;
}
.uc-home-1 .detail .con {
  line-height: 1.5em;
  text-align: justify;
  color: #666666;
  margin-bottom: 2rem;
}
.uc-home-1 .detail .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.uc-home-1 .detail .uc-btn {
  width: 11.25rem;
  border-radius: 3.375rem;
  height: 3.375rem;
}

@media (min-width: 768px) {
  .uc-home-1 {
    padding: 3rem 0 0 1vw;
  }
}
@media (min-width: 992px) {
  .uc-home-1 {
    padding: 4rem 0 0 3vw;
  }
}
@media (min-width: 1200px) {
  .uc-home-1 {
    padding: 5rem 0 0 4vw;
  }
}
.uc-home-2 {
  padding-top: 2rem;
}
.uc-home-2 .list li {
  margin-bottom: 0.5rem;
}
.uc-home-2 .card {
  display: block;
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
.uc-home-2 .card img {
  transition: all 0.3s linear;
}
.uc-home-2 .card:hover img {
  transform: scale(1.1, 1.1);
}
.uc-home-2 .card .btm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  color: #fff;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}
.uc-home-2 .card h3 {
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .uc-home-2 {
    padding: 3rem 1vw 0;
  }
}
@media (min-width: 992px) {
  .uc-home-2 {
    padding: 4rem 3vw 0;
  }
}
@media (min-width: 1200px) {
  .uc-home-2 {
    padding: 5rem 4vw 0;
  }
}
.uc-home-3 {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .uc-home-3 {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .uc-home-3 {
    padding-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .uc-home-3 {
    padding-top: 5rem;
  }
}
.uc-home-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.uc-home-4 .title h2 {
  font-size: 3.75rem;
  font-weight: bold;
}
.uc-home-4 .title p {
  font-size: 1.5rem;
}
.uc-home-4 .operate {
  padding: 4rem 0;
}
.uc-home-4 .operate .uc-btn {
  height: 4rem;
  border-radius: 4rem;
  width: 100%;
  max-width: 18.75rem;
  color: #00306b;
}
.uc-home-4 .operate .uc-btn:hover {
  background-color: #00306b;
  border-color: #00306b;
  color: #fff;
}
.uc-home-4 .list {
  background-color: #fafafa;
  padding: 1rem;
}
.uc-home-4 .list li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: #e1e1e1 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home-4 .list li:last-child {
  border-bottom: none;
}
.uc-home-4 .list .img {
  overflow: hidden;
  width: 40%;
  max-width: 20rem;
}
.uc-home-4 .list .img img {
  transition: all 0.3s linear;
}
.uc-home-4 .list .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-home-4 .list .img img {
  display: block;
}
.uc-home-4 .list .right {
  flex: 1;
  min-width: 0;
  margin-left: 1rem;
}
.uc-home-4 .list p {
  color: #666666;
}
.uc-home-4 .list h3 {
  font-size: 1.5rem;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-home-4 .list .con {
  line-height: 1.5em;
  color: #666666;
  text-align: justify;
  max-height: 3em;
  overflow: hidden;
}
.case-list .row {
  display: flex;
}
.case-list .img-desc {
  margin-left: 3.125rem;
  letter-spacing: 2px;
  padding-top: 3rem;
  flex: 1;
  padding-right: 12.5rem;
  min-width: 0;
}
.case-list .offset-sm-1 {
  height: 220px;
  overflow: hidden;
  padding: 0;
  width: 400px;
}
.case-list .offset-sm-1 img {
  height: 100%;
  width: 100%;
}
.case-list .offset-sm-1 img:hover {
  transform: scale(1.1);
}
.case-list .img-desc h4 {
  font-size: 18px;
  margin: 1.25rem 0 1.25rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-list .img-desc h4:hover {
  color: #00306b;
  cursor: pointer;
}
.case-list .img-desc p {
  line-height: 20px;
  margin-bottom: 1.25rem;
  font-size: 14px;
  color: #787878;
  max-height: 70px; /* 限制最大高度 */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 行数 = 最大高度/行高 (70/20≈3.5，取3) */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.case-list .img-desc a {
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 14px;
  color: #000;
}
.case-list .row {
  margin-top: 4.375rem;
}
.case-detail {
  padding: 5rem 7.5rem;
}
.case-detail .left-con .title {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #ededed;
  text-align: center;
  min-height: 3.75rem;
  word-break: break-all;
}
.case-detail .left-con {
  padding-right: 7.5rem;
}
.case-detail .left-con .desc {
  line-height: 5rem;
  height: 5rem;
  font-size: 12px;
  color: #787878;
  display: flex;
  justify-content: space-between; /* 两端对齐 */
  align-items: center; /* 垂直居中（可选） */
}


.case-detail .left-con .desc img {
  width: 15px;
  cursor: pointer;
  margin-left: 5px;
}
.case-detail .left-con .desc .shink {
  display: flex;
  align-items: center;
}
.case-detail .left-con .desc img:nth-child(2) {
  width: 17px;
}
.case-detail .left-con .desc img:nth-child(3) {
  width: 17px;
}
.case-detail .left-con .introduction {
  font-size: 16px;
  color: #787878;
  letter-spacing: 2px;
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  padding: 1.875rem;
  line-height: 24px;
  word-break: break-all;
}
.case-detail .left-con .introduction span {
  color: #000;
}
.case-detail .left-con .content-body p{
  margin-top: 1.875rem;
  line-height: 28px;
  color: #6f6f6f;
  word-break: break-all;
}
.case-detail .left-con .content-body img{
  margin-top: 1.875rem;
  height: 46rem;
  width: unset;
}
.case-detail .left-con .change{
  display: flex;
  justify-content: space-between; /* 两端对齐 */
  gap: 5rem;
  margin-top: 3.125rem;
}
.case-detail .left-con .change div{
  flex: 1;
  height: 3.125rem;
  line-height: 3.125rem;
  text-indent: 1.25rem;
  background-color: #00306b;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-detail .left-con .change div a {
  color: #fff;
}
.case-detail .left-con .change .next{
  background-color: #b1b1b1;
}
.case-detail .right-con {
  max-width: 18.75rem;
  padding: 0;
}
.case-detail .right-con .title{
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #ededed;
  text-align: center;
  height: 3.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.case-detail .right-con .title img{
  width: 20px;
  margin-right: 20px;
}
.case-detail .right-con .case-item {
  margin-top: 1.875rem;
  overflow: hidden;
  cursor: pointer;
  width: 18.75rem;
}
.case-detail .right-con .case-item img{
  vertical-align: middle;
  width: 100%;
  height: 10rem;
}
.case-detail .right-con .case-item img:hover{
  transform: scale(1.1);
}
.case-detail .right-con .case-item p{
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f7f7f7;
  font-size: 14px;
  padding: 0 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 460px) {
  .case-detail {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .case-detail .row {
    margin: 0 auto;
    width: 100%;
  }
  .case-detail .left-con {
    padding-right: 0;
    padding-left: 0;
  }
  .case-detail .left-con .title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .case-detail .left-con .desc {
    display: block;
    height: 60px;
    line-height: 20px;
    margin-top: 10px;
  }
  .case-detail .left-con .introduction {
    font-size: 14px;
    padding: 15px;
  }
  .case-detail .left-con .desc span {
    margin-right: 20px;
  }
  .case-detail .left-con .desc .shink {
    float: right;
  }
  .case-detail .left-con .change {
    gap: 10px;
    margin-bottom: 20px;
  }
  .case-detail .right-con{
    width: 100%;
    max-width: 100%;
  }
  .case-detail .right-con .case-item{
    width: 100%;
    height: unset;
  }
  .case-detail .right-con .case-item img{
    height: unset;
  }
  .case-detail .right-con .title{
    font-size: 18px;
  }
  .case-list .row {
    margin-top: 20px;
  }
}
.about{
  padding-right: 9.375rem;
  padding-left: 9.375rem;
  padding-top: 6.25rem;
}
.about .desc {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 3px;
  text-indent: 2em;
  word-break: break-all;
}
.about .title {
  font-size: 4rem;
  text-align: center;
  margin-top: 5rem;
}
.about .info {
  font-size: 16px;
  line-height: 2.25rem;
  margin-bottom: 10px;
}
.about .img-box {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.about .img-box img{
  display: inline-block;
  vertical-align: middle;
  height: 28.125rem;
}
.about .img-box img:hover {
  transform: scale(1.05);
}
.about .img-box img:nth-child(1){
  width: calc(40.625rem - 1px);
  border-right: 1px solid #fff;
}
.about .img-box img:nth-child(2){
  flex: 1;
}
.about .img-box-1 img:nth-child(1){
  flex: 1;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.about .img-box-1 img:nth-child(2){
  border-top: 1px solid #fff;
  width: calc(40.625rem - 1px);
}
.about .box{
  width: 100%;
  height: 37.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.about .box .left {
  padding: 7.5rem 0 0 5rem;
  max-width: 440px;
}
.about .box .tit {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
.about .box p{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* 行数 = 最大高度/行高 (70/20≈3.5，取3) */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
}
.about .box .tab {
  width: 100%;
  padding: 0 5rem;
  position: absolute;
  height: 7.5rem;
  display: flex;
  align-items: center;
  bottom: 0;
  border-top: 1px solid #b3b5bd;
}
.about .tab .item {
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  color: #fff;
  flex: 1;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.about .tab .item img{
  width: 3.75rem;
  margin-right: 1.25rem;
}
.about .tab .item div {
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  height: 100%;
  border-top: 3px solid rgba(255, 255, 255, 0);
}
.about .tab .item.on div{
  border-top: 3px solid #fff;
}
.about .form-box {
  margin-top: 2.5rem;
  /* height: 34.375rem; */
  overflow: hidden;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.about .liuyan {
  width: 100%;
  height: 31.25rem;
  padding: 6.25rem 0 0 5rem;
  color: #fff;
}
.about .liuyan .tit {
  font-size: 2.5rem;
  letter-spacing: 0.3125rem;
  font-weight: 700;
}
.about .liuyan .desc {
  font-size: 0.75rem;
  margin: 0.3125rem 0 1.5625rem;
  color: #b1b1b2;
  text-indent: 0px;
}
.about .liuyan .line {
  width: 7.5rem;
  height: 2px;
  background-color: #fff;
}
.about .form-content {
  height: 31.25rem;
  width: calc(100% - 12.5rem);
  margin: 0 auto;
  padding-top: 4.375rem;
  padding-bottom: 3.75rem;
}
.about .form-content input {
  background-color: #d2d2d2;
  height: 3.125rem;
  line-height: 3.125rem;
  outline: none;
  border: none;
  text-indent: 20px;
}
.about .form-content input{
  width: calc(100% - 6.25rem);
}
.about .form-content .col-24 {
  margin-top: 1.5625rem;
}
.about .form-content .submit-btn {
  height: 3.125rem;
  width: 12.5rem;
  text-align: center;
  line-height: 3.125rem;
  color: #fff;
  cursor: pointer;
  background-color: #00306b;
  margin-top: 3.125rem;
  margin-left: 40px;
}
.address-box {
  margin-top: 3.125rem;
}
.address-box .tit {
  text-align: center;
  color: #04336d;
  font-size: 1.75rem;
  height: 3.75rem;
}
.address-box .address-content {
  width: 100%;
  background-color: #fafafa;
  padding: 1.25rem 4vw 0;
  padding-bottom: 3.125rem;
}
.address-box .address-content .box {
  border-top: 1px solid #cdcdcd;
}
.address-box .address-content .box .addrss-item {
  margin-top: 3.75rem;
  display: flex;
  gap: 1.875rem;
}
.address-box .address-content .box .addrss-item .quanquan {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #00306b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4f4f4f;
}
.address-box .address-content .box .addrss-item .quanquan img {
  width: 1.25rem;
}
.address-box .address-content .box .addrss-item .content-address {
  flex: 1;
}
.address-box .address-content .box .addrss-item .name {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.address-box .address-content .box .addrss-item .address {
  font-size: 16px;
  margin: 0.9375rem 0;
  word-break: break-all;
}
.address-box .address-content .box .addrss-item .phone {
  font-size: 16px;
}
#map-container {
  width: 80%;
  height: 26.25rem;
 margin: 0 auto 10rem;
}
.sol-list {
  width: 100%;
  padding: 6.25rem 0 1.25rem 0;
}
/* .sol-list .sol-item {
  height: 33.75rem;
  margin-top: 7px;
} */
.sol-list .sol-item .col-24{
  height: 31.25rem;
}
.sol-list .sol-item img {
  height: 100%;
  vertical-align: middle;
}
.sol-list .sol-item .img-desc {
  height: 100%;
  padding: 9.375rem 6.25rem 0 9.375rem;
  overflow: hidden;
}
.sol-list .sol-item .img-desc img:hover {
  transform: scale(1.1);
}
.sol-list .sol-item .img-desc h4 {
  font-size: 2.5rem;
  color: #00306b;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sol-list .sol-item .img-desc p {
  margin: 3.125rem 0;
  font-size: 1.125rem;
  letter-spacing: 2px;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 行数 = 最大高度/行高 (70/20≈3.5，取3) */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}
.sol-list .sol-item .img-desc a{
  padding: 0 3.75rem;
  color: #fff;
  background-color: #00306b;
  line-height: 3.125rem;
  height: 3.125rem;
  display: inline-block;
}
.sol-list .uc-prvNxt{
  margin: 3.125rem 0;
}
@media (max-width: 460px) {
  .sol-list .sol-item .col-24 {
    height: unset;
    position: absolute;
    top: 0;
  }
  .sol-list {
    padding-top: 20px;
  }
  .sol-list .sol-item{
    position: relative;
    height: 440px;
  }
  .sol-list .sol-item .img-desc {
    padding: 40px;
    bottom: 0;
    top: unset;
    padding: 15px;
  }
  .sol-list .uc-prvNxt {
    margin: 0;
  }
  .about {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 20px;
  }
  .about .desc {
    font-size: 14px;
    line-height: 18px;
  }
  .about .title {
    font-size: 24px;
    margin-top: 20px;
  }
  .about .info {
    font-size: 12px;
  }
  .about .img-box img {
    height: 120px;
    cursor: pointer;
  }
  .about .img-box-1 {
    height: 120px;
    cursor: pointer;
  }
  .about .box{
    height: 300px;
  }
  .about .img-box img:nth-child(1){
    width: calc(40% - 1px);
    border-right: 1px solid #fff;
  }
  .about .img-box-1 img:nth-child(2){
    border-top: 1px solid #fff;
    width: calc(40% - 1px);
  }
  .about .box .left{
    padding: 30px 0 0 20px;
  }
  .about .box .left p{
    font-size: 14px;
  }
  .about .box .tit{
    font-size: 20px;
  }
  .about .box .tab{
    height: 60px;
    line-height: 60px;
    padding: 0;
  }
  .about .box .tab img{
    width: 20px;
  }
  .about .box .tab .item span {
    font-size: 14px;
  }
  .about .box .tab .item div {
    padding: 0;
  }
  .about .form-box .liuyan {
    padding: 30px 0 0 20px;
    height: 200px;
  }
  .about .form-box .desc {
    font-size: 12px;
  }
  .about .form-box .tit {
    font-size: 20px;
  }
  .about .form-box .form-content {
    padding: 20px;
    margin: 0;
    width: 100%;
    height: unset;
  }
  .about .box .left p {
    padding-right: 20px;
  }
  .about .form-box .form-content .col-24{
    margin-top: 15px;
  }
  .about .form-box .form-content .submit-btn{
    margin: 15px auto 0;
  }
  .address-box .address-content .box .addrss-item .content-address .name{
    font-size: 16px;
  }
  .address-box .address-content .box .addrss-item .content-address .address{
    font-size: 14px;
  }
  .address-box .address-content .box .addrss-item .content-address .phone{
    font-size: 14px;
  }
  #map-container {
    margin: 15px 0;
  }
  .case-list .row .offset-sm-1{
    width: 100%;
    height: unset;
  }
  .case-list .row .offset-sm-1 img{
    width: 100%;
  }
  .case-list {
    padding-top: 0;
  }
  .case-list .row .img-desc{
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-top: 0;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .uc-home-4 {
    padding: 3rem 0 3rem 1vw;
  }
  .uc-home-4 .list {
    padding-right: 1vw;
  }
  .uc-home-4 .title {
    color: #00306b;
  }
  .uc-home-4 .title h2 {
    font-size: 5rem;
  }
  .uc-home-4 .title p {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .uc-home-4 {
    padding: 4rem 0 4rem 3vw;
  }
  .uc-home-4 .list {
    padding-right: 3vw;
    padding: 2rem 3vw 2rem 4rem;
  }
  .uc-home-4 .list li {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .uc-home-4 .list .right {
    margin-left: 2rem;
  }
  .uc-home-4 .list h3 {
    margin-top: 2rem;
  }
  .uc-home-4 .title h2 {
    font-size: 6.25rem;
  }
  .uc-home-4 .title p {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .uc-home-4 {
    padding: 5rem 0 5rem 4vw;
  }
  .uc-home-4 .list {
    padding-right: 4vw;
  }
  .uc-home-4 .title h2 {
    font-size: 7.5rem;
  }
  .uc-home-4 .title p {
    font-size: 3rem;
  }
}