body {
  /* background: #F5F9FF; */
  /* color: #000305; */
  font-size: 87.5%;
  /* Base font size: 14px */
  line-height: 1.4;
  text-align: left;
  width: 1200px;
  margin: 0 auto;
}

body, input {
  font-family: Arial, sans-serif;
}

/* Anchors */
a {
  outline: 0;
}

a img {
  border: 0px;
  text-decoration: none;
}

a:link, a:visited {
  color: #007BFF;
  padding: 0 1px;
  text-decoration: none;
}

a:hover, a:active {
  color: #2E8B57;
  /*color: #fff;*/
  text-decoration: underline;
}

#singlerecord ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
}

::-moz-selection {
  background: #DCDCDC;
  color: #2F4F4F;
}

::selection {
  background: #DCDCDC;
  color: #2F4F4F;
}

#banner {
  margin: 0 auto;
  padding: 2.5em 0 0 0;
}

#banner h1 {
  font-size: 3.2em;
  line-height: .5;
  color: #2F4F4F;
}

#banner h1 a:link, #banner h1 a:visited {
  color: #2F4F4F;
  display: block;
  font-weight: bold;
  margin: 0 0 .6em .2em;
  text-decoration: none;
  /* width: 427px; */
}

#banner h1 a:hover, #banner h1 a:active {
  background: none;
  color: #2E8B57;
}

h1 {
  text-align: center;
}

/* navigation */
#banner nav {
  background: #2F4F4F;
  font-size: 1.143em;
  height: 40px;
  line-height: 30px;
  margin: 0 auto 2em auto;
  padding: 0;
  text-align: center;
  width: 1200px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#banner nav ul {
  list-style: none;
  margin: 0 0 0 300px;
  width: 1200px;
  padding: 0;
  text-align: center;
}

#banner nav li {
  float: left;
  display: inline;
  margin: 0;
}

#banner nav a:link, #banner nav a:visited {
  color: #fff;
  display: inline-block;
  height: 30px;
  padding: 5px 1.5em;
  text-decoration: none;
}

#banner nav a:hover, #banner nav a:active,
#banner nav .active a:link, #banner nav .active a:visited {
  background: #2E8B57;
  color: #fff;
  text-shadow: none !important;
}

#banner nav li:first-child a {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

#search {
  /*  */
  /* background: rgba(127, 255, 212, 0.05); */
  margin-bottom: 2em;
  overflow: hidden;
  padding: 0 0;
  width: 1200px;
  height: 120px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#search input {
  margin-top: 10px;
}

#search #searchbox {
  border: 2px solid #2F4F4F;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#search #searchbox :focus {
  outline: none;
  /* border: 2px solid #2E8B57; */
  border: 0px;
  /* border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  */
  box-shadow: none;
}

#content {
  /*  */
  /* background: rgba(127, 255, 212, 0.05); */
  /* margin-bottom: 2em; */
  padding: 10px 0;
  width: 1200px;
  height: 100%;
  min-height: 300px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 17px;
}

#text {
  margin: 20px 50px 10px 50px !important;
  width: 500px;
  /* height: 700px; */
}

.p-indent {
  /* text-indent: 1em; */
  text-align: justify;
}

#home-pic {
  width: 500px;
  margin-right: 50px;
}

.gap {
  height: 720px;
  width: 2px;
  background-color: #2F4F4F;
  float: left;
  margin-left: 10px;
  margin-right: 50px;
}

.home-box {
  float: right;
}

.justify {
  text-align: justify;
  width: 100px;
}

#footer {
  /*  */
  width: 1200px;
  padding-bottom: 2em;
  text-align: left;
  /* background: rgba(0, 255, 0, 0.01); */
  height: 60px;
  padding-top: 7px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#footer .photo {
  float: left;
  height: 55px;
  width: 300px;
  margin-right: 30px;
  margin-left: 20px;
  margin-top: 10px;
}

.beian {
  margin-left: 43%;
  font-size: 12px;
}

.beian a {
  color: orange;
}

.beian a:hover {
  text-decoration: none;
}


.submit {
  width: 127px !important;
  height: 38px !important;
  background: #2F4F4F;
  border: none;
  margin: 20px 10px 0 0;
  cursor: pointer;
  color: #FFFFFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.submit:hover {
  background: #2E8B57;
}

