@charset "UTF-8";
@-webkit-keyframes animateBaseIn {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animateBaseIn {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.animateBaseIn {
    -webkit-animation: animateBaseIn 0.6s;
    animation: animateBaseIn 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateBaseOut {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes animateBaseOut {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.animateBaseOut {
    -webkit-animation: animateBaseOut 0.4s;
    animation: animateBaseOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateTextTitleIn {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animateTextTitleIn {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.animateTextTitleIn {
    -webkit-animation: animateTextTitleIn 0.3s;
    animation: animateTextTitleIn 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateTextSubIn {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animateTextSubIn {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.animateTextSubIn {
    -webkit-animation: animateTextSubIn 0.6s;
    animation: animateTextSubIn 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateTextTitleOut {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
}

@keyframes animateTextTitleOut {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
}

.animateTextTitleOut {
    -webkit-animation: animateTextTitleOut 0.4s;
    animation: animateTextTitleOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateTextSubOut {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
}

@keyframes animateTextSubOut {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
}

.animateTextSubOut {
    -webkit-animation: animateTextSubOut 0.4s;
    animation: animateTextSubOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateMobileTextIn {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes animateMobileTextIn {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

.animateMobileTextIn {
    -webkit-animation: animateMobileTextIn 0.4s;
    animation: animateMobileTextIn 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateMobileTextOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes animateMobileTextOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.animateMobileTextOut {
    -webkit-animation: animateMobileTextOut 0.4s;
    animation: animateMobileTextOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateBackgroundTo0 {
    to {
        -webkit-transform: translateX(-0%);
        transform: translateX(-0%);
    }
}

@keyframes animateBackgroundTo0 {
    to {
        -webkit-transform: translateX(-0%);
        transform: translateX(-0%);
    }
}

.animateBackgroundTo0 {
    -webkit-animation: animateBackgroundTo0 0.6s;
    animation: animateBackgroundTo0 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateBackgroundTo1 {
    to {
        -webkit-transform: translateX(-7.5%);
        transform: translateX(-7.5%);
    }
}

@keyframes animateBackgroundTo1 {
    to {
        -webkit-transform: translateX(-7.5%);
        transform: translateX(-7.5%);
    }
}

.animateBackgroundTo1 {
    -webkit-animation: animateBackgroundTo1 0.6s;
    animation: animateBackgroundTo1 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateBackgroundTo2 {
    to {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
    }
}

@keyframes animateBackgroundTo2 {
    to {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
    }
}

.animateBackgroundTo2 {
    -webkit-animation: animateBackgroundTo2 0.6s;
    animation: animateBackgroundTo2 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateBackgroundTo3 {
    to {
        -webkit-transform: translateX(-22.5%);
        transform: translateX(-22.5%);
    }
}

@keyframes animateBackgroundTo3 {
    to {
        -webkit-transform: translateX(-22.5%);
        transform: translateX(-22.5%);
    }
}

.animateBackgroundTo3 {
    -webkit-animation: animateBackgroundTo3 0.6s;
    animation: animateBackgroundTo3 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateBackgroundTo4 {
    to {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }
}

@keyframes animateBackgroundTo4 {
    to {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }
}

.animateBackgroundTo4 {
    -webkit-animation: animateBackgroundTo4 0.6s;
    animation: animateBackgroundTo4 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateMobileBackgroundTo0 {
    to {
        -webkit-transform: translateY(-0%);
        transform: translateY(-0%);
    }
}

@keyframes animateMobileBackgroundTo0 {
    to {
        -webkit-transform: translateY(-0%);
        transform: translateY(-0%);
    }
}

.animateMobileBackgroundTo0 {
    -webkit-animation: animateMobileBackgroundTo0 0.6s;
    animation: animateMobileBackgroundTo0 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateMobileBackgroundTo1 {
    to {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
}

@keyframes animateMobileBackgroundTo1 {
    to {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
}

.animateMobileBackgroundTo1 {
    -webkit-animation: animateMobileBackgroundTo1 0.6s;
    animation: animateMobileBackgroundTo1 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateMobileBackgroundTo2 {
    to {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}

@keyframes animateMobileBackgroundTo2 {
    to {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}

.animateMobileBackgroundTo2 {
    -webkit-animation: animateMobileBackgroundTo2 0.6s;
    animation: animateMobileBackgroundTo2 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateMobileBackgroundTo3 {
    to {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
}

@keyframes animateMobileBackgroundTo3 {
    to {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
}

.animateMobileBackgroundTo3 {
    -webkit-animation: animateMobileBackgroundTo3 0.6s;
    animation: animateMobileBackgroundTo3 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateMobileBackgroundTo4 {
    to {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
}

@keyframes animateMobileBackgroundTo4 {
    to {
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
}

.animateMobileBackgroundTo4 {
    -webkit-animation: animateMobileBackgroundTo4 0.6s;
    animation: animateMobileBackgroundTo4 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateControlFocus {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}

@keyframes animateControlFocus {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}

.animateControlFocus {
    -webkit-animation: animateControlFocus 0.4s;
    animation: animateControlFocus 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateControlFocusOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes animateControlFocusOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.animateControlFocusOut {
    -webkit-animation: animateControlFocusOut 0.4s;
    animation: animateControlFocusOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}



@keyframes animatePageControlIn {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.animatePageControlIn {
    -webkit-animation: animatePageControlIn 0.6s;
    animation: animatePageControlIn 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateNavIn {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes animateNavIn {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.6;
    }
}

.animateNavIn {
    -webkit-animation: animateNavIn 0.6s;
    animation: animateNavIn 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateNavOut {
    0% {
        opacity: 0.6;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes animateNavOut {
    0% {
        opacity: 0.6;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.animateNavOut {
    -webkit-animation: animateNavOut 0.4s;
    animation: animateNavOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateNavEnter {
    0% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animateNavEnter {
    0% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.animateNavEnter {
    -webkit-animation: animateNavEnter 0.4s;
    animation: animateNavEnter 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateNavLeave {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes animateNavLeave {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

.animateNavLeave {
    -webkit-animation: animateNavLeave 0.4s;
    animation: animateNavLeave 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animateQRCodeIn {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1;
    }
}

@keyframes animateQRCodeIn {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1;
    }
}

.animateQRCodeIn {
    -webkit-animation: animateQRCodeIn 0.6s;
    animation: animateQRCodeIn 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateQRCodeOut {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes animateQRCodeOut {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
    }
}

.animateQRCodeOut {
    -webkit-animation: animateQRCodeOut 0.4s;
    animation: animateQRCodeOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateArrowDown {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    33% {
        opacity: 0.5;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes animateArrowDown {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    33% {
        opacity: 0.5;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.animateArrowDown {
    -webkit-animation: animateArrowDown 1.5s;
    animation: animateArrowDown 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes animateArrowRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    66% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes animateArrowRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    66% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.animateArrowRight {
    -webkit-animation: animateArrowRight 1.5s;
    animation: animateArrowRight 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes animateDownloadHandIn {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animateDownloadHandIn {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.animateDownloadHandIn {
    -webkit-animation: animateDownloadHandIn 0.6s;
    animation: animateDownloadHandIn 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateDownloadTextIn {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animateDownloadTextIn {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.animateDownloadTextIn {
    -webkit-animation: animateDownloadTextIn 0.6s;
    animation: animateDownloadTextIn 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateMobileDownloadButtonIn {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animateMobileDownloadButtonIn {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.animateMobileDownloadButtonIn {
    -webkit-animation: animateMobileDownloadButtonIn 0.6s;
    animation: animateMobileDownloadButtonIn 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateDownloadHandOut {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
}

@keyframes animateDownloadHandOut {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
}

.animateDownloadHandOut {
    -webkit-animation: animateDownloadHandOut 0.4s;
    animation: animateDownloadHandOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateDownloadTextOut {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}

@keyframes animateDownloadTextOut {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}

.animateDownloadTextOut {
    -webkit-animation: animateDownloadTextOut 0.4s;
    animation: animateDownloadTextOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateMobileDownloadButtonOut {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes animateMobileDownloadButtonOut {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}

.animateMobileDownloadButtonOut {
    -webkit-animation: animateMobileDownloadButtonOut 0.4s;
    animation: animateMobileDownloadButtonOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction1BookPage3In {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animateFunction1BookPage3In {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.animateFunction1BookPage3In {
    -webkit-animation: animateFunction1BookPage3In 0.6s;
    animation: animateFunction1BookPage3In 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction1BookPage2In {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animateFunction1BookPage2In {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.animateFunction1BookPage2In {
    -webkit-animation: animateFunction1BookPage2In 0.6s;
    animation: animateFunction1BookPage2In 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction1BookPage1In {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes animateFunction1BookPage1In {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

.animateFunction1BookPage1In {
    -webkit-animation: animateFunction1BookPage1In 0.6s;
    animation: animateFunction1BookPage1In 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.33, 1.92);
    animation-timing-function: cubic-bezier(0.4, 0, 0.33, 1.92);
}

@-webkit-keyframes animateFunction1SkinIn {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes animateFunction1SkinIn {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.animateFunction1SkinIn {
    -webkit-animation: animateFunction1SkinIn 0.4s;
    animation: animateFunction1SkinIn 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction1FontIn {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes animateFunction1FontIn {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.animateFunction1FontIn {
    -webkit-animation: animateFunction1FontIn 0.4s;
    animation: animateFunction1FontIn 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction1BookPage3Out {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
}

@keyframes animateFunction1BookPage3Out {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
}

.animateFunction1BookPage3Out {
    -webkit-animation: animateFunction1BookPage3Out 0.4s;
    animation: animateFunction1BookPage3Out 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction1BookPage2Out {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
}

@keyframes animateFunction1BookPage2Out {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
}

.animateFunction1BookPage2Out {
    -webkit-animation: animateFunction1BookPage2Out 0.4s;
    animation: animateFunction1BookPage2Out 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction1BookPage1Out {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
}

@keyframes animateFunction1BookPage1Out {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
}

.animateFunction1BookPage1Out {
    -webkit-animation: animateFunction1BookPage1Out 0.6s;
    animation: animateFunction1BookPage1Out 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction1SkinOut {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}

@keyframes animateFunction1SkinOut {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}

.animateFunction1SkinOut {
    -webkit-animation: animateFunction1SkinOut 0.4s;
    animation: animateFunction1SkinOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction1FontOut {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}

@keyframes animateFunction1FontOut {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}

.animateFunction1FontOut {
    -webkit-animation: animateFunction1FontOut 0.4s;
    animation: animateFunction1FontOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction2FaceLeftIn {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animateFunction2FaceLeftIn {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.animateFunction2FaceLeftIn {
    -webkit-animation: animateFunction2FaceLeftIn 0.4s;
    animation: animateFunction2FaceLeftIn 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction2FaceRightIn {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animateFunction2FaceRightIn {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.animateFunction2FaceRightIn {
    -webkit-animation: animateFunction2FaceRightIn 0.4s;
    animation: animateFunction2FaceRightIn 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction2FaceMainIn {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes animateFunction2FaceMainIn {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.animateFunction2FaceMainIn {
    -webkit-animation: animateFunction2FaceMainIn 0.4s;
    animation: animateFunction2FaceMainIn 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction2FaceTextIn {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes animateFunction2FaceTextIn {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.animateFunction2FaceTextIn {
    -webkit-animation: animateFunction2FaceTextIn 0.4s;
    animation: animateFunction2FaceTextIn 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction2BookIn {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes animateFunction2BookIn {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

.animateFunction2BookIn {
    -webkit-animation: animateFunction2BookIn 0.4s;
    animation: animateFunction2BookIn 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes animateFunction2FaceLeftOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes animateFunction2FaceLeftOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.animateFunction2FaceLeftOut {
    -webkit-animation: animateFunction2FaceLeftOut 0.4s;
    animation: animateFunction2FaceLeftOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction2FaceRightOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes animateFunction2FaceRightOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.animateFunction2FaceRightOut {
    -webkit-animation: animateFunction2FaceRightOut 0.4s;
    animation: animateFunction2FaceRightOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction2FaceMainOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes animateFunction2FaceMainOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.animateFunction2FaceMainOut {
    -webkit-animation: animateFunction2FaceMainOut 0.4s;
    animation: animateFunction2FaceMainOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction2FaceTextOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes animateFunction2FaceTextOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.animateFunction2FaceTextOut {
    -webkit-animation: animateFunction2FaceTextOut 0.4s;
    animation: animateFunction2FaceTextOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction2BookOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes animateFunction2BookOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.animateFunction2BookOut {
    -webkit-animation: animateFunction2BookOut 0.4s;
    animation: animateFunction2BookOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction2Book01Out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes animateFunction2Book01Out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.animateFunction2Book01Out {
    -webkit-animation: animateFunction2Book01Out 0.6s;
    animation: animateFunction2Book01Out 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction3BookIn {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes animateFunction3BookIn {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.animateFunction3BookIn {
    -webkit-animation: animateFunction3BookIn 0.8s;
    animation: animateFunction3BookIn 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.15, 0, 1);
    animation-timing-function: cubic-bezier(0.25, 0.15, 0, 1);
}

@-webkit-keyframes animateFunction3TalkIn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes animateFunction3TalkIn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

.animateFunction3TalkIn {
    -webkit-animation: animateFunction3TalkIn 0.4s;
    animation: animateFunction3TalkIn 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction3BookOut {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
}

@keyframes animateFunction3BookOut {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
}

.animateFunction3BookOut {
    -webkit-animation: animateFunction3BookOut 0.6s;
    animation: animateFunction3BookOut 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction3TalkOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }
}

@keyframes animateFunction3TalkOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }
}

.animateFunction3TalkOut {
    -webkit-animation: animateFunction3TalkOut 0.4s;
    animation: animateFunction3TalkOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction4BackgroundIn {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes animateFunction4BackgroundIn {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.animateFunction4BackgroundIn {
    -webkit-animation: animateFunction4BackgroundIn 0.6s;
    animation: animateFunction4BackgroundIn 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction4ColumnIn {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes animateFunction4ColumnIn {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}

.animateFunction4ColumnIn {
    -webkit-animation: animateFunction4ColumnIn 0.6s;
    animation: animateFunction4ColumnIn 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateMobileFunction4ColumnIn {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes animateMobileFunction4ColumnIn {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
}

.animateMobileFunction4ColumnIn {
    -webkit-animation: animateMobileFunction4ColumnIn 0.6s;
    animation: animateMobileFunction4ColumnIn 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction4FaceIn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes animateFunction4FaceIn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

.animateFunction4FaceIn {
    -webkit-animation: animateFunction4FaceIn 0.4s;
    animation: animateFunction4FaceIn 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction4TimeIn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes animateFunction4TimeIn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

.animateFunction4TimeIn {
    -webkit-animation: animateFunction4TimeIn 0.4s;
    animation: animateFunction4TimeIn 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateMobileFunction4BackgroundIn {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes animateMobileFunction4BackgroundIn {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.animateMobileFunction4BackgroundIn {
    -webkit-animation: animateMobileFunction4BackgroundIn 0.6s;
    animation: animateMobileFunction4BackgroundIn 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction4BackgroundOut {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}

@keyframes animateFunction4BackgroundOut {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}

.animateFunction4BackgroundOut {
    -webkit-animation: animateFunction4BackgroundOut 0.6s;
    animation: animateFunction4BackgroundOut 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction4ColumnOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
}

@keyframes animateFunction4ColumnOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
}

.animateFunction4ColumnOut {
    -webkit-animation: animateFunction4ColumnOut 0.4s;
    animation: animateFunction4ColumnOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction4FaceOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }
}

@keyframes animateFunction4FaceOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

.animateFunction4FaceOut {
    -webkit-animation: animateFunction4FaceOut 0.4s;
    animation: animateFunction4FaceOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction4TimeOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }
}

@keyframes animateFunction4TimeOut {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }
}

.animateFunction4TimeOut {
    -webkit-animation: animateFunction4TimeOut 0.4s;
    animation: animateFunction4TimeOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateMobileFunction4BackgroundOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes animateMobileFunction4BackgroundOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}

.animateMobileFunction4BackgroundOut {
    -webkit-animation: animateMobileFunction4BackgroundOut 0.4s;
    animation: animateMobileFunction4BackgroundOut 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

#load_function {
    background-image: url("../images/function2788ec.png");
    display: none;
}

#load_function1_page1 {
    background-image: url("../images/function1_book_page12761ce.jpg");
    display: none;
}

#load_function1_page2 {
    background-image: url("../images/function1_book_page22761ce.jpg");
    display: none;
}

#load_function2_book1 {
    background-image: url("../images/function2_book_012761ce.jpg");
}

#load_function2_book2 {
    background-image: url("../images/function2_book_022761ce.jpg");
}

#load_function2_book3 {
    background-image: url("../images/function2_book_032761ce.jpg");
}

#load_function2_book4 {
    background-image: url("../images/function2_book_042761ce.jpg");
}

#load_function2_book5 {
    background-image: url("../images/function2_book_052761ce.jpg");
}

#load_function2_book6 {
    background-image: url("../images/function2_book_062761ce.jpg");
}

#load_function2_book7 {
    background-image: url("../images/function2_book_072761ce.jpg");
}

#load_function3_book {
    background-image: url("../images/function3_book2761ce.png");
}

#load_function4_background {
    background-image: url("../images/function4_table_background2761ce.png");
}



#logo {
	width:100%;
	height:35px;
	top:0;
	left:0;
}

#nav_iPhone_img {
}

#nav_android_img {
}

#nav_QRCode_img {
}

#nav_QRCode_hover_img {
}

#arrow_right_height {
    background-image: url("../images/ui_2x2761ce_1.png");
    
    background-size: 100% auto
}

#arrow_left_height {
    background-image: url("../images/ui_4x2761ce_1.png");
    
    background-size: 100% auto
}

#page_download_hand {
    background-image: url("images/bottom.png");
	width:100%;
}

#page_function{
	background: url(page_bottom_all.png) no-repeat bottom center;
	width: 100%;
	height:100%;
}
#page_function1_book_page1 {
    background-size: 100% 100%;
}


#page_function1_skin_icon {
    background-image: url("../images/function2788ec.png");
    background-size: 1875% 1250%;
    background-position: 0 6%;
}

#page_function1_font {
    background-image: url("../images/function2788ec.png");
    background-size: 175.4% 2000%;
}






#arrow_down {
    background-image: url("../images/ui2761ce.png");
}

@media screen and (min-device-width:1366px),
screen and (min-device-width:1366px),
screen and (min-device-width:1366px),
screen and (min-device-width:1366px) {
    #load_function {
        background-image: url("../images/function_2x2788ec.png");
        display: none;
    }
    #load_function1_page1 {
        background-image: url("../images/function1_book_page1_2x2761ce.jpg");
        display: none;
    }
    #load_function1_page2 {
        background-image: url("../images/function1_book_page2_2x2761ce.jpg");
        display: none;
    }
    #load_function2_book1 {
        background-image: url("../images/function2_book_01_2x2761ce.png");
    }
    #load_function2_book2 {
        background-image: url("../images/function2_book_02_2x2761ce.png");
    }
    #load_function2_book3 {
        background-image: url("../images/function2_book_03_2x2761ce.png");
    }
    #load_function2_book4 {
        background-image: url("../images/function2_book_04_2x2761ce.png");
    }
    #load_function2_book5 {
        background-image: url("../images/function2_book_05_2x2761ce.png");
    }
    #load_function2_book6 {
        background-image: url("../images/function2_book_06_2x2761ce.png");
    }
    #load_function2_book7 {
        background-image: url("../images/function2_book_07_2x2761ce.png");
    }
    #load_function3_book {
        background-image: url("../images/function3_book_2x2740d2.png");
    }
    #load_function4_background {
        background-image: url("../images/function4_table_background_2x2740d2.png");
    }
    #background {
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
   
    #arrow_right_height {
        background-image: url("../images/ui_2x2761ce_1.png");
        
        background-size: 100% auto
    }
    #arrow_left_height {
        background-image: url("../images/ui_2x2761ce_1.png");
        
        background-size: 100% auto
    }
    #page_download_hand {
        background-image: url("../images/bottom.png");
    }
    #page_download_pc_iPhone {
        background-image: url("../images/nav279486.png");
        background-size: 108px 172px;
    }
    #page_download_pc_android {
        background-image: url("../images/nav279486.png");
        background-size: 108px 172px;
        background-position: 0 -21px;
    }
    #page_function1_book_page1 {
        background-size: 100% 100%;
    }

    #page_function1_skin_icon {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 1875% 1250%;
        background-position: 0 6%;
    }
    #page_function1_font {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 175.4% 2000%;
    }
     
   
    #page_function4_table_column_01 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 2400% 155.6%;
        background-position: 60.5% 0%;
    }
    #page_function4_table_column_02 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 2400% 181.8%;
        background-position: 65.7% 0%;
    }
    #page_function4_table_column_03 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 2400% 238.1%;
        background-position: 70.9% 0%;
    }
    #page_function4_table_column_04 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 2400% 112.4%;
        background-position: 76.1% 0%;
    }
    #page_function4_table_column_05 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 2400% 163.3%;
        background-position: 81.3% 0%;
    }
    #page_function4_table_face_01 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 0% 91.7%;
    }
    #page_function4_table_face_02 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 12% 91.7%;
    }
    #page_function4_table_face_03 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 23.8% 91.7%;
    }
    #page_function4_table_face_04 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 35.6% 91.7%;
    }
    #page_function4_table_face_05 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 47.2% 91.7%;
    }
    #page_function4_table_time_01 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 588.2% 2105.3%;
        background-position: 100% 0%;
    }
    #page_function4_table_time_02 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 666.7% 2105.3%;
        background-position: 97.8% 6%;
    }
    #page_function4_table_time_03 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 666.7% 2105.3%;
        background-position: 97.8% 12%;
    }
    #page_function4_table_time_04 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 594.1% 2105.3%;
        background-position: 100% 18%;
    }
    #page_function4_table_time_05 {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 594.1% 2105.3%;
        background-position: 100% 24.4%;
    }
    #page_download_mobile_iPhone {
        background-image: url("../images/ui_2x2761ce.png");
        background-size: 100% 322%;
    }
    #page_download_mobile_android {
        background-image: url("../images/ui_2x2761ce.png");
        background-size: 100% 322%;
        background-position: 0 47%;
    }
    #arrow_down {
        background-image: url("../images/ui_2x2761ce.png");
    }
}

@media screen and (-webkit-min-device-pixel-ratio:1.5),
screen and (min--moz-device-pixel-ratio:1.5),
screen and (-o-min-device-pixel-ratio:1.5),
screen and (min-device-pixel-ratio:1.5) {
    #load_function {
        background-image: url("../images/function_2x2788ec.png");
        display: none;
    }
    #load_function1_page1 {
        background-image: url("../images/function1_book_page1_2x2761ce.jpg");
        display: none;
    }
    #load_function1_page2 {
        background-image: url("../images/function1_book_page2_2x2761ce.jpg");
        display: none;
    }
    #load_function2_book1 {
        background-image: url("../images/function2_book_01_2x2761ce.png");
    }
    #load_function2_book2 {
        background-image: url("../images/function2_book_02_2x2761ce.png");
    }
    #load_function2_book3 {
        background-image: url("../images/function2_book_03_2x2761ce.png");
    }
    #load_function2_book4 {
        background-image: url("../images/function2_book_04_2x2761ce.png");
    }
    #load_function2_book5 {
        background-image: url("../images/function2_book_05_2x2761ce.png");
    }
    #load_function2_book6 {
        background-image: url("../images/function2_book_06_2x2761ce.png");
    }
    #load_function2_book7 {
        background-image: url("../images/function2_book_07_2x2761ce.png");
    }
    #load_function3_book {
        background-image: url("../images/function3_book_2x2740d2.png");
    }
    #load_function4_background {
        background-image: url("../images/function4_table_background_2x2740d2.png");
    }
    #background {
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    #arrow_right_height {
        background-image: url("../images/ui_2x2761ce_1.png");
        
        background-size: 100% auto
    }
    #arrow_left_height {
        background-image: url("../images/ui_4x2761ce_1.png");
        
        background-size: 100% auto
    }

    #page_download_pc_iPhone {
        background-image: url("../images/nav_2x279486.png");
        background-size: 108px 172px;
    }
    #page_download_pc_android {
        background-image: url("../images/nav_2x279486.png");
        background-size: 108px 172px;
        background-position: 0 -21px;
    }
    #page_function1_book_page1 {
        background-image: url("../images/function1_book_page1_2x2761ce.jpg");
        background-size: 100% 100%;
    }

    #page_function1_skin_icon {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 1875% 1250%;
        background-position: 0 6%;
    }
    #page_function1_font {
        background-image: url("../images/function_2x2788ec.png");
        background-size: 175.4% 2000%;
    }
   
   

   
    #arrow_down {
        background-image: url("../images/ui_2x2761ce.png");
    }
}

@media screen and (-webkit-min-device-pixel-ratio:1.5) and (min-device-width:1366px),
screen and (min--moz-device-pixel-ratio:1.5) and (min-device-width:1366px),
screen and (-o-min-device-pixel-ratio:1.5) and (min-device-width:1366px),
screen and (min-device-pixel-ratio:1.5) and (min-device-width:1366px) {
    #load_function {
        background-image: url("../images/function_4x2788ec.png");
        display: none;
    }
    #load_function1_page1 {
        background-image: url("../images/function1_book_page1_4x2761ce.jpg");
        display: none;
    }
    #load_function1_page2 {
        background-image: url("../images/function1_book_page2_4x2761ce.jpg");
        display: none;
    }
    #load_function2_book1 {
        background-image: url("../images/function2_book_01_4x2761ce.png");
    }
    #load_function2_book2 {
        background-image: url("../images/function2_book_02_4x2761ce.png");
    }
    #load_function2_book3 {
        background-image: url("../images/function2_book_03_4x2761ce.png");
    }
    #load_function2_book4 {
        background-image: url("../images/function2_book_04_4x2761ce.png");
    }
    #load_function2_book5 {
        background-image: url("../images/function2_book_05_4x2761ce.png");
    }
    #load_function2_book6 {
        background-image: url("../images/function2_book_06_4x2761ce.png");
    }
    #load_function2_book7 {
        background-image: url("../images/function2_book_07_4x2761ce.png");
    }
    #load_function3_book {
        background-image: url("../images/function3_book_4x2740d2.png");
    }
    #load_function4_background {
        background-image: url("../images/function4_table_background_4x2740d2.png");
    }
    #background {
        background-image: url("../images/background2740d2.jpg");
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    #arrow_right_height {
        background-image: url("../images/ui_2761ce_1.png");
        
        background-size: 100% auto
    }
    #arrow_left_height {
        background-image: url("../images/ui_4x2761ce_1.png");
        
        background-size: 100% auto
    }


 
    #arrow_down {
        background-image: url("../images/ui_4x2761ce.png");
    }
}

@media screen and (-webkit-min-device-pixel-ratio:3),
screen and (min--moz-device-pixel-ratio:3),
screen and (-o-min-device-pixel-ratio:3),
screen and (min-device-pixel-ratio:3) {
    #load_function {
        background-image: url("../images/function_4x2788ec.png");
        display: none;
    }
    #load_function1_page1 {
        background-image: url("../images/function1_book_page1_4x2761ce.jpg");
        display: none;
    }
    #load_function1_page2 {
        background-image: url("../images/function1_book_page2_4x2761ce.jpg");
        display: none;
    }
    #load_function2_book1 {
        background-image: url("../images/function2_book_01_4x2761ce.png");
    }
    #load_function2_book2 {
        background-image: url("../images/function2_book_02_4x2761ce.png");
    }
    #load_function2_book3 {
        background-image: url("../images/function2_book_03_4x2761ce.png");
    }
    #load_function2_book4 {
        background-image: url("../images/function2_book_04_4x2761ce.png");
    }
    #load_function2_book5 {
        background-image: url("../images/function2_book_05_4x2761ce.png");
    }
    #load_function2_book6 {
        background-image: url("../images/function2_book_06_4x2761ce.png");
    }
    #load_function2_book7 {
        background-image: url("../images/function2_book_07_4x2761ce.png");
    }
    #load_function3_book {
        background-image: url("../images/function3_book_4x2740d2.png");
    }
    #load_function4_background {
        background-image: url("../images/function4_table_background_4x2740d2.png");
    }
    #background {
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    #arrow_right_height {
        background-image: url("../images/ui_2x2761ce_1.png");
        
        background-size: 100% auto
    }
    #arrow_left_height {
        background-image: url("../images/ui_4x2761ce.png");
        
        background-size: 100% auto
    }

    #page_function1_book_page1 {
        background-size: 100% 100%;
    }

    #page_function1_skin_icon {
        background-image: url("../images/function_4x2788ec.png");
        background-size: 1875% 1250%;
        background-position: 0 6%;
    }
    #page_function1_font {
        background-image: url("../images/function_4x2788ec.png");
        background-size: 175.4% 2000%;
    }
   
   
    #arrow_down {
        background-image: url("../images/ui_4x2761ce.png");
    }
}

@font-face {
    font-family: download;
    *font-family: none;
    src: url("fonts/SourceHanSansSC-Regular.eot");
    src: url("fonts/SourceHanSansSC-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/SourceHanSansSC-Regular.woff") format("woff"), url("fonts/SourceHanSansSC-Regular.ttf") format("truetype");
}

@font-face {
    font-family: title;
    *font-family: none;
    src: url("fonts/SourceHanSansSC-Normal.eot");
    src: url("fonts/SourceHanSansSC-Normal.eot?#iefix") format("embedded-opentype"), url("fonts/SourceHanSansSC-Normal.woff") format("woff"), url("fonts/SourceHanSansSC-Normal.ttf") format("truetype");
}

@font-face {
    font-family: text;
    *font-family: none;
    src: url("fonts/SourceHanSansSC-ExtraLight.eot");
    src: url("fonts/SourceHanSansSC-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/SourceHanSansSC-ExtraLight.woff") format("woff"), url("fonts/SourceHanSansSC-ExtraLight.ttf") format("truetype");
}

* {
    padding: 0;
    margin: 0;
	font-size:18px;
	font-family: Microsoft yahei;
}

body {
    overflow: hidden;
    font-size: 100%;
    background-color: #fff;
}

img {
    border: 0 none;
}

.load {
    display: none;
}

#view {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

#logo {
    position: fixed;
    z-index: 9999;
    display: block;
    left: 64px;
    width:100%;
    height: 35px;
    top:0;
    cursor: pointer;
}

#arrow_right {
    position: fixed;
    z-index: 1000;
    width: 2%;
    right: 2.5%;
    top: 45%;
    margin-top: -3.3%;
    cursor: pointer;
    opacity: 0;
}

