/* all */
/* .webpage {
    margin: 0 auto;
} */
/* body{min-width:1500px} */

@media (max-width: 768px) {
  .box {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .box {
    width: 50%;
  }
}

footer {
  font-size: 80%;
}

/* img {
    width: 600px;
} */

.navigation {
  display: flex;
  justify-content: center;
  position: relative;
  /* background-color: rgb(220, 175, 108);
     */
  background-color: rgb(68, 137, 199);
}

.li-nav {
  text-decoration: none;
  color: cornsilk;
  font-size: 90%;
  font-family: Arial, Helvetica, sans-serif;
}

.allred {
  color: rgb(245, 71, 71);
}

.top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20%;
}

.logo {
  width: 6%;

  /* background-color: #dfd6c6; */
  /* height: 70px; */
}

/* index */
.submit-div {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;

  /* margin: 10% 15% 0% 15%; */
  margin-bottom: 0.5%;
  border-radius: 6px;
}

.homepage {
  background-color: #ecf8fa;
  overflow: hidden;
}
.homepage-out-div {
  background-color: white;
  margin: 1% 5% 1% 5%;
  border: 1px solid #c3c2c0;
  display: flex;
  flex-direction: column;
}
.homepage-content {
  display: flex;
  flex-direction: column;
  /* background-color: #dfd6c6; */
}
.homepage_top {
  margin: 0 1% 1% 1%;
  display: flex;
  flex-direction: column;
  /* background-color: #fdf8aa; */
  /* height: 100%; */
}

.homepage_bottom {
  display: flex;
  flex-direction: row;
  /* flex-wrap:nowrap; */
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 1% 0% 1%;
  width: auto;
  overflow: auto;
}
.homepage_bottom_plus {
  display: flex;
  flex-direction: column;
  /* flex-wrap:nowrap; */

  margin: 1% 1% 1% 1%;
}
.homepage_bottom_plus_content {
  /* background-color: antiquewhite; */
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0% 1% 0% 1%;

  /* width: 80em; */
}
.homepage_bottom_plus_block {
  margin-top: 1%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;

  width: 100%;
}
.homepage_bottom_plus_histograms {
  display: flex;
  flex-direction: row;
  /* background-color: #dfd6c6; */
  justify-content: center;
}
.homepage_bottom_plus_histograms_title_div {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  position: relative;
}
.homepage_bottom_plus_histograms_title {
  font-size: 90%;
  float: left;
  width: auto;
}
.homepage_bottom_plus_histograms_delete {
  float: right;
}
.createsmallDiv {
  display: flex;
  position: relative;
  align-items: flex-end;
}
.homepage-medium {

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 1% 1% 1%;
  overflow: auto;
  
}
.homepage-leftdiv {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
 
  /* margin-right: 5%; */
}
.homepage-Nine-grid-parent-container {

  margin: 0 auto;    /* 居中对齐 */
 overflow: auto;

}
.homepage-Nine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 列 */
  grid-template-rows: repeat(3, 1fr); /* 3 行 */
  

}
.homepage-Nine-grid_cell {
  display: flex;              
  flex-direction: column;      
  align-items: center;       
  text-align: center;         
  width: 100%;
  border: 1px solid white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;

}


.homepage-rightdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;

}

.introduction-content {
  background-color: #ecf8fa;

  flex-basis: 50%;
  border-radius: 5px;
  position: block;
  padding: 1%;
  /* width: 100%; */
  overflow: auto;
  flex-grow: 1;

}

.introduction-release {
  background-color: #ecf8fa;
  /* width: 80%; */
  font-size: 17px;
  border-radius: 5px;
  position: block;
  padding: 2%;
  margin-left: 2%;
  flex-basis: 30%;
  flex-grow: 1;
}
/* .index_density_plot{
    width: 18em;
    cursor: pointer;
    margin-bottom: 1%;
} */

