* {
	margin: 0;
	outline: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display: block
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,.35)
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-weight: 300;
	font-family: 'Microsoft Yahei',Tahoma,Helvetica,Arial,sans-serif;
	font-size: 62.5%;
	line-height: 1.231;
	-webkit-touch-callout: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	position: relative
}

img {
}

img:not([src*="/"]) {
	display: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}

th,td,caption {
	vertical-align: middle
}

textarea {
	resize: none;
	border: 0;
	padding: 8px 0;
	border-radius: 0
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: 400
}

.clr:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clr {
	*zoom: 1
}

.telphone {
	display: block;
	position: fixed;
	right: 2%;
	bottom: 15%;
	z-index: 100;
	cursor: pointer
}

.telphone img {
	width: 44px;
	height: 44px
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}

.clearfix {
	zoom: 1
}

#audio_btn {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 200;
	display: none;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat
}

.off {
	background-image: url(../images/normalmusic.svg);
	background-size: contain;
	background-repeat: no-repeat
}

.rotate {
	-webkit-animation: rotating 1.2s linear infinite;
	-moz-animation: rotating 1.2s linear infinite;
	-o-animation: rotating 1.2s linear infinite;
	animation: rotating 1.2s linear infinite
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotating {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@-moz-keyframes rotating {
	from {
		-moz-transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

.gesture {
	background-image: url(../images/gesture.png);
	left: 50%;
	margin-left: -50px;
	bottom: 100px;
	position: absolute;
	width: 117px;
	height: 117px;
	z-index: 1000;
	display: none;
	-webkit-animation: start 1.5s infinite ease-in-out;
	-moz-animation: start 1.5s infinite ease-in-out;
	animation: start 1.5s infinite ease-in-out
}

@-webkit-keyframes start {
	0%,30% {
		opacity: 0;
		-webkit-transform: translate(0,10px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0,-8px)
	}
}

@-moz-keyframes start {
	0%,30% {
		opacity: 0;
		-moz-transform: translate(0,10px)
	}

	60% {
		opacity: 1;
		-moz-transform: translate(0,0)
	}

	100% {
		opacity: 0;
		-moz-transform: translate(0,-8px)
	}
}

@keyframes start {
	0%,30% {
		opacity: 0;
		transform: translate(0,10px)
	}

	60% {
		opacity: 1;
		transform: translate(0,0)
	}

	100% {
		opacity: 0;
		transform: translate(0,-8px)
	}
}

.loading {
	background: #48424F;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	top: 0
}

.loadbox {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-top: 50%
}

.loadbg {
	display: block;
	position: absolute;
	z-index: 1000;
	width: 70px;
	height: 42px;
	background: url(../images/loading.svg)
}

.loadbg.hypefolio {
	height: 70px;
	background: url(../images/hypefolio-loading.svg)
}

.loading-logo {
	display: block;
	position: relative;
	width: 118px;
	height: 118px;
	margin: 0 auto;
	margin-top: 50%
}

.logo-image {
	width: 100%
}

.verifyCode {
	display: none;
	background-color: #48424F;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9998;
	top: 0
}

.verifyCode .container {
	position: absolute;
	top: 50%;
	width: 265px;
	left: 50%;
	margin: -215px auto 0 -133px;
	text-align: center
}

.verifyCode .container .scene-cover {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px
}

.verifyCode .container .scene-cover .cover-img {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	-webkit-animation: flipInY 2s ease 0s 1 both;
	animation: flipInY 2s ease 0s 1 both
}

.verifyCode .container .scene-name {
	font-size: 18px;
	height: 20px;
	margin-bottom: 15px;
	color: #B2AEBA;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.verifyCode .container .confirm-password {
	position: relative
}

.verifyCode .container .verify-label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: #B2AEBA
}

.verifyCode .container .verify-tips {
	margin-bottom: 10px
}

.verifyCode .container .verify-tips ul>li {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 5px;
	border: solid 1px #ccc;
	margin-right: 10px
}

.verifyCode .container .verify-tips ul>li.active {
	background-color: #B2AEBA
}

.verifyCode .container .verify-tips ul>li:last-child {
	margin-right: 0
}

@-webkit-keyframes shake {
	0%,100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}
}

@keyframes shake {
	0%,100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.verifyCode .container .password-numbers {
	text-align: center
}

.verifyCode .container .password-numbers span {
	display: inline-block;
	color: #fff;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 25px;
	border: solid 1px #ccc;
	text-align: center;
	vertical-align: middle;
	font-size: 32px;
	margin-right: 29px;
	margin-bottom: 10px
}

.verifyCode .container .password-numbers span:nth-child(3n) {
	margin-right: 0
}

.verifyCode .container .password-numbers span:last-child {
	margin-left: 29px
}

.verifyCode .container .password-numbers span.active {
	background-color: #B2AEBA
}

.verifyCode .container .password-operation {
	position: relative
}

.verifyCode .container .password-operation .btn-clear,.verifyCode .container .password-operation .btn-cancel {
	position: absolute;
	top: -25px;
	display: inline-block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	color: #B2AEBA;
	font-size: 14px
}

.verifyCode .container .password-operation .btn-clear {
	left: 29px
}

.verifyCode .container .password-operation .btn-cancel {
	right: 29px
}

.loading-tip {
	position: absolute;
	bottom: 40px;
	font-size: 16px;
	color: #fff;
	z-index: 9999;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	color: #7986cb
}

img {
	-webkit-user-select: ​ none
}

.main {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	overflow: hidden
}

.m-page {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff
}

.m-page.show {
	z-index: 10;
	display: block
}

.m-page.hide {
	z-index: 5;
	display: none
}

.m-page.active {
	z-index: 15;
	display: block
}

.m-img {
	width: 100%;
	height: 100%
}

.m-img .video_mask {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 1000;
	width: 100%;
	height: 100%
}

.m-img .close_mask {
	color: #fff;
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	z-index: 1001
}

.m-img .video_mask .video_player {
	position: absolute;
	top: 15%;
	width: 100%;
	height: 50%
}

.main-page {
	border: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	z-index: 0;
	display: none;
	-webkit-transform-origin: center center;
	background: #F6F9FA
}

.page-content {
	height: 100%;
	-webkit-box-flex: 100;
	color: #fff;
	font-size: 50px
}

.main-page.z-current {
	z-index: 1;
	display: inline-block
}

.z-current {
	opacity: 1
}

.main-page.z-active {
	z-index: 2;
	display: block
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.z-fade-in {
	-webkit-animation: fadeIn 2.5s backwards;
	animation: fadeIn 2.5s backwards
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.z-fade-out {
	-webkit-animation: fadeOut 2.5s backwards;
	animation: fadeOut 2.5s backwards
}

.u-arrow-bottom {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 150;
	width: 24px;
	height: 14px;
	margin-left: -7px
}

.u-arrow-bottom img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -14px;
	width: 24px;
	height: 14px;
	background-position: 0 -82px;
	-webkit-animation: start 1.5s infinite ease-in-out;
	-moz-animation: start 1.5s infinite ease-in-out;
	animation: start 1.5s infinite ease-in-out
}

@-webkit-keyframes start {
	0%,30% {
		opacity: 0;
		-webkit-transform: translate(0,10px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0,-8px)
	}
}

@-moz-keyframes start {
	0%,30% {
		opacity: 0;
		-moz-transform: translate(0,10px)
	}

	60% {
		opacity: 1;
		-moz-transform: translate(0,0)
	}

	100% {
		opacity: 0;
		-moz-transform: translate(0,-8px)
	}
}

@keyframes start {
	0%,30% {
		opacity: 0;
		transform: translate(0,10px)
	}

	60% {
		opacity: 1;
		transform: translate(0,0)
	}

	100% {
		opacity: 0;
		transform: translate(0,-8px)
	}
}

.u-arrow-right {
	position: absolute;
	width: 14px;
	height: 24px;
	z-index: 150;
	top: 50%;
	margin-top: -10px;
	right: 20px;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1)
}

.u-arrow-right img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -14px;
	width: 14px;
	height: 24px;
	background-position: 0 -82px;
	-webkit-animation: rightflip 1.5s infinite ease-in-out;
	-moz-animation: rightflip 1.5s infinite ease-in-out;
	animation: rightflip 1.5s infinite ease-in-out
}

@-webkit-keyframes rightflip {
	0%,30% {
		opacity: 0;
		-webkit-transform: translate(10,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-8px,0)
	}
}

@-moz-keyframes rightflip {
	0%,30% {
		opacity: 0;
		-moz-transform: translate(10,0)
	}

	60% {
		opacity: 1;
		-moz-transform: translate(0,0)
	}

	100% {
		opacity: 0;
		-moz-transform: translate(-8px,0)
	}
}

@keyframes rightflip {
	0%,30% {
		opacity: 0;
		transform: translate(10,0)
	}

	60% {
		opacity: 1;
		transform: translate(0,0)
	}

	100% {
		opacity: 0;
		transform: translate(-8px,0)
	}
}

.scale-end {
	opacity: 1!important
}

.sl-slider-wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0
}

.sl-slide,.sl-slides-wrapper,.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.sl-slide {
	z-index: 1
}

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1
}

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1)
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0 200px 200px
}

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1)
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0 200px 200px
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0
}