#arrow_right_height {
    padding-bottom: 193.7%;
}

#arrow_left {
    position: fixed;
    z-index: 1000;
    width: 2%;
    left: 2.5%;
    top: 45%;
    margin-top: -3.3%;
    cursor: pointer;
    opacity: 0;
    display: none;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

#arrow_left_height {
    padding-bottom: 193.7%;
}

#arrow_down {
    display: none;
}


#background {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#hw_nav{
	top: 0;
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 35px;
	overflow: hidden;
}
#pageControl {
    position: fixed;
    width: 982px;
    height: 135px;
    bottom: 1%;
    left: 50%;
    z-index: 1500;
    opacity: 0;
    margin-left: -25%;
	background:url(nav_bg.png) no-repeat center;
}

.pageControl {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: white;
    opacity: 0.6;
    margin-left: 20px;
    cursor: pointer;
}

#pageControl_button1 {
    margin-left: 0px;
	display:none;
	
}
#pageControl_button2 {
	background:url(xwpl.png) no-repeat center;
	width:106px;
	height:25px;
	position: relative;
    bottom: -43px;
    margin-left: 47px;
	
}
#pageControl_button3 {
	background:url(ylx.png) no-repeat center;
	width:122px;
	height:47px;
	position: relative;
    bottom: -10px;
    margin-left: 128px;
	
}
#pageControl_button4 {
	background:url(hgx.png) no-repeat center;
	width:151px;
	height:47px;
	position: relative;
    bottom: -44px;
    margin-left: 134px;
	
}
#pageControl_button5 {
	background:url(jjx.png) no-repeat center;
	width:81px;
	height:47px;
	position: relative;
    bottom: -17px;
    margin-left: 155px;
	
}
#page {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.page {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

