
:root {
	--module-spacing: 4px;
	--app-horizontal-spacing: 8px;
	--app-vertical-spacing: 12px;
	--html-direction: 1;
	--html-rtl: 0;
	--html-ltr: 1;
}

@media screen and (min-width:720px) and (max-width:995px) {
	:root {
		--module-spacing: 4px;
		--app-horizontal-spacing: 12px;
	}
}

@media screen and (min-width:996px) {
	:root {
		--module-spacing: 8px;
		--app-horizontal-spacing: 16px;
	}
}

html[dir=rtl] {
	--html-direction: -1;
	--html-rtl: 1;
	--html-ltr: 0;
}

:root {
	--text-bold: 500;
	--text-bold-700: 700;
}

html[lang=ar],html[lang=ja],html[lang=th-TH],html[lang=ur] {
	--text-bold: bold;
	--text-bold-700: bold;
}


.breadcrumbs {
	-webkit-tap-highlight-color: transparent;
	color: #8b8b8b;
	font-size: 12px;
}

.breadcrumbs .item:not(:first-child):before {
	border: 0;
	border-bottom-color: #a6a6a6;
	border-bottom-style: solid;
	border-left-color: #a6a6a6;
	border-left-style: solid;
	border-right: 1px solid #a6a6a6;
	border-top: 1px solid #a6a6a6;
	content: "";
	display: inline-block;
	height: 5px;
	margin-left: calc(var(--html-ltr)*4px + var(--html-rtl)*6px);
	margin-right: calc(var(--html-ltr)*6px + var(--html-rtl)*4px);
	transform: translateY(-1px) rotate(calc(45deg + var(--html-rtl)*180deg));
	width: 5px;
}


