@CHARSET "UTF-8";
body {
  font-size: 12px;
  line-height: 20px;
  background-color: #F0F7FA;
}
label,
input,
button,
select,
.input-prepend input,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
.prerequest_form .need {
  width: 10px;
  margin-right: 1px;
  color: #b20202;
}
.table-condensed th,
.table-condensed td {
  padding: 0px 0px;
}

/* Base class */

.basic_info {
  position: relative;
  margin: 15px 0;
  padding: 30px 10px 10px;
  *padding-top: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Echo out a label for the example */

.basic_info:after {
  content: "基本信息";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
#basic-info table tr td:nth-child(1) {
  vertical-align: inherit;
}
#basic-info table p {
  margin: 0 0 0px;
}

/* Tweak examples
------------------------- */

.basic_info > p:last-child {
  margin-bottom: 0;
}
.basic_info .table,
.basic_info .progress,
.basic_info .well,
.basic_info .alert,
.basic_info .hero-unit,
.basic_info .pagination,
.basic_info .navbar,
.basic_info > .nav,
.basic_info blockquote {
  margin-bottom: 5px;
}
.basic_info .pagination {
  margin-top: 0;
}

/* DB class */

.db_info {
  position: relative;
  margin: 15px 0;
  padding: 30px 10px 10px;
  *padding-top: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Echo out a label for the example */

.db_info:after {
  content: "查询数据库";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}

/* Tweak examples
------------------------- */

.db_info > p:last-child {
  margin-bottom: 0;
}
.db_info .table,
.db_info .progress,
.db_info .well,
.db_info .alert,
.db_info .hero-unit,
.db_info .pagination,
.db_info .navbar,
.db_info > .nav,
.db_info blockquote {
  margin-bottom: 5px;
}
.db_info .pagination {
  margin-top: 0;
}

/* article_info class */

.article_info {
  position: relative;
  margin: 15px 0;
  padding: 30px 10px 10px;
  *padding-top: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Echo out a label for the example */

.article_info:after {
  content: "文献信息";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}

/* Tweak examples
------------------------- */

.article_info > p:last-child {
  margin-bottom: 0;
}
.article_info .table,
.article_info .progress,
.article_info .well,
.article_info .alert,
.article_info .hero-unit,
.article_info .pagination,
.article_info .navbar,
.article_info > .nav,
.article_info blockquote {
  margin-bottom: 5px;
}
.article_info .pagination {
  margin-top: 0;
}

/* other_info class */

.other_info {
  position: relative;
  margin: 15px 0;
  padding: 30px 10px 10px;
  *padding-top: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Echo out a label for the example */

.other_info:after {
  content: "其他说明";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}

/* Tweak examples
------------------------- */

.other_info > p:last-child {
  margin-bottom: 0;
}
.other_info .table,
.other_info .progress,
.other_info .well,
.other_info .alert,
.other_info .hero-unit,
.other_info .pagination,
.other_info .navbar,
.other_info > .nav,
.other_info blockquote {
  margin-bottom: 5px;
}
.other_info .pagination {
  margin-top: 0;
}

/*==========以下部分是Validform必须的===========*/

.Validform_checktip {
  margin-left: 8px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
}
.Validform_right {
  color: #71b83d;
  padding-left: 20px;
  background: url(../img/right.png)no-repeat left center;
}
.Validform_wrong {
  color: red;
  padding-left: 20px;
  white-space: nowrap;
  background: url(../img/error.png)no-repeat left center;
}
.Validform_loading {
  padding-left: 20px;
  background: url(../img/onLoad.gif)no-repeat left center;
}
.Validform_error {
  background-color: #ffe7e7;
}
#Validform_msg {
  color: #7d8289;
  font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
  width: 280px;
  -webkit-box-shadow: 2px 2px 3px #aaa;
  -moz-box-shadow: 2px 2px 3px #aaa;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 99999;
  display: none;
  filter: progid: DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}
#Validform_msg .iframe {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: -1;
}
#Validform_msg .Validform_title {
  line-height: 25px;
  height: 25px;
  text-align: left;
  font-weight: bold;
  padding: 0 8px;
  color: #fff;
  position: relative;
  background-color: #000;
}
#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
  line-height: 22px;
  position: absolute;
  right: 8px;
  top: 0px;
  color: #fff;
  text-decoration: none;
}
#Validform_msg a.Validform_close:hover {
  color: #cc0;
}
#Validform_msg .Validform_info {
  padding: 8px;
  border: 1px solid #000;
  border-top: none;
  text-align: left;
}
.rta {
	width: 110px;
	text-align: right;
	display: inline-block;
}
.selfAppend {
	width: 60px;
	display: inline-block;
	margin: 5px;
}
/*帮助信息样式*/
.helpCName {
  margin-left: -16px;
  cursor: pointer;
  z-index: 1111111;
}