.fixed-head {
    z-index: 999;
    position: fixed;
    width: 100%;
    padding: 2em 0;
}
.fixed-head .logo, .fixed-head .logo a, .fixed-head .logo img {
    display: block;
    width: 16em;
}

.fixed-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.25em;
}

.fixed-section section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
}

.fixed-section section .container {
    position: relative;
    height: 100%;
}

.fixed-section .container a {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 4em;
    height: 1.5em;
    cursor: pointer;
}

.guide-A, .guide-B, .guide-C, .guide-D {
    position: fixed;
    width: 100%;
    height: 100%;
}

.guide-A .cover, .guide-C .cover {
    z-index: 99;
    position: fixed;
    background: no-repeat;
    width: 660px;
    top: 0;
    left: 50%;
    height: 100%;
}

.guide-A {
    background: url("../image/guide-A.jpg") center;
}
.guide-A .cover {
    background: url("../image/guide-A-cover.png") right center;
}
.guide-B {
    background: url("../image/guide-B.jpg") center;
}
.guide-C {
    background: url("../image/guide-C.jpg") center;
}
.guide-C .cover {
    background: url("../image/guide-C-cover.png") right center;
}
.guide-D {
    background: url("../image/guide-D.jpg") center;
}

.fixed-section .nomal-content {
    z-index: 100 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1em;
    text-align: center;
}

.close-btn {
    right: 3em;
    top: 1em;
    font-size: 2em !important;
    font-weight: 100;
}
.close-btn a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fixed-foot {
    z-index: 150;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5em;
    background: #FFF;
    background: rgba(255,255,255,0.8);
}
.fixed-foot a.link {
    display: block;
    width: 13.5em;
    font-size: 0.85em;
    text-align: right;
    line-height: 2.5em;
}



/**
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    /*position: relative;*/

    -ms-touch-action: none;
    touch-action: none;
}
.fp-section {
    /*position: fixed;*/
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
/*.fp-controlArrow {*/
/*position: absolute;*/
/*z-index: 4;*/
/*top: 50%;*/
/*cursor: pointer;*/
/*width: 0;*/
/*height: 0;*/
/*border-style: solid;*/
/*margin-top: -38px;*/
/*}*/
/*.fp-controlArrow.fp-prev {*/
/*left: 15px;*/
/*width: 0;*/
/*border-width: 38.5px 34px 38.5px 0;*/
/*border-color: transparent #fff transparent transparent;*/
/*}*/
/*.fp-controlArrow.fp-next {*/
/*right: 15px;*/
/*border-width: 38.5px 0 38.5px 34px;*/
/*border-color: transparent transparent transparent #fff;*/
/*}*/
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #34495E;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #2D3E50;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    cursor: inherit;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #2D3E50;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    transition: opacity 0.25s ease;
}
#fp-nav ul li:hover .fp-tooltip {
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