.sl-content-wrapper {
	position: absolute
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff
}

.sl-slide-horizontal .sl-slide-inner {
	background: #ddd
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc
}

.main .sl-slider-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}

.main .bg-img {
	display: block;
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center
}

.jt_left {
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	z-index: 100;
	right: 8px;
	-webkit-animation: move 2s infinite
}

.jt_left img {
	width: 30px;
	height: 30px
}

@-webkit-keyframes move {
	from {
		right: 8px
	}

	to {
		right: 50px
	}
}

.cas {
	position: absolute;
	z-index: 1!important;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-moz-transition: opacity .5s
}

.scratch-cas {
	z-index: 668!important
}

.money {
	z-index: 1000;
	width: 100%;
	height: 100%;
	position: absolute
}

.money_mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001
}

.money_modal {
	width: 260px;
	height: 260px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -130px;
	margin-top: -130px;
	background-color: #e30016;
	z-index: 1002;
	color: #fff714
}

.money_modal .money_text {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 24px
}

.money_modal .level_text {
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	font-weight: 700
}

.money_modal .tip-text {
	text-align: center;
	margin-top: 7px;
	font-size: 12px
}

.money_modal .button {
	display: inline-block;
	width: 112px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	bottom: 30px;
	position: absolute;
	background-color: #fff714;
	color: #e30016
}

.money_modal .tryOnce {
	float: left;
	margin-left: 10px;
	margin-right: 14px
}

.money_modal .enterScene {
	float: right;
	margin-left: 138px
}

.money_modal .money_img {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/yuanbao.png);
	background-position: center;
	background-size: 100%;
	margin-top: 0;
	height: 100px;
	margin-top: -26px;
	background-repeat: no-repeat
}

.noOp {
	opacity: 0!important
}

.voice-panel {
	position: absolute;
	width: 120px;
	height: 110px;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -120px;
	padding-top: 10px;
	text-align: center;
	border-radius: 5px;
	font-size: 70px
}

.voice-panel .icon {
	font-size: 60px
}

.voice-panel .voice-tip {
	font-size: 12px
}

.jt_up {
	position: absolute;
	bottom: 5px;
	display: block;
	width: 30px;
	height: 30px;
	z-index: 100;
	left: 50%;
	margin-left: -15px;
	-webkit-animation: move2 2s infinite
}

.jt_up img {
	width: 30px;
	height: 30px
}

@-webkit-keyframes move2 {
	from {
		bottom: 5px
	}

	to {
		bottom: 15px
	}
}

.ctrl_panel {
	float: left;
	padding-top: 110px
}

.pre_btn {
	display: block;
	margin-bottom: 40px
}

.next_btn {
	display: block
}

.btn {
	cursor: pointer;
	width: 20px;
	height: 70px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	left: 50%;
	background: #2096f9;
	top: 47px;
	font-size: 12px;
	color: #fff;
	padding: 20px 8px 0;
	text-align: center;
	border: 1px solid #2096f9
}

.ctrl_panel a:hover {
	border: 1px solid #08a1ef;
	color: #08a1ef;
	background-color: #FFF
}

.tip {
	z-index: 10000;
	font-size: 20px;
	position: absolute;
	width: 180px;
	top: 320px;
	text-align: center;
	background-color: #000;
	opacity: .8;
	color: #fff;
	line-height: 45px;
	border-radius: 10px;
	filter: alpha(opacity=80);
	left: 50%;
	margin-left: -90px;
	word-wrap: break-word
}

.finger_div {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
	z-index: 1000;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none
}

.finger_background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background-size: cover!important
}

.finger_kuang {
	width: 180px;
	position: absolute;
	left: 70px;
	top: 160px
}

.finger_zw {
	width: 140px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -70px;
	margin-top: -70px;
	-webkit-touch-callout: none;
	-webkit-user-select: none
}

.finger_line {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	display: none;
	width: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -90px;
	margin-top: 70px
}

.finger_info {
	color: #fff;
	position: absolute;
	top: 130px;
	left: 0;
	width: 320px;
	text-align: center;
	font-size: 14px
}

#report0 {
	width: 260px;
	background-color: #fff;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -130px;
	z-index: 999;
	padding-bottom: 20px;
	box-shadow: 2px 4px 4px #ccc
}

#report1 {
	width: 100%;
	height: 40%;
	top: 20%;
	background-color: #fff;
	z-index: 1000;
	position: relative
}

#report2 {
	width: 100%;
	background-color: #f66;
	color: #fff;
	text-align: center;
	padding: 15px 0
}

#report2 h1 {
	font-size: 16px;
	margin-top: 10px
}

#report3 {
	margin-top: 20px;
	width: 100%;
	text-align: center
}

#report3 ul li {
	font-size: 15px;
	line-height: 40px
}

#report3 ul li span {
	padding-right: 20px
}

