@charset "UTF-8";

@font-face {
  font-family: "Anton-Regular-T";
  src: url("../../fonts/Anton-Regular-T.ttf");
  font-display: swap; /* 关键：先显示系统字体，字体加载后替换 */
}
@font-face {
  font-family: "Oswald-Regular-F";
  src: url("../../fonts/Oswald-Regular-F.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../../fonts/Roboto-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Verveine-Regular";
  src: url("../../fonts/Verveine-Regular.woff2");
  font-display: swap;
}


html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-family: "Roboto-Regular";
}
.text-transform{
  text-transform: uppercase;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.Lucency{font-family: "Roboto-Regular";}
.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1137px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1138px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1139px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-4 {
    flex: 0 0 11.6666666667%;
    max-width: 11.6666666667%;
  }
  .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .col-sm-6 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .pr100{padding-right:100px;}
  .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: 2.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 40%;
    max-width: 40%;
  }
  .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 60%;
    max-width: 60%;
  }
  .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;
  font-family: "Roboto-Regular";
}

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: "Roboto-Regular";
  -webkit-text-size-adjust: none;
}

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

body {
  font-size: 0.875rem;
  color: #FFFFFF;
  background: #000000;
  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: #72b32c;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(112, 186, 43, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

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

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

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

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

a {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #70ba2b;
  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: #72b32c;
  color: #fff;
}

::selection {
  background: #72b32c;
  color: #fff;
}

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

/*.detail{  */
/*    max-width: 1340px;*/
/*  background-color: #ddd;*/
/*}  */
.uc-wrap {
  width: 100vw;
}

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

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

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

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

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

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

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

.uc-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: #70ba2b !important;
}

.uc-blue {
  color: #0f5cea !important;
}

.uc-white {
  color: #fff !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%3Ft=1645078740157");
  src: url("../fonts/uicut-font.eot%3Ft=1645078740157") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/uicut-font.woff%3Ft=1645078740157") format("woff"), url("../fonts/uicut-font.ttf%3Ft=1645078740157") format("truetype"), url("../fonts/uicut-font.svg%3Ft=1645078740157") 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%;border: 1px solid #ccc;border-radius: 4px;
}

