﻿@charset "UTF-8";
/*!
 * Created by 赫连勃格 on 2025/01/01.
 * WX:18900220083
 * QQ:215611388
 * SITE:www.uicut.com
 */
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1137px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1138px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1139px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  font-size: 0.875rem;
  color: #051833;
  background: rgba(234, 238, 250, 0.75);
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

::selection {
  background: #744CDD;
  color: #fff;
}

::-moz-selection {
  background: #744CDD;
  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: #fff;
}

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

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

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

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

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

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

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

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

.uc-purple {
  color: #744CDD !important;
}

.uc-purple2 {
  color: #744CDD !important;
}

.uc-red {
  color: #FF4F4F !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-main {
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}
.g-main .col-24.col-sm-6.col-md-5,
.g-main .col-24.col-sm-18.col-md-19 {
  margin-bottom: 0.625rem;
}

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

.uc-phColor {
  color: #ACB0BE;
}

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

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

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: #D8D8D8 1px solid;
  outline: none;
  height: 2.25rem;
  line-height: 2.125rem;
  border-radius: 0.375rem;
  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: #744CDD;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  border-radius: 0.375rem;
  padding: 0 0.625rem;
}
.uc-btn img {
  margin-right: 0.625rem;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.linear {
  background: linear-gradient(to bottom, #7951E4 0%, #5934BE 100%);
  color: #fff;
}
.uc-btn.purple {
  background-color: #744CDD;
  border: #744CDD 1px solid;
  color: #fff;
}
.uc-btn.purple-linear {
  background: linear-gradient(to right, rgba(116, 76, 221, 0.7) 0%, #744CDD 100%);
  color: #fff;
}
.uc-btn.purple-plain {
  border: #744CDD 1px solid;
  color: #744CDD;
}
.uc-btn.purple-plain:hover {
  opacity: 1;
  background-color: #744CDD;
  color: #fff;
}
.uc-btn.purple-light {
  background-color: rgba(116, 76, 221, 0.1);
  color: #744cdd;
}
.uc-btn.purple-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(116, 76, 221, 0.3);
}
.uc-btn.purple2 {
  background-color: #744CDD;
  border: #744CDD 1px solid;
  color: #fff;
}
.uc-btn.purple2-linear {
  background: linear-gradient(to right, rgba(116, 76, 221, 0.7) 0%, #744CDD 100%);
  color: #fff;
}
.uc-btn.purple2-plain {
  border: #744CDD 1px solid;
  color: #744CDD;
}
.uc-btn.purple2-plain:hover {
  opacity: 1;
  background-color: #744CDD;
  color: #fff;
}
.uc-btn.purple2-light {
  background-color: rgba(116, 76, 221, 0.1);
  color: #744cdd;
}
.uc-btn.purple2-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(116, 76, 221, 0.3);
}
.uc-btn.red {
  background-color: #FF4F4F;
  border: #FF4F4F 1px solid;
  color: #fff;
}
.uc-btn.red-linear {
  background: linear-gradient(to right, rgba(255, 79, 79, 0.7) 0%, #FF4F4F 100%);
  color: #fff;
}
.uc-btn.red-plain {
  border: #FF4F4F 1px solid;
  color: #FF4F4F;
}
.uc-btn.red-plain:hover {
  opacity: 1;
  background-color: #FF4F4F;
  color: #fff;
}
.uc-btn.red-light {
  background-color: rgba(255, 79, 79, 0.1);
  color: #ff4f4f;
}
.uc-btn.red-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(255, 79, 79, 0.3);
}
.uc-btn.black {
  background-color: #051833;
  border: #051833 1px solid;
  color: #fff;
}
.uc-btn.black-linear {
  background: linear-gradient(to right, rgba(5, 24, 51, 0.7) 0%, #051833 100%);
  color: #fff;
}
.uc-btn.black-plain {
  border: #051833 1px solid;
  color: #051833;
}
.uc-btn.black-plain:hover {
  opacity: 1;
  background-color: #051833;
  color: #fff;
}
.uc-btn.black-light {
  background-color: rgba(5, 24, 51, 0.1);
  color: #051833;
}
.uc-btn.black-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(5, 24, 51, 0.3);
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  border: #999999 1px solid;
  color: #051833;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}
.uc-btn.gray-light {
  background-color: rgba(153, 153, 153, 0.1);
  color: #999999;
}
.uc-btn.gray-shadow {
  box-shadow: 0 0.375rem 0.625rem 0 rgba(153, 153, 153, 0.3);
}

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

.uc-prvNxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.625rem;
}
.uc-prvNxt a {
  width: 1.75rem;
  border-radius: 0.375rem;
  height: 1.75rem;
  line-height: 1.625rem;
  text-align: center;
  margin-left: 0.5rem;
  background-color: #fff;
  border: #C7CED7 1px solid;
  font-size: 0.75rem;
  transition: all 0.3s linear;
}
.uc-prvNxt a:first-child {
  margin-left: 0;
}
.uc-prvNxt a:hover, .uc-prvNxt a.on {
  background-color: #744CDD;
  border-color: #744CDD;
  color: #fff;
}
.uc-prvNxt a:hover .gray, .uc-prvNxt a.on .gray {
  color: #fff;
}
.uc-prvNxt .gray {
  color: #999999;
}

.uc-tag {
  display: inline-block;
  line-height: 1.125rem;
  font-size: 0.75rem;
  border-radius: 0.125rem;
  padding: 0 0.3125rem;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.purple {
  background-color: #744CDD;
  color: #fff;
}
.uc-tag.purple-linear {
  background: linear-gradient(to right, rgba(116, 76, 221, 0.7) 0%, #744CDD 100%);
}
.uc-tag.purple-plain {
  color: #744CDD;
  border: #744CDD 1px solid;
}
.uc-tag.purple-light {
  color: #744cdd;
  background-color: rgba(116, 76, 221, 0.1);
}
.uc-tag.purple2 {
  background-color: #744CDD;
  color: #fff;
}
.uc-tag.purple2-linear {
  background: linear-gradient(to right, rgba(116, 76, 221, 0.7) 0%, #744CDD 100%);
}
.uc-tag.purple2-plain {
  color: #744CDD;
  border: #744CDD 1px solid;
}
.uc-tag.purple2-light {
  color: #744cdd;
  background-color: rgba(116, 76, 221, 0.1);
}
.uc-tag.red {
  background-color: #FF4F4F;
  color: #fff;
}
.uc-tag.red-linear {
  background: linear-gradient(to right, rgba(255, 79, 79, 0.7) 0%, #FF4F4F 100%);
}
.uc-tag.red-plain {
  color: #FF4F4F;
  border: #FF4F4F 1px solid;
}
.uc-tag.red-light {
  color: #ff4f4f;
  background-color: rgba(255, 79, 79, 0.1);
}
.uc-tag.black {
  background-color: #051833;
  color: #fff;
}
.uc-tag.black-linear {
  background: linear-gradient(to right, rgba(5, 24, 51, 0.7) 0%, #051833 100%);
}
.uc-tag.black-plain {
  color: #051833;
  border: #051833 1px solid;
}
.uc-tag.black-light {
  color: #051833;
  background-color: rgba(5, 24, 51, 0.1);
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}
.uc-tag.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
}
.uc-tag.gray-plain {
  color: #6D7588;
  border: #D8D8D8 1px solid;
}
.uc-tag.gray-light {
  color: #999999;
  background-color: rgba(153, 153, 153, 0.1);
}

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

.uc-alert {
  display: none;
}

.uc-alert-tips .box {
  padding: 0.625rem 1.25rem 1.25rem;
  width: 90%;
  max-width: 22.875rem;
}
.uc-alert-tips .title {
  height: 2.5rem;
  border-bottom: #D8D8D8 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.uc-alert-tips .btn-close {
  color: #ACB0BE;
  font-size: 1.25rem;
}

.uc-alert .btn-close {
  cursor:pointer;
}
 
.uc-alert-tips .con {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
  text-align: justify;
}
.uc-alert-tips .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-alert-tips .uc-btn {
  min-width: 4rem;
  text-align: center;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.uc-alert-pdf .box {
  background-color: #3E3F40;
  width: 90%;
  max-width: 55.5rem;
 
  padding-bottom: 1rem;
  overflow: hidden;
   /*
    display: flex
;
    flex-direction: column;
    position: relative;*/
}
.uc-alert-pdf .video-tips {
  padding: 0.625rem 1.25rem;
  line-height: 1.875rem;
  text-indent: 0;
  z-index: 99;
  color: #e1e1e2;
  font-size: 0.875rem;
}
.uc-alert-pdf .video-tips .link {
  color: #e1cb9c;
}
.uc-alert-pdf .operate {
  background-color: #000000;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #fff;
}
.uc-alert-pdf .operate .l {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
}
.uc-alert-pdf .operate .l .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  margin-right: 1rem;
  font-size: 0.875rem;
}
.uc-alert-pdf .operate .l .btn img {
  display: block;
  margin-right: 0.3125rem;
}
.uc-alert-pdf .operate .l .btn:last-child {
  margin-right: 0;
}
.uc-alert-pdf .operate .c {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
.uc-alert-pdf .operate .c .btn {
  color: #fff;
  font-size: 1.25rem;
  margin: 0 0.3125rem;
}
.uc-alert-pdf .operate .c .uc-input {
  background-color: transparent;
  width: 2.875rem;
  height: 1.375rem;
  color: #fff;
  padding: 0;
  text-align: center;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
}
.uc-alert-pdf .operate .r {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1rem;
  font-size: 0.875rem;
}
.uc-alert-pdf .operate .r .txt {
  margin: 0 0.625rem;
  border: #fff 1px solid;
  line-height: 1.25rem;
  border-radius: 0.25rem;
  min-width: 2.875rem;
  text-align: center;
  margin-left: 0.625rem;
}
.uc-alert-pdf .operate .r .btn {
  color: #fff;
}
.uc-alert-pdf .operate .percent {
  flex: 1;
  min-width: 0;
  height: 0.625rem;
  border-radius: 0.625rem;
  background-color: #434b5e;
  overflow: hidden;
  margin-left: 0.625rem;
  position: relative;
}
.uc-alert-pdf .operate .percent .per {
  position: absolute;
  cursor: pointer;
  background-color: #744CDD;
  top: 0;
  width: 20%;
  border-radius: 0.625rem;
  height: 0.625rem;
}
.uc-alert-pdf .operate .btn-close {
  color: #fff;
}
.uc-alert-pdf .operate input[type=range] {
  -webkit-appearance: none;
  flex: 1;
  min-width: 0;
  height: 0.625rem;
  border-radius: 0.625rem;
  background: #434b5e;
  margin-left: 0.625rem;
}
.uc-alert-pdf .operate input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  background: #744CDD;
  border-radius: 50%;
  cursor: pointer;
}
.uc-alert-pdf .operate input[type=range]::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  background: #744CDD;
  border-radius: 50%;
  cursor: pointer;
}
.uc-alert-pdf .detail {
  padding: 1rem 2rem;
 
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 70vh;
}

.uc-alert-video .detail {
  padding: 1rem 2rem;
  /**/
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 70vh;
}
.uc-alert-pdf .detail::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #333333;
  border-radius: 0.625rem;
}
.uc-alert-pdf .detail::-webkit-scrollbar-track {
  border-radius: 0.3125rem;
  background-color: #333333;
}
.uc-alert-pdf .detail::-webkit-scrollbar-thumb {
  border-radius: 0.3125rem;
  background-color: #744CDD;
}
.uc-alert-pdf .detail::-webkit-scrollbar-thumb:hover {
  background: #744CDD;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.uc-alert-pdf .detail img {
  display: block;
}

@media (min-width: 768px) {
  .uc-alert-pdf .operate .l, .uc-alert-pdf .operate .c {
    margin-bottom: 0;
  }
  .uc-alert-pdf .operate .c {
    justify-content: center;
  }
  .uc-alert-pdf .operate .r {
    justify-content: flex-end;
  }
}
.g-box {
  box-shadow: 0 0.25rem 0.625rem 0 rgba(204, 213, 230, 0.3);
  background-color: #fff;
  margin-bottom: 0.625rem;
}
.g-box:last-child {
  margin-bottom: 0;
}

.g-topTitleBar {
  background-color: #fff;
}
.g-topTitleBar .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.g-topTitleBar .title {
  background: linear-gradient(to bottom, #7951E4 0%, #5934BE 100%);
  color: #fff;
  min-width: 8.75rem;
  text-align: center;
  padding: 0 1rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.g-topTitleBar .con {
  flex: 1;
  min-width: 0;
  padding: 0 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-topTitleBar .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.g-topTitleBar .tab .item {
  text-align: center;
  padding: 0 0.75rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
  display: block;
}
.g-topTitleBar .tab .item.on {
  font-weight: bold;
  background: linear-gradient(to bottom, #7951E4 0%, #5934BE 100%);
  color: #fff;
}

@media (min-width: 992px) {
  .g-topTitleBar .tab .item {
    min-width: 8.75rem;
    padding: 0 1rem;
  }
}
.g-filterSearch .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  padding-bottom: 0.625rem;
}
.g-filterSearch .filter .item {
  padding: 0 0.375rem;
  border-radius: 1.5rem;
  border: #fff 1px solid;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-bottom: 0.625rem;
  line-height: 1.875rem;
  text-align: center;
}
.g-filterSearch .filter .item:last-child {
  margin-right: 0 !important;
}
.g-filterSearch .filter .item.on, .g-filterSearch .filter .item:hover {
  background: linear-gradient(to bottom, #7951E4 0%, #5934BE 100%);
  color: #fff;
}
.g-filterSearch .search {
  position: relative;
  margin-bottom: 1.25rem;
}
.g-filterSearch .search .uc-input {
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
.g-filterSearch .search .btn-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  color: #C5C8D3;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .g-filterSearch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .g-filterSearch .search .uc-input {
    max-width: 10.25rem;
    height: 1.875rem;
  }
}
@media (min-width: 992px) {
  .g-filterSearch .filter .item {
    min-width: 4.375rem;
    margin-right: 1.25rem;
  }
}
.g-side-checkbox {
  padding: 0.625rem 1.25rem;
}
.g-side-checkbox .title {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.g-side-checkbox .checkbox-group li {
  background: url("images/checkbox.png") left center no-repeat;
  background-size: 1.25rem 1.25rem;
  padding-left: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
  cursor: pointer;
}
.g-side-checkbox .checkbox-group li.on {
  background-image: url("images/checkbox-on.png");
}
.g-side-checkbox .checkbox-group .txt {
  font-size: 0.875rem;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-side-checkbox .checkbox-group .num {
  font-size: 0.75rem;
  color: #C5C8D3;
  /*****/display:none;
}
.g-side-checkbox .checkbox-group.limit li {
  display: none;
}
.g-side-checkbox .checkbox-group.limit li:nth-child(1)
    , .g-side-checkbox .checkbox-group.limit li:nth-child(2)
    , .g-side-checkbox .checkbox-group.limit li:nth-child(3) 
    , .g-side-checkbox .checkbox-group.limit li:nth-child(4) 
    , .g-side-checkbox .checkbox-group.limit li:nth-child(5) 
    , .g-side-checkbox .checkbox-group.limit li:nth-child(6)  {
  display: flex;
}
.g-side-checkbox .btm {
  text-align: center;
  padding: 0.625rem 0;
  font-size: 0.75rem;
}
.g-side-checkbox .btm .btn-more {
  color: #051833;
}
.g-side-checkbox .btm .btn-more:hover {
  color: #051833;
  opacity: 0.8;
}

.g-side-year {
  padding: 0.625rem 1.25rem;
}
.g-side-year .title {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.g-side-year .slider-container {
  position: relative;
  height: 16px;
}
.g-side-year .slider-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #C7CED7;
  transform: translateY(-50%);
  border-radius: 3px;
}
.g-side-year .slider-handle {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: #744CDD;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.g-side-year .slider-handle:hover, .g-side-year .slider-handle.active {
  opacity: 0.8;
}
.g-side-year .slider-range {
  position: absolute;
  top: 50%;
  height: 6px;
  background-color: #744CDD;
  transform: translateY(-50%);
  border-radius: 3px;
}
.g-side-year .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
  padding-bottom: 0.625rem;
}
.g-side-year .btm .uc-input {
  flex: 1;
  min-width: 0;
  border-radius: 0.25rem;
  text-align: center;
}
.g-side-year .btm .line {
  width: 0.625rem;
  height: 1px;
  background-color: #000;
  margin: 0 0.625rem;
}

.g-side-tags {
  padding: 1.25rem 0.625rem 0.625rem;
}
.g-side-tags .title {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.g-side-tags .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.g-side-tags .item {
  font-size: 0.75rem;
  line-height: 1.75rem;
  border-radius: 0.375rem;
  padding: 0 0.625rem;
  background-color: #F2F2FD;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.g-side-tags .item:last-child {
  margin-right: 0;
}
.g-side-tags .item:hover {
  background-color: #744CDD;
  color: #fff;
}

.g-select {
  position: relative;
  font-size: 0.75rem;
}
.g-select .hd {
  border-radius: 0.25rem;
  padding-left: 0.3125rem;
  position: relative;
  border: #D8D8D8 1px solid;
  width: 100%;
  cursor: pointer;
  padding-right: 1.25rem;
  line-height: 1.75rem;
}
.g-select .hd:after {
  content: "\e615";
  font-family: "uc-font";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3125rem;
}
.g-select .bd {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
  border-radius: 0.25rem;
  border: #D8D8D8 1px solid;
  background-color: #fff;
  overflow: hidden;
  min-width: 100%;
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.05);
  width: 150%;
}
.g-select .option {
  cursor: pointer;
  padding: 0.3125rem 0.625rem;
  line-height: 1.5em;
}
.g-select .option:hover {
  background-color: rgba(116, 76, 221, 0.1);
  color: #744CDD;
}
.g-select:hover .hd {
  border-color: #744CDD;
}
.g-select:hover .hd:after {
  content: "\e75d";
}
.g-select:hover .bd {
  display: block;
}
.g-side-recommend {
  padding: 1.25rem 0.625rem 0;
}
.g-side-recommend .title {
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-side-recommend .title .name {
  font-size: 1rem;
}
.g-side-recommend .uc-select {
  height: 1.875rem;
  border-radius: 0.25rem;
  width: auto;
  font-size: 0.75rem;
  padding-left: 0.3125rem;
  text-align: left;
}
.g-side-recommend .list li {
  padding: 1.25rem 0;
  border-bottom: #D8D8D8 1px solid;
  font-size: 0.75rem;
}
.g-side-recommend .list li:first-child {
  padding-top: 0;
}
.g-side-recommend .list img {
  display: block;
}
.g-side-recommend .list .name-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}
.g-side-recommend .list .name {
  font-size: 0.875rem;
  font-weight: bold;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:left;
}
.g-side-recommend .list .uc-tag {
  margin-left: auto;
  line-height: 1.25rem;
  border-radius: 0.25rem;
  background: linear-gradient(to bottom, #F0E3B8 0%, #C6A26C 100%);
  color: #fff;
  min-width: 2.25rem;
  text-align: center;
  padding: 0 0.25rem;
}
.g-side-recommend .list .uc-tag.green {
  background: linear-gradient(to bottom, #62EAD2 0%, #33CAAE 100%);
}
.g-side-recommend .list .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0.625rem;
}
.g-side-recommend .list .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0.625rem;
  border-radius: 1.5rem;
  background-color: #f2f2fd;
  color: #2A1671;
  padding-right: 0.75rem;
}
.g-side-recommend .list .tag img {
  margin-right: 0.25rem;
}
.g-side-recommend .list .txt {
  line-height: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.g-side-recommend .list .txt .l {
  min-width: 5em;
  margin-right: 0.625rem;
}
.g-side-recommend .list .txt .r {
  flex: 1;
  min-width: 0;
}
.g-side-recommend .btm .uc-btn {
  height: 3rem;
  font-size: 0.875rem;
}

footer {
  overflow: hidden;
  background-color: #202020;
  color: #686868;
  padding-bottom: 0px;
  padding-bottom: calc(0px + constant(safe-area-inset-bottom));
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
footer > div {
  margin-left: -5px;
  margin-right: -5px;
}
footer .ft1 {
  background-color: #303030;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer .part {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
}
footer .part h3 {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
  color: #fff;
}
footer .part .item {
  color: #8B8B8B;
  transition: all 0.3s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2em;
  display: block;
  padding-left: 1rem;
}
footer .part .item:hover {
  color: #fff;
}
footer .menu1, footer .menu2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .menu1 .item {
  width: 50%;
}
footer .menu2 .item {
  width: 33%;
}
footer .contact {
  line-height: 2em;
  padding-left: 1rem;
}
footer .code {
  width: 10rem;
  height: 10rem;
  margin: 2rem auto 1rem;
}
footer .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .cpt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
}
footer .cpt a {
  color: #C5C8D3;
}
footer .cpt a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  footer .part {
    border-left: #434343 1px solid;
    padding-bottom: 0;
  }
  footer .part:first-child {
    border-left: none;
  }
  footer .part:first-child h3, footer .part:first-child .item {
    padding-left: 0;
  }
  footer .part h3 {
    font-size: 0.875rem;
    text-align: left;
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
  footer .code {
    width: 6.25rem;
    height: 6.25rem;
    margin: 1rem 0 0;
  }
}
.header-phone {
  height: 50px;
  color: #fff;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 888;
  background: url("images/bg.png") center top no-repeat;
  background-size: cover;
  transition: all none linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-phone .logo {
  display: inline-block;
  padding: 0 10px;
}
.header-phone .logo img {
  width: auto;
  display: block;
  height: 32px;
}
.header-phone .btn-menu {
  width: 50px;
  height: 50px;
  background: url(images/icon-menu.png) center center no-repeat;
  background-size: 1.75rem 1.75rem;
}
.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: #D8D8D8 1px solid;
}
.alert-menu .list li {
  line-height: 40px;
  border-bottom: #D8D8D8 1px solid;
}
.alert-menu .list li > a {
  display: block;
}
.alert-menu .list li.on {
  color: #744CDD;
}
.alert-menu .list li.on > a {
  color: #744CDD;
}
.alert-menu .list .hasSubMenu > a {
  position: relative;
}
.alert-menu .list .hasSubMenu > a:after {
  content: "\e75c";
  right: 0;
  font-family: "uc-font";
  font-size: 1.4em;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.alert-menu .list .hasSubMenu > a:after {
  color: #999999;
}
.alert-menu .box {
  width: 70%;
  height: 100vh;
  padding-bottom: 0.98rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 50px;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  right: 0;
}
.alert-menu .over-close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.alert-menu .subMenu {
  padding-bottom: 10px;
  border-top: #D8D8D8 1px solid;
  display: none;
  background-color: #fff;
  padding-left: 10px;
}
.alert-menu .subMenu a {
  display: block;
}
.alert-menu .user-box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
  padding: 10px 15px;
  border-radius: 0.375rem;
}
.alert-menu .user-box .part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}
.alert-menu .user-box .part .r {
  flex: 1;
  min-width: 0;
}
.alert-menu .user-box .face {
  width: 5.625rem;
  border-radius: 100%;
  height: 5.625rem;
  overflow: hidden;
  border: #fff 1px solid;
  margin-right: 0.625rem;
}
.alert-menu .user-box .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.alert-menu .user-box .name-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.alert-menu .user-box .name {
  font-size: 1.25rem;
  margin-right: 0.625rem;
}
.alert-menu .user-box .txt {
  color: #6D7588;
  margin-top: 0.625rem;
  font-size: 0.875rem;
}
.alert-menu .user-box .part2 {
  border-radius: 0.125rem;
  padding: 0 0.625rem;
  height: 2.125rem;
  background-color: #F6F5FD;
}
.alert-menu .user-box .part2 img {
  display: block;
  margin-right: 0.25rem;
}
.alert-menu .user-box .part2, .alert-menu .user-box .part2 .l, .alert-menu .user-box .part2 .r {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.alert-menu .user-box .part2 .l {
  color: #6D7588;
}
.alert-menu .user-box .part2 b {
  font-size: 1rem;
  margin-left: 0.3125rem;
  color: #051833;
}
.alert-menu .user-box .btm {
  margin-top: 1rem;
}

body {
    /**
  padding-top: 50px;*/
}

/* @media (min-width: 768px) {
  body {
    padding-top: 6.875rem;
  }
} */
.header-pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 888;
}
.header-pc > div {
  margin-left: -5px;
  margin-right: -5px;
}
.header-pc .hd-top {
  background-color: #F7F7FD;
  box-shadow: 0 0 0.25rem 0 rgba(211, 209, 253, 0.5);
}
.header-pc .hd-top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  font-size: 12px;
}
.header-pc .hd-top .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.header-pc .hd-top .line {
  width: 1px;
  height: 12px;
  background-color: #c9cbd5;
  margin: 0 0.625rem;
  display: inline-block;
}
.header-pc .user-box {
  position: relative;
  height: 2.5rem;
}
.header-pc .user-box .hd {
  line-height: 2.5rem;
}
.header-pc .user-box .hd .uc-arrow-top {
  display: none;
}
.header-pc .user-box:hover .hd {
  color: #744CDD;
}
.header-pc .user-box:hover .hd .uc-arrow-top {
  display: inline-block;
}
.header-pc .user-box:hover .hd .uc-arrow-down {
  display: none;
}
.header-pc .user-box:hover .bd {
  display: block;
}
.header-pc .user-box .bd {
  display: none;
  box-shadow: 0 0.25rem 0.625rem 0 rgba(204, 213, 230, 0.3);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 16.875rem;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
  padding: 1.25rem 1.25rem 0.625rem;
  border-radius: 0.375rem;
}
.header-pc .user-box .part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}
.header-pc .user-box .part .r {
  flex: 1;
  min-width: 0;
}
.header-pc .user-box .face {
  width: 4.375rem;
  border-radius: 100%;
  height: 4.375rem;
  overflow: hidden;
  border: #fff 1px solid;
  margin-right: 0.625rem;
}
.header-pc .user-box .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-pc .user-box .name-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.header-pc .user-box .name {
  font-size: 1rem;
  margin-right: 0.625rem;
}
.header-pc .user-box .txt {
  font-size: 0.75rem;
  color: #6D7588;
  margin-top: 0.3125rem;
}
.header-pc .user-box .part2 {
  border-radius: 0.125rem;
  padding: 0 0.625rem;
  height: 2.125rem;
  background-color: #F6F5FD;
  font-size: 0.75rem;
}
.header-pc .user-box .part2 img {
  display: block;
  margin-right: 0.25rem;
}
.header-pc .user-box .part2, .header-pc .user-box .part2 .l, .header-pc .user-box .part2 .r {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-pc .user-box .part2 .l {
  color: #6D7588;
}
.header-pc .user-box .part2 b {
  font-size: 1rem;
  margin-left: 0.3125rem;
  color: #051833;
}
.header-pc .user-box .btm {
  margin-top: 0.625rem;
}
.header-pc .hd-menu {
  background: url("images/bg-head.png") center top no-repeat;
  /* background: url("images/bg-2-header.png") center top no-repeat; */
  background-size: cover;
}
.header-pc .hd-menu .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s linear;
  height: 4.375rem;
}
.header-pc .hd-menu .logo img {
  display: block;
  width: 20.75rem;
}
.header-pc .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-pc .list li {
  position: relative;
  height: 4.375rem;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}
.header-pc .list li:first-child {
  margin-left: 0;
}
.header-pc .list li > a {
  border-radius: 0.5rem;
  padding: 0 0.5rem;
  line-height: 2.625rem;
  height: 2.625rem;
}
/*导航菜单*/
.header-pc .list li.on > a, .header-pc .list li:hover > a {
font-weight: 500;
background-color: rgba(255, 255, 255, 0.7);
color: #412690;
border-radius: 999px;
box-shadow: 0 0 0 1px rgba(19, 108, 173, 0.15);

}
.header-pc .list li:hover > a {
   background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 1px rgba(65, 38, 144, 0.15);
  font-weight: bold;
}
.header-pc .list li:hover .subMenu {
  display: block;
  height: auto;
  box-shadow: 0 0 0.25rem 0 rgba(211, 209, 253, 0.5);
}
.header-pc .list li:hover .subMenu .con {
  margin-top: 0;
}
.header-pc .subMenu {
  top: 4.375rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  width: 100%;
  min-width: 10rem;
}
.header-pc .subMenu .con {
  background-color: #fff;
  position: relative;
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in;
  font-size: 1rem;
  overflow: hidden;
}
.header-pc .subMenu a {
  display: block;
  line-height: 3rem;
  text-align: center;
}
.header-pc .subMenu a:hover {
  background-color: #744CDD;
  color: #fff;
}
.header-pc.fixed {
  box-shadow: 0 0.25rem 0.625rem 0 rgba(204, 213, 230, 0.3);
}
.header-pc.fixed .hd-menu {
  background: #fff;
}

@media (min-width: 992px) {
  .header-pc .list li > a {
    padding: 0 0.625rem;
  }
}
@media (min-width: 1200px) {
  .header-pc .list li > a {
    padding: 0 1rem;
  }
}
.g-filterBD .tab-con {
  display: none;
}
.g-filterBD .tab-con:first-child {
  display: block;
}

.g-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  line-height: 2.25rem;
}
.g-title img {
  display: block;
  margin-right: 0.25rem;
}
.g-title b {
  flex: 1;
  min-width: 0;
  font-size: 1.625rem;
}
.g-title.style-white {
  color: #fff;
}
.g-title.style-white .more {
  color: #fff;
}

.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: #dfd8f7;
  opacity: 0.8;
  width: 2em;
  border-radius: 0;
  height: 4px;
}

.swiper-pagination-bullet-active {
  background-color: #7657ca;
}

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

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |08|论文—内容详情、在线浏览pdf|paperDetail| */
/* |14|标准—内容详情|standardDetail| */
/* |22|资源科普_详情：文章、视频|scienceDetail| */
/* |11|报告与讲座：视频内容详情、视频弹窗提示|reportDetail| */
.uc-scienceDetail .g-box,
.uc-reportDetail .g-box,
.uc-standardDetail .g-box,
.uc-paperDetail .g-box {
  padding: 1.875rem 1.25rem;
}
.uc-scienceDetail .title,
.uc-reportDetail .title,
.uc-standardDetail .title,
.uc-paperDetail .title {
  line-height: 2.125rem;
  margin-bottom: 0.625rem;
}
.uc-scienceDetail .title::after,
.uc-reportDetail .title::after,
.uc-standardDetail .title::after,
.uc-paperDetail .title::after {
  display: block;
  clear: both;
  content: "";
}
.uc-scienceDetail .title .uc-tag,
.uc-reportDetail .title .uc-tag,
.uc-standardDetail .title .uc-tag,
.uc-paperDetail .title .uc-tag {
  line-height: 1.5rem;
  border-radius: 0.375rem;
  background: linear-gradient(to bottom, #F0E3B8 0%, #C6A26C 100%);
  color: #fff;
  min-width: 3rem;
  text-align: center;
  font-size: 0.75rem;
  margin-right: 0.3125rem;
  margin-top: 0.3125rem;
  float: left;
}
.uc-scienceDetail .title .uc-tag.green,
.uc-reportDetail .title .uc-tag.green,
.uc-standardDetail .title .uc-tag.green,
.uc-paperDetail .title .uc-tag.green {
  background: linear-gradient(to bottom, #62EAD2 0%, #33CAAE 100%);
}
.uc-scienceDetail .title .uc-tag.blue,
.uc-reportDetail .title .uc-tag.blue,
.uc-standardDetail .title .uc-tag.blue,
.uc-paperDetail .title .uc-tag.blue {
  background: linear-gradient(to bottom, #9DABFE 0%, #6F7DEB 100%);
}
.uc-scienceDetail .title b,
.uc-reportDetail .title b,
.uc-standardDetail .title b,
.uc-paperDetail .title b {
  font-size: 1.5rem;
}
.uc-scienceDetail .title2,
.uc-reportDetail .title2,
.uc-standardDetail .title2,
.uc-paperDetail .title2 {
  margin-top: -0.625rem;
  margin-bottom: 0.625rem;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.uc-scienceDetail .info-operate,
.uc-reportDetail .info-operate,
.uc-standardDetail .info-operate,
.uc-paperDetail .info-operate {
  border-bottom: #D8D8D8 1px solid;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.25rem;
}
.uc-scienceDetail .info,
.uc-reportDetail .info,
.uc-standardDetail .info,
.uc-paperDetail .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
.uc-scienceDetail .info li,
.uc-reportDetail .info li,
.uc-standardDetail .info li,
.uc-paperDetail .info li {
  margin-right: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-scienceDetail .info li:last-child,
.uc-reportDetail .info li:last-child,
.uc-standardDetail .info li:last-child,
.uc-paperDetail .info li:last-child {
  margin-right: 0;
}
.uc-scienceDetail .info img,
.uc-reportDetail .info img,
.uc-standardDetail .info img,
.uc-paperDetail .info img {
  display: block;
  margin-right: 0.25rem;
}
.uc-scienceDetail .operate,
.uc-reportDetail .operate,
.uc-standardDetail .operate,
.uc-paperDetail .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-scienceDetail .operate .uc-btn,
.uc-reportDetail .operate .uc-btn,
.uc-standardDetail .operate .uc-btn,
.uc-paperDetail .operate .uc-btn {
  height: 1.625rem;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.uc-scienceDetail .operate .uc-btn img,
.uc-reportDetail .operate .uc-btn img,
.uc-standardDetail .operate .uc-btn img,
.uc-paperDetail .operate .uc-btn img {
  margin-right: 0.125rem;
}
.uc-scienceDetail .operate .uc-btn.purple-plain:hover,
.uc-reportDetail .operate .uc-btn.purple-plain:hover,
.uc-standardDetail .operate .uc-btn.purple-plain:hover,
.uc-paperDetail .operate .uc-btn.purple-plain:hover {
  background-color: rgba(116, 76, 221, 0.3);
  color: #744CDD;
}
.uc-scienceDetail .operate .uc-btn.gray-plain:hover,
.uc-reportDetail .operate .uc-btn.gray-plain:hover,
.uc-standardDetail .operate .uc-btn.gray-plain:hover,
.uc-paperDetail .operate .uc-btn.gray-plain:hover {
  background-color: #744CDD;
  color: #fff;
}
.uc-scienceDetail .box,
.uc-reportDetail .box,
.uc-standardDetail .box,
.uc-paperDetail .box {
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-align: justify;
  /*text-indent: 0em;*/
}
.uc-scienceDetail .box .tips,
.uc-reportDetail .box .tips,
.uc-standardDetail .box .tips,
.uc-paperDetail .box .tips {
  text-indent: 0;
}
.uc-scienceDetail .box .img-box,
.uc-reportDetail .box .img-box,
.uc-standardDetail .box .img-box,
.uc-paperDetail .box .img-box {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.uc-scienceDetail .box .img-box img,
.uc-reportDetail .box .img-box img,
.uc-standardDetail .box .img-box img,
.uc-paperDetail .box .img-box img {
  display: block;
  margin-bottom: 1rem;
}
.uc-scienceDetail .box .img-box .txt,
.uc-reportDetail .box .img-box .txt,
.uc-standardDetail .box .img-box .txt,
.uc-paperDetail .box .img-box .txt {
  text-align: center;
}
.uc-scienceDetail .box .tips,
.uc-reportDetail .box .tips,
.uc-standardDetail .box .tips,
.uc-paperDetail .box .tips {
  text-align: center;
}
.uc-scienceDetail .video-box,
.uc-reportDetail .video-box,
.uc-standardDetail .video-box,
.uc-paperDetail .video-box {
  margin: 1rem 0;
  position: relative;
}
.uc-scienceDetail .video-box video,
.uc-reportDetail .video-box video,
.uc-standardDetail .video-box video,
.uc-paperDetail .video-box video {
  display: block;
  background-color: #000;
}
.uc-scienceDetail .video-tips,
.uc-reportDetail .video-tips,
.uc-standardDetail .video-tips,
.uc-paperDetail .video-tips {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.625rem 1.25rem;
  line-height: 1.875rem;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: 0;
  z-index: 99;
  color: #e1e1e2;
}
.uc-scienceDetail .video-tips .link,
.uc-reportDetail .video-tips .link,
.uc-standardDetail .video-tips .link,
.uc-paperDetail .video-tips .link {
  color: #e1cb9c;
}
.uc-scienceDetail .video-price,
.uc-reportDetail .video-price,
.uc-standardDetail .video-price,
.uc-paperDetail .video-price {
  background-color: rgba(234, 238, 250, 0.75);
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  text-indent: 0;
}
.uc-scienceDetail .video-price .item,
.uc-reportDetail .video-price .item,
.uc-standardDetail .video-price .item,
.uc-paperDetail .video-price .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.25rem;
  font-size: 1rem;
}
.uc-scienceDetail .video-price .item:first-child,
.uc-reportDetail .video-price .item:first-child,
.uc-standardDetail .video-price .item:first-child,
.uc-paperDetail .video-price .item:first-child {
  margin-left: 0;
}
.uc-scienceDetail .video-price b,
.uc-reportDetail .video-price b,
.uc-standardDetail .video-price b,
.uc-paperDetail .video-price b {
  font-size: 1.625rem;
}
.uc-scienceDetail .video-price .uc-tag,
.uc-reportDetail .video-price .uc-tag,
.uc-standardDetail .video-price .uc-tag,
.uc-paperDetail .video-price .uc-tag {
  line-height: 1.5rem;
  border-radius: 0.375rem;
  background: linear-gradient(to bottom, #F0E3B8 0%, #C6A26C 100%);
  color: #fff;
  min-width: 3rem;
  text-align: center;
  font-size: 0.75rem;
  margin-right: 0.3125rem;
  margin-top: 0.3125rem;
}
.uc-scienceDetail .video-price .uc-tag.green,
.uc-reportDetail .video-price .uc-tag.green,
.uc-standardDetail .video-price .uc-tag.green,
.uc-paperDetail .video-price .uc-tag.green {
  background: linear-gradient(to bottom, #62EAD2 0%, #33CAAE 100%);
}
.uc-scienceDetail .video-price .uc-tag.blue,
.uc-reportDetail .video-price .uc-tag.blue,
.uc-standardDetail .video-price .uc-tag.blue,
.uc-paperDetail .video-price .uc-tag.blue {
  background: linear-gradient(to bottom, #9DABFE 0%, #6F7DEB 100%);
}
.uc-scienceDetail .video-buy,
.uc-reportDetail .video-buy,
.uc-standardDetail .video-buy,
.uc-paperDetail .video-buy {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  text-indent: 0;
  padding-top: 1.25rem;
}
.uc-scienceDetail .video-buy .uc-btn,
.uc-reportDetail .video-buy .uc-btn,
.uc-standardDetail .video-buy .uc-btn,
.uc-paperDetail .video-buy .uc-btn {
  min-width: 7.5rem;
  margin-left: 1.25rem;
}
.uc-scienceDetail .video-buy .uc-btn:first-child,
.uc-reportDetail .video-buy .uc-btn:first-child,
.uc-standardDetail .video-buy .uc-btn:first-child,
.uc-paperDetail .video-buy .uc-btn:first-child {
  margin-left: 0;
}
.uc-scienceDetail .param,
.uc-reportDetail .param,
.uc-standardDetail .param,
.uc-paperDetail .param {
  background-color: rgba(234, 238, 250, 0.75);
  font-size: 0.75rem;
  padding: 1rem;
}
.uc-scienceDetail .param li,
.uc-reportDetail .param li,
.uc-standardDetail .param li,
.uc-paperDetail .param li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  line-height: 1.25rem;
}
.uc-scienceDetail .param .con,
.uc-reportDetail .param .con,
.uc-standardDetail .param .con,
.uc-paperDetail .param .con {
  flex: 1;
  min-width: 0;
}
.uc-scienceDetail .param .txt,
.uc-reportDetail .param .txt,
.uc-standardDetail .param .txt,
.uc-paperDetail .param .txt {
  min-width: 5em;
  margin-right: 0.625rem;
}
.uc-scienceDetail .param .uc-btn,
.uc-reportDetail .param .uc-btn,
.uc-standardDetail .param .uc-btn,
.uc-paperDetail .param .uc-btn {
  border-radius: 0.25rem;
  margin-right: 0.625rem;
  height: 1.625rem;
  min-width: 5.75rem;
}
.uc-scienceDetail .param .uc-btn:last-child,
.uc-reportDetail .param .uc-btn:last-child,
.uc-standardDetail .param .uc-btn:last-child,
.uc-paperDetail .param .uc-btn:last-child {
  margin-right: 0;
}
.uc-scienceDetail .sub-title,
.uc-reportDetail .sub-title,
.uc-standardDetail .sub-title,
.uc-paperDetail .sub-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.625rem;
}
.uc-scienceDetail .sub-title .line,
.uc-reportDetail .sub-title .line,
.uc-standardDetail .sub-title .line,
.uc-paperDetail .sub-title .line {
  flex: 1;
  min-width: 0;
  position: relative;
  border-bottom: #e3dbf8 1px dashed;
}
.uc-scienceDetail .sub-title .line:after,
.uc-reportDetail .sub-title .line:after,
.uc-standardDetail .sub-title .line:after,
.uc-paperDetail .sub-title .line:after {
  content: "";
  width: 5px;
  border-radius: 100%;
  height: 5px;
  background-color: #e3dbf8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.uc-scienceDetail .sub-title .line:first-child:after,
.uc-reportDetail .sub-title .line:first-child:after,
.uc-standardDetail .sub-title .line:first-child:after,
.uc-paperDetail .sub-title .line:first-child:after {
  right: 0;
}
.uc-scienceDetail .sub-title .line:last-child:after,
.uc-reportDetail .sub-title .line:last-child:after,
.uc-standardDetail .sub-title .line:last-child:after,
.uc-paperDetail .sub-title .line:last-child:after {
  left: 0;
}
.uc-scienceDetail .sub-title .name,
.uc-reportDetail .sub-title .name,
.uc-standardDetail .sub-title .name,
.uc-paperDetail .sub-title .name {
  font-size: 1.25rem;
  color: #434b5e;
  min-width: 6em;
  margin: 0 0.625rem;
  text-align: center;
}

@media (min-width: 992px) {
  .uc-scienceDetail .info-operate,
  .uc-reportDetail .info-operate,
  .uc-standardDetail .info-operate,
  .uc-paperDetail .info-operate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .uc-scienceDetail .info,
.uc-reportDetail .info,
.uc-standardDetail .info,
.uc-paperDetail .info {
    margin-bottom: 0;
  }
}
/* |26|购物车|cart| */
/* |29|购物车：结算1、结算2、结算3|cartSure| */
.uc-cart {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.uc-cart .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.uc-cart .g-box {
  padding: 1.25rem;
}
.uc-cart .reduceAddBox {
  overflow: hidden;
  width: 6.75rem;
  height: 1.875rem;
  border: #c7ced7 1px solid;
  border-radius: 0.3125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-cart .reduceAddBox .btnReduce, .uc-cart .reduceAddBox .btnAdd {
  width: 1.875rem;
  line-height: 1.875rem;
  border: none;
  outline: none;
  color: #999999;
  cursor: pointer;
}
.uc-cart .reduceAddBox .uc-input {
  flex: 1;
  text-align: center;
  height: 1.875rem;
  border: none;
  border-radius: 0;
  border-left: #c7ced7 1px solid;
  border-right: #c7ced7 1px solid;
  line-height: 1.875rem;
}
.uc-cart table {
  width: 100%;
}
.uc-cart table td, .uc-cart table th {
  padding: 5px;
}
.uc-cart table .th1 {
  width: 1.875rem;
}
.uc-cart table .th2 {
  width: 4.375rem;
}
.uc-cart table .type {
  display: none;
}
.uc-cart table th {
  background-color: rgba(234, 238, 250, 0.75);
}
.uc-cart table tr {
  border-bottom: #edeff5 1px solid;
}
.uc-cart table .img {
  width: 3.75rem;
  border-radius: 0.3125rem;
  height: 3.75rem;
  overflow: hidden;
  border: #C7CED7 1px solid;
}
.uc-cart table .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-cart table .name {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.uc-cart table .more-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-cart table .more-box .txt {
  width: 5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-cart table .more-box .btn-delete {
  margin-left: 0.625rem;
}
.uc-cart table .price {
  font-weight: bold;
  color: #FF4F4F;
  flex: 1;
  min-width: 0;
}
.uc-cart table .txt {
  color: #6D7588;
}
.uc-cart table .tLeft {
  text-align: left;
}
.uc-cart .btn-checkbox, .uc-cart .btn-checkboxAll {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  margin: 0 auto;
  background: url("images/checkbox.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-cart .btn-checkbox.on, .uc-cart .btn-checkboxAll.on {
  background-image: url("images/checkbox-on.png");
}
.uc-cart .total-box {
  text-align: right;
  margin-top: 1rem;
  font-size: 0.875rem;
}
.uc-cart .total-box .item, .uc-cart .total-box .sub-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.625rem;
}
.uc-cart .total-box .item:last-child, .uc-cart .total-box .sub-item:last-child {
  margin-bottom: 0;
}
.uc-cart .total-box .txt {
  flex: 1;
  min-width: 0;
  text-align: right;
}
.uc-cart .total-box .con {
  min-width: 7.5rem;
  color: #FF4F4F;
}
.uc-cart .total-box .uc-big {
  font-size: 1.875rem;
}
.uc-cart .total-box .item .con {
  padding-right: 1rem;
  position: relative;
  font-weight: bold;
}
.uc-cart .total-box .item .uc-font {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #6D7588;
  font-weight: normal;
}
.uc-cart .total-box .item .uc-arrow-top {
  display: none;
}
.uc-cart .total-box .part {
  background-color: rgba(234, 238, 250, 0.75);
  border-radius: 0.625rem;
  padding: 1rem 0;
  display: none;
}
.uc-cart .total-box .part .con {
  padding-right: 1rem;
}
.uc-cart .total-box .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}
.uc-cart .total-box .uc-btn {
  width: 7.5rem;
  border-radius: 0.375rem;
  height: 2.25rem;
  margin-left: 1.25rem;
}
.uc-cart .total-box .uc-btn:first-child {
  margin-left: 0;
}
.uc-cart .total-box .btn-detail {
  cursor: pointer;
}
.uc-cart .total-box.on .item .uc-arrow-top {
  display: block;
}
.uc-cart .total-box.on .item .uc-arrow-down {
  display: none;
}
.uc-cart .total-box.on .part {
  display: block;
}
.uc-cart .invoice-filter, .uc-cart .invoice-filter .item, .uc-cart .invoice-type, .uc-cart .invoice-type .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-cart .invoice-filter .item, .uc-cart .invoice-type .item {
  margin-right: 1.875rem;
  background: url("images/radio.png") left center no-repeat;
  background-size: 1.25rem 1.25rem;
  padding-left: 1.5rem;
  cursor: pointer;
}
.uc-cart .invoice-filter .item.on, .uc-cart .invoice-type .item.on {
  background-image: url("images/radio-on.png");
}
.uc-cart .invoice-filter .item {
  margin-top: 1.25rem;
}
.uc-cart .pay-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-cart .pay-box .item {
  cursor: pointer;
  width: 8.125rem;
  border-radius: 0.375rem;
  height: 3.125rem;
  position: relative;
  border: #C7CED7 1px solid;
  margin-right: 0.625rem;
  margin-top: 0.625rem;
  background-color: #FAFBFE;
}
.uc-cart .pay-box .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-cart .pay-box .item:last-child {
  margin-right: 0;
}
.uc-cart .pay-box .item.on {
  border-color: #744CDD;
}
.uc-cart .pay-box .item.on:after {
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  background: url("images/checked.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
}
.uc-cart .form-box {
  border-radius: 0.375rem;
  padding: 1rem;
  background-color: rgba(234, 238, 250, 0.75);
  margin-top: 1.25rem;
  display: none;
  font-size: 0.875rem;
}
.uc-cart .form-box .form {
  max-width: 42.5rem;
}
.uc-cart .form-box li {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-cart .form-box li:first-child {
  margin-top: 0;
}
.uc-cart .form-box .uc-input {
  flex: 1;
  min-width: 0;
}
.uc-cart .form-box .txt {
  min-width: 5em;
  margin-right: 0.625rem;
}
.uc-cart .coupon-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-cart .coupon-type .item {
  line-height: 1.875rem;
  border-radius: 1.875rem;
  border: #fff 1px solid;
  padding: 0 1rem;
  cursor: pointer;
}
.uc-cart .coupon-type .item.on {
  background: linear-gradient(to bottom, #7951E4 0%, #5934BE 100%);
  color: #fff;
}
.uc-cart .tab-con {
  display: none;
}
.uc-cart .tab-con:first-child {
  display: block;
}
.uc-cart .coupon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-cart .coupon-list li {
  margin-top: 1.25rem;
}
.uc-cart .coupon-list .item {
  border-radius: 0.625rem;
  background-color: #baa6ee;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.uc-cart .coupon-list .item.on {
  position: relative;
  background-color: #744cdd;
}
.uc-cart .coupon-list .item.on .bd {
  background-color: #9071e4;
}
.uc-cart .coupon-list .item.on:after {
  content: "";
  width: 1.25rem;
  border-radius: 100%;
  height: 1.25rem;
  background: url("images/checkbox-circle-white.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
}
.uc-cart .coupon-list .hd {
  padding: 0.5rem 1rem 0.75rem;
}
.uc-cart .coupon-list .txt {
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-cart .coupon-list .uc-big {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 0.625rem;
}
.uc-cart .coupon-list .bd {
  background-color: #c8b8f1;
  padding: 0 1rem;
  font-size: 0.75rem;
  line-height: 2rem;
}
.uc-cart .coupon-form {
  padding: 1.25rem 0.625rem;
  background-color: rgba(234, 238, 250, 0.75);
  font-size: 0.75rem;
}
.uc-cart .coupon-form .item {
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  position: relative;
  max-width: 31.25rem;
}
.uc-cart .coupon-form .item.isOk .uc-input {
  border-color: rgba(0, 149, 136, 0.5);
}
.uc-cart .coupon-form .item.isOk .icon {
  display: block;
}
.uc-cart .coupon-form .item.isError .uc-input {
  border-color: #FF4F4F;
}
.uc-cart .coupon-form .item.isError .icon {
  display: block;
}
.uc-cart .coupon-form .item.isError .tips {
  display: block;
}
.uc-cart .coupon-form .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: none;
  width: 1.25rem;
  border-radius: 100%;
  height: 1.25rem;
}
.uc-cart .coupon-form .uc-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.125rem;
  height: 1.625rem;
  border-radius: 0.25rem;
}
.uc-cart .coupon-form .tips {
  position: absolute;
  left: 0.625rem;
  bottom: -0.625rem;
  color: #FF4F4F;
  display: none;
}

@media (min-width: 768px) {
  .uc-cart table th, .uc-cart table td {
    padding: 20px 5px;
    text-align: center;
  }
  .uc-cart table .th1 {
    width: 2.5rem;
  }
  .uc-cart table .th2 {
    width: 5rem;
    text-align: left;
  }
  .uc-cart table .th3 {
    width: 40%;
    text-align: left;
  }
  .uc-cart table .more-box {
    display: none;
  }
  .uc-cart table .type {
    display: table-cell;
  }
  .uc-cart table .img {
    margin: 0 auto;
  }
  .uc-cart table .name {
    margin-bottom: 0;
    height: auto;
    text-align: left;
  }
  .uc-cart table td.th3 {
    text-align: left;
  }
  .uc-cart table .btn-deleteAll {
    text-align: left;
    margin-right: auto;
  }
  .uc-cart .reduceAddBox {
    margin: 0 auto;
  }
  .uc-cart .total-box .part {
    margin-left: auto;
    width: auto;
    max-width: 16.875rem;
  }
  .uc-cart .pay-box .item {
    width: 9.375rem;
    margin-top: 1.25rem;
    margin-right: 1.25rem;
  }
}
/* |24|主题|topic| */
.uc-topic .g-box {
  padding: 1.25rem;
}
.uc-topic .list li {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}
.uc-topic .list .item {
  border: #c7ced7 1px solid;
  border-radius: 0.375rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.25rem;
}
.uc-topic .list .img {
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-right: 0.625rem;
  width: 6.25rem;
  max-height: 13.125rem;
}
.uc-topic .list .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-topic .list .right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.uc-topic .list .right > div {
  max-width: 100%;
}
.uc-topic .list h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.uc-topic .list .txt {
  line-height: 1.25rem;
  text-align: justify;
  max-height: 5rem;
  overflow: hidden;
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.uc-topic .list .txt2 {
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.uc-topic .list .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-topic .list .uc-btn {
  height: 1.625rem;
  min-width: 5.75rem;
  border-radius: 0.25rem;
}

@media (min-width: 992px) {
  .uc-topic .list .img {
    box-shadow: 0 0.25rem 0.625rem 0 rgba(204, 213, 230, 0.3);
    width: 9.375rem;
  }
}
/* |15|图书|books| */
.uc-books .g-box {
  padding: 1.25rem;
}
.uc-books .list li {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}
.uc-books .list .item {
  border: #c7ced7 1px solid;
  border-radius: 0.375rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.25rem;
}
.uc-books .list .img {
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-right: 0.625rem;
  width: 6.25rem;
}
.uc-books .list .img img {
  display: block;
}
.uc-books .list .right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  color: #434B5E;
}
.uc-books .list h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  line-height: 1.5rem;
  max-height: 3rem;
  overflow: hidden;
}
.uc-books .list .txt {
  line-height: 1.25rem;
  text-align: justify;
  max-height: 5rem;
  overflow: hidden;
  margin-bottom: 0.3125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-books .list .l {
  margin-right: 0.625rem;
}
.uc-books .list .r {
  flex: 1;
  min-width: 0;
}
.uc-books .list .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-books .list .uc-btn {
  height: 1.625rem;
  min-width: 5.75rem;
  border-radius: 0.25rem;
}

@media (min-width: 992px) {
  .uc-books .list .img {
    box-shadow: 0 0.25rem 0.625rem 0 rgba(204, 213, 230, 0.3);
    width: 9.375rem;
  }
}
/* |10|报告与讲座|report| */
.uc-report .g-box {
  padding: 1.25rem;
}
.uc-report .list li {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}
.uc-report .list .item {
  border: #C7CED7 1px solid;
  border-radius: 0.375rem;
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.uc-report .list .img {
  overflow: hidden;
  position: relative;
}
.uc-report .list .img img {
  display: block;
}
.uc-report .list .img .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  border-radius: 100%;
  height: 2.5rem;
}
.uc-report .list .uc-tag {
  position: absolute;
  right: -1px;
  top: -1px;
  line-height: 1.5rem;
  border-radius: 0 0.375rem;
  background: linear-gradient(to bottom, #F0E3B8 0%, #C6A26C 100%);
  color: #fff;
  min-width: 3rem;
  text-align: center;
  border: #fff 1px solid;
}
.uc-report .list .con {
  padding: 0.625rem;
}
.uc-report .list .name, .uc-report .list h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.uc-report .list .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-report .list .sub-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0.625rem;
}
.uc-report .list .sub-item img {
  display: block;
  margin-right: 0.25rem;
}
.uc-report .list .sub-item:first-child {
  margin-left: 0;
}

.g-list li {
  padding: 1.25rem 0;
  border-bottom: #D8D8D8 1px solid;
  font-size: 0.75rem;
}
.g-list li:first-child {
  padding-top: 0;
}
.g-list li:last-child {
  border-bottom: none;
}
.g-list img {
  display: block;
}
.g-list .name-box, .g-list .name, .g-list .sub-item, .g-list .txt, .g-list .l, .g-list .r, .g-list .tags, .g-list .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-list .name-box {
  justify-content: flex-start;
  margin-bottom: 0.625rem;
}
.g-list .name-box img {
  margin-left: 0.3125rem;
}
.g-list .name {
  font-size: 1.25rem;
  font-weight: bold;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-list .sub-name {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.25rem;
  margin-top: -0.625rem;
  margin-bottom: 0.625rem;
}
.g-list .uc-tag {
  margin-left: auto;
  line-height: 1.5rem;
  border-radius: 0.375rem;
  background: linear-gradient(to bottom, #F0E3B8 0%, #C6A26C 100%);
  color: #fff;
  min-width: 3rem;
  text-align: center;
}
.g-list .uc-tag.green {
  background: linear-gradient(to bottom, #62EAD2 0%, #33CAAE 100%);
}
.g-list .uc-tag.blue {
  background: linear-gradient(to bottom, #9DABFE 0%, #6F7DEB 100%);
}
.g-list .tags {
  justify-content: flex-start;
  padding-bottom: 0.625rem;
}
.g-list .tag {
  margin-right: 0.625rem;
  border-radius: 1.5rem;
  background-color: #f2f2fd;
  color: #2A1671;
  padding-right: 0.75rem;
}
.g-list .tag img {
  margin-right: 0.25rem;
}
.g-list .txt {
  line-height: 1.25rem;
  align-items: flex-start;
}
.g-list .txt .l {
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-list .txt .c {
  flex: 1;
  min-width: 0;
  text-align: justify;
}
.g-list .txt .t {
  font-weight: bold;
}
.g-list .txt .e6 {
  min-width: 6em;
}
.g-list .sub-item {
  margin-left: 0.625rem;
}
.g-list .btn-detail .uc-font {
  margin-left: 0.3125rem;
  color: #744CDD;
}
.g-list .btn-detail .uc-arrow-down {
  display: none;
}
.g-list .btn-detail.on {
  color: #051833;
}
.g-list .btn-detail.on .uc-arrow-right {
  display: none;
}
.g-list .btn-detail.on .uc-arrow-down {
  display: inline;
}
.g-list .con {
  display: none;
  font-size: 0.75rem;
  line-height: 1.25rem;
  position: relative;
  background-color: #FAFBFE;
  padding: 0.625rem;
  margin-top: 0.625rem;
}
.g-list .txt2 {
  max-height: 6.25rem;
  overflow: hidden;
  color: #434B5E;
}
.g-list .link {
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  background-color: #FAFBFE;
  padding-left: 0.625rem;
  color: #744CDD;
}

/* |06|论文全部|paper| */
/* |13|标准|standard| */
/* |21|资源科普|science| */
.uc-paper .g-box,
.uc-science .g-box,
.uc-standard .g-box {
  padding: 1.25rem;
}

/* |07|论文—内容列表|paper2| */
/* |25|主题—内容列表|topicDetail| */
.uc-paper2-2 .g-box,
.uc-topicDetail-2 .g-box,
.uc-search-2 .g-box {
  padding: 1.25rem;
}

.uc-search-1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 1.5rem;
}

.uc-search-banner {
  background: url("images/bg-2.png") center top no-repeat;
  background-size: cover;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.uc-search-banner .search-box {
  max-width: 50rem;
  margin: 0 auto 1rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
  border: #744CDD 1px solid;
  background-color: #fff;
}
.uc-search-banner .search-box .btn {
  color: #744CDD;
  margin-right: 0.3125rem;
}
.uc-search-banner .search-box .uc-select {
  width: 6em;
  height: 3.5rem;
  border: none;
  padding: 0;
}
.uc-search-banner .search-box .uc-input {
  height: 3.5rem;
  flex: 1;
  min-width: 0;
  border: none;
}
.uc-search-banner .search-box .btn-search {
  background: linear-gradient(to bottom, #7951E4 0%, #5934BE 100%);
  height: 3.5rem;
  padding: 0 1rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-search-banner .search-box .btn-search .uc-font {
  margin-right: 0.25rem;
}
.uc-search-banner .box2 {
  max-width: 50rem;
  margin: 0 auto;
}
.uc-search-banner .title {
  font-size: 1.875rem;
  text-align: center;
  color: #744CDD;
  margin-bottom: 1.25rem;
}
.uc-search-banner .line {
  height: 1px;
  background-color: #fff;
  margin-bottom: 1rem;
}
.uc-search-banner .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-search-banner .operate .uc-btn {
  width: 12.5rem;
  border-radius: 0.5rem;
  height: 2.5rem;
  font-size: 1.125rem;
}
.uc-search-banner .operate .uc-font {
  margin-right: 0.625rem;
}
.uc-search-banner .part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}
.uc-search-banner .part .l {
  width: 5.625rem;
  margin-right: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-search-banner .part .l .uc-select {
  width: 100%;
}
.uc-search-banner .part .l .btn {
  width: 2.5rem;
  border-radius: 0.375rem;
  height: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: #bcb5f2 1px solid;
}
.uc-search-banner .part .r {
  flex: 1;
  min-width: 0;
  border-radius: 0.375rem;
}
.uc-search-banner .part .r .uc-select {
  border-radius: 0.375rem 0 0 0.375rem;
  width: 8em;
  text-align: left;
  border: #bcb5f2 1px solid;
  padding-left: 0.625rem;
  border-right: none;
  height: 2.5rem;
}
.uc-search-banner .part .uc-input {
  flex: 1;
  min-width: 0;
  border-radius: 0 0.375rem 0.375rem 0;
  border-color: #bcb5f2;
  border-left: none;
  height: 2.5rem;
}
.uc-search-banner .search-box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-search-banner .box2 {
  display: none;
}
.uc-search-banner .year-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.uc-search-banner .year-box .btn-checkbox {
  background: url("images/checkbox.png") left center no-repeat;
  background-size: 1.25rem 1.25rem;
  padding-left: 1.5rem;
  margin-right: 0.625rem;
}
.uc-search-banner .year-box .btn-checkbox.on {
  color: #051833;
  background-image: url("images/checkbox-on.png");
}
.uc-search-banner .year-box .uc-input {
  background-color: #fff;
  width: 3.75rem;
  text-align: center;
  padding: 0;
}
.uc-search-banner .year-box .line {
  margin: 0 0.3125rem;
  width: 0.625rem;
  height: 1px;
  background-color: #051833;
}
.uc-search-banner .search_slider-container {
  position: relative;
  height: 16px;
  margin: 0 0.625rem;
  flex: 1;
  min-width: 0;
}
.uc-search-banner .search_slider-track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 3px;
}
.uc-search-banner .slider-handle {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  background-color: #744CDD;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.uc-search-banner .slider-handle:hover, .uc-search-banner .slider-handle.active {
  opacity: 0.8;
}
.uc-search-banner .slider-range {
  position: absolute;
  top: 50%;
  height: 6px;
  background-color: #744CDD;
  transform: translateY(-50%);
  border-radius: 3px;
}

@media (min-width: 992px) {
  .uc-search-banner {
    padding-top: 8.625rem;
    padding-bottom: 5.625rem;
  }
  .uc-search-banner .search-box {
    position: relative;
  }
  .uc-search-banner .search-box .btn {
    margin-right: 1rem;
  }
  .uc-search-banner .search-box .uc-input {
    padding-left: 1.25rem;
  }
  .uc-search-banner .search-box .uc-select {
    width: 8em;
    padding-left: 1.25rem;
  }
  .uc-search-banner .search-box .btn-search {
    width: 6.875rem;
  }
  .uc-search-banner .search-box2 {
    position: relative;
  }
  .uc-search-banner .search-box2:after {
    content: "";
    width: 1px;
    height: 1.25rem;
    background-color: #D8D8D8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8.5em;
  }
  .uc-search-banner .search-box2 .uc-input {
    padding-left: 1.25rem;
  }
  .uc-search-banner .year-box .uc-input {
    width: 5.625rem;
  }
}
/* |07|论文—内容列表|paper2| */
/* |25|主题—内容列表|topicDetail| */
/* |16|图书：目录、摘要、图书详情、购买渠道、书籍评论|booksDetail| */
.uc-paper2-1,
.uc-topicDetail-1,
.uc-booksDetail-1 {
  background: url("images/bg2.png") center center no-repeat;
  background-size: cover;
}
.uc-paper2-1 .box,
.uc-topicDetail-1 .box,
.uc-booksDetail-1 .box {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.uc-paper2-1 .box .img,
.uc-topicDetail-1 .box .img,
.uc-booksDetail-1 .box .img {
  border-radius: 0.375rem;
  overflow: hidden;
  margin: 0 auto 0.625rem;
}
.uc-paper2-1 .box .img img,
.uc-topicDetail-1 .box .img img,
.uc-booksDetail-1 .box .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-paper2-1 .detail h3,
.uc-topicDetail-1 .detail h3,
.uc-booksDetail-1 .detail h3 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.uc-paper2-1 .info,
.uc-topicDetail-1 .info,
.uc-booksDetail-1 .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
.uc-paper2-1 .info li,
.uc-topicDetail-1 .info li,
.uc-booksDetail-1 .info li {
  margin-right: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-paper2-1 .info li:last-child,
.uc-topicDetail-1 .info li:last-child,
.uc-booksDetail-1 .info li:last-child {
  margin-right: 0;
}
.uc-paper2-1 .info img,
.uc-topicDetail-1 .info img,
.uc-booksDetail-1 .info img {
  display: block;
  margin-right: 0.25rem;
}
.uc-paper2-1 .info2,
.uc-topicDetail-1 .info2,
.uc-booksDetail-1 .info2 {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  color: #434B5E;
}
.uc-paper2-1 .info2 li,
.uc-topicDetail-1 .info2 li,
.uc-booksDetail-1 .info2 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1.375rem;
}
.uc-paper2-1 .info2 .txt,
.uc-topicDetail-1 .info2 .txt,
.uc-booksDetail-1 .info2 .txt {
  min-width: 5em;
  margin-right: 0.625rem;
}
.uc-paper2-1 .info2 .con,
.uc-topicDetail-1 .info2 .con,
.uc-booksDetail-1 .info2 .con {
  flex: 1;
  min-width: 0;
}
.uc-paper2-1 .desc,
.uc-topicDetail-1 .desc,
.uc-booksDetail-1 .desc {
  color: #787d8f;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  text-align: justify;
}

.uc-topicDetail-1 .box,
.uc-booksDetail-1 .box {
  padding-top: 1rem;
  padding-bottom: 0.625rem;
}

.uc-booksDetail-1 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0.625rem 0 1.25rem;
}
.uc-booksDetail-1 .operate .uc-btn {
  height: 1.625rem;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.uc-booksDetail-1 .operate .uc-btn img {
  margin-right: 0.1875rem;
}
.uc-booksDetail-1 .operate .uc-btn.purple-plain:hover {
  background-color: rgba(116, 76, 221, 0.3);
  color: #744CDD;
}
.uc-booksDetail-1 .operate .uc-btn.gray-plain:hover {
  background-color: #744CDD;
  color: #fff;
}

/* |16|图书：目录、摘要、图书详情、购买渠道、书籍评论|booksDetail| */
.uc-booksDetail-2 .list1 {
  padding: 0 1.25rem;
}
.uc-booksDetail-2 .list1 .item {
  padding: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-booksDetail-2 .list1 .con {
  flex: 1;
  min-width: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
}
.uc-booksDetail-2 .list1 .num {
  margin-left: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #434B5E;
}
.uc-booksDetail-2 .list1 li {
  border-bottom: #D8D8D8 1px solid;
}
.uc-booksDetail-2 .list1 li:last-child {
  border-bottom: none;
}
.uc-booksDetail-2 .detail {
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
}
.uc-booksDetail-2 .detail p {
  margin-bottom: 1.875rem;
}
.uc-booksDetail-2 .detail p:last-child {
  margin-bottom: 0;
}
.uc-booksDetail-2 .param {
  padding: 1.25rem;
}
.uc-booksDetail-2 .param li {
  padding: 0.625rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
.uc-booksDetail-2 .param .txt {
  min-width: 8em;
  margin-right: 0.625rem;
}
.uc-booksDetail-2 .param .con {
  flex: 1;
  min-width: 0;
}
.uc-booksDetail-2 .list4 {
  padding: 1.25rem;
}
.uc-booksDetail-2 .list4 .item {
  margin: 0.625rem 0;
  border-radius: 0.5rem;
  border: #c7ced7 1px solid;
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-booksDetail-2 .list4 img {
  display: block;
}
.uc-booksDetail-2 .list4 .name {
  margin: 0 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  flex: 1;
  min-width: 0;
  font-weight: bold;
}
.uc-booksDetail-2 .list4 .uc-btn {
  font-size: 1rem;
}
.uc-booksDetail-2 .list5 {
  padding: 1.25rem;
}
.uc-booksDetail-2 .list5 li {
  margin-bottom: 0.625rem;
}
.uc-booksDetail-2 .list5 li:last-child {
  margin-bottom: 0;
}
.uc-booksDetail-2 .list5 .item {
  border-radius: 0.375rem;
  background-color: #FAFBFE;
  padding: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.uc-booksDetail-2 .list5 .btm {
  text-align: right;
  margin-top: 0.625rem;
}

@media (min-width: 992px) {
  .uc-booksDetail-2 .detail {
    padding: 1.875rem;
  }
  .uc-booksDetail-2 .param {
    padding: 1.875rem;
  }
}


/* |01|首页：移动端-PC、个人|home|  */
.uc-home-bg {
  /* background: url("images/bg-home.png") center center no-repeat; */
  /* background: url("images/photo-bear.jpg") center center no-repeat; */
  /* background-size: cover;
  background-attachment: fixed; */
}

.uc-home-1, .uc-home-2, .uc-home-3, .uc-home-4, .uc-home-5, .uc-home-6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@keyframes breathHome {
  from {
    box-shadow: 0 0 0.625rem 0.3125rem rgba(38, 99, 235, 0.5);
  }
  50% {
    box-shadow: 0 0 0.3125rem 0rem rgba(38, 99, 235, 0.5);
  }
  to {
    box-shadow: 0 0 0.625rem 0.3125rem rgba(38, 99, 235, 0.5);
  }
}

.uc-home-1 {
  /* background-color: rgba(0, 0, 0, 0.05); */
}
.uc-home-1 .box {
  min-height: calc(100vh - 50px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-home-1 .name {
  display: block;
  margin: 0 auto 2rem;
  width: 90%;
  max-width: 48.75rem;
}
.uc-home-1 .sub-name {
  text-align: center;
  margin-bottom: 3rem;
  color: #4e5866;
}
.uc-home-1 .search-box {
  width: 90%;
  max-width: 50.625rem;
  margin: 0 auto 1rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 3.5rem;
  border: transparent 1px solid;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(172, 176, 190, 0.4);
  transition: all 0.3s linear;
}
.uc-home-1 .search-box .btn {
  color: #744CDD;
  margin-right: 0.3125rem;
}
.uc-home-1 .search-box.on {
  transform: scale(1.1, 1.1);
  border-color: #744CDD;
}
.uc-home-1 .uc-select {
  width: 6em;
  height: 3.5rem;
  border: none;
  padding: 0;
}
.uc-home-1 .g-select {
  width: 7em;
  font-size: 1rem;
}
.uc-home-1 .g-select .hd {
  line-height: 3.5rem;
  border: none;
}
.uc-home-1 .g-select .bd {
  right: auto;
  left: 0;
  width: 110%;
}
.uc-home-1 .g-select .option {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.uc-home-1 .uc-input {
  height: 3.5rem;
  flex: 1;
  min-width: 0;
  border: none;
}
.uc-home-1 .btn-search {
  background-color: #2663EB;
  width: 7.5rem;
  border-radius: 3rem;
  height: 3rem;
  padding: 0 1rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  transition: all 0.3s linear;
  animation: breathHome 2s linear infinite;
}
.uc-home-1 .btn-search .uc-font {
  margin-right: 0.25rem;
}
.uc-home-1 .hot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.uc-home-1 .hot span {
  margin-bottom: 0.625rem;
}
.uc-home-1 .hot .item {
  margin-right: 0.625rem;
  background: linear-gradient(to right, #4177EA 0%, #7D5DED 100%);
  color: #fff;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  border-radius: 1.25rem;
  margin-top: 0.625rem;
  transition: all 0.3s linear;
}
.uc-home-1 .hot .item:hover {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(119, 133, 238, 0.5);
  transform: scale(1.05, 1.05);
}

@media (min-width: 768px) {
  .uc-home-1 .box {
    min-height: calc(100vh - 170px);
  }
}
@media (min-width: 992px) {
  .uc-home-1 .sub-name {
    font-size: 1.5rem;
  }
  .uc-home-1 .search-box {
    position: relative;
  }
  .uc-home-1 .search-box .btn {
    margin-right: 1rem;
  }
  .uc-home-1 .search-box:after {
    content: "";
    width: 1px;
    height: 2rem;
    background-color: #D8D8D8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8.5em;
  }
  .uc-home-1 .uc-input {
    padding-left: 1.25rem;
  }
  .uc-home-1 .uc-select {
    width: 8em;
    padding-left: 1.25rem;
  }
  .uc-home-1 .g-select {
    width: 8em;
  }
  .uc-home-1 .g-select .hd {
    padding-left: 1.25rem;
  }
  .uc-home-1 .g-select .option {
    padding-left: 1.25rem;
  }
  .uc-home-1 .btn-search {
    width: 6.875rem;
  }
}
.uc-home-2 .swiper-container,
.uc-home-4 .swiper-container,
.uc-home-6 .swiper-container {
  padding-bottom: 2rem;
}
.uc-home-2 .list,
.uc-home-4 .list,
.uc-home-6 .list {
  width: 100%;
  font-size: 0.75rem;
}
.uc-home-2 .list li,
.uc-home-4 .list li,
.uc-home-6 .list li {
  margin-bottom: 1rem;
}
.uc-home-2 .list img,
.uc-home-4 .list img,
.uc-home-6 .list img {
  display: block;
}
.uc-home-2 .list .item,
.uc-home-4 .list .item,
.uc-home-6 .list .item {
  display: block;
  background-color: #fff;
  border-radius: 0.375rem;
  padding: 2.5rem 1.25rem 0.625rem;
  position: relative;
  top: 0;
  box-shadow: 0 0.25rem 0.625rem 0 rgba(204, 213, 230, 0.3);
  transition: all 0.3s linear;
}
.uc-home-2 .list .item:hover,
.uc-home-4 .list .item:hover,
.uc-home-6 .list .item:hover {
  top: -0.3125rem;
  box-shadow: 0 0.375rem 1rem 0 rgba(119, 133, 238, 0.3);
}
.uc-home-2 .list .uc-tag,
.uc-home-4 .list .uc-tag,
.uc-home-6 .list .uc-tag {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: auto;
  line-height: 1.5rem;
  border-radius: 0 0.375rem;
  background: linear-gradient(to bottom, #F0E3B8 0%, #C6A26C 100%);
  color: #fff;
  min-width: 3rem;
  text-align: center;
}
.uc-home-2 .list .uc-tag.green,
.uc-home-4 .list .uc-tag.green,
.uc-home-6 .list .uc-tag.green {
  background: linear-gradient(to bottom, #62EAD2 0%, #33CAAE 100%);
}
.uc-home-2 .list .uc-tag.blue,
.uc-home-4 .list .uc-tag.blue,
.uc-home-6 .list .uc-tag.blue {
  background: linear-gradient(to bottom, #9DABFE 0%, #6F7DEB 100%);
}
.uc-home-2 .list .name,
.uc-home-4 .list .name,
.uc-home-6 .list .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-home-2 .list .name img,
.uc-home-4 .list .name img,
.uc-home-6 .list .name img {
  width: 1rem;
  margin-left: 0.3125rem;
  position: relative;
  top: -5px;
}
.uc-home-2 .list h3,
.uc-home-4 .list h3,
.uc-home-6 .list h3 {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.25rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-bottom: 0.625rem;
  text-align:left;
}
.uc-home-2 .list .author,
.uc-home-4 .list .author,
.uc-home-6 .list .author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
}
.uc-home-2 .list .face,
.uc-home-4 .list .face,
.uc-home-6 .list .face {
  width: 1.25rem;
  border-radius: 100%;
  height: 1.25rem;
  overflow: hidden;
  margin-right: 0.625rem;
}
.uc-home-2 .list .face img,
.uc-home-4 .list .face img,
.uc-home-6 .list .face img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-2 .list .txt,
.uc-home-4 .list .txt,
.uc-home-6 .list .txt {
  color: #051833;
}
.uc-home-2 .list .btm,
.uc-home-4 .list .btm,
.uc-home-6 .list .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home-2 .list .tags,
.uc-home-4 .list .tags,
.uc-home-6 .list .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-home-2 .list .tag,
.uc-home-4 .list .tag,
.uc-home-6 .list .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0.625rem;
  border-radius: 1.5rem;
  background-color: #f2f2fd;
  color: #2A1671;
  padding-right: 0.75rem;
}
.uc-home-2 .list .tag img,
.uc-home-4 .list .tag img,
.uc-home-6 .list .tag img {
  margin-right: 0.25rem;
}
.uc-home-2 .list .right, .uc-home-2 .list .sub-item,
.uc-home-4 .list .right,
.uc-home-4 .list .sub-item,
.uc-home-6 .list .right,
.uc-home-6 .list .sub-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home-2 .list .sub-item,
.uc-home-4 .list .sub-item,
.uc-home-6 .list .sub-item {
  margin-left: 0.625rem;
  color: #6D7588;
}

@media (min-width: 992px) {
  .uc-home-2 .list li,
  .uc-home-4 .list li,
  .uc-home-6 .list li {
    margin-bottom: 1.25rem;
  }
  .uc-home-2 .list li:nth-child(2n),
  .uc-home-4 .list li:nth-child(2n),
  .uc-home-6 .list li:nth-child(2n) {
    padding-left: 0.625rem;
  }
  .uc-home-2 .list li:nth-child(2n+1),
  .uc-home-4 .list li:nth-child(2n+1),
  .uc-home-6 .list li:nth-child(2n+1) {
    padding-right: 0.625rem;
  }
}
.uc-home-3 {
  background: url("images/home-bg-3.jpg") center center no-repeat;
  background-size: cover;
}
.uc-home-3 .filter {
  background-color: #6640ce;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.uc-home-3 .filter li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 3.75rem;
  padding-left: 0.625rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #c1b2eb;
  cursor: pointer;
  position: relative;
}
.uc-home-3 .filter li:after {
  content: "";
  width: calc(100% - 1.25rem);
  height: 1px;
  background-color: #7b5bd2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.uc-home-3 .filter li:last-child:after {
  display: none;
}
.uc-home-3 .filter li.on, .uc-home-3 .filter li:hover {
  background-color: #7f61d2;
  color: #fff;
}
.uc-home-3 .filter img {
  display: block;
  margin-right: 0.3125rem;
}
.uc-home-3 .main-left {
  padding-right: 0;
}
.uc-home-3 .main-right {
  padding-left: 0;
}
.uc-home-3 .filterBD {
  background-color: #f4f3fd;
  height: 100%;
  box-shadow: 0 0.25rem 0.625rem 0 rgba(204, 213, 230, 0.3);
}
.uc-home-3 .tab-con {
  display: none;
}
.uc-home-3 .tab-con:first-child {
  display: block;
}
.uc-home-3 .list li {
  padding: 1rem 0 1rem 3rem;
  position: relative;
}
.uc-home-3 .list li:after {
  content: "";
  width: calc(100% - 3rem);
  height: 1px;
  background-color: #D8D8D8;
  position: absolute;
  bottom: 0;
  right: 0;
}
.uc-home-3 .list li:last-child:after {
  display: none;
}
.uc-home-3 .list .num {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.125rem;
  left: 0.625rem;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.5rem;
}
.uc-home-3 .list .num img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-3 .list .con {
  line-height: 1.75rem;
  font-size: 1.25rem;
  height: 3.5rem;
  display: inline-block;
  overflow: hidden;
}
.uc-home-3 .list .con::after {
  display: block;
  clear: both;
  content: "";
}
.uc-home-3 .list .con img {
  display: inline-block;
}

@media (min-width: 992px) {
  .uc-home-3 .filter li {
    padding-left: 1.25rem;
  }
  .uc-home-3 .filter li:after {
    width: calc(100% - 2.5rem);
  }
  .uc-home-3 .filter img {
    margin-right: 0.625rem;
  }
}
.uc-home-4 .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0.625rem;
}
.uc-home-4 .filter .item {
  padding: 0 0.5rem;
  height: 2.5rem;
  margin-right: 0.3125rem;
  border-radius: 2.5rem;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-home-4 .filter .item.on {
  background: linear-gradient(to bottom, #7951E4 0%, #5934BE 100%);
  color: #fff;
  padding: 0 2rem;
}
.uc-home-4 .filter img {
  display: block;
  margin-right: 0.25rem;
}

@media (min-width: 768px) {
  .uc-home-4 .filter {
    padding-bottom: 1.125rem;
  }
  .uc-home-4 .filter .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
  }
  .uc-home-4 .filter .item.on {
    padding: 0 2rem;
  }
}
.uc-home-5 {
  background: url("images/home-bg-5.png") center center no-repeat;
  background-size: cover;
}
.uc-home-5 .swiper-box {
  padding-top: 2rem;
}
.uc-home-5 .swiper-container {
  padding-bottom: 4rem;
}
.uc-home-5 .item {
  border-radius: 0.625rem;
  display: block;
  background-color: #f0eaff;
}
.uc-home-5 .item .btm {
  padding: 1rem;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uc-home-6 {
  background: url("images/home-bg-6.png") center center no-repeat;
  background-size: cover;
}
.uc-home-6 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}
.uc-home-6 .operate .uc-btn {
  background-color: rgba(255, 255, 255, 0.5);
  color: #744CDD;
  border-radius: 1.875rem;
  height: 1.875rem;
  min-width: 6.875rem;
  font-size: 0.875rem;
}

/* |04|搜索-高级搜索|search| */

.btn-search {
    cursor:pointer; 
}

.left_width {
    width:20px;
    vertical-align:top;
    padding:5px 10px;
}


.uc-scienceDetail .param .txt, .uc-reportDetail .param .txt, .uc-standardDetail .param .txt, .uc-paperDetail .param .txt {
    font-weight:bold;
}

.uc-home-2 .list .face, .uc-home-4 .list .face, .uc-home-6 .list .face {
        margin-right: 0.225rem;
    margin-left: 0.225rem;
}

.uc-alert-message .con a {
    color: revert-layer!important;
    font-weight: bold;
}