@charset "utf-8";
:root {
  --color-m-1: #CA0201;
  --color-m-2: #3A68B5;
  --color-d-1: #FF7100;
  --color-d-2: #03BDEF;
  --color-d-3: #397DFF;
  --color-d-4: #8CA3CC;
  --linear-m: linear-gradient(180deg, #798CFF 0%, #1F40FF 100%);
}

/* reset */
*{
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
}
@media (max-width:1400px) {
  html{
    font-size: 14px;
  }
}
@media (max-width:1200px) {
  html{
    font-size: 12px;
  }
}
body {
  font-family: '思源黑体 CN', 'microsoft yahei', '微软雅黑';
}

a {
  text-decoration: none;
}

/* reset */

@font-face {
  font-family: 'D-DIN';
  src: url('../fonts/D-DIN.woff2') format('woff2'),
    url('../fonts/D-DIN.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* bootstrap扩展 */
.alert-light-red {
  --bs-alert-color: #EE0A24;
  --bs-alert-bg: #FDE6E9;
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.collapsed-toggle{
  cursor: pointer;
}
.collapsed-toggle.collapsed .show-text {
  display: block;
}
.collapsed-toggle.collapsed .hide-text {
  display: none;
}
.collapsed-toggle.collapsed .icon-arrow-down {
  transform: rotate(0deg);
}
.collapsed-toggle:not(.collapsed) .hide-text {
  display: block;
}
.collapsed-toggle:not(.collapsed) .show-text {
  display: none;
}
.collapsed-toggle:not(.collapsed) .icon-arrow-down {
  transform: rotate(180deg);
}



.row-cols-7>* {
  flex: 0 0 auto;
  width: 14.2857%;
}
/* accordion */

.accordion-borderless .accordion-button {
  background: none;
  padding:36px 0;
}
.accordion-borderless .accordion-button:focus{
  box-shadow: none;
  color:#333;
}
.accordion-borderless .accordion-button:not(.collapsed){
  background: none;
  color:#333;
}
.accordion-borderless .accordion-body{
  padding: 0;
}
.accordion-borderless .accordion-item{
  border: 0;
}
/* accordion */
/* btn */
.btn-diagonal-round {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-light-orange {
  --bs-btn-color: #F9822B;
  --bs-btn-bg: rgba(249, 130, 43, 0.1);
  --bs-btn-border-color: rgba(249, 130, 43, 0.1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #F9822B;
  --bs-btn-hover-border-color: #F9822B;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #F9822B;
  --bs-btn-active-border-color: #F9822B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d0bf93;
  --bs-btn-disabled-border-color: #d0bf93;
  border-width: 0;
}
.btn-light-blue {
  --bs-btn-color: #397DFF;
  --bs-btn-bg: rgba(57, 125, 255, 0.1);
  --bs-btn-border-color: rgba(57, 125, 255, 0.1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #397DFF;
  --bs-btn-hover-border-color: #397DFF;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #397DFF;
  --bs-btn-active-border-color: #397DFF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #93b0d0;
  --bs-btn-disabled-border-color: #93b0d0;
  border-width: 0;
}
.btn-light-green {
  --bs-btn-color: #67C23A;
  --bs-btn-bg: rgba(103, 194, 58, 0.1);
  --bs-btn-border-color: rgba(103, 194, 58, 0.1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #387b17;
  --bs-btn-hover-border-color: #387b17;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #387b17;
  --bs-btn-active-border-color: #387b17;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #a7d093;
  --bs-btn-disabled-border-color: #a7d093;
  border-width: 0;
}
.btn-light-outline-red {
  --bs-btn-color: #EE0A24;
  --bs-btn-bg: #ca02011a;
  --bs-btn-border-color: #ca02011a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #EE0A24;
  --bs-btn-hover-border-color: #EE0A24;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #EE0A24;
  --bs-btn-active-border-color: #EE0A24;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #FDE6E9;
  --bs-btn-disabled-border-color: #FDE6E9;
}
.btn-light-red {
  --bs-btn-color: #EE0A24;
  --bs-btn-bg: #ca02011a;
  --bs-btn-border-color: #ca02011a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #EE0A24;
  --bs-btn-hover-border-color: #EE0A24;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #EE0A24;
  --bs-btn-active-border-color: #EE0A24;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #FDE6E9;
  --bs-btn-disabled-border-color: #FDE6E9;
  border-width: 0;
}
.btn-light-red-top-arrow {
  --bs-btn-color: #EE0A24;
  --bs-btn-bg: #ca02011a;
  --bs-btn-border-color: #ca02011a;
  --bs-btn-hover-color: #d40820;
  --bs-btn-hover-bg: #ba0c0c1a;
  --bs-btn-hover-border-color: #EE0A24;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #EE0A24;
  --bs-btn-active-border-color: #EE0A24;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #FDE6E9;
  --bs-btn-disabled-border-color: #FDE6E9;
  border-width: 0;
  position: relative;
}
.btn-light-red-top-arrow::after {
  content: '';
  position: absolute;
  top: -6px;
  right: calc(50% - 6px);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--bs-btn-bg);
}
.btn-red {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-m-1);
  --bs-btn-border-color: var(--color-m-1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-outline-red {
  --bs-btn-color: var(--color-m-1);
  --bs-btn-bg: rgba(202, 2, 1, 0.1);
  --bs-btn-border-color: var(--color-m-1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
/* progress */
.progress-bar-right-circle{
  position: relative;
}
.progress-bar-right-circle::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

/* margin */

.mt--1 {
  margin-top: -0.25rem !important;
}

.mt--2 {
  margin-top: -0.5rem !important;
}

.mt--3 {
  margin-top: -1rem !important;
}

.mt--4 {
  margin-top: -1.5rem !important;
}

.mt--5 {
  margin-top: -3rem !important;
}
/* margin */
/* table */
.table-light2 {
  --bs-table-color-state: #86909C;
  --bs-table-color: #86909C;
  --bs-table-bg: #FAFBFE;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  font-weight: 500;
}
.table-bordered2{
  --bs-border-color: #F2F4F7;
}
.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12px;
}

.custom-tooltip {
  --bs-tooltip-opacity: 1;
  --bs-tooltip-bg: #fff;
  --bs-tooltip-color: #333;
}
.table.table-bordered2{
  --bs-border-color: #F2F4F7;
}
.table-light2 {
  --bs-table-color: #000;
  --bs-table-bg: #F7F8FA;
  --bs-table-border-color: #F2F4F7;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.form-select2 {
  border-radius: 2px;
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.form-control2 {
  border-radius: 2px;
  padding: .75rem .75rem;
}


.pagination.pagination-custom {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #333;
  --bs-pagination-bg: #F7F8FA;
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: #F7F8FA;
  --bs-pagination-border-radius: 4px;
  --bs-pagination-hover-color: var(--color-m-1);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--color-m-1);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: var(--color-m-1);
  --bs-pagination-active-border-color: var(--color-m-1);
  --bs-pagination-disabled-color: #999;
  --bs-pagination-disabled-bg: rgba(0, 0, 0, 0.1);
  --bs-pagination-disabled-border-color: rgba(0, 0, 0, 0.1);
  display: flex;
  padding-left: 0;
  list-style: none;
  gap:6px;
}
.pagination.pagination-custom .page-item .page-link{
  border-radius: 4px;
}
/* bootstrap扩展 */
/* bootstrap替换 */

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--color-m-1);
}


/* bootstrap替换 */

/* utils */
/* utils-transform */
.rotate-90 {
  transform: rotate(90deg);
}
/* utils-transform */
/* utils-imgs */
.logo-md{
  height: 40px;
  width: auto;
  display: block;
}

img{
  max-width: 100%;
  height: auto;
}
.max-height-500{
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.img-tag-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: relative;
  padding-bottom: 20px;
}
.img-tag-box .tag-bg-img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  object-fit: contain;
  position: absolute;
  top: -14px;
  left: -10px;
  z-index: 1;
  display: none;
}
.img-tag-box .tag-text {
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #fff;
  z-index: 2;
  display: none;
}
.img-tag-box.theme-gray .theme-gray{
  display: block;
}
.img-tag-box.theme-blue .theme-blue{
  display: block;
}
.img-tag-box.theme-red .theme-red{
  display: block;
}
.img-tag-box.theme-green .theme-green{
  display: block;
}


.img-card {
  width: 80px;
  height: 60px;
  object-fit: contain;
}
.img-card-64 {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 4px;
  flex-shrink: 0;
  border: 1px solid #F2F4F7;
}
.img-card-40 {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
  flex-shrink: 0;
  border: 1px solid #F2F4F7;
}
.user-head {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 12px;
  cursor: pointer;
}

.user-head-sm {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.img-icon-sm {
  width: 16px;
  height: 16px;
}
.img-icon-24 {
  width: 24px;
  height: 24px;
}

.img-square-sm {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.img-400 {
  width: 400px;
  height: auto;
}
.img-400-200 {
  width: 400px;
  height: 400px;
  object-fit: contain;
  margin-top: -100px;
  margin-bottom: -100px;
}

.bg-cover-img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.bg-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(3) opacity(0.3); /* 增加亮度 */
}
.bg-cover-img3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(3) opacity(0.1);
}

.bg-cover-img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: opacity(0.3);
  z-index: -1;
  background-image: url('../images/bg-jjsb.jpg');
  background-size: cover;
  background-position: center;
}

/* utils-imgs */
/* utils-width */
.icon-32 {
  width: 32px;
  height: 32px;
}
.icon-20 {
  width: 20px;
  height: 20px;
}
.icon,.icon-md {
  width: 24px;
  height: 24px;
}
.icon-sm {
  width: 16px;
  height: 16px;
}

.min1400 {
  min-width: 1400px;
}
.min1200 {
  min-width: 1200px;
}

.container-a {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.minw-100px {
  min-width: 100px;
}
.w-200px {
  width: 200px;
}
.w-150px {
  width: 150px;
}
.w-100px {
  width: 100px;
}
.w-80px {
  width: 80px;
}
.w-60px {
  width: 60px;
}
.w-40px {
  width: 40px;
}
.square-64 {
  width: 64px;
  height: 64px;
  border-radius: 4px;
}
/* utils-width */
/* utils-box */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.square-text-card {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  background-color: var(--color-d-4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-white{
  background-color: #fff;
  border-radius:4px;
}
/* utils-box */
/* utils-bg */
.bottom-bg {
  position: absolute;
  bottom: -170px;
  right: -30px;
  width: 300px;
  height: auto;
  object-fit: contain;
  opacity: 0.5;
}
.bg-backdrop {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
}
.bg-m1 {
  background: rgba(31, 64, 255, 0.05);
}
.bg-m3{
  background-color: #F7F8FA;
}
.bg-m2 {
  background: #000;
}
.bg-m4{
  background: #FAFBFE;
}
.bg-m5{
  background: #8CA3CC;
}
.bg-light-red {
  background: rgba(202, 2, 1, 0.1);
}
/* utils-bg */
.pb-llg {
  padding-bottom: 80px;
}
.pt-llg{
  padding-top: 80px;
}
.py-llg{
  padding-top: 80px;
  padding-bottom: 80px;
}
.mt-llg {
  margin-top: 80px;
}
.mt-lg {
  margin-top: 40px;
}
.mb-llg {
  margin-bottom: 80px;
}
.my-llg{
  margin-top: 80px;
  margin-bottom: 80px;
}
.color-m1 {
  color: var(--color-m-1);
}
.color-d1 {
  color: var(--color-d-1);
}
.color-d3 {
  color: var(--color-d-3);
}




.center-line {
  position: absolute;
  top: 0;
  width: 1px;
  bottom: 0;
  height: 100%;
  left: 50%;
  background-color: #E3E6EC;
  padding: 0;
}
/* utils-title */
.title-dark-red {
  color: #CA0201;
}
.title-left-line{
  position: relative;
  padding-left: 14px;
  margin-bottom:0;
	    display: flex;
    align-items: center;
}
.title-left-line::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #CA0201;
}
.title-center {
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 3px;
  color: #333333;
  text-align: center;
  position: relative;
  margin-bottom: 64px;
}

.title-center-line {
  width: 16px;
  height: 1px;
  background-color: #333333;
  margin: 0 auto;
}

.title-center-right-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;

  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #86909C;
}
.title-center-right-more:hover {
  color: #CA0201;
}
/* utils-title */

/* 导航 */

.header {
  --decoration-color: #CA0201;
  --nav-box-bg:rgba(0, 0, 0, 0);
  --nav-link-color: #fff;
  --nav-link-active-color: #fff;
  --nav-link-active-bg-color: rgba(255, 255, 255, 0.2);
  --nav-link-active-border-color:#CA0201;
  height:72px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  background-color: var(--nav-box-bg);
  padding:0 20px;
}
.header .container-a{
  min-width: auto;
}
.header-red{
  --nav-box-bg: var(--color-m-1);
}
.header.logo-dark{
  --nav-link-color: #333;
  --nav-link-active-color: #CA0201;
  --nav-link-active-bg-color: rgba(187, 202, 231, 0.199);
}
.scroll-down{
  --nav-box-bg: #fff;
  --nav-link-color: #333;
  --nav-link-active-color: #CA0201;
  --nav-link-active-bg-color: rgba(145, 27, 27, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-red.scroll-down{
  --nav-box-bg: var(--color-m-1);
  --nav-link-color: #fff;
  --nav-link-active-color: #fff;
  --nav-link-active-bg-color: rgba(255, 255, 255, 0.2);
  --nav-link-active-border-color:rgba(0, 0, 0, 0);
}
.header.bg-white{
  --nav-box-bg: #fff;
  --nav-link-color: #333;
  --nav-link-active-color: #CA0201;
  --nav-link-active-bg-color: rgba(145, 27, 27, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.page-nav{
  display: flex;
  align-items: center;
}
.header .logo {
  font-size: 22px;
}
.header .logo img {
  height: 42px;
}
.header .logo h1 {
  margin: 0;
  font-size: 22px;
}
.header .logo p {
  letter-spacing: 2px;
  margin: 0;
  font-size: 9px;
}
.header .nav-item {
  text-align: center;
  height: 72px;
  line-height: 72px;
  width: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
  color:var(--nav-link-color);
}
.header nav .nav-item.selected,
.header nav .nav-item.active,
.header nav .nav-item:hover {
  background-color: var(--nav-link-active-bg-color);
  border-bottom: 1px solid var(--nav-link-active-border-color);
  color: var(--nav-link-active-color);
}
.header .logo-white2 {
  display: block;
}
.header .logo-dark2 {
  display: none;
}
.header.bg-white .logo-dark2,
.header.scroll-down .logo-dark2,
.header.header-red.scroll-down .logo-white2,
.header.logo-dark .logo-dark2{
  display: block;
}
.header.bg-white .logo-white2,
.header.scroll-down .logo-white2,
.header.header-red.scroll-down .logo-dark2,
.header.logo-dark .logo-white2{
  display: none;
}
.header .user .btn-register {
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  letter-spacing: 2px;
  border-radius: 4px;
  background: rgba(202, 0, 22, 0.1);
  color: var(--nav-link-color);
  font-size: 14px;
}
.header .user .btn-login {
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  letter-spacing: 2px;
  border-radius: 4px;
  background: var(--color-m-1);
  color: #fff;
  font-size: 14px;
}

.header .user {
  margin-left: 40px;
}

.header .user-info .notice-bell {
  fill: var(--nav-link-color);
}
.user-info .notice-dot {
  fill: var(--color-m-1);
}
.header.header-red .user-info .notice-dot {
  fill: #ffffff;
}
.header .user-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 24px;
}
.user-info svg {
  cursor: pointer;
}
.message-list-item {
  border-bottom: 1px solid #E3E6EC;
  padding: 12px 0;
}
.message-list-item * {
  color: #333;
}
.message-list-item .message-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.message-list-item:nth-last-of-type(1) {
  border-bottom: none;
}
@media (max-width: 1200px){
  .header .user {
    margin-left: 10px;
  }
  .header .nav-item {
    width: 80px;
    line-height: 60px;
    height: 60px;
  }
  .header{
    height: 60px;
  }
  .header .logo img {
    height: 32px;
  }
}
@media (max-width: 992px) {
  .header .logo{
    display: none;
  }
  .header .logo img {
    height: 28px;
    margin-bottom: 10px;
    display: none;
  }
  .header{
    height: 50px;
  }
  .header .nav-item {
    width: 80px;
    height: 50px;
    line-height: 50px;
  } 
  .header .container-a .right{
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 675px) {
  .header .user .btn-register {
    width: 50px;
    height: 30px;
  }
  .header .user .btn-login {
    width: 50px;
    height: 30px;
  }
}
@media (max-width: 600px) {
  .header .nav-item {
    width: 60px;
  } 
}
/* 导航 */
/* banner */

#index-focus {
  width: 100%;
  min-width: 1200px;
}

#index-focus img {
  width: 100%;
}

#index-focus .swiper-pagination-bullets {
  bottom: 81px;
}

#index-focus .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
  width: 24px;
  height: 4px;
  border-radius: 0;
}

#index-focus .swiper-pagination-bullet-active {
  background-color: var(--color-m-1);
  opacity: 1;
}

#index-focus .swiper-slide {
  position: relative;
  display: block;
}

#index-focus .banner-img-box {
  position: relative;
  width: 100%;
  /* height: 70vh; */
  height: 800px;
}

#index-focus .cover-box2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(165, 33, 33, 0) 18%);
  z-index: 4;
}

#index-focus .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  opacity: 1;
  background: linear-gradient(180deg, rgba(5, 117, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.3) 74%, rgba(5, 126, 255, 0.2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

#index-focus .img-cover img {
  position: relative;
  z-index: 3;
}

#index-focus .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

#index-focus .banner-img-text {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 50%;
  max-width: 800px;
  z-index: 3;
}

/* banner */

.index-cards {
  margin-top: -120px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  position: relative;
  z-index: 5
}

.index-cards .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  gap: 16px;
  flex-grow: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);

}
.index-cards .card:not(.disabled):hover {
  background: rgb(255, 255, 255);
  backdrop-filter: blur(0);
}
.index-cards .card .icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.index-cards .svg-box {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-m-1);

}

