.loading{
          width: 100%;
          height: 100%;
          position: fixed;
          top:0;
          left: 0;
          z-index: 19000;
          display: block;
          background-color:rgba(255,255,255,0.4);
  }
.loading_pic{
          width: 64px;
          height: 64px;
          background:url('/static/db/images/Molecular DNA.gif' );
            z-index: 19000;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
  }
select:focus {
    outline: none !important;
    box-shadow: none !important;
}
.font-nom {
font-family: 'Arial', serif;
  font-size: 14px;
}

.font-logo {
  font-family: 'Times New Roman', serif;
  font-size:48px;
  margin-bottom: 0 !important;
  display:inline-block;

}

.navbar-nav .nav-link{
   font-family: 'Arial', serif;
    font-size: 16px;

}

.quick-search-text{
    padding-left:15px;

    outline:none;
    box-shadow: none;
    line-height: 34px;
    font-size: 14px;
    width: 350px;
    min-width:200px;
    float:left;
    border: 0;
    display: inline-block;
    background: #f0f0f0;

}
.quick-search-select{
    /*padding:0 5px ;*/
    outline:none;
    box-shadow: none;
    line-height: 36px;
    font-size: 14px;
    height: 100%;
    float:left;
    border: none;
    display: inline-block;
    background: #f0f0f0;
}
.search-text{
    padding-right: 40px;
    padding-left: 15px;
    outline:none;
    box-shadow: none;
    line-height: 34px;
    font-size: 14px;
    min-width:200px;
    border: 0;
    display: inline-block;
    background: #f0f0f0;
}
.search-btn{
    outline:none;
    box-shadow: none;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    background: #4489c7;
    color: #ffffff;
}
.search-btn:hover{
    background-color:#0F4C81;
}
.quick-search-btn{
    height: 36px;
    display: inline-block;
    box-shadow: none;
    width:36px;
    padding: 0;
    border:0;
}


.quick-search-btn:hover{
    background-color:#c5cad1;
}


.btn_font{
    box-shadow: 0 0px 0px #ccc !important;
}
.example_span{
    color: #2d8cf0;
    cursor: pointer;
}
.search_btn{
    background: #80d0c7 !important;
    border: none !important;
    font-size:1rem;
    border-radius: var(--border-radius-large) !important;
    color: var(--white-color) !important;
    font-family: Arial, serif !important/*rtl:Amiri, Georgia, "Times New Roman", serif*/;

    font-weight: var(--font-weight-semibold) !important;
    transition: all 0.3s;
    margin-bottom: 0 !important;
}

.search_btn:hover, .search_btn:focus {
    background: var(--custom-btn-bg-hover-color) !important;
    border-color: transparent !important;
}

/* 高德地图logo隐藏 */
.amap-logo{
    display: none;
    opacity:0 !important;
}
.amap-copyright {
   opacity:0;
}

.marker {
    background: rgba(160, 160, 160, 50%);
    height: 12px;
    width: 12px;
    border-radius: 4px;


}
.marker_active{
    background: rgba(0, 168, 255, 75%);

}

@keyframes donghua {
    0% {
        transform: scale(1);
        /* 注意rgba中的a的设置 */
        box-shadow: 0 0 0 0 rgba(204, 73, 152, 0%);
    }

    60% {
        transform: scale(1);
        box-shadow: 0 0 0 0.2rem  rgba(0, 168, 255, 60%);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(204, 73, 152, 0%);
    }
}

.marker_info{
    position: relative;
    top: 0;
    right: 0;
    min-width: 0;
    padding: 5px;
    font-size:1rem;
}

.menu_btn{
    border:0px;
    color:#4489c7;
    background:none;
}
.menu_btn:hover{
    color:#62a2e2
}
.menu_div{
    border: 1px solid #dee2e6;
    padding: 10px 5px;
}
.menu_p{
    margin-bottom:5px;
    font-size:14px;
    display: inline-block;
}
.card{
    border: 0px;
    border-top:1px solid #dee2e6;
    border-radius: 0;
    margin-top:3px;
}
.menu_checkbox{
    display:inline-block;
}
.menu_title{
    color:rgb(68, 137, 199);
    font-weight:bold;
    font-size:14px;
}
.num_span{
    color: #fff;
    background-color: #6c757d;
    float:right;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25rem;
}

