/* 科技未来风格CSS重构 - 数字孪生城市主题 */

:root {
  --primary-color: #00a2ff;
  --secondary-color: #7e42ff;
  --accent-color: #00f0ff;
  --dark-bg: #0a1126;
  --light-bg: rgba(255, 255, 255, 0.92);
  --text-primary: #0a1126;
  --text-secondary: #4a5568;
  --glow-effect: 0 0 10px var(--primary-color), 0 0 20px rgba(0, 242, 255, 0.5);
  --neon-border: 1px solid rgba(0, 242, 255, 0.5);
  --gradient-bg: linear-gradient(135deg, #00a2ff 0%, #7e42ff 100%);
  --card-shadow: 0 10px 30px rgba(0, 162, 255, 0.15);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Exo 2', 'Roboto', sans-serif;
  background-color: #f8fafc;
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(0, 242, 255, 0.05) 0%, transparent 20%),
    radial-gradient(circle at 90% 80%, rgba(126, 66, 255, 0.05) 0%, transparent 20%);
}

/* 布局组件 */
.Mainl {
  width: 72%;
  float: left;
  padding: 1rem;
}

.Sider {
  width: 25%;
  float: right;
  padding: 1rem;
}

/* 响应式设计 */
@media screen and (max-width: 1200px) {
  .Mainl, .Sider {
    width: 100%;
    float: none;
  }
}

/* 标签样式 */
.tag {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.tag::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background: var(--gradient-bg);
}

.floatl {
  float: left;
}

.floatr {
  float: right;
}

/* 主内容区域1 */
.MainCont1 {
  height: auto;
  margin-top:60px;
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  perspective: 1000px;
}

.ServerInlink {
  width: 30%;
  min-height: 200px;
  background: var(--light-bg);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(10px);
  border: var(--neon-border);
  transition: all 0.3s ease;
  transform-style: preserve-3d;
}

.ServerInlink:hover {
  transform: translateY(-5px) rotateX(5deg);
  box-shadow: 0 15px 35px rgba(0, 162, 255, 0.25);
}

.ServerInlink .head {
  height: auto;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 162, 255, 0.2);
  margin-bottom: 1rem;
}

.ServerInlink .cont {
  padding: 0.5rem 0;
}

.ServerInlink .cont .cc1 {
  height: auto;
  padding: 0.5rem 0 0.5rem 4rem;
  background-position: 0% 50%;
  background-size: 3rem;
  margin-bottom: 1rem;
  position: relative;
}

.ServerInlink .cont .cc1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: var(--gradient-bg);
  border-radius: 50%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/70% no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/70% no-repeat;
}

.ServerInlink .cont .cc1 dt {
  line-height: 1.5;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.ServerInlink .cont .cc1 dd {
  line-height: 1.5;
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.25rem 0;
}

.ServerInlink .cont .cc2 {
  height: auto;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(0, 162, 255, 0.2);
  border-bottom: 1px solid rgba(0, 162, 255, 0.2);
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}

.ServerInlink .cont .cc2 dt {
  width: auto;
  line-height: 2;
  padding-right: 0.5rem;
  color: var(--primary-color);
  font-weight: 600;
}

.ServerInlink .cont .cc2 dd {
  padding: 0.25rem 0;
  width: 100%;
}

.ServerInlink .cont .cc2 dd div {
  height: auto;
  padding: 0.25rem 0;
}

.ServerInlink .cont .cc3 {
  height: auto;
  display: flex;
  align-items: center;
}

.ServerInlink .cont .cc3 dt {
  width: auto;
  line-height: 2;
  padding-right: 0.5rem;
  color: var(--primary-color);
  font-weight: 600;
}

.ServerInlink .cont .cc3 dd {
  line-height: 2;
}

/* 幻灯片区域 */
.MainCont1 .SlideCont {
  width: 65%;
  min-height: 250px;
  padding: 0;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  transform-style: preserve-3d;
  transition: all 0.3s ease;
}

.MainCont1 .SlideCont:hover {
  transform: translateY(-5px) rotateY(3deg);
  box-shadow: 0 20px 40px rgba(0, 162, 255, 0.3);
}

.slidePic {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.slidePic li {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
  background: var(--dark-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

.slidePic li.cur {
  opacity: 1;
  z-index: 2;
}

.slidePic li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 162, 255, 0.4), rgba(126, 66, 255, 0.4));
  z-index: -1;
}

.slideTxt {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  display: flex;
  gap: 0.5rem;
}

.slideTxt li {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  cursor: pointer;
}

.slideTxt li a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  border-radius: 50%;
}

