.container {
	position: relative;
	width: 100%;
  	min-width: 1500px;
	height: 5330px;
	color: #212121;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/bg.jpg) center top no-repeat;
	overflow: hidden;
	background-size: cover;
}
.container a{
	color: #212121;
}
/* top */
.top {
	position: relative;
	width: 100%;
	height: 1058px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0615/img/top_pc.jpg);
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nav_wrap{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 108px;
	border-bottom: 1px solid #2f66a8;
	background-color: #fff;
	display: none;
}
.nav_wrap .logo{
	position: absolute;
	top: 1px;
	left: 88px;
	width: 208px;
	height: 105px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/top/logo.png) no-repeat;
}
.nav_wrap .nav{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.nav_wrap .nav a{
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 72px;
}
.nav_wrap .nav a:hover:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 3px;
    background-color: #212121;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav_wrap .recharge{
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	height: 100%;
	text-align: center;
	background-color: #3067a8;
}
.nav_wrap .recharge span{
	display: inline-block;
	height: 100%;
	line-height: 108px;
	color: #fff;
    font-weight: bold;
	padding-left: 54px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0712/recharge.png) left center no-repeat;
}
.bgm_btn{
	position: absolute;
  top: 132px;
  right: 96px;
	width: 95px;
	height: 95px;
}
.bgm_on{
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/top/bgm_on.png) no-repeat;
}
.bgm_off{
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/top/bgm_off.png) no-repeat;
}
.slogan{
	display: block;
    width: 1200px;
    height: 254px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0712/title.png);
	background-size: 100% 100%;
	transform: translateY(-20px);
}
/* .slogan{
	position: absolute;
    top: 374px;
    left: 284px;
    width: 1574px;
    height: 634px;
	background: url(../img/top/slogan.png) no-repeat;
}
.slogan_text{
	position: absolute;
    top: 770px;
    left: 50%;
    transform: translateX(-50%);
    width: 577px;
    height: 82px;
		background: url(../img/top/slogan_text.png) no-repeat;
} */
.bgm_btn.active{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/top/bgm_on.png);
}
.video_wrap{
	width: 706px;
	height: 121px;
	cursor: pointer;
	margin-top: 530px;
	position: relative;
}
.video_wrap:before,
.video_wrap:after{
	content: '';
	position: absolute;
	top: 50px;
	width: 306px;
	height: 1px;
	background-color: #aaaebc;
}
.video_wrap:before{
	left: 0;
}
.video_wrap:after{
	right: 0;
}
.video_wrap .video_btn {
	display: block;
	width: 121px;
	height: 121px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/top/play.png) no-repeat;
	margin: 0 auto;
}
.down_btn_wrap{
	position: absolute;
	left: 50%;
	bottom: 140px;
	display: -webkit-flex;
	display: flex;
	height: 76px;
	transform: translateX(-50%);
}
.down_btn_wrap a{
	display: block;
	margin-left: 20px;
}
.down_btn_wrap a:first-child{
	margin-left: 0;
}
.down_btn_wrap .ios{
	width: 242px;
	height: 100%;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0712/top_appstore.png) no-repeat;
}
.down_btn_wrap .google{
	width: 252px;
	height: 100%;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0712/top_googleplay.png) no-repeat;
}
.down_btn_wrap .pcdown{
	width: 253px;
	height: 100%;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0712/top_pcdown.png) no-repeat;
}
.top .arrow{
	position: absolute;
	bottom: 62px;
	left: 50%;
	width: 105px;
	height: 85px;
	margin-left: -52.5px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/top/arrow.png) no-repeat;
	-webkit-animation:arrowDown 1s .3s linear both infinite;
	animation:arrowDown 1s .3s linear both infinite;
}
@keyframes arrowDown{
    0%{opacity:1;transform:translateY(0px);}
    100%{opacity:1;transform:translateY(20px);}
}
@-webkit-keyframes arrowDown{
    0%{opacity:1;-webkit-transform:translateY(0px);}
    100%{opacity:1;-webkit-transform:translateY(20px);}
}
/* spokesman */
.spokesman{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	margin-bottom: 30px;
}
.spokesman .content{
	width: 1584px;
	height: 958px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0615/img/spokesman/people-bg.png);
	background-size: 100% 100%;
}
/* book */
.book{
	position: relative;
	width: 100%;
	height: 869px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/bg.png) right bottom no-repeat;
	padding-top: 132px;
}
.book_main{
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.book_title{
	height: 146px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/book_title.png) no-repeat;
	margin-bottom: 39px;
}
.devicetype_wrap{
	height: 34px;
	line-height: 34px;
}
.book_main label{
	position: relative;
	float: left;
	padding-left: 28px;
	font-weight: bold;
}
.devicetype_wrap label{
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/radio.png) left 2px center no-repeat;
}
.devicetype_wrap label.active{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/radio_checked.png);
}
.agreement_wrap label{
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/checkbox.png) left 2px center no-repeat;
}
.agreement_wrap label.active{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/checkbox_checked.png);
}
.devicetype_wrap label:first-child{
	margin-right: 22px;
}
.book_main label input[type="radio"],
.book_main label input[type="checkbox"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.mobile_wrap{
	height: 45px;
	padding-left: 2px;
}
.mobile_wrap .input_item{
	width: 490px;
	height: 100%;
	border: 2px solid #212121;
	margin-right: 18px;
}
.mobile_wrap .input_item .areacode{
	width: 96px;
	line-height: 41px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.mobile_wrap .input_item .mobile{
	width: 390px;
	height: 100%;
	font-size: 20px;
	border-left: 2px solid #212121;
	padding: 0 18px;
	font-weight: bold;
	background-color: transparent;
}
input::-webkit-input-placeholder{
	font-size: 16px;
	color: #8f9599;
}
input:-moz-placeholder{
	font-size: 16px;
	color: #8f9599;
}
input::-moz-placeholder{
	font-size: 16px;
	color: #8f9599;
}
input:-ms-input-placeholder{
	font-size: 16px;
	color: #8f9599;
}
.book_submit{
	width: 208px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	letter-spacing: 10px;
	text-indent: 10px;
	background-color: #212121;
	cursor: pointer;
}
.agreement_wrap{
	height: 34px;
	line-height: 34px;
	margin-bottom: 32px;
}
.agreement_wrap span{
	text-decoration: underline;
	margin-left: 24px;
	font-weight: bold;
	cursor: pointer;
}
.book_reward{
	position: absolute;
	bottom: 0;
	left: -24px;
	width: 1248px;
	height: 407px;
	padding: 0 24px;
	background-color: rgba(126,131,135,0.6);
}
.book_reward h2{
	height: 101px;
	line-height: 90px;
	padding-top: 11px;
	font-weight: bold;
	color: #fff;
	font-size: 36px;
}
.reward_list{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.reward_list li{
	position: relative;
	width: 220px;
	height: 260px;
	background-repeat: no-repeat;
}
.reward_list li.active:before,
.reward_list li.active:after{
	content: '';
	position: absolute;
}
.reward_list li.active:before{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.reward_list li.active:after{
	right: -18px;
	bottom: 18px;
	width: 134px;
	height: 134px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/reached.png) no-repeat;
}
.reward_list .item1{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/1.png);	
}
.reward_list .item2{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/2.png);	
}
.reward_list .item3{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/3.png);	
}
.reward_list .item4{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/4.png);	
}
.reward_list .item5{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/5.png);	
}

/* news */
.news{
	position: relative;
	height: 555px;
	padding-top: 120px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/news/swiper_bg.jpg) left bottom no-repeat;
}
.news_main{
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.news_title{
	position: absolute;
	top: 0;
	left: 0;
	width: 403px;
	height: 71px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/news/title.png) no-repeat;
}
.news_swiper_wrap{
	position: relative;
	height: 100%;
	padding-top: 104px;
}
.news_swiper{
	position: absolute;
	width: 488px;
	height: 331px;
	overflow: hidden;
}
.news_swiper .swiper-pagination{
	bottom: 0;
	left: 0;
	width: 100%;
	height: 27px;
	background-color: #fff;
}
.news_swiper .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #212121;
	opacity: 1;
	margin: 9px 15px 0;
}
.news_swiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #212121;
}
.news_wrap{
	width: 642px;
	height: 100%;
	padding-top: 10px;
}
.news_tab{
	height: 70px;
	line-height: 70px;
	margin-bottom: 24px;
}
.news_tab .tab_item{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 18px;
	margin-right: 15px;
	cursor: pointer;
}
.news_tab .tab_item.active{
	color: #fff;
	background-color: #212121;
	border-radius: 15px;
}
.news_tab .more{
	position: absolute;
	top: 0;
	right: 0;
	width: 102px;
	height: 70px;
	transition:transform 300ms;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/news/more.png) no-repeat;
}
.news_tab .more:hover{
	transform: scale(1.03);
}
.news_list_wrap{
	border-top: 1px solid #b2b9bf;
}
.news_list{
	display: none;
}
.news_list a{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 110px;
	font-size: 18px;
	border-bottom: 1px solid #b2b9bf;
	cursor: pointer;
	font-weight: bold;
	padding-right: 30px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/news/arrow.png) right 3px center no-repeat;
}
.news_list a span{
	display: block;
	width: 130px;
	color: #818181;
}
.news_list a p{
	-webkit-flex: 1;
	flex: 1;
	transition:transform 300ms;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_list a p:hover{
	transform: scale(1.03);
}

/* hero */
.hero{
	position: relative;
	height: 917px;
	padding-top: 121px;
	padding-left: 360px;
}
.hero .title{
	display: block;
	width: 408px;
	height: 71px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/title.png) no-repeat;
	margin-bottom: 66px;
}
.hero_swiper_wrap{
	position: relative;
	width: 100%;
	height: 659px;
}
.hero_info{
	width: 723px;
	font-weight: bold;
}
.hero_info .name_wrap{
	position: relative;
	height: 138px;
}
.hero_info .name_wrap:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1084px;
	height: 1px;
	background-color: #212121;
}
.hero_info .name_wrap .name{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
}
.hero_info.hero1 .name{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/name1.png);
}
.hero_info.hero2 .name{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/name2.png);
}
.hero_info.hero3 .name{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/name3.png);
}
.hero_info.hero4 .name{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/name4.png);
}
.star_wrap{
	width: 360px;
	height: 140px;
	padding-top: 64px;
}
.star_item{
	float: left;
	width: 155px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.star_item p{
	float: left;
	padding-right: 10px;
}
.star_item .star_show{
	float: left;
}
.star_item .star_show span{
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/star.png) no-repeat;
	margin-right: 4px;
}
.star_item .star_show span.active{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/star_active.png);
}
.skill_info{
	width: 500px;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 16px;
}
.career_path_wrap{
	font-weight: bold;
}
.career_path_title{
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
}
.career_path{
	font-weight: bold;
}
.career_path span{
	float: left;
	width: 158px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
	border: 2px solid #212121;
}
.career_path span:first-child{
	margin-right: 26px;
}
.hero_swiper{
	position: absolute;
	top: -199px;
	right: 0;
	width: 958px;
	height: 920px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/hero.png) right no-repeat;
	overflow: hidden;
}
.hero_swiper .swiper-slide{
	height: 100%;
	z-index: 2;
	transform: scale(.36) translateX(78px) translateY(550px);
}
.hero_swiper .swiper-slide.swiper-slide-active{
	z-index: 1;
	transform: scale(1);
}
.hero_swiper .swiper-slide.swiper-slide-prev img{
	visibility: hidden;
}
.hero_swiper .swiper-slide.swiper-slide-next{
	transform: scale(.6) translateX(162px) translateY(240px);
}