#page_download {
    left: 0%;
    display: block;
	background:url(bg_1.jpg) no-repeat bottom center;
}

#page_download_hand {
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height:412px;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
	z-index:22;
}

#page_download_show {
    position: absolute;
    top: 11%;
	left: 23%;

}

#page_download_show_top {
    position: absolute;
    width: 100%;
}

#page_download_text {
    width: 82%;
    position: absolute;
    top: 5%;
    left:2%;
    opacity: 0;
}

#page_download_button {
    display: none;
}

#page_function1 {
    left: 0%;
	width:100%;
	height:100%;
	background: url(page_bottom_all.png) no-repeat bottom center;
}
#page_function2 {
    left: 0%;
	width:100%;
	height:100%;
	background: url(page_bottom_all.png) no-repeat bottom center;
}

#page_function3 {
    left: 0%;
	width:100%;
	height:100%;
	background: url(page_bottom_all.png) no-repeat bottom center;
	
}

#page_function4 {
    left: 0%;
	width:100%;
	height:100%;
	background: url(page_bottom_all.png) no-repeat bottom center;
}

#page_function1_text {
    position: absolute;
    left: 15%;
    top: 10%;
    width:32.2%;
	z-index: 9999;
}

#page_function1_text_title {
    font-family: title;
    color: white;
    font-size: 180%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
	font-family: Microsoft yahei;
}

