* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #ffff;
}

li {
    list-style: none;
}

body {
    overflow-x: hidden !important;
}


.yangshi {
    font-size: .25rem;
}

select {
    background-color: #fff;
    color: #000 !important;
    font-size: .4rem !important;
    /* 你想要的背景颜色 */
}

.footer {
    display: none;
}

.loading {
    position: fixed;
    z-index: 999999;
    width: 24rem;
    height: 100%;
    background: url(https://cdn-download.tthplay.com/image/act/myzdvn/loading_bg.png) no-repeat center;
    /* background-size: 100% 100%; */
}

.loading img {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 6.475rem;
    height: 6.525rem;
}

.loading .loading_Progress {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 12.9375rem;
    height: 1.6rem;
    background: url(https://cdn-download.tthplay.com/image/act/myzdvn/Loading0.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    /* 添加溢出隐藏 */
}

.loading p {
    position: relative;
    width: 12.9375rem;
    height: 1.6rem;
}

.loading div {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .25rem;
    color: #fff;
}

.loading span {
    position: absolute;
    /* 改为绝对定位 */
    left: 0;
    /* 确保从左侧开始 */
    top: 0;
    /* 确保从顶部开始 */
    display: inline-block;
    width: 0%;
    height: 100%;
    /* 使用100%高度填充父容器 */
    background: url(https://cdn-download.tthplay.com/image/act/myzdvn/Progress-Bar.png) left center no-repeat;
    background-size: cover;
    /* 改为cover确保背景图完全覆盖 */
    transition: width 0.3s ease;
}


.box {
    /* display: none; */
    position: relative;
    width: 24rem;
    min-height: 85rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/background.jpg) no-repeat;
    background-size: 100% 100%;
}


.nva {
    position: fixed;
    z-index: 9999;
    top: 0;
    display: flex;
    width: 24rem;
    height: 1.0375rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/LOGO.png) no-repeat;
    background-size: 100% 100%;
}

#myMenu {
    display: flex;
    justify-content: space-evenly;
    margin-left: 2.6rem;
    width: 22rem;
    height: 1.0375rem;
}

#myMenu a {
    display: block;
    width: 2.3625rem;
    height: 1.0375rem;
    font-size: .25rem;
    /* margin-top: 10px; */
    text-align: center;
    color: #fff;
    line-height: 1.0375rem;
    font-weight: 900;
}

#myMenu li {
    width: 2.3625rem;
    height: 1.0375rem;
    font-size: .25rem;
    text-align: center;
}

#myMenu .active {
    color: #59F5E1 !important;
    font-weight: 900;
}

.nva_fb {
    margin-top: .3rem;
    width: .4rem;
    height: .4rem;
}

.shoubing {
    margin-top: .36rem;
    width: .4375rem !important;
    height: .3375rem !important;
}


.Appointment {
    animation: mymove3 1s infinite;
    margin: auto;
    width: 7.05rem;
    height: 2.1375rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Mainvisualbutton.png) no-repeat;
    background-size: 100% 100%;
}


.son {
    position: absolute;
    width: 100%;
    margin-top: 8.3375rem;
}

.wenziyinying {
    margin: auto;
    text-align: center;
    width: 9.6125rem;
    height: .55rem;
    line-height: .55rem;
    font-size: .3rem;
    color: #59F5E1;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/wenziyinying.png) no-repeat;
    background-size: 100% 100%;
}

.wenziyinying p {
    margin-left: 1rem;
    width: 2rem;
    height: .55rem;
    line-height: .55rem;
}

.conter {
    margin-left: 6.7rem;
    margin-top: 2.425rem;
    width: 10.675rem;
    height: 8.8rem;
}

.Title1 {
    width: 10.675rem;
    height: 5.5375rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/step1.png) no-repeat;
    background-size: 100% 100%;
}


.option {
    margin: auto;
    width: 4.85rem;
    height: .625rem;
    margin-bottom: .375rem;
}

.option_ativephone {
    width: 2.35rem !important;
    height: .625rem !important;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/phoneselected.png);
    background-size: 100% 100%;
}

