body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0}
abbr,body,fieldset,html,iframe,img{border:0}
li{list-style:none}
textarea{overflow:auto;resize:none}
a,button{cursor:pointer;color: #f1f1f1;}
b,h1,h2,h3,h4,h5,h6,strong{font-weight:700}
a,a:hover{text-decoration:none;outline:0}
body{font:14px/24px "Microsoft YaHei",simSun,"Lucida Grande","Lucida Sans Unicode",Arial;color:#f1f1f1;}
.rtl{direction: rtl;}
html,body,.wrapper,.container,.swiper{
    height: 100%;
    width: 100%;
}
.tr{
    text-align: right;
}
.tc{
    text-align: center;
}
video{
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	display: block;
	object-fit:cover;
}
.wrapper{    
    position: relative;
	overflow: hidden;
    background: #000;
}
.outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    z-index: 11;
}
.perspective--modalview {
    position: fixed;
    -webkit-perspective: 1500px;
    perspective: 1500px
}
.container {
    position: relative;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
    transform: translateZ(0) translateX(0) rotateY(0deg);
    min-height: 100%;
    outline: 30px solid #0f33ff;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
	background: url('../imgs/bg_pc.jpg') no-repeat center / cover;
}
.modalview .container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.effect_left .container {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}
.effect-rotate-left--animate .container {
    -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
    outline: 30px solid #0f33ff
}
.outer.is_vis{
    display: block;
}
.menu{
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	visibility: hidden;
	-webkit-transition: visibility 0s .2s;
	transition: visibility 0s .2s;
}
.menu.is_vis{
	visibility: visible;
}
.menu li{
	height: 80px;
	margin: 10px 0;
	cursor: pointer;
}
.menu li span{
	line-height: 80px;
	font-size: 28px;
	font-weight: 900;
	position: relative;
}
.menu li span::after{
	content: '';
	height: 10px;
	background: #0f33ff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	width: 110%;
	margin-left: -55%;
	display: none;
}
.menu li.active span::after{
	display: block;
}
.part{
    overflow: hidden;
}
.swiper>.swiper-slide{
    display: none; 
}
.swiper>.swiper-slide-active{
    display: block; 
}
.logo{
    position: fixed;
    top: 57px;
    left: 83px;
    width: 201px;
    display: block;
    z-index: 10;
}
.nav_btn{
    width: 66px;
    height: 66px;
    position: fixed;
    right: 55px;
    top: 64px;
    z-index: 10;
    cursor: pointer;
}
.nav_btn::after,
.nav_btn::before,
.nav_btn span{
    content: '';
    position: absolute;
    right: 0;
    height: 4px;
    background: #fff;
}
.nav_btn span{
    display: block;
    width: 46px;
    top: 50%;
    margin-top: -2px;
}
.nav_btn::before{
    top: 20px;
    width: 100%;
}
.nav_btn::after{
    bottom: 20px;
    width: 57px;
}

.nav{
    height: 660px;
    left: 130px;
    position: fixed;
    top: 50%;
    margin-top: -280px;
    z-index: 10;        
    
}
.nav,.dot{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.nav li{
    position: relative;
    cursor: pointer;
}
.nav li::before{
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-top: -5px;
    left: -4px;
}
.nav::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: rgba(255, 255, 255, .3);
}
.nav li:nth-child(1)::after{
    content: "01";
}
.nav li:nth-child(2)::after{
    content: "02";
}
.nav li:nth-child(3)::after{
    content: "03";
}
.nav li:nth-child(4)::after{
    content: "04";
}
.nav li:nth-child(5)::after{
    content: "05";
}
.nav li:nth-child(3) span{
    width: 165px;
    text-align: center;
    line-height: 1.2;
}
.nav li::after {
    position: absolute;
    left: 37px;
    top: 50%;
    line-height: 20px;
    height: 20px;
    margin-top: -10px;
    color: #a8b5b3;
    font-size: 14px;
    font-weight: bold;
}
.nav li span{
    margin-left: 38px;
    display: block;
    color: #1ac0b5;
    font-size: 20px;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
}
.nav li.active span{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.nav li.active::before,
.nav .dot .cur{
    background: #1ac0b5;
}
.nav li.active::after{
    left: -54px;
    color: #1ac0b5;
}
.nav .dot{
    position: absolute;
    width: 6px;
    left: 4px;
    top: 26px;
    height: 100px;
}
.nav .dot i{
    display: block;
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,.5);
    border-radius: 50%;
}


.home{
    background: url('../imgs/home_pc.jpg') no-repeat center / cover;
}
.flex_center{
    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;
    height: 100%;
}
.slogan{
    width: 1063px;
    height: 135px;
    background: url('../imgs/slogan2.png') no-repeat;
    overflow: hidden;
    text-indent: -99999px;
    font-size: 0;
}
.download{
    text-align: center;
    margin-top: 76px;
}
.download a{
    display: inline-block;
    border: 1px solid #888788;
    height: 72px;
    width: 250px;
    border-radius: 8px;
    overflow: hidden;
    background: url('../imgs/down_btn.jpg?d=20241009') no-repeat;
    margin: 0 1px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.download a:hover{
    transform: translateY(-5px);
}
.download .ios{
    background-position: 0 0;
}
.download .android{
    background-position: -260px 0;
}
/* .download .android{
    background-position:right;
} */
.download .hw{
    background-position: -520px 0;
}
.download .apk{
    background-position: -780px 0;
}
.download .KSA{
    background: url(../imgs/ksa_icon.jpg);
    background-size: 100% 100%;
}
.download a:hover{
    box-sizing: 0 0 10px 10px rgba(0,0,0,.6);
}

.main{
    padding-left: 220px;
}

.cell{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center; 
	align-items: center;
}
.bd{
	-webkit-box-flex: 1;
	-webkit-flex: 1; 
	flex: 1;
}
.social{
	position: relative;
	width: 420px;
	height: 510px;
	padding-top: 210px;
	margin-right: 60px;	
}
.social .talk{
	width: 307px;
	height: 115px;
	background: url('../imgs/social_talk.png') no-repeat;
	position: absolute;
	top: 100px;
	right: 264px;
}
.social .sv{
	width: 420px;
	height: 510px;
	border-radius: 18px;
	overflow: hidden;
}
.t2{
	width: 575px;
	height: 59px;
	background: url('../imgs/t2_2.png') no-repeat;
	position: absolute;
	top: 0;
	right: 26px;
}
.mobile,.mv{
	width: 400px;
	height: 860px;
	position: relative;
}
.mobile .talk{
	width: 430px;
	height: 108px;
	position: absolute;
	top: 70px;
	left: 250px;
	background: url('../imgs/mobile_talk.png') no-repeat;
	z-index: 2;
}
.mobile::after{
	content: '';
	position: absolute;
	left: -22px;
	top: -19px;
	width: 445px;
	height: 900px;
	background: url('../imgs/mobile.png') no-repeat;
	z-index: 1;
}
.mobile .mv{
	overflow: hidden;
	border-radius: 60px;
}
.fbox{
	padding-right: 680px;
	
}
.game{
	width: 464px;
	margin-right: 680px;
}
.feature{
	width: 570px;
	height: 910px;
	position: absolute;
	right: 50%;
	margin-right: -680px;
	bottom: 0;
	overflow: hidden;
}
.t3{
	width: 343px;
	height: 59px;
	background: url('../imgs/t3_2.png') no-repeat;
	display: inline-block;
}
.feature::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 570px;
	height: 910px;
	background: url('../imgs/feature.png') no-repeat;
	z-index: 1;
}
.feature .fv{
	margin: 58px 0 0 28px;
	width: 512px;
	height: 852px;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
}
.game_desc{
	width: 178px;
	height: 23px;
	background: url('../imgs/sub6.png') no-repeat;
	margin: 48px auto 20px;
}
.game_list{
	display: flex;
	flex-wrap: wrap;
}
.game_list .item{
	width: 212px;
	margin: 0 10px 22px;
}
.game_list .item img{
	display: block;
	width: 100%;
}
.t4{
    width: 498px;
    height: 80px;
    background: url('../imgs/t4_2.png') no-repeat;
    display: inline-block;
    margin-top: 40px;
}
.show_list{
    margin-top: 20px;
    display: flex;
}
.show_list .item{
    width: 344px;
    height: 585px;
    margin: 0 5px;
    position: relative;
}
.show_list .item img{
    display: block;
    width: 100%;
}
.front,.rear{
    position: absolute;
    top: 0;
    left: 0;
    width: 344px;
    height: 585px;
    background: no-repeat top center / cover;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.rear{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    z-index: 1;
}
.front{
    z-index: 2;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
}
.show_list .item:hover .rear{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
}
.show_list .item:hover .front{
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.t5{
    width: 1033px;
    height: 79px;
    background: url('../imgs/t5_2.png') no-repeat;
}
.role{
    display: flex;
}
.role .item{
    width: 467px;
    height: 772px;
    position: relative;
}
.role .item:nth-child(1){
    margin-right: 14px;
}
.role .item:nth-child(3)::before{
    content: '';
    position: absolute;
    width: 36px;
    height: 35px;
    left: -36px;
    top: 296px;
    background: url('../imgs/role_angle.png') no-repeat;
}

.t6{
    width: 878px;
    height: 62px;
    background: url('../imgs/t6_2.png') no-repeat;
    display: inline-block;
    margin-right: 93px;
}
.guild{
    background: url('../imgs/guild_img_2.png') no-repeat center right;
    height: 584px;
    width: 1472px;
    margin: 60px 0 0 40px;
    overflow: hidden;
}
.guild_text{
    margin-top: 22px;
    width: 558px;

}
.anchor{
    background-image: url('../imgs/anchor2.png');
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.t7{
    width: 492px;
    height: 131px;
    background: url('../imgs/t7_2.png') no-repeat;
    position: absolute;
    top: 164px;
    left: 50%;
    margin-left: -490px;
}
.anchor_txt{
    width: 460px;
    height: 174px;
    position: absolute;
    top: 340px;
    left: 50%;
    margin-left: -590px;
}

.t8{
    width: 879px;
    height: 63px;
    background: url('../imgs/t8_2.png') no-repeat;
    margin: 0 auto;
}
.support_txt{
    width: 468px;
    height: 166px;
    background: url('../imgs/sub3.png') no-repeat;
    margin: 94px auto 40px;
}
.support{
    position: relative;
    padding: 24px 140px;
    background: rgba(0,0,0,.4);
    z-index: 100;
}
.next,
.prev{
    width: 55px;
    height: 55px;
    background: url('../imgs/pn.png') no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;    
}
.prev{
    left: 45px;
}
.next{
    background-position: -65px 0;
    right: 45px;
}
.support .swiper-button-disabled{
    background-position-y: -65px;
}
.support .swiper{
    height: 304px;
    width: 1136px;
    overflow: hidden;
}
.support .swiper-slide{
    width: 267px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.support .swiper-slide .name{
    line-height: 26px;
    padding: 10px 24px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    text-align: left;
}
.support .swiper-slide img{
    display: block;
    width: 100%;
}
.rec{
    height: 100%;
    background: url('../imgs/rec.png?v=1') no-repeat bottom right;
}
.rec .main{
    margin-right: 630px;
}
.t9{
    width: 378px;
    height: 68px;
    background: url('../imgs/t9_2.png') no-repeat;
}
.rec_list{
    padding: 40px 0;
}
.rec_list li{
    height: 56px;
    margin: 40px 0;
    width: 678px;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url('../imgs/rec_list2.png') no-repeat;    
}
.rec_list li:nth-child(1){
    background-position: 0 0;
}
.rec_list li:nth-child(2){
    background-position: 0 -66px;
}
.rec_list li:nth-child(3){
    background-position: 0 -135px;
}
.rec_list li:nth-child(4){
    background-position: 0 -201px;
}

.t10{
    width: 880px;
    height: 66px;
    background: url('../imgs/t10_2.png') no-repeat;
}

.welfare{
    margin-top: 33px;
    height: 730px;
    width: 1050px;
    background: url('../imgs/welfare2.png?v=2') no-repeat left bottom;
}
.contact{
    background: url('../imgs/contact2.jpg') no-repeat center / cover;
}
.card,.card2{
    width: 914px;
    height: 450px;
    background: url('../imgs/contact_card.png') no-repeat;
    position: relative;
    margin: 0 auto 46px;
    overflow: hidden;
}
.card .download{
    margin-top: 200px;
}
.card2{
    background: url('../imgs/contact_card2.png') no-repeat;
}
.expert,.tel{
    position: absolute;
    color: #1dc1b5;
    font-weight: bold;
    line-height: 1.2;
    font-size: 24px;
    left: 188px;
    top: 340px;
}
.expert{
    top: 200px;
    font-size: 32px;
}
.tips{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
.sound{
    width: 66px;
    height: 66px;
    position: absolute;
    right: 140px;
    top: 64px;
    background: url('../imgs/sound.png?v=1') no-repeat center bottom;
}
.sound_hide{
    background-position: center top;
    -webkit-animation: zhuan 2s linear infinite;
    animation: zhuan 2s linear infinite;
}
@-webkit-keyframes zhuan{from{-webkit-transform:rotate(0)}
to{-webkit-transform:rotate(360deg)}
}
@keyframes zhuan{from{-webkit-transform:rotate(0)}
to{-webkit-transform:rotate(360deg)}
}