﻿@charset "UTF-8";
/**
 * 四海易联阳光招采平台
 * date: 2025-3-20
 * author: TangHao;
 */
.main {
  padding-bottom: 30px;
}

.page-mod {
  background: #fff;
  border-radius: 4px;
  padding: 0 24px;
  box-sizing: border-box;
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  margin-top: 40px;
  transition: all 0.3s ease;
}
.page-mod.mod1 {
  float: left;
  height: 386px;
  width: calc(100% - 377px - 20px);
  padding: 24px;
  display: flex;
}
.page-mod.mod2 {
  float: right;
  height: 386px;
  width: 377px;
  padding: 0;
  margin-left: auto;
  background: transparent;
  box-shadow: none;
}
.page-mod.mod3 {
  height: 607px;
  width: 100%;
}
.page-mod.mod4 {
  float: right;
  height: 607px;
  width: 522px;
}
.page-hd {
  height: 54px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.page-title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.page-title::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/hd_icon.png") no-repeat;
  left: -7px;
  top: -4px;
}
.page-more {
  font-size: 14px;
  line-height: 22px;
  margin-left: 24px;
  color: #C08C58;
  background: url("../images/more_icon.png") right center no-repeat;
  padding-right: 17px;
}

.tab-notice {
  margin-top: -54px;
}
.tab-notice .tab-hd {
  justify-content: right;
  margin-right: 57px;
}
.tab-hd {
  height: 54px;
  display: flex;
}
.tab-hd-item {
  height: 54px;
  font-size: 14px;
  margin-left: 4px;
  color: #666;
  padding: 0 6px;
  box-sizing: border-box;
  line-height: 54px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.tab-hd-item.active {
  color: #C08C58;
  font-weight: bold;
  border-bottom: 2px solid #C08C58;
  background: linear-gradient(360deg, rgba(192, 140, 88, 0.12) 0%, rgba(192, 140, 88, 0) 100%);
}
.tab-bd {
  padding-top: 16px;
}

.list-item {
  height: 31px;
  line-height: 21px;
  font-size: 14px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  box-sizing: border-box;
  padding-left: 20px;
  background: url("../images/info_icon.png") left 3px no-repeat;
  display: flex;
  transition: all 0.3s ease;
}
.list-item:hover {
  color: #C08C58;
  border-color: #C08C58;
}
.list-item:hover > span, .list-item:hover > a {
  color: #C08C58;
}
.list-item:first-child {
  margin-top: 0;
}
.list-item > a {
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  flex: 1;
  transition: all 0.3s ease;
}
.list-item > span {
  transition: all 0.3s ease;
  color: #999;
}

.sales {
  margin-top: 24px;
}
.sales-hd {
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  background: #F9EEDD;
  overflow: hidden;
  display: flex;
}
.sales-hd-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 0 20px;
  width: 0;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sales-hd-item.active {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(180deg, #EFA357 0%, #B97F47 100%);
}
.sales-hd-item.active::before, .sales-hd-item.active::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 42px;
  background: no-repeat center;
  pointer-events: none;
}
.sales-hd-item.active::before {
  right: calc(100% - 1px);
  background-image: url("../images/index_tab_icon1.png");
}
.sales-hd-item.active::after {
  left: calc(100% - 1px);
  background-image: url("../images/index_tab_icon2.png");
}
.sales-bd {
  margin-top: 24px;
}

.second {
  display: flex;
}
.second-hd {
  width: 188px;
  height: 439px;
  border-radius: 4px;
  overflow: hidden;
  background: url("../images/tab_bg.png") no-repeat;
  display: flex;
  flex-direction: column;
}
.second-hd-item {
  cursor: pointer;
  height: 100%;
  line-height: 60px;
  padding-left: 46px;
  background-position: 16px center;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  border-right: 2px solid transparent;
  position: relative;
  display: flex;
  align-items: center;
}
.second-hd-item::before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.second-hd-item:nth-child(1)::before, .second-hd-item:nth-child(5n+1)::before {
  background-image: url("../images/tab_icon1.png");
}
.second-hd-item:nth-child(1).active::before, .second-hd-item:nth-child(5n+1).active::before {
  background-image: url("../images/tab_icon1h.png");
}
.second-hd-item:nth-child(2)::before, .second-hd-item:nth-child(5n+2)::before {
  background-image: url("../images/tab_icon2.png");
}
.second-hd-item:nth-child(2).active::before, .second-hd-item:nth-child(5n+2).active::before {
  background-image: url("../images/tab_icon2h.png");
}
.second-hd-item:nth-child(3)::before, .second-hd-item:nth-child(5n+3)::before {
  background-image: url("../images/tab_icon3.png");
}
.second-hd-item:nth-child(3).active::before, .second-hd-item:nth-child(5n+3).active::before {
  background-image: url("../images/tab_icon3h.png");
}
.second-hd-item:nth-child(4)::before, .second-hd-item:nth-child(5n+4)::before {
  background-image: url("../images/tab_icon4.png");
}
.second-hd-item:nth-child(4).active::before, .second-hd-item:nth-child(5n+4).active::before {
  background-image: url("../images/tab_icon4h.png");
}
.second-hd-item:nth-child(5)::before, .second-hd-item:nth-child(5n+5)::before {
  background-image: url("../images/tab_icon5.png");
}
.second-hd-item:nth-child(5).active::before, .second-hd-item:nth-child(5n+5).active::before {
  background-image: url("../images/tab_icon5h.png");
}
.second-hd-item.active {
  font-weight: bold;
  color: #C08C58;
  border-color: #C08C58;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.19) 96.72%);
}
.second-bd {
  flex: 1;
  margin-left: 24px;
  width: 0;
}

/* 办事指南 */
.list-mod {
  margin-top: 24px;
}
.list-hd {
  display: flex;
  align-items: center;
  height: 27px;
  justify-content: space-between;
}
.list-hd > h3 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 26px;
  background-position: left center;
  background-repeat: no-repeat;
}
.list-hd > h3.list1 {
  background-image: url("../images/list_icon1.png");
}
.list-hd > h3.list2 {
  background-image: url("../images/list_icon2.png");
}
.list-hd > h3.list3 {
  background-image: url("../images/list_icon3.png");
}
.list-hd .list-more {
  font-size: 14px;
  line-height: 22px;
  margin-left: 24px;
  color: #C08C58;
  background: url("../images/more_icon.png") right center no-repeat;
  padding-right: 17px;
}
.list-bd .list-item {
  margin-top: 18px;
}
.list-bd .list-item:first-child {
  margin-top: 12px;
}