.option_ativeEmail {
    width: 2.35rem !important;
    height: .625rem !important;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/EmailSelected.png);
    background-size: 100% 100%;
}

.option ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 4.85rem;
    height: .625rem;
}

.option ul li {
    cursor: pointer;
    position: relative;
    width: 2.35rem;
    height: .625rem;
}

.option ul li:nth-child(1) div {
    position: absolute;
    width: 2.35rem;
    height: .625rem;
    opacity: calc(0.9);
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/E_mail.png) no-repeat;
    background-size: 100% 100%;
}

.option ul li:nth-child(2) div {
    position: absolute;
    width: 2.35rem;
    height: .625rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/phone.png) no-repeat;
    background-size: 100% 100%;
}


.pre_win_tanchuang_reservation {
    position: relative;
    margin-top: -0.25rem;
    width: 10.675rem;
    height: 3.4rem;
}

.pre_win_pc_inuter {
    display: flex;
    width: 5.7625rem;
    height: .5rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/PhoneBox.png) no-repeat;
    background-size: 100% 100%;
}

.phone_show {
    display: block;
    margin: auto;
    width: 5.7625rem;
    height: .5rem;
}

.pre_win_selects {
    margin-right: .125rem;
    width: 120px !important;
    height: .5rem;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 5px !important;
}

.dropdown-toggle.btn-default:hover,
.btn-default:focus {
    background-color: #fff !important;
    border: 0px !important;
    outline: none !important;
}

.pre_win_pc_inuter .btn {
    padding: 0px !important;
    padding-left: 35px !important;
    width: 120px !important;
    height: .5rem;
    outline: none !important;
    line-height: .5rem !important;
    border: 0px !important;
    background-color: #fff !important;
    border-radius: 0px !important;
}

.pre_win_pc_inuter input {
    width: 4.2rem;
    height: .5rem;
    outline: none;
    border: 0rem;
    font-size: 14px;
}

.email_show {
    display: none;
    margin: auto;
    width: 5.7625rem;
    height: .5rem;
}

.email {
    position: absolute;
    display: flex;
    width: 5.7625rem;
    height: .5rem;
    overflow: hidden;
    background-color: #fff;
}

.email input {
    width: 5.7625rem;
    height: .5rem;
    border: 0;
    font-size: .28rem;
    padding-left: .2667rem;
    color: #989898;
    background-color: transparent;
    outline: none;
}

.pre_win_pc_check {
    margin: auto;
    display: flex;
    width: 5.3rem;
    height: .3rem;
    margin-top: .125rem;
    font-size: .15rem;
}

.pre_win_pc_check a {
    color: #3c7edc;
}

.Appointment_but {
    cursor: pointer;
    margin: auto;
    margin-top: .5rem;
    width: 8.65rem;
    height: 1rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Appointment_but.png) no-repeat;
    background-size: 100% 100%;
}

.Reserved {
    display: none;
    cursor: pointer;
    margin: auto;
    margin-top: .5rem;
    width: 8.65rem;
    height: 1rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Reserved.png) no-repeat;
    background-size: 100% 100%;
}










.award {
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: .8rem;
    width: 18.75rem;
    height: 6.375rem;
}

.award-left {
    width: 7.3625rem;
    height: 6.375rem;
}


.left-award {
    width: 7.3625rem;
    height: 4.5rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/step2.png) no-repeat;
    background-size: 100% 100%;
}


.store {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: .4375rem;
    width: 6.7rem;
    height: .8375rem;
}

.store a {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    width: 3.1375rem;
    height: .8375rem;
}


.store a img {
    position: absolute;
    width: 3.1375rem;
    height: .8375rem;
}

.store a span .effect {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, transparent, rgba(255, 255, 255, 0.4), transparent, transparent);
    -webkit-animation: sg 2s linear infinite;
    transition: a11 650ms;
    animation: sg 2s linear infinite;
}



