@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.6s;
    animation: animateTextTitleIn 0.6s;
    -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.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}
@keyframes animateControlFocus {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}
.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.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: 0.4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes animateControlFocusOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    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;
}
@-webkit-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;
    }
}
@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 animateFunction1BookPage5In {
    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes animateFunction1BookPage5In {
    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}
.animateFunction1BookPage5In {
    -webkit-animation: animateFunction1BookPage3In 0.8s;
    animation: animateFunction1BookPage3In 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes animateFunction1BookPage4In {
    0% {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes animateFunction1BookPage4In {
    0% {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}
.animateFunction1BookPage4In {
    -webkit-animation: animateFunction1BookPage4In 0.8s;
    animation: animateFunction1BookPage4In 0.8s;
    -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 animateFunction1BookPage5Out {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
}
@keyframes animateFunction1BookPage5Out {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
}
.animateFunction1BookPage5Out {
    -webkit-animation: animateFunction1BookPage3Out 0.6s;
    animation: animateFunction1BookPage3Out 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
@-webkit-keyframes animateFunction1BookPage4Out {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
}
@keyframes animateFunction1BookPage4Out {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
}
.animateFunction1BookPage4Out {
    -webkit-animation: animateFunction1BookPage4Out 0.6s;
    animation: animateFunction1BookPage4Out 0.6s;
    -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;
    }
}
.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("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    display: none;
}
#load_function1_page1 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function1_book_page12761ce.jpg");
    display: none;
}
#load_function1_page2 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function1_book_page22761ce.jpg");
    display: none;
}
#load_function2_book1 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_012761ce.jpg");
}
#load_function2_book2 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_022761ce.jpg");
}
#load_function2_book3 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_032761ce.jpg");
}
#load_function2_book4 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_042761ce.jpg");
}
#load_function2_book5 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_052761ce.jpg");
}
#load_function2_book6 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_062761ce.jpg");
}
#load_function2_book7 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_072761ce.jpg");
}
#load_function3_book {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function3_book2761ce.png");
}
#load_function4_background {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function4_table_background2761ce.png");
}
#background {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/background2740d2.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#logo {
    background-image: url("Android_@2x/logo.png");
}
#nav_iPhone_img {
    background-image: url("ios_@2x/top_app%20stroe.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#nav_android_img {
    background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/top_android.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#nav_QRCode_img {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav279486.png");
    background-size: 108px 172px;
    background-position: 0 -44px;
}
#nav_QRCode_hover_img {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav279486.png");
    background-size: 108px 172px;
    background-position: 0 100%;
    background-repeat: no-repeat;
}
#arrow_right_height {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/ui2761ce.png");
    background-size: 738.1% 284.0%;
    background-position: 0 97%;
}
#arrow_left_height {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/ui2761ce.png");
    background-size: 738.1% 284.0%;
    background-position: 0 97%;
}
#page_download_hand {
    background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Bitmap.png");
}
#page_download_pc_iPhone {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav279486.png");
    background-size: 108px 172px;
}
#page_download_pc_android {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav279486.png");
    background-size: 108px 172px;
    background-position: 0 -21px;
}
#page_function1_book_page1 {
    background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/home_page.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#page_function1_book_page2 {
    background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/video_erect.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#page_function1_book_page3 {
    background-image:url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Books_details.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#page_function1_book_page4 {
    background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Personal_center.png");
    background-size: 80% 80%;
    background-repeat: no-repeat;
}
#page_function1_book_page5 {
    background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/my_account.png");
    background-size: 80% 80%;
    background-repeat: no-repeat;
}
#page_function1_skin_icon {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 1875% 1250%;
    background-position: 0 6%;
}
#page_function1_font {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 175.4% 2000%;
}
#page_function2_face_left {
    background-image: url("Android_@2x/play.png");
    background-size: 50% 50%;
    background-repeat: no-repeat;
    /*background-size: 324.3% 3076.9%;*/
    /*background-position: 13.2% 15.8%;*/
}
#page_function2_face_right {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 324.3% 3076.9%;
    background-position: 13.2% 11.5%;
}
#page_function2_face_main {
    background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Function_data.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#page_function2_face_text {
    background-image: url("Android_@2x/play.png");
    background-repeat: no-repeat;
    background-size: 20% 20%;
    /*background-size: 555.6% 2105.3%;*/
    /*background-position: 10.9% 6%;*/
}
#page_function2_book_01 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_012761ce.jpg");
    background-size: 100% 100%;
}
#page_function2_book_02 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_022761ce.jpg");
    background-size: 100% 100%;
}
#page_function2_book_03 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_032761ce.jpg");
    background-size: 100% 100%;
}
#page_function2_book_04 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_042761ce.jpg");
    background-size: 100% 100%;
}
#page_function2_book_05 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_052761ce.jpg");
    background-size: 100% 100%;
}
#page_function2_book_06 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_062761ce.jpg");
    background-size: 100% 100%;
}
#page_function2_book_07 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_072761ce.jpg");
    background-size: 100% 100%;
}
#page_function3_talk_01 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 239% 1000%;
    background-position: 0% 32.8%;
}
#page_function3_talk_02 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 272.7% 1081.1%;
    background-position: 0% 44.7%;
}
#page_function3_talk_03 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 319.1% 1290.3%;
    background-position: 0% 55.3%;
}
#page_function3_talk_04 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 422.5% 1739.1%;
    background-position: 0% 62.9%;
}
#page_function3_talk_05 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 451.1% 1904.8%;
    background-position: 0% 70.5%;
}
#page_function3_talk_06 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 600% 2352.9%;
    background-position: 0% 76.0%;
}
#page_function3_book {
    background-image: url("https://mprescdn.bookln.cn/qrcode/weread/https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Model_style.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#page_function4_table_background {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function4_table_background2761ce.png");
    background-size: 100% 100%;
}
#page_function4_table_column_01 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 2400% 155.6%;
    background-position: 60.5% 0%;
}
#page_function4_table_column_02 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 2400% 181.8%;
    background-position: 65.7% 0%;
}
#page_function4_table_column_03 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 2400% 238.1%;
    background-position: 70.9% 0%;
}
#page_function4_table_column_04 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 2400% 112.4%;
    background-position: 76.1% 0%;
}
#page_function4_table_column_05 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 2400% 163.3%;
    background-position: 81.3% 0%;
}
#page_function4_table_face_01 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 1052.6% 701.8%;
    background-position: 0% 91.7%;
}
#page_function4_table_face_02 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 1052.6% 701.8%;
    background-position: 12% 91.7%;
}
#page_function4_table_face_03 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 1052.6% 701.8%;
    background-position: 23.8% 91.7%;
}
#page_function4_table_face_04 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 1052.6% 701.8%;
    background-position: 35.6% 91.7%;
}
#page_function4_table_face_05 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 1052.6% 701.8%;
    background-position: 47.2% 91.7%;
}
#page_function4_table_time_01 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 588.2% 2105.3%;
    background-position: 100% 0%;
}
#page_function4_table_time_02 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 666.7% 2105.3%;
    background-position: 97.8% 6%;
}
#page_function4_table_time_03 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 666.7% 2105.3%;
    background-position: 97.8% 12%;
}
#page_function4_table_time_04 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 594.1% 2105.3%;
    background-position: 100% 18%;
}
#page_function4_table_time_05 {
    background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2788ec.png");
    background-size: 594.1% 2105.3%;
    background-position: 100% 24.4%;
}
#page_download_mobile_iPhone {
    background-image: url("https://mprescdn.bookln.cn/qrcode/weread/ios_@2x/ios_download.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#page_download_mobile_android {
    background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/android_download.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*background-size: 100% 322%;*/
    /*background-position: 0 47%;*/
}
#arrow_down {
    background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Arrow.png");
    background-size: 80% 80%;
    /*background-position: 50% 50%;*/
    background-repeat: no-repeat;
}
@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("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        display: none;
    }
    #load_function1_page1 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function1_book_page1_2x2761ce.jpg");
        display: none;
    }
    #load_function1_page2 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function1_book_page2_2x2761ce.jpg");
        display: none;
    }
    #load_function2_book1 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_01_2x2761ce.jpg");
    }
    #load_function2_book2 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_02_2x2761ce.jpg");
    }
    #load_function2_book3 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_03_2x2761ce.jpg");
    }
    #load_function2_book4 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_04_2x2761ce.jpg");
    }
    #load_function2_book5 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_05_2x2761ce.jpg");
    }
    #load_function2_book6 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_06_2x2761ce.jpg");
    }
    #load_function2_book7 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_07_2x2761ce.jpg");
    }
    #load_function3_book {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function3_book_2x2740d2.png");
    }
    #load_function4_background {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function4_table_background_2x2740d2.png");
    }
    #background {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/background2740d2.jpg");
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    #logo {
        background-image: url("Android_@2x/logo.png");
    }
    #nav_iPhone_img {
        background-image: url("ios_@2x/top_app%20stroe.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #nav_android_img {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/top_android.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #nav_QRCode_img {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav279486.png");
        background-size: 108px 172px;
        background-position: 0 -44px;
    }
    #nav_QRCode_hover_img {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav279486.png");
        background-size: 108px 172px;
        background-position: 0 100%;
        background-repeat: no-repeat;
    }
    #arrow_right_height {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/ui_2x2761ce.png");
        background-size: 738.1% 284.0%;
        background-position: 0 97%;
    }
    #arrow_left_height {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/ui_2x2761ce.png");
        background-size: 738.1% 284.0%;
        background-position: 0 97%;
    }
    #page_download_hand {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Bitmap.png");
    }
    #page_download_pc_iPhone {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav279486.png");
        background-size: 108px 172px;
    }
    #page_download_pc_android {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav279486.png");
        background-size: 108px 172px;
        background-position: 0 -21px;
    }
    #page_function1_book_page1 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/home_page.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page2 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/video_erect.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page3 {
        background-image:url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Books_details.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page4 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Personal_center.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page5 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/my_account.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_skin_icon {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 1875% 1250%;
        background-position: 0 6%;
    }
    #page_function1_font {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 175.4% 2000%;
    }
    #page_function2_face_left {
        background-image: url("Android_@2x/play.png");
        background-size: 50% 50%;
        background-repeat: no-repeat;
        /*background-size: 324.3% 3076.9%;*/
        /*background-position: 13.2% 15.8%;*/
    }
    #page_function2_face_right {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 324.3% 3076.9%;
        background-position: 13.2% 11.5%;
    }
    #page_function2_face_main {
        background-image:url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Function_data.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    #page_function2_face_text {
        background-image: url("Android_@2x/play.png");
        background-repeat: no-repeat;
        background-size:20% 20%;
        /*background-size: 555.6% 2105.3%;*/
        /*background-position: 10.9% 6%;*/
    }
    #page_function2_book_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_01_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_02_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_03_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_04_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_05_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_06 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_06_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_07 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_07_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function3_talk_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 239% 1000%;
        background-position: 0% 32.8%;
    }
    #page_function3_talk_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 272.7% 1081.1%;
        background-position: 0% 44.7%;
    }
    #page_function3_talk_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 319.1% 1290.3%;
        background-position: 0% 55.3%;
    }
    #page_function3_talk_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 422.5% 1739.1%;
        background-position: 0% 62.9%;
    }
    #page_function3_talk_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 451.1% 1904.8%;
        background-position: 0% 70.5%;
    }
    #page_function3_talk_06 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 600% 2352.9%;
        background-position: 0% 76.0%;
    }
    #page_function3_book {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Model_style.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function4_table_background {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function4_table_background_2x2740d2.png");
        background-size: 100% 100%;
    }
    #page_function4_table_column_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 2400% 155.6%;
        background-position: 60.5% 0%;
    }
    #page_function4_table_column_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 2400% 181.8%;
        background-position: 65.7% 0%;
    }
    #page_function4_table_column_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 2400% 238.1%;
        background-position: 70.9% 0%;
    }
    #page_function4_table_column_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 2400% 112.4%;
        background-position: 76.1% 0%;
    }
    #page_function4_table_column_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 2400% 163.3%;
        background-position: 81.3% 0%;
    }
    #page_function4_table_face_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 0% 91.7%;
    }
    #page_function4_table_face_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 12% 91.7%;
    }
    #page_function4_table_face_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 23.8% 91.7%;
    }
    #page_function4_table_face_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 35.6% 91.7%;
    }
    #page_function4_table_face_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 47.2% 91.7%;
    }
    #page_function4_table_time_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 588.2% 2105.3%;
        background-position: 100% 0%;
    }
    #page_function4_table_time_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 666.7% 2105.3%;
        background-position: 97.8% 6%;
    }
    #page_function4_table_time_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 666.7% 2105.3%;
        background-position: 97.8% 12%;
    }
    #page_function4_table_time_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 594.1% 2105.3%;
        background-position: 100% 18%;
    }
    #page_function4_table_time_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 594.1% 2105.3%;
        background-position: 100% 24.4%;
    }
    #page_download_mobile_iPhone {
        background-image:url("https://mprescdn.bookln.cn/qrcode/weread/ios_@2x/ios_download.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /*background-size: 100% 322%;*/
    }
    #page_download_mobile_android {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/android_download.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #arrow_down {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Arrow.png");
        background-size: 80% 80%;
        /*background-position: 50% 50%;*/
        background-repeat: no-repeat;
    }
}
@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("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        display: none;
    }
    #load_function1_page1 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function1_book_page1_2x2761ce.jpg");
        display: none;
    }
    #load_function1_page2 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function1_book_page2_2x2761ce.jpg");
        display: none;
    }
    #load_function2_book1 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_01_2x2761ce.jpg");
    }
    #load_function2_book2 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_02_2x2761ce.jpg");
    }
    #load_function2_book3 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_03_2x2761ce.jpg");
    }
    #load_function2_book4 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_04_2x2761ce.jpg");
    }
    #load_function2_book5 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_05_2x2761ce.jpg");
    }
    #load_function2_book6 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_06_2x2761ce.jpg");
    }
    #load_function2_book7 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_07_2x2761ce.jpg");
    }
    #load_function3_book {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function3_book_2x2740d2.png");
    }
    #load_function4_background {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function4_table_background_2x2740d2.png");
    }
    #background {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/background2740d2.jpg");
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    #logo {
        background-image: url("Android_@2x/logo.png");
    }
    #nav_iPhone_img {
        background-image: url("ios_@2x/top_app%20stroe.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #nav_android_img {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/top_android.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #nav_QRCode_img {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav_2x279486.png");
        background-size: 108px 172px;
        background-position: 0 -44px;
    }
    #nav_QRCode_hover_img {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav_2x279486.png");
        background-size: 108px 172px;
        background-position: 0 100%;
        background-repeat: no-repeat;
    }
    #arrow_right_height {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/ui_2x2761ce.png");
        background-size: 738.1% 284.0%;
        background-position: 0 97%;
    }
    #arrow_left_height {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/ui_2x2761ce.png");
        background-size: 738.1% 284.0%;
        background-position: 0 97%;
    }
    #page_download_hand {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Bitmap.png");
    }
    #page_download_pc_iPhone {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav_2x279486.png");
        background-size: 108px 172px;
    }
    #page_download_pc_android {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav_2x279486.png");
        background-size: 108px 172px;
        background-position: 0 -21px;
    }
    #page_function1_book_page1 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/home_page.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page2 {
        background-image:url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/video_erect.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page3 {
        background-image:url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Books_details.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page4 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Personal_center.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page5 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/my_account.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_skin_icon {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 1875% 1250%;
        background-position: 0 6%;
    }
    #page_function1_font {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 175.4% 2000%;
    }
    #page_function2_face_left {
        background-image: url("Android_@2x/play.png");
        background-size: 50% 50%;
        background-repeat: no-repeat;
        /*background-size: 324.3% 3076.9%;*/
        /*background-position: 13.2% 15.8%;*/
    }
    #page_function2_face_right {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 324.3% 3076.9%;
        background-position: 13.2% 11.5%;
    }
    #page_function2_face_main {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Function_data.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    #page_function2_face_text {
        background-image:  url("Android_@2x/play.png");
        background-repeat: no-repeat;
        background-size: 20% 20%;
        /*background-size: 555.6% 2105.3%;*/
        /*background-position: 10.9% 6%;*/
    }
    #page_function2_book_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_01_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_02_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_03_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_04_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_05_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_06 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_06_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_07 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_07_2x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function3_talk_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 239% 1000%;
        background-position: 0% 32.8%;
    }
    #page_function3_talk_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 272.7% 1081.1%;
        background-position: 0% 44.7%;
    }
    #page_function3_talk_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 319.1% 1290.3%;
        background-position: 0% 55.3%;
    }
    #page_function3_talk_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 422.5% 1739.1%;
        background-position: 0% 62.9%;
    }
    #page_function3_talk_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 451.1% 1904.8%;
        background-position: 0% 70.5%;
    }
    #page_function3_talk_06 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 600% 2352.9%;
        background-position: 0% 76.0%;
    }
    #page_function3_book {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Model_style.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function4_table_background {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function4_table_background_2x2740d2.png");
        background-size: 100% 100%;
    }
    #page_function4_table_column_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 2400% 155.6%;
        background-position: 60.5% 0%;
    }
    #page_function4_table_column_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 2400% 181.8%;
        background-position: 65.7% 0%;
    }
    #page_function4_table_column_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 2400% 238.1%;
        background-position: 70.9% 0%;
    }
    #page_function4_table_column_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 2400% 112.4%;
        background-position: 76.1% 0%;
    }
    #page_function4_table_column_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 2400% 163.3%;
        background-position: 81.3% 0%;
    }
    #page_function4_table_face_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 0% 91.7%;
    }
    #page_function4_table_face_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 12% 91.7%;
    }
    #page_function4_table_face_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 23.8% 91.7%;
    }
    #page_function4_table_face_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 35.6% 91.7%;
    }
    #page_function4_table_face_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 47.2% 91.7%;
    }
    #page_function4_table_time_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 588.2% 2105.3%;
        background-position: 100% 0%;
    }
    #page_function4_table_time_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 666.7% 2105.3%;
        background-position: 97.8% 6%;
    }
    #page_function4_table_time_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 666.7% 2105.3%;
        background-position: 97.8% 12%;
    }
    #page_function4_table_time_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 594.1% 2105.3%;
        background-position: 100% 18%;
    }
    #page_function4_table_time_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_2x2788ec.png");
        background-size: 594.1% 2105.3%;
        background-position: 100% 24.4%;
    }
    #page_download_mobile_iPhone {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/ios_@2x/ios_download.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /*background-size: 100% 322%;*/
    }
    #page_download_mobile_android {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/android_download.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #arrow_down {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Arrow.png");
        background-size: 80% 80%;
        /*background-position: 50% 50%;*/
        background-repeat: no-repeat;
    }
}
@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("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        display: none;
    }
    #load_function1_page1 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function1_book_page1_4x2761ce.jpg");
        display: none;
    }
    #load_function1_page2 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function1_book_page2_4x2761ce.jpg");
        display: none;
    }
    #load_function2_book1 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_01_4x2761ce.jpg");
    }
    #load_function2_book2 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_02_4x2761ce.jpg");
    }
    #load_function2_book3 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_03_4x2761ce.jpg");
    }
    #load_function2_book4 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_04_4x2761ce.jpg");
    }
    #load_function2_book5 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_05_4x2761ce.jpg");
    }
    #load_function2_book6 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_06_4x2761ce.jpg");
    }
    #load_function2_book7 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_07_4x2761ce.jpg");
    }
    #load_function3_book {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function3_book_4x2740d2.png");
    }
    #load_function4_background {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function4_table_background_4x2740d2.png");
    }
    #background {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/background2740d2.jpg");
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    #logo {
        background-image: url("Android_@2x/logo.png");
    }
    #nav_iPhone_img {
        background-image: url("ios_@2x/top_app%20stroe.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #nav_android_img {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/top_android.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #nav_QRCode_img {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav_2x279486.png");
        background-size: 108px 172px;
        background-position: 0 -44px;
    }
    #nav_QRCode_hover_img {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav_2x279486.png");
        background-size: 108px 172px;
        background-position: 0 100%;
        background-repeat: no-repeat;
    }
    #arrow_right_height {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/ui_4x2761ce.png");
        background-size: 738.1% 284.0%;
        background-position: 0 97%;
    }
    #arrow_left_height {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/ui_4x2761ce.png");
        background-size: 738.1% 284.0%;
        background-position: 0 97%;
    }
    #page_download_hand {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Bitmap.png");
    }
    #page_download_pc_iPhone {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav_2x279486.png");
        background-size: 108px 172px;
    }
    #page_download_pc_android {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav_2x279486.png");
        background-size: 108px 172px;
        background-position: 0 -21px;
    }
    #page_function1_book_page1 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/home_page.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page2 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/video_erect.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page3 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Books_details.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page4 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Personal_center.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page5 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/my_account.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_skin_icon {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 1875% 1250%;
        background-position: 0 6%;
    }
    #page_function1_font {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 175.4% 2000%;
    }
    #page_function2_face_left {
        background-image:url("Android_@2x/play.png");
        background-size: 50% 50%;
        background-repeat: no-repeat;
        /*background-size: 324.3% 3076.9%;*/
        /*background-position: 13.2% 15.8%;*/
    }
    #page_function2_face_right {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 324.3% 3076.9%;
        background-position: 13.2% 11.5%;
    }
    #page_function2_face_main {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Function_data.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    #page_function2_face_text {
        background-image:  url("Android_@2x/play.png");
        background-repeat: no-repeat;
        background-size:  20% 20%;
        /*background-size: 555.6% 2105.3%;*/
        /*background-position: 10.9% 6%;*/
    }
    #page_function2_book_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_01_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_02_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_03_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_04_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_05_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_06 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_06_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_07 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_07_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function3_talk_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 239% 1000%;
        background-position: 0% 32.8%;
    }
    #page_function3_talk_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 272.7% 1081.1%;
        background-position: 0% 44.7%;
    }
    #page_function3_talk_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 319.1% 1290.3%;
        background-position: 0% 55.3%;
    }
    #page_function3_talk_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 422.5% 1739.1%;
        background-position: 0% 62.9%;
    }
    #page_function3_talk_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 451.1% 1904.8%;
        background-position: 0% 70.5%;
    }
    #page_function3_talk_06 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 600% 2352.9%;
        background-position: 0% 76.0%;
    }
    #page_function3_book {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Model_style.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function4_table_background {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function4_table_background_4x2740d2.png");
        background-size: 100% 100%;
    }
    #page_function4_table_column_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 2400% 155.6%;
        background-position: 60.5% 0%;
    }
    #page_function4_table_column_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 2400% 181.8%;
        background-position: 65.7% 0%;
    }
    #page_function4_table_column_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 2400% 238.1%;
        background-position: 70.9% 0%;
    }
    #page_function4_table_column_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 2400% 112.4%;
        background-position: 76.1% 0%;
    }
    #page_function4_table_column_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 2400% 163.3%;
        background-position: 81.3% 0%;
    }
    #page_function4_table_face_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 0% 91.7%;
    }
    #page_function4_table_face_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 12% 91.7%;
    }
    #page_function4_table_face_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 23.8% 91.7%;
    }
    #page_function4_table_face_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 35.6% 91.7%;
    }
    #page_function4_table_face_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 47.2% 91.7%;
    }
    #page_function4_table_time_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 588.2% 2105.3%;
        background-position: 100% 0%;
    }
    #page_function4_table_time_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 666.7% 2105.3%;
        background-position: 97.8% 6%;
    }
    #page_function4_table_time_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 666.7% 2105.3%;
        background-position: 97.8% 12%;
    }
    #page_function4_table_time_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 594.1% 2105.3%;
        background-position: 100% 18%;
    }
    #page_function4_table_time_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 594.1% 2105.3%;
        background-position: 100% 24.4%;
    }
    #page_download_mobile_iPhone {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/ios_@2x/ios_download.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /*background-size: 100% 322%;*/
    }
    #page_download_mobile_android {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/android_download.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #arrow_down {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Arrow.png");
        background-size: 80% 80%;
        /*background-position:50% 50%;*/
        background-repeat: no-repeat;
    }
}
@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("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        display: none;
    }
    #load_function1_page1 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function1_book_page1_4x2761ce.jpg");
        display: none;
    }
    #load_function1_page2 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function1_book_page2_4x2761ce.jpg");
        display: none;
    }
    #load_function2_book1 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_01_4x2761ce.jpg");
    }
    #load_function2_book2 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_02_4x2761ce.jpg");
    }
    #load_function2_book3 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_03_4x2761ce.jpg");
    }
    #load_function2_book4 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_04_4x2761ce.jpg");
    }
    #load_function2_book5 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_05_4x2761ce.jpg");
    }
    #load_function2_book6 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_06_4x2761ce.jpg");
    }
    #load_function2_book7 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_07_4x2761ce.jpg");
    }
    #load_function3_book {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function3_book_4x2740d2.png");
    }
    #load_function4_background {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function4_table_background_4x2740d2.png");
    }
    #background {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/background2740d2.jpg");
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    #logo {
        background-image: url("Android_@2x/logo.png");
    }
    #nav_iPhone_img {
        background-image: url("ios_@2x/top_app%20stroe.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #nav_android_img {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/top_android.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #nav_QRCode_img {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav_2x279486.png");
        background-size: 108px 172px;
        background-position: 0 -44px;
    }
    #nav_QRCode_hover_img {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav_2x279486.png");
        background-size: 108px 172px;
        background-position: 0 100%;
        background-repeat: no-repeat;
    }
    #arrow_right_height {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/ui_4x2761ce.png");
        background-size: 738.1% 284.0%;
        background-position: 0 97%;
    }
    #arrow_left_height {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/ui_4x2761ce.png");
        background-size: 738.1% 284.0%;
        background-position: 0 97%;
    }
    #page_download_hand {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Bitmap.png");
    }
    #page_download_pc_iPhone {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav_2x279486.png");
        background-size: 108px 172px;
    }
    #page_download_pc_android {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/nav_2x279486.png");
        background-size: 108px 172px;
        background-position: 0 -21px;
    }
    #page_function1_book_page1 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/home_page.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page2 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/video_erect.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page3 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Books_details.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page4 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Personal_center.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_book_page5 {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/my_account.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function1_skin_icon {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 1875% 1250%;
        background-position: 0 6%;
    }
    #page_function1_font {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 175.4% 2000%;
    }
    #page_function2_face_left {
        background-image: url("Android_@2x/play.png");
        background-size: 50% 50%;
        background-repeat: no-repeat;
        /*background-size: 324.3% 3076.9%;*/
        /*background-position: 13.2% 15.8%;*/
    }
    #page_function2_face_right {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 324.3% 3076.9%;
        background-position: 13.2% 11.5%;
    }
    #page_function2_face_main {
        background-image:url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Function_data.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    #page_function2_face_text {
        background-image:  url("Android_@2x/play.png");
        background-repeat: no-repeat;
        background-size: 20% 20%;
        /*background-position: 10.9% 6%;*/
    }
    #page_function2_book_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_01_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_02_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_03_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_04_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_05_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_06 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_06_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function2_book_07 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function2_book_07_4x2761ce.jpg");
        background-size: 100% 100%;
    }
    #page_function3_talk_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 239% 1000%;
        background-position: 0% 32.8%;
    }
    #page_function3_talk_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 272.7% 1081.1%;
        background-position: 0% 44.7%;
    }
    #page_function3_talk_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 319.1% 1290.3%;
        background-position: 0% 55.3%;
    }
    #page_function3_talk_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 422.5% 1739.1%;
        background-position: 0% 62.9%;
    }
    #page_function3_talk_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 451.1% 1904.8%;
        background-position: 0% 70.5%;
    }
    #page_function3_talk_06 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 600% 2352.9%;
        background-position: 0% 76.0%;
    }
    #page_function3_book {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Model_style.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #page_function4_table_background {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function4_table_background_4x2740d2.png");
        background-size: 100% 100%;
    }
    #page_function4_table_column_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 2400% 155.6%;
        background-position: 60.5% 0%;
    }
    #page_function4_table_column_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 2400% 181.8%;
        background-position: 65.7% 0%;
    }
    #page_function4_table_column_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 2400% 238.1%;
        background-position: 70.9% 0%;
    }
    #page_function4_table_column_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 2400% 112.4%;
        background-position: 76.1% 0%;
    }
    #page_function4_table_column_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 2400% 163.3%;
        background-position: 81.3% 0%;
    }
    #page_function4_table_face_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 0% 91.7%;
    }
    #page_function4_table_face_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 12% 91.7%;
    }
    #page_function4_table_face_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 23.8% 91.7%;
    }
    #page_function4_table_face_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 35.6% 91.7%;
    }
    #page_function4_table_face_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 1052.6% 701.8%;
        background-position: 47.2% 91.7%;
    }
    #page_function4_table_time_01 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 588.2% 2105.3%;
        background-position: 100% 0%;
    }
    #page_function4_table_time_02 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 666.7% 2105.3%;
        background-position: 97.8% 6%;
    }
    #page_function4_table_time_03 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 666.7% 2105.3%;
        background-position: 97.8% 12%;
    }
    #page_function4_table_time_04 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 594.1% 2105.3%;
        background-position: 100% 18%;
    }
    #page_function4_table_time_05 {
        background-image: url("http://weread.qq.com/zh_CN/htmledition/images/function_4x2788ec.png");
        background-size: 594.1% 2105.3%;
        background-position: 100% 24.4%;
    }
    #page_download_mobile_iPhone {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/ios_@2x/ios_download.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /*background-size: 100% 322%;*/
    }
    #page_download_mobile_android {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/android_download.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #arrow_down {
        background-image: url("https://mprescdn.bookln.cn/qrcode/weread/Android_@2x/Arrow.png");
        background-size: 80% 80%;
        background-repeat: no-repeat;
        /*background-position: 18.4% 73%;*/
    }
}
/*@font-face {*/
    /*font-family: download;*/
    /**font-family: none;*/
    /*src: url("http://weread.qq.com/zh_CN/htmledition/style/fonts/SourceHanSansSC-Regular.eot");*/
    /*src: url("./fonts/SourceHanSansSC-Regular.eot?#iefix") format("embedded-opentype"), url("http://weread.qq.com/zh_CN/htmledition/style/fonts/SourceHanSansSC-Regular.woff") format("woff"), url("http://weread.qq.com/zh_CN/htmledition/style/fonts/SourceHanSansSC-Regular.ttf") format("truetype");*/