.histogram_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: blueviolet; */
}
.histogram_smalldiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 90%;
  position: relative;
}
.histogram_div_bin {
  font-size: 90%;
}
.density_input {
  width: 400px;
  height: 15px;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.8);
  outline: none;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: inset 0 0 5px rgb(226, 219, 219);
}
.div2 {
  position: relative;
  background-color: #ecf8fa;
  flex-wrap: wrap;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* width: 100%; */

  border-radius: 6px;
  border: 2px solid #c3c2c0;
}

.select_div_homepage {
  width: 80%;
  /* height: 100%; */

  margin: 0.5% 0% 1% 0%;
  display: flex;
  flex-direction: row;
}
.submit-control {
  display: flex;
  flex-direction: row;
  /* background-color: #dfd6c6; */
  width: 80%;
  align-items: center;
}
.introduction {
  font-family: Arial, Helvetica, sans-serif;
  /* position: relative; */
  /* display: inline-block; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* margin: 3% 4% 1% 2%; */
  /* margin-left: 16%;
    margin-right: 17%; */

  /* background-color: antiquewhite; */
}

.div2head {
  display: flex;
  flex-direction: row;
}

.picture1 {
  /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5); */
  /* width: 100%; */
  object-fit: contain;
  object-position: 0% 0%;
}

.picture2 {
  width: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.picture1-container {
  margin: 3% 1% 1% 0%;

  flex-grow: 10;
  display: flex;
  justify-content: center;
}

.ul-nav {
  list-style-type: none;
  overflow: hidden;
  clear: both;
}

.ul-nav li {
  float: left;
  margin-right: 50px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
}

.genometable {
  height: 100px;
  font-size: 18px;
  text-align: center;
  background-color: rgb(254, 246, 184);
}

/* download */
.downloadtable-content {
  position: relative;
  /* height: 100%; */
  margin: 1% 2% 1% 2%;
  display: block;
  /* #ecf8fa-space: nowrap; */
}

.downloadtable-div {
  background-color: white;
  margin: 1% 0% 0% 0%;

  width: 80%;
  /* height: 100%; */
  border: 2px solid #dfd6c6;
  display: block;

  /* #ecf8fa-space: nowrap; */
}

.table tr {
  text-align: center;
  line-height: 1;
}

.submit-wenzi {
  flex-basis: 100%;
  text-align: center;
}

.select_control {
  /* background-color: #fdf8aa; */
  /* margin: 2% 0 2% 0; */
  display: flex;
  flex-direction: row;
  width: 40em;
  align-items: center;
}

/* --------------------search-home---------- */

.homesearch {
  background-color: #ecf8fa;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.div-homesearch {
  margin: 2% 0% 0% 0%;
  background-color: white;
  border: 2px solid #dfd6c6;
  width: 80%;
  display: flex;
  flex-direction: column;
}

.div-homesearch-header {
  padding: 2%;
  /* background-color: #dfd6c6; */
  display: flex;
  flex-direction: row;
}
.div-homesearch-header-left {
  display: flex;
  /* background-color: aquamarine; */
  flex-basis: 40%;
}
.div-homesearch-header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding-left: 20%; */
  /* background-color: #fdf8aa; */
  flex-basis: 60%;
  margin: 0 4% 0 4%;
}

.div-homesearch-content {
  padding: 0% 2% 2% 2%;
}

.div-homesearch-header-right-contenct {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;

  align-items: center;
}

.modid {
  background-color: rgb(246, 229, 186);
  border-radius: 10px;
}

.idlink {
  color: rgb(32, 34, 25);
  text-decoration: none;
}

/* ------------------search--------------*/

/* .loading-div {

    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    color: #555;
    overflow: hidden;
    text-align: center;
  }
  .loading-div::before {
    display: inline-block;
    vertical-align: middle;
  }  */
.special-option {
  font-size: 120%;
  font-weight: bold;
  color: black;
  background-color: #ecf8fa;
}