.award-right {
    position: relative;
    width: 8.9rem;
    height: 6.375rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/step3.png) no-repeat;
    background-size: 100% 100%;
}

.award-button {
    position: absolute;
    bottom: 1.2rem;
    right: .3375rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 2.5125rem;
    height: 2.5rem;
}

.award-button img {
    cursor: pointer;
    animation: mymove3 1s infinite;
    width: 2.5125rem;
    height: .6125rem;
}














.title4 {
    margin-top: 2.1rem;
    margin-left: 7.6625rem;
    width: 8.6rem;
    height: 1.0125rem;
}

.Number {
    position: relative;
    margin: auto;
    margin-top: .425rem;
    width: 8.15rem;
    height: .7375rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Number.png) no-repeat;
    background-size: 100% 100%;
}

.Number p {
    position: absolute;
    text-align: center;
    line-height: .7375rem;
    font-size: .5rem;
    color: #FFF6B7;
    width: 2.35rem;
    height: .7375rem;
}

.milestone-move {
    display: none;
}

.milestone {
    margin: auto;
    margin-top: .85rem;
    width: 13.8125rem;
    height: .3rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/reached.png) no-repeat;
    background-size: 100% 100%;
}

.reached {
    display: flex;
    justify-content: space-between;
    width: 10rem;
    margin-left: 1.9rem;
    height: .3rem;
}

.reached li {
    width: .3rem;
    height: .3rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Notreached.png) no-repeat;
    background-size: 100% 100%;
}

.reached_active {
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Completion.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.milestone_rewards {
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: .5375rem;
    width: 12.3rem;
    height: 5.3875rem;
}

.milestone_rewards li {
    position: relative;
    width: 2.5625rem;
    height: 5.3875rem;
}

.milestone_rewards li img {
    position: absolute;
    width: 2.5625rem;
    height: 5.3875rem;
}

.reward_active {
    position: absolute;
    right: 0rem;
    bottom: 1.35rem;
    width: 1.6875rem;
    height: 1.1625rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Achieved.png) no-repeat;
    background-size: 100% 100%;
}

.reservation {
    cursor: pointer;
    margin: auto;
    margin-top: .6375rem;
    width: 6.7375rem;
    height: .975rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/fb_group.png) no-repeat;
    background-size: 100% 100%;
}









.title5 {
    margin: auto;
    margin-top: 1.175rem;
    width: 10.025rem;
    height: 1.0375rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/step5.png) no-repeat;
    background-size: 100% 100%;
}


.draw_win {
    position: relative;
    margin: auto;
    margin-top: 1.8rem;
    width: 17.25rem;
    height: 8.05rem;
}

.draw_conter {
    position: absolute;
    width: 6.8125rem;
    height: 6.6375rem;
    background-image: url(https://cdn-download.hwxgame.com/image/act/m2en/Meditate.png);
    background-size: 100% 100%;
}

.luckdraw {
    box-sizing: border-box;
    width: 8.125rem;
}


.luckdraw ul {
    position: relative !important;
    width: 6.8125rem !important;
    height: 6.6375rem !important;
    margin: 0;
    padding: 0;
    list-style: none;
}

.luckdraw li {
    position: relative;
    width: 2.5rem !important;
    height: 2.5rem !important;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    object-fit: cover;
}

.board_text_m {
    display: none;
}

.luckdraw li:nth-child(1) {
    position: absolute;
    top: .4625rem !important;
    left: -0.55rem !important;
}

.luckdraw li:nth-child(2) {
    position: absolute;
    top: -0.825rem !important;
    left: 2.15rem !important;
}

.luckdraw li:nth-child(3) {
    position: absolute;
    top: .4625rem !important;
    left: 4.9375rem !important;
}

.luckdraw li:nth-child(4) {
    position: absolute;
    left: 4.9rem !important;
    top: 3.7375rem !important;
}

.luckdraw li:nth-child(5) {
    position: absolute;
    top: 5.2rem !important;
    left: 2.125rem !important;
}

.luckdraw li:nth-child(6) {
    position: absolute;
    top: 3.7375rem !important;
    left: -0.55rem !important;
}


.luckdraw li img {
    width: 2.5rem !important;
    height: 2.5rem !important;
    object-fit: cover;
}

.draw_box {
    position: absolute;
    top: 2.1125rem;
    left: 2.125rem;
    width: 2.55rem;
    height: 2.2875rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/box.png) no-repeat;
    background-size: 100% 100% !important;
}

