@charset "UTF-8";

/* 变量定义 */
/* mixin start */
/**
* 通用文字混合
*
*
*/
/**
* 元素大小混合
*
*
*/
/**
* flex布局混合
*
*
*/
/**
* 相对/绝对定位混合
*
*
*/
/**
* show or hide element
* 
* @param {Booleans} $domObject 元素变量(你可以设置它为true或false，并对其进行其他操作)
*/
/**
* 文本溢出处理 
*
* @param {Number} $txtType 文本超出的处理方式（可选值为0：单行文本超出省略；1：超出换行,字符超出位置使用连字符；2：多行文本超出省略）
*/
/**
* 背景混合
*
*/
/**
* 图片混合器
*
* @param $bg-img 图片路径
* @param $bg-repeat 图片是否重复(repeat、repeat-x、repeat-y、no-repeat、inherit)
* @param $bg-size 图片的尺寸(cover、contain、percentage、length)
* @param $width 图片的长度
* @param $height 图片的高度
*/
/**
* 背景渐变混合器
*
* @param $width 背景的长度
* @param $height 背景的高度
* @param $color-before 前一个渐变颜色
* @param $color-after 后一个渐变颜色
*/
/**
* px to vw
* $screen-width: 屏幕宽度
* $pixels: 设计稿中元素的大小
*/
/* mixin end */
/* reset */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
em,
button,
blockquote {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-drag: none;
}

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

td,
th,
ul,
ol {
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

em,
b {
  font-style: normal;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

i {
  font-style: normal;
}

button,
input,
select,
textarea {
  outline: none;
  font-family: 'FZYHJW';
}

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

.clearfix {
  *zoom: 1;
}

:root {
  --global-text-color: #892c17;
  /* 弹窗文本颜色 */
  --dialog-text-color: #892c17;
}

/* link */
a {
  text-decoration: none;
  outline: 0;
  border: 0;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  outline: 0;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

html,
body {
  background: #fff;
  font-size: 100px;
  font-size: 1rem;
  height: 100%;
}

img {
  display: block;
  object-fit: cover;
  background-size: 100% 100%;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

/* footer */
#afooter {
  background-color: #191219;
  padding: 0.24rem 0 !important;
  display: none;
}

#afooter p,
#afooter a {
  font-size: 0.2rem;
  text-align: center;
  color: #c0c0c0;
  text-decoration: none;
}

/* reset end */
/* font start */
/* 方正艺黑简体 */
@font-face {
  font-family: "FZYHJW";
  src: url("//game.gtimg.cn/images/hyrz/cp/a20260101festival/fonts/fzyhjw.subset.woff") format('woff'), 
       url("//game.gtimg.cn/images/hyrz/cp/a20260101festival/fonts/fzyhjw.subset.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fzyhj";
  src: url("//game.gtimg.cn/images/hyrz/cp/a20260101festival/fonts/fzyhj.woff");
  font-weight: normal;
  font-style: normal;
}


/* .wrap .sec1 .kv-box1 .btn-box1 a, */
/* .wrap .sec1 .kv-box1 .btn-box1 button, */
/* .wrap .sec2 .btn-goto-game, */
.dialog .dia-bg3 .dia-box .code-box {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
}

@keyframes wobble {
  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50%,
  100% {
    transform: rotate(0deg);
  } 
}


.wrap,
.wrap .section,
.wrap .section .main,
.wrap .sec2 .title,
.dialog .dia-con .dia-box,
.dialog .dia-bg1,
.dialog .dia-bg2,
.dialog .dia-bg3,
.dialog .dia-bg4,
.dialog .dia-bg6,
.dialog .dia-bg7,
.dialog .dia-bg8,
.dialog .dia-bg9,
.dialog .dia-bg10 {
  margin: 0 auto;
}

/* font end */
@media screen and (min-width: 1200px) {
  #hyPcVisit {
    display: block;
  }
}

/* 竖屏提示 */
/* =============主体内容============= */
.wrap {
  position: relative;
  overflow: hidden;
  width: 7.5rem;
  height: 27.8rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  background-origin: initial;
  background-clip: initial;
  -webkit-background-clip: initial;
  background-attachment: initial;
  background-color: #000000;
}

.wrap .section {
  position: relative;
  overflow: hidden;
  width: 7.5rem;
  height: auto;
}

.wrap .section .main {
  position: relative;
  width: 100%;
  height: auto; 
}

.wrap .section.sec1 .main {
  padding-top: 8.75rem;
}

.wrap .sec1 .logo {
  display: block;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.75rem;
  height: 0.81rem;
  position: absolute;
  left: 0.32rem;
  top: 0.23rem;
  z-index: 2;
}

.wrap .sec1 .logo1 {
  display: block;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/logo1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.9rem;
  height: 0.45rem;
  position: absolute;
  left: 2.2rem;
  top: 0.36rem;
  z-index: 2;
}

.wrap .sec1 .login-box {
  margin: 0 auto 0;
  width: 70%;
  height: 0.6rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #985c26;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  position: relative;
  z-index: 3;
  padding-right: 0;
}

.wrap .sec1 .login-box * {
  font-weight: bold;
  color: #985c26;
}

.wrap .sec1 .login-box a{
  display: inline-block;
  color: #00b4ff;
  border-bottom: solid 1px #00b4ff;
}

.wrap .sec1 .login-box span {
  display: inline-block;
}

.wrap .sec1 .login-box #qian_after {
  font-size: 0.24rem;
  font-style: normal;
  line-height: 1.4;
  color: #985c26;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
}

.wrap .sec1 .login-box #qian_after span:first-child {
  color: #985c26;
}

.wrap .sec1 .login-box #qian_after a {
  text-decoration: none;
}