.searchpage {
  background-color: #ecf8fa;
  /* position: relative; */
  display: flex;
  flex-direction: column;
  justify-content: center;

  align-items: center;
  /* justify-content: center;  */
  /* margin: 2% 10% 2% 10%; */
}
.search-div {
  background-color: white;
  margin: 1% 0% 0% 0%;
  /* width: 100%;
    height: 100%; */
  width: 80%;
  border: 2px solid #dfd6c6;
  display: flex;
  flex-direction: column;
  /* /* justify-content: center; */
  /* align-items: center;  */
  /* position: relative; */
}
.search-top {
  border-color: #dfd6c6;
  border-style: solid;
  border-width: 2px;
  background-color: #ecf8fa;
  margin: 1% 2% 1% 2%;
}

.search-bar {
  margin: 1% 2% 1% 2%;
}

.select-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;

  overflow-x: auto;
}

.additional-content {
  display: none;
}

.downloadpage {
  background-color: #ecf8fa;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.search-div-content {
  margin: 0% 2% 1% 2%;
  background-color: #ecf8fa;
  border-color: #dfd6c6;
  border-style: solid;
  border-width: 2px;
}

/* detailedinfo page */
.detailedinfopage {
  background-color: #ecf8fa;
  display: flex;
}

.detailedinfo_div {
  background-color: white;
  margin: 2% 5% 1% 5%;
  padding: 1%;
}

.detailedinfo_div-top {
  display: flex;
  flex-direction: row;
  /* background-color: #ecf8fa; */
}

.detailedinfo-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* background-color: #c3c2c0; */
  flex-basis: 50%;
}

.table-content {
  margin: 0% 1% 0% 1%;
  padding: 1%;
}

.detailedinfo-lefttable-head {
  /* margin: 4% 0 0 25%; */
  margin-left: 1%;
  padding-left: 1%;
}

.detailedinfo-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* margin: 4% 0 3% 0%; */
  flex-basis: 50%;
}

.tableingo {
  border: 1px solid black;
}

.additional-head {
  /* margin: 1% 0 0 10%; */

  margin-left: 1%;
  padding-left: 1%;
}

.additionaltable {
  /* margin: 0 14% 2% 10%; */
}

.rmbasestyle {
  border-radius: 6px;
  background-color: rgb(240, 152, 170);
  color: black;
}

.rmvarstyle {
  border-radius: 6px;
  background-color: rgb(154, 217, 223);
  color: black;
}

.atlasstyle {
  border-radius: 6px;
  background-color: #fdf8aa;
  color: black;
}

.modomicstyle {
  border-radius: 6px;
  background-color: darksalmon;
  color: black;
}

.transstyle {
  border-radius: 6px;
  background-color: rgb(242, 209, 253);
  color: black;
  font-size: 90%;
}

.xgncstyle {
  border-radius: 6px;
  background-color: rgb(252, 213, 191);
  color: black;
}

.miredstyle {
  border-radius: 6px;
  background-color: rgb(199, 239, 225);
  color: black;
}