/*}*/
/*@font-face {*/
    /*font-family: title;*/
    /**font-family: none;*/
    /*src: url("http://weread.qq.com/zh_CN/htmledition/style/fonts/SourceHanSansSC-Normal.eot");*/
    /*src: url("./fonts/SourceHanSansSC-Normal.eot?#iefix") format("embedded-opentype"), url("http://weread.qq.com/zh_CN/htmledition/style/fonts/SourceHanSansSC-Normal.woff") format("woff"), url("http://weread.qq.com/zh_CN/htmledition/style/fonts/SourceHanSansSC-Normal.ttf") format("truetype");*/
/*}*/
/*@font-face {*/
    /*font-family: text;*/
    /**font-family: none;*/
    /*src: url("http://weread.qq.com/zh_CN/htmledition/style/fonts/SourceHanSansSC-ExtraLight.eot");*/
    /*src: url("./fonts/SourceHanSansSC-ExtraLight.eot?#iefix") format("embedded-opentype"), url("http://weread.qq.com/zh_CN/htmledition/style/fonts/SourceHanSansSC-ExtraLight.woff") format("woff"), url("http://weread.qq.com/zh_CN/htmledition/style/fonts/SourceHanSansSC-ExtraLight.ttf") format("truetype");*/
/*}*/
* {
    padding: 0;
    margin: 0;
}
body {
    overflow: hidden;
    font-size: 12pt;
    background-color: #2f2318;
}
img {
    border: 0 none;
}
.load {
    display: none;
}
#view {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}
#logo {
    position: fixed;
    z-index: 1000;
    display: block;
    left: 64px;
    width: 70px;
    height: 32px;
    top: 22px;
    background-size: 100% 100%;
    cursor: pointer;
}
#arrow_right {
    position: fixed;
    z-index: 1000;
    width: 2%;
    right: 2.5%;
    top: 50%;
    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: 50%;
    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: block;
}
#nav_iPhone {
    position: fixed;
    z-index: 1000;
    width: 47%;
    height: 7%;
    /*border-radius: 40px;*/
    /*border: 1px solid rgba(255, 255, 255, 0.6);*/
    top: 24px;
    right: 340px;
    opacity: 0;
}
#nav_iPhone_img {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 100%;
}
#nav_android {
    position: fixed;
    z-index: 1000;
    width: 47%;
    height: 7%;
    /*border-radius: 40px;*/
    /*border: 1px solid rgba(255, 255, 255, 0.6);*/
    top: 24px;
    right: 340px;
    opacity: 0;
}
#nav_android_img {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 100%;
}
#nav_QRCode {
    position: fixed;
    z-index: 1000;
    width: 124px;
    height: 34px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    top: 22px;
    right: 52px;
    opacity: 0;
}
#nav_QRCode_img {
    position: absolute;
    left: 17px;
    top: 7px;
    width: 93px;
    height: 20px;
}
#nav_QRCode_hover {
    cursor: default;
    top: 25px;
    left: -1px;
    padding-top: 40px;
    margin-top: -40px;
    right: -1px;
    position: absolute;
    display: none;
    background: url(about:blank);
    opacity: 0;
}
#nav_QRCode_hover_border {
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 108px;
    height: 108px;
    padding: 8px;
}
#nav_QRCode_hover_img {
    width: 108px;
    height: 108px;
    position: absolute;
    opacity: 1;
}
#background {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 1000%;
}
#pageControl {
    position: fixed;
    width: 130px;
    height: 10px;
    bottom: 5%;
    left: 50%;
    z-index: 1500;
    opacity: 0;
    margin-left: -75px;
}
.pageControl {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: white;
    opacity: 0.4;
    margin-left: 20px;
    cursor: pointer;
}
#pageControl_button1 {
    margin-left: 0px;
}
#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;
}
#page_download_hand {
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 95%;
    left: 0%;
    top: 0%;
    width: 44%;
    opacity: 0;
    /*outline: 1px solid red;*/
    /*color: rgba(0, 0, 0, 0.61);*/
}
#page_download_show {
    position: absolute;
    top: 30%;
    right: 15%;
    width: 38.7%;
}
#page_download_show_top {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 13%;
    /*outline: 1px solid red;*/
}
#page_download_text {
    width: 100%;
    /*font-family: download;*/
    text-align: left;
    line-height: 175%;
    color: white;
    font-size: 175%;
    position: absolute;
    top: 10%;
    left: 20%;
    opacity: 0;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}
