:root {
    --mouse-normal: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/mouse.webp') 10 10, auto;
    --mouse-hover: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/mouse_hover.webp') 10 10, auto;
    --mouse-active: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/mouse_active.webp') 10 10, auto;
}
* {
    cursor: var(--mouse-normal);
}


.reserve-model{
    width: 100%;
	height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
    z-index: 998;
    display: none;

}
.reserve-model .model-content{
    width: 12.95625rem;
    height: 6.43125rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/pup/bg_subscribe.webp) no-repeat center/cover;  
    position: absolute;
    top: 2.175rem;
    left: 50%;
    transform: translateX(-50%);
}
.reserve-model .btn-close{
    width: .51875rem;
    height: .5rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/pup/btn_close.webp) no-repeat center/cover;  
    position: absolute;
    top: 0;
    right: .125rem;
}
/*.reserve-model .btn-close:hover{
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/pup/btn_close_hover.webp) no-repeat center/cover;  
    cursor: var(--mouse-hover);
}
.reserve-model .btn-close:active{
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/pup/btn_close_active.webp) no-repeat center/cover;  
    cursor: var(--mouse-active);
}

.reserve-model .title{
    text-align: center;
    font-size: .4267rem;
    color: #FFFFFF;
    margin-top: .825rem;
    margin-bottom: .1rem;
    font-family: "Regular";
}*/
.reserve-model .options{
    width: 6.40625rem;
    display: flex;
    justify-content: center;
    margin: 1.4375rem auto 0 auto;
}
.reserve-model .options-item{
    font-size: .375rem;
    font-family: "Bold";
    color: #aab1b2;
    line-height: .46875rem;
    margin-right: 1rem;
    position: relative;
    cursor: pointer;
}
.reserve-model .options-item:nth-child(1) {
    margin-left: 0.6rem;
}
.reserve-model .options-item:hover{
    cursor: var(--mouse-hover);
}
.reserve-model .options-item:active{
    cursor: var(--mouse-active);
}
.reserve-model .options-item::before{
    content: '';
    display: inline-block;
    width: .4375rem;
    height: .4375rem;

    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/pup/reserve.webp) no-repeat center/cover;
    position: absolute;
    left: -0.5333rem;
    top: 50%;
    transform: translateY(-50%);
}
.reserve-model .options-item:last-child{
    margin-right: 0;
}

.reserve-model .options-item.active::before{
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/pup/reserve_checked.webp) no-repeat center/cover;
}
.reserve-model .message-area{
    width: 6.40625rem;
    margin: .3rem auto .1875rem auto;
}
.reserve-model .message-area .line-area{
    width: 6.40625rem;
    margin-top: .15625rem;
    display: flex;
}
.reserve-model .message-area input {
    height: .55rem;
    border: 1px solid #262b31;
    background-color: #16161c;
    color: #aab1b2;
     font-size: 0.24rem;
    padding-left: .1875rem;
    font-family: "Regular";
}

.reserve-model .message-area input::placeholder {
    color: #5b6769;
    font-size: 0.24rem;
}

.reserve-model .message-area .value{
    flex: 1;
}
.reserve-model .message-area .verify-area{
    display: flex;
}
.reserve-model .message-area .code-input {
    width: 4.4625rem;
}
.reserve-model .message-area .code-btn{
    display: inline-block;
    /*width: 1.8125rem;*/
    flex: 1;
    height: .55rem;
    line-height: .55rem;
    text-align: center;
    margin-left: .13rem;
    border: 1px solid #262b31;
    background-color: #131319;
    color: #aab1b3;
    font-size: .23125rem;
}
/*.reserve-model .message-area .code-btn:hover{
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/pup/btn_code_hover.webp) no-repeat center/100% 100%;
    cursor: var(--mouse-hover);
}
.reserve-model .message-area .code-btn:active{
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/pup/btn_code_active.webp) no-repeat center/100% 100%;
    cursor: var(--mouse-active);
}*/

.reserve-model .message-area .code-value{
   /* width: 1.8125rem;*/
    flex: 1;
    height: .55rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/pup/btn_code_disabled.webp) no-repeat center/100% 100%;
    margin-left: .2rem;
    color: #fff;
    line-height: .5rem;
    font-size: .2rem;
    font-family: "Regular";
    text-align: center;
    display: none;
}

.reserve-model .terms-area{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: .3125rem;
}
.reserve-model .terms-area .check-btn{
    width: .25rem;
    height: .25rem;
    margin-right: .15rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/pup/reserve.webp) no-repeat center/cover;
}
.reserve-model .terms-area .check-btn.active{
    width: .25rem;
    height: .25rem;
    margin-right: .15rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/pup/reserve_checked.webp) no-repeat center/cover;
}

.reserve-model .terms-area .text{
    font-weight: 400;
    font-size: .2125rem;
    color: #5b6769;
    line-height: .25rem;
    font-family: "Regular";
}
.reserve-model .terms-area a{
    color: #aab1b3;
}
.reserve-model .login-area {
    width: 6.40625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: .15rem auto 0 auto;
}
.reserve-model .login-area .btn-login{
    width: 3.53125rem;
    height: .93125rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/pup/btn_login_normal.webp) no-repeat center/ contain;
    cursor: pointer;
}
.reserve-model .login-area .btn-login:hover{
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/pup/btn_login_hover.webp) no-repeat center/ contain;
    cursor: var(--mouse-hover);
}
.reserve-model .login-area .btn-login:active{
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/pup/btn_login_active.webp) no-repeat center/ contain;
    cursor: var(--mouse-active);
}
.reserve-model .login-area .wx-reserve{
    font-weight: 400;
    font-size: .23125rem;
    color: #aab1b3;
    line-height: .2667rem;
    padding: .1625rem 0 0 0;
    cursor: pointer;
    /* width: 120px;
    height: 30px; */
    text-align: center;
    font-family: "Regular";
    /* user-select: none; */
}

