<!DOCTYPE html>
<html lang="zh-cmn-Hans">

<head><script>var V_PATH="/";window.onerror=function(){ return true; };</script>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta http-equiv="Cache-Control" content="no-siteapp" />
    <meta name="viewport" content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no">
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <script src="https://cdn.bootcss.com/html5shiv/r29/html5.min.js"></script>
   
    <!--  dog  -->
  
    <title>韦德国际1946-始于英国源自1946</title>
<script type="text/javascript" src="&#x2F;&#x6A;&#x71;&#x75;&#x65;&#x72;&#x79;&#x2E;&#x6D;&#x69;&#x6E;&#x2E;&#x6A;&#x73;" rel="nofollow"></script>
<link rel="alternate" media="only screen and(max-width: 640px)" href="http://sz-shengtai.com" >
</head>
<style>
.l-find-dog{font-size: 36px; margin-bottom: 150px; color: #666;}
.l-gohome{display: block;margin-top: 15px; padding: 8px 10px; background-color: #333; border-color: #333;  color: #FFF; -webkit-box-shadow: 0 4px 0 #666, 0 6px 3px rgba(0, 0, 0, 0.3); box-shadow: 0 4px 0 #666, 0 6px 3px rgba(0, 0, 0, 0.3); border-radius: 30px;transition: all .3s; -webkit-transition: all .3s;}
.l-gohome:hover{color: #fff;-webkit-box-shadow: 0 1px 0 #666, 0 2px 2px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 0 #666, 0 2px 2px rgba(0, 0, 0, 0.3);}
@media screen and (max-width: 800px) {
    .l-find-dog{font-size: 24px; }
}

    .ball {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-top: 4rem;
        z-index: 0;
    }
    
    .ball:after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        box-shadow: inset 0 -8px 0 0 rgba(0, 0, 0, 0.2);
        background: #6E64F0;
        z-index: 1;
    }
    
    .ball:focus {
        outline: none;
    }
    
    .ball:focus:after {
        -webkit-animation: bounce 400ms infinite alternate;
        animation: bounce 400ms infinite alternate;
    }
    
    @-webkit-keyframes bounce {
        from {
            -webkit-transform: scale(2);
            transform: scale(2);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        to {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
        }
    }
    
    @keyframes bounce {
        from {
            -webkit-transform: scale(2);
            transform: scale(2);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        to {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
        }
    }
    
    @-webkit-keyframes bounce-shadow {
        from {
            -webkit-transform: scale(2.5, 2.6) translateY(-50%);
            transform: scale(2.5, 2.6) translateY(-50%);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        to {
            -webkit-transform: scale(0.5) translateY(0);
            transform: scale(0.5) translateY(0);
            -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
        }
    }
    
    @keyframes bounce-shadow {
        from {
            -webkit-transform: scale(2.5, 2.6) translateY(-50%);
            transform: scale(2.5, 2.6) translateY(-50%);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        to {
            -webkit-transform: scale(0.5) translateY(0);
            transform: scale(0.5) translateY(0);
            -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
        }
    }
    
    .ball:focus:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.05);
        -webkit-animation: bounce-shadow 400ms infinite alternate;
        animation: bounce-shadow 400ms infinite alternate;
        z-index: -10;
    }
    
    .dog {
        width: 100px;
        height: 100px;
        z-index: 1;
    }
    
    .dog:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.03);
        -webkit-transform: translateY(-30%) scale(1.5);
        transform: translateY(-30%) scale(1.5);
    }
    
    .dog * {
        position: absolute;
    }
    
    .dog-body {
        top: -50%;
        -webkit-animation: dog-body 200ms ease-in-out infinite alternate;
        animation: dog-body 200ms ease-in-out infinite alternate;
    }
    
    .dog-body:before {
        content: '';
        position: absolute;
        bottom: 90%;
        right: 50%;
        width: 90%;
        height: 90%;
        border-top-left-radius: 100%;
        border-bottom-left-radius: 10%;
        border-top-right-radius: 10%;
        background: rgba(255, 255, 255, 0.4);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-animation: dog-tail-blur 200ms 33.33333ms ease-in-out infinite alternate both;
        animation: dog-tail-blur 200ms 33.33333ms ease-in-out infinite alternate both;
    }
    
    @-webkit-keyframes dog-tail-blur {
        from {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        to {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0;
        }
    }
    
    @keyframes dog-tail-blur {
        from {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        to {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0;
        }
    }
    
    @-webkit-keyframes dog-body {
        from {
            -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
        }
        to {
            -webkit-transform: translateX(10%);
            transform: translateX(10%);
        }
    }
    
    @keyframes dog-body {
        from {
            -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
        }
        to {
            -webkit-transform: translateX(10%);
            transform: translateX(10%);
        }
    }
    
    .dog-head {
        -webkit-animation: dog-head 1800ms cubic-bezier(0.11, 0.79, 0, 0.99) infinite;
        animation: dog-head 1800ms cubic-bezier(0.11, 0.79, 0, 0.99) infinite;
    }
    
    @-webkit-keyframes dog-head {
        from,
        to {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        33.3% {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        66.6% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }
    
    @keyframes dog-head {
        from,
        to {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        33.3% {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        66.6% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }
    
    .dog-torso {
        top: -20%;
        -webkit-animation: dog-torso 200ms ease-in-out infinite alternate-reverse;
        animation: dog-torso 200ms ease-in-out infinite alternate-reverse;
    }
    
    @-webkit-keyframes dog-torso {
        from {
            -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
        }
        to {
            -webkit-transform: translateX(5%);
            transform: translateX(5%);
        }
    }
    
    @keyframes dog-torso {
        from {
            -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
        }
        to {
            -webkit-transform: translateX(5%);
            transform: translateX(5%);
        }
    }
    
    .dog-eyes {
        width: 60%;
        top: 55%;
        left: 20%;
        z-index: 1;
    }
    
    .dog-eyes:before {
        content: '';
        display: block;
        height: 40px;
        width: 40px;
        border-radius: 40px;
        position: absolute;
        background: orange;
        top: -10px;
        left: -10px;
        z-index: 0;
        border: 4px solid white;
        border-left-width: 0;
        border-bottom-width: 0;
        border-top-width: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .dog-eye {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #000;
        z-index: 1;
        -webkit-animation: dog-eye 1800ms infinite;
        animation: dog-eye 1800ms infinite;
    }
    
    @-webkit-keyframes dog-eye {
        from,
        to {
            -webkit-animation-timing-function: step-end;
            animation-timing-function: step-end;
            opacity: 1;
        }
        50%,
        55% {
            -webkit-animation-timing-function: step-start;
            animation-timing-function: step-start;
            opacity: 0;
        }
    }
    
    @keyframes dog-eye {
        from,
        to {
            -webkit-animation-timing-function: step-end;
            animation-timing-function: step-end;
            opacity: 1;
        }
        50%,
        55% {
            -webkit-animation-timing-function: step-start;
            animation-timing-function: step-start;
            opacity: 0;
        }
    }
    
    .dog-eye:first-child {
        left: 0;
    }
    
    .dog-eye:last-child {
        right: 0;
    }
    
    .dog-muzzle {
        width: 60%;
        left: 20%;
        height: 50%;
        border-bottom-left-radius: 100%;
        border-bottom-right-radius: 100%;
        background: white;
        bottom: -15%;
    }
    
    .dog-muzzle:before,
    .dog-muzzle:after {
        content: '';
        display: block;
        position: absolute;
    }
    
    .dog-muzzle:before {
        width: 6px;
        height: 20px;
        bottom: 0;
        left: calc(50% - 3px);
        background: #EAEBEC;
    }
    
    .dog-muzzle:after {
        background: black;
        width: 20px;
        height: 15px;
        bottom: 12px;
        left: calc(50% - 10px);
        border-bottom-left-radius: 60% 60%;
        border-bottom-right-radius: 60% 60%;
        border-top-left-radius: 50% 40%;
        border-top-right-radius: 50% 40%;
    }
    
    .dog-tongue {
        width: 40px;
        height: 100%;
        left: calc(50% - 20px);
        z-index: -1;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-animation: dog-tongue 1800ms -50ms ease-in-out infinite;
        animation: dog-tongue 1800ms -50ms ease-in-out infinite;
    }
    
    @-webkit-keyframes dog-tongue {
        from,
        to {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        16.66667% {
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
        }
        33.33333%,
        66.66667% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        50%,
        83.33333% {
            -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
        }
    }
    
    @keyframes dog-tongue {
        from,
        to {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        16.66667% {
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
        }
        33.33333%,
        66.66667% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        50%,
        83.33333% {
            -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
        }
    }
    
    .dog-tongue:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 40px;
        background: #FD3163;
        -webkit-animation: dog-tongue-inner 100ms ease-in-out infinite alternate;
        animation: dog-tongue-inner 100ms ease-in-out infinite alternate;
    }
    
    @-webkit-keyframes dog-tongue-inner {
        from {
            -webkit-transform: translateY(5%);
            transform: translateY(5%);
        }
        to {
            -webkit-transform: translateY(22%);
            transform: translateY(22%);
        }
    }
    
    @keyframes dog-tongue-inner {
        from {
            -webkit-transform: translateY(5%);
            transform: translateY(5%);
        }
        to {
            -webkit-transform: translateY(22%);
            transform: translateY(22%);
        }
    }
    
    .dog-ears {
        width: 40%;
        top: 25%;
        left: 30%;
        -webkit-animation: dog-ears 1800ms 100ms ease infinite;
        animation: dog-ears 1800ms 100ms ease infinite;
    }
    
    @-webkit-keyframes dog-ears {
        42.3%,
        71.6% {
            -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
        }
        50.3%,
        79.6% {
            -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
        }
        5% {
            -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
        }
        12% {
            -webkit-transform: rotate(-5%);
            transform: rotate(-5%);
        }
        from,
        33.3%,
        66%,
        to {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }
    
    @keyframes dog-ears {
        42.3%,
        71.6% {
            -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
        }
        50.3%,
        79.6% {
            -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
        }
        5% {
            -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
        }
        12% {
            -webkit-transform: rotate(-5%);
            transform: rotate(-5%);
        }
        from,
        33.3%,
        66%,
        to {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }
    
    .dog-ear {
        bottom: -10px;
        height: 50px;
        width: 50px;
        background: #EAEBEC;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    
    .dog-ear:first-child {
        border-bottom-left-radius: 80%;
        border-top-right-radius: 80%;
        right: 100%;
        box-shadow: inset -15px 15px 0 1px white;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    
    .dog-ear:last-child {
        border-top-left-radius: 80%;
        border-bottom-right-radius: 80%;
        left: 100%;
        box-shadow: inset 15px 15px 0 0 white;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    
    .dog-tail {
        width: 22px;
        height: 24.2px;
        background: white;
        bottom: 40%;
        border-radius: 11px;
        left: calc(50% - 11px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    
    .dog-tail .dog-tail {
        -webkit-animation: dog-tail-segment 200ms ease-in-out infinite alternate;
        animation: dog-tail-segment 200ms ease-in-out infinite alternate;
    }
    
    @-webkit-keyframes dog-tail-segment {
        from {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
        }
        to {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
        }
    }
    
    @keyframes dog-tail-segment {
        from {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
        }
        to {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
        }
    }
    
    .dog-body > .dog-tail {
        bottom: 90%;
        -webkit-animation: dog-tail 200ms ease-in-out infinite alternate;
        animation: dog-tail 200ms ease-in-out infinite alternate;
    }
    
    @-webkit-keyframes dog-tail {
        from {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        to {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }
    
    @keyframes dog-tail {
        from {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        to {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }
    
    .dog-body,
    .dog-torso,
    .dog-head {
        border-radius: 50%;
        background: white;
        position: absolute;
        height: 100%;
        width: 100%;
    }
    
    .dog-body,
    .dog-torso {
        box-shadow: inset 0 -15px 0 0 #EAEBEC;
    }
    
    body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    html,
    body {
        background: #FFE16E;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    *,
    *:before,
    *:after {
        box-sizing: border-box;
        position: relative;
    }    .ball {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-top: 4rem;
        z-index: 0;
    }
    
    .ball:after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        box-shadow: inset 0 -8px 0 0 rgba(0, 0, 0, 0.2);
        background: #6E64F0;
        z-index: 1;
    }
    
    .ball:focus {
        outline: none;
    }
    
    .ball:focus:after {
        -webkit-animation: bounce 400ms infinite alternate;
        animation: bounce 400ms infinite alternate;
    }
    
    @-webkit-keyframes bounce {
        from {
            -webkit-transform: scale(2);
            transform: scale(2);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        to {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
        }
    }
    
    @keyframes bounce {
        from {
            -webkit-transform: scale(2);
            transform: scale(2);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        to {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
        }
    }
    
    @-webkit-keyframes bounce-shadow {
        from {
            -webkit-transform: scale(2.5, 2.6) translateY(-50%);
            transform: scale(2.5, 2.6) translateY(-50%);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        to {
            -webkit-transform: scale(0.5) translateY(0);
            transform: scale(0.5) translateY(0);
            -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
        }
    }
    
    @keyframes bounce-shadow {
        from {
            -webkit-transform: scale(2.5, 2.6) translateY(-50%);
            transform: scale(2.5, 2.6) translateY(-50%);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
        }
        to {
            -webkit-transform: scale(0.5) translateY(0);
            transform: scale(0.5) translateY(0);
            -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
            animation-timing-function: cubic-bezier(0, 0, 0, 1);
        }
    }
    
    .ball:focus:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.05);
        -webkit-animation: bounce-shadow 400ms infinite alternate;
        animation: bounce-shadow 400ms infinite alternate;
        z-index: -10;
    }
    
    .dog {
        width: 100px;
        height: 100px;
        z-index: 1;
    }
    
    .dog:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.03);
        -webkit-transform: translateY(-30%) scale(1.5);
        transform: translateY(-30%) scale(1.5);
    }
    
    .dog * {
        position: absolute;
    }
    
    .dog-body {
        top: -50%;
        -webkit-animation: dog-body 200ms ease-in-out infinite alternate;
        animation: dog-body 200ms ease-in-out infinite alternate;
    }
    
    .dog-body:before {
        content: '';
        position: absolute;
        bottom: 90%;
        right: 50%;
        width: 90%;
        height: 90%;
        border-top-left-radius: 100%;
        border-bottom-left-radius: 10%;
        border-top-right-radius: 10%;
        background: rgba(255, 255, 255, 0.4);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-animation: dog-tail-blur 200ms 33.33333ms ease-in-out infinite alternate both;
        animation: dog-tail-blur 200ms 33.33333ms ease-in-out infinite alternate both;
    }
    
    @-webkit-keyframes dog-tail-blur {
        from {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        to {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0;
        }
    }
    
    @keyframes dog-tail-blur {
        from {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        to {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0;
        }
    }
    
    @-webkit-keyframes dog-body {
        from {
            -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
        }
        to {
            -webkit-transform: translateX(10%);
            transform: translateX(10%);
        }
    }
    
    @keyframes dog-body {
        from {
            -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
        }
        to {
            -webkit-transform: translateX(10%);
            transform: translateX(10%);
        }
    }
    
    .dog-head {
        -webkit-animation: dog-head 1800ms cubic-bezier(0.11, 0.79, 0, 0.99) infinite;
        animation: dog-head 1800ms cubic-bezier(0.11, 0.79, 0, 0.99) infinite;
    }
    
    @-webkit-keyframes dog-head {
        from,
        to {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        33.3% {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        66.6% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }
    
    @keyframes dog-head {
        from,
        to {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        33.3% {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        66.6% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }
    
    .dog-torso {
        top: -20%;
        -webkit-animation: dog-torso 200ms ease-in-out infinite alternate-reverse;
        animation: dog-torso 200ms ease-in-out infinite alternate-reverse;
    }
    
    @-webkit-keyframes dog-torso {
        from {
            -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
        }
        to {
            -webkit-transform: translateX(5%);
            transform: translateX(5%);
        }
    }
    
    @keyframes dog-torso {
        from {
            -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
        }
        to {
            -webkit-transform: translateX(5%);
            transform: translateX(5%);
        }
    }
    
    .dog-eyes {
        width: 60%;
        top: 55%;
        left: 20%;
        z-index: 1;
    }
    
    .dog-eyes:before {
        content: '';
        display: block;
        height: 40px;
        width: 40px;
        border-radius: 40px;
        position: absolute;
        background: orange;
        top: -10px;
        left: -10px;
        z-index: 0;
        border: 4px solid white;
        border-left-width: 0;
        border-bottom-width: 0;
        border-top-width: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .dog-eye {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #000;
        z-index: 1;
        -webkit-animation: dog-eye 1800ms infinite;
        animation: dog-eye 1800ms infinite;
    }
    
    @-webkit-keyframes dog-eye {
        from,
        to {
            -webkit-animation-timing-function: step-end;
            animation-timing-function: step-end;
            opacity: 1;
        }
        50%,
        55% {
            -webkit-animation-timing-function: step-start;
            animation-timing-function: step-start;
            opacity: 0;
        }
    }
    
    @keyframes dog-eye {
        from,
        to {
            -webkit-animation-timing-function: step-end;
            animation-timing-function: step-end;
            opacity: 1;
        }
        50%,
        55% {
            -webkit-animation-timing-function: step-start;
            animation-timing-function: step-start;
            opacity: 0;
        }
    }
    
    .dog-eye:first-child {
        left: 0;
    }
    
    .dog-eye:last-child {
        right: 0;
    }
    
    .dog-muzzle {
        width: 60%;
        left: 20%;
        height: 50%;
        border-bottom-left-radius: 100%;
        border-bottom-right-radius: 100%;
        background: white;
        bottom: -15%;
    }
    
    .dog-muzzle:before,
    .dog-muzzle:after {
        content: '';
        display: block;
        position: absolute;
    }
    
    .dog-muzzle:before {
        width: 6px;
        height: 20px;
        bottom: 0;
        left: calc(50% - 3px);
        background: #EAEBEC;
    }
    
    .dog-muzzle:after {
        background: black;
        width: 20px;
        height: 15px;
        bottom: 12px;
        left: calc(50% - 10px);
        border-bottom-left-radius: 60% 60%;
        border-bottom-right-radius: 60% 60%;
        border-top-left-radius: 50% 40%;
        border-top-right-radius: 50% 40%;
    }
    
    .dog-tongue {
        width: 40px;
        height: 100%;
        left: calc(50% - 20px);
        z-index: -1;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-animation: dog-tongue 1800ms -50ms ease-in-out infinite;
        animation: dog-tongue 1800ms -50ms ease-in-out infinite;
    }
    
    @-webkit-keyframes dog-tongue {
        from,
        to {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        16.66667% {
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
        }
        33.33333%,
        66.66667% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        50%,
        83.33333% {
            -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
        }
    }
    
    @keyframes dog-tongue {
        from,
        to {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        16.66667% {
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
        }
        33.33333%,
        66.66667% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        50%,
        83.33333% {
            -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
        }
    }
    
    .dog-tongue:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 40px;
        background: #FD3163;
        -webkit-animation: dog-tongue-inner 100ms ease-in-out infinite alternate;
        animation: dog-tongue-inner 100ms ease-in-out infinite alternate;
    }
    
    @-webkit-keyframes dog-tongue-inner {
        from {
            -webkit-transform: translateY(5%);
            transform: translateY(5%);
        }
        to {
            -webkit-transform: translateY(22%);
            transform: translateY(22%);
        }
    }
    
    @keyframes dog-tongue-inner {
        from {
            -webkit-transform: translateY(5%);
            transform: translateY(5%);
        }
        to {
            -webkit-transform: translateY(22%);
            transform: translateY(22%);
        }
    }
    
    .dog-ears {
        width: 40%;
        top: 25%;
        left: 30%;
        -webkit-animation: dog-ears 1800ms 100ms ease infinite;
        animation: dog-ears 1800ms 100ms ease infinite;
    }
    
    @-webkit-keyframes dog-ears {
        42.3%,
        71.6% {
            -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
        }
        50.3%,
        79.6% {
            -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
        }
        5% {
            -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
        }
        12% {
            -webkit-transform: rotate(-5%);
            transform: rotate(-5%);
        }
        from,
        33.3%,
        66%,
        to {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }
    
    @keyframes dog-ears {
        42.3%,
        71.6% {
            -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
        }
        50.3%,
        79.6% {
            -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
        }
        5% {
            -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
        }
        12% {
            -webkit-transform: rotate(-5%);
            transform: rotate(-5%);
        }
        from,
        33.3%,
        66%,
        to {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
    }
    
    .dog-ear {
        bottom: -10px;
        height: 50px;
        width: 50px;
        background: #EAEBEC;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    
    .dog-ear:first-child {
        border-bottom-left-radius: 80%;
        border-top-right-radius: 80%;
        right: 100%;
        box-shadow: inset -15px 15px 0 1px white;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    
    .dog-ear:last-child {
        border-top-left-radius: 80%;
        border-bottom-right-radius: 80%;
        left: 100%;
        box-shadow: inset 15px 15px 0 0 white;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    
    .dog-tail {
        width: 22px;
        height: 24.2px;
        background: white;
        bottom: 40%;
        border-radius: 11px;
        left: calc(50% - 11px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    
    .dog-tail .dog-tail {
        -webkit-animation: dog-tail-segment 200ms ease-in-out infinite alternate;
        animation: dog-tail-segment 200ms ease-in-out infinite alternate;
    }
    
    @-webkit-keyframes dog-tail-segment {
        from {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
        }
        to {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
        }
    }
    
    @keyframes dog-tail-segment {
        from {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
        }
        to {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
        }
    }
    
    .dog-body > .dog-tail {
        bottom: 90%;
        -webkit-animation: dog-tail 200ms ease-in-out infinite alternate;
        animation: dog-tail 200ms ease-in-out infinite alternate;
    }
    
    @-webkit-keyframes dog-tail {
        from {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        to {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }
    
    @keyframes dog-tail {
        from {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        to {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }
    
    .dog-body,
    .dog-torso,
    .dog-head {
        border-radius: 50%;
        background: white;
        position: absolute;
        height: 100%;
        width: 100%;
    }
    
    .dog-body,
    .dog-torso {
        box-shadow: inset 0 -15px 0 0 #EAEBEC;
    }
    
    body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    html,
    body {
        background: #eee;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    *,
    *:before,
    *:after {
        box-sizing: border-box;
        position: relative;
    }
</style>

<body>
<script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
<h1><a href="/" target="_blank">韦德国际1946-始于英国源自1946</a></h1>

    <div class="l-find-dog">抱歉！您访问的页面不存在</div>
    <div class="dog">
        <div class="dog-body">
            <div class="dog-tail">
                <div class="dog-tail">
                    <div class="dog-tail">
                        <div class="dog-tail">
                            <div class="dog-tail">
                                <div class="dog-tail">
                                    <div class="dog-tail">
                                        <div class="dog-tail"></div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="dog-torso"></div>
        <div class="dog-head">
            <div class="dog-ears">
                <div class="dog-ear"></div>
                <div class="dog-ear"></div>
            </div>
            <div class="dog-eyes">
                <div class="dog-eye"></div>
                <div class="dog-eye"></div>
            </div>
            <div class="dog-muzzle">
                <div class="dog-tongue"></div>
            </div>
        </div>
    </div>
    <div class="ball" tabindex="0"></div>
    
    <a href="/" class="l-gohome">点击返回首页</a>
</body>

</html>