#page_function1_text_sub {
    margin-top: 16px;
    font-family: text;
    color: white;
    font-size: 130%;
    line-height: 175%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
	font-family: Microsoft yahei;
}

#page_function1_show {
    position: absolute;
    left:0;
    top: 14%;
    width: 100%;
	height:100%
}

#chupin{
	position: relative;
    width: 15%;
    left: 107%;
    margin-left: 46%;
    margin-top: 74%;	
	}
#page_function1_show_top {
    position: absolute;
    width: 100%;
    height: 100%;
}

#page_function1_book {
    position: absolute;
    width: 100%;
    height: 79%;
}

#page_function1_book_page1 {
    position: absolute;
    width: 89.5%;
    height: 100%;
    bottom: 0;
    opacity: 0;
	margin-left: 5%;
}


#page_function1_skin {
    position: absolute;
    bottom: 10%;
    width: 84.7%;
    height: 6.4%;
    left: 10%;
    opacity: 0;
}

#page_function1_skin_icon {
    position: absolute;
    width: 9.2%;
    height: 100%;
    left: 0;
}

#page_function2 {
    left: 0%;
}

#page_function2_text {
    position: absolute;
    left: 15%;
    top: 10%;
    width: 32.2%;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
	z-index: 9999
}

#page_function2_text_title {
    font-family: title;
    color: white;
    font-size: 180%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
	font-family: Microsoft yahei;
}

