img,
.content img {
  max-width: 100% !important;
}

.container {
  font-size: 0.18rem;
  line-height: 2;
  color: rgb(50, 50, 50);
}

.content {
  padding: 1rem 0;
}

.sub-banner {
  --sub-banner-height: 6rem;
  --sub-banner-title-font-size: 0.36rem;
  --sub-banner-subtitle-font-size: 0.18rem;
  --sub-banner-subtitle-margin: 0.12rem;
}

.sub-banner {
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: var(--sub-banner-height);
}

.sub-banner .wrapper {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sub-banner-title {
  font-size: var(--sub-banner-title-font-size);
  color: rgba(255, 255, 255, 1);
}

.sub-banner-subtitle {
  font-size: var(--sub-banner-subtitle-font-size);
  margin-top: var(--sub-banner-subtitle-margin);
  color: rgba(255, 255, 255, 0.6);
}

.sub-banner-title.center {
  display: flex;
  justify-content: center;
}

.sub-banner-subtitle.center {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .sub-banner {
    --sub-banner-height: 240px;
    --sub-banner-title-font-size: 24px;
    --sub-banner-subtitle-font-size: 14px;
    --sub-banner-subtitle-margin: 4px;
  }

  .sub-banner .wrapper {
    padding-top: 24px;
  }

  .content {
    padding: 24px 0;
  }
}

.header-item {
  background-color: rgba(0, 0, 0, 0);
}

.breadcrumb {
  box-sizing: border-box;
  font-size: 0.18rem;
  border-bottom: 1px solid #ddd;
  padding: 0.2rem 0.36rem;
  background: url("../images/icons/list.svg?v=1") 0 50% no-repeat;
  background-size: 0.22rem;
  margin-bottom: 0.32rem;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcrumb ol {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: rgb(50, 50, 50);
  transition: all 0.3s;
  display: inline-block;
}
.breadcrumb a:hover {
  color: var(--ant-color-primary);
}

.breadcrumb li:last-child {
  color: rgb(50, 50, 50);
}

.breadcrumb .breadcrumb-separator {
  margin: 0 4px;
  color: rgb(50, 50, 50);
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 14px;
    padding: 16px 24px;
    background-size: 16px;
  }

  .container {
    font-size: 14px;
  }
}

/* Pagination */
#Lb_pager {
  --pagination-item-size: 0.5rem;
  --pagination-item-color-disabled: #d9d9d9;
}

#Lb_pager {
  margin: 0.6rem 0 0.2rem;
}

#Lb_pager .pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.06rem;
}

#Lb_pager .pages a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: var(--pagination-item-size);
  height: var(--pagination-item-size);
  background-color: rgba(31, 31, 31, 1);
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  user-select: none;
  color: rgba(102, 102, 102, 1);
  font-size: 0.2rem;
}

#Lb_pager .pages a:not(.pgcurrent):hover,
#Lb_pager .pages a:not(.pgcurrent):active {
  color: rgba(255, 255, 255, 1);
}

#Lb_pager .pages .pgcurrent {
  font-weight: bold;
  background-color: var(--main-color);
  color: #fff;
}

#Lb_pager .pages .pgcurrent:hover {
  opacity: 0.8;
}

#Lb_pager .pages .pgnext.pgempty,
#Lb_pager .pages .pgnext.pgempty:hover {
  cursor: not-allowed;
  background-color: rgba(12, 12, 12, 1);
  color: rgba(60, 60, 60, 1);
}

@media only screen and (max-width: 767px) {
  #Lb_pager {
    --pagination-item-size: 28px;
  }

  #Lb_pager {
    font-size: 12px;
  }
}

.table-wrapper .table-title {
  font-size: 0.24rem;
  margin-bottom: 0.16rem;
}

.table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.table-wrapper thead > tr > th {
  position: relative;
  font-weight: normal;
  font-size: 0.16rem;
  padding: 0.16rem 0.48rem !important;
}

.table-wrapper tbody > tr > td {
  transition: all 0.3s;
  padding: 0.14rem 0.48rem !important;
  font-size: 0.16rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.table-wrapper tbody > tr > .td1 {
}

.table-wrapper tbody > tr:nth-child(2n + 1) > td {
}

.table-wrapper table {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 767px) {
  /* .table-wrapper {
    overflow-x: scroll;
  } */
  /*
  .table-wrapper table {
    width: 200%;
  } */

  .table-wrapper .table-title {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .table-wrapper thead > tr > th {
    padding: 12px !important;
    font-size: 14px;
  }

  .table-wrapper tbody > tr > td {
    padding: 12px !important;
    font-size: 14px !important;
  }
}

.loadmore {
  color: #777777;
  font-size: 0.2rem;
  margin-top: 0.6rem;
}

.loadmore .icon {
  margin-right: 0.2rem;
}

@media only screen and (max-width: 767px) {
  .loadmore {
    font-size: 14px;
    margin-top: 20px;
  }

  .loadmore .icon {
    margin-right: 12px;
  }

  .loadmore .icon img {
    width: 28px;
  }
}

.mod {
  --mod-title-font-size: 0.36rem;
}

.mod .mod-hd h3 {
  font-weight: normal;
}

.mod .mod-hd .num {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: rgba(231, 0, 0, 1);
  font-size: 0.36rem;
  padding-right: 0.12rem;
}

.mod .mod-hd .num::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.02rem;
  background-color: rgba(231, 0, 0, 1);
}

@media only screen and (max-width: 767px) {
  .mod {
    --mod-title-font-size: 20px;
  }
}

.mod.flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mod.flex .mod-hd {
  width: 27%;
}

.mod.flex .mod-bd {
  width: 73%;
}

.mod.bordered {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 767px) {
  .mod.flex .mod-hd {
    width: 100%;
  }

  .mod.flex .mod-bd {
    width: 100%;
  }
}

.list-circle {
  --list-circle-text-color: rgba(255, 255, 255, 0.9);
  --list-circle-border-color: rgba(255, 255, 255, 1);
}

.list-circle > li,
.list-circle p {
  position: relative;
  padding: 0.04rem 0 0.04rem 0.24rem;
  margin-bottom: 0.05rem;
  color: var(--list-circle-text-color);
  font-size: 0.18rem;
}

.list-circle > li::after,
.list-circle p::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0.11rem;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 1px solid var(--list-circle-border-color);
}

@media only screen and (max-width: 767px) {
  .list-circle > li,
  .list-circle p {
    padding: 0 0 0 16px;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .list-circle > li::after,
  .list-circle p::after {
    top: 7px;
    width: 6px;
    height: 6px;
  }
}