.draw-box-active {
    position: absolute;
    top: 2.1125rem;
    left: 2.125rem;
    width: 2.55rem;
    height: 2.2875rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Openedbox.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.luckdraw li.on {
    width: 2.5rem !important;
    height: 2.5rem !important;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Winning.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.luckdraw-go {
    position: absolute;
    top: 3.7125rem;
    left: 1.6625rem;
    width: 3.35rem;
    height: 1.2375rem;
    overflow: hidden;
    cursor: pointer;
    z-index: 9;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Unlock.png) no-repeat !important;
    background-size: 100% 100% !important;
}







.draw_board {
    position: absolute;
    right: 0rem;
    top: .725rem;
    width: 8.625rem;
    height: 5.8375rem;
}

.board {
    width: 8.625rem;
    height: 4.6875rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Signinboard.png) no-repeat;
    background-size: 100% 100%;
}

.board ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    margin-top: 0.6rem;
    right: 0.6rem;
    width: 0.8rem;
    height: 3.5rem;
}

.board ul li {
    display: flex;
    justify-content: space-between;
    font-size: .345rem;
    width: 0.8rem;
    height: .67rem;
    line-height: .67rem;
    color: #fff;
    text-align: center;
}



.board ul li div {
    width: 0.8rem;
    height: .67rem;
}


.lotteryNum {
    position: absolute;
    right: 3rem;
    bottom: .92rem;
    text-align: center;
    width: .4625rem;
    font-size: .3rem;
    height: .475rem;
    line-height: .475rem;
    color: #FFD15B;
}

.board-button {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 0rem;
    left: .5875rem;
    width: 7.7375rem;
    height: .6125rem;
}


.board-button img {
    cursor: pointer;
    z-index: 999;
    width: 2.5125rem;
    height: .6125rem;
}











.title6 {
    margin: auto;
    margin-top: 2.25rem;
    width: 7.7125rem;
    height: 1.05rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/step6.png) no-repeat;
    background-size: 100% 100%;
}


.Character {
    margin: auto;
    width: 23.675rem;
    height: 11.325rem;
}


.Character_Rotation {
    position: relative;
}

.Character_mySwiper .swiper-slide {
    text-align: center;
    width: 23.675rem;
    height: 11.325rem;
    font-size: .225rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.Character1 {
    transform: scale(1.1) !important;
    margin-left: 8.2rem;
    width: 15.125rem;
    height: 13.75rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Character1.png) no-repeat;
    background-size: 100% 100%;
}

.Character2 {
    transform: scale(1.1) !important;
    margin-left: 8.2rem;
    width: 15.125rem;
    height: 13.75rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Character2.png) no-repeat;
    background-size: 100% 100%;
}

.Character3 {
    transform: scale(1.1) !important;
    margin-left: 8.2rem;
    width: 15.125rem;
    height: 13.75rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Character3.png) no-repeat;
    background-size: 100% 100%;
}

.Character4 {
    transform: scale(1.1) !important;
    margin-left: 8.2rem;
    width: 15.125rem;
    height: 13.75rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Character4.png) no-repeat;
    background-size: 100% 100%;
}

.Character5 {
    transform: scale(1.1) !important;
    margin-left: 8.2rem;
    width: 15.125rem;
    height: 13.75rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Character5.png) no-repeat;
    background-size: 100% 100%;
}

.Character6 {
    transform: scale(1.1) !important;
    margin-left: 8.2rem;
    width: 15.125rem;
    height: 13.75rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Character6.png) no-repeat;
    background-size: 100% 100%;
}



.Character_Rotation .swiper-pagination-bullet-active {
    filter: grayscale(0%) !important;
}