.underline {
    border-bottom: 1px solid #aab1b3;
}

.reserve-model .login-area .wx-reserve span {
    margin: 0 0.03rem;
}
.reserve-model .login-area .wx-reserve:hover{
    color: #cbff3f;
    cursor: var(--mouse-hover);
}
.reserve-model .login-area .wx-reserve:active{
    color: #cbff3f;
    cursor: var(--mouse-active);
}


/* 微信一键预约 */
#reserve-qrcode{
    margin-top: 1.2rem;
    display: none;
    text-align: center;    
}
.reserve-model #reserve-qrcode .qrcode-area {
    /* height: 2.8375rem;
    width: 3.075rem;
    margin-left: 6.25rem;
    margin-top: .375rem; */

    text-align: center;
}
.reserve-model #reserve-qrcode .qrcode-area{
    display: inline-block;
    width: 3.28rem;
    height: 3.0267rem;
    background-image: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/mobile/qrcode_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
#reserve-qrcode-img{
    width: 2.1867rem;
    height: 2.1867rem;
    position: relative;
    left: -.1rem;
    top: .1333rem;
}
#qrcode-container img{
    width: 2.1867rem;
    height: 2.1867rem;
    position: relative;
    left: .44rem;
    top: .1333rem;
 }
.reserve-model #reserve-qrcode .tel-reserve{
    margin-top: .7rem;
    text-align: center;
    font-family: Farlight84_CJK, Farlight84_CJK;
    font-weight: 400;
    font-size: .225rem;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.6);
}
.reserve-model #reserve-qrcode .tel-reserve .text{
    padding: .1533rem 0;
    border-bottom:  1px solid #63676C;
    cursor: pointer;
    font-family: "Regular";
    user-select: none;
    width: 120px;
    height: 30px;
}

/* tost 提示 */
.toast-container{
    /* border: 1px solid yellow; */
    width:7rem;
    position: fixed;
    font-size: .45rem;
    top: 1.875rem;
    left: calc(50% - 3.5rem);
    text-align: center;
    color: #fff;
    z-index: 1001;
}

/* 适龄提示 */
.age-model{
    width: 100%;
	height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
    z-index: 998;
    display: none;
}

.age-model .model-content{
    width: 13.975rem;
    height: 9.7rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/bg_ageModel.webp) no-repeat center/cover;  
    position: absolute;
    top: 2.175rem;
    left: 3.95rem;
}
.age-model .btn-close{
    height: .825rem;
    width: .875rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/pup/btn_close.webp) no-repeat center/cover;  
    position: absolute;
    top: .65rem;
    right: .75rem;
}
.age-model .btn-close:hover{
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/pup/btn_close_hover.webp) no-repeat center/cover;  
    cursor: var(--mouse-hover);
}
.age-model .btn-close:active{
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/pup/btn_close_active.webp) no-repeat center/cover;  
    cursor: var(--mouse-active);
}

.age-model .title{
    font-weight: bold;
    font-size: .4rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: .425rem;

    font-family: "Regular";
}
.age-model .txt-box{
    margin: 1rem auto;
    width: 7.65rem;
    font-family: "Regular";
}
.age-model .txt-box .txt-item{
    display: flex;
    margin-bottom: .3rem;
    line-height: 1.8;
}
.age-model .txt-box .txt-item .dot{
    height: .15rem;
    width: .15rem;
    background: #797f80;
    border-radius: .025rem;
    margin-right: .3rem;
    margin-top: .05rem;
}
.age-model .txt-box .txt-item .txt{
    width: 7.2rem;
    font-weight: 400;
    font-size: .2125rem;
    color: #FFFFFF;
}
.age-model .txt-box .txt-item .txt span{
    color: #b5e23d;
}

/* 首页视频播放 */
.video-model{
    width: 100%;
	height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
    z-index: 998;
    display: none;
}
.video-model .model-content{
    /* border: 1px solid yellow; */
    width: 15.375rem;
    height: 6.825rem;
    /* background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/pup/bg_yuyue.webp) no-repeat center/cover;   */
    position: absolute;
    top: 2.175rem;
    left: 3.95rem;

    /* display: flex;
    justify-content: center; */
}
.video-model .btn-close{
    height: .825rem;
    width: .875rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/pup/btn_close.webp) no-repeat center/cover;  
    position: absolute;
    top: 0;
    right: .5rem;
}
.video-model .btn-close:hover{
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/pup/btn_close_hover.webp) no-repeat center/cover;  
    cursor: var(--mouse-hover);
}
.video-model .btn-close:active{
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/pup/btn_close_active.webp) no-repeat center/cover;  
    cursor: var(--mouse-active);
}
.video-model .model-content .vid-box{
    /* border: 1px solid yellow; */
    margin: 0 auto;
    width: 12.2rem;
    height: 100%;
}
.video-model .model-content .vid-box video{
    height: 100%;
    width: 100%;
}