#report3 li.active span {
	color: #f66;
	background: url(../images/jubao_07.png) no-repeat right;
	padding-right: 20px;
	background-size: 15px
}

#report4 {
	text-align: center;
	margin-top: 10px
}

#report4 a {
	width: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-radius: 3px;
	background-color: #f66;
	color: #fff;
	text-align: center
}

.flip-mask {
	position: absolute;
	width: 1000px;
	height: 1000px;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #fff
}

.turning {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000
}

.pre-wrap {
	width: 24px;
	height: 14px;
	position: relative;
	-webkit-animation: start 1.5s infinite ease-in-out;
	-moz-animation: start 1.5s infinite ease-in-out;
	animation: start 1.5s infinite ease-in-out
}

.pre-box1,.pre-box2 {
	height: 15px;
	width: 11px;
	position: absolute;
	top: -5px;
	overflow: hidden
}

.pre-box2 {
	left: 10px
}

.pre1,.pre2 {
	background-color: #fff;
	width: 14px;
	height: 5px;
	border-radius: 2px;
	position: absolute;
	box-shadow: 1px -1px 1px #646464;
	top: 5px
}

.pre1 {
	transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	left: 1px
}

.pre2 {
	left: -4.5px;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg)
}

.pre-wrap-right {
	width: 14px;
	height: 24px;
	position: relative;
	-webkit-animation: rightflip 1.5s infinite ease-in-out;
	-moz-animation: rightflip 1.5s infinite ease-in-out;
	animation: rightflip 1.5s infinite ease-in-out
}

.pre-box3,.pre-box4 {
	height: 11px;
	width: 15px;
	position: absolute;
	overflow: hidden
}

.pre-box3 {
	top: 10px
}

.pre3,.pre4 {
	background-color: #fff;
	width: 14px;
	height: 5px;
	border-radius: 2px;
	position: absolute;
	top: 5px
}

.pre3 {
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	top: 1px;
	box-shadow: 1px -1px 2px #646464
}

.pre4 {
	top: 6px;
	box-shadow: 1px 1px 1.5px #646464;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg)
}