.table_a{
    color: #2d8cf0;
    background: 0 0;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease;
    font-weight: normal;
}

.input-group{
    margin-bottom: 5px;
}
.prefix{
    width: 180px;
    font-size: 14px;
}
.suffix{
    width: 42px;
    font-size: 14px;
}
.search_font{
    font-size: 14px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}
.slide_a{
    font-weight: normal;
    display: block;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    padding: 8px 0 8px 16px;
    line-height: 1.5;
    color: #515a6e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:16px;

}
.slide_a:hover{
    color:#2d8cf0;
}
.slide_div{
    width: 100%;
    position: sticky;
    top:100px;
    border-left:2px solid #dee2e6;
    padding-left: 15px;

}



.h2_title{
    color: #0F4C81;
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0;
}


.h1_title{

    font-weight: initial;
    font-size: 32px;
    line-height: 80px;
}
.text-center{
    text-align: center;
}
.hideLabel{
    display:none;
}
.showLabel{
    display:block;
}
.sample_td{
    width:1%;
    white-space: nowrap;
    padding-right: 30px !important;
    line-height: 25px;
}



.gene_th{
    white-space: nowrap;

}
.gene_td{
     text-align: center;
    vertical-align: middle !important;
}

.browse_title{
    color: rgb(1, 38, 72);
    font-weight: initial;
    font-size: 36px;
}

.browse_num{
    color: #fff;
    background-color: #4489c7;
    margin-left:5px;
    position:relative;
    top:-10px;
    display: inline-block;
    padding: .3em .4em;
    font-size: 45%;
    font-weight: 600;
    line-height: 1;


    text-align: center;
    white-space: nowrap;
    border-radius: .25rem;
}

.navbar_dropdown::after{
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;

    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 2px;
    border: 0;
    transition: transform 0.3s ease;
}
.navbar_dropdown:hover::after,
.navbar_dropdown + .dropdown-menu:hover::before {
    transform: rotate(180deg);
}
.nav-item:hover .navbar_dropdown::after {
    transform: rotate(180deg);
}

.overview_table td{
    width:70%;
    line-height: 35px;
}
.overview_table th{

    line-height: 35px;
}

.btn-label{
    height: 52px;
    border-color:#4489c7;
    color: #4489c7;
    background: #fff;
   line-height: 36px;
    font-weight: bold;
   font-family: Arial, serif !important/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}
.btn-label:hover{
    color: #fff !important;
    background: #4489c7 !important;
    border-color:#fff !important;
    border-bottom-color:#4489c7 !important;
    border-top-color:#4489c7 !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff !important;
    background: #4489c7 !important;
    border-color:#fff !important;
    border-bottom-color:#4489c7 !important;
    border-top-color:#4489c7 !important;
}
.single-counter {
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
}

.single-counter img {
    height:5rem;
    margin-bottom:1.5rem;
}
.single-counter h2 {
    color: #222222;
    line-height: 1;
    font-size: 1.5rem;
    margin-top: -8px;
    font-weight:400;
    margin-bottom: 10px;
    clear: both;
}


.single-counter p {
    color: #0F4C81;

    margin-bottom: 0;
    font-size: 0.9rem;
}

.list-group-item.active{
    background-color: #4489c7;
}

.no-wrap {
    gap: 10px;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
}

.carouselimg{
    position: relative;
    display: none;
    transition: transform .6s ease-in-out;
    width: 30%;
    height: 300px;
}
.carousel-inner .active{
    display:inline-block;
}

.carousel-div{
    text-align:center;
    width:100%;
    height: calc(50vh);
}
.carousel-div span{
    font-size:6rem;
}
.carousel-div div{

    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;

    transform: translateY(-50%);


}

.download_a{
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 5px;
}

@media (max-width: 480px) {

 .site-header img{
    display:none;
 }
}

.input-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;

    border-width: 0;
    border-radius: 0.4rem;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
    font-size:1rem;

    position:absolute;
    right:5px;
    bottom:5px;

    padding: 0.75rem 1.25rem;
}

.input-title {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .25rem;
    border-width: 0;
    border-radius: 0.4rem;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
    font-size:1.2rem;
    font-weight: bolder;
    position:absolute;
    left:5px;
    top:5px;

    padding: 0.75rem 1.25rem;
}

