*{padding: 0; margin: 0;}
/* 填充：0 边距：0 */
a{text-decoration: none;}
/* 超级连接不显示下划线 */
html, body{background: #ffffff; overflow-x:hidden; text-size-adjust: none;}
/* 背景颜色: #f9f9f9  / 隐藏水平方向（左右）的滚动条 / 防止浏览器自动调整字体大小 */


/* 导航 主体 */
header{
	width: 100%;
	/* 视窗宽度，可选 */
	/* background: rgb(30 130 180); */
	/* 背景颜色 */
}
.header-interval{
	width: 100%;
	/* 宽度 */
	height: 66px;
	/* 高度 */
}
.header-1{
	width: 100%;
	/* 宽度 */
	position: absolute;
	/* 位置：相对 */
	background: linear-gradient(0deg, #f9f9ff, #ffffff, #f9f9ff);
	/* 背景颜色 */
	border-bottom:1px rgb(255 255 255) solid;
	/* 边框-底部 */
	box-shadow: 0 5px 10px rgb(108 156 255 / 20%);
	/* ==box-shadow: 0px 10px 20px rgb(255 88 0 / 30%);*/
	z-index: 999;
	/* 图层-索引 */
}
.header-1-1{
	max-width: 1400px;
	/* 厦大宽度 */
	height: 66px;
	/* 高度 */
	position: relative;
	/* 位置：相对 */
	padding: 0 20px;
	/* 内边距:上下px 左右px*/
	margin: 0 auto;
	/* 外边距：0 自动 */
}

/* 导航 菜单按钮 */
.header-1-1-menu{
	display: none;
	/* 隐藏 */
	position: absolute;
	/* 位置：绝对；*/
	top: 0px;
	/* 顶部：0 */
	left: 20px;
	/* 左侧：0 */
	width: 30px;
	/* 宽度 */
	height: 66px;
	/* 高度 */
}
.header-1-1-menu-1{
	position: relative;
	/* 位置：相对；*/
	width: 30px;
	/* 宽度 */
	top: 18px;
	/* 顶部 */
	margin-left: auto;
	/* 左边距：自动；*/
	margin-right: auto;
	/* 右边距：自动；*/
	cursor: pointer;
	/* 光标：指针；*/
}
.header-1-1-menu-1 span{
	display: block;
	/* 显示：快捷元素 */
	width: 30px;
	/* 宽度 */
	height: 6px;
	/* 高度 */
	margin-bottom: 6px;
	/* 底部边距 */
	background-color: rgb(60 60 60);
	/* 背景颜色 */
}

/* 导航 logo */
.header-1-1-img{
	display: flex;
	/* 显示: 弹性 */
	align-items: center;
	/* 对齐项：垂直居中 */
	gap: 10px;
	/* 差距 */
	position: absolute;
	/* 位置：绝对；*/
	top: 0px;
	/* 顶部：0 */
	left: 20px;
	/* 左侧：0 */
	height: 66px;
	/* 高度 */
}
.header-1-1-img i{
	color: rgb(108 156 255);
	/* 文本颜色 */
	font-size: 40px;
	/* 文本大小 */
}
.header-1-1-img a{
	color: rgb(255 108 108);
	/* 文本颜色 */
	font-size: 26px;
	/* 文本大小 */
	line-height: 66px;
	/* 线条高度 */
	font-weight: 1000;
	/* 字体加粗 */
}

/* 导航 宽屏 url菜单 */
.header-1-1-url{
	position: absolute;
	/* 位置：绝对 */
	top: 0px;
	/* 顶部：0 */
	left: 260px;
	/* 左侧：0 */
	height: 66px;
	/* 高度：60；*/
	/* display: none; */
	/* 隐藏 */
}
.header-1-1-url ul li{
	padding: 0px 10px 0px 10px;
	/* 内边距:上px 左px 下px 右px*/
	margin: 15px 10px;
	/* 外边距:上下px 左右px；*/
	list-style-type: none;
	/* 列表样式类型：无；*/
	line-height: 36px;
	/* 线条高度：66px；*/
	float: left;
	/* 浮子：左侧；*/
	display: flex;
	/* justify-content: center; */
	align-items: center; 
	/* 如果需要垂直居中 */
	border-bottom: 1px rgb(108 156 255 / 20%) solid;
	/* 边框-底部 */
}
.header-1-1-url ul li:hover{
	border-bottom: 1px rgb(255 108 108 / 20%) solid;
	/* 边框-底部 */
}
.header-1-1-url ul li a{
	color: rgb(66 66 66);
	/* 文字颜色 */
	font-size: 15px; 
	/* 字体 大小 */
	font-weight: 600;
	/* 字体加粗 */
	padding-left: 6px;
	/* 内边距:右边 */
}
.header-1-1-url ul li svg{
	width: 10px;
	/* 宽度 */
	height: 16px;
	/* 高度 */
	padding-left: 8px;
	/* 内边距:右边 */
}
.header-1-1-url ul li svg path{
	color: rgb(66 66 66);
	/* 填充颜色 */
}

/* 导航 未登录 登录/注册按钮 */
.header-1-1-button{
	position: absolute;
	/* 位置：绝对；*/ 
	top: 0px;
	/* 顶部：0；*/
	right: 20px;
	/* 右侧：0px；*/
	height: 66px;
	/* 高度 */
}
.no-login{
	height: 66px;
	/* 高度 */
	display: inline;
	float: left;
}
.header-1-1-button-btn{
	padding: 0px 20px;
	/* 内边距:上下px 右左px */
	margin: 14px 0px 14px 10px;
	/* 外边距:上px 左px 下px 右px*/
	line-height: 36px;
	/* 线条高度 */
	font-size: 14px;
	/* 文本 大小 */
	font-weight: 600; 
	/* 字体加粗 */
	cursor: pointer;
	/* 鼠标：指针； */
	display: inline;
	float: left;
}
.header-1-1-button-1{
	color: rgb(255 255 255);
	/* 文字颜色  */
	box-shadow: 0 4px 10px rgb(108 156 255 / 50%);
	border: 1px solid rgb(255 255 255);
	/* 边框-底部：5px #888888 实线 */
	background: linear-gradient(145deg, #6c9cff, #6c9cff);
	transition: all 0.2s;
}
.header-1-1-button-1:hover{
	background: rgb(255 108 108);
	box-shadow: 0 4px 10px rgb(255 108 100 / 30%);
	transition: all 0.2s;
}
.header-1-1-button-1 i{
	padding-right: 8px;
	/* 内边距-右侧 */
}
.header-1-1-button-2{
	color: rgb(255 255 255);
	/* 文字颜色  */
	box-shadow: 0 4px 10px rgb(108 156 255 / 50%);
	border: 1px solid rgb(255 255 255);
	/* 边框-底部：5px #888888 实线 */
	background: linear-gradient(145deg, #6c9cff, #6c9cff);
	transition: all 0.2s;
}
.header-1-1-button-2:hover{
	background: rgb(255 108 108);
	box-shadow: 0 4px 10px rgb(255 108 100 / 30%);
	transition: all 0.2s;
}

/* 导航 登录头像按钮 */
.login-in{
	height: 66px;
	/* 高度 */
	display: flex;
	align-items: center;
}
.header-1-1-button-3{
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: #eee;
    border: 2px solid #ffffff;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 0px 10px rgb(108 156 255);
}
.header-1-1-button-3:hover{
	box-shadow: 0px 0px 10px rgb(255 88 0);
}

/* 导航 登录头像 点击显示 菜单 */
.header-1-1-button-4{
	display: none;
	/* 显示：隐藏 */
	position: absolute;
	/* 位置：绝对 */
	top: 67px;
	/* 顶部 */
	right: -20px;
	/* 右侧 */
	padding: 0px 20px 10px;
	/* 内边距:上px 左右px 下px */
	background: rgb(255 255 255 / 90%);
	/* 背景颜色 */
	backdrop-filter: blur(10px); 
	/* 模糊效果 */
	border-top: 1px rgb(108 156 255 / 30%) solid;
	/* 边框-底部 */
	border-radius: 0 0 50px 50px;
	/* 增加圆角 */
}
.header-1-1-button-4 ul li{
	width: 36px;
	/* 宽度 */
	height: 36px;
	/* 高度 */
	background: rgb(108 156 255);
	/* 背景颜色 */
	border-radius: 50px 50px 50px 50px;
	/* 边界半径：左上px 右上px 右下px 左下；*/
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 10px rgb(108 156 255);
	cursor: pointer; 
	/* 手指图标 */
	display: inline-block;
	/* 显示：内联块；*/
	display: flex;
	/* 显示：弹性; */
	align-items: center; 
	/* 垂直居中 */
	justify-content: center;
	/* 水平居中 */
	margin: 20px 0 20px;
	/* 外边距：上 左右 下 */
}
.header-1-1-button-4 ul li:hover{
	background: rgb(255 108 108);
	box-shadow: 0px 0px 10px rgb(255 88 0);
}
.header-1-1-button-4 ul li img{
	width: 18px;
	/* 宽度 */
	height: 18px;
	/* 高度 */
}


.header-1-2{
	position: absolute;
	top: 66px;
	right: 0px;
	
	max-width: 100%;
	/* 厦大宽度 */
	background: rgb(255 255 255 / 100%);
	/* 背景颜色 */
	border-top: 1px rgb(108 156 255 / 50%) solid;
	/* 边框-底部：5px #888888 实线； */
}
.header-1-2-1{
	max-width: 1400px;
	/* 厦大宽度 */
	position: relative;
	/* 位置：相对 */
	padding: 0px 20px 0px;
	/* 内边距:上px 左右px 下px */
	margin: 0 auto;
	/* 外边距：0 自动 */
	display: flex;
	/* 显示：弹性; */
	/* align-items: flex-start; */
	/* 顶部对齐 */

	justify-content: flex-end;  
	/* 添加这行，让内容靠右 */
}
.header-1-2-1-1{
	width: calc(100% );
	/* 厦大宽度 */
	display: flex;
	/* 显示：弹性; */
	align-items: center;
	/* 垂直居中 */
	justify-content: flex-end;
	/* 添加这行，让内容靠右 */
}
.header-1-2-1 ul li{
	width: 36px;
	/* 宽度 */
	height: 36px;
	/* 高度 */
	background: rgb(108 156 255);
	/* 背景颜色 */
	border-radius: 50px 50px 50px 50px;
	/* 边界半径：左上px 右上px 右下px 左下；*/
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 10px rgb(108 156 255);
	cursor: pointer; 
	/* 手指图标 */
	display: inline-block;
	/* 显示：内联块；*/
	display: flex;
	/* 显示：弹性; */
	align-items: center; 
	/* 垂直居中 */
	justify-content: center;
	/* 水平居中 */
	margin: 20px 0 20px;
	/* 外边距：上 左右 下 */
}
.header-1-2-1 ul li:hover{
	background: rgb(255 108 108);
	box-shadow: 0px 0px 10px rgb(255 88 0);
}
.header-1-2-1 ul li img{
	width: 18px;
	/* 宽度 */
	height: 18px;
	/* 高度 */
}

/* 导航 窄屏菜单 点击显示 窄屏url菜单 */
.header-1-3{
	display: none; 
	/* 显示：隐藏 */
	max-width: 100%;
	/* 厦大宽度 */
	background: rgb(255 255 255 / 100%);
	/* 背景颜色 */
	border-top: 1px rgb(108 156 255 / 50%) solid;
	/* 边框-底部：5px #888888 实线； */
}
.header-1-3-1{
	max-width: calc(100% - 40px );
	/* 厦大宽度 */
	position: relative;
	/* 位置：相对 */
	padding: 20px 20px 30px;
	/* 内边距:上px 左右px 下px */
	margin: 0 auto;
	/* 外边距：0 自动 */
	display: flex;
	align-items: flex-start; 
	/* 顶部对齐 */
}
.header-1-3-1 ul li{
	height: 50px;
	/* 高度 */
	list-style-type: none;
	/* 列表样式类型：无；*/
	padding: 0px 20px 0px 20px;
	/* 内边距:上px 左px 下px 右px*/
	border-bottom: 1px rgb(108 156 255 / 20%) solid;
	/* 边框-底部：5px #888888 实线； */
	display: flex;
	/* justify-content: center; */
	align-items: center; 
	/* 如果需要垂直居中 */
}
.header-1-3-1 ul li a{
    color: #3c3c3c;
	/* 文字颜色 */
	font-size: 15px; 
	/* 字体 大小 */
	font-weight: 800;
	/* 字体加粗 */
	line-height: 30px;
	/* 线条高度：66px；*/
	padding-left: 10px;
	/* 内边距:上px 左px 下px 右px*/
}

/* 导航 宽屏/窄屏二级 url菜单 */
.header-1-4{
	display: none;
	/* 显示：隐藏 */
	max-width: 100%;
	/* 厦大宽度 */
	background: rgb(255 255 255 / 95%);
	/* 背景颜色 */
	border-top: 1px rgb(108 156 255 / 50%) solid;
	/* 边框-底部：5px #888888 实线； */
}
.header-1-4-1{
	max-width: 1400px;
	/* 厦大宽度 */
	position: relative;
	/* 位置：相对 */
	padding: 20px 20px 30px;
	/* 内边距:上px 左右px 下px */
	margin: 0 auto;
	/* 外边距：0 自动 */
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start; 
	/* 顶部对齐 */
}
.header-1-4-1-1{
	width: calc(25% );
	/* 厦大宽度 */
	display: inline-block;
	/* 显示：内联块；*/
	/* cursor: pointer; */
	/* 鼠标：指针； */
	margin-bottom: 50px;
}
.header-1-4-1-1-title{
	display: flex;
	/* 需要垂直居中 */
	align-items: center;
	/* 对齐项：垂直居中 */
	padding: 6px 0px 6px 0px;
	/* 内边距:上px 左px 下px 右px*/
	margin: 0px 20px 10px;
	/* 外边距:上px 右左px 下px */
	border-bottom: 1px rgb(183 183 183) solid;
	/* 边框-底部：5px #888888 实线； */
}
.header-1-4-1-1-title h3{
	display: inline-block;
	/* 显示：内联块；*/
	color: #000;
	/* 文字颜色 */
	font-size: 16px; 
	/* 字体 大小 */
	font-weight: 800; 
	/* 字体加粗 */
	padding-left: 8px;
	/* 内边距:左px */
}
.header-1-4-1-1 ul li{
	list-style-type: none;
	/* 列表样式类型：无；*/
	padding: 5px 0px 5px 40px;
	/* 内边距:上px 左px 下px 右px*/
	display: flex;
	/* justify-content: center; */
	align-items: center; 
	/* 如果需要垂直居中 */
}
.header-1-4-1-1 ul li img{
	padding: 6px 5px 8px 5px;
}
.header-1-4-1-1 ul li a{
	color: #000000;
	/* 文字颜色 */
	font-size: 15px; 
	/* 字体 大小 */
	line-height: 20px;
	/* 线条高度：60px；*/
	padding: 6px 5px 8px 5px;
}
.header-1-4-1-1-li-1 img,
.header-1-4-1-1-li-1 a{
	border-bottom: 1px rgb(107 91 75 / 20%) solid;
	/* 边框-底部：5px #888888 实线； */
}
.header-1-4-1-1-li-2 img,
.header-1-4-1-1-li-2 a{
	border-bottom: 1px rgb(255 108 108) solid;
	/* 边框-底部：5px #888888 实线； */
}



/* AiyiWL 主视区 */
.global-1{
	width: 100%;
	/* 视窗宽度，100vw */
	position: relative;
	/* 位置：相对；*/
	/* overflow: hidden;
	/* 溢出：隐藏；*/
	background: rgb(215 228 255);
	/* 背景颜色 */
}
.global-1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, #ffffff, #ffffff, transparent);
}
.global-1-1{
	max-width: 1400px;
	/* 厦大宽度 */
	margin: 0 auto;
	/* 边距: 0 自动; */
	padding: 0px 20px 0px;
	/* 填充: 上 左右 下; */
	padding-top: 66px;
	/* 填充:-顶部 */
	display: flex;
	/* 显示：弹性布局 */
	flex-wrap: wrap;
	/* 强制单行排列 */
}
.layer-1-1{
	position: relative;
	/* 位置：相对 */
	width: 50%;
	/* 宽度 */
}
.layer-1-1-span{
    display: inline-block;
	/* 显示：内联块； */
	padding: 6px 25px;
	/* 内边距:上下 左右 */
	background: rgb(255 250 250);
	/* 背景颜色 */
	backdrop-filter: blur(6px);
	/* 背景滤镜：模糊（6px）*/
	border: 1px solid rgb(108 156 255);
	/* 边框 大小 直线 颜色 */
	box-shadow: 0 0 20px rgb(108 156 255 / 30%);
    /* 阴影 */
    border-radius: 50px;
	/* 边框圆角半径 */
	color: rgb(60 60 60);
	/* 文本颜色 */
    font-size: 15px;
	/* 字体大小 */
    font-weight: 500;
	/* 字体加粗 */
    margin:70px 0 35px;
    /* 外边距: 上 左右 下*/
}
.layer-1-1-span:hover{
    box-shadow: 0 0 20px rgb(108 156 255 / 50%);
	/* 阴影 */
}
.layer-1-1-span i{
	color: rgb(108 156 255);
	/* 文本颜色 */
	padding-right: 8px;
	/* 内边距-右侧 */
}
.layer-1-1-1{
	position: relative;
	/* 位置：相对 */
}
.layer-1-1-1 h3{
	display: inline-block;
	/* 显示：内联块； */
	color: rgb(60 60 60);
	/* 文本颜色 */
	font-size: 30px;
	/* 字体大小 */
	font-weight: 1000;
	/* 字体加粗 */
    border-left: 10px solid rgb(255 108 108);
	/* 边框-底部 */
	padding: 10px 0 0 25px;
	/* 内边距:上 右 下 左 */
	border-radius: 60px 0 0 0;	
}
.layer-1-1-1 h3 p{
	display: inline-block;
	/* 显示：内联块； */
	color: rgb(255 108 108);
	/* 文本颜色 */
}
.layer-1-1-1 h3 span{
	color: rgb(60 60 60);
	/* 文本颜色 */
	border-bottom:3px solid rgb(255 108 108);
	/* 边框-底部 */
}
.layer-1-1-p{
	margin:15px 0 0;
	/* 外边距: 上 左右 下*/
    color: rgb(60 60 60);
	/* 文本颜色 */
	font-size: 16px;
	/* 字体大小 */
	font-weight: 800;
	/* 字体加粗 */
}
.layer-1-1-p span{
	color: rgb(255 108 108);
	/* 文本颜色 */
}
.layer-1-1-button{
    display: inline-block;
	/* 显示：内联块； */
    margin:35px 0 70px;
    /* 外边距: 上 左右 下*/
}
.layer-1-1-button a{
	padding: 0px 20px;
	/* 内边距:上下px 右左px */
	line-height: 40px;
	/* 线条高度 */
	font-size: 14px;
	/* 文本 大小 */
	font-weight: 600; 
	/* 字体加粗 */
	cursor: pointer;
	/* 鼠标：指针； */
	display: inline;
	float: left;
}
.layer-1-1-button a i{
	margin-right: 8px;
	/* 外边距-右侧 */
}
.layer-1-1-button-1{
	margin-right: 20px;
	/* 外边距-右侧 */
	color: #ffffff;
    background: rgb(108 156 255);
    box-shadow: 0 8px 20px rgb(108 156 255 / 30%);
    border: 1px solid rgb(255 255 255);
	/* 边框-底部：5px #888888 实线 */
	transition: all 0.2s;
}
.layer-1-1-button-1:hover{
	background: rgb(255 108 108);
	box-shadow: 0 8px 20px rgb(255 108 100 / 30%);
	transition: all 0.2s;
}
.layer-1-1-button-2{
	color: #ffffff;
    background: rgb(108 156 255);
    box-shadow: 0 8px 20px rgb(108 156 255 / 30%);
    border: 1px solid rgb(255 255 255);
	/* 边框-底部：5px #888888 实线 */
	transition: all 0.2s;
}
.layer-1-1-button-2:hover{
	background: rgb(255 108 108);
	box-shadow: 0 8px 20px rgb(255 108 100 / 30%);
	transition: all 0.2s;
}

.layer-1-2{
	position: relative;
	/* 位置：相对 */
	display: flex;
	/* 显示: 弹性 */
	align-items: center;
	/* 对齐项：垂直居中 */
	width: 50%;
	/* 最大宽度 */
}
.layer-1-2-1{
	position: absolute;
	/* 位置：绝对；*/ 
	right: 0px;
	/* 右侧：0px；*/
	width: 75%;
	/* 厦大宽度 */
	background: rgb(60 60 60);
	/* 背景颜色 */
	border-top: 30px solid rgb(255 108 108);
	/* 边框-顶部 */
	border-left: 3px solid rgb(255 108 108);
	border-bottom: 3px solid rgb(255 108 108);
	border-right: 3px solid rgb(255 108 108);
    box-shadow: 0 8px 20px rgb(255 108 108 / 50%);
	padding: 20px 40px;
}
.layer-1-2-1-div{
	position: absolute;
	/* 位置：绝对；*/ 
	top: -30px;
	/* 顶部：0；*/
	right: 15px;
	/* 右侧：0px；*/
}
.layer-1-2-1-div span{
	display: inline-block;
	/* 显示：内联块； */
	width: 10px;
	/* 厦大宽度 */
	height: 8px;
	/* 高度 */
	margin-left: 5px;
	/* 外边距-右侧 */
	background: rgb(255 255 255);
	/* 背景颜色 */
}
.layer-1-2-1-code-1{
	color: #bbbbbb;
	/* 文字颜色  */
	font-size: 14px;
	/* 文本 大小 */
}
.layer-1-2-1-code-2{
	color: #00ffff;
	/* 文字颜色  */
	font-size: 14px;
	/* 文本 大小 */
}
.layer-1-2-1-code-2 span{
	color: #ff79c6;
	/* 文字颜色  */
}
.layer-1-2-1-code-3{
	color: #00ff88;
	/* 文字颜色  */
	font-size: 14px;
	/* 文本 大小 */
}



/* ECS云服务器 · 畅销套餐 */
.global-2{
	width: 100%;
	/* 视窗宽度，100vw */
	position: relative;
	/* 位置：相对；*/
	/* overflow: hidden;
	/* 溢出：隐藏；*/
	background: rgb(215 228 255);
	/* 背景颜色 */
	padding: 50px 0 80px;
	/* 填充:-顶部 */
}
.global-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, #ffffff, #ffffff, transparent);
}
.global-2-1{
	max-width: 1400px;
	/* 厦大宽度 */
	margin: 0 auto;
	/* 边距: 0 自动; */
	padding: 0px 20px 0px;
	/* 填充: 上 左右 下; */
	display: flex;
	/* 显示：弹性布局 */
	flex-wrap: wrap;
	/* 强制单行排列 */
}
.layer-2-1{
	width: 100%;
	/* 宽度 */
	text-align: center;
	/* 文本居中 */
	background-image: url(https://www.kkidc.com/activity/20241111_pz/images/title-center-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 5px;
	background-size: 100px auto;
}
.layer-2-1 H3{
	color: #181818;
	/* 文本颜色 */
	font-size: 25px;
	/* 字体大小 */
	font-weight: 1000;
	/* 字体加粗 */
}
.layer-2-1 h3::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 53px;
    height: 44px;
    background-image: url(https://www.kkidc.com/activity/20241111_pz/images/title-left-bg.png);
    top: 15px;
    margin-right: 4px;
    margin-left: 0px;
}
.layer-2-1 h3::after{
    content: '';
    display: inline-block;
    position: relative;
    width: 70px;
    height: 43px;
    background-image: url(https://www.kkidc.com/activity/20241111_pz/images/title-right-bg.png);
    top: 12px;
    margin-left: 8px;
}
.layer-2-1 H3 span{
	color: #ff6c6c;
	/* 文本颜色 */
	font-size: 25px;
	/* 字体大小 */
	font-weight: 1000;
	/* 字体加粗 */
}
.layer-2-1 p{
	color: #5B5563;
	/* 文本颜色 */
	font-size: 15px;
	/* 字体大小 */
	line-height: 30px;
	/* 线条高度：66px；*/
	padding-top: 10px;
	/* 填充: 上; */
}

.layer-2-2{
	width: 100%;
	/* 宽度 */
	border: 5px solid rgb(255 255 255);
	/* 边框 */
	padding: 10px 10px 30px;
	/* 填充: 上 左右 下 */
	margin: 50px 0 0;
	/* 边距: 上 左右 下 */
}
.layer-2-2-1{
	width: calc(100%);
	/* 厦大宽度 */
}
.layer-2-2-1-1{
	width: calc(25% - 26px);
	/* 厦大宽度 */
	display: inline-block;
	/* 显示：内联块；*/
	position: relative;
	/* 位置：相对 */
	margin: 15px 10px;
	/* 边距: 上下 左右 */
	border: 1px solid rgb(255 255 255);
	/* 边框 */
	background-image: url(https://www.kkidc.com/activity/20241111_pz/images/cloud-item3-bg.jpg);
	background-size: cover;
	box-shadow: 2.973px 2.677px 18px 0px rgba(41, 129, 255, 0.1);
}
.layer-2-2-1-1-1 {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 28px;
	font-weight: 600;
	/* 字体加粗 */
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px 0 26px;
    background: url(https://www.kkidc.com/activity/20241111_pz/images/tag.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.layer-2-2-1-1-2{
	padding: 5px 10px 6px;
	/* 填充: 上 左右 下 */
	background: linear-gradient(90deg, #6c9cff, #b6ceff, #ffffff00);
	/* 背景颜色 */	
	color: #ffffff;
	/* 文本颜色 */
	font-size: 20px;
	/* 字体大小 */
	font-weight: 700;
	/* 字体加粗 */
}
.layer-2-2-1-1-3{
	margin: 0px 10px;
	/* 边距: 上下 左右 */
	padding: 5px 10px 5px;
	/* 填充: 上 左右 下 */
	color: #00122c;
	/* 文本颜色 */
	font-size: 13px;
	/* 字体大小 */
	font-weight: 500;
	/* 字体加粗 */
	display: inline-block;
	/* 显示：内联块；*/
	border-bottom: 1px solid rgb(108 156 255 / 10%);
}
.layer-2-2-1-1-4{
	width: 92%;
	/* 宽度 */
	padding: 15px 0px 15px;
	/* 填充: 上 左右 下 */
	margin: 0px 4%;
	/* 边距: 上下 左右 */
	border-radius: 10px;
	/* 边框-圆角 */
}
.layer-2-2-1-1-4-1{
	width: calc(50% - 16.4px);
	/* 厦大宽度 */
	display: inline-block;
	/* 显示：内联块；*/
	text-align: center;
	/* 文本居中 */
	margin: 5px 5px;
	/* 边距: 上下 左右 */
	border: 2px solid #ffffff;
}
.layer-2-2-1-1-4-1 h3 {
	color: #000;
	/* 文本颜色 */
	font-size: 20px;
	/* 字体大小 */
	font-weight: 700;
	/* 字体加粗 */
	line-height: 60px;
	/* 线高 */
	text-align: center;
	/* 文本对齐：居中 */
}
.layer-2-2-1-1-4-1 h3 span{
	border-left: 5px solid #6c9cff;
	border-bottom: 1px solid #6c9cff;
	border-radius: 60px 0 0 0;	
	padding-left: 10px;
	padding-right: 5px;
	color: #6c9cff;
	/* 文本颜色 */
	font-size: 13px;
	/* 字体大小 */
	font-weight: 500;
	/* 字体加粗 */
	line-height: 60px;
	/* 线高 */
	text-align: center;
	/* 文本对齐：居中 */
}
.layer-2-2-1-1-5{
	width: 80%;
	/* 宽度 */
	margin: 0px 10%;
	/* 边距: 上下 左右 */
	text-align: right;
	/* 文本对齐：居右 */
}
.layer-2-2-1-1-5 h3{
	display: inline-block;
	/* 显示：内联块 */
	color: #ff6c6c;
	/* 文本颜色 */
	font-size: 20px;
	/* 字体大小 */
	font-weight: 1000;
	/* 字体加粗 */
	padding: 0px 5px 0px;
	/* 填充: 上 左右 下 */
	border-bottom:1px #ff6c6c solid;
	/* 边框-底部 */
}
.layer-2-2-1-1-5 h3 span{
	color: #000;
	/* 文本颜色 */
	font-size: 13px;
	/* 字体大小 */
	font-weight: 1000;
	/* 字体加粗 */
}
.layer-2-2-1-1-6{
	display: block;
	/* 显示：块 */
	width: 80%;
	/* 宽度 */
	margin: 15px 10% 30px;
	/* 边距: 上下 左右 */
	border-radius: 0px;
	/* 边框-圆角 */
	line-height: 40px;
	/* 线高 */
	color: #ffffff;
	/* 文本颜色 */
	text-align: center;
	/* 文本对齐：居中 */
	box-shadow: 0 8px 20px rgb(108 156 255 / 50%);
	border: 1px solid rgb(255 255 255);
	/* 边框-底部：5px #888888 实线 */
	background: linear-gradient(145deg, #6c9cff, #6c9cff);
	transition: all 0.2s;
}
.layer-2-2-1-1-6 i{
	margin-right: 8px;
	/* 外边距-右侧 */
}
.layer-2-2-1-1-6:hover{
	background: rgb(255 108 108);
	box-shadow: 0 8px 20px rgb(255 108 100 / 30%);
	transition: all 0.2s;
}

.layer-2-2-2{
	width: calc(100% - 60px);
    /* 宽度 92% */
    margin: 50px 30px 0px;
    /* 边距：上 左右 下 */
    background: transparent;
    /* 确保背景透明，便于观察 */
    position: relative;
    /* 作为内部绝对定位的参考容器（重要） */
}
.layer-2-2-2-1{
	width: 100%;
	/* 修改：原80%导致轨道不够长，现在占据父容器全宽，更符合预期 */
	height: 10px;
	/* 轨道高度10px，容纳圆点 */
	position: relative;
	/* 作为内部 .layer-2-2-1-7-1-1 和 .layer-2-2-1-7-1-2 的定位参考 */
}
.layer-2-2-2-1-1{
	width: 100%;
	height: 4px;
	/* 原2px稍微加粗，更明显 */
	background: linear-gradient(145deg, #6c9cff, #ff6c6c);
	border-radius: 50px;
	/* 增加圆角，更柔和 */
	position: relative;
	/* 位置：相对；*/
	top: 3px;
	/* 垂直居中 (父容器高10px，本高4px，top:3px 达到垂直居中) */
	left: 0;
	/* 确保从最左侧开始 */
}
.layer-2-2-2-1-2{
	width: 12px;
	/* 稍微增大，视觉更友好 */
	height: 12px;
	border-radius: 0%;
	background: rgb(255 108 108);
	/* 红色主色调 */
	position: absolute;
	top: -1px;
	/* 因为高度12px，父容器高10px，向上偏移1px，让圆点视觉居中于轨道线 */
	left: 0%;
	/* 默认0%，由JS动态控制 */
	transform: translateX(-50%);
	/* 关键：让圆点的中心对齐于 left 百分比位置，否则圆点左侧对齐不精确 */
	background-color: #ff6c6c;
	/* 更鲜亮的红色 */
	box-shadow: 0 0 0 3px rgba(255, 108, 108, 0.3);
	/* 增加光晕，更精致 */
	transition: left 0.2s ease-out;
	/* 平滑移动，提升体验 */
	cursor: default;
	z-index: 2;
}
.layer-2-2-2-1-2-1{
	position: absolute;
	/* 位置：绝对；*/
	top: -33px;
	/* 顶部：0 */
	left: -25px;
	/* 左侧：0 */
	width: 50px;
	/* 宽度 */
	height: 25px;
	/* 高度 */
	padding: 0px 5px 1px;
	/* 填充: 上 左右 下 */
	background: rgb(108 156 255 / 50%);
	/* 红色主色调 */
	border-radius: 50px;
	/* 增加圆角，更柔和 */
	color: #ffffff;
	/* 文本颜色 */
	font-size: 12px;
	/* 字体大小 */
	font-weight: 800;
	/* 字体加粗 */
	line-height: 25px;
	/* 线条高度：60px；*/
	text-align: center;
	/* 文本对齐：居中 */
}



/* 基础建设 */
.global-3{
	width: 100%;
	/* 视窗宽度，100vw */
	background: linear-gradient(145deg, #e8eef8, #e8eef8);
	/* 背景颜色 */
	position: relative;
	/* 位置：相对；*/
	/* overflow: hidden;
	/* 溢出：隐藏；*/
}
.global-3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, #ffffff, #ffffff, transparent);
	z-index: 2;
	/* 图层-索引 */
}
.global-3-1{
	position: relative;
	/* 位置：相对；*/
	max-width: 1400px;
	/* 厦大宽度 */
	margin: 0 auto;
	/* 边距: 0 自动; */
	padding: 0px 20px 0px;
	/* 填充: 上 左右 下; */
	display: flex;
	/* 显示：弹性布局 */
	flex-wrap: wrap;
	/* 强制单行排列 */
	justify-content: right;
	/* 水平居中 */
}
.global-3-1 video {
	height: auto;
	width: 70%;
	z-index: 1;
	/* 图层-索引 */
}
.layer-3-1{
	position: absolute;
	/* 位置：绝对；*/
	top: 0;
	left: 0;
	width: calc(100% - 40px);
	/* 厦大宽度 */
	text-align: center;
	/* 文本居中 */
	margin-top: 50px;
	/* 边距: 上下 左右 */
	padding: 0px 20px 0px;
	/* 填充: 上 左右 下; */
	z-index: 2;
	/* 图层-索引 */
}
.layer-3-1 H3{
	color: #181818;
	/* 文本颜色 */
	font-size: 25px;
	/* 字体大小 */
	font-weight: 1000;
	/* 字体加粗 */
}
.layer-3-1 H3 span{
	color: #ff6c6c;
	/* 文本颜色 */
	font-size: 25px;
	/* 字体大小 */
	font-weight: 1000;
	/* 字体加粗 */
}
.layer-3-1 p{
	color: #5B5563;
	/* 文本颜色 */
	font-size: 15px;
	/* 字体大小 */
	line-height: 30px;
	/* 线条高度：66px；*/
	padding-top: 10px;
	/* 填充: 上; */
}

.global-3-2{
	position: absolute;
	/* 位置：绝对；*/
	bottom: 0;
	left: 0;
	/* background: linear-gradient(90deg, rgb(215 228 255 / 25%), rgb(255 255 255 / 50%), rgb(215 228 255 / 25%));
	/* 背景颜色 */
	width: 100%;
	/* 宽度 */
	z-index: 2;
	/* 图层-索引 */
}
.layer-3-2{
	position: relative;
	/* 位置：相对；*/
	max-width: 1400px;
	/* 厦大宽度 */
	margin: 0 auto;
	/* 边距: 0 自动; */
	padding: 0px 20px 50px;
	/* 填充: 上 左右 下; */
	/*display: flex;
	/* 显示：弹性布局 */
	flex-wrap: wrap;
	/* 强制单行排列 */
}
.layer-3-2-1{
	background: linear-gradient(90deg, rgb(255 255 255), rgb(255 255 255 / 50%), rgb(255 255 255 / 0%));
	/* 背景颜色 */
	width: calc(50%);
	/* 厦大宽度 */
	/* display: inline-block;
	/* 显示：内联块；*/
	position: relative;
	/* 位置：相对 */
	margin: 15px 10px;
	/* 边距: 上下 左右 */
	padding: 20px 20px 20px;
	/* 填充: 上 左右 下; */
}
.layer-3-2-1:hover{
	background: linear-gradient(90deg, rgb(255 108 108 / 80%), rgb(255 108 108 / 40%), rgb(255 108 108 / 0%));
}
.layer-3-2-1:hover h3{
	color: #ffffff;
}
.layer-3-2-1:hover h3 i{
	color: #ffffff;
}
.layer-3-2-1 h3{
	color: #000000;
	/* 文字颜色 */
	font-size: 13px; 
	/* 字体 大小 */
	line-height: 20px;
	/* 线条高度：60px；*/
}
.layer-3-2-1 h3 i{
	color: #6c9cff;
	/* 文字颜色 */
	font-size: 25px; 
	/* 字体 大小 */
	line-height: 20px;
	/* 线条高度：60px；*/
	margin-right: 8px;
}
.layer-3-2-1 h3 span{
	font-size: 25px; 
	/* 字体 大小 */
}



/* Vip 注册 */
.global-4{
	width: 100%;
	/* 视窗宽度，100vw */
	height: 150px;
	/* 高度 */
	position: relative;
	/* 位置：相对；*/
	/* overflow: hidden;
	/* 溢出：隐藏；*/
	-webkit-user-select: none; 
	/* Chrome, Safari, Opera */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* 非标准语法，但得到了所有浏览器的支持 */
}
.global-4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, #ffffff, #ffffff, transparent);
	z-index: 3;
	/* 图层-索引 */
}
.global-4-1{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	/* 宽度 */
	height: 150px;
	/* 高度 */
	background: rgb(228 234 244);
	/* 背景颜色 */
	z-index: 1;
	/* 图层-索引 */
}
.global-4-2{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	/* 宽度 */
	height: 150px;
	/* 高度 */
    background: rgb(217 219 232);
	/* 背景颜色 */
	z-index: 1;
	/* 图层-索引 */
}
.global-4-3{
	max-width: 1400px;
	/* 厦大宽度 */
	height: 150px;
	/* 高度 */
	margin: 0 auto;
	/* 边距: 0 自动; */
	padding: 0px 20px 0px;
	/* 填充: 上 左右 下; */
	display: flex;
	/* 显示：弹性布局 */
	flex-wrap: wrap;
	/* 强制单行排列 */
	overflow: hidden;
	/* 溢出：隐藏；*/
	justify-content: center;
	/* 水平居中 */
	position: relative;
	/* 位置：相对；*/
	z-index: 2;
	/* 图层-索引 */
}
.global-4-3 img{
	width: 1400px;
	/* 厦大宽度 */
	height: 150px;
	/* 高度 */
	position: relative;
	/* 位置：相对；*/
	z-index: 1;
	/* 图层-索引 */
}

.global-4-3-1{
	position: absolute;
	top: 30px;
	left: 10%;
	z-index: 2;
	/* 图层-索引 */
	padding: 0px 20px;
	/* 内边距:上下px 右左px */
	margin: 0px 20px;
	/* 外边距 */
	color: #ffffff;
	/* 文本颜色 */
	font-size: 14px;
	/* 文本 大小 */
	font-weight: 600; 
	/* 字体加粗 */
	cursor: pointer;
	/* 鼠标：指针； */
	line-height: 44px;
	/* 线条高度：66px；*/
	background: rgb(108 156 255);
	box-shadow: 0 8px 20px rgb(108 156 255 / 30%);
	border: 1px solid rgb(255 255 255);
	transition: all 0.2s;
}
.global-4-3-1 i{
	margin-right: 8px;
	/* 外边距-右侧 */
}
.global-4-3-1:hover{
	background: rgb(255 108 108);
	box-shadow: 0 8px 20px rgb(255 108 100 / 30%);
	transition: all 0.2s;
}
.global-4-3 p{
	position: absolute;
	top: 90px;
	left: 10%;
	z-index: 2;
	/* 图层-索引 */
	color: #000;
	/* 文本颜色 */
	font-size: 13px;
	/* 文本 大小 */
	font-weight: 600; 
	/* 字体加粗 */
	line-height: 30px;
	/* 线条高度：66px；*/
	padding: 0px 15px;
	background: rgb(255 255 255 / 50%);
	border-radius: 50px ;
}
.global-4-3 p span{
	color: rgb(255 0 0);
	/* 文本颜色 */
}
.global-4-3 p a{
	color: #000;
	/* 文本颜色 */
}




/* img 图像大小设置 */
.img-width-10{
    width: 10px;
	/* 宽度 */
	height: 10px;
	/* 高度 */
}
.img-width-11{
    width: 11px;
	/* 宽度 */
	height: 11px;
	/* 高度 */
}
.img-width-12{
    width: 12px;
	/* 宽度 */
	height: 12px;
	/* 高度 */
}
.img-width-13{
    width: 13px;
	/* 宽度 */
	height: 13px;
	/* 高度 */
}
.img-width-14{
    width: 14px;
	/* 宽度 */
	height: 14px;
	/* 高度 */
}
.img-width-15{
    width: 15px;
	/* 宽度 */
	height: 15px;
	/* 高度 */
}
.img-width-16{
    width: 16px;
	/* 宽度 */
	height: 16px;
	/* 高度 */
}
.img-width-17{
    width: 17px;
	/* 宽度 */
	height: 17px;
	/* 高度 */
}
.img-width-18{
    width: 18px;
	/* 宽度 */
	height: 18px;
	/* 高度 */
}
.img-width-19{
    width: 19px;
	/* 宽度 */
	height: 19px;
	/* 高度 */
}
.img-width-20{
    width: 20px;
	/* 宽度 */
	height: 20px;
	/* 高度 */
}
.img-width-21{
    width: 21px;
	/* 宽度 */
	height: 21px;
	/* 高度 */
}
.img-width-22{
    width: 22px;
	/* 宽度 */
	height: 22px;
	/* 高度 */
}
.img-width-23{
    width: 23px;
	/* 宽度 */
	height: 23px;
	/* 高度 */
}
.img-width-24{
    width: 24px;
	/* 宽度 */
	height: 24px;
	/* 高度 */
}
.img-width-25{
    width: 25px;
	/* 宽度 */
	height: 25px;
	/* 高度 */
}
.img-width-26{
    width: 26px;
	/* 宽度 */
	height: 26px;
	/* 高度 */
}



/* 列表页 */
.server-dashboard {
    max-width: 1400px;
    margin: 40px auto;
}
.hero-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    padding: 30px 50px;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
	border: 1px rgb(215 228 255) solid;
}

/* 标题 */
.hero-title {
    border-left: 10px solid rgb(255 108 108);
    padding: 10px 0 0 25px;
    border-radius: 60px 0 0 0;
    display: flex;
	align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
}
.hero-title h1 {
    font-size: 30px;
	font-weight: 1000;
    background: linear-gradient(120deg, #333333, #333333);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -0.3px;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid rgb(215 228 255);
}
.hero-title-model {
	color: rgb(255 108 108);
	font-weight: 1000;
}

/* 选择项 */
.filter-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 15px 0px;
}
.filter-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: rgb(108 155 254 / 10%);
    padding: 10px 20px 10px 20px;
}
.filter-item label {
    font-weight: 500;
    color: #000000;
    font-size: 0.85rem;
}
.filter-select {
    padding: 10px 20px 10px 20px;
    border: 1px solid #cfddee;
    background: white;
    font-weight: 500;
    font-size: 0.85rem;
    font-family: inherit;
    cursor: pointer;
    outline: none;
    min-width: 120px;
	/* 移除原生箭头 */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	/* 自定义箭头 SVG（灰色三角） */
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
	background-repeat: no-repeat;
	background-size: 15px;
	/* 关键：箭头距离右侧边框 4px（比默认原生更靠右，实现“右移一些”） */
	background-position: right 8px center;    
	cursor: pointer;
}
.filter-select:hover {
    border-color: #cfddee;
}
.filter-select:focus {
    border-color: #000;
	/* 绿色 */
    outline: none;
	/* 去掉默认的focus轮廓，使自定义边框更明显 */
}
.filter-select:focus {
    outline: none;

}

/* 重置筛选 */
.reset-btn-1 {
	padding: 0px 20px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline;
    float: left;
    gap: 6px;
	border-radius: 50px;
	color: rgb(255 255 255);
	box-shadow: 0 4px 10px rgb(108 156 255 / 50%);
	border: 1px solid rgb(255 255 255);
	background: linear-gradient(145deg, #6c9cff, #6c9cff);
	transition: all 0.2s;
}
.reset-btn-1 i {
	padding-right: 8px;
}
.reset-btn-1:hover {
	background: rgb(255 108 108);
	box-shadow: 0 4px 10px rgb(255 108 100 / 30%);
	transition: all 0.2s;
}
.reset-btn-2 {
	padding: 0px 20px;
	line-height: 36px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	display: inline;
	float: left;
	gap: 6px;
	border-radius: 50px;
    color: rgb(255 255 255);
    box-shadow: 0 4px 10px rgb(169 169 169 / 50%);
    border: 1px solid rgb(255 255 255);
    background: linear-gradient(145deg, #a9a9a9, #a9a9a9);
    transition: all 0.2s;
}
.reset-btn-2 i {
	padding-right: 8px;
}



/* 列表页 */
.table-container {
    background: white;
    overflow-x: auto;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border: 1px rgb(215 228 255) solid;
}
.server-table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
    width: auto;
    min-width: 100%;
}

/* 固定列宽 */
.server-table th:nth-child(1) { width: 150px; min-width: 120px; }
.server-table th:nth-child(2) { width: 150px; min-width: 80px; }
.server-table th:nth-child(3) { width: 150px; min-width: 80px; }
.server-table th:nth-child(4) { width: 150px; min-width: 100px; }
.server-table th:nth-child(5) { width: 150px; min-width: 100px; }
.server-table th:nth-child(6) { width: 150px; min-width: 100px; }
.server-table th:nth-child(7) { width: 150px; min-width: 130px; }
.server-table th:nth-child(8) { width: 150px; min-width: 130px; }
.server-table th:nth-child(9) { width: 200px; min-width: 110px; }
.server-table th {
    background: rgb(108 155 254 / 10%);
    padding: 1rem 0.6rem;
    font-weight: 700;
    color: #000;
    font-size: 0.85rem;
    border-bottom: 1px solid rgb(215 228 255);
    text-align: center;
    white-space: nowrap;
}
.server-table td {
    padding: 1rem 0.4rem;
    text-align: center;
    border-bottom: 1px solid #d7e4ff;
    vertical-align: middle;
    color: #1f384f;
    font-weight: 500;
    white-space: nowrap;
}
.server-table tbody tr:hover td {
    background-color: #f7fafe;
}
/* 操作列右侧固定 */
.server-table th:last-child,
.server-table td:last-child {
    position: sticky;
    right: 0;
    background-color: #ffffff;
    z-index: 10;
    border-left: 1px solid rgb(215 228 255 / 30%);
}
.server-table tbody tr:nth-child(even) td:last-child {
    background-color: #ffffff;
}
.server-table tbody tr:hover td:last-child {
    background-color: #f7fafe !important;
}
.server-table thead tr th:last-child {
    background: rgb(240 245 255);
    z-index: 20;
}
.spec-chip {
    background: rgb(108 155 254 / 10%);
    display: inline-block;
    padding: 5px 15px 6px 15px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.8rem;
}
.price-month, .price-year {
    font-weight: 700;
    padding: 5px 15px 6px 15px;
    border-radius: 30px;
    display: inline-block;
    font-size: 0.85rem;
}
.price-month {
    background: rgb(255 108 108 / 10%);
    color: rgb(255 108 108);
}
.price-year {
	background: rgb(255 108 108);
	color: rgb(255 255 255);
}
.price-year i {
	padding-right: 8px;
}
.price-month i {
	padding-right: 8px;
}
.btn-purchase {
    padding: 0px 20px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
	float: none;
    gap: 6px;
    border-radius: 50px;
    color: rgb(255 255 255);
    box-shadow: 0 4px 10px rgb(108 156 255 / 50%);
    border: 1px solid rgb(255 255 255);
    background: linear-gradient(145deg, #6c9cff, #6c9cff);
    transition: all 0.2s;
}
.btn-purchase:hover {
    background: rgb(255 108 108);
    box-shadow: 0 4px 10px rgb(255 108 100 / 30%);
    transition: all 0.2s;
}
.btn-purchase i {
	padding-right: 8px;
}
.empty-message td {
    text-align: center;
    padding: 3rem 1rem;
    background: #fefcf7;
    color: #6f8eaa;
    font-size: 0.9rem;
}




/* 底部页脚 */
footer{
	width: 100%;
	/* 宽度 */
	background: rgb(30 50 100);
	/* 背景颜色 */
	position: relative;
	/* 位置：相对 */
}
.footer-1{
	position: relative;
	/* 位置：相对 */
	max-width: 1400px;
	/* 厦大宽度 */
	padding: 0 20px;
	/* 内边距:上下px 左右px*/
	margin: 0 auto;
	/* 外边距：0 自动 */
}

/* 底部页脚 二维码 */
.footer-1-1{
	width: calc(65% - 3px);
	/* 宽度 */
	padding: 23px 0 20px;
	/* 内边距:上下px 左右px*/
	display: inline-block;
	/* 显示：内联块；*/
	vertical-align: top;
	/* 顶部对齐 */
	text-align:left; 
	/* 文本 右对齐 */
}
.footer-1-1-1{
	width: 100%;
	/* 宽度 */
}
.footer-1-1-1 img{
	width: 80px;
	/* 宽度 */
	height: 80px;
	/* 高度 */
	margin-right:15px;
	/* 外边距：0 自动 */
	border: 8px rgb(255 255 255) solid;
	/* 边框：5px #888888 实线； */
	cursor: pointer;
	/* 鼠标：指针； */
}

/* 底部页脚 版权 */
.footer-1-2{
	width: calc(35% - 3px);
	/* 宽度 */
	padding: 23px 0 20px;
	/* 内边距:上下px 左右px*/
	display: inline-block;
	/* 显示：内联块；*/
	vertical-align: bottom;
	/* 底部对齐 */
	text-align:right;
	/* 文本 右对齐 */
}
.footer-1-2-1{
	width: 100%;
	/* 宽度 */
}
.footer-1-2-1 p{
	color: #ffffff;
	/* 颜色：#989898；*/
	font-size: 12px;
	/* 文本 大小 */
	line-height: 28px;
	/* 线条高度：60px；*/
}
.footer-1-2-1 p a{
	color: #ffffff;
	/* 颜色：#989898；*/
}
.footer-1-2-1 p a:hover {
	color: #00ffaa;
	/* 颜色：#989898；*/
}

/* 底部页脚 二维码 全屏特效 */
#footeR-2{
	display: none;
	/* 隐藏 */
	position: fixed;
	/* 位置：固定 */
	top: 0; 
	/* 顶部 */
	left: 0;
	/* 左侧 */
	width: 100%;
	/* 视窗宽度 */
	height: calc(100vh);
	/* 视窗高度 */
	min-height: 800px;
	/* 最小视窗高度 */
	overflow: hidden;
	/* 溢出：隐藏；*/
	vertical-align:bottom;
	/* 垂直对齐：底部；*/
	background: rgb(30 50 100 / 90%);
	/* 背景颜色 */
	z-index: 10;
	/* 图层-索引 */
}
#footeR-2 .Close-code{
	position: absolute;
	/* 位置：绝对；*/
	top: calc(50% - 190px);
	/* 顶部 */
	right: calc(50% - 190px);
	/* 左侧 */
	width: 20px;
	/* 视窗宽度 */
	height: 20px;
	/* 视窗高度 */
	padding: 10px 10px 10px;
	/* 内边距:上下px 左右px*/
	background: rgb(0 0 0 / 60%);
	/* 背景颜色 */
	border-radius: 5px 5px 5px 5px;
	/* 边界半径：左上px 右上px 右下px 左下；*/
	cursor: pointer;
	/* 鼠标：指针； */
}
#footeR-2 .Close-code img{
	width: 20px;
	/* 视窗宽度 */
	height: 20px;
	/* 视窗高度 */
}
#footeR-2-1{
	height: calc(100vh);
	/* 视窗高度 */
	min-height: 800px;
	/* 最小视窗高度 */
	display: flex;
	align-items: center;
	justify-content: center;
	/* 显示：居中 */
}
#footeR-2-1 img{
	width: 300px;
	/* 视窗宽度 */
	height: calc(300px);
	/* 视窗高度 */
	border: 10px rgb(255 255 255) solid;
	/* 边框：5px #888888 实线； */

}
#footeR-2-1-1{
	display: none;
	/* 隐藏 */
}
#footeR-2-1-2{
	display: none;
	/* 隐藏 */
}
#footeR-2-1-3{
	display: none;
	/* 隐藏 */
}
#footeR-2-1-4{
	display: none;
	/* 隐藏 */
}




