.spt {
    background-image: url('../img/spt.png');
    background-repeat: no-repeat;
    background-size: 7.5rem 16.24rem;
}

.wrap {
    width: 7.5rem;
    /* height: 17.4rem; */
    background: url('../img/bg4.jpg') no-repeat center top/100% auto;
    overflow: hidden;
    font-family: 'font';
}

.lang_th .wrap {
    font-family: 'font1';
}

/* .wrap.page {
    height: 21.5rem;
    background: url('../img/bg4.jpg') no-repeat center/100% 100%;
} */

/* .wrap.over {
    height: 21rem;
    background: url('../img/bg3.jpg') no-repeat center/100% 100%;
} */

.wrap.page .invite_tip_box {
    display: none;
}

.logo {
    width: 1.7rem;
    height: .42rem;
    margin: .2rem 0 0 .2rem;
}

.top_btn {
    width: 7.2rem;
    margin: .2rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lang_es .ruleBtn {
    width: 1.89rem;
    background-position: 0 -1.27rem;
}

.lang_es .leader {
    font-size: .18rem;
}
.lang_th .leader span{
    font-size: .18rem;
    transform: scale(.9);
}
.ruleBtn {
    width: 1.4rem;
    height: .4rem;
    background-position: 0 -.72rem;
    font-size: .2rem;
    white-space: nowrap;
    color: #bfccd2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: initial;
}

.leader {
    width: 1.89rem;
    height: .4rem;
    background-position: 0 -1.27rem;
    font-size: .2rem;
    white-space: nowrap;
    color: #bfccd2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: initial;
}

.slogan {
    width: 7.5rem;
    height: 1.05rem;
    background-position: 0 -3.19rem;
    margin-top: 2.3rem;
}

.lang_es .slogan {
    background-position: 0 -11.37rem;
    height: 1.75rem;
    margin-top: 1.6rem;
}

.description {
    width: 6.25rem;
    height: .83rem;
    background: url('../img/desbg.png') no-repeat center/100% 100%;
    margin: 0 auto;
    text-align: center;
    font-size: .28rem;
    color: #bac6cd;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: .05rem;
    margin-bottom: .2rem;
}

.description strong {
    color: #ed6c38;
    font-weight: normal;
}
.username {
    display: inline-block;
    max-width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
}
.login_box {
    font-size: .24rem;
    color: #becbd2;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
}

.login_box.logout .logout_btn {
    display: block;
    text-decoration: underline;
    color: #ea6a37;
}

#changeRoles {
    text-decoration: underline;
    color: #ea6a37;
}

.login_box.logout .login_btn {
    display: none;
}

.login_btn span {
    color: #ea6a37;
    text-decoration: underline;
    text-underline-offset: .05rem;
}

.logout_btn {
    display: none;
    margin: 0 .1rem;
}

.login_box a {
    color: #becbd2;
}

.rewardList {
    height: .35rem;
    margin: .45rem auto .22rem;
}

.swiper {
    width: 7.5rem;
    height: .3rem;
    /* margin: 0 !important; */
    margin: .45rem auto .22rem;
}
.swiper1 {
    width: 7.5rem;
    height: 6rem;
    overflow: hidden;
}
.lang_th .swiper {
    height: .4rem;
    margin: .4rem auto .22rem;
}

.wrap.page .swiper {
    margin: .25rem auto .12rem;
}

.lang_th .wrap.page .swiper {
    margin: .2rem auto.22rem;
}

.tips {
    display: inline-block;
    position: relative;
    text-align: center;
    height: 100%;
    font-size: 0.28rem;
    color: #ea6a37;
    line-height: 1;
    margin: 0 auto;
}

#slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang_th .tips {
    transform: translateY(.1rem);
}

.lang_th .rewardList {
    height: .4rem;
    margin: .4rem auto .22rem;
}

.tips::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -.8rem;
    width: .62rem;
    height: .02rem;
    background: url('../img/right.png') no-repeat left center/auto 100%;
}

