<!--
a {text-decoration: none;}
	
	
body {
	background-image: url(../images/bg.jpg);
	background-position: center;
	margin: 0px;
        border-radius: 5px;
}

.daohang {
        background: linear-gradient(90deg, #0c2453, #1a3a7a);
        border-radius: 5px 5px 0 0;

}
td,body{
	font-size: 12px
}
.table_line {
	background-color:#e8f4f8;
        border-radius: 5px;
}
.table_bg {
	background-color:#fff;
}

.table_boder{
	border: 1px solid #A3BAD6;
}
.table_title{
        background-color:#e8f4f8;
	color:#204E7D;
	font-weight:bold;
	font-size:14px;
	padding:3px 0px 3px 10px;	
	height:27px;
}

.newsite {
        padding: 3px;

}

h1{
	font-size: 16px
}
h3{
	font-size: 14px;
	color:#FF0000
}
.news_list a:link {
	font-size:117%;
	font-weight:bold;
	color: #204E7D;
	text-decoration: none;
} 
.news_list a:visited {
	font-size:117%;
	font-weight:bold;
	color: #204E7D;
	text-decoration: none;
} 
.news_list a:hover {
	font-size:117%;
	font-weight:bold;
	color:#c00;
	text-decoration:none;
} 
.news_title a:link {
	font-size:117%;
	color: #000000;
	text-decoration: none;
} 
.news_title a:visited {
	font-size:117%;
	color: #000000;
	text-decoration: none;
} 
.news_title a:hover {
	font-size:117%;
	color:#c00;
	text-decoration:underline;
} 
.news_title12 a:link {
	font-size:12px;
	color: #000000;
	text-decoration: none;
} 
.news_title12 a:visited {
	font-size:12px;
	color: #000000;
	text-decoration: none;
} 
.news_title12 a:hover {
	font-size:12px;
	color:#c00;
	text-decoration:none;
}

.link_title12 {
	padding:3px;
}

.cool_link_title {
	padding:5px;
}  
.link_title12 a:link {
	font-size:12px;
	color: #000000;
	text-decoration: none
} 
.link_title12 a:visited {
	font-size:12px;
	color: #000;
	text-decoration: none
} 
.link_title12 a:hover {
	font-size:12px;
	color:#ff0000;
	text-decoration:none
}
.link_bottom a:link {
	font-size:12px;
	color: #fff;
	text-decoration: none;
} 
.link_bottom a:visited {
	font-size:12px;
	color: #fff;
	text-decoration: none;
} 
.link_bottom a:hover {
	font-size:12px;
	color:#0f0;
	text-decoration:underline;
}
.news_content {
	font-size:14px;
	line-height:20px
}

.news_content a:link {
	font-size: 14px;
	
	color: blue;
	text-decoration:none
}
.news_content a:visited {
	font-size: 14px;
	
	color: blue;
	text-decoration:none
}
.news_content a:hover {
	font-size: 14px;
	
	color: blue;
	text-decoration:none
}



#regterm {
     overflow:auto;
	 height:320px;
	 border:1px solid #cccccc;
	 padding:10px;
	 font-size:14px;
	line-height:20px
}
/* 核心按钮样式：磨砂玻璃风格 */
        .sub_button {
            /* 基础尺寸 */
            width: 60px;
            height: 28px;
            /* 去除默认边框 */
            border: none;
            /* 圆角设计 */
            border-radius: 5px;
            /* 文字样式 - 加深颜色保证基础可读性 */
            font-size: 12px;
            font-weight: 600;
            color: #111827;
            /* 磨砂玻璃核心样式 */
            background: rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.4);
            /* 鼠标样式 */
            cursor: pointer;
            /* 平滑过渡动画 */
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            /* 去除点击轮廓 */
            outline: none;
            /* 文字垂直居中 */
            line-height: 25px;
            /* 按钮间距 */
            margin: 0 10px;
            /* 防止文字被截断 */
            white-space: nowrap;
        }

        /* 递交按钮专属配色（蓝绿色系） */
        input[name="submit"].sub_button {
            background: rgba(34, 197, 198, 0.3);
            color: #064e3b;
            border-color: rgba(34, 197, 198, 0.5);
        }

        /* 重置按钮专属配色（暖灰色系） */
        input[name="重置"].sub_button {
            background: rgba(251, 146, 60, 0.3);
            color: #7c2d12;
            border-color: rgba(251, 146, 60, 0.5);
        }

        /* 鼠标悬浮状态 - 修复文字显示问题，不改变文字颜色 */
        .sub_button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            /* 提升背景不透明度，不影响文字可见性 */
            background: rgba(255, 255, 255, 0.45);
        }

        /* 递交按钮悬浮专属背景 */
        input[name="submit"].sub_button:hover {
            background: rgba(34, 197, 198, 0.45);
        }
        /* 重置按钮悬浮专属背景 */
        input[name="重置"].sub_button:hover {
            background: rgba(251, 146, 60, 0.45);
        }

        /* 鼠标按下激活状态 */
        .sub_button:active {
            transform: translateY(0);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
        }

        /* 聚焦状态，适配键盘操作 */
        .sub_button:focus-visible {
            box-shadow: 0 0 0 2px rgba(34, 197, 198, 0.5);
        }