#page_download_text>div{
    font-size: 72%;
    color: rgba(255, 255, 255, 0.8);
}
/*#page_download_text>a{*/
    /*text-decoration: none;*/
    /*color: inherit;*/
    /*font-size: 120%;*/
    /*/!*outline: 1px solid red;*!/*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 20%;*/
    /*line-height: 52px;*/
    /*border-radius: 25%;*/
    /*text-align: center;*/
    /*border: 1px solid rgba(255, 255, 255, 0.6);*/
/*}*/
/*.Android_icon{*/
    /*width: 30px;*/
    /*height: 30px;*/
/*}*/
#page_download_button {
    display: none;
}
#page_function1 {
    left: 0%;
}
#page_function1_text {
    position: absolute;
    left: 15%;
    top: 35%;
    width: 32.2%;
}
#page_function1_text_title {
    /*font-family: download;*/
    color: white;
    font-size: 175%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}
#page_function1_text_sub {
    margin-top: 16px;
    /*font-family: download;*/
    color: white;
    font-size: 116%;
    line-height: 175%;
    /*text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);*/
    opacity: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}
#page_function1_show {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
    height: 70%;
    /*padding-bottom: 130%;*/
}
#page_function1_show_top {
    position: absolute;
    width: 100%;
    padding-bottom: 130%;
    /*hegiht:100%;*/
}
#page_function1_book {
    position: absolute;
    width: 100%;
    height: 100%;
}
#page_function1_book_page1 {
    position: absolute;
    width: 50%;
    height: 66%;
    right: 28.5%;
    top: 5%;
    /*bottom: -10%;*/
    opacity: 0;
    /*box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1);*/
}
#page_function1_book_page2 {
    position: absolute;
    height: 53%;
    width: 40%;
    left: 5%;
    /*bottom: -6%;*/
    top: 18%;
    opacity: 0;
}
#page_function1_book_page3 {
    position: absolute;
    height:53%;
    width: 43%;
    right: 13%;
    /*bottom: -6%;*/
    top: 18%;
    opacity: 0;
}
#page_function1_book_page4 {
    position: absolute;
    height: 41%;
    width: 30%;
    left: -6%;
    /*bottom: 0;*/
    top:28.5%;
    opacity: 0;
}
#page_function1_book_page5 {
    position: absolute;
    height: 41%;
    width: 30%;
    right: 2%;
    /*bottom: 0;*/
    top: 28.5%;
    opacity: 0;
}
#page_function1_skin {
    position: absolute;
    bottom: 10%;
    width: 84.7%;
    height: 6.4%;
    left: 10%;
    opacity: 0;
    display: none;
}
#page_function1_skin_icon {
    position: absolute;
    width: 9.2%;
    height: 100%;
    left: 0;
}
#page_function1_skin_block1 {
    height: 66.6%;
    width: 14%;
    margin: 1.7% 3.4% 1.7% 14.9%;
    float: left;
    background-color: white;
}
#page_function1_skin_block2 {
    height: 66.6%;
    width: 14%;
    margin: 1.7% 3.4%;
    float: left;
    background-color: #f6edd8;
}
#page_function1_skin_block3 {
    height: 66.6%;
    width: 14%;
    margin: 1.7% 3.4%;
    float: left;
    background-color: #c7edcc;
}
#page_function1_skin_block4 {
    height: 66.6%;
    width: 14%;
    margin: 1.7% 0 1.7% 3.4%;
    float: left;
    background-color: #424950;
}
#page_function1_font {
    position: absolute;
    left: 11.4%;
    width: 77.3%;
    height: 3.7%;
    bottom: 1%;
    opacity: 0;
    display: none;
}
#page_function2 {
    left: 0%;
}
#page_function2_text {
    position: absolute;
    left: 15%;
    top: 35%;
    width: 32.2%;
    /*text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);*/
}
#page_function2_text_title {
    /*font-family: title;*/
    color: white;
    font-size: 175%;
    /*text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);*/
    opacity: 0;
    /*text-rendering: geometricPrecision;*/
    /*-webkit-font-smoothing: antialiased;*/
}
#page_function2_text_sub {
    margin-top: 16px;
    /*font-family: text;*/
    color: white;
    font-size: 116%;
    line-height: 175%;
    /*text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);*/
    opacity: 0;
    /*text-rendering: geometricPrecision;*/
    /*-webkit-font-smoothing: antialiased;*/
    text-align: center;
}
#page_function2_show {
    position: absolute;
    right: 5%;
    top: 20%;
    width: 90%;
}
#page_function2_show_top {
    position: absolute;
    width: 100%;
    height: 100%;
    /*padding-bottom: 100%;*/
    /*display: none;*/
    /*outline: 1px solid blue;*/
}
#page_function2_face {
    position: absolute;
    width: 100%;
    height: 100%;
}
#page_function2_face_left {
    position: absolute;
    width: 40.2%;
    height: 40.4%;
    top: 55.0%;
    left: 40%;
    opacity: 0;
    display: none;
}
#page_function2_face_right {
    position: absolute;
    width: 40.2%;
    height: 16.4%;
    top: 22.0%;
    right: 0;
    opacity: 0;
    display: none;
}
#page_function2_face_main {
    position: absolute;
    width: 100%;
    height: 100%;
    /*left: 44.8%;*/
    opacity: 1;
}
#page_function2_face_text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 40%;
    top: 55%;
    opacity: 0;
    display: none;
}
#page_function2_book {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: none;
}
#page_function2_book_01 {
    position: absolute;
    width: 43.3%;
    height: 63.3%;
    left: 28.4%;
    bottom: 0;
    opacity: 0;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
