:root {
  --member-ink: #081720;
  --member-navy: #030c15;
  --member-panel: #ffffff;
  --member-paper: #f2f4ef;
  --member-muted: #687b82;
  --member-line: #d5dcd7;
  --member-lime: #caff48;
  --member-cyan: #40e7ee;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 0;
  background: var(--member-paper);
}

body {
  min-height: 100vh;
  margin: 0 !important;
  color: var(--member-ink);
  background:
    radial-gradient(circle at 78% 8%, #0b3547 0, #061725 19%, transparent 40%),
    linear-gradient(var(--member-navy) 0 230px, var(--member-paper) 230px);
  font: 14px/1.7 Inter, "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

a {
  color: #244956;
  text-decoration: none !important;
  transition: color .2s ease;
}

a:hover {
  color: #75a500;
}

body > table {
  width: min(1180px, calc(100% - 40px)) !important;
  border-collapse: separate;
}

body > table:first-of-type {
  height: 84px;
  color: #a9bac1;
  border-bottom: 1px solid #ffffff17;
}

body > table:first-of-type > tbody > tr > td:first-child {
  position: relative;
  width: 320px !important;
  height: 84px;
  padding-left: 58px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: nowrap;
}

body > table:first-of-type > tbody > tr > td:first-child img {
  visibility: hidden;
  width: 0;
  height: 0;
}

body > table:first-of-type > tbody > tr > td:first-child::before {
  content: "◇";
  position: absolute;
  left: 8px;
  top: 12px;
  color: var(--member-lime);
  font-size: 40px;
  font-weight: 400;
  filter: drop-shadow(0 0 10px #caff4880);
}

body > table:first-of-type > tbody > tr > td:first-child::after {
  content: "好运网络科技\A GOOD LUCK NETWORK";
  display: block;
  white-space: pre;
  line-height: 1.25;
}

body > table:first-of-type > tbody > tr > td:first-child {
  font-size: 0;
}

body > table:first-of-type > tbody > tr > td:first-child::after {
  font-size: 15px;
}

body > table:first-of-type > tbody > tr > td:last-child table,
body > table:first-of-type > tbody > tr > td:last-child td {
  color: #9caeb7 !important;
  background: transparent !important;
  font: 11px/1.7 Inter, "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

body > table:first-of-type a {
  color: #d6e0e4;
}

body > table:first-of-type a:hover {
  color: var(--member-lime);
}

body > table:nth-of-type(2) {
  width: 100% !important;
  height: 1px !important;
  padding: 0;
  background: linear-gradient(90deg, transparent, var(--member-lime), transparent) !important;
}

body > table:nth-of-type(2) td {
  height: 1px !important;
  padding: 0;
}

body > table:nth-of-type(3) {
  height: 64px;
  color: #78919c;
  font-size: 12px;
}

body > table:nth-of-type(3) a {
  color: #dce6e9;
}

body > table:nth-of-type(4) {
  overflow: hidden;
  margin-bottom: 52px;
  padding: 0 !important;
  border: 1px solid #dbe2de;
  border-radius: 3px;
  background: var(--member-panel) !important;
  box-shadow: 0 24px 70px #07172118;
}

body > table:nth-of-type(4) > tbody > tr > td {
  padding: 28px !important;
  background: var(--member-panel) !important;
  vertical-align: top;
}

body > table:nth-of-type(4) > tbody > tr > td:first-child {
  width: 230px !important;
  background: #071722 !important;
}

body > table:nth-of-type(4) > tbody > tr > td:first-child .tableborder {
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
}

body > table:nth-of-type(4) > tbody > tr > td:first-child .header {
  color: #fff !important;
  background: transparent !important;
  border-top: 1px solid #203641;
}

body > table:nth-of-type(4) > tbody > tr > td:first-child .header td {
  height: 42px !important;
  color: #dce5e8 !important;
  background: transparent !important;
  font-weight: 600;
}

body > table:nth-of-type(4) > tbody > tr > td:first-child .header a {
  color: #dce5e8;
}

body > table:nth-of-type(4) > tbody > tr > td:first-child tbody[id] td {
  height: auto !important;
  padding: 3px 0 !important;
  color: #91a4ac !important;
  background: transparent !important;
}

body > table:nth-of-type(4) > tbody > tr > td:first-child tbody[id] a {
  display: block;
  padding: 6px 8px;
  color: #91a4ac;
  border-radius: 2px;
}

body > table:nth-of-type(4) > tbody > tr > td:first-child tbody[id] a:hover {
  color: var(--member-lime);
  background: #102935;
}

table {
  color: var(--member-ink);
  font: 13px/1.7 Inter, "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

.tableborder {
  border: 1px solid var(--member-line) !important;
  background: var(--member-line) !important;
}

.tableborder .header,
.tableborder tr.header,
.header {
  color: #fff !important;
  background: #071722 !important;
}

.tableborder .header td,
.tableborder tr.header td {
  height: 48px !important;
  padding: 10px 16px !important;
  color: #fff !important;
  background: #071722 !important;
  font-size: 14px;
  letter-spacing: .5px;
}

tr[bgcolor="#FFFFFF"] > td,
td[bgcolor="#FFFFFF"] {
  background: #fff !important;
}

td[bgcolor="#FFFFFF"] {
  padding: 10px 14px !important;
}

input,
select,
textarea {
  max-width: 100%;
  color: var(--member-ink);
  border: 1px solid #cbd5d1;
  border-radius: 2px;
  background: #f8faf7;
  font: 13px/1.5 Inter, "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  min-height: 40px;
  padding: 8px 11px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #93bf29;
  box-shadow: 0 0 0 3px #caff4828;
}

input[type="radio"],
input[type="checkbox"] {
  accent-color: #7ca800;
}

input[type="submit"],
input[type="button"],
button {
  min-height: 40px;
  padding: 8px 20px;
  color: #07131a;
  border: 1px solid var(--member-lime);
  border-radius: 2px;
  background: var(--member-lime);
  font-weight: 600 !important;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  box-shadow: 0 8px 24px #8eb42b33;
  transform: translateY(-1px);
}

body > table:nth-last-of-type(3),
body > table:nth-last-of-type(2),
body > table:last-of-type {
  color: #71858d;
}

body > table:last-of-type {
  border-top: 1px solid #d7deda;
}

.epages a {
  border-color: var(--member-line) !important;
  border-radius: 2px;
}

@media (max-width: 760px) {
  body {
    background: linear-gradient(var(--member-navy) 0 210px, var(--member-paper) 210px);
  }

  body > table {
    width: calc(100% - 24px) !important;
  }

  body > table:first-of-type {
    height: auto;
  }

  body > table:first-of-type > tbody > tr,
  body > table:first-of-type > tbody > tr > td {
    display: block;
    width: 100% !important;
  }

  body > table:first-of-type > tbody > tr > td:first-child {
    height: 68px;
  }

  body > table:first-of-type > tbody > tr > td:last-child {
    padding-bottom: 12px;
  }

  body > table:first-of-type > tbody > tr > td:last-child td {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }

  body > table:nth-of-type(3) {
    height: 44px;
  }

  body > table:nth-of-type(4) > tbody > tr,
  body > table:nth-of-type(4) > tbody > tr > td {
    display: block;
    width: 100% !important;
  }

  body > table:nth-of-type(4) > tbody > tr > td {
    padding: 18px !important;
  }

  body > table:nth-of-type(4) > tbody > tr > td:first-child {
    padding: 12px 18px !important;
  }

  body > table:nth-of-type(4) table {
    width: 100% !important;
  }

  body > table:nth-of-type(4) td {
    overflow-wrap: anywhere;
  }
}