.hero_swiper .swiper-slide img{
	display: block;
}
.hero_tab_wrap{
	position: absolute;
	bottom: 27px;
	left: 0;
	z-index: 1;
	width: 580px;
	height: 98px;
	padding: 0 60px;
}
.hero-swiper-pagination{
	position: static;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.hero-swiper-pagination .swiper-pagination-bullet{
	width: 98px;
	height: 98px;
    filter: grayscale(1);
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 1;
}
.hero-swiper-pagination .swiper-pagination-bullet-active{
    filter: grayscale(0);
}
.hero-swiper-pagination .swiper-pagination-bullet:nth-of-type(1){
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/head1.png);
}
.hero-swiper-pagination .swiper-pagination-bullet:nth-of-type(2){
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/head2.png);
}
.hero-swiper-pagination .swiper-pagination-bullet:nth-of-type(3){
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/head3.png);
}
.hero-swiper-pagination .swiper-pagination-bullet:nth-of-type(4){
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/head4.png);
}
.hero-swiper-button-prev,
.hero-swiper-button-next {
	position: absolute;
    top: 34px;
    width: 20px;
    height: 34px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.hero-swiper-button-prev {
	left: 0;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/prev.png) center no-repeat;
}
.hero-swiper-button-next {
	right: 0;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/hero/next.png) center no-repeat;
}

