
/* .header ,.footer{
    display: none;
} */
.box{
    /* height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden; */
    padding-top: 1.5rem;
    /* height: 1.47rem; */
}
.com_flex{
    /* flex: 1; */
    overflow-y: auto;
}
.new_footer, .filing, .new_header{
    flex-shrink: 0;
}
.newBox .new_footer {
  overflow: hidden;
  padding: 0 0.4rem;
  font-size: 0.32rem;
  background: #F4F4F4;
  color: #666;
}
.newBox .new_footer .logo {
  width: 5.2rem;
  display: block;
  margin: 0.93rem auto 0.61rem;
}
.newBox .new_footer .details {
  display: flex;
  margin-bottom: 0.08rem;
  min-height: 0.45rem;
  line-height: 0.45rem;
}
.newBox .new_footer .details .content {
  flex: 1;
}
.newBox .filing {
  min-height: 34px;
  width: 100%;
  display: flex;
  border-top: 0.03rem solid #C2C2C2;
  align-items: center;
  font-size: 0.27rem;
  color: #999;
  background: #F4F4F4;
  padding: 0.3rem 0.3rem;
  white-space: nowrap;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newBox .filing img {
  width: 0.27rem;
  height: 0.27rem;
  object-fit: contain;
}
.newBox .filing span {
  display: flex;
  height: 0.43rem;
  align-items: center;
}
.new_header {
  height: 1.47rem;
  flex-shrink: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
  padding: 0 15px;
  background-color: #fff!important;
  box-shadow: 0px 2px 5px #888888;
  z-index: 9999;
}
.new_header .logo {
  width: 4.43rem!important;
  height: 0.67rem!important;
}
.footer .logo {
  width: 4.43rem!important;
  height: 0.67rem!important;
}
.new_header .seek {
  height: 0.56rem;
}
.new_header .menu {
  height: 0.64rem;
}
.new_header .seek {
  margin-left: 2.93rem;
  margin-right: 0.53rem;
}

.new_header .nav-first {

  display: none;
  position: fixed!important;
  left: 0;
  top: 1.47rem;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  line-height: 50px;
  overflow: auto;
  background-color: #242A2F;
}

.new_header .nav-first li .nav-second {
  display: none;
  background-color: #242A2F;
}

.new_header .nav-first li .nav-second .nav-three {
  display: none;
  /*background-color: #242A2F;*/
}

.new_header .nav-first li a {
  display: block;
  padding-left: 25px;
  color: #ddd;
  font-size: 16px;
}

.new_header .nav-first li .nav-second li a {
  height: 40px;
  padding-left: 45px;
  font-size: 14px;
}

.new_header .nav-first li .has-nav-second:after {
  content: ' ¡Å';
  font-size: 14px;
}

.new_header .nav-first li .nav-second a.has-nav-three:after {
  content: ' ¡Å';
  font-size: 14px;
}

.new_header .nav-first li .nav-second .nav-three li a {
  height: 40px;
  padding-left: 60px;
  font-size: 14px;
}


.loading-indicator {
  display: none;
  /* Ä¬ÈÏÒþ²Ø */
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 0; */
  text-align: center;
  padding: 15px;
  /* background: #f9f9f9; */
}

/* ¼ÓÔØ¶¯»­ */
.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  border-top-color: #3498db;
  animation: spin 1s ease-in-out infinite;
  margin-right: 10px;
}

@keyframes spin {
  to {
      transform: rotate(360deg);
  }
}<!--ºÄÊ±1757897129.3217Ãë-->