.submit:disabled {
  background: #2F4F4F;
  cursor: default;
}

#searchbox {
  width: 600px;
  height: 20px;
  padding: 5px;
}

#sbdiv {
  text-align: center;
  margin-top: 10px;
}

input.submit {
  font-size: 14px;
  font-weight: bold;
}

#advance-search {
  background: #fff;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 0 0;
  width: 1200px;
  min-height: 200px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 18px;
}

.advance-submit input {
  margin-left: 145px;
}

#advance-searchbox {
  padding: 20px 20px;
  margin-left: 30px;
}

#advance-searchbox div {
  margin-top: 10px;
  /* text-align: center; */
}

/* search */
.search-anno {
  text-align: justify;
  float: right;
  width: 600px;
  /* padding-top: 10px; */
  margin-right: 10px;
  font-size: 14px;
  text-indent: 2em;
}

#virus-intro {
  margin: 0;
}

#virus-pic {
  width: 550px;
  height: 500px;
  margin: 0 10px;
}

.search b {
  margin-top: 10px;
}

.search input {
  width: 400px;
  height: 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  border: 1.5px solid #2F4F4F;
  font-size: 18px;
  cursor: text;
}

form {
  margin-top: 20px;
}

#virus-select {
  height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  border: 1.5px solid #2F4F4F;
  width: 404px;
  font-size: 16px;
}

#search-length input {
  width: 183px;
}

input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #A9A9A9;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #A9A9A9;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #A9A9A9;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #A9A9A9;
}

.b-title {
  margin-left: 0px;
}

/* search virus bar */

#virus-bar {
  width: 1000px;
  height: 600px;
  margin-left: 100px;
  margin-right: 100px;
}

/* resut */
#result-table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}

#result-table td,
#result-table th {
  font-size: 1em;
  border: 1px solid #696969;
  padding: 3px 7px 2px 7px;
}

#result-table th {
  color: white;
}

#result-table th {
  font-size: 1em;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #2F4F4F;
}

#result-table tr.alt td {
  color: #000000;
  /* background-color: #EAF2D3; */
}

#search-item {
  background-color: #fff;
  width: 800px;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 10px 0;
  width: 800px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#search-item p {
  font-size: 16px;
  margin: 5px 0;
  margin-left: 5%;
}

#filtlabel {
  font-size: 16px;
}

#filter-box label {
  margin: 5px 0;
  margin-left: 5%;
}

#filter-box input {
  /* float: right; */
  margin-left: 8px;
  margin-bottom: 5px;
  /* font-size: 10px; */
}

#filter-label2 {
  /* float: right; */
  display: none;
  margin-left: 8%;
}

#filter-box #filterButton:hover, #resetButton:hover, #downloadButton:hover {
  background-color: #2E8B57;
}

#filter-box #filterButton, #resetButton, #downloadButton {
  background-color: #2F4F4F;
  cursor: pointer;
  color: white;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 0 solid;
}

#filter {
  height: 15px;
  border: 1px solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#downloadA {
  text-decoration: none;
  color: green;
}

#switch-main {
  background-color: #fff;
  width: 800px;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 10px 0;
  width: 800px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* #pageSwitch {
  margin-top: 15px;
  margin-bottom: 50px;
} */
#next,
#previous {
  float: right;
  margin-left: 20px;
  cursor: pointer;
  background-color: #2F4F4F;
  color: white;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

#next {
  margin-right: 50px;
}

#pageSwitch input {
  width: 30px;
}

#pageSwitch input, div {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.page-left {
  float: left;
  margin-left: 5%;
  font-size: 15px;
}

#page-item-num {
  cursor: pointer;
  background-color: #2F4F4F;
  color: white;
  font-size: 15px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#next:hover, #previous:hover, #page-item-num:hover {
  background-color: #2E8B57;
}

.tigle {
  position: relative;
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #c8c8c8;
  position: absolute;
  top: 15%;
  right: 2%;
  cursor: pointer;
}

.triangle-down {
  width: 0;
  height: 0;
  padding-top: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #626666;
  position: absolute;
  top: 55%;
  right: 2%;
  cursor: pointer;
}

