/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%
}

a {
    text-decoration: none;
    transition: color 0.2s;
    cursor: pointer;
    outline: 0;
    color: #000;
}

a:hover {
    opacity: 0.85;
    transition: 0.2s all
}

/* reset end */
body {
    background-color: #191219;
    overflow-x: hidden;
    overflow-y: visible !important;
    font-family: SourceHanSansCN-Medium,
    "Microsoft YaHei",
    "Helvetica Neue", Arial,
    sans-serif;
}

/* 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('../css/FoundryGridnik-Bold.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Foundry-Gridnik-W03-Extra-Bold';
    src: url('../css/Foundry_Gridnik_W03_Extra_Bold.otf') format('opentype');
    font-display: swap;
}

#afooter {
    position: relative;
    padding: 30px 0;
    text-align: center;
    font: normal 12px/19px Tahoma;
    z-index: 10;
    background-color: #191219;
}

#afooter,
#afooter a {
    color: #c0c0c0;
    text-decoration: none;
}

.authorization_m {
    display: none;
}


/* 布局样式 */
.wrapper {
    margin: 0;
}

.wrapper * {
    box-sizing: border-box
}

.wrapper > * {
    margin-top: -1px;
}
.wrapper-scale{position: relative; overflow: hidden;}
.wrapper-scale .wrapper{ transform-origin: 0 0;}
/* Part1 样式 */
.part1 {
    width: 100%;
    height: 1202px;
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/part1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.part1 .logo{
    position: absolute;
    left: 128px;
    top: 59px;
    display: block;
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/logo.png);
    background-size: 276px 52px;
    width: 276px;
    height: 52px;
}

.part1 .login_box {
    color: #000000;
    font-size: 20px;
    font-family: 'SourceHanSansCN-Medium';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 56px;
    width: auto;
    white-space: nowrap;
    margin-left: 5px;
}