.index-cards .card .icon-arrow-right {
  width: 20px;
  height: 20px;
  margin: 2px;
  color: #fff;
  display: block;
}

.index-cards .card .text h3 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}

.index-cards .card .text p {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
  color: #646566;
}

.index-cards .card.disabled {
  cursor: not-allowed;
}
.index-cards .card.disabled .text h3 {
  color: #666;
}
.index-cards .card.disabled .svg-box {
  background-color: #cfcfcf;
  cursor: not-allowed;
}

.index-cards .card.disabled .icon-arrow-right {
  color: #fff;
}
/* 基金申报 */
.card-gray {
  width: 400px;
  height: 372px;
  border-radius: 8px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 42px;
  background: rgba(31, 64, 255, 0.03);
}

.card-btn-lg {
  width: 276px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border-radius: 4px;
  background: #1F40FF;
}

/* 基金申报 */
/* 步骤卡片 */
.step-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-cards .steps-num {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  background: linear-gradient(315deg, #CA0016 0%, #FF4E61 100%);
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  font-family: D-DIN;
  font-size: 36px;
  font-weight: bold;
  width: 48px;
}

.step-cards:nth-of-type(2n) .steps-num {
  background: linear-gradient(315deg, #DA992F 0%, #FAC773 100%);
}

.step-cards .steps-step {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #CA0201;
}

.step-cards:nth-of-type(2n) .steps-step {
  color: #DE9F38;
}

.step-cards .steps-content-box {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 16px;
  background: rgba(134, 144, 156, 0.1);
  position: relative;
  margin-top: 12px;
  width: 90%;
}

.step-cards .steps-content-box::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(134, 144, 156, 0.1);
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.step-cards .steps-icon-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.step-cards .steps-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin: 0;
}

.swiper-jjsb .dashed-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 24px;
  z-index: -1;
  height: 0px;
  opacity: 1;
  border: 1px dashed #CA0016;
}

