@charset "UTF-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
ol,
li,
p,
pre,
form,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body,
button,
input,
select,
textarea {
    font: 12px/1.5 "阿里方圆体", "阿里方园体", "Alibaba PuHuiTi", "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
button,
input,
select,
textarea {
    font-size: 100%;
}

em,
i {
    font-style: normal;
}

form {
    display: inline;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

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

a {
    color: #000;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
}

a:focus,
*:focus {
    outline: none;
}

html {
    scrollbar-color: #ff9824 #d9f7ff;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(180deg, #e8fbff 0%, #aeeeff 100%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border: 2px solid #d9f7ff;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffc85a 0%, #ff8b16 100%);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ffd978 0%, #f57200 100%);
}

body {
    background: #72c6f4;
}

.july2026-page {
    padding-top: 1px;
    background: #72c6f4 url("../img/bg.jpg") top center no-repeat;
    background-size: 1920px auto;
    color: #086ca2;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 1920px) {
    .july2026-page {
        background-size: 100% auto;
    }
}

.video-bg{
    display: block;
    width: 100%;
    min-width: 1920px;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(
        to bottom,
        #000 0,
        #000 calc(100% - 120px),
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        #000 0,
        #000 calc(100% - 120px),
        transparent 100%
    );
}
.logo{
    width: 304px;
    height: 118px;
    background: url(../img/logo.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top:0;
    left: 0;
}
.july2026-inner {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    padding-top: 605px;
    z-index: 2;
}

.july2026-userbar {
    width: 620px;
    height: 34px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0, 85, 140, 0.36);
}

.july2026-userbar em {
    color: #fff783;
    font-weight: 700;
}

.july2026-userbar a {
    margin-left: 8px;
    color: #ffffff;
    font-weight: 700;
}

.july2026-date {
    position: absolute;
    left: -140px;
    top: 450px;
    width: 609px;
    height: 103px;
    line-height: 103px;
    color: #ff6b1d;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    background: url("../img/time.png") center / 609px 103px no-repeat;
}

.july-section {
    position: relative;
    margin: 0 auto;
}

.daily-section {
    margin-top: 15px;
}

.july-title {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.section-desc {
    color: #0c74bb;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.65;
    text-align: center;
}

.july-panel-blue {
    width: 1120px;
    height: 604px;
    margin: -66px auto 0;
    padding-top: 160px;
    background: url("../img/panel-blue.png") center top / 1120px 604px no-repeat;
}

.daily-title {
    width: 488px;
    height: 180px;
}

.daily-panel {
    height: 515px;
    padding-top: 85px;
}

.daily-coupon-list,
.recharge-coupon-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.daily-coupon-list {
    margin-top: 35px;
}

.daily-coupon-list .coupon-card + .coupon-card {
    margin-left: 54px;
}

.coupon-card {
    position: relative;
    text-align: center;
    color: #e9441c;
}

.coupon-daily {
    width: 208px;
    height: 238px;
    padding-top: 90px;
    background: url("../img/coupon-daily.png") center top / 208px 328px no-repeat;
}

.coupon-recharge {
    width: 230px;
    height: 223px;
    padding-top: 42px;
    background: url("../img/coupon-recharge.png") center top / 230px 265px no-repeat;
}

.coupon-amount {
    font-weight: 700;
    font-size: 36px;
}
.coupon-recharge .coupon-amount{
    color: #FCE095;
    margin-top: 37px;
}
.coupon-amount strong {
    font-size: 36px;
}

.coupon-daily .coupon-amount strong {
    font-size: 70px;
}

.coupon-amount span {
    margin-left: 3px;
}

.coupon-limit,
.coupon-title {
    color: #6E3220;
    font-size: 16px;
    font-weight: 500;
}

.coupon-limit {
    margin-top: 8px;
}


.coupon-unlock-tip {
    position: absolute;
    left: 0;
    top: 76px;
    width: 100%;
    color: #c25a10;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.july-btn {
    display: block;
    width: 177px;
    height: 55px;
    border: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    text-shadow: 0 2px 2px rgba(171, 79, 0, 0.38);
    background: transparent url("../img/btn01.png") center / 177px 55px no-repeat;
    padding-bottom: 5px;
}

.july-btn:hover {
    background-image: url("../img/btn01-h.png");
}

.july-btn.blue {
    background-image: url("../img/btn02.png");
    text-shadow: 0 2px 2px rgba(0, 84, 158, 0.38);
}

.july-btn.blue:hover {
    background-image: url("../img/btn02-h.png");
}

.july-btn.small {
    width: 154px;
    height: 48px;
    font-size: 20px;
    background-size: 154px 48px;
}

.july-btn.disabled,
.july-btn:disabled {
    color: #ffffff;
    cursor: default;
    background-image: url("../img/btn03.png");
    text-shadow: 0 1px 2px rgba(84, 84, 84, 0.45);
}

.coupon-card .july-btn {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: 177px;
    height: 55px;
    font-size: 20px;
    background-size: 177px 55px;
}

.coupon-recharge .july-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: 138px;
    height: 43px;
    font-size: 18px;
    background-size: 138px 43px;
    padding-bottom: 3px;
}
.poker-section {
    margin-top: 15px;
}

.poker-title {
    width: 982px;
    height: 294px;
}

.poker-count-bar {
    width: 613px;
    height: 131px;
    margin: 0 auto;
    padding: 0 65px 0 135px;
    display: flex;
    align-items: center;
    background: url("../img/panel-my.png") center / 813px 131px no-repeat;
    color: #e66a19;
    font-size: 24px;
    font-weight: 900;
}
.poker-count-bar span{
    display: flex;
    align-items: center;
}
.poker-count-bar > * + * {
    margin-left: 15px;
}

.poker-count-bar strong {
    color: #FF4F00;
    font-size: 48px;
}

.poker-count-bar em {
    color: #6E3220;
    font-size: 14px;
    font-weight: 500;
}

.poker-stage {
    position: relative;
    width: 1180px;
    min-height: 690px;
    margin: 0 auto;
}

.save-zone {
    width: 815px;
    height: 178px;
    margin: 5px auto 0;
    padding: 122px 0 0;
    position: relative;
    background: url("../img/panel-save.png") center / 815px 300px no-repeat;
}

.flip-zone {
    width: 885px;
    height: 252px;
    margin: 20px auto 0;
    padding: 170px 0 0;
    position: relative;
    background: url("../img/panel-flip.png") center / 885px 420px no-repeat;
}

.card-row {
    display: flex;
    justify-content: center;
}

.card-row .poker-card + .poker-card {
    margin-left: 18px;
}

.poker-card {
    width: 108px;
    height: 144px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: transform 0.15s ease;
}

.poker-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 67, 112, 0.18);
}

