﻿*{margin:0;padding:0;box-sizing:border-box;font-family:"微软雅黑", sans-serif}
body{background:#f5f5f5;font-size:14px;padding-bottom:60px}
.container {
  max-width: 750px; 
  margin: 0 auto;   
  background: #fff;
  min-height: 100vh;
  box-shadow: 0 0 10px rgba(0,0,0,0.1); /* 添加轻微阴影，区分电脑端显示 */
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    box-shadow: none;
    margin: 0;
  }
}

        .header {
            background-color: #e63946;
            color: white;
            padding: 15px 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
         	position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

.back{font-size:16px;cursor:pointer}
.title{flex:1;text-align:center;font-size:18px;font-weight:bold}
.more{
  font-size:20px;
  cursor:pointer;
  padding:8px;
  margin:-8px;
  position:relative;
  z-index:101;
}
        .notice {
            background-color: #fff8e1;
            color: #333;
            padding: 10px;
            border-bottom: 1px solid #eee;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
.nav-bar{
  position:absolute;
  top:100%;
  right:0;
  background:#fff;
  border-radius:0 0 4px 4px;
  box-shadow:0 2px 10px rgba(0,0,0,0.1);
  width:150px;
  display:none;
  z-index:99;
  overflow:hidden;
}

.nav-bar.show{display:block}

.nav-item{
  padding:12px 16px;
  color:#333;
  font-size:14px;
  cursor:pointer;
  transition:all 0.2s;
  display:flex;
  align-items:center;
}

.nav-item i{margin-right:8px;color:#e63946;width:16px;text-align:center}
.nav-item:hover{background:#f5f5f5;padding-left:20px}
        .primary-nav {
            position: relative;
        }
        .primary-nav.active .arrow {
            transform: rotate(90deg);
        }
        .nav-toggle:hover {
            background-color: #f5f5f5;
        }
        .secondary-nav {
            position: static; /* 改为静态定位，避免覆盖其他项 */
            background-color: #f8f9fa;
            width: 100%;
            box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
            border-top: 1px solid #eee;
            display: none;
            padding: 0;
            z-index: 100;
        }
        .primary-nav.active .secondary-nav {
            display: block;
        }
        .secondary-nav li {
            list-style: none;
            padding: 10px 16px 10px 32px; /* 增加缩进 */
            color: #333;
            font-size: 13px;
            cursor: pointer;
            transition: all 0.2s;
        }
        .secondary-nav li:hover {
            background-color: #f5f5f5;
            padding-left: 36px;
        }

	        .tab-im {
            text-decoration: none;
        }	
.tip{
  padding:10px;
  color:#333;
  line-height:1.5;
  white-space:nowrap;
  overflow:hidden;
  background:#fff8e1;
  border-bottom:1px solid #ffe082;
}

.card{
  padding:10px;
  border-top:1px solid #eee;
  background:#fff;
}

.row{
  display:flex;
  align-items:center;
  margin-bottom:8px;
}
.call{
  background:#e63946;
  color:#fff;
  border:none;
  border-radius:4px;
  padding:6px 10px; /* 增加内边距 */
  font-size:12px;
  cursor:pointer;
  transition:background 0.2s;
  margin-left: 10px; /* 增加左边距，与头像和文字区分开 */
  height: fit-content; /* 确保高度自适应 */
  align-self: center; /* 在Flex容器中垂直居中 */
}
.call:hover{background:#c1121f}
.bian{
  border-left:4px solid #e63946;
  padding-left:8px;
  margin:20px 10px 10px;
  font-size:16px;
  color:#333;
}
.kd {
  padding-left: 10px;   /* 左侧内边距 */
  padding-right: 10px;  /* 右侧内边距 */
}
.related{padding:0 10px}
.item{
  padding:12px 0; 
  border-bottom:1px solid #eee;
  display: flex; 
  flex-direction: column;
}

.item-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:8px 0;
}

.foot{
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#999;
  font-size:12px;
  margin-top:6px;
}

.foot-item{
  display:flex;
  align-items:center;
}

.foot-item i{margin-right:4px}
.copy{
  text-align:center;
  padding:10px;
  font-size:12px;
  color:#999;
  line-height:1.6;
}
        .tab-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 60px;
            background: #fff;
            display: flex;
            justify-content: space-around;
            align-items: center;
            border-top: 1px solid #eee;
            z-index: 999;
        }
		
        .tab-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            font-size: 12px;
            color: #999;
            text-decoration: none;
        }
        .tab-item.active { color: #e53935; }
        .tab-icon i{
            font-size: 30px; 
            color: inherit; 
        }
        .tab-ic i{
            font-size: 20px;
            color: inherit;
        }
        .tab-icai i{
            font-size: 50px;
            color: inherit; 
        }
        .tab-tui i{
            font-size: 36px;
            color: #e53935;
        }	
   .nav-icon {
  width: 45px;
  height: 45px;
}
.nav-icon i {
  font-size: 36px;
}

        .back-to-top {
            position: fixed;
            bottom: 80px;
            right: 20px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #e63946;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        }
        
        .back-to-top.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .back-to-top:hover {
            background: #c1121f;
            transform: translateY(-3px);
        }
        
        .back-to-top i {
            font-size: 24px;
        }
	.con {
      width: 500px;
      max-width: 600px;
      margin: 10px auto;
      padding: 15px;
      background: white;
      border-radius: 12px;
	  
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
	    .ti {
      color: #FF5722;
      font-size: 24px;
      text-align: left; /* 修改为左对齐 */
      font-weight: bold;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 2px solid #f0f0f0;
    }
        ul {
      list-style: none;
      margin: 2px 0;
    }
        li {
      display: flex;
      justify-content: flex-start; /* 修改为从左开始排列 */
      align-items: center;
	  font-size: 18px;
      padding: 5px 0;
      border-bottom: 1px solid #eee;
    }
    
    li:last-child {
      border: none;
    }
    label {
      color: #2196F3;
      font-weight: 500;
      width: 80px;
      flex-shrink: 0; /* 防止标签缩小 */
    }
        span {
      flex: 1;
      text-align: left;
      padding-left: 3px;
    }
    
    icon {
      margin-right: 10px;
      color: #FF9800;
      width: 24px;
      text-align: center;
    }