.tool {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  box-shadow: 0px 2px 8px 0px rgba(10, 30, 75, 0.1);
}
.tool-item {
  background-color: #fff;
  border-radius: 4px;
}
.tool-item:hover {
  background: linear-gradient(180deg, #FFC082 0%, #C08C58 100%);
}
.tool-item:hover > a {
  color: #fff;
}
.tool-item:hover .tool-tel {
  display: block;
}
.tool-item > a {
  display: block;
  border-radius: 4px;
  width: 88px;
  height: 88px;
  background-position: center 14px;
  background-repeat: no-repeat;
  padding-top: 54px;
  text-align: center;
  color: #7C8BA1;
  font-size: 14px;
  line-height: 22px;
  box-sizing: border-box;
}
.tool-item:nth-child(1) > a {
  background-image: url("../images/tool_icon1.png");
}
.tool-item:nth-child(1):hover > a {
  background-image: url("../images/tool_icon1h.png");
}
.tool-tel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: none;
  width: 145px;
  height: 88px;
  margin-right: 82px;
  padding-right: 16px;
}
.tool-text {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(138, 157, 185, 0.2);
  border-radius: 8px;
}
.tool-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 15px;
  height: 88px;
  background: url("../images/arrow_right.png") center no-repeat;
}

.today-bid .bid-info {
  margin-right: auto;
  margin-left: 20px;
}
.today-bid .bid-info span {
  color: #C08C58;
}
.today-bid .page-bd {
  padding: 20px 27px 40px;
  position: relative;
}
.today-bid .page-bd .swiper-button {
  width: 16px;
  height: 40px;
  background: url("../images/swiper_arrow_left_act.png");
  top: 44px;
  margin: 0;
}
.today-bid .page-bd .swiper-button.swiper-button-disabled {
  background: url("../images/swiper_arrow_left.png");
}
.today-bid .page-bd .swiper-button.swiper-button-next {
  transform: rotate(180deg);
  right: 0;
}
.today-bid .page-bd .swiper-button.swiper-button-prev {
  left: 0;
}
.today-bid .page-bd .swiper-button::before, .today-bid .page-bd .swiper-button::after {
  display: none;
}
.today-bid .page-bd .swiper-pagination {
  bottom: 20px;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
}
.today-bid .page-bd .swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 30px;
  margin: 0 2px;
  background-color: #E9E5E0;
  border-radius: 0;
  opacity: 1;
}
.today-bid .page-bd .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #C08C58;
}
.today-bid .bid-item {
  height: 88px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  display: block;
  position: relative;
  padding: 11px 9px;
  box-sizing: border-box;
}
.today-bid .bid-item:hover {
  border-color: #C08C58;
}
.today-bid .bid-item::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: -1px;
  top: -1px;
  background: url("../images/swiper_arrow.png") center center no-repeat;
}
.today-bid .bid-item > .name {
  height: 40px;
  line-height: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  color: #333;
}
.today-bid .bid-item > .info {
  height: 22px;
  display: flex;
  margin-top: 4px;
}
.today-bid .bid-item > .info > p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.today-bid .bid-item > .info > p:first-child {
  width: 100%;
}
.today-bid .bid-item > .info > p:last-child {
  padding-right: 10px;
  flex-shrink: 0;
}

