
i.icon,i.icon+span {
	display: table-cell;
}

.navbar,html {
	background-color: #fff;
}

.navbar,.navbar-burger,.navbar-item {
	position: relative;
}

.tags.nowrap,.widget .content {
	scrollbar-width: none;
	scroll-direction: horizontal;
}

.upper,.widget .more a,section .title {
	text-transform: uppercase;
}

a,article,aside,b,body,code,div,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,html,i,img,ins,label,li,p,ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

*,::after,::before {
	box-sizing: inherit;
}

.widget .content,html {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

html * {
	max-height: 100000px;
}

body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	overflow-x: hidden;
}

html {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	min-width: 300px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	min-height: 101vh;
}

i.icon {
	height: 1em;
	width: 1em;
}

i.search,i.searchb {
	height: 16px;
	width: 16px;
}

.navbar-item i+span {
	padding-left: 6px;
}
 

hr {
	height: 0!important;
	border: 0!important;
	margin: 15px 0;
}

.breadcrumb p:not(:last-child) a,a.is-link {
	color: #1a73d6;
}

.breadcrumb p a:hover,.hover-underline:hover,a.is-link:hover {
	text-decoration: underline;
}

@media (hover:hover) and (pointer:fine) {
	.beauty-scroll::-webkit-scrollbar {
		width: 8px;
		height: 8px;
	}

	.beauty-scroll::-webkit-scrollbar-track {
		box-shadow: 1px 1px 5px rgba(0,0,0,.3) inset;
		border-radius: 8px;
	}

	.beauty-scroll::-webkit-scrollbar-thumb {
		background-color: #6f6f6f;
		border-radius: 8px;
	}

	.beauty-scroll::-webkit-scrollbar-thumb:hover {
		background-color: #50555a;
	}
}

.fs20 {
	font-size: 20px;
}

.fw600 {
	font-weight: 600;
}

.fw400,.widget .more a {
	font-weight: 400;
}

.section {
	padding: 1rem;
}

.columns {
	margin-left: -.75rem;
	margin-right: -.75rem;
	margin-top: -.75rem;
	flex-wrap: wrap;
}

.columns:not(:last-child) {
	margin-bottom: .75rem;
}

.columns:last-child {
	margin-bottom: -.75rem;
}

.column {
	display: block;
	flex-basis: 0%;
	flex-grow: 1;
	flex-shrink: 1;
	padding: .75rem;
}

.navbar {
	min-height: 3.25rem;
	z-index: 30;
	box-shadow: 0 2px 0 0 #f5f5f5;
}

.navbar>.container {
	align-items: stretch;
	display: flex;
	min-height: 3.25rem;
	width: 100%;
}

.navbar-brand {
	align-items: stretch;
	display: -webkit-box;
	display: flex;
	flex-shrink: 0;
	min-height: 3.25rem;
}

.navbar-brand a.navbar-item:hover {
	background-color: transparent;
}

.navbar-burger {
	cursor: pointer;
	display: block;
	height: 3.25rem;
	width: 3.25rem;
	margin-left: auto;
}

.navbar-burger span {
	background-color: currentColor;
	display: block;
	height: 1px;
	left: 14.75px;
	position: absolute;
	-webkit-transform-origin: center;
	transform-origin: center;
	transition-duration: 86ms;
	transition-property: background-color,opacity,transform,-webkit-transform;
	transition-timing-function: ease-out;
	width: 16px;
}

.navbar-burger span:first-child {
	top: 16.75px;
}

.navbar-burger span:nth-child(2) {
	top: 21.75px;
}

.navbar-burger span:nth-child(3) {
	top: 26.75px;
}

.navbar-burger:hover {
	background-color: rgba(0,0,0,.05);
}

.navbar-burger.is-active span:first-child {
	-webkit-transform: translateY(5px) rotate(45deg);
	transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
	opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
	-webkit-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
	display: none;
}

.navbar-item {
	display: block;
	line-height: 1.5;
	padding: .5rem .75rem;
	flex-grow: 0;
	flex-shrink: 0;
}

.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item:hover {
	background-color: #2366d1;
	color: #fff;
}

.navbar-link,a.navbar-item {
	cursor: pointer;
	font-weight: 600;
}

