body {
  background: #F5F6FA;
}
.mb-nav {
  background: #fff;
  padding: 13px 15px;
  overflow-x: scroll;
}
.mb-nav li {
  margin-right: 17px;
  font-size: 15px;
  flex: none;
}
.mb-nav li a {
  color: #000;
}
.mb-nav li.on {
  background: #E1F0FF;
  border-radius: 5px;
  padding: 10px 14px;
}
.mb-nav li.on a {
  color: #0649A5;
}
.nav {
  width: 272px;
  background: #fff;
  min-height: 577px;
  height: max-content;
}
.nav .nav-title {
  background: #0855B3;
  padding: 15px 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.nav ul {
  padding: 12px 18px;
}
.nav ul li {
  background: #F5F6FA;
  padding: 13px 0;
  border-radius: 3px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.nav ul li a {
  color: #090909;
}
.nav ul li.on,
.nav ul li:hover {
  background: #E1F0FF;
}
.nav ul li.on a,
.nav ul li:hover a {
  color: #306DCA;
}
#company .company-filter {
  margin-left: 100px;
  color: #474747;
}
#company .company-filter > div:nth-child(1) {
  margin-right: 40px;
}
#company .company-filter > div:nth-child(1) select {
  width: 200px;
}
#company .company-filter > div:nth-child(2) select {
  width: 317px;
}
#company .company-filter select {
  padding: 14px 45px 14px 25px;
  border-color: #D1D1D1;
  position: relative;
  appearance: none;
  /* 移除默认样式 */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  -moz-appearance: none;
  /* Firefox */
  outline: none;
  border-radius: 4px;
}
#company .company-filter select:focus option:checked,
#company .company-filter select:focus option:hover {
  color: #306DCA !important;
  /* 背景色 - 兼容不同浏览器 */
  background: #E1F0FF;
  /* 字体颜色 - 兼容不同浏览器 */
  -webkit-text-fill-color: #306DCA !important;
}
#company .company-filter .filter-item {
  position: relative;
}
#company .company-filter .filter-item::after {
  content: " ";
  /* 自定义箭头符号 */
  position: absolute;
  right: 10px;
  top: 50%;
  width: 13px;
  height: 9px;
  background: url(../images/arrow.png);
  transform: translateY(-50%);
  pointer-events: none;
  /* 确保点击箭头时不会影响选择操作 */
  font-size: 14px;
  color: #666;
  z-index: 99;
}
#company .navigation > button {
  width: 91px;
  height: 45px;
  background: #0649A5;
  border-radius: 4px 4px 4px 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
}
#company .company-box {
  width: 1135px;
  background: #fff;
  padding: 28px 31px 47px;
  color: #474747;
}
#company .company-box table {
  border: 1px solid #E2E2E2;
}
#company .company-box table thead {
  background: #E1F0FF;
}
#company .company-box table thead td {
  padding: 8px 0;
}
#company .company-box table td {
  text-align: center;
  border-right: 1px solid #E2E2E2;
}
#company .company-box table td:last-child {
  border-right: 0;
}
#company .company-box table tr {
  transition: all ease-in-out 0.3s;
}
#company .company-box table tr:hover {
  background-color: rgba(6, 73, 165, 0.8);
  color: #ffffff;
}
#company .company-box table tr td:nth-child(1){
  width: 5%;
}
#company .ser table tr td:nth-child(1){
  width: 2%  
}
#company .company-box table tr td:nth-child(4),
#company .company-box table tr td:nth-child(6){
  width: 20%;
}
#company .company-box table tr td:nth-child(2) {
  width: 16%;
}
#company .ser table tr td:nth-child(2) {
  width: 10% 
}
#company .company-box table tr td:nth-child(3),
#company .company-box table tr td:nth-child(5) {
  width: 10%;
}
#company .ser table tr td:nth-child(3){
  width: 20% 
}
#company .company-box table tbody td {
  height: 80px;
  padding: 0 12px;
}
#company .company-box table tbody tr {
  border-bottom: 1px solid #E2E2E2;
}
#company .company-box table tbody tr:last-child {
  border-bottom: none;
}
#company .company-box #pagediv {
  text-align: right;
  padding-top: 20px;
}
#company .company-box #pagediv a {
  border: 1px solid #E2E2E2;
  padding: 6.5px 17px;
  color: #474747;
  transition: all ease-in-out 0.3s;
}
#company .company-box #pagediv a:hover {
  color: #fff;
  background: #0649A5;
  border-color: #0649A5;
}
#company .company-box #pagediv .fline {
  display: inline-block;
  margin-right: 5px;
}
#company .company-box #pagediv .fline .pageInput {
  border: 1px solid #E2E2E2;
  padding: 8px 0;
  width: 73px;
  text-align: center;
  margin: 0 8px;
  font-size: 16px;
}
#company .main {
  padding-bottom: 73px;
}
@media screen and (max-width: 1024px) {
  .nav {
    display: none;
  }
  #company .company-filter {
    margin-left: 0;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
  }
  #company .company-filter > div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #company .company-filter > div:nth-child(1) select {
    width: 100%;
  }
  #company .company-filter > div:nth-child(2) {
    width: 80%;
  }
  #company .company-filter > div:nth-child(2) select {
    width: 100%;
  }
  #company .company-filter > div {
    flex-direction: column;
    align-items: stretch;
  }
  #company .company-filter > div span {
    margin-bottom: 10px;
  }
  #company .company-filter select {
    padding: 9px 30px 9px 15px;
  }
  #company .company-filter .filter-item::after {
    transform: none;
    top: auto;
    bottom: 10px;
  }
  #company .navigation {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 27px;
  }
  #company .navigation > button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 63px;
    height: 35px;
    font-size: 14px;
  }
  #company .company-box {
    /* width: max-content; */
    overflow-x: scroll;
    padding: 14px 15px 0;
  }
  #company .company-box table {
    font-size: 14px;
  }
  #company .company-box table tr {
    display: flex;
    box-sizing: border-box;
  }
  #company .company-box table tr td {
    flex: none;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #company .company-box table tr td:nth-child(1),
  #company .company-box table tr td:nth-child(4),
  #company .company-box table tr td:nth-child(6) {
    width: 78px;
  }
  #company .company-box table tr td:nth-child(2) {
    width: 116px;
    position: sticky;
    left: -15px;
    z-index: 3;
  }
  #company .company-box table tr td:nth-child(3) {
    width: 146px;
  }
  #company .company-box table tr td:nth-child(5) {
    width: 105px;
  }
  #company .company-box table tr td:nth-child(7) {
    width: 130px;
  }
  #company .company-box table thead td {
    background: #E1F0FF;
  }
  #company .company-box table tbody td {
    height: auto;
    padding: 8px 4px;
    background: #fff;
  }
  #company .company-box table tbody td:last-child {
    justify-content: flex-start;
  }
  #company .company-box #pagediv {
    display: none;
  }
  #company .company-box .pages {
    position: sticky;
    left: 0;
  }
  #company .main {
    padding-bottom: 45px;
  }
}
