* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

*::-webkit-scrollbar {
  display: none !important;
}

body,dd,dl,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,ol,p,select,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

img {
	border: 0;
	vertical-align: middle
}

ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 12px
}

a {
	color: #fff;
	text-decoration: none
}

body {
	height: 100%;
	min-height: 100vh;
	font-size: 100%;
	background: -webkit-linear-gradient(315deg, #00C4FF, #9D1BB2) no-repeat fixed;
    background: linear-gradient(135deg, #00C4FF, #9D1BB2) no-repeat fixed;
	font-family: 'Helvetica Neue','Microsoft Yahei',SimHei,sans-serif;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#particles-js {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: -1 !important;
}

body::-webkit-scrollbar {
	display: none;
}

#wrap {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#wrap::-webkit-scrollbar {
	display: none;
}

#top {
	margin-top: 5%;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#main {
	margin-top: 2%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#main .category {
	width: 100%;
	max-width: 994px;
}

#links {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#main div {
}

#main img {
}

#logo {
	width: 260px;
	margin: 0 auto;
	text-align: center
}

#logo img {
	width: 141px
}

#logo h1 {
	color: #fff;
	text-align: center;
	text-shadow: 0 0 10px #111;
	font-weight: 200;
	font-size: 40px;
	font-family: MyriadSetPro-Thin;
	margin-top: 15px
}

ul li {
	list-style-type: none;
}

div ul li a,div ul li a strong,ul li {
	display: block;
}

div ul li a:visited,ul li a:active,ul li a:link {
	text-decoration: none;
	text-align:center;
}

ul li a strong {
	margin-top: 5%;
	height: 32px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 0 10px #111;
	font-weight: 400;
	font-size: 16px;
	font-family: MyriadSetPro-Thin;
	line-height: 32px;
	display: block;
}

ul li a {
	display: block;
	text-align: center;
}



@-webkit-keyframes steam {
	0% {
		height: 0
	}

	100% {
		height: 6px
	}
}

@-moz-keyframes steam {
	0% {
		height: 0
	}

	100% {
		height: 6px
	}
}

@keyframes steam {
	0% {
		height: 0
	}

	100% {
		height: 6px
	}
}

@keyframes shake-bounce {
	0%,100% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
		-ms-transform: rotate(0)
	}

	25% {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		transform: rotate(15deg);
		-ms-transform: rotate(15deg)
	}

	50% {
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		transform: rotate(-15deg);
		-ms-transform: rotate(-15deg)
	}

	75% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		transform: rotate(5deg);
		-ms-transform: rotate(5deg)
	}

	85% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		transform: rotate(-5deg);
		-ms-transform: rotate(-5deg)
	}
}

@-webkit-keyframes shake-bounce {
	0%,100% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
		-ms-transform: rotate(0)
	}

	25% {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		transform: rotate(15deg);
		-ms-transform: rotate(15deg)
	}

	50% {
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		transform: rotate(-15deg);
		-ms-transform: rotate(-15deg)
	}

	75% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		transform: rotate(5deg);
		-ms-transform: rotate(5deg)
	}

	85% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		transform: rotate(-5deg);
		-ms-transform: rotate(-5deg)
	}
}

@-moz-keyframes shake-bounce {
	0%,100% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
		-ms-transform: rotate(0)
	}

	25% {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		transform: rotate(15deg);
		-ms-transform: rotate(15deg)
	}

	50% {
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		transform: rotate(-15deg);
		-ms-transform: rotate(-15deg)
	}

	75% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		transform: rotate(5deg);
		-ms-transform: rotate(5deg)
	}

	85% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		transform: rotate(-5deg);
		-ms-transform: rotate(-5deg)
	}
}

@-o-keyframes shake-bounce {
	0%,100% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
		-ms-transform: rotate(0)
	}

	25% {
		-webkit-transform: rotate(15deg);
		-moz-transform: rotate(15deg);
		transform: rotate(15deg);
		-ms-transform: rotate(15deg)
	}

	50% {
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		transform: rotate(-15deg);
		-ms-transform: rotate(-15deg)
	}

	75% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		transform: rotate(5deg);
		-ms-transform: rotate(5deg)
	}

	85% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		transform: rotate(-5deg);
		-ms-transform: rotate(-5deg)
	}
}

.shake:hover {
	-webkit-animation: shake-bounce .5s alternate;
	-moz-animation: shake-bounce .5s alternate;
	-o-animation: shake-bounce .5s alternate;
	animation: shake-bounce .5s alternate
}