@media screen and (min-width:1025px),print {
	.navbar-item,.navbar-link {
		align-items: center;
		display: flex;
	}

	.navbar-item.is-hoverable:hover .navbar-dropdown {
		display: block;
	}

	.navbar-dropdown {
		background-color: #fff;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		box-shadow: 0 8px 8px rgba(10,10,10,.1);
		display: none;
		font-size: .875rem;
		right: 0;
		min-width: 100%;
		position: absolute;
		top: 100%;
		z-index: 20;
		margin-top: 1px;
		width: 320px;
		padding: 1rem;
	}

	.navbar-link:not(.is-arrowless)::after {
		border: 3px solid transparent;
		border-radius: 2px;
		border-right: 0;
		border-top: 0;
		content: " ";
		display: block;
		height: .625em;
		margin-top: -.4375em;
		pointer-events: none;
		position: absolute;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: center;
		transform-origin: center;
		width: .625em;
	}

	.navbar-link.is-active:not(:hover),a.navbar-item.is-active:not(:hover) {
		background-color: transparent;
	}

	.columns:not(.is-desktop) {
		display: flex;
	}

	.column.is-main {
		flex: none;
		width: calc(100% - 320px);
	}

	.column.is-nav {
		width: 320px;
		min-width: 320px;
		max-width: 320px;
	}
}

.ainput,.button {
	background-color: #fff;
	font-size: 1em;
	-webkit-appearance: none;
}

@media screen and (min-width:1025px) {
	.navbar,.navbar-end,.navbar-menu,.navbar-start {
		align-items: stretch;
		display: flex;
	}

	.navbar {
		min-height: 3.25rem;
	}

	.navbar-burger {
		display: none;
	}

	.navbar-item {
		align-items: center;
		display: flex;
	}

	.navbar-menu {
		flex-grow: 1;
		flex-shrink: 0;
	}

	.navbar-start {
		justify-content: flex-start;
		margin-right: auto;
	}

	.navbar-end {
		justify-content: flex-end;
		margin-left: auto;
		padding-left: 3px;
	}

	.navbar-item.has-dropdown:hover,.navbar-link:hover,a.navbar-item:hover {
		background-color: #f5f5f5!important;
		color: #333;
	}

	.navbar>.container .navbar-brand {
		margin-left: -.75rem;
	}

	.navbar>.container .navbar-menu {
		margin-right: -.75rem;
	}

	.column.is-6 {
		flex: none;
		width: 50%;
	}

	.column.is-12 {
		flex: none;
		width: 100%;
	}

	.widget .content-apps {
		max-width: 696px;
	}

	.is-mobile-only {
		display: none!important;
	}

	#nav-search {
		width: 375px;
	}

	.content.apps-side-bar {
		white-space: nowrap;
		max-height: 315px;
		max-width: 265px;
		overflow: hidden;
	}

	ul.versions li {
		width: 33%;
	}

	ul.versions {
		max-height: unset;
	}
}

@media screen and (min-width:1089px) {
	.container {
		max-width: 1048px;
		width: 1048px;
	}
}

@media screen and (min-width:1301px) {
	.container {
		max-width: 1200px;
		width: 1200px;
	}

	.widget .content-apps {
		max-width: 870px;
	}
}

.ainput,.button.is-fullwidth {
	width: 100%;
}

.breadcrumb {
	white-space: nowrap;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar {
	display: none;
}

.breadcrumb>div {
	margin: 0;
	padding: 0;
}

.breadcrumb p {
	display: inline-block;
	position: relative;
}

.button,.tags a,.tags span {
	display: inline-flex;
	white-space: nowrap;
}

.breadcrumb p:not(:first-child):before {
	content: "";
	border: solid #6f6f6f;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: 0 8px 0 2px;
}

.button .icon,.tags a .icon {
	margin-right: 4px;
}

.button {
	padding: 5px .75em;
	cursor: pointer;
	justify-content: center;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	z-index: 1;
	position: relative;
	line-height: 1.5rem;
	border: 1px solid #ddd;
	transition: box-shadow .15s,background-color .15s,transform .1s,opacity .1s;
	align-items: baseline;
}

.button .icon {
	top: 1px;
}

.button:focus,.button:hover {
	border-color: #b5b5b5;
}

.button.is-large {
	padding: 7px;
}

.button.is-success {
	background-color: #198754;
	border-color: #198754;
	color: #fff;
	box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}

.button.is-link,.tags a.is-link {
	background-color: #1a73d6;
	color: #fff;
}

.button.is-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
}

