@charset "UTF-8";
/**
 * 鄂尔多斯水权收储交易平台建设项目
 * date: 2025-3-25
 * author: wuzhou;
 */
/* 上部区域 */
.home-top-area {
  position: relative;
  z-index: 86;
}

.home-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 94px;
  z-index: 423;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home-logo {
  max-height: 100%;
}
.home-logo > img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.banner-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-swiper > .swiper-pagination-bullets,
.banner-swiper .swiper-pagination-custom,
.banner-swiper .swiper-pagination-fraction {
  bottom: 61px;
  height: 4px;
}
.banner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.banner-swiper .swiper-pagination-bullet {
  width: 87px;
  height: 4px;
  border-radius: 0;
  vertical-align: top;
  background: #fff;
  opacity: 0.4;
}
.banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

/* 登录 */
.login-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: -45px;
  z-index: 123;
}
.login-wrap > a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 90px;
  width: calc((100% - 40px) / 3);
  flex-shrink: 0;
  font-size: 20px;
  color: #333;
  margin-top: 15px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 85.67%);
  box-shadow: 0px 4px 20px 0px rgba(0, 64, 113, 0.1);
}
.login-wrap > a:first-child, .login-wrap > a:nth-child(2), .login-wrap > a:nth-child(3) {
  margin-top: 0;
}
.login-wrap > a:not(:nth-child(3n)) {
  margin-right: 20px;
}
.login-wrap > a > span {
  display: block;
  padding-left: 74px;
  line-height: 54px;
}
.login-wrap > a.trade > span {
  background: url("../images/login_ico1.png") left center no-repeat;
}
.login-wrap > a.user > span {
  background: url("../images/login_ico3.png") left center no-repeat;
}
.login-wrap > a.supervise > span {
  background: url("../images/login_ico2.png") left center no-repeat;
}
.login-wrap > a:hover {
  color: #007ed5;
}

.links-items {
  padding-top: 19px;
  display: flex;
}
.links-items .links-item {
  margin-top: 10px;
  flex: 1;
  overflow: hidden;
}
.links-items .links-item:not(:first-child) {
  margin-left: 16px;
}
.links-items .links-item > a {
  display: block;
  padding-left: 24px;
  padding-right: 10px;
  height: 93px;
  line-height: 93px;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.links-items .links-item:hover {
  opacity: 0.9;
}
.links-items .links-item.links1 > a {
  background-image: url("../images/link_bg1.jpg");
}
.links-items .links-item.links2 > a {
  background-image: url("../images/link_bg2.jpg");
}
.links-items .links-item.links3 > a {
  background-image: url("../images/link_bg3.jpg");
}
.links-items .links-item.links4 > a {
  background-image: url("../images/link_bg4.jpg");
}
.links-items .links-item.links5 > a {
  background-image: url("../images/link_bg5.jpg");
}
.links-items .links-item.links6 > a {
  background-image: url("../images/link_bg6.jpg");
}

/* 交易公开 */
.trade-open {
  margin-top: 38px;
  height: 727px;
  background: url("../images/trade_open_bg.jpg") center top no-repeat;
  overflow: hidden;
}

.info-title {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  line-height: 47px;
}
.info-title-name {
  font-weight: 700;
  font-size: 32px;
  margin: 0 30px;
}

.trade-area {
  margin-top: 40px;
  box-sizing: border-box;
  display: flex;
  padding: 16px;
  height: 540px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 64, 113, 0.1);
}

.rank-arae {
  width: 170px;
  flex-shrink: 0;
  background: url("../images/rank_bg.jpg") center top no-repeat;
}

.rank-title {
  position: relative;
  padding: 0 12px;
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  font-size: 18px;
  color: #007ed5;
  padding-left: 24px;
}
.rank-title:before {
  position: absolute;
  content: "";
  left: 12px;
  top: 14px;
  width: 4px;
  height: 16px;
  background-color: #007ed5;
}

.rank-select {
  padding: 10px 12px;
}

.select-info {
  display: block;
  width: 100%;
  height: 32px;
  border: 1px solid #DCDFE2;
}

.chosen-container-single .chosen-single {
  height: 32px;
  line-height: 30px;
}

.rank-items {
  padding: 0 12px;
  height: 400px;
  overflow-y: auto;
}
.rank-items .rank-item {
  padding-left: 41px;
  height: 50px;
  line-height: 50px;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rank-items .rank-item:first-child {
  background-image: url("../images/rank_ico1.png");
}
.rank-items .rank-item:nth-child(2) {
  background-image: url("../images/rank_ico2.png");
}
.rank-items .rank-item:nth-child(3) {
  background-image: url("../images/rank_ico3.png");
}
.rank-items .rank-item:nth-child(4) {
  background-image: url("../images/rank_ico4.png");
}

.map-area {
  width: calc(61% - 186px);
  background: url("../images/map_bg.png") center no-repeat;
}

.map-box {
  width: 100%;
  height: 100%;
}

/* echarts tooltip */
.echarts-tooltip {
  box-sizing: border-box;
  padding: 12px 10px;
  color: #fff;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.echarts-tooltip > h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.echarts-tooltip .tooltip-item {
  margin-top: 6px;
  line-height: 21px;
}
.echarts-tooltip .tooltip-value {
  font-weight: 700;
}

.county-area {
  flex-shrink: 0;
  width: 39%;
  margin-left: 16px;
}

.county-title-area {
  display: flex;
  align-items: center;
  height: 44px;
}

.county-title {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #007ed5;
  padding-left: 12px;
}
.county-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background-color: #007ed5;
}