.slideTxt li:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

.slideTxt .cur {
  background: var(--primary-color);
  box-shadow: var(--glow-effect);
}

.slideTxt .cur a {
  color: white;
  font-weight: 700;
}

/* 行动按钮区域 */
.ActionCont {
  height: auto;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}

.ActionCont div {
  width: 48%;
  height: auto;
  padding: 1rem;
  text-align: center;
  border-radius: 8px;
  background: var(--gradient-bg);
  color: white;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.ActionCont div::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  transform: rotate(45deg);
  transition: all 0.5s ease;
}

.ActionCont div:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 162, 255, 0.3);
}

.ActionCont div:hover::before {
  transform: rotate(45deg) translate(20%, 20%);
}

.ActionCont a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  display: block;
  width: 100%;
  height: 100%;
}

/* 新点评区域 */
.NewDianping {
  height: auto;
  min-height: 150px;
  background: var(--light-bg);
  border-radius: 12px;
  padding: 1rem;
  margin: 1rem 0;
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(10px);
  border: var(--neon-border);
}

.NewDianping .head {
  height: auto;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 162, 255, 0.2);
  margin-bottom: 1rem;
}

.NewDianping .cont {
  padding: 0.5rem 0;
}

.NewDianping .cont .list {
  height: auto;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  position: relative;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.NewDianping .cont .list:hover {
  background: rgba(0, 162, 255, 0.05);
  transform: translateX(5px);
}

.NewDianping .cont .list::before {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: var(--primary-color);
  border-radius: 50%;
  box-shadow: var(--glow-effect);
}

.NewDianping .cont .list a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

.NewDianping .cont .list a:hover {
  color: var(--secondary-color);
}

.NewDianping .cont .list span {
  color: var(--accent-color);
  font-weight: 600;
}

/* 主内容区域2 */
.MainCont2 {
  height: auto;
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.maincont1 {
  width: 100%;
  min-height: 175px;
  background: var(--light-bg);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(10px);
  border: var(--neon-border);
}

.maincont1 .head {
  height: auto;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 162, 255, 0.2);
  margin-bottom: 1rem;
}

.maincont1 .cont1 {
  height: auto;
  padding: 0.5rem 0;
}

.maincont1 .cont1 .list {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}

.maincont1 .cont1 .list a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 1.5rem;
}

.maincont1 .cont1 .list a::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--accent-color);
}

.maincont1 .cont1 .list a:hover {
  color: var(--secondary-color);
  transform: translateX(5px);
}

.maincont1 .cont1 .list a.f {
  color: var(--text-secondary);
}

/* 轮播内容区域 */
.maincont1 .cont2 {
  height: auto;
  position: relative;
  padding: 1rem 0;
}

#showup, #showdown {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  background: var(--light-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--card-shadow);
  border: var(--neon-border);
  transition: all 0.3s ease;
}

#showup {
  left: -1.25rem;
}

#showdown {
  right: -1.25rem;
}

#showup:hover, #showdown:hover {
  background: var(--primary-color);
  color: white;
  box-shadow: var(--glow-effect);
}

.maincont1 .cont2 ul {
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  scrollbar-width: none;
}

.maincont1 .cont2 ul::-webkit-scrollbar {
  display: none;
}

.maincont1 .cont2 ul li {
  width: 150px;
  height: auto;
  flex: 0 0 auto;
  perspective: 1000px;
}

.maincont1 .cont2 ul li div {
  width: 100%;
  text-align: center;
}