.part1 .login_box a {
    color: #f8354d;
}
.part1 .title,.part1 .subtitle{
    display: none;
    text-indent: -9999px;
}
/* Part2 样式 */
.part2 {
    width: 100%;
    height: 1492px;
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/part2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.part2 .center {
    width: 1510px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.part2 .title_box {
    display: flex;
    justify-content: space-between;
    line-height: 98px;
}

.part2 .title_box .title {
    font-size: 80px;
    color: #0a083d;
    font-family: 'SourceHanSansCN-Heavy';
}

.part2 .title_box p {
    font-family: "Foundry-Gridnik-W03-Extra-Bold";
    font-size: 30px;
    color: #7674ef;
    margin: -20px 3px 0 0;
}

.part2 .roll {
    display: block;
}

/* 轮播样式 */
#swiper1 {
    width: 1498px;
    height: 687px;
    margin-top: 29.5px;
    overflow: visible;
}

.part2 .part2_list .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.part2 .part2_list .swiper-slide {
    width: 359px;
    height: 667px;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
}

.part2 .part2_list .part2_list1 {
    background: url(//game.gtimg.cn/images/val/act/a20260320event/part2_list_1.png) no-repeat center/cover;
}

.part2 .part2_list .part2_list2 {
    background: url(//game.gtimg.cn/images/val/act/a20260320event/part2_list_2.png) no-repeat center/cover;
}

.part2 .part2_list .part2_list3 {
    background: url(//game.gtimg.cn/images/val/act/a20260320event/part2_list_3.png) no-repeat center/cover;
}

.part2 .part2_list .part2_list4 {
    background: url(//game.gtimg.cn/images/val/act/a20260320event/part2_list_4.png) no-repeat center/cover;
}


/* 卡片数字标识 */
.part2 .swiper-slide:before {
    content: '01';
    width: 45px;
    height: 45px;
    background-color: #0b1923;
    position: absolute;
    left: 55px;
    top: -20px;
    font-size: 24px;
    color: #f4f4fe;
    line-height: 50px;
    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: 359px;
    height: 657px;
    background: url(//game.gtimg.cn/images/val/act/a20260320event/part2_list_on.png) 100% 100%;
    position: absolute;
    bottom: 0;
}

.part2 .part2_list .swiper-slide.on::before {
    background-color: #f8354d;
    color: #fff;
}

.part2 .part2_list .card_icon {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26px;
    align-items: center;
    z-index: 10;
}

.part2 .part2_list .swiper-slide.on .card_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 29px;
}

.part2 .part2_list .card_icon span {
    display: block;
    margin: 0 4.5px;
    width: 19.5px;
    height: 29px;
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/part2_list_icno.png);
    background-size: 39px 29px;
    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: 255px;
    height: 36px;
    background: url(//game.gtimg.cn/images/val/act/a20260320event/sjx_on.png) no-repeat center/cover;
    bottom: -82.05px;
    left: 50%;
    transform: translateX(-50%);
}

/* 任务盒子样式 */
.part2 .task_box {
    position: relative;
    width: 950px;
    height: 570px;
    margin: 78px 0 0 0px;
    display: inline-block;
}

.part2 .task_box .task_num {
    display: none;
    position: relative;
}

.part2 .task_box .task_num.open {
    display: block;
}

.part2 .task_box .task_title {
    height: 90px;
    display: flex;
    align-items: center;
    margin-left: 90px;
}

.part2 .task_box .task_title span:nth-of-type(1) {
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
}

.part2 .task_box .task_title span:nth-of-type(2) {
    display: none;
    font-size: 26px;
    color: #ededed;
    margin-left: 50px;
}

.part2 .task_box .task_list {
    width: 950px;
    height: 363px;
    margin: 46px 0 0 22px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #0a083c;
}

.part2 .task_box .task_list li {
    width: 100%;
    height: 68px;
    display: flex;
    position: relative;
    padding-left: 29px;
    margin: 40px 0;
}

.part2 .task_list li > * {
    align-self: center;
}

.part2 .task_box .task_list li:not(:last-child):after {
    position: absolute;
    width: 868px;
    height: 1px;
    content: '';
    bottom: -42px;
    left: 22px;
    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: 20px;
    font-family: 'FoundryGridnik-Bold';
    margin: 10px 0 8px 0;
    line-height: 33px;
    text-align: center;
}

.part2 .task_box .task_list li .task_serial span {
    font-family: '';
    display: block;
    margin-bottom: -3px;
}

.part2 .task_box .task_list li .task_name {
    display: inline-block;
    width: 300px;
    font-size: 26px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    margin-left: 15px;
}

.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: 20px;
    font-weight: 300;
}

.part2 .task_box .task_list li .task_number {
    font-size: 26px;
    font-weight: bold;
    color: #8037e8;
    margin: 16px 0 0 171px;
    align-self: flex-start;
    letter-spacing: 1px;
}

.part2 .task_box .task_list li .task_btn {
    display: block;
    width: 204px;
    height: 56px;
    background: linear-gradient(-45deg, transparent 10px, #1c1c1c 0);
    line-height: 56px;
    text-align: center;
    font-size: 26px;
    color: #7b7b7b;
    font-weight: bold;
    margin: 8px 0 0 28px;
}

.part2 .task_box .task_list li .task_btn.on {
    background: linear-gradient(-45deg, transparent 10px, #8037e8 0);
    color: #fff;
}

.part2 .task_box .task_list li .task_btn.ed {
    background: none;
    color: #8037e8;
}

/* 我的积分样式 */
.part2 .myintegral {
    float: right;
    margin: 40px 58px 0 0;
    display: inline-block;
    width: 398px;
    overflow: hidden;
}


.part2 .myintegral .right > span {
    display: block;
    width: 178px;
    height: 56px;
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    font-weight: 500;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/btn_bg.png");
    background-size: 587px 2245px;
    padding-left: 53px;
    margin: 211px 0 0 199px;
}

.part2 .myintegral .right p {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 280px;
    margin: 53px 0 0 76px;
}

.part2 .myintegral .right p span:nth-of-type(1) {
    font-size: 106.9px;
    line-height: 60px;
    color: #000;
    font-family: 'FoundryGridnik-Bold';
    display: inline-block;
    text-align: right;
    letter-spacing: -11px;
}

.part2 .myintegral .right span:nth-of-type(2) {
    display: inline-block;
    width: 40px;
    height: 42px;
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/val_icon1.png);
    background-size: 40px 42px;
    margin-left: 20px;
}

.part2 .myintegral .exchangebtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 398px;
    height: 100px;
    color: #f6f5fe;
    font-size: 24px;
    letter-spacing: 4.5px;
    font-family: SourceHanSansCN-Bold;
    font-weight: 500;
    line-height: 96px;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/btn_bg.png");
    background-size: 587px 2245px;
    background-position-y: -56px;
    margin-top: 60px;
    padding-left: 15px;
}

.part2 .exchangebtn .arrow {
    display: inline-block;
    width: 14px;
    height: 22px;
}

/* 附加任务样式 */
.part2 .task_box .add_task .task_list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.part2 .task_box .add_task .task_list li .task_btn {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 50px;
}

.part2 .task_box .add_task .task_list li .szs {
    display: block;
    width: 280px;
    height: 190px;
    margin: 0 auto;
}

.part2 .task_box .add_task .task_list li .task_serial {
    margin-top: 0;
}

.part2 .task_box .add_task .task_list li::before {
    display: none;
}

/* Part3 样式 */
.part3 {
    width: 100%;
    height: 1222px;
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/part3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative
}

.part3 .center {
    width: 1526px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.part3 .title_box {
    position: relative;
    margin: 279px 0 0 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part3 .title_box .title {
    font-size: 80px;
    color: #fbfff8;
    font-family: 'SourceHanSansCN-Heavy';
}

.part3 .title_box p {
    font-family: "Foundry-Gridnik-W03-Extra-Bold";
    font-size: 30px;
    color: #e956ff;
    margin: 18px 10px 0 0;
}

.part3 .title_box .subtitle {
    position: absolute;
    font-size: 22px;
    color: #fbfff8;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: -16px 0 0 4px;
    left: 0;
    bottom: -24px;
}

.part3 .title_box .subtitle span {
    display: block;
    color: #ffe63d;
}

.part3 .title_box .subtitle:before {
    content: '';
    display: block;
    width: 6px;
    height: 26px;
    background-image: linear-gradient(-45deg, transparent 5px, #ffe63d 0);
    margin-right: 12px;
}

.part3 .title_box .subtitle br {
    display: none;
}

.part3_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 69px;
    width: 100%
}

/* 卡片样式 */
.part3_list .card-inner {
    position: relative;
    width: 229px;
    height: 406px;
    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.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/a20260320event/part3_list.png");
    background-size: 458px 406px;
}

/* 卡片背面 */
.part3_list .card-back {
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position-x: 229px
}

.part3_list .card-img {
    width: auto;
    max-height: 40%;
    object-fit: contain;
    margin-bottom: 25px
}

.part3_list .card-title {
    position: absolute;
    color: #fdf980;
    font-size: 16.62px;
    text-align: center;
    font-weight: 300;
    max-width: 63%;
    bottom: 75px;
    transform: translateY(50%);
    text-wrap: nowrap;
}

.part3 .center .bottom {
    width: auto;
    height: 96px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 10px;
    margin-top: 89px
}

.part3 .center .bottom > div {
    width: 380px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
    line-height: 50px;
    color: #f8f2ed;
    font-size: 30px;
    font-family: SourceHanSansCN-Regular
}

.part3 .center .bottom > div p {
    height: 28px;
    font-size: 60px;
    color: #fff365;
    line-height: 32px;
    letter-spacing: -1px;
    margin: 0 10px 0 18px;
    padding: 0 12px 0 9px;
    font-family: Foundry-Gridnik-W03-Extra-Bold;
    transform: translateY(1px);
}

.part3 .center .bottom > div span {
    height: 24px;
    width: 25px;
    background: url("//game.gtimg.cn/images/val/act/a20260320event/val_icon2.png") 100% 100%
}

.part3 .center .flop-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 398px;
    height: 96px;
    color: #f6f5fe;
    font-size: 24px;
    font-family: SourceHanSansCN-Bold;
    letter-spacing: 4.5px;
    font-weight: 500;
    line-height: 140px;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/btn_bg.png");
    background-size: 587px 2245px;
    background-position-y: -153px;
}

.part3 .part3_tip {
    font-size: 20px;
    color: #e4d3f5;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: -35px 0 0 13px
}

.part3 .part3_tip span {
    display: block;
    color: #ac28ff;
    font-size: 17.29px;
    font-family: Foundry-Gridnik-W03-Extra-Bold;
    letter-spacing: -2px;
    line-height: 30px
}

.part3 .part3_tip br {
    display: none;
}

/* Part4 样式 */
.part4 {
    width: 100%;
    height: 1637px;
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/part4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.part4 .center {
    width: 1506px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.part4 .title_box {
    position: relative;
    margin-top: 61px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part4 .title_box .title {
    font-size: 80px;
    color: #fefdf5;
    font-family: 'SourceHanSansCN-Heavy';
}

.part4 .title_box p {
    font-family: "Foundry-Gridnik-W03-Extra-Bold";
    font-size: 30px;
    margin-top: 19px;
    color: #fdece3;
}

.part4 .title_box .subtitle {
    position: absolute;
    font-size: 30px;
    color: #fbfff8;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    margin: -16px 0 0 4px;
    left: 0;
    bottom: -50px;
}

.part4 .title_box .subtitle span {
    display: block;
    color: #fff;
    font-size: 22px;
    font-family: Foundry-Gridnik-W03-Extra-Bold;
    letter-spacing: 2px;
    line-height: 28px;
}

.part4 .fridge-magnet {
    position: relative;
    width: 1272px;
    height: 800px;
    margin: 88px auto 0;
}

.part4 .fridge-magnet:after {
    position: absolute;
    content: '';
    display: block;
    width: 1280px;
    height: 800.8px;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_lunbo_on.png");
    background-size: 1280px 800.8px;
    bottom: 0.3px;
    left: -4px;
    z-index: 8;
    pointer-events: none;
    overflow: visible;
}
.part4 .lunbo {
    position: relative;
    width: 1272px;
    height: 799px;
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
    overflow: hidden;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            6px 100%,
            0 calc(100% - 6px),
            0 4px
    );
}
.part4 .lunbo-prev,
.part4 .lunbo-next {
    position: absolute;
    top: 0;
    left: -116px;
    display: block;
    width: 77px;
    height: 798px;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/btn_bg.png");
    background-size: 587px 2245px;
    background-position-y: -514px;
    background-position-x: -78px;
    transform: rotateY(180deg);
    transition: none;
    text-indent: -9999px;
}

.part4 .lunbo-next {
    left: auto;
    right: -106px;
    background-position-x: -78px;
    transform: rotateY(0deg);
}

.part4 .lunbo-next[aria-disabled="true"] {
    background-position-x: 0px;
    transform: rotateY(180deg);
}

.part4 .lunbo-prev[aria-disabled="true"] {
    background-position-x: 0px;
    transform: rotateY(0deg);
}

.part4 .lunbo .swiper-wrapper {
    width: 1272px;
    height: 799px;
}

.part4 .lunbo .swiper-slide, .part4 .lunbo .swiper-slide > * {
    position: relative;
    width: 1272px;
    height: 799px;
    background-size: 1272px 800px;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_lunbo_img1.jpg");
}

.part4 .lunbo .swiper-slide > *:after {
    position: absolute;
    content: '';
    display: block;
    width: 340px;
    height: 85px;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_lunbo_on6000.png");
    background-size: contain;
    top: 0;
    right: 0;
    z-index: 8;
    pointer-events: none;
    overflow: visible;
}
.part4 .lunbo .lunbo2:after,
.part4 .lunbo .lunbo3:after,
.part4 .lunbo .lunbo4:after,
.part4 .lunbo .lunbo5:after
{
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_lunbo_on360.png");
}
.part4 .lunbo .lunbo2 {
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part5_list_img1.gif");
    background-size: cover;
    background-position: center center;
}
.part4 .lunbo .lunbo3 {
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part5_list_img2.gif");
    background-size: cover;
    background-position: center center;
}

.part4 .lunbo .lunbo4 {
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part5_list_img3.gif");
    background-size: cover;
    background-position: center center;
}

.part4 .lunbo .lunbo5 {
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part5_list_img4.gif");
    background-size: cover;
    background-position: center center;
}



/* 细横条指示器样式 */
.part4 .fridge-magnet .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background-color: #ccc;
    opacity: 1;
    border-radius: 2px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

/* 当前激活的横条 */
.part4 .fridge-magnet .swiper-pagination-bullet-active {
    background-color: #fff;
    transform: scale(1.05);
}

.part4 .rules_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 600px;
    color: #ffffff;
    margin-top: 64px;
}

.part4 .rules>.title {
    font-size: 60px;
    font-family: 'SourceHanSansCN-Heavy';
    line-height: 46px;
    color: #fff;
    margin: 60px auto;
}

.part4 .rules_title .subtitle {
    font-size: 26px;
    font-family: SourceHanSansCN-Normal;
    font-weight: lighter;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 17px 0 0 4px;
}

.part4 .rules_title .subtitle br {
    display: none;
}

.part4 .rules_title .subtitle span {
    display: block;
    color: #fff;
    font-size: 22px;
    font-family: Foundry-Gridnik-W03-Extra-Bold;
    letter-spacing: -2px;
    line-height: 28px;
}

.part4 .tip_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-family: SourceHanSansCN-Heavy;
    margin-top: 24px;
}

.part4 .tip_title h4 {
    width: 196px;
    height: 48px;
    line-height: 48px;
    font-size: 25.34px;
    font-weight: normal;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/btn_bg.png");
    background-size: 587px 2245px;
    background-position-y: -250px;
    padding-left: 15px;
}

.part4 .tip_title .tip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.part4 .tip_title p {
    font-size: 30px;
}

.part4 .tip_title .num{
    color: #5c3bff;
}
.part4 .rules_list {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap:15px;
    color: #fff;
    font-family: SourceHanSansCN-Heavy;
    width: 606px;
}

.part4 .rules_list > a {
    display: block;
    width: 606px;
    height: 124px;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_list1_text.png");
    background-size: 606px 124px;
    text-indent: -9999px;
}
.part4 .rules_list > a.on {
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_list1_text_on.png");
}

.part4 .rules_list .rules_item2{
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_list2_text.png");
}
.part4 .rules_list .rules_item2.on{
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_list2_text_on.png");
}
.part4 .rules_list .rules_item3{
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_list3_text.png");
}
.part4 .rules_list .rules_item3.on{
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_list3_text_on.png");
}
.part4 .rules .rules_img{
    margin-top: 12px;
    float: right;
    display: inline-block;
    width: 859px;
    height: 390px;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_list1.png");
    background-size: 859px 390px;
}
.part4 .rules .rules_img.on2{
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_list2.png");
}
.part4 .rules .rules_img.on3{
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/part4_list3.png");
}


.part4 .rules_list_title {
    text-align: center;
    position: relative;
    line-height: 45px;
}

.part4 .rules_list_title .num {
    position: absolute;
    color: #fff;
    font-family: Foundry-Gridnik-W03-Extra-Bold;
    font-size: 20px;
    top: 1px;
    left: 14px;
}

.part4 .rules_list_title .title {
    color: #fff;
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
}

.part4 .rules_list .tip {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    height: 160px;
    width: 380px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    letter-spacing: 0;
}

.part4 .rules_list .tip li {
    position: relative;
}


.part4 .rules_list .tip .progressbar {
    width: 330px;
    font-size: 14px;
    line-height: 52px;
    transform: translateY(-4px);
    margin-left: 3px;
    text-wrap: nowrap;
}

.part4 .rules_list .progressbar p {
    display: inline-block;
}

.part4 .rules_list .progressbar ul {
    width: 255px;
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    margin-left: 5px;
    line-height: 0;
    transform: translateY(7px);
}

.part4 .rules_list .progressbar li {
    height: 2px;
    font-family: FoundryGridnik-Bold;
}

.part4 .rules_list .progressbar li:first-child:before,
.part4 .rules_list .progressbar li:last-child:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: -6px;
    bottom: -1.5px;
    background: #fff;
}

.part4 .rules_list .progressbar li:last-child:after {
    left: auto;
    right: -6px;
    background: #000;
}

.part4 .rules_list .progressbar li {
    position: relative;
    display: inline-block;
    background: #fff;
}

.part4 .rules_list .progressbar li span {
    position: relative;
    width: 16px;
    height: 17px;
    display: inline-block;
    background: #fff;
    color: #1d284b;
    line-height: 19px;
    transform: translate(7px, -6px) translateZ(10px);
    padding-right: 3.5px;
}

.part4 .rules_list .progressbar .day1,
.part4 .rules_list .progressbar .day2,
.part4 .rules_list .progressbar .day3 {
    width: 21px;
    height: 3px;
    text-align: right;
}

.part4 .rules_list .progressbar .day5,
.part4 .rules_list .progressbar .day7 {
    width: 42px;
    height: 3px;
    text-align: right;
}

.part4 .rules_list .progressbar .day10 {
    width: 82px;
    height: 3px;
    text-align: right;
}

.part4 .rules_list .progressbar .day1 {
    z-index: 6;
}

.part4 .rules_list .progressbar .day2 {
    z-index: 5;
}

.part4 .rules_list .progressbar .day3 {
    z-index: 4;
}

.part4 .rules_list .progressbar .day5 {
    z-index: 3;
}

.part4 .rules_list .progressbar .day7 {
    z-index: 2;
}

.part4 .rules_list .progressbar .day10 {
    z-index: 1;
}

.part4 .rules_list .progressbar .day10 span {
    transform: translate(-12px, -6px);
    letter-spacing: -1.2px;
}

.part4 .rules_list .tip > li:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 13px;
    width: 5px;
    height: 5px;
    background-color: #fff;
}

.part4 .rules_list li:nth-child(3) .tip {
    font-size: 18px;
}

.part4 .rules_list .progressbar.on1 li:first-child:before,
.part4 .rules_list .progressbar.on1 .day1,
.part4 .rules_list .progressbar.on1 .day1 span,
.part4 .rules_list .progressbar.on2 li:first-child:before,
.part4 .rules_list .progressbar.on2 li:nth-of-type(-n+2),
.part4 .rules_list .progressbar.on2 li:nth-of-type(-n+2) span,
.part4 .rules_list .progressbar.on3 li:first-child:before,
.part4 .rules_list .progressbar.on3 li:nth-of-type(-n+3),
.part4 .rules_list .progressbar.on3 li:nth-of-type(-n+3) span,
.part4 .rules_list .progressbar.on4 li:first-child:before,
.part4 .rules_list .progressbar.on4 li:nth-of-type(-n+3),
.part4 .rules_list .progressbar.on4 li:nth-of-type(-n+3) span,
.part4 .rules_list .progressbar.on5 li:first-child:before,
.part4 .rules_list .progressbar.on5 li:nth-of-type(-n+4),
.part4 .rules_list .progressbar.on5 li:nth-of-type(-n+4) span,
.part4 .rules_list .progressbar.on6 li:first-child:before,
.part4 .rules_list .progressbar.on6 li:nth-of-type(-n+4),
.part4 .rules_list .progressbar.on6 li:nth-of-type(-n+4) span,
.part4 .rules_list .progressbar.on7 li:first-child:before,
.part4 .rules_list .progressbar.on7 li:nth-of-type(-n+5),
.part4 .rules_list .progressbar.on7 li:nth-of-type(-n+5) span,
.part4 .rules_list .progressbar.on8 li:first-child:before,
.part4 .rules_list .progressbar.on8 li:nth-of-type(-n+5),
.part4 .rules_list .progressbar.on8 li:nth-of-type(-n+5) span,
.part4 .rules_list .progressbar.on9 li:first-child:before,
.part4 .rules_list .progressbar.on9 li:nth-of-type(-n+5),
.part4 .rules_list .progressbar.on9 li:nth-of-type(-n+5) span,
.part4 .rules_list .progressbar.on10 li:first-child:before,
.part4 .rules_list .progressbar.on10 li:last-child:after,
.part4 .rules_list .progressbar.on10 li:nth-of-type(-n+6),
.part4 .rules_list .progressbar.on10 li:nth-of-type(-n+6) span {
    background-color: #5c3bff;
    color: #fee0d8;
}

/* Part5 样式 */
.part5 {
    width: 100%;
    height: 964px;
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/part5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.part5 .center {
    width: 1506px;
    height: 100%;
    margin: 0 auto;
}

.part5 .center>.tip{
    position: relative;
    display: block;
    margin: 15px auto 0;
    font-family: SourceHanSansCN-Regular;
    font-size: 22px;
    line-height: 26px;
    font-weight: 100;
    width: 1380px;
}

.part5 .center>.tip:before{
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/tips_icon.png");
}
.part5 .center>h4 {
    text-align: center;
    font-size: 43.19px;
    line-height: 50px;
    font-family: SourceHanSansCN-Heavy;
    color: #fff;
    margin-top: 23px;
}

.part5 .center>h4:before, .part5 .center>h4:after {
    display: inline-block;
    content: '—';
    font-weight: lighter;
    margin: 0px 18px;
    font-size: 90px;
    font-family: SourceHanSansCN-Heavy;
    transform: translateY(8px);
}

/* 左侧选购界面 */
.part5 .reward_left {
    margin-top: 12px;
    display: inline-block;
    width: 100%;
    height: 520px;
}

.part5 .exchange_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 19px;
}

.part5 .exchange_box li {
    height: 360px;
}

.part5 .exchange_box li .exchange_bg {
    position: relative;
    display: block;
    width: 349px;
    height: 506px;
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/part4_left_item_bg.png);
    overflow: hidden;
    background-size: cover;
}

.part5 .exchange_box li .exchange_btn {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    display: block;
    width: 245px;
    height: 56px;
    background: linear-gradient(-45deg, transparent 13px, #fff365 0);
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 60px;
    letter-spacing: 2px;
    font-family: SourceHanSansCN-Bold;
}
.part5 .exchange_box li .exchange_bg:not(.on):after  {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    pointer-events: none;
}
.part5 .exchange_box li .exchange_bg.disable:after  {
    background: url(//game.gtimg.cn/images/val/act/a20260320event/exchange_disable.png) center center/cover;
}
.part5 .exchange_box li .exchange_bg.pay .btn1{
    display: none;
}
.part5 .exchange_box li .exchange_bg.pay .btn2{
    display: block;
}
.part5 .exchange_box li .exchange_bg .btn2{
    display: none;
}
.part5 .exchange_box li .exchange_bg .btn1{
    display: block;
}
.part5 .exchange_box li .exchange_btn.on {
    filter: grayscale(1);
}

.part5 .exchange_box li .exchange_bg .exchange_img {
    height: 260px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 55px auto 0;
}

.part5 .exchange_box li .exchange_bg .exchange_img img {
    display: block;
    width: auto;
    max-height: 260px;
}
.part5 .exchange_box li .exchange_bg .name {
    position: absolute;
    left: 50%;
    bottom: 127px;
    transform: translateX(-50%);
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: 'syht_Regular';
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    margin-top: 20px;
}

.part5 .morph-demo .title {
    margin-top: 80px;
    padding: 0 40px;
    font-family: SourceHanSansCN-Heavy;
    font-size: 50px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part5 .morph-demo-list {
    width: 1270px;
    display: flex;
    justify-content: space-between!important;
    align-items: center;
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    color: #fff;
    margin: 88px auto 0;
}

.part5 .morph-demo-list>li {
    display: block;
    width: 587px;
    height: 487px;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/btn_bg.png");
    background-size: 587px 2245px;
    background-position-y: -1699px;
    overflow: hidden;
}
.part5 .morph-demo-list .swiper-pagination{
    margin: 0 0 0px -4px;
}
.part5 .morph-demo-list .swiper-pagination-bullet{
    margin: 0 1px;
    width: 53px!important;
    height: 5px!important;
    background-color: rgba(0,0,0,0.15); /* 任意颜色 */
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.part5 .morph-demo-list .swiper-pagination-bullet-active{
    background-color: #fff; /* 任意颜色 */
}
.part5 .morph-demo-list li>div{

    position: relative;
}
.part5 .morph-demo-list li .swiper-slide{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 587px;
    height: 487px;
    padding-bottom: 70px;
}
.part5 .morph-demo-list li .swiper-slide img{
    width:auto;
    height: 375px;
}
.part5 .morph-demo-list li .swiper-slide p {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25.92px;
    width: 100%;
    text-align: center;
}
/*客服中心、查看订单按钮*/
.part5 .btn-custome, .part5 .btn-order {
    position: absolute;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/btn_bg.png");
    background-size: 587px 2245px;
    background-position-y: -1312px;
    left: -1px;
    top: 180px;
    width: 79px;
    height: 387px;
    text-indent: -9999px;
}

.part5 .btn-order {
    background-position-x: -80px;
    left: auto;
    right: -2px;
}

.part5 .rules_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 600px;
    color: #ffffff;
    margin-top: 40px;
}

.part5 .rules_title .title {
    font-size: 60px;
    font-family: 'SourceHanSansCN-Heavy';
    line-height: 46px;
}

.part5 .rules_title .subtitle {
    font-size: 26px;
    font-family: SourceHanSansCN-Normal;
    font-weight: lighter;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 17px 0 0 4px;
}

.part5 .rules_title .subtitle br {
    display: none;
}

.part5 .rules_title .subtitle span {
    display: block;
    color: #fff;
    font-size: 22px;
    font-family: Foundry-Gridnik-W03-Extra-Bold;
    letter-spacing: -2px;
    line-height: 28px;
}

.part5 .tip_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-family: SourceHanSansCN-Heavy;
    margin-top: 55px;
}

.part5 .tip_title h4 {
    width: 196px;
    height: 48px;
    line-height: 48px;
    font-size: 25.34px;
    font-weight: normal;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/btn_bg.png");
    background-size: 587px 2245px;
    background-position-y: -250px;
    padding-left: 15px;
}

.part5 .tip_title .tip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.part5 .tip_title p {
    font-size: 30px;
}

.part5 .tip_title .num{
    color: #5c3bff;
}
.part5 .rules_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: SourceHanSansCN-Heavy;
    margin-top: 21px;
}

.part5 .rules_list > li {
    display: block;
    width: 364px;
    height: 214px;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/btn_bg.png");
    background-size: 587px 2245px;
    background-position-y: -300px;
}

.part5 .rules_list_title {
    text-align: center;
    position: relative;
    line-height: 45px;
}

.part5 .rules_list_title .num {
    position: absolute;
    color: #fff;
    font-family: Foundry-Gridnik-W03-Extra-Bold;
    font-size: 20px;
    top: 1px;
    left: 14px;
}

.part5 .rules_list_title .title {
    color: #fff;
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
}

.part5 .rules_list .tip {
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    height: 160px;
    width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    letter-spacing: 0;
}

.part5 .rules_list .tip li {
    position: relative;
}


.part5 .rules_list .tip .progressbar {
    width: 330px;
    font-size: 14px;
    line-height: 52px;
    transform: translateY(-4px);
    margin-left: 3px;
    text-wrap: nowrap;
}

.part5 .rules_list .progressbar p {
    display: inline-block;
}

.part5 .rules_list .progressbar ul {
    width: 255px;
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    margin-left: 5px;
    line-height: 0;
    transform: translateY(7px);
}

.part5 .rules_list .progressbar li {
    height: 2px;
    font-family: FoundryGridnik-Bold;
}

.part5 .rules_list .progressbar li:first-child:before,
.part5 .rules_list .progressbar li:last-child:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: -6px;
    bottom: -1.5px;
    background: #fff;
}

.part5 .rules_list .progressbar li:last-child:after {
    left: auto;
    right: -6px;
    background: #000;
}

.part5 .rules_list .progressbar li {
    position: relative;
    display: inline-block;
    background: #fff;
}

.part5 .rules_list .progressbar li span {
    position: relative;
    width: 16px;
    height: 17px;
    display: inline-block;
    background: #fff;
    color: #1d284b;
    line-height: 19px;
    transform: translate(7px, -6px) translateZ(10px);
    padding-right: 3.5px;
}

.part5 .rules_list .progressbar .day1,
.part5 .rules_list .progressbar .day2,
.part5 .rules_list .progressbar .day3 {
    width: 21px;
    height: 3px;
    text-align: right;
}

.part5 .rules_list .progressbar .day5,
.part5 .rules_list .progressbar .day7 {
    width: 42px;
    height: 3px;
    text-align: right;
}

.part5 .rules_list .progressbar .day10 {
    width: 82px;
    height: 3px;
    text-align: right;
}

.part5 .rules_list .progressbar .day1 {
    z-index: 6;
}

.part5 .rules_list .progressbar .day2 {
    z-index: 5;
}

.part5 .rules_list .progressbar .day3 {
    z-index: 4;
}

.part5 .rules_list .progressbar .day5 {
    z-index: 3;
}

.part5 .rules_list .progressbar .day7 {
    z-index: 2;
}

.part5 .rules_list .progressbar .day10 {
    z-index: 1;
}

.part5 .rules_list .progressbar .day10 span {
    transform: translate(-12px, -6px);
    letter-spacing: -1.2px;
}

.part5 .rules_list .tip > li:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 13px;
    width: 5px;
    height: 5px;
    background-color: #fff;
}

.part5 .rules_list li:nth-child(3) .tip {
    font-size: 18px;
}

.part5 .rules_list .progressbar.on1 li:first-child:before,
.part5 .rules_list .progressbar.on1 .day1,
.part5 .rules_list .progressbar.on1 .day1 span,
.part5 .rules_list .progressbar.on2 li:first-child:before,
.part5 .rules_list .progressbar.on2 li:nth-of-type(-n+2),
.part5 .rules_list .progressbar.on2 li:nth-of-type(-n+2) span,
.part5 .rules_list .progressbar.on3 li:first-child:before,
.part5 .rules_list .progressbar.on3 li:nth-of-type(-n+3),
.part5 .rules_list .progressbar.on3 li:nth-of-type(-n+3) span,
.part5 .rules_list .progressbar.on4 li:first-child:before,
.part5 .rules_list .progressbar.on4 li:nth-of-type(-n+3),
.part5 .rules_list .progressbar.on4 li:nth-of-type(-n+3) span,
.part5 .rules_list .progressbar.on5 li:first-child:before,
.part5 .rules_list .progressbar.on5 li:nth-of-type(-n+4),
.part5 .rules_list .progressbar.on5 li:nth-of-type(-n+4) span,
.part5 .rules_list .progressbar.on6 li:first-child:before,
.part5 .rules_list .progressbar.on6 li:nth-of-type(-n+4),
.part5 .rules_list .progressbar.on6 li:nth-of-type(-n+4) span,
.part5 .rules_list .progressbar.on7 li:first-child:before,
.part5 .rules_list .progressbar.on7 li:nth-of-type(-n+5),
.part5 .rules_list .progressbar.on7 li:nth-of-type(-n+5) span,
.part5 .rules_list .progressbar.on8 li:first-child:before,
.part5 .rules_list .progressbar.on8 li:nth-of-type(-n+5),
.part5 .rules_list .progressbar.on8 li:nth-of-type(-n+5) span,
.part5 .rules_list .progressbar.on9 li:first-child:before,
.part5 .rules_list .progressbar.on9 li:nth-of-type(-n+5),
.part5 .rules_list .progressbar.on9 li:nth-of-type(-n+5) span,
.part5 .rules_list .progressbar.on10 li:first-child:before,
.part5 .rules_list .progressbar.on10 li:last-child:after,
.part5 .rules_list .progressbar.on10 li:nth-of-type(-n+6),
.part5 .rules_list .progressbar.on10 li:nth-of-type(-n+6) span {
    background-color: #5c3bff;
    color: #fee0d8;
}


/* Part6 样式 */
.part6 {
    width: 100%;
    height: 1407px;
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/part6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.part6 .center {
    width: 1506px;
    height: 100%;
    margin: 0 auto;
}
/* 活动FAQ */
.part6 .faq{
    padding: 0 40px;
}
.part6 .faq .title {
    margin-top: 70px;
    font-family: SourceHanSansCN-Heavy;
    font-size: 50px;
    color: #fff;
}

.part6 .faq .title span {
    font-family: Foundry-Gridnik-W03-Extra-Bold;
    margin-left: 5px;
}

.part6 .faq-list {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    color: #fff;
    margin-top: 70px;
    padding: 0 370px 0 20px;
}

.part6 .faq-list li {
    margin-bottom: 34px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    line-height: 32px;
    letter-spacing: -0.4px;
    padding-top: 3px;
}

.part6 .faq-list li .num {
    content: '01';
    display: block;
    width: 50px;
    height: 24px;
    padding-right: 8px;
    background-color: #fff;
    clip-path: polygon(
            0 0,
            80% 0,
            100% 50%,
            80% 100%,
            0 100%
    );
    color: #ff4655;
    font-family: Foundry-Gridnik-W03-Extra-Bold;
    font-size: 20px;
    text-align: center;
    flex-shrink: 0;
    margin: 4px 23px 0 3px;
    line-height: 27px;
    letter-spacing: 0;
}

/* 弹窗样式 */
.dialog {
    outline: none;
    border: none;
}

.pop1 {
    width: 642px;
    height: 403px;
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/pop1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.dialog .dia-close {
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/close.png);
    width: 29px;
    height: 29px;
    position: absolute;
    right: -31px;
    top: -27px;
    overflow: hidden;
    transition: all .3s;
    text-indent: -9999px;
}

.dialog .dia-close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#dia-common .pop_center {
    width: 540px;
    margin: 30px auto 0;
}

#dia-common .pop_center .common_con {
    width: 100%;
    height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 46.2px;
    color: #000;
}