#page_function2_book_02 {
    position: absolute;
    width: 34.6%;
    height: 50.0%;
    left: 15.5%;
    bottom: 0;
    opacity: 0;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}
#page_function2_book_03 {
    position: absolute;
    width: 34.6%;
    height: 50.0%;
    bottom: 0;
    right: 15.5%;
    opacity: 0;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}
#page_function2_book_04 {
    position: absolute;
    width: 27.6%;
    height: 40.6%;
    bottom: 0;
    left: 7.1%;
    opacity: 0;
}
#page_function2_book_05 {
    position: absolute;
    width: 28.4%;
    height: 40.6%;
    bottom: 0px;
    right: 7.1%;
    opacity: 0;
}
#page_function2_book_06 {
    position: absolute;
    width: 19.8%;
    height: 29.4%;
    bottom: 0;
    left: 0;
    opacity: 0;
}
#page_function2_book_07 {
    position: absolute;
    width: 19.4%;
    height: 29.4%;
    bottom: 0;
    right: 0;
    opacity: 0;
}
#page_function3 {
    left: 0%;
}
#page_function3_text {
    position: absolute;
    width: 29.3%;
    left: 15%;
    top: 35%;
}
#page_function3_text_title {
    /*font-family: title;*/
    color: white;
    font-size: 175%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}
