/* 通用样式 */
 @font-face {
            font-family: 'DstEmoji';
            src: url('Dst Emoji-B3KfTust.woff2') format('woff2');
        }
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
   
    color: #acb2b8;
	font-weight: 300;
	
	background-image: url('images/colored_body_top.png');
background-size: 100% auto;
background-repeat: no-repeat;
background-color: #1b2838;
	
	 font-family: 'DstEmoji', sans-serif;
}

/* 页面内容容器 */
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex; /* 新增：使子元素水平排列 */
    align-items: center; /* 新增：垂直居中对齐 */
	
	 z-index: 1000;
}


.containerbody{
	 max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex; /* 新增：使子元素水平排列 */
    align-items: center; /* 新增：垂直居中对齐 */
	margin-top: 40px;
	
	
}

header {
    display: flex;
    align-items: center;
    
    padding: 10px 0; /* 增加内边距 */
    color: #fff;
    position: fixed; /* 使头部固定在顶部 */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* 确保头部在最上层 */
	height: 52px;
}

.logo {
    margin-right: 20px; /* 为导航按钮留出空间 */
}

.logo img {
    width: 118px; /* Logo 宽度 */
    height: 30px; /* Logo 高度 */
    vertical-align: middle; /* 新增：垂直居中对齐 */
}

nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-grow: 1; /* 让导航按钮占据剩余空间 */
}

nav ul li {
    margin: 0 10px;
    position: relative; /* 为子元素定位 */
}

nav ul li a {
    color: #dcdedf;
    text-decoration: none;
    
    padding: 10px 5px; /* 增加垂直内边距以匹配 Logo 高度 */
    transition: color 0.3s;
    display: inline-block; /* 使元素能够正确定位 */
	font-family: "Motiva Sans", "Twemoji", "Noto Sans", Helvetica, sans-serif;
	z-index: 1000;
}

nav ul li a:hover {
   color: #FFF;
   filter: blur(0.3px);
}

/* 选中的导航按钮样式 */
nav ul li a.active {
    color: #1a9fff; /* 更改文字颜色为蓝色 */
}

nav ul li a.active::after {
    content: ''; /* 创建伪元素 */
    display: block;
    width: 20px; /* 下划线宽度 */
    height: 4px; /* 下划线高度 */
    background-color: #1a9fff; /* 下划线颜色 */
    position: absolute;
    bottom: 1px; /* 距离底部的距离 */
    left: 50%; /* 水平居中 */
    transform: translateX(-50%); /* 水平居中 */
	border-radius: 2px;
	
}

.content {
    padding: 20px;
    max-width: 1200px;
    margin: 70px auto 20px; /* 增加顶部和底部间距 */
    background-color: #16202d59;
    border-radius: 8px;
   
}



.content2 {
    padding: 8px;
    max-width: 1200px;
    margin: 70px auto -52px; /* 增加顶部和底部间距 */
	position: relative; /* 设置相对定位，用于定位子元素 */
    
   
}




.login-container {
    width: 100%;
    max-width: 400px;
    margin: 70px auto 20px; /* 增加顶部和底部间距 */
    padding: 20px;
    background-color: #222530;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

	margin-top: 150px;
}

.login-container h2 {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input:hover{
	
	background-color: #41454f;
}


.form-group input {
border-radius:
2px;
  color: #fff;
  padding:
10px;
  background-color: #32353c;
  outline:
none;
  font-size: 15px;
  grid-area:
input;
  border:
1px solid #32353c;
transition: background-color 0.5s ease;
width: 95%;
margin-bottom: 10px;
}
/*
button {
    width: 100%;
    padding: 10px;
    background-color: #171d25;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}
*/
button:hover {
    /*background-color: #222;*/
}

.error {
    color: red;
    margin-top: 10px;
}

/* 响应式布局 */
@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        align-items: center;
    }

    nav ul li {
        margin: 5px 0;
    }

    .login-container {
        margin: 70px auto 20px; /* 增加顶部和底部间距 */
    }
}

.community_home_title {
    font-weight: normal;
    font-size: 26px;
    color: #FFFFFF;
    font-family: "Motiva Sans", Sans-serif;
    font-weight: normal;
    text-align: left;
}

.community_home_subtitle {
    font-weight: normal;
    font-size: 17px;
    color: #9099a1;
    font-family: Arial, Sans-Serif;
    text-align: left;
    padding-top: 5px;
}

.square {
    width: 200px;
    height: 60px;
    
	/*background-image: url('images/ss6.jpg');*/
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


 .price-tag {
            display: flex;
            align-items: center;
            background-color: #3f546a;
            color: white;
            padding: 0px;
            border-radius: 0px;
            font-family: Arial, sans-serif;
			height: 40px;
        }
        .label {
            background-color: #3498db;
            padding: 9px 10px;
            border-radius: 0px;
            margin-right: 10px;
        }
        .price {
            font-size: 16px;
        }
		
		
		.runserver {
  font-size: 16px;
  color: #c5cbd8;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 6px;
  margin-left: 20px;
}


.loginan{
	position: relative;
  background:
linear-gradient(90deg, #06BFFF 0%, #2D73FF 100%);
  border-radius:
2px;
  border:
none;
  outline:
none;
  padding:
12px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  
  transition: background-color 0.5s ease;
  width: 100%; /* 设置宽度为200px */
    margin: 0 auto; /* 水平居中 */
}

.loginan:hover{
	
	background: linear-gradient(90deg, #06BFFF 30%, #2D73FF 100%);
}

.zhanghao{
	color: #1999ff;
  font-weight: 500;
  margin-bottom: 10px;
  }
  .mima{
	color: #565b5f;
  font-weight: 500;
  margin-bottom: 10px;
  }