@charset "UTF-8";
/**
 * 宜昌市云上交易系统建设项目
 * date: 2023-5-9
 * author: qianyuting
 */
/* banner */
.banner {
  min-height: 635px;
  padding-top: 230px;
  background: url("../images/index_banner.jpg") center center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner-slogan {
  display: block;
  margin: 0 auto;
}

.banner-search {
  display: inline-block;
  margin-top: 50px;
}

.banner-search-tabitem {
  position: relative;
  min-width: 80px;
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
  margin-right: 13px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.banner-search-tabitem:last-child {
  margin-right: 0;
}

.banner-search-tabitem.current {
  color: #fff;
  background-color: #EF8018;
}

.banner-search-tabitem.current::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 13px;
  height: 7px;
  margin: -1px 0 0 -6.5px;
  background: url("../images/index_banner_arrow.png") center center no-repeat;
}

.banner-search-box {
  position: relative;
  width: 728px;
  height: 64px;
  margin-top: 24px;
  padding: 0 120px 0 24px;
  background-color: #fff;
  border-radius: 32px;
}

.banner-search-input {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.banner-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 64px;
  border-radius: 32px;
  background: #0570FE url("../images/index_banner_search.png") center center no-repeat;
  background: url("../images/index_banner_search.png") center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0570FE), to(#4092FF));
  background: url("../images/index_banner_search.png") center center no-repeat, -webkit-linear-gradient(top, #0570FE, #4092FF);
  background: url("../images/index_banner_search.png") center center no-repeat, -o-linear-gradient(top, #0570FE, #4092FF);
  background: url("../images/index_banner_search.png") center center no-repeat, linear-gradient(to bottom, #0570FE, #4092FF);
}

/* 统计计数 */
.count {
  margin: -118px 0 40px;
  min-height: 148px;
  padding: 20px 0 0 12px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.count-item {
  width: 25%;
  border-right: 1px solid #d9d9d9;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.count-item:last-child {
  border-right: 0;
}

.count-name {
  line-height: 27px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.count-value {
  margin-top: 10px;
  line-height: 33px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.count-value span {
  color: #4683FF;
  font-size: 30px;
  font-family: "D-DIN-Bold";
}

.count-deadline {
  margin-top: 20px;
  line-height: 1.5;
  color: #666;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.count-deadline-content {
  position: relative;
  padding: 0 10px;
}

.count-deadline-content::before, .count-deadline-content::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 370px;
  height: 1px;
  margin-top: -0.5px;
}

.count-deadline-content::before {
  right: 100%;
  background: #4683FF;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#4683FF));
  background: -webkit-linear-gradient(left, transparent, #4683FF);
  background: -o-linear-gradient(left, transparent, #4683FF);
  background: linear-gradient(to right, transparent, #4683FF);
}

.count-deadline-content::after {
  left: 100%;
  background: #4683FF;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#4683FF));
  background: -webkit-linear-gradient(right, transparent, #4683FF);
  background: -o-linear-gradient(right, transparent, #4683FF);
  background: linear-gradient(to left, transparent, #4683FF);
}

/* title*/
.title {
  margin-bottom: 35px;
  line-height: 1.5;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 8px;
  text-align: center;
}

.title-txt {
  position: relative;
  padding: 0 5px;
  z-index: 1;
}

.title-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9px;
  border-radius: 4.5px;
  background: #EF8018;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#EF8018));
  background: -webkit-linear-gradient(left, transparent, #EF8018);
  background: -o-linear-gradient(left, transparent, #EF8018);
  background: linear-gradient(to right, transparent, #EF8018);
  z-index: -1;
}

/* tab */
.tabview {
  background-color: #fff;
}

.tab-hd {
  width: 181px;
  height: 100%;
  color: #fff;
  background: #296BF2;
  background: -webkit-gradient(linear, left top, right bottom, from(#89C7FF), to(#296BF2));
  background: -webkit-linear-gradient(top left, #89C7FF, #296BF2);
  background: -o-linear-gradient(top left, #89C7FF, #296BF2);
  background: linear-gradient(to bottom right, #89C7FF, #296BF2);
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tab-hd::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}

.tab-hd::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}

.tab-bd {
  width: calc(100% - 181px);
  height: 100%;
  padding: 18px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tab-bd::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}

.tab-bd::-webkit-scrollbar-thumb {
  background-color: rgba(70, 131, 255, 0.2);
  border-radius: 2px;
}

.hdl {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.hdl.active, .hdl:hover {
  font-weight: bold;
  background: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3), transparent);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3), transparent);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), transparent);
}

.hdl-node {
  display: block;
  padding: 0 15px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* 系统登录 */
.sys {
  padding: 40px 0 50px;
  background-color: #F2F7FF;
}

.sys-mod {
  margin-bottom: 25px;
}

.sys-mod:last-child {
  margin-bottom: 0;
}

.sys-tit {
  margin-bottom: 13px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
}

.sys-list {
  margin: -12px 0 0 -12px;
}

.sys-item {
  width: 33.33%;
  padding: 16px 0 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sys-link {
  position: relative;
  display: block;
  height: 58px;
  line-height: 58px;
  padding: 0 18px;
  font-size: 16px;
  color: #333;
  border: 1px solid #DDEAFF;
  background: #F2F7FF url("../images/sys_link_bg.png") right bottom no-repeat;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.sys-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 18px;
  margin-top: -9px;
  background-color: #4683FF;
  border-radius: 1px;
}

.sys-link:hover {
  color: #4683FF;
  border-color: #4683FF;
}

.sys .tabview {
  width: 896px;
  height: 476px;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
}

.sys .tab-hd {
  padding: 30px 0;
}

.sys .hdl {
  margin-bottom: 18px;
}

.sys .hdl:last-child {
  margin-bottom: 0;
}

.sys .tab-bd {
  position: relative;
}

.sys .bdl {
  margin-bottom: 25px;
}

.sys .bdl:last-child {
  margin-bottom: 0;
}


.platform {
  width: 288px;
  height: 476px;
  padding: 10px 13px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.platform::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}

.platform::-webkit-scrollbar-thumb {
  background-color: rgba(70, 131, 255, 0.2);
  border-radius: 2px;
}

.platform-list {
  margin: -10px 0 0 -10px;
}

.platform-item {
  width: 50%;
  padding: 10px 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.platform-link {
  position: relative;
  display: block;
  height: 106px;
  line-height: 106px;
  color: #333;
  background: #DEEBFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F7FF), to(#DEEBFF));
  background: -webkit-linear-gradient(top, #F1F7FF, #DEEBFF);
  background: -o-linear-gradient(top, #F1F7FF, #DEEBFF);
  background: linear-gradient(to bottom, #F1F7FF, #DEEBFF);
}

.platform-link:hover {
  color: #fff;
  background: #296BF2;
  background: -webkit-gradient(linear, left top, right bottom, from(#89C7FF), to(#296BF2));
  background: -webkit-linear-gradient(top left, #89C7FF, #296BF2);
  background: -o-linear-gradient(top left, #89C7FF, #296BF2);
  background: linear-gradient(to bottom right, #89C7FF, #296BF2);
}

.platform-name {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 5px;
  max-height: 66px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  /*-o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;*/
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 交易信息 */
.trade {
  padding: 50px 0 34px;
}

.trade-hd {
  margin-bottom: 23px;
  background-color: #E5EFFF;
}

.trade-hd-item {
  width: 20%;
  line-height: 53px;
  font-weight: 600;
  font-size: 18px;
  padding: 0 28px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trade-hd-item.active {
  position: relative;
  color: #fff;
  background: #296BF2;
  background: -webkit-gradient(linear, left top, right bottom, from(#89C7FF), to(#296BF2));
  background: -webkit-linear-gradient(top left, #89C7FF, #296BF2);
  background: -o-linear-gradient(top left, #89C7FF, #296BF2);
  background: linear-gradient(to bottom right, #89C7FF, #296BF2);
}

.trade-hd-item.active .trade-hd-node {
  color: #fff;
}

.trade-hd-item.active::before, .trade-hd-item.active::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.trade-hd-item.active::before {
  left: 0;
  border-width: 53px 0 0 28px;
  border-color: transparent transparent transparent #E5EFFF;
}

.trade-hd-item.active::after {
  right: 0;
  border-width: 0 28px 53px 0;
  border-color: transparent #E5EFFF transparent transparent;
}

.trade-hd-item:first-child::before {
  display: none;
}

.trade-hd-item:last-child::after {
  display: none;
}

.trade-hd-node {
  display: block;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.trade-bd {
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
}

.trade-bd .tabview {
  height: 516px;
}

.trade-bd .tab-hd {
  padding: 18px 0;
}

.info-item {
  line-height: 52px;
  font-size: 16px;
  border-bottom: 1px solid #F6F6FA;
}

.info-item:hover {
  color: #4683FF;
  border-color: #4683FF;
}

.info-item:hover .info-link,
.info-item:hover .info-time {
  color: #4683FF;
}

.info-link {
  position: relative;
  display: block;
  padding-right: 120px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.info-type {
  color: #4683FF;
}

.info-time {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

/* 今日交易 */
.today {
  padding: 50px 0;
  background: #E0E9F9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 233, 249, 0.25)), to(#E0E9F9));
  background: -webkit-linear-gradient(top, rgba(224, 233, 249, 0.25), #E0E9F9);
  background: -o-linear-gradient(top, rgba(224, 233, 249, 0.25), #E0E9F9);
  background: linear-gradient(to bottom, rgba(224, 233, 249, 0.25), #E0E9F9);
}

.today .title {
  margin-bottom: 25px;
}

.today-list {
  margin: -16px 0 0 -16px;
}

.today-item {
  width: 20%;
  padding: 16px 0 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.today-card {
  display: block;
  height: 123px;
  padding: 26px 80px 0 28px;
  color: #333;
  border: 1px solid #fff;
  background: #fff url("../images/today_img1.png") right 7px bottom 10px no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.today-card-name {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.today-card-value {
  margin-top: 14px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.today-card-value span {
  margin-right: 10px;
  color: #4683FF;
  font-family: "D-DIN-Bold";
  font-size: 26px;
}

.today-card:hover {
  border-color: #4683FF;
}

.today-card:hover .today-card-name {
  color: #4683FF;
}

.today-card.today-icon1 {
  background-image: url("../images/today_img1.png");
}

.today-card.today-icon2 {
  background-image: url("../images/today_img2.png");
}

.today-card.today-icon3 {
  background-image: url("../images/today_img3.png");
}

.today-card.today-icon4 {
  background-image: url("../images/today_img4.png");
}

.today-card.today-icon5 {
  background-image: url("../images/today_img5.png");
}

/* 动态信息 */
.dynamic {
  padding: 50px 0;
}

.img-wrap {
  width: 588px;
  height: 359px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.img-wrap .swiper-container {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.img-wrap .swiper-pagination {
  position: absolute;
  left: auto;
  right: 12px;
  bottom: 0;
  width: auto;
  height: 40px;
  line-height: 40px;
}

.img-wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #fff;
  opacity: 0.36;
  border-radius: 0;
}

.img-wrap .swiper-pagination-bullet-active {
  opacity: 1;
}

.img-box {
  position: relative;
  display: block;
  height: 100%;
  padding: 2px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.img-box img {
  display: block;
  height: 100%;
  width: 100%;
}

.img-tip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 110px 0 80px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  background: rgba(23, 42, 92, 0.8);
  background: -webkit-gradient(linear, left top, right top, from(rgba(23, 42, 92, 0.8)), to(rgba(23, 42, 92, 0.3)));
  background: -webkit-linear-gradient(left, rgba(23, 42, 92, 0.8), rgba(23, 42, 92, 0.3));
  background: -o-linear-gradient(left, rgba(23, 42, 92, 0.8), rgba(23, 42, 92, 0.3));
  background: linear-gradient(to right, rgba(23, 42, 92, 0.8), rgba(23, 42, 92, 0.3));
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.img-time {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 66px;
  padding-top: 5px;
  color: #fff;
  background-color: #4683FF;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.img-time-day {
  line-height: 36px;
  font-weight: 600;
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.img-time-ym {
  line-height: 18px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.news {
  width: 588px;
  height: 359px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

.news-hd {
  height: 54px;
  line-height: 53px;
  padding: 0 16px;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  font-size: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.news-hd-item {
  display: inline-block;
  height: 54px;
  line-height: 52px;
  margin-right: 30px;
  font-size: 22px;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.news-hd-item.active {
  color: #4683FF;
  border-color: #4683FF;
  font-weight: 600;
}

.news-hd-item.active .news-hd-node {
  color: #4683FF;
}

.news-hd-node {
  display: block;
  padding: 0 20px;
  color: #333;
}

.news-bd {
  padding: 24px 30px 0;
}

.news-item {
  position: relative;
  margin-bottom: 6px;
}

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

.news-item:hover {
  color: #4683FF;
}

.news-item:hover .news-link,
.news-item:hover .news-time {
  color: #4683FF;
}

.news-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#B2CFFF));
  background: -webkit-linear-gradient(top left, #fff, #B2CFFF);
  background: -o-linear-gradient(top left, #fff, #B2CFFF);
  background: linear-gradient(to bottom right, #fff, #B2CFFF);
  -webkit-box-shadow: 2px 2px 5px rgba(57, 107, 219, 0.5);
          box-shadow: 2px 2px 5px rgba(57, 107, 219, 0.5);
  border-radius: 50%;
}

.news-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #0A57FF;
  background: -webkit-gradient(linear, left top, right bottom, from(#0A57FF), to(#2CD9FF));
  background: -webkit-linear-gradient(top left, #0A57FF, #2CD9FF);
  background: -o-linear-gradient(top left, #0A57FF, #2CD9FF);
  background: linear-gradient(to bottom right, #0A57FF, #2CD9FF);
  border-radius: 50%;
}

.news-link {
  display: block;
  padding-left: 28px;
  color: #333;
}

.news-tit {
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.news-time {
  line-height: 24px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
