#plan,
#demand {
  background: #F3F5F7;
}
#plan .banner_bg,
#demand .banner_bg {
  width: 100%;
  min-width: 1220px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#plan .banner_box,
#demand .banner_box {
  padding: 137px 0 60px;
  z-index: 6;
  position: relative;
}
#plan .banner_box p,
#demand .banner_box p {
  text-align: center;
}
#plan .banner_box p:nth-child(1),
#demand .banner_box p:nth-child(1) {
  font-size: 47px;
  font-weight: bold;
  color: #153EC4;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
#plan .banner_box p:nth-child(2),
#demand .banner_box p:nth-child(2) {
  font-size: 24px;
}
#plan .filter,
#demand .filter {
  width: 100%;
  margin-bottom: 50px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 33px 36px 26px 41px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  display: inline-flex;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #ffffff 100%);
}
#plan .filter .city-list,
#demand .filter .city-list,
#plan .filter .exhibition_hall,
#demand .filter .exhibition_hall {
  position: relative;
}
#plan .filter .city-list-content,
#demand .filter .city-list-content,
#plan .filter .exhibition_hall_content,
#demand .filter .exhibition_hall_content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-height: 32px;
  overflow: hidden;
}
#plan .filter .city-item,
#demand .filter .city-item,
#plan .filter .exhibition_hall_item,
#demand .filter .exhibition_hall_item {
  cursor: pointer;
  font-size: 16px;
  color: #2D2D2D;
}
#plan .filter .city-item.on,
#demand .filter .city-item.on,
#plan .filter .exhibition_hall_item.on,
#demand .filter .exhibition_hall_item.on {
  color: #2A4DBE;
  font-weight: bold;
}
#plan .filter .city-item:hover,
#demand .filter .city-item:hover,
#plan .filter .exhibition_hall_item:hover,
#demand .filter .exhibition_hall_item:hover {
  color: #2A4DBE;
}
#plan .filter .expand-btn,
#demand .filter .expand-btn {
  flex: none;
  margin-left: 10px;
  width: 64px;
  height: 32px;
  background: url(../images/plan/down.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  margin-top: -5px;
}
#plan .filter .expand-btn.up,
#demand .filter .expand-btn.up {
  background: url(../images/plan/up.png) no-repeat center center;
  background-size: 100% 100%;
}
#plan .filter .city-list.expanded .city-list-content,
#demand .filter .city-list.expanded .city-list-content,
#plan .filter .exhibition_hall.expanded .exhibition_hall_content,
#demand .filter .exhibition_hall.expanded .exhibition_hall_content {
  max-height: none;
}
#plan .filter .filter_box,
#demand .filter .filter_box {
  width: 100%;
}
#plan .filter .filter_box_item,
#demand .filter .filter_box_item {
  margin-bottom: 26px;
}
#plan .filter .filter_box_item .filter_box_item_title,
#demand .filter .filter_box_item .filter_box_item_title {
  width: 80px;
  margin-right: 10px;
  text-align: right;
}
#plan .filter .filter_box_item .filter_box_item_content,
#demand .filter .filter_box_item .filter_box_item_content {
  display: inline-flex;
  justify-content: space-between;
  width: calc(100% - 90px);
}
#plan .filter .filter_box_item .filter_box_item_content .city-list,
#demand .filter .filter_box_item .filter_box_item_content .city-list,
#plan .filter .filter_box_item .filter_box_item_content .exhibition_hall,
#demand .filter .filter_box_item .filter_box_item_content .exhibition_hall {
  width: 1300px;
}
#plan .filter .filter_box_item .filter_box_item_content .search_box,
#demand .filter .filter_box_item .filter_box_item_content .search_box {
  padding: 0;
  width: 327px;
  justify-content: space-between;
  background: #fff;
  border-radius: 4px;
  display: inline-flex;
  height: 45px;
  border: none;
}
#plan .filter .filter_box_item .filter_box_item_content .search_box input,
#demand .filter .filter_box_item .filter_box_item_content .search_box input {
  border: none;
  outline: none;
  padding-left: 17px;
  width: 238px;
  height: 100%;
  font-family: 16px;
  border: 1px solid #D6D6D6;
  border-radius: 4px 0px 0px 4px;
  border-right: none;
}
#plan .filter .filter_box_item .filter_box_item_content .search_box input::placeholder,
#demand .filter .filter_box_item .filter_box_item_content .search_box input::placeholder {
  color: #828282;
}
#plan .filter .filter_box_item .filter_box_item_content .search_box button,
#demand .filter .filter_box_item .filter_box_item_content .search_box button {
  width: 89px;
  height: 45px;
  background: linear-gradient(180deg, #FECF36 0%, #FF7505 100%);
  border-radius: 0px 4px 4px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#plan .filter .filter_box_item .filter_box_item_content .search_box button img,
#demand .filter .filter_box_item .filter_box_item_content .search_box button img {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}
#plan .filter .filter_box_item .filter_box_item_content .search_box button span,
#demand .filter .filter_box_item .filter_box_item_content .search_box button span {
  color: #fff;
  font-size: 16px;
}
#plan .exhibition_info,
#demand .exhibition_info {
  padding-bottom: 33px;
}
#plan .exhibition_info span,
#demand .exhibition_info span {
  color: #FE0015;
}
#plan .exhibition_demand_data_list,
#demand .exhibition_demand_data_list {
  padding-bottom: 77px;
}
#plan .exhibition_demand_data_list .table,
#demand .exhibition_demand_data_list .table {
  border: 1px solid #DCDCDC;
}
#plan .exhibition_demand_data_list .table thead,
#demand .exhibition_demand_data_list .table thead {
  color: #fff;
  background: linear-gradient(180deg, #82B1FC 0%, #5278F5 100%);
}
#plan .exhibition_demand_data_list .table thead tr td,
#demand .exhibition_demand_data_list .table thead tr td,
#plan .exhibition_demand_data_list .table tbody tr td,
#demand .exhibition_demand_data_list .table tbody tr td {
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  text-align: center;
  padding: 15px 10px;
}
#plan .exhibition_demand_data_list .table thead tr td a,
#demand .exhibition_demand_data_list .table thead tr td a,
#plan .exhibition_demand_data_list .table tbody tr td a,
#demand .exhibition_demand_data_list .table tbody tr td a {
  color: #000;
}
#plan .exhibition_demand_data_list .table tbody tr:hover td,
#demand .exhibition_demand_data_list .table tbody tr:hover td {
  background: #d3d3d1;
}
#plan .exhibition_demand_data_list .table .list-page .pagination,
#demand .exhibition_demand_data_list .table .list-page .pagination {
  margin: 5px 20px 0;
}
#plan .exhibition_demand_data_list .table .list-page .page-count,
#demand .exhibition_demand_data_list .table .list-page .page-count {
  margin: 10px 20px 0;
  display: flex;
  align-items: center;
}
#plan .exhibition_demand_data_list .table .list-page .search_page_div,
#demand .exhibition_demand_data_list .table .list-page .search_page_div {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
}
#plan .exhibition_demand_data_list .table .list-page .search_page_div input,
#demand .exhibition_demand_data_list .table .list-page .search_page_div input {
  width: 40px;
  height: 25px;
  border: 1px solid #ccc;
  margin: 0 8px 0 4px;
  padding: 0 8px;
  text-align: center;
}
#plan .exhibition_demand_data_list .table .list-page .search_page_div .search_page_submit,
#demand .exhibition_demand_data_list .table .list-page .search_page_div .search_page_submit {
  width: 50px;
  height: 26px;
  border: 1px solid #D4D1D1;
  border-radius: 2px;
  margin-left: 4px;
  background: #EFEFEF;
}
#plan .exhibition_demand_data_list .table .pagination > li > a,
#demand .exhibition_demand_data_list .table .pagination > li > a {
  color: #4478FE;
  background: none;
}
#plan .exhibition_demand_data_list .table .pagination > .active > a,
#demand .exhibition_demand_data_list .table .pagination > .active > a {
  background: #4478FE;
  color: #fff;
}
#plan .exhibition_demand_data_list .table thead tr td:nth-child(1),
#plan .exhibition_demand_data_list .table tbody tr td:nth-child(1) {
  width: 57px;
}
#plan .exhibition_demand_data_list .table thead tr td:nth-child(2),
#plan .exhibition_demand_data_list .table tbody tr td:nth-child(2) {
  width: 135px;
}
#plan .exhibition_demand_data_list .table thead tr td:nth-child(3),
#plan .exhibition_demand_data_list .table tbody tr td:nth-child(3) {
  width: 144px;
}
#plan .exhibition_demand_data_list .table thead tr td:nth-child(4),
#plan .exhibition_demand_data_list .table tbody tr td:nth-child(4) {
  width: 817px;
}
#plan .exhibition_demand_data_list .table thead tr td:nth-child(5),
#plan .exhibition_demand_data_list .table tbody tr td:nth-child(5) {
  width: 135px;
}
#plan .exhibition_demand_data_list .table thead tr td:last-child,
#plan .exhibition_demand_data_list .table tbody tr td:last-child {
  width: 252px;
  border-right: none;
}
#plan .exhibition_demand_data_list .table thead tr td a,
#plan .exhibition_demand_data_list .table tbody tr td a {
  color: #000;
}
#demand .exhibition_demand_data_list .table thead tr td:nth-child(1),
#demand .exhibition_demand_data_list .table tbody tr td:nth-child(1) {
  width: 57px;
}
#demand .exhibition_demand_data_list .table thead tr td:nth-child(2),
#demand .exhibition_demand_data_list .table tbody tr td:nth-child(2) {
  width: 145px;
}
#demand .exhibition_demand_data_list .table thead tr td:nth-child(3),
#demand .exhibition_demand_data_list .table tbody tr td:nth-child(3) {
  width: 666px;
}
#demand .exhibition_demand_data_list .table thead tr td:nth-child(4),
#demand .exhibition_demand_data_list .table tbody tr td:nth-child(4) {
  width: 113px;
}
#demand .exhibition_demand_data_list .table thead tr td:nth-child(5),
#demand .exhibition_demand_data_list .table tbody tr td:nth-child(5) {
  width: 221px;
}
#demand .exhibition_demand_data_list .table thead tr td:nth-child(6),
#demand .exhibition_demand_data_list .table tbody tr td:nth-child(6) {
  width: 165px;
}
#demand .exhibition_demand_data_list .table thead tr td:last-child,
#demand .exhibition_demand_data_list .table tbody tr td:last-child {
  width: 173px;
  border-right: none;
}
#demand .exhibition_demand_data_list .table thead tr td a,
#demand .exhibition_demand_data_list .table tbody tr td a {
  color: #000;
}
#demand .layui-layer {
  border-radius: 10px;
  padding: 58px 36px 40px 50px;
}
#demand .layui-layer .layui-layer-btn {
  padding: 0;
  text-align: center;
}
#demand .layui-layer .layui-layer-btn a {
  width: 150px;
  height: 47px;
  border-radius: 26px;
  border: none;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
}
#demand .layui-layer .layui-layer-btn .layui-layer-btn0 {
  background: #EDF2F5;
  color: #333333;
}
#demand .layui-layer .layui-layer-btn .layui-layer-btn1 {
  background: #3892E8;
  color: #fff;
}
#demand .layui-layer .layer_custom_content .layer_custom_content_box_title {
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  margin-bottom: 35px;
}
#demand .layui-layer .layer_custom_content .text_center {
  text-align: center;
}
#demand .layui-layer .layer_custom_content .layer_custom_content_box_content {
  margin-bottom: 35px;
  padding-right: 20px;
  letter-spacing: 1px;
}
#demand .layui-layer .layer_custom_content .layer_custom_content_box_content span {
  color: #FE0015;
}
#demand .layui-layer .layui-layer-content {
  height: auto!important;
  padding: 0;
}



#index .layui-layer {
  border-radius: 10px;
  padding: 58px 36px 40px 50px;
}
#index .layui-layer .layui-layer-btn {
  padding: 0;
  text-align: center;
}
#index .layui-layer .layui-layer-btn a {
  width: 150px;
  height: 47px;
  border-radius: 26px;
  border: none;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
}
#index .layui-layer .layui-layer-btn .layui-layer-btn0 {
  background: #EDF2F5;
  color: #333333;
}
#index .layui-layer .layui-layer-btn .layui-layer-btn1 {
  background: #3892E8;
  color: #fff;
}
#index .layui-layer .layer_custom_content .layer_custom_content_box_title {
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  margin-bottom: 35px;
}
#index .layui-layer .layer_custom_content .text_center {
  text-align: center;
}
#index .layui-layer .layer_custom_content .layer_custom_content_box_content {
  margin-bottom: 35px;
  padding-right: 20px;
  letter-spacing: 1px;
}
#index .layui-layer .layer_custom_content .layer_custom_content_box_content span {
  color: #FE0015;
}
#index .layui-layer .layui-layer-content {
  height: auto!important;
  padding: 0;
}
