:root {
  --content-width: 1380px;
}

#globalnav,
#globalnav.globalnav-dark,
#globalnav.globalheader-dark,
.globalheader-dark #globalnav,
.theme-dark #globalnav {
  --global-logo-url: url("../images/logo-dark.svg");

  --r-globalnav-color: rgba(0, 0, 0, 1);
  --r-globalnav-color-hover: var(--secondary-color);
  --globalnav-background: rgba(0, 0, 0, 0.2);
}

.globalnav-placeholder {
  height: var(--global-header-height);
}

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

.container {
}

.content {
  padding-top: var(--padding100);
}

body {
  background-image: url("../images/body-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.sub-banner {
  --sub-banner-height: 6rem;
  --sub-banner-title-font-size: 0.48rem;
  --sub-banner-subtitle-font-size: 0.36rem;
  --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);
  text-shadow: 0 0.02rem 0.03rem rgba(14, 39, 80, 0.75);
  color: rgb(254, 254, 254);
  font-weight: 400;
}

.sub-banner-subtitle {
  font-size: var(--sub-banner-subtitle-font-size);
  margin-top: var(--sub-banner-subtitle-margin);
  color: #fff;
}

.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-top: 24px;
  }
}

.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.4rem;
  --pagination-item-border-color-disabled: #d9d9d9;
}

#Lb_pager {
  text-align: center;
  font-size: var(--font20);
  margin: var(--ant-margin) 0;
}

#Lb_pager .pages a {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.3s;
  min-width: var(--pagination-item-size);
  height: var(--pagination-item-size);
  margin: 0 var(--ant-margin-xxs);
  line-height: calc(var(--pagination-item-size) - 2px);
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid var(--ant-color-border);
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  user-select: none;
  color: var(--ant-color-text);
}

#Lb_pager .pages a:not(.pgcurrent):hover,
#Lb_pager .pages a:not(.pgcurrent):active {
  border-color: var(--main-color);
  color: var(--main-color);
}

#Lb_pager .pages .pgcurrent {
  font-weight: bold;
  background-color: var(--main-color);
  border-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;
  border-color: var(--pagination-item-border-color-disabled);
  color: var(--ant-color-text-disabled);
  background: var(--ant-color-bg-container-disabled);
}

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

  #Lb_pager {
    font-size: var(--ant-font-size-sm);
  }

  #Lb_pager .pages a {
    margin: var(--ant-margin-xxs) calc(var(--ant-margin-xxs) / 2);
  }
}

.table-wrapper .table-title {
  font-size: 0.24rem;
  color: rgb(50, 50, 50);
  margin-bottom: 0.16rem;
}

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

.table-wrapper2 tbody > tr:first-child td,
.table-wrapper thead > tr > th {
  position: relative;
  background-color: rgb(216, 41, 43);
  font-weight: bold;
  font-size: var(--font20);
  color: rgb(255, 255, 255);
  padding: 0.12rem 0.36rem !important;
}

.table-wrapper2 tbody > tr:first-child td {
  border-bottom: 0 none;
}

.table-wrapper tbody > tr > td {
  transition: all 0.3s;
  padding: 0.12rem 0.36rem !important;
  font-size: var(--font20) !important;
  color: rgba(72, 72, 72, 1);
}

.table-wrapper tbody > tr > .td1 {
  font-weight: bold;
}

.table-wrapper tbody > tr:nth-child(2n) > td {
  background: rgba(240, 240, 240, 1);
}

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

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

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

  .table-container 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;
  }
}

/* card */
.card {
  --card-title-font-size: 0.48rem;
}

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

.card .card-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) {
  .card {
    --card-title-font-size: 24px;
  }
}

:root {
  --headline-title-font-size: 0.72rem;
  --headline-subtitle-font-size: 0.2rem;
  --headline-title-color: rgba(0, 0, 0, 1);
  --headline-subtitle-color: #1c222c;
  --headline-margin-bottom: 1rem;
  --headline-padding-bottom: 0.28rem;
}

.headline {
  margin-bottom: var(--headline-margin-bottom);
}

.headline.bordered {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: var(--headline-padding-bottom);
}

.headline .title {
  font-weight: bold;
  color: var(--headline-title-color);
  font-size: var(--headline-title-font-size);
}

.headline .title.multi-line {
  line-height: 1;
  padding: var(--padding12) 0;
}

.headline .subtitle {
  color: var(--headline-subtitle-color);
  font-size: var(--headline-subtitle-font-size);
  margin-top: var(--padding12);
  line-height: 1.8;
}

.headline .subtitle > p {
  margin-bottom: 0.16rem;
}

.headline .subtitle > p:nth-last-child() {
  margin-bottom: 0;
}

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

.headline.sm {
  --headline-title-font-size: 0.48rem;
}

@media only screen and (max-width: 767px) {
  :root {
    --headline-title-font-size: 28px;
    --headline-subtitle-font-size: 14px;
    --headline-margin-bottom: 24px;
    --headline-padding-bottom: 8px;
  }

  .headline.sm {
    --headline-title-font-size: 28px;
  }
}

.card {
  --card-title-font-size: 0.36rem;
  --card-title-color: rgba(0, 0, 0, 1);
  padding-bottom: var(--padding68);
}

.card .card-hd {
  position: relative;
  border-bottom: 0.02rem solid #ddd;
  padding-bottom: 0.12rem;
  margin-bottom: var(--padding32);
}

.card .card-hd h3 {
  font-weight: bold;
  color: var(--card-title-color);
  font-size: var(--card-title-font-size);
}

.card .card-hd::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  width: 3.48rem;
  height: 0.06rem;
  background-color: var(--main-color);
}

.card .card-bd {
  line-height: 1.8;
  font-size: var(--font20);
}

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

  .card .card-hd {
    padding-bottom: 8px;
  }
}

.mentioned-area {
  position: relative;
  padding: 4px 0.8rem 0.8rem;
}

.mentioned-area .swiper-button-next {
  right: 0;
}

.mentioned-area .swiper-button-prev {
  left: 0;
}

.mentioned-area .swiper-button-next,
.mentioned-area .swiper-button-prev {
  top: 28%;
}

.mentioned-list-item {
  position: relative;
}

.mentioned-list-item .meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--font18);
  padding: var(--padding16) 0;
}

.mentioned-list-item .title {
  text-align: center;
}

.mentioned-list-item .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 300ms;
}

.mentioned-list-item .btn {
  transform: translateY(15px);
  transition: transform 300ms;
}

.mentioned-list-item:hover .overlay {
  opacity: 1;
}

.mentioned-list-item:hover .btn {
  transform: translateY(0);
}

@media only screen and (max-width: 767px) {
}