.Character_Rotation .swiper-pagination .swiper-pagination-bullet {
    position: absolute;
    outline: none;
    border-radius: 0%;
    opacity: 1 !important;
    width: .95rem;
    height: .95rem;
    filter: grayscale(100%);
}

.Character_Rotation .swiper-pagination {
    width: 5.8125rem;
    height: 9.65rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/CareerBox.png) no-repeat;
    background-size: 100% 100%;
}



.Character_Rotation .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
    margin-left: 1.6125rem;
    margin-top: 0.3rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Profession1.png) no-repeat;
    background-size: 100% 100%;
}

.Character_Rotation .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
    margin-top: 1.7rem;
    margin-left: 2.6rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Profession2.png) no-repeat;
    background-size: 100% 100%;
}

.Character_Rotation .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
    margin-top: 3.4rem;
    margin-left: 3.1rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Profession3.png) no-repeat;
    background-size: 100% 100%;
}

.Character_Rotation .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
    margin-top: 5.3rem;
    margin-left: 3rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Profession4.png) no-repeat;
    background-size: 100% 100%;
}

.Character_Rotation .swiper-pagination .swiper-pagination-bullet:nth-of-type(5) {
    margin-top: 7.1rem;
    margin-left: 2.4rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Profession5.png) no-repeat;
    background-size: 100% 100%;
}

.Character_Rotation .swiper-pagination .swiper-pagination-bullet:nth-of-type(6) {
    margin-top: 8.5rem;
    margin-left: 1.3rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Profession6.png) no-repeat;
    background-size: 100% 100%;
}







.title7 {
    margin: auto;
    margin-top: 4rem;
    width: 7.25rem;
    height: .9625rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/step7.png) no-repeat;
    background-size: 100% 100%;
}