.maincont1 .cont2 ul li div.img {
  border: 1px solid rgba(0, 162, 255, 0.2);
  background: var(--light-bg);
  width: 100%;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  transform-style: preserve-3d;
}

.maincont1 .cont2 ul li div.img:hover {
  transform: translateY(-5px) rotateY(5deg);
  box-shadow: var(--card-shadow);
}

.maincont1 .cont2 ul li div.img a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-bg);
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.maincont1 .cont2 ul li div.t {
  height: auto;
  padding: 0.5rem 0;
  overflow: hidden;
}

/* 主横幅 */
.MainBanner {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 2rem 0;
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  min-height: 120px;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: var(--neon-border);
  position: relative;
  overflow: hidden;
}

.MainBanner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 162, 255, 0.1), rgba(126, 66, 255, 0.1));
  z-index: -1;
}

/* 主内容区域3 */
.MainCont3 {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.maincont2 {
  width: 100%;
  padding-bottom: 1rem;
  background: var(--light-bg);
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(10px);
  border: var(--neon-border);
  overflow: hidden;
}

.maincont2 .head {
  height: auto;
  padding: 1rem;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  color: white;
}

.maincont2 .head .tag {
  color: white;
  padding-left: 0;
}

.maincont2 .head .tag::after {
  background: white;
}

.maincont2 .cont {
  padding: 1rem;
  background: transparent;
}

#ShowSortTable {
  width: 100%;
  border-collapse: collapse;
}

#ShowSortTable td {
  width: 50%;
  padding: 1rem;
  vertical-align: top;
  border: 1px solid rgba(0, 162, 255, 0.1);
}

#ShowSortTable .havebg td {
  background: rgba(0, 162, 255, 0.05);
}

#ShowSortTable td.choose {
  background: rgba(0, 242, 255, 0.05);
  position: relative;
}

#ShowSortTable td.choose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--accent-color);
  pointer-events: none;
  box-shadow: var(--glow-effect);
}

#ShowSortTable td dl {
  padding: 0 0 0 4rem;
  position: relative;
  min-height: 4rem;
}

#ShowSortTable td dl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  background: var(--gradient-bg);
  border-radius: 8px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 70%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 70%;
}

#ShowSortTable td dl.dl1::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/svg%3E"); }
#ShowSortTable td dl.dl2::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/svg%3E"); }
/* 为每个dl添加不同的图标 - 实际项目中应使用不同的SVG */

#ShowSortTable td dl dt {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

#ShowSortTable td dl dt a {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
}

#ShowSortTable td dl dt a:hover {
  color: var(--secondary-color);
}

#ShowSortTable td dl dd {
  line-height: 1.5;
  height: auto;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* 侧边栏内容 */
.MainCont3 .Sider {
  padding-top: 0;
}

.sidecont1 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  background: var(--light-bg);
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(10px);
  border: var(--neon-border);
  overflow: hidden;
}

.sidecont1 .head {
  height: auto;
  padding: 1rem;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  color: white;
}

.sidecont1 .head .tag {
  color: white;
  padding-left: 2rem;
  position: relative;
}

.sidecont1 .head .tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.sidecont1 .head .tag::after {
  display: none;
}

.sidecont1 .cont {
  padding: 1rem;
  background: transparent;
}

.sidecont1 .cont .listd {
  height: auto;
  line-height: 2.5;
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(0, 162, 255, 0.1);
}

.sidecont1 .cont .listd:last-child {
  border-bottom: none;
}

