/*
 * Author: clovis(706706)
 * Version: 0.1.0
 * Compile Date: 2026-03-06 11:34
*/ 
/***********************reset***********************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, span, object, iframe {
  padding: 0;
  margin: 0; }

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

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

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

body {
  font: 12px/1.6 "Microsoft YaHei"; }

a {
  text-decoration: none; }
  a:hover {
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2); }

a:active {
  outline: 0; }

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b9b9b9; }

input {
  outline: 0;
  border: 0;
  font-family: "Microsoft YaHei"; }

textarea {
  overflow: auto;
  resize: none; }

* {
  box-sizing: border-box; }

@keyframes wave-animation {
  0%, 100% {
    transform: translateY(0) rotate(0deg); }

  25% {
    transform: translateY(-6px) rotate(-2deg); }

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

  75% {
    transform: translateY(-6px) rotate(2deg); } }

@keyframes float-animation {
  0%, 100% {
    transform: translateY(0); }

  50% {
    transform: translateY(-10px); } }

@keyframes bounceAnimation {
  0%, 100% {
    transform: translateY(-30px);
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* 上升时较快 */ }

  50% {
    transform: translateY(-15px);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    /* 下降时较慢 */ } }

.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: -99;
  opacity: 0; }
  .pop.active {
    display: block;
    z-index: 99;
    opacity: 1; }
  .pop h2.logo-tit {
    text-align: center;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 4%;
    left: 26%;
    width: 50%;
    height: 80px;
    line-height: 80px; }
  .pop .close {
    position: absolute;
    top: -21px;
    right: 22px;
    font-size: 0px;
    width: 38px;
    height: 39px;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/close.png) no-repeat; }
    .pop .close:hover {
      filter: brightness(1.2);
      -webkit-filter: brightness(1.2); }
    .pop .close::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 36px; }
  .pop .pop-cont {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/pop.png) no-repeat center;
    width: 992px;
    height: 506px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 21px 86px 30px 95px; }
    .pop .pop-cont p {
      color: #391b8f;
      font-size: 18px;
      text-align: left;
      line-height: 30px;
      padding: 0 20px; }
  .pop .spop .con {
    width: 95%;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 15px auto 20px; }
  .pop .spop p {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding: 0; }
  .pop .spop ul {
    width: 60%;
    margin: 20px auto 0;
    font-size: 26px;
    color: #fff; }
  .pop .tac {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; }
    .pop .tac a {
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/lang.png) no-repeat center/100% 100%;
      width: 250px;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin: 0 30px;
      font-size: 18px;
      color: #073578; }
  .pop .video-pop {
    width: 992px;
    height: 506px;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/pop.png) no-repeat 0 0;
    padding: 20px 80px 40px 80px; }
    .pop .video-pop .video-bg {
      width: 100%;
      height: 450px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pop .video-pop .video-bg img {
        max-width: 95%;
        max-height: 95%; }

.pop .btn-box {
  position: absolute;
  width: 100%;
  bottom: 100px;
  left: 0;
  text-align: center;
  font-size: 0; }

.pop .btn-box a {
  background: #607d8b;
  width: 219px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  font-size: 25px;
  color: #fff;
  border-radius: 20px; }

html, body, #main, #fullbg {
  height: 100%;
  overflow: hidden;
  min-width: 1200px;
  background: #fff;
  position: relative; }

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -99;
  opacity: 0;
  transition: opacity linear 0.4s;
  -webkit-transition: opacity linear 0.4s; }
  .page.active {
    opacity: 1;
    z-index: 1; }

.login {
  background: url("https://img6.99.com/zf/activity/2026/02/love/img/login.png") no-repeat center;
  display: block;
  width: 160px;
  height: 56px;
  position: absolute;
  top: 80px;
  right: 75px;
  color: #fff;
  text-shadow: 0 0 2px #8097f5, 0 0 2px #8097f5, 0 0 2px #8097f5, 0 0 2px #8097f5;
  font-size: 18px;
  text-align: center;
  line-height: 52px;
  z-index: 2; }

.logined {
  display: block;
  position: absolute;
  top: 80px;
  right: 75px;
  color: #fdefff;
  font-size: 18px;
  line-height: 40px;
  z-index: 2;
  background: rgba(45, 23, 69, 0.7);
  padding: 0px 30px;
  border-radius: 20px; }

