* {
  padding: 0;
  box-sizing: border-box;
  font-family: '微软雅黑, Arial, Helvetica';
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
}
p {
  margin: 0;
}
html {
  background: #F4F4F4;
}
body {
  margin: 0 auto;
  font-size: 18px;
}
.sticky {
  width: 100%;
  min-width: 320px;
  max-width: 720px;
  position: sticky;
  top: 0;
  z-index: 99;
}
.kj-iframe {
  width: 100%;
  height: 45px;
  border: 0;
}
table {
  width: 100%!important;
  border-color: #00bc19 !important;
  border-collapse: collapse;
  font-weight: 600;
}
table tr td,
table tr th {
  padding: 5px 0;
}
.box {
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 4px;
  background: #00BC19;
}
.tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 5px;
  background: #00BC19;
}
.tab {
  padding: 0 12px;
  cursor: pointer;
  background-color: #eee;
  border-radius: 50px;
  text-align: center;
  line-height: 42px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab img {
  height: 26px;
}
.tab span {
  color: #FF0000;
  margin-left: 8px;
  font-weight: 600;
}
.tab.lottery_5.active {
  background-color: #559cf1;
}
.tab.lottery_5.active span {
  color: white;
}
.tab.lottery_1.active {
  background-color: #559cf1;
}
.tab.lottery_1.active span {
  color: white;
}
.lottery1 {
  display: none;
}
.accordion .content {
  margin-top: 5px;
}
.accordion .content {
  background: #fff;
}
.accordion .content p {
  padding: 8px 10px!important;
}
details {
  margin-bottom: 10px;
  outline: none;
}
summary {
  list-style: none !important;
  border-radius: 8px;
  background: #fff;
  padding: 8px 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: flex;
  justify-content: center;
}
details[open] summary {
  background: #fff;
}
summary strong {
  font-size: 16px;
}
summary::-webkit-details-marker {
  display: none !important;
  /* Chrome / Safari / Edge (Blink/WebKit 内核) */
}
summary::marker {
  display: none !important;
  /* Firefox / 新标准 */
}
@media (max-width: 768px) {
  summary strong {
    font-size: 16px;
    color: #ff0000;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
summary strong i {
  display: inline-block;
  margin-right: 5px;
  border-radius: 3px;
  width: 48px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  background-color: #ff0000;
}
summary span {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}
.dropdown-arrow {
  width: 22px;
  height: 22px;
  color: #999;
}
details[open] .dropdown-arrow {
  transform: rotate(180deg);
}
.content {
  margin-top: 10px;
  background: #fff;
  padding: 0 5px;
}
.box-title {
  background: linear-gradient(to right, #75e3b7, #75e3ab, #7fecc1, #75e3b7, #72e4b6, #75e3c3, #75e3b7);
  text-align: center;
  padding: 6px 0 8px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #00BC19;
  border-radius: 5px 5px 0 0;
}
.box-content {
  background: #fff;
  padding: 10px;
}
.logo-box {
  height: 55px;
  padding: 5px 5px 5px 0;
}
.logo-box .logo {
  margin-top: 5px;
}
.logo-box .logo .logo-img {
  height: 60px;
}
.logo-box .back a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #fff;
}
.jxzt-tt {
  text-align: center;
  font-size: 18pt;
  color: #fff;
  font-weight: 600;
  padding: 2px;
  background: #fff;
}
.jxzt-tt div {
  background: #1f28ff;
  padding: 15px 0;
}
.jxzt-tb {
  font-size: 14pt;
}
.mzsm {
  text-align: center;
  background: #fff;
  font-weight: 600;
  padding: 5px 0;
}
.post-list {
  text-align: center;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-list li {
  padding: 3px 3px;
  border-radius: 0;
  list-style: none;
}
.post-list li a {
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 8px;
  background-image: linear-gradient(to top, #fff, #eee, #fff);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 4px;
}
.post-list li a:link {
  text-decoration: none;
}
.post-list li a:hover {
  color: red;
  text-decoration: underline;
}
.post-list li a .ci {
  font-size: 26px;
}
@media screen and (max-width: 610px) {
  .logo-box .logo .logo-img {
    height: 55px;
  }
  .box-title {
    font-size: 18px;
  }
  .post-list li a {
    font-size: 20px;
  }
  .post-list li a .ci {
    font-size: 26px;
  }
}
@media screen and (max-width: 505px) {
  .box-title {
    font-size: 18px;
  }
  .post-list li a {
    font-size: 18px;
  }
  .post-list li a .ci {
    font-size: 24px;
  }
}
@media screen and (max-width: 409px) {
  .box-title {
    font-size: 16px;
  }
  .post-list li a {
    font-size: 16px;
  }
  .post-list li a .ci {
    font-size: 22px;
  }
}
@media screen and (max-width: 374px) {
  .box-title {
    font-size: 14px;
  }
  .post-list li a {
    font-size: 14px;
  }
  .post-list li a .ci {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */