body{
	max-width: 1920px;
    margin: 0 auto;
}
.container{
	position: relative;    
	width: 100%;
    min-width: 1900px;
	height: 7220px;
	overflow-x: hidden;
	margin: 0 auto;
	background: url(../img/pc/bg.jpg?v=1.0.0) center top no-repeat;
	background-size: 1920px 100%; 
}


/* top */
.top{
	position: relative;
	width: 100%;
	height: 960px;
	color: #000;
}
.nav{
	position: absolute;
	top: 40px;
	z-index: 9;
	right: 155px;
	height: 32px;
}
.nav a{
	position: relative;
	float: left;
	width: 116px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 1px #4086a0,1px 0 1px #4086a0,0 1px 1px #4086a0,1px 0 1px #4086a0;
	margin-right: 24px;
	font-weight: bold;
    letter-spacing: 2px;
}
.nav a::after{
	content: '|';
	position: absolute;
	top: 0;
	right: -12px;
	height: 20px;
	text-shadow: none;
}
.nav a:last-child::after{
	display: none;
}
.nav a:last-child{
	margin-right: 0;
}
.nav a:hover{
	background: url(../img/pc/top/nav_bg.png) left center no-repeat,url(../img/pc/top/nav_bg.png) right center no-repeat;
}
.bgm_btn{
	position: absolute;
	top: 36px;
	right: 20px;
	width: 49px;
	height: 49px;
	background-image: url(../img/pc/top/bgm_off_btn.png);
	cursor: pointer;
}
.bgm_btn.active{
	background-image: url(../img/pc/top/bgm_on_btn.png);
	/* background-image: url(../img/bgm.png); */
    -webkit-animation: ani_rotate 20s linear infinite;
    -moz-animation: ani_rotate 20s linear infinite;
    -ms-animation: ani_rotate 20s linear infinite;
    -o-animation: ani_rotate 20s linear infinite;
    animation: ani_rotate 20s linear infinite;
}
.slogan{
	position: absolute;
	top: 448px;
	left: 180px;
	width: 781px;
	height: 467px;
	background-image: url(../img/pc/top/slogan.png);
}
.share_wrap{
	position: absolute;
	top: 516px;
	right: 0;
	width: 67px;
	background-color: rgba(4,26,40,.6);
	padding: 30px 0;
}
.share_wrap a,
.share_wrap span{
	display: block;
	width: 46px;
	height: 46px;
	margin: 0 auto;
	margin-bottom: 20px;
	cursor: pointer;
}
.share_wrap .facebook{
	background-image: url(../img/pc/top/facebook.png);
}
.share_wrap .twitter{
	background-image: url(../img/pc/top/twitter.png);
}
.share_wrap .youtube{
	background-image: url(../img/pc/top/youtube.png);
}
.share_wrap .instagram{
	background-image: url(../img/pc/top/instagram.png);
}
.share_wrap .discord{
	background-image: url(../img/pc/top/discord.png);
}
.share_wrap :last-child{
	margin-bottom: 0;
}
.book_btn_wrap{
	position: absolute;
	bottom: 50px;
	right: 430px;
	width: auto;
	height: 190px;
}
.book_btn_wrap .code_wrap{
	position: relative;
}
.book_btn_wrap .code_wrap img{
	position: absolute;
	left: -210px;
	bottom: 8px;
	width: 200px;
	height: 200px;
	display: none;
}
.book_btn_wrap a{
	display: block;
	width: 219px;
	height: 64px;
	margin-bottom: 5px;
	cursor: pointer;
}
.book_btn_wrap .pc{
	background-image: url(../img/pc/top/btn_pc.png);
}
.book_btn_wrap .google{
	background-image: url(../img/pc/top/btn_google.png);
} 
.book_btn_wrap .ios{
	background-image: url(../img/pc/top/btn_ios.png);
}
.book_btn_wrap .apk{
	background-image: url(../img/pc/top/btn_apk.png);
}

