* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

html,
body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fefeff;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: url(./bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-size: 1.7em;
    font-family: "幼圆";
    font-weight: bolder;
    letter-spacing: 0.35em;
    text-shadow: 0 0 25px rgba(254, 254, 255, 0.85);
    line-height: 2em;
    /* font-size: 18px;
font-weight: 700;
margin: 5px 0 0;
display: inline-block;
color: #97dffd;
text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;*/
}

h2 {
    font-size: 1.2em;
    font-family: "华文行楷";
    font-weight: 700;
    letter-spacing: 0.2em;
    text-shadow: 0 0 20px rgba(254, 254, 255, 0.65);
    text-transform: uppercase;
}

[class^="letter"] {
    -webkit-transition: opacity 3s ease;
    -moz-transition: opacity 3s ease;
    -transition: opacity 3s ease;
}

.letter-0 {
    transition-delay: 0.2s;
}

.letter-1 {
    transition-delay: 0.4s;
}

.letter-2 {
    transition-delay: 0.6s;
}

.letter-3 {
    transition-delay: 0.8s;
}

.letter-4 {
    transition-delay: 1.0s;
}

.letter-5 {
    transition-delay: 1.2s;
}

.letter-6 {
    transition-delay: 1.4s;
}

.letter-7 {
    transition-delay: 1.6s;
}

.letter-8 {
    transition-delay: 1.8s;
}

.letter-9 {
    transition-delay: 2.0s;
}

.letter-10 {
    transition-delay: 2.2s;
}

.letter-11 {
    transition-delay: 2.4s;
}

.letter-12 {
    transition-delay: 2.6s;
}

.letter-13 {
    transition-delay: 2.8s;
}

.letter-14 {
    transition-delay: 3.0s;
}

.tupian- h1,
h2 {
    visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

h1.transition-in,
h2.transition-in {
    visibility: visible;
    /* text-decoration: none; */

}

h1 [class^="letter"],
h2 [class^="letter"] {
    opacity: 0;
}

h1.transition-in [class^="letter"],
h2.transition-in [class^="letter"] {
    opacity: 1;
}

.tu1 {
    transition: all 0.5s;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.tu1:hover {
    transform: rotate(360deg)
}

.tu2 {
    transition: all 0.5s;
    margin-right: 0px;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.tu2:hover {
    transform: rotate(360deg)
}


#container {
    display: table;
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: none;
}

#container>div {
    display: table-cell;
    vertical-align: middle;
}

#container p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    font-size: 60%;
    letter-spacing: 0.1em;
    font-weight: 300;
    color: #76747a;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
}

#container p strong {
    color: #b3abc5;
}

#container p span {
    font-size: 80%;
    padding: 0 2px;
}

#canvas {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: none;
}

#stats {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
}

.dg.ac {
    z-index: 100 !important;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

a,
a:link {
    color: #fff;
    text-decoration: none;
}

body,
td,
th {
    font-family: Lato, sans-serif;
}


/*#h1:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
#h1 {
transition: .3s ease;
}*/