@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;
  }
}

.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;
}

.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: 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%;
  }
}
.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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

body {
  font-size: 0.875rem;
  color: #000;
  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(21, 209, 0, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(21, 209, 0, 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: #000;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #15D100;
  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: #15D100;
  color: #fff;
}

::selection {
  background: #15D100;
  color: #fff;
}

::-moz-selection {
  background: #15D100;
  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: #f7f7f7;
}

.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-green {
  color: #15D100 !important;
}

.uc-black {
  color: #000 !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;
  box-sizing: border-box !important;
  width: 100%;
}

.uc-phColor {
  color: #b3b3b3;
}

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

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

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: #ebebeb 1px solid;
  outline: none;
  height: 1.875rem;
  line-height: 1.75rem;
  border-radius: 0.5rem;
  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: #15D100;
}

.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.5rem;
  padding: 0 0.625rem;
}
.uc-btn img {
  margin-right: 0.625rem;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.green {
  background-color: #15D100;
  border: #15D100 1px solid;
  color: #000;
}
.uc-btn.green-linear {
  background: linear-gradient(to right, rgba(21, 209, 0, 0.7) 0%, #15D100 100%);
  color: #fff;
}
.uc-btn.green-plain {
  color: #15D100;
  border: #15D100 1px solid;
}
.uc-btn.green-plain:hover {
  opacity: 1;
  background-color: #15D100;
  color: #fff;
}
.uc-btn.green-light {
  background-color: rgba(21, 209, 0, 0.1);
  color: #15d100;
}
.uc-btn.green-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(21, 209, 0, 0.3);
}
.uc-btn.black {
  background-color: #000;
  border: #000 1px solid;
  color: #fff;
}
.uc-btn.black-linear {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, #000 100%);
  color: #fff;
}
.uc-btn.black-plain {
  color: #000;
  border: #000 1px solid;
}
.uc-btn.black-plain:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}
.uc-btn.black-light {
  background-color: rgba(0, 0, 0, 0.1);
  color: black;
}
.uc-btn.black-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(0, 0, 0, 0.3);
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}
.uc-btn.gray-light {
  background-color: rgba(153, 153, 153, 0.1);
  color: #999999;
}
.uc-btn.gray-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(153, 153, 153, 0.3);
}