.sidecont1 .cont .listd span {
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  line-height: 1.8rem;
  background: var(--light-bg);
  border-radius: 50%;
  margin-right: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.sidecont1 .cont .listd span.span1,
.sidecont1 .cont .listd span.span2,
.sidecont1 .cont .listd span.span3 {
  background: var(--gradient-bg);
  color: white;
  box-shadow: var(--glow-effect);
}

.sidecont1 .cont .listd a {
  width: calc(100% - 7rem);
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidecont1 .cont .listd a:hover {
  color: var(--secondary-color);
}

.sidecont1 .cont .listd em {
  width: 4rem;
  text-align: right;
  font-style: normal;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.sidecont1 .cont .listd font {
  color: var(--accent-color);
  font-weight: 700;
  margin-left: 0.25rem;
}

/* 主内容区域3中的其他组件 */
.maincont3 {
  height: auto;
  min-height: 380px;
  background: var(--light-bg);
  border-radius: 12px;
  overflow: hidden;
  margin: 2rem 0;
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(10px);
  border: var(--neon-border);
  padding: 1rem;
}

.maincont3 .head {
  height: auto;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 162, 255, 0.2);
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.maincont3 .head .tag {
  padding-left: 0;
}

.maincont3 .head .more {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.maincont3 .head .more:hover {
  color: var(--secondary-color);
}

.maincont3 .cont {
  height: auto;
  padding: 0.5rem 0;
}

.maincont3 .cont .listpic {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  display: flex;
  border-bottom: 1px solid rgba(0, 162, 255, 0.1);
}

.maincont3 .cont .listpic:last-child {
  border-bottom: none;
}

.maincont3 .cont .listpic .img {
  float: none;
  border: 1px solid rgba(0, 162, 255, 0.2);
  padding: 0.25rem;
  border-radius: 8px;
  margin-right: 1rem;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.maincont3 .cont .listpic .img a {
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-bg);
  color: white;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
}

.maincont3 .cont .listpic .word {
  width: calc(100% - 100px);
  float: none;
  padding-left: 0;
  line-height: 1.5;
  color: var(--text-secondary);
}

.maincont3 .cont .listpic .word div {
  height: auto;
  margin-bottom: 0.5rem;
}

.maincont3 .cont .listpic .word div.t a {
  font-size: 1.1rem;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.maincont3 .cont .listpic .word div.t a:hover {
  color: var(--secondary-color);
}

/* 点评列表 */
.listdianping {
  width: 100%;
  margin: 1rem auto;
  background: transparent;
  height: auto;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 162, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
}

.listdianping:last-child {
  border-bottom: none;
}

.listdianping .img {
  float: none;
  border: 1px solid rgba(0, 162, 255, 0.2);
  padding: 0.25rem;
  border-radius: 8px;
  margin-right: 1rem;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.listdianping .img a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-bg);
  color: white;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.5rem;
}

.listdianping .t,
.listdianping .dp,
.listdianping .c {
  width: calc(100% - 70px);
  height: auto;
  padding-left: 0;
  float: none;
  margin-bottom: 0.5rem;
}

.listdianping .t {
  color: var(--text-secondary);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.listdianping .t .b {
  font-weight: 700;
  padding-left: 0;
  margin-right: 1rem;
  color: var(--primary-color);
}

.listdianping .t .m {
  float: none;
  padding-left: 1.5rem;
  padding-right: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230099FF' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") left center/1rem no-repeat;
  color: var(--accent-color);
  font-weight: 600;
}

.listdianping .c {
  color: var(--text-secondary);
  line-height: 1.5;
}

/* 侧边栏广告 */
.sideradcont {
  width: 100%;
  text-align: center;
  height: auto;
  padding: 2rem 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: var(--light-bg);
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(10px);
  border: var(--neon-border);
  position: relative;
}

.sideradcont::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 162, 255, 0.1), rgba(126, 66, 255, 0.1));
  z-index: -1;
}

/* 新闻列表 */
.sidecont1 .cont .listn {
  height: auto;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 162, 255, 0.1);
  background: transparent;
}

.sidecont1 .cont .listn:last-child {
  border-bottom: none;
}

.sidecont1 .cont .listn div {
  height: auto;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.sidecont1 .cont .listn div.t {
  padding: 0;
  background: none;
}

.sidecont1 .cont .listn div.t a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  padding-left: 1.5rem;
  position: relative;
}

.sidecont1 .cont .listn div.t a::before {
  content: '📄';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sidecont1 .cont .listn div.t a:hover {
  color: var(--secondary-color);
}

.sidecont1 .cont .listn div.address {
  width: 70%;
  padding-left: 1.5rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
  float: none;
}

.sidecont1 .cont .listn div.d {
  float: none;
  padding-right: 0;
  color: var(--accent-color);
  font-size: 0.9rem;
  font-weight: 600;
}

/* 媒体列表 */
.sidecont1 .cont .listm {
  height: auto;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 162, 255, 0.1);
  display: flex;
  align-items: center;
}

.sidecont1 .cont .listm:last-child {
  border-bottom: none;
}

.sidecont1 .cont .listm .img {
  float: none;
  border: 1px solid rgba(0, 162, 255, 0.2);
  padding: 0.25rem;
  border-radius: 8px;
  margin-right: 1rem;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  flex: 0 0 auto;
}

.sidecont1 .cont .listm .img a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-bg);
  color: white;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
}

