*{margin: 0;padding: 0;box-sizing: border-box;}
html,body{width:100%;height: 100%;}
body{font-family:"Microsoft YaHei",\5b8b\4f53,Arial, Helvetica, sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0); }
body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,textarea,table,td{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
area{outline:none;}
img{border:0;width:100%;display:block;}
ol,ul{list-style:none;}
a{text-decoration:none;outline:none;border:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
.fl{float: left;}
.fr{float: right;}
.clear:after{content: "";display: block;clear: both;}
.clear{zoom: 1;}
.bgs100{background-repeat: no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
:focus {outline: none;}

body{
    width: 100%;
    height: 100%;
    font-size: 20px;
    background: #fff;
}

.orientationpop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
}

.orientationpop span {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    margin: auto;
    color: #fff;
    font-size: 0.32rem;
    text-align: center;
    transform: translate(-50%, -50%);
}

.top{
    width: 100%;
    height: 1rem;
    padding-left: 1.4rem;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px 0px rgba(29,32,55,0.2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.top .logo{
    width: 1.09rem;
    height: 1.09rem;
    background: url(https://media.sugarfungame.com/dssea/home/2025/0108/m/vn/img/LOGO.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0.16rem;
    left: 0.21rem;
}
.top .top_txt{
    height: 1rem;
    line-height: 1rem;
    font-weight: bold;
    font-size: 0.26rem;
    color: #3C4B56;
    text-align: left;
    float: left;
}
.top .right{
    height: 100%;
    display: flex;
    align-items: center;
    float: right;
    margin-right: 0.2rem;
}
.top .right .book_btn{
    width: 2.02rem;
    height: 0.57rem;
    line-height: 0.57rem;
    font-weight: bold;
    font-size: 0.28rem;
    color: #FFFFFF;
    text-align: center;
    background: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/book_btn.png) no-repeat;
    background-size: 100% auto;
}
.top .right .menu_btn{
    width: 0.44rem;
    height: 0.47rem;
    background: url(https://media.sugarfungame.com/dssea/home/2024/1111/m/vn/img/menu_btn.png) no-repeat;
    background-size: 100% auto;
    margin-left: 0.1rem;
}

.top .right .book_btn{
    width: 2.8rem;
    background-size: 100% 100%;
    font-size: 0.23rem;
}
.top .right .book_btn.cn{
    width: 2.02rem;
    font-size: 0.28rem;
}
/* 预约弹窗 */
.pop_wrap{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
.pop_wrap .pop{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pop .close{
	position: absolute;
	top: -0.13rem;
	right: -0.16rem;
	width: 0.55rem;
	height: 0.55rem;
	background-image: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/pop_close.png);
    background-size: 100% auto;
}
/* tips */
.tips_pop{
	width: 5rem;
	height: 3.6rem;	
	background-image: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/popup_book.png);
	padding: 0.6rem 0.3rem;
}
.tips_pop .text{
	display: -webkit-flex;
	display: flex;
	height: 100%;	
	justify-content: center;
	align-items: center;
	line-height: 0.28rem;
	font-size: 0.2rem;
    color: #3d4b57;
	text-align: center;
}
/* 预约成功弹窗 */
#bookSsPop{
    /* display: block; */
}
.books_pop{
    width: 5.37rem;
    height: 3.12rem;
    background-image: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/popup_success.png);
    padding-top: 0.58rem;
}
.books_pop p{
    font-weight: bold;
    font-size: 0.2rem;
    /* line-height: 0.4rem; */
    line-height: 1.43;
    color: #3A5B72;
    text-align: center;
}
.books_pop .btn{
    width: 2.65rem;
    height: 0.92rem;
    line-height: 0.92rem;
    text-align: center;
    font-weight: 800;
    font-size: 0.23rem;
    color: #FFFFFF;
    font-style: italic;
    text-shadow: -0.03rem 0 0.03rem #e44e00, 0 -0.03rem 0.03rem #e44e00, 0.03rem 0 0.03rem #e44e00, 0 0.03rem 0.03rem #e44e00;
    letter-spacing: 0.01rem;
    background-image: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/popup_success_btn.png);
    background-size: 100% auto;
    padding-right: 0.2rem;
    margin: 0.55rem auto 0;
    display: block;
}

.book_pop{
	width: 6.51rem;
	height: 4.86rem;	
	background-image: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/popup_book.png);
    background-size: 100% auto;
	padding-top: 0.52rem;
}
.book_pop .title{
	width: 100%;
	height: 0.65rem;
	text-align: center;
	font-size: 0.3rem;
	font-weight: bold;
	letter-spacing: 0.02rem;
    margin-bottom: 0.5rem;
}
.book_pop .title>div{
	display: inline-block;
	line-height: 0.32rem; 
	background: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/book_title_left.png) left center no-repeat, url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/book_title_right.png) right center no-repeat;
	padding: 0 1.65rem;
    background-size: 1.48rem auto;
}
.book_pop .title>div p{
    font-size: 0.24rem;
    line-height: 0.27rem;
    letter-spacing: 0;
	background-image:-webkit-linear-gradient(top,#3b586c,#3770a7,#4d93d5); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
}
.book_pop.cn .title>div p{
    font-size: 0.3rem;
    line-height: 0.35rem;
}
.book_main{
	color: #303030;
	padding: 0 1rem;
}
.book_main .input_item{
	position: relative;
	height: 0.51rem;
	margin-bottom: 0.89rem;
}
.book_main .input_item .area{
	position: relative;
    color: #6a7880;
	font-size: 0.2rem;
	width: 1.06rem;
    height: 100%;
    background-color: transparent;
	border: 0.02rem solid #6eafc7;
    border-radius: 0.05rem;
	padding: 0 0.4rem 0 0.1rem;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	background: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/select_bg.png) right -0.02rem center no-repeat;
    background-size: 0.4rem auto;
}
.book_main .input_item .mobile{
	width: 3.11rem;
	height: 100%;
	padding: 0 0.13rem;
	font-size: 0.2rem;
	letter-spacing: 0.01rem;
	color: #6a7880;
	border: 0.02rem solid #6eafc7;
    border-radius: 0.05rem;
	background-color: transparent;
}
input[type="text"]::-webkit-input-placeholder{
	color:#6a7880;
}    
input[type="text"]:-moz-placeholder{
	color:#6a7880;
}                 
input[type="text"]::-moz-placeholder{
	color:#6a7880;
}                  
input[type="text"]:-ms-input-placeholder{
	color:#6a7880;
}
.agreement{
	position: relative;
	display: block;
	height: 0.22rem;
	line-height: 0.22rem;
	font-size: 0.2rem;
	text-align: center;
	margin-bottom: 0.3rem;
}
.agreement .agree_check{
	position: absolute;
	top: 0;
	left: 0;
	width: 0.22rem;
	height: 0.22rem;
	opacity: 0;
	cursor: pointer;
}
.agreement .agree{
	display: inline-block;
	height: 100%;
	background: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/check.png) left center no-repeat;
    background-size: 0.22rem auto;
	padding-left: 0.33rem;
}
.agreement .agree.active{
	background-image: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/checked.png);
}
.agreement .agree a{
	color: #196ec0;
	margin-left: 0.06rem;
}
.book_main .book_submit{
	display: block;
	width: 2.43rem;
	height: 0.84rem;
	line-height: 0.84rem;
    text-align: center;
    /* font-size: 0.28rem; */
    font-size: 0.21rem;
    letter-spacing: 0;
    font-weight: bold;
    color: #fff;
    font-style: italic;
    text-shadow: -0.03rem 0 0.03rem #e44e00, 0 -0.03rem 0.03rem #e44e00, 0.03rem 0 0.03rem #e44e00, 0 0.03rem 0.03rem #e44e00;
    letter-spacing: 0.01rem;
	background-image: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/book_submit.png);
    cursor: pointer;
    padding-right: 0.2rem;
    margin: 0 auto;
}
.book_pop.cn .book_main .book_submit{
    font-size: 0.28rem;
}
#videoPop .video{
    width: 6.4rem;
    height: 3.75rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}
