body.loading-locked {
  overflow: hidden;
  height: 100%;
  width: 100%
}

#global-loading,
.global-loading-overlay,
.global-loading-overlay.is-active {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important
}

.global-loading-dialog {
  width: 100%;
  max-width: 4.2rem;
  background: #fff;
  border-radius: .28rem;
  padding: .46rem .48rem .42rem;
  text-align: center;
  color: #1f2a37;
  box-shadow: 0 .28rem .72rem #00000040;
  border: 1px solid rgba(15, 23, 42, .08)
}

.global-loading-spinner {
  width: .58rem;
  height: .58rem;
  border-radius: 50%;
  border: .05rem solid rgba(15, 23, 42, .08);
  border-top-color: #3b82f6;
  animation: .8s linear infinite global-loading-spin;
  margin: 0 auto .32rem
}

.global-loading-text {
  font-size: .28rem;
  font-weight: 600;
  color: #1f2933;
  letter-spacing: .01rem
}

.global-loading-overlay.global-loading--error .global-loading-text {
  color: #c81e1e
}

@keyframes global-loading-spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.page-deferred-content {
  display: none !important
}

body.caifu-static-mapping-ready .page-deferred-content {
  display: block !important
}

.caifu-category-loading-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(100px, 26vw, 200px);
  margin: 0;
  padding: .36rem .16rem;
  background: #fff
}

.caifu-category-loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .22rem;
  text-align: center;
  transform: translateY(10%)
}

.caifu-category-loading-spinner {
  display: block;
  width: clamp(34px, 8vw, 46px);
  height: clamp(34px, 8vw, 46px);
  border-radius: 50%;
  border: 3px solid rgba(15, 23, 42, .1);
  border-top-color: #e53935;
  animation: .75s linear infinite global-loading-spin
}

.caifu-category-loading-text {
  font-size: .32rem;
  font-weight: 600;
  line-height: 1.5;
  color: #666;
  letter-spacing: .02rem
}

.caifu-category-loading-tip[hidden],
body.caifu-page-ready .caifu-category-loading-tip {
  display: none !important
}

body.caifu-page-ready.caifu-category-loading-active .caifu-category-loading-tip {
  display: flex !important
}

body.caifu-category-loading-active #caifu-category-nav,
body.caifu-category-loading-active #caifu-category-root,
body.caifu-category-loading-active #caifu-pre-category-banner,
body.caifu-category-loading-active #page-deferred-content {
  display: none !important
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.iframe-box[data-v-a5c43bef],
.iframe-conten[data-v-a5c43bef] {
  height: 5rem;
  background-color: #fff
}

.iframe-conten[data-v-a5c43bef] {
  position: relative;
  overflow: hidden
}

.iframe-loading-tip {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff
}

.iframe-loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  text-align: center
}

.iframe-loading-spinner {
  display: block;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  border: .07rem solid rgba(15, 23, 42, .1);
  border-top-color: #3b82f6;
  animation: .75s linear infinite global-loading-spin
}

.iframe-loading-text {
  font-size: .32rem;
  font-weight: 600;
  line-height: 1.5;
  color: #666;
  letter-spacing: .02rem
}

.iframe-conten.is-iframe-loaded .iframe-loading-tip {
  display: none
}

.iframe-box[data-v-a5c43bef] {
  position: relative;
  z-index: 1;
  display: block;
  border: none
}

@media screen and (min-width:800px) {

  .iframe-box[data-v-a5c43bef],
  .iframe-conten[data-v-a5c43bef] {
    height: 4.3rem
  }
}

.box-ul[data-v-0043c422] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff
}

.box-ul .box-list[data-v-0043c422] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  font-size: .18rem;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #ccc
}

.box-ul .box-list[data-v-0043c422]:last-child {
  border-bottom: 0
}

.box-ul .box-list a[data-v-0043c422] {
  color: #00e
}

.box-ul[data-v-fe32b5bb] {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box
}

.box-ul .box-list[data-v-fe32b5bb] {
  width: 25%;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  font-size: .14rem;
  color: #000;
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.box-ul .box-list a span[data-v-fe32b5bb] {
  color: #f0f
}

.box-ul .box-list[data-v-fe32b5bb]:nth-child(2n) {
  border-left: 0 solid #e5e5e5;
  color: #f60
}

.box-ul .box-list[data-v-fe32b5bb]:nth-child(4n+3) {
  border-left: 0 solid #e5e5e5
}

.box-ul[data-v-c88ba212] {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box
}

.box-ul .box-list[data-v-c88ba212] {
  width: 25%;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  font-size: .14rem;
  color: #000;
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box
}

.box-ul .box-list a span[data-v-c88ba212] {
  color: #f0f
}

.box-ul .box-list[data-v-c88ba212]:nth-child(2n) {
  border-left: 0 solid #e5e5e5;
  color: #f60
}

.box-ul .box-list[data-v-c88ba212]:nth-child(4n+3) {
  border-left: 0 solid #e5e5e5
}

td[data-v-72e6658c] {
  border: 1px solid silver
}

table[data-v-98e0740d] {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  background-color: #fff
}

td[data-v-98e0740d] {
  border: 1px solid silver;
  border-collapse: collapse;
  font-size: 14pt;
  text-align: center;
  height: .35rem;
  background-color: #fff
}

.color1[data-v-98e0740d] {
  color: red;
  background-color: #ff0
}

.box[data-v-b9bfe9d1] {
  width: 100%
}

table[data-v-b9bfe9d1] {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  background-color: #fff
}

td[data-v-b9bfe9d1] {
  border: 1px solid silver;
  border-collapse: collapse;
  font-size: 14pt;
  text-align: center;
  height: .35rem;
  background-color: #fff;
  font-weight: 700
}

.color1[data-v-b9bfe9d1] {
  color: red;
  background-color: #ff0
}

.box-ul[data-v-0eb511e0] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff
}

.box-ul .box-list[data-v-0eb511e0] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  font-size: .18rem;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #ccc
}

.box-ul .box-list[data-v-0eb511e0]:last-child {
  border-bottom: 0
}

.box-ul .box-list span[data-v-0eb511e0] {
  width: 20%
}

.box-ul .box-list .box-nums[data-v-0eb511e0] {
  display: block;
  width: 63%;
  color: red;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc
}

.box-ul .box-list .box-nums i[data-v-0eb511e0] {
  font-style: normal
}

.box-ul .box-tips[data-v-0eb511e0] {
  justify-content: center
}

.color1[data-v-0eb511e0] {
  background-color: #ff0
}

.box-ul[data-v-68e7cd69] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff
}

.box-ul .box-list[data-v-68e7cd69] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .43rem;
  line-height: .43rem;
  text-align: center;
  font-size: .2rem;
  color: #000;
  border-bottom: 1px solid #ccc;
  font-weight: 700
}

.box-ul .box-list[data-v-68e7cd69]:last-child {
  border-bottom: 0
}

.box-ul .box-list .box-num[data-v-68e7cd69] {
  color: navy;
  font-weight: 700
}

.color1[data-v-68e7cd69] {
  color: red;
  background-color: #f7fc01
}

.box-tips[data-v-68e7cd69] {
  width: 100%;
  text-align: center;
  font-size: .26rem;
  color: #ccc
}

table[data-v-86d2ae5b] {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: 700
}

td[data-v-86d2ae5b] {
  border: 1px solid silver;
  border-collapse: collapse;
  font-size: 14pt;
  text-align: center;
  height: .35rem;
  background-color: #fff;
  color: #00f
}

.color1[data-v-86d2ae5b] {
  color: red;
  background-color: #ff0
}

.color1[data-v-519b7f94] {
  background-color: #ff0
}

.color2[data-v-519b7f94] {
  color: #00f
}

.box-ul[data-v-c258358f] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff
}

.box-ul .box-list[data-v-c258358f] {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  font-size: .18rem;
  color: #000;
  border-bottom: 1px solid #ccc
}

.box-ul .box-list[data-v-c258358f]:last-child {
  border-bottom: 0
}

.box-ul .box-list a span[data-v-c258358f] {
  color: #f0f
}

.box-ul .box-list:first-child a span[data-v-c258358f] {
  background-color: #000;
  color: #ff0
}

.box-ul .box-list:nth-child(6) a span[data-v-c258358f],
.box-ul .box-list:nth-child(8) a span[data-v-c258358f] {
  background-color: #ff0
}

.box-ul[data-v-822b08c4] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff
}

.box-ul .box-list[data-v-822b08c4] {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  font-size: .18rem;
  color: #000;
  border-bottom: 1px solid #ccc
}

.box-ul .box-list[data-v-822b08c4]:last-child {
  border-bottom: 0
}

.box-ul .box-list a span[data-v-822b08c4] {
  color: red
}

.box-ul[data-v-cec51510] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff
}

.box-ul .box-list[data-v-cec51510] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  font-size: .2rem;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #ccc
}

.box-ul .box-list[data-v-cec51510]:last-child {
  border-bottom: 0
}

.box-ul .box-list span[data-v-cec51510] {
  width: 20%
}

.box-ul .box-list .box-nums[data-v-cec51510] {
  display: block;
  width: 63%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc
}

.box-tips[data-v-cec51510] {
  width: 100%;
  text-align: center;
  font-size: .26rem;
  color: #ccc
}

.color1[data-v-cec51510] {
  color: red
}

.box-list-title .box-list[data-v-cec51510] {
  background-color: #699;
  color: #ffc;
  font-size: .2rem;
  font-weight: 700
}

@media screen and (max-width:850px) {
  .box-list-title .box-list[data-v-cec51510] {
    background-color: #699;
    color: #ffc;
    font-size: .3rem;
    font-weight: 700
  }
}

.tips[data-v-d07fe535] {
  text-align: center;
  border-top: 1px solid #ccc
}

.tips-txt[data-v-d07fe535] {
  width: 100%;
  text-align: center;
  background-color: #6ff
}

.box-ul[data-v-3534d588] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff
}

.box-ul .box-list[data-v-3534d588] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .33rem;
  line-height: .33rem;
  text-align: center;
  font-size: .18rem;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #ccc
}

.box-ul .box-list p[data-v-3534d588] {
  width: 25%
}

.box-ul .box-list p[data-v-3534d588]:first-child {
  color: #f0f
}

.box-ul .box-list p[data-v-3534d588]:nth-child(2) {
  width: 75%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc
}

