.oircoEgapp-head {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: -webkit-fill-available;
  }
  .oircoEgapp-head .headtop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.16rem;
    height:60px;
    background: #fff;
  }
  .oircoEgapp-head .headtop .headerlogimg {

    max-width: 140px;
    min-width: 123px;
    height: auto !important;
    display: block;
    /* height: 2.25rem; */
  }
  .oircoEgapp-head .top-menu {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    color: #000;
    display: none;
  }
  .oircoEgapp-head .top-menu .it-ct {
    font-family: "HarmonyOS-SemiBold";
    font-weight: bold;
  }
  .oircoEgapp-head .top-menu .it-ct .it-1 {
    padding: 0.16rem 3.5% 0.2rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    position: relative;
  }
  .oircoEgapp-head .top-menu .it-ct .it-1-more {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1.5%;
  }
  .oircoEgapp-head .top-menu .it-ct .it-1-more i {
    font-weight: bold;
  }
  .oircoEgapp-head .top-menu .it-ct .it-1-2 {
    padding-left: 0.16rem;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 100;
    font-weight: bold;
    display: none;
  }
  .oircoEgapp-head .top-menu .it-ct .it-1-2 a {
    color: #666;
  }
  .cursor_p span {
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    width: 100%;
    /* height: 1.2rem; */
    padding-left: 0.2rem;
  }
  .cursor_p span:hover {
    font-size:22px;
    white-space: normal;
    width: 100%;
    overflow: inherit;
    line-height: 1.5;
  }
/* .cursor_p {
    height: 0.38rem !important;
} */
.img-responsive {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.img-responsive span {
    display: flex !important;
    align-items: center !important;
}
.action-sheet {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: none;
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 11111;
    left: 0;
  }
  
  .menu-name {
    text-indent: 0.2rem;
    font-size: 14px;
    font-weight: 700;
    color: #000;
  }
  .action-sheet ul li {
    margin: 0 10px;
    color: #333;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 12px 14px;
  }
  .action-sheet ul li a {
    color: #333;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .action-sheet ul li img {
    margin-right: 14px;
  }
  .menu-title {
    display: flex;
    align-items: center;
    margin: 0 10px;
    justify-content: space-between;
    background: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius:6px;
    padding: 5px 0;
  }
  .close-icon {
    width: 24px;
    display: flex;
    align-items: center;
  }
  .close-icon img {
    width: 24px !important;
  }
  .title-text {
    padding-top: 0.24rem;
    color: #333;
    font-size: 14px;
  }
  .title-text p {
    line-height: 2;
  }
  .title-text p a {
    color: #989898;
   
  }
  .title-text p a:hover {
    color: #989898;
  }
  .marsk-container {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0px;
    z-index: 9999;
  }
  .marsk-container-detail {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0px;
    z-index: 9999;
  }
  .search-in {
    margin-top:0.8rem;
  }
  .search-in input {
    width: 70% !important;
    height: 0.8rem;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    opacity: 1;
    border-radius: 20px;
    padding: 0 14px;
    font-size: 14px;
  }
  ::-webkit-input-placeholder {
    color: #989898;
  }
  .search-button {
    border: none;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 10px;
    cursor: pointer;
    background: #0060ff;
    height:0.7rem;
    border-radius: 20px;
    padding: 0 14px;
    width: 22%;
  }
  .search-in form{
    display: flex;
    flex-direction: row;
     align-items: center;
  }
  .search-in .title-text p a{
    font-size: 14px;
  }
  /*头部搜索弹窗*/
.popup-quick {
    width: 86%;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.2);
    color: #333;
    padding: 14px;
    border-radius: 5px;
    margin: 14px auto 0;
    position: relative;
    margin-top: 1rem;
  }