body {
	background: #FFFFFF;
}

.ad-box-wrap {
	box-sizing: border-box;
	padding: 8px 0;
}

.ad-box-wrap--side {
	padding: 0;
	margin: 0 0 16px;
}

.ad-box-wrap--embed {
	padding: 0 0 16px;
}

.ad-box-wrap--top {
	margin: 8px 0 -8px;
}

.ad-box {
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #EEF1F5;
}

@media only screen and (max-width: 1300px) {
	.article-navigation-bar.bar .article-menu {
		max-width: 1100px;
		min-width: auto;
	}
}

@media screen and (max-width: 996px) {
	.article-navigation-bar.bar.article-navigation-bar.bar {
		margin-bottom: 0;
	}
}

.article-content {
	color: #5E5E5E;
	font-size: 14px;
	line-height: 22px;
}

.article-content>* {
	margin-top: 0;
	margin-bottom: 16px;
}

.article-content>h2 {
	color: #4B4B4B;
	font-size: 20px;
}

.article-content a {
	color: #00a6ed;
}

.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5 {
	margin-bottom: 16px;
	color: #4B4B4B;
}

.article-content h1 {
	font-size: 24px;
	line-height: 32px;
}

.article-content h3 {
	font-size: 20px;
	line-height: 28px;
}

.article-content .tips-title>div {
	border-left: 5px solid #24CD77;
	background: #F8F9FA;
	padding: 12px;
}

.article-content>h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #4B4B4B;
	word-break: normal;
}

.article-content>hr {
	margin: 28px 0;
	border-color: #EEEEEE;
}

.article-content>p {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 22px;
	color: #5E5E5E;
	word-break: normal;
}

.article-content>p a { 
	color: var(--color);
	font-weight: bold;
}

.article-content>p a:hover {
	color: var(--color_h);
}

.article-content>p img {
	width: 100%;
}

.article-content>ul {
	margin-bottom: 16px;
	padding-left: 18px;
}

.article-content>ul li {
	font-size: 14px;
	line-height: 22px;
	color: var(--color);
	list-style: disc;
}

.article-content>ul li a {
	color: var(--color);
}

.article-content>ul li a:hover {
	color: var(--color_h);
}

.article-content>ul li+li {
	margin-top: 8px;
}

.article-content .content-table {
	overflow-x: auto;
	margin: 0 -12px 16px 0;
}

.article-content .content-table table {
	width: 100%;
	margin: 0 12px;
	border-collapse: collapse;
}

.article-content .content-table table th,.article-content .content-table table td {
	padding: 16px;
	border: 1px solid #E7E7E7;
	white-space: nowrap;
}

.article-content .content-table table th {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #5E5E5E;
	background-color: #F8F9FA;
	text-align: left;
}

.article-content .content-table table td {
	font-size: 14px;
	line-height: 22px;
	color: #8B8B8B;
}

.article-content .google-auto-placed {
	margin-top: 12px !important;
}

html[dir="rtl"] .article-content .tips-title>div {
	border-right: 5px solid #24CD77;
	border-left: none;
}

.article-content .ap-img-container {
	text-align: center;
	cursor: pointer;
}

.article-content img.ap-img-display-horizontal {
	max-width: 100%;
	height: auto;
}

.article-content img.ap-img-display-square {
	max-width: 360px;
	height: auto;
}

.article-content img.ap-img-display-vertical {
	max-width: 360px;
	height: auto;
}

html[dir="rtl"] .article-content ul,html[dir="rtl"] .article-content ol {
	padding-left: 0;
	padding-right: 24px;
}

.article-content .table-container {
	margin: 0 0 16px 0;
}