.swiper-jjsb .dashed-line2 {
  position: absolute;
  left: 24%;
  right: 24%;
  top: 24px;
  z-index: -1;
  height: 0px;
  opacity: 1;
  border: 1px dashed #CA0016;
}

.swiper-jjsb .dashed-line3 {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 24px;
  z-index: -1;
  height: 0px;
  opacity: 1;
  border: 1px dashed #CA0016;
}

.swiper-jjsb {
  padding: 0 100px;
}

.swiper-jjsb .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
  width: 24px;
  height: 4px;
  border-radius: 2px;
}

.swiper-jjsb .swiper-pagination-bullet-active {
  background-color: var(--color-m-1);
  opacity: 1;
}

.swiper-jjsb-box .swiper-button-next,
.swiper-jjsb-box .swiper-button-prev {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 20px 20px;
  top: 50%;
}

.swiper-jjsb-box .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23CA0201'%2F%3E%3C%2Fsvg%3E");
}

.swiper-jjsb-box .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23CA0201'%2F%3E%3C%2Fsvg%3E");
}
.swiper-jjsb-box .swiper-button-next:hover,
.swiper-jjsb-box .swiper-button-prev:hover {
  background-color: var(--color-m-1);
  color: #fff;
}
.swiper-jjsb-box .swiper-button-next:hover{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-jjsb-box .swiper-button-prev:hover{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

/* 步骤卡片 */
.list-news-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  position: relative;
}

.list-news-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #F2F4F7;
}