@keyframes video-ani {
  from {
    transform: scale(1.2); } }

.sect {
  width: 1177px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 3; }

.page-first {
  background: url("https://img6.99.com/zf/activity/2026/02/love/img/page-first.jpg") no-repeat center/cover; }

.page2 {
  background: url("https://img6.99.com/zf/activity/2026/02/love/img/page-2.jpg") no-repeat center/cover; }

.page3, .page4 {
  background: url("https://img6.99.com/zf/activity/2026/02/love/img/page-3.jpg") no-repeat center/cover; }

.page5 {
  background: url("https://img6.99.com/zf/activity/2026/02/love/img/page-5.jpg") no-repeat center/cover; }

.page6 {
  background: url("https://img6.99.com/zf/activity/2026/02/love/img/page-6.jpg") no-repeat center/cover; }

.page7 {
  background: url("https://img6.99.com/zf/activity/2026/02/love/img/page-7.jpg") no-repeat center/cover; }

.list {
  display: flex;
  justify-items: center;
  justify-content: center;
  flex-direction: row; }

.nav {
  position: absolute;
  top: 50%;
  width: 1200px;
  margin-top: 100px;
  pointer-events: none;
  z-index: 2;
  margin-left: -600px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .nav.nav1 {
    height: 554px;
    width: 135px;
    flex-direction: column;
    justify-content: start;
    margin-left: 650px;
    margin-top: -277px;
    padding-top: 102px;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/nav1-bg.png) no-repeat; }
    .nav.nav1 a {
      background: none;
      width: 60px;
      height: 60px;
      padding-left: 0; }
      .nav.nav1 a span {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 1;
        color: #274c7e;
        font-weight: bold;
        letter-spacing: 1px;
        text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; }
      .nav.nav1 a:nth-child(1) {
        margin-left: 16px; }
      .nav.nav1 a:nth-child(2) {
        margin-top: 8px;
        margin-left: 28px; }
      .nav.nav1 a:nth-child(3) {
        margin-top: 10px;
        margin-left: 10px; }
      .nav.nav1 a:nth-child(4) {
        margin-top: 5px;
        margin-left: 50px; }
      .nav.nav1 a:nth-child(5) {
        margin-top: 5px;
        margin-left: 18px; }
      .nav.nav1 a.go-back {
        margin-top: 45px;
        margin-left: 55px; }
        .nav.nav1 a.go-back span {
          text-shadow: 0 0 2px #5f6db2, 0 0 2px #5f6db2, 0 0 2px #5f6db2, 0 0 2px #5f6db2;
          color: #fff; }
        .nav.nav1 a.go-back:hover span {
          color: #a552fb;
          text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; }
      .nav.nav1 a.active span, .nav.nav1 a:hover span {
        color: #a552fb; }
  .nav.nav2 {
    width: 1055px;
    height: 180px;
    margin-left: -540px;
    margin-top: 213px;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/nav2-bg.png) no-repeat; }
    .nav.nav2 a {
      animation: wave-animation 2s ease-in-out infinite, float-animation 3s ease-in-out infinite; }
      .nav.nav2 a.active, .nav.nav2 a:hover {
        animation: none; }
    .nav.nav2 a:nth-child(1) {
      margin-bottom: 42px;
      animation-delay: 0s, 0s; }
    .nav.nav2 a:nth-child(2) {
      margin-bottom: 48px;
      animation-delay: 0.4s, 0.8s; }
    .nav.nav2 a:nth-child(3) {
      animation-delay: 0.6s, 1s; }
    .nav.nav2 a:nth-child(4) {
      margin-top: 48px;
      animation-delay: 0.8s, 1.2s; }
    .nav.nav2 a:nth-child(5) {
      margin-top: 38px;
      animation-delay: 1s, 1.4s; }
    .nav.nav2 a.go-back {
      animation: none; }
  .nav a {
    pointer-events: initial;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/nav.png) no-repeat center;
    width: 137px;
    height: 130px;
    color: #3a3f9a;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
    font-size: 24px;
    transition: all ease 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    margin: 0 20px; }
    .nav a span {
      width: 70px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: 2px;
      line-height: 1.2;
      text-align: center; }

.slg {
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none; }

