﻿
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
	display: block;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-bottom: 0px;
}

body,
html {
	overflow-x: hidden
}

body {
	margin: 0;
	font-family: PingFang SC-Regular
}

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.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)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.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)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(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-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	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(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg)
	}
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}
}

@keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	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(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg)
	}
	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	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)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	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)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	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)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	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)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	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)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	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)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	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)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	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)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 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)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 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)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-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)
	}
	to {
		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)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-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)
	}
	to {
		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)
	}
	to {
		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)
	}
	to {
		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)
	}
	to {
		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)
	}
	to {
		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)
	}
	to {
		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)
	}
	to {
		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)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-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 flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-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 flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-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 flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-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)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@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)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}
	to {
		-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
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-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 zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-02s {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.animated.delay-05s {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
	.animated {
		-webkit-animation-duration: 1ms!important;
		animation-duration: 1ms!important;
		transition-duration: 1ms!important;
		-webkit-animation-iteration-count: 1!important;
		animation-iteration-count: 1!important
	}
}

.bgfff {
	background-color: #fff
}

.flex-box {
	display: flex!important
}

.flex-box.r {
	flex-direction: row
}

.flex-box.c {
	flex-direction: column
}

.fl-w-w {
	flex-wrap: wrap
}

.fl-w-nw {
	flex-wrap: nowrap
}

.jc-center {
	justify-content: center
}

.jc-fe {
	justify-content: flex-end
}

.jc-fs {
	justify-content: flex-start
}

.jc-sa {
	justify-content: space-around
}

.jc-sb {
	justify-content: space-between
}

.jc-se {
	justify-content: space-evenly
}

.ai-center {
	align-items: center
}

.ai-fe {
	align-items: flex-end
}

.ai-fs {
	align-items: flex-start
}

.flex1 {
	flex: 1
}

.fl-d-rr {
	flex-direction: row-reverse
}

.fl-d-cr {
	flex-direction: column-reverse
}

.ml-auto {
	margin-left: auto
}

.mr-auto {
	margin-right: auto
}

.w50 {
	width: 50%
}

.w100 {
	width: 100%
}

.no-margin {
	margin: 0!important
}

.no-padding {
	padding: 0!important
}

.text-center {
	text-align: center
}

.btn:active,
.btn:focus,
button:active,
button:focus,
input:active,
input:focus {
	outline: none!important
}

.checkbox,
.radio {
	margin-top: 0;
	margin-bottom: 0
}

a,
a:hover {
	text-decoration: none
}


.homebg {
	background: url(../image/bg_home.png) no-repeat 50% 0 transparent;
	background-size:100% 100%;
}

.root .action-button {
	height: 5.6rem;
	width: 24rem;
	border-radius: 3rem;
	color: #008aff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: .9;
	transition: opacity .1s, color .1s, -webkit-transform .1s;
	transition: transform .1s, opacity .1s, color .1s;
	transition: transform .1s, opacity .1s, color .1s, -webkit-transform .1s;
	background-color: #fff
}

.root .action-button:hover {
	opacity: 1;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	background-color: #fff
}

.root .action-button.active {
	background-color: #fff
}

.root a,
.root a.action-button {
	text-decoration: none
}

.root .header {
	position: relative;
	background-color:  #151752;
	padding: 2rem 15vw
}

.root .header .logo {
	left: 0;
	width: 4rem;
}


.root .header .site-name {
	font-size: 1.6rem;
    color: hsla(0, 0%, 100%, .9);
    margin: 0 1.2vw;
    text-decoration: none;
	width: 20rem;
    padding: 5px 0;
}

.root .header .menu {
	margin: 0 auto;
	margin-right: 0px;
}

.root .header .menu>a {
	font-size: 1.6rem;
	color: hsla(0, 0%, 100%, .9);
	margin: 0 1.2vw;
	text-decoration: none;
	padding:5px 0;
	position: relative;
	transition: color .1s, -webkit-transform .1s;
	transition: color .1s, transform .1s;
	transition: color .1s, transform .1s, -webkit-transform .1s;
}

.root .header .menu>a:focus,.root .header .menu>a:hover {
	background: none;
	border-bottom: 2px solid #F8E699;
}

@media all and (max-width:1500px) {
	.root .header .menu>a {
		margin: 0 0.8vw;
	}
}

@media all and (max-width:1360px) {
	.root .header .menu>a {
		margin: 0 0.5vw;
	}
}

.root .header .menu>a:hover {
	color: #fff;
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.root .header .action-button {
	right: 0;
	width: 70px;
	height: 3rem;
	background-color: #fff;
	color: #353E6F;
	box-shadow: none!important;
	font-size: 1.6rem!important;
	transition: color .1s, -webkit-transform .1s;
	transition: color .1s, transform .1s;
	transition: color .1s, transform .1s, -webkit-transform .1s
}


.root .normal-button {
	color: #fff;
	background-color: transparent!important;
	border-radius: 2rem;
	border: 1px solid #fff;
	width: 9rem;
	margin-left: 2rem;
}

.root .header .action-button:hover {
	color: #353E6F;
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.root .header .action-button.with-border {
	border-radius: 2rem;
	border: 1px solid #fff;
	width: 9rem;
	margin-left: 2rem;
}

.root .header.pro {
	margin-bottom: 0
}

.root .footer:not(.lower) {
	position: relative
}

.root .footer:not(.lower) .upper {
	padding: 0 18.75vw;
	background-image: url(../image/bg_bottom.png);
	background-size: 100% 100%;
	height: 15.6vw
}

.root .footer:not(.lower) .upper .action-button {
	color: #fff;
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin-bottom: 3.1vw;
	height: 3.28vw;
	width: 11.61vw;
	background-image: url(../image/footer_p1_1.png);
	background-size: 100%
}

.root .footer.lower {
	z-index: 1;
	background: linear-gradient(180deg, rgba(46, 53, 68, .99), #2e3544);
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .1);
	font-family: PingFang SC-Regular
}

.root .footer.lower p {
	color: #E3E3E3;
}

.root .footer.lower .upper {
	margin: 3.5rem 18.75vw;
	padding-bottom: 20px;
	position: relative
}

.root .footer.lower .upper .line {
	transition: all .5s;
	margin-left: 1.1vw;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.root .footer.lower .middle {
	margin: 0 18.75vw 3.5rem;
	color: #fff
}

.root .footer.lower .middle .contact {
	font-family: PingFang SC-Regular
}

.root .footer.lower .middle .contact h5 {
}

.root .footer.lower .middle .contact .qq {
	white-space: pre;
	font-size: 2.4rem;
}

.root .footer.lower .middle .contact .comment {
	font-size: 1.2rem;
	color: #949db0
}

.root .footer.lower .middle .sitemap {
	flex: 1;
	padding: 0 8vh
}

.root .footer.lower .middle .sitemap .link-group {
	font-size: 1.2rem
}

.root .footer.lower .middle .sitemap .link-group a {
	color: #949db0;
	text-decoration: none
}

.root .footer.lower .middle .line-separater {
	width: 1px;
	background-color: #fff;
	-webkit-transform: scale(.5, .8);
	transform: scale(.5, .8);
	margin-right: 5vw
}

.root .footer.lower .middle .qr-box {
	color: #949db0;
	font-size: 1.2rem
}

.root .footer.lower .middle .qr-box>div {
	margin-right: 3vw
}

.root .footer.lower .middle .qr-box>div>div {
	padding: 5px;
	border-radius: 1rem;
	margin-bottom: 1.5vw
}

.root .footer.lower .lower {
	font-family: PingFang SC-Regular;
	color: #fff;
	margin-top: auto;
	padding: 10px 0;
	background-color: #272e3e;
	font-size: 1.2rem;
}

.footimg {
	margin-top: 5px;
}

.footimg a img {
	width: 57px;
	height: 20px;
}

.root .content .page {
	position: relative;
	color: #666
}

.root .content .page>.bg {
	z-index: 0
}

.root .content .page>:not(.bg) {
	z-index: 1
}

.root .content .page .title-svg-shift {
	-webkit-transform: translateX(-36px);
	transform: translateX(-36px)
}

.root .content .page .action-button {
	font-size: 2rem
}

.root .content .page .hint {
	margin-top: 1.2rem;
	margin-bottom: 0;
	font-size: 4rem;
	font-family: PingFang SC-Regular;
	color: #353E6F !important;
}

.root .content .page .s-bg {
	z-index: -1
}

.root .content.index .page-bg {
	position: relative;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0398fb", endColorstr="#3470f8", GradientType=0);
	overflow: hidden;
	padding-bottom: 2rem;
}

.root .content.index .page-1 {
	position: relative;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0398fb", endColorstr="#3470f8", GradientType=0);
	overflow: hidden;
	min-height: 64rem
}

.root .content.index .page-1 .s-bg {
	position: absolute;
	left: 0;
	width: 100vw
}

.root .content.index .page-1 .main-t {
	padding: 5rem 15vw;
	color: #fff;
}

.root .content.index .page-1 .main-t .titles {
	width: 48rem;
	align-self: baseline
}

.root .content.index .page-1 .main-t h3 {
	font-size: 10rem;
	margin-bottom: 1.5rem;
}

.root .content.index .page-1 .main-t h4 {
	font-size: 3rem;
}

.root .content.index .page-1 .main-t .line {
	height: 1px;
	background: linear-gradient(90deg, #fff, 95%, transparent)
}

.root .content.index .page-1 .main-t p {
	font-size: 1.6rem;
	margin-top: 3rem;
	opacity: .9;
	padding: 0 5px;
}

.root .content.index .page-1 .main-t .actions {
	margin-top: 5rem
}

.root .content.index .page-1 .main-t .actions .action-button {
	margin-right: 3.3rem
}

.root .content.index .page-2 {
	position: relative;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0398fb", endColorstr="#3470f8", GradientType=0);
	overflow: hidden;
	min-height: 191rem
}

.root .content.index .page-2 .s-bg {
	position: absolute;
	left: 0;
	top: -45rem;
	width: 100vw
}

/* .root .content.index .page-2 .main-t {
	margin-top: 6.4rem
} */

.root .content.index .page-3 {
	margin-top: 5rem;
}  

.root .content.index .page-4 {
	padding: 10rem 18.75vw
}

.root .content.index .page-3 .main-t3{
	padding-left: 19rem;
	text-align: right;
	position: relative
}

.root .content.index .page-3 .content-1{
	color: #353E6F;
	font-size: 2.4rem;

}

.root .content.index .page-3 .content-2{
	margin-top: 1.6rem;
	color: #6E809E;
	font-size: 1.8rem;
}

.root .content.index .page-4 .main-t {
	padding-left: 28rem;
	position: relative
}

.root .content.index .page-3 .main-t p:not(.hint),
.root .content.index .page-4 .main-t p:not(.hint) {
	margin-top: 3.8rem;
	color: #8d95a4;
	word-break: break-all
}

.root .content.index .page-3 .main-t .actions,
.root .content.index .page-4 .main-t .actions {
	margin-top: 7rem
}

.root .content.index .page-3 .main-t .actions .action-button,
.root .content.index .page-4 .main-t .actions .action-button {
	width: 15rem;
	height: 5rem;
	background-color: #4ca8fa;
	color: #fff;
	font-size: 1.6rem;
	margin-right: 2.4rem
}

.root .content.index .page-3 .main-t .bg
.root .content.index .page-4 .main-t .bg {
	position: absolute;
	left: -37%;
	bottom: 17%
}

.root .content.index .page-3>img.bg_pc,
.root .content.index .page-4>img.bg_pc {
	width: 54.8rem;
	margin-right: 18.8rem;
}

.root .content.index .page-4 .main-t .bg {
	left: auto;
	right: -14%;
	bottom: 50%
}

.root .content.index .page-4>img.bg_pc {
	margin-left: 0;
	margin-right: 7rem;
	-webkit-transform: translateX(-7rem);
	transform: translateX(-7rem)
}

.root .content.index .page-5 {
	padding: 10rem 18.75vw;
	background-color: #f0f5f0;
	position: relative;
	background-image: url(../image/index_p5_bg.png)
}

.root .content.index .page-5 .bg {
	width: 100%
}

.root .content.index .page-5 .shift-bg {
	opacity: .502;
	height: 3.5rem;
	margin: -1rem 4rem 0
}

.root .content.index .page-5 .main-t,
.root .content.index .page-5 .shift-bg {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 3rem 0 rgba(27, 103, 229, .1)
}

.root .content.index .page-5 .main-t {
	padding: 3.8rem 5.2vw
}

.root .content.index .page-5 .main-t>div {
	position: relative
}

.root .content.index .page-5 .main-t>div div {
	position: relative;
	padding: 0 2.6vw
}

.root .content.index .page-5 .main-t>div div h5 {
	margin-top: 3rem;
	font-size: 1.6rem;
	font-family: PingFang SC-Regular;
	color: #6d7589;
}

.root .content.index .page-5 .main-t>div div p {
	font-family: PingFang SC-Regular;
	color: #8a95b2;
	margin-top: 2.3rem
}

.root .content.index .page-5 .main-t .with-border:after {
	content: "";
	background-color: #e5e5e5;
	position: absolute;
	right: 0;
	width: 1px;
	height: 80%;
	top: 10%
}

.root .content.index .page-6 {
	position: relative;
	padding: 0rem 0vw;
	margin-bottom: 13rem;
}

.root .content.index .page-6 .main-t {
	padding: 0rem 15vw;
	margin-top: 6.8rem;
	position: relative;
	display: initial!important
}

.root .content.index .page-6 .main-t>p {
	margin-top: 3.8rem;
	color: #8d95a4;
	word-break: break-all
}

.root .content.index .page-6 .main-t .card {
	margin: 0.9rem 0.75rem;
	padding: 0vw 3.16vw;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-animation-fill-mode: backwards!important;
	animation-fill-mode: backwards!important
}

.root .content.index .page-6 .main-t .card:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.root .content.index .page-6 .main-t .card img {
	width: 100%
}

/* .root .content.index .page-1 .main-t .detalis {
	width: 27rem;
	align-self: baseline
} */

.root .content.index .page-6 .main-t .card h5 {
	margin-bottom: 0.8rem;
	font-size: 1.8rem;
	color: #353E6F
}

.root .content.index .page-6 .main-t .card p {
	margin-top: 0rem;
	color: #6E809E;
	font-size: 1.4rem;
}

.root .content.index .page-7 {
	background: #fff;
	padding: 0 18.75vw
}

.root .content.index .page-8 {
	padding: 10rem 18.75vw;
	background-image: url(../image/index_p8_bg.png);
	background-size: 100% 100%
}

.root .content.index .page-8>svg {
	-webkit-transform: translateX(2.6rem);
	transform: translateX(2.6rem)
}

.root .content.index .page-8 img {
	margin-top: 8rem
}

.root .content.channel .page-1 {
	position: relative;
	background: #0398fb;
	background: linear-gradient(180deg, #0398fb 0, #3470f8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0398fb", endColorstr="#3470f8", GradientType=0);
	overflow: hidden;
	padding-bottom: 5rem
}

.root .content.channel .page-1 .s-bg {
	position: absolute;
	left: 0;
	bottom: -108%;
	width: 100vw
}

.root .content.channel .page-1 .title {
	color: #fff
}

.root .content.channel .page-1 .title h3 {
	font-size: 3rem;
	margin-bottom: 3.5rem
}

.root .content.channel .page-1 .title p {
	font-size: 1.6rem
}

.root .content.channel .page-2 {
	padding: 10rem 18.75vw 8rem
}

.root .content.channel .page-2 .main-t>div img {
	width: 52px;
	margin-bottom: 5rem
}

.root .content.channel .page-3 {
	padding: 5rem 18.75vw;
	position: relative;
	background-color: #f7fafe
}

.root .content.channel .page-3 .main-t {
	margin-top: 5.6rem;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 3rem 0 rgba(27, 103, 229, .1);
	padding: 3.8rem 0
}

.root .content.channel .page-3 .main-t>div {
	flex: 1;
	position: relative
}

.root .content.channel .page-3 .main-t>div div {
	position: relative;
	padding: 0 2.6vw
}

.root .content.channel .page-3 .main-t>div div h5 {
	white-space: nowrap;
	margin-top: 3rem;
	font-size: 1.6rem;
	font-family: PingFang SC-Regular;
	color: #777;
}

.root .content.channel .page-3 .main-t>div div p {
	font-size: 1.2rem;
	font-family: PingFang SC-Regular;
	color: #999;
	margin-top: 2.3rem
}

.root .content.channel .page-3 .main-t .with-border:after {
	content: "";
	background-color: #e5e5e5;
	position: absolute;
	right: 0;
	width: 1px;
	height: 80%;
	top: 10%
}

.root .content.channel .page-4 {
	padding: 10rem 18.75vw;
	background-color: #f0f5f0;
	position: relative;
	background-image: url(../image/index_p6_bg.png)
}

.root .content.channel .page-4>svg {
	-webkit-transform: translateX(.8rem);
	transform: translateX(.8rem)
}

.root .content.channel .page-4 .hint {
	margin-bottom: 10rem
}

.root .content.channel .page-4>img {
	width: 100%
}

.root .content.channel .page-4>a {
	align-self: auto;
	margin-top: 5rem
}

.root .content.channel .page-4>a img {
	width: 67.5vw;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.root .content.channel .page-4>a img:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.root .content.about .page-1 {
	position: relative;
	background: #0398fb;
	background: linear-gradient(180deg, #0398fb 0, #3470f8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0398fb", endColorstr="#3470f8", GradientType=0);
	overflow: hidden;
	padding-bottom: 5rem
}

.root .content.about .page-1 .s-bg {
	position: absolute;
	left: 0;
	bottom: -108%;
	width: 100vw
}

.root .content.about .page-1 .title {
	color: #fff
}

.root .content.about .page-1 .title h3 {
	font-size: 3rem;
	margin-bottom: 3.5rem
}

.root .content.about .page-1 .title p {
	font-size: 1.6rem
}

.root .content.about .page-2,
.root .content.about .page-4,
.root .content.about .page-5 {
	padding: 10rem 18.75vw
}

.root .content.about .page-2 .main-t,
.root .content.about .page-4 .main-t,
.root .content.about .page-5 .main-t {
	position: relative
}

.root .content.about .page-2 .main-t p,
.root .content.about .page-4 .main-t p,
.root .content.about .page-5 .main-t p {
	margin-top: 3.8rem;
	color: #8d95a4;
	word-break: break-all
}

.root .content.about .page-2 .main-t .actions,
.root .content.about .page-4 .main-t .actions,
.root .content.about .page-5 .main-t .actions {
	margin-top: 7rem
}

.root .content.about .page-2 .main-t .actions .action-button,
.root .content.about .page-4 .main-t .actions .action-button,
.root .content.about .page-5 .main-t .actions .action-button {
	width: 15rem;
	height: 5rem;
	background-color: #4ca8fa;
	color: #fff;
	font-size: 1.6rem;
	margin-right: 2.4rem
}

.root .content.about .page-2 .main-t .bg,
.root .content.about .page-4 .main-t .bg,
.root .content.about .page-5 .main-t .bg {
	position: absolute;
	left: -37%;
	bottom: 17%
}

.root .content.about .page-2 .right-bg,
.root .content.about .page-4 .right-bg,
.root .content.about .page-5 .right-bg {
	margin-left: 7rem;
	position: relative
}

.root .content.about .page-2 .right-bg .ball,
.root .content.about .page-4 .right-bg .ball,
.root .content.about .page-5 .right-bg .ball {
	position: absolute
}

.root .content.about .page-2 .right-bg .ball.ball_1,
.root .content.about .page-4 .right-bg .ball.ball_1,
.root .content.about .page-5 .right-bg .ball.ball_1 {
	bottom: 45%;
	right: -15%
}

.root .content.about .page-2 .right-bg .ball.ball_2,
.root .content.about .page-4 .right-bg .ball.ball_2,
.root .content.about .page-5 .right-bg .ball.ball_2 {
	right: -27%;
	bottom: 57%
}

.root .content.about .page-3 {
	padding: 6.6rem 18.75vw 16.6rem;
	background-color: #f0f5fa;
	position: relative
}

.root .content.about .page-3 .main-t .info {
	align-self: normal;
	padding: 3rem 0
}

.root .content.about .page-3 .main-t .info>div {
	white-space: pre
}

.root .content.about .page-3 .main-t .info>div img {
	width: 2rem;
	margin-right: 3.2rem
}

.root .content.about .page-3 .action-button {
	align-self: baseline;
	width: 15rem;
	height: 5rem;
	background-color: #4ca8fa;
	color: #fff;
	font-size: 1.6rem;
	margin-right: 2.4rem
}

.root .content.about .page-3 .map-bg {
	position: absolute;
	top: calc(100% - 10rem);
	height: 23.23vw;
	width: 62.55vw;
	left: 18.75vw;
	background-image: url(https://upayblock.com/static/index/images/about_p3_map.png)
}

.root .content.about .page-3 .map-bg>.location {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.root .content.about .page-4 {
	padding: 23.23vw 18.75vw 10rem
}

.root .content.about .page-4 .main-t .bg {
	left: auto;
	right: -14%;
	bottom: 50%
}

.root .content.about .page-4>img.bg_pc {
	margin-left: 0;
	margin-right: 7rem;
	-webkit-transform: translateX(-7rem);
	transform: translateX(-7rem)
}

.root .content.about .page-5 {
	background-color: #f8fafe
}

.root .content.product .page-1 {
	position: relative;
	background: #0398fb;
	background: linear-gradient(180deg, #0398fb 0, #3470f8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0398fb", endColorstr="#3470f8", GradientType=0);
	overflow: hidden;
	height: 55rem
}

.root .content.product .page-1 .s-bg {
	position: absolute;
	left: 0;
	bottom: -12%;
	width: 100vw
}

.root .content.product .page-1 .a-bg {
	position: absolute;
	right: 0;
	width: 800px;
	z-index: -1
}

.root .content.product .page-1>.main-t>.main-t {
	width: 40%
}

.root .content.product .page-1>.main-t>img {
	width: inherit
}

.root .content.product .page-1 .main-t {
	color: #fff
}

.root .content.product .page-1 .main-t .titles {
	min-width: 400px;
	text-align: center;
	align-self: baseline
}

.root .content.product .page-1 .main-t h3 {
	font-size: 4.2rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.root .content.product .page-1 .main-t h4 {
	font-size: 3.5rem;
	margin-bottom: 2.5rem;
	text-transform: uppercase;
}

.root .content.product .page-1 .main-t .line {
	height: 1px;
	background: linear-gradient(90deg, #fff, 95%, transparent)
}

.root .content.product .page-1 .main-t p {
	font-size: 1.6rem;
	margin-top: 3rem;
	opacity: .9
}

.root .content.product .page-1 .main-t .actions {
	margin-top: 7rem
}

.root .content.product .page-1 .main-t .actions .action-button {
	margin-right: 3.3rem
}

.root .content.product .page-2 {
	background-image: url(https://upayblock.com/static/index/images/product_p2_bg.png);
	background-size: 100%;
	padding: 7rem 18.75vw
}

.root .content.product .page-2 .hint {
	margin-bottom: 4rem
}

.root .content.product .page-2 p:not(.hint) {
	color: #8d95a4;
	margin-bottom: 1rem
}

.root .content.product .page-2 .main-t {
	margin-top: 5rem
}

.root .content.product .page-3 {
	padding: 6rem 18.75vw;
	background-color: #f7fafe
}

.root .content.product .page-3>svg {
	-webkit-transform: translateX(2.6rem);
	transform: translateX(2.6rem)
}

.root .content.product .page-3 .hint {
	margin-bottom: 4rem
}

.root .content.product .page-3 p:not(.hint) {
	color: #8d95a4;
	margin-bottom: 1rem;
	text-align: center
}

.root .content.product .page-3 .main-t {
	margin-top: 5rem
}

.root .content.product .page-3 .slider-wrap {
	width: 100%;
	height: 29.1vw;
	padding: 0;
	background-color: #fff;
	margin-top: 5rem
}

.root .content.product .page-3 .slider-wrap .head-tabs>.item {
	font-size: 2rem;
	font-family: PingFang SC-Regular;
	color: #515c7a;
	position: relative;
	transition: all .2s
}

.root .content.product .page-3 .slider-wrap .head-tabs>.item:before {
	content: "";
	height: 4px;
	width: 120%;
	background-color: #57b1fb;
	position: absolute;
	left: -10%;
	transition: all .2s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.root .content.product .page-3 .slider-wrap .head-tabs>.item.active {
	color: #57b1fb;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.root .content.product .page-3 .slider-wrap .head-tabs>.item.active:before {
	content: "";
	height: 4px;
	width: 120%;
	background-color: #57b1fb;
	position: absolute;
	left: -10%;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.root .content.product .page-3 .slider-wrap .tab-slider {
	width: 100%
}

.root .content.product .page-3 .slider-wrap .tab-slider .item {
	width: 100%;
	background-color: #fff
}

.root .content.product .page-3 .slider-wrap .tab-slider .item .slider-item {
	height: calc(27.1vw - 10rem);
	padding: 0 7vw
}

.root .content.product .page-3 .slider-wrap .tab-slider .item .slider-item h4 {
	font-size: 2rem;
	color: #515c7a;
	margin-bottom: 3vw
}

.root .content.product .page-3 .slider-wrap .tab-slider .item .slider-item p {
	color: #515c7a;
	font-size: 1.4rem;
	margin-bottom: 1vw
}

.root .content.product .page-3 .slider-wrap .tab-slider .item .slider-item .action-button {
	align-self: baseline;
	width: 12rem;
	height: 4.6rem;
	background-color: #4ca8fa;
	color: #fff;
	font-size: 1.6rem;
	margin-top: 3rem
}

.root .content.product .page-3 .slider-wrap .tab-slider .item .slider-item img {
	width: 45%
}

.root .content.product .page-3 .slider-wrap .tab-slider .carousel-control {
	background: none;
	width: 8%
}

.root .content.product .page-3 .slider-wrap .tab-slider .carousel-control>.flex-box {
	width: 2.5vw;
	height: 5vw;
	background-color: #f5f5f5
}

.root .content.product .page-3 .slider-wrap .tab-slider .carousel-control div {
	margin-left: .5vw
}

.root .content.product .page-3 .slider-wrap .tab-slider .carousel-control.jc-fe div {
	margin-right: .5vw
}

.root .content.product .page-3 .slider-wrap .tab-slider .carousel-control.jc-fe img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.root .content.product .page-4,
.root .content.product .page-5 {
	background-color: #f7fafe;
	padding: 10rem 18.75vw
}

.root .content.product .page-4 .main-t,
.root .content.product .page-5 .main-t {
	position: relative
}

.root .content.product .page-4 .main-t p:not(.hint),
.root .content.product .page-5 .main-t p:not(.hint) {
	margin-top: 3.8rem;
	color: #8d95a4;
	word-break: break-all
}

.root .content.product .page-4 .main-t .actions,
.root .content.product .page-5 .main-t .actions {
	margin-top: 7rem
}

.root .content.product .page-4 .main-t .actions .action-button,
.root .content.product .page-5 .main-t .actions .action-button {
	width: 15rem;
	height: 5rem;
	background-color: #4ca8fa;
	color: #fff;
	font-size: 1.6rem;
	margin-right: 2.4rem
}

.root .content.product .page-4 .main-t .bg,
.root .content.product .page-5 .main-t .bg {
	position: absolute;
	right: -7%;
	bottom: 17%
}

.root .content.product .page-4>img.bg_pc,
.root .content.product .page-5>img.bg_pc {
	margin-left: 7rem
}

.root .content.product .page-4 {
	background-color: #fff
}

.root .content.product .page-4 .main-t .bg {
	left: auto;
	right: -14%;
	bottom: 50%
}

.root .content.product .page-4>img.bg_pc {
	margin-left: 0;
	margin-right: 7rem;
	-webkit-transform: translateX(-7rem);
	transform: translateX(-7rem)
}

.root .r-show {
	display: none!important
}

.root .content.index .page-6 .r-show {
	display: none!important
}

.root .right-helper {
	position: fixed;
	right: 1vw;
	top: 70vh;
	z-index: 100
}

.root .right-helper>div {
	width: 2.8vw;
	height: 2.8vw;
	padding: 1rem;
	background-color: #fff;
	box-shadow: 0 0 9.1px .9px hsla(230, 9%, 62%, .18);
	border-radius: 5px;
	margin: .5vw 0;
	position: relative
}

.root .right-helper>div>img {
	width: 90%
}

.root .right-helper>div:hover>img {
	-webkit-animation: tada 1s;
	animation: tada 1s
}

.root .right-helper>div:first-child:hover:before {
	content: "";
	position: absolute;
	left: calc(-6vw - .8rem);
	top: 0;
	width: 6vw;
	height: 6vw;
	box-shadow: 0 0 9.1px .9px hsla(230, 9%, 62%, .18);
	background: url(https://upayblock.com/static/index/images/footer_qr.png) no-repeat 50% #fff/contain;
	border: 3px inset transparent;
	box-sizing: border-box
}

.root .right-helper>div:first-child:hover:after {
	content: "";
	position: absolute;
	height: 2.8vw;
	width: 1.2rem;
	left: -9px;
	top: 0;
	background-color: #fff;
	box-shadow: 0 0 0 0 hsla(230, 9%, 62%, .18);
	z-index: 0
}

.root.subpage .head {
	height: 11.2rem;
	padding: 0 18.75vw;
	overflow: hidden;
	background: #5393FF;
}

.root.subpage .head>img {
	width: 20rem;
}

.root.subpage .head .action-button {
	color: #2593fb;
	border: 1px solid currentColor;
	border-radius: 2rem;
	width: 10rem;
	height: 3rem;
	font-size: 1.6rem;
}

.root.subpage .content {
	position: relative;
	padding: 100px 0;
	background: #52CEFF url(https://upayblock.com/static/index/images/login_bg.png) 0 0 no-repeat;
}

.root.subpage .content .main-t {
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 14.4px 1.6px rgba(15, 75, 196, .1);
	margin-left: auto;
	margin-right: 18.75vw;
	width: 21.25vw;
}

.root.subpage .content .main-t img {
	margin: 2rem 4rem;
}

.root.subpage .content .main-t form {
	padding: 0 2.6vw
}

.root.subpage .content .main-t h2 {
	font-family: PingFang SC-Regular;
	color: #4a5875;
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 2.5rem;
}

.root.subpage .content .main-t .form-group input {
	border: 1px solid #eee;
	border-radius: 2.2rem;
	width: 100%;
	padding: 2rem;
	height: 3rem;
	font-size: 1.8rem;
}

.root.subpage .content .main-t .action-button {
	width: 100%;
	height: 4rem;
	background-color: #4ca8fa;
	color: #fff;
	font-size: 1.8rem;
	border:none;
}

.root.subpage .content .main-t .actions {
	height: 50px;
	color: #8d95a4
}

.root.subpage .content .main-t .actions>a {
	cursor: pointer;
	font-size: 1.6rem
}

.root.subpage .foot {
	margin-top: 5rem;
	height: 16.2rem;
	color: #4a5875
}

.root.subpage .foot a {
	color: #4a5875;
	cursor: pointer
}

.root.subpage .foot>div {
	white-space: pre
}

.root.subpage .foot p {
	margin-top: 2rem;
	font-size: 1.2rem;
	color: #96999f
}

@media only screen and (max-width:1280px) {
	html {
		font-size: 12px
	}
	.debug {
		top: 30%!important;
		box-shadow: 0 0 6px 7px rgba(0, 0, 255, .1);
		background: #fff
	}
	.root .line-break:before {
		content: "\A";
		white-space: pre
	}
	.root .r-hide {
		display: none!important
	}
	.root .r-show {
		display: initial!important
	}
	.root .content .header {
		height: 7.5rem;
		padding: 0;
		padding: 0 4vw;
	}

	.root .content .page .title-svg-shift {
		-webkit-transform: translateX(-70px) scale(.7);
		transform: translateX(-70px) scale(.7)
	}
	.root .content .page .action-button {
		background-color: #fff;
		color: #353E6F;
		font-size: 1.5rem;
		width: 15rem;
		height: 5rem;
	}
	.root .content .page .hint {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 2rem;
		font-family: PingFang SC-Regular;
		color: #353E6F!important
	}
	.root .content .page svg {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
	.root .content .page .s-bg {
		z-index: -1
	}
	.root .content.index .page-1 {
		position: relative;
		background-image: -ms-linear-gradient(90deg, #3d7bf8 1%, #06a2fb 100%);
		overflow: hidden;
		min-height: 43rem
	}
	.root .content.index .page-1 .s-bg {
		position: absolute;
		left: 0;
		width: 100vw
	}
	.root .content.index .page-1 .main-t {
		padding: 5rem 4vw;
		color: #fff
	}
	.root .content.index .page-1 .main-t .titles {
		width: 28rem;
		text-align: left;
		align-self: baseline
	}
	.root .content.index .page-1 .main-t h3 {
		font-size: 2.4rem;
		margin-bottom: .75rem;
	}
	.root .content.index .page-1 .main-t h4 {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}
	.root .content.index .page-1 .main-t .line {
		height: 1px;
		background: linear-gradient(90deg, #fff, 95%, transparent)
	}
	.root .content.index .page-1 .main-t p {
		font-size: 1.2rem;
		margin-top: 2rem;
		opacity: .9
	}
	.root .content.index .page-1 .main-t .actions {
		justify-content: center;
		margin-top: 2rem
	}
	.root .content.index .page-1 .main-t .actions .action-button {
		margin-right: 2.25rem
	}
	.root .content.index .page-2 {
		background-image: url(https://upayblock.com/static/index/images/product_p2_bg.png);
		background-size: auto;
		padding: 1.9rem 4vw
	}
	.root .content.index .page-2 .hint {
		margin-bottom: 1.8rem
	}
	.root .content.index .page-2 p:not(.hint) {
		color: #8d95a4;
		margin-bottom: .5rem
	}
	.root .content.index .page-2 .main-t {
		margin-top: 1rem
	}
	.root .content.index .page-2 .main-t img {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	.root .content.index .page-3,
	.root .content.index .page-4 {
		margin-top: 0rem;
		padding: 3.5rem 4vw;
		position: relative
	}
	.root .content.index .page-3 .main-t,
	.root .content.index .page-4 .main-t {
		width: calc(50% + 30px);
		position: relative
	}
	.root .content.index .page-3 .main-t p:not(.hint),
	.root .content.index .page-4 .main-t p:not(.hint) {
		margin-top: 1.9rem;
		color: #8d95a4;
		word-break: break-all
	}
	.root .content.index .page-3 .main-t .actions,
	.root .content.index .page-4 .main-t .actions {
		margin-top: 3.5rem
	}
	.root .content.index .page-3 .main-t .actions .action-button,
	.root .content.index .page-4 .main-t .actions .action-button {
		width: 15rem;
		height: 5rem;
		background-color: #4ca8fa;
		color: #fff;
		font-size: 1.6rem;
		margin-right: 2.4rem
	}
	.root .content.index .page-3 .main-t .bg,
	.root .content.index .page-4 .main-t .bg {
		position: absolute;
		left: -37%;
		bottom: 17%
	}
	.root .content.index .page-3>img.bg_pc,
	.root .content.index .page-4>img.bg_pc {
		margin-right: 4vw;
		margin-left: 0;
		width: 50%;
	}
	.root .content.index .page-4 .main-t {
		padding-left: 10px;
		width: calc(50% + 30px);
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	.root .content.index .page-4 .main-t .bg {
		left: auto;
		right: -14%;
		bottom: 50%
	}
	.root .content.index .page-4>img.bg_pc {
		margin-left: 0;
		margin-right: 0;
		width: 50%;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	.root .content.index .page-5 {
		padding: 2.5rem 4vw;
		background-color: #f0f5f0;
		position: relative;
		background-image: url(../image/index_p5_bg.png)
	}
	.root .content.index .page-5 .bg {
		width: 100%
	}
	.root .content.index .page-5 .shift-bg {
		border-radius: 5px;
		background-color: #fff;
		opacity: .502;
		box-shadow: 0 1px 3rem 0 rgba(27, 103, 229, .1);
		height: 1.8rem;
		margin: -.5rem 2rem 0
	}
	.root .content.index .page-5 .main-t {
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0 1px 1.5rem 0 rgba(27, 103, 229, .1);
		padding: 1.9rem 9.06667vw;
		justify-content: space-between
	}
	.root .content.index .page-5 .main-t>div {
		position: relative
	}
	.root .content.index .page-5 .main-t>div div {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		padding: 0 2.6vw
	}
	.root .content.index .page-5 .main-t>div div h5 {
		margin-top: 1.35rem;
		font-size: 1.3rem;
		font-family: PingFang SC-Regular;
		color: #6d7589;
	}
	.root .content.index .page-5 .main-t>div div p {
		font-family: PingFang SC-Regular;
		color: #8a95b2;
		margin-top: 1.5rem;
		font-size: 1.2rem
	}
	.root .content.index .page-5 .main-t .with-border:after {
		content: "";
		background-color: #e5e5e5;
		position: absolute;
		right: 0;
		width: 0;
		height: 80%;
		top: 10%
	}


	.root .content.index .page-6 {
		padding: 3rem 4vw;
		margin-bottom: 2rem;
		position: relative;
	}

	.root .content.index .page-6 .r-hide {
		display: none!important
	}
	.root .content.index .page-6 .r-show {
		display: initial!important
	}
	.root .content.index .page-6 .main-t {
		margin-top: 0.5rem;
	}
	.root .content.index .page-6 .main-t .card {
		margin-right: 0;
		transition: -webkit-transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s;
		-webkit-animation-fill-mode: backwards!important;
		animation-fill-mode: backwards!important
	}
	.root .content.index .page-6 .main-t .card:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
	.root .content.index .page-6 .main-t .card img {
		width: 100%
	}	
	.root .content.index .page-6 .main-t .card h5 {
		margin-bottom: 0.8rem;
		font-size: 1.3rem;
		color: #353E6F
	}
	.root .content.index .page-6 .main-t .card p {
		color: #6E809E;
		font-size: 1.2rem
	}

	.root .content.index .page-7 {
		background: #fff;
		padding: 0 4vw;
		padding: 0 22.93333vw
	}
	.root .content.index .page-7>img {
		margin-top: 5.8rem;
		width: 100%
	}
	.root .content.index .page-7 a {
		margin-top: 3.3rem
	}
	.root .content.index .page-7 a>img {
		width: 100%
	}
	.root .content.index .page-8 {
		padding: 5rem 4vw;
		background-image: url(https://upayblock.com/static/index/images/index_p8_bg_m.png);
		background-size: 100% 100%
	}
	.root .content.index .page-8>svg {
		-webkit-transform: scale(.7) translateX(30px);
		transform: scale(.7) translateX(30px)
	}
	.root .content.index .page-8 img {
		width: 100%;
		margin-top: 4.3rem
	}
	.root .content.product .header {
		margin-bottom: 0
	}
	.root .content.product .page-1 {
		position: relative;
		background: #0398fb;
		background: linear-gradient(180deg, #0398fb 0, #3470f8);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0398fb", endColorstr="#3470f8", GradientType=0);
		overflow: hidden;
		height: 28.4rem
	}
	.root .content.product .page-1 .s-bg {
		position: absolute;
		left: 0;
		bottom: -260px;
		width: 100vw
	}
	.root .content.product .page-1 .main-t {
		color: #fff;
		width: 100%
	}
	.root .content.product .page-1 .main-t .titles {
		align-self: baseline
	}
	.root .content.product .page-1 .main-t h3 {
		font-size: 2.55rem;
		margin-bottom: .75rem;
		text-transform: uppercase;
	}
	.root .content.product .page-1 .main-t h4 {
		font-size: 2.15rem;
		margin-bottom: 2rem;
		text-transform: uppercase;
	}
	.root .content.product .page-1 .main-t .line {
		height: 1px;
		background: linear-gradient(90deg, #fff, 95%, transparent)
	}
	.root .content.product .page-1 .main-t p {
		font-size: 1.2rem;
		margin-top: 2rem;
		opacity: .9
	}
	.root .content.product .page-1 .main-t .actions {
		justify-content: start;
		margin-top: 4rem
	}
	.root .content.product .page-1 .main-t .actions .action-button {
		margin-right: 2.25rem
	}
	.root .content.product .page-1 .main-t>.main-t {
		width: 100%
	}
	.root .content.product .page-1 .main-t>img {
		width: inherit
	}
	.root .content.product .page-2 {
		background-image: url(https://upayblock.com/static/index/images/product_p2_bg.png);
		background-size: auto;
		padding: 1.9rem 4vw
	}
	.root .content.product .page-2 .hint {
		margin-bottom: 1.8rem
	}
	.root .content.product .page-2 p:not(.hint) {
		color: #8d95a4;
		margin-bottom: .5rem
	}
	.root .content.product .page-2 .main-t {
		margin-top: 1rem
	}
	.root .content.product .page-2 .main-t img {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	.root .content.product .page-3 {
		padding: 3rem 0;
		background-color: #f7fafe
	}
	.root .content.product .page-3>svg {
		-webkit-transform: scale(.7) translateX(2.6rem);
		transform: scale(.7) translateX(2.6rem)
	}
	.root .content.product .page-3 .hint {
		margin-bottom: 1.8rem
	}
	.root .content.product .page-3 p:not(.hint) {
		padding: 0 6.66667vw;
		color: #8d95a4;
		margin-bottom: .5rem
	}
	.root .content.index .page-3 .main-t3{
		padding-left: 4vw;
		text-align: right;
		position: relative
	}
	.root .content.index .page-3 .content-1{
		color: #353E6F;
		font-size: 1.6rem;
	
	}
	.root .content.index .page-3 .content-2{
		margin-top: 0.8rem;
		color: #6E809E;
		font-size: 1.2rem;
	}
	.root .content.product .page-3 img {
		margin-top: 2.5rem;
		width: 100%letter-spacing: 0;

	}
	.root .content.product .page-3 .slider-wrap {
		width: 100%;
		height: 65vh;
		padding: 0;
		background-color: #fff;
		margin-top: 2.75rem
	}
	.root .content.product .page-3 .slider-wrap .head-tabs>.item {
		font-size: 1.3rem;
		font-family: PingFang SC-Regular;
		color: #515c7a;
		position: relative;
		transition: all .2s
	}
	.root .content.product .page-3 .slider-wrap .head-tabs>.item:before {
		content: "";
		height: 4px;
		width: 120%;
		background-color: #57b1fb;
		position: absolute;
		left: -10%;
		transition: all .2s;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	.root .content.product .page-3 .slider-wrap .head-tabs>.item.active {
		color: #57b1fb;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	.root .content.product .page-3 .slider-wrap .head-tabs>.item.active:before {
		content: "";
		height: 4px;
		width: 120%;
		background-color: #57b1fb;
		position: absolute;
		left: -10%;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	.root .content.product .page-3 .slider-wrap .tab-slider {
		width: 100%
	}
	.root .content.product .page-3 .slider-wrap .tab-slider .item {
		width: 100%;
		background-color: #fff
	}
	.root .content.product .page-3 .slider-wrap .tab-slider .item .slider-item {
		height: auto;
		padding: 4vw;
		flex-direction: column;
		justify-content: center
	}
	.root .content.product .page-3 .slider-wrap .tab-slider .item .slider-item>.flex-box {
		width: 100%
	}
	.root .content.product .page-3 .slider-wrap .tab-slider .item .slider-item h4 {
		font-size: 1.35rem;
		color: #515c7a;
		margin-bottom: 4vw
	}
	.root .content.product .page-3 .slider-wrap .tab-slider .item .slider-item p {
		color: #515c7a;
		font-size: 1.2rem;
		margin-bottom: 0;
		text-align: left;
		padding: 0
	}
	.root .content.product .page-3 .slider-wrap .tab-slider .item .slider-item .action-button {
		display: none
	}
	.root .content.product .page-3 .slider-wrap .tab-slider .item .slider-item img {
		margin-top: 7vh;
		width: auto;
		height: 31vh
	}
	.root .content.product .page-3 .slider-wrap .tab-slider .carousel-control {
		display: none!important
	}
	.root .content.product .page-4 {
		padding: 3.5rem 4vw;
		position: relative
	}
	.root .content.product .page-4 p.hint {
		margin-top: 0
	}
	.root .content.product .page-4 .main-t {
		width: 50%;
		position: relative
	}
	.root .content.product .page-4 .main-t p:not(.hint) {
		margin-top: 1.9rem;
		color: #8d95a4;
		word-break: break-all
	}
	.root .content.product .page-4 .main-t .actions {
		margin-top: 3rem
	}
	.root .content.product .page-4 .main-t .actions .action-button {
		width: 8rem;
		height: 3.25rem;
		background-color: #4ca8fa;
		color: #fff;
		font-size: 1.2rem;
		margin-right: .85rem
	}
	.root .content.product .page-4 .main-t .bg {
		left: auto;
		right: -14%;
		bottom: 50%
	}
	.root .content.product .page-4>img.bg_pc {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.root .content.product .page-5 {
		padding: 3.5rem 4vw;
		position: relative
	}
	.root .content.product .page-5 p.hint {
		margin-top: 0
	}
	.root .content.product .page-5 .main-t {
		width: 50%;
		position: relative
	}
	.root .content.product .page-5 .main-t p:not(.hint) {
		margin-top: 1.9rem;
		color: #8d95a4;
		word-break: break-all
	}
	.root .content.product .page-5 .main-t .actions {
		margin-top: 3rem
	}
	.root .content.product .page-5 .main-t .actions .action-button {
		width: 8rem;
		height: 3.25rem;
		background-color: #4ca8fa;
		color: #fff;
		font-size: 1.2rem;
		margin-right: .85rem
	}
	.root .content.product .page-5 .main-t .bg {
		position: absolute;
		left: -37%;
		bottom: 17%
	}
	.root .content.product .page-5>img.bg_pc {
		margin-left: 0;
		width: 50%
	}
	.root .r-menu {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 100;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		transition: -webkit-transform .1s;
		transition: transform .1s;
		transition: transform .1s, -webkit-transform .1s
	}
	.root .r-menu>.overlay {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, .302);
		z-index: -1
	}
	.root .r-menu>.c {
		background-color: #fff;
		width: 80vw;
		height: 100vh
	}
	.root .r-menu>.c>.logo-w {
		background-color: #151752;
		height: 7.5rem;
		padding: 0 4vw
	}
	.root .r-menu>.c>.logo-w .logo {
		display: inline;
		left: 0;
		width: 3rem;
	}
	.root .r-menu>.c>.logo-w .site-name {
		display:inline;
		font-size: 1.6rem;
		color: hsla(0, 0%, 100%, .9);
		margin: 0 1.2vw;
		text-decoration: none;
	}
	.root .r-menu>.c>.logo-w .menu-control {
		margin-left: auto;
		width: 1.7rem;
		height: 1.75rem;
		position: relative;
		-webkit-transform: scale(0);
		transform: scale(0);
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		transition-delay: .2s
	}
	.root .r-menu>.c .menu>a {
		font-size: 1.8rem;
		color: #515c7a;
		text-decoration: none;
		position: relative;
		transition: color .1s, -webkit-transform .1s;
		transition: color .1s, transform .1s;
		transition: color .1s, transform .1s, -webkit-transform .1s;
		height: 6.1rem;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center
	}
	.root .r-menu>.c .menu>a.active,
	.root .r-menu>.c .menu>a:hover {
		background-color: #f8f9fb
	}
	.root .r-menu>.c .menu>.ab-holder {
		height: 6.1rem
	}
	.root .r-menu>.c .menu>.ab-holder .action-button {
		right: 0;
		height: 4rem;
		color: #4ca8fa;
		box-shadow: none!important;
		font-size: 1.8rem!important;
		background-color: transparent!important
	}
	.root .r-menu>.c .menu>.ab-holder .action-button:focus,
	.root .r-menu>.c .menu>.ab-holder .action-button:hover {
		-webkit-transform: none;
		transform: none
	}
	.root .r-menu>.c .menu>.ab-holder .action-button.with-border {
		border-radius: 21.5rem;
		border: 1px solid #4ca8fa;
		width: 13rem
	}
	.root .r-menu.active {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.root .r-menu.active>.c>.logo-w>.menu-control {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	.root .header {
		position: relative;
		padding: 1.5rem 0
	}

	
	.root .header .logo {
		display:inline;
		width: 3rem;
	}

	.root .header .site-name {
		display:inline;
		font-size: 1.6rem;
		color: hsla(0, 0%, 100%, .9);
		margin: 0 1.2vw;
		text-decoration: none;
		padding: 5px 0;
	}

	.root .header .menu-control {
		margin-left: auto;
		position: relative;
		width: 2.3rem;
		height: 1.7rem;
		display: flex!important;
		flex-direction: column;
		justify-content: space-between;
		-webkit-transform: scale(1);
		transform: scale(1);
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		transition-delay: .1s
	}
	.root .header .menu-control i {
		width: 100%;
		height: 3px;
		background-color: #fff;
		border-radius: 0;
		transition: all .2s;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-style: normal;
		transition-delay: .2s
	}
	.root .header .menu-control.ign {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	footer .address  {
		margin-top: 0px;
	}
	.root .footer:not(.lower) .upper {
		height: 15rem;
		flex-direction: column;
		justify-content: center;
		padding: 0 4vw;
		background-image: url(../image/footer_p1_bg_m.png);
		background-size: 100% 100%
	}
	.root .footer:not(.lower) .upper .action-button {
		font-size: 1.3rem;
		color: #fff;
		background-color: transparent;
		border: none;
		border-radius: 0;
		margin-bottom: 0;
		margin-top: 6.5rem;
		height: 4.35rem;
		width: 25.6rem;
		background-image: url(../image/footer_p1_1_m.png);
		background-size: 100%
	}
	.root .footer.lower {
		margin-top: 0
	}
	.root .footer.lower .upper {
		width: 100%;
		margin: 1.75rem 10.66667vw 0;
		-webkit-transform: scale(.6);
		transform: scale(.6);
		-webkit-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		padding-bottom: 0
	}
	.root .footer.lower .upper .line {
		-webkit-transform: scaleY(.5) scaleX(1.5);
		transform: scaleY(.5) scaleX(1.5);
		-webkit-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		margin-left: .9rem
	}
	.root .footer.lower .middle {
		margin: 1.25rem 10.66667vw 1.75rem;
		flex-direction: column
	}
	.root .footer.lower .middle .contact {
		font-family: PingFang SC-Regular
	}
	.root .footer.lower .middle .contact h5 {
	}
	.root .footer.lower .middle .contact .qq {
		white-space: pre;
		font-size: 1.5rem;
	}
	.root .footer.lower .middle .contact .comment {
		font-size: 1.3rem;
		color: #949db0
	}
	.root .footer.lower .middle .qr-box {
		margin-left: -1vw;
		margin-top: 1.75rem;
		color: #949db0;
		font-size: 1.3rem;
		justify-content: center
	}
	.root .footer.lower .middle .qr-box>div {
		margin: 8vw
	}
	.root .footer.lower .middle .qr-box>div>div {
		padding: 5px;
		border-radius: 1rem;
		margin-bottom: 1.5vw
	}
	.root .footer.lower .lower {
		font-family: PingFang SC-Regular;
		color: hsla(0, 0%, 100%, .7);
		margin-top: auto;
		height: 6rem;
		background-color: #272e3e;
		font-size: 1rem;
		text-align: center;
	}
	.root.subpage .head {
		height: 20vw;
		padding: 0 1.5rem
	}
	.root.subpage .head>img {
		width: 20rem
	}
	.root.subpage .head .action-button {
		color: #2593fb;
		border: 1px solid currentColor;
		border-radius: 1.5rem;
		width: 8rem;
		height: 3rem;
		font-size: 1.2rem
	}
	.root.subpage .content {
		flex: 1;
		position: relative;
		background: #52CEFF url(https://upayblock.com/static/index/images/login_bg_min.png) 0 0 no-repeat;
		background-size: 100%;
		padding: 3rem 1.5rem
	}
	.root.subpage .content .main-t {
		border-radius: 20px;
		background-color: #fff;
		box-shadow: 0 0 14.4px 1.6px rgba(15, 75, 196, .1);
		margin-left: auto;
		margin-right: 0;
		width: 100%;
		height: 100%
	}
	.root.subpage .content .main-t form {
		padding: 0 3rem
	}
	.root.subpage .content .main-t h2 {
		font-family: PingFang SC-Regular;
		color: #4a5875;
		font-size: 1.8rem;
		margin-bottom: 2.75rem
	}
	.root.subpage .content .main-t .form-group input {
		border: 1px solid #eee;
		border-radius: 2.2rem;
		width: 100%;
		padding: 2.5rem;
		height: 3rem;
		font-size: 2rem;
	}
	.root.subpage .content .main-t .action-button {
		width: 100%;
		height: 5rem;
		background-color: #4ca8fa;
		color: #fff;
		font-size: 2rem;
	}
	.root.subpage .content .main-t .actions>a {
		color: #8d95a4;
		cursor: pointer;
		font-size: 1.3rem
	}
	.root.subpage .foot {
		margin-top: auto;
		height: 26.66667vw;
		color: #4a5875
	}
	.root.subpage .foot a {
		font-size: 1.3rem;
		color: #4a5875;
		cursor: pointer
	}
	.root.subpage .foot>div {
		white-space: pre
	}
	.root.subpage .foot p {
		margin-top: 1rem;
		font-size: 1rem;
		color: #96999f
	}
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
	background: #F4F8FB;
	padding-top: 30px;
}

footer img.logo {}

footer .text {
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	margin-left: 30%;
}

footer h5 {
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
}

footer .footer-nav li {
	display: block;
	overflow: hidden;
}

footer .footer-nav li:hover span {
	padding-left: 10px;
	cursor: pointer;
}

footer .footer-nav li span {
	float: left;
	height: 32px;
	font-weight: 400;
	font-size: 14px;
	color: #6F8BA4;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

footer .address  {
	margin-top: 24px;
}

footer .address p {
	display: block;
	overflow: hidden;
	font-weight: 400;
	font-size: 14px;
	color: #6F8BA4;
	margin-bottom: 5px;
}

footer .address p a {
	color: rgba(255, 255, 255, .6);
}

footer .address .social {
	overflow: hidden;
	margin-top: 5px;
}

footer .address .social li {
	float: left;
	font-size: 16px;
	margin-right: 10px;
}

footer .address .social li a {
	color: rgba(255, 255, 255, .6);
}

footer .copyright {
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
}

.footer-nav li {
	float: left;
	width: 50%;
}

footer .col {
	float: left;
	 width: 33%
}

footer .space {
	float: left;
	height: 1px;
	 width: 25%
	 
}

@media (max-width: 991px) {
	footer .address  {
		margin-top: 0px;
	}
	footer .copyright {
		font-size: 12px;
	}
	footer .space {
		 float: left;
		 width: 1%
	}
	footer .text {
		padding-left: 10%;
	}
	footer .contact {
		float: left;
		padding-left: 20%;
	}
	footer .col {
		float: left;
	 	width: 40%
	}
	footer .text {
		margin-bottom: 30px;
	}
	footer h5 {
		margin-bottom: 5px;
	}
	footer .footer-nav {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:375px) {
	.root .content .page .action-button {
		font-size: 1rem;
		width: 10rem;
		height: 4rem;
	}
}

.back-top {
	position: fixed;
	display: none;
	right: 20px;
	bottom: 50px;
	padding: 16px 13px 10px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	z-index: 10000
}

.back-top:hover {
	background: rgba(0, 0, 0, .5)
}

.back-top-icon {
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.v-line {
	border-left: solid 1px #ccc;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	margin-top: 15px;
}

body::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

body::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 0px;
	background-color: skyblue;
	background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

body::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ededed;
	border-radius: 0px;
}