/* community */
.community{
	height: 638px;
	padding-top: 122px;
}
.community_main{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.community_main .title{
	display: block;
	height: 117px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/community/title.png) no-repeat;
	margin-bottom: 75px;
}
.community_main .reached_list{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	height: 218px;
	margin-bottom: 35px;
}
.community_main .reached_list li{
	position: relative;
	width: 233px;
	height: 100%;
	background-repeat: no-repeat;
}
.community_main .reached_list li.active:before{
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 103px;
	height: 102px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/community/reached.png) no-repeat;
}
.community_main .reached_list .item1{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/community/1.png);
}
.community_main .reached_list .item2{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/community/2.png);
}
.community_main .reached_list .item3{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/community/3.png);
}
.community_main .reached_list .item4{
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/community/4.png);
}
.community_main .join_btn{
	display: block;
	width: 448px;
	height: 70px;
	margin: 0 auto;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/community/btn.png) no-repeat;
}

/* feature */
.feature {
	position: relative;
	height: 835px;
	padding-top: 125px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/feature/dragon.png) left 35px top 18px no-repeat;
}
.feature_main{
	width: 1200px;
	margin: 0 auto;
}
.feature_title{
	display: block;
	width: 407px;
	height: 71px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/feature/title.png) no-repeat;
	margin-bottom: 70px;
}
.feature_swiper {
	position: relative;
	width: 100%;
	height: 707px;
	overflow: hidden;
}
.feature_swiper .swiper {
	position: relative;
	width: 902px;
	height: 508px;
	margin: 0 auto;
}
.feature_swiper .swiper-slide {
	width: 100%;
	height: 100%;
}
.feature_swiper .swiper-slide.swiper-slide-prev{
	transform: translate3d(0px, 0px, -200px) rotateX(0deg) rotateY(20deg) scale(1)!important;
}
.feature_swiper .swiper-slide.swiper-slide-active{
	transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1)!important;
}
.feature_swiper .swiper-slide.swiper-slide-next{
	transform: translate3d(0px, 0px, -200px) rotateX(0deg) rotateY(-20deg) scale(1)!important;
}
.feature_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}
.feature_swiper .swiper-container-3d .swiper-slide-shadow-left,
.feature_swiper .swiper-container-3d .swiper-slide-shadow-right{
	background: none;
}
.feature_swiper .swiper-slide.swiper-slide-prev,
.feature_swiper .swiper-slide.swiper-slide-next{
	position: relative;
	opacity: 1;
}
.feature_swiper .swiper-slide.swiper-slide-prev:after,
.feature_swiper .swiper-slide.swiper-slide-next:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.6);
}
.feature_swiper .feature-swiper-button-prev,
.feature_swiper .feature-swiper-button-next {
	position: absolute;
    top: 232px;
    width: 31px;
    height: 58px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.feature_swiper .feature-swiper-button-prev {
	left: 57px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/feature/prev.png) center no-repeat;
}
.feature_swiper .feature-swiper-button-next {
	right: 57px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/feature/next.png) center no-repeat;
}
.feature .feature-swiper-pagination {
	position: static;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 190px;
	height: 48px;
	margin: 0 auto;
}
.feature .swiper-pagination-bullet {
	display: block;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #212121;
	opacity: 1;
}

.feature .swiper-pagination-bullet-active {
	background: #212121
}


/* leftsidebar */
.leftsidebar{
	position: fixed;
	top: 50%;
	left: 35px;
	z-index: 1;
	transform: translateY(-50%);
	display: none;
}
.leftsidebar:before{
	content: '';
	position: absolute;
	top: 20px;
    left: 7px;
    width: 1px;
    /*height: 450px;*/
   	height: 365px;
	background-color: #bdc3c7;
}
.leftsidebar .item{
	position: relative;
	line-height: 20px;
	font-weight: bold;
	padding-left: 31px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/sidebar/tag.png) left center no-repeat;
	margin-bottom: 50px;
	cursor: pointer;
}
.leftsidebar .item:last-child{
	margin-bottom: 0;
}
.leftsidebar .item.active{
	color: #000;
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/sidebar/tag_active.png);
}
.leftsidebar .item p{
	font-size: 12px;
	font-weight: bold;
}
.leftsidebar .item strong{
	display: block;
	font-size: 14px;
	font-weight: bold;
}