.slg1 {
  height: 585px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 922px;
  margin-top: -90px;
  padding-top: 509px;
  background: url(https://img6.99.com/zf/activity/2026/02/love/img/slg.png) no-repeat center; }
  .slg1 p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ebfffe;
    text-align: center;
    padding: 25px 0 8px 0px; }
    .slg1 p em {
      text-shadow: 1px 1px 1px #9497f4;
      font-style: normal; }
  .slg1 .time-sy {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/time.png) no-repeat;
    width: 566px;
    margin: 0 auto;
    height: 91px;
    line-height: 91px; }
  .slg1 .time-second {
    display: none; }

.login-content {
  position: absolute;
  right: 65px;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .login-content .before-login, .login-content .after-login {
    display: none;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row-reverse; }
    .login-content .before-login.show, .login-content .after-login.show {
      display: flex; }
  .login-content .login-btn {
    z-index: 5;
    display: block;
    width: 143px;
    height: 49px;
    line-height: 49px;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/login.png) no-repeat center center;
    color: #fff;
    text-shadow: 0 0 3px #8097f5, 0 0 3px #8097f5, 0 0 3px #8097f5, 0 0 3px #8097f5, 0 0 3px #8097f5;
    text-align: center;
    font-size: 20px;
    padding-left: 5px; }
  .login-content .user-info {
    position: relative;
    z-index: 2;
    text-align: right;
    width: 315px;
    height: 49px;
    line-height: 49px;
    padding: 0 5px;
    font-size: 16px;
    color: #fff;
    margin: 0px 0 0 -10px;
    text-shadow: 0 1px 10px #080712; }

.tit {
  font-size: 0;
  margin: 0px auto;
  width: 480px;
  height: 156px;
  margin-top: 100px; }
  .tit.tit1 {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/tt1.png) no-repeat center top; }
  .tit.tit2 {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/tt2.png) no-repeat center top; }
  .tit.tit3 {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/tt3.png) no-repeat center top; }
  .tit.tit4 {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/tt4.png) no-repeat center top; }
  .tit.tit5 {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/tt5.png) no-repeat center top; }

.cont {
  width: 1115px;
  height: 630px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -557px;
  margin-top: -311px;
  text-align: center;
  font-size: 18px; }

.set-table {
  background: url(https://img6.99.com/zf/activity/2026/02/love/img/p2-cont.png) no-repeat center;
  width: 1310px;
  height: 679px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -686px;
  margin-top: -300px;
  padding: 50px 68px 0 130px; }
  .set-table.set-table1 table {
    margin-top: 0px; }
  .set-table i {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-style: normal;
    background: #453279; }
  .set-table table {
    width: 1072px;
    margin: 0 auto;
    color: #08144b;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/tb-bg.png) no-repeat center 63px;
    font-size: 18px; }
  .set-table td {
    line-height: 49px;
    text-align: center; }
  .set-table th {
    color: #fff;
    height: 64px;
    font-size: 20px; }
  .set-table tr.num1 td:first-child {
    background: url("https://img6.99.com/zf/activity/2026/02/love/img/1.png") no-repeat center;
    color: transparent;
    font-size: 0; }
  .set-table tr.num2 td:first-child {
    background: url("https://img6.99.com/zf/activity/2026/02/love/img/2.png") no-repeat center;
    color: transparent;
    font-size: 0; }
  .set-table tr.num3 td:first-child {
    background: url("https://img6.99.com/zf/activity/2026/02/love/img/3.png") no-repeat center;
    color: transparent;
    font-size: 0; }
  .set-table .h-pop {
    display: none; }
  .set-table .box {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/box.png) no-repeat center;
    width: 37px;
    height: 41px;
    display: block;
    margin: 0 auto;
    position: relative;
    cursor: pointer; }
  .set-table .rank_prize {
    display: none;
    position: absolute;
    white-space: normal;
    top: -5px;
    right: 20px;
    color: #fff;
    background: rgba(85, 46, 115, 0.9);
    width: 260px;
    height: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    border: 1px solid #fffece;
    border-radius: 20px; }
  .set-table .s-pop {
    background: rgba(85, 46, 115, 0.8);
    position: absolute;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    top: -20px;
    left: 50%;
    display: none;
    transform: translate(-50%, 0); }
  .set-table td:hover .s-pop {
    display: block; }
  .set-table .jp-td:hover .rank_prize {
    display: block;
    z-index: 50; }
  .set-table .btn {
    background: url("https://img6.99.com/zf/activity/2026/02/love/img/btn.png");
    width: 85px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: inline-block; }
    .set-table .btn.gray {
      background: url("https://img6.99.com/zf/activity/2026/02/love/img/btn-y.png");
      filter: grayscale(100%); }

.no-data {
  color: #fffece;
  text-align: center;
  padding: 100px 0;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 4px; }

.pager {
  font-size: 16px;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  margin-top: 320px;
  left: 0; }
  .pager a, .pager span {
    padding: 0 6px;
    color: #3545e1;
    margin: 0 3px;
    font-weight: bold; }
  .pager span {
    border-bottom: 2px solid;
    color: #9929ff; }

.data-tips {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 365px;
  margin-left: -500px;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  width: 1000px;
  line-height: 22px; }

.lang {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -305px;
  margin-left: -430px;
  z-index: 10; }
  .lang a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/lang.png) no-repeat center;
    width: 150px;
    height: 39px;
    color: #2d0588;
    font-size: 18px;
    margin: 0 30px;
    cursor: pointer; }
    .lang a.on {
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/lang-on.png) no-repeat center;
      color: #8d41ff; }