.poker-card.selected img {
    /* box-shadow: 0 0 0 4px #ffb31f, 0 8px 15px rgba(0, 67, 112, 0.24); */
}

.poker-card.is-flipping-open {
    opacity: 0;
    transform: rotateY(90deg) scale(0.96);
    transform-origin: center;
    transition: transform 0.36s ease, opacity 0.18s ease;
    backface-visibility: hidden;
}

.poker-card.is-flipping-open.is-flipped-open {
    opacity: 1;
    transform: rotateY(0deg) scale(1);
}

.poker-card.flip-delay-1 {
    transition-delay: 0.06s;
}

.poker-card.flip-delay-2 {
    transition-delay: 0.12s;
}

.poker-card.flip-delay-3 {
    transition-delay: 0.18s;
}

.poker-card.flip-delay-4 {
    transition-delay: 0.24s;
}

.poker-actions {
    width: 390px;
    margin: 18px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #0a70ad;
    font-size: 20px;
    font-weight: 900;
}

.poker-actions .july-btn + .july-btn {
    margin-left: 14px;
}

.poker-actions span {
    margin-top: 14px;
}

.flip-save-btn {
    position: absolute;
    left: 50%;
    bottom: 45px;
    width: 215px;
    height: 50px;
    font-size: 15px;
    transform: translateX(-50%);
    background: url(../img/btn04.png) no-repeat center;
    background-size: 215px 50px;
    border: 0;
}
.flip-save-btn:hover{
    background: url(../img/btn04-h.png) no-repeat center;
    background-size: 215px 50px;
}