.Rotation {
    position: relative;
    margin: auto;
    margin-top: .925rem;
    width: 21.6rem;
    height: 5.4rem;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

.Rotation .mySwiper {
    width: 21.6rem;
    height: 7.5rem !important;
}

.Rotation .swiper-slide {
    text-align: center;
    width: 9.4625rem;
    height: 5.4rem;
    font-size: .225rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}




.Rotation .swiper-slide img {
    width: 9.4625rem;
    height: 5.4rem;
}

.Rotation .swiper-slide-active,
.Rotation .swiper-slide-duplicate-active {
    transform: scale(1);

}

.Rotation .swiper-pagination-bullet {
    outline: none;
    width: .4125rem;
    height: .4125rem;
    border: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    background: url(https://cdn-download.tthplay.com/image/act/myzdvn/no_select.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.Rotation .swiper-pagination-bullet-active {
    width: .5125rem !important;
    height: .5125rem !important;
    border: 0 !important;
    outline: none;
    background: url(https://cdn-download.tthplay.com/image/act/myzdvn/Select.png) no-repeat !important;
    background-size: 100% 100% !important;
}




.Rotation .swiper-button-next {
    position: absolute;
    width: .8rem;
    right: 5rem;
    height: .8125rem;
    outline: none;
    background: url('https://cdn-download.hwxgame.com/image/act/m2en/right.png') no-repeat !important;
    background-size: 100% 100% !important;
}

.Rotation .swiper-button-next:after {
    content: '';
}

.Rotation .swiper-button-prev {
    position: absolute;
    width: .8rem;
    left: 5rem;
    height: .8125rem;
    outline: none;
    background: url('https://cdn-download.hwxgame.com/image/act/m2en/Left.png') no-repeat !important;
    background-size: 100% 100% !important;
}

.Rotation .swiper-button-prev:after {
    content: '';
}

.swiper-slide-prev,
.swiper-slide-next {
    filter: grayscale(50%);
}

.BottomLOGO {
    position: relative;
    z-index: 9;
    margin: auto;
    margin-top: .65rem;
    width: 5.775rem;
    height: 1.7875rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/BottomLOGO.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.privacy {
    cursor: pointer;
    position: absolute;
    top: .45rem;
    right: 0rem;
    width: 2.7rem;
    height: 0.4rem;
}



.archive {
    cursor: pointer;
    position: absolute;
    top: 1.05rem;
    right: 0.3rem;
    width: 2.3rem;
    height: 0.4rem;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px) rotate(-5deg);
    }

    50% {
        transform: translateX(10px) rotate(3deg);
    }

    75% {
        transform: translateX(-10px) rotate(-3deg);
    }

    100% {
        transform: translateX(10px) rotate(2deg);
    }
}

@keyframes sg {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes mymove3 {

    0% {
        transform: scale(1);
    }


    50% {
        transform: scale(0.9);
    }

}

@keyframes b {

    0% {
        transform: rotate(0deg);
    }


    100% {
        transform: rotate(1turn);
    }
}

@keyframes shadow {

    0%,
    100% {
        top: -10px;
    }

    50% {
        top: 10px;
    }
}



.pre_win {
    margin-top: .8rem;
    display: none;
    position: fixed;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/pre_background.png) no-repeat;
    background-size: 100% 100%;
    width: 11.7rem;
    height: 11rem;
    z-index: 999999;
}


.pre_win .pre_win_tanchuang_reservation {
    position: relative;
    margin-top: .5rem;
    margin-left: 3.5rem;
    width: 6.6125rem;
    height: .9rem;
}


.pre_win .pre_win_pc_check {
    position: absolute;
    display: flex;
    font-size: .2rem;
    margin-left: 3rem;
}

.pre_service {
    margin-left: 2.5rem;
    width: 1.2rem;
    height: 100%;
}

.pre_privacy {
    margin-left: 1.65rem;
    width: 1rem;
    height: 100%;
}

.conter_check input[type=checkbox],
input[type=radio] {
    margin: 0px;
    margin-top: -.05rem;
    margin-right: .1rem;
}

.pre_check input[type=checkbox],
input[type=radio] {
    margin: 0px;
    margin-top: -.02rem;
}

.pre_win .pre_win_pc_check input {
    width: 0.38rem;
    height: 0.38rem;
    color: #8A8A8A;
    margin-right: .1333rem;
}


.pre_win .pre_win_Appointment_but {
    position: absolute;
    margin-top: .7rem;
    margin-left: 3.5125rem;
    width: 6.6rem;
    height: .8875rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/reserve.png) no-repeat;
    background-size: 100% 100%;
}

.finger {
    position: absolute;
    top: .7rem;
    right: -.3rem;
    width: 1.225rem;
    height: 1.2375rem;
    animation: mymove3 1s infinite;
}

.pre_win_close {
    position: absolute;
    top: .7rem;
    right: .5375rem;
    width: .6rem;
    height: .6rem;

}


.pre_win .time {
    position: absolute;
    top: 1.3rem;
    right: 2.5rem;
    width: 4.25rem;
    height: 0.7375rem;
}

.pre_win .win_showtime {
    position: absolute;
    line-height: .7375rem;
    display: flex;
    width: 3.5rem;
    height: .7375rem;
    text-align: center;
    align-content: space-between;
    justify-content: space-between;
}

.pre_win .win_showtime p {
    width: 1rem;
    height: .7375rem;
    font-weight: 700;
    color: #fff;
    font-size: .7rem;
}


.pre_win .win_showtime span {
    display: inline-block;
    font-size: .5rem !important;
    color: #fff;
}

.sign {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 5.38rem;
    left: 3.65rem;
    width: 6.3rem;
    height: .2625rem;
}

.sign li {
    width: .2625rem;
    height: .2625rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Notreached2.png) no-repeat;
    background-size: 100% 100%;
}

.sign_active {
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Tick1.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.item {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 7.7rem;
    height: 2.27rem;
}

.item li {
    width: 1.4rem;
    height: 2.27rem;
}



.pre_win_option {
    margin-top: 5.8rem;
    margin-left: 4.4rem;
    width: 4.85rem;
    height: .625rem;
    margin-bottom: .375rem;
}

.option_ativephone {
    width: 2.35rem !important;
    height: .625rem !important;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/phoneselected.png);
    background-size: 100% 100%;
}