.tips::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    left: -.8rem;
    width: .62rem;
    height: .02rem;
    background: url('../img/left.png') no-repeat right center/auto 100%;
}

.lang_th .tips::before,
.lang_th .tips::after {
    transform: translateY(-.05rem);
}

.latestNew_title {
    width: 7.5rem;
    height: .61rem;
    background-position: 0 -4.39rem;
    text-align: center;
    font-size: .56rem;
    line-height: 1;
    color: #f5682e;
}

.lang_th .latestNew_title {
    font-size: .46rem;
}
.lang_es .latestNew_title {
    font-size: .52rem;
}
.banner {
    position: relative;
    margin: .2rem auto 1.15rem;
    width: 6.69rem;
}

.banner_img {
    width: 6.69rem;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #df6131;
}

.banner::after {
    content: '';
    width: 6.69rem;
    height: .15rem;
    background: url('../img/imgbottom.png') no-repeat center /100% 100%;
    position: absolute;
    bottom: 0;
}

.privacyPolicy {
    display: block;
    text-align: center;
    font-size: .26rem;
    color: rgba(207, 207, 207, .8);
    text-decoration: underline;
    text-underline-offset: .05rem;
}

.invite_tip_box {
    background: url('../img/kuang1-1.png') no-repeat center /100% 100%;
    width: 6.7rem;
    height: 2.5rem;
    margin-top: .3rem;
    margin: 0 auto .7rem;
}

