.downloader_area {
	padding: 10px;
	clear: both;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px #9E9E9E solid
}

.dd_info {
	text-align: left
}

.linkapkshow {
	clear: both;
	padding-top: 20px;
	text-align: left
}

.linkapkshow li {
	display: inline-block;
	padding-bottom: 10px;
	margin-right: 10px
}

.dd_info img {
	float: left;
	border-radius: 50%;
	margin-right: 10px
}
.dd_info ul{
	list-style: none;
}
.dd_info li {
	line-height: 22px;
	list-style: none;
}

.static_s p {
	font-size: 16px;
	line-height: 1.7em;
	overscroll-behavior: none
}

.static_s_h3 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3em;
	margin-top: 1.5em;
	margin-bottom: .3em;
	padding: 0
}

.hr_s {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	display: block;
	unicode-bidi: isolate;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	margin-inline-start: auto;
	margin-inline-end: auto;
	overflow: hidden;
	border-style: inset;
	border-width: 1px
}

.apksupport_w {
	padding: 10px 20px;
	margin-top: 15px;
	margin-bottom: 25px
}
ul, li, ol {
    list-style: none;
}

.download-box {
	overflow: hidden
}

.download-box .down-wrap {
	padding: 20px 20px 0 20px;
	overflow: hidden
}

.download-box .down-wrap h1 {
	overflow: visible;
	margin: 0 auto 11px;
	letter-spacing: -0.5px;
	font-weight: normal;
	font-size: 32px;
	line-height: 40px;
	text-align: center
}

.down-wrap p {
	text-align: center;
	line-height: 22px;
	overflow: hidden;
	margin: 0px auto 10px;
	max-width: 668px
}

.download-box .down-form {
	margin-top: 10px;
	background: #fff;
	height: 40px;
	line-height: 40px;
	border: 1px solid #437EA6;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal
}

.download-box .down-form .text-box1 {
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1
}

#region-package {
	display: block;
	box-sizing: border-box;
	padding-left: 5px;
	background: rgba(255, 0, 0, 0);
	height: 40px;
	width: 100%;
	font-size: 14px
}

@-webkit-keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%
	}
	60% {
		left: 100%;
		right: -90%
	}
	100% {
		left: 100%;
		right: -90%
	}
}

@keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%
	}
	60% {
		left: 100%;
		right: -90%
	}
	100% {
		left: 100%;
		right: -90%
	}
}

web-progress-bar .web-progress-bar-wrapper {
	position: relative;
	height: 4px;
	display: block;
	width: 100%;
	background-color: rgba(255, 152, 0, 0.28);
	border-radius: 2px;
	overflow: hidden;
	contain: strict
}

web-progress-bar .web-progress-bar-indeterminate {
	background-color: #FF9800
}

web-progress-bar .web-progress-bar-indeterminate::before {
	content: "";
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 3px;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}

web-progress-bar .web-progress-bar-indeterminate::after {
	content: "";
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s
}

.video-container {
	max-width: 460px;
	margin: 0 auto
}

.video-container iframe,
.video-container object,
.video-container embed {
	width: 100%
}

.apk_op {
	padding: 10px;
	border: 1px #00875f solid;
	margin: 5px 5px 5px 5px
}

.apk_op li {
	padding-right: 5px;
	margin-bottom: 10px;
	display: inline-block
}

.w-button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 3px;
	box-shadow: none;
	background-color: #00875f;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.1em;
	font-weight: 500;
	height: 35px;
	justify-content: center;
	letter-spacing: 1px;
	outline: 0;
	overflow: hidden;
	padding: 0px 16px;
	position: relative;
	text-decoration: none;
	transition: background-color .2s, box-shadow .2s;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}

.w-button:hover {
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
	outline: none;
	text-decoration: none
}

.w-button-disable {
	cursor: not-allowed;
	pointer-events: none;
	color: #9E9E9E;
	background-color: #e6e6e6
}

.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left
}

.shadetabs li {
	display: inline;
	margin: 0
}

.shadetabs li a.selected {
	background-color: #00875f;
	color: #fff
}

.shadetabs li a {
	cursor: pointer;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #9e9e9e36;
	position: relative;
	top: 4px;
	color: #9E9E9E
}

.apk_op input {
	border: 1px solid #ccc;
	margin-top: 5px;
	padding: 3px 9px
}

.apk_op select {
	margin-top: 5px;
	padding: 3px 9px
}

.android_se select {
	margin-top: 5px;
	padding: 3px 9px
}

.ad-box {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	background-color: #f5f5f5
}

.advertisement {
	position: relative;
	padding: 2px 5px 0;
	color: #696969;
	font-weight: 300;
	font-size: 12px;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 1
}

.sugder a {
	padding: 5px;
	color: #055fa7
}

.browser {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 1px solid #9e9e9e5e;
	background-color: #fff;
	font-size: 16px;
	margin-top: 15px
}

.dvContents {
	padding: 0px;
	margin: 0px;
	width: 100%;
	overflow: auto
}

.ft_folder {
	padding: 5px 0px 5px 45px;
	margin: 0px;
	line-height: 20px;
	background-position: 3px 50%;
	background-repeat: no-repeat;
	background-image: url(images/folder_v-1.svg);
	height: 30px;
	color: #333
}

.dvContents li {
	display: block;
	border-top: 1px dashed #33333338;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer
}

.dvContents li:hover {
	background-color: #33333312
}

.dvContents li a {
	margin-left: 10px;
	overflow: hidden;
	display: block;
	padding: 10px;
	color: #00875f
}

.dersize {
	float: right;
	color: #666
}

.site-footer .collapsable-lists a {
	color: #555;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all
}

.footer-columns li {
	font-size: 13px;
	background-color: #e6e6e66e;
	padding: 5px;
	border-radius: 5px;
	margin: 5px;
	display: inline-block;
	text-align: center;
	border: 1px solid #9e9e9e36
}

#zip_area a,
#zip_area a:visited {
	font-weight: bold;
	color: #222
}

.zipping {
	font-size: 13px;
	padding: 5px;
	color: #cb1508
}

.zipping:after {
	content: ' .';
	animation: dots 1s steps(5, end) infinite
}

@keyframes dots {
	0%,
	20% {
		color: rgba(0, 0, 0, 0);
		text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0)
	}
	40% {
		color: #cb1508;
		text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0)
	}
	60% {
		text-shadow: .25em 0 0 #cb1508, .5em 0 0 rgba(0, 0, 0, 0)
	}
	80%,
	100% {
		text-shadow: .25em 0 0 #cb1508, .5em 0 0 #cb1508
	}
}

.zip_b {
	float: right;
	padding-top: 5px
}

.zip_b li {
	display: inline
}

.zip_b select {
	height: 32px;
	padding: 3px 9px
}

.zip_b li:first-of-type {
	padding-right: 10px
}
.fulldesc{
	clear: both;
	
}
.fulldesc h3{
	font-weight: 600;
    font-size: 18px;
	
}