#home {
    background: transparent;
}
#navList a:link, #navList a:visited, #navList a:active {color:#fff;font-size: 16px; font-weight: bold;}
.myBg{
  background-image: url(https://blog-static.cnblogs.com/files/liguanlong/ymgvlk.gif);
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;/*-1 可以当背景*/
  opacity: 0.9;
}
#main:hover {
  background: #fff;
  -webkit-transition: all ease 0.2s;
  transition: all ease 1s;
}
.waifu {
    position: fixed;
    bottom: 0;
    z-index: 999;
    font-size: 0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.waifu:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.waifu-tips {
    opacity: 0;
    margin: -20px 20px;
    padding: 5px 10px;
    border: 1px solid rgba(224, 186, 140, 0.62);
    border-radius: 12px;
    background-color: rgba(236, 217, 188, 0.5);
    box-shadow: 0 3px 15px 2px rgba(191, 158, 118, 0.2);
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: shake;
            animation-name: shake;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}
.waifu-tool {
    display: none;
    color: #aaa;
    top: 50px;
    right: 10px;
    position: absolute;
}
.waifu:hover .waifu-tool {
    display: block;
}
.waifu-tool span {
    display: block;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.waifu-tool span:hover {
    color: #34495e;
}
.waifu #live2d{
    position: relative;
}

@-webkit-keyframes shake {
    2% {
        -webkit-transform: translate(0.5px, -1.5px) rotate(-0.5deg);
                transform: translate(0.5px, -1.5px) rotate(-0.5deg);
    }

    4% {
        -webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
                transform: translate(0.5px, 1.5px) rotate(1.5deg);
    }

    6% {
        -webkit-transform: translate(1.5px, 1.5px) rotate(1.5deg);
                transform: translate(1.5px, 1.5px) rotate(1.5deg);
    }

    8% {
        -webkit-transform: translate(2.5px, 1.5px) rotate(0.5deg);
                transform: translate(2.5px, 1.5px) rotate(0.5deg);
    }

    10% {
        -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
                transform: translate(0.5px, 2.5px) rotate(0.5deg);
    }

    12% {
        -webkit-transform: translate(1.5px, 1.5px) rotate(0.5deg);
                transform: translate(1.5px, 1.5px) rotate(0.5deg);
    }

    14% {
        -webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
                transform: translate(0.5px, 0.5px) rotate(0.5deg);
    }

    16% {
        -webkit-transform: translate(-1.5px, -0.5px) rotate(1.5deg);
                transform: translate(-1.5px, -0.5px) rotate(1.5deg);
    }

    18% {
        -webkit-transform: translate(0.5px, 0.5px) rotate(1.5deg);
                transform: translate(0.5px, 0.5px) rotate(1.5deg);
    }

    20% {
        -webkit-transform: translate(2.5px, 2.5px) rotate(1.5deg);
                transform: translate(2.5px, 2.5px) rotate(1.5deg);
    }

    22% {
        -webkit-transform: translate(0.5px, -1.5px) rotate(1.5deg);
                transform: translate(0.5px, -1.5px) rotate(1.5deg);
    }

    24% {
        -webkit-transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
                transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
    }

    26% {
        -webkit-transform: translate(1.5px, 0.5px) rotate(1.5deg);
                transform: translate(1.5px, 0.5px) rotate(1.5deg);
    }

    28% {
        -webkit-transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
                transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
    }

    30% {
        -webkit-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
                transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    }

    32% {
        -webkit-transform: translate(2.5px, -1.5px) rotate(1.5deg);
                transform: translate(2.5px, -1.5px) rotate(1.5deg);
    }

    34% {
        -webkit-transform: translate(2.5px, 2.5px) rotate(-0.5deg);
                transform: translate(2.5px, 2.5px) rotate(-0.5deg);
    }

    36% {
        -webkit-transform: translate(0.5px, -1.5px) rotate(0.5deg);
                transform: translate(0.5px, -1.5px) rotate(0.5deg);
    }

    38% {
        -webkit-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
                transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    }

    40% {
        -webkit-transform: translate(-0.5px, 2.5px) rotate(0.5deg);
                transform: translate(-0.5px, 2.5px) rotate(0.5deg);
    }

    42% {
        -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
                transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    }

    44% {
        -webkit-transform: translate(-1.5px, 1.5px) rotate(0.5deg);
                transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }

    46% {
        -webkit-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
                transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    }

    48% {
        -webkit-transform: translate(2.5px, -0.5px) rotate(0.5deg);
                transform: translate(2.5px, -0.5px) rotate(0.5deg);
    }

    50% {
        -webkit-transform: translate(-1.5px, 1.5px) rotate(0.5deg);
                transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }

    52% {
        -webkit-transform: translate(-0.5px, 1.5px) rotate(0.5deg);
                transform: translate(-0.5px, 1.5px) rotate(0.5deg);
    }

    54% {
        -webkit-transform: translate(-1.5px, 1.5px) rotate(0.5deg);
                transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }

    56% {
        -webkit-transform: translate(0.5px, 2.5px) rotate(1.5deg);
                transform: translate(0.5px, 2.5px) rotate(1.5deg);
    }

    58% {
        -webkit-transform: translate(2.5px, 2.5px) rotate(0.5deg);
                transform: translate(2.5px, 2.5px) rotate(0.5deg);
    }

    60% {
        -webkit-transform: translate(2.5px, -1.5px) rotate(1.5deg);
                transform: translate(2.5px, -1.5px) rotate(1.5deg);
    }

    62% {
        -webkit-transform: translate(-1.5px, 0.5px) rotate(1.5deg);
                transform: translate(-1.5px, 0.5px) rotate(1.5deg);
    }

    64% {
        -webkit-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
                transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    }

    66% {
        -webkit-transform: translate(0.5px, 2.5px) rotate(1.5deg);
                transform: translate(0.5px, 2.5px) rotate(1.5deg);
    }

    68% {
        -webkit-transform: translate(2.5px, -1.5px) rotate(1.5deg);
                transform: translate(2.5px, -1.5px) rotate(1.5deg);
    }

    70% {
        -webkit-transform: translate(2.5px, 2.5px) rotate(0.5deg);
                transform: translate(2.5px, 2.5px) rotate(0.5deg);
    }

    72% {
        -webkit-transform: translate(-0.5px, -1.5px) rotate(1.5deg);
                transform: translate(-0.5px, -1.5px) rotate(1.5deg);
    }

    74% {
        -webkit-transform: translate(-1.5px, 2.5px) rotate(1.5deg);
                transform: translate(-1.5px, 2.5px) rotate(1.5deg);
    }

    76% {
        -webkit-transform: translate(-1.5px, 2.5px) rotate(1.5deg);
                transform: translate(-1.5px, 2.5px) rotate(1.5deg);
    }

    78% {
        -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
                transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    }

    80% {
        -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
                transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    }

    82% {
        -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
                transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    }

    84% {
        -webkit-transform: translate(-0.5px, 0.5px) rotate(1.5deg);
                transform: translate(-0.5px, 0.5px) rotate(1.5deg);
    }

    86% {
        -webkit-transform: translate(2.5px, 1.5px) rotate(0.5deg);
                transform: translate(2.5px, 1.5px) rotate(0.5deg);
    }

    88% {
        -webkit-transform: translate(-1.5px, 0.5px) rotate(1.5deg);
                transform: translate(-1.5px, 0.5px) rotate(1.5deg);
    }

    90% {
        -webkit-transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
                transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
    }

    92% {
        -webkit-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
                transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    }

    94% {
        -webkit-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
                transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    }

    96% {
        -webkit-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
                transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    }

    98% {
        -webkit-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
                transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    }

    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
                transform: translate(0, 0) rotate(0);
    }
}