.breadcrumbs {
	line-height: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

.breadcrumbs .item:last-child {
	color: var(--color_button)!important;
}

.head-app-info1 {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media screen and (min-width:996px) {
	.head-app-info1 {
		gap: 16px;
	}
}

.head-app-info1 .head-app-info-content1 {
	display: flex;
	padding-left: 16px;
	padding-right: 16px;
}

.head-app-info1 p {
	display: inline;
	margin: 0;
}

.head-app-info1 .icon {
	height: -moz-fit-content;
	height: fit-content;
	padding-top: 4px;
	width: -moz-fit-content;
	width: fit-content;
}

@media screen and (min-width:996px) {
	.head-app-info1 .icon {
		padding-top: 0;
	}
}

.head-app-info1 .icon img {
	height: 86px;
	width: 86px;
}

@media screen and (min-width:996px) {
	.head-app-info1 .icon img {
		height: 120px;
		width: 120px;
	}
}

.head-app-info1 .info-content1 {
	height: -moz-fit-content;
	height: fit-content;
	line-height: 28px;
	margin-inline-start: 12px;
}

@media screen and (min-width:996px) {
	.head-app-info1 .info-content1 {
		line-height: 30px;
		margin-inline-start: 20px;
	}
}

.head-app-info1 .info-title-wrap1 {
	line-height: 32px;
	vertical-align: middle;
}

@media screen and (min-width:996px) {
	.head-app-info1 .info-title-wrap1 {
		line-height: 30px;
	}
}

.head-app-info1 .info-title1 {
	color: #3c4043;
	display: inline;
	font-size: 18px;
	font-weight: var(--text-bold-700);
	margin: 0;
	width: 100%;
}

@media screen and (min-width:996px) {
	.head-app-info1 .info-title1 {
		font-size: 20px;
	}
}

.head-app-info1 .corner-tag-container {
	float: right;
}

.head-app-info1 .info-tag1 {
	border: 1px solid #24cd77;
	border-radius: 4px;
	box-sizing: border-box;
	color: #24cd77;
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
	margin-inline-start: 8px;
	padding: 7px 4px;
	vertical-align: middle;
}

.head-app-info1 .info-tag1~.info-tag1 {
	margin-inline-start: 4px;
}

.head-app-info1 .info-tag1.red {
	border-color: #ff6770;
	color: #ff6770;
}

.head-app-info1 svg {
	height: 12px;
	width: 12px;
}

.head-app-info1 .stars {
	fill: #fa8b16;
	color: #fa8b16;
	margin-inline-end: 12px;
}

.head-app-info1 .download-count svg {
	fill: #a6a6a6;
}

.head-app-info1 .info-sdk1 {
	font-weight: 500;
	line-height: 30px;
}

.head-app-info1 .info-sdk1>span {
	color: #24cd77;
}

.head-app-info1 .version-box1 {
	display: inline-flex;
	flex-direction: column;
	font-size: 12px;
	max-width: 100%;
}

@media screen and (min-width:996px) {
	.head-app-info1 .version-box1 {
		line-height: 28px;
	}
}

@media screen and (min-width:720px) {
	.head-app-info1 .version-box1 {
		flex-direction: row;
		gap: 16px;
	}
}

.head-app-info1 .version-name1 {
	color: #8b8b8b;
}

.head-app-info1 .version-list-button {
	color: #00a6ed;
	font-size: 14px;
}

.head-app-info1 .dev-partnership {
	padding: 4px 6px;
}

@media screen and (min-width:720px) {
	.down-pos-top .head-app-info1 .head-app-info-content1 {
		margin-inline-end: 324px;
	}
}

.dev-partnership-container {
	background-color: #fff;
	overflow: auto;
}

.dev-partnership-container .dev-partnership-download-head-info {
	padding-left: 16px;
	padding-right: 16px;
}

.dev-partnership-head-info {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

@media screen and (min-width:720px) and (max-width:995px) {
	.dev-partnership-head-info:not(.dev-partnership-download-head-info) {
		margin-bottom: 16px;
	}
}

@media screen and (min-width:720px) {
	.dev-partnership-head-info {
		margin-top: 16px;
	}
}

.dev-partnership-head-info.opt-1507627 {
	align-items: center;
	gap: 16px;
	margin-top: 0;
	overflow: scroll;
}

.dev-partnership-head-info.opt-1507627 .split-line {
	background-color: #e7e7e7;
	flex: 0 0 auto;
	height: 24px;
	width: 1px;
}

.dev-partnership-head-info.opt-1507627 li {
	flex: 1;
	white-space: nowrap;
}

.dev-partnership-head-info.opt-1507627 .head {
	height: 24px;
}

.dev-partnership-head-info li {
	font-size: 14px;
	justify-content: space-around;
	line-height: 21px;
}

.dev-partnership-head-info .go-reviews,.dev-partnership-head-info li {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.dev-partnership-head-info .go-reviews:hover .desc {
	color: #00a6ed;
}

.dev-partnership-head-info .head {
	align-items: center;
	color: #5e5e5e;
	display: flex;
	font-weight: 500;
	gap: 6px;
}

.dev-partnership-head-info svg {
	fill: #fa8b16;
	height: 14px;
	width: 14px;
}

.dev-partnership-head-info .content-ratting .svg-ratting {
	fill: #000;
	height: 16px;
	width: 16px;
}

.dev-partnership-head-info .desc {
	color: #8b8b8b;
	font-size: 12px;
	line-height: 18px;
}

.dev-partnership {
	background: rgba(250,139,22,.1);
	border-radius: 4px;
	color: #fa8b16;
	cursor: pointer;
	font-size: 12px;
	line-height: normal;
	padding: 4px 8px;
	width: -moz-fit-content;
	width: fit-content;
}


.change-log .whats-new-content p {
	color: #5e5e5e;
	font-size: 14px;
	line-height: 28px;
	margin: 0;
}

.change-log .time {
	font-weight: var(--text-bold-700);
	line-height: 24px;
}

.change-log>.show-more[data-expanded=true] {
	padding-bottom: 28px;
}

.change-log .download-latest-version-btn {
	fill: #4087f7;
	align-items: center;
	align-self: flex-start;
	color: #4087f7;
	display: flex;
	gap: 4px;
	height: 28px;
}

.change-log .download-latest-version-btn svg {
	height: 12px;
	width: 12px;
}

.main-body .module.change-log .title {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.main-body .module.change-log .title .name {
	overflow: initial;
	text-overflow: clip;
	white-space: normal;
}

.main-body .module.change-log .title .icon-link {
	height: 28px;
}

.main-body .module.change-log .title .icon-link:hover {
	text-decoration: underline;
}

.main-body .module.change-log .whats-new-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