.wrap .sec1 .login-box #qian_before {
  font-size: 0.24rem;
  font-style: normal;
  line-height: 1;
  color: #985c26;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
}

.wrap .sec1 .login-box #qian_before span {
  display: inline-block;
  color: inherit;
  color: #985c26;
}

.wrap .sec1 .login-box #qian_before #hyRoleInfo {
  max-width: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}

.wrap .sec1 .kv-box1 {
  margin: 0 auto 0;
  position: absolute;
  top: 3.93rem;
  right: 0;
}

.wrap .sec1 .kv-box1 .btn-box1 {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.wrap .sec1 .kv-box1 .btn-box1 a {
  display: block;
  font-family: "FZYHJW";
  font-size: 0.24rem;
  font-weight: normal;
  font-style: normal;
  line-height: 0.7rem;
  color: #e6f2ee;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/sec1-btn-rule-see-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.95rem !important;
  height: 0.7rem !important;
  transform: none !important;
  zoom: 1 !important;
  box-sizing: border-box;
  padding-left: 0rem;
}

.wrap .sec1 .kv-box1 .btn-box1 a:not(:first-child) {
  margin-top: -0.05rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/sec1-btn-rule-see-bg1.png);
}

.wrap .sec1 .kv-box1 .btn-box1 button {
  display: block;
  font-size: 0rem;
  color: #e6f2ee;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.69rem !important;
  height: 2.11rem !important;
  transform: none !important;
  zoom: 1 !important;
  outline: 0;
  border: 0;
  background-color: transparent;
}

.wrap .sec1 .kv-box1 .btn-box1 .btn-rule {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/sec1-btn-rule-see-bg1.png);
}

.wrap .sec1 .kv-box1 .btn-box1 .btn-extra-record {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/sec1-btn-rule-see-bg2.png);
}

.wrap .sec1 .kv-box1 .btn-box1 .btn-return-game {
  display: none;
  width: 0.83rem !important;
  height: 0.72rem !important;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/icon-tongyong-cha.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -3.88rem;
  right: 0.47rem;
  bottom: auto;
  left: auto;
  z-index: 10;
}

