/* 东方不败网全局声明 */
body,ul,li,form,label,h1,h2,h3,h4,h5,h6,p,div,dl,dd,dt,button{margin:0;padding:0;cursor:default;}
*{margin:0;padding:0;list-style-type:none;font-family: "宋体","SimSun","Microsoft Yahei","微软雅黑","Tahoma","Helvetica","Arial",sans-serif;}
img,button{border:0;}
ul,ul li,dl,dt,dd{list-style:none;}
body{background-color: #f5f6fa;}




.blue {
	color: #003399;
}
a.blue:link {
	color: #003399;
	text-decoration: none;
}
a.blue:visited {
	color: #003399;
}
a.blue:hover {
	text-decoration:underline;
	color: #CC0000;
}
a.blue:active {
	text-decoration: none;
	color: #CC0000;
}
.hei {
	color: #0D0B0B;
}
a.hei:link {
	color: #0D0B0B;
	text-decoration: none;
}
a.hei:visited {
	color: #0D0B0B;
}
a.hei:hover {
	text-decoration:underline;
	color: #CC0000;
}
a.hei:active {
	text-decoration: none;
	color: #CC0000;
}



/* 顶部*/

.dingbu{
	width: 100%;
	height: 40px;
	padding-bottom: 0px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	background-color: #FFFFFF;
	position: relative;
 	z-index: 1;
}
.dingbu-1{
	width: 1200px;
	height: 40px;
	margin:0 auto; 
	background-color: #FFFFFF;
}
.dingbu-1-1{
	width: auto;
	height: 35px;
	float: left;
	overflow: hidden;
	border-bottom: 3px solid rgba(255, 99, 71, 0.5);
	margin-bottom: 2px;
	margin-right: 10px;
	font-weight: bold;
	
}
.dingbu-1-1 a {
            float: left;
            display: block;
            color: #0D0B0B;
            text-align: center;
            padding: 14px 20px;
            text-decoration: none;
        }

.dingbu-1-1 a:hover {
            background-color: rgba(255, 99, 71, 0.5);
			border-radius: 5px 5px 0px 0px;
            color: #FFFFFF;
        }


.dingbu-1-2{
	width: auto;
	height: 35px;
	float: left;
	overflow: hidden;
	border-bottom: 3px solid rgba(75,118,236,0.87);
	margin-bottom: 2px;
	margin-right: 10px;
	font-weight: bold;
	
}
.dingbu-1-2 a {
            float: left;
            display: block;
            color: #0D0B0B;
            text-align: center;
            padding: 14px 20px;
            text-decoration: none;
        }

.dingbu-1-2 a:hover {
            background-color: rgba(75,118,236,0.87);
			border-radius: 5px 5px 0px 0px;
            color: #FFFFFF;
        }




/* 时间*/
#shijian{
	width: auto;
	height: 25px;
	padding-top: 12px;
	padding-left: 22px;
	float: left;
	font-size: 14px;
	overflow: hidden;
	margin-right: 10px;
	color: #000000;
	line-height: 20px;
	display: inline-block;
	background-image:url('../images/shijian.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0px 12px; 
	
}

.dingbu-1-4{
	width: auto;
	height: 18px;
	float: left;
	font-size: 14px;
	padding-top: 14px;
	padding-left: 22px;
	margin-left: 290px;
	margin-right: 20px;
	color: #534F4F;
	background-image:url('../images/shoucang.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0px 10px; 
}
.dingbu-1-5{
	width: auto;
	height: 18px;
	float: left;
	font-size: 14px;
	padding-top: 14px;	
	padding-left: 22px;
	background-image:url('../images/shouye.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0px 10px; 
}
/* 邮箱*/
.dingbu-1-6{
	width: auto;
	height: 25px;
	float: right;
	padding-top: 3px;	
	margin-right: 10px;
}

/* 自定义下拉框容器 */
.dropdown {
    position: relative;
    width: 150px;
    display: inline-block;
    cursor: pointer;
}

/* 默认显示区域 */
.dropdown-selected {
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    width: 110px; /* 保证选项卡与下拉框一致 */
	background-image:url('../images/mali.png');
	background-repeat: no-repeat;
	background-size: 40px 562px;
	background-position: 3px 6px; 
  	
	
}

/* 下拉框选项容器 */
.dropdown-list {
    display: none;
    position: absolute;
    top: 82%;
	padding: 0px;
    left: 0;
    width: 160px; /* 使下拉框宽度与选项卡一致 */
    background-color: #fff;
  	border: 1px solid #ccc;
	border-top: 0 none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    overflow-y: auto;
    margin: 0; /* 去掉外边距 */
    list-style-type: none; /* 去掉默认黑点 */
}

/* 每一项 */
.dropdown-item {
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
	padding-left: 60px;
    transition: background-color 0.2s ease;
	background-image:url('../images/mali.png');
	background-repeat: no-repeat;
	background-size: 40px 562px;

}

.dropdown-item:hover {
    background-color: #E5E3E3;
}

/* 鼠标悬停在选项上，显示下拉框 */
.dropdown.open .dropdown-list {
    display: block;
}

/* 箭头 */
.dropdown::after {
    content: "▼";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 16px;
}

.dropdown.open::after {
    content: "▲";
}



/* 头部 */
.top{
	width: 1200px;
	height: 100px;
	margin:auto auto; 
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	
}

.top-logo{
	width:257px;
	height: 100px;
	float: left;
	margin-left: 5px;
	
}
.top-zhong{
	width: 930px;
	height: 100px;
	float: left;
	margin-left:8px;
	
}

.top-zhong-1{
	width: 291px;
	height: 100px;
	float: left;
	border-left: 1px dashed #D8D4D4;
	padding-left: 10px;
	padding-right: 8px;
	line-height: 19px;
	font-size: 16px;
	
	
}
.top-zhong-2{
	width: auto;
	min-width: 48px;
	height: auto;
	float: left;
	display: flex;
  	align-items: center; 
  	justify-content: center;
	white-space: pre;
}


.top-zhong-2 a {
	color: #110F0F;
	text-decoration: none;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 3px;
	transition: background-color 0.3s ease;
	border-radius: 10px;
}
  .top-zhong-2 a:hover {
	color: #EFE9E9;
    background-color: #4071F7;
}

.top-zhong-2-gengduo a {
	color: #FFFFFF	;
	text-decoration: none;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 3px;
	transition: background-color 0.3s ease;
	border-radius: 10px;
	background-color: #8D3EE5;
	float: left;

}
  .top-zhong-2-gengduo a:hover {
	color: #EFE9E9;
    background-color: #4071F7;
	  float: left;
}

.top-zhong-2-shouye a {
	color: #FFFFFF	;
	text-decoration: none;
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 3px;
	transition: background-color 0.3s ease;
	border-radius: 10px;
	background-color: #F7A640;

}
  .top-zhong-2-shouye a:hover {
	color: #EFE9E9;
    background-color: #4071F7;
}
	        
/* 搜索框*/
.sousuokuang{
	width: 1200px;
	margin:auto auto; 
	margin-top: 5px;
    text-align: center;
	overflow: hidden;
	
}
.tabs {
            display: flex;
            justify-content: center;
        }
.tab {
            padding: 10px 15px;
            cursor: pointer;
            background-color: #50A0F7;
            color: white;
            border-radius: 5px;
            margin: 0 5px;
            transition: background-color 0.3s;
        }
.tab:hover {
            background-color: #0056b3;
        }
.search-wrapper {
            display: flex;
            justify-content: center;
            margin-bottom: 10px;
			font-size: 16px;
        }
select, input[type="text"] {
            padding: 10px;
            margin-right: 5px;
            border: 2px solid #ccc;
            border-radius: 5px;
			font-size: 16px;

        }
input[type="submit"] {
            padding: 10px 15px;
            cursor: pointer;
            background-color: #4e6ef2;
            color: white;
            border: none;
            border-radius: 5px;
            transition: background-color 0.3s;
			width: 100px;
			font-size: 16px;

        }
input[type="submit"]:hover {
            background-color: #514DB5;
        }
#sousuologo {
            margin: auto auto;
			width: 200px;
			height: 75px;
        }
.options {
            display: block;
            margin-top: 10px;
        }
.options button {
            margin: 0 5px;
            padding: 100px 15px;
            border: none;
            border-radius: 5px;
            background-color: #007bff;
            color: white;
            cursor: pointer;
            transition: background-color 0.3s;
        }
.options button:hover {
            background-color: #0056b3;
        }
.options button:focus {
            outline: none;
        }

/* 主体*/
.zhuti{
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-top: 10px;
}
.zhuti-left{
	width: 300px;
	height: auto;
	padding: 15px;
	margin:0 auto; 
	float: left;
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);

}
.zhuti-left-1{
	width: 300px;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	
}
.zhuti-left-1-1{
	width: 292px;
	height: 20px;
	color: #F58486;
	font-size: 20px;
	font-weight: bold;
	padding-left: 8px;
	place-items: left; 
	display:block;
	position: relative;
}


.zhuti-left-1-1::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 6px; /* 背景部分宽度 */
      height: 20px; /* 背景部分高度 */
      background-color: #EB572F; 
      border-radius: 8px;
    }