#page_function2_text_sub {
    margin-top: 16px;
    font-family: text;
    color: white;
    font-size: 130%;
    line-height: 175%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
	font-family: Microsoft yahei;
}

#page_function2_show {
    position: absolute;
    left: 0;
    top: 14%;
    width: 100%;
    height: 100%;
}

#page_function2_show_top {
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
}



#page_function2_book {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

#page_function2_book_01 {
	position: absolute;
    width: 89.5%;
    height: 100%;
    bottom: 0;
    opacity: 0;
    margin-left: 5%;
}

#page_function3 {
    left: 0%;
}

#page_function3_text {
    position: absolute;
    width: 29.3%;
    left: 15%;
    top: 12%;
	z-index: 9999;
}

#page_function3_text_title {
    font-family: title;
    color: white;
    font-size: 180%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
	font-family: Microsoft yahei;
}

#page_function3_text_sub {
    margin-top: 16px;
    font-family: text;
    color: white;
    font-size: 130%;
    line-height: 175%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
	font-family: Microsoft yahei;
}

#page_function3_show {
    position: absolute;
    left: 0;
    top: 14%;
    width: 100%;
    height: 100%;
}

#page_function3_show_top {
    position: absolute;
    width: 100%;
    padding-bottom: 81.1%;
}

#page_function3_talk {
    position: absolute;
    width: 100%;
    height: 56.5%;
}