.team.invite {
  display: block; }
.team .jf {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px; }
  .team .jf div {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/zjf.png);
    width: 350px;
    height: 250px;
    padding-top: 80px;
    color: #2b339d;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; }
  .team .jf ul {
    width: 368px;
    height: 168px; }
    .team .jf ul.role1 {
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/jf1.png) no-repeat;
      margin-right: -30px; }
    .team .jf ul.role2 {
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/jf2.png) no-repeat;
      margin-left: -30px; }
      .team .jf ul.role2 li.role-name {
        margin: 35px 0 0 35px; }
      .team .jf ul.role2 li.s {
        padding-left: 67px; }
    .team .jf ul li {
      width: 280px;
      height: 46px;
      color: #2b339d;
      font-size: 24px;
      margin: 35px 0 0 50px;
      line-height: 46px;
      text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; }
      .team .jf ul li.s {
        width: 300px;
        height: 30px;
        font-size: 18px;
        line-height: 35px;
        padding-left: 47px;
        margin: 0;
        text-align: center; }
.team .yq-con {
  background: url(https://img6.99.com/zf/activity/2026/02/love/img/teambg.png) no-repeat center;
  height: 609px;
  width: 1310px;
  overflow: hidden;
  padding: 103px 64px 0 113px;
  margin: -125px 0 0 -125px; }
.team .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -20px;
  position: relative;
  z-index: 10; }
  .team .tab a {
    width: 282px;
    height: 88px;
    font-size: 28px;
    line-height: 100px;
    margin: 0 58px;
    text-align: center; }
    .team .tab a:first-child {
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/tab-find-on.png) no-repeat center;
      color: #2d0588; }
      .team .tab a:first-child.on {
        background: url(https://img6.99.com/zf/activity/2026/02/love/img/tab-find-on.png) no-repeat center;
        color: #880586; }
    .team .tab a:last-child {
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/tab-accept.png) no-repeat center;
      color: #2d0588; }
      .team .tab a:last-child.on {
        background: url(https://img6.99.com/zf/activity/2026/02/love/img/tab-accept-on.png) no-repeat center;
        color: #5a07c1; }
.team .search-con {
  margin: 20px 0 10px; }
  .team .search-con input {
    background: #fefeff;
    width: 635px;
    height: 43px;
    border-radius: 2px;
    color: #212a5b;
    padding: 0 10px;
    font-size: 20px;
    vertical-align: middle;
    text-align: center; }
    .team .search-con input::-webkit-input-placeholder {
      color: #212a5b; }
    .team .search-con input:-moz-placeholder {
      color: #212a5b; }
    .team .search-con input:-ms-input-placeholder {
      color: #212a5b; }
  .team .search-con .btn {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/search.png);
    margin-left: 10px;
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #5b3e5c;
    font-size: 20px;
    vertical-align: middle; }
.team .list {
  padding: 0 38px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .team .list li {
    width: 982px;
    height: 145px;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/invite-bg.png) no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #2d0588;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0; }
    .team .list li > span {
      width: 300px;
      text-align: left;
      padding-left: 20px; }
      .team .list li > span p, .team .list li > span h6 {
        width: 330px;
        max-width: 330px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle;
        font-size: 20px; }
    .team .list li div {
      display: flex;
      width: 300px;
      height: 145px;
      align-items: center;
      justify-content: center; }
  .team .list .btn {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/invite.png) no-repeat center;
    background-size: 100% auto;
    color: #fff;
    width: 215px;
    height: 76px;
    line-height: 76px; }
    .team .list .btn:hover {
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/invite-on.png) no-repeat center;
      background-size: 100% auto; }
    .team .list .btn.claimed {
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/invite-claimed.png) no-repeat center;
      background-size: 100% auto; }
.team.complete {
  display: none; }
  .team.complete .jf {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/completebg.png) no-repeat 0 0/100%;
    margin: -213px 0 0 -146px;
    width: 1440px;
    height: 1062px; }
    .team.complete .jf div {
      position: relative;
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/complete-jf.png) no-repeat center;
      width: 427px;
      height: 286px;
      padding: 120px 0 20px;
      margin: 119px 0 0 0; }
    .team.complete .jf ul.role1 {
      margin-right: 0; }
    .team.complete .jf ul.role2 {
      margin-left: 0; }
    .team.complete .jf ul.role {
      margin-top: 167px; }
  .team.complete .refresh {
    position: absolute;
    top: -137px;
    right: -200px;
    width: 24px;
    height: 24px;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/refresh.png) no-repeat center center; }

.page5 .cont {
  width: 800px;
  height: 580px;
  margin-left: -148px;
  margin-top: -209px; }

.hl-list {
  width: 800px;
  height: 570px;
  position: relative; }
  .hl-list li {
    position: relative;
    display: inline-block;
    width: 576px;
    height: 174px;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/guide.png) no-repeat 0 0/100%; }
    .hl-list li:nth-child(2) {
      left: -162px; }
    .hl-list li:nth-child(3) {
      left: 41px; }
  .hl-list h4 {
    height: 86px;
    line-height: 25px;
    padding-top: 46px;
    font-weight: normal;
    color: #f3ffff;
    font-size: 30px;
    margin: 0 0 5px 0px;
    text-shadow: 0 0 5px #9872e9, 0 0 5px #9872e9, 0 0 5px #9872e9, 0 0 5px #9872e9, 0 0 5px #9872e9; }
  .hl-list p {
    color: #041c48;
    line-height: 25px;
    font-size: 20px;
    width: 500px;
    margin: 0 auto;
    text-align: center; }

.detail {
  width: 217px;
  height: 76px;
  line-height: 82px;
  font-size: 24px;
  text-align: center;
  color: #2d0588;
  background: url(https://img6.99.com/zf/activity/2026/02/love/img/detail.png) no-repeat 0 0/100%;
  display: block;
  margin: -38px auto 0;
  position: relative;
  z-index: 10;
  left: -50px; }
  .detail:hover {
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/detail-on.png) no-repeat 0 0/100%;
    color: #5a07c1; }

.page6 .cont {
  width: 1244px;
  margin-left: -608px;
  margin-top: -295px; }

.note {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 170px;
  margin-top: 260px;
  font-size: 18px;
  width: 500px;
  height: 45px;
  object-fit: cover;
  z-index: 50;
  color: #fff;
  text-shadow: 0 0 4px #073578; }

.tab-content {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 350px;
  display: none; }
  .tab-content.t1 {
    display: block; }

.cont-gar {
  position: relative;
  display: inline-block;
  background: url(https://img6.99.com/zf/activity/2026/02/love/img/rewardbg.png) no-repeat;
  width: 411px;
  height: 565px;
  vertical-align: middle;
  margin: 0 -5px; }
  .cont-gar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/rewardbg.png) no-repeat;
    z-index: 1;
    pointer-events: none; }
  .cont-gar .img-box {
    width: 343px;
    height: 326px;
    background: #000;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: 0 0 0 26px; }
    .cont-gar .img-box img {
      width: 500px;
      margin: -8px 0 0 -94px;
      position: relative;
      z-index: 2; }
  .cont-gar h3 {
    width: 337px;
    font-size: 26px;
    height: 70px;
    line-height: 100px;
    color: #fffaff;
    margin: 0 0 0 28px;
    position: relative;
    z-index: 2; }
  .cont-gar p {
    color: #003978;
    font-size: 22px;
    line-height: 30px;
    padding-top: 15px;
    position: relative;
    z-index: 2; }
    .cont-gar p.title {
      font-size: 23px;
      padding-top: 0;
      color: #002361;
      background-color: #fff;
      -webkit-background-clip: text;
      -webkit-text-fill-color: #002361;
      -webkit-text-stroke: 3px transparent; }
  .cont-gar.g2 .img-box img {
    margin: -8px 0 0 -100px; }
  .cont-gar.g3 .img-box img {
    margin: -147px 0 0 -115px;
    width: 600px; }

.tab-garment {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 50;
  width: 159px;
  height: 44px;
  color: #fff; }
  .tab-garment a {
    position: relative;
    background: none;
    display: inline-block;
    width: 94px;
    height: 96px;
    line-height: 96px;
    font-weight: bold;
    padding: 0px;
    margin: 0;
    left: 0;
    font-size: 20px;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/tab_gar.png) no-repeat; }
    .tab-garment a.on, .tab-garment a:hover {
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/tab_gar-on.png) no-repeat;
      filter: brightness(1);
      -webkit-filter: brightness(1); }
    .tab-garment a[data-tab="g2"] {
      top: -24px;
      left: -80px; }
    .tab-garment a span {
      display: block;
      color: #2b339d;
      background-color: #fff;
      -webkit-background-clip: text;
      -webkit-text-fill-color: #2b339d;
      -webkit-text-stroke: 3px transparent; }

.cont-gar-item {
  display: none; }
  .cont-gar-item.g1 {
    display: block; }

.more {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -66px;
  margin-top: 300px;
  width: 89px;
  height: 111px;
  line-height: 190px;
  cursor: pointer; }
  .more span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 89px;
    height: 94px;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/more.png) no-repeat 0 0/100%;
    animation: bounceAnimation 2s ease-in-out infinite; }
  .more strong {
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 4px #073578;
    font-weight: normal; }