.soiltype {
    width: 218px;
    position:absolute;
    right:5px;
    top:5px;
}

.drew-card{
    position:absolute;
    right:5px;
    bottom:5px;
    width: 218px;
}

.draw-btn {
    outline: none;
    box-shadow: none;
    border: 0;

    padding: 5px 10px;
    background: #4489c7;
    color: #ffffff;
    border-radius: .25rem;
}

.autoComplete {
    position:absolute;

    top:36px;
    width:100%;
    display: none;
    background: #fff;
    max-height: 400px;
    overflow: hidden;

    outline: none;
    box-shadow: none;
}
.autoComplete li{
    font-size: 13px;
  line-height: 30px;
  padding:5px 15px;
  cursor: pointer;
  list-style-type:none;
  list-style-image: None;


}
.autoComplete .suggestItem:hover {
    background: #e6e6e6;
}

.autoComplete_a{
    border: 1px solid #dee2e6;
    float: right;
    padding: 0 5px;
    background: rgb(68, 137, 199);
    color: #fff;
    font-weight:400;
}




.autoComplete_1 {
    position:absolute;
    top:36px;
    width:100%;
    display: none;
    background: #fff;
    max-height: 400px;
    overflow: hidden;
    z-index:900;
    outline: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
}
.autoComplete_1 li{
    font-size: 13px;
  line-height: 30px;
  padding:5px 15px;
  cursor: pointer;
  list-style-type:none;
  list-style-image: None;


}
.autoComplete_1 .suggestItem_1:hover {
    background: #e6e6e6;
}



.autoComplete_home {
    position:absolute;
    top:36px;
    width:100%;
    display: none;
    background: #fff;
    max-height: 400px;
    overflow: hidden;
    z-index:900;
    outline: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
}
.autoComplete_home li{
    font-size: 13px;
  line-height: 30px;
  padding:5px 15px;
  cursor: pointer;
  list-style-type:none;
  list-style-image: None;


}
.autoComplete_home .suggestItem_home:hover {
    background: #e6e6e6;
}

.amap-info {
    width: auto;
    white-space: nowrap;
}

.infoWindow {
    padding: 20px 5px 5px 5px;
    text-align: center;
    font-size: 14px;
	background: white;
}
.infoWindow a{
    display: block;
}
.table-container1 {
    overflow: auto; /* 启用垂直滚动 */

}
.table-container1 th{
   white-space: nowrap;
}


.custom-file-input {
    display: none; /* 隐藏原生控件 */
  }


.table-container {
    position: relative;
}

.table-container::before {
    content: "Powered by BLAST 2.16.0+"; /* 背景中的文本 */
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); /* 居中对齐 */
    color: rgba(0, 0, 0, 0.4); /* 背景文字颜色和透明度 */
    font-size: 24px; /* 背景文字字体大小 */
    white-space: nowrap; /* 确保背景文字在一行显示 */
    z-index: -1; /* 让背景文字在内容后面 */
}

.mapper_container{
    position: relative;
}
.mapper_container::before {
    content: "Module mapper"; /* 背景中的文本 */
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); /* 居中对齐 */
    color: rgba(0, 0, 0, 0.4); /* 背景文字颜色和透明度 */
    font-size: 32px; /* 背景文字字体大小 */
    white-space: nowrap; /* 确保背景文字在一行显示 */
    z-index: -1; /* 让背景文字在内容后面 */
}

.blast_textarea{
    height:auto;
    background: #f0f0f0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: 0 0 0 #ccc !important;
    padding: 10px 20px 10px 20px;
    width: 100%;
    border: none;
}
.blast_textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
.rectangle{
    border-radius: 0;
}
.label4textarea{
    position: absolute;
    left: 20px;
    top: -10px;
    font-size: 21px;
    margin-bottom: 3px;
}
.amap-info-close{
    display: none;
}


.parallelogram {
    position: absolute;
    left: 3px;
    top: -40px;
    padding: 10px;
  transform: skew(-8deg);
  height: 40px;
    background-color:rgb(68, 137, 199);
    color: white;

}
/* 图片容器 */
.gallery {
    column-count: 4; /* 默认4列 */
    column-gap: 1rem; /* 列之间的间距 */
    width: 100%;
}

