@charset "UTF-8";

body,
html {
    background: #fff;
    font-family: "Microsoft YaHei", "Microsoft JhengHei", arial, sans-serif;
}

img {
    overflow: hidden;
    border: none;
    display: block;
}

#main {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
}

.m-header .layout-1 .item-1 .left-1 {
    background-image: url("../../images/common/header43_03.png");
    background-repeat: no-repeat;
    background-size: 2.25rem 0.63rem;
    background-position: 50% 50%;
    width: 2.25rem;
    height: 0.63rem;
}

/* web-banner */
.web-banner {
    height: 11.99rem;
    background: url("../../images/campaign2601/banner_bg.png") no-repeat top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: 6s ease 0.1s infinite normal none running flash;
    z-index: 3;
    position: relative;
}

.web-banner .banner-content div {
    position: relative;
}

.web-banner .banner-content div img {
    position: absolute;
}

.web-banner .banner-content div .banner_title1 {
    content: url("../../images/campaign2601/banner_title1.png");
    width: 5.37rem;
    height: 1.17rem;
    top: 6.9rem;
    right: 1rem;
    z-index: 5;
}

.web-banner .banner-content div .banner_title2 {
    content: url("../../images/campaign2601/banner_title2.png");
    width: 5.51rem;
    height: .43rem;
    top: 8.28rem;
    right: 0.9rem;
    z-index: 6;
}

.web-banner .banner-content div .banner_title3 {
    content: url("../../images/campaign2601/banner_title3.png");
    width: 3.25rem;
    height: 2.05rem;
    top: 9rem;
    left: 2.2rem;
    z-index: 6;
}

.web-banner .banner-content div .t1 {
    content: url("../../images/campaign2509/banner_text1.png");
    width: 1.68rem;
    height: 1.76rem;
    top: 1.8rem;
    left: .5rem;
    z-index: 6;
}

.web-banner .banner-content div .t2 {
    content: url("../../images/campaign2509/banner_text2.png");
    width: 1.5rem;
    height: 1.51rem;
    top: 2rem;
    left: 1.8rem;
    z-index: 6;
}

.web-banner .banner-content div .t3 {
    content: url("../../images/campaign2509/banner_text3.png");
    width: 1.36rem;
    height: 1.69rem;
    top: 1.9rem;
    right: 3.2rem;
    z-index: 6;
}

.web-banner .banner-content div .t4 {
    content: url("../../images/campaign2509/banner_text4.png");
    width: 1.82rem;
    height: 1.53rem;
    top: 2.1rem;
    right: 1.7rem;
    z-index: 6;
}

.web-banner .banner-content div .t5 {
    content: url("../../images/campaign2509/banner_text5.png");
    width: 1.91rem;
    height: 1.83rem;
    top: 1.8rem;
    right: 0.25rem;
    z-index: 6;
}

.web-banner .banner-content div .banner_title4_L {
    content: url("https://m.cfd139.com/cn/zt/images/campaign2505/banner_title4_L.png");
    width: .95rem;
    height: .98rem;
    top: 2.4rem;
    right: 5.6rem;
    z-index: 6;
}

.web-banner .banner-content div .banner_title4_R {
    content: url("https://m.cfd139.com/cn/zt/images/campaign2505/banner_title4_R.png");
    width: .95rem;
    height: .98rem;
    top: 2.4rem;
    right: 4.5rem;
    z-index: 6;
}

.web-banner .banner-content div .banner_title5 {
    content: url("https://m.cfd139.com/cn/zt/images/campaign2505/banner_title5.png");
    width: 3.62rem;
    height: .73rem;
    top: 2.6rem;
    right: .7rem;
    z-index: 6;
}

.web-banner .banner-content div .banner_money1 {
    content: url("https://m.cfd139.com/cn/zt/images/campaign2411/banner_snow1.png");
    width: 1.39rem;
    height: 3.32rem;
    top: 3rem;
    right: 0rem;
    animation: left-btn-animation 1.5s linear infinite;
    transform-origin: top center;
}

