/**
 * Created by Noisky on 17/05/13.
 * Revised by Noisky on 18/01/14.
 */
@import url(animate.css);

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%;
}

/* HTML5 display-role reset for older browsers */
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(../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(../images/background-cover.jpg) top left no-repeat #666666;
	background-size: cover;
}

.panel-cover--collapsed {
	width: 30%;
	max-width: 700px;
}

.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-main__content--fixed {
	width: 480px;
	-webkit-transition: width 1s;
  /* Safari */
	transition: width 1s;
}

.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-navigation {
	margin-top: 42px;
}

.cover-navigation--social {
	margin-left: 30px;
}

.cover-blue {
	background-color: rgba(37, 104, 163, 0.6);
	background-image: -webkit-linear-gradient(-410deg, rgba(37, 104, 163, 0.6) 20%, rgba(18, 51, 80, 0.8));
	background-image: linear-gradient(140deg,rgba(37, 104, 163, 0.6) 20%, rgba(18, 51, 80, 0.8));
}

.cover-green {
	background-color: rgba(21, 111, 120, 0.6);
	background-image: -webkit-linear-gradient(-410deg, rgba(21, 111, 120, 0.6) 20%, rgba(6, 31, 33, 0.8));
	background-image: linear-gradient(140deg,rgba(21, 111, 120, 0.6) 20%, rgba(6, 31, 33, 0.8));
}

.cover-purple {
	background-color: rgba(73, 50, 82, 0.6);
	background-image: -webkit-linear-gradient(-410deg, rgba(73, 50, 82, 0.6) 20%, rgba(17, 11, 19, 0.8));
	background-image: linear-gradient(140deg,rgba(73, 50, 82, 0.6) 20%, rgba(17, 11, 19, 0.8));
}

.cover-red {
	background-color: rgba(119, 31, 18, 0.6);
	background-image: -webkit-linear-gradient(-410deg, rgba(119, 31, 18, 0.6) 20%, rgba(30, 8, 5, 0.8));
	background-image: linear-gradient(140deg,rgba(119, 31, 18, 0.6) 20%, rgba(30, 8, 5, 0.8));
}

.cover-orange {
	background-color: rgba(174, 80, 4, 0.6);
	background-image: -webkit-linear-gradient(-410deg, rgba(174, 80, 4, 0.6) 20%, rgba(74, 34, 2, 0.8));
	background-image: linear-gradient(140deg,rgba(174, 80, 4, 0.6) 20%, rgba(74, 34, 2, 0.8));
}

.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));
}

.cover-disabled {
	background: none;
}

.btn, .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;
}

.btn:hover, .navigation__item a:hover {
	border-color: #d06c44;
	color: #d06c44;
}

.btn-border-small {
	margin-left: 10px;
	padding: 6px 8px;
	border: 1px solid #DF9C81;
	border-radius: 20px;
	font-size: .8em;
}

.btn-contribute {
	padding: 6px 8px;
	border: 1px solid #DF9C81;
	border-radius: 8px;
	background-color: #DF9C81;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}

.btn-secondary {
	border-color: #5BA4E5;
	color: #5BA4E5;
}

.btn-secondary:hover {
	border-color: #217fd2;
	color: #217fd2;
}

.btn-tertiary {
	border-color: #999999;
	color: #999999;
}

.btn-tertiary:hover {
	border-color: #737373;
	color: #737373;
}

.btn-large {
	padding: 10px 24px;
	font-size: 1.1em;
}

.btn-small {
	padding: 8px 12px;
	font-size: .7em;
}

.btn-mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 35px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(51, 51, 51, 0.98);
	text-align: center;
}

.btn-mobile-menu__icon,
.btn-mobile-close__icon {
	position: relative;
	top: 10px;
	color: #FFF;
}

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 0 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';
}

.social {
	font-size: 22px;
}

.icon-social {
	position: relative;
	display: block;
	font-size: 22px;
	font-family: 'entypo-social';
}

*:focus {
	outline: none;
}

.wechat[data-v] {
	position: relative;
}

.qrCode[data-v] {
	position: absolute;
	bottom: 42px;
	left: -25px;
	display: none;
	width: 92px;
	height: 92px;
	background-color: #fff;
	text-align: center;
}

.wechat .qrCode .triangle-down[data-v] {
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.wechat:hover .qrCode[data-v] {
	display: inline;
}

@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;
	}

	.navigation--social {
		margin-top: 5px;
		margin-left: 0;
	}
}

@media all and (max-width: 960px) {
	.btn-mobile-menu {
		display: block;
	}

	.qrCode[data-v] {
		Margin: 0px 41%;
	}

	.panel-main {
		position: relative;
		display: table;
	}

	.panel-cover--collapsed {
		width: 100%;
		max-width: none;
	}

	.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;
	}

	.panel-cover.panel-cover--collapsed {
		position: relative;
		display: block;
		padding: 0;
		height: auto;
		background-position: center center;
	}

	.panel-cover.panel-cover--collapsed .panel-main__inner {
		display: block;
		padding: 70px 0 30px 0;
	}

	.panel-cover.panel-cover--collapsed .panel-cover__logo {
		width: 60px;
		border-width: 2px;
	}

	.panel-cover.panel-cover--collapsed .panel-cover__description {
		display: none;
	}

	.panel-cover.panel-cover--collapsed .panel-cover__divider {
		display: none;
		margin: 1em auto;
	}

	.navigation-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		display: none;
		padding: 20px 0;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		background: rgba(51, 51, 51, 0.98);
	}

	.navigation-wrapper.visible {
		display: block;
	}

	.cover-navigation {
		position: relative;
		float: left;
		clear: left;
		display: block;
		width: 100%;
	}

	.cover-navigation .navigation {
		display: block;
		width: 100%;
	}

	.cover-navigation .navigation li {
		margin-bottom: .4em;
		width: 80%;
	}

	.cover-navigation.navigation--social {
		padding-top: 5px;
	}

	.cover-navigation.navigation--social .navigation li {
		display: inline-block;
		width: 25.8%;
	}

	.content-wrapper {
		margin: 0 auto;
		width: 80%;
		max-width: none;
	}

	.content-wrapper__inner {
		margin-right: 0;
		margin-left: 0;
	}

	.navigation__item {
		margin: 0 0 .4em 0;
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	.panel-cover__logo {
		width: 100px;
	}

	.Weibo_icon_position {
		top: -6px;
		right: 35px;
	}

	.qrCode[data-v] {
		Margin: 0px 38%;
	}
}

@media all and (max-width: 480px) {
	.qrCode[data-v] {
		Margin: 0px 30%;
	}
}

@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;
	}
}

	