@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
}
* {
  margin: 0;
  outline: none;
  border: none;
  padding: 0;
  list-style: none;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 0;
  font-family: 'Poppins', Arial, sans-serif;
  box-sizing: border-box;
}
body {
  background: #f9fbff;
  color: #333;
}
.pic,
.logo,
.video {
  font-size: 0;
  line-height: 0;
}
.pic .ele,
.logo .ele,
.video .ele {
  width: 100%;
}
html {
  font-size: 16px;
}
@media screen and (max-width: 2048px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 10px;
  }
}
/* 自定义分页器容器 */
.swiper-pagination {
  bottom: 0px !important;
  /* 调整位置 */
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  /* 小点间距 */
}
/* 自定义分页器子弹（bullet） */
.swiper-pagination-bullet {
  transition: all 0.3s ease;
  /* 过渡动画 */
  width: 0.5rem;
  height: 0.5rem;
  background: #A5B4CB 0% 0% no-repeat padding-box;
  border-radius: 50%;
  margin: 0 !important;
}
/* 活动状态的子弹 */
.swiper-pagination-bullet-active {
  width: 4.0625rem !important;
  height: 0.5rem;
  background: #222E88 0% 0% no-repeat padding-box !important;
  border-radius: 4px !important;
  opacity: 1;
}
.container {
  display: flex;
  height: 100vh;
  overflow: hidden;
}
.sidebar {
  width: 10.5rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 100vh;
  border-right: 1px solid #DCE2EB;
}
.sidebar .sidebar-header {
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 2.125rem;
}
.sidebar .sidebar-header a {
  display: block;
}
.sidebar .sidebar-header a img {
  width: 5.6875rem;
  height: 5.6875rem;
}
.sidebar .sidebar-header .close-icon {
  display: none;
}
.sidebar .nav-list {
  list-style: none;
  height: calc(100vh - 10.3125rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar .nav-list .nav-item-li a img:first-of-type {
  display: block;
}
.sidebar .nav-list .nav-item-li a img:last-of-type {
  display: none;
}
.sidebar .nav-list .nav-item-li.active a::after {
  right: 0;
}
.sidebar .nav-list .nav-item-li.active a img:first-of-type {
  display: none;
}
.sidebar .nav-list .nav-item-li.active a img:last-of-type {
  display: block;
}
.sidebar .nav-list .nav-item-li.active a span {
  color: #222E88;
}
.sidebar .nav-list .nav-item {
  width: 100%;
  padding: 1.25rem 0;
}
.sidebar .nav-list .nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sidebar .nav-list .nav-item a span {
  color: #A5B4CB;
  font: normal normal normal 1rem/1 Poppins;
  letter-spacing: -0.32px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .sidebar .nav-list .nav-item a span {
    font-size: 12px;
  }
}
.sidebar .nav-list .nav-item a img {
  display: block;
  width: 1.875rem;
  height: auto;
}
.sidebar .nav-list .nav-item a::after {
  display: block;
  content: "";
  width: 0.25rem;
  height: 100%;
  background: #222E88 0% 0% no-repeat padding-box;
  border-radius: 2px 0px 0px 2px;
  position: absolute;
  right: -0.25rem;
  top: 0;
  z-index: 2;
  transition: right 0.3s;
}
.sidebar .nav-list .nav-item:last-of-type {
  padding: 2.5rem 0;
  margin-bottom: 0;
  border-top: 1px solid #DBE1EA;
  align-self: flex-end;
}
.sidebar .nav-list .nav-item:last-of-type a {
  padding: 0;
}
.main-wrap {
  background-color: #F4F5FF;
  overflow-y: auto;
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.main-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: -34.75rem;
  right: -25.3125rem;
  width: 84.125rem;
  height: 84.125rem;
  background-color: #DEE1FF;
  z-index: 1;
  border-radius: 50%;
  opacity: 0.47;
}
.main-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 21.3125rem;
  right: -17.8125rem;
  width: 44.0625rem;
  height: 44.0625rem;
  z-index: 2;
  border-radius: 50%;
  border: 5rem solid #DEE1FF;
  opacity: 0.18;
  box-sizing: border-box;
}
.main-wrap .background-image {
  position: absolute;
  top: -12.5rem;
  display: block;
  right: -6.875rem;
  z-index: 3;
  width: 49.9375rem;
  height: auto;
}
.main {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 2.8125rem 3rem;
}
@media screen and (max-width: 576px) {
  .main {
    padding: 10px;
  }
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-bar {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .top-bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.top-bar .welcome-title {
  font: normal normal 600 2.25rem/1.5 Poppins;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-bar .welcome-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .top-bar .welcome-title {
    order: 2;
    margin-top: 70px;
  }
}
.top-bar .welcome-title span {
  color: #222E88;
}
@media screen and (max-width: 576px) {
  .top-bar .top-bar-content {
    order: 1;
    height: 62px;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.top-bar .top-bar-content .top-menu {
  display: none;
}
@media screen and (max-width: 576px) {
  .top-bar .top-bar-content .top-menu {
    display: block;
    width: 24px;
    height: auto;
    cursor: pointer;
  }
}
.top-bar .top-bar-content .top-menu img {
  display: block;
  width: 100%;
  height: auto;
}
.top-bar .top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-bar .top-right {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .top-bar .top-right {
    margin-top: 0;
  }
}
.top-bar .top-right .search-bar {
  display: flex;
  align-items: center;
  width: 32.0625rem;
  height: 3.5rem;
  background-color: #ffffff;
  border-radius: 0.6875rem;
}
@media screen and (max-width: 576px) {
  .top-bar .top-right .search-bar {
    width: 3.5rem;
    background-color: #EFEEFC;
  }
}
.top-bar .top-right .search-bar input {
  width: calc(100% - 3.5rem);
  height: 3.5rem;
  font: normal normal normal 1.25rem/1.7 Poppins;
  box-sizing: border-box;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .top-bar .top-right .search-bar input {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .top-bar .top-right .search-bar input {
    display: none;
  }
}
.top-bar .top-right .search-bar input::placeholder {
  font: normal normal normal 1.25rem/1.7 Poppins;
  color: #8C98AC;
}
@media screen and (max-width: 1024px) {
  .top-bar .top-right .search-bar input::placeholder {
    font-size: 12px;
  }
}
.top-bar .top-right .search-bar button {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222E88;
  color: #fff;
  border: none;
  border-radius: 0.6875rem;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .top-bar .top-right .search-bar button {
    border-radius: 50%;
  }
}
.top-bar .top-right .search-bar button img {
  display: block;
  width: 1.5rem;
}
@media screen and (max-width: 576px) {
  .top-bar .top-right .show-search-bar {
    width: 20rem;
    background-color: #EFEEFC;
  }
}
@media screen and (max-width: 576px) {
  .top-bar .top-right .show-search-bar input {
    display: block;
    padding-left: 10px;
  }
}
.top-bar .top-right .user-actions > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.top-bar .top-right .user-actions > ul > li {
  margin-left: 0.75rem;
  cursor: pointer;
}
.top-bar .top-right .user-actions > ul > li:first-of-type,
.top-bar .top-right .user-actions > ul > li:nth-of-type(2) {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #ffffff;
  border-radius: 0.6875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .top-bar .top-right .user-actions > ul > li:first-of-type,
  .top-bar .top-right .user-actions > ul > li:nth-of-type(2) {
    border-radius: 50%;
    background-color: #F5F5F9;
  }
}
.top-bar .top-right .user-actions > ul > li:first-of-type {
  position: relative;
}
.top-bar .top-right .user-actions > ul > li:first-of-type > img {
  width: 1.5rem;
}
.top-bar .top-right .user-actions > ul > li:first-of-type > span {
  font-size: 0.75rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #FF3582;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  top: -0.375rem;
  right: -0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-bar .top-right .user-actions > ul > li:first-of-type > span {
    font-size: 8px;
  }
}
.top-bar .top-right .user-actions > ul > li:first-of-type .notice-list {
  position: absolute;
  right: 0;
  top: 4.125rem;
  width: 27.4375rem;
  height: 20.1875rem;
  overflow-y: hidden;
  background-color: #FFFFFF;
  box-shadow: 0px 0.1875rem 0.75rem #00000029;
  border: 1px solid #E6E6E6;
  border-radius: 0.625rem;
  z-index: 10;
  box-sizing: border-box;
  padding: 1.875rem 1.4375rem;
  display: none;
}
@media screen and (max-width: 576px) {
  .top-bar .top-right .user-actions > ul > li:first-of-type .notice-list {
    right: unset;
    left: -20rem;
  }
}
.top-bar .top-right .user-actions > ul > li:first-of-type .notice-list .notice-list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5625rem;
}
.top-bar .top-right .user-actions > ul > li:first-of-type .notice-list .notice-list-title h2 {
  text-align: left;
  font: normal normal 600 1.125rem/1.5 Poppins;
  letter-spacing: 0px;
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .top-bar .top-right .user-actions > ul > li:first-of-type .notice-list .notice-list-title h2 {
    font-size: 14px;
  }
}
.top-bar .top-right .user-actions > ul > li:first-of-type .notice-list .notice-list-title .close-icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.top-bar .top-right .user-actions > ul > li:first-of-type .notice-list .notice-list-title .close-icon img {
  display: block;
  width: 100%;
}
.top-bar .top-right .user-actions > ul > li:first-of-type .notice-list .notice-list-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  height: 80%;
  overflow-y: auto;
}
.top-bar .top-right .user-actions > ul > li:first-of-type .notice-list .notice-list-content li {
  border-bottom: 1px solid #DEE1E7;
}
.top-bar .top-right .user-actions > ul > li:first-of-type .notice-list .notice-list-content li h4 {
  text-align: left;
  font: normal normal normal 1rem/1.6 Poppins;
  letter-spacing: 0px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-bar .top-right .user-actions > ul > li:first-of-type .notice-list .notice-list-content li h4 {
    font-size: 12px;
  }
}
.top-bar .top-right .user-actions > ul > li:first-of-type .notice-list .notice-list-content li p {
  text-align: left;
  font: normal normal normal 0.875rem/1.6 Poppins;
  letter-spacing: 0px;
  color: #8C98AC;
  margin-top: 0.3125rem;
  margin-bottom: 0.6875rem;
}
@media screen and (max-width: 1024px) {
  .top-bar .top-right .user-actions > ul > li:first-of-type .notice-list .notice-list-content li p {
    font-size: 10px;
  }
}
.top-bar .top-right .user-actions > ul > li:first-of-type .show-notice-list {
  display: block;
}
.top-bar .top-right .user-actions > ul > li:nth-of-type(2) img {
  width: 1.75rem;
}
.top-bar .top-right .user-actions > ul > li:nth-of-type(3) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.top-bar .top-right .user-actions > ul > li:nth-of-type(3) span {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #222E88;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #ffffff;
  margin-right: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .top-bar .top-right .user-actions > ul > li:nth-of-type(3) span {
    font-size: 12px;
  }
}
.top-bar .top-right .user-actions > ul > li:nth-of-type(3) img {
  display: block;
  width: 0.8125rem;
}
.top-bar .top-right .user-actions > ul > li:nth-of-type(3) .lange-list {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 4.125rem;
  z-index: 10;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0px 0.1875rem 0.75rem #00000029;
  border: 1px solid #E6E6E6;
  border-radius: 0.625rem;
  overflow: hidden;
}
.top-bar .top-right .user-actions > ul > li:nth-of-type(3) .lange-list li {
  width: 100%;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .top-bar .top-right .user-actions > ul > li:nth-of-type(3) .lange-list li {
    font-size: 12px;
  }
}
.top-bar .top-right .user-actions > ul > li:nth-of-type(3) .lange-list .active {
  color: #222E88;
  font-weight: bold;
}
.top-bar .top-right .user-actions > ul > li:nth-of-type(3) .show-lange-list {
  display: flex;
}
.public-content {
  width: 100%;
  height: auto;
}
.card {
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 1.875rem 2.3125rem;
  box-shadow: 0.5rem 0.5rem 4.5rem #150E4914;
}
table,
th,
td {
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  font-weight: normal;
  text-align: left;
  background-color: transparent;
}
.custom-table-wrap {
  overflow: auto;
}
.custom-table {
  width: 100%;
}
.custom-table .custom-thead {
  background: #F5F6FA 0% 0% no-repeat padding-box;
  height: 3.25rem;
  position: sticky;
  top: 0;
  left: 0;
}
.custom-table .custom-thead tr {
  width: 100%;
}
.custom-table .custom-thead tr th {
  font: normal normal normal 1rem/1.5 Poppins;
  letter-spacing: 0px;
  color: #7D8DA6;
}
@media screen and (max-width: 1024px) {
  .custom-table .custom-thead tr th {
    font-size: 12px;
  }
}
.custom-table .custom-thead tr th:first-of-type {
  border-radius: 1rem 0 0 1rem;
  text-align: center;
  width: 120px;
}
.custom-table .custom-thead tr th:last-of-type {
  border-radius: 0 1rem 1rem 0;
  text-align: center;
  width: 80px;
}
.custom-table .custom-thead tr th:last-of-type img {
  display: inline-block;
  vertical-align: middle;
}
.custom-table .custom-tbody tr:first-of-type > td {
  padding-top: 1.25rem;
}
.custom-table .custom-tbody tr {
  height: 4.8125rem;
}
.custom-table .custom-tbody tr td {
  font: normal normal normal 0.9375rem/1.4 Poppins;
  letter-spacing: 0px;
  color: #161736CC;
}
@media screen and (max-width: 1024px) {
  .custom-table .custom-tbody tr td {
    font-size: 12px;
  }
}
.custom-table .custom-tbody tr td:first-of-type {
  text-align: center;
}
.custom-table .custom-tbody tr td:first-of-type div {
  box-shadow: 0px 0.1875rem 1.25rem #00000029;
  border: 0.125rem solid #FFFFFF;
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
}
.custom-table .custom-tbody tr td:first-of-type div img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.custom-table .custom-tbody tr td:last-of-type {
  font: normal normal normal 0.9375rem/2 Poppins;
  letter-spacing: 0px;
  color: #222E88;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .custom-table .custom-tbody tr td:last-of-type {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .sidebar-wrap {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    transition: left 0.3s ease-in-out;
  }
  .show-mobile-sidebar {
    left: 0;
  }
  .sidebar {
    width: 80%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 2px 2px 18px #00000029;
    padding: 25px;
  }
  .sidebar .sidebar-header {
    text-align: left;
    margin-bottom: 38px;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .sidebar .sidebar-header a {
    display: block;
  }
  .sidebar .sidebar-header a img {
    display: block;
    width: 50px;
    height: 50px;
  }
  .sidebar .sidebar-header .close-icon {
    display: block;
    width: 18px;
    height: 18px;
  }
  .sidebar .sidebar-header .close-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sidebar .nav-list {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
  }
  .sidebar .nav-list .nav-item {
    padding: 0;
  }
  .sidebar .nav-list .nav-item a {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .sidebar .nav-list .nav-item a span {
    margin-top: 0;
    font: normal normal normal 14px/21px Poppins;
  }
  .sidebar .nav-list .nav-item a img {
    width: 22px;
    margin-right: 15px;
  }
  .sidebar .nav-list .nav-item a::after {
    display: none;
  }
  .sidebar .nav-item:last-of-type {
    padding: 25px !important;
    margin-bottom: 0;
    border-top: 1px solid #DBE1EA;
    align-self: flex-end;
    width: 80%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .sidebar .nav-item:last-of-type a {
    padding: 0;
  }
}
.page-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5rem 0 2.5rem;
}
.page-number .page-number-txt {
  text-align: left;
  font: normal normal normal 1.0625rem/1.8 Poppins;
  letter-spacing: 0px;
  color: #222222;
  margin-right: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .page-number .page-number-txt {
    font-size: 12px;
  }
}
.page-number .page-number-txt span {
  font-weight: bold;
}
.page-number .page-list-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.page-number .page-list-wrap .page-prev,
.page-number .page-list-wrap .page-next {
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
}
.page-number .page-list-wrap .page-prev img,
.page-number .page-list-wrap .page-next img {
  display: block;
  width: 100%;
}
.page-number .page-list-wrap .page-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.page-number .page-list-wrap .page-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: transparent;
  text-align: center;
  font: normal normal normal 0.875rem Poppins;
  letter-spacing: 0px;
  color: #8F9198;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .page-number .page-list-wrap .page-list li {
    font-size: 12px;
  }
}
.page-number .page-list-wrap .page-list .active {
  background-color: #3B4696;
  border-color: #3B4696;
  color: #ffffff;
}
.no-data {
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.no-data img {
  display: block;
  max-width: 6.25rem;
  height: auto;
}
.no-data p {
  font: normal normal normal 1.125rem / 1.4 Poppins;
  color: #585858;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .no-data p {
    font-size: 12px;
  }
}
