body {
  background: #eee;
}

.container-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 70vw;
  margin: 0 auto;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}

.top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
}

.cis-element,
.trans-factor,
.co-expression,
.jbrowse {
  flex: 1;
  /* width: calc((100% - 84px) / 2); */
  min-width: calc((100% - 84px) / 2);
  /* max-width: calc((100% - 84px) / 2); */
  display: flex;
  flex-direction: column;
  margin: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  flex-shrink: 0;
}

/* .co-expression p {
  line-height: 1.5;
} */

.top::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: -110px;
  background-color: #fff;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  content: "";
  background-image: url("../image/center-fig.png");
  /* content: url("../image/center-fig.png"); */
  background-size: 220px 220px;
  z-index: 100;

}

.img {
  margin: 0 auto;
  width: 80%;
  /* height: 80%; */
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.img img {
  width: 100%;
  /* height: 100%; */
  flex-shrink: 0;
}

.func-introduction {
  height: 40px;
  line-height: 1.5;
  font-size: 16px;
}

.database-info {
  display: flex;
  flex-direction: row;
}

.database-introduction {
  width: 70%;
  border-top: 2px solid #ccc;
  padding: 20px;
  padding-top: 5px;
}

.database-introduction p {
  text-align: justify;
  font-size: 16px;
}

.database-data {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  padding: 20px;
  padding-top: 5px;
}

.database-data h3 {
  height: 40px;
  line-height: 40px;
  background-color: #ccc;
  padding-left: 10px;
}

.database-news p {
  margin: 20px;
  font-size: 14px;
  line-height: 180%;
}

.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}

.bg-success {
  color: #7067bb;
}

.bg-info {
  color: #e3a383;
}

.bg-warning {
  color: #b484f1;
}

.bg-danger {
  color: #a34444;
}

/* .center {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: cyan;
  text-align: center;
  line-height: 100px;
  position: relative;
  top: 675px;
  left: 620px;
} */