#page_function3_text_sub {
    margin-top: 16px;
    /*font-family: text;*/
    color: white;
    font-size: 116%;
    line-height: 175%;
    /*text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);*/
    opacity: 0;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}
#page_function3_show {
    position: absolute;
    right: 10%;
    top: 20%;
    width: 41.5%;
}
#page_function3_show_top {
    position: absolute;
    width: 100%;
    /*padding-bottom: 81.1%;*/
    height: 100%;
}
#page_function3_talk {
    position: absolute;
    width: 100%;
    height: 100%;
}
#page_function3_talk_01 {
    position: absolute;
    width: 44.3%;
    height: 15.6%;
    bottom: 0;
    right: 5.3%;
    opacity: 0;
    display: none;
}
#page_function3_talk_02 {
    position: absolute;
    width: 38.6%;
    height: 14.2%;
    left: 1.8%;
    bottom: 11.5%;
    opacity: 0;
    display: none;
}
#page_function3_talk_03 {
    position: absolute;
    width: 32.8%;
    height: 11.3%;
    left: 24.7%;
    bottom: 46.2%;
    opacity: 0;
    display: none;
}
#page_function3_talk_04 {
    position: absolute;
    width: 22.8%;
    height: 8%;
    bottom: 69.2%;
    right: 24.7%;
    opacity: 0;
    display: none;
}
#page_function3_talk_05 {
    position: absolute;
    width: 23.5%;
    height: 8%;
    bottom: 75%;
    left: 12.3%;
    opacity: 0;
    display: none;
}
#page_function3_talk_06 {
    position: absolute;
    width: 17.6%;
    height: 6.6%;
    right: 37.0%;
    top: 0;
    opacity: 0;
    display: none;
}
#page_function3_book {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    opacity: 0;
}
#page_function4 {
    left: 0%;
    display: none;
}
#page_function4_text {
    position: absolute;
    left: 15%;
    width: 34.1%;
    top: 25%;

}
#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;
}
#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;
}
#page_function4_table {
    width: 65.1%;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