.box-ul .box-list .box-num[data-v-3534d588],
.box-ul .box-list p[data-v-3534d588]:nth-child(3) {
  color: #000
}

.box-ul .box-list .color1[data-v-3534d588] {
  color: red;
  background-color: #ff0
}

.box-ul .box-list .box-num span[data-v-3534d588] {
  color: red
}

.container[data-v-974f5ee9] {
  font-size: .2rem;
  font-weight: 700
}

.box-ul[data-v-974f5ee9] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff
}

.box-ul .box-list[data-v-974f5ee9] {
  width: 100%;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  color: #000;
  box-sizing: border-box
}

.box-ul .box-list[data-v-974f5ee9]:last-child {
  border-bottom: 0
}

.box-tips[data-v-974f5ee9] {
  width: 100%;
  text-align: center;
  font-size: .26rem;
  color: #ccc
}

.sub-title[data-v-974f5ee9] {
  height: .34rem;
  line-height: .34rem;
  background-color: #ccf;
  border: 1px solid #ccc;
  text-align: center
}

.sub-title span[data-v-974f5ee9] {
  color: #000
}

.color1[data-v-974f5ee9],
.color2[data-v-974f5ee9],
.sub-title .color1[data-v-974f5ee9] {
  color: red;
  background-color: #ff0
}

table[data-v-bf4484ca] {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  background-color: #fff
}

td[data-v-bf4484ca] {
  border: 1px solid silver;
  border-collapse: collapse;
  font-size: 14pt;
  text-align: center;
  height: .35rem;
  background-color: #fff
}

.color1[data-v-bf4484ca] {
  color: red;
  background-color: #ff0
}

.box-tips[data-v-47826826] {
  width: 100%;
  text-align: center;
  font-size: .26rem;
  color: #ccc
}

.jssx[data-v-5d4348f9] {
  padding-bottom: .5rem;
  background-color: #afeeee
}

.jssx td[data-v-5d4348f9],
div.jssx[data-v-5d4348f9] {
  font-family: \5fae\8f6f;
  line-height: .33rem;
  text-align: center;
  font-weight: 700;
  font-size: .16rem
}

.jssx table[data-v-5d4348f9] {
  border-collapse: collapse;
  width: 100%
}

.jssx table td[data-v-5d4348f9],
.jssx table th[data-v-5d4348f9] {
  border: 1px solid #e5e5e5
}

.jssx .bai[data-v-5d4348f9] {
  color: #fff
}

.jssx .huang[data-v-5d4348f9] {
  color: red;
  background-color: #ff0
}

.jssx .bt[data-v-5d4348f9] {
  font-size: .18rem;
  background-color: #76a9be;
  line-height: .4rem;
  color: #fff
}

.jssx .hei[data-v-5d4348f9] {
  background-color: #000;
  color: #ff0
}

.jssx .hei p[data-v-5d4348f9] {
  text-align: center
}

.jssx .hei td[data-v-5d4348f9]:nth-child(2) {
  text-align: left;
  padding-left: .15rem
}

.jssx .lan[data-v-5d4348f9] {
  background-color: #afeeee
}

.jssx .las[data-v-5d4348f9] {
  background-color: #00f
}

.jssx .lvs[data-v-5d4348f9] {
  background-color: green
}

.jssx .hos[data-v-5d4348f9] {
  background-color: red
}

.jssx .zyx[data-v-5d4348f9] {
  color: #f0f
}

.jssx .qhx[data-v-5d4348f9] {
  color: #09f
}

.jssx .tdx[data-v-5d4348f9] {
  color: red
}

.jssx .jyx[data-v-5d4348f9] {
  color: #f51
}

.jssx .jmx[data-v-5d4348f9] {
  color: #00f
}

.jssx .lll[data-v-5d4348f9] {
  color: green
}

.jssx .yyx[data-v-5d4348f9] {
  color: #9d00ff
}

.jssx .dsb[data-v-5d4348f9] {
  color: #f90
}

@media screen and (max-width:720px) {
  .jssx .hei tr td[data-v-5d4348f9] {
    font-size: .28rem
  }

  .jssx td[data-v-5d4348f9],
  div.jssx[data-v-5d4348f9] {
    line-height: .6rem;
    font-size: .32rem
  }

  .jssx .bt[data-v-5d4348f9] {
    font-size: .36rem;
    line-height: .8rem
  }
}

.main[data-v-f877eb06] {
  width: 100%;
  background: url(../img/bg-386ebf30.png) top center/19.2rem auto no-repeat fixed #c4d5ff
}

.conten[data-v-f877eb06] {
  width: 8rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  border-right: 1px solid #f9b520;
  border-left: 1px solid #f9b520;
  background: #f0f0f0
}

.banner[data-v-f877eb06] {
  text-align: center;
  overflow: hidden;
  font-size: 0
}

.banner a[data-v-f877eb06] {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block
}

.banner img[data-v-f877eb06],
.logo img[data-v-f877eb06] {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
  pointer-events: none !important;
  cursor: default !important
}

.caifu-lottery-img-nav {
  display: none;
  position: relative;
  width: 100%;
  aspect-ratio: 718/80;
  margin: 0;
  pointer-events: none
}

body.caifu-page-ready .caifu-lottery-img-nav {
  display: block
}

.caifu-lottery-img-nav__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill
}

.caifu-lottery-img-nav__text {
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: .36rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-shadow: 0 .02rem .05rem rgba(0, 0, 0, .32)
}

.caifu-category-banner-wrap {
  margin: .12rem 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box
}

.caifu-dashen-jinghua-section .title {
  margin: 0
}

.caifu-dashen-jinghua-section+.caifu-category-banner-wrap {
  margin-top: 0
}

#caifu-dashen-jinghua-ziliao .title.title-bg {
  height: auto;
  min-height: clamp(38px, .44rem, 50px);
  line-height: 1.4;
  padding: .07rem .1rem;
  font-size: clamp(17px, .3rem, 25px)
}

.caifu-dashen-jinghua-ul {
  width: 100%;
  background: #fff;
  box-sizing: border-box
}

.caifu-dashen-jinghua-ul .caifu-dashen-jinghua-row {
  width: 100%;
  min-height: clamp(36px, .42rem, 48px);
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box
}

.caifu-dashen-jinghua-ul .caifu-dashen-jinghua-row-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(36px, .42rem, 48px);
  line-height: 1.4;
  padding: .08rem .1rem;
  text-align: center;
  font-size: clamp(15px, .28rem, 23px);
  font-weight: 700;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.caifu-dashen-jinghua-ul .caifu-dashen-jinghua-row-link:hover {
  background: #fff0f0
}

.caifu-dashen-jinghua-ul .caifu-dashen-jinghua-row-link:hover .caifu-dashen-jinghua-author,
.caifu-dashen-jinghua-ul .caifu-dashen-jinghua-row-link:hover .caifu-dashen-jinghua-period {
  color: #c40000
}

.caifu-dashen-jinghua-ul .caifu-dashen-jinghua-row-link:hover .caifu-dashen-jinghua-tag {
  color: #fff;
  background: linear-gradient(180deg, #ff6b6b 0, #ff3b30)
}

.caifu-dashen-jinghua-ul .caifu-dashen-jinghua-row-link:hover .caifu-dashen-jinghua-predict {
  color: #c40000
}

.caifu-dashen-jinghua-ul .caifu-dashen-jinghua-row:last-child {
  border-bottom: none
}

.caifu-dashen-jinghua-ul .caifu-dashen-jinghua-predict {
  color: red;
  margin: 0 .04rem
}

.caifu-dashen-jinghua-ul .caifu-dashen-jinghua-author,
.caifu-dashen-jinghua-ul .caifu-dashen-jinghua-period {
  color: #000
}

.caifu-dashen-jinghua-ul .caifu-dashen-jinghua-tag {
  display: inline-block;
  flex-shrink: 0;
  margin-left: .06rem;
  padding: .04rem .14rem;
  border-radius: .08rem;
  background: linear-gradient(180deg, #ff6b6b 0, #ff3b30);
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  text-shadow: 0 .01rem .02rem rgba(120, 0, 0, .35);
  box-shadow: 0 .02rem .06rem #ff3b3073;
  animation: 1.4s ease-in-out infinite caifu-dashen-jinghua-tag-flash
}

@keyframes caifu-dashen-jinghua-tag-flash {

  0%,
  to {
    opacity: 1;
    filter: brightness(1);
    box-shadow: 0 .02rem .06rem #ff3b3073
  }

  50% {
    opacity: .94;
    filter: brightness(1.12);
    box-shadow: 0 0 .14rem #ff3b30bf
  }
}

.caifu-category-banner-wrap .dynamic-img,
.dynamic-img {
  width: 100%;
  pointer-events: none !important;
  cursor: default !important
}

.caifu-banner-img-stage {
  position: relative;
  width: 100%
}

.caifu-banner-img-stage .caifu-banner-period-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  pointer-events: none !important;
  cursor: default !important
}

.caifu-banner-period-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .08rem;
  padding: .1rem .08rem;
  background: #fff5f5;
  border-bottom: 1px solid #ffcdd2
}

.caifu-banner-period-btn {
  flex: 1 1 auto;
  min-width: .9rem;
  padding: .08rem .12rem;
  border: 1px solid #ffb3b3;
  border-radius: .06rem;
  background: #fff;
  color: #666;
  font-size: .24rem;
  line-height: 1.2;
  cursor: pointer;
  pointer-events: auto
}

