* {
    margin: 0px;
    padding: 0px;
    /*font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;*/
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root{
    --blue:#01a3ec;
    --red:#f2410d;
    --white:#faf6ed;
}
a{
    text-decoration: none;
}
html, body {
    /*min-height: 100%;*/
    width: 100%;
    height: 100%;
    background-color: var(--white);
}


@-webkit-keyframes metronome
{
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.7806,0.0715,0.8998,0.731);
        animation-timing-function: cubic-bezier(0.7806,0.0715,0.8998,0.731);
        -webkit-transform: translate(-10px) rotate(-20deg);
        transform: translate(-10px) rotate(-20deg);
    }
    17.5% {
        -webkit-animation-timing-function: cubic-bezier(0.484,0.3308,0.6853,0.6667);
        animation-timing-function: cubic-bezier(0.484,0.3308,0.6853,0.6667);
        -webkit-transform: translate(-6.18px) rotate(-12.36deg);
        transform: translate(-6.18px) rotate(-12.36deg);
    }
    27.6% {
        -webkit-animation-timing-function: cubic-bezier(0.0676,0.1836,0.0518,0.9433);
        animation-timing-function: cubic-bezier(0.0676,0.1836,0.0518,0.9433);
        -webkit-transform: translate(2.48px) rotate(4.96deg);
        transform: translate(2.48px) rotate(4.96deg);
    }
    50.1% {
        -webkit-animation-timing-function: cubic-bezier(0.7773,0.0708,0.9008,0.735);
        animation-timing-function: cubic-bezier(0.7773,0.0708,0.9008,0.735);
        -webkit-transform: translate(10px) rotate(20deg);
        transform: translate(10px) rotate(20deg);
    }
    67.6% {
        -webkit-animation-timing-function: cubic-bezier(0.4888,0.331,0.6153,0.6674);
        animation-timing-function: cubic-bezier(0.4888,0.331,0.6153,0.6674);
        -webkit-transform: translate(6.16px) rotate(12.32deg);
        transform: translate(6.16px) rotate(12.32deg);
    }
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.0801,0.2206,0.1357,0.9363);
        animation-timing-function: cubic-bezier(0.0801,0.2206,0.1357,0.9363);
        -webkit-transform: translate(-4.57px) rotate(-9.14deg);
        transform: translate(-4.57px) rotate(-9.14deg);
    }
    100% {
        -webkit-transform: translate(-10px) rotate(-20deg);
        transform: translate(-10px) rotate(-20deg);
    }
}


@keyframes metronome
{
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.7806,0.0715,0.8998,0.731);
        animation-timing-function: cubic-bezier(0.7806,0.0715,0.8998,0.731);
        -webkit-transform: translate(-10px) rotate(-20deg);
        transform: translate(-10px) rotate(-20deg);
    }
    17.5% {
        -webkit-animation-timing-function: cubic-bezier(0.484,0.3308,0.6853,0.6667);
        animation-timing-function: cubic-bezier(0.484,0.3308,0.6853,0.6667);
        -webkit-transform: translate(-6.18px) rotate(-12.36deg);
        transform: translate(-6.18px) rotate(-12.36deg);
    }
    27.6% {
        -webkit-animation-timing-function: cubic-bezier(0.0676,0.1836,0.0518,0.9433);
        animation-timing-function: cubic-bezier(0.0676,0.1836,0.0518,0.9433);
        -webkit-transform: translate(2.48px) rotate(4.96deg);
        transform: translate(2.48px) rotate(4.96deg);
    }
    50.1% {
        -webkit-animation-timing-function: cubic-bezier(0.7773,0.0708,0.9008,0.735);
        animation-timing-function: cubic-bezier(0.7773,0.0708,0.9008,0.735);
        -webkit-transform: translate(10px) rotate(20deg);
        transform: translate(10px) rotate(20deg);
    }
    67.6% {
        -webkit-animation-timing-function: cubic-bezier(0.4888,0.331,0.6153,0.6674);
        animation-timing-function: cubic-bezier(0.4888,0.331,0.6153,0.6674);
        -webkit-transform: translate(6.16px) rotate(12.32deg);
        transform: translate(6.16px) rotate(12.32deg);
    }
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.0801,0.2206,0.1357,0.9363);
        animation-timing-function: cubic-bezier(0.0801,0.2206,0.1357,0.9363);
        -webkit-transform: translate(-4.57px) rotate(-9.14deg);
        transform: translate(-4.57px) rotate(-9.14deg);
    }
    100% {
        -webkit-transform: translate(-10px) rotate(-20deg);
        transform: translate(-10px) rotate(-20deg);
    }
}
/*.loading-more img {*/
/*    transform-origin: 50% 50%;*/
/*    animation: 1s linear 0s infinite normal forwards running metronome;*/

/*}*/



/*--------------------------公共文案样式---------------------------------*/
.p18{
    color: #ff9d01;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.p14{
    color: #009EFF;
    font-size: 18px;
    text-align: center;
}
.linkP{
    color: #009EFF;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    /*font-weight: bold;*/
}
@media only screen and (max-width: 550px){
    .p18{
        font-size: 18px;
    }
    .p14{
        font-size: 16px;
    }
    .linkP{
        font-size: 15px;
    }
}
/*-----------------------------------------------------------*/



/*--------------------------ads---------------------------------*/
.ads {
    width: 100%;
    /*width: 100vw;*/
    max-width: 1200px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ads-prompt {
    font-size: 12px;
    color: #d5c5c5;
    font-family: auto;
    margin: 0 auto;
    background-position: 50%;
}
.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
/*-----------------------------------------------------------*/
