*{
	padding: 0;
	margin: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
*:before,
*:after {
  content: "";
  position: absolute;
}
body {
    cursor:url('../image/11.ico'),auto;
    text-align: center;
	background-color: #F9F9F9;
}
.loading-animations
 {
        background: #E6E8FA;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
} 
.gegga {
  width: 0;
}
.snurra {
  filter: url(#gegga);
}
.stopp1 {
  stop-color: #f700a8;
}
.stopp2 {
  stop-color: #ff8000;
}
.halvan {
  animation: Snurra1 10s infinite linear;
  stroke-dasharray: 180 800;
  fill: none;
  stroke: url(#gradient);
  stroke-width: 23;
  stroke-linecap: round;
}
.strecken {
  animation: Snurra1 3s infinite linear;
  stroke-dasharray: 26 54;
  fill: none;
  stroke: url(#gradient);
  stroke-width: 23;
  stroke-linecap: round;
}
.skugga {
  filter: blur(5px);
  opacity: 0.3;
  position: absolute;
  transform: translate(3px, 3px);
}
@keyframes Snurra1 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -403px;
  }
}
.dmx {
	content: url(https://pic.ziyuan.wang/user/HK-7/2024/03/1_9132d2359b0a9.gif);
	width: 14rem;
	height: 14rem;
    bottom: 0;
	right : -15px;
	z-index:10;
    position: fixed;
	cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
@media(max-width: 764px){
	.dmx {width: 7rem;
          height: 7rem;
          top:1px;
         right : -22px}
}
#pc{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% ;
	z-index: 9;
	display: none;
	background-color: #FFFFFF;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
/* 特殊英文字体引入
实现方式: font: 26px Arial,sans-serif; */
@font-face {
	font-family:Arial;src:url("../font/hk.ttf")
}
#etext{
	width: 100%;
	height: 100%;
	line-height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	transform: translateY(50%);
	color: #f900ef;
	font-size: 22px;
	font-weight: bolder;
	letter-spacing: 2px;
}
#ebg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	/* 站点背景图片 */
	background-image: url(https://pic.ziyuan.wang/user/HK-7/2024/01/start_7dfe9200dc03e.png);
	/* background-image: url(图片api路径); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#ebga{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	height: 0%;
	background-color: rgba(40,40,40,0.3);
}

/*-----内容区域------*/
#content{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	height: 0%;
	background-color: rgba(249,249,249,0.7);
	border-radius: 8px;
	box-shadow: 0px 0px 20px rgba(40,40,40,0.1);
	z-index: 7;
	overflow: hidden;
	transition: 0.5s;
}
/*-----内容区域-左侧------*/
#cleft{
	width: 18%;
	height: 100%;
	background-color: rgba(254,254,254,1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	transition: 0.5s;
	box-sizing: border-box;
}
.cleft_top{
	width: 100%;
	height: 200px;
}
.cleft_topbg{
	width: 100%;
	height: 130px;
	/* 左上角头像下面的背景图片 */
	background-image: url(https://pic2.ziyuan.wang/user/HK-7/2025/06/ct_0dc267d65f0c5.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.cleftbg_img{
	width: 110px;
	height: 110px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -42px;
	margin: auto;
	transform: rotate(0);
	transition: all ease 1s;
    cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
.cleftbg_img:hover{
	transform: rotate(360deg);
}
.cleftbg_img img{
	width: 100%;
}
.cleftbg_p{
	width: 90%;
	padding-bottom: 3px;
	margin: 39px auto 0;
	font-size: 14px;
	font-weight: 555;
	letter-spacing: 1px;
	color: #9facb2;
	border-bottom: 2px solid #ececec;
}
#cleft li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background-color: #F9F9F9;
	cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
#cleft li:nth-child(1){
	background-color: #ececec;
}
#cleft li:hover{
	background-color: #efefef;
}
#cleft li:hover span{
	color: #67737a;
}
#cleft li:hover img{
	transform: scale(1.1);
}
#cleft li img{
	float: left;
	width: 20px;
	margin-top: 10px;
	margin-left: 18%;
	transition: 0.3s;
}
#cleft li span{
	display:inline-block;
    font: 12px Arial,sans-serif;
	font-weight: 400;
	color: #68747c;
	margin-left: 12%;
}

