* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "FangZhengKaiTiJianTi";
  src: url("//media.zlongame.com/media/pictures/cn/7jiemt/data/FangZhengKaiTiJianTi.woff");
  font-weight: normal;
}
html {
  font-family: "FangZhengKaiTiJianTi", sans-serif;
}
.content {
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .container {
  max-width: 2560px;
  width: 25.6rem;
  height: 100%;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/bg.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
}
.content .container .logo {
  width: 1.79rem;
  height: 3.25rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/logo.png');
  background-size: 100% 100%;
  position: absolute;
  top: 0.4rem;
  left: 0.6rem;
}
.content .container .nav_box {
  display: flex;
  position: absolute;
  top: 0.68rem;
  right: 1rem;
}
.content .container .nav_box > * {
  width: 1.72rem;
  height: 0.5rem;
  margin: 0 0.2rem;
  cursor: pointer;
  display: block;
}
.content .container .nav_box .nav_1 {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/nav_1.png');
  background-size: 100% 100%;
}
.content .container .nav_box .nav_2 {
  display: block;
  width: 100%;
  height: 100%;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/nav_2.png');
  background-size: 100% 100%;
}
.content .container .nav_box .nav_3 {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/nav_3.png');
  background-size: 100% 100%;
}
.content .container .nav_box .nav_1:hover {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/nav_1_on.png');
  background-size: 100% 100%;
}
.content .container .nav_box .nav_2_wrapper .nav_2 {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/nav_2.png');
  background-size: 100% 100%;
}
.content .container .nav_box .nav_2_wrapper:hover .nav_2 {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/nav_2_on.png');
  background-size: 100% 100%;
}
.content .container .nav_box .nav_3:hover {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/nav_3_on.png');
  background-size: 100% 100%;
}
.content .container .nav_2_wrapper {
  position: relative;
  display: inline-block;
}
.content .container .nav_2_wrapper .society_submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  margin-top: 0.1rem;
}
.content .container .nav_2_wrapper:hover .society_submenu {
  opacity: 1;
  visibility: visible;
}
.content .container .society_item {
  position: relative;
  margin: 0 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .container .society_item a {
  display: block;
  width: 0.5rem;
  height: 0.3rem;
}
.content .container .society_item.wx a {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/society/society_wx.png') no-repeat center;
  background-size: 100% auto;
}
.content .container .society_item.qw a {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/society/society_qw.png') no-repeat center;
  background-size: 100% auto;
}
.content .container .society_item.tap a {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/society/society_tap.png') no-repeat center;
  background-size: 100% auto;
}
.content .container .society_item.dy a {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/society/society_dy.png') no-repeat center;
  background-size: 100% auto;
}
.content .container .society_item.xhs a {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/society/society_xhs.png') no-repeat center;
  background-size: 100% auto;
}
.content .container .society_item.bili a {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/society/society_bili.png') no-repeat center;
  background-size: 100% auto;
}
.content .container .society_item.wb a {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/society/society_wb.png') no-repeat center;
  background-size: 100% auto;
}
.content .container .society_divider {
  width: 0.03rem;
  height: 0.4rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/society/line.png') no-repeat center;
  background-size: 100% auto;
  margin: 0 0.1rem;
}
.content .container .society_tip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 20;
  margin-top: 0.2rem;
}
.content .container .society_tip::before {
  content: '';
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.8);
}
.content .container .wx_tip {
  width: 2rem;
  height: 2rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/society/tip_wx.jpg') no-repeat center;
  background-size: 100% auto;
}
.content .container .qw_tip {
  width: 2rem;
  height: 2rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/society/tip_qw.png') no-repeat center;
  background-size: 100% auto;
}
.content .container .society_item.wx:hover .wx_tip,
.content .container .society_item.qw:hover .qw_tip {
  opacity: 1;
  visibility: visible;
}
.content .container .slogan_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 1.6rem;
}
.content .container .slogan_box .slogan {
  width: 7.75rem;
  height: 2.71rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/slogan_0425.png');
  background-size: 100% 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.content .container .slogan_box .slogan .play_btn {
  width: 0.79rem;
  height: 0.72rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/play.png');
  background-size: 100% 100%;
  position: absolute;
  top: 0.4rem;
  right: 1.5rem;
  cursor: pointer;
}
.content .container .slogan_box .btn_1 {
  width: 5.54rem;
  height: 1.16rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/btn_1_1.png');
  background-size: 100% 100%;
  cursor: pointer;
  transform: translate(-0.16rem, -0.5rem);
}
.content .container .slogan_box .btn_box {
  position: absolute;
  left: 0.74rem;
  bottom: -0.38rem;
  display: flex;
}
.content .container .slogan_box .btn_box > div {
  width: 2.94rem;
  height: 0.83rem;
  cursor: pointer;
}
.content .container .slogan_box .btn_box .btn_2 {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/btn_2.png');
  background-size: 100% 100%;
}
.content .container .slogan_box .btn_box .btn_2 a {
  display: block;
  width: 100%;
  height: 100%;
}
.content .container .slogan_box .btn_box .btn_3 {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/btn_3.png');
  background-size: 100% 100%;
  transform: translateX(-0.25rem);
}
.content .container .stage_box {
  width: 9.35rem;
  height: 1.34rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  right: 0;
  bottom: 1.6rem;
  z-index: 2;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/stage_line.png') no-repeat center;
  background-size: 100% auto;
}
.content .container .stage_box .stage_line {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/stage_line.png');
  background-size: 100% 100%;
  z-index: 0;
}
.content .container .stage_box .stage_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 2.2rem;
  height: 1.4rem;
}
.content .container .stage_box .stage_item a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.content .container .stage_box .stage_item .stage_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.27rem;
  height: 1.28rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/icon1.png') no-repeat center;
  background-size: 100% auto;
  margin-bottom: 0.1rem;
}
.content .container .stage_box .stage_item .stage_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "FangZhengKaiTiJianTi";
}
.content .container .stage_box .stage_item .stage_content .stage_title {
  position: absolute;
  top: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 0.3rem;
  color: #B5B1A8;
  margin-bottom: 0.05rem;
  text-align: center;
  white-space: nowrap;
}
.content .container .stage_box .stage_item .stage_content .stage_time {
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 0.26rem;
  color: #666;
  text-align: center;
  white-space: nowrap;
}
.content .container .stage_box .stage_item.active .stage_icon {
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/icon2.png') no-repeat center;
  background-size: 100% auto;
}
.content .container .stage_box .stage_item.active .stage_content .stage_title {
  top: 0;
  font-size: 0.4rem;
  color: #fff;
  background: linear-gradient(0deg, #fff 0%, #B5B1A8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.content .container .stage_box .stage_item.active .stage_content .stage_time {
  bottom: 0;
  font-size: 0.3rem;
  color: #d33d40;
}
.content .container .stage_box .stage_item2 .stage_time,
.content .container .stage_box .stage_item2 .stage_title {
  cursor: pointer;
}
.content .pop {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
}
.content .pop > div {
  display: none;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.content .pop > div .close_btn {
  width: 0.77rem;
  height: 0.66rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.content .pop .reward_pop {
  width: 6.35rem;
  height: 7.1rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/reward_pop.png');
  background-size: 100% 100%;
}
.content .pop .fail_pop {
  width: 6.35rem;
  height: 8.51rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/fail_pop.png');
  background-size: 100% 100%;
}
.content .pop .fail_pop .phone_info {
  font-weight: 400;
  font-size: 0.24rem;
  color: #B5B1A8;
  margin-top: 1.9rem;
}
.content .pop .fail_pop .phone_info span:nth-child(2) {
  margin: 0 0.1rem;
}
.content .pop .fail_pop .phone_info .logout_btn {
  cursor: pointer;
}
.content .pop .success_pop {
  width: 6.35rem;
  height: 5.62rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/success_pop.png');
  background-size: 100% 100%;
}
.content .pop .success_pop .phone_info {
  font-weight: 400;
  font-size: 0.24rem;
  color: #B5B1A8;
  margin-top: 1.8rem;
}
.content .pop .success_pop .phone_info span:nth-child(2) {
  margin: 0 0.1rem;
}
.content .pop .success_pop .phone_info .logout_btn {
  cursor: pointer;
}
.content .pop .phone_pop {
  width: 6.35rem;
  height: 6.8rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/phone_pop.png');
  background-size: 100% 100%;
}
.content .pop .phone_pop .phone_input {
  width: 5.16rem;
  height: 0.7rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/input_bg.png');
  background-size: 100% 100%;
  border: none;
  outline: none;
  padding: 0 0.2rem;
  font-size: 0.24rem;
  color: #B5B1A8;
  margin-top: 1.96rem;
  font-family: "FangZhengKaiTiJianTi";
}
.content .pop .phone_pop .code_box {
  width: 5.16rem;
  height: 0.7rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/input_bg.png');
  background-size: 100% 100%;
  font-size: 0.24rem;
  color: #B5B1A8;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .pop .phone_pop .code_box .code_input {
  width: 3.2rem;
  height: 0.7rem;
  outline: none;
  border: none;
  background: none;
  padding: 0 0.2rem;
  font-size: 0.24rem;
  color: #B5B1A8;
  font-family: "FangZhengKaiTiJianTi";
}
.content .pop .phone_pop .code_box .code_btn {
  width: 1.96rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content .pop .phone_pop .check_btn {
  width: 5.16rem;
  height: 0.7rem;
  margin-top: 0.38rem;
  cursor: pointer;
}
.content .pop .phone_pop input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #4F4D4A;
  font-family: "FangZhengKaiTiJianTi";
}
.content .pop .phone_pop input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4F4D4A;
  font-family: "FangZhengKaiTiJianTi";
}
.content .pop .phone_pop input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4F4D4A;
  font-family: "FangZhengKaiTiJianTi";
}
.content .pop .phone_pop input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #4F4D4A;
  font-family: "FangZhengKaiTiJianTi";
}
.content .pop .video_pop {
  width: 80%;
  max-width: 13rem;
  height: auto;
  max-height: 80vh;
  background-color: #000;
  padding: 0.3rem;
  border-radius: 0.1rem;
}
.content .pop .video_pop .close_btn {
  background: url(../img/close_btn.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 2;
}
.content .pop .video_pop .video_container {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .pop .video_pop .video_container video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.content .pop .tip_pop {
  width: 6.73rem;
  height: 4.54rem;
  background: url('//media.zlongame.com/media/pictures/cn/7jiemt/actv/2026/yyds/img/tip_pop.png');
  background-size: 100% 100%;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.content .pop .tip_pop .close_btn {
  width: 0.77rem;
  height: 0.66rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.content .pop .tip_pop .tip_content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  margin-top: 1.2rem;
}
.content .pop .tip_pop .tip_content p {
  font-size: 0.36rem;
  color: #5c3a2a;
  font-family: "FangZhengKaiTiJianTi";
}
.content .pop .tip_pop .confirm_btn {
  width: 2.4rem;
  height: 0.6rem;
  cursor: pointer;
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
}