@media all and (max-width:1439px) {
	/* 导航 菜单按钮 */
	.header-1-1-menu{
		display: block;
		/* 显示 */
	}
	/* 导航 logo */
	.header-1-1-img{
		left: 70px;
		/* 左侧：0 */
	}
	/* 导航 宽屏 url菜单 */
	.header-1-1-url{
		display: none;
		/* 隐藏 */
	}
	/* 导航 宽屏/窄屏二级 url菜单 */
	.header-1-4-1-1{
	    width: calc(50% );
	    /* 厦大宽度 */
	}
	
	/* AiyiWL 主视区 */
	.global-1{
		width: calc(100%);
		/* 厦大宽度 */
	}
	.layer-1-1{
		width: 100%;
		/* 宽度 */
		text-align: center;
		/* 文本居中 */
	}
	.layer-1-2{
		width: 100%;
		/* 宽度 */
		justify-content: center;
		/* 水平居中 */
		margin:0 0 50px;
		/* 外边距: 上 左右 下*/
	}
	.layer-1-2-1{
		position: relative;
		/* 位置：相对 */
		width: 80%;
		/* 宽度 */
	}


	/* ECS云服务器 · 畅销套餐 */
	.layer-2-2-1-1{
		width: calc(50% - 25px);
		/* 厦大宽度 */
	}
	
	
	/* 基础建设 */
	.global-3-1{
		justify-content: center;
		/* 水平居中 */
	}
	.global-3-1 video {
		width: 100%;
	}
	
	
	/* 列表页 */
	.server-dashboard {
		margin: 40px 20px;
	}	
	.filter-item{
	    width: 100%;
	}


}

