@charset "utf-8";

body{
	font-family: Arial；
	
}

/* head start*/
#head {
	background-color: #eee;
	width: 100%;
	height: 190px;
	-webkit-box-shadow: 0 0 10px #999999;
	-moz-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
}

#menu {
	text-align: left;
	height: 40px;
	background-color: #F6F6F5;
	color:#3B54A3;
	font-size: 10px;

}

#menu_top {
	width :100%;
	height:200px;
	margin:0 auto;
	position :relative;

}

#menu_top a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 5px 5px 5px #606060;
	-webkit-transform: translate(2px, 20px);
	-moz-text-shadow: 0 0 10px #606060;
	-webkit-text-shadow: 0 0 10px #606060;
}
#menu_top label {
	text-decoration: none;
	color: #ffffff;
	
}

#menu ul {
	line-height: 40px;
	margin: 0 0 0 0;
	padding: 0;
	
}

#menu li {
	font-size: 19px; /* 字体大小 */
	width: 110px;
	display :inline;
	list-style: none;
	list-style-image: none;
	float: left;
	text-align: left;
	padding-left :90px;
}

#menu a {
	color: #434343;
	text-decoration: none;
}

#menu a:hover {
	color: #6e92ff;

}
#menu .active a {
	color: #6e92ff;
	text-decoration: none;
}

#dropdown {
  position: relative;
  display: inline-block;
}
#dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
}
#dropdown:hover .dropdown-content {
  display: block;
}


/* head end*/

/* body start*/
 
#main{
  background-color:white;
  width:1400px;
  height:930px;
  -webkit-box-shadow: 2px 4px 11px #737373;
  -moz-box-shadow: 2px 4px 11px #737373;
  box-shadow: 2px 4px 11px #737373;
  border-radius:4px;
  margin-left: auto;
  margin-right: auto;
  align:center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#body_circle{
	width :98%;
	height :980px;
	margin :11px 0px 15px 20px;
	
	background-color:white;
	
	
}

/* body end*/


#Table_body a{
text-decoration:none;
color:#000000;

}

#Table_body td {
	align: left;
	padding: 0px;
	
	
}

#Table_body th {
	background: #3B54A3; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7a7a',
		endColorstr='#222' ); /* for IE */
	background: -moz-linear-gradient(top, #3B54A3 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7b7a7a),
		color-stop(100%, #222) );
	background: -webkit-linear-gradient(top, #3B54A3 0%, #222 100%);
	background: -o-linear-gradient(top, #3B54A3 0%, #222 100%);
	background: -ms-linear-gradient(top, #3B54A3 0%, #222 100%);
	background: linear-gradient(top, #3B54A3 0%, #222 100%);
	-webkit-box-shadow: -1px 0 10px #999999;
	-webkit-box-shadow: 1px 0 10px #999999;
	-webkit-box-shadow: 0 1px 10px #999999;
	-moz-box-shadow: -1px 0 10px #999999;
	-moz-box-shadow: 1px 0 10px #999999;
	-moz-box-shadow: 0 1px 10px #999999;
	box-shadow: 1px 0 10px #999999;
	box-shadow: -1px 0 10px #999999;
	box-shadow: 0 1px 10px #999999;
	color: #ffffff;
	padding: 0px;
	
}
#Table_body .top111 {
	background: #F2F1E3;
}
#Table_body .single {
	background:  #E4E3DE;
	
}

#Table_body .double {
	background:#F6F6F5;
	
}

#Table_body tr:hover {
	background: #C4B9DA;
	cursor: pointer;
}

#main_top{
margin:2px 0 0 0;
width:100%;
height:100px;
background:white;

}

#num_pag {
	padding:0 0 5px ;
}


#footer {
	width: 1200px;
	height: 40px;
	font: normal 110% arial, helvetica, sans-serif;
	margin: 10px auto;
	background: #222; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ffffff' ); /* for IE */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #ffffff) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
	-webkit-box-shadow: -1px 0 10px #999999;
	-webkit-box-shadow: 1px 0 10px #999999;
	-webkit-box-shadow: 0 1px 10px #999999;
	-moz-box-shadow: -1px 0 10px #999999;
	-moz-box-shadow: 1px 0 10px #999999;
	-moz-box-shadow: 0 1px 10px #999999;
	box-shadow: 1px 0 10px #999999;
	box-shadow: -1px 0 10px #999999;
	box-shadow: 0 1px 10px #999999;
}

#footer p {
	text-align:center;
	padding: 10px 1px 1px 1px;
	display: block;
	line-height: 48px;
	font: normal 100% arial, helvetica, sans-serif;
	color: #000000;
}

/*details*/
#details{
	width: 1200px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
}
#Table_details{
	width:100%;
    padding:0 0 10px 0;	
}

#Table_details td {
	
}
#Table_details th{
	width:20%;
	text-align:right;
	background: #D8EAE4;
	padding: 5px;
}
#Table_details .th_red{
	width:40%;
	text-align:right;
	background: #D8EAE4;
	padding: 5px;
	color:red;
}

#Table_details .single {
	background: #F0F0F0;
	
}

#Table_details .double {
	background: #DEDEDE;
	
}
#Table_details .single_red {
	background: #F0F0F0;
	color:red;
}

#Table_details .double_red {
	background: #DEDEDE;
	color:red;
}

#table_7{
	width:80%;
    overflow-x:scroll;	
    margin:30px 0 0 118px;    
    white-space:nowrap; 
}
#Table_details .rowname {
	text-align:right;
	background: #D8EAE4;
	padding: 2px;
}
#Table_details .colname {
	background: #DEDEDE;
	padding: 2px;
	font-size: 15px;
}
#Table_details .colname_spec {
	background: #D8EAE4;
	padding: 2px;
	font-size: 15px;
}
#Table_details .spec_red {
	padding: 2px;
	color:red;
	background: #D8EAE4;
	font-size: 10px;
}
#Table_details .spec {	
	padding: 2px;
	background: #D8EAE4;
	font-size: 10px;
}
#Table_details .tdstyle_s {
	background: #F0F0F0;
	padding: 2px;
	font-size: 10px;
}
#Table_details .tdstyle_d {
	background: #DEDEDE;
	padding: 2px;
	font-size: 10px;
}
#right-ZIKA{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-SARS-CoV-2{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-SARS-CoV-1{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-MERS-CoV{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-LACV{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-InfluV{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-HIV{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-HCV{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-HPV{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-HIV{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-H1N1{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-EBOV{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-DENV{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}
#right-AAV-2{
margin-left:5px;
width:100%;
height: 100%;
background-color: white;
}