/*
 * Author: clovis(706706)
 * Version: 0.1.0
 * Compile Date: 2026-06-01 16:50
*/ 
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; }

/*pop*/
.pop-box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%; }
  .pop-box.show {
    display: block; }

.mask {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); }

.pop {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 13;
  background: url(https://img8.99.com/jz/images/activity/2026/znq/img/pop.png) no-repeat;
  width: 679px;
  height: 492px;
  margin-left: -355px;
  margin-top: -246px;
  padding: 0 10px;
  padding-right: 20px; }

.pop-title {
  position: relative;
  margin-top: 60px;
  text-align: center; }
  .pop-title h3 {
    height: 50px;
    color: #e9e4ee;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px; }

.pop-close {
  position: absolute;
  top: 20px;
  right: -50px;
  z-index: 2;
  width: 48px;
  height: 48px;
  background: url(https://img8.99.com/jz/images/activity/2026/znq/img/pop-close.png) no-repeat;
  overflow: hidden;
  font-size: 0; }

.pop-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
  border: none;
  cursor: pointer; }

.txt1 {
  color: #e9e4ee;
  text-align: center;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px; }

.pop-m {
  padding: 10px 30px;
  height: 360px;
  overflow-y: auto; }
  .pop-m::-webkit-scrollbar {
    width: 5px;
    height: 6px; }
  .pop-m::-webkit-scrollbar-button {
    display: none; }
  .pop-m::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #29bbff;
    cursor: pointer; }
  .pop-m::-webkit-scrollbar-corner {
    display: none; }
  .pop-m::-webkit-resizer {
    display: none; }

.txt {
  color: #e9e4ee;
  line-height: 26px;
  font-size: 16px;
  text-align: justify;
  text-indent: 2em; }

#pop4 .pop-m, #pop1 .pop-m {
  padding: 20px 30px; }
#pop4 .txt, #pop1 .txt {
  line-height: 30px; }

#pop7 .txt {
  line-height: 25px;
  font-size: 15px; }

/***********************reset***********************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, cmsArea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

fieldset, img {
  border: 0; }

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

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

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

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, cmsArea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer; }

a:active {
  outline: 0;
  opacity: 0.9;
  filter: alpha(opacity=90); }

a:hover {
  outline: 0; }

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

body {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; }

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

.clearfix {
  zoom: 1; }

body, html {
  width: 100%;
  height: 100%;
  position: relative;
  background: #060411;
  overflow: hidden; }

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

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

.main {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -540px 0 0 -960px;
  background: url(https://img8.99.com/jz/images/activity/2026/znq/img/full-bg.jpg) center no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.wrapper {
  height: 930px;
  width: 1200px;
  position: relative;
  margin: 0px auto; }
  .wrapper .header {
    width: 100%;
    padding-top: 80px;
    text-align: center; }
    .wrapper .header .logo {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 250px; }
  .wrapper .slogan {
    width: 572px;
    height: 563px;
    background: url(https://img8.99.com/jz/images/activity/2026/znq/img/slogan.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -286px;
    top: 210px;
    z-index: 5; }
  .wrapper .btn-area {
    width: 100%;
    height: 670px;
    position: relative;
    margin-top: 140px; }
    .wrapper .btn-area .btn {
      width: 347px;
      height: 99px;
      display: block;
      position: absolute;
      z-index: 10;
      font-size: 0; }
      .wrapper .btn-area .btn:hover {
        transform: scale(1.1); }
      .wrapper .btn-area .btn.btn1 {
        background: url(https://img8.99.com/jz/images/activity/2026/znq/img/btn1.png) no-repeat; }
      .wrapper .btn-area .btn.btn2 {
        background: url(https://img8.99.com/jz/images/activity/2026/znq/img/btn2.png) no-repeat;
        background-size: 100% 100%; }
      .wrapper .btn-area .btn.btn3 {
        background: url(https://img8.99.com/jz/images/activity/2026/znq/img/btn3.png) no-repeat;
        background-size: 100% 100%; }
      .wrapper .btn-area .btn.btn4 {
        background: url(https://img8.99.com/jz/images/activity/2026/znq/img/btn4.png) no-repeat; }
      .wrapper .btn-area .btn.btn5 {
        background: url(https://img8.99.com/jz/images/activity/2026/znq/img/btn5.png) no-repeat; }
      .wrapper .btn-area .btn.btn6 {
        background: url(https://img8.99.com/jz/images/activity/2026/znq/img/btn6.png) no-repeat; }
      .wrapper .btn-area .btn.btn7 {
        background: url(https://img8.99.com/jz/images/activity/2026/znq/img/btn7.png) no-repeat; }
      .wrapper .btn-area .btn.btnp1 {
        top: 142px;
        left: -4px; }
      .wrapper .btn-area .btn.btnp2 {
        bottom: 122px;
        right: -13px; }
      .wrapper .btn-area .btn.btnp3 {
        bottom: 310px;
        left: 1012px; }
      .wrapper .btn-area .btn.btnp4 {
        top: 142px;
        right: -14px; }
      .wrapper .btn-area .btn.btnp5 {
        bottom: 54px;
        left: 375px;
        width: 449px;
        height: 99px; }
      .wrapper .btn-area .btn.btnp6 {
        bottom: 310px;
        left: -137px; }
      .wrapper .btn-area .btn.btnp7 {
        bottom: 122px;
        left: -3px; }

.footer {
  width: 1100px;
  margin: 0px auto;
  padding: 20px 0;
  font-size: 12px;
  color: #e9e4ee;
  line-height: 20px; }
  .footer a {
    color: #e9e4ee; }