.web-banner .banner-content div .banner_money2 {
    content: url("https://m.cfd139.com/cn/zt/images/campaign2411/banner_snow2.png");
    width: 3.07rem;
    height: .72rem;
    top: .3rem;
    left: .25rem;
    z-index: 9;
    animation: left-btn-animation 1.5s linear infinite;
    transform-origin: top center;
}

/* .web-banner .banner-content div .banner_money3 {
    content: url("https://m.cfd139.com/cn/zt/images/campaign2502/banner_reward.png");
    width: 3.35rem;
    height: 2.36rem;
    top: 4.35rem;
    left: 2rem;
} */

.web-banner .banner-content div .banner_icon {
    content: url("../../images/campaign2601/banner_icon.png");
    width: 7.26rem;
    height: 5.97rem;
    top: .8rem;
    left: 0;
}

@keyframes left-btn-animation {
    0% {
      transform: scale(1,1);
    }
  
    50% {
      transform: scale(1.02,1.02);
    }
  
    100% {
      transform: scale(1,1);
    }
  }

/* All block */
.web-page .inner {
    padding-top: 0.4rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.web-page .title h2 {
    font-size: 0.48rem;
    text-align: center;
    display: none;
}

.web-page .title p {
    margin: 0.15rem auto 0.15rem;
    width: 6.3rem;
    font-size: 0.25rem;
    line-height: 1.4;
    text-align: center;
    font-family: 'Microsoft YaHei';
    color: #000000;
    letter-spacing: 1px;
}

.web-page {
    overflow: hidden;
    position: relative;
}

/* block01 */

.page-01 {
    background-image: url("../../images/campaign2601/block1_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 9.05rem;
    top: -1px;
}

.page-01 .inner .title .block01-img {
    content: url("../../images/campaign2601/block1_title.png");
    display: block;
    margin: 0 auto;
    width: 3.92rem;
    height: 0.63rem;
}

.page-01 .inner {
    padding-top: .8rem;
}

.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket {
    width: 4rem;
    height: 4.28rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket .ticket-item .block1_red_envelope_sp {
    width: 3.09rem;
    height: 1.04rem;
    background: url("../../images/campaign2401/block1_red_envelope_sp.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: -0.5rem;
    margin-left: -0.2rem;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide-next .ticket {
    opacity: 0.5;
    margin-left: 0.1rem;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide-prev .ticket {
    opacity: 0.5;
    margin-left: -0.1rem;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket .ticket-item {
    padding-top: 0rem;
    font-weight: bold;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket .ticket-item img{
    width: 3.35rem;
    height: 2.96rem;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket .ticket-item img.icon5{
    width: 4.34rem;
    height: 3.92rem;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket .ticket-item img.icon6{
    width: 4.23rem;
    height: 3.97rem;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket .ticket-item img.icon1{
    width: 3.44rem;
    height: 3.1rem;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket .ticket-item img.icon2{
    width: 3.35rem;
    height: 2.96rem;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket>.ticket-item>P:nth-of-type(1) {
    margin-bottom: 0.25rem;
    font-size: 0.4rem;
    /* -webkit-text-stroke: 1px #1da8be; */
    color: #000;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket>.ticket-item div.sm {
    font-size: 0.4rem;
    color: #6a4807;
    text-align: left;
    display: inline-block;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket>.ticket-item div.sm_sp {
    padding-top: .2rem;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket>.ticket-item div.sm p {
    font-size: 0.9rem;
    letter-spacing: -0.04rem;
    line-height: 1;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket>.ticket-item div.sm p span {
    font-size: 0.43rem;
    vertical-align: top;
    line-height: 1.05;
    margin-left: 0.1rem;
    display: inline-block;
    padding-top: 0.08rem;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket>.ticket-item p.md {
    /* -webkit-text-stroke: 1px #1da8be; */
    color: #000;
    font-size: 0.3rem;
    padding-top: 0.1rem;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .ticket>.ticket-item p.md span {
    font-size: 0.3rem;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    right: 0.6rem;
    width: 0.55rem;
    height: 0.8rem;
    background-image: url("https://sc.cfygxz.com/source/www/zt/lp-img/mobile/campaign2109/arrow.png?v=5");
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 11;
}

.swiper-container .swiper-button-next {
    transform: rotateY(180deg);
}

.page-01 .conList {
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-height: 3.65rem;
}

.swiper-container .swiper-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

.page-01 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide {
    width: 4.6rem;
    height: 4.28rem;
    padding: 0;
    margin: 0 auto;
}

.page-01 .btn a {
    overflow: hidden;
    display: block;
    color: #ffffff;
    font-size: 0.32rem;
    text-align: center;
    width: 3.23rem;
    height: 0.96rem;
    line-height: 0.96rem;
    cursor: pointer;
    background-image: url("../../images/campaign2508/more_btn_bg.png?v=5");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    font-weight: 600;
    letter-spacing: 2px;
}

.web-page .btn {
    overflow: hidden;
    padding-top: 0.4rem;
}

/* block02 */
.page-02 {
    background-image: url("../../images/campaign2601/block2_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 6.13rem;
    top: -2px;
}

.page-02 .inner div {
    position: relative;
}

.page-02 .inner div img {
    position: absolute;
}

.web-page.page-02 .inner {
    padding-top: 0rem;
}

.page-02 .inner .title .block02-img {
    content: url("../../images/campaign2306/block2_title.png");
    display: block;
    margin: 0 auto;
    width: 3.68rem;
    height: 0.65rem;
    position: relative;
    display: none;
}

.page-02 .inner div .block2_red_envelope {
    content: url("../../images/campaign2601/block2_red_envelope.png");
    width: 7.49rem;
    height: 5.24rem;
    /* top: 0.6rem; */
    z-index: 2;
}

.page-02 .inner div .block2_btn {
    content: url("../../images/campaign2508/block2_btn.png");
    width: 2.77rem;
    height: 0.87rem;
    top: 4.2rem;
    z-index: 9;
    margin: 0 auto;
    animation: moveUp 5s 0s infinite;
}

@keyframes moveUp {
  from,
  50%,
  to {
    transform: translateY(0px) scale(1);
  }

  25%,
  75% {
    transform: translateY(-2px) scale(1.1);
  }
}

/* block03 */
.page-03 {
    background-image: url("../../images/campaign2601/block3_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 7.03rem;
    top: -3px;
}

.page-03 .inner {
    padding-top: 0rem;
}

.page-03 .inner .title .block03-img {
    content: url("../../images/campaign2601/block3_title.png");
    display: block;
    margin: 0 auto;
    width: 6.33rem;
    height: .63rem;
    padding-bottom: 0rem;
}

/* .page-03 .title p {
    margin: 0.4rem auto;
    width: 7.4rem;
    color: #fff;
    font-weight: 900;
} */

.page-03 .content {
    margin-top: -0.1rem;
}

.page-03 .content-list {
    font-size: 0;
    width: 7.35rem;
    margin: 0 auto 0.05rem;
}

.page-03 .content .content-img {
    display: inline-block;
    width: 33.333333%;
    text-align: center;
    position: relative;
}

.page-03 .content .content-img:nth-of-type(1) {
    position: relative;
    display: inline-block;
    width: 33.333333%;
}

.page-03 .content .content-img:nth-of-type(2) {
    position: relative;
    display: inline-block;
    z-index: 99;
    margin: 0 auto;
}

.page-03 .content .content-img:nth-of-type(3) {
    position: relative;
    display: inline-block;
    width: 33.333333%;
}

.page-03 .content .content-img-1,
.page-03 .content .content-img-2,
.page-03 .content .content-img-3 {
    width: 2.33rem;
    height: 3.22rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.page-03 .content .content-img-1 {
    background-image: url("../../images/campaign2511/block3_gold.png?v=5");
    background-size: 100% 100%;
}

.page-03 .content .content-img-2 {
    background-image: url("../../images/campaign2511/block3_oil.png?v=5");
    background-size: 100% 100%;
}

.page-03 .content .content-img-3 {
    background-image: url("../../images/campaign2511/block3_index.png?v=5");
    background-size: 100% 100%;
}

.page-03 .content .c1 {
    text-align: center;
    color: #000000;
    font-size: 0.2rem;
    margin-bottom: 0.05rem;
    font-family: 'Microsoft YaHei';
}

/* block04 */
.page-04 {
    height: 8.8rem;
    background-image: url("../../images/campaign2508/block4_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: -4px;
}

.page-04 .inner {
    padding-top: 0rem;
}

.page-04 .inner .title .block04-img {
    content: url("https://m.cfd139.com/cn/zt/images/campaign2504/block4_title.png");
    display: block;
    margin: 0 auto;
    width: 3.34rem;
    height: 1.24rem;
    padding-bottom: .4rem;
}

.page-04 .conList {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 6.36rem;
}

.page-04 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide {
    width: 4.6rem;
    height: 6.36rem;
}

.page-04 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide-prev,
.page-04 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide-next {
    opacity: .5;
}

.page-04 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .icon {
    width: 3.6rem;
    height: 6.55rem;
    margin: 0 auto;
    text-align: center;
}

.page-04 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .icon-1 {
    background: url("https://m.cfd139.com/cn/zt/images/campaign2507/block4_card1.png") no-repeat;
    background-size: 100% 100%;
}

.page-04 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .icon-2 {
    background: url("https://m.cfd139.com/cn/zt/images/campaign2507/block4_card2.png") no-repeat;
    background-size: 100% 100%;
}

.page-04 .conList .swiper-ticket.swiper-container ul.swiper-wrapper li.swiper-slide .icon-3 {
    background: url("https://m.cfd139.com/cn/zt/images/campaign2507/block4_card3.png") no-repeat;
    background-size: 100% 100%;
}

/* block05 */
.page-05 {
    height: 11.2rem;
    background-image: url("../../images/campaign2601/block5_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: -5px;
}

.page-05 .title h2 {
    color: #c40259;
}

.page-05 .inner .title .block05-img {
    content: url("../../images/campaign2601/block5_title.png");
    display: block;
    margin: 0 auto;
    width: 4.31rem;
    height: 0.63rem;
}

.page-05 .item-block {
    width: 7.5rem;
    margin: 0 auto;
}

.page-05 .item-block2 {
    display: none;
}

.page-05 .item-block ul {
    /* width: 100%; */
    zoom: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.8rem;
}

.page-05 .item-block .ul_2 {
    margin-top: .3rem;
}

.page-05 .item-block ul li {
    width: 50%;
}

.page-05 .item-block ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    zoom: 1;
    overflow: hidden;
    float: left;
    width: 100%;
}

.page-05 .item-block ul li p img {
    height: 1.35rem;
}

.page-05 .inner .title2 {
    padding-bottom: 0.5rem;
    display: none;
}

.page-05 .inner .item-block .plate {
    position: relative;
    z-index: 1;
}

.page-05 .inner .item-block .plate .input_box .reg-form .zhuizong {
    overflow: unset;
}

.page-05 .inner .item-block .plate .input_box .reg-form input {
    height: 0.67rem;
    line-height: 0.67rem;
    width: 80%;
    font-size: 0.2rem;
    color: #999999;
    font-weight: bold;
    background: transparent;
    border: none;
    padding: 2px 14px 0;
    outline: none;
    position: relative;
}

.page-05 .inner .item-block .plate .input_box .reg-form #yanZ {
    width: 76%;
}

.page-05 .inner .item-block .plate .input_box .reg-form .form-item {
    width: 5.2rem;
    height: 0.67rem;
    padding: 0;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 1px #1c8aef;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-item::before {
    content: "";
    width: 100%;
    height: 54px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 10px;
    /* border: solid 1px rgba(0, 0, 0, 0.3); */
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.page-05 .inner .item-block .plate .input_box .reg-form .form-item img {
    width: 0.23rem;
    margin-left: 0.15rem;
}

.page-05 .inner .item-block .plate .input_box .reg-form .input-tip {
    height: 0.3rem;
    line-height: 0.3rem;
    width: 100%;
    margin: 0 auto;
}

.page-05 .inner .item-block .plate .input_box .reg-form .input-tip.yanZ-tip {
    position: relative;
    top: -0.25rem;
}

.page-05 .inner .item-block .plate .input_box .reg-form .yan-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.page-05 .inner .item-block .plate .input_box .reg-form .yan-wrapper .form-item.yanZ-f1 {
    width: 3.72rem;
}

.page-05 .inner .item-block .plate .input_box .reg-form .input-tip span {
    color: #f81717 !important;
    font-size: 13px;
}

.page-05 .inner .item-block .plate .input_box .reg-form .yanzheng-btn {
    width: 1.61rem;
    height: 0.97rem;
    line-height: 0.7rem;
    border-radius: 8px;
    font-size: 0.2rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    background-image: url("https://sc.cfygxz.com/source/www/zt/lp-img/mobile/campaign2107/btn-verification-code.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.page-05 .inner .item-block .plate .input_box .reg-form .button-a {
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.page-05 .inner .item-block .plate .input_box .reg-form .button-a #submitInfo img {
    margin-left: 0;
    width: 100%;
}

.ul_1, .ul_2{
    background: url("../../images/campaign2511/step_up_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 5.49rem;
    height: 2.72rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

/* footer */
.web-footer .web-footer_txt {
    position: relative;
    top: .6rem;
    color: #000000;
    text-align: center;
    font-size: 0.2rem;
    font-family: 'Microsoft YaHei';
    z-index: 9;
}

/* bot-fixed */
.bot-fixed {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #02354d;
    font-weight: bold;
}

.bot-fixed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 7.2rem;
    margin: 0 auto;
}

.bot-fixed li {
    line-height: 0.8rem;
    height: 0.94rem;
    width: 2rem;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000000;
    background-size: contain;
    border-radius: 9px;
    /* border-color: #ff505b;
  border-width: 2px;
  border-style: solid; */
}

.bot-fixed li.account {
    background: linear-gradient(to bottom, #01f918 0%,#06c919, #0ba419 100%);
}

.bot-fixed li.openLive {
    background: linear-gradient(to bottom, #ffb300 0%, #ff6900 100%);
}

.bot-fixed li.downloadApp {
    background: linear-gradient(to bottom, #fc5f5f 0%, #ec2d2e, #de0305 100%);
}

.bot-fixed li.item a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bot-fixed li.item a span {
    display: block;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.02rem;
}

/* popup */
.tc-hide {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    line-height: 1.6;
}

.masking {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-box {
    overflow: hidden;
    max-width: 95%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10%;
    background: #fff;
    z-index: 99999;
    font-family: "Microsoft JhengHei", "Microsoft YaHei", arial, sans-serif;
    padding: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
}

.popup-box .box-in {
    margin: 3% 4% 5% 4%;
    overflow-y: auto;
    height: 8rem;
    text-align: justify;
}

.popup-box .close-top {
    padding: 0.3rem 0.3rem;
    font-size: 0.44rem;
    color: #f6c52d;
    text-align: center;
    border-bottom: 1px solid #f6c52d;
    margin: 0 0.3rem;
    position: relative;
    font-weight: bold;
    line-height: 1;
}

.popup-box .close-top a {
    background: none;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.28rem;
    right: 0;
    text-decoration: none;
}

.popup-box .close-top a:before,
.popup-box .close-top a:after {
    content: "";
    display: inline-block;
    background-color: #f6c52d;
    height: 0.5rem;
    width: 0.02rem;
    border-radius: 0.4rem;
    top: 0;
    right: 0.22rem;
    position: absolute;
}

.popup-box .close-top a:before {
    transform: rotate(45deg);
    z-index: 1;
}

.popup-box .close-top a:after {
    transform: rotate(135deg);
    z-index: 2;
}

.popup-box .box-in .section .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0.12rem;
}

.popup-box .section h2,
.popup-box .box-in .section p,
.popup-box .box-in ol {
    font-size: 0.28rem;
}

.popup-box .box-in .section .remark p {
    font-size: 0.18rem;
}

.popup-box .section h2 {
    font-weight: bold;
    color: #f6c52d;
}

.popup-box .box-in .section p {
    line-height: 1.6;
}

.popup-box .box-in ol {
    list-style-type: decimal;
    padding-left: 0.45rem;
}

.popup-box .box-in ol li {
    list-style-type: decimal;
    padding-left: 0.05rem;
    margin-bottom: 0.14rem;
}

.table-wrap {
    width: 100%;
    overflow: hidden;
}

.data-box {
    font-size: 0.26rem;
    width: 100%;
    border-spacing: 0;
}

.data-box th {
    background-color: #f6c52d;
    color: #000000;
    font-weight: normal;
    padding: 0.1rem 0.01rem !important;
}

.data-box th,
.data-box td {
    border: 0.01rem solid #999;
    padding: 0.1rem 0.01rem;
    text-align: center;
    white-space: nowrap;
    line-height: 1.3;
}

.data-box .table2 {
    width: 6rem;
}

.data-box .table2 th,
.data-box .table2 td {
    padding: 0.1rem;
}

/* AOS */
@-webkit-keyframes bounce-In {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounce-In {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

[aos="bounceIn"].aos-animate {
    -webkit-animation-name: bounce-In;
    animation-name: bounce-In;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@keyframes ani-rotate-r {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes ani-rotate-l {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 0.9;
    }

    25%,
    75% {
        opacity: 1;
    }
}

@media screen and (max-width: 320px) {
    .web-page .title p {
        width: 6.5rem;
    }
}

@keyframes moveUp {

    from,
    50%,
    to {
        transform: translateY(0px) scale(1);
    }

    25%,
    75% {
        transform: translateY(-1px) scale(1.07);
    }
}

.swiper-pagination{
    padding-top: 0.3rem;
}

.swiper-pagination-bullet{
    background: #c8c8c8;
    opacity: 1;
  }

  .swiper-pagination-bullet-active{
    background: #bf8813;
  }

/* =========================================
   新增移动端动态特效 (Add to bottom of CSS)
   ========================================= */

/* 1. 流光金扫光特效 - 增加按钮的高级感和点击欲望 */
@keyframes goldSheenMobile {
    0% { left: -100%; opacity: 0; }
    20% { opacity: 0.8; }
    50% { left: 150%; opacity: 0.8; } /* 移动端距离短，150%足够 */
    100% { left: 150%; opacity: 0; }
}

.shine-effect {
    position: relative;
    overflow: hidden; /* 必须保留，防止光溢出 */
}

.shine-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 80%; /* 光束宽一点，视觉更明显 */
    height: 100%;
    /* 强烈的白光渐变 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    /* 2.5秒扫一次，比PC端稍快 */
    animation: goldSheenMobile 2.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 10;
}

/* 2. 反重力悬浮 - 让Banner的金币和标题动起来 */
@keyframes float-mobile {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-0.2rem); } /* 移动端用 rem 单位，浮动幅度适中 */
    100% { transform: translateY(0px); }
}

.floating {
    /* 使用 both 确保与 AOS 动画兼容 */
    animation: float-mobile 3.5s ease-in-out infinite both;
}

.floating-delay {
    animation: float-mobile 4s ease-in-out 1s infinite both; /* 错开节奏 */
}

/* 3. 急速心跳 (强调点击) - 替换掉原来缓慢的 moveUp */
@keyframes heartbeat-mobile {
    0% { transform: scale(1); }
    15% { transform: scale(1.05); }
    30% { transform: scale(1); }
    45% { transform: scale(1.05); }
    60% { transform: scale(1); }
    100% { transform: scale(1); }
}

.pulse-active {
    animation: heartbeat-mobile 1.5s ease-in-out infinite !important;
}

/* 4. 底部固定栏强调 - 呼吸效果 */
@keyframes breath-btn {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.breath-light {
    animation: breath-btn 2s infinite;
}