.poker-actions span {
    width: 173px;
    height: 36px;
    line-height: 36px;
    background: url("../img/my-card-num.png") center / 216px 36px no-repeat;
    padding-left: 43px;
    font-size: 16px;
}

.poker-actions strong {
    color: #FF4F00;
    font-size: 16px;
}

.point-rule {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    width: 463px;
    height: 626px;
    transform: translate(392px, -50%);
    visibility: hidden;
    transition: none;
}

.july-rule-ready .point-rule {
    visibility: visible;
    transition: transform 0.3s ease;
}

.point-rule.is-open {
    transform: translate(0, -50%);
}

.point-rule-tip {
    position: absolute;
    left: -291px;
    top: 216px;
    width: 291px;
    height: 174px;
    display: none;
    pointer-events: none;
}

.point-rule.show-rule-tip .point-rule-tip {
    display: block;
    -webkit-animation: july-rule-tip-nudge 0.9s ease-in-out infinite;
    animation: july-rule-tip-nudge 0.9s ease-in-out infinite;
}

@-webkit-keyframes july-rule-tip-nudge {
    0%, 100% {
        opacity: 0.9;
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes july-rule-tip-nudge {
    0%, 100% {
        opacity: 0.9;
        transform: translateX(-8px);
    }
    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

.point-rule-tab {
    position: absolute;
    left: 0;
    top: 199px;
    width: 71px;
    height: 229px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: transparent url("../img/rule-btn.png") center / 71px 229px no-repeat;
}

.point-rule-panel {
    position: absolute;
    left: 71px;
    top: 0;
    width: 392px;
    height: 626px;
    background: url("../img/rule-bg.png") center / 392px 626px no-repeat;
}

.rank-section {
    margin-top: 57px;
}

.rank-title {
    width: 542px;
    height: 204px;
    position: relative;
    left: -8px;
}

.rank-podium-list {
    width: 1030px;
    height: 330px;
    margin: 10px auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 75px;
}

.rank-podium {
    position: relative;
    text-align: center;
    z-index: 9;
}

.rank-podium:hover,
.rank-podium.is-rank-preview-open {
    z-index: 40;
}

.rank-podium img {
    display: block;
}

.rank-one {
    top: -90px;
    z-index: 6;
}

.rank-user {
    position: absolute;
    left: 0;
    top: 102px;
    width: 100%;
    color: #f35a1c;
    font-size: 32px;
    font-weight: 900;
}
.rank-one .rank-user {
    top: 80px;
}
.mini-card-row {
    position: absolute;
    left: 50%;
    top: 153px;
    z-index: 4;
    display: flex;
    transform: translateX(-50%);
}

.mini-card-row > img + img {
    margin-left: 6px;
}

.mini-card-row.has-preview {
    cursor: pointer;
}

.rank-one .mini-card-row {
    top: 125px;
}

.mini-card-row img {
    width: 35px;
}

.mini-card-preview {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    z-index: 25;
    display: none;
    width: 480px;
    padding: 16px 18px;
    border: 2px solid #39b8ff;
    border-radius: 10px;
    background: rgba(255, 249, 232, 0.97);
    box-shadow: 0 8px 18px rgba(0, 86, 142, 0.26);
    transform: translateX(-50%);
}

.mini-card-row.has-preview:hover .mini-card-preview {
    display: block;
}

.mini-card-preview-cards {
    display: flex;
    justify-content: center;
}

.mini-card-preview-cards img + img {
    margin-left: 12px;
}

.mini-card-preview .mini-card-preview-cards img {
    width: 84px;
    height: 112px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 67, 112, 0.18);
}

.mini-card-preview-close {
    display: none;
}

.rank-more-list {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.rank-more + .rank-more {
    margin-left: 36px;
}

.rank-more {
    position: relative;
    width: 540px;
    height: 110px;
    color: #8a4a0d;
    font-size: 20px;
    font-weight: 900;
}

.rank-more img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 540px;
    height: auto;
    transform: translateX(-50%);
}

.rank-more span,
.rank-more em {
    position: relative;
    z-index: 1;
    line-height: 110px;
}

.rank-more span {
    margin-left: 176px;
}

.rank-more em {
    margin-left: 30px;
    color: #ff581e;
}

.my-rank {
    position: relative;
    width: 740px;
    height: 131px;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/rank-podium-my.png) no-repeat center;
    background-size: contain;
}

.my-rank > * + * {
    margin-left: 78px;
}

.my-rank span,
.my-rank button {
    position: relative;
    z-index: 1;
}

.my-rank span {
    display: flex;
    align-items: center;
    color: #8a4a0d;
    font-size: 25px;
    font-weight: 500;
}

.my-rank strong {
    color: #FF4F00;
    font-size: 40px;
}

.recharge-section {
    margin-top: 30px;
}

.recharge-title {
    width: 505px;
    height: 180px;
}

.recharge-panel {
    width: 1120px;
    height: 516px;
    margin: -80px auto 0;
    padding-top: 86px;
    background: url("../img/panel-recharge.png") center / 1120px 604px no-repeat;
}

.recharge-total {
    margin-top: 8px;
    color: #074FB6;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.recharge-total strong {
    color: #FF4F00;
    font-size: 36px;
    font-weight: 500;
}

.progress-wrap {
    position: relative;
    width: 892px;
    height: 99px;
    margin: -10px auto 0;
    background: url(../img/progress-bg.png) no-repeat center;
    background-size: contain;
}
.progress-bg{
    position: absolute;
    left: 125px;
    top: 40px;
    width: 712px;
    height: 29px;
}
.progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 712px;
    height: 29px;
    overflow: hidden;
}