.date-info {
  font-size: 0;
  margin-left: 10px;
}
.date-info > span {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  font-size: 14px;
  padding: 0 12px;
  height: 25px;
  line-height: 25px;
  color: #666;
  cursor: pointer;
  border-radius: 2px;
  background-color: #f2f2f2;
}
.date-info > span.active {
  color: #fff;
  font-weight: 700;
  background-color: #007ed5;
}

.county-select {
  margin-left: auto;
  width: 146px;
}
.county-select .chosen-container-single .chosen-single {
  height: 28px;
  line-height: 26px;
}

.table-wrap {
  margin-top: 6px;
  height: 426px;
  overflow-y: auto;
}

.data-table {
  width: 100%;
  table-layout: fixed;
}
.data-table thead th {
  height: 48px;
  color: #007ed5;
  background-color: #f2faff;
}
.data-table thead th:first-child {
  padding-left: 10px;
}
.data-table thead th:not(:first-child) {
  text-align: center;
}
.data-table tbody td {
  height: 54px;
}
.data-table tbody td .county-info {
  box-sizing: border-box;
  display: flex;
  margin-top: 4px;
  align-items: center;
  height: calc(100% - 4px);
  padding: 5px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-all;
}
.data-table tbody td:first-child .county-info {
  padding-left: 10px;
  border-left: 1px solid #e5e5e5;
}
.data-table tbody td:not(:first-child) .county-info {
  justify-content: center;
  font-weight: 700;
}
.data-table tbody td:last-child .county-info {
  border-right: 1px solid #e5e5e5;
}

/* 成交信息 */
.deal-info {
  min-height: 679px;
  padding-bottom: 50px;
  background: url("../images/deal_bg.jpg") center bottom no-repeat;
  overflow: hidden;
}

.deal-tab {
  margin-top: 40px;
}
.deal-tab .tab-hd {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.deal-tab .tab-hd .tab-hd-item {
  box-sizing: border-box;
  text-align: center;
  width: 152px;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  color: #007ed5;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #007ed5;
  background: linear-gradient(0deg, #ffffff 0%, #e7f5ff 100%);
}
.deal-tab .tab-hd .tab-hd-item.active {
  color: #fff;
  font-weight: 700;
  border: 0;
  background: linear-gradient(0deg, #2b92d9 0%, #00429d 100%);
}
.deal-tab .tab-hd .tab-hd-item:not(:first-child) {
  margin-left: 16px;
}
.deal-tab .tab-bd {
  margin-top: 24px;
}
.deal-tab .tab-bd-item {
  display: none;
}
.tab-bd-item {
  width: 1200px;
  height: 520px;
  overflow: hidden;
}

.deal-table {
  width: 100%;
  table-layout: fixed;
}
.deal-table thead th {
  font-size: 16px;
  color: #007ed5;
  text-align: center;
  font-size: 16px;
  height: 50px;
  background: #edf4fb;
}
.deal-table th:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 2px;
  bottom: -2px;
  background: #fff;
  z-index: 99;
}
.deal-table tbody td {
  text-align: center;
  padding: 5px;
  height: 49px;
  color: #222;
  font-size: 16px;
  word-break: break-all;
  border-bottom: 1px solid #e5e5e5;
}
.deal-table tbody td:nth-child(4) {
  font-weight: 700;
}
.deal-table tbody td a {
  color: #222;
}
.deal-table tbody tr:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
}
.deal-table tbody tr:hover td {
  border-bottom-color: #007ed5;
}

/* 友情链接 */
.friend-links {
  min-height: 317px;
  padding-bottom: 50px;
  background-color: #f4fafe;
  overflow: hidden;
}

.friend-items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.friend-items .friend-item {
  margin-top: 20px;
  width: calc((100% - 48px) / 4);
}
.friend-items .friend-item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 80px;
  border-radius: 6px;
  background-color: #fff;
  border: 2px solid transparent;
  box-shadow: 0px 4px 20px 0px rgba(0, 64, 112, 0.1);
}
.friend-items .friend-item > a img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.friend-items .friend-item > a:hover {
  border-color: #007ED5;
}
.friend-items .friend-item:not(:nth-child(4n)) {
  margin-right: 16px;
}