.option_ativeEmail {
    width: 2.35rem !important;
    height: .625rem !important;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/EmailSelected.png);
    background-size: 100% 100%;
}

.pre_win_option ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 4.85rem;
    height: .625rem;
}

.pre_win_option ul li {
    position: relative;
    width: 2.35rem;
    height: .625rem;
}

.pre_win_option ul li:nth-child(1) div {
    position: absolute;
    width: 2.35rem;
    height: .625rem;
    opacity: calc(0.9);
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/E_mail.png) no-repeat;
    background-size: 100% 100%;
}

.pre_win_option ul li:nth-child(2) div {
    position: absolute;
    width: 2.35rem;
    height: .625rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/phone.png) no-repeat;
    background-size: 100% 100%;
}







.Reward_query {
    position: fixed;
    left: 32%;
    top: 8% !important;
    width: 9.35rem;
    height: 9.55rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/win_4.png) no-repeat;
    background-size: 100% 100%;
    z-index: 99999;
    text-align: center;
    color: #FFFFFF;
    display: none;
}

.Gift-bag-conter {
    overflow-y: auto;
    overflow-x: hidden;
    width: 8.2rem;
    height: 6.3rem;
    margin-left: 0.65rem;
    margin-top: 2.4rem;
}

.Gift-bag-conter::-webkit-scrollbar {
    -webkit-appearance: none !important;
}

.Gift-bag-conter::-webkit-scrollbar:vertical {
    width: 0.1rem !important;
}

.Gift-bag-conter::-webkit-scrollbar-thumb {
    background-color: #26534F;
    border-radius: .0648rem .0648rem .0648rem .0648rem !important;
}

.Gift-bag-conter li {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    height: .4875rem;
    line-height: .4875rem;
    font-size: .32rem;
    margin-top: .1rem;
    padding-right: .125rem;
}

.Gift-bag-conter li p:nth-child(1) {
    text-align: left;
    width: 2.5rem;
    height: .3875rem;
}

.Gift-bag-conter li p:nth-child(2) {
    width: 2rem;
    height: .3875rem;
}

.Gift-bag-conter li p:nth-child(3) {
    display: flex;
    width: 2.3rem;
    text-align: right;
    height: .3875rem;
}

.Gift-bag-conter li img {
    margin-top: .05rem;
    width: .2875rem;
    height: .3rem;
}


.wenzi {
    margin-left: .5rem;
    width: 1.5rem;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}










.yuyuechenggong {
    display: none;
    position: fixed;
    z-index: 99;
    width: 9.35rem;
    height: 6.0375rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/pre-register.png) no-repeat;
    background-size: 100% 100%;
}

.yuyuechenggong .store {
    position: relative;
    margin-top: 4.5rem;
    margin-left: 1.2rem;
}

/* .store-pc {
    display: block !important;
}

.store-m {
    display: none;
} */

/* .store::after {
    content: "";
    position: absolute;
    top: 0;
    right: 3rem;
    width: 0.2rem;
    height: 0.2rem;
    background-color: red;
    border-radius: 50%;
} */

/* .store::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: -0.6rem;
    width: 1.175rem;
    height: 1.1875rem;
    background-image: url('https://cdn-download.tthplay.com/image/act/myzdvn/finger.png');
    background-size: cover;
    z-index: 10;
    animation: mymove3 1s infinite;
} */




.win {
    display: none;
    position: fixed;
    z-index: 99;
    width: 9.35rem;
    height: 6.0375rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/win_7.png) no-repeat;
    background-size: 100% 100%;
}

.Confirmbutton {
    position: absolute;
    bottom: .75rem;
    margin-left: 1.175rem;
    width: 6.6rem;
    height: .7625rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/Confirmbutton.png) no-repeat;
    background-size: 100% 100%;
}

.win_fb {
    display: none;
    position: fixed;
    z-index: 99;
    width: 9.35rem;
    height: 6.0375rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/win_fb.png) no-repeat;
    background-size: 100% 100%;
}

