﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

q:before, q:after {
	content: '';
	content: none;
}

body {
	width: 100%;
	*zoom: 1;
}

body:before, body:after {
	display: table;
	content: "";
}

body:after {
	clear: both;
}

html, body {
	height: 100%;
}

html {
	height: 100%;
	max-height: 100%;
}

body {
	color: #333333;
	font-size: 1em;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-webkit-font-smoothing: antialiased;
}

::selection {
	background: rgba(255, 255, 255, 0.3);
}

::-moz-selection {
	background: rgba(255, 255, 255, 0.3);
}

a {
	color: #DF9C81;
	text-decoration: none;
}

a:hover {
	color: #d06c44;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}

h1,
h2,
h3,
h4,
h5,
h5 {
	margin-top: 1.0em;
	margin-bottom: .5em;
	color: #333333;
	font-weight: lighter;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1 {
	margin-top: 0;
	letter-spacing: .05em;
	font-size: 1.8em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

p {
	margin-bottom: 1.3em;
	line-height: 1.7em;
}

em {
	font-style: italic;
}

ol, ul {
	margin: 0 0 .3em 1em;
}

ol li, ul li {
	margin: 0 0 .2em 0;
	line-height: 1.6em;
}

ol ol, ol ul, ul ol, ul ul {
	margin: .1em 0 .2em 2em;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

.date,
.time,
.author,
.tags {
	color: #c7c7c7;
	font-size: .8em;
}

.date a,
  .time a,
  .author a,
  .tags a {
	color: #666666;
}

.date a:hover,
    .time a:hover,
    .author a:hover,
    .tags a:hover {
	color: #d06c44;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #b3b3b3;
	font-size: .7em;
}

.logo {
	width: 25%;
	border: 3px solid #FFF;
	border-radius: 50%;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
	transition: all .5s;
}

.logo:hover {
	border: 3px solid #5ba4e5;
	transition: all .5s;
	-webkit-transform: rotate(360deg);
 /* Safari 和 Chrome */
	-moz-transform: rotate(360deg);
 	/* Firefox */
	-o-transform: rotate(350deg);
 	/* Opera */
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
 	/* IE 9 */
}

.Weibo_icon_logo {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-position: -50px -25px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	vertical-align: -2px;
}

.Weibo_icon {
	display: inline-block;
	background-image: url(https://app.malimali.com/homepage/img/V_icon.png);
	background-repeat: no-repeat;
}

.Weibo_icon_position {
	position: relative;
	top: -12px;
	right: 42px;
}

hr {
	border: none;
}

.hidden {
	display: none !important;
}

.panel {
	display: table;
	width: 100%;
	height: 100%;
}

.panel-title {
	margin: 0 0 15px 0;
	color: #FFF;
	letter-spacing: 4px;
	font-size: 2.5em;
}

.panel-subtitle {
	color: #CCCCCC;
	letter-spacing: 3px;
	font-weight: lighter;
	font-size: 1.2em;
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.panel-cover {
	position: fixed;
	z-index: 900;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	background: url(https://app.malimali.com/images/background-cover.jpg) top left no-repeat #666666;
	background-size: cover;
}

.panel-cover--overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	display: block;
	background-color: rgba(68, 68, 68, 0.6);
	background-image: -webkit-linear-gradient(-410deg, rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9));
	background-image: linear-gradient(140deg,rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9));
}

.panel-cover__logo {
	margin: 0px 0px 0px 20px;
	margin-bottom: .2em;
}

.panel-cover__description {
	margin: 0 30px;
	font-weight: 400;
}

.panel-cover__divider {
	margin: 20px auto;
	width: 50%;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.panel-cover__divider--secondary {
	width: 15%;
}

.panel-main {
	display: table;
	width: 100%;
	height: 100%;
}

.panel-main__inner {
	position: relative;
	z-index: 800;
	display: table-cell;
	padding: 0 60px;
	vertical-align: middle;
}

.panel-main__content {
	margin: 0 auto;
	max-width: 620px;
}

.panel-inverted {
	color: #FFF;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	font-weight: 100;
}

.panel-inverted a {
	color: #FFF;
}

.cover-slate {
	background-color: rgba(60, 91, 147, 0.6);
	background-image: -webkit-linear-gradient(-410deg, rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8));
	background-image: linear-gradient(140deg,rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8));
}

.navigation__item a {
	padding: 10px 20px;
	border: 1px solid #DF9C81;
	border-radius: 20px;
	color: #DF9C81;
	text-shadow: none;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: .9em;
	-webkit-font-smoothing: antialiased;
}

.navigation__item a:hover {
	border-color: #d06c44;
	color: #d06c44;
}

nav {
	position: relative;
	display: inline-block;
}

.navigation {
	position: relative;
	float: left;
	display: inline-block;
	margin: 0;
	list-style-type: none;
}

.navigation__item {
	display: inline-block;
	margin: 5px 1px 10px 0;
	line-height: 1em;
}

.navigation__item a {
	position: relative;
	display: block;
	border-color: #FFF;
	color: #FFF;
	opacity: .8;
}

.navigation__item a:hover {
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.3);
	color: #FFF;
	opacity: 1;
	transition: all .3s;
}

.navigation--social a {
	padding: 6px 8px 6px 9px;
	border: 0px;
}

.navigation--social a .label {
	display: none;
}

.navigation--social a .icon {
	display: block;
	font-size: 1.7em;
}

i {
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	font-family: 'entypo';
}

*:focus {
	outline: none;
}
.install_notice {
	font-size: .875rem;
	padding: 20px 0;
	line-height: 2;
}
.pc_only {
	display: block;
}

@media all and (max-width: 1100px) {
	.panel-title {
		font-size: 2em;
	}

	.panel-subtitle {
		font-size: 1em;
	}

	.panel-cover__description {
		margin: 0 10px;
		font-size: .9em;
	}

}

@media all and (max-width: 960px) {
	.btn-mobile-menu {
		display: block;
	}

	.qrCode[data-v] {
		Margin: 0px 41%;
	}

	.panel-main {
		position: relative;
		display: table;
	}

	.panel-main__inner {
		display: table-cell;
		padding: 60px 10%;
	}

	.panel-cover__description {
		display: block;
		margin: 0 auto;
		max-width: 600px;
	}

	.panel-cover {
		width: 100%;
		height: 100%;
		background-position: center center;
	}

	.navigation-wrapper {
		padding: 20px 0;
	}

	.content-wrapper {
		margin: 0 auto;
		width: 80%;
		max-width: none;
	}

	.content-wrapper__inner {
		margin-right: 0;
		margin-left: 0;
	}
}

@media all and (max-width: 767px) {
	.panel-cover__logo {
		width: 100px;
	}
	.pc_only {
		display: none;
	}
}

@media all and (max-width: 340px) {
	.panel-main__inner {
		padding: 0 5%;
	}

	.panel-title {
		margin-bottom: .1em;
		font-size: 1.5em;
	}

	.panel-subtitle {
		font-size: .9em;
	}

	.btn, .navigation__item a {
		margin-bottom: .4em;
	}
}