body {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.mask .show-img {
  width: 75%;
  max-width: 650px;
}
.mask .show-img .head {
  height: 40px;
  background: #eee;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px 6px 0 0;
}
.mask .show-img .head h3 {
  font-size: 14px;
}
.mask .show-img .head h4 {
  font-size: 14px;
  cursor: pointer;
}
.mask .show-img .con {
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
}
.mask .show-img .con img {
  width: 100%;
}
.container {
  width: 10rem;
  position: relative;
  background-image: url(../img/BG3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #fff;
  margin: 0 auto;
  padding: 0.4rem 0.267rem;
  box-sizing: border-box;
}
.container .head .logo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.133rem;
}
.container .head .logo .item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .head .logo .item img {
  width: 100%;
  object-fit: cover;
}
.container .date {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0.16rem;
  border: 1px solid #c1ac82;
  background-color: #fff;
  font-size: 0.32rem;
  color: #101d34;
  font-weight: bold;
  border-radius: 0.2rem;
  margin-top: 0.4rem;
  height: 0.907rem;
  box-sizing: border-box;
}
.container .date strong {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bb271a;
  padding: 0.08rem 5px;
  color: #fff;
  border-radius: 0.067rem;
  margin-right: 2px;
  box-sizing: border-box;
}
.container .lottery-results {
  margin-top: 0.4rem;
  background: #fff;
  border: 1px solid #c1ac82;
  border-radius: 0.267rem;
  padding: 0.2rem;
}
.container .lottery-results iframe {
  height: 220px;
}
.container .gallery {
  background-image: url(../img/BG2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  border: 1px solid #c1ac82;
  padding: 0.4rem;
  box-sizing: border-box;
  margin-top: 0.4rem;
  border-radius: 0.267rem;
}
.container .gallery .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .gallery .title img {
  height: 0.4rem;
}
.container .gallery .slider-box {
  margin-top: 0.4rem;
  overflow: hidden;
}
.container .gallery .slider-box .swiper-wrapper {
  transition-timing-function: linear !important;
  /* 没错就是这个属性 */
}
.container .gallery .slider-box .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.613rem;
  height: 2.613rem;
}
.container .gallery .slider-box .swiper-slide a img {
  display: block;
  width: 2.613rem;
  height: 2.613rem;
}
.container .forum {
  background-image: url(../img/BG.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  border: 1px solid #c1ac82;
  padding: 0.4rem;
  box-sizing: border-box;
  margin-top: 0.4rem;
  border-radius: 0.267rem;
}
.container .forum .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .forum .title img {
  height: 0.4rem;
}
.container .forum .list {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.4rem;
}
.container .forum .list .item {
  background-image: url(../img/cardbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  width: 100%;
  height: 3.2rem;
  border-radius: 0.267rem;
  padding: 0.133rem;
  box-sizing: border-box;
  position: relative;
}
.container .forum .list .item .top {
  position: relative;
}
.container .forum .list .item .top img {
  width: 100%;
}
.container .forum .list .item .top .domain {
  position: absolute;
  bottom: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.533rem;
}
.container .forum .list .item .top .domain span {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
}
.container .forum .list .item .top .domain span:first-child {
  color: #ffe400;
}
.container .forum .list .item .bottom {
  position: absolute;
  bottom: 0.05rem;
  height: 0.667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
}
.container .forum .list .item .bottom img {
  height: 70%;
}
.container .fav {
  position: fixed;
  width: 1.067rem;
  left: 50%;
  transform: translateX(-450%);
  top: 40%;
  z-index: 9;
}
.container .fav img {
  width: 1.067rem;
}
.container .betting {
  display: none;
  position: fixed;
  width: 2.133rem;
  right: 50%;
  transform: translateX(220%);
  top: 50%;
  z-index: 9;
}
.container .betting img {
  width: 2.133rem;
}
p {
  margin: 0;
}
ul {
  padding: 0;
}
li {
  padding: 0;
  list-style: none;
}
table b {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-con {
  background-color: #fff;
}
.nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3px;
  justify-items: center;
  margin-top: 0.2rem;
}
.nav-list li {
  list-style: none;
  /*background: #f94470;*/
  /*border: 1px solid #2cbfd0;*/
  height: 0.8rem;
  width: 100%;
  border-radius: 100%;
}
.nav-list li a {
  height: 0.8rem;
  background: linear-gradient(to top, #a2ece3, #cbfffa, #ffffff);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0.267rem;
  text-decoration: none;
  text-align: center;
  padding: 0.08rem 0;
  border: 1px solid #2cbfd0;
  box-sizing: border-box;
}
.nav-list li a strong {
  font-size: 0.28rem;
}
.nav-list li a span {
  font-size: 0.28rem;
}
.nav-list li a div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zzhlzm-list p {
  font-size: 0.35rem !important;
}
.foot-tips {
  background: #fff;
  text-align: center;
}
.foot-tips h3 {
  font-size: 16px;
  font-weight: bold;
  color: #297385;
}
.foot-tips p {
  font-size: 14px;
  margin: 10px 0;
  color: #999;
}
.foot-tips .line {
  height: 1px;
  background: #eee;
}
@media screen and (max-width: 610px) {
  .container .lottery-results iframe {
    height: 190px;
  }
}
@media screen and (max-width: 430px) {
  .container .lottery-results iframe {
    height: 180px;
  }
}
@media screen and (max-width: 414px) {
  .container .lottery-results iframe {
    height: 165px;
  }
}
@media screen and (max-width: 390px) {
  .container .lottery-results iframe {
    height: 160px;
  }
}
@media screen and (max-width: 375px) {
  .container .lottery-results iframe {
    height: 155px;
  }
}
@media screen and (max-width: 320px) {
  .container .lottery-results iframe {
    height: 130px;
  }
}
/*# sourceMappingURL=style.css.map */