.caifu-banner-period-btn.is-active {
  background: linear-gradient(135deg, #ff416c 0, #ff4b2b);
  border-color: #e53935;
  color: #fff;
  font-weight: 700
}

.logo[data-v-f877eb06] {
  font-size: 0
}

.logo img[data-v-f877eb06] {
  width: 100%
}

article,
body,
dd,
dl,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
ol,
p,
section,
ul {
  margin: 0
}

body,
button,
input,
select,
textarea {
  font: .14rem/1.75 -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif, \5fae\8f6f\96c5\9ed1
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  box-sizing: border-box
}

b,
em {
  font-style: normal
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  color: var(--el-text-color-regular)
}

a:hover {
  text-decoration: none
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

ol,
td,
th,
ul {
  padding: 0;
  list-style: none
}

div {
  outline: 0;
  box-sizing: border-box
}

.hidden {
  display: none;
  font-size: 0;
  text-indent: -999em
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.clearfix {
  zoom: 1
}

#app,
.layout-wrap,
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  background-color: var(--theme-main-bg-color)
}

body {
  min-width: 320px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.box-tips {
  width: 100%;
  text-align: center;
  font-size: .26rem;
  color: #ccc
}

.title[data-v-2c6e3862] {
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  background: url(../img/bg-title-6dee8cf0.png) center/100% .4rem no-repeat;
  font-weight: 700;
  font-size: .22rem;
  color: red
}

.title span[data-v-2c6e3862] {
  text-shadow: -.02rem 0 #fff, 0 .02rem #fff, .02rem 0 #fff, 0 -.02rem #fff
}

.title span[data-v-2c6e3862]:first-child {
  color: #000
}

.title span[data-v-2c6e3862]:nth-child(2) {
  color: #f0f
}

.title span[data-v-2c6e3862]:nth-child(3) {
  color: #0ff
}

.friend-link-section-title,
.title[data-v-50672221],
.title[data-v-53b89f5f] {
  display: block;
  width: 100%;
  padding: .18rem .1rem;
  text-align: center;
  font-weight: 600;
  font-size: .18rem;
  background: linear-gradient(135deg, #667eea 0, #764ba2);
  color: #fff;
  border-radius: .12rem .12rem 0 0;
  box-shadow: 0 .04rem .15rem #667eea4d;
  cursor: default !important;
  pointer-events: none !important;
  transition: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
  letter-spacing: .02rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  max-width: 100%
}

.friend-link-section-title:hover,
.title[data-v-50672221]:hover,
.title[data-v-53b89f5f]:hover {
  background: linear-gradient(135deg, #667eea 0, #764ba2);
  transform: none;
  box-shadow: 0 .04rem .15rem #667eea4d
}

.friend-link-section-title span,
.title[data-v-50672221] span,
.title[data-v-53b89f5f] span {
  display: inline;
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0 .05rem;
  background: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
  vertical-align: baseline
}

.friend-link-section-title span:first-child,
.title span[data-v-50672221]:first-child,
.title span[data-v-53b89f5f]:first-child {
  color: #ff0;
  font-weight: 700
}

#caifu-category-root,
#caifu-category-root * {
  cursor: default !important
}

#caifu-category-root a {
  pointer-events: none !important;
  text-decoration: none !important
}

#caifu-category-root .caifu-dashen-jinghua-row-link,
#caifu-category-root .caifu-dashen-jinghua-row-link *,
#caifu-category-root .caifu-dashen-jinghua-row-link:hover,
#caifu-category-root .caifu-dashen-jinghua-row-link:hover * {
  cursor: pointer !important;
  pointer-events: auto !important
}

#caifu-category-root .caifu-dashen-jinghua-row-link[role=button],
#caifu-category-root .caifu-dashen-jinghua-row-link[role=button]:hover {
  cursor: pointer !important
}

.gaoshou-detail-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100002;
  background: #00000080;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box
}

.gaoshou-detail-overlay.is-open {
  display: block
}

.gaoshou-detail-table .gaoshou-detail-loading {
  font-size: .28rem
}

body.gaoshou-detail-overlay-open {
  overflow: hidden
}

.gaoshou-detail-overlay-panel {
  max-width: 8rem;
  margin: 0 auto;
  min-height: 100%;
  background: #f0f0f0;
  padding-bottom: .2rem;
  box-sizing: border-box
}

.gaoshou-detail-overlay .gaoshou-detail-back {
  cursor: pointer
}

#caifu-category-nav {
  pointer-events: auto;
  display: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-items: stretch;
  width: 100%;
  padding: .02rem .04rem;
  box-sizing: border-box;
  background-color: #fff;
  column-gap: .05rem;
  row-gap: .08rem
}

#caifu-category-nav.caifu-nav-visible {
  display: grid;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 9999;
  width: 8rem;
  max-width: 800px
}

#caifu-category-nav.caifu-nav-hidden {
  display: none !important
}

#caifu-category-nav .nav-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box
}

#caifu-category-nav .nav-list a {
  display: flex;
  width: 100%;
  height: .45rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: .45rem;
  background: #ff3b30;
  text-align: center;
  font-size: .28rem;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: auto
}

#caifu-nav-toggle {
  position: fixed;
  right: .22rem;
  top: .72rem;
  z-index: 10001;
  width: .68rem;
  height: .68rem;
  border-radius: .38rem;
  border: 0;
  background: #ff3b30f2;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: .28rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 .08rem .28rem #00000040
}

#caifu-nav-toggle.is-visible {
  display: flex
}

#caifu-back-to-top {
  position: fixed;
  right: .22rem;
  bottom: .8rem;
  width: .76rem;
  height: .76rem;
  border-radius: .38rem;
  border: 0;
  background: #ff3b30;
  color: #fff;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: .2rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 .08rem .28rem #00000040
}

#caifu-back-to-top.is-visible {
  display: flex
}

#caifu-back-to-top svg,
#caifu-notice-btn svg {
  width: .4rem;
  height: .4rem;
  fill: #fff;
  flex: 0 0 auto;
  pointer-events: none
}

#caifu-notice-btn {
  position: fixed;
  right: .22rem;
  bottom: 1.68rem;
  width: .76rem;
  height: .76rem;
  border-radius: .38rem;
  border: 0;
  background: #ff3b30;
  color: #fff;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 .08rem .28rem #00000040
}

.title[data-v-50672221],
.title[data-v-50672221]:hover,
.title[data-v-53b89f5f],
.title[data-v-53b89f5f]:hover,
[onclick],
[onclick]:hover,
[role=button],
[role=button]:hover,
a,
a:hover,
button,
button:hover {
  cursor: default !important
}

body,
html {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior: none
}

a,
img {
  -webkit-user-drag: none
}

.box-ul[data-v-50672221],
.box-ul[data-v-53b89f5f] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .1rem;
  padding: .15rem .1rem;
  background-color: #f5f5f5;
  box-sizing: border-box
}

.box-ul .box-list[data-v-50672221],
.box-ul .box-list[data-v-53b89f5f] {
  list-style: none;
  box-sizing: border-box
}

