.title-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 26px 0 16px;
	word-break: break-all;
	gap: 4px;
	min-height: 44px;
	color: #3C4043;
}

.title-bar h3 {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.title-bar::after {
	content: " ";
	position: absolute;
	display: inline-block;
	align-self: center;
	width: 6px;
	height: 6px;
	border: 2px solid #868686;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	flex-shrink: 0;
	right: 16px;
}

.title-bar.no-more::after {
	content: none;
}

.title-bar .icon {
	width: 6px;
	height: 6px;
	border: 2px solid #868686;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.ar_fix .title-bar::after {
	right: auto;
	left: 16px;
	-webkit-transform: rotate(135deg);
	transform: rotate(-45deg);
}

.stars-box::before {
	content: " ";
	background: url("../img/stars.svg") no-repeat left center;
	display: inline-block;
	height: 12px;
	background-size: 12px;
	width: 12px;
	position: relative;
	top: 1px;
}

.stars-box.n-stars::before {
	background-image: url("../img/stars_fill.svg");
}

.apk-list-with .scroll-box {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px 16px 12px;
	overflow-x: auto;
}

.apk-list-with .scroll-box .apk {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	width: 80px;
	height: 142px;
}

.apk-list-with .scroll-box .apk img {
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #EFF3F9;
	border-radius: 15%;
}

.apk-list-with .scroll-box .apk .content {
	margin-top: 4px;
}

.apk-list-with .scroll-box .apk .content.pre-reg-count .title {
	-webkit-line-clamp: 1;
	height: auto;
}

.apk-list-with .scroll-box .apk .content .title {
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	color: #4B4B4B;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 44px;
	word-break: break-all;
}

.apk-list-with .scroll-box .apk .content .pre-reg-count-text p {
	display: inline-block;
}

.apk-list-with .scroll-box .apk:hover .content .title {
	color: #00a6ed;
}

.apk-list-with .scroll-box .apk+.apk {
	margin-left: 8px;
}

.scroll-box {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.apk-list-with .scroll-box::-webkit-scrollbar {
	display: none;
}

@media (min-width: 996px) {
	.title-bar {
		justify-content: initial;
	}

	.title-bar::after {
		position: initial;
		margin: 0 8px;
	}
}

.temp_main {
	padding-top: 49px;
	box-sizing: border-box;
	margin-bottom: 4px;
	position: relative;
}

body {
	padding-top: 0;
}

h1 {
	color: #3C4043;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}

h3,h2 {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #4B4B4B;
	margin-bottom: 12px;
}

p {
	font-size: 14px;
	line-height: 22px;
	color: #5E5E5E;
}

.temp_content a {
	color: #00A6ED;
	text-decoration: revert;
}

.temp_content .a_button {
	color: #FFFFFF;
	background-color: #24CD77;
	text-decoration: none;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 30px;
	border-radius: 4px;
}

.temp_content .a_button:hover {
	background-color: #24dc83;
}

.temp_content .a_button_primary {
	border: 1px solid #24CD77;
	background-color: #FFFFFF;
	color: #24CD77;
	margin-left: 10px;
}

.temp_content .a_button_primary:hover {
	background-color: #24CD77;
	color: #FFFFFF;
}

.temp_title p {
	margin-top: 8px;
}

.temp_title,.temp_content {
	padding: 24px 16px;
	background-color: #FFFFFF;
}

.pure_table {
	border: 1px solid #dcdcdc;
	border-top: none;
	border-right: none;
	margin: 0px auto;
	background: #fff;
	margin: 15px auto;
}

.pure_table tr {
	border: #CCC 1px solid;
	padding-left: 10px;
	color: #333;
	font-size: 13px;
}

.pure_table td {
	border: 1px solid #dcdcdc;
	border-bottom: none;
	border-left: none;
	padding: 10px;
	font-size: 14px;
	color: #666;
}

.pure_table td p {
	padding: 5px 0px;
}

.temp_content {
	padding-top: 0;
}

.en_style {
	list-style: lower-alpha;
}

.en_style::marker {
	content: "(" counter(list-item) ")  ";
}

.content_item {
	margin-bottom: 24px;
}

.content_item:last-child {
	margin-bottom: 0;
}

.content_item:last-child p:last-child {
	margin-bottom: 0;
}

.content_item p {
	margin-bottom: 12px;
}

.content_item li {
	color: #5E5E5E;
	margin-left: 16px;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 8px;
}

.content_item .disc {
	margin-top: 4px;
}

.content_item .disc li {
	list-style: disc;
}

.apk-list-with {
	display: none;
}

.one_number_style {
	counter-reset: oneCounter;
}

.one_number_style>li {
	margin-left: 20px;
	list-style: decimal;
}

.one_number_style>li::marker {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #4B4B4B;
}

.two_number_style {
	counter-increment: oneCounter;
}

.two_number_style>li {
	list-style: decimal;
	margin-left: 4px;
}

.two_number_style>li::marker {
	content: counter(oneCounter) "." counter(list-item) " ";
}

.en_list_style>li {
	list-style-type: lower-alpha;
	counter-increment: en-item;
	margin-left: 26px;
}

.en_list_style>li::marker {
	content: counter(en-item, lower-alpha) ").  ";
	text-align: left;
}

.roman_list_style>li {
	list-style-type: lower-alpha;
	counter-increment: roman-item;
	margin-left: 24px;
}

.roman_list_style>li::marker {
	content: "(" counter(roman-item, lower-roman) ").  ";
}

@media only screen and (max-width: 1300px) {
	body {
		min-width: 0;
	}
}

.js-ad-slot {
	display: none;
}

@media (min-width: 996px) {
	body {
		padding-top: 25px;
	}

	.js-ad-slot {
		display: block;
		background: #FFFFFF;
		margin-bottom: 8px;
	}

	.apk-list-with {
		display: block;
		width: 316px;
		box-sizing: border-box;
		background: #FFFFFF;
	}

	.title-bar h3 {
		margin-bottom: 0;
	}

	.temp_main {
		margin: 0 auto;
		padding-top: 0;
		margin-top: 62px;
		max-width: 1200px;
		margin-bottom: 4px;
		display: flex;
		margin-bottom: 16px;
	}

	.temp_main .main_left {
		flex: 1;
		/* max-width: calc(100% - 332px); */
		justify-content: space-between;
		margin-right: 12px;
	}

	.list_box {
		min-width: 316px;
	}

	.apk-list-with .scroll-box {
		display: block;
		padding-bottom: 0;
	}

	.apk-list-with .scroll-box .apk {
		position: relative;
		flex-direction: row;
		width: auto;
		height: auto;
		margin-bottom: 12px;
	}

	.apk-list-with .scroll-box .apk+.apk {
		margin-left: 0;
	}

	.apk-list-with .scroll-box .apk img {
		width: 60px;
		height: 60px;
	}

	.apk-list-with .scroll-box .apk .content {
		margin-top: 0;
		margin-left: 12px;
		overflow: hidden;
	}

	.apk-list-with .scroll-box .apk .content .title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		flex: 1;
	}

	.ar_fix .temp_main .main_left {
		margin-right: 0px;
		margin-left: 16px;
	}

	.ar_fix .apk-list-with .scroll-box .apk .content {
		margin-left: 0px;
		margin-right: 12px;
	}
}

@media (max-width: 368px) {
	.temp_content .a_button_primary {
		margin-left: 0;
		margin-top: 12px;
	}
}

.ar_fix .content_item .disc li {
	margin-left: 16px;
	margin-right: 16px;
}

.ar_fix .one_number_style>li {
	margin-left: 0px;
	margin-right: 20px;
}

.ar_fix .two_number_style>li {
	margin-left: 0;
	margin-right: 4px;
}

.ar_fix .en_list_style>li {
	margin-left: 0;
	margin-right: 26px;
}

.ar_fix .roman_list_style>li {
	margin-left: 0;
	margin-right: 24px;
}

.ar_fix .temp_content .a_button_primary {
	margin-left: 0;
	margin-right: 10px;
}