/* rightsidebar */
/*.rightsidebar{
	position: fixed;
	top: 503px;
	right: 0;
	z-index: 1;
	width: 159px;
	height: 281px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/sidebar/bg.png) no-repeat;
}
.rightsidebar .link{
	height: 116px;
	padding-top: 1px;
}
.rightsidebar .link a{
	float: left;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
}
.rightsidebar .link .facebook{
	width: 33.33%;
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/sidebar/facebook.png);
}
.rightsidebar .link .instagram{
	width: 33.33%;
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/sidebar/Instagram.png);
}
.rightsidebar .link .naver{
	width: 33.33%;
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/sidebar/naver.png);
}
.rightsidebar .link .cafe{
	width: 50%;
	height: 54px;
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/sidebar/cafe.png);
}
.rightsidebar .link .youtube{
	width: 50%;
	height: 54px;
	background-image: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/sidebar/youtube.png);
}
.rightsidebar .googleplay{
	display: block;
	width: 131px;
	height: 38px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/sidebar/googleplay.png) no-repeat;
	margin: 16px auto 8px;
}
.rightsidebar .appstore{
	display: block;
	width: 131px;
	height: 38px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/sidebar/appstore.png) no-repeat;
	margin: 0 auto;
}
.rightsidebar .gotop{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 42px;
}*/

/* pop */
.tips_wrap{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
}
.tips_wrap .tips{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 802px;
	height: 458px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/pop.jpg) no-repeat;
	padding: 50px;
}
.tips_wrap .tips .cancel{
	position: absolute;
	top: 35px;
	right: 35px;
	width: 47px;
	height: 47px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/cancel.png) no-repeat;
	cursor: pointer;
}
.tips_wrap .tips .tips_text{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	line-height: 36px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.book_wrap{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
	justify-content: center;
	align-items: center;
}
.book_wrap .tips{
	width: 802px;
	height: 458px;
	position: relative;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/pop.jpg) no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.book_wrap .close{
	position: absolute;
	top: 35px;
	right: 35px;
	width: 47px;
	height: 47px;
	background: url(https://media.sugarfungame.com/acadiam/home/2023/0510/img/book/cancel.png) no-repeat;
	cursor: pointer;
}
.book_wrap .content{
	width: 90%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.book_wrap .tips .btn{
	width: 460px;
	height: 70px;
	background-color: #339afc;
	border-radius: 50px;
	font-size: 26px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	cursor: pointer;
}

.book_report{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
	justify-content: center;
	align-items: center;
}
.book_report .report_box{
	width: 1200px;
	height: 630px;
	position: relative;
}
.book_report .report_box img{
	width: 100%;
	height: 100%;
}
.book_report .report_box .icon_box{
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	bottom: 26px;
	right: 100px;
}
.book_report .report_box .download_btn{
	display: block;
	width: 222px;
	height: 40px;
	background: url('../img/book/download_btn.png');
	background-size: 100% 100%;
	margin-top: 8px;
	cursor: pointer;
}
.book_report .report_box .search_icon{
	display: block;
	width: 222px;
	height: 39px;
	background: url('../img/book/search_icon.png');
	background-size: 100% 100%;
}

.agreement_pop{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	justify-content: center;
	align-items: center;
}
.agreement_pop .content{
	width: 802px;
	height: 753px;
	background: url('../img/book/agreement_wrap.jpg');
	background-size: 100% 100%;
	position: relative;
}
.agreement_pop .content a{
	display: block;
	width: 80px;
	height: 30px;
	position: absolute;
	bottom: 66px;
	left: 226px;
}
.agreement_pop .content .close_agreement_pop{
	width: 47px;
	height: 47px;
	background: url('../img/book/close.png');
	background-size: 100% 100%;
	position: absolute;
	top: -60px;
	right: -60px;
	cursor: pointer;
}

.video-pop{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.video-pop iframe{
	width: 1000px;
	height: 600px;
	position: relative;
}
.video-pop .close-video{
	width: 47px;
	height: 47px;
	background: url('../img/book/close.png');
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(500px,-360px);
	cursor: pointer;
}