.video_btn{
	position: absolute;
	bottom: 70px;
    right: 245px;
	width: 100px;
	height: 100px;
	background: url(../img/pc/top/play.png) center center no-repeat;
	cursor: pointer;
    animation: breath 2s infinite linear;
}
.video_pop{
	position: fixed;
	left: 0;
    top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.66);
	display: none;
}
.video_main{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	transform: translate(-50%,-50%);
}
.video_main video{
	width: 100%;
}
.video_main .video_cancel{
	position: absolute;
	top: 0px;
    right: -70px;
	width: 63px;
	height: 65px;
	background-image: url(../img/cancel.png);
	cursor: pointer;	
}
/* 朋友情报 */
.hero_container{
	height: 1005px;
    margin-top: 1000px;
}
.hero_main{
	position: relative;
	width: 1168px;
	height: 100%;
	margin-top: 770px;
	margin: 0 auto;
}
.hero_main .hero_info{
	height: 100%;
	display: none;
}
.hero_main .hero_info.active{
	display: block;
}
.hero_main .text{
	position: absolute;
	top: 199px;
	left: 293px;
	width: 66px;
}
.hero_main .person{
	position: absolute;
	bottom: 0;
	left: 372px;
	z-index: 1;
}
.hero_main .erkuohu .person{
	left: 320px;
}
.hero_main .info{
	position: absolute;
	top: 199px;
	right: 86px;
	width: 353px;
	height: 536px;
	background-image: url(../img/pc/hero/info_bg.png);
}
.hero_main .info_top{
	position: relative;
	height: 132px;
	padding-top: 28px;
	margin-left: 42px;
}
.hero_main .head{
	width: 84px;
	margin-right: 12px;
}
.hero_main .cv_wrap{
	position: absolute;
	bottom: 9px;
	left: 102px;
	width: 120px;
	height: 23px;
	line-height: 23px;
}
.hero_main .cv_btn{
	width: 27px;
	height: 100%;
	background: url(../img/pc/hero/audio.png) center no-repeat;
	background-size: 14px 15px;
}
.hero_main .cv_text{
	width: 93px;
	font-size: 12px;
	color: #566128;
	text-align: center;
}
.hero_main .info_main{
	padding: 0 42px;
}
.hero_main .protect{
	height: 210px;
	font-size: 16px;
	padding-top: 71px;
	padding-left: 16px;
}
.hero_main .level{
	height: 39px;
}
.hero_main .level span{
	position: relative;
	float: left;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #4f1b0d;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	margin-right: 9px;
}
.hero_main .level .lc{
	background-color: #fbf1d8;
}
.hero_main .level .nt{
	background-color: #fbe3b7;
}
.hero_main .level .vu{
	background-color: #feca91;
}
.hero_main .level .en{
	background-color: #edb698;
}
.hero_main .level .cr{
	background-color: #e38b65;
}
.hero_main .level .ew{
	background-color: #fe8153;
}
.hero_main .level .ex{
	background-color: #ec6b34;
	margin-right: 0;
}
.hero_main .level span::before{
	content: '';
	position: absolute;
	top: -5.5px;
	left: -4.5px;
	width: 37px;
	height: 39px;
	background: url(../img/pc/hero/level_cur.png) center no-repeat;
	background-size: 100% 100%;
	display: none;
}
.hero_main .level.lc .lc::before{
	display: block;
}
.hero_main .level.nt .nt::before{
	display: block;
}
.hero_main .level.vu .vu::before{
	display: block;
}
.hero_main .level.en .en::before{
	display: block;
}
.hero_main .level.cr .cr::before{
	display: block;
}
.hero_main .level.ew .ew::before{
	display: block;
}
.hero_main .level.ex .ex::before{
	display: block;
}
.hero_main .iucn{
	line-height: 28px;
}
.hero_main .protect_status{
	display: block;
	line-height: 28px;
	margin-bottom: 5px;
}
.hero_main .time_text{
	height: 28px;
	line-height: 28px;
	color: #2c2c2c;
	font-size: 15px;
	background-color: #e6ebf0;
	text-indent: 15px;
}
.hero_main .trivia{
	padding-top: 68px;
}
.hero_main .hero_nav_wrap{
	display: flex;
	align-items: center;
	position: absolute;
	top: 152px;
	right: 0;
	width: 64px;
	height: 604px;
	background-color: rgba(47,71,71,.9);
	border-radius: 30px;
}
.hero_main .prev,
.hero_main .next{
	position: absolute;
	left: 18px;
	width: 28px;
	height: 17px;
	cursor: pointer;
}
.hero_main .prev{
	top: 25px;
	background-image: url(../img/pc/hero/prev.png);
}
.hero_main .next{
	bottom: 25px;
	background-image: url(../img/pc/hero/next.png);
}
.hero_main .hero_nav{
	width: 100%;
}
.hero_main .hero_nav img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	cursor: pointer;
	filter: grayscale(1);
}
.hero_main .hero_nav img.active{
	filter: grayscale(0);
}