#page_function3_book {
    position: absolute;
    width: 89.5%;
    height: 100%;
    bottom: 0;
    opacity: 0;
    margin-left: 5%;
}

#page_function4 {
    left: 0%;
}

#page_function4_text {
    position: absolute;
    left: 15%;
    width: 34.1%;
    top: 10%;
	z-index: 9999;
}

#page_function4_text_title {
    font-family: title;
    color: white;
    font-size: 180%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
	font-family: Microsoft yahei;
}

#page_function4_text_sub {
    margin-top: 16px;
    font-family: text;
    color: white;
    font-size: 130%;
    line-height: 175%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
	font-family: Microsoft yahei;
}

#page_function4_table {
    width: 100%;
	height: 100%;
    left: 0;
	top:12%;
    position: absolute;
}

#page_function4_table_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	background: #ececec;
}



#page_function4_table_face_01 {
    position: absolute;
    height: 13.4%;
    left: 16.2%;
    bottom: 64%;
    opacity: 0;
}

#page_function4_table_face_02 {
    position: absolute;
    width: 6.4%;
    height: 13.4%;
    left: 32.3%;
    bottom: 54.5%;
    opacity: 0;
}

#page_function4_table_face_03 {
    position: absolute;
    width: 6.4%;
    height: 13.4%;
    left: 48.2%;
    bottom: 42%;
    opacity: 0;
}