.progress-bar img {
    width: 712;
    height: 100%;
    object-fit: fill;
}

.progress-node {
    position: absolute;
    top: -3px;
    width: 36px;
    height: 36px;
    background: url("../img/progress-yuan.png") center / 36px 36px no-repeat;
    transform: translateX(-50%);
}

.recharge-coupon-list {
    margin-top: 5px;
}

.rule-section {
    margin-top: 37px;
    padding-bottom: 50px;
}

.rule-title {
    width: 426px;
    height: 146px;
}

.rule-content {
    width: 1120px;
    min-height: 430px;
    margin: 12px auto 0;
    color: #074FB6;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.72;
    text-align: left;
}

.rule-content p {
    margin-bottom: 3px;
}

.pop_select_hongbao {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1001;
    margin: -208px 0 0 -342px;
    width: 650px;
    height: 394px;
    padding: 22px 4px 0 30px;
    background: url(../img/pop-bg02.png) center / 684px 416px no-repeat;
}

.pop_select_hongbao .btn-close {
    position: absolute;
    right: -8px;
    top: 50px;
    width: 52px;
    height: 51px;
    cursor: pointer;
    background: url("../img/pop-close.png") center / 52px 51px no-repeat;
}

.pop_select_hongbao .lblist-tile {
    height: 66px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    line-height: 66px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(184, 80, 0, 0.42);
}
.lblist-p{
    color: #074FB6;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}
.lblist-p span{
    color: #E8500C;
    margin: 0 5px;
}
.hongbao_list {
    display: flex;
    justify-content: center;
    margin-top: 7px;
}

.hongbao_list > * + * {
    margin-left: 42px;
}

.hongbao_list .webgame,
.hongbao_list .h5game {
    width: 177px;
    text-align: center;
}

.hongbao_list .img {
    width: 177px;
    height: 247px;
    margin-bottom: -4px;
}

.hongbao_list .webgame .img {
    background: url("../img/webgame.png") center / 177px 247px no-repeat;
}

.hongbao_list .h5game .img {
    background: url("../img/h5game.png") center / 177px 247px no-repeat;
}

.hongbao_list .btn-style {
    display: block;
    text-align: center;
    width: 151px;
    height: 47px;
    line-height: 45px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    background: url("../img/btn01.png") center / 151px 47px no-repeat;
    margin: -57px auto 0;
}
.hongbao_list .btn-style:hover{
    background: url("../img/btn01-h.png") center / 151px 47px no-repeat;
}

.july2026-page #one_line_tip,
.july2026-page #two_line_tip {
    width: 650px;
    height: 394px;
    margin: -208px 0 0 -342px;
    padding: 22px 4px 0 30px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: url("../img/pop-bg02.png") center / 684px 416px no-repeat;
}

