/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 0;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

.hide {
	display: none;
}

/* 页面css */
body {
	max-width: 450px;
	margin: 0 auto;
	font-family: "PingFang SC";
	background: #101a32;
}

header {
	padding: 0 10px;
	max-width: 450px;
	margin: 0 auto;
	height: 46px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	background:url(../../img/adlanding/bg_header.png) no-repeat;
	background-size: cover;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
}
header .left{
    display: flex;
    align-items: center;
}
header .left .logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
header .left .logo::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 24px;
	right: -.3rem;
	top: 0;
	background: linear-gradient(0deg, rgba(70, 91, 193, 0.00) -0.54%, #465BC1 49.46%, rgba(70, 91, 193, 0.00) 99.46%);
}
header .left .logo .left_logo{
	width: 1.88rem;
}
header .right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
    flex: 1;
}
header .right .btnbo{
	padding: .1rem .16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: .24rem;
	font-weight: 500;
	border-radius: 6px;
	color: #8696FF;
	line-height: normal;
	border: 1px solid #8696FF;
	background: rgba(16, 26, 50, 0.50);
	box-shadow: 0px 0px 6px 0px rgba(120, 138, 255, 0.80) inset, 0px 0px 6px 0px rgba(120, 138, 255, 0.80) inset;
}
header .right .btnbo img{
	width: .28rem;
	margin-left: 2px;
}
header .right .download_link {
	border-radius: 6px;
	border-bottom: 1px solid #13B2FE;
	background: var(--gradient-1, linear-gradient(123deg, #13B2FE 14.98%, #800BFD 73.92%, #FF22A8 100%));
	color: #fff;
	margin-left: 10px;
}
main .box1_warp{
	position: relative;
	border-radius: 48px 48px 0px 0px;
	background: #101a32;
	margin: -12% auto 0;
}
main .box1 {
	position: relative;
	max-width: 450px;
	padding: 0 0 10px;
	border-radius: 48px 48px 0px 0px;
	border-top: 2px solid #5E57FF;
	padding: .58rem .3rem 0 .3rem;
	background: radial-gradient(106.01% 28.75% at 50% 0%, #706BFF 0%, rgba(98, 92, 255, 0.65) 39.5%, rgba(43, 37, 228, 0.00) 72%), linear-gradient(180deg, rgba(50, 28, 218, 0.60) 21.38%, rgba(50, 28, 218, 0.00) 55.38%);
}
main .box1_inner{
	position: relative;
	border-radius: 20px 20px 12px 12px;
	border: 1px solid rgba(120, 138, 255, 0.50);
	background: rgba(0, 0, 0, 0.20);
	box-shadow: 0px 8px 16px 1px rgba(23, 26, 104, 0.70) inset;
	padding: .4rem;
}
main .download_box{
    position:absolute;
	top: -20%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	display: none;
	align-items: center;
	justify-content: center;
}

main .download_box .btn{
	width: 40%;
    height: .7rem;
    border-radius: .4rem;
	border: 1px solid #fff;
    line-height:.7rem;
    background: #F7F8FA;
    color: #0C176B;
    text-align: center;
    font-family: PingFang SC;
    font-size: .32rem;
    font-weight: 500;
    cursor: pointer;
	position: relative;
	overflow: hidden;
	/* animation: grow-shrink 0.5s infinite alternate; */
}
main .download_box .btn.ios_gf{
	margin-left: .24rem;
	animation-delay: 0.2s;
}
main .btn_android_box .btn_android{
	text-align: center;
}
main .btn_android_box{
    position:absolute;
	left: 0;
	top: -20%;
	width: 100%;
	box-sizing: border-box;
	display: none;
	align-items: center;
	justify-content: center;
}

main .btn_android_box img{
	width: 84%;
}
@keyframes grow-shrink {
	0% {
		transform: scale(0.98);
	}
	100% {
		transform: scale(1);
	}
}

main .banner {
	position: relative;
}
main .banner .badge{
	position: absolute;
	width:45px;
	position: absolute;
	right: 4.5%;
    top: 6%;
}
main .registerBox {
	position: relative;
	z-index: 2;
	width: 100%;
	border-radius: 15px;
    background-image: url(../../img/adlanding/account-rest.png);
    background-size: 100% 100%;
	margin: 0 auto;
}
main .registerBox.phoneRest{
    background-image: url(../../img/adlanding/phone_rest.png);
}
main .registerBox .tab_list ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 42px;
	margin-bottom:  15px;
	border-radius: 60px;
	padding: 2px;
	border-radius: 1000px;
	background: rgba(28, 35, 54, 0.40);
	box-shadow: 0px 0px 6px 0px rgba(31, 94, 255, 0.80) inset;
}
main .registerBox .tab_list ul li {
	width: 50%;
	text-align: center;
    line-height: 49px;
	color: #9A9EAA;
	font-size: .3rem;
    font-weight: 400;
	position: relative;
    line-height: .84rem;
}
main .registerBox .tab_list ul li.current {
	color: #fff;
    font-weight: 500;
}
main .registerBox .tab_list ul li.current::after{
	position: absolute;
	content: ' ';
	width: 2.92rem;
	height: .6rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: 4px;
	background:url('../../img/adlanding/bg_light2.webp');
	background-size: cover;
}
main .registerBox .tab_list ul li span{
	display: inline-block;
	position: relative;
}
main .registerBox .tab_list ul li span > i {
	width: 82px;
	height: 20px;
	position: absolute;
	top: -8px;
	right: -1rem;
	background-image: linear-gradient(to right, #F03347 50%, #F03347 50.1%, #F77F10 100%);
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 8px 8px 0;
    font-weight: 400;
	color: #fff;
	line-height: 20px;
    animation: move 1.2s infinite;
}
main .registerBox .tab_list ul li > span > i {
	margin-left: 2px;
}

main .registerBox .tab_list ul li span :nth-child(2) > i {
    animation: move 1.5s infinite 1s; /* 延迟启动第二个盒子的动画 */
}
@keyframes move {
    0%, 100% {
        top: -8px;
    }
    50% {
        top: -10px;
    }
}
@keyframes bounceAndScale {
	0%, 100% {
		transform: translateY(0) scale(1);
	}
	8.33%, 25%, 41.67% {
		transform: translateY(-2px) scale(1);
	}
	16.67%, 33.33%, 50% {
		transform: translateY(0) scale(1);
	}
	75% {
		transform: translateY(0) scale(1.06);
	}
	87.5% {
		transform: translateY(0) scale(1);
	}
}
main .tab_con .item {
	width: 100%;
	margin: 0 auto;
	display: none;
}

main .tab_con .item .input_box {
	width: 100%;
	height: 40px;
	border-radius: 10px;
	border: none;
	padding-left: 10px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.08);
	color: #282A29;
	display: flex;
	align-items: center;
	justify-content: start;
	overflow: hidden;
}
main .tab_con .item .input_box input {
	flex: 1 1 auto;
	margin-left: 4px;
	font-size: 14px;
	background: transparent;
	color: #fff;
}
main .tab_con .item .input_box > img.pwd,main .tab_con .item .input_box > img.user, main .tab_con .item .input_box > img.phone,main .tab_con .item .input_box > img.veryfiy{
	width: 20px;height: 20px;
}
main .tab_con .item .input_box > img.line {
	width: 1px;height: 25px;margin: 0 4px;
}
main .tab_con .item input {
	border: none;
	height: 34px;
}
main .tab_con .item input::placeholder {
	color: #9A9EAA;
	font-size: 12px;
}
.phone_h{
	color: #9A9EAA;
	font-size: 14px;
    padding: 0 4px;
	border-right: 1px solid #9A9EAA;
	line-height: 14px;
}
main .tab_con .item input:focus {
	outline: none;
}
main .input-tips {
	color: #FF4B1E;
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	padding-left: 16px;
}
main .warp-btn {
	height: 42px;
	width: 100%;
	margin: 0px auto 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1000000px;
	border-bottom: 3px solid #0395DB;
	background: var(--gradient-1, linear-gradient(123deg, #13B2FE 14.98%, #800BFD 73.92%, #FF22A8 100%));
	box-shadow: 0px -4px 6px 1px rgba(255, 255, 255, 0.40) inset;
    background-size: contain;
	position: relative;
	overflow: hidden;
	color: #fff;
}

main .warp-btn > p {
	font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.8px;
}
@keyframes grow-shrink {
	0% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}
main .warp-btn.cant-click {
	opacity: .6;
	pointer-events:none;
}

main .boxx {
	max-width: 450px;
	margin:.3rem;
	padding-bottom: 6px;
}
.box2 ul {
	display: flex;
	align-items: center;
	border-radius: 12px;
	padding: 1px;
	justify-content: space-between;
	border: 1px solid rgba(120, 138, 255, 0.05);
	background: linear-gradient(180deg, rgba(134, 150, 255, 0.05) 0.37%, rgba(134, 150, 255, 0.25) 73.53%, rgba(134, 150, 255, 0.00) 112.93%);
}
.box2 ul li{
	width: 1.12rem;
	height: 1.44rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.box2 ul li img{
	width: .6rem;
}
.box2 ul li .tab_t{
	color: rgba(255, 255, 255, 0.70);
	text-align: center;
	text-shadow: 0px 2px 2px #253DA9;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.box2 ul li .tab_sub{
	color: rgba(255, 255, 255, 0.30);
	text-align: center;
	font-family: "DM Sans";
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 10px;
}
.box2 ul li.active{
	border-radius: 10px;
    background: linear-gradient(122.68deg, #13B2FE 14.98%, #800BFD 73.92%, #FF22A8 100%);
	position: relative;
	
}
.box2 ul li.active::after{
	position: absolute;
	left: 50%;
	bottom: -.34rem;
	transform: translateX(-50%);
	content: '';
	background: url(../../img/adlanding/arrow_d.png);
	width: .64rem;
	height: .32rem;
	background-size: cover;
}
.box2 ul li.active .tab_t{
	color: #fff;
}
.game_warp{
	max-width: 450px;
	margin:.3rem;
	border-radius: 20px 20px 12px 12px;
	border: 1px solid rgba(120, 138, 255, 0.50);
	background: linear-gradient(327deg, rgba(120, 138, 255, 0.05) 63.76%, rgba(120, 138, 255, 0.50) 116.67%);
}
.game_warp img{
	width: 100%;
}
.game_warp .game_item{
	display: none;
}
.game_warp .game_item:first-of-type {
	display: block;
}

main .tit {padding: 0 15px; width: 100%; display: flex;align-items: center; color: #282A29; }
main .tit >img {
	width:85%;
	display: block;
	margin: auto;
}
main .tit >p{
    margin-left: 5px;
    font-size: 16px;
    font-weight: 500;
}
main .bt{
    display: flex;
    justify-content: center;
}
main .bt img{
	width: 76%; 
}
.kf_link {
    width: 60px;
    position: fixed;
	right: 0;
	top: 60%;
	z-index: 999;}
.warp-footer {
	position: sticky;
	bottom: 0;
	width: 100%;
	max-width: 450px;
	z-index: 999;
	max-width: 450px;
	margin: 0 auto;
}
.warp-footer > .con {
	max-width: 450px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.warp-footer .con > .footerbg {
	width: 100%;
	border-radius: 20px 20px 0 0;
}
.warp-footer  .warp_logo{
    width: 15%;
    height: 80%;
    position: absolute;
    left: 3.1%;
    top: 49.5%;
    transform: translateY(-50%);
	box-shadow: 0px 0px 4.44px 0px #00000026;
	border-radius: 10px;

}
.warp-footer .con .num888gif {
    width: 20%;
    position: absolute;
    left: 39%;
    bottom: 11%;
    transform: translateY(-50%);
}

.warp-footer .con .footerbtn {
	width: 28%;
    position: absolute;
    right: 9px;
    top: 30%;
    transform: translateY(-50%);
    font-size: 16px;
	background: linear-gradient(122.68deg, #13B2FE 14.98%, #800BFD 73.92%, #FF22A8 100%);
	border-bottom: 1px solid #13B2FE;
	border-radius: 100rem;
	font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
	animation: scale 0.5s ease-in-out infinite alternate;
}

@keyframes scale {
    from {
        transform: scale(0.96);
    }

    to {
        transform: scale(1.04);
    }
}

.warp-footer .con .footerbtn  img{
	width: 16px;
	margin-left: 4px;
}
.sendCode {
	width: 82px;
	height: 27px;
	color: #8696ff;
	text-align: center;
	font-family: "PingFang SC";
	font-size: 12px;
	line-height: 27px;
	position: absolute;
	right: 10px;
	top: 67px;
	border-radius: 1000px;
	background: rgba(255, 255, 255, 0.20);
}
.sendCodeTime {
	color: #9A9EAA !important;
}

.swiper-slide-active .swiper-slide {
	width: 80% !important; 
  	transition: transform 0.3s;
}
.swiper-container1 .swiper-slide img{
	width: 100%;
}
.swiper-slide-active {
	transform: scale(1); 
	z-index: 2;             
}
.swiper-slide:not(.swiper-slide-active) {
	transform: scale(0.9);  
}
/* 后面两个 */

/* ios下载弹出层 start */
.mask_warp{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: 999;
    display: flex;
    flex-direction: column;
    display: none;
}

.mask_warp .blank_box{
    flex: 1;
}
.mask_warp  .pop_box{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: fixed;
    left: 0;
    width: 100%;
    bottom:-100%;
    box-sizing: border-box;
    border-radius: 12px 12px 0px 0px;
    background: #101A32;
}
.mask_warp  .pop_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
    padding: .3rem .4rem;
    border-bottom: 1px solid rgba(70, 91, 193, 0.00);
    background: radial-gradient(72.93% 100% at 50% 0%, #705DFF 0%, rgba(28, 35, 54, 0.00) 100%);
}
.mask_warp .pop_close{
    display: block;
    width: .4rem;
}
.mask_warp .tit_box{
    display: flex;
    align-items: center;
}
.mask_warp .tit{
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    color: #FFF;
}
.mask_warp .titlogo{
    display: block;
    width: 24px;
    margin-right: 5px;
}
.mask_warp  .pop_up{
    animation: popup .75s .2s ease; 
}
.mask_warp  .pop_down{
    animation: popdown .75s .2s ease; 
}
@keyframes popup{
    from {bottom:-100%}
    to {bottom:0;}
}
@keyframes popdown{
    from {bottom:0}
    to {bottom:-100%;}
}

.mask_warp .pop_conent{
    margin-top:.28rem;
    width: 100%;
    border-radius: 12px;
    padding: .3rem .4rem;
    box-sizing: border-box;
    margin: auto;

}
.mask_warp .step{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: .3rem;
    line-height:normal;
    color: #fff;
}
.mask_warp .step1{
    font-size: .38rem;
    font-weight: 600;
    color: #FFD000;
    margin-right: 5px;
}
.mask_warp .step div{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    word-break: break-all;
    font-weight:400;
    line-height: normal;
    color: #fff;
    display: flex;
}
.mask_warp .step .iosstore_name{
    white-space: nowrap;
    text-overflow:ellipsis;
    max-width: 110px;
    display: inline-block;
    overflow:hidden; 
}

.mask_warp .app_info{
    width:100%;
    margin:10px auto;
    border-radius: .16rem;
    padding: .3rem .2rem;
    background: rgba(255, 255, 255, 0.05);
}
.mask_warp .app_info_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mask_warp .logo_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mask_warp .app_info_t .sm_logo{
    width: 50px;
    box-shadow: 0px 0px 5px 0px #00000040;
    border-radius: 10px;
}
.mask_warp .store_logo{
    border-radius: 10px;
}
.mask_warp .app_info_t .equal{
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0 10px;
    color: #7894DB;
    font-size: 32.522px;

}
.mask_warp .app_info_t .download_store_btn{
	text-align: center;
	line-height: normal;
    padding: .12rem .2rem;
    color: #8696FF;
    font-size: .24rem;
    font-weight: 500;
    border-radius: 100px;
    border: 1px solid #8696FF;
    background: rgba(16, 26, 50, 0.50);
    box-shadow: 0px 0px 6px 0px rgba(120, 138, 255, 0.80) inset;
}
.mask_warp .download_store_btn img{
    width: .24rem;
    margin-right: .1rem;
}  
.mask_warp .download_store_tri{
    color: #8696FF;
    font-family: "HarmonyOS Sans SC";
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
} 
.mask_warp .download_store_tri img{
    width: 14px;
    margin-right: 10px;
}

.mask_warp .ios_download{
    border-radius: 100px;
    border-bottom: 1px solid #13B2FE;
    background: var(--gradient-1, linear-gradient(123deg, #13B2FE 14.98%, #800BFD 73.92%, #FF22A8 100%));
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: PingFang SC;
    font-size:.32rem;
    font-weight: 400;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* 弹出层 end */
/* 轻提示 start */
.mask_msg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
	transition: 0.1s opacity linear;
	display: none;
	background: rgba(74, 74, 74, 0.5);
	z-index: 9999;
}
.mask_msg-content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 13;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s opacity linear;
}
.mask_msg_text {
	padding: 30px 15px;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
	text-overflow: ellipsis;
	max-width: 84%;
	word-break: break-all;
	word-wrap: break-word;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: normal;
}
/* 轻提示 end */
