* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}
html{
	font-size: 12px 
}

@media only screen and (min-width: 1300px){
html {
    font-size: 12px !important;
}

}
@media only screen and (min-width: 1400px){
html {
    font-size: 12.5px !important;
}
}
@media only screen and (min-width: 1500px){
html {
    font-size: 13px !important;
}
}
@media only screen and (min-width: 1700px){
html {
    font-size: 14px !important;
}
}
@media only screen and (min-width: 1900px){
html {
    font-size: 16px !important;
}
.jhlogin-tab{width:50% !important;}
}



body {
    background-image: url(/images/bg.jpg);
    background-repeat: repeat;
    background-size: auto;
    text-align: center;
    overflow-x: auto;
    font-family: sans-serif;
	min-width:1300px;
	/*width:1920px;*/
}
.content-container {
    width: 100%;
    margin: 0 auto !important;
    display: inline-block;
    text-align: left;
    position: relative;
    background: transparent;
    z-index: 1;
}
.banner-group-1 {
    width: 1920px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    height: 598px;
    letter-spacing: 0;
    word-spacing: 0;
}
.banner-group-1 img {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
/* 导航文字样式 */
.nav-text-group {
    position: absolute;
    top: 504px;
    left: 442px;
    z-index: 50;
    width: 1017px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-row {
    display: flex;
    align-items: center;
    height: 38px;
    margin-bottom: 8px;
}
.nav-item {
    color: #8B2323;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 2px;
    position: relative;
    width: 160px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.nav-item:not(:first-child)::before {
    content: "?";
    position: absolute;
    left: 0;
    color: #CD5C5C;
    font-size: 16px;
    font-weight: normal;
}
.nav-item span {
    margin-left: 8px;
}
.nav-item:hover {
    color: #CD2626;
    text-decoration: underline;
    text-decoration-color: #CD5C5C;
    text-underline-offset: 4px;
}

/* 新闻&论坛板块 */
.news-forum-container {
    position: absolute;
    top: 735px;
    left: 390px;
    z-index: 50;
    width: 1140px;
    height: 244px;
    background: linear-gradient(180deg, #f0f5f9 0%, #e9f0f5 100%);
    border: 2px solid #CD853F;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.news-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 49%;
    height: 100%;
    padding: 15px;
    border-right: 1px dashed #CD853F;
}
.forum-section {
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    height: 100%;
    padding: 15px;
}
.section-title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(90deg, #8B2323 0%, #CD2626 100%);
    padding: 6px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #FFD700;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.news-list, .forum-list {
    list-style: none;
    height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #CD853F #f0f5f9;
}
.news-list li, .forum-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #D2B48C;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    transition: all 0.2s;
}
.news-list li:hover, .forum-list li:hover {
    color: #8B2323;
    padding-left: 5px;
}
.news-list li:last-child, .forum-list li:last-child {
    border-bottom: none;
}
.news-date {
    color: #CD853F;
    margin-left: 10px;
    font-size: 14px;
    font-style: italic;
}
.news-list::-webkit-scrollbar, .forum-list::-webkit-scrollbar {
    width: 6px;
}
.news-list::-webkit-scrollbar-track, .forum-list::-webkit-scrollbar-track {
    background: #f0f5f9;
}
.news-list::-webkit-scrollbar-thumb, .forum-list::-webkit-scrollbar-thumb {
    background: #CD853F;
    border-radius: 3px;
}

/* 空间型号表格（修正后） */
.space-table-container {
    position: absolute; /* 与新闻板块同层级，显示在PNG上层 */
    top: 1000px; /* 位于新闻论坛下方（735+244+21=1000，预留间距） */
    left: 390px; /* 与新闻论坛左对齐 */

    z-index: 50; /* 确保在PNG上层 */
    width: 1140px; /* 与新闻论坛宽度一致 */
    padding: 20px;
    background-color: rgba(240,245,249,0.9);
    border: 2px solid #CD853F;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.space-table-container h3 {
    font-size: 20px;
    color: #8B2323;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'KaiTi', '楷体', serif;
    border-bottom: 1px solid #CD853F;
    padding-bottom: 10px;
}
.space-table-container table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: 'KaiTi', '楷体', serif;
}
.space-table-container thead tr {
    background: linear-gradient(90deg, #8B2323 0%, #CD2626 100%);
    color: #FFFFFF;
}
.space-table-container th, .space-table-container td {
    padding: 10px;
    border: 1px solid #CD853F;
}
.space-table-container tbody tr:nth-child(even) {
    background-color: #f9f5f0;
}
.space-table-container tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}
.space-table-container button {
    background-color: #228B22;
    color: #FFFFFF;
    border: 1px solid #CD853F;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'KaiTi', '楷体';
    font-weight: bold;
    transition: all 0.2s;
}
.space-table-container button:hover {
    background-color: #2E8B57;
    transform: scale(1.05);
}

.lfbox{
	border-radius: 4px;
	background: rgba(255,255,255,0.8);
}
.ltlm {
    color: #c00;
    font-weight: bold;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #0066cc;
    
}
a.top {
    color: #fff;
    
}
a.top:hover {
    color: #66FFFF;
    
}
ul, ol, li {
    list-style: none;
}

.inbt { padding: 0; font-weight: bold; margin: 0 20px; border-bottom: 1px solid #ddd; line-height: 56px; text-align: left; font-size: 18px; color: #000;}
.imglist ul{margin-bottom: 20px;
    display: inline-block;width: 100%;}
.imglist li { float:left; width:25%;  text-align: center; margin: 25px 0 0 0;}
.imglist li img { border-radius: 6px; padding: 5px; box-shadow: 0 0 10px #ccc; width:90%}


.hostlist table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: 'KaiTi', '楷体', serif;
	
}
.hostlist thead tr {
    background: linear-gradient(90deg, #8B2323 0%, #CD2626 100%);
    color: #FFFFFF;
}
.hostlist th{font-weight: bold;}
.hostlist th, .hostlist td {
    padding: 10px;
    border: 1px solid #CD853F;
}
.hostlist tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}
.hostlist tbody tr:nth-child(even) {
    background-color: #f9f5f0;
}
.hostlist button {
    background-color: #228B22;
    color: #FFFFFF;
    border: 1px solid #CD853F;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'KaiTi', '楷体';
    font-weight: bold;
    transition: all 0.2s;
}
.hostlist button:hover {
    background-color: #2E8B57;
    transform: scale(1.05);
}
.center-box{
	width:69.8%;margin:auto
}
input:focus {
    outline: none;
}
.loginbox input{
	border: 1px solid #d5dee8;border-radius:0.5rem;background-color:#F1F7FE;padding-left:3rem;
}
.loginbox input:focus{
	border-color: #FF6666;
}
.loginbox button{
	height:2rem;
	line-height:2rem;
	width:4.8rem;
	font-size:1rem;
	color: #fff;
	border-radius:0.5rem;
	margin: 0.15rem 0 0.15rem 0.5rem;
	cursor:pointer;
}
.loginbox .regbutt{
	background-color:#000;
    border-color: #4c9df3;
	height:1.8rem;
	line-height:1.8rem;
	border-radius: 0px;
}
.loginbox .regbutt:hover{
	background-color: #0069d9;
    border-color: #0062cc;
}
.loginbox .loginbutt{
	background-color: #d94957;
    border-color: #d94957;
	
}
.loginbox .loginbutt:hover{
	background-color:#b10c1c;
    border-color: #b10c1c;
}
.newspan {
    font-family: "Tahoma";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
.gglink span {
    white-space: nowrap;
	}
.Member_text3 {
    font-family: Verdana;
    font-size: 12px;
    color: #F00;
}
a.line_10{
	color: #2D548A;
}
	
/*jhlogin*/
	
.jhlogin-tab{width:100%}
.jhother-tab table tr td{font-size:12px;color: #999;}

.jhother-tab table tr td.hcol{background: #ff6666;    color: #FFFFFF;}
.jhother-tab table tr td.scol{background: #f4f4f4;  }
.jhother-tab table tr td p{   cursor: pointer;}
.jhother-tab table,.jhother-tab  table tr th,.jhother-tab  table tr td {border: 1px solid #e6e6e6;border-collapse: collapse;}.jhother-tab td input{vertical-align: middle;}
	

/*freehost*/
.outer-redic{margin:10px 0;padding:6px;height:52px;width:100%;border-radius: 4px;box-sizing: border-box;border: 1px solid #f1f2f2;}
		.outer-redic:hover{box-shadow:0px 2px 8px 0px rgba(56, 58, 61, 0.12)}
		.hassell {
			background: #E4E4E6;
			color: #7B7F88;
			width: 240px;
			box-sizing: border-box;
			padding: 4px 8px;
			border-radius: 8px;
			text-align: center;
			font-weight: bold;
			cursor: not-allowed;
			display: inline-block;
			*display: inline;
		}
		.btn-green {
				width: 80px;
				height: 30px;
				display: block;
				text-align: center;
				line-height: 30px;
				background: #00BA51;
				color: #fff;
				text-decoration: none;
				border-radius: 4px;
			}
		a.btn-green:hover {
			background: #86C440;
			color: #fff;
		}
		
/*imglist*/
	.imglist li img{transition: transform 0.2s ease;aspect-ratio: 4/3;}
	.imglist li:hover img{transform: scale(1.05);}