.uc-tag {
  display: inline-block;
  border-radius: 0.1875rem;
  padding: 0 0.3125rem;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.green {
  background-color: #15D100;
  color: #fff;
}
.uc-tag.green-linear {
  background: linear-gradient(to right, rgba(21, 209, 0, 0.7) 0%, #15D100 100%);
}
.uc-tag.green-plain {
  color: #15D100;
  border: #15D100 1px solid;
}
.uc-tag.green-light {
  color: rgba(21, 209, 0, 0.7);
  background-color: rgba(21, 209, 0, 0.1);
}
.uc-tag.black {
  background-color: #000;
  color: #fff;
}
.uc-tag.black-linear {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, #000 100%);
}
.uc-tag.black-plain {
  color: #000;
  border: #000 1px solid;
}
.uc-tag.black-light {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.1);
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}
.uc-tag.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
}
.uc-tag.gray-plain {
  color: #636363;
  border: #ebebeb 1px solid;
}
.uc-tag.gray-light {
  color: rgba(153, 153, 153, 0.7);
  background-color: rgba(153, 153, 153, 0.1);
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert {
  position: fixed;
  z-index: 888;
  left: 0;
  width: 100vw;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
}
.uc-alert .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 0.625rem;
  background-color: #fff;
}
.uc-alert .scroll-box {
  padding: 1.875rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 60vh;
}
.uc-alert .scroll-box::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  border-radius: 0.375rem;
}
.uc-alert .scroll-box::-webkit-scrollbar-track {
  border-radius: 0.3125rem;
  background-color: transparent;
}
.uc-alert .scroll-box::-webkit-scrollbar-thumb {
  border-radius: 0.3125rem;
  background-color: rgba(21, 209, 0, 0.6);
}
.uc-alert .scroll-box::-webkit-scrollbar-thumb:hover {
  background: rgba(21, 209, 0, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.uc-alert .title {
  width: 100%;
  border-bottom: #ebebeb 1px solid;
  line-height: 5rem;
  font-size: 1.875rem;
  padding: 0 1.25rem;
}
.uc-alert .btn-close {
  width: 2.5rem;
  border-radius: 100%;
  height: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #15D100;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  transition: all 0.3s linear;
}
.uc-alert .btn-close:hover {
  background-color: #fff;
  color: #000;
}
.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: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.uc-alert {
  display: none;
}

.uc-alert-get {
  padding: 0.75rem;
  z-index: 1000;
}
.uc-alert-get .box-right {
  position: relative;
  z-index: 9;
  width: 100%;
  background-color: #fff;
  border-radius: 0.75rem;
  max-width: 50rem;
  margin-left: auto;
  height: calc(100vh - 1.5rem);
  padding: 4.375rem 1.5rem 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.uc-alert-get .intro {
  margin-bottom: 3rem;
}
.uc-alert-get .intro h2 {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
}
.uc-alert-get .intro .sub-name {
  font-weight: bold;
  margin-bottom: 1rem;
}
.uc-alert-get .intro .txt {
  opacity: 0.5;
  text-align: justify;
  line-height: 1.5em;
}
.uc-alert-get .step li {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5em;
  padding-bottom: 3rem;
  padding-left: 2rem;
}
.uc-alert-get .step li:before {
  content: "";
  width: 1px;
  height: calc(100% - 1.5rem);
  background-color: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 1.5rem;
  left: 0;
}
.uc-alert-get .step li:after {
  content: "";
  width: 0.3125rem;
  border-radius: 100%;
  height: 0.3125rem;
  background-color: #15D100;
  position: absolute;
  left: -0.125rem;
  top: 0.625rem;
}
.uc-alert-get .step li:last-child:before {
  display: none;
}
.uc-alert-get .contact {
  padding-bottom: 1.875rem;
}
.uc-alert-get .contact li {
  margin-bottom: 2.5rem;
}
.uc-alert-get .contact .uc-input {
  border-radius: 0;
  height: 2.5rem;
  border: none;
  border-bottom: #cccccc 1px solid;
}
.uc-alert-get .contact .uc-input:focus {
  border-bottom-color: #15D100;
}
.uc-alert-get .tips {
  margin-bottom: 3rem;
}
.uc-alert-get .tips img {
  width: 3.625rem;
  height: 1.375rem;
  display: block;
  margin-bottom: 0.5rem;
}
.uc-alert-get .tips .txt {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
}
.uc-alert-get .uc-btn {
  height: 5rem;
  font-size: 1.25rem;
  padding: 0 2rem;
}
.uc-alert-get .uc-btn .uc-font {
  color: #15D100;
  margin-right: 0;
  margin-left: auto;
  font-size: 1rem;
}
.uc-alert-get .uc-btn:hover .uc-font {
  color: #fff;
}

@media (min-width: 768px) {
  .uc-alert-get .intro {
    padding-right: 1rem;
  }
  .uc-alert-get .tips {
    margin-bottom: 0;
    height: 5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .uc-alert-get .uc-btn {
    max-width: 17.5rem;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .uc-alert-get .box-right {
    padding: 4.375rem 3rem 3rem;
  }
}
.uc-alert-five {
  z-index: 1000;
  padding-top: 4.25rem;
  padding-bottom: 8rem;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(170, 170, 170, 0.7);
}
.uc-alert-five .container {
  position: relative;
  z-index: 9;
}
.uc-alert-five .btn-close {
  z-index: 10;
  background-color: #fff;
  color: #000;
}
.uc-alert-five .btn-close:hover {
  background-color: #15D100;
  color: #000;
}
.uc-alert-five .three .item {
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  overflow: hidden;
  overflow: hidden;
}
.uc-alert-five .three .item img {
  transition: all 0.3s linear;
}
.uc-alert-five .three .item:hover img {
  transform: scale(1.1, 1.1);
}
.uc-alert-five .three img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-alert-five .main {
  border-radius: 0.75rem;
  background-color: #fff;
  margin-bottom: 0.5rem;
  padding: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.uc-alert-five .main .line {
  margin: 1.5rem 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}
.uc-alert-five .img-box img {
  display: block;
  max-width: 35rem;
}
.uc-alert-five .sub-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.uc-alert-five .list {
  margin-bottom: 2rem;
}
.uc-alert-five .list li {
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
  padding: 0.5rem;
}
.uc-alert-five .list li.on .card {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 1.5rem 1.25rem;
}
.uc-alert-five .list li.on .bd {
  display: block;
}
.uc-alert-five .list li.on .btn {
  display: none;
}
.uc-alert-five .list .card {
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
}
.uc-alert-five .list .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-alert-five .list .name {
  flex: 1;
  min-width: 0;
  line-height: 1.5em;
}
.uc-alert-five .list .btn {
  width: 2.875rem;
  border-radius: 100%;
  height: 2.875rem;
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0.03);
  color: #15D100;
  cursor: pointer;
  margin-left: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-alert-five .list .bd {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5em;
  text-align: justify;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  display: none;
  padding-right: 4.375rem;
}
.uc-alert-five .prev-next .item {
  border-radius: 0.75rem;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  height: 3.4375rem;
  width: calc(100% + 5px);
}
.uc-alert-five .prev-next .item:hover {
  background-color: #F0F0F0;
  color: #000;
}
.uc-alert-five .prev-next .item:hover .uc-font {
  background-color: #F5F5F5;
  color: #000;
}
.uc-alert-five .prev-next .uc-font {
  color: #15D100;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  border-radius: 100%;
  height: 2.5rem;
}
.uc-alert-five .prev-next .col-12:first-child {
  margin-right: -5px;
  margin-left: 0;
}
.uc-alert-five .prev-next .col-12:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .uc-alert-five .three {
    margin-bottom: 1rem;
  }
  .uc-alert-five .three .item:last-child {
    margin-bottom: 0;
  }
  .uc-alert-five .three .item.i3 {
    height: 100%;
  }
  .uc-alert-five .g-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-top: 0;
  }
  .uc-alert-five .g-title .con2 {
    max-width: 12.5rem;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .uc-alert-five .main {
    padding: 2rem;
    padding: 3rem;
  }
  .uc-alert-five .main .line {
    margin: 3rem 0;
  }
  .uc-alert-five .prev-next .item {
    height: 6.875rem;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1400px) {
  .uc-alert-five .btn-close {
    right: -3.75rem;
  }
}
.uc-alert-help {
  z-index: 1000;
  padding-top: 4.25rem;
  padding-bottom: 8rem;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(170, 170, 170, 0.7);
}
.uc-alert-help .container {
  position: relative;
  z-index: 9;
}
.uc-alert-help .btn-close {
  z-index: 10;
  background-color: #fff;
  color: #000;
}
.uc-alert-help .btn-close:hover {
  background-color: #15D100;
  color: #000;
}
.uc-alert-help .three .item {
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  overflow: hidden;
  overflow: hidden;
}
.uc-alert-help .three .item img {
  transition: all 0.3s linear;
}
.uc-alert-help .three .item:hover img {
  transform: scale(1.1, 1.1);
}
.uc-alert-help .three img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-alert-help .main {
  border-radius: 0.75rem;
  background-color: #fff;
  margin-bottom: 0.5rem;
  padding: 1rem;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.uc-alert-help .main .line {
  margin: 1.5rem 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}
.uc-alert-help .img-box {
  margin-top: 1rem;
}
.uc-alert-help .img-box img {
  display: block;
}
.uc-alert-help .part1, .uc-alert-help .three-title, .uc-alert-help .part2 {
  margin-bottom: 3.75rem;
}
.uc-alert-help .desc h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin-bottom: 1.5em;
}
.uc-alert-help .desc .con {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
}
.uc-alert-help .desc .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.uc-alert-help .desc .uc-tag {
  background-color: rgba(0, 0, 0, 0.03);
  line-height: 1.75rem;
  border-radius: 1.75rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  padding: 0 1rem;
}
.uc-alert-help .desc .icon {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
}
.uc-alert-help .desc .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.uc-alert-help .desc .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #15D100;
  font-size: 0.875rem;
}
.uc-alert-help .desc .btn .uc-font {
  margin-left: 1em;
}
.uc-alert-help .three-title {
  text-align: center;
}
.uc-alert-help .three-title h3 {
  font-size: 2rem;
  line-height: 3rem;
}
.uc-alert-help .three-title .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.uc-alert-help .three-title .uc-btn {
  font-size: 0.875rem;
  color: #fff;
  height: 2.25rem;
  min-width: 6.875rem;
}
.uc-alert-help .three-title .uc-btn img {
  width: 0.625rem;
  height: 0.625rem;
  display: block;
}
.uc-alert-help .part2 .item {
  padding: 2rem;
  border-bottom: #ebebeb 1px solid;
}
.uc-alert-help .part2 .item:last-child {
  border-bottom: none;
}
.uc-alert-help .part2 .item:nth-child(2n) .dot {
  background-color: #664FF6;
}
.uc-alert-help .part2 h3 {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.5rem;
}
.uc-alert-help .part2 .dot {
  width: 0.75rem;
  border-radius: 100%;
  height: 0.75rem;
  background-color: #15D100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
}
.uc-alert-help .part2 .con {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  line-height: 1.5rem;
}
.uc-alert-help .sub-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.uc-alert-help .list {
  margin-bottom: 2rem;
}
.uc-alert-help .list li {
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
  padding: 0.5rem;
}
.uc-alert-help .list li.on .card {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 1.5rem 1.25rem;
}
.uc-alert-help .list li.on .bd {
  display: block;
}
.uc-alert-help .list li.on .btn {
  display: none;
}
.uc-alert-help .list .card {
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
}
.uc-alert-help .list .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-alert-help .list .name {
  flex: 1;
  min-width: 0;
  line-height: 1.5em;
}
.uc-alert-help .list .btn {
  width: 2.875rem;
  border-radius: 100%;
  height: 2.875rem;
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0.03);
  color: #15D100;
  cursor: pointer;
  margin-left: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-alert-help .list .bd {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5em;
  text-align: justify;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  display: none;
  padding-right: 4.375rem;
}

@media (min-width: 768px) {
  .uc-alert-help .three {
    margin-bottom: 1rem;
  }
  .uc-alert-help .three .item:last-child {
    margin-bottom: 0;
  }
  .uc-alert-help .three .item.i3 {
    height: 100%;
  }
  .uc-alert-help .g-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-top: 0;
  }
  .uc-alert-help .g-title .con2 {
    max-width: 12.5rem;
    margin-left: auto;
  }
  .uc-alert-help .desc {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    max-width: 15.625rem;
  }
  .uc-alert-help .p2 .desc {
    max-width: 19.375rem;
  }
  .uc-alert-help .img-box {
    margin-top: 0;
  }
  .uc-alert-help .part1 {
    position: relative;
  }
  .uc-alert-help .part1 .img-box.pos {
    position: absolute;
    right: -2.5rem;
    top: -14.6rem;
  }
  .uc-alert-help .part2 .item {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .uc-alert-help .part2-right {
    border-left: #ebebeb 1px solid;
    padding-left: 3rem;
  }
}
@media (min-width: 992px) {
  .uc-alert-help .main {
    padding: 2rem;
    padding: 3rem;
  }
  .uc-alert-help .main .line {
    margin: 3rem 0;
  }
  .uc-alert-help .part1, .uc-alert-help .three-title, .uc-alert-help .part2 {
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 1400px) {
  .uc-alert-help .btn-close {
    right: -3.75rem;
  }
}
.g-question {
  padding-top: 0 !important;
  padding-left: 3rem;
  padding-right: 3rem;
}
.g-question .title {
  font-size: 2.25rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.g-question .desc {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5em;
}
.g-question .list {
  margin-bottom: 2rem;
}
.g-question .list li {
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
  padding: 0.5rem;
}
.g-question .list li.on .card {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 1.5rem 1.25rem;
}
.g-question .list li.on .bd {
  display: block;
}
.g-question .list li.on .btn {
  display: none;
}
.g-question .list .card {
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
}
.g-question .list .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-question .list .name {
  flex: 1;
  min-width: 0;
  line-height: 1.5em;
}
.g-question .list .btn {
  width: 2.875rem;
  border-radius: 100%;
  height: 2.875rem;
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0.03);
  color: #15D100;
  cursor: pointer;
  margin-left: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.g-question .list .bd {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5em;
  text-align: justify;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  display: none;
  padding-right: 4.375rem;
}
.g-question .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.g-question .uc-btn {
  width: 100%;
  max-width: 21.875rem;
  height: 3.125rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.02);
  border: none;
  color: #000;
  justify-content: space-between;
  padding: 0 1.75rem;
}
.g-question .uc-btn .uc-font {
  width: 1.5rem;
  border-radius: 100%;
  height: 1.5rem;
  border: rgba(0, 0, 0, 0.08) 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  line-height: 1.25rem;
  transition: all 0.3s linear;
}
.g-question .uc-btn:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.g-question .uc-btn:hover .uc-font {
  background-color: #fff;
  border-color: #fff;
  color: #15D100;
}

@media (min-width: 992px) {
  .g-question .uc-btn {
    height: 6.25rem;
  }
  .g-question .uc-btn .uc-font {
    width: 2.5rem;
    border-radius: 100%;
    height: 2.5rem;
    font-size: 0.75rem;
  }
}
footer {
  overflow: hidden;
  background-color: #000;
}
footer > div {
  margin-left: -5px;
  margin-right: -5px;
}
footer .ft1 {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
footer .card {
  border-radius: 1rem;
  border: rgba(255, 255, 255, 0.12) 1px solid;
  color: rgba(255, 255, 255, 0.4);
  padding: 1.5rem;
  display: block;
  min-height: 100%;
}
footer .card .name {
  font-size: 2.5rem;
  margin-bottom: 8rem;
}
footer .card .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 3rem;
}
footer .card .l {
  line-height: 1.5em;
  max-width: 18.75rem;
}
footer .card .uc-btn {
  width: 3rem;
  border-radius: 100%;
  height: 3rem;
  background-color: #000;
  display: none;
  color: #15D100;
}
footer .card:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
footer .card:hover .uc-btn {
  display: flex;
}
footer .ft2 {
  padding: 5rem 3rem;
}
footer .ft2 .logo {
  display: block;
  margin-left: auto;
  width: 4.3125rem;
  height: 1rem;
  margin-bottom: 5rem;
}
footer .ft2 .logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .ft2 .logo img {
  display: block;
}
footer .ft2 .desc {
  color: #fff;
  opacity: 0.6;
  line-height: 1.5em;
  max-width: 20rem;
  text-align: justify;
}
footer .down {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.75rem;
}
footer .down .uc-btn {
  width: 110px;
  border-radius: 8px;
  height: 36px;
  margin-right: 4px;
  padding: 0;
  border: none;
}
footer .down .uc-btn .dot {
  width: 8px;
  border-radius: 100%;
  height: 8px;
  background-color: #000;
  margin-right: 0.625rem;
}
footer .down .uc-btn.gray {
  background-color: rgba(247, 247, 247, 0.12);
}
footer .down .uc-btn img {
  margin-right: 0.625rem;
}
footer .contact {
  padding: 0.5rem 0 1rem;
}
footer .contact li {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
footer .contact .txt {
  margin-right: 1rem;
  color: #fff;
}
footer .contact .con {
  flex: 1;
  min-width: 0;
  color: #15D100;
}
footer .contact a {
  color: #15D100;
}
footer .ft3 {
  padding: 1.25rem 3rem;
}
footer .ft3 .part {
  padding: 1.25rem 0;
}
footer .ft3 .logo {
  width: 3.625rem;
  height: 1.375rem;
  display: block;
  margin-bottom: 0.5rem;
}
footer .ft3 .logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .ft3 .logo img {
  display: block;
}
footer .ft3 .desc {
  color: rgba(255, 255, 255, 0.6);
  text-align: justify;
  line-height: 1.5em;
}
footer nav {
  line-height: 1.5em;
}
footer nav a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-top: 0.25rem;
}
footer nav a:first-child {
  margin-top: 0;
}
footer .rule {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5em;
  max-width: 10rem;
}
footer .rule .txt {
  margin-bottom: 0.5rem;
}
footer .rule a {
  color: rgba(255, 255, 255, 0.6);
}
footer .rule a:hover {
  color: #15D100;
}
footer .ft4 {
  padding: 1.25rem 3rem;
  padding-bottom: 20px;
  padding-bottom: calc(20px + constant(safe-area-inset-bottom));
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
footer .ft4 img {
  display: block;
}

@media (min-width: 768px) {
  footer .card .name {
    margin-bottom: 16rem;
  }
  footer .ft2 .logo {
    margin-bottom: 0;
  }
  footer .rule {
    margin-left: auto;
  }
}
.header-phone {
  height: 50px;
  color: #fff;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 888;
  background-color: #fff;
  transition: all none linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-phone .logo {
  display: inline-block;
  padding: 0 10px;
  margin-right: auto;
}
.header-phone .logo img {
  width: auto;
  display: block;
  width: 154px;
  height: 22px;
}
.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");
}
.header-phone .uc-btn {
  height: 36px;
  min-width: 120px;
}
.header-phone .uc-btn .dot {
  width: 8px;
  border-radius: 100%;
  height: 8px;
  background-color: #000;
  margin-right: 0.625rem;
}

.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%;
  padding: 0px 15px;
  border-top: #ebebeb 1px solid;
}
.alert-menu .list li {
  line-height: 40px;
  border-bottom: #ebebeb 1px solid;
}
.alert-menu .list li > a {
  display: block;
}
.alert-menu .list li.on {
  color: #15D100;
}
.alert-menu .list li.on > a {
  color: #15D100;
}
.alert-menu .list .hasSubMenu > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.alert-menu .list .hasSubMenu > a img {
  margin-right: 3px;
  display: block;
}
.alert-menu .list .uc-font {
  margin-left: auto;
}
.alert-menu .list .call {
  font-weight: bold;
  font-size: 1.25em;
}
.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: #ebebeb 1px solid;
  display: none;
  background-color: #eee;
  padding-left: 10px;
}
.alert-menu .subMenu a {
  display: block;
}

body {
  padding-top: 50px;
}

@media (min-width: 768px) {
  body {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .g-header-space {
    padding-top: 0px;
    padding-top: calc(0px + constant(safe-area-inset-top));
    padding-top: calc(0px + env(safe-area-inset-top));
  }
  .g-header-space .header-space {
    height: 56px;
  }
}
.header-pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 996;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s linear;
  height: 56px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.header-pc:last-child {
  border-bottom: none;
}
.header-pc > div {
  margin-left: -5px;
  margin-right: -5px;
}
.header-pc .logo img {
  width: 154px;
  height: 22px;
}
.header-pc .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.header-pc .i1 {
  display: block;
}
.header-pc .i2 {
  display: none;
}
.header-pc .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 8px;
  border: #000 2px solid;
  overflow: hidden;
  width: 412px;
}
.header-pc .list li {
  line-height: 32px;
  position: relative;
  height: 32px;
  transition: all 0.3s linear;
  flex: 1;
  min-width: 0;
}
.header-pc .list li.on > a, .header-pc .list li:hover > a {
  background-color: #fff;
  color: #000;
}
.header-pc .list li > a {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.header-pc .uc-btn {
  width: 110px;
  border-radius: 8px;
  height: 36px;
  margin-left: 4px;
  padding: 0;
  border: none;
}
.header-pc .uc-btn .dot {
  width: 8px;
  border-radius: 100%;
  height: 8px;
  background-color: #000;
  margin-right: 0.625rem;
}
.header-pc .uc-btn:hover {
  background-color: #000;
  color: #15D100;
  opacity: 1;
}
.header-pc .uc-btn:hover .dot {
  display: none;
}
.header-pc .select-simulate {
  position: relative;
  width: 52px;
  border-radius: 8px;
  height: 36;
}
.header-pc .select-simulate:hover .hd {
  border-radius: 8px 8px 0 0;
}
.header-pc .select-simulate:hover .hd .i1 {
  display: none;
}
.header-pc .select-simulate:hover .hd .i2 {
  display: block;
}
.header-pc .select-simulate:hover .hd .uc-font {
  color: #15D100;
}
.header-pc .select-simulate:hover .bd {
  display: block;
  height: auto;
}
.header-pc .select-simulate:hover .bd .con {
  margin-top: 0;
}
.header-pc .select-simulate .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  height: 36px;
  border: #000 2px solid;
  background-color: #000;
  color: #fff;
}
.header-pc .select-simulate .hd img {
  margin-right: 0.3125rem;
}
.header-pc .select-simulate .bd {
  display: none;
  top: 2rem;
  position: absolute;
  left: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  border: #000 2px solid;
  border-radius: 0 0 8px 8px;
  border-top: none;
}
.header-pc .select-simulate .bd .con {
  background-color: #000;
  position: relative;
  margin-top: 1.5rem;
  transition: all 0.3s ease-in;
}
.header-pc .select-simulate .bd a {
  display: block;
  line-height: 36px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
}
.header-pc .select-simulate .bd a:hover {
  background-color: #fff;
  color: #000;
}
.header-pc.style-transparent {
  background-color: transparent;
}
.header-pc.style-transparent .list {
  background-color: #cccccc;
  border-color: #cccccc;
}
.header-pc.style-transparent .list li > a {
  color: #fff;
}
.header-pc.style-transparent .list li.on > a {
  color: #000;
}
.header-pc.style-transparent .i1 {
  display: none;
}
.header-pc.style-transparent .i2 {
  display: block;
}
.header-pc.style-transparent .select-simulate .hd {
  color: #fff;
}
.header-pc.style-transparent .select-simulate .hd .i1 {
  display: block;
}
.header-pc.style-transparent .select-simulate .hd .i2 {
  display: none;
}
.header-pc:hover {
  background-color: #fff !important;
}
.header-pc:hover .list {
  background-color: #000;
  border-color: #000;
}
.header-pc:hover .list li > a {
  color: #fff;
}
.header-pc:hover .list li:hover > a {
  color: #000;
}
.header-pc:hover .i1 {
  display: block;
}
.header-pc:hover .i2 {
  display: none;
}
.header-pc:hover .select-simulate .hd {
  color: #000;
}

@media (min-width: 992px) {
  .header-pc {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .header-pc {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.g-title {
  margin-bottom: 3rem;
}
.g-title h2 {
  font-size: 2rem;
  line-height: 2em;
  margin-bottom: 0.5rem;
}
.g-title .con, .g-title .con2 {
  line-height: 1.5em;
  text-align: justify;
  opacity: 0.5;
}
.g-title .con {
  font-size: 1rem;
}
.g-title .con2 {
  font-size: 0.75rem;
}
.g-title.style-white {
  color: #fff;
}
.g-title.style-white .con {
  opacity: 1;
}

@media (min-width: 992px) {
  .g-title {
    margin-bottom: 4rem;
  }
  .g-title h2 {
    font-size: 2.25rem;
  }
  .g-title .con {
    font-size: 1.25rem;
  }
  .g-title .con2 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .g-title {
    margin-bottom: 5rem;
  }
  .g-title h2 {
    font-size: 2.5rem;
  }
  .g-title .con {
    font-size: 1.5rem;
  }
  .g-title .con2 {
    font-size: 1rem;
  }
}
.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: #15D100;
  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);
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |09|首页2-胶囊胃镜Robot医学控制系统|robotDetail| */
.uc-robotDetail .title {
  font-size: 4rem;
  color: #fff;
  line-height: 1.15em;
  width: 80%;
  max-width: 75rem;
}

.uc-robotDetail-1 {
  padding-bottom: 0;
}
.uc-robotDetail-1 .title {
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-robotDetail-1 .title .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.uc-robotDetail-1 .title .uc-tag {
  background-color: rgba(0, 0, 0, 0.03);
  line-height: 1.75rem;
  padding: 0 1.25rem;
  border-radius: 1.75rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
}
.uc-robotDetail-1 .title h2 {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: bold;
}
.uc-robotDetail-1 .title .con {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
}
.uc-robotDetail-1 .img-box {
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.uc-robotDetail-1 .img-box img {
  display: block;
}
.uc-robotDetail-1 .g-title {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 3rem;
}
.uc-robotDetail-1 .box {
  border-top: #ebebeb 1px solid;
}
.uc-robotDetail-1 .box .img img {
  display: block;
}
.uc-robotDetail-1 .box h3 {
  margin-bottom: 1.5rem;
}
.uc-robotDetail-1 .box .con {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  max-width: 29.375rem;
  margin-bottom: 3rem;
}
.uc-robotDetail-1 .box .con:last-child {
  margin-bottom: 0;
}
.uc-robotDetail-1 .part {
  padding: 3rem;
}
.uc-robotDetail-1 .person {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-robotDetail-1 .person .face {
  width: 3rem;
  border-radius: 100%;
  height: 3rem;
  overflow: hidden;
  background-color: #fff;
  border: #fff 1px solid;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.uc-robotDetail-1 .person .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .uc-robotDetail-1 .part2 {
    border-left: #ebebeb 1px solid;
  }
}
.uc-robotDetail-2 {
  background-color: #000;
}
.uc-robotDetail-2 img {
  display: block;
}

.uc-robotDetail-3 {
  background: #000 url("images/robotDetail-bg-3.png") center bottom no-repeat;
  background-size: cover;
  padding: 6rem 3rem 0.625rem;
  color: #fff;
}
.uc-robotDetail-3 .part1 h3 {
  font-size: 1.25rem;
  opacity: 0.5;
  line-height: 1.5em;
  color: #fff;
}
.uc-robotDetail-3 .part1 p {
  font-size: 1.25rem;
  opacity: 0.4;
  line-height: 1.5em;
  color: #fff;
}
.uc-robotDetail-3 .person {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6.25rem;
}
.uc-robotDetail-3 .person .face {
  width: 5rem;
  border-radius: 1.125rem;
  height: 5rem;
  overflow: hidden;
  margin-right: 1rem;
}
.uc-robotDetail-3 .person .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-robotDetail-3 .person .con {
  flex: 1;
  min-width: 0;
}
.uc-robotDetail-3 .person .name {
  font-size: 1.875rem;
  color: #fff;
}
.uc-robotDetail-3 .person .txt {
  opacity: 0.4;
  margin-top: 0.5rem;
}
.uc-robotDetail-3 .logo {
  margin-bottom: 4rem;
}
.uc-robotDetail-3 .logo img {
  display: block;
}
.uc-robotDetail-3 .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-robotDetail-3 .menu .item {
  width: 8.5rem;
  border-radius: 0.375rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.uc-robotDetail-3 .menu .item.i1 {
  background-color: rgba(25, 228, 187, 0.2);
  color: #19E4BB;
}
.uc-robotDetail-3 .menu .item.i2 {
  background-color: rgba(189, 255, 75, 0.2);
  color: #BDFF4B;
}
.uc-robotDetail-3 .desc {
  font-size: 1.375rem;
  line-height: 2rem;
  margin-bottom: 4rem;
}
.uc-robotDetail-3 .three {
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
.uc-robotDetail-3 .three li {
  padding: 1rem 0;
  flex: 1;
  min-width: 0;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.uc-robotDetail-3 .three .txt1 {
  opacity: 0.4;
}
.uc-robotDetail-3 .three .txt2 {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .uc-robotDetail-3 .part2-left, .uc-robotDetail-3 .part2-right {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .uc-robotDetail-3 .person {
    margin-bottom: 12.5rem;
  }
}
.uc-robotDetail-4 {
  background: #000 url("images/robotDetail-bg-4.png") center top no-repeat;
  background-size: cover;
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-robotDetail-4 .sub-title {
  margin-bottom: 31.25rem;
}
.uc-robotDetail-4 .sub-title img {
  display: block;
  margin: 0 auto;
  max-width: 55rem;
}
.uc-robotDetail-4 .list li {
  margin-bottom: 3rem;
  position: relative;
  top: 0;
  transition: all 0.3s linear;
}
.uc-robotDetail-4 .list li:hover {
  top: -1rem;
}
.uc-robotDetail-4 .card {
  border-radius: 2.25rem;
  background-color: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
.uc-robotDetail-4 .hd, .uc-robotDetail-4 .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding: 0 2.5rem;
}
.uc-robotDetail-4 .hd img, .uc-robotDetail-4 .btm img {
  display: block;
}
.uc-robotDetail-4 .l {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-robotDetail-4 .btn {
  margin-left: 1rem;
}
.uc-robotDetail-4 .btn:first-child {
  margin-left: 0;
}

.uc-robotDetail-5 {
  background-color: #000;
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-robotDetail-5 .img-box img {
  display: block;
}

.uc-robotDetail-6 {
  background-color: #000;
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-robotDetail-6 .list li {
  margin-bottom: 3rem;
}
.uc-robotDetail-6 .card {
  border-radius: 2.25rem;
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.08) 100%);
  padding: 2rem;
  height: 100%;
  transition: all 0.3s linear;
}
.uc-robotDetail-6 .card .con {
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin-bottom: 4rem;
  color: #fff;
  line-height: 1.5em;
}
.uc-robotDetail-6 .card .line {
  background: linear-gradient(to right, #BDFF4B 0%, #19E4BB 100%);
  margin: 4rem 0;
  height: 2px;
}
.uc-robotDetail-6 .card:hover {
  background: linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.08) 100%);
}
.uc-robotDetail-6 .bd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-robotDetail-6 .bd .face {
  width: 4.5rem;
  border-radius: 100%;
  height: 4.5rem;
  overflow: hidden;
  margin-right: 0.625rem;
}
.uc-robotDetail-6 .bd .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-robotDetail-6 .bd .r {
  flex: 1;
  min-width: 0;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #fff;
}
.uc-robotDetail-6 .bd p {
  opacity: 0.4;
}
.uc-robotDetail-6 .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
}
.uc-robotDetail-6 .btm .uc-btn {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  line-height: 3.375rem;
  padding: 0 1.25rem;
  height: 3.375rem;
  color: #fff;
  font-size: 1.125rem;
}

.uc-robotDetail-7 {
  background-color: #000;
}
.uc-robotDetail-7 img {
  display: block;
}
.uc-robotDetail-7 .img-box {
  margin-left: 1rem;
  margin-right: 1rem;
}

.uc-robotDetail-8 {
  background-color: #000;
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-robotDetail-8 img {
  display: block;
  max-width: 16.6875rem;
}
.uc-robotDetail-8 .number {
  font-size: 5rem;
  margin-bottom: 1rem;
  color: #fff;
  margin-top: 4rem;
}
.uc-robotDetail-8 .con {
  font-size: 1.6875rem;
  line-height: 1.25em;
  opacity: 0.4;
  color: #fff;
  max-width: 23.125rem;
}

.uc-robotDetail-9 {
  background-color: #000;
}
.uc-robotDetail-9 .list img {
  display: block;
}
.uc-robotDetail-9 .list li {
  margin-bottom: 8rem;
}
.uc-robotDetail-9 .list li:last-child {
  margin-bottom: 0;
}

.uc-robotDetail-10 {
  background-color: #000;
}
.uc-robotDetail-10 .title {
  padding-left: 3rem;
}
.uc-robotDetail-10 .img-box {
  margin-left: 1rem;
  margin-right: 1rem;
}
.uc-robotDetail-10 .list {
  padding-left: 3rem;
  padding-right: 3rem;
  color: #fff;
}
.uc-robotDetail-10 .list .img {
  margin-bottom: 2rem;
}
.uc-robotDetail-10 .list .img img {
  display: block;
  width: auto;
}
.uc-robotDetail-10 .list .number {
  font-size: 16.875rem;
  position: relative;
  line-height: 16.875rem;
  margin-bottom: 4rem;
}
.uc-robotDetail-10 .list .number sup {
  font-size: 3.375rem;
  position: absolute;
  top: 4.375rem;
}
.uc-robotDetail-10 .list .number.n2 {
  font-size: 6.75rem;
  line-height: 6.75rem;
  padding-top: 2.5rem;
}
.uc-robotDetail-10 .list .con {
  font-size: 1.6875rem;
  line-height: 2.25rem;
  max-width: 18.75rem;
}
.uc-robotDetail-10 .box .title {
  padding-left: 0;
  position: relative;
  margin-bottom: 4rem;
}
.uc-robotDetail-10 .box .title sup {
  position: absolute;
  left: -1em;
}
.uc-robotDetail-10 .user {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-robotDetail-10 .user .face {
  width: 5rem;
  border-radius: 1.125rem;
  height: 5rem;
  margin-right: 1rem;
}
.uc-robotDetail-10 .user .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-robotDetail-10 .user .r {
  flex: 1;
  min-width: 0;
  color: #fff;
}
.uc-robotDetail-10 .user .name {
  font-size: 1.875rem;
}
.uc-robotDetail-10 .user .txt {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  opacity: 0.4;
}

.uc-robotDetail-11 {
  background-color: #000;
}
.uc-robotDetail-11 .box {
  position: relative;
}
.uc-robotDetail-11 .box img {
  display: block;
}
.uc-robotDetail-11 .box3 {
  margin-bottom: 0;
}
.uc-robotDetail-11 .btm {
  width: 65%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 1rem;
}
.uc-robotDetail-11 .btm h3 {
  font-size: 1rem;
  line-height: 1.5em;
}
.uc-robotDetail-11 .btm p {
  opacity: 0.4;
  line-height: 1.5em;
}

@media (min-width: 992px) {
  .uc-robotDetail-11 .btm {
    font-size: 1.875rem;
    padding-left: 2.5rem;
    width: 45%;
  }
  .uc-robotDetail-11 .btm h3 {
    font-size: 1.875rem;
  }
}
.uc-robotDetail-12 {
  background-color: #000;
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-robotDetail-12 .list li {
  margin-bottom: 0.625rem;
}
.uc-robotDetail-12 .card {
  background-color: #0E0E0E;
  border-radius: 2.8125rem;
  height: 100%;
  padding: 1.5rem;
  color: #fff;
}
.uc-robotDetail-12 .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 2.375rem;
  margin-bottom: 4.375rem;
}
.uc-robotDetail-12 .hd .dot {
  width: 4rem;
  border-radius: 1.125rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.12);
}
.uc-robotDetail-12 .bd {
  font-size: 1.6875rem;
  line-height: 2.25rem;
  opacity: 0.8;
  margin-bottom: 4.375rem;
}
.uc-robotDetail-12 .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-robotDetail-12 .btm .uc-btn {
  height: 2.8125rem;
  border-radius: 0.875rem;
  padding: 0 1.25rem;
  margin-right: 0.625rem;
  margin-top: 0.625rem;
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.uc-robotDetail-12 .img-box img {
  display: block;
}

@media (min-width: 768px) {
  .uc-robotDetail-12 .list li {
    margin-bottom: 0;
  }
  .uc-robotDetail-12 .container {
    position: relative;
  }
  .uc-robotDetail-12 .arrow {
    width: 4rem;
    border-radius: 1.125rem;
    height: 4rem;
    background-color: #070707;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .uc-robotDetail-12 .card {
    padding: 2.8125rem;
  }
  .uc-robotDetail-12 .hd {
    margin-bottom: 8.75rem;
  }
  .uc-robotDetail-12 .bd {
    margin-bottom: 8.75rem;
  }
}
.uc-robotDetail-13 {
  background-color: #000;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 1px;
}
.uc-robotDetail-13 img {
  display: block;
}

.uc-robotDetail-15,
.uc-robotDetail-17 {
  background-color: #000;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 1px;
}
.uc-robotDetail-15 .title,
.uc-robotDetail-17 .title {
  position: relative;
}
.uc-robotDetail-15 .title sup,
.uc-robotDetail-17 .title sup {
  position: absolute;
  left: -0.5em;
  top: 0.5em;
}
.uc-robotDetail-15 .title.mb4,
.uc-robotDetail-17 .title.mb4 {
  margin-bottom: 3rem;
}
.uc-robotDetail-15 .user,
.uc-robotDetail-17 .user {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
.uc-robotDetail-15 .user .face,
.uc-robotDetail-17 .user .face {
  width: 5rem;
  border-radius: 1.125rem;
  height: 5rem;
  margin-right: 1rem;
}
.uc-robotDetail-15 .user .face img,
.uc-robotDetail-17 .user .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-robotDetail-15 .user .r,
.uc-robotDetail-17 .user .r {
  flex: 1;
  min-width: 0;
  color: #fff;
}
.uc-robotDetail-15 .user .name,
.uc-robotDetail-17 .user .name {
  font-size: 1.875rem;
}
.uc-robotDetail-15 .user .txt,
.uc-robotDetail-17 .user .txt {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  opacity: 0.4;
}
.uc-robotDetail-15 .part1,
.uc-robotDetail-17 .part1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 3rem;
}
.uc-robotDetail-15 .part2 img,
.uc-robotDetail-17 .part2 img {
  display: block;
}

.uc-robotDetail-17 .table {
  margin-top: 4.375rem;
  border-left: rgba(255, 255, 255, 0.2) 1px dashed;
  color: #fff;
}
.uc-robotDetail-17 .table table {
  width: 100%;
}
.uc-robotDetail-17 .table td, .uc-robotDetail-17 .table th {
  border-right: rgba(255, 255, 255, 0.2) 1px dashed;
  padding: 1.5rem 0.625rem;
  text-align: left;
  line-height: 1.5em;
}
.uc-robotDetail-17 .table .txt {
  font-size: 0.75rem;
  color: #FAFAFA;
  margin-top: 0.625rem;
}
.uc-robotDetail-17 .table .name {
  font-size: 1rem;
  color: #19E4BB;
  background: linear-gradient(to right, #FFFFFF 0%, #19E4BB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5em;
  font-weight: bold;
}

@media (min-width: 768px) {
  .uc-robotDetail-15 .part1,
.uc-robotDetail-17 .part1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
  }
  .uc-robotDetail-17 .table {
    margin-top: 8.75rem;
  }
}
@media (min-width: 992px) {
  .uc-robotDetail-17 .table .txt {
    font-size: 1.125rem;
  }
  .uc-robotDetail-17 .table .name {
    font-size: 1.75rem;
  }
}
.uc-robotDetail-16 {
  background-color: #000;
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-robotDetail-16 img {
  display: block;
}

body {
  overflow-x: hidden;
}

.uc-home-3, .uc-home-5, .uc-home-7, .uc-home-8, .uc-home-9, .uc-home-10 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

@media (min-width: 768px) {
  .uc-home-3, .uc-home-5, .uc-home-7, .uc-home-8, .uc-home-9, .uc-home-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 992px) {
  .uc-home-3, .uc-home-5, .uc-home-7, .uc-home-8, .uc-home-9, .uc-home-10 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .uc-home-3, .uc-home-5, .uc-home-7, .uc-home-8, .uc-home-9, .uc-home-10 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
.uc-home-5 .box,
.uc-robotDetail-11 .box {
  margin-bottom: 7.5rem;
}

@media (min-width: 768px) {
  .uc-home-5 .box,
.uc-robotDetail-11 .box {
    margin-bottom: 10rem;
  }
}
@media (min-width: 992px) {
  .uc-home-5 .box,
.uc-robotDetail-11 .box {
    margin-bottom: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .uc-home-5 .box,
.uc-robotDetail-11 .box {
    margin-bottom: 15rem;
  }
}
.g-question,
.uc-project,
.uc-service,
.uc-about-1, .uc-about-2, .uc-about-3, .uc-about-4, .uc-about-5,
.uc-ability-3, .uc-ability-4,
.uc-robotDetail-1, .uc-robotDetail-4, .uc-robotDetail-5, .uc-robotDetail-6, .uc-robotDetail-8, .uc-robotDetail-9,
.uc-robotDetail-10, .uc-robotDetail-11, .uc-robotDetail-12, .uc-robotDetail-15, .uc-robotDetail-16, .uc-robotDetail-17 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 768px) {
  .g-question,
.uc-project,
.uc-service,
.uc-about-1, .uc-about-2, .uc-about-3, .uc-about-4, .uc-about-5,
.uc-ability-3, .uc-ability-4,
.uc-robotDetail-1, .uc-robotDetail-4, .uc-robotDetail-5, .uc-robotDetail-6, .uc-robotDetail-8, .uc-robotDetail-9,
.uc-robotDetail-10, .uc-robotDetail-11, .uc-robotDetail-12, .uc-robotDetail-15, .uc-robotDetail-16, .uc-robotDetail-17 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .g-question,
.uc-project,
.uc-service,
.uc-about-1, .uc-about-2, .uc-about-3, .uc-about-4, .uc-about-5,
.uc-ability-3, .uc-ability-4,
.uc-robotDetail-1, .uc-robotDetail-4, .uc-robotDetail-5, .uc-robotDetail-6, .uc-robotDetail-8, .uc-robotDetail-9,
.uc-robotDetail-10, .uc-robotDetail-11, .uc-robotDetail-12, .uc-robotDetail-15, .uc-robotDetail-16, .uc-robotDetail-17 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .g-question,
.uc-project,
.uc-service,
.uc-about-1, .uc-about-2, .uc-about-3, .uc-about-4, .uc-about-5,
.uc-ability-3, .uc-ability-4,
.uc-robotDetail-1, .uc-robotDetail-4, .uc-robotDetail-5, .uc-robotDetail-6, .uc-robotDetail-8, .uc-robotDetail-9,
.uc-robotDetail-10, .uc-robotDetail-11, .uc-robotDetail-12, .uc-robotDetail-15, .uc-robotDetail-16, .uc-robotDetail-17 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.uc-project .title,
.uc-service .title, .uc-service .part1,
.uc-about-1 .title, .uc-about-2 .title, .uc-about-3 .title, .uc-about-5 .title,
.uc-ability-3 .title, .uc-ability-4 .title,
.uc-robotDetail .title,
.uc-robotDetail-1 .title, .uc-robotDetail-1 .img-box, .uc-robotDetail-7 .img-box,
.uc-robotDetail-10 .img-box, .uc-robotDetail-10 .list, .uc-robotDetail-12 .container, .uc-robotDetail-12 .img-box,
.uc-robotDetail-13 .img-box {
  margin-bottom: 3.75rem;
}

@media (min-width: 768px) {
  .uc-project .title,
.uc-service .title, .uc-service .part1,
.uc-about-1 .title, .uc-about-2 .title, .uc-about-3 .title, .uc-about-5 .title,
.uc-ability-3 .title, .uc-ability-4 .title,
.uc-robotDetail .title,
.uc-robotDetail-1 .title, .uc-robotDetail-1 .img-box, .uc-robotDetail-7 .img-box,
.uc-robotDetail-10 .img-box, .uc-robotDetail-10 .list, .uc-robotDetail-12 .container, .uc-robotDetail-12 .img-box,
.uc-robotDetail-13 .img-box {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .uc-project .title,
.uc-service .title, .uc-service .part1,
.uc-about-1 .title, .uc-about-2 .title, .uc-about-3 .title, .uc-about-5 .title,
.uc-ability-3 .title, .uc-ability-4 .title,
.uc-robotDetail .title,
.uc-robotDetail-1 .title, .uc-robotDetail-1 .img-box, .uc-robotDetail-7 .img-box,
.uc-robotDetail-10 .img-box, .uc-robotDetail-10 .list, .uc-robotDetail-12 .container, .uc-robotDetail-12 .img-box,
.uc-robotDetail-13 .img-box {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .uc-project .title,
.uc-service .title, .uc-service .part1,
.uc-about-1 .title, .uc-about-2 .title, .uc-about-3 .title, .uc-about-5 .title,
.uc-ability-3 .title, .uc-ability-4 .title,
.uc-robotDetail .title,
.uc-robotDetail-1 .title, .uc-robotDetail-1 .img-box, .uc-robotDetail-7 .img-box,
.uc-robotDetail-10 .img-box, .uc-robotDetail-10 .list, .uc-robotDetail-12 .container, .uc-robotDetail-12 .img-box,
.uc-robotDetail-13 .img-box {
    margin-bottom: 7.5rem;
  }
}
/* |01|首页|home| */
.uc-home-1 {
  position: relative;
}
.uc-home-1 img, .uc-home-1 video {
  display: block;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-home-1 .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.uc-home-1 .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 3rem;
  color: #fff;
  top: 40%;
  z-index: 9;
}
.uc-home-1 .txt {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
.uc-home-1 .title {
  font-size: 2rem;
  line-height: 1.5em;
  margin-bottom: 1.5rem;
}
.uc-home-1 .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-home-1 .uc-btn {
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0.04);
  border: none;
  border-radius: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 0.625rem;
}
.uc-home-1 .uc-btn:hover {
  color: #15D100;
}
.uc-home-1 .uc-btn:hover .uc-font {
  background-color: #15D100;
}
.uc-home-1 .uc-font {
  width: 1.25rem;
  border-radius: 100%;
  height: 1.25rem;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 1.25rem;
  margin-left: 0.75rem;
}
@media (min-width: 992px) {
  .uc-home-1 .txt {
    font-size: 1.25rem;
  }
  .uc-home-1 .title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
.uc-home-2 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  border-bottom: #ebebeb 1px solid;
}
.uc-home-2:before, .uc-home-2:after {
  content: "";
  width: 3.125rem;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
}
.uc-home-2:before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.uc-home-2:after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}
.uc-home-2 .swiper-wrapper {
  transition-timing-function: linear;
}
.uc-home-2 .swiper-slide {
  width: auto !important;
}
.uc-home-2 img {
  display: block;
}

@media (min-width: 992px) {
  .uc-home-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .uc-home-2:before, .uc-home-2:after {
    width: 6.25rem;
  }
}
.uc-home-3 {
  padding-left: 3rem;
}
.uc-home-3 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
  padding-right: 0.5rem;
  color: rgba(0, 0, 0, 0.6);
}
.uc-home-3 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home-3 .operate .btn {
  text-align: center;
  cursor: pointer;
  width: 2.5rem;
  border-radius: 100%;
  height: 2.5rem;
  line-height: 3.125rem;
  font-size: 0.75rem;
  outline: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1rem;
  margin-left: 0.5rem;
  transition: all 0.3s linear;
}
.uc-home-3 .operate .btn:first-child {
  margin-left: 0;
}
.uc-home-3 .operate .btn.btn-prev {
  border: rgba(0, 0, 0, 0.08) 1px solid;
  color: rgba(0, 0, 0, 0.3);
}
.uc-home-3 .operate .btn.btn-next {
  background-color: rgba(0, 0, 0, 0.03);
  border: rgba(0, 0, 0, 0.03) 1px solid;
  color: #15D100;
}
.uc-home-3 .operate .btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.uc-home-3 .swiper-slide {
  width: auto !important;
  border: rgba(0, 0, 0, 0.08) 1px solid;
  border-radius: 0.5rem;
  position: relative;
  padding: 1.5rem 1.5rem 3rem 3rem;
  display: block;
  text-align: left;
  cursor: pointer;
}
.uc-home-3 .swiper-slide .dot {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  right: 0.75rem;
  top: 0.75rem;
}
.uc-home-3 .swiper-slide .icon {
  width: 4.25rem;
  height: 4.25rem;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  left: -0.75rem;
}
.uc-home-3 .swiper-slide h3 {
  font-size: 1.75rem;
  line-height: 1.5em;
  margin-bottom: 6.25rem;
}
.uc-home-3 .swiper-slide .line {
  height: 1px;
  max-width: 7.5rem;
  background-color: rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
}
.uc-home-3 .swiper-slide .desc {
  line-height: 1.5em;
  text-align: justify;
  max-width: 22.5rem;
  color: rgba(0, 0, 0, 0.5);
}
.uc-home-3 .swiper-slide .link {
  width: 2.875rem;
  border-radius: 100%;
  height: 2.875rem;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #15D100;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}
.uc-home-3 .swiper-slide:hover {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.uc-home-3 .swiper-slide:hover .dot {
  opacity: 0;
}
.uc-home-3 .swiper-slide:hover .link {
  opacity: 1;
}

@media (min-width: 768px) {
  .uc-home-3 .title {
    padding-right: 3rem;
  }
  .uc-home-3 .swiper-slide {
    width: 27.5rem !important;
  }
}
.uc-home-4 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.uc-home-4 video {
  display: block;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-home-4 .video-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.uc-home-4 .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.75rem;
  overflow: hidden;
}
.uc-home-4 .box {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 3rem 1rem 2.25rem;
}
.uc-home-4 .g-title {
  position: relative;
  z-index: 9;
}
.uc-home-4 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.125rem;
  position: relative;
  z-index: 9;
}
.uc-home-4 .operate .uc-btn {
  height: 2.25rem;
  border-radius: 0.375rem;
  padding: 0 0.75rem;
}
.uc-home-4 .operate .uc-btn:hover {
  opacity: 1;
  color: #15D100;
}
.uc-home-4 .operate .uc-btn:hover .i1 {
  display: none;
}
.uc-home-4 .operate .uc-btn:hover .i2 {
  display: block;
}
.uc-home-4 .operate img {
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  margin-right: 0.75rem;
}
.uc-home-4 .operate .i2 {
  display: none;
}

@media (min-width: 992px) {
  .uc-home-4 .box {
    padding: 4.875rem 2.25rem 3.125rem;
  }
  .uc-home-4 .operate {
    padding-top: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .uc-home-4 .box {
    padding: 6rem 2.25rem 4rem;
    min-height: 37.5rem;
  }
  .uc-home-4 .operate {
    padding-top: 7.5rem;
  }
}
.uc-home-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-home-5 .box:last-child {
  margin-bottom: 0;
}
.uc-home-5 .img-box {
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.uc-home-5 .img-box img {
  transition: all 0.3s linear;
}
.uc-home-5 .img-box:hover img {
  transform: scale(1.1, 1.1);
}
.uc-home-5 .img-box img {
  display: block;
}
.uc-home-5 .uc-btn {
  width: 100%;
  height: 3.125rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.02);
  border: none;
  color: #000;
  justify-content: space-between;
  padding: 0 1.75rem;
}
.uc-home-5 .uc-btn .uc-font {
  width: 1.5rem;
  border-radius: 100%;
  height: 1.5rem;
  border: rgba(0, 0, 0, 0.08) 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  line-height: 1.25rem;
  transition: all 0.3s linear;
}
.uc-home-5 .uc-btn:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.uc-home-5 .uc-btn:hover .uc-font {
  background-color: #fff;
  border-color: #fff;
  color: #15D100;
}

@media (min-width: 768px) {
  .uc-home-5 .img-box {
    margin-bottom: 0;
  }
  .uc-home-5 .uc-btn {
    height: 6.25rem;
  }
  .uc-home-5 .uc-btn .uc-font {
    width: 2.5rem;
    border-radius: 100%;
    height: 2.5rem;
    font-size: 0.75rem;
  }
  .uc-home-5 .box .g-title {
    padding-top: 2.25rem;
  }
  .uc-home-5 .box .uc-btn {
    max-width: 21.875rem;
  }
  .uc-home-5 .box:nth-child(2n) .uc-btn {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .uc-home-5 .box .g-title {
    padding-top: 4.5rem;
  }
}
.uc-home-6 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.uc-home-6 .box {
  position: relative;
}
.uc-home-6 .box img {
  display: block;
}
.uc-home-6 .uc-btn {
  width: 3.125rem;
  border-radius: 100%;
  height: 3.125rem;
  position: absolute;
  top: 10%;
  left: 27.6%;
  margin-left: -1.5625rem;
  color: #fff;
  border: none;
  font-size: 0.875rem;
}
.uc-home-6 .uc-btn:hover {
  background-color: #000;
  opacity: 1;
}

@media (min-width: 992px) {
  .uc-home-6 {
    padding-left: 3rem;
  }
  .uc-home-6 .uc-btn {
    width: 4.625rem;
    border-radius: 100%;
    height: 4.625rem;
    margin-left: -2.3125rem;
  }
}
.uc-home-7 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0;
}
.uc-home-7 .title-box {
  margin-bottom: 2rem;
}
.uc-home-7 .g-title {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
.uc-home-7 .g-title h2 {
  line-height: 1.25em;
  margin-bottom: 0;
}
.uc-home-7 .card {
  border-radius: 0.75rem;
  padding: 0.75rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.uc-home-7 .card .name {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5em;
}
.uc-home-7 .card .logo {
  display: block;
  width: 5.625rem;
  max-width: 100%;
  display: none;
}
.uc-home-7 .card .desc {
  display: none;
  line-height: 1.5em;
  text-align: justify;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5rem;
  position: relative;
  max-width: 26.25rem;
}
.uc-home-7 .card .desc:after {
  content: "";
  width: 0.75rem;
  height: 0.625rem;
  background: url("images/home-icon-7.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -1.5rem;
  top: 0.375rem;
}
.uc-home-7 .card .user {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-home-7 .card .face {
  width: 2.5rem;
  border-radius: 0.5rem;
  height: 2.5rem;
  overflow: hidden;
  margin-right: 1rem;
}
.uc-home-7 .card .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-7 .card .con {
  flex: 1;
  min-width: 0;
}
.uc-home-7 .card .txt {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.5rem;
}
.uc-home-7 .card .img-box {
  display: none;
  border-radius: 0.75rem;
  overflow: hidden;
  overflow: hidden;
}
.uc-home-7 .card .img-box img {
  transition: all 0.3s linear;
}
.uc-home-7 .card .img-box:hover img {
  transform: scale(1.1, 1.1);
}
.uc-home-7 .card .img-box img {
  display: block;
}
.uc-home-7 .card .btn {
  width: 2.875rem;
  border-radius: 100%;
  height: 2.875rem;
  background-color: rgba(0, 0, 0, 0.06);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: #15D100;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.3s linear;
}
.uc-home-7 .card .btn:hover {
  background-color: #000;
  color: #15D100;
}
.uc-home-7 .card.on {
  background-color: rgba(0, 0, 0, 0.03);
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.uc-home-7 .card.on .name {
  display: none;
}
.uc-home-7 .card.on .logo {
  display: block;
}
.uc-home-7 .card.on .desc {
  display: block;
}
.uc-home-7 .card.on .btn {
  display: none;
}
.uc-home-7 .card.on .img-box {
  display: block;
}
.uc-home-7 .line {
  background-color: rgba(0, 0, 0, 0.03);
  height: 1px;
  margin: 0.75rem 0;
}

@media (min-width: 768px) {
  .uc-home-7 .title-box {
    margin-bottom: 4rem;
  }
  .uc-home-7 .col-sm-10:first-child .g-title {
    padding-left: 3.5rem;
  }
  .uc-home-7 .card .img-box {
    max-width: 16.25rem;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .uc-home-7 .card {
    padding: 0.75rem 3rem;
  }
}
.uc-home-8 {
  padding-left: 3rem;
  padding-right: 3rem;
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 15%, #f7f7f7 50%, #f7f7f7 85%, #fff 100%);
}
.uc-home-8 .g-title h2 {
  line-height: 1.25em;
  margin-bottom: 1.5rem;
}
.uc-home-8 .list li {
  margin-bottom: 1rem;
}
.uc-home-8 .number-box {
  border-radius: 0.75rem;
  border: rgba(0, 0, 0, 0.08) 1px solid;
  padding: 1.5rem 0.75rem;
  width: 11.875rem;
  margin-top: 3.125rem;
}
.uc-home-8 .number-box .num {
  font-size: 3.75rem;
  color: #ECEDEF;
  margin-bottom: 6.25rem;
}
.uc-home-8 .number-box .txt {
  color: rgba(0, 0, 0, 0.5);
}
.uc-home-8 .card {
  border-radius: 0.75rem;
  background-color: #fff;
  min-height: 100%;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.uc-home-8 .card.card-title {
  background-color: transparent;
  text-align: left;
}
.uc-home-8 .card:hover .title .dot {
  background-color: #15D100;
}
.uc-home-8 .card:hover .title .uc-btn {
  background-color: #000;
  color: #fff;
}
.uc-home-8 .img {
  border-radius: 0.75rem;
  margin-top: 5rem;
  overflow: hidden;
  overflow: hidden;
}
.uc-home-8 .img img {
  transition: all 0.3s linear;
}
.uc-home-8 .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-home-8 .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-home-8 .title {
  padding-top: 1.875rem;
}
.uc-home-8 .title h3 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.uc-home-8 .title .txt {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}
.uc-home-8 .title .dot {
  width: 0.25rem;
  border-radius: 100%;
  height: 0.25rem;
  background-color: rgba(0, 0, 0, 0.08);
  margin: 0 auto 0.625rem;
}
.uc-home-8 .title .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-home-8 .title .uc-btn {
  background-color: rgba(0, 0, 0, 0.04);
  height: 2rem;
  min-width: 5.125rem;
  color: rgba(0, 0, 0, 0.5);
}
.uc-home-8 .card-more {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-home-8 .card-more .uc-btn {
  width: 18.75rem;
  border-radius: 100%;
  height: 18.75rem;
  border: rgba(0, 0, 0, 0.06) 1px solid;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.uc-home-8 .card-more .uc-font {
  color: #15D100;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .uc-home-8 .img {
    min-height: 21.875rem;
  }
}
@media (min-width: 992px) {
  .uc-home-8 .img {
    min-height: 23.75rem;
  }
}
@media (min-width: 1200px) {
  .uc-home-8 .img {
    min-height: 25.625rem;
  }
}
.uc-home-9 {
  padding-top: 0;
}
.uc-home-9 .part {
  border-top: rgba(0, 0, 0, 0.06) 1px solid;
  padding: 3rem;
}
.uc-home-9 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.uc-home-9 .title .dot {
  width: 0.75rem;
  border-radius: 100%;
  height: 0.75rem;
  background-color: #000;
  margin-right: 1.125rem;
}
.uc-home-9 .list {
  padding-top: 1px;
  min-height: 15rem;
}
.uc-home-9 .list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
}
.uc-home-9 .list img {
  display: block;
  margin-right: 1rem;
  width: 0.625rem;
}
.uc-home-9 .list .con {
  flex: 1;
  min-width: 0;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5em;
  text-align: justify;
}
.uc-home-9 .desc {
  padding-left: 1.875rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  max-width: 26.875rem;
  line-height: 1.5em;
  min-height: 15em;
}
.uc-home-9 .img-box {
  margin-bottom: 3rem;
}
.uc-home-9 .img-box img {
  display: block;
}

@media (min-width: 768px) {
  .uc-home-9 .part:nth-child(2n) {
    border-left: rgba(0, 0, 0, 0.06) 1px solid;
  }
}
.uc-home-10 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, #ffffff 100%);
  padding-top: 0;
}
.uc-home-10 .card {
  padding: 3rem 3rem 3rem 4rem;
  border-bottom: rgba(0, 0, 0, 0.06) 1px solid;
}
.uc-home-10 .card .title {
  position: relative;
  font-size: 1.75rem;
  font-weight: bold;
}
.uc-home-10 .card .dot {
  width: 0.75rem;
  border-radius: 100%;
  height: 0.75rem;
  background-color: #15D100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
}
.uc-home-10 .card:nth-child(2) .dot {
  background-color: #664FF6;
}
.uc-home-10 .card .con {
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: justify;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 3rem;
  max-width: 31.25rem;
}
.uc-home-10 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  position: relative;
  z-index: 9;
}
.uc-home-10 .operate .uc-btn {
  height: 2.25rem;
  border-radius: 0.375rem;
  padding: 0 0.75rem;
}
.uc-home-10 .operate .uc-btn:hover {
  opacity: 1;
  color: #15D100;
}
.uc-home-10 .operate .uc-btn:hover .i1 {
  display: none;
}
.uc-home-10 .operate .uc-btn:hover .i2 {
  display: block;
}
.uc-home-10 .operate img {
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  margin-right: 0.75rem;
}
.uc-home-10 .operate .i2 {
  display: none;
}
.uc-home-10 .part2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.uc-home-10 .swiper-container {
  height: 31.25rem;
  position: relative;
}
.uc-home-10 .swiper-container:after {
  content: "";
  width: 100%;
  height: 6.25rem;
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.uc-home-10 .swiper-wrapper {
  transition-timing-function: linear;
}
.uc-home-10 .swiper-slide {
  height: auto !important;
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.uc-home-10 .swiper-slide img {
  display: block;
  width: 100%;
}
.uc-home-10 .swiper-slide .name-box {
  position: absolute;
  left: 1.5rem;
  font-size: 1.25rem;
  z-index: 99;
  text-align: left;
}
.uc-home-10 .swiper-slide .name-box .txt1 {
  opacity: 0.5;
}
.uc-home-10 .swiper-slide .name-box.t {
  top: 1.5rem;
}
.uc-home-10 .swiper-slide .name-box.b {
  bottom: 1.5rem;
}
.uc-home-10.uc-about-1 {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.uc-home-10.uc-about-1 .title {
  font-size: 3rem;
  text-align: left;
  padding: 0;
}

@media (min-width: 768px) {
  .uc-home-10 .part1 {
    border-right: rgba(0, 0, 0, 0.06) 1px solid;
  }
  .uc-home-10.uc-about-1 .part1 {
    border: none;
  }
  .uc-home-10 .part2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .uc-home-10 .swiper-container {
    height: 50rem;
  }
  .uc-home-10.uc-about-1 .swiper-container {
    height: 40rem;
  }
}
/* |10|服务|service| */
.uc-service .title {
  text-align: center;
}
.uc-service .title h2 {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: bold;
}
.uc-service .title .con {
  max-width: 20.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5rem;
}
.uc-service .main {
  border-top: #ebebeb 1px solid;
}
.uc-service .main-left {
  padding: 6rem 1rem 6rem 2.25rem;
  line-height: 2em;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.uc-service .main-left h3 {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.uc-service .main-left a {
  color: rgba(0, 0, 0, 0.5);
}
.uc-service .main-left a:hover {
  color: #15D100;
}
.uc-service .main-left a.on {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #15D100;
}
.uc-service .main-left a.on .dot {
  display: block;
}
.uc-service .main-left a .dot {
  margin-right: 0.3125rem;
  width: 0.375rem;
  border-radius: 100%;
  height: 0.375rem;
  background-color: #15D100;
}
.uc-service nav a {
  display: block;
}
.uc-service .box {
  padding: 3rem 1rem 3rem 3rem;
  border-bottom: #ebebeb 1px solid;
}
.uc-service .box:last-child {
  border-bottom: none;
}
.uc-service .sub-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
}
.uc-service .sub-title i {
  font-size: 1.25rem;
  width: 7rem;
}
.uc-service .sub-title b {
  font-size: 2.25rem;
}
.uc-service .intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.uc-service .intro .name {
  color: rgba(0, 0, 0, 0.5);
  min-width: 8em;
}
.uc-service .intro .con {
  flex: 1;
  min-width: 0;
  text-align: justify;
}
.uc-service .detail {
  padding-right: 2rem;
}
.uc-service .detail .name {
  font-size: 1.25rem;
  line-height: 1.5em;
}
.uc-service .detail .line {
  width: 2.5rem;
  height: 1px;
  margin: 2rem 0;
  background-color: #15D100;
}
.uc-service .detail .con {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.uc-service .img-box img {
  display: block;
}

@media (min-width: 768px) {
  .uc-service .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .uc-service .main-left {
    width: 200px;
  }
  .uc-service .main-right {
    border-left: #ebebeb 1px solid;
    flex: 1;
    min-width: 0;
  }
  .uc-service .box {
    padding: 4rem 1rem 4rem 3rem;
  }
}
@media (min-width: 992px) {
  .uc-service .box {
    padding: 5rem 1rem 5rem 3rem;
  }
}
@media (min-width: 1200px) {
  .uc-service .box {
    padding: 6rem 1rem 6rem 4rem;
  }
}
/* |11|能力|ability| */
.uc-ability-3 .g-title h2,
.uc-ability-4 .g-title h2 {
  line-height: 1.25em;
}

.uc-ability-3 .g-title {
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-ability-3 .more {
  margin-top: 3rem;
  font-size: 0.875rem;
}
.uc-ability-3 .more .btm {
  margin-top: 1rem;
}
.uc-ability-3 .more .btn {
  width: 2.5rem;
  border-radius: 100%;
  height: 2.5rem;
  background-color: #F5F5F5;
  color: #15D100;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-ability-3 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-ability-3 .btn {
  text-align: center;
  cursor: pointer;
  width: 2.5rem;
  border-radius: 100%;
  height: 2.5rem;
  line-height: 3.125rem;
  font-size: 0.75rem;
  outline: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1rem;
  margin-left: 0.5rem;
  transition: all 0.3s linear;
}
.uc-ability-3 .btn:first-child {
  margin-left: 0;
}
.uc-ability-3 .btn.btn-prev {
  border: rgba(0, 0, 0, 0.08) 1px solid;
  color: rgba(0, 0, 0, 0.3);
}
.uc-ability-3 .btn.btn-next {
  background-color: rgba(0, 0, 0, 0.03);
  border: rgba(0, 0, 0, 0.03) 1px solid;
  color: #15D100;
}
.uc-ability-3 .btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.uc-ability-3 .swiper-slide {
  width: 17.5rem !important;
}
.uc-ability-3 .card {
  width: 100%;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  cursor: pointer;
}
.uc-ability-3 .card .line-box {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.uc-ability-3 .card .l, .uc-ability-3 .card .r {
  flex: 1;
  min-width: 0;
  height: 10rem;
  background: url("images/ability-line.png") center center repeat-x;
  background-size: 0.375rem 100%;
}
.uc-ability-3 .card .l.op0, .uc-ability-3 .card .r.op0 {
  opacity: 0;
}
.uc-ability-3 .card .c {
  width: 3.3125rem;
  border-radius: 100%;
  height: 3.3125rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: url("images/ability-dot-1.png") center center no-repeat;
  background-size: cover;
}
.uc-ability-3 .card .c .i2 {
  display: none;
}
.uc-ability-3 .card.ok .l, .uc-ability-3 .card.ok .r {
  background: url("images/ability-line-on.png") center center repeat-x;
  background-size: 0.375rem 100%;
}
.uc-ability-3 .card.ok .c {
  background-image: url("images/ability-dot-2.png");
}
.uc-ability-3 .card.on .r {
  background: url("images/ability-line-on.png") center center repeat-x;
  background-size: 0.375rem 100%;
}
.uc-ability-3 .card.on .c {
  background-image: url("images/ability-dot-2.png");
}
.uc-ability-3 .card.on .line {
  background-color: #15D100 !important;
}
.uc-ability-3 .card.on .c .i1, .uc-ability-3 .card.ok .c .i1 {
  display: none;
}
.uc-ability-3 .card.on .c .i2, .uc-ability-3 .card.ok .c .i2 {
  display: block;
}
.uc-ability-3 .card.on .top-box, .uc-ability-3 .card.ok .top-box {
  opacity: 1;
}
.uc-ability-3 .card.on .bottom-box, .uc-ability-3 .card.ok .bottom-box {
  opacity: 0;
}
.uc-ability-3 .card .top-box {
  opacity: 0;
}
.uc-ability-3 .card .top-box, .uc-ability-3 .card .bottom-box {
  position: relative;
  z-index: 9;
}
.uc-ability-3 .card .top-box .name, .uc-ability-3 .card .bottom-box .name {
  background-color: rgba(0, 0, 0, 0.04);
  width: 11.25rem;
  border-radius: 3.5rem;
  height: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.uc-ability-3 .card .top-box .line, .uc-ability-3 .card .bottom-box .line {
  width: 2px;
  border-radius: 2px;
  height: 1.25rem;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.uc-ability-3 .card .top-box .line {
  bottom: -1.625rem;
}
.uc-ability-3 .card .bottom-box .line {
  top: -1.625rem;
}
.uc-ability-3 .card .over {
  background-color: #fff;
  box-shadow: 0 0.5rem 2.5rem 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16.125rem;
  border-radius: 1rem;
  height: 11.875rem;
  z-index: 9;
  padding: 1.5rem;
  display: none;
}
.uc-ability-3 .card .over .con {
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: justify;
  color: #5A5A5A;
}
.uc-ability-3 .card .sub-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.uc-ability-3 .card .sub-name .dot {
  width: 0.5rem;
  border-radius: 100%;
  height: 0.5rem;
  background-color: #15D100;
  margin-right: 0.25rem;
}

.uc-ability-4 {
  padding: 0 3rem;
}
.uc-ability-4 .list li {
  margin-bottom: 3rem;
}
.uc-ability-4 .list img {
  display: block;
  width: 7.125rem;
  height: 7.125rem;
  margin: 0 auto -2rem;
}
.uc-ability-4 .list .name {
  border-radius: 1.25rem;
  background-color: rgba(0, 0, 0, 0.02);
  padding: 1.25rem;
  line-height: 2.875rem;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  z-index: 9;
  max-width: 23.125rem;
  margin: 0 auto 2rem;
  box-shadow: 0.5rem 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.05) inset;
}
.uc-ability-4 .list .con {
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: center;
  max-width: 15.625rem;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
}

/* |12|项目|project| */
.uc-project {
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-project .title {
  text-align: center;
}
.uc-project .title .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.uc-project .title .uc-tag {
  background-color: rgba(0, 0, 0, 0.03);
  line-height: 1.75rem;
  padding: 0 1.25rem;
  border-radius: 1.75rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
}
.uc-project .title h2 {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: bold;
}
.uc-project .list li {
  margin-bottom: 3rem;
  overflow: hidden;
}
.uc-project .list li img {
  transition: all 0.3s linear;
}
.uc-project .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-project .list .img {
  border-radius: 0.75rem;
  overflow: hidden;
}
.uc-project .list .img img {
  display: block;
}
.uc-project .list .btm {
  padding: 1rem;
}
.uc-project .list h3 {
  font-size: 1.5rem;
  line-height: 1.5em;
}
.uc-project .list .con {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.75rem;
  margin-top: 1rem;
}
.uc-project .list .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}
.uc-project .list .uc-tag {
  line-height: 2rem;
  border-radius: 0.5rem;
  padding: 0 0.875rem;
}
.uc-project .list .uc-tag.gray-light {
  background-color: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.5);
}
.uc-project .list .uc-tag.green {
  background-color: #15D100;
  color: #000;
}

/* |13|关于我们|about| */
.uc-about-1 .title {
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-about-1 .title .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.uc-about-1 .title .uc-tag {
  background-color: rgba(0, 0, 0, 0.03);
  line-height: 1.75rem;
  padding: 0 1.25rem;
  border-radius: 1.75rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
}
.uc-about-1 .title h2 {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: bold;
}
.uc-about-1 .box {
  background-color: #000000;
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}
.uc-about-1 .box img {
  display: block;
}

.uc-about-2 .title b, .uc-about-3 .title b, .uc-about-5 .title b {
  font-size: 2.25rem;
  line-height: 3rem;
}
.uc-about-2 .title .con, .uc-about-3 .title .con, .uc-about-5 .title .con {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  line-height: 1.5em;
}

.uc-about-2 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-about-2 .list li {
  margin-bottom: 1rem;
}
.uc-about-2 .card {
  border-radius: 0.75rem;
  background-color: #F8F8F9;
  padding: 1rem;
  border: #F8F8F9 1px solid;
  transition: all 0.3s linear;
  position: relative;
}
.uc-about-2 .card .number {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.uc-about-2 .card h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
.uc-about-2 .card .con {
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: justify;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 9em;
  margin-bottom: 1rem;
}
.uc-about-2 .card .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
  opacity: 0;
}
.uc-about-2 .card .btn {
  width: 2rem;
  border-radius: 100%;
  height: 2rem;
  background-color: #fff;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #15D100;
}
.uc-about-2 .card:hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
  .uc-about-2 .card {
    padding: 1.25rem;
  }
  .uc-about-2 .card .btm {
    padding: 1.25rem;
    opacity: 1;
  }
  .uc-about-2 .card .con {
    opacity: 0;
    min-height: 18em;
  }
  .uc-about-2 .card:hover .btm {
    opacity: 0;
  }
  .uc-about-2 .card:hover .con {
    opacity: 1;
  }
}
.uc-about-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-about-3 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-about-3 .btn {
  text-align: center;
  cursor: pointer;
  width: 2.5rem;
  border-radius: 100%;
  height: 2.5rem;
  line-height: 3.125rem;
  font-size: 0.75rem;
  outline: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1rem;
  margin-left: 0.5rem;
  transition: all 0.3s linear;
}
.uc-about-3 .btn:first-child {
  margin-left: 0;
}
.uc-about-3 .btn.btn-prev {
  border: rgba(0, 0, 0, 0.08) 1px solid;
  color: rgba(0, 0, 0, 0.3);
}
.uc-about-3 .btn.btn-next {
  background-color: rgba(0, 0, 0, 0.03);
  border: rgba(0, 0, 0, 0.03) 1px solid;
  color: #15D100;
}
.uc-about-3 .btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.uc-about-3 .swiper-slide {
  display: block;
  text-align: left;
}
.uc-about-3 .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
.uc-about-3 .card .img {
  width: 11.25rem;
  border-radius: 0.5rem;
  height: 6.75rem;
  overflow: hidden;
}
.uc-about-3 .card .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-about-3 .card .name {
  flex: 1;
  min-width: 0;
  margin: 0 2rem;
  font-size: 0.875rem;
}
.uc-about-3 .card .txt {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-align: right;
}

@media (min-width: 768px) {
  .uc-about-3 .card .name {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .uc-about-3 .card .name {
    margin-left: 5rem;
  }
}
@media (min-width: 1200px) {
  .uc-about-3 .card .name {
    margin-left: 6rem;
  }
}
.uc-about-4 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.uc-about-4 .card {
  border-radius: 0.75rem;
  overflow: hidden;
}
.uc-about-4 .card img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.uc-about-5 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.uc-about-5 .title {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.uc-about-5 .card {
  border-radius: 0.75rem;
  padding: 0.75rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.uc-about-5 .card .name {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5em;
}
.uc-about-5 .card .logo {
  display: block;
  width: 5.625rem;
  max-width: 100%;
  display: none;
}
.uc-about-5 .card .desc {
  display: none;
  line-height: 1.5em;
  text-align: justify;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5rem;
  position: relative;
  max-width: 26.25rem;
}
.uc-about-5 .card .desc:after {
  content: "";
  width: 0.75rem;
  height: 0.625rem;
  background: url("images/home-icon-7.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -1.5rem;
  top: 0.375rem;
}
.uc-about-5 .card .user {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-about-5 .card .face {
  width: 2.5rem;
  border-radius: 0.5rem;
  height: 2.5rem;
  overflow: hidden;
  margin-right: 1rem;
}
.uc-about-5 .card .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-about-5 .card .con {
  flex: 1;
  min-width: 0;
}
.uc-about-5 .card .txt {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.5rem;
}
.uc-about-5 .card .img-box {
  display: none;
  border-radius: 0.75rem;
  overflow: hidden;
  overflow: hidden;
}
.uc-about-5 .card .img-box img {
  transition: all 0.3s linear;
}
.uc-about-5 .card .img-box:hover img {
  transform: scale(1.1, 1.1);
}
.uc-about-5 .card .img-box img {
  display: block;
}
.uc-about-5 .card .btn {
  width: 2.875rem;
  border-radius: 100%;
  height: 2.875rem;
  background-color: rgba(0, 0, 0, 0.06);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: #15D100;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.3s linear;
}
.uc-about-5 .card .btn:hover {
  background-color: #000;
  color: #15D100;
}
.uc-about-5 .card.on {
  background-color: rgba(0, 0, 0, 0.03);
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.uc-about-5 .card.on .name {
  display: none;
}
.uc-about-5 .card.on .logo {
  display: block;
}
.uc-about-5 .card.on .desc {
  display: block;
}
.uc-about-5 .card.on .btn {
  display: none;
}
.uc-about-5 .card.on .img-box {
  display: block;
}
.uc-about-5 .line {
  background-color: rgba(0, 0, 0, 0.08);
  height: 1px;
  margin: 0.75rem 0;
}

@media (min-width: 768px) {
  .uc-about-5 .col-sm-10:first-child .g-title {
    padding-left: 3.5rem;
  }
  .uc-about-5 .card .img-box {
    max-width: 16.25rem;
    margin-left: auto;
  }
}
.uc-about-6 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  min-height: 59.375rem;
}
.uc-about-6 .bg img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-about-6 .over {
  padding: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.uc-about-6 .over .col-24 {
  margin-bottom: 1.5rem;
}
.uc-about-6 .img {
  border-radius: 0.75rem;
}
.uc-about-6 .img img {
  display: block;
}
.uc-about-6 .logo {
  width: 3.75rem;
  height: 0.9375rem;
}
.uc-about-6 .logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-about-6 .col-sm-9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.uc-about-6 .con {
  font-size: 0.875rem;
  line-height: 1.5em;
  margin: 1rem 0;
}
.uc-about-6 .btn {
  width: 2.25rem;
  border-radius: 0.5rem;
  height: 2.25rem;
  background-color: rgba(0, 0, 0, 0.06);
  display: block;
}
.uc-about-6 .btn img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-about-6 .btn:hover {
  background-color: #15D100;
}
.uc-about-6 .part1 {
  margin-bottom: 2rem;
  line-height: 1.5rem;
}
.uc-about-6 .part1 .t {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 0.625rem;
  font-size: 0.875rem;
}
.uc-about-6 .part2 {
  font-size: 1.5rem;
  line-height: 1.5em;
}

@media (min-width: 768px) {
  .uc-about-6 .col-sm-9 {
    padding-left: 2rem;
  }
}