* {
    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/kr/next/actv/51/2023/recall0308/share/img/bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    width: 7.5rem;
    height: 16.5rem;
    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: 1.56rem;
    height: .37rem;
    background: url(https://media.zlongame.com/media/pictures/kr/next/actv/51/2023/recall0308/share/img/rule_btn.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 4.4rem;
    left: 50%;
    transform: translate(-50%);
}

.roleName {
    width: 3.44rem;
    height: .5rem;
    background: url(https://media.zlongame.com/media/pictures/kr/next/actv/51/2023/recall0308/share/img/roleName.png) no-repeat center center;
    background-size: 100% 100%;
    top: 5.8rem;
    left: 2rem;
    font-size: .24rem;
    color: #c14933;
    line-height: .5rem;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: .2rem;
    box-sizing: border-box;
}

.roleName_serveId {
    font-size: .24rem;
    color: #ffeacc;
}

.roleName_name {
    position: absolute;
    right: .5rem;
}

.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 {
    position: absolute;
    width: 2.88rem;
    height: .69rem;
    background: url(https://media.zlongame.com/media/pictures/kr/next/actv/51/2023/recall0308/share/img/btn.png) no-repeat center center;
    background-size: 100% 100%;
    top: 13.7rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gohomg {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.2rem;
    right: 0.78rem;
}

.code {
    position: absolute;
    width: 3.96rem;
    height: .46rem;
    background: url(https://media.zlongame.com/media/pictures/kr/next/actv/51/2023/recall0308/share/img/code.png) no-repeat center center;
    background-size: 100% 100%;
    top: 7.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: red;
    font-size: 0.28rem;
    line-height: .46rem;
    text-align: left;
    padding-left: .5rem;
}

.code div {
    position: absolute;
    width: 0.52rem;
    height: 100%;
    right: 0;
    top: 0;
}

.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: 6.85em;
    height: 3.98rem;
    background: url(https://media.zlongame.com/media/pictures/kr/next/actv/51/2023/recall0308/share/img/tc.png) no-repeat center center;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#ruletc .tip_main {
    display: block;
    height: 8rem;
}

.tip_content {
    font-size: 0.23rem;
    color: #c8513e;
    text-align: center;
    margin: 1rem .5rem;
}

.tip_close {
    background: url(https://media.zlongame.com/media/pictures/kr/next/actv/51/2023/recall0308/share/img/tc_close.png) no-repeat center center;
    background-size: 100% 100%;
    width: .66rem;
    height: 0.66rem;
    position: absolute;
    right: 0;
    top: -.5rem;
}

.ruletc_title {
    font-size: .3rem;
    text-align: center;
    color: #c8513e;
    margin-top: .8rem;
    font-weight: 800;
}

.ruletc_con {
    height: 5.8rem;
    font-size: .2rem;
    color: #c8513e;
    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: .2rem;
}

.weixinandroid {
    width: 100%;
    height: 100%;
    background: url(https://media.zlongame.com/media/pictures/kr/next/actv/51/2023/recall0308/share/img/weixinandroid.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    display: none;
}