@charset "utf-8";
/* CSS Document */

body{
background-color: #fff; /* Old browsers */
}

.pageWrapper{
	padding-top:170px;
	width: 980px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	}

.homeNavContainer{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	height: 145px;
	background-color: #444;
	border-bottom: 1px solid #353535;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 500;
	display: table-row;
	z-index:9999;
	
}

.homeWrapper{
display:block;
width:980px;
margin:0 auto;
}

.homeWrapper>ul{ padding-left:20px;}
.homeWrapper>ul>li{
	display:block;
	float:left;
	margin:0;
}
.footerprivacy p a{

font-size:8px;
color:#ffffff;
}

.homeWrapper>ul>li:first-child{ margin-left:0;}
.homeWrapper>ul>li:last-child{ margin-right:0;}


body, ul.navigation, ul.navigation li, ul.navigation ul, a{
    margin: 0;
    padding: 0;
    font-size: 16px;
	font-weight:bold;
    text-decoration: none;
}

ul.navigation,ul.navigation li {
    list-style: none;
	text-transform:uppercase;
	letter-spacing:1px;
}

ul.navigation li {
    position: relative;
    float: left;

}
/* 選單 li 裡面連結之樣式 */
ul.navigation li a{
    display: block;
	padding-top:15px;
	text-align:center;	
    color: #FFF;
	height:30px;
	width:130px;
}

ul.navigation li a:hover{
    background: #F7931E;
}

ul.navigation li a img{
	padding-left:8px;
}

/* 特定在第一層，以左邊灰線分隔 */
ul.navigation > li > a{
    border-bottom: 0px solid #CCC;    
    border-left: 0px solid #CCC;
	color: #F7931E;
	font-weight:400;
}
ul.navigation > li > a:hover{
    color: #fff;

}

/* 特定在第一層 > 第二層之後下拉部分之樣式 */
ul.navigation li ul{
    display: none;
	float:right;
    position: absolute;
    right: 0;    
    margin: 0;
}
/* 當第一層選單被觸發時，指定第二層顯示 */
ul.navigation li:hover > ul{
    display: block;
}
/* 特定在第二層或之後下拉部分 li 之樣式 */
ul.navigation ul li {
    border: 1px solid #000;
	border-top: none;
	
}
ul.navigation ul li.settIng {
    *padding-top:64px;
	
}
ul.navigation ul li.settIngs {
    *padding-top:0px;
	
}
/* 特定在第二層或之後下拉部分 li （最後一項不要底線）之樣式 */
ul.navigation ul li:last-child {
    border-top: none;
}

/* 第二層或之後 選單 li 之樣式 */
ul.navigation ul a {
    width: 128px;
    color: #000;        
    background:#FFC16F;
	font-size:12px; 
	font-weight:400;
}
ul.navigation ul a:hover {        
    background:#F7931E;
	color:#FFF;   
}
/* 第三層之後，上一層的選單觸發則顯示出來（皆為橫向拓展） */
ul.navigation ul li:hover > ul{
    display: block;
    position: absolute;
    top: 0;    
    left: 100%;
}
.btnSetting{
	*margin-top:39px;
	_margin-top:39px;
	
	
	}
.logOut{
	display:block;
	width:120px;
	}

.homeMenuTop{
	width:980px;
	margin:0 auto;
		}

.homeMenuTop >ul{ overflow:hidden; clear:both;}
.homeMenuTop >ul>li{ float:left; list-style:none;}
.homeMenuTop >ul>li:last-child{
	background-color:#83bb00;
	color:#FFF;
	font-size:16px;
	line-height:90px;
	height:90px;
	float:right;
	letter-spacing:1px;
	padding:0 10px;	
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	overflow:hidden;
	}

.homeMenuTop >ul>li:last-child:hover{
	padding-top:10px;
}

.homeMenuTopWrap{ background-color:#f2f2f2; height:90px;}

#homeLogo img{
display:block;
width:100px;
height:90px;
padding-left:20px;
}

#homeBanner{
display:block;
padding:5px;
color:#F7931E;
}

#homeBanner h1{ margin:0; padding:5px; font-weight:900; font-size:32px; text-transform:uppercase; line-height:0.7;}
#homeBanner >h1 span{ display:block; text-align:right; width:355px;}
#homeBanner >h1 li{  margin:0;  font-weight:900; list-style:none;}
#homeBanner>h2{ margin:0; padding:0 5px; font-weight:100; font-size:12px; letter-spacing:1px;}

#homeBelt{ height:10px; background-color:#F7931E; width:100%;}

.width500{
display:block;
width:530px;
}

.headMenu::before{
	content:" "; 
	display:block; 
	margin:0 auto; 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 0 10px;
	border-color: #F7931E transparent transparent transparent;	
	margin-bottom:2px;
	opacity:1;
	}