span div {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* download */
#mail {
  background: #fff;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 0 0;
  width: 800px;
  height: 200px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#mailbox {
  /* text-align: center; */
  font-size: 18px;
  margin-left: 30px;
}

#mail input {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 6%;
  margin-right: 6%;
}

#mailbox p {
  margin-left: 6%;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}

#submit {
  /* float: right; */
  margin-top: 0;
}

* #mail #mailadderss {
  border: 2px solid #2F4F4F;
  width: 300px;
  line-height: 2em;
  height: 30px;
  font-size: 1.2em;
}

#mail #mailadderss :focus {
  border: 2px solid #2E8B57;
}

#detail {
  background-color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 10px 3%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#detail-table {
  padding-left: 3%;
  font-size: 15px;
}

#detail-table tr td:nth-child(1) {
  text-align: right;
  white-space: nowrap;
}

#detail-table tr:nth-child(odd) :last-child {
  background-color: #FFF5EE;
}

#detail-table tr td:nth-child(2) {
  color: #556B2F;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 16px;
  word-break: break-all;
  word-wrap: break-word;
}

#detail-table tr td:nth-child(1) {
  text-align: right;
  background-color: rgba(46, 139, 87, 0.1);
  padding-left: 1%;
  padding-right: 1%;
  font-size: 16px;
  width: 200px;
  word-break: break-all;
  word-wrap: break-word;
}

#detail-title {
  margin-left: 5%;
  font-size: 18px;
}

.prompt {
  position: relative;
}

#prompt-box {
  right: -2%;
  top: 370px;
  background-color: #FFF5EE;
  width: 80px;
  /* height: 50px; */
  text-align: center;
  line-height: 23px;
  cursor: pointer;
  padding: 2px 2px;
}

.like-a {
  color: #007bff;
  cursor: pointer;
}

.legend-box {
  /* height: 10px; */
  width: 50px;
  position: relative;
  top: 60px;
  left: 90%;
  z-index: 1;
  /* float: left; */
  font-size: 12px;
  margin-top: -50px;
}

#genome-name-box {
  text-align: center;
  width: 50px;
  /* bottom: 80%;
  left: 90%;
  z-index: 0; */
}

#genome-name-box p {
  width: 100px;
  text-align: center;
}

.legend {
  width: 20px;
  height: 10px;
}

#pos-strand {
  background-color: #f7a35c;
}

#neg-strand {
  background-color: #91c7ae;
}

/* HELP */
/* 统计页面 */
.stat-table {
  margin-left: 14%;
  font-size: 14px;
  border-collapse: collapse;
  text-align: center;
  padding: 1px;
}

.stat-table, .stat-table tr td, .stat-table tr th {
  border: 1px solid #556B2F;
}

.stat-table tr td {
  width: 100px;
}

#statistical-item a {
  text-decoration: none;
}

#statistical {
  margin-top: 40px;
  margin-left: 50px;
}

#statistical-item {
  background-color: #fff;
  margin-bottom: 2em;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#statistical li {
  font-size: 18px;
  margin-top: 10px;
  margin-left: 10%;
  cursor: pointer;
}

#statistical-item p {
  font-size: 18px;
  margin-left: 10%;
  cursor: pointer;
}

#statistical-item .title-one {
  font-size: 24px;
  font-weight: bold;
  margin-left: 5%;
}

#length-plot {
  margin-left: 10%;
  width: 800PX;
  height: 460PX;
}

#study-plot {
  margin-left: 10%;
  width: 800PX;
  height: 500PX;
}

#sample-plot {
  margin-left: 10%;
  width: 800PX;
  height: 500PX;
}

.bpcolor {
  color: #007bff;
}

.title-one {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
}

#help .ol1 {
  margin-left: 5%;
}

.ol1 {
  font-size: 18px;
}

ul {
  list-style-type: disc;
}

#help li {
  margin-top: 10px;
}

#help p {
  text-indent: 1em;
  margin: 0;
  padding: 0;
}

#help {
  padding-right: 20%;
}

#help a {
  text-decoration: none;
}

#help a:hover {
  text-decoration: none;
}

.a-italic {
  font-style: italic;
}

#virus-type {
  font-weight: bold;
}