.button.is-link {
	border-color: transparent;
	box-shadow: none;
}

.button.is-link:hover,.tags a.is-link:hover {
	background-color: #276cda;
	color: #fff;
	text-decoration: none;
}

.button.button-search {
	margin: 0 -1px;
	height: 2.25em;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	box-shadow: none;
	float: right;
}

.buttons .button {
	margin-bottom: .5rem;
	display: inline-block;
}

.button[disabled] {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
	box-shadow: none;
	color: #7a7a7a;
	cursor: not-allowed;
}

.ainput {
	-moz-appearance: none;
	height: 2.25em;
	padding: 5px 8px;
	border: 1px solid #a9a9a9;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	margin: 0;
	border-radius: 4px 0 0 4px;
	outline: 0;
}

.ainput:-moz-placeholder,.ainput:-ms-input-placeholder,.ainput::-moz-placeholder,.ainput::-webkit-input-placeholder {
	color: #4a4a4a;
}

.ainput[name=q] {
	border-right: 0;
}

.ainput:active,.ainput:focus {
	border-color: #1a73d6;
	box-shadow: 0 0 0 .125em rgba(50,115,220,.25);
}

.tags {
	display: block;
	margin-top: 0;
}

.tags.nowrap {
	white-space: nowrap;
	overflow: auto;
	-ms-overflow-style: none;
}

.tags.nowrap::-webkit-scrollbar {
	display: none;
}

.tags a,.tags span {
	background-color: #f8f9fa;
	border: 1px solid #a6b0b3;
	padding: 4px 10px;
	color: #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	align-items: center;
	margin-bottom: 7px;
}

.tags a.is-link {
	border-color: transparent;
}

.tags .more_tags:hover,.tags a:hover {
	background: rgba(166,176,179,.2);
}

.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #e5e5e5;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0,0,0,.1);
	position: absolute;
	display: none;
	z-index: 9999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