.invite_tip {
    height: 1.2rem;
    width: 6rem;
    text-align: center;
    color: #bac6cd;
    font-size: .28rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm {
    width: 2.36rem;
    height: .57rem;
    background-position: 0 -5.82rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .28rem;
    color: #fff6dd;
}

.nextTime {
    width: auto;
    display: block;
    font-size: .2rem;
    color: rgba(255, 255, 255, .5);
    text-underline-offset: .05rem;
    text-decoration: underline;
    margin: .15rem auto 0;
    text-align: center;
}

.bind_btn {
    display: block;
    width: 1.56rem;
    height: 1.48rem;
    background: url('../img/bind_btn.png') no-repeat center /100% 100%;
    margin: .3rem auto .2rem;
}

.bind_des {
    color: #bac6cd;
    font-size: .24rem;
    text-align: center;
}

.getRewards {
    width: 6.7rem;
    height: 3.9rem;
    background: url('../img/gift_list.png') no-repeat center /100% 100%;
    margin: .7rem auto;
    overflow: hidden;
}

.getRewards h3 {
    position: relative;
    width: 3.31rem;
    height: .39rem;
    background: url('../img/titlebg.png') no-repeat center /100% 100%;
    padding-left: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: .2rem auto;
    color: #c5c5c5;
    font-size: .2rem;
    white-space: nowrap;
}

.getRewards h3::after {
    content: '';
    position: absolute;
    left: .2rem;
    top: 50%;
    transform: translateY(-50%);
    width: .22rem;
    height: .21rem;
    background: url('../img/spt.png') no-repeat -6.09rem -15.97rem/7.5rem 16.24rem;

}

/* .lang_es .getRewards {
    background: url('../img/gift_list1.png') no-repeat center /100% 100%;
} */

/* .lang_th .getRewards {
    background: url('../img/gift_list2.png') no-repeat center /100% 100%;
} */

/* .bind_user .getRewards {
    margin: .6rem auto .25rem;
} */

.reward {
    width: 3.24rem;
    height: 1.98rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: .75rem auto 0;
}

.reward_item {
    width: .92rem;
    height: .96rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.reward_bg {
    width: .92rem;
    height: .77rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/djbg1.png') no-repeat center /100% 100%;
    position: relative;
}

.reward_img {
    width: .8rem;
    height: .8rem;
}

.reward_name {
    color: rgba(255, 255, 255, .5);
    font-size: .18rem;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    transform: scale(.75);
}

.reward_num {
    font-size: .2rem;
    color: rgba(255, 255, 255, .5);
    position: absolute;
    bottom: 0;
    right: .05rem;
}

.page_bind {
    display: none;
}

.wrap.page .page_bind {
    display: block;
}

.wrap.over .invite_tip_box {
    display: none;
}

.wrap.over .latestNew {
    display: none;
}

.bind_user {
    display: none;
}

.wrap.over .bind_user {
    display: block;
}

.bind_box {
    position: relative;
    width: 6.7rem;
    height: 2.5rem;
    background: url('../img/kuang1-1.png') no-repeat center /100% 100%;
    overflow: hidden;
    margin: 0 auto;
}

.bind_user .bind_box {
    background: url('../img/kuang1-2.png') no-repeat center /100% 100%;
}

.bind_box .user_avatar {
    position: relative;
    width: 1.99rem;
    height: 1.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .4rem auto 0;
}

.bind_user .user_avatar {
    margin: .2rem auto 0;
}

.avatar_mask {
    width: 1.99rem;
    height: 1.48rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.user_avatar::after {
    content: '';
    width: 1.99rem;
    height: 1.48rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url('../img/tarbg.png') no-repeat center /100% 100%;
}

.user_avatar .avatar {
    position: relative;
    width: 1.38rem;
    height: 1.38rem;
    border-radius: 50%;
}

.username_box {
    position: absolute;
    top: 1.7rem;
    left: 50%;
    transform: translateX(-50%);
    height: .36rem;
    background: url('../img/namebg.png') no-repeat center /100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .24rem;
    color: #bac6cd;
    box-sizing: border-box;
    padding: 0 .15rem;
}

.user_des {
    color: rgba(255, 255, 255, .5);
    font-size: .2rem;
    text-align: center;
    margin-top: .45rem;
}

/* 
.national {
    width: .29rem;
    height: .19rem;
    margin-right: .05rem;
} */

.username_box .username {
    display: inline-block;
    /* flex: 1; */
    text-align: center;
    margin: 0 auto;
}

.login_box .username {
    display: inline-block;
    max-width: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
}

.open_box {
    position: relative;
    width: 2.61rem;
    height: .63rem;
    margin: 0 auto .1rem;
}

.openCase {
    width: 2.61rem;
    height: .63rem;
    background-position: 0 0;
    margin: .2rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff6dd;
    font-size: .34rem;
}

.key_box {
    /* width: .83rem; */
    height: .42rem;
    background: url('../img/keybg.png') no-repeat center /100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 2.8rem;
    top: 50%;
    transform: translateY(-50%);
    padding-left: .4rem;
    padding-right: .3rem;
}

.key_box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: .05rem;
    transform: translateY(-50%);
    width: .35rem;
    height: .35rem;
    background: url('../img/dj/dj5.png') no-repeat center /100% 100%;
}

.key {
    width: .35rem;
    height: .35rem;
    margin-right: .1rem;
}

.key_box .num {
    color: #bebbb1;
    font-size: .24rem;

}

.bind_user .records {
    display: block;
    text-align: center;
    font-size: .2rem;
    color: rgba(207, 207, 207, .8);
    text-decoration: underline;
    text-underline-offset: .05rem;
}

.getKeyProcess {
    margin: .6rem auto .9rem;
}

.player_title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: .52rem;
    margin: 0 auto;
    background: url('../img/people.png') no-repeat center /100% 100%;
    font-size: .2rem;
    color: #373b40;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .4rem;
}

.player_title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .15rem;
    background: url('../img/spt.png') no-repeat -5.58rem -15.98rem/7.5rem 16.24rem;
    width: .15rem;
    height: .15rem;
}

.player_title::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .15rem;
    background: url('../img/spt.png') no-repeat -5.58rem -15.98rem/7.5rem 16.24rem;
    width: .15rem;
    height: .15rem;
}