@media all and (max-width:799px) {
	/* AiyiWL 主视区 */
	.layer-1-1 h3{
		font-size: 23px;
		/* 字体大小 */
	}
	/* 导航 宽屏/窄屏二级 url菜单 */
	.header-1-4-1-1{
	    width: calc(100% );
	    /* 厦大宽度 */
	}
	
	
	/* ECS云服务器 · 畅销套餐 */
	.layer-2-2-1-1{
		width: calc(100% - 25px);
		/* 厦大宽度 */
	}
	
	
	/* 基础建设 */
	.layer-3-2{
		padding: 0px 20px 20px;
		/* 填充: 上 左右 下; */
	}
	.layer-3-1 {
	    position: relative;
	    /* 位置：相对 */
	}
	.layer-3-2-1{
		width: calc(100% - 60px);
		/* 厦大宽度 */
	}
	
	
	/* 列表页 */
	.server-dashboard {
		margin: 40px 0px;
	}
	.hero-card {
		padding: 30px 30px;
		box-shadow: none;
		border: none;
	}
	.hero-card::after {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 2px;
	    background: linear-gradient(90deg, transparent, rgb(108 156 255 / 10%), rgb(108 156 255 / 20%), rgb(108 156 255 / 10%), transparent);
	}
	.filter-item {
	    width: 100%;
	}
	.table-container {
		box-shadow: none;
		border: none;
	}
	
	
	
	
	
	
	.footer-1{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start; 
		/* 顶部对齐 */
	}
	.footer-1-1{
		width: calc(100%);
		/* 宽度 */
		text-align:center;
		/* 文本 右对齐 */
	}
	.footer-1-1-1 img{
		width: 80px;
		/* 宽度 */
		height: 80px;
		/* 高度 */
		margin: 0 6px;
		/* 外边距：0 自动 */
		border: 6px rgb(255 255 255) solid;
		/* 边框：5px #888888 实线； */
	}
	.footer-1-2{
		width: calc(100%);
		/* 宽度 */
		text-align:center;
		/* 文本 右对齐 */
		padding: 20px 0 20px;
		/* 内边距:上下px 左右px*/
		border-top: 1px rgb(255 255 255 / 20%) solid;
		/* 边框：5px #888888 实线； */
	}
	
	

}