/* reset */
html, body, div, p, ul, li, dl, dt, dd, em, i, span, a, img, input, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0
}

a, img, input {
    border: none
}

body {
    font: 0.16rem "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #191219;
    overflow-x: hidden
}

a {
    text-decoration: none
}

ul, li {
    list-style: none
}

/* font */
/* 中文 */
@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('./SourceHanSansCN-Normal.otf') format('opentype');
    font-display: swap
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('./SourceHanSansCN-Regular.otf') format('opentype');
    font-display: swap
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('./SourceHanSansCN-Medium.otf') format('opentype');
    font-display: swap
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('./SourceHanSansCN-Bold.otf') format('opentype');
    font-display: swap
}

@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    src: url('./SourceHanSansCN-Heavy.otf') format('opentype');
    font-display: swap
}

/* 数字 */
@font-face {
    font-family: 'FoundryGridnik-Bold';
    src: url('./FoundryGridnik-Bold.otf') format('opentype');
    font-display: swap
}

@font-face {
    font-family: 'Foundry-Gridnik-W03-Extra-Bold';
    src: url('./Foundry_Gridnik_W03_Extra_Bold.otf') format('opentype');
    font-display: swap
}

/* afooter */
#afooter {
    position: relative;
    padding: 0.3rem 0;
    text-align: center;
    z-index: 10;
    background-color: #000
}

#afooter, #afooter a {
    color: #ccc;
    text-decoration: none
}

/* 布局样式 */
.wrapper {
    margin: 0 auto
}

.wrapper > * {
    margin-top: -0.01rem
}

/* Part1 样式 */
.part1 {
    width: 100%;
    height: 7.85rem;
    background-image: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/m/part1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative
}
.part1 .logo{
    position: absolute;
    left: 0.74rem;
    top: 0.42rem;
    display: block;
    background-image: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/logo.png);
    background-size: 1.72rem 0.36rem;
    width: 1.72rem;
    height: 0.36rem;
}
.login_box {
    color: #000000;
    font-size: 0.14rem;
    font-family: 'SourceHanSansCN-Medium';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.25rem;
    line-height: 0.18rem;
    width: auto;
    white-space: nowrap
}

.login_box a {
    color: #59bb2d
}

/* Part2 样式 */
.part2 {
    width: 100%;
    height: 15.16rem;
    background-image: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/m/part2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative
}

.part2 .center {
    width: 7.1rem;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.part2 .title_box {
    background-image: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/m/part2_tit.png);
    background-size: cover;
    width: 7.12rem;
    height: 0.59rem;
    text-indent: -9999px;
    margin-left: -0.02rem;
}

.part2 .roll_btn, .part2 .roll_btn2 {
    display: none
}

.part2 .roll {
    display: block
}

/* 轮播样式 */
#swiper1 {
    width: 7.27rem;
    height: 6.67rem;
    overflow: visible;
    margin-top: 0.35rem;
}

.part2 .part2_list .swiper-wrapper {
    display: flex;
    justify-content: space-between
}

.part2 .part2_list .swiper-slide {
    width: 2.87rem;
    height: 6.67rem;
    cursor: pointer;
    position: relative;
    overflow: visible;
    margin-top: 0.23rem
}
.part2 .part2_list .part2_list1 {
    background: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/part2_list_1.png) no-repeat center/cover
}

.part2 .part2_list .part2_list2 {
    background: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/part2_list_2.png) no-repeat center/cover
}

.part2 .part2_list .part2_list3 {
    background: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/part2_list_3.png) no-repeat center/cover
}

.part2 .part2_list .part2_list4 {
    background: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/part2_list_4.png) no-repeat center/cover
}

.part2 .part2_list .part2_list5 {
    background: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/part2_list_5.png) no-repeat center/cover;
    margin-right: 0.12rem
}

