@charset "UTF-8";
/**!
* 首页
* date:2022-4-20
* author: zzongyi;
*/
.content {
  background: none;
}

.com-style {
  background-color: #fff;
  box-shadow: 0px 3.464px 8px 0px rgba(238, 238, 238, 0.9);
  border: 1px solid #dae9fd;
  padding: 19px;
}

.news-items > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  line-height: 48px;
  vertical-align: top;
  padding: 0 16px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.news-items > li:first-child {
  height: 77px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.news-items > li:first-child a {
  color: #2971b8;
  line-height: 18px;
  margin-bottom: 5px;
  max-width: 600px;
}
.news-items > li:nth-child(odd) {
  background: #f5f9fe;
}
.news-items > li .detail {
  color: #84bcf4;
  font-size: 12px;
  font-weight: 400;
  max-width: 600px;
  line-height: 18px; /* 150% */
}

.news-time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.news-items > li > a {
  color: #333;
  max-width: 500px;
}

.news-items > li:hover a {
  color: #4d98e3;
}

.news-items > li:hover:before {
  background-color: #fd7823;
  box-shadow: 0px 3px 4.9px 0.1px rgba(253, 120, 35, 0.3);
}

.news-other-items {
  position: relative;
}

.module-hd {
  height: 42px;
  line-height: 42px;
  position: relative;
}
.module-hd .get-more {
  position: absolute;
  height: 42px;
  line-height: 42px;
  top: 0;
  right: 0;
}
.module-tt {
  position: relative;
  font-size: 32px;
  color: #333;
  font-family: "YouSheBiaoTiHei";
  text-align: center;
}
.module-tt::after, .module-tt::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 7px;
  border-radius: 4px;
}
.module-tt::after {
  left: calc(50% - 128px);
  background: linear-gradient(-90deg, #cadfff, rgba(202, 223, 255, 0));
}
.module-tt::before {
  right: calc(50% - 128px);
  background: linear-gradient(90deg, #cadfff, rgba(202, 223, 255, 0));
}

/*轮播+通知公告tab*/
.notify {
  margin-top: 30px;
}
.notify-left {
  width: 512px;
  height: 327px;
}
.notify-right {
  width: 653px;
}
.notify-swiper {
  width: 100%;
  height: 100%;
}
.notify-swiper .swiper-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 192px 0 20px;
  font-size: 16px;
}
.notify .swiper-button-next {
  width: 25px;
  height: 24px;
  background: url("../images/index/notify_next.png") no-repeat;
}
.notify .swiper-button-prev {
  width: 25px;
  height: 24px;
  background: url("../images/index/notify_prev.png") no-repeat;
}
.notify .swiper-pagination-fraction {
  display: flex;
  align-items: center;
}
.notify .swiper-pagination-total {
  font-size: 16px;
  font-weight: 700;
}
.notify .swiper-pagination-fraction,
.notify .swiper-pagination-custom,
.notify .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 17px;
  left: auto;
  right: -50px;
  width: 20%;
  color: #fff;
}
.notify .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 4px;
  opacity: 0.6;
}
.notify .swiper-pagination-bullet-active {
  width: 28px;
  opacity: 1;
}
.notify-tab {
  position: relative;
}
.notify-tab-hd {
  line-height: 46px;
  padding-left: 37px;
  box-sizing: border-box;
  position: relative;
  padding-left: 16.5px;
}
.notify-tab-hd > li {
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #888;
  width: 158px;
  padding-left: 58px;
  box-sizing: border-box;
  cursor: pointer;
  background-position: 20px center;
  background-repeat: no-repeat;
}
.notify-tab-hd > li:nth-child(1) {
  background-image: url("../images/index/notify_tab_bg1.png");
}
.notify-tab-hd > li:nth-child(2) {
  background-image: url("../images/index/notify_tab_bg2.png");
}
.notify-tab-hd > li.active {
  border-radius: 27px;
  background-color: #4d98e3;
  color: #fff;
}
.notify-tab-bd {
  position: relative;
  padding-top: 12px;
}
.get-more {
  width: 37px;
  height: 15px;
  background: url("../images/index/get-more.png") no-repeat center center;
}

.notify .get-more {
  position: absolute;
  top: -28px;
  right: 0;
}