.list-news-item-box {
  padding-top: 24px;
}

.list-news-item-box .list-news-item {
  padding-top: 24px;
}

.list-news-item-box:nth-of-type(1) {
  padding-top: 0;
}

.list-news-item-box:nth-of-type(2) {
  padding-top: 0;
}

.list-news-item-box:nth-of-type(1) .list-news-item {
  padding-top: 0;
}

.list-news-item-box:nth-of-type(2) .list-news-item {
  padding-top: 0;
}

.list-news-item-box:nth-of-type(1) .list-news-item::after {
  display: none;
  padding-top: 0;
}

.list-news-item-box:nth-of-type(2) .list-news-item::after {
  display: none;
  padding-top: 0;
}

.list-news-item-box:nth-of-type(2n) {
  padding-left: 40px;
}

.list-news-item-box:nth-of-type(2n+1) {
  padding-right: 40px;
}


.list-news-date {
  display: flex;
  flex-direction: column;
  width: 70px;
  flex-shrink: 0;
}

.list-news-date .item-year {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #646566;
  font-family: "D-DIN";
}

.list-news-date .item-date {
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  font-family: "D-DIN";
}

.list-news-img {
  width: 100px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.list-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-news-text .list-news-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
}
.list-news-item:hover .list-news-text  .list-news-title {
  color: var(--color-m-1);
}
/* footer 底部 */
.footer {
  min-width: 1200px;
  background-color: var(--color-m-1);
}

