/*
 * Author: clovis(706706)
 * Version: 0.1.0
 * Compile Date: 2025-05-30 13:21
*/ 
html {
  color: #000;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html * {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html, body {
  font-family: sans-serif; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0; }

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

/* 去掉各 Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 去除默认边框 */
fieldset, img {
  border: 0; }

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
  border: 0;
  font-variant: normal; }

/* 一致的 del 样式 */
del {
  text-decoration: line-through; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 500; }

/* 去掉列表前的标识, li 会继承 */
ol, ul {
  list-style: none; }

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
  text-align: left; }

/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500; }

q:before, q:after {
  content: ''; }

/* 统一上标和下标 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* 正常链接 未访问 */
/* 鼠标悬停 */
a:hover, a:active {
  text-decoration: underline; }

/* 默认不显示下划线，保持页面简洁 */
ins, a {
  text-decoration: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

ol, ul, dl {
  list-style: none; }

img {
  border: 0; }

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

input, textarea, select {
  font: 12px 'Microsoft YaHei', simsun, tahoma;
  outline: 0; }

a {
  text-decoration: none;
  color: #2f2f2f;
  outline: 0; }

a:hover {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400; }

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

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

.hidden {
  line-height: 99999px;
  overflow: hidden; }

.relative {
  position: relative; }

.fl {
  float: left; }

.fr {
  float: right; }

.fz14 {
  font-size: 14px; }

.mt20 {
  margin-top: 20px; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type=number] {
  -moz-appearance: textfield; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  color: #fff;
  font: 20px/1.5 'Microsoft YaHei'; }

body, html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff; }

.full-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.contain {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  bottom: 0; }

.sub-cont {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -540px 0 0 -960px;
  background: url(https://img9.99.com/zf/activity/2025/05/version/img/bg.jpg) center no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding-top: 737px; }

.logo {
  position: absolute;
  top: 50px;
  left: 205px;
  z-index: 50;
  width: 156px; }

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 0;
  color: #000;
  width: 100%;
  height: 125px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 66666;
  font-size: 12px;
  background: #fff; }

.footer a {
  color: #000; }

.footer .footer-btn {
  width: 160px;
  height: 26px;
  position: absolute;
  bottom: 155px;
  right: 50px;
  color: #fff;
  font-size: 16px;
  z-index: 6666666; }

.footer .footer-btn::before {
  content: '';
  background: url(https://img6.99.com/zf/2019v1/v2/fy/footer-btn2.png);
  width: 21px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: -30px; }

.footer.hide {
  bottom: -125px; }

.footer.hide .footer-btn::before {
  background: url(https://img6.99.com/zf/2019v1/v2/fy/footer-btn1.png); }

.slogan {
  width: 1004px;
  height: 331px;
  background: url(https://img9.99.com/zf/activity/2025/05/version/img/slg.png) no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: -495px;
  position: absolute;
    display: none; 
  transition: all ease 0.4s; }

.btn-area {
  width: 1200px;
  text-align: center;
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-area a {
    width: 173px;
    height: 173px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
    font-size: 28px;
    text-align: center;
    color: #d3fbff;
    background: url(https://img9.99.com/zf/activity/2025/05/version/img/nav.png) no-repeat center;
    line-height: 1.2;
    margin: 0px 10px; }
    .btn-area a:hover {
      background: url(https://img9.99.com/zf/activity/2025/05/version/img/nav-on.png) no-repeat; }
      .btn-area a:hover i {
        color: #f2d9a7;
        background-image: -webkit-linear-gradient(90deg, #f2d9a7 30%, #f2d9a7 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .btn-area a i {
      font-style: normal;
      font-weight: bolder;
      background-image: -webkit-linear-gradient(90deg, #d9feff 30%, #d3fbff 70%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.pop-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; }
  .pop-box.show {
    display: block; }

.pop {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 13;
  background: url(https://img9.99.com/zf/activity/2025/05/version/img/pop.png);
  width: 676px;
  height: 463px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.pop-close {
  position: absolute;
  top: 32px;
  right: -40px;
  z-index: 2;
  background: url(https://img9.99.com/zf/activity/2025/05/version/img/close.png) no-repeat center;
  font-size: 0;
  width: 57px;
  height: 57px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.pop-title {
  position: relative;
  padding-top: 20px;
  text-align: center; }

.pop-title h3 {
  position: relative;
  font-size: 24px;
  letter-spacing: 5px;
  width: 100%;
  height: 54px;
  line-height: 46px;
  color: #5b433b;
  letter-spacing: 0;
  font-weight: bold; }

.pop-cont {
  position: relative;
  padding: 0px 80px;
  font-size: 18px;
  color: #ffffff; }

.pop-cont .msg {
  height: 440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 28px;
  color: #82613e; }
