* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

img {
    width: 100%;
    height: 100%;
}

.wrapper {
    background: url(https://media.zlongame.com/media/pictures/cn/actv/27/2024/recall0416/simg/bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    width: 7.5rem;
    height: 22rem;
    position: relative;
    /* margin-top: -1.5rem; */
}

.wrapper>div, a {
    position: absolute;
}

.head {
    width: 1.13rem;
    height: 1.13rem;
    top: 2.4rem;
    left: .2rem;
    z-index: 5;
}

.wrapper_topText {
    width: 100%;
    text-align: center;
    color: #ffeacc;
    font-size: .21rem;
    position: absolute;
    top: 3.95rem;
}

.wrapper_rule_btn {
    width: 2rem;
    height: .7rem;
    position: absolute;
    top: 3.4rem;
    left: 50%;
    transform: translate(-50%);
}

.roleName {
    width: 3.44rem;
    height: .5rem;
    top: 4.8rem;
    left: 2rem;
    font-size: .24rem;
    color: #fff;
    line-height: .5rem;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: .1rem;
}

.roleName_name {
    width: 100%;
    text-align: center;
}

.wrapper_date {
    color: #cc5c41;
    font-size: .35rem;
    position: absolute;
    top: 8.7rem;
    font-weight: 800;
    left: 50%;
    transform: translate(-50%);
}

.btn {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.2rem;
    right: 0.15rem;
}

.btn2 {
    width: 3rem;
    height: .8rem;
    top: 18.8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gohomg {
    width: 1.8rem;
    height: 0.6rem;
    top: 0.3rem;
    right: 0.2rem;
}

.code {
    width: 4.8rem;
    height: .54rem;
    top: 6.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 0.3rem;
    line-height: .54rem;
    text-align: left;
    font-weight: bold;
}


.code div {
    position: absolute;
    width: 1.8rem;
    height: 100%;
    right: 0;
    top: 0;
}
.code #biao {
    width: 3rem;
    display: inline-block;
    text-align: center;
}

.tip {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, .9);
    display: none;
}

.tip_main {
    width: 7.14rem;
    height: 3.35rem;
    background: url('https://media.zlongame.com/media/pictures/cn/actv/27/2024/recall0416/simg/tip_pop_bg.png') no-repeat center center;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#ruletc .tip_main {
    display: block;
    /* height: 8rem; */
}

.tip_content {
    font-size: 0.3rem;
    color: #23272d;
    text-align: center;
    margin: 1rem .5rem;
    font-weight: bold;
}

.tip_close {
    width: .66rem;
    height: 0.66rem;
    position: absolute;
    right: 0;
    top: 0;
}

.ruletc_title {
    font-size: .3rem;
    text-align: center;
    color: #23272d;
    margin-top: .4rem;
    font-weight: 800;
}

.ruletc_con {
    height: 2.3rem;
    font-size: .2rem;
    color: #23272d;
    padding-left: .5rem;
    padding-right: .5rem;
    box-sizing: border-box;
    overflow: auto;
    margin-top: .1rem;
    font-weight: 800;
}

.ruletc_con p {
    line-height: .35rem;
}

.ruletc_con_title {
    margin-top: .1rem;
}

.weixinandroid {
    width: 100%;
    height: 100%;
    background: url(https://media.zlongame.com/media/pictures/cn/actv/27/2023/recall0110/share/simg/weixinandroid.jpg) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    display: none;
    z-index: 10;
}


.swiper_box {
    width: 5.7rem;
    height: 3.4rem;
    top: 14.2rem;
    left: 0.9rem;
    overflow: hidden;

}
.swiper-button-next {
    width: 0.5rem!important;
    height: 0.5rem!important;
    position: absolute!important;
    bottom: 3.8rem!important;
    top: auto!important;
    right: 1.7rem!important;
}
.swiper-button-prev {
    width: 0.5rem!important;
    height: 0.5rem!important;
    position: absolute!important;
    bottom: 3.8rem!important;
    top: auto!important;
    left: 1.7rem!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: ''!important;
}