.link-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.link-box .link-item {
  height: 87.5px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding-left: 22px;
  line-height: 87.5px;
  transition: all 0.3s ease;
  background-size: 100% 100%;
  border-radius: 4px;
}
.link-box .link-item:nth-child(1) {
  background: url("../images/link_item_bg1.png") right center no-repeat;
}
.link-box .link-item:nth-child(2) {
  background: url("../images/link_item_bg2.png") right center no-repeat;
}
.link-box .link-item:nth-child(3) {
  background: url("../images/link_item_bg3.png") right center no-repeat;
}
.link-box .link-item:nth-child(4) {
  background: url("../images/link_item_bg4.png") right center no-repeat;
}
.link-box .link-item:hover {
  font-size: 22px;
}

.top-swiper {
  width: 498px;
  position: relative;
}
.top-swiper .swiper-slide {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.top-swiper .swiper-slide > img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.top-swiper .swiper-slide > .name {
  position: absolute;
  z-index: 1;
  height: 107px;
  padding: 63px 22px 0 22px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  box-sizing: border-box;
}
.top-swiper .swiper-button {
  width: 15px;
  height: 25px;
  background: url("../images/top_swiper_arrow.png");
  background-size: 100% 100%;
  top: 153px;
  margin-top: 0;
}
.top-swiper .swiper-button.swiper-button-next {
  right: 26px;
}
.top-swiper .swiper-button.swiper-button-prev {
  left: 26px;
  transform: rotate(180deg);
}
.top-swiper .swiper-button::after {
  display: none;
}
.top-swiper .swiper-pagination {
  font-size: 0;
  bottom: 64px;
  padding-left: 22px;
  text-align: left;
}
.top-swiper .swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 40px;
  border-radius: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.36);
  margin: 0 2px;
}
.top-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.announcement {
  width: calc(100% - 498px - 16px);
  margin-left: 16px;
}
.announcement .page-hd {
  border: none;
  height: 28px;
}
.announcement .page-bd {
  height: calc(100% - 28px - 24px);
  overflow: auto;
  margin-top: 24px;
}

