﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #181818;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
  min-width: 320px;
  margin: 0 auto;
  background: #f7f8f9;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
input {
  -webkit-appearance: none;
}
.no-scroll {
  overflow: hidden !important;
}
header {
  width: 100%;
  height: 3.333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.667rem;
  background: #47b69d;
}
header h2 {
  font-size: 1.5rem;
  color: #ffffff;
}
header a,
header img,
header span {
  display: block;
  width: 1.667rem;
  height: 1.667rem;
}
nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.917rem;
  background: #ffffff;
  border-radius: 0.5rem;
}
nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  color: #181818;
}
nav a img {
  width: 3.667rem;
  height: 4.083rem;
  margin-bottom: 0.167rem;
}
nav.news {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0.667rem;
  padding: 1.333rem 0.5rem;
}
nav.news a {
  width: 20%;
  color: #4a4a4a;
}
nav.news a img {
  width: 1.833rem;
  height: 1.833rem;
}
nav.news a:nth-child(n + 1):nth-child(-n + 5) {
  margin-bottom: 1rem;
}
nav.news a.active {
  color: #47b69d;
  font-weight: bold;
}
footer {
  padding: 1.167rem 0;
  margin: 0 0.667rem;
  background: #ffffff;
  border-radius: 0.5rem;
  margin-top: 0.833rem;
}
footer .webinfo {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .webinfo a {
  font-size: 1.333rem;
  color: #47b69d;
}
footer .webinfo a:nth-of-type(2) {
  margin: 0 2.5rem;
}
footer .copyright,
footer .beian {
  display: block;
  text-align: center;
  font-size: 1.167rem;
  color: #999999;
}
footer .copyright {
  margin-top: 0.5rem;
}
footer.mb60 {
  margin-bottom: 5rem;
}
.tabbar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 4.167rem;
  position: fixed;
  bottom: 0;
  background: #ffffff;
  box-shadow: inset 0 0.083rem 0.25rem 0 #eeeeee;
}
.tabbar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  color: #4a4a4a;
}
.tabbar a::before {
  display: inline-block;
  content: "";
  width: 1.667rem;
  height: 1.667rem;
  margin-bottom: 0.167rem;
  margin-top: 0.167rem;
}
.tabbar a.active {
  color: #47b69d;
  font-weight: bold;
}
.tabbar a.home::before {
  background: url(/m97654/images/thome.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.home.active::before {
  background: url(/m97654/images/thome_a.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.match::before {
  background: url(/m97654/images/tmatch.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.match.active::before {
  background: url(/m97654/images/tmatch_a.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.sport::before {
  background: url(/m97654/images/tsport.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.sport.active::before {
  background: url(/m97654/images/tsport_a.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.number::before {
  background: url(/m97654/images/tnumber.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.number.active::before {
  background: url(/m97654/images/tnumber_a.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.tuku::before {
  background: url(/m97654/images/ttuku.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.tuku.active::before {
  background: url(/m97654/images/ttuku_a.png) no-repeat center center / 1.667rem 1.667rem;
}
.botnav {
  background: #ffffff;
  border-radius: 0.5rem;
  margin-top: 0.833rem;
  padding: 0 0.667rem;
}
.botnav .switch {
  display: flex;
  align-items: center;
  padding: 0.667rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.botnav .switch a,
.botnav .switch .menubtn {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.167rem;
  color: #999999;
  position: relative;
}
.botnav .switch a::after,
.botnav .switch .menubtn::after {
  display: inline-block;
  content: "";
  width: 0.083rem;
  height: 0.917rem;
  background-color: #e0e0e0;
  position: absolute;
  right: 0;
}
.botnav .switch a:first-of-type {
  font-weight: bold;
  color: #4a4a4a;
}
.botnav .switch .menubtn {
  flex: 0.8;
}
.botnav .switch .menubtn::after {
  display: none;
}
.botnav .n_cut {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.333rem, 1fr));
  gap: 0.5rem 0;
  padding: 0.667rem 0.25rem;
}
.botnav .n_cut a {
  display: block;
  height: 1.667rem;
  line-height: 1.667rem;
  font-size: 1.083rem;
  color: #4a4a4a;
  overflow: hidden;
}
.sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(107, 107, 107, 0.24);
  z-index: 3;
}
.sidebar .content {
  width: 80%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 1rem;
  overflow-y: scroll;
}
.sidebar .content .top {
  width: 100%;
  height: 3.333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0 -0.083rem 0 0 #e0e0e0;
}
.sidebar .content .top .text {
  font-weight: bold;
  font-size: 1.333rem;
  color: #69390d;
}
.sidebar .content .top button {
  width: 4rem;
  height: 1.667rem;
  font-size: 1rem;
  color: #4a4a4a;
  border-radius: 0.833rem;
  border: 0.083rem solid #eeeeee;
  outline: none;
  display: flex;
  padding-left: 1.417rem;
  align-items: center;
  background: url(/m97654/images/close.png) no-repeat 0.583rem center / 0.667rem 0.667rem;
  background-color: #f7f7f7;
}
.sidebar .content .category {
  padding: 1rem 0 0.5rem;
  border-bottom: 0.083rem solid #cccccc;
}
.sidebar .content .category .c_title {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar .content .category .c_title .lottery {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.167rem;
  font-weight: bold;
  color: #181818;
  padding-left: 2.583rem;
}
.sidebar .content .category .c_title .lottery.sd {
  background: url(/m97654/images/cz_3d.png) no-repeat left center / 2rem 2rem;
}
.sidebar .content .category .c_title .lottery.p3 {
  background: url(/m97654/images/cz_p3.png) no-repeat left center / 2rem 2rem;
}
.sidebar .content .category .c_title .lottery.ssq {
  background: url(/m97654/images/cz_ssq.png) no-repeat left center / 2rem 2rem;
}
.sidebar .content .category .c_title .lottery.dlt {
  background: url(/m97654/images/cz_dlt.png) no-repeat left center / 2rem 2rem;
}
.sidebar .content .category .c_title .lottery.qxc {
  background: url(/m97654/images/cz_qxc.png) no-repeat left center / 2rem 2rem;
}
.sidebar .content .category .c_title .lottery.qlc {
  background: url(/m97654/images/cz_qlc.png) no-repeat left center / 2rem 2rem;
}
.sidebar .content .category .c_title .lottery.kl8 {
  background: url(/m97654/images/cz_kl8.png) no-repeat left center / 2rem 2rem;
}
.sidebar .content .category .c_title .lottery.gj {
  background: url(/m97654/images/cz_gj.png) no-repeat left center / 2rem 2rem;
}
.sidebar .content .category .c_title a {
  font-size: 1rem;
  color: #47b69d;
  text-decoration: underline;
}
.sidebar .content .category .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(6.833rem, 1fr));
  gap: 0.5rem;
  padding: 0.667rem 0 0.5rem;
}
.sidebar .content .category .list a {
  height: 2rem;
  border-radius: 0.25rem;
  border: 0.083rem solid #bbbbbb;
  color: #4a4a4a;
  font-size: 1.083rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.to_bottom {
  display: flex;
  justify-content: center;
}
.to_bottom img {
  width: 6.667rem;
  height: 6.667rem;
}
.carticle {
  display: block;
  padding: 1rem 0;
}
.carticle > .tit {
  color: #181818;
  font-size: 1.25rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.carticle > .line {
  color: #181818;
  font-size: 1.25rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.carticle .middle {
  display: flex;
  align-items: center;
  padding: 0.417rem 0.5rem;
  margin-top: 0.5rem;
  background: #f6f6f6;
  border-radius: 0.333rem;
}
.carticle .middle .rule {
  display: flex;
  align-items: center;
  height: 1.333rem;
  padding: 0 0.333rem;
  margin-right: 0.5rem;
  font-size: 0.917rem;
  color: #70b2f9;
  background: #e8f3ff;
  border-radius: 0.167rem;
  border: 0.083rem solid #beddff;
}
.carticle .middle .desc {
  max-width: 75%;
  height: 1.667rem;
  font-size: 1.167rem;
  color: #999999;
  overflow: hidden;
}
.carticle .middle:first-of-type {
  margin-top: 0.833rem;
}
.carticle .middle.win {
  position: relative;
}
.carticle .middle.win::after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 0.667rem;
  transform: translateY(-50%);
  background: url(/m97654/images/win.png) no-repeat right center / 1.5rem;
}
.carticle .middle.fail {
  position: relative;
}
.carticle .middle.fail::after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 0.667rem;
  transform: translateY(-50%);
  background: url(/m97654/images/fail.png) no-repeat right center / 1.5rem;
}
.carticle .bot {
  display: flex;
  align-items: center;
  margin-top: 0.667rem;
}
.carticle .bot span {
  font-size: 1rem;
  color: #999999;
  margin-right: 1rem;
  line-height: 1.417rem;
}
.carticle:not(:last-of-type) {
  border-bottom: 0.083rem solid #e2e2e2;
}
.carticle.hot .bot::before {
  display: flex;
  content: "热";
  justify-content: center;
  align-items: center;
  width: 1.167rem;
  height: 1.167rem;
  font-size: 0.917rem;
  color: #ffffff;
  margin-right: 0.417rem;
  background: #fabf61;
  border-radius: 0.083rem;
}
.article_list {
  padding: 0 0.667rem;
  margin-top: 0.833rem;
  background: #ffffff;
  border-radius: 0.5rem;
}
.article_list .ctitle {
  border-bottom: 0.083rem dashed #e0e0e0;
}
.ctitle {
  height: 3.333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ctitle .left {
  display: flex;
  align-items: center;
}
.ctitle .left strong {
  font-size: 1.333rem;
  color: #47b69d;
  margin-left: 0.583rem;
}
.ctitle .more {
  font-weight: bold;
  font-size: 1rem;
  color: #999999;
}
.paginator {
  display: flex;
  justify-content: space-evenly;
  padding: 1.25rem 0 0.833rem;
}
.paginator a {
  display: flex;
  align-items: center;
  font-size: 1.167rem;
  color: #4a4a4a;
}
.paginator a img {
  display: block;
  width: 0.583rem;
  height: 1rem;
  margin: 0 0.5rem;
}
.pempty {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3rem 0;
}
.pempty img {
  width: 19.917rem;
  height: 17.417rem;
}
.pempty p {
  font-size: 1.167rem;
  color: #999999;
}
.home_page {
  flex: 1;
  padding: 0.833rem 0.667rem 0;
  background: #f7f8f9;
}
.home_page .zj_module {
  display: flex;
  justify-content: space-between;
  margin-top: 0.917rem;
}
.home_page .zj_module > a,
.home_page .zj_module > a img {
  display: block;
  width: 10.5rem;
  height: 14.25rem;
}
.home_page .zj_module .ssyx {
  margin-left: 0.333rem;
  flex: 1;
  padding: 0 0.667rem 0.25rem;
  background: linear-gradient(180deg, #eefffb 0%, #d8fff6 100%);
  border-radius: 0.5rem;
}
.home_page .zj_module .ssyx .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.333rem;
  padding: 0 0.833rem;
}
.home_page .zj_module .ssyx .title strong {
  font-size: 1.333rem;
}
.home_page .zj_module .ssyx .title a {
  font-size: 1rem;
  color: #999999;
}
.home_page .zj_module .ssyx .zwss {
  text-align: center;
  color: #999999;
  margin-top: 2.8rem;
}
.home_page .zj_module .ssyx .item {
  display: block;
  margin-bottom: 0.333rem;
  padding: 0.75rem;
  background: #ffffff;
  border-radius: 0.333rem;
}
.home_page .zj_module .ssyx .item .top {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #999999;
}
.home_page .zj_module .ssyx .item .top span {
  color: #1f75cc;
  margin-right: 0.417rem;
}
.home_page .zj_module .ssyx .item .bot {
  margin-top: 0.5rem;
}
.home_page .zj_module .ssyx .item .bot span {
  font-weight: bold;
  font-size: 1.167rem;
  color: #181818;
}
.home_page .zj_module .ssyx .item .bot span:nth-of-type(2) {
  margin: 0 0.25rem;
}
.home_page .hotspot {
  padding: 0 0.833rem;
  margin-top: 0.833rem;
  background: #ffffff;
  border-radius: 0.5rem;
}
.home_page .hotspot > .title {
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 1rem;
}
.home_page .hotspot .article_list {
  margin-top: 0;
}
.home_page .scrollbar {
  width: 100%;
  overflow: hidden;
  padding: 0.917rem 0 1.25rem;
  border-bottom: 0.083rem solid #f0f0f0;
}
.home_page .scrollbar .swiper-slide {
  width: auto;
  height: 2rem;
  line-height: 2rem;
  padding: 0rem 0.833rem;
  font-size: 1.083rem;
  color: #4a4a4a;
  white-space: nowrap;
  background: #f2f3f5;
  border-radius: 0.167rem;
  border: 0.083rem solid #eeeeee;
  margin-right: 0.667rem;
}
.home_page .scrollbar .swiper-slide.active {
  font-weight: bold;
  color: #47b69d;
  background: #f0fffc;
  border-color: #9ae1d1;
}
.error_page {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 12rem;
  align-items: center;
  background: #f7f8f9;
}
.error_page img {
  display: block;
  width: 19.917rem;
}
.error_page p {
  font-size: 1.167rem;
  color: #999999;
  margin-top: 0.833rem;
}
@media screen and (max-width: 373px) {
  html {
    font-size: 11px;
  }
}
@media screen and (min-width: 374px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 413px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 580px) {
  html {
    font-size: 15px;
  }
}
