@charset "UTF-8";
html {
  font-size: 12px; }

body, input, label, select, option, textarea, button, fieldset, legend {
  font: 1rem/1.5 Verdana,"Microsoft Yahei","微软雅黑",Arial,Helvetica,clean,sans-serif,STXihei,"华文细黑"; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 12px; }

a {
  color: #0d8dd2;
  text-decoration: none; }
  a:hover, a:active {
    color: #0f9dea; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
html, button, input, select, textarea {
  color: #ffe782; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img, canvas, audio, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* ==========================================================================
	 EXAMPLE Media Queries for Responsive Design.
	 These examples override the primary ('mobile first') styles.
	 Modify as content requires.
	 ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
	 Print styles.
	 Inlined to avoid required HTTP connection: h5bp.com/r
	 ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle; }

button, input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type=text], input[type=password], select, textarea {
  box-sizing: border-box;
  border: 1px solid #ffe782;
  background: #140215;
  border-radius: 3px;
  padding: 0.5em;
  width: 210px; }
  input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    outline: none; }
  input[type=text][disabled], input[type=text]:disabled, input[type=text].disabled, input[type=password][disabled], input[type=password]:disabled, input[type=password].disabled, select[disabled], select:disabled, select.disabled, textarea[disabled], textarea:disabled, textarea.disabled {
    background-color: #f2f2f2 !important; }
  input[type=text].number, input[type=password].number, select.number, textarea.number {
    text-align: right; }
  input[type=text].half, input[type=password].half, select.half, textarea.half {
    width: 90px; }
  input[type=text].tiny, input[type=password].tiny, select.tiny, textarea.tiny {
    width: 30px; }

textarea {
  width: 450px; }

input[type=radio], input[type=checkbox] {
  margin-right: 0.25em; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent; }

label.follow, form span.follow {
  margin-left: 0.25em; }

span.checkbox, span.radio {
  margin-right: 2em; }
  span.checkbox *, span.radio * {
    vertical-align: middle; }

label.required:after {
  content: "*";
  color: #ffe782;
  vertical-align: super;
  font-size: 0.8em; }

button, .button {
  color: #ffe782;
  border-radius: 500px;
  text-align: center;
  text-decoration: none;
  padding: 0.25em 2em;
  display: inline-block;
  box-sizing: content-box;
  border: 1px solid #ffe782;
  background-color: #140215; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #ffe782; }
  button[disabled], button:disabled, button.disabled, .button[disabled], .button:disabled, .button.disabled {
    color: #ccc !important;
    border-color: #f2f2f2 !important;
    background-color: #f2f2f2 !important; }
  button.inverse, .button.inverse {
    color: #f95d3b;
    border-color: #f95d3b;
    background-color: transparent; }
    button.inverse:hover, button.inverse:focus, .button.inverse:hover, .button.inverse:focus {
      color: #f95d3b;
      border-color: #f95d3b; }
  button.mini, .button.mini {
    height: 1.5em;
    line-height: 1.5;
    padding: 0 0.5em; }

.fields {
  margin-bottom: -10px; }

div.field {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px; }
  div.field > label {
    display: block;
    margin-bottom: 3px;
    color: white; }
    div.field > label span {
      margin-left: 0.5em;
      color: white; }
  div.field .desc {
    color: white; }
    div.field .desc ul {
      list-style: disc inside; }
  div.field data {
    display: block;
    box-sizing: border-box;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 0.5em 0;
    width: 220px; }

form.standard section {
  margin-bottom: 20px; }
form.standard p.desc {
  margin-bottom: 10px;
  color: #f95d3b; }
form.standard legend {
  font-weight: bold;
  color: #247ba0;
  margin-bottom: 10px; }
  form.standard legend span {
    margin-left: 1em;
    color: white;
    font-weight: normal; }
form.standard fieldset {
  margin-bottom: 20px; }
form.standard section.submit {
  margin-bottom: auto; }

.error, .alert, .notice, .success, .info {
  padding: 10px 10px 10px 7px;
  margin-bottom: 20px;
  border-left: 3px solid #ddd; }
  .error h3, .alert h3, .notice h3, .success h3, .info h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5em; }

.error, .alert {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }

.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }

.success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }

.info {
  background: #d5edf8;
  color: #205791;
  border-color: #92cae4; }

.error a, .alert a {
  color: #8a1f11; }

.notice a {
  color: #514721; }

.success a {
  color: #264409; }

.info a {
  color: #205791; }

.pageNav {
  text-align: center;
  margin: 10px auto;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .pageNav .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .pageNav .nav a, .pageNav .nav em {
      padding: 0 0.25rem;
      border-radius: 300px;
      display: block;
      border: 1px solid #ffe782;
      margin: 0 0.25em; }
    .pageNav .nav a {
      color: #ffe782;
      text-decoration: none; }
    .pageNav .nav a.item {
      display: none; }
    .pageNav .nav em {
      font-style: normal;
      font-weight: bold;
      color: #ffe782;
      font-weight: bold;
      border: 0; }
  .pageNav .inf {
    margin-left: 10px;
    line-height: 2.5; }

table.data {
  width: 100%; }
  table.data thead th {
    padding: 10px;
    border-bottom: 1px solid #403026;
    color: white;
    font-weight: normal;
    tex-align: center; }
  table.data tbody {
    text-align: center; }
  table.data td {
    padding: 10px;
    border-bottom: 1px solid #403026;
    tex-align: center; }
  table.data tbody.empty {
    text-align: center; }
    table.data tbody.empty td.empty {
      padding: 3em 0;
      font-size: 1.5em; }

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #100211; }

@media (min-width: 400px) {
  html {
    font-size: 14px; } }
@media (min-width: 720px) {
  html {
    font-size: 16px; } }

body {
  background-image: url(/img/bg/login.png); }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -moz-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1; }

footer {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }

section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

footer {
  color: #666;
  font-size: 10px;
  padding: 1em 0; }

form header {
  margin-bottom: 4rem; }
  form header svg {
    width: 16rem;
    height: 2.88451rem;
    display: block;
    fill: #ffd140;
    margin: auto;
    margin-bottom: 0.25rem; }
  form header strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff; }

form {
  text-align: center;
  width: 16rem;
  margin: auto; }
  form h1 {
    font-weight: 300; }
  form > div {
    margin-top: 2rem; }
  form input[type="text"], form input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.75em 1em 0.75em 3em;
    color: #ffe478;
    border-color: #ffe478;
    background-color: transparent; }
    form input[type="text"]:focus, form input[type="password"]:focus {
      border-color: #ffe478; }
  form input::-webkit-autofill, form textarea::-webkit-autofill, form select::-webkit-autofill {
    background-color: transparent; }
  form button {
    width: 100%;
    height: 3rem;
    box-sizing: border-box;
    border: 0;
    line-height: 3rem;
    text-shadow: 0 0 0.5em rgba(161, 103, 13, 0.77);
    box-shadow: 0 0 1rem rgba(163, 87, 5, 0.4);
    background-image: linear-gradient(to right, #ffee8e, #ffbb03);
    font-size: 1.25rem;
    border-radius: 5px;
    color: #fff;
    padding: 0; }
  form input.u {
    background-image: url(/img/icon/icon-01.png);
    background-size: auto 50%;
    background-position: 1rem 50%;
    background-repeat: no-repeat; }
  form input.p {
    background-image: url(/img/icon/icon-02.png);
    background-size: auto 50%;
    background-position: 1rem 50%;
    background-repeat: no-repeat; }
  form div.auto {
    text-align: left;
    padding-left: 1rem;
    margin-top: 1.5rem; }
    form div.auto label {
      color: #ffe478; }
  form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5e5030; }
  form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #5e5030; }
  form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #5e5030; }
  form input:-moz-placeholder {
    /* Firefox 18- */
    color: #5e5030; }