.box-ul .box-list a[data-v-50672221],
.box-ul .box-list a[data-v-53b89f5f] {
  display: block;
  padding: .12rem .1rem;
  background: #fff;
  color: #667eea;
  font-size: .26rem;
  font-weight: 500;
  text-align: center;
  border: .02rem solid #667eea;
  border-radius: .08rem;
  transition: .3s;
  box-shadow: 0 .02rem .05rem #0000000d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.box-ul .box-list a[data-v-50672221]:hover,
.box-ul .box-list a[data-v-53b89f5f]:hover {
  transform: translateY(-.03rem);
  box-shadow: 0 .05rem .15rem #667eea4d;
  background: #667eea0d
}

.box-ul .box-list[data-v-50672221]:nth-child(4n+1) a,
.box-ul .box-list[data-v-53b89f5f]:nth-child(4n+1) a {
  border-color: #00a8ff;
  color: #08c
}

.box-ul .box-list[data-v-50672221]:nth-child(4n+2) a,
.box-ul .box-list[data-v-53b89f5f]:nth-child(4n+2) a {
  border-color: #f5576c;
  color: #e74c5c
}

.box-ul .box-list[data-v-50672221]:nth-child(4n+3) a,
.box-ul .box-list[data-v-53b89f5f]:nth-child(4n+3) a {
  border-color: #2ecc71;
  color: #27ae60
}

.box-ul .box-list[data-v-50672221]:nth-child(4n) a,
.box-ul .box-list[data-v-50672221]:nth-child(4n+4) a,
.box-ul .box-list[data-v-53b89f5f]:nth-child(4n) a,
.box-ul .box-list[data-v-53b89f5f]:nth-child(4n+4) a {
  border-color: #f5576c;
  color: #e74c5c
}

.box-ul .box-list a span[data-v-50672221],
.box-ul .box-list a span[data-v-53b89f5f] {
  color: inherit
}

.section-container {
  margin: .2rem .1rem;
  box-shadow: 0 .02rem .08rem #0000001a;
  border-radius: .08rem;
  overflow: hidden;
  background: #fff
}

.section-header {
  background: linear-gradient(135deg, #667eea 0, #764ba2);
  padding: .15rem;
  text-align: center;
  color: #fff;
  font-size: .26rem;
  font-weight: 700
}

.zodiac-table {
  border: none !important;
  background: #fff;
  table-layout: fixed
}

.zodiac-table td {
  padding: .04rem !important;
  text-align: center;
  font-weight: 700;
  background: #fff !important;
  border: none !important
}

.zodiac-table td.hos,
.zodiac-table td.las,
.zodiac-table td.lvs {
  padding: .08rem !important
}

.zodiac-table td.hos>span,
.zodiac-table td.las>span,
.zodiac-table td.lvs>span {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  line-height: .5rem;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: .26rem;
  text-align: center
}

.zodiac-table td.hos>span {
  background: red
}

.zodiac-table td.las>span {
  background: #00f
}

.zodiac-table td.lvs>span {
  background: green
}

.zodiac-table tr {
  background: #fff
}

.zodiac-header-row {
  background: gold
}

.zodiac-header-cell {
  padding: .3rem .12rem .12rem;
  text-align: center;
  font-weight: 700;
  border: none;
  color: #000;
  font-size: .26rem
}

.wuxing-detail-container {
  margin: .2rem 0;
  padding: 0 .1rem
}

.wuxing-row-single {
  padding: .15rem .2rem;
  font-size: .26rem;
  font-weight: 700;
  color: #fff;
  text-align: left
}

.wuxing-jin-header {
  background: linear-gradient(135deg, gold 0, orange)
}

.wuxing-mu-header {
  background: linear-gradient(135deg, #56ab2f 0, #a8e063)
}

.wuxing-shui-header {
  background: linear-gradient(135deg, #0099f7 0, #00d4ff)
}

.wuxing-huo-header {
  background: linear-gradient(135deg, #ff512f 0, #dd2476)
}

.wuxing-tu-header {
  background: linear-gradient(135deg, #8b4513 0, #d2691e)
}

.wuxing-daxiao-container {
  display: flex;
  margin-top: 0
}

.wuxing-daxiao-box {
  flex: 1;
  background: linear-gradient(135deg, #2c3e50 0, #34495e);
  padding: .12rem .1rem;
  text-align: center;
  box-shadow: 0 .02rem .08rem #0000001a
}

.wuxing-daxiao-box:first-child {
  border-radius: 0 0 0 .08rem
}

.wuxing-daxiao-box:last-child {
  border-radius: 0 0 .08rem
}

.wuxing-daxiao-label {
  color: #fff;
  font-weight: 700;
  font-size: .26rem
}

.wuxing-daxiao-value {
  color: gold;
  font-weight: 700;
  font-size: .26rem
}

.shengxiao-container {
  padding: .1rem;
  background-color: transparent
}

.shengxiao-header {
  background: linear-gradient(135deg, #667eea 0, #764ba2);
  padding: .15rem;
  text-align: center;
  color: #fff;
  font-size: .26rem;
  font-weight: 700;
  border-radius: .08rem;
  box-shadow: 0 .02rem .08rem #0000001a;
  margin-bottom: .15rem
}

.shengxiao-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: .1rem
}

.shengxiao-badge,
.shengxiao-badge-large {
  flex: 1
}

.shengxiao-badge-wide30 {
  flex: 1;
  min-width: 30%
}

@media screen and (max-width:850px) {
  .conten[data-v-f877eb06] {
    width: 100%;
    padding: 0
  }

  .title[data-v-2c6e3862] {
    height: .8rem !important;
    line-height: .8rem !important;
    background: url(../img/bg-title-6dee8cf0.png) center/100% .8rem no-repeat !important;
    font-size: .3rem !important
  }

  .title[data-v-51bb3ac4],
  .title[data-v-8523052e] {
    height: .8rem;
    line-height: .8rem;
    background-size: 100% .8rem;
    font-size: .36rem
  }

  .title[data-v-50672221],
  .title[data-v-53b89f5f] {
    font-size: .26rem;
    padding: .18rem .1rem
  }

  .box-ul .box-list[data-v-0043c422] {
    height: .66rem;
    line-height: .66rem;
    font-size: .36rem
  }

  .box-ul .box-list[data-v-51bb3ac4],
  .box-ul .box-list[data-v-8523052e] {
    height: .66rem;
    line-height: .66rem;
    font-size: .26rem
  }

  .box-ul .box-list[data-v-68e7cd69] {
    height: .66rem;
    line-height: .66rem;
    font-size: .36rem
  }

  .box-ul .box-list[data-v-0eb511e0] {
    height: .66rem;
    line-height: .66rem;
    font-size: .28rem
  }

  .box-ul .box-list span[data-v-0eb511e0] {
    width: 25%
  }

  .container[data-v-974f5ee9] {
    font-size: .4rem
  }

  .sub-title[data-v-974f5ee9] {
    height: .64rem;
    line-height: .64rem
  }

  .box-ul .box-list[data-v-974f5ee9] {
    height: .66rem;
    line-height: .66rem;
    font-size: .4rem
  }

  .box-ul .box-list[data-v-c258358f] {
    height: .66rem;
    line-height: .66rem;
    font-size: .36rem
  }

  .box-ul .box-list span[data-v-c258358f] {
    width: 25%
  }

  .box-ul .box-list[data-v-822b08c4] {
    height: .66rem;
    line-height: .66rem;
    font-size: .36rem
  }

  .box-ul .box-list span[data-v-822b08c4] {
    width: 25%
  }

  .box-ul .box-list[data-v-c88ba212],
  .box-ul .box-list[data-v-fe32b5bb] {
    height: .66rem;
    line-height: .66rem;
    font-size: .26rem
  }

  .box-ul .box-list[data-v-3534d588],
  .box-ul .box-list[data-v-cec51510] {
    height: .66rem;
    line-height: .66rem;
    font-size: .36rem
  }
}

.wuxing-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: .08rem;
  margin-bottom: .08rem
}

.wuxing-jin {
  display: block;
  background-color: gold;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .3rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box
}

.wuxing-mu {
  display: block;
  background-color: #4caf50;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .3rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box
}

.wuxing-shui {
  display: block;
  background-color: #2196f3;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .3rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box
}

.wuxing-huo {
  display: block;
  background-color: #ff5722;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .3rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box
}

.wuxing-tu {
  display: block;
  background-color: #8d6e63;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .3rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box
}

.wuxing-hongbo {
  display: block;
  background-color: red;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .3rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box
}

.wuxing-lanbo {
  display: block;
  background-color: #2196f3;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .3rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box
}

.wuxing-lvbo {
  display: block;
  background-color: #4caf50;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .3rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box
}

.jiaye-tips-cell {
  padding: .15rem .1rem;
  background-color: #f9f9f9
}

.jiaye-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: .1rem
}

.jiaye-jaqin {
  display: block;
  background-color: #2196f3;
  color: #fff;
  padding: .12rem .15rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .3rem;
  flex: 1;
  min-width: 45%;
  text-align: center;
  box-sizing: border-box
}

.jiaye-yeshou {
  display: block;
  background-color: #4caf50;
  color: #fff;
  padding: .12rem .15rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .3rem;
  flex: 1;
  min-width: 45%;
  text-align: center;
  box-sizing: border-box
}

@media screen and (max-width:720px) {
  .jssx .hei tr td[data-v-5d4348f9] {
    font-size: .28rem
  }

  .jssx td[data-v-5d4348f9],
  div.jssx[data-v-5d4348f9] {
    line-height: .6rem;
    font-size: .32rem
  }

  .pingteyiwei-text,
  .wuduan-text {
    font-size: 16px !important
  }

  .jssx .bt[data-v-5d4348f9] {
    font-size: .36rem;
    line-height: .8rem
  }

  table.xxiao-ma-grid {
    font-size: 13pt !important
  }

  table.xxiao-ma-grid td {
    font-size: 13pt !important;
    padding: 5px 3px !important
  }

  table.xxiao-ma-grid tbody tr:not(:first-child) td {
    white-space: nowrap
  }
}

.flex-gap-8 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: .08rem;
  margin-bottom: .1rem
}

.badge-duan-red {
  display: block;
  background-color: #ff5722;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .26rem;
  flex: 1;
  min-width: 30%;
  text-align: center;
  box-sizing: border-box
}

.badge-duan-blue {
  display: block;
  background-color: #2196f3;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .26rem;
  flex: 1;
  min-width: 30%;
  text-align: center;
  box-sizing: border-box
}

.badge-duan-green {
  display: block;
  background-color: #4caf50;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .26rem;
  flex: 1;
  min-width: 30%;
  text-align: center;
  box-sizing: border-box
}

@media screen and (min-width:800px) {

  .badge-duan-blue,
  .badge-duan-green,
  .badge-duan-red {
    font-size: .2rem
  }
}

.pad-cell {
  padding: .15rem .1rem;
  background-color: #f9f9f9
}

.pad-cell-line {
  padding: .15rem .1rem;
  line-height: 2.5;
  background-color: #f9f9f9
}

.gray-text-note {
  margin: .1rem 0 0;
  color: #666;
  font-size: 13pt
}

.special-table {
  border-collapse: collapse;
  color: #000;
  font-family: "???????";
  font-size: 14pt;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff
}

.extra-explain {
  padding: .1rem .12rem .05rem
}

.shengxiao-row {
  display: flex;
  flex-wrap: wrap;
  gap: .1rem;
  margin-bottom: .1rem;
  padding: 0 .04rem
}

.shengxiao-badge {
  flex: 1;
  min-width: 22%;
  background: #fff;
  color: #333;
  padding: .12rem;
  border: .02rem solid #ccc;
  border-radius: .08rem;
  text-align: center;
  font-size: .26rem;
  font-weight: 700;
  box-shadow: 0 .02rem .05rem #0000000d;
  transition: .3s
}

.shengxiao-badge-large {
  flex: 1;
  min-width: 45%;
  background: #fff;
  color: #333;
  padding: .12rem;
  border: .02rem solid #ccc;
  border-radius: .08rem;
  text-align: center;
  font-size: .26rem;
  font-weight: 700;
  box-shadow: 0 .02rem .05rem #0000000d;
  transition: .3s;
  margin: 0 .02rem
}

.shengxiao-badge:hover {
  transform: translateY(-.02rem);
  box-shadow: 0 .04rem .1rem #00000026
}

.shengxiao-badge-red {
  border-color: #ff5252;
  color: #ff5252
}

.shengxiao-badge-blue {
  border-color: #2196f3;
  color: #2196f3
}

.shengxiao-badge-green {
  border-color: #4caf50;
  color: #4caf50
}

.shengxiao-badge-yellow {
  border-color: #ffc107;
  color: #ff9800
}

.shengxiao-badge-wide18 {
  flex: 1;
  min-width: 18%
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 9999;
  justify-content: center;
  align-items: center
}

.modal-overlay.active {
  display: flex
}

.pop-xyz-bd {
  width: 8rem;
  padding: 0 .5rem;
  box-sizing: border-box;
  border-radius: .15rem;
  font-size: .14rem;
  color: #333;
  font-family: \5fae\8f6f\96c5\9ed1;
  position: relative
}

@media screen and (max-width:850px) {
  .pop-xyz-bd {
    width: 98%;
    max-width: 9.5rem;
    padding: 0 .15rem
  }

  .pop-xyz-con {
    min-height: auto
  }

  .pop-xyz-con2-tit span,
  .pop-xyz-tzgg {
    font-size: .26rem !important
  }

  .pop-xyz-con3 p {
    font-size: .2rem !important
  }

  .pop-xyz-con3 .ql-size-large {
    font-size: .28rem !important;
    color: green !important
  }

  .pop-xyz-con3 .ql-size-medium {
    font-size: .26rem !important
  }

  .pop-xyz-con4 button {
    font-size: .22rem !important
  }
}

.pop-xyz-bd .pop-xyz-con {
  padding: .15rem 0;
  border-radius: .15rem;
  background: #fff
}

.modal-close-btn {
  position: absolute;
  top: .1rem;
  right: .1rem;
  width: .35rem;
  height: .35rem;
  background: #ff0000e6;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: .24rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  font-weight: 400;
  box-shadow: 0 .02rem .08rem #ff00004d;
  line-height: 1;
  pointer-events: auto
}

.modal-close-btn:hover {
  background: red;
  color: #fff
}

.pop-xyz-tzgg {
  color: #fff;
  position: absolute;
  top: -.16rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.6rem;
  height: .6rem;
  background-image: url(../img/img-notice-c117e9af.png);
  background-size: 2.6rem .6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Microsoft Yahei, PingFangTC-Regular, sans-serif;
  font-weight: 500;
  font-size: .18rem
}

.pop-xyz-con2 {
  padding: .6rem .15rem .4rem;
  text-align: center;
  background: linear-gradient(180deg, #fff 0, #f5f7ff);
  border-bottom: .01rem solid rgba(91, 156, 236, .15)
}

.pop-xyz-con2-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .15rem;
  flex-wrap: wrap
}

.pop-xyz-con2-tit span {
  background: linear-gradient(135deg, #3b8ef7 0, #2c7fe2);
  color: #fff;
  padding: .12rem .2rem;
  border-radius: .06rem;
  font-size: .17rem;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 .02rem .06rem #2c7fe24d;
  transition: .3s
}

.pop-xyz-con2-tit span:hover {
  transform: translateY(-.02rem);
  box-shadow: 0 .04rem .1rem #2c7fe266
}

.pop-xyz-con3 {
  padding: .15rem;
  background: #fff
}

.pop-xyz-con3 table {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  width: 100%;
  background: #f8f9ff;
  border-radius: .1rem;
  overflow: hidden;
  box-shadow: 0 .02rem .08rem #00000014
}

.pop-xyz-con3 table td {
  padding: .15rem;
  border: none;
  background: linear-gradient(135deg, #f8f9ff 0, #fff)
}

.pop-xyz-con3 table tr:first-child td {
  border-bottom: .01rem dashed rgba(91, 156, 236, .2);
  padding: .1rem .15rem
}

.pop-xyz-con3 p {
  margin: .05rem 0;
  font-size: .14rem;
  line-height: 1.8;
  color: #1a4bff
}

.pop-xyz-con3 .ql-size-large {
  font-size: .17rem;
  font-weight: 700;
  color: green;
  text-shadow: 0 .01rem .02rem rgba(0, 128, 0, .15)
}

.pop-xyz-con3 .ql-size-medium {
  font-size: .18rem;
  color: #1a4bff
}

.notice-pop-row {
  margin: 0;
  padding: 0 .06rem
}

.notice-pop-row+.notice-pop-row {
  margin-top: .22rem
}

.notice-pop-wrap {
  text-align: center;
  padding: .14rem .1rem;
  margin: .18rem 0;
  border-radius: .1rem;
  box-shadow: 0 .04rem .12rem #00000024;
  overflow: hidden
}

.notice-pop-wrap p {
  margin: 0;
  padding: 0;
  overflow: visible;
  line-height: 1.35
}

.notice-pop-wrap .ql-size-medium {
  display: block;
  width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: break-word;
  overflow-wrap: anywhere;
  font-size: .16rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  color: #fff !important
}

.notice-pop-wrap-ttc {
  background: linear-gradient(135deg, #ab47bc 0, #8e24aa);
  color: #fff;
  box-shadow: 0 .04rem .12rem #8e24aa59
}

.notice-pop-wrap-xxc {
  background: linear-gradient(135deg, #4e9eff 0, #3b7dd6);
  color: #fff;
  box-shadow: 0 .04rem .12rem #3b7dd659
}

@media screen and (max-width:480px) {
  .notice-pop-wrap .ql-size-medium {
    font-size: .14rem
  }
}

.pop-xyz-con4 {
  padding: .15rem;
  text-align: center;
  background: linear-gradient(180deg, #f5f7ff 0, #fff);
  border-top: .01rem solid rgba(91, 156, 236, .15)
}

.pop-xyz-con4 button {
  background: linear-gradient(135deg, #ff6b6b 0, #ee5a6f);
  color: #fff;
  border: none;
  padding: .14rem .5rem;
  border-radius: .08rem;
  font-size: .16rem;
  font-weight: 700;
  cursor: pointer;
  transition: .3s;
  box-shadow: 0 .04rem .12rem #ee5a6f59;
  letter-spacing: .02rem
}

.pop-xyz-con4 button:hover {
  background: linear-gradient(135deg, #ff8787 0, #ff6b6b);
  transform: translateY(-.02rem);
  box-shadow: 0 .06rem .16rem #ee5a6f73
}

.pop-xyz-con4 button:active {
  transform: translateY(0);
  box-shadow: 0 .02rem .08rem #ee5a6f4d
}

.liangbo-tips-cell {
  padding: .15rem .1rem;
  background-color: #f9f9f9
}

.liangbo-center-container {
  text-align: center;
  margin-bottom: .08rem
}

.liangbo-flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: .08rem
}

.bo-hongbo {
  display: block;
  background-color: #ff5722;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .26rem;
  width: 100%;
  box-sizing: border-box
}

.bo-lanbo {
  display: block;
  background-color: #2196f3;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .26rem;
  width: 100%;
  box-sizing: border-box
}

.bo-lvbo {
  display: block;
  background-color: #4caf50;
  color: #fff;
  padding: .1rem .08rem;
  border-radius: .12rem;
  font-weight: 700;
  font-size: .26rem;
  width: 100%;
  box-sizing: border-box
}

@media screen and (min-width:800px) {

  .bo-hongbo,
  .bo-lanbo,
  .bo-lvbo {
    font-size: .2rem
  }
}

.latest-title-dragging {
  opacity: .65
}

#app.gaoshou-detail-app,
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #f0f0f0
}

.gaoshou-detail-app {
  background: #f0f0f0;
  min-height: 100vh;
  width: 100%
}

.gaoshou-detail-app .main.conten.wrap,
.gaoshou-detail-wrap {
  width: 100%;
  max-width: 8rem;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  border: none;
  background: #f0f0f0
}

.title[data-v-845dc191] {
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  background: url(../img/bg-title-6dee8cf0.png) center/100% .4rem no-repeat;
  font-weight: 700;
  font-size: .22rem;
  color: red
}

.title span[data-v-845dc191] {
  text-shadow: -.02rem 0 #fff, 0 .02rem #fff, .02rem 0 #fff, 0 -.02rem #fff
}

.title span[data-v-845dc191]:first-child {
  color: #000
}

.title span[data-v-845dc191]:nth-child(2) {
  color: red
}

.gaoshou-detail-header-box {
  margin-bottom: .1rem;
  background: #fff
}

.gaoshou-detail-header-box .gaoshou-detail-toolbar {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: .1rem .14rem .12rem;
  background: #f5f5f5;
  border-top: 1px solid #e8e8e8
}

.gaoshou-detail-header-box .gaoshou-detail-back {
  position: relative;
  z-index: 1;
  flex: 0 0 auto
}

button.gaoshou-detail-back {
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer
}

.gaoshou-detail-back {
  display: inline-flex;
  align-items: center;
  gap: .04rem;
  cursor: pointer;
  padding: .06rem 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: 0 0;
  box-shadow: none;
  color: inherit;
  font-size: clamp(15px, .28rem, 22px);
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
  transition: opacity .15s
}

.gaoshou-detail-back:hover {
  opacity: .82
}

.gaoshou-detail-back:active {
  opacity: .65
}

.gaoshou-detail-back-arrow {
  width: .44rem;
  height: .44rem;
  flex: 0 0 auto;
  display: block;
  background: linear-gradient(180deg, #ff6b6b 0, #ff3b30);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 7l-5 5 5 5' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 12H10' stroke='%23000' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 7l-5 5 5 5' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 12H10' stroke='%23000' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain
}

.gaoshou-detail-back-arrow path {
  stroke: transparent
}

.gaoshou-detail-back-text {
  color: #333;
  letter-spacing: .02rem
}

.gaoshou-detail-source-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 1.6rem);
  color: #333;
  font-size: clamp(15px, .28rem, 22px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  pointer-events: none
}

.gaoshou-detail-header-box .title.gaoshou-detail-title {
  height: auto;
  min-height: clamp(40px, .46rem, 54px);
  line-height: 1.4;
  padding: .09rem .1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box
}

.gaoshou-detail-title-line {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(16px, .3rem, 25px);
  font-weight: 700;
  text-align: center;
  text-shadow: -.02rem 0 #fff, 0 .02rem #fff, .02rem 0 #fff, 0 -.02rem #fff
}

.gaoshou-detail-title-line .gs-author,
.gaoshou-detail-title-line .gs-predict {
  color: red
}

.gaoshou-detail-table-box {
  background: #fff
}

.gaoshou-detail-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.gaoshou-detail-table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(15px, .28rem, 23px);
  font-weight: 700;
  color: #000;
  background: #fff
}

.gaoshou-detail-table td,
.gaoshou-detail-table th {
  border: 1px solid #e5e5e5;
  padding: clamp(6px, .1rem, 12px) clamp(5px, .08rem, 10px);
  text-align: center;
  vertical-align: middle;
  line-height: 1.45
}

.gaoshou-detail-table thead th {
  background: linear-gradient(180deg, #ff6b6b 0, #ff3b30);
  color: #fff;
  font-size: clamp(16px, .3rem, 25px);
  white-space: nowrap
}

.gaoshou-detail-table tbody tr:nth-child(2n) {
  background: #fafafa
}

.gaoshou-detail-table thead th:first-child {
  color: #fff;
  white-space: nowrap;
  width: 1%;
  padding-left: clamp(3px, .05rem, 6px);
  padding-right: clamp(3px, .05rem, 6px)
}

.gaoshou-detail-table .col-period {
  color: #00f;
  white-space: nowrap;
  width: 1%;
  padding-left: clamp(3px, .05rem, 6px);
  padding-right: clamp(3px, .05rem, 6px)
}

.gaoshou-detail-table tbody td:last-child,
.gaoshou-detail-table thead th:last-child {
  width: 1%;
  white-space: nowrap
}

.gaoshou-detail-table .col-data {
  color: red;
  white-space: normal;
  font-size: clamp(14px, .27rem, 22px)
}

.gaoshou-detail-table .col-data.col-data-ma-lines {
  font-size: clamp(14px, .30rem, 23px);
  letter-spacing: -.02em;
  padding: clamp(5px, .09rem, 11px) clamp(3px, .05rem, 7px)
}

.gaoshou-detail-table .col-data-ma-lines .gs-ma-line {
  display: block;
  white-space: nowrap;
  line-height: 1.55
}

.gaoshou-detail-table .col-data-ma-lines .gs-ma-line+.gs-ma-line {
  margin-top: .04rem
}

.gaoshou-detail-table .col-data-ma-lines .gs-ma-hit,
.gaoshou-detail-table .col-data .gs-ma-hit {
  color: red;
  background-color: #f7fc01;
  padding: 0 .05em;
  margin: 0 -.05em;
  border: 0;
  border-radius: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline
}

.gaoshou-detail-table .col-result-win {
  color: #f60
}

.gaoshou-detail-table .col-result-loss {
  color: red
}

.gaoshou-detail-table .gaoshou-detail-loading {
  text-align: center;
  padding: .4rem .2rem;
  color: #888;
  font-size: clamp(14px, .28rem, 20px)
}

.gaoshou-detail-table .col-result-pending {
  color: #666
}

@media screen and (max-width:850px) {

  .gaoshou-detail-app .main.conten.wrap,
  .gaoshou-detail-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0
  }

  .title[data-v-845dc191] {
    height: .7rem !important;
    line-height: .7rem !important;
    background-size: 100% .7rem !important;
    font-size: .32rem !important
  }

  .gaoshou-detail-header-box .title.gaoshou-detail-title {
    min-height: .7rem;
    padding: .09rem .1rem
  }

  .gaoshou-detail-title-line {
    font-size: clamp(16px, .32rem, 25px);
    line-height: 1.2
  }
}

.caifu-scroll-ad {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #fff8e1 0, #fff3cd);
  border-top: 1px solid #f9b520;
  border-bottom: 1px solid #f9b520;
  box-sizing: border-box
}

.caifu-scroll-ad__viewport {
  width: 100%;
  overflow: hidden
}

.caifu-scroll-ad__track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  transform: translate(100vw);
  animation: none;
  will-change: transform
}

.caifu-scroll-ad.is-ready .caifu-scroll-ad__track {
  animation: 20s linear infinite caifu-scroll-ad-move
}

.caifu-scroll-ad__text {
  flex-shrink: 0;
  white-space: nowrap;
  padding: .04rem 0;
  color: #c62828;
  font-size: .24rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .02em
}

.caifu-scroll-ad__spacer {
  flex-shrink: 0;
  width: 100vw;
  min-width: 100%;
  height: 1px
}

@keyframes caifu-scroll-ad-move {
  0% {
    transform: translate(100vw)
  }

  to {
    transform: translate(calc(100vw - 50%))
  }
}

@media (prefers-reduced-motion:reduce) {
  .caifu-dashen-jinghua-ul .caifu-dashen-jinghua-tag {
    animation: none
  }

  .caifu-scroll-ad__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: .04rem .2rem
  }

  .caifu-scroll-ad__text {
    white-space: normal;
    text-align: center
  }

  .caifu-scroll-ad__spacer,
  .caifu-scroll-ad__text[aria-hidden=true] {
    display: none
  }
}

.site-switch-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100060;
  display: flex;
  align-items: center;
  gap: .14rem;
  min-height: 1rem;
  padding: .14rem .18rem calc(.14rem + env(safe-area-inset-bottom, 0px));
  background: #000000c7;
  color: #fff;
  box-sizing: border-box;
  font-size: .3rem;
  line-height: 1.35;
  font-weight: 400;
  pointer-events: auto;
  touch-action: manipulation
}

.site-switch-bar * {
  pointer-events: auto
}

.site-switch-bar[hidden] {
  display: none !important
}

body.site-switch-bar-visible {
  padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px))
}

.site-switch-bar__close {
  flex: 0 0 auto;
  width: .56rem;
  height: .56rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  background: 0 0;
  color: #fff;
  font-size: .36rem;
  line-height: 1;
  cursor: pointer
}

.site-switch-bar__main {
  flex: 1 1 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: .3rem;
  font-weight: 400
}

.site-switch-bar__main.is-overflow {
  justify-content: flex-start
}

.site-switch-bar__prefix {
  color: #fff;
  flex: 0 0 auto;
  font-size: .3rem;
  font-weight: 400 !important
}

.site-switch-bar__highlight {
  color: #ffeb3b;
  font-weight: 700;
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: .18rem;
  font-size: .3rem
}

.site-switch-bar__go {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: .68rem;
  padding: 0 .24rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff176 0, #ffeb3b);
  color: #c62828;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  font-size: .28rem;
  cursor: pointer;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none
}

.site-switch-bar__go-text {
  font-size: .28rem
}

body.site-switch-bar-visible #caifu-back-to-top {
  bottom: calc(1.36rem + env(safe-area-inset-bottom, 0px))
}

body.site-switch-bar-visible #caifu-notice-btn {
  bottom: calc(2.24rem + env(safe-area-inset-bottom, 0px))
}

body:not(.caifu-page-ready) #caifu-data-tabs-wrap,
body:not(.caifu-page-ready) #caifu-notice-btn,
html.hide-tab-tiantiancai .caifu-data-tab[data-type=tiantiancai],
html.hide-tab-xinxincai .caifu-data-tab[data-type=xinxincai] {
  display: none !important
}

.caifu-data-tabs-wrap {
  width: 100%;
  background: #fff
}

.caifu-data-tabs-wrap.caifu-data-tabs-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 10000;
  width: 8rem;
  max-width: 800px;
  box-shadow: 0 2px 10px #0000001f
}