#page_function4_table_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 46.9%;
    margin-top: -46.9%;
}
#page_function4_table_background {
    position: absolute;
    width: 100%;
    height: 82.2%;
    right: 0;
    bottom: -3%;
    opacity: 0;
}
#page_function4_table_column_01 {
    position: absolute;
    width: 2.5%;
    height: 57.1%;
    left: 18.3%;
    bottom: 0;
    opacity: 0;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
#page_function4_table_column_02 {
    position: absolute;
    width: 2.5%;
    height: 48.8%;
    left: 34.1%;
    bottom: 0;
    opacity: 0;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
#page_function4_table_column_03 {
    position: absolute;
    width: 2.5%;
    height: 36.8%;
    left: 49.9%;
    bottom: 0;
    opacity: 0;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
#page_function4_table_column_04 {
    position: absolute;
    width: 2.5%;
    height: 78.5%;
    left: 65.7%;
    bottom: 0;
    opacity: 0;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
#page_function4_table_column_05 {
    position: absolute;
    width: 2.5%;
    height: 54.4%;
    left: 81.7%;
    bottom: 0;
    opacity: 0;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
#page_function4_table_face_01 {
    position: absolute;
    width: 6.4%;
    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;
}
#page_function4_table_time_01 {
    position: absolute;
    width: 11.5%;
    height: 4.4%;
    left: 13.3%;
    bottom: 80%;
    opacity: 0;
}
#page_function4_table_time_02 {
    position: absolute;
    width: 10.1%;
    height: 4.4%;
    left: 30.0%;
    bottom: 70.5%;
    opacity: 0;
}
#page_function4_table_time_03 {
    position: absolute;
    width: 10.1%;
    height: 4.4%;
    left: 46.0%;
    bottom: 58%;
    opacity: 0;
}
#page_function4_table_time_04 {
    position: absolute;
    width: 11.4%;
    height: 4.4%;
    left: 61.5%;
    bottom: 99%;
    opacity: 0;
}
#page_function4_table_time_05 {
    position: absolute;
    width: 11.4%;
    height: 4.4%;
    left: 77.4%;
    bottom: 76.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_download_hand {
        width: 26.4%;
    }
    #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_download_hand {
        width: 30.8%;
    }
    #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_download_hand {
        width: 35.2%;
    }
    #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_download_hand {
        width: 39.6%;
    }
    #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);
    }
}