.wrap .sec1 .kv-box2 {
  margin: 0.9rem auto 0;
  width: 6.4rem;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.kv-box2-left{
  width: 3rem;
  position: relative;
}

.kv-box2-left::before{
  content: '';
  width: 0.02rem;
  height: 5rem;
  border-right: solid 0.02rem #f1efc5;
  position: absolute;
  top: 0.25rem;
  right: -0.25rem;
}

.wrap .sec1 .kv-box2 .box2-desc1 {
  margin: 0 auto;
  box-sizing: border-box;
  width: 3rem;
  height: 0.24rem;
  font-family: "FZYHJW";
  font-size: 0.18rem;
  font-weight: normal;
  font-style: normal;
  line-height: 0.24rem;
  color: #7c3824;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  margin-bottom: 0.1rem;
}

.wrap .sec1 .kv-box2 .prop-list {
  margin: 0;
  width: 3rem;
  height: 5.46rem;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 0.4rem;
  transform: translateX(0.05rem);
}

.wrap .sec1 .kv-box2 .prop-list .prop-item {
  position: relative;
  left: 0;
  top: 0;
  width: 1.42rem !important;
  height: 1.44rem !important;
  transform: none !important;
  zoom: 1 !important;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item.on {
  left: 0;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item.on .prop-bg {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/sec1-porp-bg-hover.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.58rem !important;
  height: 1.66rem !important;
  left: -0.11rem;
  top: -0.08rem;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item.on .prop-bg img{
  top: 0.35rem;
  left: 0.26rem;
  animation-name: wobble;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item.on {
  left: 0;
  top: 0;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item.on .prop-img,
.wrap .sec1 .kv-box2 .prop-list .prop-item.after .prop-bg img,
.wrap .sec1 .kv-box2 .prop-list .prop-item.on .packageName{
  display: none;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item.on p {
  display: flex;
  justify-content: center;
  z-index: 6;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item.after img,
.wrap .sec1 .kv-box2 .prop-list .prop-item.after p {
  display: flex;
  justify-content: center;
  z-index: 6;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item.after .prop-bg{
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/sec1-porp-bg-sf.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.42rem !important;
  height: 1.44rem !important;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item.after::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  transform: none;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/sec1-porp-bg-other.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.42rem !important;
  height: 1.44rem !important;
  z-index: 7;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item .prop-bg {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/sec1-porp-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.42rem !important;
  height: 1.44rem !important;
  position: absolute;
  left: 0rem;
  top: 0;
  z-index: 5;
  transform: none !important;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item .prop-bg img{
  width: 1.1rem !important;
  height: 1rem !important;
  position: absolute;
  top: 0.26rem;
  left: 0.16rem;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item .prop-img {
  display: none;
  width: 1.42rem !important;
  height: 1.44rem !important;
  position: absolute;
  top: 0.08rem;
  right: auto;
  bottom: auto;
  left: 0;
  transform: none !important;
  z-index: 1;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item .prop-name {
  display: none;
  position: absolute;
  top: 0.95rem;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateX(0%);
  z-index: 2;
  font-family: "FZYHJW";
  font-size: 0.16rem;
  font-style: normal;
  color: var(--global-text-color);
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  height: 0.4rem;
  width: 100%;
  line-height: 0.2rem;
  justify-content: center;
  align-items: center;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item .taskname{
  width: 100%;
  height: 0.36rem;
  font-size: 0.17rem;
	color: #7c3824;
  line-height: 1;
  font-family: "FZYHJW";
  text-align: center;
  position: absolute;
  bottom: -0.4rem;
  left: 0rem;
}

.wrap .sec1 .kv-box2 .prop-list .prop-item.on .taskname{
	color: #cf592f;
}

.wrap .sec1 .kv-box2 .btn-box2-right {
  width: 3rem;
  height: 5.86rem;
}

.wrap .sec1 .kv-box2 .btn-box2-right .box2-desc1 {
  margin-bottom: 0.15rem;
}

.wrap .sec1 .kv-box2 .box2-jlname{
	color: #946011;
  font-family: "FZYHJW";
  font-size: 0.18rem;
  text-align: center;
}

.wrap .sec1 .kv-box2 .box2-img img{
  width: 2.4rem;
  height: 1.99rem;
  margin: 0.8rem auto 0.25rem;
  display: block;
}

.wrap .sec1 .kv-box2 .box2-img p{
	color: #7c3824;
  font-size: 0.18rem;
  margin-top: 0.1rem;
  text-align: center;
  font-family: "FZYHJW";
}

.wrap .sec1 .btn-box2 {
  width: 3rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap .sec1 .kv-box2 .btn-box2 a {
  display: block;
  font-size: 0;
}

.wrap .sec1 .kv-box2 .btn-get{
  margin-top: 0.25rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/btn1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.5rem !important;
  height: 0.64rem !important;
  zoom: 1 !important;
}

.wrap .sec1 .kv-box2 .btn-get.on{
  margin-top: 0.25rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/btn1-on.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.5rem !important;
  height: 0.64rem !important;
  zoom: 1 !important;
}

.wrap .sec1 .kv-box2 .btn-share{
  margin-top: 0.25rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/btn2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.5rem !important;
  height: 0.64rem !important;
  zoom: 1 !important;
}

.wrap .sec1 .kv-box2 .btn-share.btn-card{
  margin-top: 0.25rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/btn3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.5rem !important;
  height: 0.64rem !important;
  zoom: 1 !important;
}

.wrap .sec2 {
  margin: 0 auto;
  padding-top: 1.75rem;
}

.wrap .dl {
  width: 1.28rem;
  height: 3.41rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dl-r.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.04rem;
  top: 17.6rem;
  z-index: 2;
}

.wrap .sec2 .title {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/title1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 4.12rem;
  height: 0.91rem;
}

.wrap .sec2 .more-act-link-list {
  margin: -0.25rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  width: 6.75rem;
  height: auto;
  position: relative;
}

.wrap .sec2 .more-act-link-list .link-item:nth-child(3),
.wrap .sec2 .more-act-link-list .link-item:nth-child(4) {
  margin-top: 0.15rem;
}

.wrap .sec2 .more-act-link-list .link-item .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 6.75rem;
  height: 4.25rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/sec2-link-border1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.wrap .sec2 .more-act-link-list .link-item .btn-link img {
  display: block;
  width: 6.39rem;
  height: 3.51rem;
  transform: translate(-0.07rem,-0.1rem);
  /* mask-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/more-act-link-list-mask.png);
  mask-repeat: no-repeat;
  mask-size: 6.1rem 3.46rem; */
}

.wrap .sec2 .more-act-link-list .link-item .btn-link .text {
  display: block;
  margin: 0.15rem 0 0 -0.05rem;
  width: 100%;
  font-family: "FZYHJW";
  font-size: 0.22rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: var(--global-text-color);
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  position: absolute;
  bottom: -0.26rem;
}

.wrap .sec2 .btn-goto-game {
  display: block;
  font-size: 0;
  margin: 0.48rem auto 0;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/sec2-btn-gogame.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 3.10rem;
  height: 1.23rem;
  transform: none;
  zoom: 1 !important;
  outline: 0;
  border: 0;
  background-color: transparent;
}

.copyright {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/copyright-img.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 1.6rem;
}

.top-titlebox {
  width: 3.7rem;
  margin: 1.16rem 0 0 0.8rem;
}

.top-title {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 5rem;
  height: 0.65rem;
  margin: 0 auto .09rem;
  /* transform: rotate(1deg); */
}

.top-tips {
  color:#7c3824;
  font-size: 0.18rem;
  font-family: 'FZYHJW';
  margin-top: 0;
  text-align: left;
  line-height: 0.3rem;
}

.more-act-link-list .swiper-container {
  width: 100%;
  padding-bottom: 0.55rem;
  /* 
  mask-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/more-act-link-list-mask.png);
  mask-repeat: no-repeat;
  mask-size: 6.1rem 3.46rem; 
  */
}

.more-act-link-list .swiper-button-prev {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/jt-left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.25rem;
  height: 0.39rem;
  left: -0.36rem;
}

.more-act-link-list .swiper-button-next {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/jt-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.25rem;
  height: 0.39rem;
  right: -0.3rem;
}

.more-act-link-list .swiper-button-next,
.more-act-link-list .swiper-button-prev {
  top: 46%;
}

.more-act-link-list .swiper-pagination-bullet-active {
  background: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/swiper-active.png) no-repeat !important;
  background-size: 100% 100% !important;
  width: 0.12rem;
  height: 0.12rem;
}

.more-act-link-list .swiper-pagination-bullet {
  background: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/swiper-normal.png) no-repeat;
  background-size: 100% 100%;
  width: 0.12rem;
  height: 0.12rem;
}

.more-act-link-list .swiper-pagination {
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0rem;
}

.more-act-link-list .swiper-pagination span {
  margin: 0 0.065rem;
}

.swiper-pagination-bullet {
  opacity: 1;
}

/* 通用弹窗样式 */
.pc-visit {
  display: none;
  outline: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 9997;
}

.pc-visit .visit-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.pc-visit .visit-content .visit-tips {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
}

.pc-visit .visit-content .hyUrlCode {
  display: block;
  margin: 20px auto 0;
  width: 256px;
  height: 256px;
}

.dialog {
  outline: none!important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  position: fixed!important;
  top: 50%!important;
  right: auto!important;
  bottom: auto!important;
  left: 50%!important;
  transform: translate(-50%, -50%)!important;
}

.dialog .dia-pop-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}

.dialog .dia-con {
  position: relative;
}

.dialog .dia-con .dia-box {
  width: 100%;
  height: auto;
}

.dialog .dia-con .dia-box .dia-title {
  margin: 0 auto;
}

.dialog .dia-close {
  display: block;
  position: absolute;
  top: 0.13rem;
  right: 0.51rem;
  bottom: auto;
  left: auto;
  transform: none;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-close.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.57rem;
  height: 0.76rem;
}

body .dialog#hyGuideShare {
  width: 100vw !important;
  height: 100vh !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transform: none !important;
}

body .dialog#hyGuideShare .dia-bg {
  position: relative;
  width: 100%;
  height: 100%;
  transform: none !important;
}

body .dialog#hyGuideShare .bg-box{
  width: 5.71rem;
  height: 2.81rem;
  position: absolute;
  left: 54%;
  top: 0.3rem;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
}

#hyGuideShare .dia-bg img {
  width: 5.89rem;
  height: 2.81rem;
}

.dialog .dia-common {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-common.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 5.48rem;
  padding-top: 1.11rem;
}

.dialog .dia-common .dia-title {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg1-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.95rem;
  height: 0.59rem;
}

.commonText {
  width: 6rem;
  height: 2.2rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #892c17;
  font-size: 0.24rem;
  text-align: center;
  margin: 0.25rem auto;
  font-weight: bold;
}

.dialog .dia-bg1 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 5.49rem;
}

.dialog .dia-bg1 .dia-box {
  padding-top: 2.01rem;
  margin: 0 auto;
  width: 4.48rem;
  height: auto;
}

.dialog .dia-bg1 .dia-box .btn-box {
  margin: 0 auto;
  width: 4.48rem;
  height: 2.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.dialog .dia-bg1 .dia-box .btn-box a {
  display: block;
  width: 2rem;
  height: 2.35rem;
}

.dialog .dia-bg2 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 5.49rem;
}

.dialog .dia-bg2 .dia-box {
  padding-top: 2.01rem;
  margin: 0 auto;
  width: 4.48rem;
  height: auto;
}

.dialog .dia-bg2 .dia-box .btn-box {
  margin: 0 auto;
  width: 4.48rem;
  height: 2.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.dialog .dia-bg2 .dia-box .btn-box a {
  display: block;
  width: 2rem;
  height: 2.35rem;
}

.dialog .dia-bg3 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5.32rem;
  height: 3.82rem;
}

.dialog .dia-bg3 .dia-box {
  position: relative;
  margin: 0 auto;
  padding-top: 0.9rem;
  width: 1.94rem;
  height: auto;
}

.dialog .dia-bg3 .dia-box .code-box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg3-code-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.94rem;
  height: 1.94rem;
}

.dialog .dia-bg3 .dia-box .code-box .hyUrlCode {
  width: 1.86rem;
  height: 1.86rem;
  border-radius: 0.05rem;
}

.dialog .dia-bg3 .dia-box .dia-text-tips {
  margin: 0.18rem auto 0;
  font-family: "FZYHJW";
  font-size: 0.24rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
	color: #892c17;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
}

#hyTips .dia-close,
#getSucc .dia-close,
#helpFail .dia-close {
  top: 0rem;
  right: 0.35rem;
}

.dialog .dia-bg4 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 5.48rem;
  padding-top: 1.11rem;
}

.dialog .dia-bg4 .dia-title {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg1-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.95rem;
  height: 0.59rem;
}

.dialog .dia-bg4 .bg4Text {
  width: 6rem;
  height: 1.6rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #892c17;
  font-size: 0.24rem;
  text-align: center;
  margin: 0.2rem auto;
  font-weight: bold;
}

.dialog .dia-bg4 .bg4-btn{
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.dialog .dia-bg4 .btn-choice {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg4-btn1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.79rem;
  height: 0.9rem;
  display: block;
}

.dialog .dia-bg4 .btn-confirm {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg4-btn2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.83rem;
  height: 0.87rem;
  display: block;
}

.dialog .dia-bg5 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 7.13rem;
}

.dialog .dia-bg5 .dia-box {
  padding-top: 0.95rem;
  margin: 0 auto;
  width: 6.48rem;
  height: auto;
}

.dialog .dia-bg5 .dia-box .dia-title {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg5-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.97rem;
  height: 0.58rem;
  margin-bottom: 0.25rem;
}

.dialog .dia-bg5 .dia-box .bg5-box {
  margin: 0.25rem auto 0.4rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg5-listbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 6.48rem;
  height: 3.34rem;
  box-sizing: border-box;
  padding: 0.24rem 0.65rem 0;
}

.dialog .dia-bg5 .dia-title-desc {
	color: #ffffff;
  font-size: 0.26rem;
  font-weight: bold;
  text-align: center;
}

.dialog .dia-bg5 .dia-box .select-list{
  margin-top: 0.6rem;
}

.dialog .dia-bg5 .dia-box .select-list li {
  position: relative;
  width: 100%;
  height: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex !important;
  border-bottom: 1px dashed #f2a89d;
  margin-bottom: 0.35rem;
}

.dialog .dia-bg5 .dia-box .select-list li::after {
  content: '';
  display: flex !important;
  position: absolute;
  top: 50%;
  right: 0.14rem;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg5-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.18rem;
  height: 0.13rem;
}

.miloui-selector{
  border: none !important;
  background: none !important;
}

.miloui-selector *::after{
  display: none !important;
}

.miloui-selector-value{
  padding: 0 !important;
}

.miloui-selector-options{
  height: 2.2rem !important;
  overflow-x: hidden !important;
  margin-top: 0 !important;
}

.dialog .dia-bg5 .dia-box .select-list li div{
  display: block;
  width: 5rem;
  height: 0.5rem;
  font-size: 0.24rem;
  font-style: normal;
  line-height: 0.5rem;
  color: #892c17;
  text-align: left;
  font-weight: bold;
  letter-spacing: normal;
  padding-left: 0.14rem;
}

.bg5-btn{
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.bg5-confirm {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg5-btn1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.98rem;
  height: 0.9rem;
  display: block;
}

.bg5-cancel {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg5-btn2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.13rem;
  height: 0.87rem;
  display: block;
}

.dialog .dia-bg6 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg6.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 7.13rem;
}

.dialog .dia-bg6 .dia-box {
  padding-top: 0.95rem;
  margin: 0 auto;
  width: 6.27rem;
  height: auto;
}

.dialog .dia-bg6 .dia-box .dia-title {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg6-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 3.2rem;
  height: 0.59rem;
  margin-bottom: 0.25rem;
}

.dialog .dia-bg6 .dia-box .bg6-box {
  margin: 0.25rem auto 0.05rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg6-boxbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 6.27rem;
  height: 3.21rem;
  box-sizing: border-box;
  padding: 0.35rem 0.65rem 0;
}

.dialog .dia-bg6 .dia-box .bg6-box .dia-title-desc{
	color: #892c17;
  font-size: 0.26rem;
  text-align: center;
  font-family: "FZYHJW";
  margin-bottom: 0.25rem;
}

.dialog .dia-bg6 .dia-box .bg6-box .bg6-jlbg{
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg6-jlbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.66rem;
  height: 1.72rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.dialog .dia-bg6 .dia-box .bg6-box .bg6-jlbg img{
  width: 1.5rem;
  transform: translateY(0.2rem);
}

.bg6-btn{
  width: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.bg6-remember {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg6-btn1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.38rem;
  height: 0.9rem;
  display: block;
}

.bg6-seeagain {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg6-btn2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.64rem;
  height: 0.89rem;
  display: block;
}

.bg6-confirm {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg6-btn3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.13rem;
  height: 0.87rem;
  display: block;
}

.bg6-tips{
  width: 2.76rem;
  color: #892c17;
  font-size: 0.2rem;
  text-align: center;
  font-family: "FZYHJW";
  position: absolute;
  left: 50%;
  bottom: -0.3rem;
  transform: translateX(-50%);
}

.dialog .dia-bg7 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg7.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 11.38rem;
}

.dialog .dia-bg7 .dia-box {
  padding-top: 0.85rem;
  width: 6.21rem;
  height: auto;
}

.dialog .dia-bg7 .dia-box .dia-title {
  margin: 0 auto;
  font-size: 0;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg7-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.94rem;
  height: 0.59rem;
}

.dialog .dia-bg7 .dia-box .rule-box {
  box-sizing: border-box;
  padding-right: 0.2rem;
  margin: 0.2rem auto 0;
  width: 6.3rem;
  height: auto;
  max-height: 10.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  direction: ltr;
  cursor: pointer;
}

.dialog .dia-bg7 .dia-box .rule-box::-webkit-scrollbar {
  width: 0.05rem;
  height: 2.52rem;
}

.dialog .dia-bg7 .dia-box .rule-box::-webkit-scrollbar-track {
  width: .05rem;
  border-radius: .03rem;
  background: #ecae73;
}

.dialog .dia-bg7 .dia-box .rule-box::-webkit-scrollbar-thumb {
  border-radius: .03rem;
  background: #c24914;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-info {
  width: 5.8rem;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  transform: translateX(0.1rem);
}

.dialog .dia-bg7 .dia-box .rule-box .rule-info .rule-cent1 {
  width: 5.7rem;
  height: auto;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-info .rule-cent1 .sub-title,
.dialog .dia-bg7 .dia-box .rule-box .rule-info .sub-p,
.dialog .dia-bg7 .dia-box .rule-box .rule-cent2 .sub-p {
  font-family: "FZYHJW";
  font-size: 0.24rem;
  font-weight: normal;
  font-style: normal;
  line-height: 0.36rem;
  color: #892c17;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
  margin-bottom: 0.12rem;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-cent2 .sub-p{
  padding-left: 0.2rem;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-info .rule-cent1 .rule-cent-info {
  margin-top: .08rem;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-info .rule-cent1 .rule-cent-info li {
  font-family: "FZYHJW";
  font-size: 0.24rem;
  font-weight: normal;
  font-style: normal;
  line-height: 0.34rem;
  color: #892c17;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
  margin-left: 0.1rem;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-info .rule-cent1 .rule-cent-info li:not(:last-child) {
  margin-bottom: 0.08rem;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-cent2 {
  margin-top: 0.08rem;
  width: 5.4rem;
  height: auto;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-cent2 .sub-title {
  font-family: "FZYHJW";
  font-size: 0.2rem;
  font-weight: normal;
  font-style: normal;
  line-height: 0.34rem;
  color: #892c17;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-cent2 .prop-tablebg{
  width: 6.21rem;
  height: 1.67rem;
  padding: 0.08rem 0.1rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg7-tablebg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-cent2 .prop-tablebg1{
  width: 6.21rem;
  height: 0.66rem;
  padding: 0.08rem 0.28rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg7-tablebg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-cent2 .prop-table {
  margin: 0 auto;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-cent2 .prop-table .tr2 {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; */
  font-family: "FZYHJW";
  font-size: 0.16rem;
  font-weight: bold;
  font-style: normal;
  line-height: 0.34rem;
  color: #892c17;
  text-align: center;
  letter-spacing: -0.01rem;
  text-decoration: none;
  border-bottom: 1px dashed #d9b69f;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-cent2 .prop-table .tr2:last-child{
  border-bottom: none;
}

.dialog .dia-bg7 .dia-box .rule-box .prop-tablebg .prop-table .tr2 td {
  width: 1.5rem;
  height: 0.5rem;
  border-right: 1px dashed #d9b69f;
}

.dialog .dia-bg7 .dia-box .rule-box .prop-tablebg .prop-table .tr2 td:nth-child(2) {
  width: 1.35rem;
}

.dialog .dia-bg7 .dia-box .rule-box .prop-tablebg .prop-table .tr2 td:nth-child(3) {
  width: 1.65rem;
}

.dialog .dia-bg7 .dia-box .rule-box .rule-cent2 .prop-table .tr2 td:last-child {
  border-right: none;
}

.dialog .dia-bg7 .dia-box .rule-box .prop-tablebg1 .prop-table .tr2 td {
  width: 2rem;
  height: 0.5rem;
  font-size: 0.18rem;
}

.dialog .dia-bg7 .dia-box .rule-box .prop-tablebg1 .prop-table .tr2 td:first-child {
  text-align: left;
}

.dialog .dia-bg8 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg8.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 7.13rem;
}

.dialog .dia-bg8 .dia-box {
  padding-top: 0.95rem;
  margin: 0 auto;
  width: 5.66rem;
  height: auto;
}

.dialog .dia-bg8 .dia-box .dia-title {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg8-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.95rem;
  height: 0.59rem;
}

.dialog .dia-bg8 .dia-box .extract-box {
  position: relative;
  left: 0rem;
  margin: 0.25rem auto 0;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg8-listbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5.66rem;
  height: 4.17rem;
  max-height: 4.17rem;
  overflow-x: hidden;
  overflow-y: auto;
  direction: ltr;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0.12rem 0.53rem 0.15rem;
}

.dialog .dia-bg8 .dia-box .extract-box::-webkit-scrollbar {
  width: 0.04rem;
  height: 3.8rem;
}

.dialog .dia-bg8 .dia-box .extract-box::-webkit-scrollbar-track {
  width: 0.04rem;
  border-radius: 0.02rem;
  background-color: #892c17;
}

.dialog .dia-bg8 .dia-box .extract-box::-webkit-scrollbar-thumb {
  border-radius: 0.02rem;
  background-color: #dbbda8;
}

.dialog .dia-bg8 .dia-box .extract-box .extract-list .ex-item {
  width: 4.6rem;
  height: 0.45rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  border-bottom: 1px dashed #dbbda8;
  margin-bottom: 0.1rem;
}

.dialog .dia-bg8 .dia-box .extract-box .extract-list .ex-item:last-child {
  margin-bottom: 0.15rem;
}

.dialog .dia-bg8 .dia-box .extract-box .extract-list .ex-item .list-title {
  width: 2.3rem;
  height: 0.45rem;
  line-height: 0.45rem;
  font-family: "FZYHJW";
  font-size: 0.24rem;
  font-weight: normal;
  font-style: normal;
  color: #892c17;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
}

.dialog .dia-bg8 .dia-box .extract-box .extract-list .ex-item .list-time,
.dialog .dia-bg8 .dia-box .extract-box .extract-list .ex-item .list-name {
  display: block;
  width: 2.3rem;
  height: 0.45rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-style: normal;
  line-height: 0.45rem;
  color: #892c17;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  font-family: "FZYHJW";
}

.dialog .dia-bg9 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg9.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5.32rem;
  height: 2.74rem;
}

.dialog .dia-bg9 .dia-box {
  padding-top: 0.7rem;
  margin: 0 auto;
  width: 4.2rem;
  height: auto;
}

.dialog .dia-bg9 .dia-title {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg9-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.97rem;
  height: 0.59rem;
}

.dialog .dia-bg9 .dia-title-desc {
  width: 4.2rem;
  height: 0.7rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #892c17;
  font-size: 0.24rem;
  text-align: center;
  margin: 0.15rem auto;
  font-weight: bold;
  letter-spacing: -0.01rem;
}

.dialog .dia-bg10 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg10.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5.32rem;
  height: 3.82rem;
}

.dialog .dia-bg10 .dia-box {
  padding-top: 0.6rem;
  margin: 0 auto;
  width: 4.2rem;
  height: auto;
}

.dialog .dia-bg10 .dia-title {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg10-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.97rem;
  height: 0.59rem;
}

.dialog .dia-bg10 .dia-title-desc {
  width: 4.2rem;
  height: 1rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #892c17;
  font-size: 0.24rem;
  text-align: center;
  margin: 0.15rem auto;
  font-weight: bold;
}

.dialog .dia-bg10 .btn-invite {
  display: block;
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg10-btn1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 3.33rem;
  height: 0.87rem;
}

.dialog .dia-bg11 .dia-title {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg11-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.91rem;
  height: 0.6rem;
}

.dialog .dia-bg11 .bg11-img img{
  width: 6.5rem;
  margin: 0.3rem auto;
}

.dialog .dia-bg11 .dia-title-desc {
  width: 4.2rem;
  height: 1rem;
  line-height: 1.5;
  color: #ffffff;
  font-size: 0.24rem;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}

#hyCard .dia-close{
  top: 0.75rem;
  right: 0.1rem;
}

.dialog .dia-bg12 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg12.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 5.49rem;
}

.dialog .dia-bg12 .dia-box {
  padding-top: 2.01rem;
  margin: 0 auto;
  width: 4.48rem;
  height: auto;
}

.dialog .dia-bg12 .dia-box .btn-box {
  margin: 0 auto;
  width: 4.48rem;
  height: 2.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.dialog .dia-bg12 .dia-box .btn-box a {
  display: block;
  width: 2rem;
  height: 2.35rem;
}

.dialog .dia-bg13 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg13.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 9.17rem;
}

.dialog .dia-bg13 .dia-box {
  padding-top: 0.95rem;
  margin: 0 auto;
  width: 6.48rem;
  height: auto;
}

.dialog .dia-bg13 .dia-box .dia-title {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg13-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 3.41rem;
  height: 0.6rem;
}

.dialog .dia-bg13 .dia-box .dia-title-desc {
  display: none;
}

.dialog .dia-bg13 .dia-box .dia-sel-list {
  margin: .25rem auto 0;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg13-listbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 6.48rem;
  height: 5.06rem;
  box-sizing: border-box;
  padding: 0.7rem .75rem 0;
}

.dialog .dia-bg13 .dia-box .dia-sel-list .pop_sel_item {
  position: relative;
  width: 100%;
  height: 0.7rem;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  display: flex !important;
  border-bottom: 1px dashed #f1998d;
  margin-bottom: 0.2rem;
  padding-left: 0.13rem;
}

.dialog .dia-bg13 .dia-box .dia-sel-list .pop_sel_item::after {
  content: '';
  display: flex !important;
  position: absolute;
  top: 50%;
  right: 0.14rem;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg5-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.18rem;
  height: 0.13rem;
}

.dialog .dia-bg13 .dia-box .dia-sel-list .pop_sel_item span {
  display: block;
  width: 0.86rem;
  height: 0.7rem;
  font-size: 0.24rem;
  font-weight: bold;
  font-style: normal;
  line-height: 0.7rem;
  color: #892c17;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
  font-family: "FZYHJW";
  flex: none;
}

.miloui-selector{
  border: none !important;
  background: none !important;
}

.miloui-selector *::after{
  display: none !important;
}

.miloui-selector-value{
  padding: 0 !important;
}

.miloui-selector-options{
  height: 2.2rem !important;
  overflow-x: hidden !important;
  margin-top: 0 !important;
}

.dialog .dia-bg13 .dia-box .dia-sel-list .pop_sel_item div{
  display: block;
  width: 5rem;
  height: 0.7rem;
  font-size: 0.24rem;
  font-style: normal;
  line-height: 0.7rem;
  color: #892c17;
  text-align: left;
  font-weight: bold;
  letter-spacing: normal;
}

.dialog .dia-bg13 .dia-box .btn-role {
  display: block;
  margin: .05rem auto 0;
  font-size: 0;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg13-btn1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.93rem;
  height: 0.87rem;
}

.bg13-box,.bg14-box{
  margin: 0.1rem auto 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dia-bg13 .pipInfo input[type=checkbox],
.dia-bg14 .pipInfo input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0.36rem;
  height: 0.34rem;
  cursor: pointer;
  position: relative; 
  display: inline-block;
  text-align: center;
  vertical-align: middle; 
  margin: 0;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg13-icon2.png);
  background-repeat: no-repeat;
  background-size: 0.32rem 0.32rem;
  background-color: transparent;
  border-radius: 0.04rem;
  top: -0;
  accent-color: #db5a73;
  border: none;
}

.dia-bg13 input[type=checkbox]:checked::after,
.dia-bg14 input[type=checkbox]:checked::after {
  content: '';
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg13-icon1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.36rem;
  height: 0.34rem;
  z-index: 11;
  left: 0;
  top: 0;
  position: absolute;
}

.bg13-tips,.bg14-tips{
  width: 5.2rem;
	color: #892c17;
  font-size: 0.18rem;
  margin-left: 0.15rem;
  font-family: "FZYHJW";
}

.dialog .dia-bg14 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg14.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 7.13rem;
}

.dialog#hyGameRoleSelector{
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.dialog .dia-bg14 .dia-box {
  padding-top: 0.95rem;
  margin: 0 auto;
  width: 7rem;
  height: auto;
}

.dialog .dia-bg14 .dia-title {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg5-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.97rem;
  height: 0.58rem;
}

.dialog .dia-bg14 .bg14-bigbox {
  box-sizing: border-box;
  padding-bottom: .2rem;
  margin: .25rem auto 0;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg14-listbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 6.48rem;
  height: 3.65rem;
  overflow: hidden;
  direction: ltr;
  scrollbar-color: #9cdeff;
  scrollbar-width: thin;
  cursor: pointer;
}

.dialog .dia-bg14 .bg14-bigbox .bg14-list::-webkit-scrollbar {
  width: .05rem;
  height: 2.52rem;
}

.dialog .dia-bg14 .bg14-bigbox .bg14-list::-webkit-scrollbar-track {
  width: .05rem;
  border-radius: .03rem;
  background: #ecae73;
}

.dialog .dia-bg14 .bg14-bigbox .bg14-list::-webkit-scrollbar-thumb {
  border-radius: .03rem;
  background: #c24914;
}

.dialog .dia-bg14 .bg14-bigbox .bg14-list {
  margin: 0.25rem auto 0;
  box-sizing: border-box;
  padding-right: 0.2rem;
  width: 5.4rem;
  height: 2.8rem;
  overflow-y: auto;
  transform: translateX(0.1rem);
}

.dialog .dia-bg14 .bg14-bigbox .bg14-list li {
  width: 5.1rem;
  height: 0.91rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  border-bottom: 1px dashed #f08d81;
  margin-bottom: 0.1rem;
}

.dialog .dia-bg14 .bg14-bigbox .bg14-list li:last-child {
  border-bottom: none;
  margin-bottom: 0rem;
}

.dialog .dia-bg14 .bg14-bigbox .bg14-list li.on .select-icon {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg14-icon-on.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.34rem;
  height: 0.36rem;
}

.dialog .dia-bg14 .bg14-bigbox .bg14-list li .bg14-text {
  width: 4.55rem;
  height: 0.86rem;
}

.dialog .dia-bg14 .bg14-bigbox .bg14-list li .bg14-text em {
  display: block;
  width: 100%;
  padding-top: .16rem;
  font-size: 0.24rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  color: #892c17;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dialog .dia-bg14 .bg14-bigbox .bg14-list li .bg14-text span {
  display: block;
  padding-top: .08rem;
  font-size: 0.2rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #f08c80;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dialog .dia-bg14 .bg14-bigbox .bg14-list li .select-icon {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg14-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.34rem;
  height: 0.36rem;
}

.dialog .dia-bg14 .btn-box {
  margin: .05rem auto 0;
  width: 5.95rem;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  transform: translateX(0.1rem);
}

.dialog .dia-bg14 .btn-box .btn-select {
  display: block;
  font-size: 0;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg4-btn1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.78rem;
  height: 0.9rem;
}

.dialog .dia-bg14 .btn-box .btn-sure {
  display: block;
  font-size: 0;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg4-btn2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.93rem;
  height: 0.87rem;
}

.dialog .dia-bg15 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg15.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 7.87rem;
}

.dialog .dia-bg15 .dia-box {
  padding-top: 0.95rem;
  margin: 0 auto;
  width: 7rem;
  height: auto;
}

.dialog .dia-bg15 .dia-title {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg15-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 4.96rem;
  height: 0.6rem;
}

.dialog .dia-bg15 .bg15-box{
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg15-boxbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 4.9rem;
  height: 3.89rem;
  margin: 0.25rem auto 0.15rem;
  padding-top: 0.58rem;
}

.dialog .dia-bg15 .bg15-box .dia-title-desc{
  font-size: 0.26rem;
  text-align: center;
  color: #f08c80;
  font-family: "FZYHJW";
  margin-bottom: 0.25rem;
}

.dialog .dia-bg15 .bg15-code{
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg15-code-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.1rem;
  height: 2.1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog .dia-bg15 .bg15-code img{
  width: 2rem;
  height: 2rem;
}

.dialog .dia-bg15 .bg15-tips{
  font-size: 0.2rem;
  text-align: center;
  color: #892c17;
  font-family: "FZYHJW";
}

#copyLink {
  position: absolute;
  font-size: 0.14rem;
  opacity: 0;
  height: 0rem;
  width: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

.dialog .dia-bg15 .btn-copy {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg15-btn1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.93rem;
  height: 0.86rem;
  display: block;
  margin: 0.3rem auto 0;
}

.dialog .dia-bg16 {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg16.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7.5rem;
  height: 7.13rem;
}

.dialog .dia-bg16 .dia-box {
  padding-top: 0.95rem;
  margin: 0 auto;
  width: 6.27rem;
  height: auto;
}

.dialog .dia-bg16 .dia-box .dia-title {
  margin: 0 auto;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg16-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.96rem;
  height: 0.59rem;
  margin-bottom: 0.25rem;
}

.dialog .dia-bg16 .dia-box .bg16-box {
  margin: 0.25rem auto 0.05rem;
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg16-boxbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 6.27rem;
  height: 3.21rem;
  box-sizing: border-box;
  padding: 0.35rem 0.33rem 0;
}

.dialog .dia-bg16 .dia-box .bg16-box .dia-title-desc{
	color: #892c17;
  font-size: 0.26rem;
  text-align: center;
  font-family: "FZYHJW";
  margin-bottom: 0.2rem;
}

.dialog .dia-bg16 .dia-box .bg16-jlbox{
  width: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.dialog .dia-bg16 .dia-box .bg16-box .bg16-jlbg{
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg16-jlbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.66rem;
  height: 1.72rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.dialog .dia-bg16 .dia-box .bg16-box .bg16-jlbg img{
  width: 1.5rem;
  transform: translateY(0.2rem);
}

.dialog .dia-bg16 .dia-box .bg16-box .bg16-jlbg p{
  width: 100%;
  color: #892c17;
  font-size: 0.19rem;
  text-align: center;
  font-family: "FZYHJW";
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
}

.bg16-btn{
  width: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.bg16-know {
  background-image: url(//game.gtimg.cn/images/hyrz/cp/a20260101festival/dia-bg6-btn3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.13rem;
  height: 0.87rem;
  display: block;
}

.bg16-tips{
  width: 2.76rem;
  color: #892c17;
  font-size: 0.2rem;
  text-align: center;
  font-family: "FZYHJW";
  position: absolute;
  left: 50%;
  bottom: -0.3rem;
  transform: translateX(-50%);
}


/* html { overflow-y: scroll; } */
html[scroll-lock-enabled='true']>body {
  overflow: hidden;
  position: fixed;
  top: 0; bottom: 0; 
  left: 0; right: 0;
  margin: auto; 
  z-index: 777
}

.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0.1rem 0.2rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 1.25;
  border-radius: 0.1rem;
  font-size: 0.2rem;
  text-align: center;
  z-index: 10000;
  opacity: 0;
  margin-top: 1rem;
  -webkit-transition: opacity 0.3s, margin 0.3s;
  transition: opacity 0.3s, margin 0.3s;
  pointer-events: none;
}
.toast.show {
  opacity: 1;
  margin-top: 0;
}                                                                                                                                      