﻿/* 初始化 */
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 1rem;
    line-height: 1.5em;
    color: #212121;
    /* 无法被选中 */
    -webkit-user-select: none;
    user-select: none;
    /* ios系统默认菜单被禁用 */
    -webkit-touch-callout: none;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

/* ================ 默认样式 ================ */
.img {
    width: 100%;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.relative {
    position: relative;
}

/* ================ 页面滚动样式模板 and 隐藏样式 ================ */
.page-box {
    max-width: 500px;
    height: 100%;
    margin: auto;
    box-shadow: 0 0 5px 0 #ccc;
    position: relative;
}

.page {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #fafafa;
}

    .page > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page.hide {
        display: none;
    }


/* ================ 布局样式 ================ */
.color-fff {
    color: #fff !important;
}

.color-000 {
    color: #000 !important;
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
}

    .footer p {
        font-size: 12px;
        font-weight: lighter;
        line-height: 17px;
    }

    .footer img {
        width: 15px;
        margin-top: 6px;
    }

.page1-theme {
    background: #FCCB00;
}

.theme {
    background: #FFD955;
}

.theme2 {
    background: #FFF7E8;
}

/* one */
.tips {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    padding: 10px 0;
}

    .tips p {
        line-height: 21px;
        font-size: 14px;
        text-align: center;
    }

    .tips img {
        width: 40px;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .tips a {
        display: inline-block;
        margin-top: 80px;
        text-decoration: none;
        padding: 5px 20px;
        border-radius: 30px;
        border: 1px solid #fff;
        color: #fff;
    }

        .tips a:active {
            color: #000;
            background: #fff;
        }

.color-mask::after {
    display: block;
    width: 100%;
    height: 101%;
    content: '';
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 254, 249, 0.02), rgba(252, 203, 0, 1));
}

.logo-box {
    z-index: 2;
    top: -50px;
}

.logo {
    width: 60px;
    -webkit-animation: TopToBottom .8s .2s ease-in-out both;
            animation: TopToBottom .8s .2s ease-in-out both;
}

.page1-title {
    width: 188px;
    margin-top: 20px;
    -webkit-animation: LeftToRight .8s .7s ease-in-out both;
    animation: LeftToRight .8s .7s ease-in-out both;
}

.text {
    display: block;
    font-size: 15px;
    font-weight: lighter;
    color: #fff;
    line-height: 21px;
    margin-top: 20px;
}

.subTitle {
    -webkit-animation: HideToShow .8s 1.2s ease-in-out both;
    animation: HideToShow .8s 1.2s ease-in-out both;
}

.download {
    width: 200px;
    height: 43px;
    border-radius: 22px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    outline: none;
    margin-top: 80px;
    -webkit-animation: BottomToTop .8s 1.7s ease-in-out both;
    animation: BottomToTop .8s 1.7s ease-in-out both;
}

    .download img {
        width: 22px;
    }

.download-icon {
    animation: WaterDrop .6s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
    animation-delay: 2.8s;
}

.download span {
    display: inline-block;
    font-size: 15px;
    color: #FF9000;
    line-height: 21px;
    margin-left: 7px;
}


/* two */
.page2 {
    justify-content: center;
}

.map-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.title {
    font-size: 33px;
    color: #000;
    line-height: 46px;
    font-weight: 500;
    text-shadow: 0 0 .5px #000;
}

.map-title {
    margin-top: 40px;
    padding: 0 45px;
    -webkit-animation: LeftToRight .8s .6s ease-in-out both;
    animation: LeftToRight .8s .6s ease-in-out both;
}

.map-subTitle {
    margin-top: 10px;
    padding: 0 45px;
    -webkit-animation: HideToShow .8s 1.4s ease-in-out both;
    animation: HideToShow .8s 1.4s ease-in-out both;
}

.img-show {
    -webkit-animation: BottomToTop .8s 3s ease-in-out both;
    animation: BottomToTop .8s 3s ease-in-out both;
}

.img-box {
    width: 325px;
    text-align: center;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}

.map {
    width: 300px;
    position: relative;
    top: 6px;
    z-index: 0;
}

.map-tips {
    position: absolute;
    top: 84px;
    left: 55px;
    font-size: 8px;
    font-weight: lighter;
    color: #eee;
    line-height: 11px;
    z-index: 9;
}

    .map-tips > .schoolSum {
        display: inline-block;
        width: 18px;
        text-align: center;
    }