.july2026-page #one_line_tip::before,
.july2026-page #two_line_tip::before {
    content: "温馨提示";
    position: absolute;
    left: 53%;
    top: 22px;
    width: 430px;
    height: 66px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    line-height: 66px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(184, 80, 0, 0.42);
    transform: translateX(-50%);
}

.july2026-page #one_line_tip .btn-close,
.july2026-page #two_line_tip .btn-close {
    right: -8px;
    top: 50px;
    width: 52px;
    height: 51px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("../img/pop-close.png") center / 52px 51px no-repeat;
}

.july2026-page #one_line_tip .pop-bd,
.july2026-page #two_line_tip .pop-bd {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
}

.july2026-page #one_line_tip .pop-text-cont,
.july2026-page #two_line_tip .pop-text-cont {
    width: 100%;
    text-align: center;
}

.july2026-page #one_line_tip .pop-text-main,
.july2026-page #two_line_tip .pop-text-main {
    width: 570px;
    height: 210px;
    margin: 66px auto 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #126ba8;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
}

.july2026-page #two_line_tip .pop-text-main {
    height: 140px;
    margin-top: 72px;
    align-items: flex-end;
}

.july2026-page #two_line_tip .pop-text-sub {
    width: 570px;
    margin: 8px auto 0;
    color: #2d91c5;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.july2026-page #one_line_tip .btns-mod,
.july2026-page #two_line_tip .btns-mod {
    margin-top: 0;
    display: flex;
    justify-content: center;
}

.july2026-page #one_line_tip .btn-style,
.july2026-page #two_line_tip .btn-style {
    display: block;
    width: 177px;
    height: 55px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(171, 79, 0, 0.38);
    background: url("../img/btn01.png") center / 177px 55px no-repeat;
}

.july2026-page #one_line_tip .btn-style:hover,
.july2026-page #two_line_tip .btn-style:hover {
    background-image: url("../img/btn01-h.png");
}
.july-modal-mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 57, 95, 0.62);
}

.july-modal-mask.show {
    display: flex;
}

.july-modal {
    position: relative;
    text-align: center;
}

.july-modal-close {
    position: absolute;
    right: -12px;
    top: -10px;
    z-index: 2;
    width: 52px;
    height: 51px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url("../img/pop-close.png") center / 52px 51px no-repeat;
}

.july-modal-small {
    width: 650px;
    height: 394px;
    padding: 22px 4px 0 30px;
    background: url("../img/pop-bg02.png") center / 684px 416px no-repeat;
}
.july-modal-small .july-modal-close{
    right: -8px;
    top: 50px;
}
.july-modal-title {
    height: 66px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    line-height: 66px;
    text-shadow: 0 2px 2px rgba(184, 80, 0, 0.42);
}

.july-modal-body {
    height: 218px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #126ba8;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
}

.july-modal-body .sub-copy {
    color: #2d91c5;
    font-size: 15px;
    font-weight: 800;
}

.july-modal-body .single-card {
    width: 74px;
    height: 98px;
    margin: 12px auto 0;
}

