<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * 交易主体分布
 * date: 2019-06-12
 * author : 程姣姣
 */
.main .col-l {
  float: left;
  width: 930px;
  margin-left: 20px;
}

.main .col-l .column-count {
  height: 620px;
  margin-top: 35px;
}

.main .col-l .column-count .column-type {
  float: left;
  margin: 55px 0 0 8px;
  width: 52px;
}

.main .col-l .column-count .column-type li {
  height: 260px;
  margin-bottom: 12px;
  text-align: center;
  padding: 0 6px;
  color: #189df1;
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/chk-def.png) no-repeat 0;
  cursor: pointer;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}

.main .col-l .column-count .column-type li:hover, .main .col-l .column-count .column-type li.active {
  color: #6effb5;
  background: url(../images/chk-act.png) no-repeat 0;
}

.main .col-l .column-count .count-con {
  position: relative;
  float: left;
  width: 832px;
  height: 600px;
  z-index: 2;
}

.main .col-l .column-count .count-con .spin img {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.main .col-l .column-count .count-con #map {
  height: 100%;
  top: -15px;
}

.main .col-l .box-title {
  background-image: url(../images/main-title1.png);
}

.main .col-l #registeredCapital {
  height: 296px;
}

.main .col-r {
  position: relative;
  float: right;
  width: 930px;
  margin-top: 88px;
  margin-right: 20px;
}

.main .col-r .box-title:nth-child(1) {
  background-image: url(../images/main-title2.png);
}

.main .col-r .box-title:nth-child(3) {
  position: absolute;
  width: 100%;
  top: 490px;
}

.main .col-r .region-tab {
  position: absolute;
  right: 16px;
  top: 4px;
}

.main .col-r .region-tab span {
  float: right;
  width: 80px;
  height: 24px;
  margin-left: 2px;
  text-align: center;
  line-height: 24px;
  background: url(../images/main-def.png) no-repeat 0;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
  cursor: pointer;
}

.main .col-r .region-tab span.active, .main .col-r .region-tab span:hover {
  color: #fffc00;
  background: url(../images/main-act.png) no-repeat 0;
}

.main .col-r .main-swiper {
  width: 914px;
  margin: 0 auto;
  height: 845px;
}

.main .col-r .main-swiper .area-rank {
  position: relative;
  width: 100%;
  height: 300px;
}

.main .col-r .main-swiper .area-rank li {
  position: absolute;
  width: 20%;
  height: 300px;
  text-align: center;
}

.main .col-r .main-swiper .area-rank li:nth-child(1) {
  background: url("../images/main-bar1.png") bottom center no-repeat;
}

.main .col-r .main-swiper .area-rank li:nth-child(2) {
  background: url("../images/main-bar2.png") bottom center no-repeat;
}

.main .col-r .main-swiper .area-rank li:nth-child(3) {
  background: url("../images/main-bar3.png") bottom center no-repeat;
}

.main .col-r .main-swiper .area-rank li:nth-child(4) {
  background: url("../images/main-bar4.png") bottom center no-repeat;
}

.main .col-r .main-swiper .area-rank li:nth-child(5) {
  background: url("../images/main-bar5.png") bottom center no-repeat;
}

.main .col-r .main-swiper .area-rank li p {
  position: absolute;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  text-shadow: -2px 0 1px #0e257d, 2px 0 1px #0e257d, 0px 2px 1px #0e257d, 0px -2px 1px #0e257d;
}

.main .col-r .main-swiper .area-rank li h6 {
  position: absolute;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #32d0fe;
}

.main .col-r .main-swiper .area-rank li:nth-child(1) {
  left: 40%;
}

.main .col-r .main-swiper .area-rank li:nth-child(1) p {
  bottom: 132px;
}

.main .col-r .main-swiper .area-rank li:nth-child(1) h6 {
  bottom: 265px;
}

.main .col-r .main-swiper .area-rank li:nth-child(2) {
  left: 20%;
}

.main .col-r .main-swiper .area-rank li:nth-child(2) p {
  bottom: 80px;
}

.main .col-r .main-swiper .area-rank li:nth-child(2) h6 {
  bottom: 212px;
}

.main .col-r .main-swiper .area-rank li:nth-child(3) {
  left: 60%;
}

.main .col-r .main-swiper .area-rank li:nth-child(3) p {
  bottom: 46px;
}

.main .col-r .main-swiper .area-rank li:nth-child(3) h6 {
  bottom: 176px;
}

.main .col-r .main-swiper .area-rank li:nth-child(4) {
  left: 0%;
}

.main .col-r .main-swiper .area-rank li:nth-child(4) p {
  bottom: 18px;
}

.main .col-r .main-swiper .area-rank li:nth-child(4) h6 {
  bottom: 138px;
}

.main .col-r .main-swiper .area-rank li:nth-child(5) {
  left: 80%;
}

.main .col-r .main-swiper .area-rank li:nth-child(5) p {
  bottom: 2px;
}

.main .col-r .main-swiper .area-rank li:nth-child(5) h6 {
  bottom: 106px;
}

.main .col-r .main-swiper .rate-top {
  margin-top: 196px;
  margin-bottom: 10px;
}

.main .col-r .main-swiper .rate-top span {
  float: left;
  font-size: 16px;
  color: #42c7ff;
}

.main .col-r .main-swiper .rate-top span:nth-child(1) {
  margin: 0 436px 0 108px;
}

.main .col-r .main-swiper .rate-item {
  height: 65px;
  line-height: 65px;
  overflow: hidden;
}

.main .col-r .main-swiper .rate-item p {
  float: left;
  width: 92px;
  text-align: right;
  color: #13abfb;
  font-size: 18px;
  font-family: "num";
}

.main .col-r .main-swiper .rate-item p:nth-child(5) {
  color: #b277f0;
  text-align: left;
}

.main .col-r .main-swiper .rate-item .bar-ct {
  position: relative;
  float: left;
  width: 284px;
  height: 20px;
  margin: 22.5px 0 0 15px;
  background: rgba(16, 27, 120, 0.4);
}

.main .col-r .main-swiper .rate-item .bar-ct span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: url(../images/main-rate1.png) repeat-x 0;
}

.main .col-r .main-swiper .rate-item .bar-ct:nth-child(4) {
  margin: 22.5px 15px 0 0;
}

.main .col-r .main-swiper .rate-item .bar-ct:nth-child(4) span {
  right: auto;
  left: 0;
  background: url(../images/main-rate2.png) repeat-x 0;
}

.main .col-r .main-swiper .rate-item h6 {
  float: left;
  width: 120px;
  text-align: center;
  font-size: 18px;
}

.main .col-r .main-swiper .swiper-pagination-bullets {
  top: 340px;
  bottom: auto;
  background: url(../images/main-line.png) no-repeat center;
}

.main .col-r .main-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  top: 18px;
  width: 96px;
  height: auto;
  margin: 0 15px 0;
  text-align: center;
  font-size: 16px;
  color: #00baff;
  opacity: 1;
  outline: none;
  background: transparent;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.main .col-r .main-swiper .swiper-pagination-bullets .swiper-pagination-bullet::before {
  position: absolute;
  left: 44px;
  top: -12px;
  width: 8px;
  height: 8px;
  content: "";
  background: url(../images/main-page-def.png) no-repeat center 0;
}

.main .col-r .main-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  top: 30px;
  color: #ffb31f;
}

.main .col-r .main-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  top: -38px;
  left: 29px;
  width: 38px;
  height: 38px;
  background: url(../images/main-page-act.png) no-repeat center 0;
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}
</pre></body></html>