.win_fb_button {
    position: absolute;
    bottom: .75rem;
    margin-left: 1.175rem;
    width: 6.6rem;
    height: .7625rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/win_fb_button.png) no-repeat;
    background-size: 100% 100%;
}

.fb_close {
    position: absolute;
    top: -.3rem;
    right: 0.3rem;
    width: .6125rem;
    height: .6125rem;
}




.rule {
    display: none;
    position: fixed;
    z-index: 999;
    width: 9.35rem;
    height: 9.55rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/win_3.png) no-repeat;
    background-size: 100% 100%;
}







.tisp {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 9.35rem;
    height: 4.0375rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/tisp.png) no-repeat;
    background-size: 100% 100%;
}

.tisp p {
    margin-top: 1.5rem;
    width: 6.6rem;
    margin-left: 1.2rem;
    font-size: .3333rem;
    text-align: center;
    color: #fff;
}

.lottery_tisp {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 9.35rem;
    height: 5.0375rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/tisp.png) no-repeat;
    background-size: 100% 100%;
}

.lottery_tisp p {
    margin-top: 1.5rem;
    width: 6.6rem;
    margin-left: 1.2rem;
    font-size: .3333rem;
    text-align: center;
    color: #fff;
}

.lottery_close {
    cursor: pointer;
    position: absolute;
    top: 0rem;
    right: .5375rem;
    width: .6rem;
    height: .6rem;
    opacity: 1;
}





.asides {
    display: none;
    position: fixed;
    z-index: 99999;
    right: .1rem;
    top: 12%;
    width: 2.425rem;
    height: 7.5rem;
}

.win_conter img {
    position: absolute;
    width: 2.425rem;
    height: 2.3125rem;
}

.Store_rewards {
    position: absolute;
    z-index: 9;
    margin-top: 3.4rem;
    width: 2.425rem;
    height: 2.3125rem;
}

.asidesjoin_button {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    margin-top: 6rem;
    width: 2.425rem;
    height: .6125rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/button-like.png) no-repeat;
    background-size: 100% 100%;
}

.RewardQuery {
    position: absolute;
    bottom: 0rem;
    width: 2.425rem;
    height: .6125rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/button-View.png) no-repeat;
    background-size: 100% 100%;
}

.pic_img {
    position: absolute;
    z-index: 9;
    top: 2.7rem;
    left: .05rem;
    width: 2.325rem;
    height: .6125rem;
}

.top {
    position: absolute;
    bottom: -1rem;
    left: .9625rem;
    width: .6375rem;
    height: .9125rem;
    background: url(https://cdn-download.hwxgame.com/image/act/m2en/TOP_button.png) no-repeat;
    background-size: 100% 100%;
}

.close {
    position: absolute;
    top: 0rem;
    right: .5375rem;
    width: .6rem;
    height: .6rem;
    opacity: 1;
}

.win_close {
    position: absolute;
    top: 0rem;
    right: .35rem;
    width: .6rem;
    height: .6rem;
}

.marquee {
    position: absolute;
    top: 1rem;
    left: 4rem;
    width: 58%;
    overflow: hidden;
}

.claim-ticker {

    display: flex;
    justify-content: center;
    align-items: center;
}

.claim-ticker .viewport {
    max-width: 560px;
    width: 90%;
    height: 0.45rem;
    overflow: hidden
}

.claim-ticker .claim-list {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    display: inline-block;
    will-change: transform
}

.claim-ticker .claim-list li {
    display: inline-block;
    background: rgba(18, 31, 56, .9);
    color: #fff;
    border-radius: 0.225rem;
    padding: 0.025rem 0.15rem;
    margin: 0 0.1rem 0.1rem 0;
    font-size: 0.175rem;
    white-space: nowrap;
    box-shadow: 0 0.025rem 0.1rem rgba(0, 0, 0, .3)
}

.row {
    margin-top: .3rem;
    margin-left: .01rem;
}