.banner{
	max-width: 1920px;
	min-width: 1200px;
	height: 723px;
}
.banner_new{
	background: url(/skin/default/images/banner_new.jpg) 50% 0 no-repeat;
}
.banner_illustrated{
	background: url(/skin/default/images/banner_illustrated.jpg) 50% 0 no-repeat;
}
.banner_original{
	background: url(/skin/default/images/banner_original.jpg) 50% 0 no-repeat;
}
.banner_search{
	background: url(/skin/default/images/banner_search.jpg) 50% 0 no-repeat;
} 
.banner_strategy{
	background: url(/skin/default/images/banner_strategy.jpg) 50% 0 no-repeat;
}
.banner_video{
	background: url(/skin/default/images/banner_video.jpg) 50% 0 no-repeat;
} 
.content{
	max-width: 1920px;
	min-width: 1200px;
	min-height: 1394px;
	background: #f4f4f4 url(/skin/default/images/inside_bg.jpg) 50% bottom no-repeat;
}
.inside{
	background:url(/skin/default/images/inside.png) no-repeat;
}
.inside_center{
	width: 1230px;
	height: auto;
	top: -223px;
	left: 50%;
	margin-left: -615px;
}
.inside_center .inside_center_title{
	color: #fff;
	font-size: 72px;
	font-family: "SourceHanSansCN-Normal";
	line-height: 80px;
	top: -173px;
	left: 58px;
}
.inside_center .inside_center_result{
	top: -180px;
	left: 58px;
}
.inside_center .inside_center_result h3{
	font-size: 40px;
	color: #fff;
	line-height: 70px;
	font-family: "SourceHanSansCN-Normal";
}
.inside_center .inside_center_result h3 b{
	color: #d5bd77;
	font-size: 72px;
	margin: 0 10px;
}
.inside_center .inside_center_result .search_result{
	width: 349px;
	height: 39px;
	border: 1px solid #fff;
	border-radius: 20px;
	background: rgba(255,255,255,.2);
	top: 102px;
	left: 0;
}
.inside_center .inside_center_result .search_result input{
	width: 270px;
	height: 39px;
	position: absolute;
	top: 0;
	left: 23px;
	background: none;
	font-family: "SourceHanSansCN-Normal";
}
.inside_center .inside_center_result .search_result input::-webkit-input-placeholder{
	color:#fff;
}
.inside_center .inside_center_result .search_result input:-moz-placeholder{
	color:#fff;
}
.inside_center .inside_center_result .search_result input::-moz-placeholder{
	color:#fff;
}
.inside_center .inside_center_result .search_result input:-ms-input-placeholder{
	color:#fff;
}
.inside_center .inside_center_result .search_result .btn_search_result{
	width: 21px;
	height: 21px;
	top: 9px;
	right: 25px;
}
.inside_center .inside_center_result .search_result .btn_search_result i{
	width: 62px;
	height: 31px;
	background: rgba(255,255,255,.3);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15.5px 0 0 -31px;
	border-radius: 20px;
	transition: all .3s;
	opacity: 0;
}
.inside_center .inside_center_result .search_result .btn_search_result:hover i{
	opacity: 1;
}
.inside_center .inside_center_result .search_result .btn_search_result .icon_inside_search2{
	height:21px;
	width:21px;
	background-position:-453px 0;
	top: 0;
	left: 0;
}
.inside_center .inside_tab{
	width: 950px;
	height: 40px;
	border-bottom: 2px solid rgba(255,255,255,.5);
	top: -79px;
	left: 58px;
}
.inside_center .inside_tab a{
	min-width: 76px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-family: "SourceHanSansCN-Normal";
	float: left;
	margin-right: 35px;
	position: relative;
}
.inside_center .inside_tab a i{
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0;
	opacity: 0;
	transition: all .3s;
}
.inside_center .inside_tab a:hover i,
.inside_center .inside_tab a.active i{
	opacity: 1;
}
.inside_center .inside_tab_news a i{
	background: #ea626c;
	box-shadow: 0 0 10px rgba(99,90,199,.7);
}
.inside_center .inside_tab_strategy a i{
	background: #f9f0c1;
	box-shadow: 0 0 10px rgba(235,204,81,.48);
}
.inside_center .inside_tab_video a i{
	background: #f8ff7e;
	box-shadow: 0 0 10px rgba(237,244,116,.7);
}
.inside_center .inside_list{
	width: 100%;
	min-height: 1304px;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 5px 5px rgba(162,180,209,.19);
}
.inside_center .inside_list ul{
	width: 853px;
	margin: 60px auto 0;
}
.inside_center .inside_list ul li{
	width: 853px;
	height: 217px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 30px;
	transition: all .3s;
}
.inside_center .inside_list ul li:hover{
	transform: translateX(30px);
	border-bottom: 1px solid transparent;
}
.inside_center .inside_list ul li:last-child{
	border-bottom: none;
}
.inside_center .inside_list ul li:nth-child(n+6) {
    display: none;
}
.inside_center .inside_list ul li a{
	width: 785px;
	height: 189px;
	display: block;
	position: relative;
	font-family: "SourceHanSansCN-Normal";
}
.inside_center .inside_list ul li a img{
	width: 241px;
	height: 189px;
	border-radius: 5px;
}
.inside_center .inside_list ul li a img.gumballs{
    margin-top: -30px;
    height: 241px;
}
.inside_center .inside_list ul li a h3{
	color: #fff;
	font-weight: bold;
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	top: 0;
	left: 270px;
}
.inside_center .inside_list ul li a h3.category_blue,
.inside_list .news_headlines p i.category_blue{
	background: #28c8db;
}
.inside_center .inside_list ul li a h3.category_yellow,
.inside_list .news_headlines p i.category_yellow{
	background: #d5bd77;
}
.inside_center .inside_list ul li a h3.category_red,
.inside_list .news_headlines p i.category_red{
	background: #ea626c;
}
.inside_center .inside_list ul li a h3.category_green,
.inside_list .news_headlines p i.category_green{
	background: #6eb517;
}
.inside_center .inside_list ul li a .inside_list_title{
	width: 515px;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	color: #1f1f27;
	left: 270px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inside_center .inside_list_news ul li a .inside_list_title{
	top: 40px;
}
.inside_center .inside_list_strategy ul li a .inside_list_title{
	top: 14px;
}
.inside_center .inside_list ul li a .inside_list_time{
	font-size: 14px;
	color: #d1d1d2;
	line-height: 18px;
	top: 72px;
	left: 270px;
}
.inside_center .inside_list ul li a .inside_list_content{
	width: 515px;
	height: 72px;
	font-size: 14px;
	color: #949496;
	line-height: 25px;
	display: -webkit-box !important;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-o-line-clamp: 3;
	-ms-line-clamp: 3;
	line-clamp: 3;
	left: 270px;
}
.inside_center .inside_list_news ul li a .inside_list_content{
	top: 100px;
}
.inside_center .inside_list_strategy ul li a .inside_list_content{
	top: 43px;
}
.btn_inside{
	height:50px;
	width:229px;
	background-position:0 0;
	display: block;
	margin: 80px auto;
	text-align: center;
	font-size: 0;
}
.btn_inside span{
	width: 136px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	font-family: "SourceHanSansCN-Normal";
	display: inline-block;
	vertical-align: middle;
}
.btn_inside i{
	height:17px;
	width:9px;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s;
}
.btn_inside i.btn_inside_prev{
	background-position:-236px 0;
}
.btn_inside:hover i.btn_inside_prev{
	transform: translateX(-8px);
}
.btn_inside i.btn_inside_next{
	background-position:-252px 0;
}
.btn_inside:hover i.btn_inside_next{
	transform: translateX(8px);
}
.inside_center .inside_suspend{
	width: 232px;
	height: auto;
	top: 180px;
	right: 0;
	font-family: "SourceHanSansCN-Normal";
	overflow: hidden;
}
.crumbs,
.crumbs a{
	width: 232px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.crumbs{
	top: 180px;
	right: 0;
	z-index: 10;
}
.crumbs a:hover{
	text-decoration: underline;
}
.inside_center .inside_suspend .inside_suspend_down{
	width: 232px;
	height: 314px;
	background: #fff;
	border-radius: 12px;
	margin: 65px auto 0;
	overflow: hidden;
}
.inside_center .inside_suspend .inside_suspend_down img{
	width: 164px;
	height: 164px;
	display: block;
	margin: 38px auto 0;
}
.inside_center .inside_suspend .inside_suspend_down p{
	text-align: center;
	line-height: 30px;
	color: #010101;
	font-size: 18px;
}
.inside_center .inside_suspend .inside_suspend_down .btn_inside_taptap{
	height:65px;
	width:232px;
	display: block;
	background-position:0 -375px;
	text-indent: -999em;
	margin: 17px auto 0;
}
.inside_center .inside_suspend .inside_suspend_down .btn_inside_taptap i{
	height:65px;
	width:232px;
	background-position:0 -448px;
	top: 0;
	left: 0;
	transition: all .5s;
	opacity: 0;
}
.inside_center .inside_suspend .inside_suspend_down .btn_inside_taptap:hover i{
	opacity: 1;
}
.inside_center .inside_suspend .inside_advert{
	width: 232px;
	height: 371px;
	margin: 23px auto 0;
}
.inside_center .inside_suspend .inside_advert a{
	width: 232px;
	height: 371px;
	display: block;
}
.inside_center .inside_suspend .inside_advert a img{
	width: 232px;
	height: 371px;
	border-radius: 12px;
}
.inside_center .inside_suspend .inside_advert .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: .5;
	vertical-align: middle;
	transform: scale(.7);
	transition: all .3s;
}
.inside_center .inside_suspend .inside_advert .swiper-pagination-bullet-active,
.inside_center .inside_suspend .inside_advert .swiper-pagination-bullet:hover{
	transform: scale(1);
	background: #fff;
	opacity: 1;
}
.inside_center .inside_suspend .inside_suspend_er{
	width: 232px;
	height: 326px;
	background: #fff;
	border-radius: 12px;
	margin: 23px auto 0;
	overflow: hidden;
}
.inside_center .inside_suspend .inside_suspend_er .inside_er_aggregate{
	width: 164px;
	height: 194px;
	margin: 38px auto 0;
}
.inside_center .inside_suspend .inside_suspend_er .inside_er_aggregate div img{
	width: 164px;
	height: 164px;
}
.inside_center .inside_suspend .inside_suspend_er .inside_er_aggregate div p{
	line-height: 30px;
	text-align: center;
	color: #010101;
	font-size: 18px;
}
.inside_center .inside_suspend .inside_er_tab{
	text-align: center;
	margin: 14px auto 0;
}
.inside_center .inside_suspend .inside_er_tab a{
	width: 46px;
	height: 46px;
	display: inline-block;
	vertical-align: middle;
	text-indent: -999em;
	margin: 0 7.5px;
}
.inside_center .inside_suspend .inside_er_tab a i{
	width: 46px;
	height: 46px;
	top: 0;
	left: 0;
	transition: all .5s;
	opacity: 0;
}
.inside_center .inside_suspend .inside_er_tab a.active i,
.inside_center .inside_suspend .inside_er_tab a:hover i{
	opacity: 1;
}
.inside_center .inside_suspend .inside_er_tab .icon_inside_wx{
	background-position:0 -59px;
}
.inside_center .inside_suspend .inside_er_tab a .icon_inside_wx_hover{
	background-position:-55px -59px;
}
.inside_center .inside_suspend .inside_er_tab .icon_inside_wb{
	background-position:-111px -59px;
}
.inside_center .inside_suspend .inside_er_tab a .icon_inside_wb_hover{
	background-position:-168px -59px;
}
.inside_center .inside_suspend .inside_er_tab .icon_inside_kf{
	background-position:-224px -59px;
}
.inside_center .inside_suspend .inside_er_tab a .icon_inside_kf_hover{
	background-position:-280px -59px;
}
.inside_list .news_headlines{
	width: 853px;
	min-height: 177px;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	margin: 0 auto;
	font-family: "SourceHanSansCN-Normal";
}
.inside_list .news_headlines h3{
	color: #28c8db;
	font-size: 30px;
	line-height: 45px;
	margin-top: 45px;
}
.inside_list .news_headlines .news_headlines_p,
.inside_list .news_headlines .inside_list_present{
	font-size: 14px;
	margin: 25px 0;
}
.inside_list .news_headlines .news_headlines_p i{
	width: 100px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 20px;
	line-height: 25px;
	text-align: center;
	color: #fff;
}
.inside_list .news_headlines .news_headlines_p span{
	min-width: 130px;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	color: #b7b7b7;
	margin-left: 10px;
}
.inside_list .news_content{
	width: 853px;
	min-height: 922px;
	padding: 40px 0;
	margin: 0 auto;
	overflow: hidden;
	line-height:34px;
}
.inside_list .inside_about{
	width: 973px;
	height: 373px;
	background: url(/skin/default/images/inside_about.png) no-repeat;
}
.inside_walkthrough{
	width: 853px;
	height: 122px;
	border-bottom: 1px solid #f4f4f4;
	margin: 0 auto -30px;
}
.inside_walkthrough .inside_btn_novice{
	height:47px;
	width:164px;
	background-position:-246px -376px;
	text-indent: -999em;
	top: 50px;
	left: 0;
}
.inside_walkthrough .inside_btn_novice .inside_btn_novice_hover{
	height:47px;
	width:164px;
	background-position:-246px -432px;
	top: 0;
	left: 0;
	transition: all .3s;
	opacity: 0;
}
.inside_walkthrough .inside_btn_submission{
	height:47px;
	width:164px;
	background-position:-421px -376px;
	text-indent: -999em;
	top: 50px;
	left: 188px;
}
.inside_walkthrough .inside_btn_submission .inside_btn_submission_hover{
	height:47px;
	width:164px;
	background-position:-421px -432px;
	top: 0;
	left: 0;
	transition: all .3s;
	opacity: 0;
}
.inside_walkthrough .inside_btn_novice:hover .inside_btn_novice_hover,
.inside_walkthrough .inside_btn_submission:hover .inside_btn_submission_hover{
	opacity: 1;	
}
.inside_walkthrough .inside_walkthrough_search{
	width: 185px;
	height: 36px;
	border: 1px solid #d4d6dc;
	border-radius: 20px;
	top: 60px;
	right: 0;
}
.inside_walkthrough .inside_walkthrough_search input{
	width: 136px;
	height: 36px;
	background: none;
	position: absolute;
	top: 0;
	left: 10px;
	text-align: center;
}
.inside_walkthrough .inside_walkthrough_search input::-webkit-input-placeholder{
	color:#d4d6dc;
}
.inside_walkthrough .inside_walkthrough_search input:-moz-placeholder{
	color:#d4d6dc;
}
.inside_walkthrough .inside_walkthrough_search input::-moz-placeholder{
	color:#d4d6dc;
}
.inside_walkthrough .inside_walkthrough_search input:-ms-input-placeholder{
	color:#d4d6dc;
}
.inside_walkthrough .inside_walkthrough_search .icon_inside_search,
.inside_list_illustrated .camp_tie_search .icon_inside_search{
	height:21px;
	width:21px;
	background-position:-422px 0;
	top: 7px;
	right: 12px;
	text-indent: -999em;
}
.inside_center .inside_list_strategy ul li a .inside_list_present{
	top: 153px;
	left: 270px;
}
.inside_list_present i,
.inside_list_present span{
	display: inline-block;
	vertical-align: middle;
}
.inside_list_present span{
	color: #cdcdce;
	font-size: 14px;
	line-height: 22px;
}
.inside_list_present .icon_inside_author{
	height:16px;
	width:16px;
	background-position:-316px 0;
}
.inside_list_present .icon_inside_time{
	height:16px;
	width:16px;
	background-position:-340px 0;
	margin-left: 23px;
}
.inside_list_present .icon_inside_eye{
	height:16px;
	width:24px;
	background-position:-364px 0;
	margin-left: 23px;
}
.novice{
	max-width: 1920px;
	min-width: 1200px;
	height: 1685px;
	background: url(/skin/default/images/novice.jpg) 50% 0 no-repeat;
}
.novice .inside_center{
	top: 784px;
	margin-left: -388px;
}
.novice .novice_video{
	width: 875px;
	height: 492px;
	top: 920px;
	left: 50%;
	margin-left: -437.5px;
}
.novice .novice_video video{
	width: 875px;
	height: 492px;
	border-radius: 10px;
}
.novice .novice_video .btn_more_strategy{
	width: 278px;
	height: 62px;
	background: #30ccde;
	text-align: center;
	line-height: 62px;
	font-size: 30px;
	color: #fff;
	font-family: "SourceHanSansCN-Normal";
	border-radius: 30px;
	bottom: -120px;
	left: 50%;
	margin-left: -139px;
	transition: all .3s;
	box-shadow: 0 5px 5px rgba(170,245,253,1);
}
.novice .novice_video .btn_more_strategy:hover{
	background: #41dcea;
}
.inside_center .inside_list_illustrated{
	width: 973px;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 5px 5px rgba(162,180,209,.19);
}
.inside_center .inside_list_illustrated,
.warp .inside_illustrated{
	min-height: 1303px;
	font-family: "SourceHanSansCN-Normal";
}
.inside_list_illustrated .inside_camp_title{
	color: #28c8db;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	top: 58px;
	left: 60px;
}
.inside_list_illustrated .tab_camp{
	top: 111px;
	left: 0;
	width: 100%;
	text-align: center;
}
.inside_list_illustrated .tab_camp a{
	width: 147px;
	height: 49px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 13px;
	text-indent: -999em;
}
.inside_list_illustrated .tab_camp a i{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
}
.inside_list_illustrated .tab_camp a:hover i,
.inside_list_illustrated .tab_camp a.active i{
	opacity: 1;
}
.inside_list_illustrated .tab_camp .camp_btn_0{
	background-position:0 -253px;
}
.inside_list_illustrated .tab_camp a .camp_btn_0_hover{
	background-position:0 -311px;
}
.inside_list_illustrated .tab_camp .camp_btn_1{
	background-position:-158px -253px;
}
.inside_list_illustrated .tab_camp a .camp_btn_1_hover{
	background-position:-158px -311px;
}
.inside_list_illustrated .tab_camp .camp_btn_2{
	background-position:-318px -253px;
}
.inside_list_illustrated .tab_camp a .camp_btn_2_hover{
	background-position:-318px -311px;
}
.inside_list_illustrated .tab_camp .camp_btn_3{
	background-position:-475px -253px;
}
.inside_list_illustrated .tab_camp a .camp_btn_3_hover{
	background-position:-475px -311px;
}
.inside_list_illustrated .tab_camp .camp_btn_4{
	background-position:-633px -253px;
}
.inside_list_illustrated .tab_camp a .camp_btn_4_hover{
	background-position:-633px -311px;
}
.inside_list_illustrated .tab_tie{
	width: 430px;
	height: 38px;
	border-bottom: 2px solid #f7f7f8;
	top: 184px;
	left: 62px;
}
.inside_list_illustrated .tab_tie a{
	min-width: 72px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 25px;
	color: #5e5f7b;
	font-size: 18px;
}
.inside_list_illustrated .tab_tie a i{
	width: 100%;
	height: 5px;
	background: #eadebb;
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: all .3s;
	opacity: 0;
}
.inside_list_illustrated .tab_tie a:hover i,
.inside_list_illustrated .tab_tie a.active i{
	opacity: 1;
}
.inside_list_illustrated .camp_tie_search{
	width: 323px;
	height: 35px;
	border: 1px solid #e6d2b0;
	border-radius: 10px;
	top: 185px;
	right: 59px;
}
.inside_list_illustrated .camp_tie_search input{
	width: 260px;
	height: 35px;
	background: none;
	position: absolute;
	top: 0;
	left: 18px;
	font-size: 18px;
}
.inside_list_illustrated .camp_tie_search input::-webkit-input-placeholder{
	color:#bec5ca;
}
.inside_list_illustrated .camp_tie_search input:-moz-placeholder{
	color:#bec5ca;
}
.inside_list_illustrated .camp_tie_search input::-moz-placeholder{
	color:#bec5ca;
}
.inside_list_illustrated .camp_tie_search input:-ms-input-placeholder{
	color:#bec5ca;
}
.inside_list_illustrated .camp_gba_show{
	width: 325px;
	height: 360px;
	top: 260px;
	left: 62px;
}
.inside_list_illustrated .camp_gba_show .gba_quan{
	height:249px;
	width:301px;
	background-position:-615px 0;
	top: 50%;
	left: 50%;
	margin: -124.5px 0 0 -150.5px;
	transition: all .5s;
	transform-origin: center center;
}
.inside_list_illustrated .camp_gba_show:hover .gba_quan{
	transform: rotate(360deg);
}
.inside_list_illustrated .camp_gba_show img{
	width: 380px;
	height: 380px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -190px 0 0 -190px;
}
.inside_list_illustrated .camp_gba_show .camp_gba_name{
	width: 100%;
	color: #5e5f7b;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	bottom: 7px;
	left: 0;
}
.camp_tab_gba{
	width: 432px;
	height: 310px;
	top: 282px;
	right: 50px;
}
.camp_tab_gba ul li{
	width: 91px;
	height: 85px;
	background: url(/skin/default/images/illustrated_small_gba_bg.png) no-repeat;
	float: left;
	position: relative;
	cursor: pointer;
	margin: 8.5px;
}
.camp_tab_gba ul li .illustrated_small_gba{
	width: 91px;
	height: 85px;
	overflow: hidden;
	border-radius: 10px;
}
.camp_tab_gba ul li .illustrated_small_gba img{
	width: 220px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.camp_tab_gba ul li .illustrated_small_gba_mask{
	width: 109px;
	height: 103px;
	background: url(/skin/default/images/illustrated_small_gba_mask.png) no-repeat;
	top: -4px;
	left: -6px;
	transition: all .3s;
	opacity: 0;
}
.camp_tab_gba ul li .illustrated_small_gba_mask p{
	color: #fff;
	font-size: 16px;
	font-family: "SourceHanSansCN-Normal";
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	width: 91px;
	position: absolute;
	top: 24px;
	left: 6px;
}
.camp_tab_gba ul li.active .illustrated_small_gba_mask,
.camp_tab_gba ul li:hover .illustrated_small_gba_mask{
	opacity: 1;
}
.camp_tab_gba .swiper-container-seven .swiper-slide{
	opacity: 0!important;
}
.camp_tab_gba .swiper-container-seven .swiper-slide-active{
	opacity: 1!important;
}
.gba_prev{
	height:38px;
	width:91px;
	background-position:-397px -41px;
	bottom: -50px;
	right: 115px;
	text-indent: -999em;
}
.gba_prev i.gba_prev_hover{
	height:38px;
	width:91px;
	background-position:-397px -87px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	opacity: 0;
}
.gba_next{
	height:38px;
	width:91px;
	background-position:-499px -41px;
	bottom: -50px;
	right: 10px;
	text-indent: -999em;
}
.gba_next i.gba_next_hover{
	height:38px;
	width:91px;
	background-position:-499px -87px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	opacity: 0;
}
.gba_prev:hover i.gba_prev_hover,
.gba_next:hover i.gba_next_hover{
	opacity: 1;
}
.gba_combination{
	width: 902px;
	height: 216px;
	top: 735px;
	left: 50%;
	margin-left: -451px;
}
.gba_combination .gba_combination_details{
	width: 451px;
	height: 216px;
	background: url(/skin/default/images/combination_bg.png) no-repeat;
	float: left;
	text-align: center;
	margin-bottom: 25px;
}
.gba_combination .gba_combination_details div{
	width: 145px;
	height: 145px;
	display: inline-block;
	vertical-align: middle;
	margin: 28px -10px 0;
}
.gba_combination .gba_combination_details div img{
	width: 100%;
}
.gba_combination .gba_combination_details div p{
	color: #c9ad7d;
	line-height: 20px;
	margin-top: -30px;
}
.gba_combination .gba_combination_details span{
	height:35px;
	width:155px;
	top: 0;
	left: 38px;
}
.gba_combination .gba_combination_details .combination_title{
	background-position:-601px -377px;
}
.gba_combination .gba_combination_details .combination_title b{
	width: 50px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 35px;
	color: #c9ad7d;
	font-size: 22px;
}
.inside_skin{
	width: 852px;
	height: 450px;
	margin: 0 auto;
}
.inside_gba_skin{
	width: 313px;
	height: 410px;
	top: 35px;
	left: 5px;
}
.inside_gba_skin img{
	width: 380px;
	height: 380px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -190px;
}
.inside_gba_skin p{
	color: #c9ad7d;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
}
.gba_illustrated_bg_0{
	background: url(/skin/default/images/gba_illustrated_bg_0.png) no-repeat;
}
.gba_illustrated_bg_1{
	background: url(/skin/default/images/gba_illustrated_bg_1.png) no-repeat;
}
.gba_illustrated_bg_2{
	background: url(/skin/default/images/gba_illustrated_bg_2.png) no-repeat;
}
.gba_illustrated_bg_3{
	background: url(/skin/default/images/gba_illustrated_bg_3.png) no-repeat;
}
.inside_skin .inside_gba_skin_name{
	width: 370px;
	height: 40px;
	top: 56px;
	left: 357px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inside_skin .inside_gba_skin_name i{
	width: 4px;
	height: 28px;
	background: #c9ad7d;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
}
.inside_skin .inside_gba_skin_name span{
	min-width: 210px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #5e5f7b;
	margin-left: 10px;
}
.inside_skin .inside_gba_skin_camp{
	top: 111px;
	left:369px;
}
.inside_skin .inside_gba_skin_camp i,
.inside_skin .inside_gba_skin_title i{
	width: 43px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 21px;
	background: #c9ad7d;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}
.inside_skin .inside_gba_skin_camp span,
.inside_skin .inside_gba_skin_title span{
	min-width: 105px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	line-height: 21px;
	color: #5e5f7b;
	font-size: 16px;
	margin-left: 3px;
}
.inside_skin .inside_gba_skin_title{
	top: 152px;
	left:369px;
}
.inside_skin .btn_skin_return{
	width: 110px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	color: #fff;
	font-size: 18px;
	background: #29cadc;
	border-radius: 20px;
	top: 62px;
	right: 0;
	transition: all .3s;
}
.inside_skin .btn_skin_return:hover{
	background: #31d2e2;
}
.inside_skin .skin_sum{
	width: 482px;
	height: 130px;
	top: 227px;
	left: 370px;
	text-align: center;
}
.inside_skin .skin_sum .swiper-slide{
	min-width: 105px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.inside_skin .skin_sum .swiper-slide .skin_sum_tx{
	width: 74px;
	height: 74px;
	border: 2px solid #eadebb;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.inside_skin .skin_sum .swiper-slide .skin_sum_tx img{
	width: 140px;
	height: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -70px 0 0 -70px;
	-webkit-filter:grayscale(1);
	transition: all .5s;
}
.inside_skin .skin_sum .swiper-slide:hover .skin_sum_tx img,
.inside_skin .skin_sum .swiper-slide-active .skin_sum_tx img{
	-webkit-filter:grayscale(0);
}
.inside_skin .skin_sum .swiper-slide .skin_sum_name{
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	display: block;
	text-align: center;
	color: #5e5f7b;
	font-size: 14px;
}
.inside_skin .skin_sum .gba_illustrated_dialog{
	width: 480px;
	min-height: 25px;
	border: 1px solid #eee4c9;
	border-radius: 5px;
	top: 130px;
	left: 50%;
	margin-left: -240px;
}
.inside_skin .skin_sum .gba_illustrated_dialog em{
	width: 450px;
	display: inline-block;
	padding: 10px;
	line-height: 23px;
	color: #c9ad7d;
	font-size: 14px;
	text-align: left;
}
.gba_details_classify{
	width: 852px;
	height: auto;
	margin: 0 auto;
}
.gba_details_classify .classify_details{
	
}
.gba_details_classify .classify_details h3 i{
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}
.gba_details_classify .classify_details h3 .icon_gba_illustrated_0{
	background-position:-483px 0;
}
.gba_details_classify .classify_details h3 .icon_gba_illustrated_1{
	background-position:-516px 0;
}
.gba_details_classify .classify_details h3 .icon_gba_illustrated_2{
	background-position:-548px 0;
}
.gba_details_classify .classify_details h3 .icon_gba_illustrated_3{
	background-position:-581px 0;
}
.gba_details_classify .classify_details{
	margin-bottom: 40px;
}
.gba_details_classify .classify_details h3 span{
	min-width: 50px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	color: #5e5f7b;
	font-size: 24px;
	margin-left: 8px;
}
.gba_details_classify .classify_details .classify_frame{
	width: 850px;
	min-height: 51px;
	background: #fbfbfb;
	border: 1px solid #e4d6be;
	border-radius: 5px;
	margin: 10px auto 0;
}
.gba_details_classify .classify_details .classify_frame p{
	width: 792px;
	margin: 0 auto;
	line-height: 25px;
	color: #5e5f7b;
	font-size: 14px;
	padding: 15px 0;
}
.gba_details_classify .classify_details .classify_frame p em{
	font-size: 18px;
}
.gba_details_classify .classify_details .classify_frame p span{
	color: #c9ad7d;
}
.list_movie{
	width: 882px;
	height: auto;
	margin: 63px auto 0;
}
.list_movie a{
	width: 266px;
	height: 228px;
	float: left;
	margin: 0 13.5px 30px;
}
.list_movie a .video_img{
	width: 266px;
	height: 166px;
	display: block;
	border-radius: 5px;
	margin: 0 auto;
	overflow: hidden;
}
.list_movie a .video_img img{
	width: 100%;
	transition: all .3s;
}
.list_movie a:hover .video_img img{
	transform: scale(1.1);
}
.list_movie a .video_img .video_mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	top:0;
	left: 0;
	opacity: 0;
	transition: all .3s;
}
.list_movie a:hover .video_img .video_mask{
	opacity: 1;
}
.list_movie a .video_img .video_mask em{
	width: 104px;
	height: 100px;
	background:url(/skin/default/images/inside.png) -350px -134px no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -52px;
	transform: scale(.6);
}
.list_movie a .video_title{
	width: 100%;
	line-height: 43px;
	color: #535353;
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_movie a .video_icon{
	width: 100%;
	height: 20px;
	display: block;
}
.list_movie a .video_icon i{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1px;
}
.list_movie a .video_icon .icon_video_play{
	background-position:-292px 0;
}
.list_movie a .video_icon .icon_video_time{
	background-position:-270px 0;
}
.list_movie a .video_icon em{
    min-width: 95px;
	height: 20px;
	margin-right: 10px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	color: #99a2aa;
	font-size: 16px;
}
.difference a:nth-child(1){
	display: none;
	/* width: 561px;
	height: 486px; */
}
.difference a:nth-child(1) .video_img{
	width: 563px;
	height: 423px;
}
.difference a:nth-child(1) .video_img .video_mask em{
	transform: scale(1);
}
.difference a:nth-child(n+10),
.list_picture a:nth-child(n+8){
	display: none;
}
.videos_details{
	width: 852px;
	height: 480px;
	margin: 62px auto 0;
}
.videos_details video{
    width: 852px;
    height: 480px;
    border-radius: 10px;
}
.video_line{
	width: 852px;
	height: 2px;
	background: #e7e7e7;
	margin: 45px auto -17px;
}
.video_line span{
	width: 154px;
	height: 32px;
	background: #fff;
	line-height: 32px;
	text-align: center;
	font-size: 20px;
	color: #bababa;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -77px;
}
.list_picture{
	width: 882px;
	margin: 56px auto 0;
}
.list_picture a{
	width: 266px;
	height: 284px;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 14px 27px;
}
.list_picture a img{
	width: 100%;
	transition: all .3s;
}
.list_picture a:hover img{
	transform: scale(1.1);
}
.list_picture a .picture_mask{
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,.5);
	bottom: 0;
	left: 0;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_picture a .picture_mask .icon_original_name{
	height:16px;
	width:20px;
	background-position:-395px 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 23px;
}
.list_picture a .picture_mask em{
	min-width: 80px;
	height: 50px;
	line-height: 50px;
	margin-left: 2px;
	font-size: 16px;
	font-weight: bold;
}
.list_picture a:nth-child(1){
	/* width: 854px;
	height: 512px; */
	display: none;
}
.mask{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.pop_photo{
	max-width: 1070px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	display: none;
}
.pop_photo .pop_img{
	display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content:center;
    -ms-flex-pack: center;
}
.pop_photo .pop_img div img{
	border: 2px solid #d8bd8c;
	border-radius: 8px;
	display: none;
	max-width: 1070px;
	max-height: 600px;
}
.pop_photo .pop_img div img.active{
	display: block;
	-webkit-animation: bounceIn 1s ease both;
	animation: bounceIn 1s ease both;
}
@-webkit-keyframes bounceIn{
	0% {
		opacity: 0;
		-webkit-transform: scale(.3)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05)
	}
	70% {
		-webkit-transform: scale(.9)
	}
	100% {
		-webkit-transform: scale(1)
	}
}
@keyframes bounceIn{
	0% {
		opacity: 0;
		transform: scale(.3)
	}
	50% {
		opacity: 1;
		transform: scale(1.05)
	}
	70% {
		transform: scale(.9)
	}
	100% {
		transform: scale(1)
	}
}
.img_download{
	width: 280px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	color: #fff;
	font-size: 30px;
	border-radius: 30px;
	background: #29c8db;
	bottom: -100px;
	left: 50%;
	margin-left: -140px;
	transition: all .3s;
}
.img_download:hover{
	background: #2fd1e1;
}
.pop_close{
	height:51px;
	width:51px;
	background-position:-336px -54px;
	top: -62px;
	right: 0;
	text-indent: -999em;
	z-index: 20;
	transition: all .3s;
}
.pop_close:hover{
	transform: rotate(180deg);
}
.pop_prev{
	width: 86px;
	height: 86px;
	background: url(/skin/default/images/swiper_prev.png) no-repeat;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
	text-indent: -999em;
	transition: all .3s;
}
.pop_prev:hover{
	transform: translate(-8px,-50%);
}
.pop_next{
	width: 86px;
	height: 86px;
	background: url(/skin/default/images/swiper_next.png) no-repeat;
	top: 50%;
	right: -44px;
	transform: translateY(-50%);
	text-indent: -999em;
	transition: all .3s;
}
.pop_next:hover{
	transform: translate(8px,-50%);
}
.cheats_btn_video_hover{height:114px;width:109px;background-position:-120px -123px;}
.cheats_btn_video{height:114px;width:109px;background-position:0 -123px;}



