@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
         transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
       transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
       -moz-transform: scale(0.3);
         -o-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

body {
  background-color: #fff;
}

.header {
  height: 143px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header-top {
  background: url("../images/img_hader_top.png") center no-repeat;
  -o-background-size: auto 100%;
     background-size: auto 100%;
  height: 80px;
  box-shadow: 0px 0px 10px 0px rgba(1, 5, 19, 0.2);
}

.header-top .logo {
  margin-top: 14px;
  margin-right: 24px;
}

.header-top img.logo-text {
  margin-top: 25px;
}

.header-top .logo-text {
  font-family: "FZLTCHJW-Bold";
  font-size: 28px;
  line-height: 71px;
  color: #ffffff;
}

.header-top .system-jump {
  margin-top: 15px;
  height: 48px;
  line-height: 46px;
  background-color: rgba(124, 176, 255, 0.5);
  border-radius: 24px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding-left: 24px;
  padding-right: 37px;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.header-top .system-jump::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 6px;
  background: url("../images/icon_menu_down.png");
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
     -moz-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
       -o-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.menu {
  height: 62px;
  line-height: 62px;
}

.menu .menu-item {
  position: relative;
  margin-right: 39px;
}

.menu .menu-item > a {
  font-size: 16px;
  color: #fff;
}

.menu .menu-item .menu-child {
  position: absolute;
  left: -13px;
  right: -13px;
  top: 100%;
  padding-top: 4px;
  display: none;
}

.menu .menu-item .menu-child > ul {
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 0;
  overflow: hidden;
}

.menu .menu-item .menu-child > ul .menu-child-item {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.menu .menu-item .menu-child > ul .menu-child-item a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #5c5f6b;
  font-size: 16px;
  padding: 0 5px;
  display: block;
}

.menu .menu-item .menu-child > ul .menu-child-item:hover,
.menu .menu-item .menu-child > ul .menu-child-item.active {
  background-color: #d5e3ff;
}

.menu .menu-item .menu-child > ul .menu-child-item:hover > a,
.menu .menu-item .menu-child > ul .menu-child-item.active > a {
  color: #2d72ff;
}

.menu .menu-item:last-child {
  margin-right: 0;
}

.menu .menu-item:hover::after,
.menu .menu-item.active::after {
  width: 100%;
  /* height: 4px; */
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  position: absolute;
  content: '';
}

.menu .menu-item.menu-level > a {
  padding-right: 22px;
  background: url("../images/icon_menu_down.png") right center no-repeat;
}

.menu .menu-item.menu-level.active > a,
.menu .menu-item.menu-level:hover > a {
  background-image: url("../images/icon_menu_up.png");
}

.menu .menu-item.menu-level.active .menu-child,
.menu .menu-item.menu-level:hover .menu-child {
  display: block;
}

.banner {
  height: 859px;
  padding-top: 143px;
  background: url("https://www.bqpoint.com/ebpu/chainmis7/img_banner.png") center top no-repeat;
  text-align: center;
}

.banner .slogan {
  margin-top: 22px;
}

.banner .slogan2 {
  margin-top: -40px;
}

.banner .slogan-text {
  width: 570px;
  font-size: 22px;
  color: #fff;
  line-height: 44px;
  margin-top: 20px;
  text-align: center;
}

.banner .slogan-text > span {
  font-family: "FZLTCHJW-Regular";
  font-size: 24px;
  margin: 0 3px;
}

.banner .more {
  display: inline-block;
  width: 146px;
  height: 53px;
  border-radius: 27px;
  border: solid 1px rgba(255, 255, 255, 0.45);
  font-size: 16px;
  line-height: 53px;
  color: #ffffff;
  padding-left: 33px;
  margin-top: 75px;
}

.banner .more:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.cumulative {
  margin-top: -144px;
  background: url("../images/img_cumulative.png") center top 17px no-repeat;
  padding-bottom: 97px;
}

.cumulative .title {
  height: 86px;
  line-height: 86px;
  width: 370px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  background: url("../images/img_container_title.png") center top no-repeat;
  font-size: 32px;
  font-family: "FZLTCHJW-Bold";
  color: #395d95;
  text-align: center;
}

.cumulative .content {
  height: 295px;
  margin-top: -69px;
  padding: 130px 82px 0;
  font-size: 0;
}

.cumulative .content .cumulative-item {
  margin: 0 auto;
  width: 224px;
  padding-left: 96px;
}

.cumulative .content .cumulative-item .item-label {
  font-family: "FZLTCHJW-Regular";
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.cumulative .content .cumulative-item .item-value {
  margin-top: 15px;
  font-size: 46px;
  line-height: 46px;
  color: #333333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.cumulative .content .cumulative-item:nth-of-type(1) {
  background: url("../images/icon_cumulative1.png") left center no-repeat;
}

.cumulative .content .cumulative-item:nth-of-type(2) {
  background: url("../images/icon_cumulative2.png") left center no-repeat;
}

.cumulative .content .cumulative-item:nth-of-type(3) {
  background: url("../images/icon_cumulative3.png") left center no-repeat;
}

.title {
  text-align: center;
  font-family: "FZLTCHJW-Regular";
  font-size: 32px;
  line-height: 34px;
  color: #333333;
  position: relative;
}

.title > .more {
  font-family: "FZLTCHJW-Regular";
  display: block;
  width: 88px;
  height: 33px;
  background-color: #e8effa;
  border-radius: 16px;
  font-size: 16px;
  line-height: 34px;
  color: #6d7e94;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title > .more:hover {
  background-color: #2d72ff;
  color: #fff;
}

.news {
  padding: 117px 0;
  background-image: -webkit-linear-gradient(bottom, rgba(239, 245, 255, 0.55) 0%, rgba(246, 250, 255, 0.55) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(239, 245, 255, 0.55) 0%, rgba(246, 250, 255, 0.55) 100%);
  background-image: -o-linear-gradient(bottom, rgba(239, 245, 255, 0.55) 0%, rgba(246, 250, 255, 0.55) 100%);
  background-image: linear-gradient(0deg, rgba(239, 245, 255, 0.55) 0%, rgba(246, 250, 255, 0.55) 100%);
}

.news .news-item {
  width: -webkit-calc(33.33% - (22px * 2 / 3));
  width: -moz-calc(33.33% - (22px * 2 / 3));
  width: calc(33.33% - (22px * 2 / 3));
  margin-right: 22px;
  margin-top: 75px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  height: 351px;
}

.news .news-item .itme-img {
  width: 100%;
  height: 224px;
  display: block;
}

.news .news-item .item-title {
  font-size: 18px;
  line-height: 34px;
  color: #333333;
  margin: 22px 29px 0;
}

.news .news-item .item-text {
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  color: #5c5f6b;
  overflow: hidden;
  margin: 0 29px;
}

.news .news-item:last-child {
  margin-right: 0;
}

.news .news-item:hover {
  box-shadow: 0px 5px 10px 0px rgba(21, 46, 100, 0.15);
  -webkit-transform: translateY(-25px);
     -moz-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
       -o-transform: translateY(-25px);
          transform: translateY(-25px);
}

.links-changes {
  height: 706px;
  background-color: #fff;
  padding-top: 110px;
  overflow: hidden;
}

.links-changes .content {
  margin-top: 88px;
  position: relative;
  height: 370px;
}

.links-changes .content .links-item {
  position: absolute;
  z-index: 0;
}

.links-changes .content .links-item > div {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -webkit-calc(100% + 40px);
  bottom: -moz-calc(100% + 40px);
  bottom: calc(100% + 40px);
}

.links-changes .content .links-item > div .item-name,
.links-changes .content .links-item > div .item-text {
  white-space: nowrap;
}

.links-changes .content .links-item > div .item-name {
  font-family: "FZLTCHJW-Regular";
  line-height: 24px;
}

.links-changes .content .links-item > div .item-text {
  color: #999999;
  line-height: 24px;
}

.links-changes .content .links-item > div::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.links-changes .content .links-item > a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}

.links-changes .content .link1,
.links-changes .content .link2,
.links-changes .content .link6,
.links-changes .content .link7 {
  width: 61px;
  height: 70px;
}

.links-changes .content .link1 .item-name,
.links-changes .content .link2 .item-name,
.links-changes .content .link6 .item-name,
.links-changes .content .link7 .item-name {
  font-size: 20px;
}

.links-changes .content .link1 .item-text,
.links-changes .content .link2 .item-text,
.links-changes .content .link6 .item-text,
.links-changes .content .link7 .item-text {
  font-size: 16px;
}

.links-changes .content .link1 > div::after,
.links-changes .content .link2 > div::after,
.links-changes .content .link6 > div::after,
.links-changes .content .link7 > div::after {
  width: 6px;
  height: 76px;
  background-color: #f00;
  top: 16px;
}

.links-changes .content .link1,
.links-changes .content .link2 {
  background: url("../images/img_link1.png") center no-repeat;
}

.links-changes .content .link1 .item-name,
.links-changes .content .link2 .item-name {
  color: #46c4a1;
}

.links-changes .content .link1 > div::after,
.links-changes .content .link2 > div::after {
  background: url("../images/img_link_text_line1.png") center no-repeat;
}

.links-changes .content .link6,
.links-changes .content .link7 {
  background: url("../images/img_link4.png") center no-repeat;
}

.links-changes .content .link6 .item-name,
.links-changes .content .link7 .item-name {
  color: #756fd4;
}

.links-changes .content .link6 > div::after,
.links-changes .content .link7 > div::after {
  background: url("../images/img_link_text_line3.png") center no-repeat;
}

.links-changes .content .link1 {
  left: 20px;
  top: 215px;
}

.links-changes .content .link2 {
  bottom: 0;
  left: 157px;
}

.links-changes .content .link6 {
  bottom: 0;
  right: 157px;
}

.links-changes .content .link7 {
  right: 20px;
  top: 215px;
}

.links-changes .content .link3,
.links-changes .content .link5 {
  width: 118px;
  height: 135px;
  top: 181px;
  background: url("../images/img_link2.png") center no-repeat;
}

.links-changes .content .link3 .item-name,
.links-changes .content .link5 .item-name {
  font-size: 24px;
  color: #333333;
}

.links-changes .content .link3 > div::after,
.links-changes .content .link5 > div::after {
  width: 9px;
  height: 108px;
  background: url("../images/img_link_text_line2.png") center no-repeat;
  top: -10px;
}

.links-changes .content .link3::after {
  left: 45px;
}

.links-changes .content .link5::after {
  right: 45px;
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.links-changes .content .link3 {
  left: 304px;
}

.links-changes .content .link5 {
  right: 304px;
}

.links-changes .content .link4 {
  width: 217px;
  height: 285px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: url("../images/img_link3.png") center no-repeat;
}

.links-changes .content .links-item::after {
  content: '';
  position: absolute;
  z-index: 1;
}

.links-changes .content .link1::after {
  width: 123px;
  height: 80px;
  top: 27px;
  left: 21px;
  background: url("../images/img_link_line1.png") center no-repeat;
}

.links-changes .content .link2::after {
  width: 145px;
  height: 71px;
  top: -23px;
  left: 4px;
  background-color: #fff;
  background: url("../images/img_link_line2.png") center no-repeat;
}

.links-changes .content .link3::after,
.links-changes .content .link5::after {
  width: 152px;
  height: 81px;
  top: -8px;
  background: url("../images/img_link_line2.png") center no-repeat;
}

.links-changes .content .link6::after {
  width: 126px;
  height: 62px;
  top: -20px;
  right: 24px;
  background-color: #fff;
  background: url("../images/img_link_line4.png") center no-repeat;
}

.links-changes .content .link7::after {
  width: 124px;
  height: 81px;
  top: 26px;
  right: 19px;
  background-color: #fff;
  background: url("../images/img_link_line5.png") center no-repeat;
}

.river-chain {
  height: 578px;
  background: url("../images/img_river_chain.png") center top no-repeat;
  padding-top: 108px;
}

.river-chain .infos {
  width: 476px;
  color: #f4f6f8;
}

.river-chain .infos .infos-title {
  font-family: "FZLTCHJW-Bold";
  font-size: 32px;
  line-height: 34px;
}

.river-chain .infos .infos-text {
  font-size: 16px;
  line-height: 34px;
  margin-top: 30px;
  overflow: hidden;
  height: 204px;
}

.river-chain .infos .more {
  display: inline-block;
  width: 146px;
  height: 53px;
  border-radius: 27px;
  border: solid 1px rgba(255, 255, 255, 0.45);
  font-size: 16px;
  line-height: 53px;
  color: #ffffff;
  padding-left: 33px;
  margin-top: 53px;
}

.river-chain .infos .more:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.river-chain .address-videos {
  margin-top: 20px;
}

.river-chain .address-videos .address-video {
  width: -webkit-calc(25% - (15px * 3 / 4));
  width: -moz-calc(25% - (15px * 3 / 4));
  width: calc(25% - (15px * 3 / 4));
  margin-right: 15px;
  cursor: pointer;
}

.river-chain .address-videos .address-video:nth-child(4n) {
  margin-right: 0;
}

.river-chain .address-videos .address-video .item-video {
  border: solid 1px #ffffff;
  height: 73px;
  background-color: #fbfbfb;
  border-radius: 4px;
  overflow: hidden;
}

.river-chain .address-videos .address-video .item-video img,
.river-chain .address-videos .address-video .item-video video {
  display: block;
  height: 100%;
  width: 100%;
}

.river-chain .address-videos .address-video .itme-name {
  text-align: center;
  font-size: 15px;
  line-height: 34px;
  color: #ffffff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.river-chain .video {
  width: 692px;
  height: 382px;
  border-radius: 4px;
  position: relative;
  margin-right: -32px;
  margin-top: -11px;
  background: url("../images/img_video_shadow.png") right top no-repeat;
  padding-right: 32px;
  padding-top: 11px;
  position: relative;
}

.river-chain .video .swiper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.river-chain .video .swiper .swiper-slide {
  width: 692px;
  height: 382px;
  border-radius: 4px;
}

.river-chain .video .swiper-pagination {
  margin-top: 6px;
  left: -webkit-calc(50% - 15px);
  left: -moz-calc(50% - 15px);
  left: calc(50% - 15px);
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.river-chain .video .swiper-pagination-bullet {
  margin: 0 5px;
  width: 23px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 2px;
}

.river-chain .video > img,
.river-chain .video > video {
  height: 100%;
  width: 100%;
}

.platform-data {
  height: 1001px;
  padding-top: 105px;
  background: url("../images/img_platform_data.png") center bottom no-repeat;
  overflow: hidden;
}

.platform-data .data-statistics {
  margin-top: 70px;
  padding-bottom: 53px;
  background: url("../images/img_list_shadow.png") center bottom no-repeat;
  margin-bottom: 6px;
}

.platform-data .data-statistics .statistics-item {
  width: 25%;
  text-align: center;
  padding: 107px 5px 0;
}

.platform-data .data-statistics .statistics-item > div {
  color: #333333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-data .data-statistics .statistics-item .item-value {
  font-size: 46px;
  line-height: 46px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-data .data-statistics .statistics-item .item-label {
  margin-top: 18px;
  font-size: 22px;
  line-height: 34px;
  font-family: "FZLTCHJW-Regular";
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-data .data-statistics .statistics-item:nth-of-type(1) {
  background: url("../images/icon_data_statistics1.png") center top no-repeat;
}

.platform-data .data-statistics .statistics-item:nth-of-type(2) {
  background: url("../images/icon_data_statistics2.png") center top no-repeat;
}

.platform-data .data-statistics .statistics-item:nth-of-type(3) {
  background: url("../images/icon_data_statistics3.png") center top no-repeat;
}

.platform-data .data-statistics .statistics-item:nth-of-type(4) {
  background: url("../images/icon_data_statistics4.png") center top no-repeat;
}

.platform-data .data-list {
  -webkit-animation-delay: 0.2s;
     -moz-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.platform-data .data-list table {
  width: 100%;
  table-layout: fixed;
}

.platform-data .data-list table th {
  height: 48px;
  font-family: "FZLTCHJW-Regular";
  font-size: 18px;
  color: #333333;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #eaeff8;
}

.platform-data .data-list table tbody {
  margin-top: 5px;
  background-color: transparent;
}

.platform-data .data-list table tbody tr {
  padding-bottom: 2px;
  height: 66px;
  background-color: transparent;
}

.platform-data .data-list table tbody tr > td:first-child {
  margin-top: 5px;
}

.platform-data .data-list table td {
  border-right: 1px solid #eaeff8;
  margin-bottom: 2px;
}

.platform-data .data-list table td > div {
  min-height: 64px;
  padding: 15px 5px;
  line-height: 34px;
  background-color: rgba(255, 255, 255, 0.35);
  text-align: center;
  font-size: 18px;
  color: #5c5f6b;
}

.platform-data .data-list table td > div > div {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-data .data-list table tr > th:last-child,
.platform-data .data-list table tr > td:last-child {
  border-right: none;
}

.alliance-members {
  height: 647px;
  padding-top: 107px;
  background: url("../images/img_alliance_members.png") center bottom no-repeat;
  overflow: hidden;
}

.alliance-members .members-item {
  width: -webkit-calc(50% - (87px / 2));
  width: -moz-calc(50% - (87px / 2));
  width: calc(50% - (87px / 2));
  margin-right: 87px;
  height: 137px;
  margin-top: 57px;
  background-color: #ffffff;
  box-shadow: 0px 3px 18px 0px rgba(19, 92, 185, 0.16);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.alliance-members .members-item > a {
  height: 100%;
  width: 100%;
  display: block;
}

.alliance-members .members-item > a > img {
  height: 100%;
  width: 100%;
}

.alliance-members .members-item:nth-of-type(2n) {
  margin-right: 0;
}

.alliance-members .members-item:active {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
/* 新增 */
.news {
  height: 705px;
  background: url("../images/img_news_bg.png") center no-repeat;
}

.platform-data {
  height: 999px;
  padding-top: 73px;
  background: url("https://www.bqpoint.com/ebpu/chainmis7/img_platform_data_bg.png") center bottom -100px no-repeat;
}

.platform-data .statistical {
  margin-top: 66px;
  margin-bottom: 40px;
  height: 130px;
}

.platform-data .statistical > label {
  line-height: 130px;
  width: 273px;
  text-align: center;
  position: relative;
  background: url("../images/img_statistical_label.png") center no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 5px;
  color: #ffffff;
}

.platform-data .statistical > label > span {
  position: relative;
}

.platform-data .statistical > label > span::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 0.55;
  left: 100%;
}

.platform-data .statistical > label > span:last-child::after {
  display: none;
}

.platform-data .statistical > label::after {
  width: 12px;
  height: 24px;
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/img_statistical_label_arrow.png") center no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.platform-data .statistical .statistical-list {
  width: -webkit-calc(100% - 273px);
  width: -moz-calc(100% - 273px);
  width: calc(100% - 273px);
  background-color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(45, 100, 178, 0.2);
  height: 100%;
}

.platform-data .statistical .statistical-list .statistical-item {
  width: 33.33%;
  height: 100%;
  position: relative;
  padding-left: 135px;
  padding-right: 20px;
  padding-top: 20px;
}

.platform-data .statistical .statistical-list .statistical-item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 79px;
  background-color: #e7eaef;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.platform-data .statistical .statistical-list .statistical-item:last-child::after {
  display: none;
}

.platform-data .statistical .statistical-list .statistical-item .item-label {
  font-size: 16px;
  line-height: 37px;
  color: #333333;
}

.platform-data .statistical .statistical-list .statistical-item .item-value {
  font-family: 'Arial-BoldMT';
  font-size: 32px;
  line-height: 37px;
  color: #1663ee;
}

.platform-data .statistical .statistical-list .statistical-item:nth-child(1) {
  background: url("../images/icon_platform_statistical1.png") left 38px center no-repeat;
}

.platform-data .statistical .statistical-list .statistical-item:nth-child(2) {
  background: url("../images/icon_platform_statistical2.png") left 38px center no-repeat;
}

.platform-data .statistical .statistical-list .statistical-item:nth-child(3) {
  background: url("../images/icon_platform_statistical3.png") left 38px center no-repeat;
}

.platform-data .map {
  width: -webkit-calc (100% - 367px - 120px);
  width: -moz-calc(100% - 367px - 120px);
  width: 713px;
  height: 588px;
  background: url("https://www.bqpoint.com/ebpu/chainmis7/img_map.png") center no-repeat;
}

.platform-data .center-list {
  width: 367px;
  position: relative;
  height: 588px;
}

.platform-data .center-list::before {
  top: 213px;
  content: '';
  position: absolute;
  width: 80px;
  height: 68px;
  right: -webkit-calc(100% + 20px);
  right: -moz-calc(100% + 20px);
  right: calc(100% + 20px);
  background: url("../images/img_center_list.png") center no-repeat;
}

.platform-data .center-list .list-item {
  width: 367px;
  height: 132px;
  padding: 4px;
  background-color: #fff;
  box-shadow: 9px 10px 0px 0px rgba(197, 215, 241, 0.6);
  border-radius: 2px;
}

.platform-data .center-list .list-item:nth-child(n + 2) {
  margin-top: 20px;
}

.platform-data .center-list .list-item .item-title {
  border-radius: 2px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 6px;
}

.platform-data .center-list .list-item:nth-child(1) .item-title {
  background: -webkit-linear-gradient(349deg, #f98f1e 0%, #fab366 100%);
  background: -moz-linear-gradient(349deg, #f98f1e 0%, #fab366 100%);
  background: -o-linear-gradient(349deg, #f98f1e 0%, #fab366 100%);
  background: linear-gradient(101deg, #f98f1e 0%, #fab366 100%);

}

.platform-data .center-list .list-item:nth-child(2) .item-title {
  background: -webkit-linear-gradient(349deg, #1939b4 0%, #5e7bee 100%);
  background: -moz-linear-gradient(349deg, #1939b4 0%, #5e7bee 100%);
  background: -o-linear-gradient(349deg, #1939b4 0%, #5e7bee 100%);
  background: linear-gradient(101deg, #1939b4 0%, #5e7bee 100%);
}

.platform-data .center-list .list-item:nth-child(3) .item-title {
  background: -webkit-linear-gradient(349deg, #195adb 0%, #5288f5 100%);
  background: -moz-linear-gradient(349deg, #195adb 0%, #5288f5 100%);
  background: -o-linear-gradient(349deg, #195adb 0%, #5288f5 100%);
  background: linear-gradient(101deg, #195adb 0%, #5288f5 100%);

}

.platform-data .center-list .list-item:nth-child(4) .item-title {
  background: -webkit-linear-gradient(349deg, #2c7ef9 0%, #609df8 100%);
  background: -moz-linear-gradient(349deg, #2c7ef9 0%, #609df8 100%);
  background: -o-linear-gradient(349deg, #2c7ef9 0%, #609df8 100%);
  background: linear-gradient(101deg, #2c7ef9 0%, #609df8 100%);
}

.platform-data .center-list .list-item .item-value {
  line-height: 36px;
}

.platform-data .center-list .list-item .item-value .value-label {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  width: 213px;
  padding-left: 64px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.platform-data .center-list .list-item .item-value .value-label::before {
  content: '';
  position: absolute;
  left: 34px;
  top: 50%;
  height: 14px;
  width: 14px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon_center_list_label.png") center no-repeat;
}

.platform-data .center-list .list-item .item-value .value-content {
  width: -webkit-calc(100% - 213px);
  width: -moz-calc(100% - 213px);
  width: calc(100% - 213px);
  font-family: "SourceHanSansCN-Bold";
  font-size: 16px;
  color: #333333;
  padding-right: 18px;
  height: 36px;
}

.platform-data .center-list .list-item .item-value .value-content > span {
  padding-right: 18px;
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-data .center-list .list-item .item-value .value-content > span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 15px;
  background: url("../images/icon_center_list_state.png") center no-repeat;
  display: none;
}

.platform-data .center-list .list-item .item-value .value-content.up > span::after {
  display: block;
}

.platform-data .center-list .list-item .item-value .value-content.down > span::after {
  display: block;
  -webkit-transform: translateY(-50%) rotateZ(180deg);
     -moz-transform: translateY(-50%) rotateZ(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
}

.alliance-members .members-list {
  width: 1060px;
  margin: 0 auto;
}

.alliance-members .members-list .members-item {
  text-align: center;
  overflow: hidden;
  height: 131px;
  line-height: 131px;
  margin-top: 60px;
  box-shadow: none;
  border-radius: 10px;
  width: -webkit-calc(50% - (79px / 2));
  width: -moz-calc(50% - (79px / 2));
  width: calc(50% - (79px / 2));
  margin-right: 79px;
}

.alliance-members .members-list .members-item:nth-child(2n) {
  margin-right: 0;
}

.alliance-members .members-list .members-item > a {
  display: block;
  height: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}

.alliance-members .members-list .members-item:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.alliance-members .members-list .members-item:nth-child(1) {
  background: url("../images/img_members1.png") center no-repeat;
}

.alliance-members .members-list .members-item:nth-child(2) {
  background: url("../images/img_members2.png") center no-repeat;
}

.alliance-members .members-list .members-item:nth-child(3) {
  background: url("../images/img_members3.png") center no-repeat;
}

.alliance-members .members-list .members-item:nth-child(4) {
  background: url("../images/img_members4.png") center no-repeat;
}