.uc-phColor {
  color: #b1adac;
}

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

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

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

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
  border-radius: 0.3125rem;
  padding: 0 0.625rem;
}
.uc-btn img {
  margin-right: 0.625rem;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.green {
  background-color: #70ba2b;
  border: #70ba2b 1px solid;
  color: #fff;
}
.uc-btn.green-linear {
  background: linear-gradient(to right, rgba(112, 186, 43, 0.7) 0%, #70ba2b 100%);
  color: #fff;
}
.uc-btn.green-plain {
  color: #70ba2b;
  border: #70ba2b 1px solid;
}
.uc-btn.green-plain:hover {
  opacity: 1;
  background-color: #70ba2b;
  color: #fff;
}
.uc-btn.blue {
  background-color: #72b32c;
  border: #72b32c 1px solid;
  color: #fff;
}
.uc-btn.blue-linear {
  background: linear-gradient(to right, rgba(15, 92, 234, 0.7) 0%, #0f5cea 100%);
  color: #fff;
}
.uc-btn.blue-plain {
  color: #0f5cea;
  border: #0f5cea 1px solid;
}
.uc-btn.blue-plain:hover {
  opacity: 1;
  background-color: #0f5cea;
  color: #fff;
}
.uc-btn.white {
  background-color: #fff;
  border: #fff 1px solid;
  color: #333333;
}
.uc-btn.white-linear {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, #fff 100%);
  color: #333333;
}
.uc-btn.white-plain {
  color: #fff;
  border: #666 1px solid;
}
.uc-btn.white-plain:hover {
  opacity: 1;
  background-color: #fff;
  color: #333333;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}

.g-crumb {
  line-height: 1.875rem;
}
.g-crumb a {
  position: relative;
  /*padding-right: 1.25rem;*/
  /*margin-right: 0.5rem;*/
}
/* .g-crumb a:after {
  content: "\e75c";
  font-family: "uc-font";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} */
.g-crumb a:last-child {
  padding-right: 0;
}
.g-crumb a:last-child:after {
  display: none;
}

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

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert {
  position: fixed;
  left: 0;
  width: 100vw;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.uc-alert .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 0.625rem;
  background-color: #fff;
  padding-bottom: 30vh;
}
.uc-alert .over-close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.uc-alert {
  display: none;
}

.uc-alert-search {
  background-color: rgba(0, 0, 0, 0.95);
}
.uc-alert-search .box {
  background-color: transparent;
  width: 100%;
  padding: 0 2rem;
  max-width: 37.5rem;
}
.uc-alert-search .uc-input {
  height: 4rem;
  border: none;
  border-radius: 0;
 /* border-bottom: rgba(255, 255, 255, 0.5) 2px solid; */
  padding: 0;
  background-color: transparent;
  font-size: 1.5rem;
  color: #fff;
}

footer {
  /*overflow: hidden;*/
  background-color: #000000;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Roboto-Regular";
}
footer > div {
  margin-left: -5px;
  margin-right: -5px;
}
footer .ft1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer .logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
footer .logo img {
  height: 2.5rem;
  width: auto;
}
footer .intro {
  margin-bottom: 1rem;
  color: #fff;
  line-height: 2em;
}
footer .search-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
footer .search-box .uc-input {
  flex: 1;
  min-width: 0;
  height: 2.5rem;
  border-radius: 0px;
  background-color: #1e1e1e;
  color: #fff;
  border: #666 1px solid;
      border-right: 0px;
}
footer .search-box .uc-btn {
  /*margin-left: 1rem;*/
  height: 2.5rem;
  border-radius: 0px;
  font-family: "Roboto-Regular";
  font-size: 12px;
  font-weight: bold;
  min-width: 5.55rem;
      background-color: #72b32c;
}
footer .shares {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
footer .shares img {
  display: block;
}
footer .shares .item {
  margin-right: 1rem;
}
footer .shares .item:last-child {
  margin-right: 0;
}
footer h3 {
  margin-bottom: 1rem;
  line-height: 2.5rem;
  color: #fff;
  font-family: "Roboto-Regular";
  font-weight: bold;
}
footer .menu {
  font-size: 0.875rem;
  line-height: 2em;
  margin-bottom: 1rem;
}
footer .menu .item {
  display: block;
  color: #b8b2b2;
}
footer .menu .item:hover {
  color: #70ba2b;
}
footer .ft2 {
  border-top: #333333 1px solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2em;
  color: #878787;
  font-size: 0.875rem;
}
footer .ft2 a {
  color: #878787;
}
footer .ft2 a:hover {
  color: #70ba2b;
}
footer .other .item {
  padding: 0 5px;
  position: relative;
}
footer .other .item:after {
  content: "";
  width: 1px;
  height: 0.75rem;
  background-color: #878787;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
footer .other .item:first-child {
  padding-left: 0;
}
footer .other .item:first-child:after {
  display: none;
}
footer .other .item:last-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  footer .ft2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.header-phone {

  color: #fff;
  /*overflow: hidden;*/
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1003;
  transition: all none linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
   /* background-color: #1a1a1a; */
    height: 5rem;
}

.header-phone .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-phone .logo img {
  width: 200px;
  display: block;
}
.header-phone .btn-search {
  color: #70ba2b;
}
/* .header-phone .btn-menu {
  width: 50px;
  height: 50px;
  background: url(images/icon-menu.png) center center no-repeat;
  background-size: 32px 32px;
  right: 0;
} */
.header-phone .btn-menu.on {
 width: 60px;
     height: 32px;
     background: url(images/icon-menu-2.png) center center no-repeat;
     background-size: 32px 32px;
}
/* .header-phone .btn-search {
  width: 50px;
  height: 50px;
  background: url("images/icon-search.png") center center no-repeat;
  background-size: 32px 32px;
} */
.header-phone .btn-search.on {
  background-image: url("images/icon-menu-2.png");
}
.header-phone.fixed {
  background-color: #1a1a1a;
}
.alert-menu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  height: 110vh;
/*  padding-top: 50px; */
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
.alert-menu .list {
  width: 100%;
 /* background-color: #fff; */
  padding: 0px 15px;
/*  border-top: #e5e5e5 1px solid; */
}
.alert-menu .list li {
line-height: 40px;
    border-bottom: #515151 1px solid;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.alert-menu .list li > a {
 /* display: block; */
/*  width: 50%; */
  display: flex;
}
.alert-menu .list li.on {
  color: #70ba2b;
}
.alert-menu .list li.on > a {
  color: #70ba2b;
}
.alert-menu .list .hasSubMenu > a {
  /* position: relative; */
  color: #FFF;
}
.alert-menu .list .hasSubMenu > a:hover {

  color: #70ba2b;
}
/*.alert-menu .list .hasSubMenu span{*/
/*	    display: block;*/
/*	    height: 40px;*/
	    /*width: 100px;*/
/*	    background: url(/skin/images/right2.png) right center no-repeat;*/
/*	    background-size: 24px 24px;*/
/*}*/
.btn-a a{color:#fff;display:block;width:150px}
.alert-menu .list .hasSubMenu2 span{display:block;height:40px;line-height:40px;text-align:right}
.alert-menu .list .hasSubMenu2 .arrow{font-size:14px}

.alert-menu .box {
    width: 80%;
    margin: auto;
    margin-top: 5rem;
    /* height: 100vh; */
    padding-bottom: 0.98rem;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    /* background-color: #fff; */
    /* position: absolute; */
    z-index: 99;
    right: 0;
}
.alert-menu .over-close {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.alert-menu .subMenu {
  padding-bottom: 10px;
  border-top: #e5e5e5 1px solid;
  display: none;
  background-color: #202020;
  padding-left: 10px;
  background: url(../../images/bj.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.alert-menu .subMenu a {
  display: block;
}
.alert-menu .subMenu a:hover{
	color: #FFF;
}

.header-pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 7.5rem;
}
.header-pc.hidden {
    top: -7.5rem; /* Hide the header by moving it above the viewport */
}
.header-phone.hidden {
    top: -7.5rem; /* Hide the header by moving it above the viewport */
}
.header-pc > div {
  margin-left: -5px;
  margin-right: -5px;
}
.header-pc .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-pc .logo img {
  display: block;
  width: 18rem;
}
.header-pc .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
}
.header-pc .list li {
  padding: 0 1rem;
  line-height: 7.5rem;
  position: relative;
  height: 7.5rem;
  font-size: 1.1rem;
  margin-left: 1px;
}
.header-pc .list li > a {
  height: 7.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.header-pc .list li:after {
  content: "";
  width: 0;
  height: 4px;
  background-color: #70ba2b;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease-in;
}
.header-pc .list li.on:after, .header-pc .list li:hover:after {
  width: 100%;
}
.header-pc .list li:hover .subMenu {
  display: block;
  height: auto;
}
.header-pc .list li:hover .subMenu .con {
  margin-top: 0;
}
.header-pc .list li img {
  display: block;
  margin: 0 auto;
}
.header-pc .list a {
  color: #fff;
}
.header-pc .subMenu {
  top: 7.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
}
.header-pc .subMenu .con {
  width: 12rem;
  background-color: #000;
  position: relative;
  margin-top: 1.5rem;
  transition: all 0.3s ease-in;
  font-size: 1rem;
}
.header-pc .subMenu a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 3rem;
  padding-left: 1.5rem;
}
.header-pc .subMenu a img {
  margin-left: 0;
  margin-right: 0.3125rem;
}
.header-pc .subMenu a:hover {
  background-color: #70ba2b;
  color: #fff;
}
.header-pc.fixed {
  background-color: #1a1a1a;
  height: 5rem;
  background: url(../../images/topbj.png);
  background-repeat: repeat-x;

}
.header-pc.fixed .logo img {
  width: 17.5rem;
}
.header-pc.fixed .list li {
  line-height: 5rem;
  height: 5rem;
}
.header-pc.fixed .list li > a {
  height: 5rem;
}
.header-pc.fixed .subMenu {
  top: 5rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.swiper-pagination-bullet-active {
  background-color: #70ba2b;
  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:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
body {
  overflow-x: hidden;
}

/* |01|首页|home| */
.uc-home-1 .item {
  width: 100%;
  display: block;
}

.uc-home-2 {
  background-color: #e5e7eb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.uc-home-2 .title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
}
.uc-home-2 .title b {
  font-family: "Oswald-Regular-F";
  padding-bottom: 0.5rem;
  border-bottom: #70ba2b 2px solid;
}
.uc-home-2 .card {
  position: relative;
  overflow: hidden;

  margin-bottom: 10px;
  overflow: hidden;
}
.uc-home-2 .card img {
  transition: all 0.3s linear;
}
/*.uc-home-2 .card:hover img {*/
/*  transform: scale(1.025, 1.025);*/
/*}*/
.uc-home-2 .card img:hover {
  transform: scale(1.025, 1.025);
}
.uc-home-2 .card img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-home-2 .card .btm {
  position: absolute;
  left: 0;
  bottom: -10px;
  padding: 1rem;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  color: #fff;
  width: 100%;
}
.uc-home-2 .card.c1 {
  /*height: 50vh;*/
}
.uc-home-2 .card.c2 {
  /*height: 25vh;*/
}
.uc-home-2 .card.c3 {
  /*height: 25vh;*/
}
.uc-home-2 .card.c4 {
  /*height: 33.33vh;*/
}
.uc-home-2 .card h3 {
  font-family: "Anton-Regular-T";
  line-height: 1em;
font-size: 1.5rem;
}
.uc-home-2 .card p {
  opacity: 0.8;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.uc-home-2 .card .btn {
  color: #70ba2b;
  padding-right: 1em;
  font-family: "Roboto-Regular";
}
.uc-home-2 .card .btn:after {
  opacity: 1;
}

@media (min-width: 992px) {
  .uc-home-2 {
    padding-top: 2rem;
  }
  .uc-home-2 .title {
    margin-bottom: 2rem;
  }
}
.uc-home-3 {
  background-color: #999a9b;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: url(../../images/bj.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.uc-home-3 .info {
  padding-left: 2rem;
  padding-right: 2rem;
}
.uc-home-3 .info h3 {
  color: #70ba2b;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-family: "Anton-Regular-T";
}
.uc-home-3 .info h2 {
  font-family: "Roboto-Regular";
  font-weight: bold;
  font-size: 4rem;
  color: #fff;
  letter-spacing: -3px;
}
.uc-home-3 .info p {
  line-height: 1.5em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #72b32c;
    font-family: "Anton-Regular-T";
}
.uc-home-3 .info .btm {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-home-3 .info .uc-btn {
  background-color: #fff;
  color: #000;
  border-radius: 3rem;
  padding: 0 1.5rem;
  height: 3rem;
  font-weight: bold;
}
.uc-home-3 .info .uc-btn:hover {
  background-color: #70ba2b;
  color: #fff;
}
.uc-home-3 .swiper-box {
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.uc-home-3 .card {
  border-radius: 1rem;
  background-color: #fff;
  overflow: hidden;
}
.uc-home-3 .card .img {
  height: 40vh;
  position: relative;
  overflow: hidden;
}
.uc-home-3 .card .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-home-3 .card .uc-tag {
    position: absolute;
    left: 1.4rem;
    top: 1rem;

    color: #fff;
    line-height: 2.5rem;
    font-size: 0.875rem;
    border-radius: 3px;
    background-color: rgb(11 11 11 / 40%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
.uc-home-3 .card .btm {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.uc-home-3 .card .name {
  flex: 1;
  min-width: 0;
  line-height: 1.5em;
  height: 3.2em;
-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.uc-home-3 .card .uc-btn {
  width: 3rem;
  border-radius: 100%;
  height: 3rem;
  border: #000 1px solid;
  text-align: center;
  margin-left: 2rem;
}
.uc-home-3 .card .uc-btn:hover {
  background-color: #70ba2b;
  color: #fff;
  border-color: #70ba2b;
}
.uc-home-3 .swiper-pagination {
  background-color: #333340;
  position: static !important;
  height: 2px;
}
.uc-home-3 .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #70ba2b !important;
}
.uc-home-3 .swiper-pagination {
  flex: 1;
  min-width: 0;
}
.uc-home-3 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  position: relative;
}
.uc-home-3 .operate .btn {
  width: 2.5rem;
  border-radius: 100%;
  height: 2.5rem;
  margin-left: 1.25rem;
  border: #fff 1px solid;
  text-align: center;
  color: #fff;
  line-height: 2.375rem;
  cursor: pointer;
}
.uc-home-3 .operate .btn:hover {
  background-color: #70ba2b;
  color: #fff;
  border-color: #70ba2b;
}

@media (min-width: 768px) {
  .uc-home-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .uc-home-3 .info {
    padding-left: 3rem;
    padding-top: 3rem;
  }
  .uc-home-3 .swiper-box {
    padding: 0;
  }
  .uc-home-3 .operate {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .uc-home-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .uc-home-3 .info {
    padding-left: 4rem;
    padding-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .uc-home-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url(../../images/bj.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .uc-home-3 .info {
    padding-left: 5rem;
    padding-top: 5rem;
  }
}
/* 产品列表页 */
@media (max-width: 992px){
	.Container {
		margin-top: 60px;
	}

}

/* |02|产品详情页|detail| */
.uc-detail {
  padding-top: 50px;
  background-color: white;
}

.progg-tb img{
	width: auto;
}
.progg-tb p img{
	width: auto;
	max-width: 100%;
}
.progg-tb a img{
	width: auto;
}
.progg-tb p{
    color: #c2c2c2;
}

@media (min-width: 768px) {
  .uc-detail {
    padding-top: 5rem;
    background-color: white;
  }
}
.uc-detail-1 {
  border-bottom: #e5e5e5 1px solid;
  padding-bottom: 1rem;
  padding-top: 0.625rem;
}
.uc-detail-1 .swiper-container2 .item {
  height: 40vh;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.uc-detail-1 .swiper-container2 .item img {
    display: block;
    object-fit: contain; /* 完整显示图片，不裁剪 */
    width: 100%;
    height: 100%;
    max-width: 100%; /* 限制图片最大宽度 */
    max-height: 100%; /* 限制图片最大高度 */
}
.uc-detail-1 .swiper-container1 .swiper-slide {
  opacity: 1;
  cursor: pointer;
}
.uc-detail-1 .swiper-container1 .swiper-slide-thumb-active {
  opacity: 1;
}
.uc-detail-1 .swiper-box2 {
  position: relative;
  margin-bottom: 1rem;
}
.uc-detail-1 .swiper-box2 .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 2rem;
  z-index: 99;
}
.uc-detail-1 .swiper-box2 .btn-prev {
  left: 1rem;
}
.uc-detail-1 .swiper-box2 .btn-next {
  right: 1rem;
}
.uc-detail-1 .swiper-box .item {
  width: 6.25rem;
  height: 80px;
  border: #fff 1px solid;
}
.uc-detail-1 .swiper-box .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-detail-1 .swiper-box .item img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.uc-detail-1 .swiper-box .swiper-slide-thumb-active .item {
  border-color: #000;
}

@media (min-width: 768px) {
  .uc-detail-1 {
    border-bottom: none;
  }
  .uc-detail-1 .swiper-container2 .item {
    height: 78vh;
  }
  .uc-detail-1 .swiper-container2 .item img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .uc-detail-1 .swiper-box {
    position: relative;
  }
}
.uc-detail-2 {
    padding: 1rem;
    border-bottom: #e5e5e5 1px solid;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 5rem); /* Ensure the height is correct */
}

.uc-detail-2 h1 {

    font-family: 'Anton-Regular-T';
    padding: 0.5rem 0;
    color: #72b32c;
    text-transform: uppercase;


	font-size: 1.775rem;
	line-height: 1.6rem;
	padding-top: 20px;
	padding-bottom: 20px;
}

.uc-detail-2 .con {
        flex: 1;
        overflow-y: auto;
        line-height: 1.4em;
        height: auto;

        padding-bottom: 1rem;
        font-family: 'Roboto-Regular';
        font-size: 1.2rem;
}

.uc-detail-2 .con::-webkit-scrollbar {
    width: 0.375rem;
    height: 0.375rem;
}

.uc-detail-2 .con::-webkit-scrollbar-track {
    background: #72b32c;
}

.uc-detail-2 .con::-webkit-scrollbar-thumb {
    background: #333;
}
.uc-detail-2 .con h3{
	font-family: 'Roboto-Regular';
	font-size: 1.2rem;
}

.uc-detail-2 .con p {
    margin-bottom: 0.5rem;
	padding-left: 25px;
	position: relative;
	line-height: 1.5;
}

.uc-detail-2 .con span{
    color:#72b32c;
	    position: absolute;
	    left: 10px;
}

.uc-detail-2 .name {
    background-color: #faf8f9;
    border-radius: 3px;
    border: #e5e5e5 1px solid;
    padding: 1rem;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.uc-detail-2 .sub-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5em;
    margin-bottom: 1rem;
}

.uc-detail-2 .choose-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.uc-detail-2 .choose-box .item {
    margin-right: 1rem;
    margin-bottom: 1rem;
    border: #72b32c 1px solid;
    padding: 3px;
    border-radius: 100%;
}

.uc-detail-2 .choose-box .item.on {
    background-color: #000;
    border-color: #fff;
}

.uc-detail-2 .choose-box .img {
    width: 2.5rem;
    border-radius: 100%;
    height: 2.5rem;
    overflow: hidden;
}

.uc-detail-2 .choose-box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.uc-detail-2 .operate {
    padding: 1rem 0;
    margin-top: auto; /* Push this section to the bottom */
}

.uc-detail-2 .operate .uc-btn {
    height: 3rem;
    border-radius: 3rem;
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 768px) {
    .uc-detail-2 {
        border-left: #e5e5e5 1px solid;
        border-bottom: none;
        position: sticky;
        top: 0;
        z-index: 900;
        padding: 1.25rem 2rem 2rem;
    }
}

.uc-detail-3 .filter{border-bottom:#e5e5e5 1px solid;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;position:sticky !important;top:50px;background-color:#fff}
.uc-detail-3 .filter .item{padding:1rem;font-family:"Roboto-Regular";font-weight:bold;display:block;line-height:2em;color:#333333;}
.uc-detail-3 .filter .item.on{position:relative}
.uc-detail-3 .filter .item.on:after{content:"";width:100%;height:4px;background-color:#70ba2b;position:absolute;left:50%;transform:translateX(-50%);bottom:0}
.uc-detail-3 .detail img{max-width:100%;width:auto;margin:auto}
.uc-detail-3 .detail span img{display:block;max-width:100%;width:auto;margin:auto}
.uc-detail-3 .filterBD{max-width:100%;margin:0 auto;background: linear-gradient(to right, rgb(0 0 0 / 50%), rgb(129 128 128 / 50%) 80%, rgb(0 0 0 / 50%)),
 linear-gradient(135deg, rgba(40, 40, 40, 0.8) 25%, rgba(60, 60, 60, 0.8) 25%, rgba(60, 60, 60, 0.8) 50%, rgba(40, 40, 40, 0.8) 50%, rgba(40, 40, 40, 0.8) 75%, rgba(60, 60, 60, 0.8) 75%, rgba(60, 60, 60, 0.8) 100%);
    background-size: 100% 100%, 5px 5px;
    background-position: 0 0, 0 0;}

.uc-detail-3 .hsbj{
    background: linear-gradient(to right, rgb(0 0 0 / 50%), rgb(129 128 128 / 50%) 80%, rgb(0 0 0 / 50%)),
 linear-gradient(135deg, rgba(40, 40, 40, 0.8) 25%, rgba(60, 60, 60, 0.8) 25%, rgba(60, 60, 60, 0.8) 50%, rgba(40, 40, 40, 0.8) 50%, rgba(40, 40, 40, 0.8) 75%, rgba(60, 60, 60, 0.8) 75%, rgba(60, 60, 60, 0.8) 100%);
    background-size: 100% 100%, 5px 5px;
    background-position: 0 0, 0 0;
}
.uc-detail-3 .tab-con{padding:15px 0px;line-height:1.8;max-width:1340px;margin:auto;display:none}
.uc-detail-3 .filterBD .tab-con{display:none}
.uc-detail-3 .filterBD .tab-con.active{display:block}


.uc-detail-3 .filterBD3 .tab-con{display:none}
.uc-detail-3 .filterBD3 .tab-con.active{display:block}
.uc-detail-3 .filter .item{cursor:pointer}
.uc-detail-3 .filter .item.on{font-weight:bold}

@media (min-width: 768px) {
  .uc-detail-3 {
    border-top: #e5e5e5 1px solid;
    padding-right: 0;
  }
  .uc-detail-3 .filter {
    top: 0rem;
    position: sticky;

    /*z-index: 1000;*/
  }
}
@media (min-width: 768px) {
  .uc-detail-2 .filter {
    justify-content: center;
    margin-left: 3em;
  }
  .uc-detail-2 .filter:first-child {
    margin-left: 0;
  }
}
/* 侧边栏 */
.SideBar-wrapper{position: fixed;top: 60.8%;right: 36px;transform: translateY(-50%);z-index: 6666;display: flex;align-items: center;flex-direction: column;}
.SideBar-wrapper a{display: flex;position: relative;margin-top: 4px;flex-direction: column;align-items: center;}
.SideBar-wrapper a .icon{width: 50px;height: 50px;position: relative;border-radius: 5px;z-index: 4;display: flex;align-items: center;justify-content: center;background: #fff;box-shadow: 0 0 12px 2px rgba(108, 89, 189, .2);transition: background .4s ease;}
.SideBar-wrapper a .icon img{position: absolute;transition: all .4s ease;}
.SideBar-wrapper a .icon img.s{opacity: 1; width: auto;}
.SideBar-wrapper a .icon img.h{opacity: 0;width: auto;}
.SideBar-wrapper a:hover .icon img.s{opacity: 0;width: auto;}
.SideBar-wrapper a:hover .icon img.h{opacity: 1;width: auto;}
.SideBar-wrapper a:hover .icon{background: #70ba2b;}
.SideBar-wrapper a .info{display: none;position: absolute;right: 0;padding-right: 74px;top: 0;}
.SideBar-wrapper a .info span{display: flex;align-items: center;width: 100px;font-size: 16px;height: 50px;background: #70ba2b;justify-content: center;border-radius: 5px;box-shadow: 0 0 12px 2px rgba(108, 89, 189, .2);position: relative;color: #fff;}
.SideBar-wrapper a .info span::after{content: "";position: absolute;right: -8px;top: 50%;margin-top: -8px;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #eb6636;width: 0;height: 0;}
.SideBar-wrapper a:hover .info{display: block;}
.SideBar-wrapper a.phone .info span{width: 150px;}
.SideBar-wrapper a .wechat{display: none;position: absolute;width: 150px;right: 60px;z-index: 3;top: 50%;margin-top: -64px;border-radius: 10px;border: 1px solid #e9e9f3;padding: 10px;background: #fff;box-shadow: 0 0 12px 2px rgba(108, 89, 189, .1);}
.SideBar-wrapper a .wechat img{width: 100%;height: 100%;object-fit: cover;}
.SideBar-wrapper a.code .icon{margin-top: -10px;}
.SideBar-wrapper a.code .head{position: relative;width: 70px;border-radius: 50%;border: 3px solid #cfd2ff;}
.SideBar-wrapper a.code .head img{width: 100%;border-radius: 50%;position: relative;z-index: 1;}
.SideBar-wrapper a.code .head::before, .SideBar-wrapper a.code .head::after{content: "";display: block;width: 70px;height: 70px;background: #d8dbfd;border-radius: 50%;position: absolute;top: 50%;left: 50%;margin: -35px 0 0 -35px;animation: sideCodeRing 1.5s linear infinite;opacity: 0;}
.SideBar-wrapper a.code .head::before{animation-delay: .6s;}
.SideBar-wrapper a.code .head::after{animation-delay: 0s;}
@keyframes sideCodeRing{0%{opacity:0;transform:scale(.8)}5%{opacity:1}to{opacity:0;transform:scale(1.6)}}
.SideBar-wrapper a.code .head i{position: absolute;animation: sideDotRing 2s linear infinite;z-index: 2;width: 80px;height: 80px;border-radius: 50%;border: 1px solid #cfd2ff;top: 50%;left: 50%;margin: -40px 0 0 -40px;}
.SideBar-wrapper a.code .head i::before, .SideBar-wrapper a.code .head i::after{content: "";position: absolute;border-radius: 50%;}
.SideBar-wrapper a.code .head i::before{width: 6px;height: 6px;background: #5c66ff;right: 7px;top: 9px;}
.SideBar-wrapper a.code .head i::after{width: 8px;height: 8px;background: linear-gradient(to right,#e7e8fa,#d3d5fd);top: 30px;left: -12px;}
@keyframes sideDotRing {0%{transform: rotate(0);}50%{transform: rotate(-8deg);}}
.SideBar-wrapper a:hover .wechat{display: block;}
.SideBar-wrapper a.menu{display: none;}
body.PC .SideBar-box{display: block !important;}
.SideBar-wrapper.active a.code .wechat{display: block;}
.SideBar-wrapper.active a.code .icon{background: #70ba2b;}
.SideBar-wrapper.active a.code .icon img.s{opacity: 0;}
.SideBar-wrapper.active a.code .icon img.h{opacity: 1;}

@media all and (max-width:1590px) {
	    .SideBar-wrapper{right: 24px;}
}

@media all and (max-width:1270px) {
    .SideBar-wrapper {right: 16px;}
}
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    .SideBar-wrapper a.code .icon {margin-top: -6px;}
    .SideBar-wrapper a .icon{width: 42px;height: 42px;box-shadow: 0 0 8px 2px rgba(108, 89, 189, .1);}
    .SideBar-wrapper a .wechat{right: 60px;}
    .SideBar-wrapper {top: auto;bottom: 20px;right: 12px;transform: translateY(0);}
    .SideBar-wrapper a.menu{display: block;font-size: 40px;}
    .SideBar-wrapper a.menu .icon{background: #fff !important;}
    .SideBar-wrapper a.menu img{opacity: 1 !important;transition: none !important;}
    .SideBar-wrapper a.menu img.s{opacity: 1 !important;}
    .SideBar-wrapper a.menu img.h{opacity: 0 !important;}
    .SideBar-wrapper a.menu.active img.s{opacity: 0 !important;}
    .SideBar-wrapper a.menu.active img.h{opacity: 1 !important;}
    .SideBar-wrapper a.code .head {width: 42px;border: 2px solid #cfd2ff;}
    .SideBar-wrapper a.code .head i {width: 50px;height: 50px;margin: -25px 0 0 -25px;}
    .SideBar-wrapper a.code .head::before, .SideBar-wrapper a.code .head::after {width: 46px;height: 46px;margin: -23px 0 0 -23px;}
    .SideBar-wrapper a.code .head i::before {right: 1px;top: 7px;}
    .SideBar-wrapper a.code .head i::after{top: 20px;}
    .SideBar-wrapper a .info{display: none !important;}
}
/* 侧边栏 */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging-menu, .paging-skip, .paging-hint{display: flex;flex-wrap: wrap;}
.paging-menu a{width: 32px;height: 32px;border: 1px solid #d9d9d9;margin: 4px;font-size: 14px;color: #666666;transition: all .4s ease;border-radius: 5px;display: flex;align-items: center;justify-content: center;}
.paging-menu a.not i{font-size: 12px;display: block;}
/* .paging-menu a.lty i{transform: rotate(180deg);} */
.paging-menu a:hover, .paging-menu a.active,.page-num-current,.paging a.on{border-color: #70ba2b;background-color: #70ba2b;color: #fff;}
.paging-skip{margin-left: 8px;align-items: center;}
.paging-hint{font-size: 12px;color: #666;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 50px;text-align: center;height: 32px;border: 1px solid #d9d9d9;background-color: transparent;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #70ba2b;}
.paging-skip button {color: #555;font-size: 12px;padding: 0 18px;border: 1px solid #d9d9d9;transition: all .4s ease;height: 32px;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #70ba2b;color: #fff;border-color: #70ba2b;}
.paging-hint span{color: #70ba2b;}
/* 产品详情页 */
.progg-t{font-size: 16px;line-height: 1.8;}
.progg-t table{margin-bottom: 10px;color: #FFF;}
.progg-t table th, table td {outline: none;display: table-cell !important;padding: .572rem;}
.progg-t table:not([border='0']) th, table:not([border='0']) td {border: 1px solid #666;color:#fff;}
.progg-tb{max-width: 1340px;
    margin: auto;
    padding-top: 20px;}
.container-tab-con3 {display: flex;flex-wrap: wrap;    max-width: 1340px;
    margin: auto;
    padding-top: 20px;}
.row-tab-con3{display:flex;width:100%;height:72px;align-items:center;border:1px solid #70ba2b;box-sizing:border-box;}
.row-tab-con3 .column{color:#fff;}
.row-tab-con3 .column a{color:#fff;}
.row-tab-con3 .column a:hover{color:#72b32c;}
.column{flex:1;text-align:center}
/*常见问题列表*/
.faq-container{max-width:900px;margin:20px auto;padding:10px;background-color:#fff}
.faq-item{border-bottom:1px solid #ddd}
.faq-title{padding:10px;font-size:18px;cursor:pointer;position:relative;color:#333;padding-left: 30px;}
.faq-title::before{content:"+";position:absolute;left:10px;font-size:20px;top:50%;transform:translateY(-50%);transition:transform 0.3s,color 0.3s}
.faq-content{display:none;padding:10px;background-color:#fafafa}
.faq-title.active::before{content:"-";color:#70ba2b;transform:translateY(-50%) rotate(180deg)}
/*手机端返回按钮*/
.back-button {display: none; /* 默认隐藏 */ }
@media (max-width:1000px){.back-button{position:fixed;left:20px;border-radius:5px;cursor:pointer;z-index:1000;width:42px;height:42px;top:auto;bottom:20px;right:12px;transform:translateY(0)}
.back-button .icon{width:42px;height:42px;box-shadow:0 0 8px 2px rgba(108,89,189,.1);position:relative;border-radius:5px;z-index:1000;display:flex;align-items:center;justify-content:center;background-color:#fff}
.back-button .icon img{width:24px;height:24px;z-index:1000}.back-button {display: block; /* 在移动端显示 */ }
}
/* index-lanmu菜单 */
.header-phone.fixed{background-color:#1a1a1a;height:5rem;background:url(../../images/topbj.png);background-repeat:repeat-x}
@media (max-width:1000px){.header-phone{height:5rem;background:url(../../images/topbj.png);background-repeat:repeat-x}
}.btn-menu{border:none;background:none;cursor:pointer;outline:none;padding-right:1.25rem;display: flex;}
.btn-menu svg{transition:transform 0.3s ease}
.bar{fill:#72b32c;transition:transform 0.3s ease,width 0.3s ease}
.bar.top{transform-origin:right center}
.bar.bottom{transform-origin:left center}
.close-btn{display:none;font-size:24px;position:absolute;right:0;top:50%;transform:translateY(-50%);color:#72b32c}
.btn-menu:hover .bar.top{width:15px;transform:translateX(-5px)}
.btn-menu:hover .bar.middle{width:30px}
.btn-menu:hover .bar.bottom{width:15px;transform:translateX(5px)}
.btn-a{display:flex;align-items:center;justify-content:space-between}
.btn-a a{color:#fff;display: block;width: 50%;}
.btn-a a:hover{#72b32c}
.header-phone-list.fixed{display:block;display:flex}
/*.header-phone-list.fixed li{line-height:5rem;height:5rem;padding:0 1rem;position:relative;font-size:1.1rem;margin-left:1px}*/
.header-phone-list.fixed li a{color:#FFF}
.header-phone-list.fixed li a:hover{color:#72b32c}
.header-phone-list{display:none;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-left:40px}
.header-left,.header-center,.header-right{display:flex;align-items:center}
.btn-search{width:50px;height:50px;background:url(images/icon-search.png) center center no-repeat;background-size:32px 32px;display:block}
.search-bnt{display:flex;align-items:center;flex: 1;
    min-width: 0;
    height: 3rem;
    border-radius: 3px;
    background-color: #1e1e1e;
    color: #fff;
    border-color: #545454;}
.search-hotwords{padding-top:20px}
.search-hotwords a{padding-left: 50px;font-size:1.425rem;display: block;padding-bottom: 10px;color: #919191;}
.search-hotwords a:hover{color:#70ba2b;}
.uc-input::placeholder {color: #222;}
.subMenu .con a{color: #fff;}
.subMenu .con a:hover{color: #72b32c;}
.btn-a a:hover{color: #72b32c;}
/*分享按钮*/
.social-icons{display:flex;justify-content:center;gap:10px}
.social-icon{display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    line-height: 58px;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
    border: solid 1px #ffffff;}
.social-icon i{line-height:inherit}
.social-icon:hover{background-color:#70ba2b;color:white}
/*栏目banner*/
.swiper-container1 .swiper-slide a{display: block;width: 100%;}
.lazyload {
    display: none; /* 隐藏未加载的图片 */
}
.search-box .uc-input::placeholder {color: #666;}
.detail-more {position: absolute;bottom: 0;left: 0;width: 100%;height: 98px;background-color: #fff;z-index:9;}
#loadMoreButton {display: block;width: 210px;margin: 20px auto;padding: 10px 20px;background-color: #72b32c;color: #fff;font-size: 16px;text-align: center;border-radius: 25px;border: none;cursor: pointer;transition: background-color 0.3s ease, transform 0.3s ease;
}
#loadMoreButton:hover {background-color: #5f8f2d;transform: scale(1.05);}
.detail-more::before {content:'';position:absolute;top:-96px;left:0;display:block;width:100%;height:96px;background-image:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.8) 66%,rgba(255,255,255,0.94) 83%,rgba(255,255,255,0.98) 91%,#ffffff);}

.swiper-container-slt .swiper-wrapper {justify-content: center;}
.swiper-container-slt .swiper-slide {display: flex;justify-content: center;align-items: center;}


footer .intro {
  margin-bottom: 1rem;
  color: #fff;
  line-height: 2em;
  font-family: Oswald-Regular-F;
}

.intro-3{
        margin-bottom: 2rem;
}
footer .search-box{
    margin-bottom: 0rem;
}
.uc-detail-3 .filterBD .tab-con .detail p{
    color: #999;
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
}

.Newsxq-content p a{color: #72b32c;}
.row-tab-con4{
    width: 100%;
    margin: auto;
    align-items: center;
    border: 1px solid #70ba2b;
    box-sizing: border-box;
    padding:2% 5%;
                        }
.row-tab-con4 p{
    color: #999;
}
.lan-content {
    margin: 1% 3% 1% 3%;
    padding: 1%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.lan-content h3{padding: 10px 0px;font-size:14px;}
.lan-content p{font-size:14px;padding: 10px 0px;}
@media all and (max-width:640px){
    .uc-detail-2 h1{font-size: 2rem;line-height: 1.1;}
}
.filterBD3{background: #121212 url(../../images/bj3.png);max-width: 100%;margin: 0 auto;}
.ystc{background: linear-gradient(90deg, rgba(24, 46, 40, 0), #000 33%, #000 66%, transparent);}

.language-selector {
		    position: relative;
		    display: inline-block;
		}
		.dropdown-btn {
		        background-color: #72b32c;
		        color: white;
		        padding: 8px 11px;
		        border: 2px solid #72b32c;
		        cursor: pointer;
		        font-size: 16px;
		        width: 120px;
		        text-align: left;
		        border-radius: 5px;
		        position: relative;
		}

		.dropdown-btn::after {
		    content: " ▼";
		    position: absolute;
		    right: 10px;
		    font-size: 13px;
		}

		.dropdown-btn:hover {
		    background-color: #45a049;
		    border-color: #45a049;
		}

		/* Dropdown Menu Style */
		.dropdown-content {
		    display: none;
		    position: absolute;
		    background-color: #f1f1f1;
		    min-width: 120px;
		    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
		    z-index: 1;
		    border-radius: 5px;

		    /* Adjust to display upwards */
		    bottom: 100%; /* Position the dropdown above the button */
		    left: 0;
		    transform: translateY(-8px); /* Add some spacing between the button and dropdown */
		}

		.dropdown-content a {
		    color: black;
		    padding: 12px 16px;
		    text-decoration: none;
		    display: block;
		    border-bottom: 1px solid #ddd;
		}

		.dropdown-content a:hover {
		    background-color: #ddd;
		}

		.dropdown-content a:last-child {
		    border-bottom: none;
		}

		/* Show dropdown when button is clicked */
		.show {
		    display: block;
		}
		.ft{display: flex;justify-content: space-between;}

.ad-content-ban {text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100%;}
.ad-content-ban picture , .responsive-image {width: 100%;height: auto;display: block;}
.header-phone-list li a{color: #72b32c;}
@media all and (max-width:768px){
    /*.responsive-image{padding-top: 60px;}*/
}
.contact-title{    color: #72b32c;
    font-size: 36px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    font-family: Anton-Regular-T;
    text-transform: uppercase;}
.describe{    font-size: 16px;}
@media all and (max-width:768px){
    .contact-title{font-size: 26px;}
}

.social-icons{display:flex;justify-content:center;gap:10px}
.social-icon{display:block;width:38px;height:38px;border-radius:50%;color:#ffffff;text-align:center;font-size:20px;line-height:38px;transition:background-color 0.3s,color 0.3s;text-decoration:none;border:solid 1px #ffffff}
}.social-icon i{line-height:inherit}
.social-icon:hover{background-color:#70ba2b;color:white}
.scrolling-background footer{padding-left:2rem;background-color:#00000000;padding-right:2rem;width:100%}
.scrolling-background footer .search-box .uc-input{background-color:#1e1e1e00;font-size:12px;}
.scrolling-background{width:100%;height:auto;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}
.scrolling-background::before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background-image:url('../../images/footer-bg.jpg');background-size:1920px 580px;background-repeat:repeat-x;animation:scrollBackground 40s linear infinite;z-index:-1}
@keyframes scrollBackground{0%{transform:translateX(0)}
100%{transform:translateX(-50%)}
}.glass-effect{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:linear-gradient(45deg,rgba(64,64,64,0) 25%,rgb(128 128 128 / 7%) 25%,rgba(128,128,128,0) 50%,rgb(192 192 192 / 8%) 50%,rgb(192 192 192 / 14%) 75%,rgb(224 224 224 / 8%) 75%);backdrop-filter:blur(0px)}
.scrolling-background .content{position:relative;z-index:1;text-align:center;margin-top:auto}
.scrolling-background .content h1{color:#75b42c;font-size:50px;margin:0}
.scrolling-background .content p{color:#e0e0e0;font-size:16px;margin:10px 0}
.scrolling-background .content .icons{margin-top:20px}
.scrolling-background .content .icons i{color:#e0e0e0;font-size:24px;margin:0 10px}
@media (max-width:768px){.scrolling-background .content h1{font-size:36px}
.scrolling-background .content p{font-size:14px}
.scrolling-background .content .icons i{font-size:20px;margin:0 8px}
}.scrolling-background .footer{width:100%;padding:20px 0;text-align:center;position:relative;z-index:1;margin-top:auto}
.scrolling-background .links{margin-bottom:10px}
.scrolling-background .links span{color:#e0e0e0}
.scrolling-background .links a{margin:0 10px;color:#e0e0e0;text-decoration:none}
.scrolling-background .links a:hover{text-decoration:none;color:#75b42c}
.scrolling-background .divider{border:none;border-top:1px solid #e0e0e0;margin:20px 0}
.scrolling-background .footer-content{display:flex;justify-content:space-between;align-items:center;padding:0 20px}
.scrolling-background .footer-content .copyright{color:#e0e0e0;font-size:14px}
.scrolling-background .footer-content .sitemap a{color:#75b42c;text-decoration:none}
.scrolling-background .footer-content .sitemap a:hover{text-decoration:underline}
@media (max-width:768px){.scrolling-background .footer-content{flex-direction:column}
.scrolling-background .footer-content .copyright,.scrolling-background .footer-content .sitemap{margin:5px 0}
.scrolling-background::before{background-color: #000;content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/footer-bg.jpg);
    /* 取消背景滚动动画 */
    background-size: auto; /* 适应屏幕宽度 */
    background-repeat: no-repeat; /* 不重复 */
    /* 取消动画效果 */
    animation: none;
    z-index: -1;}
.scrolling-background{height: auto;}

}
.col-12 h3 a{margin-bottom: 1rem;line-height: 2.5rem;color: #fff;font-family: "Oswald-Regular-F";font-size:18px}
.col-12 h3 a:hover{color: #75b42c;}
.intro-2{padding-bottom: 0.3125rem;}
.intro-2 p{color: #fff;font-size: 0.85rem;}
.intro-3{color: #888;font-size: 0.75rem;padding-top: 0.3125rem;}
.other a{
    color: #878787;
}
.other a:hover{color:#72b32c}


/* 背景遮罩 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色 */
    z-index: 999; /* 确保遮罩在窗口下方 */
    display: none; /* 默认隐藏 */
}

/* 活动窗口容器 */
.activity-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1000;
    background-color: #fff; /* 窗口背景色 */
    display: none; /* 默认隐藏 */
    animation: fadeIn 0.3s ease-in-out; /* 动画效果 */
}

/* 活动图片 */
.activity-image {
    width: 100%;
    height: auto;
    display: block;
}

/* 关闭按钮 */
.close-btn2 {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    z-index: 1001; width: 100px;
    height: 100px;
}

.close-btn2:hover {
    color: #e13823; /* 悬停时变色 */
}

/* 响应式设计 */
@media (max-width: 768px) {
    .activity-window {
        width: 95%;
        max-width: 95%;
    }
}

/* 动画效果 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.max-w{max-width:1200px;margin: auto;}

	.cd-gallery{
				margin: auto;

    padding: 20px;
    width: 100%;

			}
			.cd-gallery .form-group {
			    margin-bottom: 15px;
			}

			.cd-gallery .form-group label {
			    display: block;
			    margin-bottom: 5px;
			}

			.cd-gallery .form-group input,
			.cd-gallery .form-group textarea {
			    width: 100%;
			    padding: 10px;
			    border: 1px solid #ccc;
			    border-radius: 4px;
			    box-sizing: border-box;
			}

			.cd-gallery textarea {
			    resize: vertical;
			}

			.cd-gallery button[type="submit"] {
			    padding: 10px 20px;
			    background-color: #72b32c;
			    color: white;
			    border: none;
			    border-radius: 4px;
			    cursor: pointer;
			    transition: background-color 0.3s;
				width: 100%;
			}

			.cd-gallery button[type="submit"]:hover {
			    background-color: #78b338;
			}
			.error-message {
			    color: #f96868;
			    font-size: 12px;
			    display: none;
			}
			.contact-img{display: flex;justify-content: center;}
			.contact-img img{width: auto;max-width: 100%;}
			.contact-title{
				color: #72b32c;
				font-size: 36px;
				padding-bottom: 10px;
				display: flex;
				    justify-content: center;
				    font-family: Anton-Regular-T;
				    text-transform: uppercase;
			}
			.contact-des{
				color: #727171;
				padding-bottom: 10px;
				display: flex;
				    justify-content: center;
					font-size: 20px;
			}
			.cd-contact{
				font-family: arial, helvetica, sans-serif;
				    font-size: 14px;
					line-height: 1.8;
					color: #2a333c;
			}
			.cd-contact p{
				text-indent: 2em;
				margin: 30px 0;
                font-size: 18px;
                line-height: 1.6;
			}
			.contact-bottom{
				background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiM3Y2RhMjQiPjxwYXRoIGQ9Ik0wIDE0MGw2NDAtNzAgNjQwIDcwVjBMNjQwIDcwIDAgMHYxNDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMTQwaDEyODBMNjQwIDcwIDAgMTQweiIvPjwvZz48L3N2Zz4=);
				background-size: 100% 100px;
				bottom: 0;
				height: 100px;
				z-index: 1;
			}

			.cd-tab-filter-wrapper {
			    background-color: #ffffff;
			    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
			    z-index: 1;
			}
			.cd-tab-filter {
			    width: 100%;
			    margin: 0;
			    transition: width 0.3s;
				cursor: auto;
				position: relative;
				    height: 50px;
					z-index: 1;
			}
			.cd-tab-filter ul {
			    background: transparent;
			    position: static;
			    box-shadow: none;
			    text-align: center;
display: flex;
    justify-content: center;
			}
			.cd-tab-filter a {
			    display: inline-block;
			    padding: 0 1em;
			    width: auto;
			    color: #9a9a9a;
			    font-weight: 700;
			    font-size: 1rem;
				height: 50px;
				line-height: 50px;
			}
			.cd-tab-filter a:hover{
				color: #72b32c;
			}
			.cd-tab-filter a.selected {
    background: transparent;
    color: #70ba2b;
    box-shadow: inset 0 -2px 0 #70ba2b;
}

			/* 隐藏原有菜单，显示汉堡菜单 */
			@media screen and (max-width: 768px) {
			    .cd-tab-filter ul {
			        display: none;
			    }

			    .cd-tab-filter::before {
			        content: '☰';
			        display: block;
			        font-size: 2rem;
			        padding: 0 1em;
			        height: 50px;
			        line-height: 50px;

			        color: white;
			        font-weight: bold;
			        cursor: pointer;
			    }

			    /* 当菜单展开时显示为“✖” */
			    .cd-tab-filter.active::before {
			        content: '✖';
			    }

			    .cd-tab-filter.active ul {
			        display: block;
			        position: absolute;
			        top: 50px;
			        left: 0;
			        width: 100%;
			        background-color: #ffffff;
			    }

			    .cd-tab-filter.active li {
			        display: block;
			    }

			    .cd-tab-filter a {
			        padding: 1em;
			        text-align: left;
			        border-bottom: 1px solid #eaeaea;
			        display: flex;
    align-items: center;
			    }
			}
			.center{display:flex;}
.interactive-button {

    padding: 12px 24px;
    font-size: 16px;
    background-color: #76bd1d;
    color: white;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease; /* 平滑过渡 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* 悬停时的效果 */
.interactive-button:hover {
    background-color: #609919;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px); /* 鼠标悬停时按钮上移 */
}

/* 按钮点击时的效果 */
.interactive-button:active {
    background-color: #76bd1d;
    transform: translateY(2px); /* 点击时按钮下移 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.Newsxq-content table:not([border='0']) th, .Newsxq-content table:not([border='0']) td {border: 1px solid #666;color:#666;}
.remind{color:#999;padding-left: 10px;text-align: center;font-family: "Roboto-Regular";}
#additionalContent{background-color: black;}

.col-md-7 pre {
  font-family: "Roboto-Regular", sans-serif !important;
}