.sub_button_index {
        background: linear-gradient(to bottom, #4CAF50, #45a049);
        border: none;
        color: white;
        padding: 4px 20px;
        margin-right: 10px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        transition: all 0.3s ease;

}

.reg_button_index {
          background: linear-gradient(to bottom, #2196F3, #0b7dda);
          border: none;
          color: white;
          padding: 4px 20px;
          border-radius: 4px;
          cursor: pointer;
          font-size: 12px;
          font-weight: bold;
          box-shadow: 0 2px 4px rgba(0,0,0,0.2);
          transition: all 0.3s ease;
}

.nar {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.current {
	font-size: 12px;
	color: #000000;
	padding:0px 0px 0px 5px;
}
.nar a:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none
}
.nar a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none
}
.nar a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none
}

.bottom {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.showlist1 {
	background: #ffffff; border-bottom: #e1e1e1 1px dotted
}
.showlist2 {
	background: #f8f8f8; border-bottom: #e1e1e1 1px dotted
}
.weizhi{
	border:1px solid #A3BAD6;
	background:#E1EFFB;
	padding:0px 15px;
	height:25px;
	line-height:25px;
        
}
#siteimg {
	height: 60px;
	width: 60px;
	border: 1px solid #DDDDDD;
	background-image: url(../images/blank.gif);
}
#spacer {
	width:950px;
	height:5px;
	line-height:5px;
	margin:0 auto;
}
.hui12 {
	color: #666666;
	font-size:12px;
}
.red12 {
	color: #ff0000;
	font-size:12px;
}
select {
        padding:3px;

}

/* footer.css - 三维免费空间页脚样式 */
/* 创建时间：2026年2月7日 */

/* 页脚整体容器样式 */
.footer-container {
    width: 1000px;
    margin: 0 auto;
    background: linear-gradient(135deg, #0f1c3d 0%, #1a2d5a 100%);
    border-top: 3px solid #2c4da8;
}

/* 页脚主体内容容器 */
.footer-content {
    width: 95%;
    margin: 0 auto;
}

/* 顶部信息行样式 */
.footer-top-row {
    padding: 25px 0 20px 0;
}

.footer-columns-container {
    width: 100%;
    display: table;
}

/* 左侧品牌信息样式 */
.footer-brand-column {
    width: 40%;
    vertical-align: top;
    padding: 0 20px;
    display: table-cell;
    text-align: left;
}

.footer-brand-name {
    color: #ffd700;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    text-decoration: none;
    display: block;
}

.footer-brand-name:hover {
    text-decoration: none;
}

.footer-brand-tagline {
    color: #a0c4ff;
    font-size: 12px;
    margin-bottom: 8px;
}

.footer-brand-description {
    color: rgba(255,255,255,0.7);
    font-size: 11px;
    line-height: 1.5;
}

/* 中间公众号区域样式 */
.footer-qrcode-column {
    width: 20%;
    vertical-align: top;
    display: table-cell;
    text-align: center;
}

.footer-qrcode-container {
    background: rgba(255,255,255,0.05);
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
}

.footer-qrcode-title {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
}

.footer-qrcode-image {
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    object-fit: cover;
}

/* 右侧快速链接和联系方式样式 */
.footer-links-column {
    width: 40%;
    vertical-align: top;
    padding: 0 20px;
    display: table-cell;
    text-align: right;
}

.footer-links-container {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.8;
}

.footer-quick-nav-title {
    color: #4dabf7;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.footer-nav-links {
    margin-bottom: 12px;
}

.footer-nav-link {
    color: #e3f2fd;
    text-decoration: none;
    padding: 0 8px;
    border-right: 1px solid rgba(255,255,255,0.2);
    display: inline-block;
}

.footer-nav-link:last-child {
    border-right: none;
}

.footer-nav-link:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer-customer-title {
    color: #4dabf7;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.footer-qq-link {
    color: #ffffff;
    text-decoration: none;
    background: rgba(77, 171, 247, 0.1);
    padding: 3px 10px;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.3s ease;
}

.footer-qq-link:hover {
    background: rgba(77, 171, 247, 0.2) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.footer-service-time {
    color: rgba(255,255,255,0.7);
    margin-top: 5px;
    font-size: 10px;
}

/* 分割线样式 */
.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    margin: 5px 0;
}

/* 底部版权和备案信息样式 */
.footer-bottom {
    padding: 15px 0 20px 0;
    text-align: center;
}

.footer-copyright {
    color: #a0c4ff;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.footer-copyright-link {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
    margin: 0 3px;
}

.footer-copyright-link:hover {
    text-decoration: underline;
}

.footer-icp-links {
    color: #89b4fa;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.footer-icp-link {
    color: #89b4fa;
    text-decoration: none;
    padding: 0 8px;
    border-right: 1px solid rgba(137, 180, 250, 0.3);
}

.footer-icp-link:last-child {
    border-right: none;
}

.footer-icp-link:hover {
    text-decoration: underline;
    color: #a0c4ff;
}

.footer-description {
    color: rgba(255,255,255,0.5);
    font-size: 10px;
    line-height: 1.3;
}

/* 响应式调整 */
@media screen and (max-width: 1024px) {
    .footer-container {
        width: 100%;
    }
    
    .footer-content {
        width: 98%;
    }
}

@media screen and (max-width: 768px) {
    .footer-brand-column,
    .footer-qrcode-column,
    .footer-links-column {
        width: 100%;
        display: block;
        padding: 10px 0;
        text-align: center;
    }
    
    .footer-nav-link {
        padding: 0 6px;
        font-size: 11px;
    }
    
    .footer-divider {
        margin: 10px 0;
    }
}
-->