.title-bar, .versions-main .module a.title {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px 26px 0 16px;
	word-break: break-all;
	gap: 4px;
	min-height: 44px;
	color: var(--color_text_headings);
}

.title-bar h3, .versions-main .module a.title h3 {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.title-bar::after, .versions-main .module a.title::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, .versions-main .module a.title.no-more::after {
	content: none;
}

.title-bar .icon, .versions-main .module a.title .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,.ar_fix .versions-main .module a.title::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: var(--color_h)!important;
}

.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, .versions-main .module a.title {
		justify-content: initial;
	}

	.title-bar::after, .versions-main .module a.title::after {
		position: initial;
		margin: 0 8px;
	}
}

.aegon-down-item {
	height: auto;
	margin: 4px 0;
	padding: 10px 16px;
	background-color: #fff;
	display: flex;
	justify-content: start;
	align-items: center;
}

.aegon-down-item .icon {
	display: flex;
	border: 0;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	box-sizing: border-box;
	flex-shrink: 0;
}

.aegon-down-item .icon img {
	width: 40px;
	height: 40px;
}

.aegon-down-item .text {
	padding: 0 12px;
	flex: 1;
}

.aegon-down-item .text .des {
	font-size: 12px;
	line-height: 16px;
	color: var(--color_text_2);
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.aegon-down-item .text .des.des_pc {
	display: none;
}

.aegon-down-item .text .tit {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: var(--color_text_headings);
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.aegon-down-item .btn {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	background: var(--color_button);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 8px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

body {
	min-width: auto;
}

.title-bar, .versions-main .module a.title {
	line-height: 24px;
	position: relative;
}

.title-bar h3, .versions-main .module a.title h3.name {
	color: var(--color_text_headings);
	font-size: 16px;
	font-weight: 500;
}

.list_box {
	background-color: #fff;
	margin: 4px 0;
}

.versions-main {
	padding-top: 45px;
}

.details-title {
	line-height: 22px;
	font-size: 13px;
	padding: 8px 16px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
}

.details-title a,.details-title span {
	font-size: 13px;
	margin-right: 16px;
	position: relative;
	display: inline-block;
}

.details-title a {
	color: var(--color);
}

.details-title a:hover {
	color: var(--color_h);
}

.details-title span {
	color: var(--color_h);
}

.details-title a::after,.details-title span::after {
	content: " ";
	display: inline-block;
	width: 4px;
	height: 4px;
	position: absolute;
	right: -10px;
	top: 8px;
	border: 1px solid;
	border-color: var(--color_borders) var(--color_borders) transparent transparent;
	transform: rotateZ(45deg);
}

.details-title span::after {
	right: initial;
	left: -12px;
}

.details-title .app_name_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
}

.ver_item_hidden {
	display: none;
}

.ver-top {
	background-color: #fff;
	padding: 12px 16px;
}

.ver-top .ver-left-box {
	display: flex;
	min-width: 0;
}

.ver-top .ver-top-l {
	margin-right: 12px;
}

.ver-top .ver-top-l img {
	width: 80px;
	height: 80px;
	border-radius: 15%;
	border: 1px solid var(--color_borders);
	background-color: #fff;
	box-sizing: border-box;
}

.ver-top .ver-top-r {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.ver-top .ver-top-r .ver_title {
	max-width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: var(--color_text_headings);
}

.ver-top .ver-top-r .ver_title:hover {
	color: var(--color_h);
}

.ver-top .ver-top-r .ver_title:hover h1 {
	color: var(--color_h);
}

.ver-top .ver-top-r h1 {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--color_text_headings);
	display: inline;
}

.ver-top .ver-top-r .ver_dev {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ver-top .ver-top-r .ver_dev,.ver-top .ver-top-r .ver_dev a {
	font-size: 13px;
	line-height: 22px;
	color: var(--color);
	margin: 4px 0;
}

.ver-top .ver-top-r .ver_dev:hover,.ver-top .ver-top-r .ver_dev a:hover {
	color: var(--color_h);
}

.ver-top .ver-top-r .ver-des {
	font-size: 13px;
	line-height: 18px;
	color: var(--color_text_2);
	max-height: 36px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.ver-top .ver-top-down {
	margin-top: 12px;
	text-align: center;
	background: var(--color_button);
	border-radius: 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ver-top .ver-top-down a {
	display: inline-block;
	padding: 10px 12px;
	width: 100%;
	box-sizing: border-box;
}

.ver-top .ver-top-down a:hover {
	background-color: var(--color_button_h);
}

.ver-top .ver-top-down span {
	position: relative;
	padding-left: 32px;
}

.ver-top .ver-top-down span i {
	background: url("../img/details_new_icon.svg") no-repeat 0 -52px;
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 3px;
}

.ver-top .ver-top-down a {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

.js-ad-slot {
	margin: 4px 0;
	background-color: #fff;
}

.js-ad-slot .ad-box {
	margin-bottom: 0;
}

.discover,.list-wrap {
	margin: 4px 0;
}

.ver_content_box {
	background-color: #fff;
	padding-bottom: 12px;
	margin: 4px 0;
}

.ver_content_box .ver-title {
	padding: 10px 16px;
	padding-bottom: 0px;
}

.ver_content_box .ver-title h2 {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--color_text_headings);
}

.ver_content_box .ver-wrap {
	padding: 0 16px;
}

.ver_content_box .ver-wrap li {
	border-bottom: 1px solid var(--color_borders);
}

.ver_content_box .ver-wrap li:last-child {
	border-bottom: none;
}

.ver_content_box .ver-wrap .ver-info {
	display: none;
}

.ver_content_box .ver-wrap .ver_download_link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ver_content_box .ver-wrap .ver_download_link:hover .ver-item-n {
	color: var(--color_h);
}

.ver_content_box .ver-wrap .ver-item {
	padding: 10px 0;
	flex: 1;
	overflow: hidden;
}

.ver_content_box .ver-wrap .ver-item .ver-item-n {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: var(--color_text_2); 
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.ver_content_box .ver-wrap .ver-item .ver-item-type {
	margin: 8px 0;
}

.ver_content_box .ver-wrap .ver-item .ver-item-type .ver-item-t {
	border: 1px solid var(--color_borders);
	color: var(--color_text_2);
	border-radius: 4px;
	font-size: 12px;
	line-height: 16px;
	padding: 2px;
}

.ver_content_box .ver-wrap .ver-item .ver-item-type .ver-apk {
	border: 1px solid #24CD77;
	color: #24CD77;
}

.ver_content_box .ver-wrap .ver-item .ver-item-type .ver-xapk {
	border: 1px solid #00A6ED;
	color: #00A6ED;
}

.ver_content_box .ver-wrap .ver-item .ver-item-info {
	font-size: 12px;
	line-height: 16px;
	color: #5E5E5E;
}

.ver_content_box .ver-wrap .ver-item .ver-item-info .ver-item-s {
	margin-right: 8px;
}

.ver_content_box .ver-wrap .ver_download_btn {
	padding: 6px 8px;
	height: 28px;
	box-sizing: border-box;
	background-color: var(--color_button);
	border-radius: 4px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin-left: 8px;
}

.ver_content_box .ver-wrap .ver_download_btn span {
	display: inline-flex;
	position: relative;
}

.ver_content_box .ver-wrap .ver_download_btn .icon-download::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/icon-download.svg") no-repeat center;
	margin: -1px 4px 0 0;
}

.ver_content_box .ver-wrap .ver_download_btn:hover {
	background-color: var(--color_button_h);
}

.ver_content_box .ver_show_more {
	margin-top: 12px;
	border: 1px solid #24CD77;
	border-radius: 4px;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	color: var(--color_h);
	cursor: pointer;
}

.ver_content_box .ver_show_more:hover {
	color: #fff;
	background-color: var(--color_h);
}

.day_list_number {
	display: none;
}

.ar_fix .ver_content_box .ver-wrap .ver-item .ver-item-info {
	direction: ltr;
}

.ar_fix .ver-top .ver-top-l {
	margin-right: 0;
	margin-left: 12px;
}

.ar_fix .details-title a,.ar_fix .details-title span {
	margin-right: 0;
	margin-left: 16px;
}

.ar_fix .details-title a::after,.ar_fix .details-title span::after {
	left: -10px;
	right: initial;
	border-color: transparent transparent #C5C5C5 #C5C5C5;
}

.ar_fix .details-title span::after {
	left: initial;
	right: -12px;
}

.ar_fix .ver-top .ver-top-down span {
	padding-left: 0;
	padding-right: 32px;
}

.ar_fix .ver-top .ver-top-down span i {
	right: 0;
}

.ar_fix .ver_content_box .ver-wrap .ver_download_btn span {
	padding-left: 0;
}

.ar_fix .ver_content_box .ver-wrap .ver_download_btn span i {
	right: 0;
}

.ar_fix .ver_content_box .ver-wrap .ver_download_btn span .icon-download::before {
	margin: -1px 0 0 4px;
}

body {
	padding-top: 0;
}

@media (min-width: 720px) {
	.ver-top {
		display: flex;
		align-items: center;
		padding-top: 12px;
	}

	.ver-left-box {
		flex: 1;
	}

	.ver-top .ver-top-down {
		margin-left: 16px;
		margin-top: 0;
		box-sizing: border-box;
	}

	.ver-top .ver-top-down:hover {
		background-color: #24dc83;
	}

	.ar_fix .ver-top .ver-top-down {
		margin-left: 0;
	}
}

.hot_list .scroll-box .apk {
	position: relative;
}

.hot_list .scroll-box .apk .day_list_number {
	width: 14px;
	height: 14px;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #5E5E5E;
	border-radius: 2px;
	background-color: #E7E7E7;
}

.hot_list .scroll-box .apk:nth-child(1) .day_list_number {
	background-color: #F3251B;
}

.hot_list .scroll-box .apk:nth-child(1) .day_list_number::after,.hot_list .scroll-box .apk:nth-child(1) .day_list_number::before {
	border-color: #F3251B transparent;
}

.hot_list .scroll-box .apk:nth-child(2) .day_list_number {
	background-color: #F77E13;
}

.hot_list .scroll-box .apk:nth-child(2) .day_list_number::after,.hot_list .scroll-box .apk:nth-child(2) .day_list_number::before {
	border-color: #F77E13 transparent;
}

.hot_list .scroll-box .apk:nth-child(3) .day_list_number {
	background-color: #EFAB19;
}

.hot_list .scroll-box .apk:nth-child(3) .day_list_number::after,.hot_list .scroll-box .apk:nth-child(3) .day_list_number::before {
	border-color: #EFAB19 transparent;
}

.hot_list .scroll-box .apk:nth-child(1) .day_list_number,.hot_list .scroll-box .apk:nth-child(2) .day_list_number,.hot_list .scroll-box .apk:nth-child(3) .day_list_number {
	color: #fff;
	border-radius: 2px 2px 0px 0px;
	display: block;
}

.hot_list .scroll-box .apk:nth-child(1) .day_list_number::after,.hot_list .scroll-box .apk:nth-child(1) .day_list_number::before,.hot_list .scroll-box .apk:nth-child(2) .day_list_number::after,.hot_list .scroll-box .apk:nth-child(2) .day_list_number::before,.hot_list .scroll-box .apk:nth-child(3) .day_list_number::after,.hot_list .scroll-box .apk:nth-child(3) .day_list_number::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0px;
	border-width: 0px 7px 3px 0px;
	border-style: solid;
	bottom: -3px;
	transform: rotate(-180deg);
}

.hot_list .scroll-box .apk:nth-child(1) .day_list_number:after,.hot_list .scroll-box .apk:nth-child(2) .day_list_number:after,.hot_list .scroll-box .apk:nth-child(3) .day_list_number:after {
	right: 0px;
}

.hot_list .scroll-box .apk:nth-child(1) .day_list_number::before,.hot_list .scroll-box .apk:nth-child(2) .day_list_number::before,.hot_list .scroll-box .apk:nth-child(3) .day_list_number::before {
	border-width: 0px 0px 3px 7px;
	left: 0px;
}

@media (min-width: 996px) {
	body {
		padding-top: 0;
	}

	.ver-top {
		padding-top: 0px;
	}

	.ver_show_more {
		max-width: 360px;
		margin: 12px auto;
		margin-bottom: 0;
	}

	.details-title {
		background-color: #fff;
		padding: 12px 16px;
	}

	.versions-main {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		margin-top: 86px;
		padding: 0;
	}

	.apk-list-with .scroll-box .apk+.apk {
		margin-left: 16px;
	}

	.apk-list-with .scroll-box .apk {
		width: 12.5%;
		height: auto;
	}

	.apk-list-with .scroll-box .apk img {
		width: 100%;
		height: auto;
	}

	.detail-right {
		width: 316px;
		margin-left: 16px;
	}

	.detail-right .js-ad-slot {
		margin: 0;
		margin-bottom: 4px;
	}

	.detail-right .ad-box-auto {
		margin-bottom: 4px;
	}

	.day_list_number {
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}

	.details-left {
		flex: 1;
		min-width: 0;
		max-width: calc(100% - 332px);
		margin-bottom: 12px;
	}

	.hot_list {
		margin-top: 0;
	}

	.hot_list .scroll-box {
		display: block;
		padding-bottom: 0;
	}

	.hot_list .scroll-box .apk {
		padding-left: 26px;
		position: relative;
		flex-direction: row;
		width: auto;
		height: auto;
		margin-bottom: 12px;
	}

	.hot_list .scroll-box .apk+.apk {
		margin-left: 0;
	}

	.hot_list .scroll-box .apk .day_list_number {
		display: block;
	}

	.hot_list .scroll-box .apk img {
		width: 60px;
		height: 60px;
	}

	.hot_list .scroll-box .apk .content {
		margin-top: 0;
		margin-left: 12px;
		overflow: hidden;
	}

	.hot_list .scroll-box .apk .content .title {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: block;
		flex: 1;
	}

	.ar_fix .detail-right {
		margin-left: 0;
		margin-right: 16px;
	}

	.ar_fix .hot_list .scroll-box .apk .content {
		margin-left: 0;
		margin-right: 12px;
	}

	.ar_fix .hot_list .scroll-box .apk {
		padding-left: 0px;
		padding-right: 26px;
	}

	.ar_fix .day_list_number {
		right: 0;
	}

	.ar_fix .apk-list-with .scroll-box .apk+.apk {
		margin-left: 0;
		margin-right: 16px;
	}

	.ar_fix .hot_list .scroll-box .apk+.apk {
		margin-right: 0;
	}
}

@media (max-width: 996px) {
	.detail-right .js-ad-slot {
		display: none;
	}

	.ar_fix .apk-list-with .scroll-box .apk:first-child {
		margin-left: 8px;
	}

	.hot_list .scroll-box .apk .day_list_number {
		position: absolute;
		top: 0;
		left: 12px;
	}
}