/* reset */
html { font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%;}
body { margin: 0; font-size: 1.4rem; line-height: 1.5; color: #333333; background-color: white; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block;}
audio, canvas, progress, video { display: inline-block; vertical-align: baseline;}
audio:not([controls]) { display: none; height: 0;}
[hidden], template { display: none;}
svg:not(:root) { overflow: hidden;}

a { background: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent; color: #0088cc;}
a:active { outline: 0;}
a:active { color: #006699;}
abbr[title] { border-bottom: 1px dotted;}
b, strong { font-weight: bold;}
dfn { font-style: italic;}
mark { background: #ff0; color: #000;}
small { font-size: 80%;}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup { top: -0.5em;}
sub { bottom: -0.25em;}
img { border: 0; vertical-align: middle;}
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
pre { overflow: auto; white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em;}

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0;}
button { overflow: visible;}
button, select { text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] { cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
input { line-height: normal;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
legend { border: 0; padding: 0;}
textarea { overflow: auto; resize: vertical;}
optgroup { font-weight: bold;}

table { border-collapse: collapse; border-spacing: 0;}
td, th { padding: 0;}

html, button, input, select, textarea { font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0;}
ul, ol, li, dl, dd { margin: 0; padding: 0;}
ul, ol { list-style: none outside none;}
h1, h2, h3 { line-height: 2; font-weight: normal;}
input::-moz-placeholder, textarea::-moz-placeholder { color: #cccccc;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #cccccc;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #cccccc;}

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html, body { height: 100%;}

/* loading by css3 */
.loader{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: #000000;
}
.loader .txt{ position: absolute; top: 50%; left: 50%; margin: 35px 0 0 -42px; font-size: 12px; color: #fff;}
.spinner { position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; width: 40px; height: 40px; background-color: #fff; border-radius: 100%; -webkit-animation: scaleout 1s infinite ease-in-out; animation: scaleout 1s infinite ease-in-out;}
@-webkit-keyframes scaleout {  
	0% {-webkit-transform: scale(0.0)}
	100% {-webkit-transform: scale(1.0); opacity: 0;}
}
@keyframes scaleout {  
	0% {transform: scale(0.0);}
	100% {transform: scale(1.0);opacity: 0;}
}

.none { display: none;}

/* Page Public */
.pages { position: absolute; width: 100%; height: 100%; background-color: #000; overflow: hidden;}
.page { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; text-align: center; -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -webkit-transform .3s ease-out; transition: -webkit-transform .3s ease-out; -webkit-transform: translate3d(0px, 100%, 0px); transform: translate3d(0px, 100%, 0px);}
.moving { -webkit-transition: none 0 step-start; -o-transition: none 0 step-start; transition: none 0 step-start;}
.page .wrap{ display: none; overflow: hidden; height: 100%;}
.page .wrap div{ position: absolute;}
.page .wrap div img{ width: 100%;}
.page .btn{ position: absolute; left: 50%; bottom: 2rem; margin-left: -2.6rem; width: 5.2rem; height: 1.65rem; background: url(../images/btn.png) no-repeat; background-size: cover;}
.play .wrap{ display: block;}

.shadow{ position: absolute; left: 50%; top: 50%; margin: 1.8rem 0 0 -6.225rem; border-radius: 50%; width: 12.45rem; height: 6rem;}

.float{ left: 1rem; right: 1rem; top: 50%; min-height: 60%; border-radius: 3px; background-color: #fff; z-index: 100; font-size: .7rem; text-align: left; -webkit-transform: translate(-150%,-50%); transform: translate(-150%,-50%); -webkit-transition: all .5s ease-in; transition: all .5s ease-in; opacity: 0;}
.float .box{ padding: 1rem; height: 100%;}
.float li{ margin-bottom: .5rem; line-height: 1.8;}
.float .send{ padding-top: .5rem; border-top: 1px solid #e4e4e4;}
.float .email{ color: #c00;}
.float h3{ font-weight: bold;}

.play .float.active{ -webkit-transform: translate(0,-50%); transform: translate(0,-50%); opacity: 1; -webkit-transition: all .5s ease-out; transition: all .5s ease-out;}

.cancel{ position: absolute; display: block; right: -0.6rem; top: -0.7rem; padding: 5px; z-index: 2;}
.cancel span{ display: block; padding: 3px; border-radius: 50%; background-color: #fff; }
.cancel span i{ display: block; background: url(../images/cancel.png) center no-repeat; border-radius: 50%; background-size: .6rem auto; width: 1.2rem; height: 1.2rem;}

.ren,.btn{ -webkit-animation: fadeIn 1.8s ease both;}

/* Pages style */
.page01 .i1{ top: 84%; left: 50%; margin: -.7rem 0 0 -6.725rem; width: 13.2rem;}
.page01 .i2{ top: 50%; left: 50%; margin: -10rem 0 0 -6.925rem; width: 13.85rem; -webkit-animation-duration: .6s; animation-duration: .6s;}
.page01 .t1{ top: 50%; margin-top: 5%; width: 100%; padding: .8rem 1.5rem; text-align: left; line-height: 1.8; font-size: 0.75rem; color: #fff;}
.page01 .t2{ bottom: 1.8rem; width: 100%; font-size: .75rem; color: #fff; -webkit-animation: fadeIn 1.5s 1s ease both;}

.page02,.page02 .cancel span i{ background-color: #000;}
.page02 .shadow{ background-color: #3bbbfb;}
.page02 .zi{ top: 2%; left: 1rem; margin: 0 0 0 0 ; width: 14rem;}
.page02 .ren{ top: 50%; left: 50%; margin: -3rem 0 0 -3.025rem; width: 6.05rem;}
.page02 .i1{ top: 15%; left: 1rem; margin: 0 0 0 0 ; width: 14rem;}
.page02 .i2{ top: 74%; left: 50%; width: 9.925rem; margin: -.7rem 0 0 -3.5rem;}
.page02 .i3{ top: 50%; left: 50%; width: 2.825rem; margin: -1.3rem 0 0 -5rem;}
.page02 .i4{ top: 50%; left: 50%; width: 1.925rem; margin: -0.9rem 0 0 2.2rem;}
.page02 .i5{ top: 50%; left: 50%; width: 7.875rem; height: 3.775rem; margin: -3rem 0 0 -1.2rem; background-color: #a2e0ff;}

.page02 .i1,.page02 .i2,.page02 .i5,
.page03 .i1,.page03 .i2,.page03 .i3,.page03 .i4,
.page04 .i1,.page04 .i2,.page04 .i3,.page04 .i4,
.page05 .i1,.page05 .i2,.page05 .i3,.page05 .i4{
	-webkit-animation-delay: .6s; -moz-animation-delay: .6s; animation-delay: .6s;
}

.page03,.page03 .cancel span i{ background-color: #000;}
.page03 .shadow{ background-color: #000;}
.page03 .zi{ top: 3%; left: 50%; margin: 0 0 0 -5.5rem ; width: 5rem;}
.page03 .ren{ top: 50%; left: 50%; margin: -3rem 0 0 -3.15rem; width: 6.3rem;}
.page03 .i1{ top: 9%; left: 50%; width: 11rem; margin: 0 0 0 -5.5rem;}
.page03 .i2{ top: 71%; left: 50%; width: 5rem; margin: 0 0 0 -6.5rem;}
.page03 .i3{ top: 79%; left: 50%; width: 11rem; margin: 0 0 0 -5.5rem;}
.page03 .i4{ top: 50%; left: 50%; width: 5.225rem; margin: -3.5rem 0 0 -2rem;}
.page03 .i5{ top: 50%; left: 50%; width: 2.425rem; margin: -1rem 0 0 -4.8rem;}
.page03 .i6{ top: 50%; left: 50%; width: 2.2rem; margin: -1rem 0 0 2.3rem;}


.page04,.page04 .cancel span i{ background-color: #000;}
.page04 .shadow{ background-color: #000;}
.page04 .zi{ top: 12%; left: 1rem; margin: 0 0 0 0 ; width: 13.7rem;}
.page04 .ren{ top: 5%; left: 50%; margin: 0 0 0 -6.91rem; width: 14rem;}
.page04 .i1{ top: 50%; left: 50%; width: 10.4rem; margin: -3rem 0 0 -6.5rem;}
.page04 .i2{ top: 50%; left: 50%; width: 2.675rem; margin: -2.5rem 0 0 4.5rem;}
.page04 .i3{ top: 50%; left: 50%; width: 0.925rem; margin: -3rem 0 0 1.2rem;}
.page04 .i4{ top: 50%; left: 50%; width: 2.225rem; margin: -4rem 0 0 2.3rem;}
.page04 .i5{ top: 50%; left: 50%; width: 1.6rem; margin: -0.2rem 0 0 -4rem; -webkit-animation-delay: .8s;}
.page04 .i6{ top: 50%; left: 50%; width: 1.425rem; margin: -1.5rem 0 0 -5rem; -webkit-animation-delay: .9s;}
.page04 .i7{ top: 50%; left: 50%; width: 1.375rem; margin: -2rem 0 0 -3.5rem; -webkit-animation-delay: 1s;}
.page04 .i8{ top: 50%; left: 50%; width: 1.6rem; margin: -3rem 0 0 -4.5rem; -webkit-animation-delay: 1.1s;}
.page04 .i9{ top: 50%; left: 50%; width: 1.575rem; margin: -1rem 0 0 2.2rem; -webkit-animation-delay: 1.2s;}

.page04 .float{ font-size: .5rem;}
.page04 .float li{ margin-bottom: .1rem;}

.page05,.page05 .cancel span i{ background-color: #000;}
.page05 .shadow{ background-color: #000;}
.page05 .zi{ top: 0; left: 0; margin: 0 0 0 0; width: 100%;}
.page05 .ren{ top: 0; left: 0; margin: 0 0 0 0; width: 100%;}
.page05 .i1{ top: 0; left: 0; margin: 0 0 0 0 ; width: 13.2rem;}
.page05 .i2{ top: 0; left: 0; margin: 0 0 0 0; width: 100%;}
.page05 .i3{ top: 50%; left: 50%; width: 3.625rem; margin: -3.8rem 0 0 -1.8rem;}
.page05 .i4{ top: 50%; left: 50%; width: 4.075rem; margin: -4rem 0 0 3rem;}
.page05 .i5{ top: 50%; left: 50%; width: 1.725rem; margin: 0 0 0 -4rem;}
.page05 .i6{ top: 50%; left: 50%; width: 2.575rem; margin: -1rem 0 0 2.5rem;}
.page05 .t2{ bottom: 3rem; width: 100%; font-size: 1rem; color: #f5d97c; -webkit-animation: fadeIn 1.5s 1s ease both;}

.page06{ background-color: #000;}
.page06 .ren{ right: 0; bottom: 0; width: 11.8rem; -webkit-transform-origin: right bottom;}
.page06 .i1{ top: .5rem; left: 50%; width: 13.65rem; margin: 0 0 0 -7rem;}
.page06 .i2{ top: 2rem; left: 50%; width: 11rem; margin: .3rem 0 0 -5.5rem;}
.page06 .i3{ bottom: 0; left: 0; width: 100%; margin: 0 0 0 0;}
.page06 i{ position: absolute; width: 4.225rem; height: 2.85rem; background: url(../images/p6_star.png) no-repeat; background-size: cover;}
.page06 i.s1{ bottom: 7.5rem; right: 2rem; -webkit-animation-delay: .9s;}
.page06 i.s2{ bottom: 4.2rem; right: 1rem; -webkit-animation-delay: 1.2s;}
.page06 i.s3{ bottom: 4.2rem; left: 1rem; -webkit-animation-delay: 1.4s;}
.page06 i.s4{ bottom: 0rem; left: 1.5rem; -webkit-animation-delay: 1.6s;}
.page06 i.s5{ bottom: 1rem; left: 50%; margin-left: 3rem; -webkit-animation-delay: 1.8s; animation-delay: 1.8s;}
.page06 i.s1,.page06 i.s2,.page06 i.s3,.page06 i.s4,.page06 i.s5{
	-webkit-transform: translate3d(200%,200%,0);
	-webkit-animation-name: star;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	transform: translate3d(200%,200%,0);
	animation-name: star;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}


/* arrows */
.arr-up{ position: absolute; bottom: .8rem; left: 50%; margin-left: -10px; width: 1.05rem; height: 0.55rem; background: url(../images/arr-up.png) center no-repeat; background-size: cover; -webkit-animation: moveIconUp ease 1.5s both infinite; }

/* ios ¡Ü 5 */
.i4.pages{ overflow: auto; height: auto;}
.i4.pages .page{ position: relative; -webkit-transition: none; -o-transition: none; transition: none; -webkit-transform: none; -moz-transform: none; transform: none; height: 480px;}
.i4.pages .animated{ display: block;}



@-webkit-keyframes star {
	0% {}
	100% {-webkit-transform: none;}
}