/*平台登陆*/
.platform {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.platform .module-hd {
  margin-bottom: 20px;
}
.platform-entrance {
  width: 285px;
}
.platform-entrance-content > a {
  display: block;
  position: relative;
  width: 285px;
  height: 70px;
  padding-left: 92px;
  line-height: 70px;
  box-sizing: border-box;
  margin-bottom: 8px;
  border-radius: 4px;
  font-size: 18px;
  color: #000;
  background: url("../images/index/entrance_bg.png") no-repeat;
}
.platform-entrance-content > a::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  left: 22px;
  top: 0;
}
.platform-entrance-content > a:nth-child(1)::after {
  background: url("../images/index/entrance_icon1.png") no-repeat;
}
.platform-entrance-content > a:nth-child(2)::after {
  background: url("../images/index/entrance_icon2.png") no-repeat;
}
.platform-entrance-content > a:nth-child(3)::after {
  background: url("../images/index/entrance_icon3.png") no-repeat;
}
.platform-entrance-content > a:nth-child(4)::after {
  background: url("../images/index/entrance_icon4.png") no-repeat;
}
.platform-entrance-content > a:nth-child(5)::after {
  background: url("../images/index/entrance_icon5.png") no-repeat;
}
.platform-entrance-content > a:last-child {
  margin-bottom: 0;
}
.platform-entrance-content > a:hover {
  color: #fff;
  font-weight: 700;
  background: url("../images/index/entrance_bgh.png") no-repeat;
}
.platform-trade {
  width: 490px;
}
.platform-trade .public-table tr td:nth-child(2) {
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.platform-trade .public-table tr td:nth-child(2) {
  font-size: 14px;
  color: #4d98e3;
}
.platform-common {
  width: 386px;
}
.platform-common-content {
  display: flex;
  flex-wrap: wrap;
}
.platform-common-content a {
  width: 183px;
  height: 183px;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 4px;
}
.platform-common-content a h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
}
.platform-common-content a span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.platform-common-content a:nth-child(odd) {
  margin-right: 20px;
}
.platform-common-content a:nth-child(1) {
  background: url("../images/index/common_bg1.png");
}
.platform-common-content a:nth-child(2) {
  background: url("../images/index/common_bg2.png");
}
.platform-common-content a:nth-child(3) {
  background: url("../images/index/common_bg3.png");
}
.platform-common-content a:nth-child(4) {
  background: url("../images/index/common_bg4.png");
}
.platform-common-content a:nth-child(-n+2) {
  margin-bottom: 20px;
}