.img-footer {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #D2D2D2;
    -webkit-animation: HideToShow .8s 2.2s ease-in-out both;
    animation: HideToShow .8s 2.2s ease-in-out both;
}

.map-part {
    width: 40px !important;
    position: absolute;
    right: 15px;
    bottom: 5px;
    -webkit-animation: RightToLeft .8s 3.4s ease-in-out both;
    animation: RightToLeft .8s 3.4s ease-in-out both;
}


/* three */
.detail-banner {
    width: 340px;
    position: absolute;
    top: 180px;
    right: -1px;
    -webkit-animation: RBottomToLTop .8s 3s ease-in-out both;
    animation: RBottomToLTop .8s 3s ease-in-out both;
}

.detail-imgList {
    width: 300px;
    position: absolute;
    top: -1px;
    right: -1px;
    -webkit-animation: RTopToLBottom .8s 3s ease-in-out both;
    animation: RTopToLBottom .8s 3s ease-in-out both;
}

.detail-footer {
    width: 160px;
    position: absolute;
    top: 25px;
    left: -1px;
    -webkit-animation: LTopToRBottom .8s 3s ease-in-out both;
    animation: LTopToRBottom .8s 3s ease-in-out both;
}

.detail-person {
    margin-top: 370px;
    margin-left: -60px;
    -webkit-animation: LeftToRight .8s 2.2s ease-in-out both;
    animation: LeftToRight .8s 2.2s ease-in-out both;
}

.detail-part {
    width: 50px;
    animation: WaterDrop .6s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
    animation-delay: 4.2s;
}

.detail-love {
    width: 50px;
    position: absolute;
    bottom: -10px;
    left: -5px;
}

.detail-text {
    margin-top: 40px;
    width: 100%;
}

.detail-title {
    padding: 0 30px;
    -webkit-animation: TopToBottom .8s .6s ease-in-out both;
    animation: TopToBottom .8s .6s ease-in-out both;
}

.detail-subTitle {
    padding: 0 30px;
    margin-top: 5px;
    -webkit-animation: HideToShow .8s 1.4s ease-in-out both;
    animation: HideToShow .8s 1.4s ease-in-out both;
}

/* four */
.step-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
}

.step-img-box {
    margin-top: 40px;
    position: absolute;
    /*    bottom: -6px;*/
    top: 213px;
}

.step-img {
    width: 345px;
    -webkit-animation: BottomToTop .8s 2.2s ease-in-out both;
    animation: BottomToTop .8s 2.2s ease-in-out both;
}

.step-part {
    position: absolute;
    top: -90px;
    right: 40px;
    -webkit-animation: RightToLeft .8s 2.8s ease-in-out both;
    animation: RightToLeft .8s 2.8s ease-in-out both;
}

.step-part-img {
    width: 40px;
}

.step-sun {
    width: 24px;
    position: absolute;
    top: -26px;
    right: -9.5px;
    animation: Loading 8s linear infinite;
    animation-delay: 3.8s;
}

.step-title {
    padding: 0 37px;
    -webkit-animation: LeftToRight .8s .6s ease-in-out both;
    animation: LeftToRight .8s .6s ease-in-out both;
}

.step-subTitle {
    padding: 0 37px;
    -webkit-animation: HideToShow 1s 1.4s ease-in-out both;
    animation: HideToShow 1s 1.4s ease-in-out both;
}

/* five */
.news-text {
    margin-top: 70px;
}

.news-title {
    padding: 0 44px;
    -webkit-animation: TopToBottom .8s .6s ease-in-out both;
    animation: TopToBottom .8s .6s ease-in-out both;
}

.news-subTitle {
    padding: 0 44px;
    -webkit-animation: HideToShow 1s 1.4s ease-in-out both;
    animation: HideToShow 1s 1.4s ease-in-out both;
}

.news-part-box {
    width: 375px;
}

.news-list {
    width: 770px;
    margin-top: 36px;
    position: relative;
    left: calc(calc(100% - 690px) / 2);
    -webkit-animation: RTopToLBottom .8s 2.2s ease-in-out both;
    animation: RTopToLBottom .8s 2.2s ease-in-out both;
}

.news-part {
    width: 42px;
    height: 102px;
    position: absolute;
    top: calc( 130% / 2);
    left: 60px;
    -webkit-animation: LeftToRight .8s 3s ease-in-out both;
    animation: LeftToRight .8s 3s ease-in-out both;
}