.caifu-data-tabs-placeholder {
  width: 100%
}

html.caifu-data-tabs-sticky-active #caifu-category-nav.caifu-nav-visible {
  top: var(--caifu-data-tabs-fixed-height, 72px)
}

html.caifu-nav-expanded-mode #caifu-category-nav.caifu-nav-visible {
  top: 0
}

.caifu-data-tabs-wrap.caifu-data-tabs-bar-hidden {
  display: none !important
}

.caifu-data-tabs-nav {
  display: flex;
  width: 100%
}

.caifu-data-tab {
  flex: 1;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, .25);
  padding: 14px 8px;
  min-height: 88px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  background: #ccc;
  line-height: 1.1;
  position: relative;
  transition: .3s
}

.caifu-data-tab:last-child {
  border-right: none
}

.caifu-data-tab[data-type=xinxincai] {
  background: linear-gradient(135deg, #4e9eff 0, #3b7dd6)
}

.caifu-data-tab[data-type=tiantiancai] {
  background: linear-gradient(135deg, #ab47bc 0, #8e24aa)
}

.caifu-data-tab[data-type=macao] {
  background: linear-gradient(135deg, #2ecc71 0, #27ae60)
}

.caifu-data-tab[data-type=hongkong] {
  background: linear-gradient(135deg, #ff416c 0, #ff4b2b)
}

.caifu-data-tab:hover {
  color: #fff;
  opacity: .9
}

.caifu-data-tab.is-active {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  font-weight: 800;
  opacity: 1
}

.caifu-data-tab.is-active[data-type=xinxincai] {
  background: linear-gradient(135deg, #4e9eff 0, #3b7dd6)
}

.caifu-data-tab.is-active[data-type=tiantiancai] {
  background: linear-gradient(135deg, #ab47bc 0, #8e24aa)
}

.caifu-data-tab.is-active[data-type=macao] {
  background: linear-gradient(135deg, #2ecc71 0, #27ae60)
}

.caifu-data-tab.is-active[data-type=hongkong] {
  background: linear-gradient(135deg, #ff416c 0, #ff4b2b)
}

.caifu-data-tab.is-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 50px;
  height: 4px;
  background: #2ecc71;
  border-radius: 2px 2px 0 0;
  box-shadow: 0 0 8px #2ecc7199
}

.caifu-data-tab.is-active[data-type=macao]:after {
  background: #ff416c;
  box-shadow: 0 0 8px #ff416ccc
}

.caifu-data-tab.is-active[data-type=xinxincai]:after {
  background: #2ecc71;
  box-shadow: 0 0 8px #2ecc71cc
}

.caifu-data-tab.is-active[data-type=tiantiancai]:after {
  background: #ff6b9d;
  box-shadow: 0 0 8px #ff6b9dcc
}

.caifu-data-tab.is-active[data-type=hongkong]:after {
  background: #4e9eff;
  box-shadow: 0 0 8px #4e9effcc
}

.caifu-data-tab-title {
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  white-space: pre-line;
  word-break: break-word;
  overflow-wrap: anywhere;
  text-align: center;
  max-width: 100%
}

.caifu-data-tab.is-active .caifu-data-tab-title {
  font-weight: 800
}

.caifu-data-tab-sub {
  font-size: 16px;
  font-weight: 600;
  color: #fffffff2;
  display: block;
  line-height: 1.3;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  text-align: center;
  max-width: 100%
}

@media screen and (max-width:768px) {
  .caifu-data-tab {
    padding: 10px 6px;
    min-height: 78px;
    font-size: 13px
  }

  .caifu-data-tab-title {
    font-size: 14px
  }

  .caifu-data-tab-sub {
    font-size: 12px;
    font-weight: 500
  }
}

@media screen and (max-width:480px) {
  .caifu-data-tab {
    padding: 8px 4px;
    min-height: 70px;
    font-size: 11px
  }

  .caifu-data-tab-title {
    font-size: 12px
  }

  .caifu-data-tab-sub {
    font-size: 10px;
    font-weight: 500
  }
}

#wufu-pingte-ziliao {
  margin-bottom: .08rem;
  position: relative;
  z-index: 2
}

#wufu-pingte-ziliao .title.title-bg {
  height: auto;
  min-height: clamp(38px, .44rem, 50px);
  line-height: 1.4;
  padding: .07rem .1rem;
  font-size: clamp(17px, .3rem, 25px)
}

.wufu-pingte-ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  box-sizing: border-box
}

#wufu-pingte-ziliao .wufu-pingte-ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  box-sizing: border-box
}

.wufu-pingte-ul .wufu-pingte-row,
#wufu-pingte-ziliao .wufu-pingte-ul .wufu-pingte-row {
  display: block;
  list-style: none;
  width: 100%;
  min-height: clamp(36px, .42rem, 48px);
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box
}

.wufu-pingte-ul .wufu-pingte-row-link,
#wufu-pingte-ziliao .wufu-pingte-ul .wufu-pingte-row-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(36px, .42rem, 48px);
  line-height: 1.4;
  padding: .08rem .1rem;
  text-align: center;
  font-size: clamp(15px, .28rem, 23px);
  font-weight: 700;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.wufu-pingte-ul .wufu-pingte-row-link:hover {
  background: #fff8e1
}

.wufu-pingte-ul .wufu-pingte-row-link:hover .wufu-pingte-author,
.wufu-pingte-ul .wufu-pingte-row-link:hover .wufu-pingte-period {
  color: #1565c0
}

.wufu-pingte-ul .wufu-pingte-row-link:hover .wufu-pingte-tag {
  color: #fff;
  background: linear-gradient(180deg, #ff6b6b, #ff3b30)
}

.wufu-pingte-ul .wufu-pingte-row-link:hover .wufu-pingte-predict {
  color: #c40000
}

.wufu-pingte-ul .wufu-pingte-row-link:active {
  background: #ffb4b0
}

.wufu-pingte-ul .wufu-pingte-row:last-child {
  border-bottom: none
}

.wufu-pingte-ul .wufu-pingte-predict,
#wufu-pingte-ziliao .wufu-pingte-ul .wufu-pingte-predict {
  color: red !important;
  margin: 0 .04rem
}

.wufu-pingte-ul .wufu-pingte-author,
.wufu-pingte-ul .wufu-pingte-period,
#wufu-pingte-ziliao .wufu-pingte-ul .wufu-pingte-author,
#wufu-pingte-ziliao .wufu-pingte-ul .wufu-pingte-period {
  color: #000
}

.wufu-pingte-ul .wufu-pingte-tag,
#wufu-pingte-ziliao .wufu-pingte-ul .wufu-pingte-tag {
  display: inline-block;
  flex-shrink: 0;
  margin-left: .06rem;
  padding: .04rem .14rem;
  border-radius: .08rem;
  background: linear-gradient(180deg, #ff6b6b, #ff3b30);
  color: #fff !important;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  text-shadow: 0 .01rem .02rem rgba(120, 0, 0, .4);
  box-shadow: 0 .02rem .06rem #ff3b3066;
  animation: wufu-pingte-tag-flash 1.4s ease-in-out infinite
}

@keyframes wufu-pingte-tag-flash {

  0%,
  to {
    opacity: 1;
    filter: brightness(1);
    box-shadow: 0 .02rem .06rem #ff3b3066
  }

  50% {
    opacity: .94;
    filter: brightness(1.12);
    box-shadow: 0 0 .14rem #ff3b30bf
  }
}

@media (prefers-reduced-motion: reduce) {
  .wufu-pingte-ul .wufu-pingte-tag {
    animation: none
  }
}

#wufu-pingte-ziliao .wufu-pingte-row-link[role=button],
#wufu-pingte-ziliao .wufu-pingte-row-link[role=button]:hover {
  cursor: pointer !important
}

