body{ color:#222;font: 14px/1.5 tahoma,arial,"Microsoft YaHei"; 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;}
  .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 {
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    overflow: hidden;
    width: 350px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
  }

  .search-box form {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .search-box dl {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .search-box dt {
    flex: 1;
    margin: 0;
    padding: 0;
  }

  .search-box dd {
    margin: 0;
    padding: 0;
  }

  .search-box:focus-within {
    border-color: #34a8eb;
    box-shadow: 0 6px 20px rgba(52, 168, 235, 0.3);
    transform: translateY(-2px);
  }

  .search-box input {
    border: none;
    padding: 15px 25px;
    outline: none;
    width: 100%;
    font-size: 15px;
    color: #333;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
  }

  .search-box input::placeholder {
    color: #999;
    font-size: 14px;
    transition: all 0.3s ease;
  }

  .search-box:focus-within input::placeholder {
    color: #ccc;
  }

  .search-box button {
    background: linear-gradient(135deg, #34a8eb 0%, #2980b9 100%);
    border: none;
    padding: 0 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
  }

  .search-box button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s ease;
  }

  .search-box button:hover::before {
    left: 100%;
  }

  .search-box button:hover {
    background: linear-gradient(135deg, #2980b9 0%, #1e6fa8 100%);
    transform: scale(1.05);
  }

  .search-box button:active {
    transform: scale(0.98);
  }

  .search-box button svg {
    color: white;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
  }

  .search-box button:hover svg {
    transform: rotate(90deg);
  }
  /* 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;
}

        
        .blank5 {
            height: 5px;
            clear: both;
        }     
         /* 回到顶部和二维码样式 */
        #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;
        }
        
        /* 备案信息样式 */
        .wraps.copy {
            padding: 30px 0;
            border-bottom: 1px solid #e9ecef;
            margin-top: 40px;
        }
        
        .wraps.copy .wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .wraps.copy ul {
            display: flex;
            align-items: center;
            gap: 25px;
            margin: 0;
            padding: 0;
            list-style: none;
            justify-content: center;
        }
        
        .wraps.copy ul li {
            margin: 0;
            padding: 0;
        }
        
        .wraps.copy ul li a {
            color: #6c757d;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 6px 12px;
            border-radius: 6px;

            text-align: center;
        }
        
        .wraps.copy ul li a:hover {
            color: #007bff;
            background: #fff;
            border-color: #007bff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
        }
        
        .wraps.copy ul li a img {
            width: 20px;
            height: 20px;
            object-fit: contain;
            transition: all 0.3s ease;
        }
        
        .wraps.copy ul li a:hover img {
            transform: scale(1.1);
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .wraps.copy .wrapper {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            
            .wraps.copy ul {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
                width: 100%;
            }
            
            .wraps.copy ul li a {
                font-size: 13px;
                padding: 8px 16px;
                width: 100%;
                max-width: 300px;
            }
        }
        
        @media (max-width: 480px) {
            .wraps.copy {
                padding: 20px 0;
            }
            
            .wraps.copy ul li a {
                font-size: 12px;
                padding: 6px 12px;
            }
        }