.news-part-img {
    width: 42px;
    position: relative;
    z-index: 3;
}

.news-icon {
    opacity: 1;
    animation: Opacitys 4s infinite;
    animation-delay: 4.8s;
}

.news-art {
    width: 23px;
    position: absolute;
    top: -10px;
    left: 5px;
    z-index: 0;
    -webkit-animation: NewsArt .8s 4s ease-in-out both;
    animation: NewsArt .8s 4s ease-in-out both;
}

.news-hat {
    width: 28px;
    position: absolute;
    top: -12px;
    right: -19px;
    z-index: 0;
    -webkit-animation: NewsHat .8s 4s ease-in-out both;
    animation: NewsHat .8s 4s ease-in-out both;
}

/* six */
.love-img-box {
    width: 325px;
    margin-top: 23px;
    text-align: center;
    position: relative;
}

.love-img {
    width: 300px;
    position: relative;
    top: 6px;
    z-index: 0;
    -webkit-animation: BottomToTop .8s 3s ease-in-out both;
    animation: BottomToTop .8s 3s ease-in-out both;
}

.love-part-box {
    position: absolute;
    bottom: -40px;
    right: 40px;
    -webkit-animation: RightToLeft .8s 3.6s ease-in-out both;
    animation: RightToLeft .8s 3.6s ease-in-out both;
}

.love-part {
    width: 40px;
}

.love-balloon {
    width: 20px;
    position: absolute;
    top: -20px;
    right: -5px;
    z-index: -1;
    transform-origin: 0 100%;
    animation: Swing 5s infinite;
    animation-delay: 3.6s;
}

.love-title {
    margin-top: 54px;
    -webkit-animation: LeftToRight .8s .6s ease-in-out both;
    animation: LeftToRight .8s .6s ease-in-out both;
}

.love-subTitle {
    margin-top: 5px;
    -webkit-animation: HideToShow .8s 1.4s ease-in-out both;
    animation: HideToShow .8s 1.4s ease-in-out both;
}

/* seven */
.act-part-box {
    position: absolute;
    top: 85px;
    right: 50px;
    -webkit-animation: LeftToRight .8s 2.6s ease-in-out both;
    animation: LeftToRight .8s 2.6s ease-in-out both;
}

.act-part {
    width: 40px;
}

.act-dot {
    width: 4px;
    display: none;
}

.act-img {
    width: 76%;
    position: absolute;
    top: 130px;
    left: -1px;
    -webkit-animation: LBottomToRTop .8s 1.8s ease-in-out both;
    animation: LBottomToRTop .8s 1.8s ease-in-out both;
}

.act-text {
    width: 100%;
    align-items: flex-end !important;
    position: absolute;
    bottom: 120px;
    text-align: right;
}

.act-title {
    padding: 0 37px;
    -webkit-animation: TopToBottom .8s .6s ease-in-out both;
    animation: TopToBottom .8s .6s ease-in-out both;
}

.act-subTitle {
    padding: 0 37px;
    -webkit-animation: HideToShow .8s 1.4s ease-in-out both;
    animation: HideToShow .8s 1.4s ease-in-out both;
}

.act-footer {
    -webkit-animation: BottomToTop .8s 4s ease-in-out both;
    animation: BottomToTop .8s 4s ease-in-out both;
}

.page7 .download {
    position: absolute;
    bottom: 253px;
    right: 38px;
    width: 140px;
    height: 40px;
    background: #000;
    -webkit-animation: RightToLeft .8s 3.4s ease-in-out both;
    animation: RightToLeft .8s 3.4s ease-in-out both;
}

    .page7 .download span {
        color: #fff
    }

#haackroutedebugger{
    display: none;
}