#wufu-pingte-detail-overlay.wufu-pingte-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100002;
  background: #00000080;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box
}

#wufu-pingte-detail-overlay.wufu-pingte-overlay.is-open {
  display: block
}

body.wufu-pingte-overlay-open {
  overflow: hidden
}

#wufu-pingte-detail-overlay .wufu-pingte-overlay-panel {
  max-width: 8rem;
  margin: 0 auto;
  min-height: 100%;
  background: #f0f0f0;
  padding-bottom: .2rem;
  box-sizing: border-box
}

.wufu-pingte-header-box {
  margin-bottom: .1rem;
  background: #fff
}

#wufu-pingte-detail-overlay .wufu-pingte-header-box {
  position: sticky;
  top: 0;
  z-index: 20;
  margin-bottom: .1rem;
  background: #fff;
  box-shadow: 0 .02rem .08rem #0000000f
}

.wufu-pingte-header-box .wufu-pingte-toolbar {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: .1rem .14rem .12rem;
  background: #f5f5f5;
  border-top: 1px solid #e8e8e8
}

.wufu-pingte-back {
  display: inline-flex;
  align-items: center;
  gap: .04rem;
  cursor: pointer;
  padding: .06rem 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  font-size: clamp(15px, .28rem, 22px);
  font-weight: 700;
  line-height: 1;
  color: #ff3b30
}

