.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.serial-relative {
  padding: 10px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.serial-relative a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
}
.btn {
  position: relative;
  display: inline-block;
  height: 32px;
  padding: 0 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.5;
  font-size: 14px;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn-primary {
  color: #fff;
  background-color: #259;
  border-color: #259;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #1b72e6;
  border-color: #1b72e6;
}
.btn-primary:active {
  color: #fff;
  background-color: #204e8d;
  border-color: #204e8d;
}
.article-body-y table tbody tr {
  height: 50px;
  overflow: hidden;
}
.article-body-y table tbody td:first-child {
  text-align: right;
}
.article-body-y table tbody td:last-child {
  text-align: left;
  padding: 0 20px;
}
.article-body-y table tbody td:last-child input {
  text-align: center;
  border: 1px solid #ddd;
}
.article-body-y table tbody td:last-child span {
  display: inline-block;
  margin-left: 10px;
}
.article-body-y table tbody td:last-child span em {
  color: red;
}
.article-body-y table tbody td[colspan] {
  text-align: center;
}
.txt-list-c li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.txt-list-c li a {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.getQueryCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #259;
}
.getQueryCode img {
  display: inline-block;
  margin: 0;
  width: 20px;
  height: 20px;
}
.error-tip {
  text-indent: 0 !important;
  text-align: center !important;
  color: red !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
}
.btn[disabled="disabled"]:hover {
  cursor: not-allowed;
  color: #fff;
  background-color: #487bbf;
  border-color: #487bbf;
}