.july-modal-body .modal-card-row {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.july-modal-body .modal-card-row img + img {
    margin-left: 8px;
}

.july-modal-body .modal-card-row img,
.july-modal-body .single-card img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.july-modal-save .july-modal-body {
    height: 220px;
    padding: 0;
    color: #074FB6;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.save-confirm-copy {
    margin: 15px auto 15px;
}

.save-confirm-panels {
    display: flex;
    justify-content: center;
}

.save-confirm-group + .save-confirm-group {
    margin-left: 10px;
}

.save-confirm-group {
    position: relative;
    width: 291px;
    height: 93px;
    padding-top: 46px;
}

.save-confirm-saved {
    background: url("../img/baocun.png") center / 291px 139px no-repeat;
}

.save-confirm-next {
    background: url("../img/tihuan.png") center / 291px 139px no-repeat;
}

.save-confirm-card-row {
    display: flex;
    justify-content: center;
}

.save-confirm-card-row img + img {
    margin-left: 3px;
}

.save-confirm-card-row img {
    width: 54px;
}

.july-modal-save .july-modal-actions > * + * {
    margin-left: 42px;
}

.july-modal-swap-confirm {
    width: 650px;
    height: 498px;
    padding: 22px 4px 0 30px;
    background: url("../img/pop-bg03.png") center / 684px 520px no-repeat;
}

.july-modal-swap-confirm .july-modal-close {
    right: -8px;
    top: 53px;
    display: none;
}

.july-modal-swap-confirm .july-modal-title {
    height: 64px;
    font-size: 25px;
    line-height: 64px;
}

.july-modal-swap-confirm .july-modal-body {
    height: 294px;
    padding: 0;
    display: block;
    color: #0755C6;
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
}

.swap-confirm-draw-title {
    margin: 6px auto 8px;
    color: #F05B23;
    font-size: 24px;
    text-shadow: 0 2px 0 #ffffff;
}

.swap-confirm-new-card {
    width: 75px;
    height: 100px;
    margin: 0 auto 18px;
}

.swap-confirm-result-title {
    margin: 0 auto 10px;
    font-size: 20px;
}

.swap-confirm-card-row {
    display: flex;
    justify-content: center;
}

.swap-confirm-card-row img + img {
    margin-left: 12px;
}

.swap-confirm-new-card img,
.swap-confirm-card-row img {
    width: 75px;
    height: 100px;
}

.july-modal-swap-confirm .july-modal-actions {
    min-height: 0;
    display: block;
}

.swap-confirm-actions-row {
    display: flex;
    justify-content: center;
}

.swap-confirm-actions-row > * + * {
    margin-left: 30px;
}

.july-modal-swap-confirm .july-btn {
    width: 220px;
    height: 68px;
    padding-bottom: 5px;
    font-size: 26px;
    background-size: 220px 68px;
}

.swap-confirm-note {
    margin: 9px auto 0;
    color: #F0510A;
    font-size: 16px;
    line-height: 1;
}

.july-modal-actions {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.july-modal-actions > * + * {
    margin-left: 20px;
}

.july-modal-swap {
    position: relative;
    width: 931px;
    height: 748px;
    box-sizing: border-box;
    padding: 56px 88px 0;
    background: url("../img/pop-bg.png") center / 931px 752px no-repeat;
}

.july-modal-swap .july-modal-close {
    right: 27px;
    top: -1px;
}

.swap-info {
    display: flex;
    justify-content: center;
    color: #0b75b7;
    font-size: 21px;
    font-weight: 900;
    line-height: 30px;
}

.swap-info > * + * {
    margin-left: 52px;
}

.swap-info strong {
    color: #FF4F00;
    font-size: 30px;
}

.swap-progress-line {
    position: relative;
    width: 682px;
    height: 14px;
    margin: 15px auto 0;
    border-radius: 10px;
    background: #9cd7ef;
    box-shadow: inset 0 2px 4px rgba(42, 116, 165, 0.38), 0 1px 0 rgba(255, 255, 255, 0.7);
}

.swap-progress-line i {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffab27 0%, #ff7d16 100%);
    transition: width 0.25s ease;
}

.swap-progress-line span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #ff8d18;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 4px rgba(194, 77, 0, 0.3);
    transition: left 0.25s ease;
}

.swap-amount-tabs {
    display: flex;
    justify-content: center;
    width: 682px;
    margin: 12px auto 0;
}

.swap-amount-tabs span + span {
    margin-left: 20px;
}

.swap-amount-tabs span {
    display: block;
    width: 124px;
    flex: 0 0 124px;
    height: 60px;
    padding-top: 6px;
    color: #3982c3;
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    background: url("../img/amount-tab-normal.png") center / 124px 66px no-repeat;
}

.swap-amount-tabs span.active {
    color: #ffffff;
    background-image: url("../img/amount-tab-active.png");
}

.swap-tip {
    margin: 28px 0 7px;
    color: #E8500C;
    font-size: 32px;
    font-weight: 900;
    text-shadow: 0 2px 0 #ffffff;
}

.swap-rule-copy {
    width: 660px;
    margin: 0 auto;
    color: #0E3090;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.swap-zone-tabs {
    display: none;
}

.swap-board {
    width: 680px;
    margin: 19px auto 0;
}

.swap-zone-row {
    position: relative;
    height: 125px;
    padding: 0 79px 0 66px;
    box-sizing: border-box;
}

.swap-zone-row + .swap-zone-row {
    margin-top: 18px;
}

.swap-zone-tabs {
    width: 284px;
    height: 54px;
    margin: 0 auto;
    border-radius: 54px;
    border: 1px solid #36C0FE;
    background: #FCF5E8;
    justify-content: space-between;
}

.swap-zone-tabs button {
    width: 141px;
    height: 54px;
    border: 0;
    color: #0E3090;
    font-size: 24px;
    font-weight: 500;
    line-height: 54px;
    background: transparent;
    cursor: pointer;
}

.swap-zone-tabs button.active {
    color: #ffffff;
    background: url(../img/active.png) no-repeat center;
    background-size: contain;
}

.swap-zone-tabs button:disabled {
    color: #a6b9c9;
    cursor: default;
}

.swap-card-list {
    min-height: 125px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}

.swap-card-list .poker-card + .poker-card {
    margin-left: 14px;
}

.swap-card-list .poker-card {
    width: 90px;
    height: 120px;
    border: 4px solid transparent;
    box-sizing: content-box;
}

.swap-card-list .poker-card.selected {
    border: 4px solid #FF4B4E;
    border-radius: 9px;
}

.swap-card-list .swap-placeholder-card {
    cursor: default;
}

.july-modal-swap .july-modal-actions {
    margin-top: 18px;
}

.july-modal-swap .july-modal-actions > * + * {
    margin-left: 17px;
}

.swap-discard {
    position: absolute;
    right: 0;
    top: 26px;
    z-index: 5;
    width: 67px;
    height: 72px;
    background: url(../img/card-slot-empty.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.swap-discard:hover {
    background: url(../img/card-slot-empty-h.png) no-repeat center;
    background-size: contain;
}
.swap-discard-pop {
    position: absolute;
    right: 58px;
    bottom: 60px;
    z-index: 6;
    width: 426px;
    height: 292px;
    padding: 20px 25px 0;
    display: none;
    color: #0b65b1;
    text-align: center;
    background: url(../img/card-tip-bg.png) no-repeat center;
    background-size: contain;
}

.swap-discard-pop.has-two-discard-rows {
    height: 342px;
    background-size: 100% 100%;
}

.swap-discard-pop.has-three-discard-rows {
    height: 392px;
    background-size: 100% 100%;
}

.swap-discard:hover .swap-discard-pop {
    display: block;
}

.swap-discard-title {
    display: block;
    width: 162px;
    height: 34px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 162px 34px;
}

.swap-discard-title.is-saved {
    background-image: url("../img/cp-tile.png");
}

.swap-discard-title.is-flip {
    background-image: url("../img/fp-tile.png");
}

.swap-discard-pop p {
    text-align: center;
    margin: 14px auto 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.swap-discard-card-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 100px;
    margin: 0 auto;
}

.swap-discard-card-line {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.swap-discard-card-line + .swap-discard-card-line {
    margin-top: -50px;
}

.swap-discard-card-line .discard-card-item + .discard-card-item {
    margin-left: 5px;
}

.discard-card-item {
    flex: 0 0 auto;
    display: block;
    width: 75px;
    height: 100px;
}

.discard-card-item img {
    display: block;
    width: 75px;
    height: 100px;
    box-shadow: 0 1px 3px rgba(0, 64, 118, 0.18);
}

.swap-discard-card-row.is-empty {
    justify-content: center;
}

.discard-card-empty {
    width: 75px;
    height: 130px;
}

.discard-card-empty img {
    width: 75px;
    height: 130px;
    box-shadow: none;
}

#my_prize.july-common-prize-pop {
    width: 650px !important;
    height: 394px !important;
    margin: -208px 0 0 -342px !important;
    border: 0 !important;
    background: url("../img/pop-bg02.png") center / 684px 416px no-repeat !important;
    box-shadow: none !important;
    padding: 22px 4px 0 30px;
}

#my_prize.july-common-prize-pop .btn-close {
    right: -8px !important;
    top: 50px !important;
    width: 52px !important;
    height: 51px !important;
    overflow: hidden;
    text-indent: -9999px;
    background: url("../img/pop-close.png") center / 52px 51px no-repeat !important;
}

#my_prize.july-common-prize-pop .pop-bd {
    width: 100%;
}

#my_prize.july-common-prize-pop .lblist-bd {
    position: absolute;
    left: 53%;
    top: 22px;
    width: 430px;
    height: 66px;
    margin: 0;
    transform: translateX(-50%);
}

