.bridgePageContainer {
  padding: 20px;
  padding-top: 30px; }

* {
  padding: 0;
  margin: 0; }

@charset "UTF-8";
.aboutCsap {
  font-size: 16px;
  line-height: 1.6;
  /* 增加行高，提升可读性 */
  color: #333;
  /* 深色字体，增强可读性 */
  background-color: #eaf6ff;
  /* 设置轻微的蓝色背景 */
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* 为整个容器添加阴影，提升层次感 */ }
  .aboutCsap p {
    margin: 16px 0;
    font-size: 16px;
    color: #555;
    /* 给段落文字使用稍微浅一点的灰色 */ }
  .aboutCsap ul {
    list-style-type: disc;
    /* 实心圆 */
    padding-left: 20px;
    margin-bottom: 20px; }
  .aboutCsap ol {
    list-style-type: decimal;
    /* 默认数字序号 */
    padding-left: 20px;
    margin-bottom: 20px; }
  .aboutCsap li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5; }

.CsapTitle {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-image: linear-gradient(145deg, #0066cc, #1e88e5);
  /* 蓝色渐变 */
  -webkit-background-clip: text;
  /* 渐变效果 */
  color: transparent;
  margin-bottom: 20px;
  text-transform: uppercase; }

h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  color: #333; }

h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  color: #333; }

a {
  color: #0099cc;
  /* 设置链接颜色 */
  text-decoration: none;
  /* 去掉链接下划线 */
  font-weight: bold;
  transition: color 0.3s ease; }
  a:hover {
    color: #0077b3; }

@charset "UTF-8";
.aboutCg {
  font-size: 16px;
  line-height: 1.6;
  /* 增加行高，提升可读性 */
  color: #333;
  /* 深色字体，增强可读性 */
  background-color: #eaf6ff;
  /* 设置轻微的蓝色背景 */
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* 为整个容器添加阴影，提升层次感 */ }
  .aboutCg p {
    margin: 16px 0;
    font-size: 16px;
    color: #555;
    /* 给段落文字使用稍微浅一点的灰色 */ }
  .aboutCg ul {
    list-style-type: disc;
    /* 实心圆 */
    padding-left: 20px;
    margin-bottom: 20px; }
  .aboutCg ol {
    list-style-type: decimal;
    /* 默认数字序号 */
    padding-left: 20px;
    margin-bottom: 20px; }
  .aboutCg li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5; }

.CgTitle {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-image: linear-gradient(145deg, #0066cc, #1e88e5);
  /* 蓝色渐变 */
  -webkit-background-clip: text;
  /* 渐变效果 */
  color: transparent;
  margin-bottom: 20px;
  text-transform: uppercase; }

h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  color: #333; }

h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  color: #333; }

a {
  color: #0099cc;
  /* 设置链接颜色 */
  text-decoration: none;
  /* 去掉链接下划线 */
  font-weight: bold;
  transition: color 0.3s ease; }
  a:hover {
    color: #0077b3; }

@charset "UTF-8";
.about3rd {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
  .about3rd p {
    margin: 16px 0;
    font-size: 16px;
    color: #555; }
  .about3rd ul {
    list-style-type: disc;
    /* 实心圆 */
    padding-left: 20px;
    margin-bottom: 20px; }
  .about3rd ol {
    list-style-type: decimal;
    /* 默认数字序号 */
    padding-left: 20px;
    margin-bottom: 20px; }
  .about3rd li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5; }

.ppTitle {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-image: linear-gradient(145deg, #6a1b9a, #8e24aa);
  /* 紫色渐变 */
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  text-transform: uppercase; }

h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  color: #333; }

h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  color: #333; }

a {
  color: #ff4a63;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease; }
  a:hover {
    color: #ff2a4a; }


/*# sourceMappingURL=http://static.huna.live/h5/page-hybridAboutCsapX.54b4344f4e.css.map*/