.cont-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px; }
  .cont-box .tit5 {
    margin-top: 0; }
  .cont-box.page7-1 {
    position: relative;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/page7-1.jpg) no-repeat center/cover; }
  .cont-box.page7-2 {
    position: relative;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/page7-2.jpg) no-repeat center/cover; }
  .cont-box.page7-3 {
    position: relative;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/page7-3.jpg) no-repeat center/cover; }
  .cont-box.page7-4 {
    position: relative;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/page7-4.jpg) no-repeat center/cover; }
  .cont-box .cont {
    margin-top: -252px; }

.creation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -207px;
  margin-top: -13px;
  width: 237px;
  height: 202px;
  z-index: 20; }

.tab-creation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 365px;
  margin-top: -213px;
  width: 177px;
  height: 494px;
  z-index: 20; }
  .tab-creation a {
    position: relative;
    display: inline-block;
    width: 178px;
    height: 54px;
    line-height: 68px;
    font-weight: bold;
    text-align: center;
    color: #073578;
    font-size: 17px; }
    .tab-creation a span {
      display: block;
      font-size: 18px;
      line-height: 20px;
      color: #fff;
      padding: 3px;
      color: #fff;
      background-color: #35568e;
      -webkit-background-clip: text;
      -webkit-text-fill-color: #fff;
      -webkit-text-stroke: 3px transparent; }
    .tab-creation a.on, .tab-creation a:hover {
      color: #4327bd; }
      .tab-creation a.on span, .tab-creation a:hover span {
        background-color: #726ff4;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke: 3px transparent; }
    .tab-creation a:nth-child(1) {
      width: 184px;
      height: 316px;
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/wg1.png); }
      .tab-creation a:nth-child(1) span {
        margin: 37px 0 0 -20px; }
      .tab-creation a:nth-child(1).on, .tab-creation a:nth-child(1):hover {
        background: url(https://img6.99.com/zf/activity/2026/02/love/img/wg1-on.png);
        filter: brightness(1);
        -webkit-filter: brightness(1); }
    .tab-creation a:nth-child(2) {
      left: 54px;
      top: -130px;
      width: 174px;
      height: 178px;
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/wg2.png); }
      .tab-creation a:nth-child(2) span {
        margin: 20px 0 0 81px; }
      .tab-creation a:nth-child(2).on, .tab-creation a:nth-child(2):hover {
        background: url(https://img6.99.com/zf/activity/2026/02/love/img/wg2-on.png);
        filter: brightness(1);
        -webkit-filter: brightness(1); }
    .tab-creation a:nth-child(3) {
      left: 23px;
      top: -150px;
      width: 147px;
      height: 254px;
      background: url(https://img6.99.com/zf/activity/2026/02/love/img/wg3.png); }
      .tab-creation a:nth-child(3) span {
        margin: 18px 0 0 -17px; }
      .tab-creation a:nth-child(3).on, .tab-creation a:nth-child(3):hover {
        background: url(https://img6.99.com/zf/activity/2026/02/love/img/wg3-on.png);
        filter: brightness(1);
        -webkit-filter: brightness(1); }

.wg-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -265px;
  margin-top: -265px;
  width: 531px;
  height: 531px;
  display: none; }
  .wg-content.t1 {
    display: block; }
    .wg-content.t1 .cre-img img {
      width: 750px;
      margin: -133px 0 0 -92px; }
  .wg-content .name {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -94px;
    margin-top: -334px;
    width: 454px;
    height: 270px;
    color: #fff;
    object-fit: cover;
    z-index: 50;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/rwbg.png) no-repeat;
    padding: 14px 26px 10px 76px; }
    .wg-content .name h3 {
      font-size: 26px;
      height: 53px;
      line-height: 73px;
      font-weight: normal;
      color: #5241c8;
      background-color: #fff;
      -webkit-background-clip: text;
      -webkit-text-fill-color: #5241c8;
      -webkit-text-stroke: 3px transparent; }
    .wg-content .name p {
      text-align: right;
      font-size: 18px;
      height: 80px;
      padding-right: 50px;
      line-height: 22px;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      flex-direction: column;
      color: #d2e9f3; }
    .wg-content .name strong {
      font-size: 26px;
      margin: 0 auto;
      width: 326px;
      display: block;
      text-align: right;
      color: #8dc5fa; }
  .wg-content .wg-item {
    display: none; }
    .wg-content .wg-item.g1 {
      display: block; }
  .wg-content.t2 .cre-img img {
    width: 850px;
    margin: -52px 0 0 -162px; }
  .wg-content.t2 .tab-garment {
    top: 43%;
    left: 99%; }
    .wg-content.t2 .tab-garment a[data-tab="g2"] {
      top: 10px;
      left: 0; }
  .wg-content.t3 .cre-img img {
    width: 950px;
    margin: -72px 0 0 -193px; }
  .wg-content .cre-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -306px;
    margin-top: -70px;
    width: 671px;
    height: 376px;
    overflow: hidden;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/wgbg.png) no-repeat; }
    .wg-content .cre-img .img-box {
      width: 553px;
      height: 323px;
      margin: 27px 0 0 61px;
      background: #000;
      overflow: hidden;
      cursor: pointer; }

.page7 .note {
  margin-left: -196px;
  margin-top: 300px; }

.go-footer {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  background: rgba(255, 255, 255, 0.75);
  z-index: 40;
  padding: 0 20px;
  border-radius: 15px; }
  .go-footer i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(https://img6.99.com/zf/activity/2026/02/love/img/icon-arrow.png) no-repeat;
    margin-left: 5px;
    vertical-align: middle;
    transition: all 0.3s; }
  .go-footer.show i {
    transform: rotate(180deg); }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 0;
  font-size: 12px;
  color: #FFF;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s linear;
  z-index: 10; }
  .footer.show {
    height: auto;
    max-height: 200px;
    padding: 10px 0; }
  .footer a {
    color: #fff; }

.go-back {
  display: none !important; }
  .go-back.show {
    display: flex !important; }

.set-table td {
  min-width: 90px;
  max-width: 180px;
  position: relative;
  text-align: center; }

.set-table td p {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto; }

#msg {
  font-size: 26px;
  line-height: 40px;
  display: flex;
  height: 300px;
  align-items: center;
  justify-content: center; }

@media screen and (max-height: 920px) {
  .tit {
    transform: scale(0.9);
    margin-top: 30px; }

  .lang {
    margin-top: -285px; }

  .set-table {
    transform: scale(0.9); }

  .cont {
    transform: scale(0.9); }

  .pager {
    transform: scale(0.9);
    margin-top: 290px; }

  .data-tips {
    transform: scale(0.9);
    margin-top: 330px; }

  .cont-box {
    padding-top: 30px; }
 }