.autocomplete-suggestion {
	position: relative;
	padding: .75rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.content-gapps a,.ver-item {
	white-space: normal;
	vertical-align: top;
	position: relative;
}

.autocomplete-suggestion b {
	font-weight: 600;
	color: #1a73d6;
}

.autocomplete-suggestion.selected {
	background: #f0f0f0;
}

ul.list-versions li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.ver-item {
	display: flex;
	padding: 10px;
}

.ver-item figure {
	width: 48px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ver-item figure img {
	width: 48px;
	height: 48px;
	border-radius: 20%;
	transition: .25s;
	-webkit-transition: .25s;
}

.ver-item .info {
	overflow: hidden;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.ver-item .description {
	color: #6f6f6f;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.ver-item .name {
	margin-bottom: 4px;
}

.ver-item .description .spec {
	display: inline-flex;
	align-items: center;
	margin-right: 7px;
}

.content-gapps a,.vtype span,.widget .more a,.widget .more:after,section .title {
	display: inline-block;
}

.ver-item .description .icon {
	margin-left: .5em;
	margin-right: 2px;
}

.ver-item .info .vername {
	color: #333;
	word-break: break-word;
}

.ver-item:hover {
	background-color: #f5f7fa;
}

.share-button:hover,.ver-item:hover img {
	transform: scale(1.1);
}

.vtype {
	vertical-align: text-bottom;
}

.vtype span {
	background: #00875f;
	text-align: center;
	font-size: 10px!important;
	color: #fff;
	border-radius: 4px;
	min-width: 28px;
	padding: 0 5px;
}

.vtype span+span {
	margin-left: 4px;
}

.vtype .type-apkobb,.vtype .type-apks,.vtype .type-xapk {
	background-color: #1a73d6;
}

.vtype .type-zip {
	background-color: #a76906;
}

.vtype .type-obb {
	background-color: #8e44ad;
}

.container {
	margin: 0 auto;
	position: relative;
}

section .content {
	padding: 10px 0 5px;
}

section .title {
	color: #212121;
	font-size: 18px;
	padding: 20px 0 0;
}

section h2.title {
	font-weight: 500;
	word-break: break-word;
}

.content-apps {
	font-size: 0;
	overflow: hidden;
}

.widget {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.widget .content {
	height: auto;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0;
	white-space: nowrap;
	position: relative;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}

.widget .more {
	text-align: right;
}

.widget .more a {
	color: #00875f;
	font-size: 14px;
	-webkit-appearance: none;
	border: 0;
	z-index: 1;
	position: relative;
	background: 0 0;
	cursor: pointer;
	padding: 5px;
	margin-bottom: 5px;
}

.widget .more:after {
	content: "";
	border: solid #00875f;
	border-width: 0 1px 1px 0;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: -1px;
	margin-right: 3px;
	position: relative;
}

.widget .content::-webkit-scrollbar {
	display: none;
}

.content-gapps a {
	width: 87px;
	padding: 5px 5px 8px;
	line-height: 1.2;
}

.content-gapps a>figure {
	width: auto;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

.content-gapps a>figure img {
	width: 75px;
	height: 75px;
	border-radius: 20%;
}

.content-gapps>a>p:nth-child(2) {
	color: #212121;
	font-size: 13px;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	min-height: 32px;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.content-gapps>a>p:nth-child(3) {
	color: #737373;
	font-size: 12px;
	margin-top: 5px;
	display: -webkit-box;
	overflow: visible;
	line-height: 1.5;
	white-space: nowrap;
}

.content-gapps>a>p:nth-child(3):before {
	content: "";
	background: url(/static/svg/ic_download_count.svg?9) center/cover no-repeat;
	width: 11px;
	height: 11px;
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 2px;
	vertical-align: baseline;
}

.app_header {
	color: #333;
	z-index: 1;
	position: relative;
	overflow: hidden;
	margin-bottom: 14px;
}

.footer-menu,.installer {
	margin-bottom: 5px;
}

.app_header>div {
	vertical-align: top;
}

.app_header .avatar {
	height: auto;
	position: absolute;
}

.app_header .avatar img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 20%;
}

.app_header .info {
	margin-left: 85px;
	height: 75px;
	color: #333;
}

.app_header .info h1 {
	font-size: 17px;
	line-height: 1.2;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	height: 21px;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 8px;
	font-weight: 600;
}

.app_header .info .version {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #348402;
}

.app_header .info>div {
	margin-top: 3px;
}

.app_header .info .author,.app_header .info .author a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.app_header .download {
	float: right;
	width: 230px;
}

.installer {
	width: auto;
	overflow: hidden;
	display: block;
	padding-bottom: 0!important;
	margin-top: 23px;
}

.installer figure {
	padding: 5px;
	position: absolute;
}

.installer figure img {
	width: 48px;
	height: 48px;
}

.installer .installer-info {
	margin-left: 60px;
}

.installer .installer-info>p {
	font-size: 13px;
	color: #6f6f6f;
	margin-top: 3px;
}

.footer {
	background-color: #fafafa;
	padding: 1.25rem;
}

.footer-menu a {
	display: inline-block;
	margin: 5px 0;
	color: #1a73d6!important;
}

.footer .tags a {
	background-color: #fff!important;
}

.a2a_kit .a2a_dd,.a2a_kit a {
	display: inline-block;
	float: none!important;
}

.a2a_default_style {
	text-align: center;
	height: 32px!important;
}

.has-text-centered {
	text-align: center!important;
}

.apk-badge {
	display: none!important;
	position: relative;
	top: -1px;
	font-size: 9px;
	letter-spacing: .7px;
	border-radius: 3px;
	padding: 3px 4px;
	min-width: 10px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	cursor: default;
}

.apk-badge.apks {
	background-color: #00875f;
}

.icon {
	width: 1em;
	height: 1em;
	fill: currentColor;
	position: relative;
}

.ltr {
	direction: ltr;
	display: inline-block;
}

.st-btn>svg {
	height: 32px!important;
	width: 32px!important;
}

.blur {
	color: #6f6f6f;
}

.is-hidden {
	display: none!important;
}

.inline-block,b {
	display: inline-block;
}

.mb-17 {
	margin-bottom: 17px!important;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.mt-20 {
	margin-top: 20px!important;
}

.mb-14 {
	margin-bottom: 14px!important;
}

.mt-14 {
	margin-top: 14px!important;
}

.mb-0 {
	margin-bottom: 0!important;
}

.mt-0 {
	margin-top: 0!important;
}

.mt-10 {
	margin-top: 10px!important;
}

.mb-10 {
	margin-bottom: 10px!important;
}

.divider {
	display: block;
	border-top: 1px solid #e5e5e5;
}

b {
	font-weight: 600;
}

.inline-flex-center {
	display: inline-flex;
	align-items: center;
}

.inline-flex-center .icon {
	margin-right: 5px;
}

.share-button {
	z-index: 1000;
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 110px;
	right: 16px;
	border: none;
	background: url(/static/svg/share.svg) center/30px no-repeat #198754;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 15%);
}

.fflg,.position-relative {
	position: relative;
}

.navbar-dropdown ul {
	list-style: none;
}

.navbar-dropdown ul li {
	width: 50%;
	display: inline-block;
	padding-left: 6px;
}

.navbar-dropdown ul li a {
	line-height: 28px;
	font-size: 14px;
	padding: 5px;
	display: block;
	-webkit-tap-highlight-color: transparent;
}

.navbar-dropdown ul li:hover {
	background: #f5f5f5;
}
 
@media screen and (max-width:480px) {
	.widget .more {
		text-align: center!important;
	}
}

@media screen and (max-width:1024px) {
	.navbar-menu.is-active,.navbar>.container {
		display: block;
	}

	.navbar-brand .navbar-item {
		align-items: center;
		display: flex;
	}

	.navbar-menu {
		background-color: #fff;
		box-shadow: 0 8px 16px rgba(10,10,10,.1);
		padding: .5rem 0;
	}

	.navbar-dropdown.section {
		margin-top: 5px;
		padding-left: 20px;
	}

	#gallery-screenshots img.lzl {
		min-width: 200px;
	}

	.column+.column.is-nav {
		margin-top: 20px;
	}

	.is-desktop-only {
		display: none!important;
	}
}

.share-wrap {
	height: 37px;
	text-align: center;
}

.share-reaction {
	height: 80px;
}

.widget.seo-widget>div {
	padding: 5px 0 10px;
}

.widget.seo-widget>div a {
	padding: 6px 3px;
	display: inline-block;
}

.trending-widget .content {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
}

.trending-widget .content a {
	display: flex;
	align-items: center;
	margin: 6px;
	transition: .25s;
	color: #000;
	font-size: 13px;
	box-shadow: rgb(0 0 0 / 8%) 0 0 0 1px;
	border: none;
	padding: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trending-widget .content img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border-radius: 20%;
}

.trending-widget .content a:hover {
	transform: translateY(-2px);
	background: #f8f9fa;
}

.power_stickybanner__wrapper:has(.adsbygoogle[data-ad-status=unfilled]) {
	display: none!important;
}

.ad-holder2,.ad-pss {
	overflow: hidden;
}

.adsbypubpower,.diseanmevrtt {
	text-align: center;
	position: relative;
}

.ad-holder2,.ad-pss {
	margin: 0 auto;
}

.diseanmevrtt {
	color: #6f6f6f;
	font-size: 10px;
	top: 0;
	right: 0;
	z-index: 1;
}

.adsbypubpower {
	display: block;
}

.ad-holder2 {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #e6e7e8;
	width: 320px;
	height: 250px;
	background: #fff;
	position: absolute;
	z-index: -1;
}

.ad-holder2::after {
	content: "SPONSORED AD";
	background-color: transparent;
	border-radius: 2px;
	color: #dadae0;
	font-size: 16px;
	line-height: 1;
	padding: 3px 4px 1px;
	position: absolute;
}

.ad-pss .ad-pss-bottom-right,.ad-pss.ad-pss-header,.ad-pss.ad-pss-middle {
	width: 100%!important;
}

.ad-pss-header .ad-holder2,.ad-pss.ad-pss-header {
	width: 320px;
	height: 100px;
}

.ad-pss .ad-pss-bottom-right,.ad-pss-bottom-right .ad-holder2,.ad-pss-middle .ad-holder2,.ad-pss.ad-pss-middle {
	width: 320px;
	height: 250px;
}

.ad-pss-header .da2s {
	width: 320px;
	height: 100px;
	flex-direction: column;
}

.ad-pss-header .da2s .btn {
	display: none;
}

@media screen and (min-width:770px) {
	.ad-pss-header .ad-holder2,.ad-pss-middle .ad-holder2,.ad-pss.ad-pss-header,.ad-pss.ad-pss-middle {
		text-align: left;
		width: 100%;
		height: 90px;
	}

	.ad-pss-bottom-right .ad-holder2,.ad-pss.ad-pss-bottom-right {
		width: 320px;
		height: 250px;
	}

	.ad-pss-header .da2s .btn {
		display: block;
	}

	.ad-pss-header .da2s,.ad-pss-middle .da2s {
		text-align: left;
		width: 100%;
		height: 90px;
		flex-direction: row;
	}

	.ad-pss-header .da2s .btn,.ad-pss-middle .da2s .btn {
		padding-top: unset;
		margin-bottom: unset;
		width: unset;
	}

	.ad-pss-header .da2s .des,.ad-pss-middle .da2s .des {
		margin-top: 2px;
	}
}

@media screen and (min-width:1025px) {
	.ad-pss-header .ad-holder2,.ad-pss.ad-pss-header {
		width: 320px;
		height: 100px;
	}

	.ad-pss-middle .ad-holder2,.ad-pss.ad-pss-middle {
		width: 100%;
		height: 250px;
	}

	.ad-pss-bottom-right .ad-holder2,.ad-pss.ad-pss-bottom-right {
		width: 320px;
		height: 250px;
	}

	.ad-pss-header .da2s {
		width: 320px;
		height: 100px;
		flex-direction: column;
	}

	.ad-pss-header .da2s .btn {
		display: none;
	}

	.ad-pss-middle .da2s {
		width: 320px;
		height: 250px;
		flex-direction: column;
	}

	.ad-pss-header .da2s .btn,.ad-pss-middle .da2s .btn {
		padding-top: 20px;
		margin-bottom: 35px;
		width: 100%;
	}

	.ad-pss-header .da2s .des,.ad-pss-middle .da2s .des {
		margin-top: 10px;
	}
}

@media screen and (min-width:1095px) {
	.ad-pss-header .ad-holder2,.ad-pss-middle .ad-holder2,.ad-pss.ad-pss-header,.ad-pss.ad-pss-middle {
		text-align: left;
		width: 100%;
		height: 90px;
	}

	.ad-pss-bottom-right .ad-holder2,.ad-pss.ad-pss-bottom-right {
		width: 320px;
		height: 250px;
	}

	.ad-pss-header .da2s .btn {
		display: block;
	}

	.ad-pss-header .da2s,.ad-pss-middle .da2s {
		text-align: left;
		width: 100%;
		height: 90px;
		flex-direction: row;
	}

	.ad-pss-header .da2s .btn,.ad-pss-middle .da2s .btn {
		padding-top: unset;
		margin-bottom: unset;
		width: unset;
	}

	.ad-pss-header .da2s .des,.ad-pss-middle .da2s .des {
		margin-top: 2px;
	}
}

.da2s,.da2s .btn {
	background-color: #fff;
}

.da2s,.da2s .btn,.da2s .text,.da2s .text .des,.da2s .text .tit {
	line-height: 1.3;
	box-sizing: border-box;
}

.da2s {
	padding: 20px;
	border: 1px solid #e6e7e8;
	display: flex;
	flex-direction: column;
	font-size: 10px;
	top: 0;
	left: 0;
	width: 320px;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	max-width: 728px;
	cursor: pointer;
	align-items: center;
	flex-grow: 1;
}

.da2s .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}

.da2s .text .tit {
	font-size: 20px;
	padding: 0;
	color: rgba(0,0,0,.79);
	font-weight: 500;
	letter-spacing: .02em;
	display: flex;
	align-items: center;
}

.da2s .text .tit svg {
	width: 1.75rem;
	margin-right: 5px;
}

.da2s .text .des {
	font-size: 15px;
	padding: 2.4px 0 0;
	color: rgba(0,0,0,.6);
	font-weight: 400;
	letter-spacing: .02em;
	margin-top: 5px;
}

.da2s .btn {
	color: #fff;
	padding: 10px 25px 0;
	margin-bottom: 25px;
	width: 100%;
}

.da2s .btn a,.da2s .btn span {
	font-size: 14px;
	padding: 0 6.8px;
	height: 35px;
	line-height: 35px;
	max-height: 35px;
	margin: 0;
	min-width: 165.87px;
	text-decoration: none;
	background-color: #08f;
	border-radius: 4px;
	box-shadow: 0 6px 12px rgb(134 140 150 / 65%);
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	display: block;
}

#sticky-ads {
	bottom: -1000px;
}

.sticky-ads2 {
	position: fixed;
	z-index: 10000;
	align-items: center;
	background-color: #fff;
	border-top: 1px solid #fafafa;
	font-size: 12px;
	left: 0;
	transition: bottom 1.5s cubic-bezier(.55, 0, .1, 1);
	width: 100%;
	box-sizing: content-box;
	display: flex;
	justify-content: center;
	box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1);
}

.sticky-ads2 .ads2_wrapper {
	box-sizing: border-box;
	display: flex;
	height: 100%;
	width: 100%;
	max-width: 360px;
	text-align: left;
	padding: 10px;
}

.ads2_wrapper .ads2_content {
	width: 100%;
	padding-right: 10px;
}

.ads2_wrapper .ads2_title {
	font-size: 16px;
	font-weight: 600;
	color: rgba(0,0,0,.79);
}

.ads2_wrapper .ads2_description {
	font-size: 13px;
	color: rgba(0,0,0,.6);
}

.ads2_wrapper .ads2_action {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ads2_wrapper .ads2_action .ads2_open {
	color: #fff;
	padding: 12px 5px;
	font-size: 12px;
	white-space: nowrap;
	margin: 0;
	text-decoration: none;
	background-color: #08f;
	border-radius: 4px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	display: block;
	cursor: pointer;
	min-width: 96px;
}

.sticky-ads-close {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px 0 0;
	position: absolute;
	right: 0;
	top: -25px;
	background-color: #fefefe;
	box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08);
	cursor: pointer;
}

.sticky-ads-close svg {
	width: 22px;
	height: 22px;
	fill: #000;
}

@media screen and (min-width:728px) {
	.sticky-ads2 .ads2_wrapper {
		max-width: 728px;
		border: 1px solid #e6e7e8;
		padding: 10px 35px;
		width: 100%;
	}

	.ads2_wrapper .ads2_title {
		font-size: 20px;
	}

	.ads2_wrapper .ads2_description {
		font-size: 15px;
		margin-top: 10px;
	}

	.ads2_wrapper .ads2_action .ads2_open {
		font-size: 13px;
		padding: 8px 40px;
		min-width: 165px;
	}
}

h1.title {
	font-weight: 500;
	font-size: 20px;
}

.tags {
	margin-bottom: .75rem;
}

.catblock {
	width: 100%;
	padding: 0 .75rem;
}

.catblock h2 {
	font-weight: 500;
}

ul.index-category {
	margin-top: 7px;
	index-category-style: none;
	overflow: hidden;
	font-size: 14px;
}

ul.index-category>li {
	word-break: break-all;
	width: 50%;
	display: inline-block;
}

ul.index-category li a {
	display: block;
	padding: 0 6px;
	overflow: hidden;
	width: 100%;
	height: 43px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul.index-category li a:hover {
	background: #f5f7fa;
}
 

@media screen and (min-width:1025px),print {
	ul.index-category>li {
		width: 50%;
	}
}

strong {
	font-weight: 600!important;
}

.l_item {
	width: 100%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: relative;
	line-height: 1.2;
}

.l_item figure {
	width: 64px;
	height: 64px;
	position: absolute;
}

.l_item figure img {
	width: 64px;
	height: 64px;
	border-radius: 20%;
}

.l_item .info {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 74px;
}

.l_item .info>span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	margin-bottom: 1px;
}

.l_item .info .name {
	font-size: 15px;
	margin-bottom: 3px;
}

.l_item .info .author {
	font-size: 12px;
	color: #6f6f6f;
}

.l_item .info .description {
	font-size: 13px;
	color: #6f6f6f;
}

.l_item:hover {
	background: #f5f7fa;
}

.l_item .info .description>span:not(:first-child) {
	margin-left: 5px;
}

.l_item .info .description>span:first-child::before {
	font-family: FontAwesome;
	content: "\f0e7";
	background-size: cover;
	width: 11px;
	height: 11px;
	display: inline-block;
	position: relative;
	top: .85px;
	margin-right: 2px;
	margin-left: 3px;
	vertical-align: baseline;
}

@media screen and (min-width:600px) {
	.l_item {
		width: 50%;
	}
}

@media screen and (min-width:1025px) {
	.l_item {
		width: 50%;
	}
}