.footer-logo {
  max-width: 100%;
  display: block;
}

.footer ol {
  padding: 0;
}

.footer h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
}

.footer li,
.footer li a {
  list-style: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
}

.footer li a {
  text-decoration: none;
}
.footer li a span{
  border-bottom: 1px solid #fff;
}

.footer-hr {
	margin:24px 0;
	height:1px;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5137) 48%, rgba(255, 255, 255, 0.1) 100%) ;
}

.copyright{
	font-family: 思源黑体;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.7);
}

.copyright a{	
	color: rgba(255, 255, 255, 0.7);
}
.copyright a img{
	height:18px;
	margin-top:-2px;
}
.copyright a:hover{
	color:#fff;
}

.page-banner-fund,
.page-banner {
  position: relative;
}
.page-banner-fund{
  background-color:rgba(106, 148, 220, 0.5);
}
.page-banner-fund .banner-text,
.page-banner .banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page-banner-fund .banner-bg,
.page-banner .banner-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
.page-banner-fund .banner-bg img,
.page-banner .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-banner-fund .banner-bg img{
  mix-blend-mode: overlay;
  opacity: 1;
}
.page-banner-fund h2.title-dark-red{
  margin-bottom: 60px;
}
.page-banner-fund-company .banner-bg img{
  filter: brightness(3);
}
.page-banner-fund-company .banner-right{
  position: absolute;
  top: 60%;
  right: 50px;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  z-index: 1;
}
.page-banner-fund-company .banner-right img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.page-banner .banner-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(62, 90, 130, 0) 70%, rgba(62, 90, 130, 0.8) 100%);
}