@keyframes bounceInLeft {
	0%,100%,60%,75%,90% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
		-ms-transform: translate3d(-300px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
		-ms-transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
		-ms-transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
		-ms-transform: translate3d(5px,0,0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
		-ms-transform: none;
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


/* news */
.news_container{
	width: 1168px;
	height: 812px;
	margin: 0 auto;
	padding: 0 98px 0 50px;
	padding-top: 402px;
}
.news_carousel{
    box-sizing: content-box;
    position: relative;
    width: 434px;
    height: 249px;
    padding-top: 70px;
    padding-left: 6px;
}
.news_carousel_main{
	box-sizing: content-box;
	height: 235px;
	padding: 7px;
	/* background-color: #e9e9e9; */
	transform:rotate(-3.2deg);
} 
.news_carousel_main .swiper{
	width: 100%;
	height: 100%;
}
.news_carousel_main .swiper a,
.news_carousel_main .swiper img{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper_news_text{
	position: absolute;
	bottom: -38px;
	left: 0;
	width: 442px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../img/news_slide_text.png) no-repeat;
}
.swiper_news_text .swiper-slide{
    padding: 0 20px 0 6px;
}
.swiper_news_text .swiper-slide p {
    transform: rotate(1deg);
   	white-space: nowrap;
   	text-overflow: ellipsis;
   	overflow: hidden;
}
.news_carousel .swiper-news-pagination{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	left: -40px;
	top: 82px;
	width: 40px;
	height: 236px;
}
.news_carousel .swiper-news-pagination .swiper-pagination-bullet{
	display: block;
	margin-bottom: 10px;
	background-color: #fff;
	opacity: .3;
}
.news_carousel .swiper-news-pagination .swiper-pagination-bullet-active{
	opacity: 1;
}

.news_main{
	width: 478px;
	margin-left: 94px;
}
.news_tab{
	height: 86px;
	line-height: 82px;
	border-bottom: 1px solid #fff;
	padding-left: 5px;
}
.news_tab span{
	float: left;
	width: 100px;
	height: 85px;
	text-align: center;
	color: #304242;
	font-size: 21px;
	font-weight: bold;
	margin-right: 10px;
	cursor: pointer;
}
.news_tab span.active{
	color: #d6d6d6;
	background-color: rgba(0,0,0,0.6);
	border-bottom: 3px solid #fff;
}
.news_tab .more{
	float: right;
	width: 84px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	border: 1px solid #fff;
	border-radius: 16px;
	margin-top: 26px;
}
.news_top{
	display: flex;
	height: 124px;
	padding: 13px 0;
	border-bottom: 1px solid #fff;
}
.news_top img{
	display: block;
	width: 186px;
}
.news_top .news_top_text{
	flex: 1;
	height: 100%;
	padding-left: 9px;
	color: #fff;
}
.news_top .news_top_text h3{
	line-height: 26px;
	font-size: 14px;
}
.news_top .news_top_text p{
	line-height: 22px;
	font-size: 12px;
}
.news_list_wrap{
	border-top: 2px solid #fff;

}
.news_list{
	display: none;
}
.news_list a{
	position: relative;
	display: flex;
	align-items: center;
	height: 46px;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #fff;
	padding: 0 9px 0 18px;
}
.news_list .news_top{
	display: flex;
	height: 124px;
	padding: 13px 0;
}
.news_list a::before{
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
}
.news_list .news_top::before{
	display: none;
}
.news_list a p{
	flex: 1;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list .news_top p{
	white-space: normal;
}
.news_list a span{
	display: block;
	width: 80px;
	text-align: right;
}

.guide_container{
	position: relative;
	z-index: 9;
	height: 995px;
	margin-top: 480px;
	transform: translate(10px,-3px);
}
.guide_main{
	position: relative;
	width: 1362px;
	height: 912px;
	margin: 0 auto;
	display: none1;
}
.guide_main span{
	position: absolute;
	background-repeat: no-repeat;
}
.guide_main_title{
    top: 100px;
    left: 98px;
	width: 444px;
	height: 113px;
	background-image: url(../img/pc/guide/kingdom_guide.png);
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.guide_btn em{
    display: block;
    width: 98%;
    height: 97%;
	border-radius: 50%;
	cursor: pointer;
}
.guide_btn.rainforest em{
	border-radius: 56%;
    transform: rotateZ(-14deg);
}

.guide_btn.grassland{
	top: 255px;
    left: 160px;
	z-index: 1;
	width: 455px;
	height: 299px;
	background-image: url(../img/pc/guide/grassland_btn.png);
}
.guide_btn.grassland:hover{
	background-image: url(../img/pc/guide/grassland_btn_active.png);
}
.guide_btn.desert{
    top: 182px;
    right: 175px;
	width: 495px;
	height: 292px;
	background-image: url(../img/pc/guide/desert_btn.png);
}
.guide_btn.desert:hover{
	background-image: url(../img/pc/guide/desert_btn_active.png);
}
.guide_btn.rainforest{
    top: 450px;
    right: 405px;
	width: 517px;
	height: 336px;
	background-image: url(../img/pc/guide/rainforest_btn.png);
}
.guide_btn.rainforest:hover{
	background-image: url(../img/pc/guide/rainforest_btn_active.png);
}
.shazhixing{
	bottom: -38px;
	left: 74px;
	width: 385px;
	height: 365px;
	background-image: url(../img/pc/guide/shazhixing.png);
}
.luckybeast{
	bottom: 16px;
	right: 32px;
	width: 484px;
	height: 464px;
	background-image: url(../img/pc/guide/luckybeast.png);
}
.compass{
	top: 120px;
	right: 12px;
	width: 169px;
	height: 171px;
	background-image: url(../img/pc/guide/compass.png);
}

.guide_detail_pop{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top 120px;
}
.guide_detail_pop.desert{
	background-image: url(../img/pc/guide/desert_pop.png);
	background-size: 1318px 772px;
	transform: translateX(28px);
}
.guide_detail_pop.grassland{
	background-image: url(../img/pc/guide/grassland_pop.png);
	background-size: 1410px 880px;
	transform: translateX(-13px);
}
.guide_detail_pop.rainforest{
	background-image: url(../img/pc/guide/rainforest_pop.png);
	background-size: 1341px 771px;
	transform: translateX(9px);
}

.guide_detail_pop .map_btn{
	position: absolute;
	width: 372px;
	height: 207px;
	cursor: pointer;	
}
.guide_detail_pop.desert .map_btn{
    top: 150px;
    left: 306px;
}
.guide_detail_pop.grassland .map_btn{
    top: 150px;
    left: 306px;
	width: 350px;
    height: 172px;
}
.guide_detail_pop.rainforest .map_btn{
    top: 150px;
    left: 306px; 
}
.guide_detail_pop .map_btn::after{
	content: '';
	position: absolute;
    top: -84px;
    left: 0px;
	width: 216px;
	height: 63px;
	background-image: url(../img/pc/guide/kingdom_guide_detail.png);
}
.guide_detail_pop.desert .map_btn::after{
    top: -66px;
    left: 10px
}
.guide_detail_pop.grassland .map_btn::after{
    top: -67px;
    left: 49px;
}
.guide_detail_pop.rainforest .map_btn::after{
    top: -67px;
    left: 28px;
}

.guide_detail_pop .magnifier{
	position: absolute;
	top: 100px;
	left: 240px;
	width: 52px;
	height: 52px;
	background: url(../img/pc/guide/magnifier.png) center no-repeat;
	cursor: pointer;	
}
.guide_detail_pop .map_btn:hover .magnifier{
	background-image: url(../img/pc/guide/magnifier_hover.png);
}
.guide_container .guide_back{
	position: absolute;
	top: 120px;
    right: 300px;
	width: 85px;
	height: 62px;
	background: url(../img/pc/guide/guide_back.png) no-repeat;
	cursor: pointer;
}
.guide_container .guide_next{
	position: absolute;
	bottom: 110px;
	right: 300px;
	width: 104px;
	height: 41px;
	background: url(../img/pc/guide/guide_next.png) no-repeat;
	cursor: pointer;
}
.guide_container .guide_back:hover{
	background-image: url(../img/pc/guide/guide_back_hover.png);
}
.guide_container .guide_next:hover{
	background-image: url(../img/pc/guide/guide_next_hover.png);
}

.guide_pop{
	position: absolute;
	top:80px;
	left: 0;
	width: 100%;
	height: 922px;
	z-index: 1;
	overflow: hidden;
}
.guide_pop img{
	position: absolute;
	top: 0;
	left: 100px;
	height: 756px;
}

.guide_pop .map_progress{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 400px;
	transform: translateX(-50%);
}
.guide_pop .block{
	box-sizing: content-box;
	width: 400px;
    height: 44px;
	padding: 0 25px;
	padding-top: 5px;
	background: url(../img/pc/guide/prev.png) left center no-repeat,url(../img/pc/guide/next.png) right center no-repeat;
}
.guide_pop .drag_tips{
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #4b3929;
	font-weight: bold;
	margin-bottom: 10px;
}
.guide_pop .map_cancel{
	display: block;
	width: 44px;
	height: 44px;
	background: url(../img/pc/guide/close.png) no-repeat;
	margin: 0 auto;
	cursor: pointer;
}
.guide_pop .el-slider{
    width: 365px;
    height: 2px;
    margin: 20px auto 0;
}
.guide_pop .el-slider__bar{
	background: none;
}
.guide_pop .el-slider__runway{
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #a8a394;
}
.guide_pop .el-slider__button-wrapper{
	width: 36px;
	height: 39px;
}
.guide_pop .el-slider__button{
	width: 100%;
	height: 100%;
	border: none;
	background: url(../img/pc/guide/point.png) no-repeat;
	background-size: 100%;
	margin-top: -8px;
}
.guide_pop .el-slider__button:hover{
	transform: scale(1);
}



.feature_container{
	position: relative;
	z-index: 9;
    width: 1300px;
    height: 704px;
    margin: 0 auto;
    margin-top: 250px;
    padding-top: 200px;
}
.feature_title{
	position: absolute;
	top: 55px;
	right: 0;
	width: 400px;
	height: 77px;
	background: url(../img/pc/feature/feature_title.png) no-repeat;
}
.feature_swiper{
	width: 1057px;
	height: 522px;
}

.link_wrap{
	display: flex;
	justify-content: space-between;
	width: 82%;
    height: 264px;
    margin: 0 auto;
    margin-top: 316px;
}
.link_wrap>div{
	position: relative;
	width: 145px;
	height: 145px;
}
.link_wrap a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	margin: 0 auto;
	-webkit-background-size: auto;
	background-size: auto;
    animation: breath 5s infinite linear;
}
.link_wrap .link_item:nth-of-type(1){
	margin-top: 52px;
}
.link_wrap .link_item:nth-of-type(2){
	margin-top: 98px;
}
.link_wrap .link_item:nth-of-type(3){
	margin-top: 149px;
}
.link_wrap .link_item:nth-of-type(4){
	margin-top: 28px;
}
.link_wrap .link_item:nth-of-type(5){
	margin-top: 84px;
}
.link_wrap .facebook{
	background-image: url(../img/facebook.png);
}
.link_wrap .twiter{
	background-image: url(../img/twiter.png);
}
.link_wrap .youtube{
	background-image: url(../img/youtube.png);
}
.link_wrap .instagram{
	background-image: url(../img/instagram.png);
}
.link_wrap .discord{
	background-image: url(../img/discord.png);
}




@keyframes breath {
    0% {
        transform: scale(.85, .85)
    }
 	50% {
        transform: scale(1, 1)
    }
	100% {
        transform: scale(.85, .85)
    }
}


@-webkit-keyframes ani_rotate{
    0% {
        -webkit-transform:rotate(0deg);
    }50%{
        -webkit-transform:rotate(180deg);
    }100% {
        -webkit-transform:rotate(360deg);
    }
}
@-moz-keyframes ani_rotate{
    0% {
        -moz-transform:rotate(0deg);
    }50%{
        -moz-transform:rotate(180deg);
    }100% {
        -moz-transform:rotate(360deg);
    }
}
@-ms-keyframes ani_rotate{
    0% {
        -ms-transform:rotate(0deg);
    }50%{
        -ms-transform:rotate(180deg);
    }100% {
        -ms-transform:rotate(360deg);
    }
}
@keyframes ani_rotate{
    0% {
        transform:rotate(0deg);
    }50%{
        transform:rotate(180deg);
    }100% {
        transform:rotate(360deg);
    }
}



.feature_container .feature_swiper_pagination{
	right: 80px;
	top: 600px;
}
.feature_container .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: #557679;
	opacity: 1;
	margin: 8px auto!important;
}
.feature_container .swiper-pagination-bullet-active{
	width: 14px;
	height: 14px;
	background: url(../img/pc/feature/pagination_active.png) no-repeat;
}

.footer{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    color: #000;
    background: #272a2c;
}
.footer .pubMain{padding:30px 0;}
.footer .pubMain>div img{height: 80px; width: auto;}
.footer .pubMain>div:nth-child(1){margin-right: 40px; margin-left:110px;}
.footer .pubMain p{height: 80px; font:20px/80px "Microsoft YaHei";}
.footer .pubMain p span{margin-right:40px;}
.return_top{
	position: absolute;
	left: 50%;
	top: -58px;
	z-index: 99;
	width: 204px;
	height: 58px;
	background: url(../img/pc/footer/top.png) no-repeat;
	cursor: pointer;
	transform: translateX(-50%);
}