.article-content table {
	width: 100% !important;
	text-align: left;
	border: 1px solid #E7E7E7;
	border-collapse: collapse;
	color: #777777;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

.article-content table th {
	border: 1px solid #E7E7E7;
	padding: 8px 16px;
	background: #F8F9FA;
}

.article-content table tr td {
	min-width: 60px;
	border: 1px solid #E7E7E7;
	padding: 8px 16px;
}

.article-content .row-table tr td:first-child {
	background-color: #F8F9FA;
}

.collection-pubg-entry-top {
	padding-top: 16px;
	margin-bottom: 16px;
	display: block;
	text-align: center;
}

.collection-pubg-entry-top .collection-pubg-entry-square {
	display: none;
}

.collection-pubg-entry-top .collection-pubg-entry-rectangle {
	display: inline-block;
}

.collection-pubg-entry-middle {
	display: block;
	text-align: center;
}

.collection-pubg-entry-middle .collection-pubg-entry-square {
	width: 100%;
	max-width: 300px;
	display: inline-block;
	margin-bottom: 16px;
}

.collection-pubg-entry-middle .collection-pubg-entry-rectangle {
	display: none;
}

.collection-pubg-entry-bottom {
	padding: 16px 0;
	display: none;
	text-align: center;
	border-bottom: 4px solid #f2f5f9;
}

.collection-pubg-entry-bottom .collection-pubg-entry-square {
	max-width: 300px;
	display: inline-block;
}

.collection-pubg-entry-bottom .collection-pubg-entry-rectangle {
	display: none;
}

.article-image-link img {
	object-fit: cover;
}

.article-container {
	margin: 0 auto 16px;
	padding: 0 16px;
	max-width: 1100px;
}

.article-container .article-navigation-bar.bar {
	display: none;
}

.article-container .article-navigation-bar.side {
	padding: 0 8px;
	display: block;
}

.article-container .article-content-top {
	margin-top: 16px;
	display: flex;
	padding-bottom: 16px;
	border-bottom: 1px solid #E7E7E7;
}

.article-container .article-content-top-left {
	width: 720px;
}

.article-container .article-content-top-left .bread-crumbs {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-container .article-content-top-left .bread-crumbs a,.article-container .article-content-top-left .bread-crumbs span {
	font-size: 12px;
	line-height: 14px;
	color: #8B8B8B;
	display: inline-block;
}

.article-container .article-content-top-left .bread-crumbs i {
	display: inline-block;
	margin: 0 6px;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border: 0 none;
	border-color: #8B8B8B;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	transform: rotate(45deg);
}

.article-container .article-content-top-left .bread-crumbs a:hover {
	color: var(--color);
}

.article-container .article-content-top-left .title {
	margin-top: 8px;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #3C4043;
}

.article-container .article-content-top-left .desc {
	margin-top: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #5E5E5E;
}

.article-container .article-content-top-left .article-head {
	margin-top: 16px;
	display: flex;
	padding-bottom: 16px;
	justify-content: space-between;
	border-bottom: 1px solid #EEEEEE;
}

.article-container .article-content-top-left .article-head .info .author {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #5E5E5E;
}

.article-container .article-content-top-left .article-head .info .date {
	display: block;
	margin-top: 4px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #A6A6A6;
}

.article-container .article-content-top-left .article-head .share-box {
	display: flex;
}

.article-container .article-content-top-left .article-head .share-box li {
	width: 32px;
	height: 32px;
	background-color: #FFFFFF;
	border-radius: 50%;
	position: relative;
	margin-left: 4px;
	cursor: pointer;
}

.article-container .article-content-top-left .article-head .share-box li:hover {
	opacity: 0.9;
}

.article-container .article-content-top-left .article-head .share-box li svg {
	fill: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.article-container .article-content-top-left .article-head .share-box li.facebook {
	background-color: #3B5998;
}

.article-container .article-content-top-left .article-head .share-box li.twitter {
	background-color: #00ACED;
}

.article-container .article-content-top-left .article-head .share-box li.reddit {
	background-color: #FF5700;
}

.article-container .article-content-top-left .article-head .share-box li.more {
	border: 1px solid #E7E7E7;
	box-sizing: border-box;
}

.article-container .article-content-top-left .article-head .share-box li.more svg {
	fill: #8B8B8B;
	width: 12px;
}

.article-container .article-content-top-left .banner {
	margin: 16px 0;
	width: 100%;
	height: 0;
	position: relative;
	display: block;
	padding-bottom: 56.25%;
	background: none;
	cursor: pointer;
}

.article-container .article-content-top-left .banner img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.article-container .article-content-top-left .banner .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 66px;
	height: 47px;
	background-image: url(../img/youtube-transparent.svg);
	background-size: cover;
}

.article-container .article-content-top-left .banner:hover .play {
	background-image: url(../img/youtube.svg);
}

.article-container .article-content-top-left .share-box-footer {
	display: flex;
	padding-top: 16px;
	margin-top: 40px;
	border-top: 1px solid #E7E7E7;
}

.article-container .article-content-top-left .share-box-footer li {
	flex: 1;
	height: 45px;
	background-color: #FFFFFF;
	position: relative;
	cursor: pointer;
}

.article-container .article-content-top-left .share-box-footer li:hover {
	opacity: 0.9;
}

.article-container .article-content-top-left .share-box-footer li a {
	display: block;
	width: 100%;
	height: 100%;
}

.article-container .article-content-top-left .share-box-footer li+li {
	margin-left: 4px;
}

.article-container .article-content-top-left .share-box-footer li svg {
	width: 20px;
	height: 20px;
	fill: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.article-container .article-content-top-left .share-box-footer li.facebook {
	background-color: #3B5998;
}

.article-container .article-content-top-left .share-box-footer li.twitter {
	background-color: #00ACED;
}

.article-container .article-content-top-left .share-box-footer li.reddit {
	background-color: #FF5700;
}

.article-container .article-content-top-left .share-box-footer li.more {
	border: 1px solid #E7E7E7;
	box-sizing: border-box;
}

.article-container .article-content-top-left .share-box-footer li.more svg {
	fill: #8B8B8B;
}

.article-container .article-content-top-left .related-tags-title {
	margin-top: 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #4B4B4B;
}

.article-container .article-content-top-left .tag-list a {
	display: inline-block;
	padding: 8px 12px;
	margin-right: 8px;
	margin-top: 8px;
	background-color: #F8F9FA;
	border-radius: 30px;
	font-size: 14px;
	line-height: 18px;
	color: #777777;
}

.article-container .article-content-top-left .tag-list a:hover {
	background: rgba(0,166,237,0.1);
	color: #00A6ED;
}

.article-container .article-content-top-right {
	width: 330px;
	margin-left: 24px;
}

.article-container .article-content-top-right .article-list-title {
	padding-left: 8px;
	padding-top: 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: var(--color);
	position: relative;
	cursor: pointer;
}

.article-container .article-content-top-right .article-list-item:first-child {
	margin-top: 0;
}

.article-container .article-content-top-right .article-list-item {
	padding: 8px;
	display: flex;
}

.article-container .article-content-top-right .article-list-item:hover {
	opacity: .9;
	background-color: #F8F9FA;
}

.article-container .article-content-top-right .article-list-item:hover .info .title {
	color: var(--color_h);
}

.article-container .article-content-top-right .article-list-item .article-image-link {
	position: relative;
	width: 128px;
	height: 72px;
	border-radius: 4px;
	overflow: hidden;
}

.article-container .article-content-top-right .article-list-item .article-image-link img {
	width: 100%;
	height: 100%;
}

.article-container .article-content-top-right .article-list-item .article-image-link .badge {
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	height: 20px;
	border-radius: 2px;
	background: rgba(250,139,22,0.9);
	font-size: 12px;
	line-height: 20px;
	padding: 0 4px;
	color: #FFFFFF;
}

.article-container .article-content-top-right .article-list-item .info {
	flex: 1;
	padding: 0 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.article-container .article-content-top-right .article-list-item .info .title {
	display: -webkit-box;
	height: 46px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #4B4B4B;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.article-container .article-content-top-right .article-list-item .info .date {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #A6A6A6;
}

.article-container .article-content-bottom {
	margin: 12px auto 0;
}

.article-container .article-content-bottom .article-list-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #4B4B4B;
}

.article-container .article-content-bottom .statistics-article-list-wrapper {
	position: relative;
	margin-top: 8px;
}

.article-container .article-content-bottom .statistics-article-list-container {
	overflow: hidden;
}

.article-container .article-content-bottom .statistics-article-list-container .statistics-article-list {
	display: flex;
}

.article-container .article-content-bottom .statistics-article-list-container .statistics-article-list .article-list-item {
	max-width: calc(25% - 5px);
	margin-right: 8px;
	flex-shrink: 0;
	background: #F8F9FA;
	border-radius: 4px;
	overflow: hidden;
}

.article-container .article-content-bottom .statistics-article-list-container .statistics-article-list .article-list-item:hover {
	opacity: .9;
}

.article-container .article-content-bottom .statistics-article-list-container .statistics-article-list .article-list-item:hover .info .title {
	color: var(--color_h);
}

.article-container .article-content-bottom .statistics-article-list-container .statistics-article-list .article-list-item>a {
	width: 100%;
	height: 0;
	position: relative;
	display: block;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.article-container .article-content-bottom .statistics-article-list-container .statistics-article-list .article-list-item img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.article-container .article-content-bottom .statistics-article-list-container .statistics-article-list .info {
	padding: 8px;
}

.article-container .article-content-bottom .statistics-article-list-container .statistics-article-list .info .title {
	height: 44px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: var(--color);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.article-container .article-content-bottom .statistics-article-list-container .statistics-article-list .info .tags {
	margin-top: 8px;
	height: 18px;
	width: 100%;
	overflow: hidden;
	word-break: break-all;
}

.article-container .article-content-bottom .statistics-article-list-container .statistics-article-list .info .tags .tag {
	padding: 2px 8px;
	background: rgba(250,139,22,0.1);
	border-radius: 2px;
	font-size: 12px;
	line-height: 16px;
	color: #FA8B16;
	margin-right: 8px;
	margin-top: 4px;
}

.article-container .article-content-bottom .statistics-article-list-container .swiper-button-next,.article-container .article-content-bottom .statistics-article-list-container .swiper-button-prev {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	outline: 0;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
	border-radius: 50%;
	cursor: pointer;
}

.article-container .article-content-bottom .statistics-article-list-container .swiper-button-next::before,.article-container .article-content-bottom .statistics-article-list-container .swiper-button-prev::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	border-color: #8B8B8B;
	border-width: 1.8px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.article-container .article-content-bottom .statistics-article-list-container .swiper-button-prev {
	left: 0;
	margin-left: -20px;
}

.article-container .article-content-bottom .statistics-article-list-container .swiper-button-prev::before {
	border-left-style: solid;
	border-bottom-style: solid;
	margin-left: 2px;
}

.article-container .article-content-bottom .statistics-article-list-container .swiper-button-next {
	right: 0;
	margin-right: -20px;
}

.article-container .article-content-bottom .statistics-article-list-container .swiper-button-next::before {
	border-top-style: solid;
	border-right-style: solid;
	margin-left: -2px;
}

.article-container .article-list-title {
	position: relative;
}

.article-container .article-list-title a {
	color: var(--color);
}

.article-container .article-list-title a::after {
	content: " ";
	display: inline-block;
	align-self: center;
	width: 5px;
	height: 5px;
	border: 2px solid var(--color);
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	flex-shrink: 0;
	margin: 0 8px;
	margin-bottom: 2px;
}

.article-container .article-list-title:hover a {
	color: #00b6ff;
}

.article-container .article-list-title:hover a::after {
	border-color: #00b6ff;
}

.article-container-howto .article-content-bottom .statistics-article-list-container .statistics-article-list .article-list-item {
	background-color: white;
}

.article-container-howto .article-content-bottom .statistics-article-list-container .statistics-article-list .article-list-item .info {
	padding-left: 0;
	padding-right: 0;
}

.article-container-reviews .article-content-top-right .related-article-list .article-list-item:nth-child(1) {
	display: block;
	padding: 0;
	margin: 8px;
}

.article-container-reviews .article-content-top-right .related-article-list .article-list-item:nth-child(1) .article-image-link {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.article-container-reviews .article-content-top-right .related-article-list .article-list-item:nth-child(1) .article-image-link::after {
	content: '';
	width: 100%;
	position: absolute;
	height: 40%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}

.article-container-reviews .article-content-top-right .related-article-list .article-list-item:nth-child(1) .article-image-link img {
	position: absolute;
}

.article-container-reviews .article-content-top-right .related-article-list .article-list-item:nth-child(1) .info {
	position: absolute;
	bottom: 8px;
	z-index: 3;
	padding: 0 8px;
}

.article-container-reviews .article-content-top-right .related-article-list .article-list-item:nth-child(1) .info .title {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	height: auto;
}

.article-container-reviews .article-content-top-right .related-article-list .article-list-item:nth-child(1) .info .date {
	display: none;
}

.article-container-reviews .article-content-top-right .related-article-list .article-list-item:nth-child(1):hover {
	opacity: .9;
	background-color: none;
}

.article-container-reviews .article-content-top-right .related-article-list .article-list-item:nth-child(1):hover .info .title {
	color: #00b6ff;
}

.ar_fix .article-container .article-content-top-right {
	margin-left: 0;
	margin-right: 24px;
}

.ar_fix .article-container .article-content-top-right .article-list-title {
	padding-left: 0;
	padding-right: 8px;
}

.ar_fix .article-list-title a::after {
	right: auto;
	left: 12px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.ar_fix .statistics-article-list-container .statistics-article-list .article-list-item {
	margin-left: 8px !important;
	margin-right: 0 !important;
}

.ar_fix .swiper-button-prev {
	right: auto;
}

@media screen and (max-width: 1150px) {
	.swiper-button-next,.swiper-button-prev {
		display: none;
	}
}

@media screen and (min-width: 996px) {
	.collection-pubg-entry-top {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 996px) {
	.ad-box-wrap--top {
		margin: 0;
		padding: 8px 16px;
	}

	.article-container {
		padding: 0;
		width: auto;
	}

	.article-container .collection-pubg-entry-top {
		border-top: 4px solid #f2f5f9;
	}

	.article-container .collection-pubg-entry-top .collection-pubg-entry-square {
		display: inline-block;
	}

	.article-container .collection-pubg-entry-top .collection-pubg-entry-rectangle {
		display: none;
	}

	.article-container .collection-pubg-entry-middle {
		display: none;
	}

	.article-container .collection-pubg-entry-bottom {
		display: block;
	}

	.article-container .article-navigation-bar.bar {
		display: block;
	}

	.article-container .article-navigation-bar.side {
		display: none;
	}

	.article-container .article-content-top {
		margin-top: 0;
		border-top: 4px solid #f2f5f9;
		padding-top: 8px;
		flex-direction: column;
		padding-bottom: 0;
		border-bottom: none;
	}

	.article-container .article-content-top-left {
		padding: 0 16px 16px;
		width: auto;
	}

	.article-container .article-content-top-left .title {
		font-size: 20px;
		line-height: 28px;
	}

	.article-container .article-content-top-right {
		margin: 0;
		width: auto;
	}

	.article-container .article-content-top-right .article-list-title {
		padding: 8px 16px 0 16px;
		border-top: 4px solid #f2f5f9;
	}

	.article-container .article-content-top-right .article-list {
		padding: 0 16px 8px 16px;
	}

	.article-container .article-content-top-right .article-list .article-list-item {
		padding: 8px 0;
	}

	.article-container .article-content-bottom {
		width: 100%;
		overflow: hidden;
		margin-top: 0;
		padding-bottom: 8px;
		border-top: 4px solid #f2f5f9;
		border-bottom: 4px solid #f2f5f9;
	}

	.article-container .article-content-bottom .article-list-title {
		padding: 8px 16px;
	}

	.article-container .article-content-bottom .statistics-article-list-wrapper {
		width: 1100px;
		margin-top: 0;
	}

	.article-container .article-content-bottom .statistics-article-list-wrapper .statistics-article-list-container {
		padding-left: 16px;
	}

	.article-container-reviews .article-content-top-right .related-article-list .article-list-item:nth-child(1) {
		margin: 8px 0 0 0;
	}

	.article-list-title a::after {
		position: absolute;
		right: 12px;
		top: 18px;
	}
}

@media screen and (max-width: 480px) {
	.article-container .article-content-top-left .banner .play {
		width: 56px;
		height: 39px;
	}
}

.content-menu .content-menu-head {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	padding: 8px 16px;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #00a6ed;
	background-color: #fff;
}

.content-menu .content-menu-head span {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}

.content-menu .content-menu-head i {
	width: 5px;
	height: 5px;
	display: block;
	border-left: 1.8px solid #00a6ed;
	border-bottom: 1.8px solid #00a6ed;
	transform: rotate(135deg);
	margin-top: -2px;
}

.content-menu .content-menu-head.expand i {
	transform: rotate(-45deg);
}

.content-menu .content-menu-list {
	padding: 8px 0;
	margin-top: 8px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	background-color: #fff;
}

.content-menu .content-menu-list li {
	list-style: none;
}

.content-menu .content-menu-list li span {
	cursor: pointer;
	display: block;
	padding: 12px 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #777;
}

.content-menu .content-menu-list li span:hover {
	color: #00a6ed;
	background-color: #f8f9fa;
}

.cherry-markdown .fake-h3-fix {
	position: relative;
	top: -45px;
	display: block;
	visibility: hidden;
}

.content-menu {
	margin-bottom: 16px;
}

.app-card {
	border-radius: 8px;
	background: var(--color_button_h_2);
}

.app-card .download-btn:hover {
	background: var(--color_button_h);
}

.app-card a {
	text-decoration: none;
}

.app-card .app-tags {
	overflow: hidden;
	height: 26px;
}

.app-card .app-tags a {
	padding: 4px 8px;
	font-size: 12px;
	line-height: 16px;
	color: #a6a6a6;
	border: 1px solid #eee;
	border-radius: 4px;
	background-color: #fff;
	margin-right: 4px;
	display: inline-block;
}

.app-card .app-tags a:hover {
	color: #24cd77;
	background: rgba(36,205,119,0.1);
	border-color: rgba(36,205,119,0.1);
	background-clip: padding-box;
}

.app-card .app-details {
	margin: 8px 0;
}

.app-card .app-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.app-card .app-name .app-name-link {
	display: inline-block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.app-card .app-howto-share {
	width: 16px;
	height: 16px;
	margin: 0 4px;
	position: relative;
	stroke: var(--color);
}

.app-card .app-device-type,.app-card .app-corner-tag {
	display: inline-block;
	position: relative;
	margin-left: 4px;
	font-style: normal;
	font-weight: 400;
	font-size: 9px;
	line-height: 9px;
	border-radius: 2px;
	vertical-align: top;
}

.app-card .app-device-type div,.app-card .app-corner-tag div {
	padding: 2px;
	border-radius: 2px;
}

.app-card .app-device-type {
	color: #0AAD00;
}

.app-card .app-device-type div {
	background: rgba(10,173,0,0.1);
}

.app-card .app-corner-tag {
	color: #4087F7;
}

.app-card .app-corner-tag div {
	background: rgba(64,135,247,0.1);
}

.app-card .app-stars {
	direction: ltr;
	height: 12px;
	width: 60px;
	background: url(../img/stars_fill.svg) repeat-x;
	background-size: 12px;
}

.app-card .app-stars .stars-score {
	display: block;
	height: 12px;
	background: url(../img/stars.svg) repeat-x;
	background-size: 12px;
}

html[dir="rtl"] .app-card .app-device-type,html[dir="rtl"] .app-card .app-corner-tag {
	margin-left: 0;
	margin-right: 4px;
}

html[dir="rtl"] .app-card .app-tags a {
	margin-right: 0;
	margin-left: 4px;
}

html[dir="rtl"] .app-card .download-btn .fileSize {
	margin-left: 0;
	margin-right: 8px;
}

html[lang="ar"] .app-card .app-info .app-name a,html[lang="ur"] .app-card .app-info .app-name a,html[lang="jp"] .app-card .app-info .app-name a,html[lang="th"] .app-card .app-info .app-name a {
	font-weight: bold;
}

@media screen and (max-width: 720px) {
	.app-card {
		padding: 12px;
	}

	.app-card p {
		margin: 0;
	}

	.app-card .card-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.app-card .card-header .app-icon {
		width: 70px;
		height: 70px;
	}

	.app-card .card-header .app-info {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.app-card .card-header .app-info .app-name {
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		color: #00A6ED;
	}

	.app-card .card-header .app-info .app-name a {
		font-size: 16px;
		line-height: 26px;
		font-weight: 500;
		color: #00A6ED;
	}

	.app-card .card-header .app-info .app-author {
		display: none;
	}

	.app-card .card-header .app-info .app-pre-info {
		font-weight: 400;
		font-size: 12px;
		line-height: 16px;
		color: #8B8B8B;
	}

	.app-card .card-header .app-info .app-pre-info span {
		display: block;
		margin-top: 8px;
	}

	.app-card .card-header .app-info .app-desc {
		font-size: 12px;
		line-height: 20px;
		margin-top: 4px;
		word-break: break-word;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		color: #777;
	}

	.app-card .card-header .app-tags {
		display: none;
	}

	.app-card .download-btn .fileSize {
		vertical-align: top;
		margin-left: 5px;
	}

	.app-card .app-tags {
		margin-top: 12px;
	}

	.app-card .download-btn {
		display: block;
		margin-top: 12px;
		text-align: center;
		padding: 9px 0;
		background-color: #24cd77;
		border-radius: 4px;
		color: #fff;
	}

	.app-card .download-btn:hover {
		color: white;
	}

	.app-card .download-btn i {
		vertical-align: middle;
		margin-right: 8px;
	}

	.app-card .download-btn>span {
		margin-right: 8px;
		vertical-align: middle;
		display: inline-block;
		height: 19px;
		position: relative;
	}

	.app-card .app-icon {
		display: block;
		margin-right: 16px;
	}

	.app-card .app-icon img {
		width: 100%;
		height: 100%;
		border-radius: 15%;
		border: 1px solid #EFF3F9;
	}

	html[dir="rtl"] .app-card .download-btn>span {
		margin-left: 8px;
		margin-right: 0;
	}

	html[dir="rtl"] .app-card .app-icon {
		margin-left: 16px;
		margin-right: 0;
	}
}

@media screen and (min-width: 720px) {
	.app-card {
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.app-card .download-btn {
		padding: 9px 32px;
		background-color: var(--color_button);
		border-radius: 4px;
		color: #fff;
	}

	.app-card .download-btn:hover {
		color: white;
	}

	.app-card .download-btn .fileSize {
		display: none;
	}

	.app-card .download-btn i {
		vertical-align: middle;
		margin-right: 8px;
	}

	.app-card .download-btn>span {
		margin-right: 8px;
		vertical-align: middle;
		display: inline-block;
		height: 19px;
		position: relative;
	}

	.app-card .card-header {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.app-card .app-icon {
		width: 120px;
		height: 120px;
		display: block;
		margin-right: 16px;
	}

	.app-card .app-icon img {
		width: 100%;
		height: 100%;
		border-radius: 15%;
		border: 1px solid #EFF3F9;
	}

	.app-card>.app-tags {
		display: none;
	}

	.app-card .app-info {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 0;
		margin-right: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.app-card .app-info .app-name {
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		margin: 0;
		color: var(--color);
	}

	.app-card .app-info .app-name a {
		font-size: 20px;
		line-height: 28px;
		font-weight: 500;
		color: var(--color);
	}

	.app-card .app-info .app-name a:hover { 
		color: var(--color_h);
	}

	.app-card .app-info .app-details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}

	.app-card .app-info .app-details .delimiter {
		margin: 0 12px;
		display: block;
		width: 1px;
		height: 8px;
		background: #C5C5C5;
	}

	.app-card .app-info .app-author {
		font-weight: 400;
		font-size: 13px;
		line-height: 22px;
		color: #5E5E5E;
	}

	.app-card .app-info .app-pre-info {
		font-weight: 400;
		font-size: 13px;
		line-height: 22px;
		color: #8B8B8B;
	}

	.app-card .app-info .app-pre-info span {
		display: inline-block;
	}

	.app-card .app-info .app-pre-info .app-pre-date {
		margin-left: 12px;
	}

	.app-card .app-info .app-desc {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 8px;
		word-break: break-word;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		color: #777;
	}

	.app-card .app-info .app-tags {
		margin: 0;
	}

	html[dir="rtl"] .app-card .download-btn>span {
		margin-left: 8px;
	}

	html[dir="rtl"] .app-card .app-icon {
		margin-left: 16px;
		margin-right: 0;
	}

	html[dir="rtl"] .app-card .app-info {
		margin-left: 16px;
		margin-right: 0;
	}

	html[dir="rtl"] .app-card .app-pre-info .app-pre-date {
		margin-left: 0;
		margin-right: 12px;
	}
}

.article-content>ul.apk-relative-articles {
	padding-left: 0;
}

.article-content>ul.apk-relative-articles li {
	list-style: none;
}

.article-content>ul.apk-relative-articles li span {
	color: #4087F7;
	font-weight: 500;
}

.article-content>ul.apk-relative-articles svg {
	position: relative;
	top: 3px;
	vertical-align: top;
}

.article-content>ul.apk-relative-articles svg path {
	stroke: #4087F7;
}

.backToTop {
	cursor: pointer;
	height: 20px;
}

.backToTop:hover {
	opacity: .9;
}

.backToTop .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: var(--color_h);
	border-radius: 50%;
	vertical-align: bottom;
}

.backToTop div.icon svg.class {
	height: 20px;
	margin: 0 5px;
	width: 10px;
}

.backToTop .text {
	display: inline-block;
	margin: 0 8px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: var(--color_h);
	vertical-align: middle;
}

.article-navigation-bar.bar {
	width: 100%;
	background-color: #F8F9FA;
}

.article-navigation-bar.bar .article-menu {
	margin: 0 auto;
	max-width: 1200px;
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 0;
}

.article-navigation-bar.bar .article-menu::-webkit-scrollbar {
	height: 0;
}

.article-navigation-bar.bar .item {
	display: inline-block;
	padding: 18px 12px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: var(--color);
}

.article-navigation-bar.bar .item.selected {
	color: #24CD77;
	border-bottom: 2px solid #24CD77;
	padding-bottom: 16px;
}

@media only screen and (max-width: 1300px) {
	.article-navigation-bar.bar .article-menu {
		max-width: 1048px;
		min-width: 1048px;
	}
}

@media screen and (max-width: 995px) {
	.article-navigation-bar.bar {
		margin-bottom: 4px;
		background-color: white;
	}

	.article-navigation-bar.bar .article-menu {
		width: 100%;
		min-width: 0;
	}

	.article-navigation-bar.bar .item {
		padding: 14px 12px;
		color: #777777;
	}

	.article-navigation-bar.bar .item.selected {
		color: #24CD77;
		border-bottom: 2px solid #24CD77;
		padding-bottom: 12px;
	}
}

.main .article-navigation-bar.bar,main .article-navigation-bar.bar {
	margin-bottom: 4px;
	background-color: white;
}

.main .article-navigation-bar.bar .article-menu,main .article-navigation-bar.bar .article-menu {
	position: static;
	background-color: transparent;
	max-width: none;
	min-width: 0;
	margin: 0;
}

.article-navigation-bar.side {
	padding: 8px;
}

.article-navigation-bar.side .title {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--color);
}

.article-navigation-bar.side .article-menu {
	margin-top: 12px;
}

.article-navigation-bar.side .item {
	display: inline-block;
	width: calc(50% - 4px);
	height: 24px;
	padding: 4px 0;
	margin: 4px 0;
	font-size: 14px;
	line-height: 24px;
	align-items: center;
	color: var(--color);
	background: #F2F6FC;
	border-radius: 40px;
}

.article-navigation-bar.side .item:hover {
	color: #00A6ED;
}

.article-navigation-bar.side .item:nth-child(2n+2) {
	margin-left: 4px;
}

.article-navigation-bar.side .icon {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	margin-left: 6px;
	vertical-align: top;
}

[dir="rtl"] .article-navigation-bar.side .icon {
	margin-right: 6px;
	margin-left: 8px;
}

[dir="rtl"] .article-navigation-bar.side .item:nth-child(2n+2) {
	margin-right: 4px;
}