/*-----内容区域-右侧------*/
#cright{
	width: 82%;
	height: 100%;
	float: right;
	box-sizing: border-box;
	transition: 0.5s;
	position: relative;
}
/*-----Nav01-首页-内容区域-右侧------*/
#nav01{
	width: 100%;
	height: 100%;
	background-color: #efefef;
	/* 首页页面背景图片 */
	background-image: url(https://pic2.ziyuan.wang/user/HK-7/2025/06/shouye_03d7074b04230.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 7;
}
.nav01_left{
	width: 40%;
	height: 100%;
	margin-left: 5%;
	padding-left: 2%;
	float: left;
	transition: 0.5s;
	position: relative;
}
.nav01_logo{
	width: 100%;
	text-align: left;
	margin-top: 16px;
}
.nav01_logo img{
	width: 45px;
	float: left;
}
.nav01_logo h4{
	margin-left: 50px;
	font: 50px Arial,sans-serif;
	text-shadow: 5px 5px 5px #909090;
}
.nav01_logo h4 span{
	font: 30px Arial,sans-serif;
	margin-left: 4px;
	text-shadow: 5px 5px 5px #909090;
}
.nav01_wz{
	width: 100%;
	margin-top:18%;
	text-align: left;
}
.nav01_wz h5{
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: 300;
	color: #ff0000;
}
.nav01_wz h1{
	font: 4em Arial,sans-serif;
	text-shadow: 10px 10px 10px #909090;
	letter-spacing: 0.3em;
	font-weight: 700;
	color: #ee7544;
	margin-top: 6px;
	margin-bottom: 16px;
}
.nav01_wz h4{
	font: 1.8em Arial,sans-serif;
	text-shadow: 5px 5px 5px #909090;
	letter-spacing: 0.5em;
	font-weight: 500;
	color: #f55b34;
}
.nav01_wz h3{
	font-size: 1.3em;
	letter-spacing: 0.2em;
	font-weight: bolder;
	color: #2e284c;
	margin-top: 8px;
}
.nav01_but{
	margin-top: 14%;
}
.nav01_but div{
	float: left;
	height: 36px;
	padding: 0px 40px;
	margin: 0px 10px;
	/* 按钮边框颜色 */
	border: 3px solid #41A7ED;
	font-size: 15px;
	font-weight: 777;
	line-height: 30px;
	letter-spacing: 2px;
	border-radius: 10px;
    transition: 0.5s;
	cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
.nav01_but01{
	/* 首页探索按钮颜色 */
	color: #F9F9F9;
	background-color: rgba(11,60,233,0.5);
}
.nav01_but div:hover{
	color: #E84BFA;
	background-color: rgba(1,147,247,0.5);
	box-shadow: 0px 0px 10px rgba(40,40,40,0.2);
}
.nav01_right{
	width: 20%;
	height: 100%;
	padding-right: 2%;
	float: right;
	position: relative;
}
.nav01_tpw{
	margin-top: 20px;
	text-align: right;
}
.nav01_tpw h3{
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #4b9cdb;
}
.nav01_fooder{
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	margin: auto;
	color: #c60082;
	font-size: 20px;
	text-shadow: 0px 0px 5px #fff;
}
.nav01_fooder a{
    color: #490eb6;
	cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
/* 字下面滑块特效 */
.bar {
  float: left;
  width: 25px;
  height: 3px;
  margin-top: -3px;
  border-radius: 2px;
  background-color: #4b9cdb;
}
.bar {
  animation:loadingJ 5s infinite;
}
@keyframes loadingJ {
  0% {
    transform: translate(0, 0);
  }
  25%{
    background-color: #f5634a;
    width: 55px;
  }
  50%{
    transform: translate(180px, 0);
    background-color: #f5634a;
    width: 15px;
  }
  75%{
    background-color: #f5634a;
    width: 55px;
  }
  100% {
    transform: translate(0, 0);
  }
}

/*-----Nav02-关于本站-内容区域-右侧------*/
#nav02{
	width: 100%;
	height: 100%;
	background-color: #efefef;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
}

.nav02_bg{
	width: 100%;
	height: 350px;
	/* 关于站长页面顶部头图 */
	background-image: url(https://pic2.ziyuan.wang/user/HK-7/2025/06/zz_c90955f78adb5.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}
.nav0278_bt{
	width: 240px;
	height: 60px;
	line-height: 60px;
    font-weight: 777;
	/* 顶图文字背景颜色 */
	background-image: linear-gradient(to top left,#25d8df , #CD69C9);
	border-radius: 5px;
	padding: 0px 10px;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
	color: #282828;
	text-shadow: 0 0 2px #0421F8;
	font-size: 22px;
	letter-spacing: 1px;
}
.nav02_shijian{
	font: 21px Arial,sans-serif;
	font-weight: 555;
	margin: 65px 0 0;
	color: #000000;
	text-shadow: 0 0 5px #0ff;
}
.nav02_kj{
	width: 90%;
	margin: 60px auto 10px auto;
	text-align: left;
	overflow: hidden;
}
.nav02_kj h3{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #000000;
	margin: 0 0 45px;
}
.nav02_grzl_headimg{
	width: 25%;
	height: 100%;
	border-right: 1px dashed rgba(40,40,40,0.2);
	float: left;
}
.nav02_grzl_headimg img{
	width: 120px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(40,40,40,0.1);
}
.nav02_grzl_headimg a{
	display: inline-block;
	width: 50%;
	height: 36px;
	border-radius: 4px;
	background-color:rgba(133,208,250,0.7);	/* 联系站长按钮 */
	color: #f9f9f9;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	margin-top: 30px;
}
.nav02_grzl_headimg a:hover{
	color: #FF0000;
	background-color: rgba(133,208,250,0.8);
	cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
.nav02_grzl_txt{
	width: 70%;
	height: 100%;
	float: left;
	padding-left: 10%;
}
/*联系图标*/
.nav02_grzl_txt img{
	width: 23px;
	height: 23px;
	margin: 15px 5px 0;
}
.exnav02_tx a{
	color: rgba(40,40,40,0.9);
}
.nav02_grzl_txt a:hover{
	   color: #F8575A;
       cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
 }
.nav02_kj p{
	width: 90%;
	text-align: justify;
	line-height: 40px;
	text-indent: 1em;
	font-size: 17px;
	text-shadow: 10px 10px 10px #909090;
	font-weight: 400;
	letter-spacing: 2px;
	color: rgba(40,40,40,0.9);
	border-bottom: 2px dashed rgba(40,40,40,0.2);
}
.mb03{
}
.mb03>p{
	border: 0px;
	clear: left;
}
.mb03>div{
	width: 20%;
	height: 222px;
	float: left;
	margin: 20px 5%;
	border-radius: 6px;
	text-align: center;
	background-color: #F5F5F5;
    transition: 0.5s;
	cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
.mb03>div:hover{
	background-color: rgba(245,245,245,0.7);
	box-shadow: 0px 0px 10px rgba(40,40,40,0.2);
}
.mb03>div img{
	width: 85%;
	margin-top: 16px;
	border-radius: 8px;
}
.ebpx2{
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #535353;
	margin: 30px 0px;
}
.ebpx2 a {
    color:#6b6b6b;
     
 }
.ebpx2 a:hover {
    color:#000000;
    text-decoration: underline;
    cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
 }
/*-----Nav03-HK.工作室-----*/
#nav03{
	width: 100%;
	height: 100%;
	background-color: #efefef;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.nav03_p{
	width: 100%;
	height: 60%;
	background: #FFFFFF;
}
.nav03_hkgzs{
	content: url(../image/logo.svg);
	width: 470px;
	height: 190px;
	margin: 0 auto;
}
.nav03_p h5{
	font-size: 25px;
	color: #282828;
	font-weight: 700;
    text-shadow: 0 0 2px #0ff;
	letter-spacing: 8px;
    margin: 17px 0 27px 0;
}
.nav03_p img{
	width: 115px;
	height: 115px;
	transform: rotate(0);
	transition: all ease 1s;
}
.nav03_p img:hover{
	transform: rotate(360deg);
	cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
.nav03_team{
	width: 100%;
	height: 40%;
	background-color: #FFFFFF;
}
.nav03_team img{
	width: 360px;
}
.nav03_team>p{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 17px;
	font-weight: 777;
	color: #000000;
	letter-spacing: 2px;
}
/* -----Nav04-站点合集----- */
#nav05{
	width: 100%;
	height: 100%;
	background-color: #efefef;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.nav05_top{
	width: 100%;
	height: 420px;
	/* 站点合集页面顶部头图 */
	background-image: url(https://pic.ziyuan.wang/user/HK-7/2024/01/zhandian_d407d14975cfe.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 60px;
}
.nav05_topbgkj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.nav05_top_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	/* 站点合集页面顶部头图 */
	background-image: url(https://pic2.ziyuan.wang/user/HK-7/2025/06/zhandian_68c43ce12fe67.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: nav05_bg 5s infinite;
}
.nav05_top_tx01{
	width: 150px;
	height: 145px;
	position: absolute;
	z-index: 5;
	background-image: url(../image/yuhangyuan.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: nav05_yhy 20s infinite;
}
.nav05_top_tx02{
	width: 300px;
	height: 300px;
	position: absolute;
	z-index: 5;
	background-image: url(https://pic2.ziyuan.wang/user/HK-7/2025/06/jing_8f2a9fb1035bd.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: nav05_jy 20s infinite;
}
.nav05_top_fj{
	width: 80px;
	height: 60px;
	background-image: linear-gradient(to top left,#caff85 , #87f3c6);/* 顶图小飞机背景颜色 */
	border-radius: 5px;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 5;
	box-shadow: 0px 0px 10px rgba(40,40,40,0.2);
	
}
.nav05_top_fj img{
	width: 30px;
	animation: nav05_fj 5s infinite;
}
/* 动画定义 */
@keyframes nav05_bg
{
0%   {opacity: 0;}
50%  {opacity: 0.6;}
100% {opacity: 0;}
}
@keyframes nav05_yhy
{
	0%
	{
		top: 5%;
		left: 3%;
	}
	35%
	{
		top: 12%;
		left: 9%;
	}
	100%
	{
		top: 5%;
		left: 3%;
	}
}
@keyframes nav05_jy
{
	0%
	{
		bottom: -15%;
		right: -20%;
	}
	35%
	{
		bottom: -10%;
		right: -10%;
	}
	100%
	{
		bottom: -15%;
		right: -20%;
	}
}
@keyframes nav05_fj
{
	0%
	{
		margin-top: 25px;
	}
	40%
	{
		margin-top: 5px;
	}
	100%
	{
		margin-top: 25px;
	}
}
.nav05_centent{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: linear-gradient( 90deg, rgba(247, 149, 51, .1), rgba(243, 112, 85, .1) 15%, rgba(239, 78, 123, .1) 30%, rgba(161, 102, 171, .1) 44%, rgba(80, 115, 184, .1) 58%, rgba(16, 152, 173, .1) 72%, rgba(7, 179, 155, .1) 86%, rgba(109, 186, 130, .1));
	text-align: center;
}
.nav05_centent_tit{
	text-align: center;
}
.nav05_centent_tit h1{
	font-size: 32px;
    letter-spacing: 2.2px;
    text-shadow: 0 0 3px #0421F8;
}
.nav05_centent_tit p{
	color: rgba(68, 63, 63, 0.5);
	font-size: 18px;
    font-weight: 555;
    letter-spacing: 2px;
}
.nav05_centent_mb{
	width: 28%;
	height: 250px;
	margin: 30px 2.6%;
	float: left;
	position: relative;
}
.nav05_centent_mb a{
	width: 100%;
	height: 100%;
	border-radius: 8px;
	text-align: left;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
    cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
.nav05_centent_mb>a>div{
	width: 100%;
	height: 155px;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
	background: #E6E8FA;
}
.nav05_centent_mb>a>div img{
	text-align: center;
    width: 100%;
	height: 100%;
}
.nav05_centent_mb>a>h3{
	margin-left: 8%;
	margin-top: 17px;
	color: #606060;
	font-size: 18px;
	text-shadow: 5px 5px 5px #909090;
	font-weight: 700;
	letter-spacing: 1px;
}
.nav05_centent_mb>a>p{
	margin-left: 8%;
	margin-top: 5px;
	color: #a1a1a1;
	font-size: 15px;
	font-weight: 555;
	letter-spacing: 2px;
}
.nav05_centent_mb>div{
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-color: #cfbc9a;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: 0.5s;
	color:#F9f9f9;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	line-height: 20px;
}
.nav05_centent_mb:hover>div{
	transform: translateY(-20px);
}

.nav05_centent_mbs{
	width: 28%;
	height: 260px;
	margin: 30px 2.6%;
	float: left;
	position: relative;
}
.nav05_centent_mbs a{
	width: 100%;
	height: 100%;
	border-radius: 8px;
	text-align: left;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
    cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
.nav05_centent_mbs>a>div{
	width: 100%;
	height: 155px;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
	background: #E6E8FA;
}
.nav05_centent_mbs>a>div img{
	text-align: center;
	width: 100%;
	height: 100%;
}
.nav05_centent_mbs>a>h3{
	margin-left: 8%;
	margin-top: 12px;
	color: #606060;
	font-size: 18px;
	text-shadow: 5px 5px 5px #909090;
	font-weight: 700;
	letter-spacing: 1px;
}
.nav05_centent_mbs>a>p{
	margin-left: 8%;
	margin-top: 5px;
	color: #a1a1a1;
	font-size: 15px;
	font-weight: 555;
	letter-spacing: 1px;
}
.nav05_centent_mbs>div{
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-color: #cfbc9a;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: 0.5s;
	color:#F9f9f9;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	line-height: 20px;
}
.nav05_centent_mbs:hover>div{
	transform: translateY(-20px);
}

.nav05_footer{
	width: 100%;
	height: 20px;
	color: #535353;
	font-size: 14px;
	font-weight: 555;
	letter-spacing: 2px;
	margin: 60px 0px 40px 0px;
}
.nav05_footer a {
    color:#6b6b6b;
     
 }
.nav05_footer a:hover {
    color:#000000;
    text-decoration: underline;
    cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
 }
/*-----Nav05-静态资源-内容区域-右侧------*/
#nav08{
	width: 100%;
	height: 100%;
	background-color: #efefef;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.nav08_bg{
	width: 100%;
	height: 350px;
	/* 静态资源页面顶部头图 */
	background-image: url(https://pic2.ziyuan.wang/user/HK-7/2025/06/jingtaiziyuan_c2509ed66b55b.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}
.nav08_kj{
	width: 90%;
	margin: 66px auto 10px auto;
	text-align: left;
	overflow: hidden;
    background: linear-gradient( 90deg, rgba(247, 149, 51, .1), rgba(243, 112, 85, .1) 15%, rgba(239, 78, 123, .1) 30%, rgba(161, 102, 171, .1) 44%, rgba(80, 115, 184, .1) 58%, rgba(16, 152, 173, .1) 72%, rgba(7, 179, 155, .1) 86%, rgba(109, 186, 130, .1));
}
.nav08_kj h3{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #000000;
	margin: 50px 0px;
	margin-bottom: 10px;
}
.nav08_kj h4{
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 3px;
	color: rgba(40,40,40,0.8);
	margin: 50px 0px;
	margin-bottom: 10px;
}
.nav08_kj h5{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	color: rgba(40,40,40,0.8);
	margin: 50px 0px;
	margin-bottom: 10px;
}
.nav08_kj p{
	/* text-align: justify; */
	line-height: 40px;
	text-indent: 2em;
	font-size: 20px;
	text-shadow: 5px 5px 5px #8feeff;
	font-weight: 400;
	letter-spacing: 2px;
	color: rgba(40,40,40,0.9);
	border-bottom: 2px dashed rgba(40,40,40,0.2);
}
.nav08_kj p span{
	width: 90%;
	line-height: 40px;
	text-indent: 0em;
	font-size: 14px;
	text-shadow: 5px 5px 5px #f78be0;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(0, 38, 255, 0.9);
	/* border-bottom: 1px dashed rgba(40,40,40,0.2); */
}

.ebpx8{
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #535353;
	margin: 35px 0px;
}
/* ---Nav06 一个后记--- */
#nav04{
	width: 100%;
	height: 100%;
	background-color: #efefef;
	background-image: url(https://pic.ziyuan.wang/user/HK-7/2024/01/yysz_d6908a82ef6c3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}
.nav04_zsc{
	width: 100%;
	height: 100%;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.nav04_zsc>div>p{
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    font-size: 25px;
	font-weight: 777;
	color: #E6E8FA;
	text-shadow: 0 0 1px #fff;
}
.nav04_zsc>p{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 23px;
	font-weight: 777;
	color: #611ef1;
	letter-spacing: 2px;
	text-shadow: 0 0 10px #fff;
}
/*-----Nav07-待建设中-内容区域-右侧------*/
#nav07{
	width: 100%;
	height: 100%;
	background-color: #efefef;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.nav07_bg{
	width: 100%;
	height: 350px;
	/* 待建设中页面顶部头图 */
	background-image: url(https://pic2.ziyuan.wang/user/HK-7/2025/06/djsz_f2963be072a58.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}
.nav07_kj{
	width: 90%;
	margin: 80px auto 10px auto;
	text-align: left;
	overflow: hidden;
}
.nav07_kj a{
	color:#0000EE;
}
.nav07_kj a:hover{
	color:#FF0000;
   cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}
.nav07_kj h3{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #000000;
	margin: 50px 0px;
}
.nav07_kj p{
	width: 90%;
	text-align: justify;
	line-height: 40px;
	text-indent: 1em;
	font-size: 17px;
	text-shadow: 10px 10px 10px #909090;
	font-weight: 400;
	letter-spacing: 2px;
	color: rgba(40,40,40,0.9);
	border-bottom: 2px dashed rgba(40,40,40,0.2);
}
.ebpx7{
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #535353;
	margin: 30px 0px;
}
/*-----手机端-----*/
#mp{
	position: relative;
	z-index: 9;
	text-align: left;
	display: none;
	background-color: #ffffff;
}
ul li{
	list-style: none;
}
/* 内容区域 */
#excontent{
	width: 100%;
	height: auto;
	padding-bottom: 125px;
}
/* NO1-首页内容 */
#exnav01{
	width: 100%;
	display: block;
}
.exn1_top{
	width: 100%;
	height: 45px;
	line-height: 50px;
	/* 首页顶栏背景颜色 */
	background-image: linear-gradient(to top left,#d523ff , #a379f1 , #13c3e2);
}
.exn1_top img{
	width: 35px;
	float: left;
	margin-top: 4px;
	margin-left: 5%;
}
.exn1_top span{
	color: #282828;
	font: 20px Arial,sans-serif;
	text-shadow: 3px 3px 3px #29738b;
	font-weight: 555;
	margin-left: 8px;
}
.exn1_top a{
	color: #282828;
	font-size: 12px;
	font-weight: 400;
	margin-right: 5%;
	float: right;
}
.exn1_banner{
	width: 100%;
	height: 220px;
	/* 顶部头图 */
	background-image: url(https://pic.ziyuan.wang/user/HK-7/2024/01/start_7dfe9200dc03e.png);
	background-size: cover;
}
.exn1_banner h3{
	font: 18px Arial,sans-serif;
	text-shadow: 10px 10px 10px #909090;
	color: #000;
	font-weight: 600;
	letter-spacing: 5px;
	margin-left: 5%;
	padding-top: 16%;
}
.exn1_banner p{
	font: 15px Arial,sans-serif;
	text-shadow: 0px 0px 5px #fff;
	color: #9d00c6;
	font-weight: 777;
	letter-spacing: 2px;
	margin-left: 2%;
	padding-top: 5px;
}
.exn1_but{
	width: 90%;
	height: auto;
	padding: 20px 0px;
	border-radius:20px;
	margin: -30px auto 20px auto;
	/* 首页栏目背景颜色 */
	background-image: linear-gradient(to top left,#d6ff7f , #cb5eee);
	/* background-image: linear-gradient(160deg, #00ffd5 20%,#008cff 80%); */
	box-shadow: 0px 0px 10px rgba(40,40,40,0.05);
}
.exn1_but li{
	width: 90%;
	height: 77px;
	margin: 10px auto;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(40,40,40,0.02);
}
.exn1_but li:hover{
	/* background-color: #excecec; */
	background-color: #ffffff;
}
.exn1_but li div{
	width: 50px;
	height: 50px;
	margin: 10px;
	border-radius: 6px;
	background: #faf3f3;
	float: left;
}
.exn1_but li div img{
	width: 30px;
	margin: 10px;
}
.exn1_but li h5{
	font: 15px Arial,sans-serif;
	font-weight: 555;
	letter-spacing: 2px;
	padding-top: 16px;
	color: #282828;
}
.exn1_but li p{
	font-size: 13px;
	font-weight: 555;
	letter-spacing: 1px;
	padding-top: 3px;
	color: #b6b6b6;
}
.exn1_but li p .red{
	font: 12px Arial,sans-serif;
	text-shadow: 10px 10px 10px #909090;
	font-weight: 400;
	letter-spacing: 1px;
	padding-top: 3px;
	color: #ff0000;
}
/* NO2-关于本站 */
#exnav02{
	width: 100%;
	display: none;
}
.exn02_bg{
	width: 100%;
	height: 200px;
	/* 关于本站顶部头图 */
	background-image: url(https://pic.ziyuan.wang/user/HK-7/2024/01/zz_dc9fe7a9041b0.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.exn025_bt{
	width: 150px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	/* 关于本站顶图文字背景颜色 */
	background-image: linear-gradient(to top left,#25d8df , #CD69C9);
	border-radius: 6px;
	box-shadow: 0px 0px 10px rgba(40,40,40,0.05);
	font-size: 21px;
	text-align: center;
	font-weight: 555;
	letter-spacing: 1px;
	color: #282828;
	text-shadow: 0 0 2px #0421F8;
}
.exn02_kj{
	width: 100%;
}
.exn_bt{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 60px 0px 20px 6%;
}
.exnav02_tx{
	width: 80px;
	height:80px;
    border-radius: 10px;
    margin:0 7px 0 0;
    float:right;
}
.exn02_kjt{
	width: 90%;
	height: 100%;
	padding-left: 10%;
	box-sizing: border-box;
}
.exn02_kjt p{
	font-size: 15px;
	text-shadow: 5px 5px 5px #909090;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 40px;
	color: rgba(40,40,40,0.9);
	border-bottom: 3px dashed rgba(40,40,40,0.08);
}
/*联系图标*/
.exn02_kjt img{
	width: 22px;
	height: 22px;
	margin: 15px 5px 0; 
}
.exn02_kjts{
	width: 95%;
	height: 100%;
	padding-left: 5%;
	box-sizing: border-box;
}
.exn02_kjts p{
	font-size: 16px;
	text-shadow: 5px 5px 5px #909090;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 40px;
	color: #611ef1;
	border-bottom: 3px dashed rgba(40,40,40,0.08);
}
.exn02_kjts img{
	width: 100%;
	height: 200px;
	margin: auto;
}
.exmb03{
	overflow: hidden;
}
.exmb03 p{
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #999;
	padding-left: 10%;
	float: left;
}
.exmb03 div{
	width: 40%;
	height: 97px;
	background: #F5F5F5;
	float: left;
	margin: 20px 5%;
	border-radius: 8px;
}
.exmb03 div:hover{
    box-shadow: 0px 0px 10px rgba(40,40,40,0.2);
}
.exmb03 div img{
	width: 77px;
	border-radius: 8px;
	margin: 10px;
	float: left;
}
.exmb03 div span{
	float: left;
	font-size: 15px;
	font-weight: 555;
	letter-spacing: 2px;
	margin-top: 20px;
	width: 20%;
	color: #282828;
}
.exbpx{
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 555;
	color: #535353;
	margin: 39px 0px;
}
.exbpx a {
    color:#6b6b6b;
     
 }
.exbpx a:hover {
    color:#000000;
    text-decoration: underline;
     
 }
.exbpxs{
	text-align: center;
    color: #490eb6;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: 555;
}

/* NO3-HK.工作室 */
#exnav03{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #FFF;
	display: none;
}
.exnav03_p{
	width: 100%;
	z-index: 5;
	position: absolute;
	margin: auto;
	text-align: center;
}
.exnav03_hkgzs1{
	content: url(../image/logo.svg);
	width: 300px;
	height: 150px;
	margin: 50px auto 0 auto;
}
.exnav03_p h5{
	font-size: 22px;
    font-weight: 700;
	letter-spacing: 3px;
    text-shadow: 0 0 2px #0ff;
	margin: 20px 0 25px 0;
	color: #282828;
}
.exnav03_p img{
	width: 110px;
	height: 110px;
	transform: rotate(0);
	transition: all ease 1s;
}
.exnav03_p img:hover{
	transform: rotate(360deg);
}
.exnav03_team{
	width: 100%;
	position: absolute;
	bottom: 80px;
	left: 0;
	font-size: 0px;
	text-align: center;
}
.exnav03_team img{
	width: 333px;
}
.exnav03_team>p{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 16px;
	font-weight: 777;
	color: #000000;
	letter-spacing: 2px;
}
/* NO4-站点合集 */
#exnav05{
    background: linear-gradient( 90deg, rgba(247, 149, 51, .1), rgba(243, 112, 85, .1) 15%, rgba(239, 78, 123, .1) 30%, rgba(161, 102, 171, .1) 44%, rgba(80, 115, 184, .1) 58%, rgba(16, 152, 173, .1) 72%, rgba(7, 179, 155, .1) 86%, rgba(109, 186, 130, .1));
	display: none;
}
.exn5_bg{
	width: 100%;
	height: 220px;
	/* 站点合集顶部头图 */
	background-image: url(https://pic.ziyuan.wang/user/HK-7/2024/01/zhandian_d407d14975cfe.png);
	background-size: cover;
	position: relative;
}
.exn5_bg_nav{
	width: 160px;
	height: 50px;
	line-height: 50px;
	/* 站点合集页面顶图文字背景颜色 */
	background-image: linear-gradient(to top left,#25d8df , #69cd76);
	box-shadow: 0px 0px 10px rgba(40,40,40,0.08);
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
}
.exn5_bg_nav img{
	width: 30px;
	margin: 10px;
	float: left;
}
.exn5_bg_nav span{
	font-size: 21px;
	font-weight: 555;
    text-shadow: 0 0 2px #0421F8;
	letter-spacing: 1px;
	float: left;
}
.exn5_nr{
	width: 90%;
	margin: 60px auto;
}
.exnav05_centent_tit{
	text-align: center;
}
.exnav05_centent_tit h2{
	font-size: 23px;
    letter-spacing: 2px;
    text-shadow: 0 0 2px #0421F8;
}
.exnav05_centent_tit p{
	color: rgba(68, 63, 63, 0.5);
	font-size: 16px;
    font-weight: 555;
    letter-spacing: 1.5px;
}
.exnav05_centent_mb{
	width: 100%;
	height: 260px;
	background: #fff;
	border-radius: 10px;
	margin-top: 50px;
	position: relative;
}
.exnav05_centent_mb a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.exnav05_centent_mb:hover div{
	top: -30px;
}
.exnav05_centent_mb a div{
	width: 100%;
	height: 170px;
	border-radius: 10px;
	overflow: hidden;
}
.exnav05_centent_mb a div img{
	width: 100%;
	height: 100%;
}
.exnav05_centent_mb a h3{
	font-size: 18px;
	text-shadow: 5px 5px 5px #909090;
	font-weight: 600;
	margin-left: 5%;
	margin-top: 17px;
	color: #282828;
	letter-spacing: 2px;
}
.exnav05_centent_mb a p{
	font-size: 14px;
	font-weight: 555;
	margin-left: 5%;
	margin-top: 5px;
	color: #bbbbbb;
	letter-spacing: 1px;
}
.exnav05_centent_mb>div{
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	border-radius: 10px 10px 0px 0px;
	z-index: 2;
	background-color: #cfbc9a;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #f9f9f9;
	transition: 0.5s;
}
.exnav05_footer{
	width: 100%;
	height: 20px;
	text-align: center;
	color: #535353;
	font-size: 13px;
	font-weight: 555;
	letter-spacing: 2px;
	margin: 60px 0px 40px 0px;
}
.exnav05_footer a {
    color:#6b6b6b;
     
 }
.exnav05_footer a:hover {
    color:#000000;
    text-decoration: underline;
    cursor: url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
 }
/*NO5-静态资源*/
#exnav04{
	width: 100%;
	display: none;
}
.exn4_bg{
	width: 100%;
	height: 200px;
	/* 站点合集顶部头图 */
	background-image: url(https://pic.ziyuan.wang/user/HK-7/2024/01/jingtaiziyuan_7eef335b30d71.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
/* 页面截止 */


/* 导航区域 */
#exnav{
	width: 100%;
	height: 52px;
	background-color: #ffffff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	box-shadow: 0px 0px 20px rgba(40,40,40,0.04);
}
#exnav li{
	width: 20%;
	height: 100%;
	text-align: center;
	float: left;
	position: relative;
}
#exnav li:hover img{
	transform: scale(1.2);
}
#exnav li:hover p{
	color: #636363;
}
#exnav li img{
	width: 22px;
	margin-top: 7px;
	transition: 0.5s;
}
#exnav li p{
	font: 12px Arial,sans-serif;
	letter-spacing: 1px;
	color: #9f9f9f;
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	margin: auto;
}