/* ================ 适配样式 ================ */
/* iphone 5 */
@media (max-height: 666px) {
    .download {
        margin-top: 50px !important;
    }

    .img-box {
        width: 260px;
    }

        .img-box img {
            width: 230px;
        }

    .map-tips {
        top: 64.5px;
        left: 47px;
        font-size: 6px;
    }

        .map-tips .schoolSum {
            width: 13.55px !important;
        }

    .map-title,
    .map-subTitle {
        padding: 0 20px;
    }

    .detail-imgList {
        width: 260px;
    }

    .detail-footer {
        width: 145px;
    }

    .detail-banner {
        width: 300px;
        top: 160px;
    }

    .detail-person {
        margin-top: 325px;
    }

    .detail-text {
        margin-top: 10px;
    }

    .step-img {
        width: 270px;
    }

    .step-part {
        right: 15px;
    }

    .step-text {
        margin-top: 40px;
    }

    .love-img-box {
        width: 260px;
    }

    .love-img {
        width: 230px;
    }

    .act-img {
        width: 220px;
    }

    .act-text {
        bottom: 90px;
    }

    .act-title {
        font-size: 28px;
    }

    .act-subTitle {
        font-size: 12px;
    }

    .page7 .download {
        bottom: 200px !important;
        width: 120px !important;
        height: 35px !important;
    }

        .page7 .download span {
            font-size: 12px !important;
        }
}

@media (max-width: 320px) {
    .download {
        margin-top: 50px !important;
    }

    .img-box {
        width: 260px;
    }

        .img-box img {
            width: 230px;
        }

    .map-tips {
        top: 64.5px;
        left: 47px;
        font-size: 6px;
    }

        .map-tips .schoolSum {
            width: 13.55px !important;
        }

    .map-title,
    .map-subTitle {
        padding: 0 20px;
    }

    .detail-imgList {
        width: 260px;
    }

    .detail-footer {
        width: 145px;
    }

    .detail-banner {
        width: 300px;
        top: 160px;
    }

    .detail-person {
        margin-top: 325px;
    }

    .detail-text {
        margin-top: 10px;
    }

    .step-img {
        width: 270px;
    }

    .step-part {
        right: 15px;
    }

    .step-text {
        margin-top: 40px;
    }

    .love-img-box {
        width: 260px;
    }

    .love-img {
        width: 230px;
    }

    .act-img {
        width: 220px;
    }

    .act-text {
        bottom: 90px;
    }

    .download-logo {
        bottom: 15px !important;
    }
}

@media (max-width: 360px) and (min-width: 321px) {
    .map {
        width: 280px !important;
    }
}

