@charset "UTF-8";
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  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: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

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

.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: 12px;
  padding-left: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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: #16161A;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #45E555;
  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: #45E555;
  color: #fff;
}

::selection {
  background: #45E555;
  color: #fff;
}

::-moz-selection {
  background: #45E555;
  color: #fff;
}

html, body {
  font-size: 12px;
}

@media (min-width: 768px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}
.uc-wrap {
  width: 100vw;
}

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

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

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

.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: #9A9A9A;
  margin-left: 1.25rem;
}
.uc-del:first-child {
  margin-left: 0;
}

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

.uc-green {
  color: #45E555 !important;
}

.uc-black {
  color: #16161A !important;
}

.uc-orange {
  color: #FBA629 !important;
}

.uc-blue {
  color: #296FFB !important;
}

.uc-gray {
  color: #9A9A9A !important;
}

.uc-icon16 {
  width: 1rem !important;
  height: 1rem !important;
}

.uc-icon20 {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.uc-icon24 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.uc-icon28 {
  width: 1.75rem !important;
  height: 1.75rem !important;
}

.uc-icon32 {
  width: 2rem !important;
  height: 2rem !important;
}

.uc-icon36 {
  width: 2.25rem !important;
  height: 2.25rem !important;
}

.uc-icon40 {
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.uc-icon44 {
  width: 2.75rem !important;
  height: 2.75rem !important;
}

.uc-icon48 {
  width: 3rem !important;
  height: 3rem !important;
}

.uc-icon50 {
  width: 3.125rem !important;
  height: 3.125rem !important;
}

.uc-icon64 {
  width: 4rem !important;
  height: 4rem !important;
}

.uc-icon70 {
  width: 4.375rem !important;
  height: 4.375rem !important;
}

.uc-icon80 {
  width: 5rem !important;
  height: 5rem !important;
}

.uc-icon90 {
  width: 5.625rem !important;
  height: 5.625rem !important;
}

.uc-icon100 {
  width: 6.25rem !important;
  height: 6.25rem !important;
}

.uc-icon120 {
  width: 7.5rem !important;
  height: 7.5rem !important;
}

.uc-icon150 {
  width: 9.375rem !important;
  height: 9.375rem !important;
}

.uc-icon200 {
  width: 12.5rem !important;
  height: 12.5rem !important;
}

@font-face {
  font-family: "uc-font";
  src: url("../fonts/uicut-font.eot?t=1645078740157");
  src: url("../fonts/uicut-font.eot?t=1645078740157#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/uicut-font.woff?t=1645078740157") format("woff"), url("../fonts/uicut-font.ttf?t=1645078740157") format("truetype"), url("../fonts/uicut-font.svg?t=1645078740157#uc-font") format("svg");
}
.uc-font {
  font-family: "uc-font" !important;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uc-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uc-flex.start {
  justify-content: flex-start;
}
.uc-flex.end {
  justify-content: flex-end;
}
.uc-flex.center {
  justify-content: center;
}

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

.g-mainFrame .mainFrame-left {
  background-color: #fff;
  padding: 1.5rem 1rem;
}
.g-mainFrame .mainFrame-left .menu li {
  margin-bottom: 0.5rem;
}
.g-mainFrame .mainFrame-left .menu .item {
  height: 3.125rem;
  border-radius: 0.5rem;
  padding: 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #768085;
  font-size: 0.875rem;
}
.g-mainFrame .mainFrame-left .menu .item.on, .g-mainFrame .mainFrame-left .menu .item:hover {
  background-color: #45E555;
  color: #16161A;
}
.g-mainFrame .mainFrame-left .menu img {
  display: block;
  margin-right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
}
.g-mainFrame .mainFrame-left .cpt {
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #768085;
  text-align: center;
}
.g-mainFrame .mainFrame-right {
  padding: 1.5rem 1rem;
  background-color: #F5F7F8;
}

@media (min-width: 768px) {
  .g-mainFrame {
    height: calc(100vh - 70px);
    padding-left: 15.625rem;
  }
  .g-mainFrame .mainFrame-left {
    position: fixed;
    left: 0;
    top: 70px;
    z-index: 99;
    height: calc(100vh - 70px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: 15.625rem;
  }
}
@media (min-width: 992px) {
  .g-mainFrame .mainFrame-right {
    padding: 2.5rem 2rem;
  }
}
textarea {
  min-height: 7.5rem;
  height: auto;
  box-sizing: border-box !important;
  width: 100%;
}

.uc-phColor {
  color: #B0BECC;
}

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

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

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: #e8e8e8 1px solid;
  outline: none;
  height: 1.875rem;
  line-height: 1.75rem;
  border-radius: 0.125rem;
  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: #45E555;
}

.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.125rem;
  padding: 0 0.625rem;
}
.uc-btn img {
  margin-right: 0.625rem;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.green {
  background-color: #45E555;
  border: #45E555 1px solid;
  color: #16161A;
}
.uc-btn.green-linear {
  background: linear-gradient(to right, rgba(69, 229, 85, 0.7) 0%, #45E555 100%);
  color: #16161A;
}
.uc-btn.green-plain {
  color: #45E555;
  border: #45E555 1px solid;
}
.uc-btn.green-plain:hover {
  opacity: 1;
  background-color: #45E555;
  color: #fff;
}
.uc-btn.green-light {
  background-color: rgba(69, 229, 85, 0.1);
  color: #45e555;
}
.uc-btn.green-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(69, 229, 85, 0.3);
}
.uc-btn.black {
  background-color: #16161A;
  border: #16161A 1px solid;
  color: #fff;
}
.uc-btn.black-linear {
  background: linear-gradient(to right, rgba(22, 22, 26, 0.7) 0%, #16161A 100%);
  color: #fff;
}
.uc-btn.black-plain {
  color: #16161A;
  border: #16161A 1px solid;
}
.uc-btn.black-plain:hover {
  opacity: 1;
  background-color: #16161A;
  color: #fff;
}
.uc-btn.black-light {
  background-color: rgba(22, 22, 26, 0.1);
  color: #16161a;
}
.uc-btn.black-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(22, 22, 26, 0.3);
}
.uc-btn.orange {
  background-color: #FBA629;
  border: #FBA629 1px solid;
  color: #16161A;
}
.uc-btn.orange-linear {
  background: linear-gradient(to right, rgba(251, 166, 41, 0.7) 0%, #FBA629 100%);
  color: #16161A;
}
.uc-btn.orange-plain {
  color: #FBA629;
  border: #FBA629 1px solid;
}
.uc-btn.orange-plain:hover {
  opacity: 1;
  background-color: #FBA629;
  color: #fff;
}
.uc-btn.orange-light {
  background-color: rgba(251, 166, 41, 0.1);
  color: #fba629;
}
.uc-btn.orange-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(251, 166, 41, 0.3);
}
.uc-btn.blue {
  background-color: #296FFB;
  border: #296FFB 1px solid;
  color: #16161A;
}
.uc-btn.blue-linear {
  background: linear-gradient(to right, rgba(41, 111, 251, 0.7) 0%, #296FFB 100%);
  color: #16161A;
}
.uc-btn.blue-plain {
  color: #296FFB;
  border: #296FFB 1px solid;
}
.uc-btn.blue-plain:hover {
  opacity: 1;
  background-color: #296FFB;
  color: #fff;
}
.uc-btn.blue-light {
  background-color: rgba(41, 111, 251, 0.1);
  color: #296ffb;
}
.uc-btn.blue-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(41, 111, 251, 0.3);
}
.uc-btn.gray {
  background-color: #9A9A9A;
  border: #9A9A9A 1px solid;
  color: #16161A;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(154, 154, 154, 0.7) 0%, #9A9A9A 100%);
  color: #16161A;
}
.uc-btn.gray-plain {
  color: #9A9A9A;
  border: #9A9A9A 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #9A9A9A;
  color: #fff;
}
.uc-btn.gray-light {
  background-color: rgba(154, 154, 154, 0.1);
  color: #9a9a9a;
}
.uc-btn.gray-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(154, 154, 154, 0.3);
}

.g-crumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
  line-height: 1.75rem;
}
.g-crumb a {
  position: relative;
  padding-right: 1.5rem;
  margin-right: 0.5rem;
  max-width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9A9A9A;
}
.g-crumb a:after {
  content: "\e75c";
  font-family: "uc-font";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.g-crumb a:first-child {
  background: url("images/back.png") left 2px no-repeat;
  background-size: 1.75rem 1.75rem;
  padding-left: 2.25rem;
  color: #16161A;
}
.g-crumb a:last-child {
  padding-right: 0;
  color: #9A9A9A;
}
.g-crumb a:last-child:after {
  display: none;
}
.g-crumb a:hover {
  color: #45E555;
}
.g-crumb img {
  display: block;
  position: relative;
  top: 2px;
  margin-right: 0.5em;
}

@media (min-width: 768px) {
  .g-crumb {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .g-crumb {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .g-crumb {
    margin-bottom: 2rem;
  }
}
.uc-prvNxt {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-prvNxt a {
  width: 2.25rem;
  border-radius: 0.25rem;
  height: 1.75rem;
  display: inline-block;
  line-height: 1.75rem;
  margin: 0 0.1875rem;
  text-align: center;
  color: #768085;
  background-color: #F5F5F5;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  transition: all 0.3s linear;
}
.uc-prvNxt a:hover, .uc-prvNxt a.on {
  background-color: #45E555;
  color: #16161A;
}

.uc-tag {
  display: inline-block;
  border-radius: 0.1875rem;
  padding: 0 0.3125rem;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.green {
  background-color: #45E555;
  color: #fff;
}
.uc-tag.green-linear {
  background: linear-gradient(to right, rgba(69, 229, 85, 0.7) 0%, #45E555 100%);
}
.uc-tag.green-plain {
  color: #45E555;
  border: #45E555 1px solid;
}
.uc-tag.green-light {
  color: #45e555;
  background-color: rgba(69, 229, 85, 0.2);
}
.uc-tag.black {
  background-color: #16161A;
  color: #fff;
}
.uc-tag.black-linear {
  background: linear-gradient(to right, rgba(22, 22, 26, 0.7) 0%, #16161A 100%);
}
.uc-tag.black-plain {
  color: #16161A;
  border: #16161A 1px solid;
}
.uc-tag.black-light {
  color: #16161a;
  background-color: rgba(22, 22, 26, 0.2);
}
.uc-tag.orange {
  background-color: #FBA629;
  color: #fff;
}
.uc-tag.orange-linear {
  background: linear-gradient(to right, rgba(251, 166, 41, 0.7) 0%, #FBA629 100%);
}
.uc-tag.orange-plain {
  color: #FBA629;
  border: #FBA629 1px solid;
}
.uc-tag.orange-light {
  color: #fba629;
  background-color: rgba(251, 166, 41, 0.2);
}
.uc-tag.blue {
  background-color: #296FFB;
  color: #fff;
}
.uc-tag.blue-linear {
  background: linear-gradient(to right, rgba(41, 111, 251, 0.7) 0%, #296FFB 100%);
}
.uc-tag.blue-plain {
  color: #296FFB;
  border: #296FFB 1px solid;
}
.uc-tag.blue-light {
  color: #296ffb;
  background-color: rgba(41, 111, 251, 0.2);
}
.uc-tag.gray {
  background-color: rgba(154, 154, 154, 0.4);
  color: #fff;
}
.uc-tag.gray-linear {
  background: linear-gradient(to right, rgba(154, 154, 154, 0.7) 0%, #9A9A9A 100%);
}
.uc-tag.gray-plain {
  color: #737376;
  border: #e8e8e8 1px solid;
}
.uc-tag.gray-light {
  color: #9a9a9a;
  background-color: rgba(154, 154, 154, 0.2);
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert {
  position: fixed;
  z-index: 888;
  left: 0;
  width: 100vw;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
}
.uc-alert .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background-color: #fff;
}
.uc-alert .title {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.uc-alert .btn-close {
  font-size: 3.125rem;
  position: absolute;
  right: 0;
  top: 0;
}
.uc-alert .btn-close:hover {
  opacity: 0.8;
}
.uc-alert .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-alert .operate .uc-btn {
  flex: 1;
  margin-left: 0.75rem;
  height: 3rem;
  border-radius: 3rem;
  border: none;
  color: #16161A;
}
.uc-alert .operate .uc-btn.gray {
  background-color: #EBEFF1;
}
.uc-alert .operate .uc-btn:first-child {
  margin-left: 0;
}
.uc-alert .over-close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.uc-alert {
  display: none;
}

.uc-alert-sure .box {
  width: 96%;
  max-width: 360px;
  border-radius: 1.25rem;
}

.uc-alert-loginout .box {
  width: 96%;
  max-width: 30rem;
  padding: 1.5rem;
}
.uc-alert-loginout .btn-close {
  font-size: 1.75rem;
  right: 1rem;
  top: 1rem;
}
.uc-alert-loginout .title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}
.uc-alert-loginout .con {
  color: #768085;
  margin-bottom: 1rem;
}
.uc-alert-loginout .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
}
.uc-alert-loginout .operate .uc-btn {
  height: 2.5rem;
  border-radius: 0.5rem;
  max-width: 5rem;
}
.uc-alert-loginout .operate .uc-btn.green-plain {
  border: #45E555 2px solid;
  color: #45E555;
}
.uc-alert-loginout .operate .uc-btn.green-plain:hover {
  color: #16161A;
}

@media (min-width: 768px) {
  .uc-alert-loginout .box {
    padding: 2.5rem;
  }
}
.g-bannerIcon {
  background: url("images/g-bannerIcon-bg.png") center center no-repeat;
  background-size: cover;
}
.g-bannerIcon .container {
  height: 16.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-bannerIcon .con {
  flex: 1;
  min-width: 0;
  max-width: 37.5rem;
}
.g-bannerIcon .icon {
  width: auto;
  height: 100%;
  display: block;
}
.g-bannerIcon .icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-bannerIcon h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.g-bannerIcon .txt {
  color: #737376;
  line-height: 1.25rem;
}

@media (min-width: 992px) {
  .g-bannerIcon .container {
    height: 19.375rem;
  }
}
.g-bannerAbout {
  background: url("images/g-bannerAbout-bg.png") center center no-repeat;
  background-size: cover;
}
.g-bannerAbout .container {
  height: 16.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-bannerAbout .con {
  flex: 1;
  min-width: 0;
  max-width: 37.5rem;
}
.g-bannerAbout .icon {
  width: auto;
  height: 21.25rem;
  display: block;
}
.g-bannerAbout .icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-bannerAbout h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.g-bannerAbout .txt {
  color: #737376;
  line-height: 1.25rem;
}

@media (min-width: 992px) {
  .g-bannerAbout .container {
    height: 26.625rem;
  }
}
.g-bannerSchool {
  background: url("images/g-bannerSchool-bg.png") center center no-repeat;
  background-size: cover;
}
.g-bannerSchool .container {
  height: 16.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.g-bannerSchool .box {
  max-width: 62.5rem;
  text-align: center;
}
.g-bannerSchool h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.g-bannerSchool .txt {
  opacity: 0.6;
  line-height: 1.25rem;
}
.g-bannerSchool.style-white {
  color: #fff;
}
.g-bannerSchool.bg-blog {
  background: url("images/blog-bg.png") center center no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .g-bannerSchool .container {
    height: 19.375rem;
  }
}
.g-bannerNews {
  background-color: #EDEFEC;
}
.g-bannerNews .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.g-bannerNews .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.g-bannerNews .title img {
  display: block;
}
.g-bannerNews .swiper-box {
  position: relative;
}
.g-bannerNews .btn {
  width: 3.5rem;
  border-radius: 100%;
  height: 3.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
.g-bannerNews .btn img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-bannerNews .btn-prev {
  left: -5.5rem;
}
.g-bannerNews .btn-next {
  right: -5.5rem;
}
.g-bannerNews .swiper-wrapper {
  padding-bottom: 3rem;
}
.g-bannerNews .detail {
  text-align: left;
  height: 100%;
}
.g-bannerNews .detail time {
  font-size: 0.875rem;
  color: #737376;
}
.g-bannerNews .detail h3 {
  font-size: 2.25rem;
  line-height: 2.75rem;
  max-height: 8.5rem;
  margin: 0.5rem 0 1rem;
  overflow: hidden;
}
.g-bannerNews .detail .txt {
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #737376;
}
.g-bannerNews .swiper-pagination {
  bottom: 1.25rem;
}
.g-bannerNews .swiper-pagination-bullet {
  background-color: #16161A;
  opacity: 0.4;
  width: 0.375rem;
  border-radius: 100%;
  height: 0.375rem;
}
.g-bannerNews .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.375rem;
  border-radius: 100%;
  height: 0.375rem;
}

@media (min-width: 992px) {
  .g-bannerNews .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .g-bannerNews .detail {
    font-size: 2rem;
    line-height: 3.5rem;
    max-height: 10.5rem;
  }
}
@media (min-width: 1200px) {
  .g-bannerNews .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
footer {
  overflow: hidden;
  background-color: #fff;
  border-bottom: #45E555 2px solid;
  color: #9A9A9A;
  line-height: 2em;
}
footer a {
  color: #9A9A9A;
}
footer a:hover {
  color: #45E555;
}
footer > div {
  margin-left: -5px;
  margin-right: -5px;
}
footer .logo {
  display: block;
  margin-bottom: 1rem;
  width: 7.5rem;
  height: 2.0625rem;
}
footer .logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .desc {
  line-height: 1.5em;
  margin-bottom: 2rem;
}
footer .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
footer .uc-btn {
  width: 9rem;
  border-radius: 3.125rem;
  height: 3.125rem;
}
footer .con .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
}
footer .ft1 {
  border-top: #e8e8e8 1px solid;
}
footer .ft1, footer .ft2 {
  padding: 1.5rem 0;
}
footer li {
  margin-bottom: 1.5rem;
}
footer h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #16161A;
}
footer .down .item {
  margin-bottom: 0.75rem;
  display: block;
}
footer .down .item img {
  display: block;
  max-width: 11.25rem;
}
footer.isHome {
  border-top: #e8e8e8 1px solid;
}
footer.isHome .ft1 {
  border-top: none;
}

@media (min-width: 768px) {
  footer .ft1, footer .ft2 {
    padding: 1.75rem 0;
  }
  footer .ft2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  footer nav a {
    margin-left: 3rem;
  }
  footer nav a:first-child {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  footer .ft1 {
    padding: 4rem 0 3rem;
  }
  footer .ft2 {
    padding: 2.25rem 0;
  }
}
@media (min-width: 1200px) {
  footer .ft1 {
    padding: 4.5rem 0 4rem;
  }
  footer .ft2 {
    padding: 2.625rem 0;
  }
}
.header-phone {
  height: 50px;
  color: #fff;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 888;
  border-bottom: #ebeff1 1px solid;
  transition: all none linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-phone .logo {
  display: inline-block;
  padding: 0 15px;
}
.header-phone .logo img {
  width: auto;
  display: block;
  height: 33px;
}
.header-phone .btn-menu {
  width: 50px;
  height: 50px;
  background: url(images/icon-menu.png) center center no-repeat;
  background-size: 32px 32px;
}
.header-phone .btn-menu.on {
  background-image: url("images/icon-menu-2.png");
}

.alert-menu {
  display: none;
  position: fixed;
  z-index: 777;
  top: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
.alert-menu .list {
  width: 100%;
  background-color: #fff;
  padding: 0px 15px;
  border-top: #e8e8e8 1px solid;
}
.alert-menu .list li {
  line-height: 40px;
  border-bottom: #e8e8e8 1px solid;
}
.alert-menu .list li > a {
  display: block;
}
.alert-menu .list li.on {
  color: #16161A;
  position: relative;
}
.alert-menu .list li.on:after {
  content: "";
  width: 0.75rem;
  height: 2px;
  background-color: #45E555;
  position: absolute;
  left: 0;
  bottom: 0.625rem;
}
.alert-menu .list li.on > a {
  color: #16161A;
  font-weight: bold;
}
.alert-menu .list .hasSubMenu > a {
  position: relative;
}
.alert-menu .list .hasSubMenu > a:after {
  content: "\e75c";
  right: 0;
  font-family: "uc-font";
  font-size: 1.4em;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.alert-menu .list .hasSubMenu > a:after {
  color: #9A9A9A;
}
.alert-menu .box {
  width: 70%;
  height: 100vh;
  padding-bottom: 0.98rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 50px;
  background-color: #fff;
  right: 0;
  position: absolute;
  z-index: 99;
}
.alert-menu .over-close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.alert-menu .subMenu {
  padding-bottom: 10px;
  border-top: #e8e8e8 1px solid;
  display: none;
  background-color: #F5F5F5;
  padding-left: 10px;
}
.alert-menu .subMenu a {
  display: block;
}
.alert-menu .btn-login {
  border: #16161A 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  margin: 10px 15px;
  border-radius: 20px;
  padding-left: 10px;
}
.alert-menu .btn-login img {
  display: block;
}

body {
  padding-top: 50px;
}

@media (min-width: 768px) {
  body {
    padding-top: 70px;
  }
}
.header-pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  border-bottom: #ebeff1 1px solid;
  height: 70px;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-pc .logo img {
  display: block;
  width: 7.5rem;
  height: 2.0625rem;
}
.header-pc .btn-login {
  border: #16161A 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  border-radius: 20px;
  padding-left: 10px;
}
.header-pc .btn-login img {
  display: block;
  margin-left: 10px;
}
.header-pc .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-pc .list li {
  line-height: 4.3125rem;
  position: relative;
  height: 4.3125rem;
  margin-left: 3rem;
  transition: all 0.3s linear;
}
.header-pc .list li:first-child {
  margin-left: 0;
}
.header-pc .list li:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background-color: #45E555;
  left: 0;
  bottom: 0.875rem;
}
.header-pc .list li.on > a, .header-pc .list li:hover > a {
  font-weight: bold;
  color: #16161A;
}
.header-pc .list li.on:after, .header-pc .list li:hover:after {
  width: 0.75rem;
}
.header-pc .list li:hover .subMenu {
  display: block;
  height: auto;
}
.header-pc .list li:hover .subMenu .con {
  margin-top: 0;
}
.header-pc .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.header-pc .language {
  position: relative;
  margin-right: 1rem;
}
.header-pc .language .hd {
  line-height: 4.3125rem;
}
.header-pc .language .bd {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.3125rem;
  width: 100%;
  min-width: 10em;
  background-color: #fff;
  box-shadow: 0 0.3125rem 0.9375rem 0 rgba(0, 0, 0, 0.1);
}
.header-pc .language .item {
  display: block;
  text-align: center;
  line-height: 2.4em;
}
.header-pc .language .item:hover {
  background-color: #45E555;
  color: #fff;
}
.header-pc .language:hover .bd {
  display: block;
}

@media (min-width: 992px) {
  .header-pc {
    padding: 0 2.25rem;
  }
}
@media (min-width: 1200px) {
  .header-pc {
    padding: 0 3rem;
  }
}
.g-title {
  text-align: center;
  margin-bottom: 3rem;
}
.g-title h2 {
  font-size: 2rem;
}
.g-title h2:last-child {
  margin-bottom: 0;
}
.g-title .con {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #737376;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .g-title h2 {
    font-size: 2rem;
  }
  .g-title .con {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.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: #45E555;
  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);
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
.uc-rule,
.uc-communityDetail,
.uc-release,
.uc-community,
.uc-school,
.uc-news,
.uc-blog,
.uc-about-4 {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .uc-rule,
.uc-communityDetail,
.uc-release,
.uc-community,
.uc-school,
.uc-news,
.uc-blog,
.uc-about-4 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .uc-rule,
.uc-communityDetail,
.uc-release,
.uc-community,
.uc-school,
.uc-news,
.uc-blog,
.uc-about-4 {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .uc-rule,
.uc-communityDetail,
.uc-release,
.uc-community,
.uc-school,
.uc-news,
.uc-blog,
.uc-about-4 {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
.uc-home-3, .uc-home-4 .main-left, .uc-home-4-2 .detail, .uc-home-5, .uc-home-6, .uc-home-7,
.uc-about-1, .uc-about-2, .uc-about-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .uc-home-3, .uc-home-4 .main-left, .uc-home-4-2 .detail, .uc-home-5, .uc-home-6, .uc-home-7,
.uc-about-1, .uc-about-2, .uc-about-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .uc-home-3, .uc-home-4 .main-left, .uc-home-4-2 .detail, .uc-home-5, .uc-home-6, .uc-home-7,
.uc-about-1, .uc-about-2, .uc-about-3 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .uc-home-3, .uc-home-4 .main-left, .uc-home-4-2 .detail, .uc-home-5, .uc-home-6, .uc-home-7,
.uc-about-1, .uc-about-2, .uc-about-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.uc-community .filter-box {
  margin-bottom: 1.5rem;
}

@media (min-width: 768) {
  .uc-community .filter-box {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992) {
  .uc-community .filter-box {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 120) {
  .uc-community .filter-box {
    margin-bottom: 3rem;
  }
}
/* |01|首页|home| */
.uc-home-1 .item {
  display: block;
  width: 100%;
  position: relative;
}
.uc-home-1 .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 1rem;
}
.uc-home-1 h3 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #16161A;
  line-height: 1.1em;
}
.uc-home-1 .txt {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #737376;
}
.uc-home-1 .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-home-1 .uc-btn {
  height: 3rem;
  border: #2c8b36 1px solid;
  border-top: #7ded88 1px solid;
  border-radius: 0.5rem;
  width: 10.625rem;
  line-height: 3rem;
}
.uc-home-1 .uc-btn img {
  display: block;
  margin-left: 0.5rem;
  margin-right: 0;
}

@media (min-width: 768px) {
  .uc-home-1 .box {
    padding-top: 3rem;
  }
  .uc-home-1 .box h3 {
    font-size: 2rem;
  }
  .uc-home-1 .box .txt {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .uc-home-1 .box {
    padding-top: 4rem;
  }
  .uc-home-1 .box h3 {
    font-size: 3.5rem;
  }
  .uc-home-1 .box .txt {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .uc-home-1 .box {
    padding-top: 5rem;
  }
  .uc-home-1 .box h3 {
    font-size: 4rem;
  }
  .uc-home-1 .box .txt {
    font-size: 1.375rem;
  }
}
.uc-home-1-2 .item {
  display: block;
  width: 100%;
  position: relative;
}
.uc-home-1-2 .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-home-1-2 h3 {
  font-size: 2.5rem;
  color: #16161A;
  line-height: 1.1em;
  font-weight: bold;
}
.uc-home-1-2 .txt {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #737376;
}
.uc-home-1-2 .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-home-1-2 .uc-btn {
  height: 3rem;
  border: #2c8b36 1px solid;
  border-top: #7ded88 1px solid;
  border-radius: 0.5rem;
  width: 10.625rem;
  line-height: 3rem;
}
.uc-home-1-2 .uc-btn img {
  display: block;
  margin-left: 0.5rem;
  margin-right: 0;
}

@media (min-width: 768px) {
  .uc-home-1-2 .box h3 {
    font-size: 2rem;
  }
  .uc-home-1-2 .box .txt {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .uc-home-1-2 .box h3 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
  .uc-home-1-2 .box .txt {
    font-size: 1.25rem;
    margin-bottom: 3rem;
  }
  .uc-home-1-2 .container {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .uc-home-1-2 .box h3 {
    font-size: 4rem;
  }
  .uc-home-1-2 .box .txt {
    font-size: 1.375rem;
  }
}
.uc-home-2 {
  background: linear-gradient(to bottom, #45E555 0%, #78FF86 100%);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.uc-home-2 .swiper-slide {
  width: auto !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.uc-home-2 img {
  display: block;
  height: 1.5rem;
}

@media (min-width: 992px) {
  .uc-home-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .uc-home-2 .swiper-slide {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .uc-home-2 img {
    height: 2rem;
  }
}
.uc-home-3 .list li {
  margin-bottom: 1.5rem;
}
.uc-home-3 .card {
  border-radius: 0.5rem;
  padding: 1px;
  border: #e8e8e8 2px solid;
  background-color: #F1FCF8;
  display: block;
  transition: all 0.3s linear;
}
.uc-home-3 .card .btm {
  color: #45E555;
  font-size: 1.25rem;
  text-align: center;
  padding: 0.75rem 1em;
  line-height: 1.5em;
}
.uc-home-3 .card .main {
  background-color: #fff;
  border-radius: 0.5rem;
}
.uc-home-3 .card .box {
  border-radius: 0.5rem;
  padding: 1rem;
  transition: all 0.3s linear;
}
.uc-home-3 .card img {
  width: 7.5rem;
  height: 7.5rem;
  display: block;
  margin-bottom: 1rem;
  transition: all 0.3s linear;
}
.uc-home-3 .card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.uc-home-3 .card .txt {
  line-height: 1.25rem;
  color: #737376;
  height: 5rem;
  overflow: hidden;
}
.uc-home-3 .card:hover {
  border: #45E555 2px solid;
  background-color: #45E555;
  transform: scale(1.05, 1.05);
}
.uc-home-3 .card:hover img {
  margin: 0 auto 1rem;
}
.uc-home-3 .card:hover .btm {
  color: #16161A;
}
.uc-home-3 .card:hover .box {
  background: linear-gradient(to right bottom, #f1fcf8 0%, #FFFFFF 100%);
}

.uc-home-4 {
  background: url("images/home-bg-4.png") center center no-repeat;
  background-size: cover;
}
.uc-home-4 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.uc-home-4 .btn {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 0.5rem;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.uc-home-4 .btn img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-4 .btn:first-child {
  margin-left: 0;
}
.uc-home-4 .btn img {
  display: block;
  cursor: pointer;
}
.uc-home-4 .swiper-pagination {
  min-width: 4em;
  position: static;
  margin: 0 0.5rem;
}
.uc-home-4 .swiper-pagination {
  bottom: 1.25rem;
}
.uc-home-4 .swiper-pagination-bullet {
  background-color: #16161A;
  opacity: 0.4;
  width: 0.375rem;
  border-radius: 100%;
  height: 0.375rem;
  margin: 0 3px;
}
.uc-home-4 .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #45E555;
  width: 0.375rem;
  border-radius: 100%;
  height: 0.375rem;
}
.uc-home-4 .detail h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  min-height: 7.5rem;
}
.uc-home-4 .detail .txt {
  font-size: 1rem;
  line-height: 1.25rem;
  min-height: 5rem;
  color: #737376;
}
.uc-home-4 .main-left {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-home-4 .swiper-container42 {
  height: auto;
}
.uc-home-4 .swiper-container41 {
  height: 56.25rem;
}
.uc-home-4 .swiper-container41 .swiper-slide {
  transform: scale(0.75, 0.75);
}
.uc-home-4 .swiper-container41 .item {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}
.uc-home-4 .swiper-container41 img {
  display: block;
}
.uc-home-4 .swiper-container41 .swiper-slide-active {
  transform: scale(0.85, 0.85);
}
.uc-home-4 .swiper-container41 .swiper-slide-active .item {
  border: #fff 3px solid;
}

@media (min-width: 768px) {
  .uc-home-4 .detail {
    text-align: left;
  }
  .uc-home-4 .operate {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .uc-home-4 .detail h3 {
    font-size: 2rem;
    line-height: 3.25rem;
    min-height: 9.75rem;
  }
  .uc-home-4 .detail .txt {
    font-size: 1.5rem;
    line-height: 1.75rem;
    min-height: 7.5rem;
  }
}
.uc-home-4-2 {
  background: url("images/home-bg-4.png") center top no-repeat;
  background-size: cover;
}
.uc-home-4-2 .detail {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-home-4-2 .detail h3 {
  font-size: 2rem;
  line-height: 1.1em;
  margin-bottom: 1rem;
}
.uc-home-4-2 .detail .txt {
  font-size: 1rem;
  line-height: 1.25em;
  min-height: 5rem;
  color: #737376;
}
.uc-home-4-2 .img-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.uc-home-4-2 .img-box img {
  display: block;
}

@media (min-width: 768px) {
  .uc-home-4-2 .detail {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .uc-home-4-2 .detail h3 {
    font-size: 2rem;
  }
  .uc-home-4-2 .detail .txt {
    font-size: 1.5rem;
  }
}
.uc-home-5 .list li {
  margin-bottom: 1.5rem;
}
.uc-home-5 .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
  padding: 1rem;
  border: #e8e8e8 1px solid;
  transition: all 0.3s linear;
}
.uc-home-5 .card .icon {
  width: 8.875rem;
  height: 8.875rem;
}
.uc-home-5 .card .right {
  flex: 1;
  min-width: 0;
  margin-left: 1rem;
}
.uc-home-5 .card h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.uc-home-5 .card .txt {
  line-height: 1.25rem;
  color: #737376;
  margin-top: 1.5rem;
}
.uc-home-5 .card .arrow {
  margin-left: 1rem;
}
.uc-home-5 .card img {
  display: block;
}
.uc-home-5 .card .i2 {
  display: none;
}
.uc-home-5 .card.on, .uc-home-5 .card:hover {
  border-color: #45E555;
  color: #16161A;
  background: linear-gradient(to right bottom, #F1FCF8 0%, #FFFFFF 100%);
}
.uc-home-5 .card.on .i1, .uc-home-5 .card:hover .i1 {
  display: none;
}
.uc-home-5 .card.on .i2, .uc-home-5 .card:hover .i2 {
  display: block;
}

.uc-home-6 {
  background: url("images/home-bg-6.png") center center no-repeat;
  background-size: cover;
}
.uc-home-6 .detail {
  margin-bottom: 2rem;
}
.uc-home-6 .detail .txt {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #737376;
  text-align: center;
}
.uc-home-6 .detail h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 1rem 0;
  text-align: center;
}
.uc-home-6 img {
  display: block;
}

@media (min-width: 768px) {
  .uc-home-6 .detail {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .uc-home-6 .detail .txt, .uc-home-6 .detail h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .uc-home-6 .detail .txt {
    font-size: 1.3rem;
    line-height: 1.75rem;
  }
  .uc-home-6 .detail h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.uc-home-7 {
  background: url("images/home-bg-7.png") center center no-repeat;
  background-size: cover;
}
.uc-home-7 .list li {
  margin-bottom: 1rem;
}
.uc-home-7 .card {
  border-radius: 0.5rem;
  border: #e8e8e8 2px solid;
  padding: 1.5rem 1rem;
  height: 100%;
}
.uc-home-7 .card:hover {
  border-color: #45E555;
}
.uc-home-7 .card .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
.uc-home-7 .card .txt {
  font-size: 1.25rem;
  line-height: 1.625rem;
  height: 19.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.uc-home-7 .card .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home-7 .card .face {
  width: 2.875rem;
  border-radius: 100%;
  height: 2.875rem;
  overflow: hidden;
  margin-right: 1rem;
}
.uc-home-7 .card .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-7 .card .name {
  flex: 1;
  min-width: 0;
}
.uc-home-7 .card .dot {
  width: 3.25rem;
  height: 2rem;
  display: block;
}
.uc-home-7 .card .star {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
}
.uc-home-7 .card .star img {
  display: block;
}

@media (min-width: 1200px) {
  .uc-home-7 .card {
    padding: 2rem 1.5rem 1.5rem;
  }
}
/* |02|关于我们|about| */
.uc-about-1 {
  padding-bottom: 0;
}
.uc-about-1 .list li {
  margin-bottom: 1rem;
}
.uc-about-1 .card {
  overflow: hidden;
}
.uc-about-1 .card img {
  transition: all 0.3s linear;
}
.uc-about-1 .card:hover img {
  transform: scale(1.1, 1.1);
}
.uc-about-1 .card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.uc-about-1 .card .con {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 3.75rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.uc-about-1 .card .img {
  border-radius: 1rem;
  overflow: hidden;
}
.uc-about-1 .card img {
  display: block;
  transition: all 0.3s linear;
  filter: grayscale(1);
}
.uc-about-1 .card:hover img {
  filter: grayscale(0);
}

.uc-about-2 .title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2rem;
}
.uc-about-2 .list li {
  margin-bottom: 1rem;
}
.uc-about-2 .card {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.uc-about-2 .card img {
  transition: all 0.3s linear;
}
.uc-about-2 .card:hover img {
  transform: scale(1.1, 1.1);
}
.uc-about-2 .card img {
  display: block;
}
.uc-about-2 .card .btm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 2rem;
}
.uc-about-2 .card h3 {
  font-size: 1.875rem;
}
.uc-about-2 .card .con {
  font-size: 0.875rem;
  line-height: 1.5rem;
  max-width: 21.875rem;
  margin-top: 0.5rem;
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.uc-about-2 .card:hover .con {
  height: auto;
}

.uc-about-3 {
  background: url("images/about-bg-3.png") center center no-repeat;
  background-size: cover;
}
.uc-about-3 .title {
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding-left: 1em;
}
.uc-about-3 img {
  display: block;
}
.uc-about-3 h3 {
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #F0515C;
  margin-bottom: 1rem;
}
.uc-about-3 .main-right h3 {
  color: #45E555;
}
.uc-about-3 .info li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding: 1rem 0;
  min-height: 3.125rem;
  line-height: 1.5rem;
  border-bottom: #646565 1px dashed;
}
.uc-about-3 .info li:first-child {
  border-top: #646565 1px dashed;
}
.uc-about-3 .info img {
  margin-right: 0.5rem;
}
.uc-about-3 .img-box {
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .uc-about-3 .info {
    background: url("images/about-bg-3-1.png") right top no-repeat;
    background-size: 100% 1px;
  }
  .uc-about-3 .info li {
    border: none !important;
    background: url("images/about-bg-3-1.png") right bottom no-repeat;
    background-size: 100% 1px;
  }
  .uc-about-3 .main-left h3 {
    text-align: right;
  }
  .uc-about-3 .main-left .info li {
    justify-content: flex-end;
  }
  .uc-about-3 .main-right .info {
    background-image: url("images/about-bg-3-2.png");
  }
  .uc-about-3 .main-right .info li {
    background-image: url("images/about-bg-3-2.png");
  }
  .uc-about-3 .main-left, .uc-about-3 .main-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.uc-about-4 .contact {
  margin-bottom: 2rem;
}
.uc-about-4 .contact h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.uc-about-4 .contact .con {
  line-height: 2em;
}
.uc-about-4 .img-box img {
  display: block;
}

@media (min-width: 768px) {
  .uc-about-4 .contact {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
/* |03|新闻资讯|news| */
.uc-news .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
}
.uc-news .filter .item {
  line-height: 3rem;
  padding: 0 1.5rem;
  border-radius: 3rem;
  border: #e8e8e8 1px solid;
  background-color: #FBFBFB;
  margin-right: 2rem;
  margin-bottom: 1rem;
  transition: all 0.3s linear;
}
.uc-news .filter .item.on, .uc-news .filter .item:hover {
  background-color: #16161A;
  color: #fff;
  border-color: #16161A;
}
.uc-news .list li {
  margin-bottom: 3rem;
}
.uc-news .card {
  display: block;
  border-radius: 1rem;
  height: 100%;
}
.uc-news .card .img {
  border-radius: 0.75rem;
  overflow: hidden;
}
.uc-news .card .img img {
  transition: all 0.3s linear;
}
.uc-news .card .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-news .card .con {
  margin-top: 1rem;
}
.uc-news .card h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
.uc-news .card .txt {
  font-size: 1rem;
  line-height: 1.25rem;
  max-height: 2.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  color: #737376;
}
.uc-news .card .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #737376;
  font-size: 0.875rem;
}
.uc-news .card .num {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-news .card img {
  display: block;
}
.uc-news .card .btn {
  margin-left: auto;
}
.uc-news .card:hover {
  color: #16161A;
}

/* |04|商学院|school| */
.uc-school .title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.uc-school .list li {
  margin-bottom: 1.5rem;
}
.uc-school .card {
  display: block;
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
  border: 1px solid rgba(22, 22, 26, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-school .card .img {
  border-radius: 0.75rem;
  width: 35%;
  max-width: 12.5rem;
  overflow: hidden;
}
.uc-school .card .img img {
  transition: all 0.3s linear;
}
.uc-school .card .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-school .card .right {
  flex: 1;
  min-width: 0;
  margin-left: 1rem;
}
.uc-school .card h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  height: 4.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.uc-school .card .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #737376;
  font-size: 0.875rem;
}
.uc-school .card img {
  display: block;
}
.uc-school .card .btn {
  margin-left: auto;
}
.uc-school .card .i2 {
  display: none;
}
.uc-school .card:hover {
  color: #16161A;
}
.uc-school .card:hover .i1 {
  display: none;
}
.uc-school .card:hover .i2 {
  display: block;
}

/* |05|社区|community| */
.uc-community .filter-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-community .filter-box .uc-btn {
  border-radius: 0.5rem;
  height: 3rem;
  min-width: 7.5rem;
}
.uc-community .filter-box .uc-btn img {
  margin-right: 0;
  margin-left: 0.5rem;
}
.uc-community .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border: #e8e8e8 1px solid;
  line-height: 3rem;
  border-radius: 3rem;
  background-color: #FBFBFB;
}
.uc-community .filter .item {
  padding: 0 1.5rem;
  color: #737376;
  border-radius: 3rem;
  text-align: center;
  transition: all 0.3s linear;
}
.uc-community .filter .item.on, .uc-community .filter .item:hover {
  background-color: #16161A;
  color: #fff;
}
.uc-community .list li {
  margin-bottom: 1.5rem;
}
.uc-community .card {
  display: block;
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
  border: #e8e8e8 1px solid;
}
.uc-community .card h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.uc-community .card .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #737376;
  font-size: 0.875rem;
}
.uc-community .card img {
  display: block;
}
.uc-community .card .dis {
  margin-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-community .card .btn {
  margin-left: auto;
}
.uc-community .card .i2 {
  display: none;
}
.uc-community .card:hover {
  color: #16161A;
}
.uc-community .card:hover .i1 {
  display: none;
}
.uc-community .card:hover .i2 {
  display: block;
}

@media (min-width: 1200px) {
  .uc-community .filter .item {
    min-width: 10.625rem;
  }
}
/* |08|发布|release| */
.uc-release .title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.uc-release .title.line {
  position: relative;
}
.uc-release .title.line:after {
  content: "";
  width: 3rem;
  height: 0.5rem;
  background-color: #BBF9B4;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
}
.uc-release .title span {
  position: relative;
  z-index: 9;
}
.uc-release .uc-input {
  height: 3.125rem;
  padding: 0 1rem;
  margin-bottom: 3rem;
}
.uc-release .operate {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-release .operate .uc-btn {
  flex: 1;
  min-width: 0;
  height: 3rem;
  border-radius: 3rem;
  max-width: 43.75rem;
}

/* |06|社区-详情-评论前请先登录|communityDetail| */
/* |09|用户协议|rule| */
.uc-communityDetail .container,
.uc-rule .container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.uc-communityDetail h1,
.uc-rule h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.uc-communityDetail .info,
.uc-rule .info {
  color: #737376;
  font-size: 1.375rem;
  border-bottom: #e8e8e8 1px solid;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.uc-communityDetail .info, .uc-communityDetail .info .num,
.uc-rule .info,
.uc-rule .info .num {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-communityDetail .box,
.uc-rule .box {
  font-size: 1rem;
  line-height: 1.25em;
}
.uc-communityDetail .box p,
.uc-rule .box p {
  margin-bottom: 1.25em;
}
.uc-communityDetail .box h3,
.uc-rule .box h3 {
  font-size: 1.25rem;
  text-decoration: underline;
  line-height: 1.25em;
  margin-bottom: 1.25em;
}

.uc-communityDetail .comment {
  border-radius: 0.25rem;
  background-color: #F5F5F5;
  margin-top: 2rem;
  padding: 1rem;
}
.uc-communityDetail .title {
  font-size: 1.875rem;
  position: relative;
  margin-bottom: 1.75rem;
}
.uc-communityDetail .title .name {
  font-size: 1.875rem;
  position: relative;
  z-index: 9;
}
.uc-communityDetail .title:after {
  content: "";
  width: 3.75rem;
  height: 0.5rem;
  background-color: #BBF9B4;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
}
.uc-communityDetail .uc-input {
  height: 3.125rem;
  padding: 0 1rem;
  font-size: 1.125rem;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0;
}
.uc-communityDetail .operate {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-communityDetail .operate:last-child {
  margin-bottom: 0;
}
.uc-communityDetail .operate .uc-btn {
  width: 8.5rem;
  border-radius: 0.125rem;
  height: 2.125rem;
  font-size: 1rem;
  border: none;
}
.uc-communityDetail .card {
  border: #16161A 1px solid;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-top: 1rem;
}
.uc-communityDetail .card .operate .uc-btn {
  width: auto;
  min-width: 5rem;
}
.uc-communityDetail .user {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 1.75rem;
}
.uc-communityDetail .user .face {
  width: 3.125rem;
  border-radius: 100%;
  height: 3.125rem;
  overflow: hidden;
}
.uc-communityDetail .user .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-communityDetail .user .name {
  flex: 1;
  min-width: 0;
  margin: 0 0.75rem;
  position: relative;
}
.uc-communityDetail .user .name:after {
  content: "";
  width: 3.75rem;
  height: 0.5rem;
  background-color: #BBF9B4;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
}
.uc-communityDetail .user .n {
  position: relative;
  z-index: 9;
}
.uc-communityDetail .desc {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 2rem;
}
.uc-communityDetail .desc:last-child {
  margin-bottom: 0;
}

/* |10|博客|blog| */
.uc-blog .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
}
.uc-blog .filter .item {
  line-height: 3rem;
  padding: 0 1.5rem;
  border-radius: 3rem;
  border: #e8e8e8 1px solid;
  background-color: #FBFBFB;
  margin-right: 2rem;
  margin-bottom: 1rem;
  transition: all 0.3s linear;
}
.uc-blog .filter .item.on, .uc-blog .filter .item:hover {
  background-color: #16161A;
  color: #fff;
  border-color: #16161A;
}
.uc-blog .list li {
  margin-bottom: 3rem;
}
.uc-blog .card {
  display: block;
  border-radius: 1rem;
  height: 100%;
  border: #e8e8e8 1px solid;
}
.uc-blog .card .img {
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
}
.uc-blog .card .img img {
  transition: all 0.3s linear;
}
.uc-blog .card .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-blog .card .con {
  padding: 1rem;
}
.uc-blog .card h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.uc-blog .card .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #737376;
  font-size: 0.875rem;
}
.uc-blog .card .num {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.uc-blog .card img {
  display: block;
}
.uc-blog .card .uc-tag {
  line-height: 1.5rem;
  min-width: 3.75rem;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.uc-blog .card:hover {
  color: #16161A;
}

/* |11|博客|blog-discover| */
/* |14|My Video - 退出登录|blog-video| */
.uc-blog-discover .title-box,
.uc-blog-video .title-box {
  margin-bottom: 1rem;
}
.uc-blog-discover .title-box .title,
.uc-blog-video .title-box .title {
  margin-bottom: 0;
}
.uc-blog-discover .title,
.uc-blog-video .title {
  font-size: 1.25rem;
  line-height: 2.75rem;
  margin-bottom: 1rem;
}
.uc-blog-discover .search,
.uc-blog-video .search {
  position: relative;
}
.uc-blog-discover .search .uc-input,
.uc-blog-video .search .uc-input {
  height: 2.75rem;
  border-radius: 0.5rem;
  border: none;
  padding-left: 1rem;
}
.uc-blog-discover .search .btn-search,
.uc-blog-video .search .btn-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-blog-discover .search img,
.uc-blog-video .search img {
  display: block;
  margin-right: 0.5rem;
}
.uc-blog-discover .user,
.uc-blog-video .user {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
.uc-blog-discover .user .face,
.uc-blog-video .user .face {
  width: 4.25rem;
  border-radius: 100%;
  height: 4.25rem;
  overflow: hidden;
  margin-right: 1rem;
}
.uc-blog-discover .user .face img,
.uc-blog-video .user .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-blog-discover .user .con,
.uc-blog-video .user .con {
  flex: 1;
  min-width: 0;
}
.uc-blog-discover .user h3,
.uc-blog-video .user h3 {
  font-size: 1.75rem;
  line-height: 2rem;
}
.uc-blog-discover .user .btm,
.uc-blog-video .user .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #737376;
  margin-top: 0.5rem;
}
.uc-blog-discover .user .line,
.uc-blog-video .user .line {
  width: 1px;
  height: 1rem;
  background-color: #e8e8e8;
  margin: 0 0.5rem;
}
.uc-blog-discover .uc-prvNxt,
.uc-blog-video .uc-prvNxt {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .uc-blog-discover .title-box,
.uc-blog-video .title-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .uc-blog-discover .search,
.uc-blog-video .search {
    flex: 1;
    min-width: 0;
    max-width: 30rem;
  }
}
/* |12|Release|blog-release| */
.uc-blog-release .title {
  font-size: 1.25rem;
  line-height: 2.75rem;
  margin-bottom: 1rem;
}
.uc-blog-release .box {
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
.uc-blog-release .box1 {
  padding: 1.5rem;
}
.uc-blog-release .box1 .sub-title {
  font-size: 1rem;
}
.uc-blog-release .box1 .uc-textarea {
  padding: 0;
  border: none;
  margin-top: 0.625rem;
  min-height: 6.25rem;
}
.uc-blog-release .box1 .number {
  text-align: right;
  line-height: 1.5em;
}
.uc-blog-release .box2 {
  padding: 6.25rem 1.5rem;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.uc-blog-release .box2 .icon {
  width: 10.1875rem;
  height: 10.1875rem;
  display: block;
  margin: 0 auto;
}
.uc-blog-release .box2 .txt {
  margin-bottom: 2rem;
  font-size: 1rem;
}
.uc-blog-release .box2 .percent {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.875rem;
  width: 100%;
  overflow: hidden;
}
.uc-blog-release .box2 .per {
  background-color: #45E555;
  text-align: center;
  height: 1.875rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.875rem;
}
.uc-blog-release .info li {
  margin-bottom: 1rem;
}
.uc-blog-release .info .item {
  border-radius: 0.75rem;
  padding: 1rem;
  background-color: #fff;
  height: 100%;
}
.uc-blog-release .info h3 {
  font-size: 1rem;
}
.uc-blog-release .info .con {
  font-size: 0.875rem;
  color: #ABB4B7;
  margin-top: 0.5rem;
}
.uc-blog-release .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-blog-release .operate .uc-btn {
  height: 3rem;
  border-radius: 3rem;
  min-width: 9.375rem;
  position: relative;
}
.uc-blog-release .operate .uc-btn input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.g-masonry {
  position: relative;
  width: 100%;
  margin-left: -10px;
  margin-top: -10px;
}
.g-masonry .masonry-item {
  position: absolute;
  width: calc(25% - 20px);
  margin: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.g-masonry .masonry-item:hover {
  transform: translateY(-5px);
}
.g-masonry .masonry-img {
  overflow: hidden;
  overflow: hidden;
  margin-bottom: 1rem;
}
.g-masonry .masonry-img img {
  transition: all 0.3s linear;
}
.g-masonry .masonry-img:hover img {
  transform: scale(1.1, 1.1);
}
.g-masonry .masonry-img {
  width: 100%;
  height: auto;
  display: block;
}
.g-masonry .masonry-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
}
.g-masonry .face {
  width: 2rem;
  height: 2rem;
}
.g-masonry .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-masonry .right {
  flex: 1;
  min-width: 0;
  margin-left: 0.625rem;
}
.g-masonry .masonry-title {
  line-height: 1.25rem;
  font-size: 1rem;
}
.g-masonry .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #768085;
  margin-top: 0.5rem;
}
.g-masonry .txt img {
  margin-left: 2px;
}
.g-masonry .btm, .g-masonry .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-masonry .btm {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.g-masonry .btn {
  cursor: pointer;
}
.g-masonry .btn img {
  margin-right: 0.3125rem;
}
.g-masonry .btn .i2 {
  display: none;
}
.g-masonry .btn.on {
  color: #768085;
}
.g-masonry .btn.on .i1 {
  display: none;
}
.g-masonry .btn.on .i2 {
  display: block;
}

@media (max-width: 991px) {
  .g-masonry .masonry-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1200px) {
  .g-masonry .masonry-item {
    width: calc(33.333% - 20px);
  }
}