#kg-btn {
	position: absolute;
	top: 50px;
	right: 4%;
}

#kg-btn button{
	display: flex;
	border: none; 
	color: white;
	padding: 1px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	border-radius: 6px;
}

@media screen and (min-width:1200px) {
	#wrap {
		width: 100%;
		height: 100%
	}
	.app ul li a img {
		width: 64px;
		height: 64px
	}	
}

@media screen and (min-width:960px) and (max-width:1199px) {
	#wrap {
		width: 100%;
	}
	.app ul li a img {
		width: 64px;
		height: 64px
	}
}

@media screen and (min-width:768px) and (max-width:959px) {
	#wrap {
		width: 100%;
	}
	.app ul li a img {
		width: 64px;
		height: 64px
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.app ul li a img {
		width: 64px;
		height: 64px
	}
}

@media only screen and (max-width:479px) {
	#top {
		margin-top: 10%;
		height: auto;
	}
	
	#logo {
		width: 100%;
	}
	
	.search-section {
		width: 100%;
	}
	
	.search-left {
		height: 45px;
	}
	
	.input-wrap .search-input {
		height: 43px;
		padding-right: 60px;
		font-size: 14px;
		padding-left: 1px;
	}
	
	.input-wrap .clear-keyword {
		width: 60px;
		height: 43px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		color: #545454;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0 13px 13px 0;
		background-color: #fff;
	}
	
	.link-item {
		margin: 10px 8px 15px 8px;
	}
	
	.app ul li a img {
		width: 64px;
		height: 64px
	}

	.category-title {
		font-size: 18px;
	}
}


.text-js {
  opacity: 0;
}

.cursor {
  display: none;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* 搜索框 start */

.search-section {
    margin-top: 15px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 994px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}

.search-left {
    display: flex;
    background-color: #FFFFFF;
    width: 100%;
    height: 52px;
    line-height: 20px;
    border: 2px solid rgba(217, 217, 217, 1);
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.search-logo {
    width: 40px;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    cursor: pointer;
}

.search-logo:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; 
}

.input-wrap {
    position: relative;
    flex: 1;
    min-width: 0;
}

.search-logo:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; 
}

.search-left:focus{
    border-style:solid;
    border-color: #FDA31E 96%;
    box-shadow: 0 0 10px #FDA31E;
}

.input-wrap .search-input {
    margin-top: 1px;
    height: 50px;
    width: 100%;
    padding-right: 70px;
    outline: 0;
    border: 0;
    font-size: 16px;
    padding-left: 8px;
    box-sizing: border-box;
}

.input-wrap .clear-keyword {
    width: 70px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #545454;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 13px 13px 0;
    background-color: #5a58581f;
    transition: background-color 0.3s;
}

.input-wrap .clear-keyword:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.search-methods {
    display: none;
    width: 100px;
    position: absolute;
    left: 10px;
    top: 52px;
    border: 2px solid rgba(217, 217, 217, 0.96);
    background-color: #fff;
    z-index: 9999;
    border-radius: 8px;
}

.search-methods li {
    padding-left: 45px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    color: #545454;
    cursor: pointer;
}

.search-methods .search-item:hover {
    background-color: #f0f0f0;
}

.search-result {
    display: none;
    position: absolute;
    width: 96%;
    top: 55px;
    left: 20px;
    border: 1px solid rgba(187, 187, 187, 1);
    background-color: #fff;
}

.result-item {
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
}
.result-item.active {
    background: #F0F0F0;
}
.result-item:hover {
    background-color: #eee;
    cursor: pointer;
}
/* 搜索框 end */

.link-item {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
}

.link-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}

.link-item a img {
	width: 64px;
	height: 64px;
}

.link-item a strong {
	margin-top: 8px;
	color: #fff;
	text-align: center;
	/*图标字体大小*/
	font-size: 14px;
}

.category {
	margin-bottom: 30px;
	clear: both;
	width: 100%;
	max-width: 994px;
	padding: 20px 15px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	display: block;
}

@media screen and (max-width: 599px) {
	.category {
		padding: 15px 10px;
		border-radius: 10px;
	}
	
	.search-section {
		padding: 0 10px;
	}
}

.category-title {
	color: #fff;
	/*分组字体大小*/
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	clear: both;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.category-title {
		font-size: 24px;
		margin-bottom: 10px;
	}
}
.link-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 10px;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.link-list:after {
	content: "";
	display: table;
	clear: both;
}
.app ul li a img {
	width: 64px;
	height: 64px;
}
