* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

#wrap {
    position: relative;
    background: url(../image/bg.png) no-repeat;
    background-size: 100%;
    padding-bottom: 0.1rem;
}

.content {
    position: relative;
    background: url(../image/kuang1.png) no-repeat;
    background-size: 100% 100%;
}

.logo {
    text-align: center;
    padding-top: .3rem;
}

.logo img {
    width: 2rem;
}

.tittle {
    margin: 0 auto;
    width: 3rem;
    padding: 0.1rem 0;
    text-align: center;
}

.tittle img {
    width: 100%;
}

.content-txt {
    padding: 0.2rem;
    color: #fff;
    font-size: 0.30rem;
    line-height: .4rem;
}

.homehref,
.date_a {
    color: #e9c781;
    font-size: 0.33rem;
    padding: 0 0.05rem;
    font-weight: 600;
}
.homered,
 .date_as {
    color: #ff0000;
    font-size: 0.26rem;
    padding: 0 0.05rem;
    font-weight: 600;
}
.yh-wrap>p {
    margin: 0.1rem 0;
}

.yh-wrap>p>span {
    color: #e9c781;
    font-size: 0.28rem;
    font-weight: 600;
}

.yhpic {
    display: block;
    padding-top: 0.2rem;
}

.yhpic img {
    width: 100%;
}

.btn {
    display: block;
    padding-top: 0.3rem;
}

.btn img {
    width: 100%;
}


.feiting-wrap {
    position: absolute;
    top: 0.2rem;
    left: 0rem;
    transform-origin: bottom right;
    width: 2rem;
    height: 2rem;
    animation: feiting 5.2s infinite alternate;
    z-index: 99;
}

@keyframes feiting {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(12deg);
    }
}

.feiting {
    position: absolute;
    width: 1.1rem;
}

.guang {
    position: absolute;
    width: 2.4rem;
    top: 0.6rem;
    left: 0.5rem;
    transform-origin: top left;
    animation: guang 3.2s cubic-bezier(0.16, 0.43, 0.85, 0.55) infinite alternate;
}

@keyframes guang {
    0% {
        transform: rotate(-12deg);
    }

    100% {
        transform: rotate(12deg);
    }
}

.chouma {
    position: absolute;
    right: 0.4rem;
    top: 0.8rem;
    width: 0.8rem;
    animation: chouma 8s infinite alternate;
}

@keyframes chouma {

    0%,
    100% {
        transform: translate3d(0, 4px, 0);
    }

    35% {
        transform: translate3d(-4px, 8px, 0) rotateZ(10deg);
    }

    65% {
        transform: translate3d(-12px, -4px, 0) rotateZ(-10deg);
    }
}

.lihe {
    position: absolute;
    bottom: 0.3rem;
    right: 0.4rem;
    width: 1rem;
    transform: rotateZ(-45deg);
}

@media screen and (min-width: 640px) {
    #wrap {
        width: 600px;
        margin: 0 auto;
    }

    .lihe {
        right: 0.1rem;
    }
}