/* 卡片数字标识 */
.part2 .swiper-slide:before {
    content: '01';
    width: 0.45rem;
    height: 0.45rem;
    background-color: #0b1923;
    position: absolute;
    left: 0.54rem;
    top: -0.2rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.48rem;
    text-align: center;
    font-family: "FoundryGridnik-Bold";
    z-index: 2
}

.part2 .part2_list .part2_list2::before {
    content: '02'
}

.part2 .part2_list .part2_list3::before {
    content: '03'
}

.part2 .part2_list .part2_list4::before {
    content: '04'
}

.part2 .part2_list .part2_list5::before {
    content: '05'
}

/* 卡片未激活状态 */
.part2 .part2_list .swiper-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute
}

/* 卡片激活状态 */
.part2 .part2_list .swiper-slide.on::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/part2_list_on.png);
    background-size: cover;
    position: absolute;
    bottom: 0
}

.part2 .part2_list .swiper-slide.on::before {
    background-color: #66b05a
}

.part2 .part2_list .card_icon {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.18rem;
    align-items: center;
    z-index: 10
}

.part2 .part2_list .swiper-slide.on .card_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 0.28rem
}

.part2 .part2_list .card_icon span {
    display: block;
    margin: 0 0.045rem;
    width: 0.19rem;
    height: 0.28rem;
    background-image: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/part2_list_icno.png);
    background-size: 0.38rem 0.28rem;
    background-position-x: right
}

.part2 .part2_list .card_icon span.on {
    background-position-x: left
}

.part2 .part2_list .card_icon:after {
    content: '';
    position: absolute;
    width: 2.54rem;
    height: 0.36rem;
    background: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/sjx_on.png) no-repeat center/cover;
    bottom: -0.74rem;
    left: 50%;
    transform: translateX(-50%)
}

/* 任务盒子样式 */
.part2 .task_box {
    position: relative;
    width: 7.1rem;
    height: 4rem;
    margin-top: 1.2rem;
    display: block
}

.part2 .task_box .task_num {
    display: none;
    position: relative
}

.part2 .task_box .task_num.open {
    display: block
}

.part2 .task_box .task_title {
    height: 0.68rem;
    display: flex;
    align-items: center;
    margin-left: 0.7rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.34rem
}