/* iphone X 及以上 */
@media (min-height: 737px) and (max-height: 892px) {
    .download {
        margin-top: 140px !important;
    }

    .adapter-page {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .map-title {
        margin-top: 0;
    }

    .detail-banner {
        width: 350px;
        top: 195px;
    }

    .detail-person {
        margin-top: 400px;
    }

    .detail-text {
        margin-top: 100px;
    }

    .love-title {
        margin-top: 0;
    }

    .step-img-box {
        top: 280px;
    }

    .act-img {
        top: 190px;
    }

    .act-part-box {
        top: 100px;
    }

    .news-text,
    .step-text {
        margin-top: 100px;
    }

    .footer {
        bottom: 40px !important;
    }

    .logo-box {
        top: -40px;
    }

    .logo,
    .page1-title,
    .logo-subTitle {
        top: 40px;
    }

    .love-img-box,
    .news-list {
        margin-top: 50px;
    }

    .act-img {
        width: 80%
    }
}

@media (max-width: 375px) and (min-width: 375px) {
    .page7 .download {
        bottom: 230px;
    }

        .page7 .download span {
            font-size: 14px;
        }
}

@media (max-width: 414px) and (min-width: 414px) {
    .step-text {
        margin-top: 80px;
    }

    .step-title,
    .step-subTitle {
        padding: 0px 45px;
    }

    .step-img-box {
        top: 240px;
    }

    .step-img {
        width: 380px;
    }

    .love-title,
    .map-title {
        margin-top: 70px;
    }

    .detail-text {
        margin-top: 58px;
    }

    .love-img-box {
        margin-top: 50px;
    }
}


/* ================ 滑动动画 ================ */
.page.inTop {
    -webkit-animation: ShowTop .5s ease-out both;
    animation: ShowTop .5s ease-out both;
}

.page.outTop {
    -webkit-animation: HideTop .5s ease-out both;
    animation: HideTop .5s ease-out both;
}

.page.inDown {
    -webkit-animation: ShowDown .5s ease-out both;
    animation: ShowDown .5s ease-out both;
}

.page.outDown {
    -webkit-animation: HideDown .5s ease-out both;
    animation: HideDown .5s ease-out both;
}

@-webkit-keyframes ShowTop {
    0% {
        -webkit-transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes ShowTop {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes HideTop {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes HideTop {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes ShowDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes ShowDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes HideDown {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100%);
    }
}

@keyframes HideDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100%);
    }
}

/* ================ 内容动作 ================ */
/* 从上到下 */
@-webkit-keyframes TopToBottom {
    0% {
        opacity: 0;
        transform: translate(0,-50px)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@keyframes TopToBottom {
    0% {
        opacity: 0;
        transform: translate(0,-50px)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

/* 从左到右 */
@-webkit-keyframes LeftToRight {
    0% {
        opacity: 0;
        transform: translate(-200px,0)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@keyframes LeftToRight {
    0% {
        opacity: 0;
        transform: translate(-200px,0)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

/* 从右到左 */
@-webkit-keyframes RightToLeft {
    0% {
        opacity: 0;
        transform: translate(200px,0)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@keyframes RightToLeft {
    0% {
        opacity: 0;
        transform: translate(200px,0)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

/* 隐藏到显示 */
@-webkit-keyframes HideToShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes HideToShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 从下到上 */
@-webkit-keyframes BottomToTop {
    0% {
        opacity: 0;
        transform: translate(0,200px)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@keyframes BottomToTop {
    0% {
        opacity: 0;
        transform: translate(0,200px)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

/* 上下抖动 */
@-webkit-keyframes WaterDrop {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(0, -.2em, 0)
    }
}

@keyframes WaterDrop {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(0, -.2em, 0)
    }
}

/* 左上到右下 */
@-webkit-keyframes LTopToRBottom {
    0% {
        opacity: 0;
        transform: translateX(-160px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes LTopToRBottom {
    0% {
        opacity: 0;
        transform: translateX(-160px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

/* 右上到左下 */
@-webkit-keyframes RTopToLBottom {
    0% {
        opacity: 0;
        transform: translateX(160px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes RTopToLBottom {
    0% {
        opacity: 0;
        transform: translateX(160px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}


/* 右下到左上 */
@-webkit-keyframes RBottomToLTop {
    0% {
        opacity: 0;
        transform: translate(240px, 240px)
    }

    100% {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes RBottomToLTop {
    0% {
        opacity: 0;
        transform: translate(240px, 240px)
    }

    100% {
        opacity: 1;
        transform: translate(0)
    }
}

/* 旋转 */
@-webkit-keyframes Loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes Loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/* 气球动画 */
@-webkit-keyframes BalloonMove {
    0% {
        transform: translate(0, 35px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes BalloonMove {
    0% {
        transform: translate(0, 3px)
    }

    100% {
        transform: translate(0, 0)
    }
}

/* 小球动画 */
@-webkit-keyframes Ball {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes Ball {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 左下到右上 */
@-webkit-keyframes LBottomToRTop {
    0% {
        opacity: 0;
        transform: translateX(-160px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes LBottomToRTop {
    0% {
        opacity: 0;
        transform: translateX(-160px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

/* 左右摇摆 */
@-webkit-keyframes Swing {
    0% {
        transform: rotate(7deg)
    }

    50% {
        transform: rotate(-3deg)
    }

    100% {
        transform: rotate(7deg)
    }
}

@keyframes Swing {
    0% {
        transform: rotate(7deg)
    }

    50% {
        transform: rotate(-3deg)
    }

    100% {
        transform: rotate(7deg)
    }
}

/* 新闻动画 */
@-webkit-keyframes NewsArt {
    0% {
        transform: translate(0px, 0px) rotate3d(0, 0, 0, 0deg)
    }

    100% {
        transform: translate(6px, -122px) rotate3d(1, 1, 2, -75deg);
    }
}

@keyframes NewsArt {
    0% {
        transform: translate(0px, 0px) rotate3d(0, 0, 0, 0deg)
    }

    100% {
        transform: translate(6px, -122px) rotate3d(1, 1, 2, -75deg)
    }
}

@-webkit-keyframes NewsHat {
    0% {
        transform: translate(0px, 0px) rotate3d(0, 0, 0, 0deg)
    }

    100% {
        transform: translate(35px, -154px) rotate3d(2, 1, 1, -55deg)
    }
}

@keyframes NewsHat {
    0% {
        transform: translate(0px, 0px) rotate3d(0, 0, 0, 0deg)
    }

    100% {
        transform: translate(35px, -154px) rotate3d(2, 1, 1, -55deg)
    }
}

@keyframes Opacitys {
    0% {
        opacity: 1
    }

    50% {
        opacity: .05
    }

    100% {
        opacity: 1
    }
}