@keyframes shake {
    2% {
        -webkit-transform: translate(0.5px, -1.5px) rotate(-0.5deg);
                transform: translate(0.5px, -1.5px) rotate(-0.5deg);
    }

    4% {
        -webkit-transform: translate(0.5px, 1.5px) rotate(1.5deg);
                transform: translate(0.5px, 1.5px) rotate(1.5deg);
    }

    6% {
        -webkit-transform: translate(1.5px, 1.5px) rotate(1.5deg);
                transform: translate(1.5px, 1.5px) rotate(1.5deg);
    }

    8% {
        -webkit-transform: translate(2.5px, 1.5px) rotate(0.5deg);
                transform: translate(2.5px, 1.5px) rotate(0.5deg);
    }

    10% {
        -webkit-transform: translate(0.5px, 2.5px) rotate(0.5deg);
                transform: translate(0.5px, 2.5px) rotate(0.5deg);
    }

    12% {
        -webkit-transform: translate(1.5px, 1.5px) rotate(0.5deg);
                transform: translate(1.5px, 1.5px) rotate(0.5deg);
    }

    14% {
        -webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
                transform: translate(0.5px, 0.5px) rotate(0.5deg);
    }

    16% {
        -webkit-transform: translate(-1.5px, -0.5px) rotate(1.5deg);
                transform: translate(-1.5px, -0.5px) rotate(1.5deg);
    }

    18% {
        -webkit-transform: translate(0.5px, 0.5px) rotate(1.5deg);
                transform: translate(0.5px, 0.5px) rotate(1.5deg);
    }

    20% {
        -webkit-transform: translate(2.5px, 2.5px) rotate(1.5deg);
                transform: translate(2.5px, 2.5px) rotate(1.5deg);
    }

    22% {
        -webkit-transform: translate(0.5px, -1.5px) rotate(1.5deg);
                transform: translate(0.5px, -1.5px) rotate(1.5deg);
    }

    24% {
        -webkit-transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
                transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
    }

    26% {
        -webkit-transform: translate(1.5px, 0.5px) rotate(1.5deg);
                transform: translate(1.5px, 0.5px) rotate(1.5deg);
    }

    28% {
        -webkit-transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
                transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
    }

    30% {
        -webkit-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
                transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    }

    32% {
        -webkit-transform: translate(2.5px, -1.5px) rotate(1.5deg);
                transform: translate(2.5px, -1.5px) rotate(1.5deg);
    }

    34% {
        -webkit-transform: translate(2.5px, 2.5px) rotate(-0.5deg);
                transform: translate(2.5px, 2.5px) rotate(-0.5deg);
    }

    36% {
        -webkit-transform: translate(0.5px, -1.5px) rotate(0.5deg);
                transform: translate(0.5px, -1.5px) rotate(0.5deg);
    }

    38% {
        -webkit-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
                transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    }

    40% {
        -webkit-transform: translate(-0.5px, 2.5px) rotate(0.5deg);
                transform: translate(-0.5px, 2.5px) rotate(0.5deg);
    }

    42% {
        -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
                transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    }

    44% {
        -webkit-transform: translate(-1.5px, 1.5px) rotate(0.5deg);
                transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }

    46% {
        -webkit-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
                transform: translate(1.5px, -0.5px) rotate(-0.5deg);
    }

    48% {
        -webkit-transform: translate(2.5px, -0.5px) rotate(0.5deg);
                transform: translate(2.5px, -0.5px) rotate(0.5deg);
    }

    50% {
        -webkit-transform: translate(-1.5px, 1.5px) rotate(0.5deg);
                transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }

    52% {
        -webkit-transform: translate(-0.5px, 1.5px) rotate(0.5deg);
                transform: translate(-0.5px, 1.5px) rotate(0.5deg);
    }

    54% {
        -webkit-transform: translate(-1.5px, 1.5px) rotate(0.5deg);
                transform: translate(-1.5px, 1.5px) rotate(0.5deg);
    }

    56% {
        -webkit-transform: translate(0.5px, 2.5px) rotate(1.5deg);
                transform: translate(0.5px, 2.5px) rotate(1.5deg);
    }

    58% {
        -webkit-transform: translate(2.5px, 2.5px) rotate(0.5deg);
                transform: translate(2.5px, 2.5px) rotate(0.5deg);
    }

    60% {
        -webkit-transform: translate(2.5px, -1.5px) rotate(1.5deg);
                transform: translate(2.5px, -1.5px) rotate(1.5deg);
    }

    62% {
        -webkit-transform: translate(-1.5px, 0.5px) rotate(1.5deg);
                transform: translate(-1.5px, 0.5px) rotate(1.5deg);
    }

    64% {
        -webkit-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
                transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    }

    66% {
        -webkit-transform: translate(0.5px, 2.5px) rotate(1.5deg);
                transform: translate(0.5px, 2.5px) rotate(1.5deg);
    }

    68% {
        -webkit-transform: translate(2.5px, -1.5px) rotate(1.5deg);
                transform: translate(2.5px, -1.5px) rotate(1.5deg);
    }

    70% {
        -webkit-transform: translate(2.5px, 2.5px) rotate(0.5deg);
                transform: translate(2.5px, 2.5px) rotate(0.5deg);
    }

    72% {
        -webkit-transform: translate(-0.5px, -1.5px) rotate(1.5deg);
                transform: translate(-0.5px, -1.5px) rotate(1.5deg);
    }

    74% {
        -webkit-transform: translate(-1.5px, 2.5px) rotate(1.5deg);
                transform: translate(-1.5px, 2.5px) rotate(1.5deg);
    }

    76% {
        -webkit-transform: translate(-1.5px, 2.5px) rotate(1.5deg);
                transform: translate(-1.5px, 2.5px) rotate(1.5deg);
    }

    78% {
        -webkit-transform: translate(-1.5px, 2.5px) rotate(0.5deg);
                transform: translate(-1.5px, 2.5px) rotate(0.5deg);
    }

    80% {
        -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
                transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    }

    82% {
        -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
                transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
    }

    84% {
        -webkit-transform: translate(-0.5px, 0.5px) rotate(1.5deg);
                transform: translate(-0.5px, 0.5px) rotate(1.5deg);
    }

    86% {
        -webkit-transform: translate(2.5px, 1.5px) rotate(0.5deg);
                transform: translate(2.5px, 1.5px) rotate(0.5deg);
    }

    88% {
        -webkit-transform: translate(-1.5px, 0.5px) rotate(1.5deg);
                transform: translate(-1.5px, 0.5px) rotate(1.5deg);
    }

    90% {
        -webkit-transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
                transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
    }

    92% {
        -webkit-transform: translate(-1.5px, -1.5px) rotate(1.5deg);
                transform: translate(-1.5px, -1.5px) rotate(1.5deg);
    }

    94% {
        -webkit-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
                transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    }

    96% {
        -webkit-transform: translate(2.5px, -0.5px) rotate(-0.5deg);
                transform: translate(2.5px, -0.5px) rotate(-0.5deg);
    }

    98% {
        -webkit-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
                transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    }

    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
                transform: translate(0, 0) rotate(0);
    }
}
@font-face {
  font-family: 'Flat-UI-Icons';
  src: url('flat-ui-icons-regular.eot');
  src: url('flat-ui-icons-regular.eot?#iefix') format('embedded-opentype'), url('flat-ui-icons-regular.woff') format('woff'), url('flat-ui-icons-regular.ttf') format('truetype'), url('flat-ui-icons-regular.svg#flat-ui-icons-regular') format('svg');
}
[class^="fui-"],
[class*="fui-"] {
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fui-cross:before {
  content: "\e609";
}
.fui-info-circle:before {
  content: "\e60f";
}
.fui-photo:before {
  content: "\e62a";
}
.fui-eye:before {
  content: "\e62c";
}
.fui-chat:before {
  content: "\e62d";
}
.fui-home:before {
  content: "\e62e";
}
.fui-user:before {
  content: "\e631";
}

@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1585548206644'); /* IE9 */
  src: url('iconfont.eot?t=1585548206644#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('iconfont.woff?t=1585548206644') format('woff'),
  url('iconfont.ttf?t=1585548206644') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('iconfont.svg?t=1585548206644#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-duihuakuang-copy:before {
  content: "\e607";
}

.icon-tuichu:before {
  content: "\e618";
}

.icon-guanyu:before {
  content: "\e60c";
}

.icon-renwu-:before {
  content: "\e9ec";
}

.icon-icon-test:before {
  content: "\e6b3";
}

.icon-yifu-:before {
  content: "\e60e";
}

.icon-shouye:before {
  content: "\e632";
}