.headMenu:hover::before{
	content:" "; 
	display:block; 
	margin:0 auto; 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 0 10px;
	border-color: #F7931E transparent transparent transparent;	
	margin-bottom:2px;
	opacity:1;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	}

.headMenu{
display: block;
width:160px;
height: 45px;
text-align: center;
font-size: 16px;
text-decoration: none;
color: #F7931E;
font-weight:400;
background-color: #333;
text-transform:uppercase;
letter-spacing:1px;
	}


.headMenu > a {color:#FFF; display:block; padding-top:5px; font-weight:400;}	
.headMenu > a:hover{color:#fff;}
		
.headMenuOn {
display: block;
width:160px;
height: 45px;
text-align: center;
font-size: 16px;
text-decoration: none;
color:#F7931E;
text-transform:uppercase;
letter-spacing:1px;
	}

.headMenuOn a{color:#F7931E; display:block; padding-top:5px; font-weight:400;}	
.headMenuOn a:hover{color:#FFF;	}

.headMenuOn::before{
	content:" "; 
	display:block; 
	margin:0 auto; 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 10px 0 10px;
	border-color: #F7931E transparent transparent transparent;	
	margin-bottom:10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}
.headMenuOn:hover::before{
	content:" "; 
	display:block; 
	margin:0 auto; 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 0 10px;
	border-color: #F7931E transparent transparent transparent;	
	margin-bottom:2px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}

.btnNoteLike{
display:block;
width:150px;
height:53px;
text-align:center;
font-size:18px;
text-decoration:none;
color:#FF0000;
font-weight:bold;
background-color:#FFFFFF;
padding-top:11px;
}

.btnNoteLike a{
	color:#F00;	
	}


.homeSignUp a, .homeLogIn a, .btnFeed a, .btnMe a, .btnBattle a, .btnClub a, .btnEvent a, .btnShop a{
display:block;
width:150px;
height:50px;
text-align:center;
font-size:18px;
text-decoration:none;
color:#FFFFFF;
padding-top:11px;

}

.homeSignUp a:hover, .homeLogIn a:hover,.btnFeed a:hover, .btnMe a:hover, .btnBattle a:hover, .btnClub a:hover, .btnEvent a:hover, .btnShop a:hover{
background-color:#FF0000;
color:#FFFFFF;
}

.homeSetting a{
display:block;
width:140px;
height:39px;
text-align:center;
font-size:18px;
text-decoration:none;
color:#FFFFFF;
padding-top:25px;
background-color:#FF0000;
}

.homeSetting a:hover{

color:#FFFFFF;
}



/*--footer--*/

.footer{
clear:both;
display:block;
width:100%;
min-height:120px;
background-color:#333;
}

.footerApp{
margin:0 auto;
display:block;
width:980px;
height:80px;
color:#CCCCCC;
font-size:13px;
line-height:24px;
}

.clickNum, .cmNum {
	display:block;
	width:300px;
	height:52px;
	float:left;
font-size:16px;
line-height:52px;
padding-left:10px;
}

.clickNum h1, .cmNum h1{
font-size:24px;
float:left;
font-weight:bold;
color:#FF0000;
letter-spacing:1px;


}

.clickNum p, .cmNum p{
text-indent:5px;

}

.copyRight{
	display:block;
	width:980px;
	height:32px;

	}

.copyRight p{

font-size:12px;
color:#666666;


}

.footerShop{
margin:0 auto;
display:block;
width:970px;
padding-left:20px;
height:250px;
color:#CCCCCC;
font-size:13px;
line-height:24px;
padding-top:10px;
}

.footerCenter {
margin: 0 auto;
display: block;
width: 980px;
background-color: #141414;
/*height: 200px;*/
padding-left: 50px;
height: 160px;
color: #FFF;
font-size: 13px;
line-height: 24px;
padding-top: 10px;
}


.productChoose{
	display:block;
	width:160px;
	height:220px;

	margin-top:25px;
	
	}

.LanguagePlus{width:25%; float:left;min-height:40px; padding:20px 0;}
#copyRight{ width:100%; font-size:10px; float:left;}
.footerAllTime,.footerAllKwh,.footerAllEff{ width:25%; min-height:40px; padding:20px 0; float:left;}
.footerIcon{ width:40px; height:40px; float:left; padding:0px 10px;}
.footerIcon img{ width:40px; height:40px; }
.footerAllTime h1,.footerAllKwh h1,.footerAllEff h1{ font-size:12px; float:left; letter-spacing:1px; width:180px; color:#FFF;}
.footerAllTime p,.footerAllKwh p,.footerAllEff p{ font-size:18px;  font-weight:bold; float:left; width:180px; color:#F90;}
.footerAllTime p span:nth-child(odd) { font-size:18px;  font-weight:bold; color:#F90;}
.footerAllTime p span:nth-child(even) { font-size:18px;  font-weight:bold; color:#FFF;}