@charset "utf-8";
/*-----------------初始化---------------------*/


/*body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }*/

* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
}

em,
i,
var {
    font-style: normal;
}

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

a:active {
    -webkit-filter: sepia(20%);
    -moz-filter: sepia(20%);
    -ms-filter: sepia(20%);
    -o-filter: sepia(20%);
    filter: sepia(20%);
}
.notreach_btn:active {
    -webkit-filter: unset;
    -moz-filter: unset;
    -ms-filter: unset;
    -o-filter: unset;
    filter: unset;
}

img {
    border: 0 none;
    display: inherit;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    backface-visibility: hidden;
    display: block;
}

html {
    font-size: calc(100vw/7.5);
    height: 100%;
}

body {
    color: #333;
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
    font-size: .28rem;
    line-height: .4rem;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
    height: 100%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    outline: none;
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mt10 {
    margin-top: .1rem;
}

.mt20 {
    margin-top: .2rem;
}

.mt30 {
    margin-top: .3rem;
}

.mt40 {
    margin-top: .4rem;
}

.mt60 {
    margin-top: .6rem;
}

.mr10 {
    margin-right: .1rem;
}

.btn_grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.flex {
    display: flex;
    align-items: center;
}

.flex_bd {
    flex: 1;
}

.center {
    text-align: center;
}

.blue {
    color: #665c4d;
}

/* 内容 */
.main {
    width: 7.5rem;
    margin: 0 auto;
    min-height: 100%;
    box-sizing: border-box;
    background-color: #000;
}

/* banner */
.banner {
    height: 11rem;
    background: url("../img/banner.jpg") no-repeat center/100% 100%;
    position: relative;
}
.banner_title {
    position: absolute;
    top: 8.84rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: .24rem;
    color: #F5CCFF;
    text-align: center;
    font-family: 'KaiTi';
}

.login_btn {
    position: absolute;
    top: .4rem;
    right: .2rem;
    display: block;
    line-height: .4rem;
    border-radius: .4rem;
    font-size: .22rem;
    color: #fedc76;
    background-color: #bf3610;
    padding: 0 .2rem;
}

.logout_btn {
    color: #fedc76;
    text-decoration: underline;
    margin-left: .1rem;
}

.user_id {
    position: absolute;
    right: .2rem;
    top: .4rem;
    color: #fedc76;
    font-size: .22rem;
}

.user_id var {
    color: #fedc76;
}

.rule_btn {
    position: fixed;
    right: 0;
    top: 50%;
    display: block;
    width: .6rem;
    height: 1.69rem;
    background: url("../img/rule_btn.png") no-repeat center/100% 100%;
    text-indent: -999em;
    z-index: 10;
}

.my_btn {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -1.69rem;
    display: block;
    width: .6rem;
    height: 1.69rem;
    background: url("../img/my_btn.png") no-repeat center/100% 100%;
    text-indent: -999em;
    z-index: 10;
}

.btn {
    display: block;
    width: 2.54rem;
    height: .98rem;
    background: url("../img/btn.png") no-repeat 0 0/100% auto;
    text-indent: -999em;
}

.down_btn {
    position: absolute;
    right: .75rem;
    top: 9.76rem;
    width: 2.8rem;
    height: .66rem;
    background: url('../img/download_btn.png') no-repeat 0 0 /100% 100%;
}
.down_btn:hover {
    opacity: 0.9;
}
.appointment_btn{
    position: absolute;
    left: .75rem;
    top: 9.76rem;
    width: 2.8rem;
    height: .66rem;
    background: url('../img/yuyue.png') no-repeat 0 0 /100% 100%;
}
.appointment_btn:hover {
    opacity: 0.9;
}
.yiyuyue_btn {
    position: absolute;
    left: .75rem;
    top: 9.76rem;
    width: 2.8rem;
    height: .66rem;
    background: url('../img/yiyuyue.png') no-repeat 0 0 /100% 100%;
}
.tips_text1 {
    padding-top: 7.2rem;
    width: 100%;
    text-align: center;
    font-size: .3rem;
    color: #000;
    line-height: .45rem;
}

.reservation_number {
    position: absolute;
    left: 0;
    top: 10.5rem;
    width: 100%;
    text-align: center;
    font-size: .28rem;
    font-family: 'KaiTi';
    color: #FFF4CC;
    z-index: 1;
}
.yuyue_num {
    color: #FFC600;
    font-weight: 700;
    font-family: 'Source Han Serif SC';
    font-size: .3rem;
}

/* page1 */
.page1 {
    height: 4.65rem;
    background: url("../img/page1.jpg") no-repeat center/100% 100%;
    position: relative;
    padding-top: 0.5rem;
}
.count_down_title {
    width: 100%;
    margin-bottom: 0.2rem;
    display: block;
    text-align: center;
    font-weight: 700;
    font-family: kaiti;
    font-size: 0.35rem;
    line-height: 0.5rem;

}
.count_down_title .game_name {
    color: #c7b875;
}
.count_down_title .qf_name {
    color: #d1b26b;
}
.countdown_box {
    box-sizing: border-box;
    width: 7.29rem;
    height: 3.6rem;
    margin: 0 auto;
    background: url(../img/cd_bg.png) no-repeat 0 0 / 100% 100%;
    padding-top: 1.4rem;
}

.countdown {
    margin-left: 0.8rem;
    display: flex;
    text-align: center;
    font-size: .34rem;
    line-height: 1.05rem;
    height: 1.05rem;
    color: #FAD1FF;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}
.countdown li {
    display: flex;
    align-items: flex-end;
}
.countdown li span {
    position: relative;
    display: inline-block;
    width: 1.03rem;
    height: 1.02rem;
    line-height: 1.02rem;
    font-size: .55rem;
    text-align: center;
    background: url("../img/time_bg.png") no-repeat center/100% 100%;
    margin-left: .15rem;
    margin-right: .05rem;
    font-weight: normal;
    padding: 0;
    font-weight: 800;
    font-family: 'Source Han Sans CN';
    text-shadow: 2px 3px 0 rgb(0, 0, 0, 0.3);
}

.countdown li em {
    color: #FFF4CC;
    font-size: .2rem;
    font-weight: normal;
    height: .3rem;
    line-height: 1;
}
.countdown li .days {
    color: #35005E;
}

.progress {
    line-height: .89rem;
    font-size: .62rem;
    color: #b86533;
    text-align: center;
}

.get_btn {
    position: absolute;
    left: 50%;
    top: 7rem;
    margin-left: -1.65rem;
    width: 3rem;
    height: .9rem;
    background: url('../img/receive_btn.png') no-repeat;
    background-size: 100% 100%;
}



.subtitle {
    position: absolute;
    left: 0;
    top: .65rem;
    width: 100%;
    text-align: center;
    font-size: .22rem;
    color: #b86533;
}

.reservation_num {
    position: absolute;
    left: 0;
    top: 1.9rem;
    width: 100%;
    font-size: .4rem;
    text-align: center;
    color: #e28b55;
}

.reservation_num var {
    color: #fede7c;
}



.progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url("../img/progressbar2.png") repeat-y -.8rem 0/1.6rem;
}

.progress::before {
    position: absolute;
    top: -.2rem;
    left: 0;
    display: block;
    content: '\20';
    width: .8rem;
    height: .4rem;
    background: url("../img/progressbar1.png")no-repeat 0 0/100%;
    z-index: 1;
}

.progress::after {
    position: absolute;
    bottom: -.2rem;
    left: 0;
    display: block;
    content: '\20';
    width: .8rem;
    height: .4rem;
    background: url("../img/progressbar1.png")no-repeat 0 0/100%;
    z-index: 1;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.reach_list li {
    position: absolute;
    width: 2.35rem;
    height: 3.55rem;
    background: url("../img/newreach_bg02.png")no-repeat 0 0/100% 100%;
}

.reach_list li{
    left: 0.8rem;
    top: 3.25rem;
}

.reach_list li:nth-child(2) {
    left: 4.5rem;
    top: 4.45rem;
}

.reach_list li:nth-child(3) {
    left: 0.8rem;
    top: 8.5rem;
}

.reach_list li:nth-child(4) {
    left: 4.5rem;
    top: 9.8rem;
}

.reach_list li.cur {
    background: url("../img/newreach_bg01.png")no-repeat 0 0/100% 100%;
}

.reach_count {
    position: absolute;
    left: 0.25rem;
    top: -1rem;
    width: 1.8rem;
    height: 1.58rem;
    background: url(../img/reach_count.png)no-repeat 0 0/7.2rem auto;
}

.reach_list li:nth-child(4) .reach_count {
    background-position: 0 -1.58rem;
}

.reach_list li:nth-child(3) .reach_count {
    background-position: -1.8rem -1.58rem;
}

.reach_list li:nth-child(2) .reach_count {
    background-position: -3.6rem -1.58rem;
}

.reach_list li:nth-child(1) .reach_count {
    background-position: -5.4rem -1.58rem;
}

.reach_list li.cur:nth-child(4) .reach_count {
    background-position: 0 0;
}

.reach_list li.cur:nth-child(3) .reach_count {
    background-position: -1.8rem 0;
}

.reach_list li.cur:nth-child(2) .reach_count {
    background-position: -3.6rem 0;
}

.reach_list li.cur:nth-child(1) .reach_count {
    background-position: -5.4rem 0;
}

.reach_textbox {
    padding-top: .8rem;
    padding-left: .01rem;
}

.reach_textbox p {
    font-size: .2rem;
    padding-bottom: .05rem;
    color: #fff;
    display: flex;
    align-items: center;
    transform: scale(0.7);
    border-bottom: 1px dashed #fff;
    position: relative;
}

.reach_textbox p img {
    width: .3rem;
    margin-right: .1rem;
}
.min_btn{
    display: block;
    width: 1.02rem;
    height: .38rem;
    line-height: .38rem;
    text-align: center;
    font-size: .2rem;
    background: url("../img/reach_btn.png")no-repeat 0 0/100% auto;
    margin-left: auto;
    margin-right: auto;
}
.already_btn {
    color: #d9ae90;
    margin-top: 1.7rem;
    background-position: 0 0;
}

.notreach_btn {
   color: #ffa56f;
   margin-top: .2rem;
   background: url('../img/unabled.png') no-repeat 0 0/100% 100%;
   width: 1.4rem;
   height: .58rem;
   line-height: .58rem;
   color: #000;
}


.toget_btn {
    color: #000;
    margin-top: .2rem;
    background: url("../img/copy_btn.png")no-repeat 0 0/100% auto;
    width: 1.4rem;
    height: .58rem;
    line-height: .58rem;
}

/* page3 */
.page3 {
    height: 7.75rem;
    background: url("../img/page3.jpg") no-repeat center/100% 100%;
    position: relative;
}
.invite_list .toget_btn{
    margin-top: .2rem;
}
.invite_list{
    position: absolute;
    top: 3rem;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.invite_list li{
    width: 2.2rem;
    height: 2.4rem;
    box-sizing: border-box;
    background: url("../img/invite_bgimg.png") no-repeat;
    background-size: 100% 100%;
}
.invite_list li .title {
    text-align: left;
    padding-left: .1rem;
    color: #ffcf8a;
    font-weight: 700;
    font-size: .1rem;
    white-space: nowrap;
    transform: scale(0.75);
    margin-top: .4rem;
}
.invite_list li .step_yq_bd p {
    height: .25rem;
    color: #fff;
    display: flex;
    align-items: center;
    transform: scale(0.5);
    width: 150%;
    transform-origin: 0 0;
    padding-left: .7rem;
}
.invite_list li .step_yq_bd p img{
    width: .55rem;
}


.already2_btn {
    color: #d9ae90;
    margin-top: 1.4rem;
    background-position: 0 -1.14rem;
}
.notreach2_btn{
    color: #b4b4b4;
    margin-top: .2rem;
    background-position: 0 -1.52rem;
}
.invite_inpbox{
    position: absolute;
    width: 6.7rem;
    top: 5.8rem;
    left: .4rem;
    background-color: rgba(76, 83, 101, 0.55);
    box-sizing: border-box;
    padding: .25rem .2rem;
    display: flex;
}
.invite_inp{
    flex: 1;
    background-color: #bfc1ce;
    height:.6rem;
    line-height: .6rem;
    border: none;
    outline: none;
    font-size: .22rem;
    color: #232937;
    text-indent: .1rem;
}
.invite_inp::placeholder{
    color: rgba(117, 44, 17, .5);
}
.invite_btn{
    display: block;
    width:1.7rem;
    height:.6rem;
    text-indent: -999em;
    background: url("../img/invite_btn.jpg") no-repeat center/100% 100%;
}

.invite_num{
   position: absolute;
   top: 7.1rem !important;
   left: 50%;
   color: #bcbcbe;
   font-size: .22rem;
   text-align: center;
   padding: 0 .1rem;
   border-bottom: solid 1px #bcbcbe;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
}

.invite_num var{
    color: #bcbcbe;
}
/* page4 */
.page4 {
    height: 7.32rem;
    background: url("../img/page4.jpg") no-repeat center/100% 100%;
    position: relative;
}

.swiper{
    position: absolute;
    top: 1.8rem;
    left: .5rem;
    width: 6.5rem;
}
.swiper .swiper-slide{
    position: relative;
    width: 4.2rem;
    height: 7.42rem;
}
.swiper .swiper-slide::before{
    position: absolute;
    content: '\20';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/kuang.png") no-repeat center/100% 100%;
    z-index: 1;
}
.swiper .swiper-slide::after{
    position: absolute;
    content: '\20';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
}
.swiper .swiper-slide.swiper-slide-active::after{
    display: none;
}

.swiper .swiper-slide img{
    width: 4.12rem;
    height: 7.32rem;
    display: block;
    margin-top: .05rem;
}
.prev_btn{
    position: absolute;
    width: .66rem;
    height: .66rem;
    background: url("../img/next_btn.png") no-repeat center/100% 100%;
    left: .85rem;
    top: 50%;
    margin-top: -1.33rem;
    z-index: 10;
}
.next_btn{
    display: block;
    position: absolute;
    width: .66rem;
    height: .66rem;
    background: url("../img/next_btn.png") no-repeat center/100% 100%;
    right: .85rem;
    top: 50%;
    margin-top: -1.33rem;
    z-index: 10;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}
#J_swiper {
    transform: scale(0.7);
    transform-origin: center 0;
}
/* page5 */
.page5 {
    height: 4.84rem;
    background: url("../img/page5.jpg") no-repeat center/100% 100%;
    position: relative;
}
.wx_text1{
    padding-top: 1.22rem;
    font-size: .22rem;
    color: #a45730;
    text-align: center;
}
.wx_text2{
    font-size: .36rem;
    color: #fedc76;
    text-align: center;
    margin-top: .1rem;
}
.pop_btn{
    display: block;
    width: 1.28rem;
    height:.46rem;
    line-height: .46rem;
    text-align: center;
    color: #000;
    font-size: .22rem;
    background: url("../img/copy_btn.png") no-repeat center/100% 100%;
    margin: .3rem auto 0 auto;
}
.wx_text3{
    font-size: .22rem;
    color: #a45730;
    text-align: center;
    margin-top: .2rem;
}





/* 公共弹窗基础样式 */
.pop {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.pop_main {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 5000;
    width: 6.3rem;
    background-color: #293750;
    border: 1px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;

}


.close {
    position: absolute;
    right: -.5rem;
    top: 0;
    width: .37rem;
    height: .41rem;
    background: url("../img/close.png") no-repeat center / 100% 100%;
    text-indent: -9999px;
}

.pop_body {
    font-size: .22rem;
    color: #fff;
    padding: .4rem .25rem;
}

.pop_scroll {
    max-height: 6rem;
    overflow: auto;
}

.pop_title {
    font-size: .3rem;
    margin-bottom: .2rem;
    text-align: center;
    color: #fff;
    line-height: .5rem;
}

.pop_title span {
    position: relative;
    display: inline-block;
    color: #a04b2a;
}


.pop_title span::before {
    position: absolute;
    left: -1.8rem;
    top: 50%;
    margin-top: -.1rem;
    display: block;
    content: '\20';
    width: 1.67rem;
    height: .21rem;
    background: url("../img/pop_title.png") no-repeat center / 100% 100%;
}

.pop_title span::after {
    position: absolute;
    right: -1.8rem;
    top: 50%;
    margin-top: -.1rem;
    display: block;
    content: '\20';
    width: 1.67rem;
    height: .21rem;
    background: url("../img/pop_title.png") no-repeat center / 100% 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



.pop_subtitle {
    font-size: .3rem;
    line-height: .4rem;
    margin-bottom: .2rem;
    text-align: center;
    color: #665c4d;
}



.myreward_table {
    font-size: .22rem;
    line-height: .6rem;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.myreward_table tr th,
.myreward_table tr td {
    border-bottom: solid 1px #882e09;
}

.operating_btn {
    display: block;
    width: 1.4rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .25rem;
    text-align: center;
    color: #f5d9b0;
    background-color: #8d5f43;
    margin-left: auto;
    margin-right: auto;
}

.code {
    text-align: center;
    color: #665c4d;
    font-size: .28rem;
}

.inp_dl {
    display: flex;
    line-height: .6rem;
    margin-top: .15rem;
}

.inp_dl dd {
    text-align: right;
    padding-right: .1rem;
    min-width: 1.35rem;
}

.inp_dl dt {
    flex: 1;
    padding-right: .5rem;
    font-size: .24rem;
}

.inp {
    color: #000;
    outline: none;
    font-size: .24rem;
    box-sizing: border-box;
    width: 100%;
    text-indent: .1rem;
    height: .6rem;
    line-height: .6rem;
    background-color: #e6eaf4;
    border: none;
}

.inp::placeholder {
    color: #d97b42;
}

.sel_iconbox {
    position: relative;
}

.sel_iconbox::before {
    position: absolute;
    display: block;
    content: "\20";
    width: .6rem;
    height: .6rem;
    background: url("../img/more_icon.png") no-repeat center/.18rem .11rem;
    right: 0;
    top: 0;
    pointer-events: none;
}

.sel {
    color: #d97b42;
    outline: none;
    font-size: .24rem;
    height: .6rem;
    line-height: .6rem;
    box-sizing: border-box;
    width: 100%;
    text-indent: .1rem;
    background-color: #84310c;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
}

.win_sel {
    position: relative;
    color: #d97b42;
    outline: none;
    font-size: .24rem;
    height: .6rem;
    line-height: .6rem;
    box-sizing: border-box;
    width: 100%;
    text-indent: .1rem;
    background-color: #84310c;
}

.seldiv {
    display: none;
    position: absolute;
    top: .6rem;
    left: -1px;
    width: 100%;
    z-index: 10;
    font-size: .24rem;
    background-color: #84310c;
    border: solid 1px #8d5f43;
}

.search_btn {
    display: block;
    width: 1.1rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #8d5f43;
    color: #f5d9b0;
}

.search_inp {
    display: block;
    color: #d97b42;
    outline: none;
    font-size: .22rem;
    box-sizing: border-box;
    width: 100%;
    text-indent: .1rem;
    height: .6rem;
    line-height: .6rem;
    background-color: #84310c;
    border: none;
    border-bottom: solid 1px #8d5f43;
}

.code_btn {
    display: block;
    color: #8ba5d2;
    outline: none;
    font-size: .22rem;
    box-sizing: border-box;
    text-indent: .1rem;
    height: .6rem;
    line-height: .6rem;
    background-color: transparent;
    width: 1.6rem;
    text-align: center;
    border: none;
}

.search_inp::placeholder {
    color: #d97b42;
}

.sel_ul {
    overflow: auto;
    max-height: 2rem;
}

.keyword_box {
    flex: 1;
}

.sel_ul::-webkit-scrollbar {
    width: 6px;
}

.sel_ul::-webkit-scrollbar-track {
    background-color: #bca17a;
}

.sel_ul::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

.sel_ul li {
    padding: 0 .1rem;
    color: #bca17a;
    cursor: pointer;
}

.sel_ul li:hover {
    background-color: #0c2144;
}

.rule_title{
    width: 5.84rem;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.rule_box {
    counter-reset: index;
    padding-left: .35rem;
    font-size: .22rem;
}
.rule_item{
    position: relative;
    line-height: .3rem;
    margin-bottom: .2rem;
}

.rule_item:before {
    position: absolute;
    left: -.35rem;
    top: 0;
    display: block;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    content: counter(index)".";
    counter-increment: index;
    color: #fff;
    z-index: 10;
}

.dlq_btn{
    float: right;
    display:block;
    width: .9rem;
    color: #d97b42;
    font-size: .22rem;
    line-height: .38rem;
    border: solid 1px #d97b42;
    border-radius: .38rem;
}
.ck_btn{
    float: right;
    display:block;
    width: .9rem;
    color: #782202;
    font-size: .22rem;
    line-height: .38rem;
    background-color:#c86b37;
    border-radius: .38rem;
}
.cy {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cy img {
    width: 100%;
}
.cy .zhu {
    padding: 0 0.1rem;
    color: #fff;
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    transform-origin: 0 0;
    transform: scale(0.6);
    width: 160%;
    margin-top: .2rem;
    padding-left: .3rem;
}

.cy2 {
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
}
.cy2 .zhu {
    color: #000;
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    transform-origin: left;
    transform: scale(0.6);
    width: 156%;
}

.reward_list li{border-bottom: 1px solid #e6eaf4; line-height: 40px; text-align: left; margin-top: 10px;display: flex;align-items: center;justify-content: space-between;padding-bottom: 6px;}
.reward_list li .left div{line-height: 22px;}
.reward_list li span{float: right; width: 64px; line-height: 25px; margin-top: 5px; border: 1px solid #fff; border-radius: 15px; text-align: center; color: #293750; cursor: pointer;background-color: #e6eaf4;}
.reward_list li span:hover{text-decoration: underline}
.reward_item .right {
    width: 72px;
}
.reward_item .left {
    flex: 1;
}
.gift_code {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.gift_code .word{
    white-space: nowrap;
}
.gift_code .code{
    word-break: break-all;
    text-align: left;
    color: #fff;
}
.game_link {
    color: #f6caa2;
}
#tip {
    line-height: 24px;
}
.red {
    color: red;
}
.reward_list {
    padding-right: .2rem;
    margin-left: .2rem;
}
.gift_icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    left: 50%;
    top: 4.5rem;
    width: 90%;
    transform: translateX(-50%);
}
.gift_icons img{
    width: 1.56rem;
    height: 1.98rem;
}

.invite_list li a {
    margin-left: .5rem;
    margin-top: 0;
    transform: scale(0.95);
}

.invite_list li .min_btn{
    width: 1.02rem;
    height: 0.38rem;
    line-height: .38rem;
    margin-top: 0;
}

.page .tese {
    width: 100%;
    display: block;
}


.pop_up .content{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 5rem;
    padding: .24rem;
    padding-top: .36rem;
    z-index: 3;
    background-color: #293750;
    border: 1px solid #fff;
    color: #fff;
    font-size: .22rem;
  }
  .pop_up .content .title {
    text-align: center;
    font-size: .26rem;
    margin-bottom: .4rem;
  }
  .pop_up .content .user {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .3rem;
  }
  .pop_up .content .user input {
    width: 2.8rem;
    height: .34rem;
    font-size: .2rem;
    padding: 0 .06rem;
  }
  .pop_up .bg{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .pop_up .content .close_btn {
    position: absolute;
    width: .4rem;
    height: .4rem;
    right: -0.4rem;
    top: -0.4rem;
    background: url('../img/close.png') no-repeat 0 0 /100% 100%;
    cursor: pointer;
    transform: rotate(0);
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    -moz-transition: all ease 1s;
  }
  .pop_up .content .close_btn:hover {
    transform: rotate(90deg);
  }
  
  .pop_up .btn1 {
    width: 1.5rem;
    height: 0.5rem;
    line-height: 0.54rem;
    text-align: center;
    cursor: pointer;
    background: url('../img/copy_btn.png') no-repeat 0 0 / 100% 100%;
    display: block;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: .18rem;
    margin-bottom: .12rem;
  }
  .pop_up .btn1:active {
    opacity: 0.9;
  }
  
  .pop_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .36rem;
    padding: 0 .4rem;
  }

  .unlogin {
    color: #e8f2fb;
    cursor: pointer;
  }
  .unlogin:active {
    color: #fff;
  }

  .pop_up .code_num {
    color: #d81825;
  }
  
  .explain {
    font-size: .12rem;
    margin: .18rem 0;
  }
  .explain_1,
  .explain_2 {
    line-height: .28rem;
    margin-bottom: .08rem;
    transform: scale(0.8);
    transform-origin: 0 0;
    width: 125%;
    word-break: break-all;
  }
  .yuyue_repeat .user {
    margin-bottom: 0.1rem !important;
  }

  /* 预约弹窗美化 */
  .yuyue_popup .form_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 0 .22rem;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
  }
  .yuyue_popup .form_row .label {
    flex: 0 0 0.82rem;
    font-size: 0.2rem;
    color: #f1e3c1;
    text-align: right;
    padding-right: 0.08rem;
    letter-spacing: 0.01rem;
    white-space: nowrap;
  }
  .yuyue_popup .form_row .form_input {
    flex: 1;
    width: 1% !important;
    height: 0.36rem !important;
    background: rgba(0,0,0,0.25) !important;
    border: 1px solid rgba(255,220,118,0.4) !important;
    border-radius: 0.06rem;
    color: #fff !important;
    font-size: 0.18rem !important;
    padding: 0 0.08rem !important;
    outline: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    min-width: 0;
  }
  .yuyue_popup .form_row .form_input::placeholder {
    color: rgba(255,255,255,0.35);
    font-size: 0.16rem;
  }
  .yuyue_popup .form_row .form_input:focus {
    border-color: #fedc76 !important;
    box-shadow: 0 0 0.1rem rgba(254,220,118,0.35);
  }
  .yuyue_popup .code_row .code_input {
    flex: 1;
    margin-right: 0.1rem;
  }
  .yuyue_popup .send_sms_btn {
    flex: 0 0 auto;
    width: 1.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    font-size: 0.15rem;
    color: #3c250a;
    background: linear-gradient(180deg, #ffe79b 0%, #e9c46a 100%);
    border: 1px solid #c69a3e;
    border-radius: 0.06rem;
    padding: 0 0.04rem;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: inset 0 -0.03rem 0.05rem rgba(0,0,0,0.15), 0 0.03rem 0.06rem rgba(0,0,0,0.25);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
  }
  .yuyue_popup .send_sms_btn:active {
    transform: translateY(0.02rem);
    box-shadow: inset 0 -0.02rem 0.03rem rgba(0,0,0,0.18), 0 0.02rem 0.04rem rgba(0,0,0,0.2);
  }
  .yuyue_popup .send_sms_btn:disabled {
    color: #fff;
    background: linear-gradient(180deg, #7a8599 0%, #55617a 100%);
    border-color: #4a5468;
    box-shadow: inset 0 -0.03rem 0.05rem rgba(0,0,0,0.2), 0 0.02rem 0.04rem rgba(0,0,0,0.2);
    cursor: not-allowed;
    opacity: 0.9;
  }

  .is_login {
    position: absolute;
    bottom: -0.4rem;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8f2fb;
    /* font-weight: 700; */
    width: 100%;
    z-index: 1;
  }
   .is_login a {
    text-decoration: underline;
   }
  .unlogin {
    margin-left: .24rem;
  }

.tit1 {
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 6.48rem;
    height: 1.21rem;
}
.page2 {
    height: 5.85rem;
    background: url(../img/page2.jpg) no-repeat 0 0 / 100% 100%;
}
.ts-box {
    width: 6.16rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: .17rem 0;
    flex-wrap: wrap;
}
.ts-box li {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 2.92rem;
    height: 2.66rem;
    padding-top: 1.1rem;
    box-sizing: border-box;
}
.ts-box li img {
    margin: 0 auto;
    height: 1.16rem;
    width: auto;
}
.ts-box li:nth-child(1) {
    background-image: url(../img/ts1_bg.png);
}
.ts-box li:nth-child(2) {
    background-image: url(../img/ts2_bg.png);
}
.ts-box li:nth-child(3) {
    background-image: url(../img/ts3_bg.png);
}
.ts-box li:nth-child(4) {
    background-image: url(../img/ts4_bg.png);
}
.page3 {
    height: 15rem;
    background: url(../img/page3.jpg) no-repeat 0 0 / 100% 100%;
}
.page3 .tit2 {
    width: 6.48rem;
    height: 1.21rem;
    margin: 0 auto .42rem;
}
.fl_img {
    width: 6.16rem;
    margin: 0 auto .34rem;
}