* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
span,
strong,
var,
em,
input,
textarea,
select,
option {
  margin: 0;
  padding: 0;
}

html,
body {
  padding: 0;
  border: 0;
  font: 16px "\5FAE\8F6F\96C5\9ED1";
  color: #000;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
  border: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
}

dl {
  margin: 0;
  padding: 0;
  border: 0;
}

dt,
dd {
  clear: both;
}

h1 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #000;
}

textarea,
input {
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
  border: 0;
}

dt,
dd {
  clear: both;
}

body {
  background-color: #f9f9f9;
  color: #333;
}

.jqr-wrapper {
  min-width: 1200px;
}

.content {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.jqr-bg {
  height: 253px;
  background: url(./images/jqr_banner.jpg) no-repeat center top;
  background-size: contain;

}

.filter-section {
  width: 100%;
  background: white;
}

.filter-nav {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #e6efff;
  font-weight: 600;
}

.filter-nav li {
  flex: 1;
  height: 100%;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-nav li.active {
  background-color: #fff;
  color: #0c58e2;
  border-top: 2px solid #0c58e2;
}

.filter-nav li .nav-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.filter-nav li .icon1 {
  background-image: url(./images/icon1.png);
}

.filter-nav li .icon2 {
  background-image: url(./images/icon2.png);
}

.filter-nav li .icon3 {
  background-image: url(./images/icon3.png);
}

.filter-nav li .icon4 {
  background-image: url(./images/icon4.png);
}

.filter-nav li.active .icon1 {
  background-image: url(./images/icon1_active.png);
}

.filter-nav li.active .icon2 {
  background-image: url(./images/icon2_active.png);
}

.filter-nav li.active .icon3 {
  background-image: url(./images/icon3_active.png);
}

.filter-nav li.active .icon4 {
  background-image: url(./images/icon4_active.png);
}

.m_layout {
  margin: 0 auto;
}
.left_part {
  float: left;
  width: 590px;
}
.adv_search_bd {
  background: #fff;
  padding: 30px 35px 0;
}
.iptbox {
  margin-bottom: 40px;
}
.iptbox .select_box {
  position: relative;
}
.iptbox .ipt_title {
  float: left;
  line-height: 50px;
  font-size: 20px;
  color: #372c2c;
  font-weight: 700;
}
.iptbox input {
  border: 1px solid #cfcfcf;
  background: #fff;
  height: 50px;
  width: 380px;
  padding: 0 30px;
  color: #372c2c;
  font-size: 18px;
}
.select_box span.first_text {
  height: 50px;
  border: 1px solid #cfcfcf;
  background: #fff url(./images/ico_down_20240408.png) 350px center no-repeat;
  line-height: 50px;
  display: block;
  width: 390px;
  color: #372c2c;
  font-size: 18px;
  padding: 0 30px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select_box span.first_text.cur {
  background: #fff url(./images/ico_up_20240408.png) 350px center no-repeat;
}
.select_box ul.first_list {
  position: absolute;
  left: 100px;
  top: 49px;
  width: 390px;
  border: 1px solid #cfcfcf;
  background: #fff;
  text-align: center;
  height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 100;
}
.select_box ul li {
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  text-align: left;
  padding-left: 35px;
}
.select_box ul li:hover {
  background: #f0f0f0;
}
.right_part {
  float: right;
  width: 490px;
}
.btn_box {
  overflow: hidden;
}
.btn_box .ipt_btn {
  float: left;
}
.btn_box .ipt_btn {
  background: url(./images/btn_search.png) center 0 no-repeat;
  width: 180px;
  height: 50px;
  cursor: pointer;
  margin-left: 100px;
}
.btn_box .btn_reset {
  background: url(./images/btn_reset.png) center 0 no-repeat;
  margin-left: 30px;
}
.adv_search_bd .btn_fold {
  clear: both;
  float: right;
  cursor: pointer;
  margin-top: 20px;
}

.search_count {
  font-size: 16px;
  font-weight: 700;
  color: #372c2c;
  margin: 20px 0;
}
.search_count .u_count {
  color: #bd1a2d;
}

.table-container {
  background: white;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
}

.table-header {
  background-color: #0c58e2;
  color: white;
  font-weight: bold;
  height: 40px;
}

.table-header th {
  text-align: center;
  padding: 10px 12px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
}

#tableBody tr td {
  padding: 5px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  text-align: center;
  min-width: 80px;
}

#dataTable tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.pagination-class {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
}

.pagination-class button {
  background-color: white;
  border: 1px solid #ccc;
  padding: 6px 12px;
  cursor: pointer;
}

.pagination-class button.active {
  background-color: #0c58e2;
  color: white;
}

.pagination-class input {
  width: 50px;
  padding: 6px;
  border: 1px solid #ccc;
}
.jiucuo_btn {
  position: fixed;
  right: 0;
  bottom: 350px;
  z-index: 1001;
}
.jiucuo_btn a {
  display: block;
  background: #fff;
  width: 55px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgb(5 0 0 / 10%);
}
.jiucuo_btn img {
  width: 30px;
}
.jiucuo_btn p {
  font-size: 16px;
  color: #c72820;
  padding: 5px 0 0;
  font-weight: 700;
}
.jiucuo_btn p span {
  display: block;
}
.jiucuo_btn .close_jiucuo_btn {
  position: absolute;
  left: -15px;
  top: -15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jiucuo_btn .close_jiucuo_btn img {
  width: 15px;
  height: 15px;
}
.u_tips{
  text-align: center;
  margin: 20px 0;
}
.u_tips a{
  color: #0c58e2!important;
}

@media only screen and (min-width: 1920px) {
  .jqr-wrapper {
    min-width: auto;
  }
  .jqr-bg{
    height: 340px;
  }
  .content {
    width: 1400px;
    max-width: 1600px;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 750px) {
  html,
  body {
    font-size: 14px;
  }

  .jqr-wrapper {
    min-width: auto;
  }

  .content {
    width: 100%;
    padding: 0 15px;
    margin: 0px auto;
  }

  .jqr-bg {
    background-size: cover;
  }

  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 10px;
  }

  table {
    width: auto;
    min-width: 100%;
    table-layout: auto;
  }

  th,
  td {
    font-size: 12px;
  }

  .table-header {
    height: auto;
  }

  .table-header th {
    padding: 10px;
  }

  .pagination-class {
    flex-wrap: wrap;
    gap: 6px;
  }

  .pagination-class input,
  .pagination-class button {
    padding: 4px 8px;
    font-size: 13px;
  }

  .m_layout {
    width: 100%;
    padding-top: 0;
  }
  .m_area {
    padding: 2%;
  }
  .left_part,
  .right_part {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
  }
  .select_box span,
  .select_box #select_place {
    width: 100%;
  }
  .select_box ul.first_list {
    left: 0;
  }
  .select_box ul,
  .select_box ul.first_list {
    width: 100%;
    top: 99px;
  }
  .search_bd {
    padding: 2%;
  }
  .search_box {
    float: none;
  }
  .search_box #keyword_txt {
    width: 70%;
  }
  button#search_btn {
    width: 30%;
  }
  .search_count {
    margin-bottom: 10px;
  }
  .adv_search_btn {
    margin-top: 20px;
    font-size: 20px;
  }
  .adv_search_bd {
    padding: 2%;
  }
  .iptbox {
    margin-bottom: 10px;
  }
  .iptbox .ipt_title {
    width: 100%;
    font-size: 18px;
  }
  .iptbox .select_box {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .iptbox input {
    width: 100%;
    padding: 0 2%;
  }
  .select_box span.first_text,
  .select_box span.first_text.cur {
    width: 100%;
    padding: 0 2%;
    background-position: 92% center;
  }
  .btn_box .ipt_btn {
    width: 46%;
    margin: 0 2%;
  }
  .jiucuo_btn {
    bottom: 240px;
  }
  .jiucuo_btn p {
    font-size: 14px;
    padding: 3px 0 0;
  }
}

@media only screen and (max-width: 450px) {
  .jqr-bg {
    height: 80px;
  }
  .filter-nav {
    height: auto;
    flex-wrap: wrap;
  }

  .filter-nav li {
    flex: 0 0 50%;
    height: auto;
    padding: 10px 5px;
    box-sizing: border-box;
    justify-content: flex-start;
  }

  .filter-nav li .nav-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