.trans {
  background: url("../images/calendar_bg.jpg") center center;
  background-size: cover;
  padding: 40px 0;
}
.trans-info {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 8px 24px 24px;
}
.trans-hd {
  position: relative;
  height: 54px;
  line-height: 54px;
  padding-left: 14px;
  font-weight: 700;
  font-size: 20px;
  color: #C08C58;
}
.trans-hd::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 22px;
  background-color: #C08C58;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.trans-bd {
  display: flex;
  margin-top: 8px;
}
.trans-list {
  margin-left: 20px;
  width: calc(100% - 20px - 518px);
  height: 434px;
}
.trans-list-bd {
  height: calc(100% - 40px);
  overflow: auto;
}
.trans-table {
  table-layout: fixed;
  width: 100%;
}
.trans-table thead th {
  background-color: #C08C58;
  padding: 0 10px;
  color: #fff;
  height: 40px;
}
.trans-table tbody tr {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.trans-table tbody td {
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.calendar {
  width: 518px;
}
.calendar-hd {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.calendar-hd .month-change {
  width: 14px;
  height: 13px;
  background: url("../images/date_arrow.svg") center no-repeat;
  cursor: pointer;
}
.calendar-hd .month-change.prev {
  transform: rotate(180deg);
}
.calendar-hd .month-choose {
  width: 137px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  background: url("../images/date_choose_arrow.svg") right 10px center no-repeat;
  padding-left: 9px;
}
.calendar-hd .month-choose:focus {
  border-color: #C08C58 !important;
}
.calendar-thead {
  display: flex;
  background-color: #F6F6F6;
  border-bottom: 0;
  margin-top: 16px;
}
.calendar-thead .weekday {
  flex: 1;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #C08C58;
  border: 1px solid #E7E7E7;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid transparent;
  box-sizing: content-box;
}
.calendar-thead .weekday:last-child {
  border-right-color: #E7E7E7;
}
.calendar-tbody .row {
  display: flex;
}
.calendar-tbody .row:last-child .cell {
  border-bottom-color: #E7E7E7;
}
.calendar-tbody .row .cell {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #E7E7E7;
  border-bottom-color: transparent;
  border-right-color: transparent;
  box-sizing: border-box;
  position: relative;
  height: 55px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
}
.calendar-tbody .row .cell:first-child {
  margin-left: 0;
}
.calendar-tbody .row .cell:last-child {
  border-right-color: #E7E7E7;
}
.calendar-tbody .row .cell:hover, .calendar-tbody .row .cell.current {
  position: relative;
  z-index: 2;
}
.calendar-tbody .row .cell:hover::before, .calendar-tbody .row .cell.current::before {
  position: absolute;
  content: "";
  border: 1px solid #C08C58;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
}
.calendar-tbody .row .cell.current {
  background-color: #C08C58 !important;
  color: #fff;
}
.calendar-tbody .row .cell.current .list-info {
  background-color: #E5E5E5;
  color: #C08C58;
}
.calendar-tbody .row .cell.other-month .date-num {
  color: rgba(51, 51, 51, 0.3);
}
.calendar-tbody .row .cell .list-info {
  position: absolute;
  right: 0px;
  top: 0;
  height: 16px;
  line-height: 16px;
  min-width: 16px;
  text-align: center;
  font-size: 10px;
  background-color: #C08C58;
  color: #fff;
}

.layui-laydate-preview,
.layui-laydate-footer span:hover {
  color: #C08C58 !important;
}

.partner {
  padding: 20px 0 40px;
}
.partner-tt {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-tt span {
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
.partner-tt span::before, .partner-tt span::after {
  position: absolute;
  content: "";
  width: 309px;
  height: 11px;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
}
.partner-tt span::before {
  left: -339px;
  background: url("../images/partner_arrow_l.svg");
}
.partner-tt span::after {
  right: -339px;
  background: url("../images/partner_arrow_r.svg");
}
.partner-swiper {
  position: relative;
  height: 100px;
  margin: 40px -47px 0;
  padding: 0 47px;
}
.partner-swiper .swiper-button {
  width: 40px;
  height: 40px;
  background: url("../images/partner_swiper_arrow.png");
  background-size: 100% 100%;
}
.partner-swiper .swiper-button.swiper-button-next {
  transform: rotate(180deg);
  right: 0;
}
.partner-swiper .swiper-button.swiper-button-prev {
  left: 0;
}
.partner-swiper .swiper-button::after {
  display: none;
}
.partner-item {
  display: flex;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px rgba(78, 78, 78, 0.1);
  height: 100px;
  align-items: center;
  justify-content: center;
}
.partner-item img {
  max-width: 80%;
  max-height: 80%;
}

.header-search {
  display: flex;
}

@media (max-width: 1520px) {
  .page-mod.mod1 {
    width: calc(100% - 260px - 20px);
  }
  .page-mod.mod1 .top-swiper {
    width: 380px;
  }
  .page-mod.mod1 .announcement {
    width: calc(100% - 380px - 16px);
  }
  .page-mod.mod2 {
    width: 260px;
  }
}
.kbname{
cursor:pointer;
}