#wufu-pingte-detail-overlay .wufu-pingte-back,
#wufu-pingte-detail-overlay .wufu-pingte-back-arrow {
  color: #ff3b30
}

#wufu-pingte-detail-overlay .wufu-pingte-back-text {
  color: #333
}

#wufu-pingte-detail-overlay .wufu-pingte-back-arrow {
  background: linear-gradient(180deg, #ff6b6b 0, #ff3b30);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 7l-5 5 5 5' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 12H10' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 7l-5 5 5 5' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 12H10' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain
}

#wufu-pingte-detail-overlay .wufu-pingte-back-arrow path {
  stroke: transparent
}

.wufu-pingte-back-arrow {
  width: .44rem;
  height: .44rem;
  flex: 0 0 auto;
  display: block;
  color: #ff3b30
}

.wufu-pingte-back-text {
  color: #333;
  letter-spacing: .02rem
}

.wufu-pingte-source-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 1.6rem);
  font-size: clamp(14px, .26rem, 20px);
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  pointer-events: none
}

.wufu-pingte-header-box .title.wufu-pingte-detail-title {
  height: auto;
  min-height: clamp(40px, .46rem, 54px);
  line-height: 1.4;
  padding: .09rem .1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box
}

.wufu-pingte-detail-title-line {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(16px, .3rem, 25px);
  font-weight: 700;
  text-align: center;
  text-shadow: -.02rem 0 #fff, 0 .02rem #fff, .02rem 0 #fff, 0 -.02rem #fff
}

.wufu-pingte-detail-title-line .gs-author,
.wufu-pingte-detail-title-line .gs-predict {
  color: red
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-box {
  background: #fff;
  padding: 0;
  overflow: hidden
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #b8b8d0;
  color: #000;
  background: #fff;
  font-family: Microsoft YaHei, \5fae\8f6f\96c5\9ed1, PingFang SC, sans-serif;
  font-size: clamp(18px, .34rem, 26px);
  font-weight: 700;
  table-layout: fixed
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-table thead th {
  background: linear-gradient(180deg, #ff6b6b, #ff3b30);
  color: #fff;
  font-size: clamp(18px, .34rem, 26px);
  padding: clamp(4px, .06rem, 8px) .12rem;
  line-height: 1.3;
  text-align: center;
  border: 1px solid #e5e5e5;
  letter-spacing: .08em
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-table td {
  border: 1px solid #d0d0e0;
  padding: clamp(12px, .16rem, 18px) clamp(6px, .1rem, 12px);
  text-align: center;
  vertical-align: middle;
  line-height: 1.55
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-item:nth-child(2n) td {
  background: #f5f6fc
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-item.is-pending td {
  background: #fffdf5
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .06rem;
  margin-bottom: .1rem;
  padding-bottom: .1rem;
  border-bottom: 1px dashed #b0b0c0;
  font-size: clamp(17px, .32rem, 24px)
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 1.25em
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-period-wrap {
  grid-column: 1;
  justify-self: start;
  white-space: nowrap
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-period {
  color: #00f;
  white-space: nowrap
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-sep {
  color: #00f
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-cat {
  grid-column: 2;
  justify-self: center;
  color: navy;
  font-weight: 800;
  white-space: nowrap;
  margin: 0;
  text-align: center
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-cat-empty {
  min-width: 0
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-verdict-wrap {
  grid-column: 3;
  justify-self: end;
  white-space: nowrap;
  text-align: right;
  min-height: 1em
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-data {
  color: #c00000;
  word-break: break-all;
  font-size: clamp(20px, .38rem, 28px);
  letter-spacing: .02em;
  text-align: center;
  width: 100%
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-data .gs-ma-hit {
  color: red !important;
  background-color: #f7fc01 !important;
  padding: 0 .05em;
  margin: 0 -.05em
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .wufu-pingte-xiao-row {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.45
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .wufu-pingte-xiao-row+.wufu-pingte-xiao-row {
  margin-top: .04rem
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .wufu-pingte-verdict {
  margin-left: 0;
  font-weight: 800;
  flex: 0 0 auto
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .wufu-pingte-verdict.gs-ma-hit {
  color: red !important;
  background-color: #f7fc01 !important;
  padding: 0 .05em;
  margin: 0 -.05em;
  border: 0;
  border-radius: 0;
  line-height: inherit;
  display: inline
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .wufu-pingte-verdict.is-wrong {
  color: #4a4a4a !important;
  background: transparent !important;
  padding: 0 !important;
  margin-left: 0
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .wufu-pingte-verdict.is-group-count {
  color: #4a4a4a !important;
  background: transparent !important;
  padding: 0 !important;
  font-weight: 800
}

#wufu-pingte-detail-overlay .wufu-pingte-detail-line2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: .08rem;
  letter-spacing: 0;
  margin-top: .1rem
}

#wufu-pingte-detail-overlay .wufu-pingte-balls {
  display: inline-grid;
  grid-template-columns: repeat(6, 36px) 14px 36px;
  column-gap: 5px;
  align-items: start;
  justify-items: center
}

#wufu-pingte-detail-overlay .wufu-pingte-ball-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 36px;
  gap: 0
}

#wufu-pingte-detail-overlay .wufu-pingte-ball {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  max-width: 36px;
  padding: 0;
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-size: 15px;
  font-weight: 800;
  border-radius: 50%;
  background: #999;
  color: #fff;
  box-shadow: 0 1px 4px #00000038;
  line-height: 1;
  box-sizing: border-box
}

#wufu-pingte-detail-overlay .wufu-pingte-ball-meta {
  display: block;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  color: #333;
  white-space: nowrap;
  font-weight: 800
}

#wufu-pingte-detail-overlay .wufu-pingte-ball-meta-empty {
  visibility: hidden;
  min-height: 15px
}

#wufu-pingte-detail-overlay .wufu-pingte-ball-red {
  background: #ff4d4f !important;
  color: #fff !important
}

#wufu-pingte-detail-overlay .wufu-pingte-ball-blue {
  background: #40a9ff !important;
  color: #fff !important
}

#wufu-pingte-detail-overlay .wufu-pingte-ball-green {
  background: #52c41a !important;
  color: #fff !important
}

#wufu-pingte-detail-overlay .wufu-pingte-open-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 36px;
  margin: 0;
  padding: 0;
  color: #333;
  font-weight: 900;
  font-size: 18px;
  line-height: 1
}

#wufu-pingte-detail-overlay .wufu-pingte-open-plus-spacer {
  visibility: hidden;
  pointer-events: none
}

#wufu-pingte-detail-overlay .wufu-pingte-ball-wait {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  background: #4a4a4a !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700
}

@media screen and (max-width: 850px) {
  #wufu-pingte-detail-overlay .wufu-pingte-detail-table {
    font-size: 15px
  }

  #wufu-pingte-detail-overlay .wufu-pingte-detail-table thead th {
    font-size: 15px;
    padding: 5px 8px;
    letter-spacing: .12em
  }

  #wufu-pingte-detail-overlay .wufu-pingte-detail-table td {
    padding: 8px 8px 10px;
    line-height: 1.35
  }

  #wufu-pingte-detail-overlay .wufu-pingte-detail-line1 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #b0b0c0;
    font-size: 15px;
    width: 100%
  }

  #wufu-pingte-detail-overlay .wufu-pingte-detail-head {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    min-height: 1.25em
  }

  #wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-period-wrap {
    grid-column: 1;
    justify-self: start;
    font-size: 15px;
    line-height: 1.2
  }

  #wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-period,
  #wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-sep {
    line-height: 1.2
  }

  #wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-cat {
    grid-column: 2;
    justify-self: center;
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    color: navy
  }

  #wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-verdict-wrap {
    grid-column: 3;
    justify-self: end;
    font-size: 15px;
    line-height: 1.2
  }

  #wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-data {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 2px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .02em;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: center
  }

  #wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .wufu-pingte-verdict {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 1.2;
    min-width: 0;
    text-align: right
  }

  #wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .wufu-pingte-verdict.is-wrong {
    margin-left: 0
  }

  #wufu-pingte-detail-overlay .wufu-pingte-detail-line2 {
    width: 100%;
    justify-content: center;
    gap: 0;
    margin-top: 8px
  }

  #wufu-pingte-detail-overlay .wufu-pingte-balls {
    display: grid;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    grid-template-columns: repeat(6, minmax(0, 1fr)) 12px minmax(0, 1fr);
    column-gap: 4px;
    justify-items: center
  }

  #wufu-pingte-detail-overlay .wufu-pingte-ball-cell {
    width: 100%;
    max-width: 34px
  }

  #wufu-pingte-detail-overlay .wufu-pingte-ball,
  #wufu-pingte-detail-overlay .wufu-pingte-ball-wait {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    font-size: 13px !important
  }

  #wufu-pingte-detail-overlay .wufu-pingte-ball-meta {
    margin-top: 3px;
    font-size: 12px
  }

  #wufu-pingte-detail-overlay .wufu-pingte-ball-meta-empty {
    min-height: 12px
  }

  #wufu-pingte-detail-overlay .wufu-pingte-open-plus {
    width: 12px;
    height: 30px;
    font-size: 15px
  }
}