.bottom-logo {
	background: -webkit-linear-gradient(top,#00a2ec,#87d94f);
	background: -ms-linear-gradient(top,#00a2ec,#87d94f);
	background: -moz-linear-gradient(top,#00a2ec,#87d94f);
	position: absolute;
	left: 9px;
	top: 11px
}

.logo-shadow {
	background: rgba(0,0,0,.4);
	width: 155px;
	height: 155px;
	top: -2px;
	left: 7px;
	position: absolute
}

.logo-shadow1 {
	background: -webkit-linear-gradient(top,rgba(0,0,0,.4),rgba(70,70,70,0));
	background: -ms-linear-gradient(top,rgba(0,0,0,.4),rgba(70,70,70,0));
	background: -moz-linear-gradient(top,rgba(0,0,0,.4),rgba(70,70,70,0))
}

@font-face {
	font-family:eqfonts;src:url(fonts/eqfonts.eot?jtw01m);src:url(fonts/eqfonts.eot?jtw01m#iefix) format('embedded-opentype'),url(fonts/eqfonts.ttf?jtw01m) format('truetype'),url(fonts/eqfonts.woff?jtw01m) format('woff'),url(fonts/eqfonts.svg?jtw01m#eqfonts) format('svg');font-weight:400;font-style:normal
}[class^=eqf-],[class*=" eqf-"] {
	font-family: eqfonts!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.eqf-clickmore:before {
	content: "\e910"
}

.eqf-clickmore2:before {
	content: "\e911"
}

.eqf-wrong:before {
	content: "\e90f"
}

.eqf-nosy:before {
	content: "\e90e"
}

.eqf-eqxiu:before {
	content: "\e906"
}

.eqf-eye3:before {
	content: "\e901"
}

.eqf-flower:before {
	content: "\e902"
}

.eqf-flower2:before {
	content: "\e903"
}

.eqf-flower-line:before {
	content: "\e904"
}

.eqf-good:before {
	content: "\e905"
}

.eqf-love:before {
	content: "\e906"
}

.eqf-love-line:before {
	content: "\e907"
}

.eqf-roll:before {
	content: "\e908"
}

.eqf-roll-line:before {
	content: "\e909"
}

.eqf-star:before {
	content: "\e90a"
}

.eqf-star-line:before {
	content: "\e90b"
}

.eqf-voice:before {
	content: "\e90c"
}

.eqf-vote:before {
	content: "\e90d"
}

body>a {
	display: none
}

body>img {
	display: none
}

article {
	height: 100%!important
}

.nr .edit_wrapper {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background-position: 50% 50%;
	background-size: cover
}

.nr .blink-element {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

.nr .red-border {
	border: 1px solid #08a1ef;
	background-color: rgba(0,0,0,.6);
	box-shadow: 1px 1px 10px 2px rgba(51,51,102,.3)
}

.my-tpl .edit_wrapper {
	padding: 0;
	width: 80px;
	height: 124px;
	border: 1px solid #ccc;
	position: relative;
	left: 50%;
	margin-left: -40px;
	overflow: hidden
}

.nr .edit_area {
	position: absolute;
	top: 0;
	text-align: left;
	width: 320px;
	height: 486px;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.nr .edit_area>li {
	color: #676767;
	line-height: 1;
	background: 0;
	position: absolute;
	list-style: none!important;
	margin: 0!important;
	padding: 0;
	-webkit-transition: padding .5s;
	-moz-transition: padding .5s;
	transition: padding .5s;
	min-height: 1px;
	min-width: 1px;
	width: 100%;
	-webkit-user-select: none
}

.nr .edit_area>li * {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.nr .edit_area>li .element-box {
	overflow: hidden
}

.nr .edit_area .element {
	min-width: 1px;
	min-height: 1px;
	color: inherit
}

.nr .edit_area .svg-element {
	position: absolute
}

.nr .wsite-button .element-box {
	text-align: center;
	color: #676767;
	border-radius: 5px;
	background: #f9f9f9
}

.nr .wsite-input .element-box {
	color: #676767;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f9f9f9
}

.nr .wsite-video .element-box {
	width: 48px;
	height: 48px
}

.nr .wsite-video .element-box .video_area {
	background: url(/assets/images/create/play.svg) no-repeat;
	background-size: 100% 100%;
	width: 48px;
	height: 48px;
	display: block
}

.nr .boards-default .tool {
	background-color: #fff
}

.nr .empty-boards {
	height: 100%;
	width: 100%;
	text-align: center;
	margin-top: 50%
}

.boards-default .record {
	border-bottom: 1px solid #ccd5db
}

.nr .boards-default .replay {
	background-color: #44cb83
}

.nr .boards-default .more {
	background-color: #08a1ef
}

.boards-default .head {
	background-color: #31364a
}

.boards-default .boards-con,.boards-default .boards-form,.boards-default .spline-con {
	background-color: #F0F3F4
}

.boards-default .boards-con .content-text {
	border: 1px solid #ccd5db
}

.boards-default .boards-form .record-btn {
	background-color: #44cb83
}

.boards-default .spline-con {
	color: rgba(0,0,0,.6)
}

.boards-default .spline-con .spline {
	background-color: #ccd5db
}

.boards-default .boards-con .more-mes {
	color: rgba(0,0,0,.6)
}

.nr .boards-black .tool {
	background-color: #171717
}

.boards-black .record {
	color: #fff;
	border-bottom: 1px solid #171717
}

.nr .boards-black .replay {
	background-color: #30bcad
}

.nr .boards-black .more {
	background-color: rgba(255,255,255,.15);
	border: 1px solid rgba(255,255,255,.3)
}

.boards-black .head {
	background-color: #171717
}

.boards-black .boards-con,.boards-black .boards-form,.boards-black .spline-con {
	background-color: #252525
}

.boards-black .boards-con .content-text {
	border: 1px solid rgba(0,0,0,.5)
}

.boards-black .boards-form .record-btn {
	background-color: #30bcad
}

.boards-black .spline-con {
	color: rgba(255,255,255,.2)
}

.boards-black .boards-con .spline {
	background-color: rgba(0,0,0,.5)
}

.boards-black .boards-con .more-mes {
	color: #fff
}

.nr .boards-pink .tool {
	background-color: #e6688e
}

.boards-pink .record {
	color: #bd5673;
	border-bottom: 1px solid #e9b3db
}

.nr .boards-pink .replay,.nr .boards-pink .more {
	background-color: #eb86a5;
	border: 1px solid #f3b4c7
}

.boards-pink .head {
	background-color: #e6688e
}

.boards-pink .boards-con,.boards-pink .boards-form,.boards-pink .spline-con {
	background-color: #f6dcf0
}

.boards-pink .boards-con .content-text {
	border: 1px solid #e9b3db
}

.boards-pink .boards-form .record-btn {
	background-color: #e6688e
}

.boards-pink .spline-con {
	color: rgba(189,86,115,.8)
}

.boards-pink .spline-con .spline {
	background-color: #e9b3db
}

.boards-pink .boards-con .more-mes {
	color: rgba(189,86,115,.8)
}

.nr .wsite-boards {
	font-size: 12px
}

.nr .wsite-boards .tool {
	padding: 15px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10
}

.nr .wsite-boards .more {
	float: right
}

.nr .wsite-boards .name {
	font-size: 14px
}

.nr .wsite-boards .more,.nr .wsite-boards .replay {
	overflow: hidden;
	text-align: center;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	color: #fff
}

.nr .wsite-boards .more:hover,.replay:hover {
	color: #fff
}

.boards-panel {
	background-color: #424d60;
	z-index: 9999;
	padding: 30px;
	line-height: 1;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%
}

.boards-panel .boards-top {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding-top: 30px;
	margin: 0 30px;
	z-index: 10;
	background-color: #424d60
}

.boards-panel .boards-bottom {
	position: fixed;
	left: 29px;
	bottom: 0;
	height: 30px;
	right: 29px;
	z-index: 10;
	background-color: #424d60
}

.boards-panel .boards-form {
	text-align: center;
	border: 1px solid transparent;
	position: relative;
	padding: 0 20px
}

.boards-panel .boards-con {
	text-align: center;
	margin-top: 155px;
	min-height: 261px;
	padding-top: 10px;
	position: absolute;
	top: 46px
}

.ios-boards-con {
	overflow: scroll;
	bottom: 30px;
	left: 30px;
	right: 30px;
	-webkit-overflow-scrolling: touch
}

.boards-panel .headimg,.nr .wsite-boards .headimg {
	width: 30px;
	height: 30px;
	background-position: 50% 50%;
	background-size: cover;
	float: left
}

.wsite-boards .headimg .logo {
	transform: scale(0.5);
	margin-left: -7px;
	margin-top: -2px;
	font-size: 12px
}

.wsite-boards .headimg .logo-scale,.boards-panel .headimg .logo-scale {
	transform: scale(0.5);
}

.boards-panel .headimg-bg,.nr .wsite-boards .headimg-bg {
	background: -webkit-linear-gradient(top,#2fcdfc,#08a1ef);
	background: -ms-linear-gradient(top,#2fcdfc,#08a1ef);
	background: -moz-linear-gradient(top,#2fcdfc,#08a1ef);
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 30px
}

.boards-panel .head {
	font-size: 16px;
	height: 30px;
	color: #fff;
	padding-left: 10px;
	line-height: 30px
}

.boards-panel .head .eqf-wrong {
	float: right;
	opacity: .8;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	width: 40px;
	text-align: center
}

.boards-panel .boards-form .content-text {
	width: 100%;
	height: 60px;
	border-radius: 4px;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 5px
}

.boards-panel .boards-form .content-tip {
	color: #000;
	opacity: .3;
	position: absolute;
	bottom: 43px;
	right: 26px
}

.boards-panel .boards-con .record-bar {
	margin-top: 15px 20px
}

.boards-panel .boards-form .record-btn {
	height: 30px;
	width: 100%;
	margin-top: 8px;
	border-radius: 3px;
	line-height: 30px;
	color: #fff;
	display: inline-block
}

.boards-panel .spline-con {
	height: 20px;
	text-align: left;
	padding: 10px 20px 0
}

.boards-panel .spline-con .spline {
	height: 1px;
	display: block;
	margin-left: 50px;
	margin-top: -6px
}

.boards-panel .boards-con .list {
	text-align: left
}

.boards-panel .boards-con .more-mes {
	height: 40px;
	text-align: center;
	line-height: 40px
}

.boards-panel .boards-con .record,.nr .wsite-boards .record {
	min-height: 70px;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.boards-panel .boards-con .record .name,.nr .wsite-boards .name {
	margin-left: 45px;
	font-size: 14px;
	opacity: .8
}

.boards-panel .boards-con .record .time,.nr .wsite-boards .time {
	margin-left: 45px;
	opacity: .2;
	margin-top: 4px
}

.boards-panel .boards-con .record .mes,.nr .wsite-boards .mes {
	margin-left: 45px;
	word-break: break-all;
	opacity: .6;
	margin-top: 6px;
	line-height: 15px
}

.nr input,textarea {
	resize: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border-radius: 0;
	line-height: 120%;
	display: inline-block!important
}

.nr .comp_title {
	background-color: #fff;
	color: #000;
	font-size: 14px;
	text-align: center;
	word-break: break-all;
	line-height: 50px
}

.label_content {
	opacity: .8;
	font-size: 18px;
	height: 50px;
	top: 0;
	color: #ccc;
	border: 1px solid #ccc
}

.nr .wsite-image {
}

.nr .comp_image {
	width: 100%;
	height: 100%
}

.nr .wsite-text {
	width: 222px;
	height: 36px
}

.nr .comp_paragraph {
	font-size: 24px;
	color: #404449;
	line-height: inherit;
	padding: .3em 15px;
	margin: 0;
	width: 100%;
	height: 100%;
	word-wrap: break-word
}

.nr .comp_paragraph:focus {
	outline: 0
}

.nr .comp_paragraph a {
	color: inherit;
	text-decoration: inherit
}

.nr .comp_input_wrapper {
	margin: 15px auto 0;
	font-size: 16px;
	width: 80%;
	color: #aaa;
	text-align: left
}

.nr .comp_input_wrapper .comp_input_label {
	padding: 4px 0
}

.nr .comp_input {
	width: 240px;
	height: 36px;
	background: transparent;
	border: 0;
	padding: 8px!important;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 16px
}

.nr .comp_radio {
	width: 240px;
	background: transparent;
	border: 0;
	font-size: 16px
}

.nr .comp_radio .radio-title {
	min-height: 36px;
	padding: 10px
}

.nr .comp_radio .options .option-group {
	padding: 7px 0;
	margin: 0 8px
}

.nr .comp_radio .options .option-group .option-label {
	font-size: 12px;
	margin-bottom: 0;
	display: inline-block
}

.nr .comp_radio .options .option-group .option-label input {
	vertical-align: middle;
	margin-right: 5px
}

.nr .comp_rating {
	width: 240px;
	background: transparent;
	border: 0;
	padding: 8px!important;
	font-size: 16px
}

.nr .comp_rating .rating-title,.nr .comp_rating .rating-icons {
	display: inline-block;
	padding: 5px;
	vertical-align: top
}

.nr .comp_rating .rating-icons i {
	margin-right: 5px
}

.nr .comp_rating .rating-icons i.rating-l {
	font-size: 18px
}

.nr .comp_rating .rating-icons i.rating-m {
	font-size: 15px
}

.nr .comp_rating .rating-icons i.rating-s {
	font-size: 12px
}

.nr .comp_counter {
	padding: 0 10px
}

.nr .comp_counter img.counter-elem {
	vertical-align: middle
}

.nr .comp_counter.counter-tb {
	position: relative;
	width: auto!important
}

.nr .comp_counter.counter-tb .counter-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center
}

.nr .comp_counter.counter-tb .counter-elem {
	display: block;
	line-height: 1
}

.nr .comp_counter.not-voted .counter-icon {
	color: #ccc!important
}

.nr .comp_counter.counter-lr .counter-number {
	margin-left: 10px
}

.nr .comp_counter.counter-l {
	font-size: 36px
}

.nr .comp_counter.counter-m {
	font-size: 26px
}

.nr .comp_counter.counter-s {
	font-size: 16px
}

.nr .comp_button {
	width: 240px;
	height: 36px;
	min-width: 50px;
	white-space: nowrap;
	border: 0;
	background: transparent;
	font-size: 16px;
	color: #999
}

.nr .comp_wechat_play,.nr .comp_wechat_hear {
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px
}

.nr .recording {
	background-color: #ccc
}

.nr .green-back {
	background-color: #ccc
}

.nr .background-transform {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s
}

.nr a {
	display: inline-block
}

.wsite-text a,.show-text a {
	display: inline
}

.nr .btn1 {
	width: 90px;
	background: red;
	height: 30px;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #fff;
	-webkit-border-radius: 5px
}

.nr .btn2 {
	width: 80px;
	background: #FDAF07;
	height: 35px;
	border: 1px solid #ccc;
	line-height: 35px;
	-webkit-border-radius: 40px
}

.nr .btn3 {
	width: 100px;
	background: #3FB816;
	height: 30px;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #fff;
	-webkit-border-radius: 5px
}

.nr .btn4 {
	width: 100px;
	height: 30px;
	border: 1px solid #3FB816;
	line-height: 30px;
	color: #000;
	-webkit-border-radius: 5px
}

.nr .comp_anchor {
	width: 240px;
	height: 32px;
	display: block;
	text-align: center;
	white-space: nowrap;
	line-height: 30px;
	font-size: 16px
}

body * {
	text-shadow: none!important
}

.anchorBL {
	display: none!important
}

.eqx-share .addthis_sharing_toolbox,.eqx-share .eqx-share-btn {
	display: inline-block;
	max-width: 32px;
	max-height: 32px;
	cursor: pointer
}

.eqx-share .eqx-share-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-size: 32px!important
}

.eqx-share .icon-facebook {
	background: url(data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.439%2010.95h4v-4.95h-4c-3.311%200-6%202.92-6%206.5v2.5h-4v4.97h4v12.03h5v-12.03h5v-4.97h-5v-2.55c0-.86.532-1.5%201-1.5z%22%2F%3E%3C%2Fsvg%3E) no-repeat left
}

.eqx-share .btn-facebook {
	background: #305891
}

.eqx-share .icon-twitter {
	background: url(data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.67%209.38c-.779.35-1.63.58-2.51.69.9-.54%201.6-1.4%201.92-2.42-.85.5-1.78.87-2.78%201.06-.8-.85-1.94-1.38-3.19-1.38-2.42%200-4.379%201.96-4.379%204.38%200%20.34.04.68.11%201-3.64-.18-6.86-1.93-9.02-4.57-.38.65-.59%201.4-.59%202.2%200%201.52.77%202.86%201.95%203.64-.72-.02-1.39-.22-1.98-.55v.06c0%202.12%201.51%203.89%203.51%204.29-.37.1-.75.149-1.15.149-.28%200-.56-.029-.82-.08.56%201.74%202.17%203%204.09%203.041-1.5%201.17-3.39%201.869-5.44%201.869-.35%200-.7-.02-1.04-.06%201.94%201.239%204.24%201.97%206.71%201.97%208.049%200%2012.45-6.67%2012.45-12.45l-.01-.57c.839-.619%201.579-1.389%202.169-2.269z%22%2F%3E%3C%2Fsvg%3E) no-repeat left
}

.eqx-share .btn-twitter {
	background: #2ca8d2
}

.eqx-share .icon-google_plus {
	background: url(data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M15.31%207.58c.56.47%201.73%201.44%201.73%203.3%200%201.81-1.03%202.67-2.05%203.47-.32.32-.69.66-.69%201.2s.37.83.64%201.05l.88.681c1.081.899%202.05%201.739%202.05%203.42%200%202.3-2.23%204.62-6.43%204.62-3.55%200-5.26-1.69-5.26-3.5%200-.881.44-2.131%201.88-2.98%201.52-.93%203.57-1.05%204.67-1.12-.34-.441-.73-.91-.73-1.661%200-.42.12-.66.24-.95-.27.02-.54.05-.78.05-2.59%200-4.06-1.93-4.06-3.84%200-1.12.51-2.37%201.57-3.28%201.39-1.15%203.06-1.35%204.38-1.35h5.041l-1.561.88-1.52.01zm-1.74%2010.85c-.2-.02-.32-.02-.56-.02-.22%200-1.54.05-2.57.39-.54.2-2.1.78-2.1%202.521s1.69%202.979%204.3%202.979c2.35%200%203.59-1.12%203.59-2.64.01-1.24-.8-1.91-2.66-3.23m.71-4.64c.56-.56.61-1.35.61-1.79%200-1.76-1.05-4.5-3.08-4.5-.64%200-1.32.32-1.71.81-.41.52-.54%201.17-.54%201.81%200%201.64.95%204.35%203.06%204.35.61%200%201.27-.29%201.66-.68%22%2F%3E%3Cpath%20d%3D%22M27.74%2010.31h-3.72v-3.71h-.92v3.71h-3.72v.93h3.72v3.71h.92v-3.71h3.72z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat left
}

.eqx-share .btn-plus {
	background: #ce4d39
}

.eqx-share .icon-linkedin {
	background: url(data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2012h4v14h-4zM23.27%2012.8c-1.49-.84-3.689-.91-5.27-.18v-.62h-4v14h4v-8.95l1.65-.79c.399-.19%201.289-.18%201.66.03.29.15.69.81.69%201.21v8.5h4v-8.5c0-1.84-1.15-3.82-2.73-4.7z%22%2F%3E%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2210%22%20cy%3D%228%22%20r%3D%222.5%22%2F%3E%3C%2Fsvg%3E) no-repeat left
}

.eqx-share .btn-linkedin {
	background: #4498c8
}

.eqx-share .icon-pinterest {
	background: url(data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.06%2024.811c2.219%201.689%206.29.67%208.04-.841%202.53-2.17%203.7-6.569%203.33-10.06-.42-3.9-4.039-7.34-8.32-7.82-6.58-.74-12.57%203.32-12.61%209.77-.02%203.041.95%204.951%203.6%206.01%201.81-1.81-.34-2.99-.56-5.03-.56-5.42%205.84-10.64%2011.51-7.26%203.96%202.35%203.28%2012.439-1.521%2013.41-.959.19-2.159-.11-2.629-.56-2.28-2.16%201.89-5.95.55-9.08-1.16-2.72-4.49-.54-4.85%201.81-.19%201.28.41%202.51.42%203.63.01%202.66-1.65%206.29-2.08%208.94-.16%201.03-.31%203.15-.07%204.23l-.04.04h1.74c1.22-2.08%202.05-5.21%202.67-7.891.38-.289.52.461.82.702z%22%2F%3E%3C%2Fsvg%3E) no-repeat left
}

.eqx-share .btn-pinterest {
	background: #c82828
}

.eqx-share .icon-compact {
	background: url(data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.07%2013.74h-6.711v-6.71h-4.469v6.71h-6.71v4.47h6.71v6.71h4.469v-6.71h6.711z%22%2F%3E%3C%2Fsvg%3E) no-repeat left
}

.eqx-share .btn-compact {
	background: #f8694d
}

#code .eqx-share div {
	margin: 0
}

.eqx-share .at4-icon.aticon-compact,.eqx-share .at4-icon.aticon-more,.eqx-share .at4-icon.aticon-expanded,.eqx-share .at4-icon.aticon-addthis {
	background: url(data:image/svg+xml;
	charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewbox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m20%2022.31h-3.72v-3.71h-.92v3.71h-3.72v.93h3.72v3.71h.92v-3.71h3.72z%22%2F%3E%3Ctext%20font-family%3D%22helvetica%22%20fill%3D%22rgb%28%20255%2C%20255%2C%20255%20%29%22%20font-size%3D%2214px%22%20x%3D%220px%22%20y%3D%2214px%22%3EMore%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat left
}

.nr .progress {
	position: absolute;
	display: none;
	height: 3px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(0,0,0,.2)
}

.nr .progress span {
	display: block;
	height: 100%;
	width: 0;
	background-color: #08A1EF;
	transition: width 800ms cubic-bezier(0.260,.860,.440,.985)
}

.nr .progress em.page-tip {
	display: inline-block;
	position: absolute;
	right: 0;
	top: -13px;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	padding-left: 5px
}

.vanishIn {
	-webkit-animation-name: vanishIn;
	animation-name: vanishIn
}

@-webkit-keyframes vanishIn {
	0% {
		opacity: 0;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(2,2);
		-webkit-filter: blur(90px)
	}

	100% {
		opacity: 1;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(1,1);
		-webkit-filter: blur(0px)
	}
}

@keyframes vanishIn {
	0% {
		opacity: 0;
		transform-origin: 50% 50%;
		transform: scale(2,2);
		-webkit-filter: blur(90px)
	}

	100% {
		opacity: 1;
		transform-origin: 50% 50%;
		transform: scale(1,1);
		-webkit-filter: blur(0px)
	}
}

.vanishOut {
	-webkit-animation-name: vanishOut;
	animation-name: vanishOut
}

@-webkit-keyframes vanishOut {
	0% {
		opacity: 1;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(1,1);
		-webkit-filter: blur(0px)
	}

	100% {
		opacity: 0;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(2,2);
		-webkit-filter: blur(20px)
	}
}

@keyframes vanishOut {
	0% {
		opacity: 1;
		transform-origin: 50% 50%;
		transform: scale(1,1);
		-webkit-filter: blur(0px)
	}

	100% {
		opacity: 0;
		transform-origin: 50% 50%;
		transform: scale(2,2);
		-webkit-filter: blur(20px)
	}
}

.twisterInUp {
	-webkit-animation-name: twisterInUp;
	animation-name: twisterInUp
}

@-webkit-keyframes twisterInUp {
	0% {
		opacity: 0;
		-webkit-transform-origin: 100% 0;
		-webkit-transform: scale(0,0) rotate(360deg) translateY(100%)
	}

	30% {
		-webkit-transform-origin: 100% 0;
		-webkit-transform: scale(0,0) rotate(360deg) translateY(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform-origin: 0 0;
		-webkit-transform: scale(1,1) rotate(0deg) translateY(0)
	}
}

@keyframes twisterInUp {
	0% {
		opacity: 0;
		transform-origin: 100% 0;
		transform: scale(0,0) rotate(360deg) translateY(100%)
	}

	30% {
		transform-origin: 100% 0;
		transform: scale(0,0) rotate(360deg) translateY(100%)
	}

	100% {
		opacity: 1;
		transform-origin: 0 0;
		transform: scale(1,1) rotate(0deg) translateY(0)
	}
}

.slideUp {
	-webkit-animation-name: slideUp;
	animation-name: slideUp
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform-origin: 0 0;
		-webkit-transform: translateY(0%)
	}

	100% {
		-webkit-transform-origin: 0 0;
		-webkit-transform: translateY(-100%)
	}
}

@keyframes slideUp {
	0% {
		transform-origin: 0 0;
		transform: translateY(0%)
	}

	100% {
		transform-origin: 0 0;
		transform: translateY(-100%)
	}
}

.slideDown {
	-webkit-animation-name: slideDown;
	animation-name: slideDown
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform-origin: 0 0;
		-webkit-transform: translateY(0%)
	}

	100% {
		-webkit-transform-origin: 0 0;
		-webkit-transform: translateY(100%)
	}
}

@keyframes slideDown {
	0% {
		transform-origin: 0 0;
		transform: translateY(0%)
	}

	100% {
		transform-origin: 0 0;
		transform: translateY(100%)
	}
}

@-webkit-keyframes puffOut {
	0% {
		opacity: 1;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(1,1);
		-webkit-filter: blur(0px)
	}

	100% {
		opacity: 0;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(2,2);
		-webkit-filter: blur(2px)
	}
}

@keyframes puffOut {
	0% {
		opacity: 1;
		transform-origin: 50% 50%;
		transform: scale(1,1);
		-webkit-filter: blur(0px)
	}

	100% {
		opacity: 0;
		transform-origin: 50% 50%;
		transform: scale(2,2);
		-webkit-filter: blur(2px)
	}
}

.puffOut {
	-webkit-animation-name: puffOut;
	animation-name: puffOut
}

@-webkit-keyframes puffIn {
	0% {
		opacity: 0;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(2,2);
		-webkit-filter: blur(2px)
	}

	100% {
		opacity: 1;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(1,1);
		-webkit-filter: none
	}
}

@keyframes puffIn {
	0% {
		opacity: 0;
		transform-origin: 50% 50%;
		transform: scale(2,2);
		filter: blur(2px)
	}

	100% {
		opacity: 1;
		transform-origin: 50% 50%;
		transform: scale(1,1);
		filter: none
	}
}

.puffIn {
	-webkit-animation-name: puffIn;
	animation-name: puffIn
}


@-webkit-keyframes twisterInDown {
	0% {
		opacity: 0;
		-webkit-transform-origin: 0 100%;
		-webkit-transform: scale(0,0) rotate(360deg) translateY(-100%)
	}

	30% {
		-webkit-transform-origin: 0 100%;
		-webkit-transform: scale(0,0) rotate(360deg) translateY(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform-origin: 100% 100%;
		-webkit-transform: scale(1,1) rotate(0deg) translateY(0%)
	}
}

@keyframes twisterInDown {
	0% {
		opacity: 0;
		transform-origin: 0 100%;
		transform: scale(0,0) rotate(360deg) translateY(-100%)
	}

	30% {
		transform-origin: 0 100%;
		transform: scale(0,0) rotate(360deg) translateY(-100%)
	}

	100% {
		opacity: 1;
		transform-origin: 100% 100%;
		transform: scale(1,1) rotate(0deg) translateY(0%)
	}
}

.twisterInDown {
	-webkit-animation-name: twisterInDown;
	animation-name: twisterInDown
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	100% {
		opacity: 1;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		-ms-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg)
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg)
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg)
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg)
	}

	100% {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg)
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg)
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg)
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg)
	}

	100% {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotateIn {
	from {
		-moz-transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(359deg)
	}
}

@-o-keyframes rotateIn {
	from {
		-o-transform: rotate(0deg)
	}

	to {
		-o-transform: rotate(359deg)
	}
}

@keyframes rotateIn {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	100% {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	100% {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes bounceIn {
	0%,20%,40%,60%,80%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.610,.355,1.000);
		transition-timing-function: cubic-bezier(0.215,.610,.355,1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

@keyframes bounceIn {
	0%,20%,40%,60%,80%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.610,.355,1.000);
		transition-timing-function: cubic-bezier(0.215,.610,.355,1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInLeft {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.610,.355,1.000);
		transition-timing-function: cubic-bezier(0.215,.610,.355,1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.610,.355,1.000);
		transition-timing-function: cubic-bezier(0.215,.610,.355,1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.610,.355,1.000);
		transition-timing-function: cubic-bezier(0.215,.610,.355,1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.610,.355,1.000);
		transition-timing-function: cubic-bezier(0.215,.610,.355,1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.610,.355,1.000);
		transition-timing-function: cubic-bezier(0.215,.610,.355,1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-25px,0);
		transform: translate3d(0,-25px,0)
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInUp {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.610,.355,1.000);
		transition-timing-function: cubic-bezier(0.215,.610,.355,1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-25px,0);
		transform: translate3d(0,-25px,0)
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.610,.355,1.000);
		transition-timing-function: cubic-bezier(0.215,.610,.355,1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0)
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {
	0%,60%,75%,90%,100% {
		-webkit-transition-timing-function: cubic-bezier(0.215,.610,.355,1.000);
		transition-timing-function: cubic-bezier(0.215,.610,.355,1.000)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0)
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1)
	}

	40% {
		-webkit-transform: scale3d(0.75,1.25,1);
		transform: scale3d(0.75,1.25,1)
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1)
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1)
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1)
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1)
	}

	40% {
		-webkit-transform: scale3d(0.75,1.25,1);
		transform: scale3d(0.75,1.25,1)
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1)
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1)
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1)
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes heartbeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heartbeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.heartbeat {
	-webkit-animation-name: heartbeat;
	animation-name: heartbeat
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
		transform: perspective(400px) rotate3d(0,1,0,-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
		transform: perspective(400px) rotate3d(0,1,0,-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
		transform: perspective(400px) rotate3d(0,1,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
		transform: perspective(400px) rotate3d(0,1,0,10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
		transform: perspective(400px) rotate3d(0,1,0,-5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
		transform: perspective(400px) rotate3d(0,1,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
		transform: perspective(400px) rotate3d(0,1,0,10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
		transform: perspective(400px) rotate3d(0,1,0,-5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
		transform: perspective(400px) rotate3d(1,0,0,10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
		transform: perspective(400px) rotate3d(1,0,0,-5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
		transform: perspective(400px) rotate3d(1,0,0,10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
		transform: perspective(400px) rotate3d(1,0,0,-5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes jello {
	11.1% {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes jello {
	11.1% {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes flash {
	0%,50%,100% {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,50%,100% {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

@-webkit-keyframes scaleUp {
	0% {
		-webkit-transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.5)
	}
}

@keyframes scaleUp {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.5)
	}
}

@-webkit-keyframes scaleDown {
	0% {
		-webkit-transform: scale(1.5)
	}

	100% {
		-webkit-transform: scale(1)
	}
}

@keyframes scaleDown {
	0% {
		transform: scale(1.5)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes blur {
	0% {
		-webkit-filter: blur(0px)
	}

	100% {
		-webkit-filter: blur(8px)
	}
}

@keyframes blur {
	0% {
		-webkit-filter: blur(0px)
	}

	100% {
		-webkit-filter: blur(8px)
	}
}

@-webkit-keyframes sharp {
	0% {
		-webkit-filter: blur(8px)
	}

	100% {
		-webkit-filter: blur(0px)
	}
}

@keyframes sharp {
	0% {
		-webkit-filter: blur(8px)
	}

	100% {
		-webkit-filter: blur(0px)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

.cas {
	position: absolute;
	z-index: 1!important;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-moz-transition: opacity .5s
}

.scratch-cas {
	z-index: 668!important
}

.money {
	z-index: 1000;
	width: 100%;
	height: 100%;
	position: absolute
}

.money_mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001
}

.money_modal {
	width: 260px;
	height: 260px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -130px;
	margin-top: -130px;
	background-color: #e30016;
	z-index: 1002;
	color: #fff714
}

.money_modal .money_text {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 24px
}

.money_modal .level_text {
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	font-weight: 700
}

.money_modal .tip-text {
	text-align: center;
	margin-top: 7px;
	font-size: 12px
}

.money_modal .button {
	display: inline-block;
	width: 112px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	bottom: 30px;
	position: absolute;
	background-color: #fff714;
	color: #e30016
}

.money_modal .tryOnce {
	float: left;
	margin-left: 10px;
	margin-right: 14px
}

.money_modal .enterScene {
	float: right;
	margin-left: 138px
}

.money_modal .money_img {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/yuanbao.png);
	background-position: center;
	background-size: 100%;
	margin-top: 0;
	height: 100px;
	margin-top: -26px;
	background-repeat: no-repeat
}

.noOp {
	opacity: 0!important
}

.finger_div {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
	z-index: 1000;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none
}

.finger_background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background-size: cover!important
}

.finger_kuang {
	width: 180px;
	position: absolute;
	left: 70px;
	top: 160px
}

.finger_zw {
	width: 140px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -70px;
	margin-top: -70px;
	-webkit-touch-callout: none;
	-webkit-user-select: none
}

.finger_line {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	display: none;
	width: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -90px;
	margin-top: 70px
}

.finger_info {
	color: #fff;
	position: absolute;
	top: 130px;
	left: 0;
	width: 320px;
	text-align: center;
	font-size: 14px
}

#report0 {
	width: 260px;
	background-color: #fff;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -130px;
	z-index: 999;
	padding-bottom: 20px;
	box-shadow: 2px 4px 4px #ccc
}

#report1 {
	width: 100%;
	height: 40%;
	top: 20%;
	background-color: #fff;
	z-index: 1000;
	position: relative
}

#report2 {
	width: 100%;
	background-color: #f66;
	color: #fff;
	text-align: center;
	padding: 15px 0
}

#report2 h1 {
	font-size: 16px;
	margin-top: 10px
}

#report3 {
	margin-top: 20px;
	width: 100%;
	text-align: center
}

#report3 ul li {
	font-size: 15px;
	line-height: 40px
}

#report3 ul li span {
	padding-right: 20px
}

#report3 li.active span {
	color: #f66;
	background: url(../images/jubao_07.png) no-repeat right;
	padding-right: 20px;
	background-size: 15px
}

#report4 {
	text-align: center;
	margin-top: 10px
}

#report4 a {
	width: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-radius: 3px;
	background-color: #f66;
	color: #fff;
	text-align: center
}

.flip-mask {
	position: absolute;
	width: 1000px;
	height: 1000px;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #fff
}

.feedback-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 888888
}

.feedback-form {
	position: absolute;
	width: 280px;
	min-height: 150px;
	padding: 20px 20px 60px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	margin-left: -140px
}

.feedback-form a {
	display: block;
	width: 280px;
	height: 18px
}

.feedback-form span {
	font-size: 18px;
	line-height: 18px;
	width: 280px;
	display: inline-block;
	padding-left: 20px;
	box-sizing: border-box;
	margin-left: -20px
}

.feedback-form img {
	width: 240px;
	height: 240px
}

.feedback-form button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 30px;
	background-color: #2096f9;
	color: #fff;
	font-size: 18px;
	border: 0;
	border-radius: 0 0 10px 10px
}

.create-chart h5 {
	margin: 20px 10px;
	text-align: center;
	font-weight: 400;
	font-size: 18px
}

.pie-legend,.line-legend,.bar-legend {
	padding: 10px;
	list-style: none;
	font-size: 14px
}

.pie-legend li,.line-legend li,.bar-legend li {
	position: static;
	line-height: 1.5
}

.pie-legend li span,.line-legend li span,.bar-legend li span {
	width: 1em;
	height: 1em;
	display: inline-block;
	margin-right: 5px
}

.create-chart .position-align ul li {
	float: left;
	padding-right: 10px
}

.create-chart .position-right {
	float: right
}

.create-chart .position-none {
	display: none
}

#shareMain {
	color: #fff;
	font-size: 13px
}

#shareMain input {
	text-rendering: auto;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	text-align: start;
	text-indent: 1em;
	font: 13.3333px Arial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-appearance: textfield;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-shadow: none!important;
	padding: 11px 0 13px;
	height: 12px
}

#downloadFooter {
	background-color: #333;
	border-top: 2px solid #08a1ef;
	padding: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: scroll
}

#downloadFooter img {
	width: 50px;
	height: 50px;
	padding-right: 5px;
	float: left;
	vertical-align: top
}

#downloadFooter .download {
	background-color: #ea1f64;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 5px;
	border-radius: 8px;
	margin-top: 5px;
	float: right;
	font-color: #FFF
}

#downloadFooter .app p {
	padding-top: 5px;
	font-size: 12px;
	color: #FFF
}

#downloadFooter .app p.big-text {
	font-size: 16px
}

#downloadFooter .download a {
	color: #fff
}