/* contactpage */
.contactpage {
  background-color: #ecf8fa;
  display: flex;

  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.contact-out-box {
  /* background-color:#eae3ea; */
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: 5% 10% 20% 10%;
  border-radius: 6px;
  border: 1px solid #dfd6c6;
}

.contact-in-box {
  padding: 3% 5% 3% 5%;
}

.contact-content {
  font-size: 90%;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}

/* jbrowse */
.jbrowse-page {
  background-color: #ecf8fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0% 5% 2% 5%;
}

/* helppage */
.helppage {
  background-color: #ecf8fa;
  /* padding-top:1px; */
  overflow: hidden;
  display: flex;
  flex-direction: row;
  /* position: fixed; */
}
.help-nav {
  margin-top: 3%;
  margin-left: 2%;
  /* margin-right: 50%; */
  position: fixed;
  z-index: 3;
  width: 20%;
  /* float: left; */
  background-color: white;
  border: 1px solid #dfd6c6;
  overflow-x: auto;
  /* width: 300px; */
}
.help-navbar-brand {
  color: black;

  font-size: 140%;
}
.help-nav-link {
  font-size: 90%;
  color: white;
  margin-bottom: 1%;
  background-color: rgb(68, 137, 199);
}

.help-out-box {
  background-color: white;
  /* position: fixed; */
  margin: 3% 10% 3% 25%;
  width: 100%;
  /* width: 100%; */
  border-radius: 6px;
  z-index: 3;
  border: 1px solid #dfd6c6;

  /* justify-content: center; */
  /* float: left; */
  /* background-color: white;*/

  /* width: 100%;
    margin: 5% 10% 20% 10%;
    border-radius: 6px;
    border: 1px solid rgb(77, 76, 76); */
}

.help-in-box {
  margin: 3%;
  display: flex;
  flex-direction: column;
}

.help-about {
  /* display: flex;
flex-direction: column; */
}

.help-function {
  /* display: flex;
    flex-direction: column; */
  margin-top: 5%;
}

.help-pipeline {
  margin-top: 5%;
}
.help-modification-plot {
  object-fit: contain;
  height: 7.5em;
  width: 8em;
  position: relative;
  top: 0;
  text-align: center;
}
.help-modification-link {
  font-size: 90%;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  bottom: 0;
  text-align: center;
  margin-bottom: -2em;
}
.help-introducton_modification-picture_div {
  display: flex;
  flex-direction: column;

  border: solid 1px #dfd6c6;
  /* width: 400px;
     */
  /* width: 23em; */
  width: 9em;
  height: 9em;
  /* align-content: flex-end; */
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  position: relative;
  /* justify-content: space-between; */
}

.help-introducton_modification-pictures {
  display: flex;
  flex-wrap: wrap;
}
.help-modification_method {
  display: flex;
  flex-direction: column;
}
/*----------------------- toolpage --------------------------*/
.toolpage {
  background-color: #ecf8fa;
  display: flex;
  justify-content: center;
}

.tool_div {
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* background-color: blueviolet; */
  margin: 0 0% 1% 0%;
  width: 80%;
}

.tool-out-box {
  background-color: white;
  height: 100%;
}

.tool-in-box {
  display: flex;
  flex-direction: row;
  /* justify-content: center;  */
  width: 100%;
  /* background-color: #fdf8aa; */

  /* margin: 0 10% 2% 10%; */
  /* margin: 1%; */
  border-radius: 6px;
  border: solid 1px #dfd6c6;
  /* max-width:100%; */
}

.tool-input-in-box {
  /* display: flex; */
  /* flex-direction: column; */

  /*margin: 3% 3% 3% 5%; */
  /* flex-basis: 30%;  */
  /* background-color:#fdf8aa; */
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;

  margin: 1% 1% 1% 1%;
}

.tool-input-content {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  width: 100%;
  /* width: 400px; */
  border-radius: 6px;
  border: solid 1px #dfd6c6;

  height: 280px;
}

.tool-result-in-box {
  flex-basis: 40%;
  height: 100%;
  margin: 1% 3% 1% 1%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  /* margin: 3% 5% 3% 2%; */
}
.tool-result-top {
  display: flex;
  flex-direction: row;

  /* background-color: #dfd6c6; */
  justify-content: center;
}
.tool-result-content {
  display: flex;
  flex-direction: column;

  vertical-align: bottom;

  padding: 2%;
  /* width: 40em;
    height: 25em; */
  border: 1px solid #dfd6c6;
  box-shadow: 10px 10px 10px rgba(230, 223, 223, 0.5);
  height: 280px;
  overflow: auto;
}

.toolnote {
  display: flex;
  flex-direction: column;

  border: solid 1px #dfd6c6;
  border-radius: 3px;
  /* justify-content: center; */
  background-color: #ecf8fa;
  height: 280px;
  overflow: auto;
}

.toolnote-content {
  margin: 3%;

  display: block;
}

.left-tool {
  width: 100%;
  margin: 1% 1% 1% 3%;
  /* margin: 2% 0 3% 1%; */
  /* width: 20%; */
  /* margin: 2%; */
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
}
.tool_upload_file {
  font-size: 90%;
  margin-top: 1%;
  /* background-color: #dfd6c6; */
}