#videoPop .video .close{
    width: 0.4rem;
    height: 0.4rem;
    top: -0.45rem;
    right: -0.2rem;
    background-image: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/img/icon_close.png);
}
#welfarePop .welfare{
    /* width: 7rem; */
    /* width: 7.5rem;
    height: 6.32rem; */
    width: 7.5rem;
    height: 8.32rem;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    /* transform: translate(-52%, -50%); */
    transform: translate(-50%, -50%);
    /* background-image: url(../img/page1/welfare_vn.png); */
    background-image: url(https://media.sugarfungame.com/dssea/home/2025/0108/m/vn/img/page1/welfare_vn.png);
    background-size: 100% auto;
}
#welfarePop .welfare .close{
    width: 0.4rem;
    height: 0.4rem;
    /* top: 0.42rem;
    right: 0.55rem; */
    top: 1.44rem;
    right: 0.61rem;
    background-image: none;
}
/* head_mask */
.head_mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 1111;
    display: none;
}
.head_mask .close{
    width: 0.48rem;
    height: 0.48rem;
    background-image: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/icon_close.png);
    background-size: 100% auto;
    position: absolute;
    top: 0.3rem;
    right: 0.26rem;
    z-index: 2;
}
.head_mask .title_list{
    width: 6.67rem;
    margin: 0 auto;
    /* padding-top: 1.4rem;
    padding-bottom: 1.38rem; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
}
.head_mask .title_list .title{
    font-weight: bold;
    font-size: 0.45rem;
    height: 0.45rem;
    line-height: 0.45rem;
    color: #FFFFFF;
    text-align: center;
    /* margin-bottom: 1.1rem; */
    /* margin-bottom: 1rem; */
    margin-bottom: 0.8rem;
}
.head_mask .title_list .title.last_title{
    margin-bottom: 0;
}
.head_mask .title_list .title.title5{
    display: none;
}
.head_mask .title_list .title span{
    padding: 0 0.57rem;
}
.head_mask .title_list .title.active span{
    background: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/head_title_active.png) no-repeat center center;
    background-size: 100% auto;
}
.head_mask .title_list .title_line{
    width: 100%;
    height: 0.12rem;
    background: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/head_title_line.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.head_mask .social_list{
    /* width: 6.67rem; */
    width: 4.92rem;
    height: 0.94rem;
    /* margin: 1.05rem auto 1.35rem; */
    display: flex;
    justify-content: space-between;
    /* margin: 0.95rem auto 1rem; */
    margin: 0.75rem auto 0.8rem;
}
.head_mask .social_list .imgItem{
    width: 0.94rem;
    height: 0.94rem;
}
.head_mask .social_list .imgItem a{
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100% auto;
}
.head_mask .social_list .face_book a{
    background-image: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/icon_facebook.png);
}
.head_mask .social_list .youtu a{
    background-image: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/icon_youtu.png);
}
.head_mask .social_list .discord a{
    background-image: url(https://media.sugarfungame.com/dssea/home/2024/0531/m/vn/img/icon_discord.png);
}
.head_mask .language_wrap{
    font-size: 0.38rem;
    height: 0.38rem;
    line-height: 0.38rem;
    font-weight: 500;
    color: #999999;
    display: flex;
    justify-content: center;
}
.head_mask .language_wrap b{
    padding: 0 0.22rem;
}
.head_mask .language_wrap .active{
    color: #fff;
}