#dia-common .pop_center .common_con p {
    text-align: center;
}

#dia-obtain .pop_center .obtain_con {
    width: 100%;
    margin-top: 14px;
    height: 390px;
    overflow-x: hidden;
    overflow-y: auto;
}

#dia-obtain .pop_center .obtain_con .title {
    text-align: center;
    font-size: 33.64px;
    color: #fff;
    font-weight: bold;
}

#dia-obtain .pop_center .obtain_con .obtain_list {
    margin: 38px auto 0;
    width: 450px;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dia-obtain .pop_center .obtain_con .obtain_list li:nth-child(2) {
    display: none;
}

#dia-obtain .pop_center .obtain_con .obtain_list.two li:nth-child(2) {
    display: block;
}

#dia-obtain .obtain_con .obtain_list li {
    position: relative;
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#dia-obtain .pop_center .obtain_con .obtain_img {
    margin: 5px auto 0;
    max-width: 170px;
    max-height: 160px;
    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.gift_three {
    width: 490px !important;
}

#dia-obtain .pop_center .obtain_con .obtain_img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 160px;
}

#dia-obtain .pop_center .obtain_con .obtain_name {
    width: 100%;
    font-size: 25.18px;
    font-weight: normal;
    text-align: center;
    position: absolute;
    text-wrap: nowrap;
    bottom: -30px;
    transform: translateY(50%);
}