.page-banner .banner-cover2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(270deg, rgba(46, 85, 143, 0.3) 54%, rgba(33, 86, 165, 0.8) 100%);
}

.page-banner .banner-text h2 {
  font-size: 36px;
  font-weight: 500;
  align-items: center;
  color: #FFFFFF;
}

.page-banner .banner-text p {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.7);
}
.banner-page-nav{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 3;
  background: rgba(247, 248, 250, 0.8);
  backdrop-filter: blur(5px);
}
.banner-page-fund-nav{
  bottom: -32px;
  background:none;
  backdrop-filter:none;
}
.banner-page-fund-nav ul{
  background: rgba(247, 248, 250, 0.8);
  backdrop-filter: blur(5px);
}
.banner-page-nav .nav-item a{
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  display: block;
  line-height: 64px;
  padding:0 32px;
}
.banner-page-nav .nav-item a:hover{
  color: var(--color-m-1);
}
.banner-page-nav .nav-item.active a{
  color: #fff;
  background-color: var(--color-m-1);
}
/* 登录 */
.login-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.form-box {
  border-radius: 8px;
  padding: 0px 0px 48px 0px;
  background: #FFFFFF;
  overflow: auto;
  max-height: 80vh;
}

.top-left-logo {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 2;
}

.top-left-logo img {
  max-width: 100%;
  display: block;
}

