body{ color:#222;font: 14px/1.5 tahoma,arial,"Microsoft YaHei"; background:#F5F5F5;min-width: 1200px;}
body,ul,form,p,h1,h2,h3,h4,h5,h6,form,input,button{ margin:0; padding:0; list-style:none}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;outline:none;}
img{ border:none; vertical-align:middle}

h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
small{font-size:12px;}
ul,ol{list-style:none;}
a{text-decoration:none;color:#2d374b;}
a:hover {color:#d00;}
/*
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
*/
legend{color:#000;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
/*table{border-collapse:collapse;border-spacing:0;}*//**如果需要将table的样式也初始化就把样式去掉**/
img {vertical-align:middle;}
.MainContainer{
	background: #F5F5F5;
	font-size: 14px;
}
.Container{
	display: table;
	width: 1200px;
	margin:10px auto;
}
.Container .LeftCnt,.Container .RightCnt{
	display: table-cell;
	vertical-align: top;
}
.Container .RightCnt{
	width:320px;
	padding-left: 20px;
}
.RightSide{
	width:320px;
	position: relative;
}
/*****/
.LeftCnt .BaseInfo{
	background: #FFF;
	padding: 15px 20px;	
	box-shadow: 0px 0px 2px #DDD;
	border-radius: 3px;
	margin-bottom: 20px;
	line-height: 20px;
	word-spacing: 15px;
}
.LeftCnt .BaseInfo:after{
	content: '';
	display: block;
	clear: both;
}
.LeftCnt .BaseInfo dt{
	float: left;
}
.LeftCnt .BaseInfo dt span{
	color: #F60;
	display: inline-block;
	padding: 0 2px;
}
.LeftCnt .BaseInfo dd{
	float: right;
}
.LeftCnt .BaseInfo dd i{
	color: #1C9019;
	padding-left: 5px;
}
/*****/
.LeftCnt .ListBox{
	background: #FFF;
	box-shadow: 0px 0px 2px #DDD;
	border-radius: 3px;
}
.LeftCnt .ListBox .head{
	height: 65px;
	line-height: 65px;
	position: relative;
	margin: 0 3px;
}
.LeftCnt .ListBox .head:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #EDEDED;
	left:0px;
	bottom: 0px;
}
.LeftCnt .ListBox .head span{
	display: block;
	float: left;
	padding: 0 20px;
	font-size: 16px;
	cursor: pointer;
	color: #555;
	position: relative;
}
.LeftCnt .ListBox .head span.ck:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #37A5FC;
	left:0px;
	bottom: 0px;
}
/******/
.ShowLists{
	padding: 5px 15px;
}
.ShowLists .list{
	display: table;
	width: 100%;
	border-bottom:#EDEDED solid 1px;
}
.ShowLists .list:hover{
	background: #F9F9F9;
}
.ShowLists .list li{
	display: table-cell;
	padding: 15px 0;
	vertical-align: middle;
}
.ShowLists .list li.icon{
	width:50px;
	padding-left:5px;
	padding-right:10px;
}
.ShowLists .list li.icon a{
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow:0px 0px 2px #CCC;
	position: relative;
}
.ShowLists .list li.icon a img{
	position:absolute;
	width:100%;
	height: 100%;
	left:50%;
	top: 50%;
	border:0;
	border-radius: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.ShowLists .list li.info .title{
	overflow: hidden;
	margin-bottom: 5px;
}
.ShowLists .list li.info .title a{
	font-size: 16px;
}
.ShowLists .list li.info .title span{
	display: inline-block;
	background: #43B3FF;
	color: #FFF;
	padding: 0px 10px;
	margin-left: 5px;
}
.ShowLists .list li.info .title span.com{
	background:#e03ad2;
}
.ShowLists .list li.info .title span.hot{
	background: #F90;
}
.ShowLists .list li.info .title span.top{
	background: #0CCCCE;
}
.ShowLists .list li.info .more{
	height:20px;
	line-height: 20px;
	overflow: hidden;
	color: #999;
}
.ShowLists .list li.info .more a{
	color: #999;
}
.ShowLists .list li.info .more i{
	margin-left: 10px;
	padding-right: 3px;
}
.ShowLists .list li.hits,.ShowLists .list li.reply{
	width:80px;
	color: #888;
	text-align: right;
	line-height: 20px;
}
.ShowLists .list li.hits i,.ShowLists .list li.reply i{
	padding-right: 3px;
}
.ShowLists .list li.reply{
	padding-right: 5px;
}
.ShowMoreBBs{
	text-align: center;
	padding: 30px 0px;
}
.ShowMoreBBs button{
	display: block;
	width: 60%;
	text-align: center;
	line-height: 50px;
	border: 0px;
	background: #EDEDED;
	font-size: 20px;
	color: #888;
	margin: auto;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
}
.ShowMoreBBs button:hover{
	background: #F90;
	color: #FFF;
}
/************/
.RightBase1{
	position: absolute;
	width: 100%;
	left: 0;
}
.RightBase dt{
	background: #FFF;
	box-shadow: 0px 0px 2px #DDD;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
}
.RightBase dt button{
	display: block;
	width: 90%;
	margin: 10px auto;
	text-align: center;
	line-height: 55px;
	background: #27BBBF;
	font-size: 20px;
	color: #FFF;
	border: 0px;
	border-radius: 8px;
}
.RightBase dt button:hover{
	background: #F60;
}
.RightBase dt ul{
	display: table;
	width: 100%;
	margin: 20px 0px 15px 0px;
}
.RightBase dt ul ol,.RightBase dt ul li{
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.RightBase dt ul li{
	border-left:#DDD solid 1px;
}
.RightBase dt ul span,.RightBase dt ul em{
	display: block;
}
.RightBase dt ul span{
	color: #888;
}
.RightBase dt ul em{
	padding-top: 15px;
	font-size: 16px;
}
.RightBase dt ul ol em{
	color:#F90;
}
.RightBase dt div{
	border-top:#DDD solid 1px;
	padding: 20px 5px 5px 5px;
	color: #999;
	word-spacing: 5px;
}
.RightBase dt div span,.RightBase dt div a{
	color: #27BBBF;
}
.RightBase dd{
	background: #FFF;
	box-shadow: 0px 0px 2px #DDD;
	border-radius: 3px;
}
.RightSide .h{
	padding: 15px 0px;
}
.RightSide .h span{
	display: block;
	height: 20px;
	line-height: 20px;
	position: relative;
	padding-left: 20px;
	font-size: 18px;
}
.RightSide .h span:before{
	content: '';
	display: block;
	position: absolute;
	width:3px;
	height: 100%;
	left:0;
	top:0;
	background: #3499E7;
}
.RightBase dd ul{
	padding: 0 10px 5px 10px;
}
.RightBase dd ul:after{
	content: '';
	display: block;
	clear: both;
}
.RightBase dd ul li{
	width:50%;
	padding-bottom: 20px;
	float: left;
}
.RightBase dd ul li a{
	display: block;
	margin: 0px 10px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	padding: 0px 5px;
	background: #F0F0F0;
	font-size:16px;
	color: #888;
}
.RightBase dd ul li a.ck{
	background: #F90;
	color: #FFF;
}
.RightBase dd ul li a:hover{
	background: #F60;
	color: #FFF;
}
/*****/
.RightSide .SideMores,.RightSide .WXcode{
	background: #FFF;
	box-shadow: 0px 0px 2px #DDD;
	border-radius: 3px;
	margin-top: 20px;
}
.RightSide .ListMember{
	padding:0 10px 10px 10px;
}
.RightSide .ListMember:after{
	content: '';
	display: block;
	clear: both;	
}
.RightSide .ListMember li{
	width: 50%;
	overflow: hidden;
	padding-bottom: 30px;
	float: left;
}
.RightSide .ListMember li span{
	display: block;
	width: 75px;
	height: 75px;
	overflow: hidden;
	position: relative;
	margin: auto;
	border-radius: 50%;
}
.RightSide .ListMember li span img{
	position:absolute;
	width:100%;
	height: 100%;
	left:50%;
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.RightSide .ListMember li em{
	display: block;
	text-align: center;
	padding: 5px 10px 0px 10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 16px;
}
.RightSide .MOreShow{
	text-align: center;
	padding: 10px 0 20px 0;
}
.RightSide .MOreShow button{
	border: 0px;
	background: none;
	font-size: 18px;
	color: #888;
	cursor: pointer;
	outline: none;
}
.RightSide .MOreShow button i{
	padding-left: 5px;
}
.RightSide .MOreShow button:hover{
	color: #F60;
}
.RightSide .ListNewfen li{
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	overflow: hidden;
	font-size: 14px;
}
.RightSide .ListNewfen li:hover{
	background: #F5F5F5;
}
.RightSide .FriendLink{
	padding: 0 10px 10px 10px;
}
.RightSide .FriendLink li{
	display: inline-block;
	line-height: 35px;
	padding: 0px 10px;
	font-size: 16px;
}
.RightSide .WXcode dt{
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
}
.RightSide .WXcode dd{
	text-align: center;
	padding: 20px;
}
.RightSide .WXcode dd img{
	width:200px;
	height: 200px;
}
/*****/
.topUpCont{
	position: fixed;
	width: 80px;
	border: #DDD solid 1px;
	background: #FFF;
	z-index: 10000;
	right:10px;
	bottom: 10px;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0px;
	line-height: 20px;
	cursor: pointer;
	color: #999;
	display: none;
}
.topUpCont i{
	font-size:20px
}
.topUpCont:hover{
	border:#F60 solid 1px;
	background: #F90;
	color: #FFF;
}
/***内容页样式***/
.ShowContent{
	background: #FFF;
	padding: 20px;	
	box-shadow: 0px 0px 2px #DDD;
	border-radius: 3px;
}
.ShowContent .topinfo:after{
	content: '';
	display: block;
	clear: both;	
}
.ShowContent .topinfo .guide{
	float: left;
	line-height: 30px;
	color: #999;
}
.ShowContent .topinfo .guide a{
	color: #888;
}
.ShowContent .topinfo .SharBox{
	float: right;
	position: relative;
}
.ShowContent .topinfo .SharBox dt{
	text-align: right;
	line-height: 30px;
	font-size: 16px;
	color: #888;
	cursor: pointer;
}
.ShowContent .topinfo .SharBox dt i{
	color:#378FB3;
	font-size: 18px;
}
.ShowContent .topinfo .SharBox dd{
	position: absolute;
	background: #FFF;
	width: 200px;
	box-shadow: 0px 0px 2px #666;
	right: 0px;
	top:35px;
	border-radius: 5px;
	text-align: center;
	padding: 20px 0px;
	display: none;
}
.ShowContent .topinfo .SharBox dd .exit{
	position: absolute;
	width:20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #CCC;
	color: #FFF;
	top:-8px;
	right:-8px;
	cursor: pointer;
}
.ShowContent .topinfo .SharBox dd .exit:hover{
	background: #F60;
}
.ShowContent .title{
	padding:20px 0px;
	line-height: 25px;
	font-size: 24px;
}
.ShowContent .thebase{
	background: #F5F5F5;
	border-radius: 5px;
}
.ShowContent .thebase:after{
	content: '';
	display: block;
	clear: both;
}
.ShowContent .thebase ul{
	display: table;
	float: left;
}
.ShowContent .thebase ul ol,.ShowContent .thebase ul li{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.ShowContent .thebase ul ol{
	width:60px;
	padding: 10px 10px 10px 20px;
}
.ShowContent .thebase ul ol a{
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	box-shadow: 0px 0px 3px #000;
}
.ShowContent .thebase ul ol a img{
	position:absolute;
	width:100%;
	height: 100%;
	left:50%;
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.ShowContent .thebase ul li{
	line-height: 25px;
	color: #888;
}
.ShowContent .thebase ul li span{
	display: inline-block;
	font-size: 16px;
	color: #333;
	padding-right: 10px;
}
.ShowContent .thebase ul li a{
	display: inline-block;
	background: #F90;
	color: #FFF;
	padding: 0px 10px;
	margin-top: 5px;
	border-radius: 3px;
}
.ShowContent .thebase ul li a:hover{
	background: #F60;
}
.ShowContent .thebase dl{
	display: table;
	float:right;
}
.ShowContent .thebase dl dt,.ShowContent .thebase dl dd{
	display: table-cell;
	padding: 10px 0px;
	height: 60px;
	vertical-align: middle;
	font-size:18px;
	color: #888;
}
.ShowContent .thebase dl dd{
	padding-right: 20px;
}
.ShowContent .thebase dl i{
	margin-left: 10px;
	margin-right: 3px;
}
/***内容显示通用样式***/
.content_html{
	width: 100%;
	margin: 25px 0px;
	overflow: hidden;
	line-height: 25px;
	font-size: 16px;
	color: #666;
	word-wrap: break-word; 
	word-break:break-all;
}
.content_html p{
	padding: 5px 0px;
}
.content_html img{
	max-width: 100%;
}
.content_act{
	display: table;
	width: 400px;
	height: 160px;
	margin: auto;
}
.content_act div{
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: #BBB;
}
.content_act div a{
	color: #BBB;
}
.content_act div span{
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	background: #F2F2F2;
	margin: 0px auto 10px auto;
	border-radius: 50%;
	font-size:38px;
}
.content_act div span:hover{
	background: #F60;
	color: #FFF;
}
/*****/
.ShowComment{
	background: #FFF;
	padding: 20px;
	margin-top: 20px;
	box-shadow:0px 0px 3px #CCC;
	border-radius: 3px;
}
.ShowComment .head{
	height: 40px;
	border-bottom: #DDD solid 1px;
	line-height: 30px;
	font-size: 18px;
}
.ShowComment .head ol{
	float:left;
}
.ShowComment .head li{
	float:right;
}
.ListComment .lists{
	padding: 20px 5px;
	border-bottom: #DDD solid 1px;
}
.ListComment .lists:hover{
	background: #FAFAFA;
}
.ListComment .lists ul{
	display: table;
	width:100%;
}
.ListComment .lists ul >ol,.ListComment .lists ul> li{
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.ListComment .lists ul> ol{
	width:50px;
	padding-right: 20px;
}
.ListComment .lists ul> ol a{
	display: block;
	width:50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	box-shadow: 0px 0px 8px #000;
}
.ListComment .lists ul> ol a img{
	position:absolute;
	width:100%;
	height: 100%;
	left:50%;
	top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.ListComment .lists ul li .info{
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.ListComment .lists ul li .info a,.ListComment .lists ul li .info span,.ListComment .lists ul li .info em,.ListComment .lists ul li .info i{
	display: block;
	float: left;
	font-size:16px;
	color: #666;
}
.ListComment .lists ul li .info a{
	font-weight: bold;
	color: #2699F4;
	padding-right: 10px;
}
.ListComment .lists ul li .info em{
	color: #999;
	padding-left: 10px;
	font-size:12px;
}
.ListComment .lists ul li .info i{
	float: right;
	font-style: normal;
}
.ListComment .lists ul li .cnt{
	width:100%;
	overflow: hidden;
	padding-top: 10px;
	line-height: 20px;
	word-wrap: break-word; 
	word-break:break-all;
	color: #666;
}
.ListComment .lists ul li .cnt img{
	max-width: 100%;
}
.ListComment .lists .other{
	text-align: right;
	padding-top: 10px;
	line-height: 20px;
	font-size:18px;
	color: #AAA;
}
.ListComment .lists .other a{
	color: #AAA;
}
.ListComment .lists .other i{
	padding-left: 10px;
	padding-right: 3px;
	cursor: pointer;
}
.ListComment .lists .other i:hover{
	color: #F60;
}
.replaycomment .r_dl{
	background: #F5F5F5;
	margin-top: 5px;
	padding: 5px 30px 15px 5px;
	border-radius: 5px;
	line-height: 20px;
	position: relative;
}
.replaycomment .r_dl:after{
	content: '';
	display: block;
	clear: both;
}
.replaycomment .r_dl .r_dt,.replaycomment .r_dl .replycontent{
	float: left;
	padding-left: 5px;
}
.replaycomment .r_dl .replycontent{
	color: #888;
}
.replaycomment dl dd .c-act{
	display: block;
	width:15px;
	height: 15px;
	position: absolute;
	right:2px;
	bottom:0px;
	cursor: pointer;
}
.replaycomment dl dd .give-money{
	right:28px;
}
.replaycomment dl dd .upnum{
	right:48px;
}
.replaycomment dl dd .del{
	right:68px;
}
.replaycomment dl dd .yz{
	right:90px;
}

.status-0 .yz{
	color:red;
	font-weight:bold;
}

.replaycomment dl dd .c-act:hover{
	color: #F30;
}

.ShowMoreComment{
	text-align: center;
	padding: 20px 0px;
}
.ShowMoreComment span{
	font-size:18px;
	color: #999;
	cursor: pointer;
}
.ShowMoreComment span:hover{
	color: #F60;
}
.ShowMoreComment span i{
	padding-left: 5px;
}
/*****/
#PostComment{
	background: #FFF;
	padding: 30px;
	margin-top: 20px;
	box-shadow:0px 0px 3px #CCC;
	border-radius: 3px;
}
#PostComment .ueditor{
	width: 800px;
}
#PostComment .submit{
	text-align: right;
	padding-top: 20px;
}
#PostComment .submit button{
	background: #3790D0;
	border: none;
	padding: 10px 20px;
	font-size: 20px;
	color: #FFF;
	border-radius: 3px;
	cursor: pointer;
}
#PostComment .submit button:hover{
	background: #F60;
}


.ShowComment .replycontent{
	max-width:700px;
	overflow:hidden;
}
.ShowComment .replycontent img{
	max-width:100%;
}

pre{padding: 10px 15px;border: 1px solid #D1D7DC;    position: relative; margin: 10px 0; font-size: 12px; border-left: 6px solid #009688;  background-color: #f8f8f8;max-width:700px;overflow-x:auto;}

/*****用户打赏列表*****/
.showdsBox{
	padding: 0 15px 0 5px;
	display:table;
	width:100%;
}
.showdsBox dl{
	padding-right: 40px;	 
	position: relative;
}
.showdsBox dl dt a{
	float: left;
	display: flex;
	flex-direction: row;
	padding-right: 10px;
	line-height: 30px;
	margin-top:5px;
}
.showdsBox dl dt a span{
	width:25px;
	height: 25px;
	overflow: hidden;
	border-radius: 30%;
	position: relative;
}
.showdsBox dl dt a span img{
	position: absolute;
	width:100%;
	height: 100%;
	left: 0;
	top:0;
}
.showdsBox dl dt a em{
	color: #F60;
}
.showdsBox dl dd{
	position:absolute;
	width:40px;
	height: 25px;
	line-height: 25x;
	text-align: right;
	right: 0;
	top:0;
	font-size:14px;
	color: #999;
}
.showdsBox dl dd i{
	margin-left: 2px;
}

/*需要权限查看贴子*/
.hide_content .btn,.hide_content .paymoney_butotn{
	border:0px solid #ccc;
	background:orange;
	color:#fff;
	padding:3px 20px 3px 20px;
}
.hide_content .btn:hover,.hide_content .paymoney_butotn:hover{
	background:red;
}

/**在线圈子特效**/
    .play_voice {
        display: inline-block;
        height: 30px;
        line-height: 40px;
        text-align: center;
        position: relative;
        vertical-align: bottom;
    }
    .play_voice span {
        display: inline-block;
        width: 3px;
        margin-bottom: 0;
        background-color: blue;
        margin-right: -12px;
    }
    .play_voice .line1 {
        /*alternate意为应该轮流反向播放动画*/
        animation: line 0.6s infinite ease-in-out alternate;
    }
    .play_voice .line2 {
        animation: line 0.6s 0.2s infinite ease-in-out alternate;
    }
    .play_voice .line3 {
        animation: line 0.6s 0.4s infinite ease-in-out alternate;
    }
    .play_voice .line4 {
        animation: line 0.6s 0.6s infinite ease-in-out alternate;
    }
    @keyframs line {
        from {
            height: 0;
        }
        to {
            height: 20px;
        }
    }
    @-webkit-keyframes line {
        from {
            height: 0;
        }
        to {
            height: 20px;
        }
    }

.bbsindexbanner{
	width:1200px;
	margin:auto;
}
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    background-color: #F5F5F5;
    color: #333;
  }

  .jb-container {
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    background: #fff;
  }

  .wrapper {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
  }

  /* Top Bar */
  .top-bar {
    height: 36px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eaeaea;
    font-size: 12px;
    line-height: 36px;
    transition: all 0.3s ease;
  }

  .top-bar .wrapper {
    justify-content: space-between;
  }

  .top-bar a {font-size: 12px;
    text-decoration: none;
    color: #666;
    margin: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s ease;
  }

  .top-bar a:hover {
    color: #ff6600;
  }

  .right-links a svg {
    color: #c00;
  }

  /* Top Navigation Links */
  .top-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .top-nav-links li {
    position: relative;
  }

  .top-nav-links i {
    font-style: normal;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .arrowright {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    transform: rotate(45deg);
    transition: all 0.2s ease;
  }

  .nav-hide-item:hover .arrowright,
  .main-nav li.dropdown:hover .arrowright {
    transform: rotate(-135deg);
    margin-top: 3px;
  }

  /* 为main-nav下的arrowright设置白色箭头 */
  .main-nav .arrowright {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  /* WeChat QR Code */
  .wxHide_box {
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 1000;
  }

  .wxHide_box img {
    display: block;
  }

  /* Quick Navigation */
  .nwebnav {
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    padding: 20px;
    width: 420px;
    z-index: 1000;
    border-radius: 8px;
    background: linear-gradient(135deg, #fafafa 0%, #fff 100%);
  }

  .ndeallist {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .ndeallist:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .ndeallist h4 {
    margin: 0;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    background: linear-gradient(135deg, #34a8eb 0%, #2980b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-left: 8px;
    border-left: 3px solid #34a8eb;
    flex-shrink: 0;
  }

  .ndeallist h4 a {
    color: #34a8eb;
    margin: 0;
    text-decoration: none;
  }

  .ndeallist h4 a:hover {
    color: #2980b9;
    text-decoration: underline;
  }

  .ndeallist dl {
    margin: 0;
    flex: 1;
    text-align: left;
  }

  .ndeallist dd {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 0;
    justify-items: start;
  }

  .ndeallist dd a {
    color: #555;
    font-size: 13px;
    margin: 0;
    padding: 0px 4px 0px 4px;
    transition: all 0.2s ease;
    background: #f8f8f8;
    border: 1px solid transparent;
    text-align: left;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
  }

  .ndeallist dd a:hover {
    background: #34a8eb;
    color: #fff;
    border-color: #34a8eb;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(52, 168, 235, 0.25);
    text-decoration: none;
  }

  .clear_fix::after {
    content: '';
    display: table;
    clear: both;
  }

  /* Header Main */
  .header-main {
    height: 100px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #fafafa 0%, #fff 100%);
    border-bottom: 1px solid #f0f0f0;
  }

  .header-main .wrapper {
    justify-content: space-between;
  }

  .logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .logo-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #a38671 0%, #8b6f5a 100%);
    color: white;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 4px 15px rgba(163, 134, 113, 0.3);
    transition: all 0.3s ease;
  }

  .logo-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(163, 134, 113, 0.4);
  }

  .logo-text h1 {
    margin: 0;
    font-size: 28px;
    color: #333;
    letter-spacing: 3px;
    font-weight: 700;
  }

  .logo-text span {
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 4px;
  }

  .banners {
    display: flex;
    gap: 20px;
  }

  .banner {
    width: 420px;
    height: 68px;
    position: relative;
    padding: 12px 16px;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
  }

  .banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }

  .banner-blue {
    background: linear-gradient(135deg, #0055ff 0%, #00aaff 100%);
  }

  .banner-dark {
    background: linear-gradient(135deg, #333 0%, #555 100%);
  }

  .banner-content {
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .banner-sub {
    font-size: 12px;
    opacity: 0.9;
    line-height: 1.4;
  }

  .ad-tag {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 500;
  }

  /* Main Nav */
  .main-nav {
    background: linear-gradient(135deg, #34a8eb 0%, #2980b9 100%);
    height: 50px;
    box-shadow: 0 2px 8px rgba(52, 168, 235, 0.2);
    z-index: 100;
  }

  .main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
  }

  .main-nav li {
    flex: 1;
    text-align: center;
    transition: all 0.3s ease;
  }

  .main-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
  }

  .main-nav li:hover, .main-nav li.active {
    background: rgba(255,255,255,0.1);
  }

  .main-nav li:hover a {
    color: #f0f0f0;
  }

  .main-nav li.active a {
    font-weight: 600;
  }

  .main-nav li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 3px 3px 0 0;
  }

  /* Sub Nav */
  .sub-nav-bar {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    height: 44px;
    transition: all 0.3s ease;
  }

  .sub-links {
    display: flex;
    gap: 20px;
    font-size: 13px;
    flex-wrap: wrap;
  }

  .sub-links a {
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
  }

  .sub-links a:hover {
    color: #34a8eb;
    padding-bottom: 2px;
  }

  .sub-links a:hover::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #34a8eb;
    border-radius: 1px;
  }

  /* Search Bar */
  .search-bar {
    height: 60px;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
  }

  .search-bar .wrapper {
    justify-content: space-between;
    gap: 30px;
  }

  .hot-tags {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    flex: 1;
    flex-wrap: wrap;
  }

  .tag-label {
    background: linear-gradient(135deg, #ff7675 0%, #e74c3c 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(255, 118, 117, 0.2);
  }

  .hot-tags a {
    color: #e67e22;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 4px 8px;
    border-radius: 3px;
  }

  .hot-tags a:hover {
    color: #d35400;
    background: rgba(230, 126, 34, 0.1);
  }

  .search-box {
    display: flex;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    width: 300px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
  }

  .search-box:focus-within {
    border-color: #34a8eb;
    box-shadow: 0 2px 12px rgba(52, 168, 235, 0.2);
  }

  .search-box input {
    border: none;
    padding: 12px 20px;
    outline: none;
    flex: 1;
    font-size: 14px;
    color: #333;
  }

  .search-box input::placeholder {
    color: #999;
  }

  .search-box button {
    background: linear-gradient(135deg, #34a8eb 0%, #2980b9 100%);
    border: none;
    padding: 0 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .search-box button:hover {
    background: linear-gradient(135deg, #2980b9 0%, #1e6fa8 100%);
  }

  .search-box button svg {
    color: white;
    width: 18px;
    height: 18px;
  }

  /* Responsive Adjustments */
  @media (max-width: 1200px) {
    .wrapper {
      padding: 0 15px;
    }
    
    .banner {
      width: 280px;
    }
    
    .logo-text h1 {
      font-size: 24px;
    }
  }

  @media (max-width: 1024px) {
    .banners {
      display: none;
    }
    
    .logo-text h1 {
      font-size: 26px;
    }
  }
   /* Dropdown Menu */
  .main-nav li.dropdown {
    position: relative;
  }

  .main-nav .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(135deg, #34a8eb 0%, #2980b9 100%);
    width: 100%;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 0 0 8px 8px;
  }

  .main-nav .dropdown-content a {
    display: block;
    height: auto;
    line-height: 40px;
    text-decoration: none;
    color: white;
    text-align: center;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .main-nav .dropdown-content a:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
  }

  .main-nav .dropdown-content a:hover {
    background: rgba(255,255,255,0.2);
  }

  .main-nav li.dropdown:hover .dropdown-content {
    display: block;
  }
/* 登录表单样式 */
  .tncodeUserLogin {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    height: 100%;
  }

  .qb_ui_TopLoginBox {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 100%;
  }

  .qb_ui_TopLoginBox span {
    margin: 0;
    padding: 0;
  }

  .qb_ui_TopLoginBox input {
    height: 28px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    outline: none;
    transition: all 0.3s ease;
    background: white;
  }
  .qb_ui_TopLoginBox button {
    line-height: 22px;
    padding: 0 10px;
    background: #2197db;
    border: 0px;
    color: #FFF; }
	 /* 广告区域样式 */
        .main {
            width: 1200px;
            margin: 10px auto;
            background-color: #fff;

        }
        
        .mainlr {
            margin-bottom: 1px;
        }
        
        .mainlr img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .tipsa_ds {
            position: relative;
            display: inline-block;
        }
        
        .tipsa_d {
    position: absolute;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 0 5px;
    right: -1.5px !important;
    bottom: -1px !important;
    background: rgba(120, 120, 120, .5);
    border-radius: 6px 0 0 0;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    transform: scale(0.85);
    transition: all .3s ease-out;
    white-space: nowrap;
}
  .tipsa_d:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
        
        .blank5 {
            height: 5px;
            clear: both;
        }
        
        #txtlink {
            background-color: #f9f9f9;
            padding: 10px;
            border-radius: 4px;
            position: relative;
        }
        
        #txtlink {
            height: 234px; /* 9行 × 26px行高 */
            overflow: hidden;
        }
        
        #txtlink ul {
		    font-size: 15px;
            list-style: none;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0 10px;
            margin: 0;
            padding: 0;
        }
        
        #txtlink li {
            padding-left: 16px;
            background: url(images/bgall.gif) no-repeat 8px -165px;
            margin: 0;
            width: auto;
            height: 26px;
            line-height: 26px;
            list-style: none;
            text-align: left;
            overflow: hidden;
        }
        
        #txtlink li a {
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        #txtlink li a.red {
            color: #ff0000;
        }
        
        #txtlink li a.blue {
            color: #0066cc;
        }
        
        #txtlink li a:hover {
            color: #ff6600;
        }
        
        .topimg {
            margin: 10px 0;
            width: 100%;
        }
        
        .topimg ul {
            list-style: none;
            display: flex;
            flex-wrap: nowrap;
            gap: 10px;
            justify-content: space-between;
            margin: 0;
            padding: 0;
            width: 100%;
        }
        
        .topimg li {
            flex: 1;
            min-width: 0;
        }
        
        .topimg li a {
            display: block;
            width: 100%;
            height: 100%;
        }
        
        .topimg li img {
            width: 100%;
            height: 50px;
            object-fit: cover;
            display: block;
        }
        
        .clearfix:before, .clearfix:after {
            content: "";
            display: table;
        }
        
        .clearfix:after {
            clear: both;
        }
        
        .clearfix {
            *zoom: 1;
        }
		.body-center-box {
        width: 1200px; margin: 0 auto;
        }
		.body-center-box1 {
        display: flex; justify-content: space-between;background-color: #f3f3f3; 
        }
		.body-center-box1-left {background-color: #f3f3f3;
        width: 870px;
        flex-shrink: 0;
        }
		.body-center-box1-right {background-color: #f3f3f3;
        width: 290px;
        background: white;
        flex-shrink: 0;
        }
		.body-center-box1-left-box {background-color: #f3f3f3;
       display: flex; flex-direction: row; gap: 15px;
        }
		.body-center-box1-left-box-left {background-color: #fff;
         width: 320px;padding: 15px 10px 5px 10px;
        }
		.body-center-box1-left-box-right {background-color: #fff;width: 320px;padding: 15px 10px 15px 10px;
          width: 500px;
        }
        
        /* 轮播图样式 */
        .slideshow-container {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        
        .slide {
            display: none;
            width: 100%;
            height: 100%;
            transition: opacity 0.5s ease;
        }
        
        .slide.active {
            display: block;
            opacity: 1;
        }
        
        .slide-content {
            padding: 20px;
            color: white;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .promo-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .promo-header img {
            height: 30px;
            width: auto;
        }
        
        .promo-tag {
            background: rgba(255, 255, 255, 0.2);
            padding: 4px 12px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 600;
        }
        
        .promo-body {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .promo-body h3 {
            margin: 0 0 8px 0;
            font-size: 18px;
            font-weight: 700;
        }
        
        .promo-body p {
            margin: 0 0 12px 0;
            font-size: 14px;
            opacity: 0.9;
        }
        
        .promo-footer {
            font-size: 12px;
            opacity: 0.8;
            margin-top: auto;
        }
        
        .slideshow-dots {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
        }
        
        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .dot.active {
            background: white;
            transform: scale(1.2);
        }
        
        /* 热门话题样式 */
        .hotopic-wrapper__bd {
            margin-top: 15px;
            background: #f9f9f9;
            border-radius: 8px;
        }
        
        .hotopic-wrapper__bd ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        
        .hotopic-wrapper__bd li {
            background: white;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }
        
        .hotopic-wrapper__bd li:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        }
        
        .topic-info__bd {
            display: flex;
            height: 90px;
        }
        
        .topic-info__bd a {
            display: flex;
            width: 100%;
            text-decoration: none;
            color: #333;
        }
        
        .thumb {
            padding-left: 40px;
            width: 120px;
            height: 90px;
            flex-shrink: 0;
            background-color: #f0f0f0;
        }
        
        .info {
            padding: 12px 15px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .info h4 {
            margin: 0 0 6px 0;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.3;
            color: #222;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .info .desc {
            margin: 0;
            font-size: 12px;
            color: #666;
            line-height: 1.4;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .topic-info__bd a:hover h4 {
            color: #34a8eb;
        }
        
        /* 更新列表样式 */
 .titles {
            display: flex;
            background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
            border-bottom: 1px solid #eee;
            padding: 0;
        }
        
       .titles span {
            flex: 1;
            text-align: center;
            border-right: 1px solid #eee;
        }
        
       .titles span:last-child {
            border-right: none;
        }
        
       .titles a {
            display: block;
            padding: 12px 15px;
            text-decoration: none;
            color: #666;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
       .titles a.on {
            background: #34a8eb;
            color: white;
            position: relative;
        }
        
       .titles a.on::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 2px;
            background: white;
            border-radius: 1px;
        }
        
       .titles a:hover {
            background: #f5f5f5;
            color: #34a8eb;
        }
        
       .titles a.on:hover {
            background: #2980b9;
            color: white;
        }
        
        .list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .list li {
            padding: 11px 5px;
            border-bottom: 1px dotted #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: all 0.2s ease;
        }
        
        .list li:hover {
            background: #fafafa;
        }
        
        .list li:last-child {
            border-bottom: none;
        }
        
        .list .tag {
            text-decoration: none;
            color: #34a8eb;
            background: #e8f4fd;
            padding: 3px 8px;
            border-radius: 3px;
            font-size: 12px;
            margin-right: 10px;
            flex-shrink: 0;
        }
        
        .list .tt {
            text-decoration: none;
            color: #333;
            font-size: 14px;
            flex: 1;
            margin-right: 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .list .tt:hover {
            color: #34a8eb;
        }
        
        .list span {
            color: #999;
            font-size: 12px;
            flex-shrink: 0;
        }
        
        /* 清除浮动 */
        .cf::after {
            content: '';
            display: table;
            clear: both;
        }
        
        /* 右侧推荐列表样式 */
        .body-center-box1-right {
            padding: 5px 15px 0px 10px;
        }
        
        .zt_ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .zt_ul li {
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f0;
            line-height: 1.5;
        }
        
        .zt_ul li:last-child {
            border-bottom: none;
        }
        
        .zt_ul li.one {
            padding: 15px 0;
        }
        
        .zt_ul li.one div {
            margin-bottom: 8px;
        }
        
        .zt_ul li.one span {
            display: inline-block;
            background-color:#2196f3;
            color: white;
            font-size: 12px;
            padding: 2px 6px;
            border-radius: 3px;
            margin-right: 8px;
        }
        
        .zt_ul li.one a {
            color: #2196f3;
            text-decoration: none;
            font-weight: bold;
        }
        
        .zt_ul li.one a:hover {
            text-decoration: underline;
        }
        
        .zt_ul li.one p {
            margin: 0;
            color: #666;
            font-size: 14px;
            line-height: 1.4;
        }
        
        .zt_ul li.two {
            color: #666;
            font-size: 14px;
        }
        
        .zt_ul .red {
            color: #ff6b6b !important;
        }
        
        .zt_ul a {
            color: #333;
            text-decoration: none;
            font-size: 14px;
        }
        
        .zt_ul a:hover {
            color: #2196f3;
            text-decoration: underline;
        }
        
        .zt_ul li i {
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #ff6b6b;
            border-radius: 50%;
            margin-left: 5px;
            vertical-align: middle;
        }
        
        /* 广告轮播样式 */
        .duoaili-slidead {
            position: relative;
            margin-bottom: 15px;
            border-radius: 4px;
            overflow: hidden;
        }
        
        .duoaili-slidead img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* 标签页样式 */
        .duoaili_tab {
            background-color: #fff;
            border-radius: 4px;
            overflow: hidden;
        }
        
        .duoaili_tab-hd {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .duoaili_tab-hd li {
            flex: 1;
            text-align: center;
            padding: 10px 0;
            cursor: pointer;
            font-size: 14px;
            color: #666;
            transition: all 0.3s ease;
        }
        
        .duoaili_tab-hd li:hover {
            color: #2196f3;
        }
        
        .duoaili_tab-hd li.select {
            color: #2196f3;
            border-bottom: 2px solid #2196f3;
            font-weight: bold;
        }
        
        .duoaili_tab-bd {
            padding: 10px;
        }
        
        .duoaili-wrapper__bd {
            display: none;
        }
        
        .duoaili-wrapper__bd.active {
            display: block;
        }
        
        .duoaili-wrapper__bd ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .duoaili-wrapper__bd li {
            padding: 8px 0;
            border-bottom: 1px dashed #f0f0f0;
            line-height: 1.5;
        }
        
        .duoaili-wrapper__bd li:last-child {
            border-bottom: none;
        }
        
        .duoaili-wrapper__bd li i {
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #2196f3;
            border-radius: 50%;
            margin-right: 6px;
            vertical-align: middle;
        }
        
        .duoaili-wrapper__bd li a {
            color: #333;
            text-decoration: none;
            font-size: 14px;
        }
        
        .duoaili-wrapper__bd li a:first-child {
            color: #999;
            margin-right: 8px;
        }
        
        .duoaili-wrapper__bd li a:hover {
            color: #2196f3;
            text-decoration: underline;
        }
		
        /* Links Section Styles */
        .wrap {
            width: 1180px;margin: 10px auto;
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }
        
        .wrap ul.clear_fix {
            display: flex;
            border-bottom: 2px solid #e0e0e0;
            margin: 0 0 15px 0;
            padding: 0;
            list-style: none;
        }
        
        .wrap ul.clear_fix li {
            padding: 10px 20px;
            margin-right: 5px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            color: #666;
            border-bottom: 2px solid transparent;
            transition: all 0.3s ease;
        }
        
        .wrap ul.clear_fix li.active {
            color: #3498db;
            border-bottom-color: #3498db;
        }
        
        .wrap ul.clear_fix li:hover {
            color: #3498db;
        }
         .wraps {
            border-radius: 8px;
            padding: 20px;           
        }
        
        .linksA {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            gap: 15px;
            padding: 10px 0;
        }
        
        .linksA a {
            text-decoration: none;
            color: #34495e;
            font-size: 14px;
            padding: 8px 12px;
            border-radius: 4px;
            transition: all 0.3s ease;
            display: block;
            text-align: center;
            background: #f8f9fa;
            border: 1px solid #e9ecef;
        }
        
        .linksA a:hover {
            background: #3498db;
            color: white;
            border-color: #3498db;
            transform: translateY(-1px);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        }
        
        /* Responsive adjustments for links */
        @media (max-width: 768px) {
            .linksA {
                grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
                gap: 10px;
            }
            
            .linksA a {
                font-size: 13px;
                padding: 6px 10px;
            }
        }
        
        /* Footer Styles */
        .footer {
            background: linear-gradient(135deg, #1e2a38 0%, #2d3e50 100%);
            font-size: 14px;
            line-height: 1.6;
        }
        
        .wraps.f-server {
            width: 1250px;
            margin: 0 auto;
            padding-bottom: 40px;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 40px;
        }
        
        .f-about {
            flex: 1;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        }
        
        .f-about ul.clear_fixs {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .f-about ul.clear_fixs li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        
        .f-about ul.clear_fixs li a {
            color: #b0bec5;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            padding-left: 15px;
            display: inline-block;
            font-weight: 400;
            flex: 1;
        }
        
        .f-about ul.clear_fixs li a::before {
            content: '→';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            color: #3498db;
            opacity: 0;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .f-about ul.clear_fixs li a:hover {
            color: #3498db;
            padding-left: 28px;
        }
        
        .f-about ul.clear_fixs li a:hover::before {
            opacity: 1;
            left: 8px;
        }
        
        .f-wx {
            display: flex;
            align-items: center;
            gap: 20px;
            background: rgba(255, 255, 255, 0.05);
            padding: 20px;
            border-radius: 12px;
            backdrop-filter: blur(10px);
        }
        
        .wx-img img {
            width: 90px;
            height: 90px;
            border: 2px solid rgba(52, 152, 219, 0.3);
            border-radius: 10px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            background: white;
        }
        
        .wx-img img:hover {
            transform: scale(1.08);
            box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
        }
        
        .f-wx dl {
            margin: 0;
            padding: 0;
            flex: 1;
        }
        
        .f-wx dt {
            color: #ffffff;
            font-weight: 600;
            margin-bottom: 12px;
            font-size: 16px;
            line-height: 1.4;
        }
        
        .f-wx dd {
            margin: 0;
            margin-bottom: 8px;
            color: #90a4ae;
            font-size: 13px;
            line-height: 1.5;
        }
        
        /* Copyright Information */
        .copy {
            text-align: center;
            background: rgba(0, 0, 0, 0.15);
            margin-bottom: 0px;
        }
        
        .copy ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .copy ul li {
            margin: 0;
        }
        
        .copy ul li a {
            color: #b0bec5;
            text-decoration: none;
            transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            font-size: 13px;
            padding: 5px 10px;
            border-radius: 4px;
        }
        
        .copy ul li a:hover {
            color: #3498db;
            background: rgba(52, 152, 219, 0.1);
        }
        
         /* 回到顶部和二维码样式 */
        #elevator_item {
            position: fixed;
            right: 20px;
            bottom: 20px;
            z-index: 999;
        }
        
        #elevator {
            display: block;
            width: 40px;
            height: 40px;
            background: url(https://a5static.admin5.com/templates/a5/201703/images/icon_top.png) no-repeat center center;
            background-color: #3a3c3e;
            border-radius: 4px;
            cursor: pointer;
            margin-bottom: 10px;
            transition: background-color 0.3s ease;
        }
        
        #elevator:hover {
            background-color: #0066cc;
        }
        
        .qr {
            display: block;
            width: 40px;
            height: 40px;
            background: url(https://a5static.admin5.com/templates/a5/201703/images/icon_code.png) no-repeat center center;
            background-color: #3a3c3e;
            border-radius: 4px;
            cursor: pointer;
            position: relative;
        }
        
        .qr:hover {
            background-color: #0066cc;
        }
        
        .qr-popup {
            position: absolute;
            right: 120%;
            bottom: 0;
            background: #fff;
            padding: 20px;
            border-radius: 4px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            opacity: 0;
            transform: translateX(20px);
            transition: all 0.3s ease;
            pointer-events: none;
            z-index: 1000;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        
        .qr:hover + .qr-popup {
            opacity: 1;
            transform: translateX(0);
            pointer-events: auto;
        }
        
        .qr-popup img.code {
            width: 140px;
            height: 140px;
            margin-bottom: 10px;
        }
        
        .qr-popup span {
            display: block;
            text-align: center;
            color: #333;
            font-size: 12px;
            width: 100%;
            padding: 0 5px;
        }
        
        .qr-popup .arr {
            position: absolute;
            right: -10px;
            bottom: 30px;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #fff;
        }
    </style>