#dia-signin .pop_center .signin_con {
    width: 100%;
    margin-top: 14px;
    height: 390px;
    overflow-x: hidden;
    overflow-y: auto
}

#dia-signin .pop_center .signin_con .title {
    text-align: center;
    font-size: 33.64px;
    color: #fff;
    font-weight: bold
}

#dia-signin .pop_center .signin_con .signin_img {
    width: 350px;
    margin: 95px auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#dia-signin .pop_center .signin_con .signin_img a {
    display: block;
    width: 149px;
    height: 149px;
    background-image: url(//game.gtimg.cn/images/val/act/a20260320event/signin_btn.png);
    background-size: 298px 149px;
    text-indent: -9999px;
}


#dia-signin .pop_center .signin_con .signin_img a:nth-of-type(2) {
    background-position-x: -149px;
}



.dia-switch .pop_center .switch_con {
    width: 100%;
    height: 390px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.dia-switch .pop_center .switch_con {
    width: 100%;
    height: 390px;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-direction: column;
}

.dia-switch .pop_center .switch_con .title {
    margin: 16px 0 20px 0;
    text-align: center;
    font-size: 33.64px;
    color: #fff;
    font-weight: bold;
}

.dia-switch .pop_center .switch_con .tip {
    width: 500px;
    text-align: center;
    font-size: 22px;
    font-family: "Microsoft YaHei",
    "Helvetica Neue", Arial,
    sans-serif;
    color: #000;
}
.dia-switch .pop_center .switch_con .switch_btn {
    width: 480px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dia-switch .pop_center .switch_con .switch_btn a {
    display: block;
    width: 206px;
    height: 59px;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    letter-spacing: 3px;
    background-image: url("//game.gtimg.cn/images/val/act/a20260320event/btn_bg.png");
    background-size: 587px 2245px;
    background-position-y: -2186px;
    color: #fff;

}

.dia-switch .pop_center .switch_con .switch_btn a.cancel {
    color: #0b1824;
    filter: saturate(0%);
}

/*小弹窗*/
.common-toast {
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 280px; /* 调整为更合适的宽度 */
    min-height: 60px; /* 调整高度 */
    padding: 15px 30px; /* 调整内边距 */
    color: #e5e5e5;
    background-color: rgba(0, 0, 0, 0.68);
    border-radius: 8px; /* 调整圆角 */
    font-size: 24px; /* 调整字体大小 */
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


