.header .navbar .order-2 {
  overflow: hidden;
  display: block;
  width: 212px;
  font-size: 20px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  border-radius: 3px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #00AAEE;
  background-color: #eee;
  border-color: #ddd;
  cursor: pointer;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #00AAEE;
  border-color: #00AAEE;
  cursor: default;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.detail-body {
  font-size: 16px;
  font-family: arial, sans-serif;
  line-height: 1.6;
  color: #333;
  outline: none;
  word-wrap: break-word;
}
.detail-body > :first-child {
  margin-top: 0 !important;
}
.detail-body a {
  color: #4298BA;
  text-decoration: none;
  word-break: break-all;
}
.detail-body a:visited {
  color: #4298BA;
}
.detail-body a:hover {
  color: #0F769F;
}
.detail-body a:active {
  color: #9E792E;
}
.detail-body a:hover,
.detail-body a:active {
  outline: 0;
}
.detail-body h1,
.detail-body h2,
.detail-body h3,
.detail-body h4,
.detail-body h5,
.detail-body h6 {
  font-weight: normal;
  margin: 40px 0 20px;
  color: #000000;
}
.detail-body h1 {
  font-size: 24px;
}
.detail-body h2 {
  font-size: 22px;
}
.detail-body h3 {
  font-size: 20px;
}
.detail-body h4 {
  font-size: 18px;
}
.detail-body h5 {
  font-size: 16px;
}
.detail-body h6 {
  font-size: 16px;
}
.detail-body p,
.detail-body div {
  word-wrap: break-word;
  margin: 0 0 15px 0;
  color: #333;
  word-wrap: break-word;
}
.detail-body b,
.detail-body strong {
  font-weight: bold;
}
.detail-body i,
.detail-body em {
  font-style: italic;
}
.detail-body u {
  text-decoration: underline;
}
.detail-body strike,
.detail-body del {
  text-decoration: line-through;
}
.detail-body ul,
.detail-body ol {
  list-style: disc outside none;
  margin: 15px 0;
  padding: 0 0 0 40px;
  line-height: 1.6;
}
.detail-body ul ul,
.detail-body ul ol,
.detail-body ol ul,
.detail-body ol ol {
  padding-left: 30px;
}
.detail-body ul ul,
.detail-body ol ul {
  list-style: circle outside none;
}
.detail-body ul ul ul,
.detail-body ol ul ul {
  list-style: square outside none;
}
.detail-body ol {
  list-style: decimal;
}
.detail-body blockquote {
  border-left: 6px solid #ddd;
  padding: 5px 0 5px 10px;
  margin: 15px 0 15px 15px;
}
.detail-body blockquote > :first-child {
  margin-top: 0;
}
.detail-body code {
  display: inline-block;
  padding: 0 4px;
  margin: 0 5px;
  background: #eeeeee;
  border-radius: 3px;
  font-size: 13px;
  font-family: "monaco", "Consolas", "Liberation Mono", Courier, monospace;
}
.detail-body pre {
  padding: 10px 5px 10px 10px;
  margin: 15px 0;
  display: block;
  line-height: 18px;
  background: #F0F0F0;
  border-radius: 3px;
  font-size: 13px;
  font-family: "monaco", "Consolas", "Liberation Mono", Courier, monospace;
  white-space: pre;
  word-wrap: normal;
  overflow-x: auto;
}
.detail-body pre code {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}
.detail-body hr {
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 15px 0;
  padding: 0;
}
.detail-body table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
}
.detail-body table thead {
  background-color: #f9f9f9;
}
.detail-body table td,
.detail-body table th {
  min-width: 40px;
  height: 30px;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 2px 4px;
  text-align: left;
  box-sizing: border-box;
}
.detail-body table td.active,
.detail-body table th.active {
  background-color: #ffffee;
}
.detail-body img {
  vertical-align: middle;
  width: auto;
  min-width: auto;
  height: auto;
}

.tags li {
  padding-right: 5px;
  float: left;
}

.tags a {
  color: #999;
  background-color: #eff1f5;
  padding: 2px 5px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 12px;
}

.tags a:hover {
  background-color: #0AE;
  color: #FFF;
}

/*# sourceMappingURL=default.css.map */