.part2 .task_box .task_list {
    width: 6.9rem;
    height: 4.3rem;
    margin-left: 0.1rem;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.part2 .task_box .task_list li {
    width: 6.6rem;
    height: 0.9rem;
    display: flex;
    position: relative;
    padding-left: 0.20rem;
    margin: 0.24rem 0;
    align-items: center
}

.part2 .task_box .task_list li:not(:last-child):after {
    position: absolute;
    width: 6.67rem;
    height: 0.01rem;
    content: '';
    bottom: -0.25rem;
    left: 0.2rem;
    background-color: #c0d0d8;
    opacity: 0.8
}

.part2 .task_box .task_list li:last-child::before {
    display: none
}

.part2 .task_box .task_list li .task_serial {
    font-size: 0.2rem;
    font-family: 'FoundryGridnik-Bold';
    color: #c7efb5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0.05rem;
}
.part2 .task_box .task_list li .task_serial span:nth-child(2){
    transform: translateY(0.03rem);
}

.part2 .task_box .task_list li .task_serial span {
    font-family: normal;
}

.part2 .task_box .task_list li .task_name {
    display: inline-block;
    width: 3rem;
    font-size: 0.2rem;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    margin-left: 0.15rem;
    flex-shrink: 0
}
.part2 .task_box .task_name .small_font{
    font-size: 0.25rem;
}
.part2 .task_box .task_list li .task_name p:nth-of-type(1) {
    display: inline-block
}

.part2 .task_box .task_list li .task_name p:nth-of-type(2) {
    font-size: 0.2rem;
    font-weight: 300
}

.part2 .task_box .task_list li .task_number {
    font-size: 0.26rem;
    color: #000;
    align-self: center;
    margin: 0 0 0 auto;
}

.part2 .task_box .task_list li .task_btn {
    display: block;
    width: 1.34rem;
    height: 0.56rem;
    background: linear-gradient(-45deg, transparent 0.1rem, #000 0);
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.26rem;
    color: #bfbfbf;
    font-weight: bold;
    margin: 0.05rem 0.2rem 0 auto;
    align-self: center
}
.part2 .task_box .task_list.task_list1 li:not(:first-child):after {
    display: none;
}
.part2 .task_box .task_list.task_list1 li:nth-of-type(1) {
    margin-top: 0;
}
.part2 .task_box .task_list.task_list1 li:nth-of-type(2) {
    margin-left: 0.55rem;
    font-size: 0.18rem;
    font-weight: 300;
    margin: 0.0rem 0 0.3rem 0.4rem;
    height: 0.2rem;

}
.part2 .task_box .task_list.task_list1 li:nth-of-type(3) {
    margin: 0;
    height: 0.78rem;
}

.part2 .task_box .task_list1 li:last-child{
    height: 1.6rem;
}

.part2 .task_box .task_list li .claim_btn {
    width: 3.22rem;
    height: 0.78rem;
    background: url("//game.gtimg.cn/images/val/act/a20260206MarchAct/btn_bg.png");
    background-size: 3.98rem 4.84rem;
    margin-left: 0.38rem;
    background-position-y: -2.5rem;
    text-indent: -99.99rem;
    margin-top: 0;
}
.part2 .task_box .task_list li .claim_btn.on {
    background-position-y: -3.28rem;
}

.part2 .task_box .task_list li .claim_btn.ed {
    background-position-y: -4.06rem;
}


div.task_box > div:nth-child(1) > ul .task_serial,
div.task_box > div:nth-child(5) > ul .task_serial {
    align-self: center !important
}

.part2 .task_box .task_list li .task_btn.on {
    background: linear-gradient(-45deg, transparent 0.1rem, #edf34b 0);
    color: #000
}

.part2 .task_box .task_list li .task_btn.ed {
    background: none;
    color: #4cada3
}

.part2 .task_box .rewar_img{
    position: absolute;
    right: 0.3rem;
    top: 1.22rem;
    width: 3.06rem;
    height: 3.21rem;
    pointer-events: none;
}
.part2 .task_box .task_list.task_list1 li{
    width: 3.8rem;
}
.part2 .task_box .task_list.task_list1 li:after{
    width: 2.55rem;
    left: 0.6rem;
    bottom: 0;
}
.part2 .task_box .task_list.task_list1 .task_name{
    text-wrap: wrap;
    line-height: 0.3rem;
}
.part2 .task_box .task_list.task_list1 .task_name br{
    display: none;
}
/* 我的积分样式 */
.part2 .myintegral {
    margin: 1.37rem 0.6rem 0 0;
    width: 7.1rem;
    height: 0.97rem;
    line-height: 0.97rem;
    overflow: hidden
}

.part2 .myintegral .right {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 0.97rem;

}

.part2 .myintegral .right > span {
    display: inline-block;
    font-size: 0.2695rem;
    font-weight: bold;
    color: #000;
}

.part2 .myintegral .right p {
    display: inline-flex;
    align-items: end;
    justify-content: center;
    margin-left: -0.07rem
}

.part2 .myintegral .right p span:nth-of-type(1) {
    font-size: 0.6113rem;
    color: #000;
    font-family: 'FoundryGridnik-Bold';
    display: inline-block;
    letter-spacing: -0.07rem;
    align-items: end;
    line-height: 0.35rem
}

.part2 .myintegral .right span:nth-of-type(2) {
    display: inline-block;
    width: 0.22rem;
    height: 0.22rem;
    background-image: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/val_icon1.png);
    background-size: 0.22rem 0.22rem;
    margin-left: 0.1rem
}

.part2 .myintegral .exchangebtn {
    position: relative;
    float: right;
    display: inline-block;
    width: 3.98rem;
    height: 0.97rem;
    background-image: url("//game.gtimg.cn/images/val/act/a20260206MarchAct/m/btn_bg.png");
    background-size: 3.98rem 1.94rem;
    text-indent: -9999px
}

/* Part3 样式 */
.part3 {
    width: 100%;
    height: 14.65rem;
    background-image: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/m/part3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative
}

.part3 .center {
    width: 7.1rem;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.part3 .title_box {
    background-image: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/m/part3_tit.png);
    background-size: cover;
    width: 7.13rem;
    height: 0.57rem;
    text-indent: -9999px;
    margin-top: 1.75rem;
}

.part3 .title_box .title {
    font-size: 0.5rem;
    color: #f8f2ed;
    font-family: 'SourceHanSansCN-Heavy'
}

.part3 .title_box p {
    font-family: "Foundry-Gridnik-W03-Extra-Bold";
    font-size: 0.19rem;
    color: #ff5263;
    margin: 0.43rem 0 0 0.14rem
}

.part3_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -0.06rem;
}

/* 卡片样式 */
.part3_list .card-inner {
    position: relative;
    width: 2.29rem;
    height: 5.46rem;
    margin-bottom: -0.58rem;
    perspective: 1000px;
    text-align: center;
    transition: transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
    transform-style: preserve-3d;
    transform-origin: center center;
    display: block
}

.part3_list .card-inner:nth-of-type(n+4):nth-of-type(-n+6) {
    margin-top: -0.54rem
}

.part3_list .card-inner.on {
    transform: rotateY(180deg)
}

.part3_list .card-front,
.part3_list .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url("//game.gtimg.cn/images/val/act/a20260206MarchAct/part3_list.png");
    background-size: 4.59rem 5.46rem
}