.fillElement {
	margin-left: 20px;
	margin-right: 20px
}

.fillElement .labelDiv {
	padding-bottom: 15px
}

.fillElement .labelDiv label {
	font-size: 13px
}

.fillElement .inputDiv {
	padding-bottom: 25px
}

.fillElement .inputDiv .sharelink {
	width: 96%;
	height: 36px;
	background: #FFF;
	color: #76838F;
	font-size: 13.3333px;
	font-family: Arial;
	border-radius: 3px;
	padding-left: 12px;
	line-height: 36px
}

.fillElement .inputDiv input {
	background: #FFF;
	border-radius: 3px;
	width: 100%;
	font-size: 13px;
	border: 0;
	color: #76838F
}

.footer .back {
	float: left;
	margin-top: 8px;
	margin-left: 12px
}

.footer .complete {
	float: right;
	margin-right: 15px
}

.footer .complete button {
	width: 80px;
	height: 32px;
	background-color: #44cb83;
	border: 0;
	border-radius: 2px;
	color: #FFF
}

.copyButton {
	width: 20%;
	height: 40px;
	background-color: #44cb83;
	border: 0;
	border-radius: 2px;
	color: #FFF;
	float: right
}

.shareIcon {
	background: #00c853;
	width: 53px;
	height: 53px;
	float: left;
	vertical-align: middle;
	border-radius: 53px;
	margin-top: 7px;
	margin-left: 12px
}

.cancelButton {
	margin-top: 10px;
	margin-bottom: 20px
}

.anotherScene {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff
}

.editSceneLink {
	float: left;
	width: 50%;
	text-align: center
}

.editSceneLink label {
	border-bottom: 1px solid #FFF;
	width: 50%;
	margin-right: 10px
}

.createSceneLink label {
	border-bottom: 1px solid #FFF
}

.moreComment {
	text-align: center;
	padding-top: 20px
}

.fillShare {
	text-align: right;
	position: relative
}

.fillShare img {
	transform: rotate(12deg);
	height: 63px;
	position: absolute;
	right: 10px
}

.fillShare .divText {
	padding-top: 60px
}

.fillShare .divText span {
	border: 1px solid;
	margin-right: 70px;
	border-radius: 20px;
	padding: 5px 10px
}

.wapShare {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #1d092e
}