@media (max-width:992px) {
  .top-left-logo {
    top: 10px;
    left: 10px;
  }
}

.form-box .form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  width: 150px;
  margin-bottom: 0;
}

.form-box .label-100 .form-label {
  width: 100px;
}

.form-box .label-80 .form-label {
  width: 80px;
}

.form-box .input-box {
  position: relative;
  display: flex;
  align-items: center;
}

.icon-question {
  color: #C0C4CC;
  width: 16px;
  height: 16px;
}

/* 登录 */

.news-card{
  padding: 24px;
  background-color: #F7F8FA;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.news-card .date-m-d{
  font-size: 24px;
  font-weight: normal;
  color: #333;
  font-family: "D-DIN";
  line-height: 1.2;
}
.news-card .date-y{
  font-size: 12px;
  color: #646566;
  font-family: "D-DIN";
}
.news-card .title,.news-card-sm .title{
  display: block;
  color:#333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
}
.news-card .description,.news-card-sm .description{
  display: block;
  color: #646566;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  height:2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}
.news-card .news-img{
  width: 100%;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
}
.news-content {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  color: #646566;
  text-align: justify;
  overflow: auto;
}
.news-card-sm{
  padding: 16px;
  background: #F7F8FA;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 24px;
}
.news-card-sm .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  height: 48px;
  color: #333;
  overflow: hidden;
}
.news-card-sm .date-m-d{
  font-size: 24px;
  font-weight: normal;
  color: #333;
  font-family: "D-DIN";
  line-height: 1;
}
.news-card-sm .date-y{
  line-height: 1;
  font-size: 12px;
  color: #646566;
  font-family: "D-DIN";
  margin-bottom: 2px;
  margin-left: 6px;
}
.news-card-sm:hover{
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
}
.news-card-sm:hover .title{
  color: var(--color-m-1);
}
.news-card-sm .title{height:auto;}
.card-title-logo{
  border: 1px solid #F2F4F7;
  padding: 16px;
  border-radius: 8px;
}
.bg-m3 .card-title-logo{
  background-color: #fff;
}
.cursor-pointer{
  cursor: pointer;
}
.news-card .is-top{
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 12px;
  font-size: 14px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: rgba(202, 2, 1, 0.1);
  color: #CA0201;
}
.news-card .date-tags{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.tag-light-orange{
  background: rgba(249, 130, 43, 0.1);
  color: #F9822B;
  padding: 4px 8px;
  font-size: 14px;
}
.news-card:hover{
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
}
.news-card:hover .title{
  color: var(--color-m-1);
}
/* 浮窗 */
.pop-down-box{
  position: relative;
  cursor: pointer;
}
.pop-down-box2{
	background-image: url('https://www.gxtzydjj.com/webfile/1e67d8b4-d659-45ce-9d78-754e294743b9%20(1).jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	justify-content: center;
  height: 192px;
  position: relative;
  cursor: pointer;
  border: 1px solid #F2F4F7;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 8px;
}
.pop-down-box:hover .pop-down-content{
  display: block;
}
.pop-down-box2:hover{
  box-shadow: 0px 2px 12px 0px rgba(100, 101, 102, 0.12);
}
.pop-down-box2:hover .pop-down-content{
  display: block;
}
.pop-down-content{
  display: none;
  position: absolute;
  top: calc(100% - 24px);
  left: 50%;
  width: 520px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 24px;
  z-index: 10;
  backdrop-filter: blur(6px);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.12);
}
.pop-down-content::after{
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #d60707;
  clip-path: polygon(0 6px,calc(50% - 6px) 6px, 50% 0,calc(50% + 6px) 6px, 100% 6px, 100% 100%, 0 100%);
}
.pop-down-content.left{	
  transform: translateX(-10%);
}
.pop-down-content.left::after{
	clip-path: polygon(0 6px,calc(10% - 6px) 6px, 10% 0,calc(10% + 6px) 6px, 100% 6px, 100% 100%, 0 100%);
}

.pop-down-content.right{	
  	transform: translateX(-90%);
}
.pop-down-content.right::after{
	clip-path: polygon(0 6px,calc(90% - 6px) 6px, 90% 0,calc(90% + 6px) 6px, 100% 6px, 100% 100%, 0 100%);
}

.fund-collapse-icon{
  transition: 0.3s ease-in-out;
  transform: rotate(180deg);
}
.collapsed .fund-collapse-icon{
  transform: rotate(0deg);
}
.pop-down-box2 .title{
    letter-spacing: 1px;
    overflow: hidden;
    height: auto;
    padding: 0 16px;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    display: inline;
    line-height: 1.4em;
    background-image: url(https://www.gxtzydjj.com/webfile/1882b6d6-ab7c-4b93-a4ee-8e6f8b36a8af.png);
    background-size: 100% 1.4em;
    background-repeat: repeat-y;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow(0px 2px 0px #7D5716) drop-shadow(0px 3px 5px rgba(92, 64, 68, 0.3));
}
.pop-down-box2 .company-logo{
display: none;
  max-width: 100%;
  height: 107px;
  object-fit: contain;
}
/* 浮窗 */


/* tag */
.num-tag{
  display: inline-block;
  background-color: #FF7100;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
/* tag */
.text-indent-2{
  text-indent: 2em;
}
.fund-steps-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.fund-steps-box .step-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  flex-shrink: 0;
}
/* 气泡 */
.bubble-outline-gray {
    border: 1px solid #86909C;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #646566;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
}
.bubble-outline-gray::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #86909C transparent transparent transparent;
}
.bubble-outline-gray::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: white transparent transparent transparent;
    z-index: 1;
    margin-top: -1px;
}
.bubble-red-fill{
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  background-color: #d60707;
  color: #fff;
  border-radius: 3px;
  position: relative;
}
.bubble-red-fill::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #d60707 transparent transparent transparent;
}
/* 气泡 */
.fund-steps-box{
  position: relative;
}
.fund-steps-box .step-item.done .bubble-outline-gray,
.fund-steps-box .step-item.active .bubble-outline-gray{
  background-color: #d60707;
  color: #fff;
  border:none;
}
.fund-steps-box .step-item.done .bubble-outline-gray::after,
.fund-steps-box .step-item.active .bubble-outline-gray::after {
  border-color: #d60707 transparent transparent transparent;
}
.fund-steps-box .step-item.done .bubble-outline-gray::before,
.fund-steps-box .step-item.active .bubble-outline-gray::before {
  display: none;
}
.fund-steps-box .dashed-line{
  height: 0;
  border-top:1px dashed #d60707;
  position: absolute;
  top: 16px;
  left: 75px;
  right:75px;
  z-index: -1;
}
.step-item .step-link{
  color: #646566;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.step-item.done .step-link{
  color: #CA0201;
}
.step-item.active .step-link{
  color: #CA0201;
  background: rgba(202, 2, 1, 0.1);
  border-radius: 30px;
  padding:0 12px;
}