#my_prize.july-common-prize-pop .lblist-bd ul {
    margin: 0;
    padding: 0;
}

#my_prize.july-common-prize-pop .lblist-bd li,
#my_prize.july-common-prize-pop .lblist-bd li.active {
    width: 430px;
    height: 66px;
    padding: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    line-height: 66px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(184, 80, 0, 0.42);
    background: none;
}

#my_prize.july-common-prize-pop .pop-lblist {
    width: 586px;
    height: 268px;
    margin: 85px auto 0;
    padding: 0;
}

#my_prize.july-common-prize-pop .lblist-table {
    width: 100%;
    height: 222px;
    overflow: hidden;
    border: 1px solid rgba(69, 174, 237, 0.6);
    border-radius: 8px;
    background: rgba(235, 250, 255, 0.68);
}

#my_prize.july-common-prize-pop .lblist-table .bg {
    display: none;
}

#my_prize.july-common-prize-pop .pop-lblist table {
    width: 100%;
    border-collapse: collapse;
    color: #126ba8;
    font-size: 14px;
}

#my_prize.july-common-prize-pop .pop-lblist th,
#my_prize.july-common-prize-pop .pop-lblist td {
    height: 36px;
    color: #126ba8;
    text-align: center;
    border: 1px solid rgba(95, 187, 238, 0.52);
}

