* {
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	word-wrap: break-word;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
	border: 0;
}

img {
	border: none;
	max-width: 100%;
	object-fit: cover;
}

body {
	font-family: arial, sans-serif;
	font-size: 14px;
	background: #fff;
	color: #333;
	margin: 0 auto;
	max-width: 720px;
	min-width: 320px;
	-webkit-user-select: none;
	user-select: none;
    position: relative;
}
body::after {
    content: '';
    position: absolute;
    top: -15%;
    left: 5rem;
    width: 10rem;
    height: 10rem;
    filter: blur(10px);
    border-radius: 50%;
    background: linear-gradient(to right, #ffebc3, #f3c364);
}
body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    filter: blur(15px);
    background: #e78b14;
}

html {
	overflow-y: scroll;
	-webkit-user-select: none;
	user-select: none;
}

ul,
dl,
ol {
	list-style-type: none;
}

button {
	cursor: pointer;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}

a,
button,
input,
label,
select {
	-webkit-tap-highlight-color: transparent;
}

button,
input,
select {
	border: none;
	vertical-align: baseline;
	border-radius: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 14px;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
	border: none;
}

input[type=checkbox],
input[type=radio] {
	vertical-align: middle;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	margin: 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
	outline: 0;
	border-radius: 0;
	overflow: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.border-bottom {
	position: relative;
}

.border-bottom:after {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.border-top {
	position: relative;
}

.border-top:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ccc;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

em {
	font-style: normal;
}

b {
	font-weight: normal;
}

.hide {
	display: none;
}


/*下载*/

.download{
	width: 100%;
	/*height: 100vh;*/
	/*background: rgba(245, 162, 0, .1);*/
    min-height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-flow: column;
	position: relative;
    position: relative;
}
.download::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35rem;
    width: 100%;
    background: #ffebc3;
    opacity: .1;
    filter: blur(10px);
}
.download .logo{
    width: 15rem;
    margin-top: 25%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #c3c3c3;
}
.download .title, .download .title-en {
    color: #e78b14;
    line-height: 1.8rem;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.download .title {
    font-weight: bold;
    margin-top: .8rem;
    letter-spacing: .1rem;
}
.download .publicize {
    width: 100%;
    padding: 1rem;
    cursor: pointer;
    margin: 1rem 0;
}
.download .developer {
    color: #999;
    font-size: .6rem;
    line-height: 1rem;
    position: relative;
    z-index: 2;
}
.download .priccy {
    margin-bottom: 10rem;
    position: relative;
    z-index: 2;
}
.download .priccy a {
    font-size: .6rem;
    color: #efa22e;
}
.download .priccy span {
    color: #000;
    font-size: .6rem;
}
.download .apk {
    position: fixed;
    bottom: 1rem;
    font-size: .8rem;
    color: #333;
    font-weight: bold;
    z-index: 999;
}
.download .apk a {
    position: relative;
    color: #333;
}
.download .apk a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #efa22e;
    border-radius: 5px;
}

.download .btn {
    width: 60%;
    position: fixed;
    bottom: 2.5rem;
    left: 20%;
    border-radius: 25px;
    z-index: 999;
    background: linear-gradient(to right, #eca447, #e78b14);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.download .btn a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 2.8rem;
    font-size: 1.2rem;
}
.download .guide {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    z-index: 99999;
}
.download .icons{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:space-around;
	padding: 0 20px;
	margin-bottom: 5%;
}
.download .icons .item{
	display: flex;
	flex-flow: column;
	align-items: center;
}
.download .icons .item img{
	width: 75px;
	height: 75px;
}
.download .icons .item span{
	color: #fff;
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
.download .btns{
	width: 70%;
	margin-top: 25%;
}
.download .btns .android,.download .btns .ios{
	width: 100%;
	height: 44px;
	background: #FFFFFF;
	border-radius: 44px;
	margin-top: 15px;
}
.download .btns a{
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #F5A200;
	text-align: center;
}
.download .btns .android .ico{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(https://static.orangenews.hk/static/app/images/android.png) no-repeat;
	background-size: 20px;
	margin-right: 15px;
}
.download .btns .android .ico2{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(https://static.orangenews.hk/static/app/images/android2.png) no-repeat;
	background-size: 20px;
	margin-right: 15px;
}
.download .btns .ios .ico{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(https://static.orangenews.hk/static/app/images/ios.png) no-repeat;
	background-size: 20px;
	margin-right: 15px;
}

.download .ifo-tip{
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	border-radius: 5px;
	width: 240px;
	line-height: 30px;
	display: none;
}
.download .ifo-tip span{
	color: #f5a200;
}
.download .ifo-tip .wb{
	display: inline-block;
    background: #666;
    padding: 5px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
	margin-right: 5px;
}
.download .ifo-tip .ifo{
	display: inline-block;
    width: 145px;
    line-height: 24px;
}
.download .ifo-tip .close{
	display: inline-block;
    width: 20px;
    top: 7px;
    right: 7px;
    position: absolute;
}
.download .ifo-tip em{
	display: block;
    border-width: 6px;
    position: absolute;
    top: -12px;
    right: 12px;
    border-style: solid dashed dashed;
    border-color: transparent transparent #7f7f7f transparent;
    font-size: 0;
    line-height: 0;
}