/* 卡片正面 */
.part3_list .card-front {
    background-position-x: -2.3rem
}

/* 卡片背面 */
.part3_list .card-back {
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position-x: 0
}

.part3_list .card-img {
    max-width: 70%;
    max-height: 40%;
    object-fit: contain;
    margin-bottom: 0.4rem
}

.part3_list .card-title {
    position: absolute;
    max-width: 1.4rem;
    color: #f8f2ed;
    font-size: 0.1726rem;
    text-align: center;
    font-weight: 300;
    bottom: 1.55rem;
    transform: translateY(50%);
    text-wrap: nowrap;
}

.part3_list .card-title:before {
    left: -0.22rem;
    right: auto
}

.part3 .center .bottom {
    width: auto;
    height: 0.96rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.2rem
}

.part3 .center .bottom > div {
    width: 3.3rem;
    margin-top: -0.65rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #f8f2ed;
    font-size: 0.2989rem;
    font-family: SourceHanSansCN-Regular
}

.part3 .center .bottom > div p {
    height: 0.28rem;
    font-size: 0.6rem;
    line-height: 0.34rem;
    margin: 0.05rem 0 0 0.1rem;
    padding: 0 0.1rem 0 0.08rem;
    letter-spacing: -0.02rem;
    font-family: Foundry-Gridnik-W03-Extra-Bold;
    background: linear-gradient(-45deg, transparent 0.1rem, #0c4c50 0);
    transform: translateY(0.04rem);
}

.part3 .center .bottom > div span {
    height: 0.24rem;
    width: 0.25rem;
    margin: 0.1rem 0 0 0.2rem;
    background-image: url("//game.gtimg.cn/images/val/act/a20260206MarchAct/val_icon2.png");
    background-size: 0.25rem 0.24rem
}

.part3 .center .flop-btn {
    position: relative;
    display: block;
    width: 3.44rem;
    height: 0.97rem;
    margin-right: -0.1rem;
    background-image: url("//game.gtimg.cn/images/val/act/a20260206MarchAct/m/btn_bg.png");
    background-size: 3.98rem 1.94rem;
    background-position-y: -0.97rem;
    text-indent: -9999px
}

.part3 .part3_tip {
    width: 3rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #a3a8b8;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.05rem;
    margin-top: -0.4rem;
}

.part3 .part3_tip span {
    display: block;
    color: #51afa1;
    font-size: 0.2rem;
    font-family: Foundry-Gridnik-W03-Extra-Bold;
    letter-spacing: -0.02rem;
    line-height: 0.24rem;
    margin-right: 0.08rem;
}


/* 弹窗样式 */
.dialog {
    outline: none;
    border: none
}

.pop1 {
    width: 6.41rem;
    height: 3.76rem;
    background-image: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/pop1.png);
    background-size: cover;
    overflow: hidden
}