#my_prize.july-common-prize-pop .pop-lblist th {
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    background: linear-gradient(180deg, #38c1ff 0%, #1689dc 100%);
}

#my_prize.july-common-prize-pop .pop-lblist td {
    background: rgba(255, 255, 255, 0.76);
}

#my_prize.july-common-prize-pop .pop-lblist td a {
    color: #ff5d1a !important;
    font-weight: 900;
    text-decoration: underline;
}

#my_prize.july-common-prize-pop .pages {
    height: 34px;
    margin-top: 8px;
    color: #126ba8;
    text-align: center;
    line-height: 28px;
}

#my_prize.july-common-prize-pop .pagination_con {
    display: inline-block;
}

#my_prize.july-common-prize-pop .pages a,
#my_prize.july-common-prize-pop .pages .disabled,
#my_prize.july-common-prize-pop .pages .current {
    min-width: 28px;
    height: 26px;
    margin: 0 3px;
    padding: 0 9px;
    border: 1px solid #56b9ec;
    border-radius: 13px;
    color: #126ba8;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.72);
}

#my_prize.july-common-prize-pop .pages a:hover,
#my_prize.july-common-prize-pop .pages .current {
    color: #ffffff;
    border-color: #ff8d19;
    background: linear-gradient(180deg, #ffbe32 0%, #ff8619 100%);
}

#my_prize.july-common-prize-pop .w1 {
    width: 12% !important;
}

#my_prize.july-common-prize-pop .w2 {
    width: 36% !important;
}

#my_prize.july-common-prize-pop .w3 {
    width: 24% !important;
}

#my_prize.july-common-prize-pop .w4 {
    width: 28% !important;
}
#julyMessageModal{
    z-index: 1100 !important;
}
.july2026-page #one_line_tip{
    z-index: 1100 !important;
}