.zhuti-left-1-1-left{
	width: 122px;
	height: 20px;
	float: left;
	
}
.zhuti-left-1-1-right{
	
	width: 50px;
	height: 20px;
	float: right;
}

.zhuti-left-1-1-right a{
	width: 40px;
	height: 18px;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    overflow: hidden;
	display: inline-block; /* 变为行内块元素 */
    line-height: 20px;    /* 垂直居中 */
    text-align: center;    /* 水平居中 */
	transition: background-color 0.3s ease;
	border-radius: 8px;
	font-weight:normal;
	background-color: #8D3EE5;
}
	

.zhuti-left-1-1-right a:hover {
	color: #FFFFFF;
    background-color: #134EF0;
	transition: background-color 0.3s ease;
}
/* 热搜选项卡 */
 .container {
            display: flex;
            flex-direction: column; /* 竖向排列 */
            width: 100%; /* 容器宽度 */
	
        }

        /* 选项卡容器样式 */
.tab-container {
            display: flex;
            margin-bottom: 0px; /* 添加底部间距 */
        }

        /* 选项卡样式 */
.xuanxiang {
	padding-left: 23px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image:url('../images/resou.png');
	background-repeat: no-repeat;
	background-size: 20px 162.7px;
	background-position: 2px 8px; 
    cursor: pointer;
    background-color: #EEF5F5; /* 淡蓝色背景 */
    border: none; /* 去掉边框 */
    border-radius: 10px; /* 圆滑边角 */
    transition: background-color 0.3s, transform 0.3s;
    display: inline-block; /* 为选项卡添加inline-block */
	
 }
