* {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-family: "寰蒋闆呴粦";
    font-weight: normal;
    color: #000;
    border: none;
    vertical-align: baseline;
}

img {
    display: block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 0;
    font-size: 0;
}


.content {
    margin: auto;
    width: 100%;
}

.content img {
    width: 100%;
    margin-top: -3px;
}

@media all and (min-width:320px) {
    html {
        font-size: 10px;
    }

    .content {
        width: 100%;
    }
}

@media all and (min-width:360px) {
    html {
        font-size: 11.25px;
    }

    .content {
        width: 360px;
    }
}

@media all and (min-width:400px) {
    html {
        font-size: 12.5px;
    }

    .content {
        width: 100%;
    }
}

@media all and (min-width:640px) {
    html {
        font-size: 20px;
    }

    .content {
        width: 100%;
    }
}

@media all and (min-width:800px) {
    html {
        font-size: 20px;
    }

    .content {
        width: 800px;
    }
}

.fixed {
    position: fixed;
    bottom: 10px;
    left: 0px;
    width: 100%;
    z-index: 888;
    cursor: pointer;
}

.animat {

    width: 95%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
    animation: mymove 5s infinite;
    -webkit-animation: mymove 5s infinite;
    /*Safari and Chrome*/
    animation-direction: alternate;
    /*杞祦鍙嶅悜鎾斁鍔ㄧ敾銆�*/
    animation-timing-function: ease-in-out;
    /*鍔ㄧ敾鐨勯€熷害鏇茬嚎*/
    /* Safari 鍜� Chrome */
    -webkit-animation: mymove 5s infinite;
    -webkit-animation-direction: alternate;
    /*杞祦鍙嶅悜鎾斁鍔ㄧ敾銆�*/
    -webkit-animation-timing-function: ease-in-out;
    /*鍔ㄧ敾鐨勯€熷害鏇茬嚎*/
}

@keyframes mymove {
    0% {
        transform: scale(1);
        /*寮€濮嬩负鍘熷澶у皬*/
    }

    25% {
        transform: scale(1.1);
        /*鏀惧ぇ1.1鍊�*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

}

@-webkit-keyframes mymove

/*Safari and Chrome*/
    {
    0% {
        transform: scale(1);
        /*寮€濮嬩负鍘熷澶у皬*/
    }

    25% {
        transform: scale(1.1);
        /*鏀惧ぇ1.1鍊�*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

.p-scroll__down {
    width: 100%;

    animation: slideDown 1s infinite;
}

.ca {
    min-height: 120px;
}


@keyframes slideDown {
    0% {
        transform: translateY(-8px);
        /* 鍚戜笂鍋忕Щ20px */
        opacity: 0;
        /* 鍒濆閫忔槑搴︿负0 */
    }

    50% {
        transform: translateY(0);
        /* 杩斿洖鍒濆浣嶇疆锛屾棤鍋忕Щ */
        opacity: 1;
        /* 閫忔槑搴︿负1锛岃揪鍒板畬鍏ㄦ樉绀虹姸鎬� */
    }

    100% {
        transform: translateY(8px);
        /* 鍚戜笅鍋忕Щ20px */
        opacity: 0;
        /* 鍥炲埌鍒濆閫忔槑搴︿负0锛岄殣钘� */
    }
}

.ca {
    height: 100%;
}