.getKeyProcess_box {
    width: 6rem;
    height: 1.68rem;
    margin: .3rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oldPlayer {
    display: none;
}

.newPlayer,
.oldPlayer {
    position: relative;
    padding-top: .52rem;
}

.getKeyProcess.old .oldPlayer {
    display: block;
}

.getKeyProcess.old .newPlayer {
    display: none;
}

.complete {
    margin: 0 auto;
    width: 3.01rem;
    height: .63rem;
    background-position: 0 -9.74rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff6dd;
    font-size: .34rem;
}

.avatar_box {
    position: relative;
    width: 1.24rem;
    height: 1.24rem;
    display: flex;
    justify-content: center;
    align-content: center;
}


.avatar {
    position: relative;
    width: 1.21rem;
    height: 1.21rem;
}

.avatar_box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.24rem;
    height: 1.24rem;
    background: url('../img/box.png') no-repeat center /100% 100%;
}

.dj_box {
    display: flex;
}

.dj_bg {
    position: relative;
    width: .88rem;
    height: .88rem;
    background: url('../img/djbg.png') no-repeat center/100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dj_bg.gray .dj_img {
    filter: grayscale(100%);
}

.dj_bg.gray::after {
    content: '';
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: url('../img/right1.png') no-repeat center /100% 100%;
    z-index: 1;
}

.dj_bg::before {
    content: '';
    position: absolute;
    bottom: -.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: .15rem;
    height: .15rem;
    background: url('../img/dot.png') no-repeat center /100% 100%;
    z-index: 1;
}

.dj_img {
    width: .7rem;
    height: .7rem;
}

.dj_bg .dj_name {
    position: absolute;
    top: 0;
    right: .05rem;
    font-size: .18rem;
    transform: scale(.75);
    color: rgba(255, 255, 255, .5);
}

.dj_num {
    position: absolute;
    bottom: 0;
    right: .05rem;
    font-size: .18rem;
    color: #bebbb1;
    transform: scale(.75);
}

.invite_num {
    width: 4.5rem;
}

.progress_box {
    position: relative;
    width: 4.5rem;
    height: .17rem;
    display: flex;
    align-items: center;
    background: url('../img/pro1.png') no-repeat center /100% 100%;
    margin-top: .14rem;
    margin-bottom: .1rem;

}

.process_desc {
    font-size: .18rem;
    color: rgba(255, 255, 255, .5);
}

.progress {
    overflow: hidden;
    width: 4.45rem;
    height: .07rem;
    margin: 0 auto;
}

.progress_bar {
    width: 50%;
    height: .07rem;
    background: url('../img/proress1.png') no-repeat center/100% 100%;
}


.dot1 {
    left: .87rem;
}

.dot2 {
    left: 1.93rem;
}

.dot3 {
    left: 2.99rem;
}

.dot4 {
    left: 4.07rem;
}

.process_desc {
    display: flex;
    text-align: center;
}

.lang_es .oldPlayer .process_desc p {
    font-size: .18rem;
    transform: scale(.8);
}

.lang_th .process_desc {
    font-size: .18rem;
    /* transform: scale(.75); */
}

.desc_1 {
    width: .88rem;
    text-align: center;
    white-space: nowrap;
    margin-left: .5rem;

}

.process_desc p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang_es .desc_1 {
    margin-left: .5rem;
}

.desc_2 {
    width: .88rem;
    text-align: center;
    white-space: nowrap;
    margin-left: .3rem;
}

.lang_es .desc_2 {
    margin-left: .3rem;
}

.desc_3 {
    width: .88rem;
    text-align: center;
    white-space: nowrap;
    margin-left: .3rem;
}

.lang_es .desc_3 {
    margin-left: .3rem;
}

.desc_4 {
    width: .88rem;
    text-align: center;
    white-space: nowrap;
    margin-left: auto;
    margin-right: -.44rem;
}

.lang_es .desc_4 {
    margin-left: auto;
    margin-right: -.44rem;
}

.dj_bg1 {
    margin-left: .5rem;
}

.dj_bg2 {
    margin-left: .3rem;
}

.dj_bg3 {
    margin-left: .3rem;
}

.dj_bg4 {
    margin-left: auto;
    margin-right: -.44rem;
}