.xuanxiang h1{
	font-size: 16px;
	font-weight:inherit;
	cursor: pointer;
}

.xuanxiang.dier {
	background-position: 2px -49px;
}
.xuanxiang.disan {
	background-position: 2px -21px;
}
.xuanxiang.disi {
	background-position: 2px -76px;
}
.xuanxiang.diwu {
	background-position: 2px -108px;
}
.xuanxiang.diliu {
	background-position: 2px -134px;
}


        /* 选项卡选中样式 */
.xuanxiang.active {
            background-color: #50A0F7; /* 深一点的淡蓝色 */
            font-weight: bold;
	color: #FFFFFF;
            /* 选中时稍微放大 */
        }


        /* 内容容器样式 */
.content {
            border: none; /* 去掉边框 */
            display: none; /* 默认隐藏内容 */
           
        }

        /* 默认显示第一个内容 */
#content1_1 {
            display: block; /* 默认显示第一个内容 */
        }
#content2_1 {
            display: block; /* 默认显示第一个内容 */
        }


.zhuti-left-1-2{
	width: 300px;
	height: auto;
	margin-top: 10px;
	
}
.zhuti-left-1-2-1 a {
            display: inline-block;
            width: 280px;
            height: 22px;
            line-height: 20px;
            text-align: center;
            background-color: #BDDAF8; /* 初始背景色 */
            color: #1471EF; /* 初始文字颜色 */
            text-decoration: none;
            border-radius: 8px; /* 圆角 */
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 6px;
			padding-bottom: 6px;
            transition: background-color 0.3s ease, color 0.3s ease; /* 过渡效果 */
        }

        .zhuti-left-1-2-1 a:hover {
            background-color: #50A0F7; /* 鼠标悬停时的背景色 */
            color: #FFFFFF; /* 鼠标悬停时的文字颜色 */
        }