#page_function4_table_face_04 {
    position: absolute;
    width: 6.4%;
    height: 13.4%;
    left: 64.0%;
    bottom: 84%;
    opacity: 0;
}

#page_function4_table_face_05 {
    position: absolute;
    width: 6.4%;
    height: 13.4%;
    left: 79.5%;
    bottom: 60.9%;
    opacity: 0;
}



@media (min-width:480px) and (max-width:600px) {
    body {
        font-size: 55%;
    }
}

@media (min-width:600px) and (max-width:1024px) {
    body {
        font-size: 55%;
    }
}

@media (min-width:800px) and (max-width:1024px) {
    body {
        font-size: 68%;
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    body {
        font-size: 86%;
    }
}

@media (min-width:1280px) and (max-width:1366px) {
    body {
        font-size: 90%;
    }
}

@media (min-width:1366px) and (max-width:1440px) {
    body {
        font-size: 100%;
    }
}

@media (min-width:1440px) and (max-width:1680px) {
    body {
        font-size: 112%;
    }
}

@media (min-width:1680px) and (max-width:1921px) {
    body {
        font-size: 135%;
    }
}

@media (min-width:1921px) and (max-width:2560px) {
    body {
        font-size: 150%;
    }
}

@media (min-width:2560px) {
    body {
        font-size: 180%;
    }
}

@media (min-aspect-ratio:16 / 5) {

    #page_function1_show {
        -webkit-transform: scale(0.6, 0.6);
        -ms-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
    }
    #page_function2_show {
        -webkit-transform: scale(0.6, 0.6);
        -ms-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
    }
    #page_function3_show {
        -webkit-transform: scale(0.6, 0.6);
        -ms-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
    }
    #page_function4_table {
        -webkit-transform: scale(0.6, 0.6);
        -ms-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
    }
}

