a {

	text-decoration: none;
}

a:hover {
	color: #fe628e;
	text-decoration: none;
}

a.red,.red {
	color: #fe628e;
	text-decoration: none;
}

a:hover.red {
	color: #fe628e;
	text-decoration: underline;
}

.text-center,.ta-center {
	text-align: center;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.grid {
	display: grid;
}

.font-serif {
	font-family: Halant,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

.title {
	display: flex;
	clear: both;
	width: 100%;
	align-items: center;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	padding-left: 5px;
	margin: 0 auto;
	font-weight: bold;
}

.title img {
	width: 36px;
	height: 36px;
	margin-right: 10px;
}

.category-sites {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 10px;
	border: 3px solid #eee;
	margin: 0 auto;
	overflow: hidden;
}

.category-sites h2 {
	display: block;
	clear: both;
	margin: 0 auto 5px;
	width: 94%;
	height: 45px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border-bottom: 3px solid #eee;
	color: #333;
   font-weight: bold;
}

.category-sites h2 img {
	display: inline;
	width: 30px;
	margin-right: 4px;
	margin-top: -2px;
}

.category-sites h2 b {
	display: inline;
	font-weight: 500;
}

.category-sites .bottom {
/*	display: none;*/
	position: absolute;
	width: 100%;
	left: 0;
	height: 50px;
	bottom: 0px;
	padding-top: 8px;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
}

.category-sites .more {
	display: block;
	width: 94%;
	height: 34px;
	line-height: 34px;
	margin: 0 auto;
	border-radius: 8px;
	color: #fff;
	background-color: #888;
	font-size: 14px;
	text-align: center;
}

.category-wrapper {
	display: block;
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
}

.category-wrapper h5 {
	display: block;
	clear: both;
	margin: 0 auto;
	width: 94%;
	padding: 5px 0;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.category-wrapper h6 {
	display: block;
	clear: both;
	margin: 0 auto;
	width: 94%;
	height: 10px;
}

.category-wrapper ul {
	display: grid;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 500;
}

.category-wrapper ul li {
	display: block;
	clear: both;
	height: 26px;
	line-height: 26px;
	padding: 1px 0 1px 5px;
	overflow: hidden;
}

.category-wrapper ul li b {
	float: left;
	width: 20px;
	padding-right: 4px;
	text-align: right;
	color: #aaa;
	font-size: 12px;
}

.category-wrapper ul li img {
	float: left;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	margin-top: 5px;
	margin-right: 6px;
}

.category-wrapper ul li:hover {
	background-color: #999;
	
	cursor: pointer;
}

.category-wrapper ul li:hover a {
	color: #ffffff;
}

.apps a img {
	display: block;
	margin: 0 auto;
	width: 100%;
	border-radius: 2px;
	height: 230px;
}

.apps  h5 {
	display: block;
	text-align: center;
	color: #fff;
	overflow: hidden;
	height: 20px;
	line-height: 24px;
	font-size: 14px;
}

.grid-columns-2 {
	display: grid;
	gap: 10px 10px;
}

.contact {
	padding: 10px;
}

@media (min-width: 320px) {
	

	.display-pc {
		display: none;
	}

	.display-wap {
		display: block;
	}

	.show-more {
		display: block;
	}

	.top-wap {
		display: block;
		clear: both;
		height: 50px;
		line-height: 50px;
	}

	.container {
		width: 100%;
		padding: 0 2%;
	}

	.main-sites {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px 10px;
	}

	.category-sites {
		width: 98%;
	}

	.category-wrapper {
		width: 98%;
	}

	.category-wrapper ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 4px 0;
	}

	.category-wrapper h2,.category-sites .more {
		width: 96%;
	}

	.site-lists {
		padding: 0 4px;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 10px;
	}

	.site-lists-one {
		grid-template-columns: repeat(1, 1fr);
		gap: 6px 6px;
	}

	.grid-category {
		grid-template-columns: repeat(2, 1fr);
		padding: 4px 0;
		height: 120px;
		overflow: hidden;
	}
}


	@media (min-width: 640px) {
		.container {
		width: 580px;
	}

	.category-wrapper {
		width: 98%;
	}

	.category-wrapper ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 4px 0;
	}
}

@media (min-width: 768px) {
	.container {
		width: 760px;
	}

	.show-more {
		display: none;
	}

	.category-wrapper {
		width: 98%;
	}

	.category-wrapper ul {
		grid-template-columns: repeat(3, 1fr);
		gap: 4px 0;
	}

	.apps {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 5px 10px;
		padding: 10px 0 10px;
	}
}

@media (min-width: 1280px) {

	.container {
		width: 1650px;
		padding: 0;
	}

	.main-sites {
		grid-template-columns: repeat(6, 1fr);
		gap: 10px 10px;
		row-gap: 10px;
		grid-row-gap: 10px;
		row-gap: 10px;
		grid-template-rows: initial;
		grid-template-areas: initial;
		grid-auto-rows: 1px;
		grid-auto-columns: initial;
	}

	.category-sites {
		width: 100%;
	}

	.category-wrapper {
		width: 97%;
	}

	.category-wrapper ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 0 0;
		margin-bottom: 10px;
	}

	.category-wrapper h2,.category-sites .more {
		width: 94%;
	}

	.row-25 {
		grid-row-end: span 25;
	}

	.row-25 .category-wrapper {
		height: 160px;
	}

	.row-30 {
		grid-row-end: span 30;
	}

	.row-30 .category-wrapper {
		height: 220px;
	}

	.row-35 {
		grid-row-end: span 35;
	}

	.row-35 .category-wrapper {
		height: 270px;
	}

	.row-40 {
		grid-row-end: span 40;
	}

	.row-40 .category-wrapper {
		height: 320px;
	}

	.row-45 {
		grid-row-end: span 45;
	}

	.row-45 .category-wrapper {
		height: 380px;
	}

	.row-50 {
		grid-row-end: span 50;
	}

	.row-50 .category-wrapper {
		height: 500px;
	}

	.row-60 {
		grid-row-end: span 60;
	}

	.row-60 .category-wrapper {
		height: 550px;
	}

	.row-70 {
		grid-row-end: span 70;
	}

	.row-70 .category-wrapper {
		height: 660px;
	}
}