*{font-family:"Microsoft YaHei" ! important;}
body,div,ul{
	padding: 0;
	margin: 0;
	font-family:"Microsoft YaHei";
}
ul{list-style-type: none;}
#center{
	width: 100%;
	height: 2182px;
	position: relative;
	overflow: hidden;
}
#main{
	margin:0 auto;
	width: 960px;
	height: 2182px;
	position: relative;
}
#cocos2d_canvas{
	margin-left:-960px;
	width: 1920px;
	height: 2182px;
	position: absolute;
	top:0px;
	left: 50%;
	z-index: 50;
	overflow: hidden;
}
#cocos2d_main{
	margin-left:-960px;
	width: 1920px;
	height: 2182px;
	background: url(../res/background.jpg);
	position: absolute;
	top:0px;
	left: 50%;
	z-index: 100;
	overflow: hidden;
}
/*游戏小飞机*/
#canvas_game{
	width: 250px;
	height: 143px;
	background: url(../images/game.png);
	position: absolute;
	top:100px;
	left:-360px;
	z-index: 150;
	display: none;
}
@-webkit-keyframes fly{
	0%  {
		left:-360px;
		top:100px;  
	}
	30%  {
		left:144px; 
		top:130px; 
	}
	60%  {
		left:648px;  
		top:130px; 
	}
	100%{ 
		left:1320px;  
		top:100px; 
	}
}
@keyframes fly{
	0%  {
		left:-360px;
		top:100px;  
	}
	30%  {
		left:144px; 
		top:130px; 
	}
	60%  {
		left:648px;  
		top:130px; 
	}
	100%{ 
		left:1320px;  
		top:100px; 
	}
}
/*canvas点击区域*/
#canvas_btn_video{
	width: 196px;
	height: 200px;
	position: absolute;
	top:265px;
	left: 380px;
}
/*菜单栏*/
#main_menu{
	width: 800px;
	height: 53px;
	position: absolute;
	top:54px;
	left:80px;
}
#main_menu a{
	display: block;
	cursor: pointer;
	position: absolute;
	top:0;
}
#menu_index{width: 101px;height: 49px; background: url(/tv/school/images/public/btn_index.png) no-repeat no-repeat; left:20px;}
#menu_learn{width: 151px;height: 49px; background: url(/tv/school/images/public/btn_learn.png) no-repeat no-repeat; left:115px;}
#menu_game{width: 127px;height: 53px; background: url(/tv/school/images/public/btn_game.png) no-repeat no-repeat; left:527px;}
#menu_goods{width: 126px;height: 53px; background: url(/tv/school/images/public/btn_goods.png) no-repeat no-repeat; left:650px;}
#menu_index:hover{background: url(/tv/school/images/public/btn_index_1.png) no-repeat no-repeat;}
#menu_learn:hover{background: url(/tv/school/images/public/btn_learn_1.png) no-repeat no-repeat;}
#menu_game:hover{background: url(/tv/school/images/public/btn_game_1.png) no-repeat no-repeat;}
#menu_goods:hover{background: url(/tv/school/images/public/btn_goods_1.png) no-repeat no-repeat;}
/*壁纸下载区域*/
#wallpaper_container{
	width: 923px;
	height: 417px;
	position: absolute;
	top:1620px;
	left: 18px;
}
#wp_next,#wp_prev{
	width: 90px;
	height: 93px;
	position: absolute;
	bottom: -20px;
}
#wp_prev{
	left:210px;
	background: url(/tv/school/images/public/wp_prev.png) no-repeat no-repeat;
	display: none;
}
#wp_next{
	left:660px;
	background: url(/tv/school/images/public/wp_next.png) no-repeat no-repeat;
}
#wallpaper,#wallpaper_listener{
	width: 923px;
	height: 417px;
	position: absolute;
	top:0;
	left: 0;
}
#wallpaper_listener{
	background: url(../images/wp_mask.png) no-repeat no-repeat;
}
#wallpaper li,#wallpaper_listener li{
	position: absolute;
	overflow: hidden;
	display:none;
	cursor: pointer;
}
#wallpaper li.actived,#wallpaper_listener li.actived{
	display:block;
}
#wallpaper li img{
	width: 100%;
	height: 100%;
}
#wallpaper li.section_1,#wallpaper_listener li.section_1{
	width: 325px;
	height: 204px;
	top:65px;
	left:30px;
	-webkit-transform:rotate(-12deg);
}
#wallpaper li.section_2,#wallpaper_listener li.section_2{
	width: 310px;
	height: 200px;
	top:153px;
	left:325px;
	-webkit-transform:rotate(18deg);
}
#wallpaper li.section_3,#wallpaper_listener li.section_3{
	width: 298px;
	height: 190px;
	top:85px;
	left:588px;
	-webkit-transform:rotate(14deg);
}
/*dialogs*/
#dialogs{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	display: none;
}
.dialogs_layer{
	display: none;
}
/*视频弹出窗口*/
#tv_play_wrap{
	margin-top:-360px;
	margin-left:-460px;
	width:920px;
	border:3px solid rgb(91,94,91);
	background:rgba(20,20,20,0.8);
	position:fixed;
	top:50%;
	left: 50%;
} 
#tv_play_title_wrap{
	width:920px;
	height:50px;
	font-size:22px;
	color:rgb(249,221,16);
	background:rgba(53,53,53,0.6);
	line-height:50px;
	display:inline-block;
}
#tv_play_title{
	margin-left:20px;
}
#tv_play_out_btn{
	width:63px;
	height:50px;
	float:right;
	cursor:pointer;
	display:inline-block;
	background:url(/tv/school/images/tv_close.png) no-repeat;
}
#tv_ifram{
	margin: 0 auto;
	width:900px;
	height:515px;
	border:3px solid black;
	background: black;
	overflow:hidden;
} 
#tv_catalog{
	padding:0 0 0 15px;
	width:900px;
}
#club_all.phone #tv_catalog ul{
	width:900px;
}
#tv_catalog .tv_catalog_title{
	width:900px;
	height:60px;
	font-size:22px;
	color:rgb(251,241,16);
	line-height:60px;
	display:inline-block;
}
#tv_catalog_btn{
	width:100%;
}
#tv_catalog_btn li{
	margin:0 10.8px 20px 0;
	width:47px;
	height:38px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	line-height:38px;
	text-align:center;
	border:3px solid rgb(59,59,59);
	background:rgb(59,59,59);
	float:left;
}
#tv_catalog_btn li.selected{
	border:3px solid rgb(210,208,56);
	color:rgb(210,208,56);
}
#tv_catalog_btn li.selected a{
	cursor:default;
}
#tv_catalog_btn li a{
	width:100%;
	height:100%;
	display:inline-block;
	cursor:pointer;
}
/*壁纸下载*/
#download_wrap{
	margin-top:-320px; 
	margin-left:-465px;
	width: 920px;
	height: 555px;
	border:8px solid rgb(252,232,145);
	background: rgb(252,232,145);
	position: fixed;
	top:50%;
	left:50%;
}
#download_close{
	width: 78px;
	height: 66px;
	background: url(/tv/school/images/public/download_close.png);
	position: absolute;;
	top:-75px;
	right: 0;
}
#download_wrap span{
	width: 100%;
	height: 36px;
	text-align: center;
	color: rgb(237,78,46);;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	display: block;
}
/*public*/
.btn{
	display: block;
	cursor: pointer;
}
.border_red{
	border:1px solid red;
}
.border_blue{
	border:1px solid blue;
}
.clear{
	clear: both;
}