html {
  font-size: 100px;
}
html,
body {
  background: #ffffff;
  user-select: none;
}

body {
  font-size: 0.24rem;
}
body.overflow {
  overflow: hidden;
}
.flex {
  display: flex;
}
.in {
  display: inline-block;
}
.t {
  display: block;
  text-indent: -9999rem;
  font-size: 0;
}
.hide {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
input,
select,
textarea {
  border: 0;
  background: 0;
  -webkit-appearance: none;
  outline: 0;
}
p {
  margin: 0;
  padding: 0;
}
.wrap {
  width: 7.5rem;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
}
img {
  display: block;
}
@font-face {
  font-family: "MiSans-Regular";
  src: url("../fonts/MiSans-Regular.woff2");
}
@font-face {
  font-family: "MiSans-Semibold";
  src: url("../fonts/MiSans-Semibold.woff2");
}

@font-face {
  font-family: "FZFWZhuZGDSMCJW";
  src: url(../fonts/FZFWZhuZGDSMCJW.TTF);
}

@font-face {
  font-family: "FZFWZhuZiMinchoE";
  src: url(../fonts/FZFWZhuZiMinchoE.TTF);
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:active,
a:focus {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
* {
  outline: none;
}
.blur {
  filter: blur(4px);
  transition: filter 0.3s;
}
.loaded.blur {
  filter: blur(0px);
}
.elips {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bg {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.t-c {
  text-align: center;
}

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

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

/*顶部导航*/
.top-bar-rap {
  width: 7.5rem;
  height: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  box-sizing: border-box;
  background: url("../images/topBar.png") no-repeat center bottom/cover;
}
.top-bar {
  height: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
  position: relative;
  z-index: 2;
}
.top-bar .logo {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.14rem;
  background: none;
}
.top-bar .logo img {
  width: 100%;
  height: 100%;
}
.top-bar .game-info {
  flex: 1;
  margin-top: 0.06rem;
}
.top-bar .game-info .tit {
  font-size: 0.33rem;
  color: #cff0ff;
  font-family: MiSans-SemiBold, PingFang SC, Arial, Microsoft Yahei, sans-serif;
  line-height: 0.3rem;
}
.top-bar .game-info .txt {
  font-size: 0.2rem;
  color: #cff0ff;
  font-family: MiSans-Regular, PingFang SC, Arial, Microsoft Yahei, sans-serif;
}
.top-bar .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar .btns a {
  width: 1.63rem;
  height: 0.48rem;
  text-indent: -9999rem;
  font-size: 0;
  display: none;
}
.top-bar .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar .btns .btn-down {
  background: url(../images/btn_download2.png) no-repeat 0/100%;
}
.top-bar .btns .btn-appoint {
  background: url(../images/yyue.png) no-repeat 0/100%;
  display: none;
}
.top-bar .btns .btn-appoint.reserved {
  background-image: url("../images/yyue1.png");
}
.top-bar .menu {
  width: 0.64rem;
  height: 0.64rem;
  background-image: url(../images/icon_memu.png);
  background-size: 0.32rem auto;
  background-position: center center;
  margin-left: 0.2rem;
}
.top-bar-select-wrap {
  width: 7.5rem;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  overflow: hidden;
}
.top-bar-select-wrap .top-bar-select-bg {
  width: 7.5rem;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  transition: 0.3s;
  -webkit-backdrop-filter: blur(0.24rem);
  backdrop-filter: blur(0.24rem);
}
.select-cur .top-bar-select-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.top-bar-select-wrap.select-cur {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bar-select {
  width: 7.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 0 0.32rem;
  box-sizing: border-box;
}
.top-bar-select .tit_menu {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(0.2rem);
  font-size: 0.32rem;
  line-height: 1.2rem;
  border-bottom: 0.02rem dashed #505357;
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: FZFWZhuZiMinchoE;
}
.top-bar-select .tit_menu:first-child {
  border-top: 0.02rem dashed #505357;
}
.top-bar-select-wrap.select-cur .tit_menu {
  transform: translateY(0);
  opacity: 1;
}
.top-bar-list {
  display: flex;
  flex-wrap: wrap;
}
.top-bar-select-wrap .back-home {
  transition: 0.6s;
  opacity: 0;
  background: url("../images/log_menu.png") no-repeat center center/cover;
  width: 4.6rem;
  height: 0.71rem;
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  margin-left: -2.13rem;
  z-index: 3;
}
.top-bar-select-wrap .btn-close {
  transition: 0.6s;
  opacity: 0;
  width: 0.36rem;
  height: 0.36rem;
  background: url("../images/btn_menu_close.png") no-repeat center center/100% auto;
  text-indent: -9999rem;
  position: absolute;
  right: 0.4rem;
  top: 1.1rem;
  z-index: 3;
}
.top-bar-select-wrap.select-cur .back-home,
.top-bar-select-wrap.select-cur .btn-close {
  opacity: 1;
}

.top-bar-tel {
  color: #b29d7c;
  font-weight: bold;
  margin: 0.3rem auto;
}

/*官方社区*/
.web-part {
  margin: 0.2rem auto 0;
  width: 7.5rem;
  height: 1.68rem;
  background: #4a7f9e;
  display: flex;
  align-items: center;
}
.web-part .ewm-list {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  top: -0.1rem;
  opacity: 0.5;
}
.web-part .ewm-list li {
  width: 0.95rem;
  position: relative;
}
.web-part .ewm-bg {
  width: 0.95rem;
  height: 0.93rem;
  position: relative;
}
.web-part .ewm-bg img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.web-part .ewm-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.web-part .contact-txt {
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  line-height: 0.2rem;
  margin-top: 0.02rem;
  text-align: center;
  width: 1.8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*详情页中的返回顶部按钮*/
.back-top {
  background: url("../images/back-top.png") no-repeat;
  width: 1.07rem;
  height: 1.05rem;
  background-size: 100% auto;
  position: fixed;
  bottom: 2rem;
  right: 0.06rem;
  z-index: 10;
  display: none;
  margin-top: -1rem;
}

/*弹窗*/
.pop {
  position: relative;
  outline: none;
  display: none;
  user-select: none;
}
.pop * {
  user-select: none;
}
.pop .btn-close {
  background: url("../images/btn-close.png") no-repeat;
  width: 0.74rem;
  height: 0.76rem;
  background-size: 100% auto;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  margin-left: -0.38rem;
  font-size: 0;
  text-indent: -9999em;
}
body .lay-shade {
  width: 7.5rem;
  margin: 0 auto;
  right: 0;
}
.pop-info {
  background: no-repeat;
  width: 7.17rem;
  height: 9.43rem;
  background-size: 100% auto;
}
.pop-info .game-tit {
  font-size: 0.4rem;
  color: #fff1c9;
  text-align: center;
  font-weight: bold;
  padding-top: 1.62rem;
}
.pop-info .game-info {
  font-size: 0.22rem;
  color: #8fcbcc;
  line-height: 0.5rem;
  margin: 0.64rem 0.6rem 0;
  text-indent: 0.4rem;
}
.pop-ewm {
  background: no-repeat 0/100% auto;
  width: 6.3rem;
  height: 6.6rem;
}
.pop-ewm1 {
  background-image: url("../images/pop-code1.png");
}
.pop-ewm2 {
  background-image: url("../images/pop-code2.png");
}
.pop-ewm3 {
  background-image: url("../images/pop-code3.png");
}
.pop-ewm4 {
  background-image: url("../images/pop-code4.png");
}
.pop-ewm .ewm-tit {
  padding-top: 0.6rem;
}
.pop-ewm .ewm-tit .sp {
  width: 4rem;
  height: 0.44rem;
  margin: 0 auto;
  text-indent: -9999rem;
}
.pop-ewm .ewm-tit h3 {
  font-size: 0.48rem;
  line-height: 0.5rem;
  height: 0.9rem;
  text-align: center;
  color: #ffffff;
  opacity: 0;
}
.pop-ewm .sm-tit {
  font-size: 0.32rem;
  line-height: 0.46rem;
  text-align: center;
  color: #ffffff;
  margin-top: 0.15rem;
}
.pop-ewm .txt-bot {
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.26rem;
  margin-top: 0.4rem;
}

.pop-ewm .ewm-box {
  width: 2.29rem;
  height: 2.29rem;
  border: 0.07rem solid #5c9cd6;
  background: #ffffff;
  margin: 0.7rem auto 0;
  position: relative;
  left: -0.08rem;
}
.pop-ewm .ewm-box img {
  width: 100%;
  height: 100%;
  user-select: none;
}

/*预约弹窗*/
.pop-order {
  width: 6.3rem;
  height: 5.86rem;
  background: url("../images/pop-apppint.png") no-repeat 0 0/100%;
}

.pop-order .pop-head {
  width: 5.35rem;
  height: 0.97rem;
  margin: 0.2rem auto 0;
}

.order-form {
  width: 5.5rem;
  margin: 0.16rem auto 0.1rem;
}

.order_tip {
  text-align: center;
  color: #8a9ab6;
  font-size: 0.22rem;
}

.form-line-radio {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.form-line-radio .radio {
  font-size: 0.26rem;
  color: #696969;
  text-align: center;
  margin: 0 0.1rem 0 0;
  cursor: pointer;
  position: relative;
  line-height: 0.53rem;
  width: 1.78rem;
  height: 0.53rem;
  background: url("../images/btn_radio.png") no-repeat 0/100%;
}

.form-line-radio .radio:last-child {
  margin-right: 0;
}

.form-line-radio .radio.checked {
  color: #ffffff;
  background-image: url("../images/btn_radio_on.png");
}

.form-line-phone {
  margin-top: 0.16rem;
}

.order-form .J_inputInvite,
.order-form .J_inputPhone,
.order-form .J_inputCode {
  width: 100%;
  height: 0.52rem;
  border: 1px solid #d6d6d6;
  outline: 0;
  padding: 0 0.15rem;
  font-size: 0.18rem;
  color: #8999b5;
  box-sizing: border-box;
}

.order-form input {
  height: 0.52rem;
  border: 1px solid #d6d6d6;
  outline: 0;
  padding: 0 0.15rem;
  font-size: 0.18rem;
  color: #8999b5;
  box-sizing: border-box;
}

.order-form .form-line {
  margin-bottom: 0.1rem;
}

.order-form .J_inputCode {
  width: 3.64rem;
  float: left;
}

.order-form .J_send {
  font-size: 0.26rem;
  color: #eff8fe;
  text-align: center;
  width: 1.78rem;
  height: 0.53rem;
  background: url("../images/btn_send.png") no-repeat 0/100%;
  float: right;
  line-height: 0.51rem;
}

.order-form .J_send.disable {
  background-position: -285px -503px;
}

.checkbox_box {
  font-size: 0.22rem;
  color: #696969;
}

.checkbox_box input {
  display: inline-block;
  background: transparent url("../images/icon_check.png") no-repeat 0/100%;
  padding: 0;
  width: 0.24rem;
  height: 0.22rem;
  position: relative;
  top: 0.04rem;
  border: none;
  appearance: none;
}

.checkbox_box input:checked {
  background-image: url("../images/icon_checked.png");
}

.checkbox_box a {
  color: #8a9ab6;
}

.order-form .btn-invite-submit {
  background: url("../images/btn_submit_order.png") no-repeat 0/100%;
  width: 2.3rem;
  height: 0.59rem;
  margin: 0.12rem auto 0;
}

.btn_scan_link {
  color: #8a9ab6;
  font-size: 0.26rem;
  padding-bottom: 0.06rem;
  border-bottom: 0.02rem solid #8a9ab6;
}

.pop-order .gift-box {
  margin-top: 30px;
}

.pop-order .gift-box .gift-tit {
  width: 657px;
  height: 25px;
  background-position: -71px -331px;
  margin: 0 auto;
}

.pop-order .gift-list {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}

.pop-order .gift-list li {
  display: inline-block;
  margin: 0 24px;
  vertical-align: top;
}

.pop-order .gift-list .sp-order {
  width: 107px;
  height: 84px;
}

.pop-order .gift-list .gift1 {
  background-position: -103px -393px;
}

.pop-order .gift-list .gift2 {
  background-position: -256px -393px;
}

.pop-order .gift-list .gift3 {
  background-position: -416px -393px;
}

.pop-order .gift-list .name {
  font-size: 18px;
  color: #84b9bd;
  text-align: center;
}

.pop-order .gift-list .name1 {
  padding-top: 10px;
}

.pop-order input::-webkit-input-placeholder {
  color: #2a5257;
}

.pop-order input::-ms-input-placeholder {
  color: #2a5257;
}

.pop-scan {
  background: url(../images/pop-scan.png) no-repeat 0/100%;
  width: 6.3rem;
  height: 6.46rem;
  padding-top: 1.06rem;
  box-sizing: border-box;
}
.pop-scan-tit {
  background: url("../images/pop-scan-tit.png") no-repeat 0/100%;
  width: 2.81rem;
  height: 0.31rem;
  margin: 0 auto;
}

.pop-scan-code {
  width: 2.28rem;
  height: 2.28rem;
  margin: 0.71rem auto 0.6rem;
  position: relative;
  left: -0.08rem;
}
.pop-scan-code img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.title_small_bor {
  background: url("../images/title_small_bor.png") no-repeat center/100%;
  width: 3.34rem;
  height: 0.37rem;
  line-height: 0.36rem;
  font-size: 0.2rem;
  color: #626262;
  text-align: center;
  margin: 1.64rem auto 0;
}
.title_small_bor a {
  color: #4064a0;
}
.btn_reserve_mini {
  background: url("../images/btn_reserve_mini.png") no-repeat center/100%;
  width: 1.87rem;
  height: 0.58rem;
  margin: 0.24rem auto 1.66rem;
}

.pop-sucess {
  background: url(../images/pop-succ.png) no-repeat 0/100%;
  width: 6.3rem;
  height: 8.72rem;
  box-sizing: border-box;
  padding-top: 3.6rem;
}
.btn_go_lott {
  background: url("../images/btn_go_lott.png") no-repeat center/100%;
  width: 1.78rem;
  height: 0.58rem;
  margin: 0 auto;
  display: block;
}

.qrcode-mini {
  width: 1.32rem;
  height: 1.32rem;
  position: absolute;
  top: 6.4rem;
  right: 0.9rem;
}

/*弹窗大图*/
.pop-img {
  width: 100%;
  height: 100%;
}
.pop-img-cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop.pop-img .btn-close {
  bottom: -0.8rem;
}
.pop-img .pic-box {
  max-width: 7rem;
  border: 1px solid #cca34d;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}

.pop-img .pic-box img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  user-select: none;
}
.pop-img .txt {
  font-size: 0.24rem;
  color: #b29d7c;
  text-align: center;
  margin-top: 0.32rem;
}
.pop-video {
  width: 100%;
}
.pop-video .J_miPlayerBox {
  width: 100%;
  height: 4.22rem;
}
.pop-video .originVideo {
  width: 100%;
  height: 4.22rem;
}
.pop-video video {
  width: 100%;
}
.pop-video .btn-close {
  bottom: -1.44rem;
}

body .public_footer {
  width: 7.5rem;
  margin: 0 auto;
}

body .fuwuxieyi {
  word-break: break-all;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}
body .fuwuxieyi .text-only {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}
body .fuwuxieyi a {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

/*通用版权*/
.footer {
  width: 7.5rem;
  height: 3.54rem;
  margin: 0 auto;
  position: relative;
  background: #0b0b0b;
  box-sizing: border-box;
  padding-top: 0.4rem;
  padding-left: 0.33rem;
  font-family: "MiSans-Regular";
  z-index: 3;
}
.footer_logo {
  width: 3.54rem;
  height: 0.54rem;
  display: flex;
  justify-content: space-between;
}
.footer_logo a {
  width: 1.42rem;
  height: 100%;
  background: url("../images/foot_logo1.png") no-repeat 100%/100% 100%;
}
.footer_logo a:nth-child(2) {
  width: 1.86rem;
  height: 0.52rem;
  background: url("../images/foot_logo2.png") no-repeat 100%/100% 100%;
  align-self: flex-end;
}
.protocolList {
  display: flex;
  margin-top: 0.37rem;
}
.protocolList a {
  font-size: 0.18rem;
  color: rgba(150, 151, 153, 0.6);
  letter-spacing: 0.013em;
}
.protocolList span:nth-child(2) {
  margin: 0 0.12rem 0 0.12rem;
}
.protocolList span {
  background-color: rgba(47, 48, 49, 0.6);
  width: 1px;
  height: 0.2rem;
  margin: 0 0.12rem 0 0.12rem;
}
.footer_list p {
  font-size: 0.14rem;
  color: #636466;
  line-height: 1;
}
.footer_list p a {
  color: #636466;
}
.footer_list p:nth-child(1) {
  margin-top: 0.18rem;
}
.footer_list p:nth-child(2) {
  margin-top: 0.12rem;
  letter-spacing: 0.021em;
}
.footer_list p:nth-child(3) {
  margin-top: 0.13rem;
  letter-spacing: 0.019em;
}
.footer_list p:nth-child(4) {
  margin-top: 0.09rem;
  letter-spacing: 0.019em;
}
.footer_list p:nth-child(5) {
  margin-top: 0.12rem;
  letter-spacing: 0.019em;
}
.footer .go_top {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  right: 0.32rem;
  bottom: 0.64rem;
  background: url("../images/down.png") no-repeat 100%/100% 100%;
}

/*横屏提示*/
body.landscape {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

body.landscape .landscape-container {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 8796;
}

body.landscape .landscape-container::after {
  content: "\4E3A\4E86\66F4\597D\7684\4F53\9A8C\FF0C\8BF7\5C06\624B\673A\7AD6\8FC7\6765";
  text-align: center;
  font-size: 16px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  height: 0.3rem;
  width: 100%;
  margin-top: 0.5rem;
  z-index: 99870807;
}

body.landscape .landscape-container::before {
  -webkit-transform: rotateZ(-90deg);
}

body.landscape .landscape-container::before {
  content: "";
  position: absolute;
  z-index: 99870807;
  height: 1.5rem;
  width: 2.4rem;
  left: 50%;
  top: 50%;
  margin: -1.1rem 0 0 -1.2rem;
  color: #fff;
  background-image: url(//zhcdn01.xoyo.com/xassets/lib/assets/images/2021/09/08/hengpin-tips.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.4rem auto;
  -webkit-transform: rotateZ(0deg);
}

body.landscape .bgv {
  display: none;
}

/* 动画 */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes ani-music-turning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes ani-down {
  0% {
    transform: translateY(0.2rem);
  }
  100% {
    transform: translateY(0);
  }
}
.footer img {
  width: 7.5rem;
  height: 3.54rem;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
}