.zhuti-left-1-3{
	width: 300px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 10px;

}
.zhuti-left-1-3-1{
	width: 20px;
	height: 20px;
	float: left;
	color:#F60;
	text-align: center;
	font-weight: bold;
}
.zhuti-left-1-3-2{
	width: 260px;
	height: 20px;
	float: left;
	overflow: hidden;
	color: #0D0B0B;
}


.zhuti-left-1-3-2 a:link {
	color: #0D0B0B;
	text-decoration: none;
}
.zhuti-left-1-3-2 a:visited {
	color: #0D0B0B;
}
.zhuti-left-1-3-2 a:hover {
	text-decoration:none;
	color: #CC0000;
}
.zhuti-left-1-3-2 a:active {
	text-decoration: none;
	color: #CC0000;
}




.zhuti-left-1-3-3{
	width: 20px;
	height: 20px;
	float: right;
	background-color: #F60; 
    border-radius: 5px;
	color:#FFFFFF;
	text-align: center;
}

/* 最新加入网站 */

.zhuti-left-1-2-wz{
	width: 90px;
	height: 130px;
	display: flex;
	float: left;
    flex-direction: column; /* 设置为列方向 */
    align-items: center;    /* 居中对齐 */
	margin-bottom: 10px;
}

.zhuti-left-1-2-wz-tp{
	width: 90px;
	height: 70px;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); 
}

.zhuti-left-1-2-wz-tp img{
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}
.zhuti-left-1-2-wz-tp:hover img{
	 transform: scale(1.3); 
}

.zhuti-left-1-2-wz-zi{
	width: 90px;
	height: 40px; 
	line-height: 20px;
	overflow: hidden;
}
.zhuti-left-1-2-wz-zi-pindao{
	width: 50px;
	height: 20px;
	float: left;
	margin-right: 5px;
	background-color: #FFB347; 
    border-radius: 8px;
	color:#FFFFFF;
	text-align: center;
}

.zhuti-left-1-2-wz-zi-pindao a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.zhuti-left-1-2-wz-zi-pindao a:visited {
	color: #FFFFFF;
}
.zhuti-left-1-2-wz-zi-pindao a:hover {

	color: #0F0F0F;
}
.zhuti-left-1-2-wz-zi-pindao a:active {
	text-decoration: none;
	color: #0F0F0F;
}



/* 门户精选 */

.zhuti-left-1-3-2-menhu{
	width: 230px;
	height: 20px;
	float: left;
	overflow: hidden;
	color: #0D0B0B;
}


.zhuti-left-1-3-2-menhu a:link {
	color: #0D0B0B;
	text-decoration: none;
}
.zhuti-left-1-3-2-menhu a:visited {
	color: #0D0B0B;
}
.zhuti-left-1-3-2-menhu a:hover {
	text-decoration:none;
	color: #CC0000;
}
.zhuti-left-1-3-2-menhu a:active {
	text-decoration: none;
	color: #CC0000;
}

.zhuti-left-1-3-3-menhu{
	width: 50px;
	height: 20px;
	float: right;
	background-color: #6C94F1; 
    border-radius: 8px;
	color:#FFFFFF;
	text-align: center;
}

.zhuti-left-1-3-3-menhu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.zhuti-left-1-3-3-menhu a:visited {
	color: #FFFFFF;
}
.zhuti-left-1-3-3-menhu a:hover {

	color: #0F0F0F;
}
.zhuti-left-1-3-3-menhu a:active {
	text-decoration: none;
	color: #0F0F0F;
}