.sidecont1 .cont .listm .t,
.sidecont1 .cont .listm .d {
  width: auto;
  float: none;
  padding-left: 0;
  flex: 1 1 auto;
}

.sidecont1 .cont .listm .t a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.sidecont1 .cont .listm .t a:hover {
  color: var(--secondary-color);
}

.sidecont1 .cont .listm .d {
  padding-top: 0.25rem;
  line-height: 1.4;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* 响应式设计 - 移动设备 */
@media screen and (max-width: 768px) {
  :root {
    font-size: 14px;
  }
  
  .Mainl, .Sider {
    padding: 0.5rem;
  }
  
  .MainCont1 {
    flex-direction: column;
  }
  
  .ServerInlink, .MainCont1 .SlideCont {
    width: 100%;
  }
  
  .ActionCont {
    flex-direction: column;
    gap: 1rem;
  }
  
  .ActionCont div {
    width: 100%;
  }
  
  .maincont1 .cont2 ul li {
    width: 120px;
  }
  
  #ShowSortTable td {
    width: 100%;
    display: block;
  }
  
  .listdianping .img {
    margin-right: 0.5rem;
  }
  
  .listdianping .t,
  .listdianping .dp,
  .listdianping .c {
    width: calc(100% - 60px);
  }
  
  .sidecont1 .cont .listn div.address,
  .sidecont1 .cont .listn div.d {
    width: 100%;
    float: none;
  }
}

/* 动画效果 */
@keyframes glow {
  0% { box-shadow: 0 0 5px var(--primary-color); }
  50% { box-shadow: 0 0 20px var(--primary-color), 0 0 30px var(--accent-color); }
  100% { box-shadow: 0 0 5px var(--primary-color); }
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.glow-animation {
  animation: glow 2s infinite;
}

.float-animation {
  animation: float 3s ease-in-out infinite;
}

/* 3D效果增强 */
.perspective-effect {
  transform: perspective(1000px) rotateX(5deg);
  transition: transform 0.5s ease;
}

.perspective-effect:hover {
  transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

/* 滚动条美化 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 162, 255, 0.1);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--gradient-bg);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

/* 选择文本样式 */
::selection {
  background: var(--primary-color);
  color: white;
}

::-moz-selection {
  background: var(--primary-color);
  color: white;
}

/* 焦点样式 */
a:focus, button:focus, input:focus, textarea:focus {
  outline: 2px solid var(--accent-color);
  outline-offset: 2px;
}

/* 高对比度模式支持 */
@media (prefers-contrast: high) {
  :root {
    --primary-color: #004cff;
    --secondary-color: #5200ff;
    --accent-color: #00c3ff;
    --light-bg: #ffffff;
    --text-primary: #000000;
    --text-secondary: #333333;
  }
}

/* 减少动画偏好 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* 黑暗模式支持 */
@media (prefers-color-scheme: dark) {
  :root {
    --light-bg: rgba(26, 32, 54, 0.92);
    --text-primary: #ffffff;
    --text-secondary: #cbd5e0;
    --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  
  body {
    background-color: #0a1126;
  }
}