/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
:root {
  --primary-color: #4a90e2;
  --info-color: #4a90e2;
  --normal-color: #d9d9d9;
  --success-color: #52c41a;
  --error-color: #e64242;
  --warning-color: #faad14;
  --link-color: #4a90e2;
  --heading-color: rgba(255, 255, 255, 0.85);
  --text-color: rgba(255, 255, 255, 0.65);
  --text-color-secondary: rgba(255, 255, 255, 0.45);
  --disabled-color: rgba(255, 255, 255, 0.3);
  --border-color-base: rgba(0, 173, 255, 0.5);
  --line-color: #4b4f59;
  --box-shadow-base: 0 2px 8px rgba(0, 0, 0, 0.2);
  --body-background: #000;
  --component-background: #232324;
  --background-color-light: rgba(20, 20, 20, 0.04);
  --border-color-split: #303030;
  --input-bg: rgba(74, 144, 226, 0.16);
  --item-active-bg: #111d2c;
  --item-hover-bg: rgba(255, 255, 255, 0.08);
  --header-active-color: #ffffff;
  --header-color: #9c9c9c;
  --aside-background-color: #232324;
  --aside-menu-sub-color: #232324;
  --global-nav-height: 120px;
  --global-nav-ad-bar-height: 0px;
  --global-nav-collective-height: 0px;
}
.pro-report-page .ant-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
}
.pro-report-page .ant-list * {
  outline: none;
}
.pro-report-page .ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.pro-report-page .ant-list-pagination .ant-pagination-options {
  text-align: left;
}
.pro-report-page .ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.pro-report-page .ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}
.pro-report-page .ant-list-spin {
  min-height: 40px;
  text-align: center;
}
.pro-report-page .ant-list-empty-text {
  padding: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
}
.pro-report-page .ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pro-report-page .ant-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: rgba(0, 0, 0, 0.85);
}
.pro-report-page .ant-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  max-width: 100%;
}
.pro-report-page .ant-list-item-meta-avatar {
  margin-right: 16px;
}
.pro-report-page .ant-list-item-meta-content {
  flex: 1 0;
  width: 0;
  color: rgba(0, 0, 0, 0.85);
}
.pro-report-page .ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}
.pro-report-page .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}
.pro-report-page .ant-list-item-meta-title > a:hover {
  color: #e4000b;
}
.pro-report-page .ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
}
.pro-report-page .ant-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.pro-report-page .ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.pro-report-page .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.pro-report-page .ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #f0f0f0;
}
.pro-report-page .ant-list-header {
  background: transparent;
}
.pro-report-page .ant-list-footer {
  background: transparent;
}
.pro-report-page .ant-list-header,
.pro-report-page .ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pro-report-page .ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}
.pro-report-page .ant-list-split .pro-report-page .ant-list-item {
  border-bottom: 1px solid #f0f0f0;
}
.pro-report-page .ant-list-split .pro-report-page .ant-list-item:last-child {
  border-bottom: none;
}
.pro-report-page .ant-list-split .pro-report-page .ant-list-header {
  border-bottom: 1px solid #f0f0f0;
}
.pro-report-page
  .ant-list-split.pro-report-page
  .ant-list-empty
  .pro-report-page
  .ant-list-footer {
  border-top: 1px solid #f0f0f0;
}
.pro-report-page .ant-list-loading .pro-report-page .ant-list-spin-nested-loading {
  min-height: 32px;
}
.pro-report-page
  .ant-list-split.pro-report-page
  .ant-list-something-after-last-item
  .ant-spin-container
  > .pro-report-page
  .ant-list-items
  > .pro-report-page
  .ant-list-item:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.pro-report-page .ant-list-lg .pro-report-page .ant-list-item {
  padding: 16px 24px;
}
.pro-report-page .ant-list-sm .pro-report-page .ant-list-item {
  padding: 8px 16px;
}
.pro-report-page .ant-list-vertical .pro-report-page .ant-list-item {
  align-items: initial;
}
.pro-report-page .ant-list-vertical .pro-report-page .ant-list-item-main {
  display: block;
  flex: 1;
}
.pro-report-page .ant-list-vertical .pro-report-page .ant-list-item-extra {
  margin-left: 40px;
}
.pro-report-page .ant-list-vertical .pro-report-page .ant-list-item-meta {
  margin-bottom: 16px;
}
.pro-report-page .ant-list-vertical .pro-report-page .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.pro-report-page .ant-list-vertical .pro-report-page .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.pro-report-page .ant-list-vertical .pro-report-page .ant-list-item-action > li {
  padding: 0 16px;
}
.pro-report-page
  .ant-list-vertical
  .pro-report-page
  .ant-list-item-action
  > li:first-child {
  padding-left: 0;
}
.pro-report-page .ant-list-grid .ant-col > .pro-report-page .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pro-report-page .ant-list-item-no-flex {
  display: block;
}
.pro-report-page
  .ant-list:not(.ant-list-vertical)
  .ant-list-item-no-flex
  .ant-list-item-action {
  float: right;
}

.pro1-page .mod1 {
  padding-left: 56px;
}

.pro1-page .mod2 .ant-row {
  margin: 0 -28px;
}

.pro1-page .mod2 .ant-row .ant-col {
  padding: 0 28px;
}

.pro1-page .mod4 .item {
  position: relative;
  margin-bottom: 40px;
}
.pro1-page .mod4 .item .txt {
  background-color: #fff;
  padding: 40px 32px;
  position: absolute;
  top: 20%;
  z-index: 1;
  width: 420px;
}

.pro1-page .mod4 .item1 .txt {
  right: 0;
}

.pro1-page .mod4 .item2 {
  justify-content: flex-end;
}

.pro1-page .mod4 .item2 .txt {
  left: 0;
}

.focus {
  height: 500px;
}

.pro-summary {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin: -10px 0 25px;
}

.pro-summary1 {
  margin: -10px 0 25px;
}

.pro2-page .list {
  margin: 0 -30px;
}

.card {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 6px -1px rgba(0, 0, 0, 0.04),
    0 2px 4px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.5s;
}

.card:hover {
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12),
    0 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.list .card {
  margin: 0 30px;
}

.pro2-page .card {
  /* height: 340px; */
}

.pro2-page .card img {
  width: 100%;
}

.pro2-page .info {
  margin-bottom: 35px;
}

.pro2-page .mod3 dl {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pro2-page .mod3 dl dd {
  margin-top: 20px;
}

.pro2-page .mod3 .dl-right {
  margin-left: 60px;
}

.pro2-page dd,
.pro2-page ul {
  margin-bottom: 0;
}

.pro3-page .mod2 {
  position: relative;
  padding-bottom: 48px;
}

.pro3-page .mod2::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0;
  width: 415px;
  height: 388px;
  background-image: url("../images/pro3-pic5.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

@media only screen and (max-width: 919px) {
  .pro1-page .mod4 .item .txt {
    padding: 20px;
    position: relative;
    left: auto;
    width: 100%;
  }
  .pro3-page .mod2::after {
    width: 300px;
    height: 280px;
  }
}
@media only screen and (max-width: 833px) {
  .pro1-page .mod2 .pic.shadow-sm {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .pro1-page .mod1 {
    padding-left: 0;
  }
  .pro2-page .mod3 .dl-right {
    margin-left: 0;
  }
  .pro3-page .mod2::after {
    display: none;
  }
}