/* 主体右上 */
.zhuti-right-shang{
	width: 830px;
	height: auto;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin:0 auto; 
	float: right;
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	margin-left: 25px;
}
.zhuti-right-shang-kuang{
	display: flex;
	width: 60px;
	height: 90px;
	float: left;
	margin-right: 9px;
	margin-bottom: 10px;
}

.zhuti-right-shang-mingzhan{
	width: 60px;
	height: 90px;
	float: left;
	flex-direction: column; /* 设置为列方向 */
    align-items: center;    /* 居中对齐 */
	cursor: pointer; 
	display: flex;
	font-size: 14px;
	text-align: center;
}


.zhuti-right-shang-tu{
	width: 50px;
	height: 100%;
	cursor: pointer; 
	
}
.zhuti-right-shang-kuang img{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 12px;
	transition: transform 0.3s ease, box-shadow 0.1s ease; /* 添加平滑过渡效果 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* 初始阴影 */
}

.zhuti-right-shang-kuang:hover img{
	 transform: translateY(-5px); /* 向上移动 */
     box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); /* 增强阴影 */
	overflow: hidden;
}



.zhuti-right-shang-zi{
	width: 100%;
	height: 40px;
	cursor: pointer; 
}

.zhuti-right-shang-kuang a:link {
	color: #0F0F0F;
	text-decoration: none;
}
.zhuti-right-shang-kuang a:visited {
	color: #0F0F0F;
}
.zhuti-right-shang-kuang a:hover {

	color: #D41518;
}
.zhuti-right-shang-kuang a:active {
	text-decoration: none;
	color: #D41518;
}

/* 主体右下 */
.zhuti-right-xia{
	width: 845px;
	height: auto;
	padding-bottom: 0px;
	margin:0 auto; 
	float: right;
	margin-left: 25px;
	margin-top: 25px;
}
.zhuti-right-xia-1{
	width: 100%;
	height: 60px;
	text-align: left;
	margin-bottom: 18.8px;

}

.zhuti-right-xia-2{
	width: 30px;
	height: 60px;
	float: left;
	margin-right: 5px;
	background-color: #FFB347; 
    border-radius: 8px;
	color:#FFFFFF;
	text-align: center;
	display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
	
}


.zhuti-right-xia-2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.zhuti-right-xia-2 a:visited {
	color: #FFFFFF;
}
.zhuti-right-xia-2 a:hover {

	color: #0F0F0F;
}
.zhuti-right-xia-2 a:active {
	text-decoration: none;
	color: #0F0F0F;
}
.zhuti-right-xia-3-kuang{
	width: 175px;
	height: 40px;
	float: left;
	padding: 10px;
	position: relative; /* 创建一个定位上下文 */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s, transform 0.3s;
	cursor: pointer; /* 设置鼠标为手指形状 */
	margin-right: 10px;
	background-color: #FFFFFF;
    border-radius: 5px;
}



.zhuti-right-xia-3-kuang:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}



.zhuti-right-xia-3-tu img{
	height: 40px;
	width: 40px;
	border-radius: 25px;
	float: left;
	margin-right: 5px;
	cursor: pointer; 
}
.zhuti-right-xia-3-zi-1{
	height: 20px;
	width: 130px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer; 
}
.zhuti-right-xia-3-zi-2{
	height: 20px;
	width: 130px;
	line-height: 18px;
	font-size: 12px;
	overflow: hidden;
	float: right;
	cursor: pointer; 
}

.zhuti-right-xia-3-kuang a:link {
	color: #534F4F;
	text-decoration: none;
}
.zhuti-right-xia-3-kuang a:visited {
	color: #534F4F;
}
.zhuti-right-xia-3-kuang a:hover {

	color: #D41518;
}
.zhuti-right-xia-3-kuang a:active {
	text-decoration: none;
	color: #D41518;
}


