.el-radio-button__inner{
  border-left: var(--el-border);
}
.search {
    --el-color-primary: #0093D5;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  

  .search .dialog_num {
    font-size: 0.875rem;
    color: #B7B7B7;
  }
  .search .banner {
    width: 100%;
    height: 117px;
    background-color: #E5E5E5;
    position: relative;
  }
  .search .banner-leftBack {
    width: 427px;
    height: 117px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
  }
  .search .banner-topLayer {
    width: 100%;
    height: 117px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .search .banner-topLayer .options {
    width: 150px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    color: #636363;
    padding: 0 14px;
    box-sizing: border-box;
	  border: none;
  }
  .search .banner-topLayer .searchView {
    width: 667px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 9;
  }
  .search .banner-topLayer .searchView input {
    font-size: 1.125rem;
    color: #000000;
    flex: 1;
    min-width: 0;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 6px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .search .banner-topLayer .searchView .btn {
    flex-shrink: 0;
    width: 118px;
    height: 48px;
    background-color: #1fa0da;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
  }
.search .banner-topLayer .searchView .btn:hover{background-color: #0093d5}
  .search .banner-topLayer .searchView .btn img {
    width: 17px;
    height: 17px; 
	  padding-right: 6px;
  }
  .search .banner-topLayer .searchView .btn span {
    margin-left: 2px;
    font-size: 1.125rem;
    color: #fff;
  }
  .search .banner-topLayer .otherSearch {
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    border: 1px solid #C3CFD4;
    padding: 0 30px;
    margin-left: -10px;
    text-align: center;
    line-height: 50px;
    color: #0093D5;
    font-size: 1.125rem;
    border: none;
    z-index: 2;
    cursor: pointer;
  }
  .search .sort_head {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid rgba(0, 147, 213, 0.5);
  }
  .search .sort_head .subtance {
    width: 1200px;
    height: 52px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .search .sort_head .subtance-part {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .search .sort_head .subtance-part .sort-icon{
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    border-left: none;
    height: 36px;
    margin-right: 10px;
    padding: 0 24px;
    background-image: url(../assets/imgs/search_sort_up.png);
    background-size: auto 17px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    
  }
  .search .sort_head .subtance-part .sort-icon:hover{
    background-image: url(../assets/imgs/search_sort_up_hover.png);
  }
  .search .sort_head .subtance-part .parent {
    position: relative;
  }
  .search .sort_head .subtance-part .parent .arrow{
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
  }
  .search .sort_head .subtance-part .parent .common {
    cursor: pointer;
    padding: 0 26px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 3px 3px 0px 0px rgba(174, 206, 219, 0.14);
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    display: flex;
    flex-direction: row;
    align-items: center;
    outline: none;
    -webkit-appearance: none; /* 移除默认样式 */
    -moz-appearance: none;
    appearance: none;
  }
  .search .sort_head .subtance-part .parent select option {
    padding: 10px 0;
  }
  .search .sort_head .subtance-part .common:hover{background: #eefaff}
  .search .sort_head .subtance-part .common img {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .search .sort_head .subtance-part .sort {
    font-size: 1rem;
    color: #7B7B7B;
  }
  .search .tabpanel {
    width: 1200px;
    padding-left: 330px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .search .tabpanel input {
    font-size: 0.875rem;
  }
  
  .search .tabpanel .subject1 {
    font-weight: bold;
    font-size: 1.125rem;
    color: #000000;
  }
  .search .tabpanel .subject2 {
    font-size: 1rem;
    color: #000000;
    width: 100px;
  }
  .search .tabpanel .subject3 {
    font-size: 1rem;
    color: #2B2B2B;
  }
  .search .tabpanel .area_wd {
    width: 374px;
  }
  .search .total_info {
    width: 100%;
    height: 56px;
    background-color: rgba(244, 249, 251, 0.5);
    /* margin-top: 30px; */
    /* border-top: 1px solid rgba(0, 147, 213, 0.5); */
  }
  .search .total_info .centerPart {
    width: 1200px;
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .search .total_info .centerPart-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 24px;
  }
  .search .total_info .centerPart-left .txt1 {
    font-size: 1rem;
    color: #373737;
    font-weight: bold;
  }
  .search .total_info .centerPart-left .txt2 {
    font-size: 1.125rem;
    color: #888888;
    margin-left: 10px;
  }
  .search .total_info .centerPart-right {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .search .total_info .centerPart-right .info {
    color: #888888;
    font-size: 1rem;
  }
  .search .total_info .centerPart-right input {
    width: 43px;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    margin: 0 20px;
  }
  .search .table {
    width: 1200px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
  }
  .search .table-left {
    width: 331.62px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  .search .table-left .option {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .search .table-left .option .second {
    margin-left: 20px;
  }
  .search .table-left .option .txt2 {
    font-size: 1.125rem;
    color: #B7B7B7;
    font-weight: bold;
    text-transform: lowercase;
    font-variant: small-caps;
  }
  .search .table-left .option .txt3 {
    font-size: 1rem;
    color: #000;
  }
  .search .table-left .option .txt4 {
    font-size: 0.875rem;
    color: #B7B7B7;
  }
  .search .table-left .txt1 {
    font-size: 1.25rem;
    color: #B7B7B7;
    font-weight: bold;
  }
  .search .table-left .filters {
    width: 272px;
    height: 36px;
    line-height: 36px;
    background-color: #0093D5;
    text-align: center;
    font-size: 0.875rem;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .search .table-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    margin-left: 40px;
    position: relative;
  }
  .search .table-right .top_info {
    width: 100%;
    height: 46px;
    background-color: rgba(241, 246, 219, 0.85);
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.125rem;
    display: none;
    padding: 10px 0px;
  }
  .no-underline-hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .no-underline-hover:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .search .table-right .top_info .color1 {
    margin-left: 10px;
    color: #696969;
  }
  .search .table-right .top_info .color2 {
    color: #1FA0DA;
  }
  .search .table-right .top_info img {
    width: 18px;
    height: 18px;
    margin-left: 16px;
  }
  .search .table-right .list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .search .table-right .list-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
  .search .table-right .list-item .bar {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
  }
  .search .table-right .list-item .bar-index {
    color: #0093D5;
    font-size: 1rem;
    margin-top: 10px;
  }
  .search .table-right .list-item .bar-option {
    padding: 6px;
    background-color: #F0F5F7;
    font-size: 1rem;
    color: #0093D5;
  }
  .search .table-right .list-item .content {
    flex: 1;
    margin-left: 20px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(150, 182, 196, 0.3);
  }
  .search .table-right .list-item .content-tit {
    font-size: 1.125rem;
    color: #0093D5;
    line-height: 22px;
    text-align: left;
  }
  .search .table-right .list-item .content-author {
    margin-top: 16px;
    font-size: 0.875rem;
    color: #5D7274;
  }
  .search .table-right .list-item .content-location {
    margin-top: 14px;
    font-size: 0.875rem;
    color: #6993A6;
  }
  .search .table-right .list-item .content-location .other {
    color: #2B2B2B;
  }
  .search .table-right .list-item .content-desc {
    font-size: 0.875rem;
    color: #5B5B5B;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  .search_high{
    background-color: #212121;
  }
  .search_high p{
    color: #FFFF00 !important;
  }
  .search_high span{
    color: #FFFF00 !important;
  }
  .search_high a{
    color: #FFFF00 !important;
  }

  .fixed_top{
    position: fixed;
    bottom: 150px;
    width: 39px;
    right: 50px;
    visibility:hidden;
    cursor: pointer;
  }
 
 .page_sign{
    position: fixed;
    display: flex;
    flex-direction: initial;
    padding-top: 3px;
    align-items: flex-start;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    
    
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    transition: opacity 0.5s ease, transform 0.3s ease;
    font-size: 1rem;
    top: 0px;
    opacity: 0;
    width: 60px;
    height: 50px;
    z-index: 9999;
    overflow: hidden;
    user-select: none;
    align-items: center;
    margin-left: 765px;
  }
  .page_sign:hover {
    background-color: #b0b0b0;
    opacity: 0.9;
  }
  .page_sign .indicator-container {
      position: relative;
      height: 28px;
      width: 100%;
      
    }
  .page_sign .indicator-container .indicator-text {
      position: absolute;
      left: 0;
      right: 0;
      height: 28px;
      line-height: 28px;
      text-align: center;
      top: 0;
      transition: none;
      font-weight: bold;
      white-space: nowrap;
    }
  .pageInfo{
    width: 100%;
    padding: 5px 0;
    background-color: rgba(244, 249, 251, 0.5);
    display: flex;
    flex-direction: column;
  }
  .pageInfo .row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .pageInfo .space_between{
    justify-content: space-between;
  }
  .pageInfo .btn {
    width: 113px;
    height: 33px;
    background: #0093D5;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0.875rem;
    color: #FFFFFF;
  }
  
  
  .el-select--large .el-select__wrapper {
    font-size: 0.875rem;
    gap: 6px;
    line-height: 24px;
    min-height: 40px;
    padding: 8px 16px;
}

.list_popup {
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    color: #303133;
  }

  .list_popup::before, .list_popup::after {
    content: "";
    position: absolute;
    left: 5%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }

  .list_popup::before {
    top: -11px;
    border-bottom: 10px solid #ccc;
    z-index: 110;
  }

  .list_popup::after {
    top: -8px;
    border-bottom: 9px solid white;
    z-index: 130;
  }
  .el-checkbox-group{
    font-size:var(--el-font-size-base);
  }
  .tab-checkbox {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
  }
  .copy-btn {
    padding: 8px 12px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
  }

  .copy-btn:hover {
    background: #0056b3;
  }
        .spinner-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.8); 
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            border: none;
            border-radius: 10px; 
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
        }

        .spinner {
            margin: 20px auto;
            width: 50px;
            height: 40px;
            text-align: center;
            align-items: center;
            font-size: 10px;
            border: 2px solid #3498db; 
            padding: 10px;
            border-radius: 5px; 
        }

        .spinner > div {
            background-color: #3498db;
            height: 100%;
            width: 6px;
            display: inline-block;
            -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        }

        .spinner div:nth-child(1) {
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }

        .spinner div:nth-child(2) {
            -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
        }

        @keyframes sk-bouncedelay {
            0%, 80%, 100% { transform: scale(0); }
            40% { transform: scale(1.0); }
        }