/* 瀑布流卡片样式 */
.gallery-item {
    break-inside: avoid; /* 防止卡片内容被分割 */
    margin-bottom: 1rem; /* 卡片之间的间距 */
    display: inline-block;
    width: 100%;

}

.gallery-item img {
    width: 100%; /* 图片宽度自适应卡片宽度 */
    display: block; /* 移除多余空隙 */
    border-radius: 0px; /* 可选：图片圆角效果 */
    transition: opacity 0.3s ease, transform 0.3s ease; /* 添加过渡效果 */
}
.gallery-item img:hover {
    opacity: 0.8; /* 降低透明度 */
    cursor: pointer; /* 鼠标变成可点击样式 */
    transform: scale(1.01); /* 放大一点点 */
}
.img-caption{
    border: 1px solid #dee2e6;
    height: auto;
}
/* 媒体查询：小屏幕适配 */
@media (max-width: 992px) {
    .gallery {
        column-count: 2; /* 小屏幕显示2列 */
    }
}
@media (max-width: 768px) {
    .gallery {
        column-count: 1; /* 小屏幕显示2列 */
    }
}

.parallelogram h6{
    margin: 0;
}
.modal-xxl {
    max-width: 85vw; /* 90% 视口宽度 */

}
.navbar-toggler_cos{
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.annotation-table {
    margin: 10px 10px 10px 10px;
    border-collapse: collapse;
    width: 99%;
}
.annotation-table th, .annotation-table td {
    border: 1px solid #ddd;
    padding: 8px;
}
.annotation-table th {
    background-color: #f4f4f4;
    text-align: left;
}
.annotation-table td {
  max-width: 250px; /* 设置最大宽度 */
  overflow-wrap: break-word; /* 自动换行 */

  white-space: normal; /* 正常换行 */
}
.btn-primary{
    background: #4489c7 !important;
}
.btn-primary:hover{
    background: #1C5A99 !important;
}
.section{
    margin-bottom: 75px;
}
.home_title {
    font-family: Arial, serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.home_introduction {
    font-family: Arial, serif;
    text-align: justify;
    font-size: 18px;
}
.home_a{
    font-family: Arial, serif;

    color: #0d6efd;
}

.doc_h1{
    font-size:24px;
    font-weight:bold;
    color:#1C5A99;
    line-height: 1.6rem;
    text-wrap: balance;
    letter-spacing: -.025em;
    margin-top: 30px;

}
.doc_h2{
    font-weight: 550;
    font-size: 16px;
    line-height: 1.2rem;
    text-wrap: balance;
    letter-spacing: -.025em;
}
.doc_h3{

    font-size: 14px;
    line-height: 1rem;
    text-wrap: balance;
    letter-spacing: -.025em;

}
.doc_p{
    font-size: 14px;
    text-align: justify;
}
.doc_p li{
    margin-bottom: 5px;
}
.doc_img{
    width: 60%;
    height: auto;
    display: block;
    margin: 20px auto;
    max-width: 1600px;
}
.doc_ul {
    list-style-type: none; /* 去掉默认的点 */

}

.green-input:focus{
    border-color: #2bb9af;
}
.btn-custom {
  --bs-btn-font-weight: normal;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #4489c7;
  --bs-btn-border-color: #4489c7;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg:  #73a7d5;
  --bs-btn-hover-border-color: #73a7d5;
  --bs-btn-focus-shadow-rgb: #73a7d5;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}

.btn-custom-green {
  --bs-btn-font-weight: normal;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #2bb9af;
  --bs-btn-border-color: #2bb9af;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg:  #8adacf;
  --bs-btn-hover-border-color:#8adacf;
  --bs-btn-focus-shadow-rgb: #8adacf;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}
.btn-custom-green-outline {
  --bs-btn-font-weight: normal;
  --bs-btn-color: #2bb9af;
  --bs-btn-bg: var(--bs-white);
  --bs-btn-border-color: #2bb9af;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg:  #2bb9af;
  --bs-btn-hover-border-color:#2bb9af;
  --bs-btn-focus-shadow-rgb: #2bb9af;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}
::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background-color: #99a9bf;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: #d3dce6;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