.zhuti-right-xia-3-jj{
	width: 40px;
	height: 20px;
	text-align: center;
    font-size: 12px;
   	display: inline-block; /* 使 transform 生效 */
 	position: absolute; /* 绝对定位 */
    top: 10px; /* 距离上边缘 0 */
    right: 10px; /* 距离右边缘 0 */
	

}


/* 主体底部 */
.zhuti-di{
	width: 1180px;
	height: auto;
	padding: 10px;
	margin:0 auto; 
	float: right;
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	margin-top: 20px;
	margin-bottom: 10px;
}

.zhuti-di-daohang{
	width: 80px;
	height: 18px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
	background-color: #CDCDC5; 
    border-radius: 8px;
	color:#FFFFFF;
	text-align: center;
	display: flex;
    justify-content: center; /* 水平居中 */
	
}

.zhuti-di a {
	width: auto;
	height: 18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    color: #131212;
    text-decoration: none;
    margin-right: 5px; /* 设置右边距以增加间隙 */
    position: relative;
    overflow: hidden;
	display: inline-block; /* 变为行内块元素 */
    line-height: 20px;    /* 垂直居中 */
    text-align: center;    /* 水平居中 */
	transition: background-color 0.3s ease;
	border-radius: 10px;
  
        }

.zhuti-di a:last-child {
            margin-right: 0px; /* 最后一个链接不设置右边距 */
        }
	

.zhuti-di a:hover {
	color: #EFE9E9;
    background-color: #4071F7;
	transition: background-color 0.3s ease;
}
/* 主体脚部 */
.zhuti-jiaobu{
	width: 1200px;
	height: auto;
	text-align: center;
	color: #8F8B8B;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	
}
.zhuti-jiaobu a{
	width: auto;
	height: 18px;
	margin-left: 5px;
	margin-right: 5px;
	color: #8F8B8B;
	
}

.zhuti-jiaobu a:link {
	color: #8F8B8B;
	text-decoration: none;
}
.zhuti-jiaobu a:visited {
	color: #8F8B8B;
}
.zhuti-jiaobu a:hover {
	text-decoration:underline;
	color: #CC0000;
}
.zhuti-jiaobu a:active {
	text-decoration: none;
	color: #CC0000;
}

/* 最右边 */
.youbian{
	position: fixed; /* 固定位置 */
    top: 90%; /* 距离顶部垂直居中 */
    right: 10px; /* 紧贴右侧边缘 */
    transform: translateY(-50%); /* 垂直居中调整 */
    width: 40px; /* 设置宽度 */
    padding: 5px; /* 内边距 */
    z-index: 1000; /* 确保在其他元素之上 */
	text-align: center;
}
.youbian-1{
	height: 40px;
    width: 40px; /* 设置宽度 */
  	background-image:url('../images/youbian.png');
	background-repeat: no-repeat;
	background-size: 20px 100px;
	background-position: 10px 8px; 
   	background-color: rgba(255, 255, 255, 0.5); 
	border-radius: 25px 25px 25px 25px;
	cursor: pointer;
	position: relative; /* 创建一个定位上下文 */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s, transform 0.3s;
	margin-bottom: 10px;
    
}

.youbian-2{
	height: 40px;
    width: 40px; /* 设置宽度 */
  	background-image:url('../images/youbian.png');
	background-repeat: no-repeat;
	background-size: 20px 100px;
	background-position: 10px -33px; 
    background-color: rgba(255, 255, 255, 0.5);
	border-radius: 25px 25px 25px 25px;
	cursor: pointer;
	position: relative; /* 创建一个定位上下文 */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s, transform 0.3s;
   	margin-bottom: 10px; 
}

.youbian-3{
	height: 40px;
    width: 40px; /* 设置宽度 */
  	background-image:url('../images/youbian.png');
	background-repeat: no-repeat;
	background-size: 20px 100px;
	background-position: 10px -63px; 
    background-color: rgba(255, 255, 255, 0.5);
	border-radius: 25px 25px 25px 25px;
	position: relative; /* 创建一个定位上下文 */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s, transform 0.3s;
	cursor: pointer;
}
.youbian-1:hover,.youbian-2:hover,.youbian-3:hover{
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}