/*交易信息*/
.trade {
  margin-top: 60px;
}
.trade .module-hd {
  margin-bottom: 20px;
}
.trade-bd{
  display:flex;
  justify-content:space-between;
}
.trade-left {
  width: 285px;
  background: url("../images/index/trade_left_bg.png") no-repeat;
  background-size:100% 100%;
  padding-top: 20px;
  padding-left: 70px;
  box-sizing: border-box;
  border-radius: 4px;
}
.trade-right {
  width: 893px;
}
.trade-nav-item {
  height: 58px;
  line-height: 56px;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  padding-left: 28px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(9px);
  margin-bottom: 4px;
  box-sizing: border-box;
}
.trade-nav-item.current {
  color: #4d98e3;
  font-weight: 600;
  border-left: 3px solid #4d98e3;
  background: #fff;
  backdrop-filter: none;
}
.trade-select {
  border-radius: 4px;
  border: 1px solid #dfe9f5;
  background: #f9fcff;
  height: 194px;
  padding: 20px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.trade-select-item {
  display: flex;
  overflow: hidden;
  margin-bottom: 9px;
}
.trade-select-item:last-child {
  margin-bottom: 0;
}
.trade-sort {
  font-size: 14px;
  text-align: right;
  flex-shrink: 0;
  margin: 0 15px;
  line-height: 30px;
}
.trade-sort-list {
  font-size: 14px;
}
.trade-sort-item {
  float: left;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border-radius: 2px;
  margin: 0 10px 10px 0;
  color: #666;
}
.trade-sort-item.current {
  background: #4d98e3;
  color: #fff;
}
.trade-table th {
  text-align: left;
  height: 41px;
}
.trade-table tbody tr td {
  height: 41px;
}
.trade-table tbody tr td:nth-child(1), .trade-table tbody tr td:nth-child(4), .trade-table tbody tr td:nth-child(5) {
  text-align: left;
}
.trade-swiper {
  height: 345px;
}
.trade-swiper .swiper-slide {
  height:57.5px;
  border-bottom: 1px solid #eee;
}
.trade-swiper .swiper-slide:hover {
  background: #f3f9ff;
}
.trade-swiper .swiper-slide:hover a span {
  color: #4d98e3 !important;
}
.trade-swiper .swiper-slide > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.trade-swiper .swiper-slide > a span {
  padding: 0 10px;
  box-sizing: border-box;
}
.trade-swiper .swiper-slide > a span:nth-child(1) {
  font-size: 15px;
  color: #2d2d2d;
  width: 306px;
}
.trade-swiper .swiper-slide > a span:nth-child(2) {
  width: 96px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.trade-swiper .swiper-slide > a span:nth-child(3) {
  width: 88px;
  color: #4d98e3;
}

/* 交易数据 */
.tradedata {
  margin-top: 100px;
}
.tradedata .module-hd {
  margin-bottom: 20px;
}
.tradedata-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 6px;
}
.tradedata-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 2px;
  background-color: rgb(28, 111, 196);
}
.tradedata-title-cn {
  font-size: 28px;
  line-height: 36px;
  color: rgb(28, 111, 196);
  font-weight: bold;
}
.tradedata-title-en {
  font-size: 12px;
  line-height: 20px;
  color: rgb(116, 118, 129);
  text-transform: uppercase;
}
.tradedata .updatetime {
  margin-top: 25px;
  color: rgb(116, 118, 129);
}
.tradedata-overview {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tradedata-overview > li {
  width: 387px;
  height: 103px;
  padding: 29px 52px 0;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 15px 19px 0px rgba(162, 194, 231, 0.23);
}
.tradedata-overview > li:nth-child(1) {
  background: url("../images/index/tradedata_bg1.png") no-repeat;
}
.tradedata-overview > li:nth-child(2) {
  background: url("../images/index/tradedata_bg2.png") no-repeat;
}
.tradedata-overview .overview-num {
  color: #304560;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}
.tradedata-overview .overview-name {
  font-size: 16px;
  line-height: 18px;
}
.tradedata-overview .overview-val {
  font-size: 28px;
  font-weight: 700;
  margin-right: 3px;
  color: #1572e4;
}
.tradedata-mod {
  position: relative;
  border-radius: 4px;
  border: 3px solid #fff;
  box-shadow: 0px 4px 34px 0px rgba(170, 193, 217, 0.21);
}
.tradedata-mod.areas {
  width: 100%;
  height: 470px;
  background: url("../images/index/map_bg.png") no-repeat;
}
.tradedata-mod.areas .tooltip {
  position: absolute;
  top: 153px;
  left: 551px;
  width: 215px;
  height: 110px;
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 3px solid #fff;
  background: linear-gradient(180deg, #f8fbff 0%, #f5faff 100%);
  box-shadow: 0px 4px 34px 0px rgba(170, 193, 217, 0.44);
}
.tradedata-mod.areas .tooltip h4 {
  line-height: 24px;
  color: #000;
  font-size: 16px;
}
.tradedata-mod.areas .tooltip p {
  display: flex;
  align-items: center;
}
.tradedata-mod.areas .tooltip p:last-child {
  margin-top: 3px;
}
.tradedata-mod.areas .tooltip p i {
  width: 9px;
  height: 9px;
  background: #4d98e3;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 12px;
}
.tradedata-mod.areas .tooltip p span {
  font-size: 18px;
  color: #4d98e3;
  font-weight: 600;
  margin-left: 11px;
}
.tradedata-mod.areas .tooltip::after {
  position: absolute;
  content: "";
  width: 53px;
  height: 53px;
  left: -72px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/index/tooltip_icon.png") no-repeat;
}
.tradedata-mod.areas .area {
  position: absolute;
  right: 11px;
  bottom: 26px;
}
.tradedata-mod.areas .area-item {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  height: 75px;
  margin-right: 13px;
  font-size: 16px;
  line-height: 74px;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #e0ebf8 84.37%);
  border: 1px solid #fff;
  box-shadow: 0px 4px 15px rgba(165, 189, 216, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.tradedata-mod.areas .area-item.active {
  color: #4d98e3;
  background: linear-gradient(180deg, #d7e7f9 0%, #fff 100%);
}
.tradedata-mod.business {
  position: relative;
  width: 387px;
  height: 593px;
  padding: 65px 17px 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, #f8fbff 0%, #f5faff 100%);
}
.tradedata-mod.business::after {
  position: absolute;
  content: "";
  left: -23px;
  top: 310px;
  width: 21px;
  height: 43px;
  background: url("../images/index/arrow.png") no-repeat;
}
.tradedata-mod-title {
  position: absolute;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  top: 13px;
  left: 20px;
}
.tradedata-mod-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 3px;
  background-color: #4d98e3;
}
.tradedata-map {
  height: 100%;
}
.tradedata .map-box {
  width: 793px;
}

.business-tab-head {
  display: flex;
  justify-content: space-between;
}
.business-tab-head > li {
  padding: 0 12px;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  background: #e4edf5;
  color: #000;
  cursor: pointer;
}
.business-tab-head > li.active {
  color: #fff;
  background: #4d98e3;
}
.business-icon {
  display: block;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center top;
}
.business-pie {
  height: 494px;
}