@media (min-aspect-ratio:16 / 6) and (max-aspect-ratio:16 / 5) {

    #page_function1_show {
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
    #page_function2_show {
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
    #page_function3_show {
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
    #page_function4_table {
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
}

@media (min-aspect-ratio:16 / 7) and (max-aspect-ratio:16 / 6) {

    #page_function1_show {
        -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    #page_function2_show {
        -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    #page_function3_show {
        -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
    #page_function4_table {
        -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
}

@media (min-aspect-ratio:16 / 8) and (max-aspect-ratio:16 / 7) {

    #page_function1_show {
        -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }
    #page_function2_show {
        -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }
    #page_function3_show {
        -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }
    #page_function4_table {
        -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }
}
/**新闻尺寸样式**/
.topic_news{
	width:1200px;
	height:auto;
	margin:0 auto;}
.focus{
	width: 45%;
	float:left;
	height:auto;
}
.page3_focus{
	width: 55%;
    float: left;
    height: auto;
    left: 0;
    position: absolute;
}
.right_topic_news{
	width: 45%;
	float: right;
	
}
.page3_right_topic_news{
	width: 40%;
	float: right;
	
}
.news_list{
	width: 1200px;
	height:auto;
	
}
.page2_news_t{
	width: 520px;
	float: left;
	position:absolute;
	margin-bottom: 30px;
	
}
.page2_news_t img{
	float: left;
	margin-left: 15px;
	position: absolute;
	
}
.page2_news_t p{
	float: right;
	right: 10px;
	position: absolute;
	
}

.page4_people_list{
	margin:0 auto;
	width: 100%;
	height:auto;
	
}
.page4_people_list li{
	float: left;
	width:20%;
	height:auto;
	border: 1px solid #ececec;
    padding: 13px;
	margin: 0px 60px 40px 0px;
}
.pic_h3{
	
	font-size: 28px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: #0096bb;
    text-align: center;
    padding: 5px 0 8px 0;
}

.pic_p{
	font-size: 18px;
    text-align: center;
    color: #464646;
}

.news_left{
	width: 45%;
    margin-right: 20px;
    float: left;
	  position: absolute;
    margin-top: 442px;
}

.news_right{
	width: 45%;
    float: right;
    margin-top: 442px;
	position: absolute;
	right: 0;

}
.more{float: right;
    position: absolute;
    bottom: 10%;
    right: 19%;}