/* form */
.form-group{
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.form-group .form-label{
  font-weight: normal;
  color: #333;
  margin-bottom: 0;
  width: 170px;
  flex-shrink: 0;
  margin-right: 16px;
}


/* form */

.company-header{
  color: #fff;
  background: #CA0201;
  padding: 0 16px;
  position: relative;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.company-header .text-logo{
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.company-header-content{
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.tag-light-green{
  width: 64px;
  height: 22px;
  border-radius: 2px;
  background: rgba(103, 194, 58, 0.5);
  color:#fff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.tag-light-white{
  width: 64px;
  height: 22px;
  border-radius: 2px;
  background: rgba(247, 248, 250, 0.5);
  color:#fff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
.return{
  width: 82px;
  height: 32px;
  border-radius: 2px;
  background: rgba(242, 244, 247, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.img-box-h-522{
  height:240px;
  width: 100%;
  position: relative;
}
.img-box-h-522 .img-contain{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.partners-item{
  padding:24px;
  height:105px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
 box-shadow: 0px 2px 10px 0px rgba(66, 78, 100, 0.1);
}
.partners-item img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.ps-36px{
  padding-left: 36px;
}
.pe-36px{
  padding-right: 36px;
}
.title-more-news{
  margin-bottom: 24px;
  color: #333333;
  font-size: 16px;
}
.news-search-form{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.news-search-box{
  width: 100%;
  max-width: 400px;
  background: #F7F8FA;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.news-search-box input{
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: none;
  background: transparent;
  color: #86909C;
  font-size: 14px;
}
.news-search-box input:focus{
  outline: none;
}

.direction-left-image{
	width:460px;
	height:231px;
}
.py-80px{
	padding:80px 0;
}