#header{
    width:100%;
    height:80px;
    line-height:80px;
    background:#fff;
}
.logo{
    width:233px;
    height:80px;
    margin-left:54px;
    font-size:0;
    float:left;
}
.logo>img{
    width:100%;
    height:100%;
}
.mainList{
    float:right;
    margin-right:60px;
    height:80px;
    line-height:80px;
}
.listItem{
    margin-right:40px;
    font-size:14px;
    text-align:center;
    font-family:Microsoft YaHei;
    color:#333333;
    cursor:pointer;
    padding:20px 0;
    position: relative;
}
.listItem img{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 3px;
}
.loginBtn{
    width: 50px;
    height: 30px;
    border-radius:4px;
    color:#333333;
    border:1px solid #333333;
    text-align:center;
    line-height:30px;
    display:inline-block;
    margin-left:10px;
    cursor:pointer;
    font-size: 14px;
}






.active, .loginBtn {
    border-color: #fff;
}



.close-icon{
    width: 16px;
    height: 16px;
}

a {
    font-size: 14px;
	color: #fff;
}

a:hover {
    font-size: 1.5em;
  }
  



.g_boxS {
    display: none; 
    /* display:block; */
    position: absolute; /* 绝对定位 */
     bottom: -370%; /*紧贴 span 下方 */
    left: 50%; /* 水平居中，可以通过 transform 进一步调整 */
     transform: translateX(-50%);  /* 水平居中     color:; */
     /* linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.3)) */
    background-color:rgba(0,0,0,0);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap; /* 防止内容换行 */
    z-index: 10; /* 确保 tooltip 显示在其他元素之上 */
    /* 可以根据需要添加箭头、阴影等 */
}

.g_boxS a:hover {
    font-size: 1.5em;
}
.g_boxS:before,.g_boxS:after {
	display: table;
	content: "";
	line-height: 0
}

.g_boxS:after {
	clear: both
}
.g_boxS li a{
	/* color: #333333; */
    font-weight: bold;
	font-size:14px;
} 
.g_boxS li{
    height: 40px;
} 



.g_boxR {
    display: none;  
    position: absolute; /* 绝对定位 */
     bottom: -305%; /*紧贴 span 下方 */
    left: 50%; /* 水平居中，可以通过 transform 进一步调整 */
     transform: translateX(-50%);  /* 水平居中     color:; */
    background-color:rgba(0,0,0,0);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap; /* 防止内容换行 */
    z-index: 10; /* 确保 tooltip 显示在其他元素之上 */
}
.g_boxR a:hover {
    font-size: 1.5em;
}
.g_boxR:before,.g_boxR:after {
	display: table;
	content: "";
	line-height: 0
}

.g_boxR:after {
	clear: both
}
.g_boxR li a{
	/* color: #333333; */
    font-weight: bold;
	font-size:14px;
} 
.g_boxR li{
    height: 40px;
} 


.g_boxZ {
    display: none;  
    /* display: block; */
    position: absolute; /* 绝对定位 */
     bottom: -110%; /*紧贴 span 下方 */
    left: 50%; /* 水平居中，可以通过 transform 进一步调整 */
     transform: translateX(-50%);  /* 水平居中     color:; */
    background-color:rgba(0,0,0,0);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap; /* 防止内容换行 */
    z-index: 10; /* 确保 tooltip 显示在其他元素之上 */
}
.g_boxZ a:hover {
    font-size: 1.5em;
}
.g_boxZ:before,.g_boxR:after {
	display: table;
	content: "";
	line-height: 0
}

.g_boxZ:after {
	clear: both
}
.g_boxZ li a{

    font-weight: bold;
	font-size:14px;
} 
.g_boxZ li{
    height: 40px;
} 









.g_boxL {
    display: none; 
    /* display:block; */
    position: absolute; /* 绝对定位 */
     bottom: -510%; /*紧贴 span 下方 */
    left: 50%; /* 水平居中，可以通过 transform 进一步调整 */
     transform: translateX(-50%);  /* 水平居中     color:; */
     /* linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.3)) */
    background-color:rgba(0,0,0,0);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap; /* 防止内容换行 */
    z-index: 10; /* 确保 tooltip 显示在其他元素之上 */
    /* 可以根据需要添加箭头、阴影等 */
}

.g_boxL a:hover {
    font-size: 1.5em;
}
.g_boxL:before,.g_boxL:after {
	display: table;
	content: "";
	line-height: 0
}

.g_boxL:after {
	clear: both
}
.g_boxL li a{
	/* color: #333333; */
    font-weight: bold;
	font-size:14px;
} 
.g_boxL li{
    height: 40px;
} 

