@charset "utf-8";
#Web_show_menu{ height:3.5rem; top: 4rem; position: fixed; width: 100%; max-width: 720px; margin: 0 auto; z-index: 4; background: #fff; overflow: hidden;}
.edit #Web_show_menu{ position: absolute; left: 0; width: 396px; }
#navButton{ display: none; }
#design_main{ padding-top:7.5rem;}
#navbarList > ul{ margin: 0 }
#header{ padding:0; }
.webHeaderBg {
	position:relative;
	background: #fff;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);
	-ms-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);
	-o-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2)
}
/*.edit #Web_show_menu{ position: absolute; z-index: 2;}*/
.edit #Web_show_menu{ position: absolute!important;}
.design .navbar {border-radius:0; margin: 0; border:0;min-height:inherit; overflow: hidden; height: 3.5rem}
.design .navbar .navItem{ float: left; width: 25%; /*width: auto; min-width: 80px;*/}
.design .navbar .navItem a { margin-right: 8px; font-size: 1.4rem; width: 100%; display: block; font-family:"Microsoft YaHei";  white-space: nowrap; text-align: center; height: 3.5rem; line-height: 3.6rem; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.design .navbar .itemSelected > a{
	color: #fff;
}
.design .navbar .navItem a > img{display: none;}
.design .navbar .navItem:after{ display:none }

/*组件栏目标题*/
.skin_title{  position: relative;}
.skin_title > h4{ display: inline-block; margin:0; height: 30px; text-align: center; line-height: 32px;  font-size: 1.4rem; font-weight: normal; padding:0 15px; border-radius:5px 5px 0 0; white-space: nowrap; min-width:80px;}
.skin_title > a{text-decoration:none}
.skin_title > a.skin_t_more{ position: absolute; right: 0; top:0;font-size:1.4rem; font-family:'icomoon'; font-size: 3rem; height: 30px; overflow: hidden; line-height:35px;}
.skin_title > a.skin_t_more:before{ content:"\e913"; visibility:visible; }
.skin_title > a > span.skin_t_b{ display:none; }

/*全局默认效果*/
.webAnimation {
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transition:all 350ms;
	-ms-transition:all 350ms;
	-moz-transition:all 350ms;
	-o-transition:all 350ms;
	transition:all 350ms;
}

#bgMusic.bgm_leftUp .bgm_icon,#bgMusic.bgm_rightUp .bgm_icon{ top:9rem!important;}
#bgMusic.bgm_leftDown .bgm_icon,#bgMusic.bgm_rightDown .bgm_icon{ right:9rem!important;}




