#header{ height:80px; z-index:999999999; width:100%; position:fixed; top:0;  transition:.5s;}
#logo{ float:left; padding-top:15px;}
#logo span{ display:inline-block; width:50px; height:50px; overflow:hidden; float:left; text-align:center;background: linear-gradient(135deg, #B8926A 0%, #D4A574 50%, #B8926A 100%); border-radius:13px; line-height:50px; font-size:26px; color:#FFFFFF;position: relative; cursor:pointer; margin-right:10px; }
#logo span::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.3) 50%, transparent 70%);
            animation: shine 3s infinite;
        }
        @keyframes shine {
            0% { transform: translateX(-100%) rotate(45deg); }
            100% { transform: translateX(100%) rotate(45deg); }
        }
#logo em{
	display:inline-block;
	font-family:"ËÎÌå";
	font-size:24px;
	color:#FFFFFF;
	letter-spacing: 2px;
}
#logo p{ font-size:12px; color:rgba(255, 255, 255, 0.8); margin-top:2px;}
#header.xg{ background:#1e1812;}

#header .fr{ float:right;}







#nav{ float:left;}

#nav ul{}

#nav ul li{ float:left; z-index:0; margin-left:20px; font-size:14px; color:rgba(255, 255, 255, 0.8); cursor:pointer; line-height:35px; margin-top:20px;}
#nav ul li:hover{ color:#d9b982;}