@media screen and (max-width: 360px) {
  #wufu-pingte-detail-overlay .wufu-pingte-detail-line1 .col-data {
    font-size: 16px;
    line-height: 1.45
  }

  #wufu-pingte-detail-overlay .wufu-pingte-balls {
    max-width: 100%;
    column-gap: 3px;
    grid-template-columns: repeat(6, minmax(0, 1fr)) 10px minmax(0, 1fr)
  }

  #wufu-pingte-detail-overlay .wufu-pingte-ball-cell {
    max-width: 30px
  }

  #wufu-pingte-detail-overlay .wufu-pingte-ball,
  #wufu-pingte-detail-overlay .wufu-pingte-ball-wait {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    font-size: 12px !important
  }

  #wufu-pingte-detail-overlay .wufu-pingte-ball-meta {
    font-size: 11px;
    margin-top: 2px
  }

  #wufu-pingte-detail-overlay .wufu-pingte-open-plus {
    width: 10px;
    height: 28px;
    font-size: 14px
  }
}

#wufu-zhongte-ziliao {
  margin-bottom: .08rem;
  position: relative;
  z-index: 2
}

.wufu-zhongte-ul {
  width: 100%;
  background: #fff;
  box-sizing: border-box
}

.wufu-zhongte-ul .wufu-zhongte-row {
  width: 100%;
  min-height: clamp(36px, .42rem, 48px);
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box
}

.wufu-zhongte-ul .wufu-zhongte-row-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(36px, .42rem, 48px);
  line-height: 1.4;
  padding: .08rem .1rem;
  text-align: center;
  font-size: clamp(15px, .28rem, 23px);
  font-weight: 700;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.wufu-zhongte-ul .wufu-zhongte-row-link:hover {
  background: #fff8e1
}

.wufu-zhongte-ul .wufu-zhongte-row-link:hover .wufu-zhongte-author,
.wufu-zhongte-ul .wufu-zhongte-row-link:hover .wufu-zhongte-period {
  color: #1565c0
}

.wufu-zhongte-ul .wufu-zhongte-row-link:hover .wufu-zhongte-tag {
  color: #fff;
  background: linear-gradient(180deg, #ff6b6b, #ff3b30)
}

.wufu-zhongte-ul .wufu-zhongte-row-link:hover .wufu-zhongte-predict {
  color: #c40000
}

.wufu-zhongte-ul .wufu-zhongte-row-link:active {
  background: #ffb4b0
}

.wufu-zhongte-ul .wufu-zhongte-row:last-child {
  border-bottom: none
}

.wufu-zhongte-ul .wufu-zhongte-predict {
  color: red;
  margin: 0 .04rem
}

.wufu-zhongte-ul .wufu-zhongte-author,
.wufu-zhongte-ul .wufu-zhongte-period {
  color: #000
}

.wufu-zhongte-ul .wufu-zhongte-tag {
  display: inline-block;
  flex-shrink: 0;
  margin-left: .06rem;
  padding: .04rem .14rem;
  border-radius: .08rem;
  background: linear-gradient(180deg, #ff6b6b, #ff3b30);
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  text-shadow: 0 .01rem .02rem rgba(120, 0, 0, .4);
  box-shadow: 0 .02rem .06rem #ff3b3066;
  animation: wufu-zhongte-tag-flash 1.4s ease-in-out infinite
}

@keyframes wufu-zhongte-tag-flash {

  0%,
  to {
    opacity: 1;
    filter: brightness(1);
    box-shadow: 0 .02rem .06rem #ff3b3066
  }

  50% {
    opacity: .94;
    filter: brightness(1.12);
    box-shadow: 0 0 .14rem #ff3b30bf
  }
}

@media (prefers-reduced-motion: reduce) {
  .wufu-zhongte-ul .wufu-zhongte-tag {
    animation: none
  }
}

#wufu-zhongte-ziliao .wufu-zhongte-row-link[role=button],
#wufu-zhongte-ziliao .wufu-zhongte-row-link[role=button]:hover {
  cursor: pointer !important
}

#wufu-shaliao-ziliao {
  margin-bottom: .08rem;
  position: relative;
  z-index: 2
}

.wufu-shaliao-ul {
  width: 100%;
  background: #fff;
  box-sizing: border-box
}

.wufu-shaliao-ul .wufu-shaliao-row {
  width: 100%;
  min-height: clamp(36px, .42rem, 48px);
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box
}

.wufu-shaliao-ul .wufu-shaliao-row-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(36px, .42rem, 48px);
  line-height: 1.4;
  padding: .08rem .1rem;
  text-align: center;
  font-size: clamp(15px, .28rem, 23px);
  font-weight: 700;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.wufu-shaliao-ul .wufu-shaliao-row-link:hover {
  background: #fff8e1
}

.wufu-shaliao-ul .wufu-shaliao-row-link:hover .wufu-shaliao-author,
.wufu-shaliao-ul .wufu-shaliao-row-link:hover .wufu-shaliao-period {
  color: #1565c0
}

.wufu-shaliao-ul .wufu-shaliao-row-link:hover .wufu-shaliao-tag {
  color: #fff;
  background: linear-gradient(180deg, #ff6b6b, #ff3b30)
}

.wufu-shaliao-ul .wufu-shaliao-row-link:hover .wufu-shaliao-predict {
  color: #c40000
}

.wufu-shaliao-ul .wufu-shaliao-row-link:active {
  background: #ffb4b0
}

.wufu-shaliao-ul .wufu-shaliao-row:last-child {
  border-bottom: none
}

.wufu-shaliao-ul .wufu-shaliao-predict {
  color: red;
  margin: 0 .04rem
}

.wufu-shaliao-ul .wufu-shaliao-author,
.wufu-shaliao-ul .wufu-shaliao-period {
  color: #000
}

.wufu-shaliao-ul .wufu-shaliao-tag {
  display: inline-block;
  flex-shrink: 0;
  margin-left: .06rem;
  padding: .04rem .14rem;
  border-radius: .08rem;
  background: linear-gradient(180deg, #ff6b6b, #ff3b30);
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  text-shadow: 0 .01rem .02rem rgba(120, 0, 0, .4);
  box-shadow: 0 .02rem .06rem #ff3b3066;
  animation: wufu-shaliao-tag-flash 1.4s ease-in-out infinite
}

@keyframes wufu-shaliao-tag-flash {

  0%,
  to {
    opacity: 1;
    filter: brightness(1);
    box-shadow: 0 .02rem .06rem #ff3b3066
  }

  50% {
    opacity: .94;
    filter: brightness(1.12);
    box-shadow: 0 0 .14rem #ff3b30bf
  }
}

@media (prefers-reduced-motion: reduce) {
  .wufu-shaliao-ul .wufu-shaliao-tag {
    animation: none
  }
}

#wufu-shaliao-ziliao .wufu-shaliao-row-link[role=button],
#wufu-shaliao-ziliao .wufu-shaliao-row-link[role=button]:hover {
  cursor: pointer !important
}

#wufu-shaliao-detail-overlay .gaoshou-detail-header-box {
  position: sticky;
  top: 0;
  z-index: 5
}

#wufu-shaliao-detail-overlay .gaoshou-detail-back,
#wufu-shaliao-detail-overlay .gaoshou-detail-back-text,
#wufu-zhongte-detail-overlay .gaoshou-detail-back,
#wufu-zhongte-detail-overlay .gaoshou-detail-back-text {
  color: #333
}

#wufu-shaliao-detail-overlay .gaoshou-detail-back-arrow,
#wufu-zhongte-detail-overlay .gaoshou-detail-back-arrow {
  background: linear-gradient(180deg, #ff6b6b 0, #ff3b30)
}

#wufu-shaliao-detail-overlay .gaoshou-detail-table thead th,
#wufu-zhongte-detail-overlay .gaoshou-detail-table thead th {
  background: linear-gradient(180deg, #ff6b6b, #ff3b30);
  color: #fff
}

#wufu-pingte-ziliao .title,
#wufu-zhongte-ziliao .title,
#wufu-shaliao-ziliao .title {
  height: auto;
  min-height: clamp(38px, .44rem, 50px);
  line-height: 1.4;
  padding: .07rem .1rem;
  font-size: clamp(17px, .3rem, 25px)
}

#wufu-zhongte-detail-overlay .gaoshou-detail-header-box,
#wufu-shaliao-detail-overlay .gaoshou-detail-header-box {
  position: sticky;
  top: 0;
  z-index: 5
}
