.mdi {
	/* 设置默认图标大小 */
	font-size: 24px;
}

:root {
	--dtd-color-primary-300: #b8ccbf;
	--dtd-color-primary-600: #668E74;

	--mdui-color-primary: var(--dtd-color-primary-600);
	--mdui-color-selection: var(--dtd-color-primary-300);
}

.toolbar .mdui-typo-title {
	transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
}

.toolbar-unfloat {
	background-color: transparent !important;
}

.toolbar-unfloat .mdui-typo-title {
	opacity: 0;
}


.appInfoSpace {
	text-align: center;
	margin-top: -40px;
	opacity: 0.9999999;
}

.cover {
	height: 160px;
	width: 100%;
	object-fit: cover;
	/* opacity: .2; */
	background: #F5F5F5;
}


.app-icon {
	border-radius: 8px;
	height: 80px;
	width: 80px;
	vertical-align: top;
	background-color: white;
}

.app-title,
.app-summary {
	display: block;
	margin: 8px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: 400;
	width: fit-content;
}

.app-title {
	font-size: 22px;
	font-weight: 500;
	color: var(--mdui-color-primary);
}

.app-summary {
	font-size: 18px;
	max-width: 250px
}

.app-goup-btn {
	margin: 8px;
	font-size: 0;
}


.group {
	background-color: #FFFFFF;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
}

.subgroup {
	padding-top: 8px;
	padding-bottom: 8px;
}

.title,
.subtitle {
	display: block;
	margin: 0 auto;
	font-weight: 400;
	text-align: center;
	color: var(--mdui-color-primary);
	max-width: 250px
}


.title,
.developers>div .title {
	font-size: 18px;
}

.subtitle {
	font-size: 14px;
}

hr {
	background-color: #F5F5F5;
	height: 16px;
	border: hidden;
	margin: 0;
	transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
}

.screenshots {
	padding: 0;
}

.screenshots>div {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}

.screenshot {
	width: 100%;
	display: block;
	aspect-ratio: 16/9;
}

.screenshot-item {
	padding-left: 24px !important;
	padding-right: 24px !important;
	padding: 8px;
	float: none;
	margin: 0;
}

.screenshot-item>p {
	padding-bottom: 8px;
}

.developers {
	padding: 8px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
}

.developers>div {
	vertical-align: top;
	width: 50%;
	min-width: 120px;
	text-align: center;
	padding: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


/* .developers>div>* {
	font-size: 1rem;
} */

.developers img {
	vertical-align: middle;
}

.developers .title,
.developers .subtitle {
	width: 100%;
	max-width: none;
	color: var(--mdui-color-on-background);
}

.developers h4 {
	padding: 2px;
}

.developers p {
	padding: 2px;
}


.avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin: 8px;
	display: block;
	margin: auto;
}

.item {
	padding: 8px;
}

.bottom-links>div {
	float: left;
	justify-content: center;
	display: flex;
	padding: 8px;
}

.contact a {
	width: 150px;
	height: 40px;
}

.links a {
	width: 150px;
	margin: auto;
}

.links a:hover {
	text-decoration: underline;
}

footer {
	padding: 8px;
	color: #616161;
	background-color: #F5F5F5;
	text-align: center;
	transition: background-color .2s cubic-bezier(.4, 0, .2, 1);
}

footer.mdui-typo p,
footer.mdui-typo p:last-child {
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.svgi::before {
	width: 24px;
	content: '';
	background-color: currentColor;
}

.svgi.svgi-coolapk::before {
	height: 13px;
	-webkit-mask-image: url(/images/third/coolapk.svg);
	mask-image: url(/images/third/coolapk.svg);
	margin-bottom: 2px;
}


@media (prefers-color-scheme: dark) {

	.mdui-theme-html-auto:root {
		--mdui-color-primary: var(--dtd-color-primary-300);
		--mdui-color-selection: var(--dtd-color-primary-600);
	}

	.mdui-theme-layout-auto footer,
	.mdui-theme-layout-auto hr {
		color: #F5F5F5;
		background-color: var(--mdui-color-background);
	}

	.mdui-theme-layout-auto .group {
		background-color: #343536;
	}

	.mdui-theme-layout-auto .cover {
		background-color: transparent;
	}
}

@media screen and (min-width:300px) {}

@media screen and (min-width:400px) {
	.screenshots>div {
		width: 90%;
	}
}

@media screen and (min-width:600px) {
	.icon {
		height: 112px;
		width: 112px
	}

	header>.cover {
		height: 200px;
	}

	header>div {
		margin-top: -56px;
	}
}

@media screen and (min-width:800px) {
	.screenshots>div {
		width: 75%;
	}
}

@media screen and (min-width:1024px) {
	.screenshots>div {
		width: 90%;
	}

}

@media screen and (min-width:1440px) {
	.screenshots>div {
		width: 80%;
	}

	.links>div {
		padding: 4px;
	}
}

@media screen and (min-width:1920px) {

	/* 屏幕宽度大于1920px时固定图片大小 */
	.screenshot {
		width: 336px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

}