.dialog .dia-close {
    background-image: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/close.png);
    background-size: cover;
    width: .29rem;
    height: .29rem;
    position: absolute;
    right: -0.31rem;
    top: -0.24rem;
    overflow: hidden;
    transition: all .3s;
    text-indent: -9999px
}

#dia-common .pop_center {
    width: 5.4rem;
    margin: .2rem auto 0
}

#dia-common .pop_center .common_con {
    width: 100%;
    height: 3.4rem;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .4129rem;
    color: #000
}

#dia-common .pop_center .common_con p {
    text-align: center
}

#dia-obtain .pop_center .obtain_con {
    width: 100%;
    margin-top: .16rem;
    height: 3.16rem;
    overflow-x: hidden;
    overflow-y: auto
}

#dia-obtain .pop_center .obtain_con .title {
    margin-top: .25rem;
    text-align: center;
    font-size: .4rem;
    color: #1e2e47;
    font-weight: bold
}

#dia-obtain .pop_center .obtain_con .obtain_list {
    margin: -0.05rem auto 0;
    width: 4rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

#dia-obtain .obtain_con .obtain_list li {
    position: relative;
    width: 3rem;
    height: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#dia-obtain .pop_center .obtain_con .obtain_img {
    margin: 0.15rem auto 0;
    max-width: 2rem;
    max-height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center
}

#dia-obtain .pop_center .obtain_con .obtain_list li:nth-child(2) img {
    scale: 0.9
}

#dia-obtain .pop_center .obtain_con .obtain_img {
    margin: 0 auto;
    width: 2.5rem;
    height: 2.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

#dia-obtain .pop_center .obtain_con .obtain_img.gift_three {
    width: 4.8rem !important
}

#dia-obtain .pop_center .obtain_con .obtain_img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 85%
}

#dia-obtain .pop_center .obtain_con .obtain_name {
    font-size: .2rem;
    color: #1e2e47;
    text-align: center;
    margin: .05rem auto 0;
    position: absolute;
    bottom: 0.06rem;
}
#dia-obtain .pop_center .obtain_con .obtain_name br{
    display: none;
}

#dia-signin .pop_center .signin_con {
    width: 100%;
    margin-top: .16rem;
    height: 3.16rem;
    overflow-x: hidden;
    overflow-y: auto
}

#dia-signin .pop_center .signin_con .title {
    margin-top: .5rem;
    text-align: center;
    font-size: .4rem;
    color: #1e2e47;
    font-weight: bold
}

#dia-signin .pop_center .signin_con .signin_img {
    width: 4rem;
    margin: .4rem auto;
    display: flex;
    justify-content: center;
    align-items: center
}

#dia-signin .pop_center .signin_con .signin_img a {
    display: block;
    width: 1.49rem;
    height: 1.49rem;
    margin: 0 0.25rem 0;
    background-image: url(//game.gtimg.cn/images/val/act/a20260206MarchAct/signin_btn.png);
    background-size: 2.98rem 1.49rem;
    text-indent: -9999px;
    background-position:0 0;
}


#dia-signin .pop_center .signin_con .signin_img a:nth-of-type(2) {
    background-position: -1.49rem 0;
}


/*小弹窗*/
.common-toast {
    z-index: 101;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 2.5rem;
    min-height: 0.4rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.2rem 0.6rem;
    color: #e5e5e5;
    background-color: rgba(0, 0, 0, 0.68);
    border-radius: 0.1rem;
    font-size: 0.28rem;
    text-align: center
}