:root {
    --popText_color: #2c2825;
    --poptitle_color: #f2d8af;
}

.close {
    width: 0.3rem;
    /*height: 0.23rem;*/
    right: 0.2rem;
    top: 0.2rem;
}

.pc .close {
    width: 0.64rem;
    right: 0.2rem;
    top: 0.2rem;
}

.pop_container {
    margin-top: 1.5rem;
    padding: 0 1.5rem;
    text-align: center;
    font-size: 0.5rem;
}

.m .pop_container {
    margin-top: 0.5rem;
    padding: 0 0.5rem;
    text-align: center;
    font-size: 0.24rem;
}

.pop_rules, .pop_tips2, .pop_copyLink {
    background: url(//arenabreakout.com/act/a20240416findTreasure/img/pop/tips_bg.png) no-repeat center center/100% 100%;
}

.pop_tips2 *, .pop_copyLink * {
    color: #e3d7be;
}

.pop_lottery {
    background: url(//arenabreakout.com/act/a20240416findTreasure/img/pop/lottery.png) no-repeat center center/100% 100%;
    height: 6.73rem;
    padding: 0.95rem 0.25rem 0.25rem;
}

.pop_help {
    background: url(//arenabreakout.com/act/a20240416findTreasure/img/pop/bg2.png) no-repeat center center/100% 100%;
    height: 6.73rem;
    padding: 0.4rem 0.25rem 0.25rem;
}

.pop_common2 {
    background: url(//arenabreakout.com/act/a20240416findTreasure/img/pop/bg2.png) no-repeat center center/100% 100%;
    height: auto;
    padding: 0.4rem 0.25rem 0.25rem;

}

.pop_otherTreasures {
    background: url(//arenabreakout.com/act/a20240416findTreasure/img/pop/bg_s.png) no-repeat center center/100% 100%;
    height: 3rem;
    padding: 0.4rem 0.25rem 0.25rem;
}

.pop_title_common > * {
    font-size: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop_help th {
    background: #7f8e99;
    color: #000;
    top: -1px;
    padding: 0.15rem 0.05rem;
}

.pop_help th:nth-of-type(2) {
    background: #6a8090;
}

.pop_help td {
    color: var(--popText_color);
}

.pop_help td {
    border: 1px solid #616263;
    padding: 0.15rem 0.05rem;
}

.helpData_table {
    margin-top: 0.4rem;
    max-height: 5rem;
    overflow: auto;
}

.pop_lottery ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    row-gap: 0.1rem;
}

.pop_lottery ul li {
    background: url(//arenabreakout.com/act/a20240416findTreasure/img/gift/bg.png) no-repeat center center/100% 100%;
    width: 1.7rem;
    height: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop_lottery ul li:nth-of-type(5) {
    background: url(//arenabreakout.com/act/a20240416findTreasure/img/gift/bg_light.png) no-repeat center center/100% 100%;
}

.pop_lottery ul li img {
    width: 1.3rem;
    height: 0.9rem;
}

.pop_lottery ul li span {
    bottom: 0.05rem;
    right: 0.07rem;
}

.pop_lottery .pop_title {
    color: #eaead9;
    top: 0.2rem;
    left: 0;
    right: 0;
    text-align: center;
}

.pop_lottery .pop_title p {
    width: 2.4rem;
    margin: 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0.1rem;
}

.pop_title_common span:before {
    background: url(//arenabreakout.com/act/a20240416findTreasure/img/pop/arrow.png) no-repeat center center/100% 100%;
    content: "";
    width: 0.14rem;
    height: 0.1rem;
    display: inline-block;
    top: 0.15rem;
    left: -0.2rem;
    /*position: absolute;*/
    transform: rotate(180deg);
    margin-right: 0.1rem;
}

.pop_title_common span:after {
    background: url(//arenabreakout.com/act/a20240416findTreasure/img/pop/arrow.png) no-repeat center center/100% 100%;
    content: "";
    width: 0.14rem;
    height: 0.1rem;
    display: inline-block;
    top: 0.15rem;
    right: -0.2rem;
    /*position: absolute;*/
    margin-left: 0.1rem;
}

.ja .pop_title_common span:before {

}

.ja .pop_title_common span:after {

}

.active1 {
    filter: brightness(1.6);
    border: 1px solid #ffffffa8;
    /*box-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff;*/
    /*outline: 1px solid white;*/
}

.active_white {
    width: 1.7rem;
    height: 1.7rem;
    background: #f9fdff3d;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ffffff85;
}

.border_white {
    border: 1px solid #ffffff85;
}

.active_white:hover {
    /*-webkit-mask-position: 0 0;*/
}

.has-active {
    animation: tada 1s;
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.98, .98, .98) rotate(-2deg);
        transform: scale3d(.98, .98, .98) rotate(-2deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02) rotate(2deg);
        transform: scale3d(1.05, 1.02, 1.02) rotate(2deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02) rotate(-2deg);
        transform: scale3d(1.05, 1.02, 1.02) rotate(-2deg);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.other_treasures {
    background: url(//arenabreakout.com/act/a20240416findTreasure/img/gift/bg.png) no-repeat center center/100% 100%;
    width: 1.24rem;
    height: 1.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.other_treasures.active {
    background: url(//arenabreakout.com/act/a20240416findTreasure/img/gift/bg_active.png) no-repeat center center/100% 100%;

}

.pop_craftingSuccessful .other_treasures {
    margin: 0.2rem 0 0 0.2rem;
}

.other_treasures img {
    width: 0.98rem;
    height: 0.65rem;
}

.other_treasures span {
    bottom: 0.05rem;
    right: 0.07rem;
    font-size: 0.21rem;
}

.pop_common {
    color: var(--popText_color);
}

.pic_successful {
    background: url(//arenabreakout.com/act/a20240416findTreasure/img/gift/bg_light.png) no-repeat center center/100% 100%;
    width: 2.28rem;
    height: 2.28rem;
    justify-content: center;
    margin: 0 auto 0.2rem;

}

.pop_common {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    /*margin: auto;*/
    width: 7.03rem;
    background: #fff;
    min-height: 6.83rem;
    background: url('../img/pop_bg.png') no-repeat center center/100% 100%;

}

.pc .pop_common {
    width: 14.91rem;
    height: 7rem;
}

.pic_successful img {
    width: 1.68rem;
    height: 1.18rem;
}

.pic_successful span {
    right: 0.1rem;
    bottom: 0.1rem;
    font-size: 0.3rem;
}

.pop_title {
    color: var(--poptitle_color);
    font-size: 0.32rem;
    position: absolute;
    top: 0.24rem;
    left: 50%;
    transform: translateX(-50%);
}

.zh-TW .pop_title {
    top: 0.18rem;
}

.pop_contain {
    top: 1.1rem;
    left: 0;
    right: 0;
    padding: 0 0.4rem;
}

.pop_contain .desc {
    margin: 0.1rem 0 0.15rem;
    height: 1rem;
    overflow: auto;
    font-size: 0.31rem;
}.pop_contain .desc2 {
    height: 0.6rem;
}
.ja .pop_contain .desc {
    font-size: 0.25rem;
}.th .pop_contain .desc {
    font-size: 0.29rem;
}.ko .pop_contain .desc {
    font-size: 0.27rem;
}.de .pop_contain .desc,.vi .pop_contain .desc {
    font-size: 0.28rem;
}

.close_pop {
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.55rem;

}